@coreui/coreui 4.1.5 → 4.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (203) hide show
  1. package/LICENSE +2 -2
  2. package/README.md +64 -11
  3. package/dist/css/coreui-grid.css +23 -949
  4. package/dist/css/coreui-grid.css.map +1 -1
  5. package/dist/css/coreui-grid.min.css +3 -3
  6. package/dist/css/coreui-grid.min.css.map +1 -1
  7. package/dist/css/coreui-grid.rtl.css +25 -951
  8. package/dist/css/coreui-grid.rtl.css.map +1 -1
  9. package/dist/css/coreui-grid.rtl.min.css +5 -5
  10. package/dist/css/coreui-grid.rtl.min.css.map +1 -1
  11. package/dist/css/coreui-reboot.css +35 -42
  12. package/dist/css/coreui-reboot.css.map +1 -1
  13. package/dist/css/coreui-reboot.min.css +3 -3
  14. package/dist/css/coreui-reboot.min.css.map +1 -1
  15. package/dist/css/coreui-reboot.rtl.css +36 -44
  16. package/dist/css/coreui-reboot.rtl.css.map +1 -1
  17. package/dist/css/coreui-reboot.rtl.min.css +5 -5
  18. package/dist/css/coreui-reboot.rtl.min.css.map +1 -1
  19. package/dist/css/coreui-utilities.css +279 -951
  20. package/dist/css/coreui-utilities.css.map +1 -1
  21. package/dist/css/coreui-utilities.min.css +3 -3
  22. package/dist/css/coreui-utilities.min.css.map +1 -1
  23. package/dist/css/coreui-utilities.rtl.css +275 -953
  24. package/dist/css/coreui-utilities.rtl.css.map +1 -1
  25. package/dist/css/coreui-utilities.rtl.min.css +5 -5
  26. package/dist/css/coreui-utilities.rtl.min.css.map +1 -1
  27. package/dist/css/coreui.css +2179 -2259
  28. package/dist/css/coreui.css.map +1 -1
  29. package/dist/css/coreui.min.css +3 -3
  30. package/dist/css/coreui.min.css.map +1 -1
  31. package/dist/css/coreui.rtl.css +2166 -2253
  32. package/dist/css/coreui.rtl.css.map +1 -1
  33. package/dist/css/coreui.rtl.min.css +5 -5
  34. package/dist/css/coreui.rtl.min.css.map +1 -1
  35. package/dist/js/coreui.bundle.js +2095 -1906
  36. package/dist/js/coreui.bundle.js.map +1 -1
  37. package/dist/js/coreui.bundle.min.js +2 -2
  38. package/dist/js/coreui.bundle.min.js.map +1 -1
  39. package/dist/js/coreui.esm.js +2098 -1909
  40. package/dist/js/coreui.esm.js.map +1 -1
  41. package/dist/js/coreui.esm.min.js +2 -2
  42. package/dist/js/coreui.esm.min.js.map +1 -1
  43. package/dist/js/coreui.js +2099 -1910
  44. package/dist/js/coreui.js.map +1 -1
  45. package/dist/js/coreui.min.js +2 -2
  46. package/dist/js/coreui.min.js.map +1 -1
  47. package/js/dist/alert.js +10 -148
  48. package/js/dist/alert.js.map +1 -1
  49. package/js/dist/base-component.js +36 -122
  50. package/js/dist/base-component.js.map +1 -1
  51. package/js/dist/button.js +9 -76
  52. package/js/dist/button.js.map +1 -1
  53. package/js/dist/carousel.js +212 -507
  54. package/js/dist/carousel.js.map +1 -1
  55. package/js/dist/collapse.js +64 -251
  56. package/js/dist/collapse.js.map +1 -1
  57. package/js/dist/dom/data.js +2 -4
  58. package/js/dist/dom/data.js.map +1 -1
  59. package/js/dist/dom/event-handler.js +82 -133
  60. package/js/dist/dom/event-handler.js.map +1 -1
  61. package/js/dist/dom/manipulator.js +22 -26
  62. package/js/dist/dom/manipulator.js.map +1 -1
  63. package/js/dist/dom/selector-engine.js +16 -81
  64. package/js/dist/dom/selector-engine.js.map +1 -1
  65. package/js/dist/dropdown.js +99 -338
  66. package/js/dist/dropdown.js.map +1 -1
  67. package/js/dist/modal.js +106 -774
  68. package/js/dist/modal.js.map +1 -1
  69. package/js/dist/navigation.js +309 -0
  70. package/js/dist/navigation.js.map +1 -0
  71. package/js/dist/offcanvas.js +88 -680
  72. package/js/dist/offcanvas.js.map +1 -1
  73. package/js/dist/popover.js +35 -120
  74. package/js/dist/popover.js.map +1 -1
  75. package/js/dist/scrollspy.js +178 -264
  76. package/js/dist/scrollspy.js.map +1 -1
  77. package/js/dist/sidebar.js +347 -0
  78. package/js/dist/sidebar.js.map +1 -0
  79. package/js/dist/tab.js +226 -216
  80. package/js/dist/tab.js.map +1 -1
  81. package/js/dist/toast.js +27 -216
  82. package/js/dist/toast.js.map +1 -1
  83. package/js/dist/tooltip.js +271 -618
  84. package/js/dist/tooltip.js.map +1 -1
  85. package/js/dist/util/backdrop.js +166 -0
  86. package/js/dist/util/backdrop.js.map +1 -0
  87. package/js/dist/util/component-functions.js +47 -0
  88. package/js/dist/util/component-functions.js.map +1 -0
  89. package/js/dist/util/config.js +80 -0
  90. package/js/dist/util/config.js.map +1 -0
  91. package/js/dist/util/focustrap.js +130 -0
  92. package/js/dist/util/focustrap.js.map +1 -0
  93. package/js/dist/util/index.js +354 -0
  94. package/js/dist/util/index.js.map +1 -0
  95. package/js/dist/util/sanitizer.js +126 -0
  96. package/js/dist/util/sanitizer.js.map +1 -0
  97. package/js/dist/util/scrollbar.js +139 -0
  98. package/js/dist/util/scrollbar.js.map +1 -0
  99. package/js/dist/util/swipe.js +156 -0
  100. package/js/dist/util/swipe.js.map +1 -0
  101. package/js/dist/util/template-factory.js +178 -0
  102. package/js/dist/util/template-factory.js.map +1 -0
  103. package/js/src/alert.js +3 -15
  104. package/js/src/base-component.js +28 -18
  105. package/js/src/button.js +3 -15
  106. package/js/src/carousel.js +203 -320
  107. package/js/src/collapse.js +61 -94
  108. package/js/src/dom/data.js +1 -3
  109. package/js/src/dom/event-handler.js +74 -107
  110. package/js/src/dom/manipulator.js +22 -31
  111. package/js/src/dom/selector-engine.js +10 -19
  112. package/js/src/dropdown.js +84 -138
  113. package/js/src/modal.js +94 -158
  114. package/js/src/navigation.js +12 -13
  115. package/js/src/offcanvas.js +71 -60
  116. package/js/src/popover.js +31 -62
  117. package/js/src/scrollspy.js +166 -171
  118. package/js/src/sidebar.js +5 -8
  119. package/js/src/tab.js +201 -110
  120. package/js/src/toast.js +19 -41
  121. package/js/src/tooltip.js +264 -374
  122. package/js/src/util/backdrop.js +55 -36
  123. package/js/src/util/component-functions.js +1 -1
  124. package/js/src/util/config.js +66 -0
  125. package/js/src/util/focustrap.js +38 -28
  126. package/js/src/util/index.js +41 -57
  127. package/js/src/util/sanitizer.js +9 -17
  128. package/js/src/util/scrollbar.js +47 -30
  129. package/js/src/util/swipe.js +146 -0
  130. package/js/src/util/template-factory.js +160 -0
  131. package/package.json +40 -40
  132. package/scss/_accordion.scss +53 -25
  133. package/scss/_alert.scss +29 -9
  134. package/scss/_badge.scss +15 -6
  135. package/scss/_breadcrumb.scss +23 -11
  136. package/scss/_button-group.scss +3 -0
  137. package/scss/_buttons.scss +77 -50
  138. package/scss/_callout.scss +18 -6
  139. package/scss/_card.scss +55 -37
  140. package/scss/_carousel.scss +6 -6
  141. package/scss/_close.scss +4 -4
  142. package/scss/_containers.scss +1 -1
  143. package/scss/_dropdown.scss +86 -64
  144. package/scss/_footer.scss +15 -5
  145. package/scss/_functions.scss +11 -24
  146. package/scss/_grid.scss +3 -3
  147. package/scss/_header.scss +59 -34
  148. package/scss/_helpers.scss +1 -0
  149. package/scss/_images.scss +3 -3
  150. package/scss/_list-group.scss +47 -29
  151. package/scss/_maps.scss +54 -0
  152. package/scss/_modal.scss +70 -43
  153. package/scss/_nav.scss +53 -20
  154. package/scss/_navbar.scss +84 -94
  155. package/scss/_offcanvas.scss +120 -60
  156. package/scss/_pagination.scss +66 -21
  157. package/scss/_popover.scss +90 -52
  158. package/scss/_progress.scss +20 -9
  159. package/scss/_reboot.scss +31 -58
  160. package/scss/_root.scss +41 -21
  161. package/scss/_spinners.scss +37 -21
  162. package/scss/_subheader.scss +9 -9
  163. package/scss/_tables.scss +34 -36
  164. package/scss/_toasts.scss +35 -19
  165. package/scss/_tooltip.scss +61 -56
  166. package/scss/_utilities.scss +42 -27
  167. package/scss/_variables.scss +169 -148
  168. package/scss/coreui-grid.rtl.scss +2 -2
  169. package/scss/coreui-grid.scss +3 -2
  170. package/scss/coreui-reboot.rtl.scss +2 -2
  171. package/scss/coreui-reboot.scss +2 -2
  172. package/scss/coreui-utilities.rtl.scss +2 -2
  173. package/scss/coreui-utilities.scss +3 -2
  174. package/scss/coreui.rtl.scss +2 -2
  175. package/scss/coreui.scss +3 -2
  176. package/scss/forms/_floating-labels.scss +14 -3
  177. package/scss/forms/_form-check.scss +42 -19
  178. package/scss/forms/_form-control.scss +25 -50
  179. package/scss/forms/_form-range.scss +8 -8
  180. package/scss/forms/_form-select.scss +8 -8
  181. package/scss/forms/_form-text.scss +1 -1
  182. package/scss/forms/_input-group.scss +3 -3
  183. package/scss/forms/_labels.scss +2 -2
  184. package/scss/helpers/_color-bg.scss +10 -0
  185. package/scss/helpers/_colored-links.scss +2 -2
  186. package/scss/helpers/_position.scss +7 -1
  187. package/scss/helpers/_ratio.scss +2 -2
  188. package/scss/helpers/_vr.scss +1 -0
  189. package/scss/mixins/_alert.scss +10 -10
  190. package/scss/mixins/_breakpoints.scss +8 -8
  191. package/scss/mixins/_buttons.scss +45 -47
  192. package/scss/mixins/_container.scss +4 -2
  193. package/scss/mixins/_css-vars.scss +47 -47
  194. package/scss/mixins/_forms.scss +8 -0
  195. package/scss/mixins/_gradients.scss +1 -1
  196. package/scss/mixins/_grid.scss +11 -11
  197. package/scss/mixins/_list-group.scss +7 -9
  198. package/scss/mixins/_pagination.scss +4 -25
  199. package/scss/mixins/_table-variants.scss +20 -12
  200. package/scss/mixins/_utilities.scss +8 -3
  201. package/scss/sidebar/_sidebar-narrow.scss +10 -10
  202. package/scss/sidebar/_sidebar-nav.scss +33 -32
  203. package/scss/sidebar/_sidebar.scss +110 -56
@@ -1,16 +1,16 @@
1
1
  @charset "UTF-8";
2
2
  /*!
3
3
  * CoreUI - HTML, CSS, and JavaScript UI Components Library
4
- * @version v4.1.5
4
+ * @version v4.2.1
5
5
  * @link https://coreui.io/
6
- * Copyright (c) 2021 creativeLabs Łukasz Holeczek
6
+ * Copyright (c) 2022 creativeLabs Łukasz Holeczek
7
7
  * License MIT (https://coreui.io/license/)
8
8
  */
9
9
  /*!
10
10
  * CoreUI - HTML, CSS, and JavaScript UI Components Library
11
- * @version v4.1.5
11
+ * @version v4.2.1
12
12
  * @link https://coreui.io/
13
- * Copyright (c) 2021 creativeLabs Łukasz Holeczek
13
+ * Copyright (c) 2022 creativeLabs Łukasz Holeczek
14
14
  * License MIT (https://coreui.io/license/)
15
15
  */
16
16
  .clearfix::after {
@@ -19,60 +19,100 @@
19
19
  content: "";
20
20
  }
21
21
 
22
+ .text-bg-primary {
23
+ color: rgba(255, 255, 255, 0.87) !important;
24
+ background-color: RGBA(50, 31, 219, var(--cui-bg-opacity, 1)) !important;
25
+ }
26
+
27
+ .text-bg-secondary {
28
+ color: #000015 !important;
29
+ background-color: RGBA(157, 165, 177, var(--cui-bg-opacity, 1)) !important;
30
+ }
31
+
32
+ .text-bg-success {
33
+ color: #000015 !important;
34
+ background-color: RGBA(46, 184, 92, var(--cui-bg-opacity, 1)) !important;
35
+ }
36
+
37
+ .text-bg-info {
38
+ color: #000015 !important;
39
+ background-color: RGBA(51, 153, 255, var(--cui-bg-opacity, 1)) !important;
40
+ }
41
+
42
+ .text-bg-warning {
43
+ color: rgba(44, 56, 74, 0.95) !important;
44
+ background-color: RGBA(249, 177, 21, var(--cui-bg-opacity, 1)) !important;
45
+ }
46
+
47
+ .text-bg-danger {
48
+ color: #000015 !important;
49
+ background-color: RGBA(229, 83, 83, var(--cui-bg-opacity, 1)) !important;
50
+ }
51
+
52
+ .text-bg-light {
53
+ color: rgba(44, 56, 74, 0.95) !important;
54
+ background-color: RGBA(235, 237, 239, var(--cui-bg-opacity, 1)) !important;
55
+ }
56
+
57
+ .text-bg-dark {
58
+ color: rgba(255, 255, 255, 0.87) !important;
59
+ background-color: RGBA(79, 93, 115, var(--cui-bg-opacity, 1)) !important;
60
+ }
61
+
22
62
  .link-primary {
23
- color: #321fdb;
63
+ color: #321fdb !important;
24
64
  }
25
65
  .link-primary:hover, .link-primary:focus {
26
- color: #5b4ce2;
66
+ color: #5b4ce2 !important;
27
67
  }
28
68
 
29
69
  .link-secondary {
30
- color: #9da5b1;
70
+ color: #9da5b1 !important;
31
71
  }
32
72
  .link-secondary:hover, .link-secondary:focus {
33
- color: #b1b7c1;
73
+ color: #b1b7c1 !important;
34
74
  }
35
75
 
36
76
  .link-success {
37
- color: #2eb85c;
77
+ color: #2eb85c !important;
38
78
  }
39
79
  .link-success:hover, .link-success:focus {
40
- color: #58c67d;
80
+ color: #58c67d !important;
41
81
  }
42
82
 
43
83
  .link-info {
44
- color: #39f;
84
+ color: #39f !important;
45
85
  }
46
86
  .link-info:hover, .link-info:focus {
47
- color: #5cadff;
87
+ color: #5cadff !important;
48
88
  }
49
89
 
50
90
  .link-warning {
51
- color: #f9b115;
91
+ color: #f9b115 !important;
52
92
  }
53
93
  .link-warning:hover, .link-warning:focus {
54
- color: #c78e11;
94
+ color: #c78e11 !important;
55
95
  }
56
96
 
57
97
  .link-danger {
58
- color: #e55353;
98
+ color: #e55353 !important;
59
99
  }
60
100
  .link-danger:hover, .link-danger:focus {
61
- color: #ea7575;
101
+ color: #ea7575 !important;
62
102
  }
63
103
 
64
104
  .link-light {
65
- color: #ebedef;
105
+ color: #ebedef !important;
66
106
  }
67
107
  .link-light:hover, .link-light:focus {
68
- color: #bcbebf;
108
+ color: #bcbebf !important;
69
109
  }
70
110
 
71
111
  .link-dark {
72
- color: #4f5d73;
112
+ color: #4f5d73 !important;
73
113
  }
74
114
  .link-dark:hover, .link-dark:focus {
75
- color: #727d8f;
115
+ color: #727d8f !important;
76
116
  }
77
117
 
78
118
  .ratio {
@@ -130,12 +170,23 @@
130
170
  z-index: 1020;
131
171
  }
132
172
 
173
+ .sticky-bottom {
174
+ position: sticky;
175
+ bottom: 0;
176
+ z-index: 1020;
177
+ }
178
+
133
179
  @media (min-width: 576px) {
134
180
  .sticky-sm-top {
135
181
  position: sticky;
136
182
  top: 0;
137
183
  z-index: 1020;
138
184
  }
185
+ .sticky-sm-bottom {
186
+ position: sticky;
187
+ bottom: 0;
188
+ z-index: 1020;
189
+ }
139
190
  }
140
191
  @media (min-width: 768px) {
141
192
  .sticky-md-top {
@@ -143,6 +194,11 @@
143
194
  top: 0;
144
195
  z-index: 1020;
145
196
  }
197
+ .sticky-md-bottom {
198
+ position: sticky;
199
+ bottom: 0;
200
+ z-index: 1020;
201
+ }
146
202
  }
147
203
  @media (min-width: 992px) {
148
204
  .sticky-lg-top {
@@ -150,6 +206,11 @@
150
206
  top: 0;
151
207
  z-index: 1020;
152
208
  }
209
+ .sticky-lg-bottom {
210
+ position: sticky;
211
+ bottom: 0;
212
+ z-index: 1020;
213
+ }
153
214
  }
154
215
  @media (min-width: 1200px) {
155
216
  .sticky-xl-top {
@@ -157,6 +218,11 @@
157
218
  top: 0;
158
219
  z-index: 1020;
159
220
  }
221
+ .sticky-xl-bottom {
222
+ position: sticky;
223
+ bottom: 0;
224
+ z-index: 1020;
225
+ }
160
226
  }
161
227
  @media (min-width: 1400px) {
162
228
  .sticky-xxl-top {
@@ -164,6 +230,11 @@
164
230
  top: 0;
165
231
  z-index: 1020;
166
232
  }
233
+ .sticky-xxl-bottom {
234
+ position: sticky;
235
+ bottom: 0;
236
+ z-index: 1020;
237
+ }
167
238
  }
168
239
  .hstack {
169
240
  display: flex;
@@ -213,6 +284,7 @@
213
284
  align-self: stretch;
214
285
  width: 1px;
215
286
  min-height: 1em;
287
+ padding: 0;
216
288
  background-color: currentColor;
217
289
  opacity: 0.25;
218
290
  }
@@ -426,7 +498,7 @@
426
498
  }
427
499
 
428
500
  .border {
429
- border: 1px solid var(--cui-border-color, #d8dbe0) !important;
501
+ border: var(--cui-border-width) var(--cui-border-style) var(--cui-border-color) !important;
430
502
  }
431
503
 
432
504
  .border-0 {
@@ -434,7 +506,7 @@
434
506
  }
435
507
 
436
508
  .border-top {
437
- border-top: 1px solid var(--cui-border-color, #d8dbe0) !important;
509
+ border-top: var(--cui-border-width) var(--cui-border-style) var(--cui-border-color) !important;
438
510
  }
439
511
 
440
512
  .border-top-0 {
@@ -442,7 +514,7 @@
442
514
  }
443
515
 
444
516
  .border-end {
445
- border-left: 1px solid var(--cui-border-color, #d8dbe0) !important;
517
+ border-left: var(--cui-border-width) var(--cui-border-style) var(--cui-border-color) !important;
446
518
  }
447
519
 
448
520
  .border-end-0 {
@@ -450,7 +522,7 @@
450
522
  }
451
523
 
452
524
  .border-bottom {
453
- border-bottom: 1px solid var(--cui-border-color, #d8dbe0) !important;
525
+ border-bottom: var(--cui-border-width) var(--cui-border-style) var(--cui-border-color) !important;
454
526
  }
455
527
 
456
528
  .border-bottom-0 {
@@ -458,7 +530,7 @@
458
530
  }
459
531
 
460
532
  .border-start {
461
- border-right: 1px solid var(--cui-border-color, #d8dbe0) !important;
533
+ border-right: var(--cui-border-width) var(--cui-border-style) var(--cui-border-color) !important;
462
534
  }
463
535
 
464
536
  .border-start-0 {
@@ -466,39 +538,48 @@
466
538
  }
467
539
 
468
540
  .border-primary {
469
- border-color: #321fdb !important;
541
+ --cui-border-opacity: 1;
542
+ border-color: rgba(var(--cui-primary-rgb), var(--cui-border-opacity)) !important;
470
543
  }
471
544
 
472
545
  .border-secondary {
473
- border-color: #9da5b1 !important;
546
+ --cui-border-opacity: 1;
547
+ border-color: rgba(var(--cui-secondary-rgb), var(--cui-border-opacity)) !important;
474
548
  }
475
549
 
476
550
  .border-success {
477
- border-color: #2eb85c !important;
551
+ --cui-border-opacity: 1;
552
+ border-color: rgba(var(--cui-success-rgb), var(--cui-border-opacity)) !important;
478
553
  }
479
554
 
480
555
  .border-info {
481
- border-color: #39f !important;
556
+ --cui-border-opacity: 1;
557
+ border-color: rgba(var(--cui-info-rgb), var(--cui-border-opacity)) !important;
482
558
  }
483
559
 
484
560
  .border-warning {
485
- border-color: #f9b115 !important;
561
+ --cui-border-opacity: 1;
562
+ border-color: rgba(var(--cui-warning-rgb), var(--cui-border-opacity)) !important;
486
563
  }
487
564
 
488
565
  .border-danger {
489
- border-color: #e55353 !important;
566
+ --cui-border-opacity: 1;
567
+ border-color: rgba(var(--cui-danger-rgb), var(--cui-border-opacity)) !important;
490
568
  }
491
569
 
492
570
  .border-light {
493
- border-color: #ebedef !important;
571
+ --cui-border-opacity: 1;
572
+ border-color: rgba(var(--cui-light-rgb), var(--cui-border-opacity)) !important;
494
573
  }
495
574
 
496
575
  .border-dark {
497
- border-color: #4f5d73 !important;
576
+ --cui-border-opacity: 1;
577
+ border-color: rgba(var(--cui-dark-rgb), var(--cui-border-opacity)) !important;
498
578
  }
499
579
 
500
580
  .border-white {
501
- border-color: #fff !important;
581
+ --cui-border-opacity: 1;
582
+ border-color: rgba(var(--cui-white-rgb), var(--cui-border-opacity)) !important;
502
583
  }
503
584
 
504
585
  .border-top-primary {
@@ -646,23 +727,23 @@
646
727
  }
647
728
 
648
729
  .border-1 {
649
- border-width: 1px !important;
730
+ --cui-border-width: 1px;
650
731
  }
651
732
 
652
733
  .border-2 {
653
- border-width: 2px !important;
734
+ --cui-border-width: 2px;
654
735
  }
655
736
 
656
737
  .border-3 {
657
- border-width: 3px !important;
738
+ --cui-border-width: 3px;
658
739
  }
659
740
 
660
741
  .border-4 {
661
- border-width: 4px !important;
742
+ --cui-border-width: 4px;
662
743
  }
663
744
 
664
745
  .border-5 {
665
- border-width: 5px !important;
746
+ --cui-border-width: 5px;
666
747
  }
667
748
 
668
749
  .border-top-1 {
@@ -745,6 +826,26 @@
745
826
  border-right-width: 5px !important;
746
827
  }
747
828
 
829
+ .border-opacity-10 {
830
+ --cui-border-opacity: 0.1;
831
+ }
832
+
833
+ .border-opacity-25 {
834
+ --cui-border-opacity: 0.25;
835
+ }
836
+
837
+ .border-opacity-50 {
838
+ --cui-border-opacity: 0.5;
839
+ }
840
+
841
+ .border-opacity-75 {
842
+ --cui-border-opacity: 0.75;
843
+ }
844
+
845
+ .border-opacity-100 {
846
+ --cui-border-opacity: 1;
847
+ }
848
+
748
849
  .w-25 {
749
850
  width: 25% !important;
750
851
  }
@@ -857,30 +958,6 @@
857
958
  flex-wrap: wrap-reverse !important;
858
959
  }
859
960
 
860
- .gap-0 {
861
- gap: 0 !important;
862
- }
863
-
864
- .gap-1 {
865
- gap: 0.25rem !important;
866
- }
867
-
868
- .gap-2 {
869
- gap: 0.5rem !important;
870
- }
871
-
872
- .gap-3 {
873
- gap: 1rem !important;
874
- }
875
-
876
- .gap-4 {
877
- gap: 1.5rem !important;
878
- }
879
-
880
- .gap-5 {
881
- gap: 3rem !important;
882
- }
883
-
884
961
  .justify-content-start {
885
962
  justify-content: flex-start !important;
886
963
  }
@@ -1395,6 +1472,30 @@
1395
1472
  padding-right: 3rem !important;
1396
1473
  }
1397
1474
 
1475
+ .gap-0 {
1476
+ gap: 0 !important;
1477
+ }
1478
+
1479
+ .gap-1 {
1480
+ gap: 0.25rem !important;
1481
+ }
1482
+
1483
+ .gap-2 {
1484
+ gap: 0.5rem !important;
1485
+ }
1486
+
1487
+ .gap-3 {
1488
+ gap: 1rem !important;
1489
+ }
1490
+
1491
+ .gap-4 {
1492
+ gap: 1.5rem !important;
1493
+ }
1494
+
1495
+ .gap-5 {
1496
+ gap: 3rem !important;
1497
+ }
1498
+
1398
1499
  .font-monospace {
1399
1500
  font-family: var(--cui-font-monospace) !important;
1400
1501
  }
@@ -1752,7 +1853,7 @@
1752
1853
  }
1753
1854
 
1754
1855
  .rounded {
1755
- border-radius: 0.25rem !important;
1856
+ border-radius: var(--cui-border-radius) !important;
1756
1857
  }
1757
1858
 
1758
1859
  .rounded-0 {
@@ -1760,15 +1861,23 @@
1760
1861
  }
1761
1862
 
1762
1863
  .rounded-1 {
1763
- border-radius: 0.2rem !important;
1864
+ border-radius: var(--cui-border-radius-sm) !important;
1764
1865
  }
1765
1866
 
1766
1867
  .rounded-2 {
1767
- border-radius: 0.25rem !important;
1868
+ border-radius: var(--cui-border-radius) !important;
1768
1869
  }
1769
1870
 
1770
1871
  .rounded-3 {
1771
- border-radius: 0.3rem !important;
1872
+ border-radius: var(--cui-border-radius-lg) !important;
1873
+ }
1874
+
1875
+ .rounded-4 {
1876
+ border-radius: var(--cui-border-radius-xl) !important;
1877
+ }
1878
+
1879
+ .rounded-5 {
1880
+ border-radius: var(--cui-border-radius-2xl) !important;
1772
1881
  }
1773
1882
 
1774
1883
  .rounded-circle {
@@ -1776,27 +1885,27 @@
1776
1885
  }
1777
1886
 
1778
1887
  .rounded-pill {
1779
- border-radius: 50rem !important;
1888
+ border-radius: var(--cui-border-radius-pill) !important;
1780
1889
  }
1781
1890
 
1782
1891
  .rounded-top {
1783
- border-top-left-radius: 0.25rem !important;
1784
- border-top-right-radius: 0.25rem !important;
1892
+ border-top-left-radius: var(--cui-border-radius) !important;
1893
+ border-top-right-radius: var(--cui-border-radius) !important;
1785
1894
  }
1786
1895
 
1787
1896
  .rounded-end {
1788
- border-top-left-radius: 0.25rem !important;
1789
- border-bottom-left-radius: 0.25rem !important;
1897
+ border-top-left-radius: var(--cui-border-radius) !important;
1898
+ border-bottom-left-radius: var(--cui-border-radius) !important;
1790
1899
  }
1791
1900
 
1792
1901
  .rounded-bottom {
1793
- border-bottom-right-radius: 0.25rem !important;
1794
- border-bottom-left-radius: 0.25rem !important;
1902
+ border-bottom-right-radius: var(--cui-border-radius) !important;
1903
+ border-bottom-left-radius: var(--cui-border-radius) !important;
1795
1904
  }
1796
1905
 
1797
1906
  .rounded-start {
1798
- border-bottom-right-radius: 0.25rem !important;
1799
- border-top-right-radius: 0.25rem !important;
1907
+ border-bottom-right-radius: var(--cui-border-radius) !important;
1908
+ border-top-right-radius: var(--cui-border-radius) !important;
1800
1909
  }
1801
1910
 
1802
1911
  .visible {
@@ -1811,649 +1920,494 @@
1811
1920
  .float-sm-start {
1812
1921
  float: right !important;
1813
1922
  }
1814
-
1815
1923
  .float-sm-end {
1816
1924
  float: left !important;
1817
1925
  }
1818
-
1819
1926
  .float-sm-none {
1820
1927
  float: none !important;
1821
1928
  }
1822
-
1823
1929
  .d-sm-inline {
1824
1930
  display: inline !important;
1825
1931
  }
1826
-
1827
1932
  .d-sm-inline-block {
1828
1933
  display: inline-block !important;
1829
1934
  }
1830
-
1831
1935
  .d-sm-block {
1832
1936
  display: block !important;
1833
1937
  }
1834
-
1835
1938
  .d-sm-grid {
1836
1939
  display: grid !important;
1837
1940
  }
1838
-
1839
1941
  .d-sm-table {
1840
1942
  display: table !important;
1841
1943
  }
1842
-
1843
1944
  .d-sm-table-row {
1844
1945
  display: table-row !important;
1845
1946
  }
1846
-
1847
1947
  .d-sm-table-cell {
1848
1948
  display: table-cell !important;
1849
1949
  }
1850
-
1851
1950
  .d-sm-flex {
1852
1951
  display: flex !important;
1853
1952
  }
1854
-
1855
1953
  .d-sm-inline-flex {
1856
1954
  display: inline-flex !important;
1857
1955
  }
1858
-
1859
1956
  .d-sm-none {
1860
1957
  display: none !important;
1861
1958
  }
1862
-
1863
1959
  .flex-sm-fill {
1864
1960
  flex: 1 1 auto !important;
1865
1961
  }
1866
-
1867
1962
  .flex-sm-row {
1868
1963
  flex-direction: row !important;
1869
1964
  }
1870
-
1871
1965
  .flex-sm-column {
1872
1966
  flex-direction: column !important;
1873
1967
  }
1874
-
1875
1968
  .flex-sm-row-reverse {
1876
1969
  flex-direction: row-reverse !important;
1877
1970
  }
1878
-
1879
1971
  .flex-sm-column-reverse {
1880
1972
  flex-direction: column-reverse !important;
1881
1973
  }
1882
-
1883
1974
  .flex-sm-grow-0 {
1884
1975
  flex-grow: 0 !important;
1885
1976
  }
1886
-
1887
1977
  .flex-sm-grow-1 {
1888
1978
  flex-grow: 1 !important;
1889
1979
  }
1890
-
1891
1980
  .flex-sm-shrink-0 {
1892
1981
  flex-shrink: 0 !important;
1893
1982
  }
1894
-
1895
1983
  .flex-sm-shrink-1 {
1896
1984
  flex-shrink: 1 !important;
1897
1985
  }
1898
-
1899
1986
  .flex-sm-wrap {
1900
1987
  flex-wrap: wrap !important;
1901
1988
  }
1902
-
1903
1989
  .flex-sm-nowrap {
1904
1990
  flex-wrap: nowrap !important;
1905
1991
  }
1906
-
1907
1992
  .flex-sm-wrap-reverse {
1908
1993
  flex-wrap: wrap-reverse !important;
1909
1994
  }
1910
-
1911
- .gap-sm-0 {
1912
- gap: 0 !important;
1913
- }
1914
-
1915
- .gap-sm-1 {
1916
- gap: 0.25rem !important;
1917
- }
1918
-
1919
- .gap-sm-2 {
1920
- gap: 0.5rem !important;
1921
- }
1922
-
1923
- .gap-sm-3 {
1924
- gap: 1rem !important;
1925
- }
1926
-
1927
- .gap-sm-4 {
1928
- gap: 1.5rem !important;
1929
- }
1930
-
1931
- .gap-sm-5 {
1932
- gap: 3rem !important;
1933
- }
1934
-
1935
1995
  .justify-content-sm-start {
1936
1996
  justify-content: flex-start !important;
1937
1997
  }
1938
-
1939
1998
  .justify-content-sm-end {
1940
1999
  justify-content: flex-end !important;
1941
2000
  }
1942
-
1943
2001
  .justify-content-sm-center {
1944
2002
  justify-content: center !important;
1945
2003
  }
1946
-
1947
2004
  .justify-content-sm-between {
1948
2005
  justify-content: space-between !important;
1949
2006
  }
1950
-
1951
2007
  .justify-content-sm-around {
1952
2008
  justify-content: space-around !important;
1953
2009
  }
1954
-
1955
2010
  .justify-content-sm-evenly {
1956
2011
  justify-content: space-evenly !important;
1957
2012
  }
1958
-
1959
2013
  .align-items-sm-start {
1960
2014
  align-items: flex-start !important;
1961
2015
  }
1962
-
1963
2016
  .align-items-sm-end {
1964
2017
  align-items: flex-end !important;
1965
2018
  }
1966
-
1967
2019
  .align-items-sm-center {
1968
2020
  align-items: center !important;
1969
2021
  }
1970
-
1971
2022
  .align-items-sm-baseline {
1972
2023
  align-items: baseline !important;
1973
2024
  }
1974
-
1975
2025
  .align-items-sm-stretch {
1976
2026
  align-items: stretch !important;
1977
2027
  }
1978
-
1979
2028
  .align-content-sm-start {
1980
2029
  align-content: flex-start !important;
1981
2030
  }
1982
-
1983
2031
  .align-content-sm-end {
1984
2032
  align-content: flex-end !important;
1985
2033
  }
1986
-
1987
2034
  .align-content-sm-center {
1988
2035
  align-content: center !important;
1989
2036
  }
1990
-
1991
2037
  .align-content-sm-between {
1992
2038
  align-content: space-between !important;
1993
2039
  }
1994
-
1995
2040
  .align-content-sm-around {
1996
2041
  align-content: space-around !important;
1997
2042
  }
1998
-
1999
2043
  .align-content-sm-stretch {
2000
2044
  align-content: stretch !important;
2001
2045
  }
2002
-
2003
2046
  .align-self-sm-auto {
2004
2047
  align-self: auto !important;
2005
2048
  }
2006
-
2007
2049
  .align-self-sm-start {
2008
2050
  align-self: flex-start !important;
2009
2051
  }
2010
-
2011
2052
  .align-self-sm-end {
2012
2053
  align-self: flex-end !important;
2013
2054
  }
2014
-
2015
2055
  .align-self-sm-center {
2016
2056
  align-self: center !important;
2017
2057
  }
2018
-
2019
2058
  .align-self-sm-baseline {
2020
2059
  align-self: baseline !important;
2021
2060
  }
2022
-
2023
2061
  .align-self-sm-stretch {
2024
2062
  align-self: stretch !important;
2025
2063
  }
2026
-
2027
2064
  .order-sm-first {
2028
2065
  order: -1 !important;
2029
2066
  }
2030
-
2031
2067
  .order-sm-0 {
2032
2068
  order: 0 !important;
2033
2069
  }
2034
-
2035
2070
  .order-sm-1 {
2036
2071
  order: 1 !important;
2037
2072
  }
2038
-
2039
2073
  .order-sm-2 {
2040
2074
  order: 2 !important;
2041
2075
  }
2042
-
2043
2076
  .order-sm-3 {
2044
2077
  order: 3 !important;
2045
2078
  }
2046
-
2047
2079
  .order-sm-4 {
2048
2080
  order: 4 !important;
2049
2081
  }
2050
-
2051
2082
  .order-sm-5 {
2052
2083
  order: 5 !important;
2053
2084
  }
2054
-
2055
2085
  .order-sm-last {
2056
2086
  order: 6 !important;
2057
2087
  }
2058
-
2059
2088
  .m-sm-0 {
2060
2089
  margin: 0 !important;
2061
2090
  }
2062
-
2063
2091
  .m-sm-1 {
2064
2092
  margin: 0.25rem !important;
2065
2093
  }
2066
-
2067
2094
  .m-sm-2 {
2068
2095
  margin: 0.5rem !important;
2069
2096
  }
2070
-
2071
2097
  .m-sm-3 {
2072
2098
  margin: 1rem !important;
2073
2099
  }
2074
-
2075
2100
  .m-sm-4 {
2076
2101
  margin: 1.5rem !important;
2077
2102
  }
2078
-
2079
2103
  .m-sm-5 {
2080
2104
  margin: 3rem !important;
2081
2105
  }
2082
-
2083
2106
  .m-sm-auto {
2084
2107
  margin: auto !important;
2085
2108
  }
2086
-
2087
2109
  .mx-sm-0 {
2088
2110
  margin-right: 0 !important;
2089
2111
  margin-left: 0 !important;
2090
2112
  }
2091
-
2092
2113
  .mx-sm-1 {
2093
2114
  margin-right: 0.25rem !important;
2094
2115
  margin-left: 0.25rem !important;
2095
2116
  }
2096
-
2097
2117
  .mx-sm-2 {
2098
2118
  margin-right: 0.5rem !important;
2099
2119
  margin-left: 0.5rem !important;
2100
2120
  }
2101
-
2102
2121
  .mx-sm-3 {
2103
2122
  margin-right: 1rem !important;
2104
2123
  margin-left: 1rem !important;
2105
2124
  }
2106
-
2107
2125
  .mx-sm-4 {
2108
2126
  margin-right: 1.5rem !important;
2109
2127
  margin-left: 1.5rem !important;
2110
2128
  }
2111
-
2112
2129
  .mx-sm-5 {
2113
2130
  margin-right: 3rem !important;
2114
2131
  margin-left: 3rem !important;
2115
2132
  }
2116
-
2117
2133
  .mx-sm-auto {
2118
2134
  margin-right: auto !important;
2119
2135
  margin-left: auto !important;
2120
2136
  }
2121
-
2122
2137
  .my-sm-0 {
2123
2138
  margin-top: 0 !important;
2124
2139
  margin-bottom: 0 !important;
2125
2140
  }
2126
-
2127
2141
  .my-sm-1 {
2128
2142
  margin-top: 0.25rem !important;
2129
2143
  margin-bottom: 0.25rem !important;
2130
2144
  }
2131
-
2132
2145
  .my-sm-2 {
2133
2146
  margin-top: 0.5rem !important;
2134
2147
  margin-bottom: 0.5rem !important;
2135
2148
  }
2136
-
2137
2149
  .my-sm-3 {
2138
2150
  margin-top: 1rem !important;
2139
2151
  margin-bottom: 1rem !important;
2140
2152
  }
2141
-
2142
2153
  .my-sm-4 {
2143
2154
  margin-top: 1.5rem !important;
2144
2155
  margin-bottom: 1.5rem !important;
2145
2156
  }
2146
-
2147
2157
  .my-sm-5 {
2148
2158
  margin-top: 3rem !important;
2149
2159
  margin-bottom: 3rem !important;
2150
2160
  }
2151
-
2152
2161
  .my-sm-auto {
2153
2162
  margin-top: auto !important;
2154
2163
  margin-bottom: auto !important;
2155
2164
  }
2156
-
2157
2165
  .mt-sm-0 {
2158
2166
  margin-top: 0 !important;
2159
2167
  }
2160
-
2161
2168
  .mt-sm-1 {
2162
2169
  margin-top: 0.25rem !important;
2163
2170
  }
2164
-
2165
2171
  .mt-sm-2 {
2166
2172
  margin-top: 0.5rem !important;
2167
2173
  }
2168
-
2169
2174
  .mt-sm-3 {
2170
2175
  margin-top: 1rem !important;
2171
2176
  }
2172
-
2173
2177
  .mt-sm-4 {
2174
2178
  margin-top: 1.5rem !important;
2175
2179
  }
2176
-
2177
2180
  .mt-sm-5 {
2178
2181
  margin-top: 3rem !important;
2179
2182
  }
2180
-
2181
2183
  .mt-sm-auto {
2182
2184
  margin-top: auto !important;
2183
2185
  }
2184
-
2185
2186
  .me-sm-0 {
2186
2187
  margin-left: 0 !important;
2187
2188
  }
2188
-
2189
2189
  .me-sm-1 {
2190
2190
  margin-left: 0.25rem !important;
2191
2191
  }
2192
-
2193
2192
  .me-sm-2 {
2194
2193
  margin-left: 0.5rem !important;
2195
2194
  }
2196
-
2197
2195
  .me-sm-3 {
2198
2196
  margin-left: 1rem !important;
2199
2197
  }
2200
-
2201
2198
  .me-sm-4 {
2202
2199
  margin-left: 1.5rem !important;
2203
2200
  }
2204
-
2205
2201
  .me-sm-5 {
2206
2202
  margin-left: 3rem !important;
2207
2203
  }
2208
-
2209
2204
  .me-sm-auto {
2210
2205
  margin-left: auto !important;
2211
2206
  }
2212
-
2213
2207
  .mb-sm-0 {
2214
2208
  margin-bottom: 0 !important;
2215
2209
  }
2216
-
2217
2210
  .mb-sm-1 {
2218
2211
  margin-bottom: 0.25rem !important;
2219
2212
  }
2220
-
2221
2213
  .mb-sm-2 {
2222
2214
  margin-bottom: 0.5rem !important;
2223
2215
  }
2224
-
2225
2216
  .mb-sm-3 {
2226
2217
  margin-bottom: 1rem !important;
2227
2218
  }
2228
-
2229
2219
  .mb-sm-4 {
2230
2220
  margin-bottom: 1.5rem !important;
2231
2221
  }
2232
-
2233
2222
  .mb-sm-5 {
2234
2223
  margin-bottom: 3rem !important;
2235
2224
  }
2236
-
2237
2225
  .mb-sm-auto {
2238
2226
  margin-bottom: auto !important;
2239
2227
  }
2240
-
2241
2228
  .ms-sm-0 {
2242
2229
  margin-right: 0 !important;
2243
2230
  }
2244
-
2245
2231
  .ms-sm-1 {
2246
2232
  margin-right: 0.25rem !important;
2247
2233
  }
2248
-
2249
2234
  .ms-sm-2 {
2250
2235
  margin-right: 0.5rem !important;
2251
2236
  }
2252
-
2253
2237
  .ms-sm-3 {
2254
2238
  margin-right: 1rem !important;
2255
2239
  }
2256
-
2257
2240
  .ms-sm-4 {
2258
2241
  margin-right: 1.5rem !important;
2259
2242
  }
2260
-
2261
2243
  .ms-sm-5 {
2262
2244
  margin-right: 3rem !important;
2263
2245
  }
2264
-
2265
2246
  .ms-sm-auto {
2266
2247
  margin-right: auto !important;
2267
2248
  }
2268
-
2269
2249
  .p-sm-0 {
2270
2250
  padding: 0 !important;
2271
2251
  }
2272
-
2273
2252
  .p-sm-1 {
2274
2253
  padding: 0.25rem !important;
2275
2254
  }
2276
-
2277
2255
  .p-sm-2 {
2278
2256
  padding: 0.5rem !important;
2279
2257
  }
2280
-
2281
2258
  .p-sm-3 {
2282
2259
  padding: 1rem !important;
2283
2260
  }
2284
-
2285
2261
  .p-sm-4 {
2286
2262
  padding: 1.5rem !important;
2287
2263
  }
2288
-
2289
2264
  .p-sm-5 {
2290
2265
  padding: 3rem !important;
2291
2266
  }
2292
-
2293
2267
  .px-sm-0 {
2294
2268
  padding-right: 0 !important;
2295
2269
  padding-left: 0 !important;
2296
2270
  }
2297
-
2298
2271
  .px-sm-1 {
2299
2272
  padding-right: 0.25rem !important;
2300
2273
  padding-left: 0.25rem !important;
2301
2274
  }
2302
-
2303
2275
  .px-sm-2 {
2304
2276
  padding-right: 0.5rem !important;
2305
2277
  padding-left: 0.5rem !important;
2306
2278
  }
2307
-
2308
2279
  .px-sm-3 {
2309
2280
  padding-right: 1rem !important;
2310
2281
  padding-left: 1rem !important;
2311
2282
  }
2312
-
2313
2283
  .px-sm-4 {
2314
2284
  padding-right: 1.5rem !important;
2315
2285
  padding-left: 1.5rem !important;
2316
2286
  }
2317
-
2318
2287
  .px-sm-5 {
2319
2288
  padding-right: 3rem !important;
2320
2289
  padding-left: 3rem !important;
2321
2290
  }
2322
-
2323
2291
  .py-sm-0 {
2324
2292
  padding-top: 0 !important;
2325
2293
  padding-bottom: 0 !important;
2326
2294
  }
2327
-
2328
2295
  .py-sm-1 {
2329
2296
  padding-top: 0.25rem !important;
2330
2297
  padding-bottom: 0.25rem !important;
2331
2298
  }
2332
-
2333
2299
  .py-sm-2 {
2334
2300
  padding-top: 0.5rem !important;
2335
2301
  padding-bottom: 0.5rem !important;
2336
2302
  }
2337
-
2338
2303
  .py-sm-3 {
2339
2304
  padding-top: 1rem !important;
2340
2305
  padding-bottom: 1rem !important;
2341
2306
  }
2342
-
2343
2307
  .py-sm-4 {
2344
2308
  padding-top: 1.5rem !important;
2345
2309
  padding-bottom: 1.5rem !important;
2346
2310
  }
2347
-
2348
2311
  .py-sm-5 {
2349
2312
  padding-top: 3rem !important;
2350
2313
  padding-bottom: 3rem !important;
2351
2314
  }
2352
-
2353
2315
  .pt-sm-0 {
2354
2316
  padding-top: 0 !important;
2355
2317
  }
2356
-
2357
2318
  .pt-sm-1 {
2358
2319
  padding-top: 0.25rem !important;
2359
2320
  }
2360
-
2361
2321
  .pt-sm-2 {
2362
2322
  padding-top: 0.5rem !important;
2363
2323
  }
2364
-
2365
2324
  .pt-sm-3 {
2366
2325
  padding-top: 1rem !important;
2367
2326
  }
2368
-
2369
2327
  .pt-sm-4 {
2370
2328
  padding-top: 1.5rem !important;
2371
2329
  }
2372
-
2373
2330
  .pt-sm-5 {
2374
2331
  padding-top: 3rem !important;
2375
2332
  }
2376
-
2377
2333
  .pe-sm-0 {
2378
2334
  padding-left: 0 !important;
2379
2335
  }
2380
-
2381
2336
  .pe-sm-1 {
2382
2337
  padding-left: 0.25rem !important;
2383
2338
  }
2384
-
2385
2339
  .pe-sm-2 {
2386
2340
  padding-left: 0.5rem !important;
2387
2341
  }
2388
-
2389
2342
  .pe-sm-3 {
2390
2343
  padding-left: 1rem !important;
2391
2344
  }
2392
-
2393
2345
  .pe-sm-4 {
2394
2346
  padding-left: 1.5rem !important;
2395
2347
  }
2396
-
2397
2348
  .pe-sm-5 {
2398
2349
  padding-left: 3rem !important;
2399
2350
  }
2400
-
2401
2351
  .pb-sm-0 {
2402
2352
  padding-bottom: 0 !important;
2403
2353
  }
2404
-
2405
2354
  .pb-sm-1 {
2406
2355
  padding-bottom: 0.25rem !important;
2407
2356
  }
2408
-
2409
2357
  .pb-sm-2 {
2410
2358
  padding-bottom: 0.5rem !important;
2411
2359
  }
2412
-
2413
2360
  .pb-sm-3 {
2414
2361
  padding-bottom: 1rem !important;
2415
2362
  }
2416
-
2417
2363
  .pb-sm-4 {
2418
2364
  padding-bottom: 1.5rem !important;
2419
2365
  }
2420
-
2421
2366
  .pb-sm-5 {
2422
2367
  padding-bottom: 3rem !important;
2423
2368
  }
2424
-
2425
2369
  .ps-sm-0 {
2426
2370
  padding-right: 0 !important;
2427
2371
  }
2428
-
2429
2372
  .ps-sm-1 {
2430
2373
  padding-right: 0.25rem !important;
2431
2374
  }
2432
-
2433
2375
  .ps-sm-2 {
2434
2376
  padding-right: 0.5rem !important;
2435
2377
  }
2436
-
2437
2378
  .ps-sm-3 {
2438
2379
  padding-right: 1rem !important;
2439
2380
  }
2440
-
2441
2381
  .ps-sm-4 {
2442
2382
  padding-right: 1.5rem !important;
2443
2383
  }
2444
-
2445
2384
  .ps-sm-5 {
2446
2385
  padding-right: 3rem !important;
2447
2386
  }
2448
-
2387
+ .gap-sm-0 {
2388
+ gap: 0 !important;
2389
+ }
2390
+ .gap-sm-1 {
2391
+ gap: 0.25rem !important;
2392
+ }
2393
+ .gap-sm-2 {
2394
+ gap: 0.5rem !important;
2395
+ }
2396
+ .gap-sm-3 {
2397
+ gap: 1rem !important;
2398
+ }
2399
+ .gap-sm-4 {
2400
+ gap: 1.5rem !important;
2401
+ }
2402
+ .gap-sm-5 {
2403
+ gap: 3rem !important;
2404
+ }
2449
2405
  .text-sm-start {
2450
2406
  text-align: right !important;
2451
2407
  }
2452
-
2453
2408
  .text-sm-end {
2454
2409
  text-align: left !important;
2455
2410
  }
2456
-
2457
2411
  .text-sm-center {
2458
2412
  text-align: center !important;
2459
2413
  }
@@ -2462,649 +2416,494 @@
2462
2416
  .float-md-start {
2463
2417
  float: right !important;
2464
2418
  }
2465
-
2466
2419
  .float-md-end {
2467
2420
  float: left !important;
2468
2421
  }
2469
-
2470
2422
  .float-md-none {
2471
2423
  float: none !important;
2472
2424
  }
2473
-
2474
2425
  .d-md-inline {
2475
2426
  display: inline !important;
2476
2427
  }
2477
-
2478
2428
  .d-md-inline-block {
2479
2429
  display: inline-block !important;
2480
2430
  }
2481
-
2482
2431
  .d-md-block {
2483
2432
  display: block !important;
2484
2433
  }
2485
-
2486
2434
  .d-md-grid {
2487
2435
  display: grid !important;
2488
2436
  }
2489
-
2490
2437
  .d-md-table {
2491
2438
  display: table !important;
2492
2439
  }
2493
-
2494
2440
  .d-md-table-row {
2495
2441
  display: table-row !important;
2496
2442
  }
2497
-
2498
2443
  .d-md-table-cell {
2499
2444
  display: table-cell !important;
2500
2445
  }
2501
-
2502
2446
  .d-md-flex {
2503
2447
  display: flex !important;
2504
2448
  }
2505
-
2506
2449
  .d-md-inline-flex {
2507
2450
  display: inline-flex !important;
2508
2451
  }
2509
-
2510
2452
  .d-md-none {
2511
2453
  display: none !important;
2512
2454
  }
2513
-
2514
2455
  .flex-md-fill {
2515
2456
  flex: 1 1 auto !important;
2516
2457
  }
2517
-
2518
2458
  .flex-md-row {
2519
2459
  flex-direction: row !important;
2520
2460
  }
2521
-
2522
2461
  .flex-md-column {
2523
2462
  flex-direction: column !important;
2524
2463
  }
2525
-
2526
2464
  .flex-md-row-reverse {
2527
2465
  flex-direction: row-reverse !important;
2528
2466
  }
2529
-
2530
2467
  .flex-md-column-reverse {
2531
2468
  flex-direction: column-reverse !important;
2532
2469
  }
2533
-
2534
2470
  .flex-md-grow-0 {
2535
2471
  flex-grow: 0 !important;
2536
2472
  }
2537
-
2538
2473
  .flex-md-grow-1 {
2539
2474
  flex-grow: 1 !important;
2540
2475
  }
2541
-
2542
2476
  .flex-md-shrink-0 {
2543
2477
  flex-shrink: 0 !important;
2544
2478
  }
2545
-
2546
2479
  .flex-md-shrink-1 {
2547
2480
  flex-shrink: 1 !important;
2548
2481
  }
2549
-
2550
2482
  .flex-md-wrap {
2551
2483
  flex-wrap: wrap !important;
2552
2484
  }
2553
-
2554
2485
  .flex-md-nowrap {
2555
2486
  flex-wrap: nowrap !important;
2556
2487
  }
2557
-
2558
2488
  .flex-md-wrap-reverse {
2559
2489
  flex-wrap: wrap-reverse !important;
2560
2490
  }
2561
-
2562
- .gap-md-0 {
2563
- gap: 0 !important;
2564
- }
2565
-
2566
- .gap-md-1 {
2567
- gap: 0.25rem !important;
2568
- }
2569
-
2570
- .gap-md-2 {
2571
- gap: 0.5rem !important;
2572
- }
2573
-
2574
- .gap-md-3 {
2575
- gap: 1rem !important;
2576
- }
2577
-
2578
- .gap-md-4 {
2579
- gap: 1.5rem !important;
2580
- }
2581
-
2582
- .gap-md-5 {
2583
- gap: 3rem !important;
2584
- }
2585
-
2586
2491
  .justify-content-md-start {
2587
2492
  justify-content: flex-start !important;
2588
2493
  }
2589
-
2590
2494
  .justify-content-md-end {
2591
2495
  justify-content: flex-end !important;
2592
2496
  }
2593
-
2594
2497
  .justify-content-md-center {
2595
2498
  justify-content: center !important;
2596
2499
  }
2597
-
2598
2500
  .justify-content-md-between {
2599
2501
  justify-content: space-between !important;
2600
2502
  }
2601
-
2602
2503
  .justify-content-md-around {
2603
2504
  justify-content: space-around !important;
2604
2505
  }
2605
-
2606
2506
  .justify-content-md-evenly {
2607
2507
  justify-content: space-evenly !important;
2608
2508
  }
2609
-
2610
2509
  .align-items-md-start {
2611
2510
  align-items: flex-start !important;
2612
2511
  }
2613
-
2614
2512
  .align-items-md-end {
2615
2513
  align-items: flex-end !important;
2616
2514
  }
2617
-
2618
2515
  .align-items-md-center {
2619
2516
  align-items: center !important;
2620
2517
  }
2621
-
2622
2518
  .align-items-md-baseline {
2623
2519
  align-items: baseline !important;
2624
2520
  }
2625
-
2626
2521
  .align-items-md-stretch {
2627
2522
  align-items: stretch !important;
2628
2523
  }
2629
-
2630
2524
  .align-content-md-start {
2631
2525
  align-content: flex-start !important;
2632
2526
  }
2633
-
2634
2527
  .align-content-md-end {
2635
2528
  align-content: flex-end !important;
2636
2529
  }
2637
-
2638
2530
  .align-content-md-center {
2639
2531
  align-content: center !important;
2640
2532
  }
2641
-
2642
2533
  .align-content-md-between {
2643
2534
  align-content: space-between !important;
2644
2535
  }
2645
-
2646
2536
  .align-content-md-around {
2647
2537
  align-content: space-around !important;
2648
2538
  }
2649
-
2650
2539
  .align-content-md-stretch {
2651
2540
  align-content: stretch !important;
2652
2541
  }
2653
-
2654
2542
  .align-self-md-auto {
2655
2543
  align-self: auto !important;
2656
2544
  }
2657
-
2658
2545
  .align-self-md-start {
2659
2546
  align-self: flex-start !important;
2660
2547
  }
2661
-
2662
2548
  .align-self-md-end {
2663
2549
  align-self: flex-end !important;
2664
2550
  }
2665
-
2666
2551
  .align-self-md-center {
2667
2552
  align-self: center !important;
2668
2553
  }
2669
-
2670
2554
  .align-self-md-baseline {
2671
2555
  align-self: baseline !important;
2672
2556
  }
2673
-
2674
2557
  .align-self-md-stretch {
2675
2558
  align-self: stretch !important;
2676
2559
  }
2677
-
2678
2560
  .order-md-first {
2679
2561
  order: -1 !important;
2680
2562
  }
2681
-
2682
2563
  .order-md-0 {
2683
2564
  order: 0 !important;
2684
2565
  }
2685
-
2686
2566
  .order-md-1 {
2687
2567
  order: 1 !important;
2688
2568
  }
2689
-
2690
2569
  .order-md-2 {
2691
2570
  order: 2 !important;
2692
2571
  }
2693
-
2694
2572
  .order-md-3 {
2695
2573
  order: 3 !important;
2696
2574
  }
2697
-
2698
2575
  .order-md-4 {
2699
2576
  order: 4 !important;
2700
2577
  }
2701
-
2702
2578
  .order-md-5 {
2703
2579
  order: 5 !important;
2704
2580
  }
2705
-
2706
2581
  .order-md-last {
2707
2582
  order: 6 !important;
2708
2583
  }
2709
-
2710
2584
  .m-md-0 {
2711
2585
  margin: 0 !important;
2712
2586
  }
2713
-
2714
2587
  .m-md-1 {
2715
2588
  margin: 0.25rem !important;
2716
2589
  }
2717
-
2718
2590
  .m-md-2 {
2719
2591
  margin: 0.5rem !important;
2720
2592
  }
2721
-
2722
2593
  .m-md-3 {
2723
2594
  margin: 1rem !important;
2724
2595
  }
2725
-
2726
2596
  .m-md-4 {
2727
2597
  margin: 1.5rem !important;
2728
2598
  }
2729
-
2730
2599
  .m-md-5 {
2731
2600
  margin: 3rem !important;
2732
2601
  }
2733
-
2734
2602
  .m-md-auto {
2735
2603
  margin: auto !important;
2736
2604
  }
2737
-
2738
2605
  .mx-md-0 {
2739
2606
  margin-right: 0 !important;
2740
2607
  margin-left: 0 !important;
2741
2608
  }
2742
-
2743
2609
  .mx-md-1 {
2744
2610
  margin-right: 0.25rem !important;
2745
2611
  margin-left: 0.25rem !important;
2746
2612
  }
2747
-
2748
2613
  .mx-md-2 {
2749
2614
  margin-right: 0.5rem !important;
2750
2615
  margin-left: 0.5rem !important;
2751
2616
  }
2752
-
2753
2617
  .mx-md-3 {
2754
2618
  margin-right: 1rem !important;
2755
2619
  margin-left: 1rem !important;
2756
2620
  }
2757
-
2758
2621
  .mx-md-4 {
2759
2622
  margin-right: 1.5rem !important;
2760
2623
  margin-left: 1.5rem !important;
2761
2624
  }
2762
-
2763
2625
  .mx-md-5 {
2764
2626
  margin-right: 3rem !important;
2765
2627
  margin-left: 3rem !important;
2766
2628
  }
2767
-
2768
2629
  .mx-md-auto {
2769
2630
  margin-right: auto !important;
2770
2631
  margin-left: auto !important;
2771
2632
  }
2772
-
2773
2633
  .my-md-0 {
2774
2634
  margin-top: 0 !important;
2775
2635
  margin-bottom: 0 !important;
2776
2636
  }
2777
-
2778
2637
  .my-md-1 {
2779
2638
  margin-top: 0.25rem !important;
2780
2639
  margin-bottom: 0.25rem !important;
2781
2640
  }
2782
-
2783
2641
  .my-md-2 {
2784
2642
  margin-top: 0.5rem !important;
2785
2643
  margin-bottom: 0.5rem !important;
2786
2644
  }
2787
-
2788
2645
  .my-md-3 {
2789
2646
  margin-top: 1rem !important;
2790
2647
  margin-bottom: 1rem !important;
2791
2648
  }
2792
-
2793
2649
  .my-md-4 {
2794
2650
  margin-top: 1.5rem !important;
2795
2651
  margin-bottom: 1.5rem !important;
2796
2652
  }
2797
-
2798
2653
  .my-md-5 {
2799
2654
  margin-top: 3rem !important;
2800
2655
  margin-bottom: 3rem !important;
2801
2656
  }
2802
-
2803
2657
  .my-md-auto {
2804
2658
  margin-top: auto !important;
2805
2659
  margin-bottom: auto !important;
2806
2660
  }
2807
-
2808
2661
  .mt-md-0 {
2809
2662
  margin-top: 0 !important;
2810
2663
  }
2811
-
2812
2664
  .mt-md-1 {
2813
2665
  margin-top: 0.25rem !important;
2814
2666
  }
2815
-
2816
2667
  .mt-md-2 {
2817
2668
  margin-top: 0.5rem !important;
2818
2669
  }
2819
-
2820
2670
  .mt-md-3 {
2821
2671
  margin-top: 1rem !important;
2822
2672
  }
2823
-
2824
2673
  .mt-md-4 {
2825
2674
  margin-top: 1.5rem !important;
2826
2675
  }
2827
-
2828
2676
  .mt-md-5 {
2829
2677
  margin-top: 3rem !important;
2830
2678
  }
2831
-
2832
2679
  .mt-md-auto {
2833
2680
  margin-top: auto !important;
2834
2681
  }
2835
-
2836
2682
  .me-md-0 {
2837
2683
  margin-left: 0 !important;
2838
2684
  }
2839
-
2840
2685
  .me-md-1 {
2841
2686
  margin-left: 0.25rem !important;
2842
2687
  }
2843
-
2844
2688
  .me-md-2 {
2845
2689
  margin-left: 0.5rem !important;
2846
2690
  }
2847
-
2848
2691
  .me-md-3 {
2849
2692
  margin-left: 1rem !important;
2850
2693
  }
2851
-
2852
2694
  .me-md-4 {
2853
2695
  margin-left: 1.5rem !important;
2854
2696
  }
2855
-
2856
2697
  .me-md-5 {
2857
2698
  margin-left: 3rem !important;
2858
2699
  }
2859
-
2860
2700
  .me-md-auto {
2861
2701
  margin-left: auto !important;
2862
2702
  }
2863
-
2864
2703
  .mb-md-0 {
2865
2704
  margin-bottom: 0 !important;
2866
2705
  }
2867
-
2868
2706
  .mb-md-1 {
2869
2707
  margin-bottom: 0.25rem !important;
2870
2708
  }
2871
-
2872
2709
  .mb-md-2 {
2873
2710
  margin-bottom: 0.5rem !important;
2874
2711
  }
2875
-
2876
2712
  .mb-md-3 {
2877
2713
  margin-bottom: 1rem !important;
2878
2714
  }
2879
-
2880
2715
  .mb-md-4 {
2881
2716
  margin-bottom: 1.5rem !important;
2882
2717
  }
2883
-
2884
2718
  .mb-md-5 {
2885
2719
  margin-bottom: 3rem !important;
2886
2720
  }
2887
-
2888
2721
  .mb-md-auto {
2889
2722
  margin-bottom: auto !important;
2890
2723
  }
2891
-
2892
2724
  .ms-md-0 {
2893
2725
  margin-right: 0 !important;
2894
2726
  }
2895
-
2896
2727
  .ms-md-1 {
2897
2728
  margin-right: 0.25rem !important;
2898
2729
  }
2899
-
2900
2730
  .ms-md-2 {
2901
2731
  margin-right: 0.5rem !important;
2902
2732
  }
2903
-
2904
2733
  .ms-md-3 {
2905
2734
  margin-right: 1rem !important;
2906
2735
  }
2907
-
2908
2736
  .ms-md-4 {
2909
2737
  margin-right: 1.5rem !important;
2910
2738
  }
2911
-
2912
2739
  .ms-md-5 {
2913
2740
  margin-right: 3rem !important;
2914
2741
  }
2915
-
2916
2742
  .ms-md-auto {
2917
2743
  margin-right: auto !important;
2918
2744
  }
2919
-
2920
2745
  .p-md-0 {
2921
2746
  padding: 0 !important;
2922
2747
  }
2923
-
2924
2748
  .p-md-1 {
2925
2749
  padding: 0.25rem !important;
2926
2750
  }
2927
-
2928
2751
  .p-md-2 {
2929
2752
  padding: 0.5rem !important;
2930
2753
  }
2931
-
2932
2754
  .p-md-3 {
2933
2755
  padding: 1rem !important;
2934
2756
  }
2935
-
2936
2757
  .p-md-4 {
2937
2758
  padding: 1.5rem !important;
2938
2759
  }
2939
-
2940
2760
  .p-md-5 {
2941
2761
  padding: 3rem !important;
2942
2762
  }
2943
-
2944
2763
  .px-md-0 {
2945
2764
  padding-right: 0 !important;
2946
2765
  padding-left: 0 !important;
2947
2766
  }
2948
-
2949
2767
  .px-md-1 {
2950
2768
  padding-right: 0.25rem !important;
2951
2769
  padding-left: 0.25rem !important;
2952
2770
  }
2953
-
2954
2771
  .px-md-2 {
2955
2772
  padding-right: 0.5rem !important;
2956
2773
  padding-left: 0.5rem !important;
2957
2774
  }
2958
-
2959
2775
  .px-md-3 {
2960
2776
  padding-right: 1rem !important;
2961
2777
  padding-left: 1rem !important;
2962
2778
  }
2963
-
2964
2779
  .px-md-4 {
2965
2780
  padding-right: 1.5rem !important;
2966
2781
  padding-left: 1.5rem !important;
2967
2782
  }
2968
-
2969
2783
  .px-md-5 {
2970
2784
  padding-right: 3rem !important;
2971
2785
  padding-left: 3rem !important;
2972
2786
  }
2973
-
2974
2787
  .py-md-0 {
2975
2788
  padding-top: 0 !important;
2976
2789
  padding-bottom: 0 !important;
2977
2790
  }
2978
-
2979
2791
  .py-md-1 {
2980
2792
  padding-top: 0.25rem !important;
2981
2793
  padding-bottom: 0.25rem !important;
2982
2794
  }
2983
-
2984
2795
  .py-md-2 {
2985
2796
  padding-top: 0.5rem !important;
2986
2797
  padding-bottom: 0.5rem !important;
2987
2798
  }
2988
-
2989
2799
  .py-md-3 {
2990
2800
  padding-top: 1rem !important;
2991
2801
  padding-bottom: 1rem !important;
2992
2802
  }
2993
-
2994
2803
  .py-md-4 {
2995
2804
  padding-top: 1.5rem !important;
2996
2805
  padding-bottom: 1.5rem !important;
2997
2806
  }
2998
-
2999
2807
  .py-md-5 {
3000
2808
  padding-top: 3rem !important;
3001
2809
  padding-bottom: 3rem !important;
3002
2810
  }
3003
-
3004
2811
  .pt-md-0 {
3005
2812
  padding-top: 0 !important;
3006
2813
  }
3007
-
3008
2814
  .pt-md-1 {
3009
2815
  padding-top: 0.25rem !important;
3010
2816
  }
3011
-
3012
2817
  .pt-md-2 {
3013
2818
  padding-top: 0.5rem !important;
3014
2819
  }
3015
-
3016
2820
  .pt-md-3 {
3017
2821
  padding-top: 1rem !important;
3018
2822
  }
3019
-
3020
2823
  .pt-md-4 {
3021
2824
  padding-top: 1.5rem !important;
3022
2825
  }
3023
-
3024
2826
  .pt-md-5 {
3025
2827
  padding-top: 3rem !important;
3026
2828
  }
3027
-
3028
2829
  .pe-md-0 {
3029
2830
  padding-left: 0 !important;
3030
2831
  }
3031
-
3032
2832
  .pe-md-1 {
3033
2833
  padding-left: 0.25rem !important;
3034
2834
  }
3035
-
3036
2835
  .pe-md-2 {
3037
2836
  padding-left: 0.5rem !important;
3038
2837
  }
3039
-
3040
2838
  .pe-md-3 {
3041
2839
  padding-left: 1rem !important;
3042
2840
  }
3043
-
3044
2841
  .pe-md-4 {
3045
2842
  padding-left: 1.5rem !important;
3046
2843
  }
3047
-
3048
2844
  .pe-md-5 {
3049
2845
  padding-left: 3rem !important;
3050
2846
  }
3051
-
3052
2847
  .pb-md-0 {
3053
2848
  padding-bottom: 0 !important;
3054
2849
  }
3055
-
3056
2850
  .pb-md-1 {
3057
2851
  padding-bottom: 0.25rem !important;
3058
2852
  }
3059
-
3060
2853
  .pb-md-2 {
3061
2854
  padding-bottom: 0.5rem !important;
3062
2855
  }
3063
-
3064
2856
  .pb-md-3 {
3065
2857
  padding-bottom: 1rem !important;
3066
2858
  }
3067
-
3068
2859
  .pb-md-4 {
3069
2860
  padding-bottom: 1.5rem !important;
3070
2861
  }
3071
-
3072
2862
  .pb-md-5 {
3073
2863
  padding-bottom: 3rem !important;
3074
2864
  }
3075
-
3076
2865
  .ps-md-0 {
3077
2866
  padding-right: 0 !important;
3078
2867
  }
3079
-
3080
2868
  .ps-md-1 {
3081
2869
  padding-right: 0.25rem !important;
3082
2870
  }
3083
-
3084
2871
  .ps-md-2 {
3085
2872
  padding-right: 0.5rem !important;
3086
2873
  }
3087
-
3088
2874
  .ps-md-3 {
3089
2875
  padding-right: 1rem !important;
3090
2876
  }
3091
-
3092
2877
  .ps-md-4 {
3093
2878
  padding-right: 1.5rem !important;
3094
2879
  }
3095
-
3096
2880
  .ps-md-5 {
3097
2881
  padding-right: 3rem !important;
3098
2882
  }
3099
-
2883
+ .gap-md-0 {
2884
+ gap: 0 !important;
2885
+ }
2886
+ .gap-md-1 {
2887
+ gap: 0.25rem !important;
2888
+ }
2889
+ .gap-md-2 {
2890
+ gap: 0.5rem !important;
2891
+ }
2892
+ .gap-md-3 {
2893
+ gap: 1rem !important;
2894
+ }
2895
+ .gap-md-4 {
2896
+ gap: 1.5rem !important;
2897
+ }
2898
+ .gap-md-5 {
2899
+ gap: 3rem !important;
2900
+ }
3100
2901
  .text-md-start {
3101
2902
  text-align: right !important;
3102
2903
  }
3103
-
3104
2904
  .text-md-end {
3105
2905
  text-align: left !important;
3106
2906
  }
3107
-
3108
2907
  .text-md-center {
3109
2908
  text-align: center !important;
3110
2909
  }
@@ -3113,649 +2912,494 @@
3113
2912
  .float-lg-start {
3114
2913
  float: right !important;
3115
2914
  }
3116
-
3117
2915
  .float-lg-end {
3118
2916
  float: left !important;
3119
2917
  }
3120
-
3121
2918
  .float-lg-none {
3122
2919
  float: none !important;
3123
2920
  }
3124
-
3125
2921
  .d-lg-inline {
3126
2922
  display: inline !important;
3127
2923
  }
3128
-
3129
2924
  .d-lg-inline-block {
3130
2925
  display: inline-block !important;
3131
2926
  }
3132
-
3133
2927
  .d-lg-block {
3134
2928
  display: block !important;
3135
2929
  }
3136
-
3137
2930
  .d-lg-grid {
3138
2931
  display: grid !important;
3139
2932
  }
3140
-
3141
2933
  .d-lg-table {
3142
2934
  display: table !important;
3143
2935
  }
3144
-
3145
2936
  .d-lg-table-row {
3146
2937
  display: table-row !important;
3147
2938
  }
3148
-
3149
2939
  .d-lg-table-cell {
3150
2940
  display: table-cell !important;
3151
2941
  }
3152
-
3153
2942
  .d-lg-flex {
3154
2943
  display: flex !important;
3155
2944
  }
3156
-
3157
2945
  .d-lg-inline-flex {
3158
2946
  display: inline-flex !important;
3159
2947
  }
3160
-
3161
2948
  .d-lg-none {
3162
2949
  display: none !important;
3163
2950
  }
3164
-
3165
2951
  .flex-lg-fill {
3166
2952
  flex: 1 1 auto !important;
3167
2953
  }
3168
-
3169
2954
  .flex-lg-row {
3170
2955
  flex-direction: row !important;
3171
2956
  }
3172
-
3173
2957
  .flex-lg-column {
3174
2958
  flex-direction: column !important;
3175
2959
  }
3176
-
3177
2960
  .flex-lg-row-reverse {
3178
2961
  flex-direction: row-reverse !important;
3179
2962
  }
3180
-
3181
2963
  .flex-lg-column-reverse {
3182
2964
  flex-direction: column-reverse !important;
3183
2965
  }
3184
-
3185
2966
  .flex-lg-grow-0 {
3186
2967
  flex-grow: 0 !important;
3187
2968
  }
3188
-
3189
2969
  .flex-lg-grow-1 {
3190
2970
  flex-grow: 1 !important;
3191
2971
  }
3192
-
3193
2972
  .flex-lg-shrink-0 {
3194
2973
  flex-shrink: 0 !important;
3195
2974
  }
3196
-
3197
2975
  .flex-lg-shrink-1 {
3198
2976
  flex-shrink: 1 !important;
3199
2977
  }
3200
-
3201
2978
  .flex-lg-wrap {
3202
2979
  flex-wrap: wrap !important;
3203
2980
  }
3204
-
3205
2981
  .flex-lg-nowrap {
3206
2982
  flex-wrap: nowrap !important;
3207
2983
  }
3208
-
3209
2984
  .flex-lg-wrap-reverse {
3210
2985
  flex-wrap: wrap-reverse !important;
3211
2986
  }
3212
-
3213
- .gap-lg-0 {
3214
- gap: 0 !important;
3215
- }
3216
-
3217
- .gap-lg-1 {
3218
- gap: 0.25rem !important;
3219
- }
3220
-
3221
- .gap-lg-2 {
3222
- gap: 0.5rem !important;
3223
- }
3224
-
3225
- .gap-lg-3 {
3226
- gap: 1rem !important;
3227
- }
3228
-
3229
- .gap-lg-4 {
3230
- gap: 1.5rem !important;
3231
- }
3232
-
3233
- .gap-lg-5 {
3234
- gap: 3rem !important;
3235
- }
3236
-
3237
2987
  .justify-content-lg-start {
3238
2988
  justify-content: flex-start !important;
3239
2989
  }
3240
-
3241
2990
  .justify-content-lg-end {
3242
2991
  justify-content: flex-end !important;
3243
2992
  }
3244
-
3245
2993
  .justify-content-lg-center {
3246
2994
  justify-content: center !important;
3247
2995
  }
3248
-
3249
2996
  .justify-content-lg-between {
3250
2997
  justify-content: space-between !important;
3251
2998
  }
3252
-
3253
2999
  .justify-content-lg-around {
3254
3000
  justify-content: space-around !important;
3255
3001
  }
3256
-
3257
3002
  .justify-content-lg-evenly {
3258
3003
  justify-content: space-evenly !important;
3259
3004
  }
3260
-
3261
3005
  .align-items-lg-start {
3262
3006
  align-items: flex-start !important;
3263
3007
  }
3264
-
3265
3008
  .align-items-lg-end {
3266
3009
  align-items: flex-end !important;
3267
3010
  }
3268
-
3269
3011
  .align-items-lg-center {
3270
3012
  align-items: center !important;
3271
3013
  }
3272
-
3273
3014
  .align-items-lg-baseline {
3274
3015
  align-items: baseline !important;
3275
3016
  }
3276
-
3277
3017
  .align-items-lg-stretch {
3278
3018
  align-items: stretch !important;
3279
3019
  }
3280
-
3281
3020
  .align-content-lg-start {
3282
3021
  align-content: flex-start !important;
3283
3022
  }
3284
-
3285
3023
  .align-content-lg-end {
3286
3024
  align-content: flex-end !important;
3287
3025
  }
3288
-
3289
3026
  .align-content-lg-center {
3290
3027
  align-content: center !important;
3291
3028
  }
3292
-
3293
3029
  .align-content-lg-between {
3294
3030
  align-content: space-between !important;
3295
3031
  }
3296
-
3297
3032
  .align-content-lg-around {
3298
3033
  align-content: space-around !important;
3299
3034
  }
3300
-
3301
3035
  .align-content-lg-stretch {
3302
3036
  align-content: stretch !important;
3303
3037
  }
3304
-
3305
3038
  .align-self-lg-auto {
3306
3039
  align-self: auto !important;
3307
3040
  }
3308
-
3309
3041
  .align-self-lg-start {
3310
3042
  align-self: flex-start !important;
3311
3043
  }
3312
-
3313
3044
  .align-self-lg-end {
3314
3045
  align-self: flex-end !important;
3315
3046
  }
3316
-
3317
3047
  .align-self-lg-center {
3318
3048
  align-self: center !important;
3319
3049
  }
3320
-
3321
3050
  .align-self-lg-baseline {
3322
3051
  align-self: baseline !important;
3323
3052
  }
3324
-
3325
3053
  .align-self-lg-stretch {
3326
3054
  align-self: stretch !important;
3327
3055
  }
3328
-
3329
3056
  .order-lg-first {
3330
3057
  order: -1 !important;
3331
3058
  }
3332
-
3333
3059
  .order-lg-0 {
3334
3060
  order: 0 !important;
3335
3061
  }
3336
-
3337
3062
  .order-lg-1 {
3338
3063
  order: 1 !important;
3339
3064
  }
3340
-
3341
3065
  .order-lg-2 {
3342
3066
  order: 2 !important;
3343
3067
  }
3344
-
3345
3068
  .order-lg-3 {
3346
3069
  order: 3 !important;
3347
3070
  }
3348
-
3349
3071
  .order-lg-4 {
3350
3072
  order: 4 !important;
3351
3073
  }
3352
-
3353
3074
  .order-lg-5 {
3354
3075
  order: 5 !important;
3355
3076
  }
3356
-
3357
3077
  .order-lg-last {
3358
3078
  order: 6 !important;
3359
3079
  }
3360
-
3361
3080
  .m-lg-0 {
3362
3081
  margin: 0 !important;
3363
3082
  }
3364
-
3365
3083
  .m-lg-1 {
3366
3084
  margin: 0.25rem !important;
3367
3085
  }
3368
-
3369
3086
  .m-lg-2 {
3370
3087
  margin: 0.5rem !important;
3371
3088
  }
3372
-
3373
3089
  .m-lg-3 {
3374
3090
  margin: 1rem !important;
3375
3091
  }
3376
-
3377
3092
  .m-lg-4 {
3378
3093
  margin: 1.5rem !important;
3379
3094
  }
3380
-
3381
3095
  .m-lg-5 {
3382
3096
  margin: 3rem !important;
3383
3097
  }
3384
-
3385
3098
  .m-lg-auto {
3386
3099
  margin: auto !important;
3387
3100
  }
3388
-
3389
3101
  .mx-lg-0 {
3390
3102
  margin-right: 0 !important;
3391
3103
  margin-left: 0 !important;
3392
3104
  }
3393
-
3394
3105
  .mx-lg-1 {
3395
3106
  margin-right: 0.25rem !important;
3396
3107
  margin-left: 0.25rem !important;
3397
3108
  }
3398
-
3399
3109
  .mx-lg-2 {
3400
3110
  margin-right: 0.5rem !important;
3401
3111
  margin-left: 0.5rem !important;
3402
3112
  }
3403
-
3404
3113
  .mx-lg-3 {
3405
3114
  margin-right: 1rem !important;
3406
3115
  margin-left: 1rem !important;
3407
3116
  }
3408
-
3409
3117
  .mx-lg-4 {
3410
3118
  margin-right: 1.5rem !important;
3411
3119
  margin-left: 1.5rem !important;
3412
3120
  }
3413
-
3414
3121
  .mx-lg-5 {
3415
3122
  margin-right: 3rem !important;
3416
3123
  margin-left: 3rem !important;
3417
3124
  }
3418
-
3419
3125
  .mx-lg-auto {
3420
3126
  margin-right: auto !important;
3421
3127
  margin-left: auto !important;
3422
3128
  }
3423
-
3424
3129
  .my-lg-0 {
3425
3130
  margin-top: 0 !important;
3426
3131
  margin-bottom: 0 !important;
3427
3132
  }
3428
-
3429
3133
  .my-lg-1 {
3430
3134
  margin-top: 0.25rem !important;
3431
3135
  margin-bottom: 0.25rem !important;
3432
3136
  }
3433
-
3434
3137
  .my-lg-2 {
3435
3138
  margin-top: 0.5rem !important;
3436
3139
  margin-bottom: 0.5rem !important;
3437
3140
  }
3438
-
3439
3141
  .my-lg-3 {
3440
3142
  margin-top: 1rem !important;
3441
3143
  margin-bottom: 1rem !important;
3442
3144
  }
3443
-
3444
3145
  .my-lg-4 {
3445
3146
  margin-top: 1.5rem !important;
3446
3147
  margin-bottom: 1.5rem !important;
3447
3148
  }
3448
-
3449
3149
  .my-lg-5 {
3450
3150
  margin-top: 3rem !important;
3451
3151
  margin-bottom: 3rem !important;
3452
3152
  }
3453
-
3454
3153
  .my-lg-auto {
3455
3154
  margin-top: auto !important;
3456
3155
  margin-bottom: auto !important;
3457
3156
  }
3458
-
3459
3157
  .mt-lg-0 {
3460
3158
  margin-top: 0 !important;
3461
3159
  }
3462
-
3463
3160
  .mt-lg-1 {
3464
3161
  margin-top: 0.25rem !important;
3465
3162
  }
3466
-
3467
3163
  .mt-lg-2 {
3468
3164
  margin-top: 0.5rem !important;
3469
3165
  }
3470
-
3471
3166
  .mt-lg-3 {
3472
3167
  margin-top: 1rem !important;
3473
3168
  }
3474
-
3475
3169
  .mt-lg-4 {
3476
3170
  margin-top: 1.5rem !important;
3477
3171
  }
3478
-
3479
3172
  .mt-lg-5 {
3480
3173
  margin-top: 3rem !important;
3481
3174
  }
3482
-
3483
3175
  .mt-lg-auto {
3484
3176
  margin-top: auto !important;
3485
3177
  }
3486
-
3487
3178
  .me-lg-0 {
3488
3179
  margin-left: 0 !important;
3489
3180
  }
3490
-
3491
3181
  .me-lg-1 {
3492
3182
  margin-left: 0.25rem !important;
3493
3183
  }
3494
-
3495
3184
  .me-lg-2 {
3496
3185
  margin-left: 0.5rem !important;
3497
3186
  }
3498
-
3499
3187
  .me-lg-3 {
3500
3188
  margin-left: 1rem !important;
3501
3189
  }
3502
-
3503
3190
  .me-lg-4 {
3504
3191
  margin-left: 1.5rem !important;
3505
3192
  }
3506
-
3507
3193
  .me-lg-5 {
3508
3194
  margin-left: 3rem !important;
3509
3195
  }
3510
-
3511
3196
  .me-lg-auto {
3512
3197
  margin-left: auto !important;
3513
3198
  }
3514
-
3515
3199
  .mb-lg-0 {
3516
3200
  margin-bottom: 0 !important;
3517
3201
  }
3518
-
3519
3202
  .mb-lg-1 {
3520
3203
  margin-bottom: 0.25rem !important;
3521
3204
  }
3522
-
3523
3205
  .mb-lg-2 {
3524
3206
  margin-bottom: 0.5rem !important;
3525
3207
  }
3526
-
3527
3208
  .mb-lg-3 {
3528
3209
  margin-bottom: 1rem !important;
3529
3210
  }
3530
-
3531
3211
  .mb-lg-4 {
3532
3212
  margin-bottom: 1.5rem !important;
3533
3213
  }
3534
-
3535
3214
  .mb-lg-5 {
3536
3215
  margin-bottom: 3rem !important;
3537
3216
  }
3538
-
3539
3217
  .mb-lg-auto {
3540
3218
  margin-bottom: auto !important;
3541
3219
  }
3542
-
3543
3220
  .ms-lg-0 {
3544
3221
  margin-right: 0 !important;
3545
3222
  }
3546
-
3547
3223
  .ms-lg-1 {
3548
3224
  margin-right: 0.25rem !important;
3549
3225
  }
3550
-
3551
3226
  .ms-lg-2 {
3552
3227
  margin-right: 0.5rem !important;
3553
3228
  }
3554
-
3555
3229
  .ms-lg-3 {
3556
3230
  margin-right: 1rem !important;
3557
3231
  }
3558
-
3559
3232
  .ms-lg-4 {
3560
3233
  margin-right: 1.5rem !important;
3561
3234
  }
3562
-
3563
3235
  .ms-lg-5 {
3564
3236
  margin-right: 3rem !important;
3565
3237
  }
3566
-
3567
3238
  .ms-lg-auto {
3568
3239
  margin-right: auto !important;
3569
3240
  }
3570
-
3571
3241
  .p-lg-0 {
3572
3242
  padding: 0 !important;
3573
3243
  }
3574
-
3575
3244
  .p-lg-1 {
3576
3245
  padding: 0.25rem !important;
3577
3246
  }
3578
-
3579
3247
  .p-lg-2 {
3580
3248
  padding: 0.5rem !important;
3581
3249
  }
3582
-
3583
3250
  .p-lg-3 {
3584
3251
  padding: 1rem !important;
3585
3252
  }
3586
-
3587
3253
  .p-lg-4 {
3588
3254
  padding: 1.5rem !important;
3589
3255
  }
3590
-
3591
3256
  .p-lg-5 {
3592
3257
  padding: 3rem !important;
3593
3258
  }
3594
-
3595
3259
  .px-lg-0 {
3596
3260
  padding-right: 0 !important;
3597
3261
  padding-left: 0 !important;
3598
3262
  }
3599
-
3600
3263
  .px-lg-1 {
3601
3264
  padding-right: 0.25rem !important;
3602
3265
  padding-left: 0.25rem !important;
3603
3266
  }
3604
-
3605
3267
  .px-lg-2 {
3606
3268
  padding-right: 0.5rem !important;
3607
3269
  padding-left: 0.5rem !important;
3608
3270
  }
3609
-
3610
3271
  .px-lg-3 {
3611
3272
  padding-right: 1rem !important;
3612
3273
  padding-left: 1rem !important;
3613
3274
  }
3614
-
3615
3275
  .px-lg-4 {
3616
3276
  padding-right: 1.5rem !important;
3617
3277
  padding-left: 1.5rem !important;
3618
3278
  }
3619
-
3620
3279
  .px-lg-5 {
3621
3280
  padding-right: 3rem !important;
3622
3281
  padding-left: 3rem !important;
3623
3282
  }
3624
-
3625
3283
  .py-lg-0 {
3626
3284
  padding-top: 0 !important;
3627
3285
  padding-bottom: 0 !important;
3628
3286
  }
3629
-
3630
3287
  .py-lg-1 {
3631
3288
  padding-top: 0.25rem !important;
3632
3289
  padding-bottom: 0.25rem !important;
3633
3290
  }
3634
-
3635
3291
  .py-lg-2 {
3636
3292
  padding-top: 0.5rem !important;
3637
3293
  padding-bottom: 0.5rem !important;
3638
3294
  }
3639
-
3640
3295
  .py-lg-3 {
3641
3296
  padding-top: 1rem !important;
3642
3297
  padding-bottom: 1rem !important;
3643
3298
  }
3644
-
3645
3299
  .py-lg-4 {
3646
3300
  padding-top: 1.5rem !important;
3647
3301
  padding-bottom: 1.5rem !important;
3648
3302
  }
3649
-
3650
3303
  .py-lg-5 {
3651
3304
  padding-top: 3rem !important;
3652
3305
  padding-bottom: 3rem !important;
3653
3306
  }
3654
-
3655
3307
  .pt-lg-0 {
3656
3308
  padding-top: 0 !important;
3657
3309
  }
3658
-
3659
3310
  .pt-lg-1 {
3660
3311
  padding-top: 0.25rem !important;
3661
3312
  }
3662
-
3663
3313
  .pt-lg-2 {
3664
3314
  padding-top: 0.5rem !important;
3665
3315
  }
3666
-
3667
3316
  .pt-lg-3 {
3668
3317
  padding-top: 1rem !important;
3669
3318
  }
3670
-
3671
3319
  .pt-lg-4 {
3672
3320
  padding-top: 1.5rem !important;
3673
3321
  }
3674
-
3675
3322
  .pt-lg-5 {
3676
3323
  padding-top: 3rem !important;
3677
3324
  }
3678
-
3679
3325
  .pe-lg-0 {
3680
3326
  padding-left: 0 !important;
3681
3327
  }
3682
-
3683
3328
  .pe-lg-1 {
3684
3329
  padding-left: 0.25rem !important;
3685
3330
  }
3686
-
3687
3331
  .pe-lg-2 {
3688
3332
  padding-left: 0.5rem !important;
3689
3333
  }
3690
-
3691
3334
  .pe-lg-3 {
3692
3335
  padding-left: 1rem !important;
3693
3336
  }
3694
-
3695
3337
  .pe-lg-4 {
3696
3338
  padding-left: 1.5rem !important;
3697
3339
  }
3698
-
3699
3340
  .pe-lg-5 {
3700
3341
  padding-left: 3rem !important;
3701
3342
  }
3702
-
3703
3343
  .pb-lg-0 {
3704
3344
  padding-bottom: 0 !important;
3705
3345
  }
3706
-
3707
3346
  .pb-lg-1 {
3708
3347
  padding-bottom: 0.25rem !important;
3709
3348
  }
3710
-
3711
3349
  .pb-lg-2 {
3712
3350
  padding-bottom: 0.5rem !important;
3713
3351
  }
3714
-
3715
3352
  .pb-lg-3 {
3716
3353
  padding-bottom: 1rem !important;
3717
3354
  }
3718
-
3719
3355
  .pb-lg-4 {
3720
3356
  padding-bottom: 1.5rem !important;
3721
3357
  }
3722
-
3723
3358
  .pb-lg-5 {
3724
3359
  padding-bottom: 3rem !important;
3725
3360
  }
3726
-
3727
3361
  .ps-lg-0 {
3728
3362
  padding-right: 0 !important;
3729
3363
  }
3730
-
3731
3364
  .ps-lg-1 {
3732
3365
  padding-right: 0.25rem !important;
3733
3366
  }
3734
-
3735
3367
  .ps-lg-2 {
3736
3368
  padding-right: 0.5rem !important;
3737
3369
  }
3738
-
3739
3370
  .ps-lg-3 {
3740
3371
  padding-right: 1rem !important;
3741
3372
  }
3742
-
3743
3373
  .ps-lg-4 {
3744
3374
  padding-right: 1.5rem !important;
3745
3375
  }
3746
-
3747
3376
  .ps-lg-5 {
3748
3377
  padding-right: 3rem !important;
3749
3378
  }
3750
-
3379
+ .gap-lg-0 {
3380
+ gap: 0 !important;
3381
+ }
3382
+ .gap-lg-1 {
3383
+ gap: 0.25rem !important;
3384
+ }
3385
+ .gap-lg-2 {
3386
+ gap: 0.5rem !important;
3387
+ }
3388
+ .gap-lg-3 {
3389
+ gap: 1rem !important;
3390
+ }
3391
+ .gap-lg-4 {
3392
+ gap: 1.5rem !important;
3393
+ }
3394
+ .gap-lg-5 {
3395
+ gap: 3rem !important;
3396
+ }
3751
3397
  .text-lg-start {
3752
3398
  text-align: right !important;
3753
3399
  }
3754
-
3755
3400
  .text-lg-end {
3756
3401
  text-align: left !important;
3757
3402
  }
3758
-
3759
3403
  .text-lg-center {
3760
3404
  text-align: center !important;
3761
3405
  }
@@ -3764,649 +3408,494 @@
3764
3408
  .float-xl-start {
3765
3409
  float: right !important;
3766
3410
  }
3767
-
3768
3411
  .float-xl-end {
3769
3412
  float: left !important;
3770
3413
  }
3771
-
3772
3414
  .float-xl-none {
3773
3415
  float: none !important;
3774
3416
  }
3775
-
3776
3417
  .d-xl-inline {
3777
3418
  display: inline !important;
3778
3419
  }
3779
-
3780
3420
  .d-xl-inline-block {
3781
3421
  display: inline-block !important;
3782
3422
  }
3783
-
3784
3423
  .d-xl-block {
3785
3424
  display: block !important;
3786
3425
  }
3787
-
3788
3426
  .d-xl-grid {
3789
3427
  display: grid !important;
3790
3428
  }
3791
-
3792
3429
  .d-xl-table {
3793
3430
  display: table !important;
3794
3431
  }
3795
-
3796
3432
  .d-xl-table-row {
3797
3433
  display: table-row !important;
3798
3434
  }
3799
-
3800
3435
  .d-xl-table-cell {
3801
3436
  display: table-cell !important;
3802
3437
  }
3803
-
3804
3438
  .d-xl-flex {
3805
3439
  display: flex !important;
3806
3440
  }
3807
-
3808
3441
  .d-xl-inline-flex {
3809
3442
  display: inline-flex !important;
3810
3443
  }
3811
-
3812
3444
  .d-xl-none {
3813
3445
  display: none !important;
3814
3446
  }
3815
-
3816
3447
  .flex-xl-fill {
3817
3448
  flex: 1 1 auto !important;
3818
3449
  }
3819
-
3820
3450
  .flex-xl-row {
3821
3451
  flex-direction: row !important;
3822
3452
  }
3823
-
3824
3453
  .flex-xl-column {
3825
3454
  flex-direction: column !important;
3826
3455
  }
3827
-
3828
3456
  .flex-xl-row-reverse {
3829
3457
  flex-direction: row-reverse !important;
3830
3458
  }
3831
-
3832
3459
  .flex-xl-column-reverse {
3833
3460
  flex-direction: column-reverse !important;
3834
3461
  }
3835
-
3836
3462
  .flex-xl-grow-0 {
3837
3463
  flex-grow: 0 !important;
3838
3464
  }
3839
-
3840
3465
  .flex-xl-grow-1 {
3841
3466
  flex-grow: 1 !important;
3842
3467
  }
3843
-
3844
3468
  .flex-xl-shrink-0 {
3845
3469
  flex-shrink: 0 !important;
3846
3470
  }
3847
-
3848
3471
  .flex-xl-shrink-1 {
3849
3472
  flex-shrink: 1 !important;
3850
3473
  }
3851
-
3852
3474
  .flex-xl-wrap {
3853
3475
  flex-wrap: wrap !important;
3854
3476
  }
3855
-
3856
3477
  .flex-xl-nowrap {
3857
3478
  flex-wrap: nowrap !important;
3858
3479
  }
3859
-
3860
3480
  .flex-xl-wrap-reverse {
3861
3481
  flex-wrap: wrap-reverse !important;
3862
3482
  }
3863
-
3864
- .gap-xl-0 {
3865
- gap: 0 !important;
3866
- }
3867
-
3868
- .gap-xl-1 {
3869
- gap: 0.25rem !important;
3870
- }
3871
-
3872
- .gap-xl-2 {
3873
- gap: 0.5rem !important;
3874
- }
3875
-
3876
- .gap-xl-3 {
3877
- gap: 1rem !important;
3878
- }
3879
-
3880
- .gap-xl-4 {
3881
- gap: 1.5rem !important;
3882
- }
3883
-
3884
- .gap-xl-5 {
3885
- gap: 3rem !important;
3886
- }
3887
-
3888
3483
  .justify-content-xl-start {
3889
3484
  justify-content: flex-start !important;
3890
3485
  }
3891
-
3892
3486
  .justify-content-xl-end {
3893
3487
  justify-content: flex-end !important;
3894
3488
  }
3895
-
3896
3489
  .justify-content-xl-center {
3897
3490
  justify-content: center !important;
3898
3491
  }
3899
-
3900
3492
  .justify-content-xl-between {
3901
3493
  justify-content: space-between !important;
3902
3494
  }
3903
-
3904
3495
  .justify-content-xl-around {
3905
3496
  justify-content: space-around !important;
3906
3497
  }
3907
-
3908
3498
  .justify-content-xl-evenly {
3909
3499
  justify-content: space-evenly !important;
3910
3500
  }
3911
-
3912
3501
  .align-items-xl-start {
3913
3502
  align-items: flex-start !important;
3914
3503
  }
3915
-
3916
3504
  .align-items-xl-end {
3917
3505
  align-items: flex-end !important;
3918
3506
  }
3919
-
3920
3507
  .align-items-xl-center {
3921
3508
  align-items: center !important;
3922
3509
  }
3923
-
3924
3510
  .align-items-xl-baseline {
3925
3511
  align-items: baseline !important;
3926
3512
  }
3927
-
3928
3513
  .align-items-xl-stretch {
3929
3514
  align-items: stretch !important;
3930
3515
  }
3931
-
3932
3516
  .align-content-xl-start {
3933
3517
  align-content: flex-start !important;
3934
3518
  }
3935
-
3936
3519
  .align-content-xl-end {
3937
3520
  align-content: flex-end !important;
3938
3521
  }
3939
-
3940
3522
  .align-content-xl-center {
3941
3523
  align-content: center !important;
3942
3524
  }
3943
-
3944
3525
  .align-content-xl-between {
3945
3526
  align-content: space-between !important;
3946
3527
  }
3947
-
3948
3528
  .align-content-xl-around {
3949
3529
  align-content: space-around !important;
3950
3530
  }
3951
-
3952
3531
  .align-content-xl-stretch {
3953
3532
  align-content: stretch !important;
3954
3533
  }
3955
-
3956
3534
  .align-self-xl-auto {
3957
3535
  align-self: auto !important;
3958
3536
  }
3959
-
3960
3537
  .align-self-xl-start {
3961
3538
  align-self: flex-start !important;
3962
3539
  }
3963
-
3964
3540
  .align-self-xl-end {
3965
3541
  align-self: flex-end !important;
3966
3542
  }
3967
-
3968
3543
  .align-self-xl-center {
3969
3544
  align-self: center !important;
3970
3545
  }
3971
-
3972
3546
  .align-self-xl-baseline {
3973
3547
  align-self: baseline !important;
3974
3548
  }
3975
-
3976
3549
  .align-self-xl-stretch {
3977
3550
  align-self: stretch !important;
3978
3551
  }
3979
-
3980
3552
  .order-xl-first {
3981
3553
  order: -1 !important;
3982
3554
  }
3983
-
3984
3555
  .order-xl-0 {
3985
3556
  order: 0 !important;
3986
3557
  }
3987
-
3988
3558
  .order-xl-1 {
3989
3559
  order: 1 !important;
3990
3560
  }
3991
-
3992
3561
  .order-xl-2 {
3993
3562
  order: 2 !important;
3994
3563
  }
3995
-
3996
3564
  .order-xl-3 {
3997
3565
  order: 3 !important;
3998
3566
  }
3999
-
4000
3567
  .order-xl-4 {
4001
3568
  order: 4 !important;
4002
3569
  }
4003
-
4004
3570
  .order-xl-5 {
4005
3571
  order: 5 !important;
4006
3572
  }
4007
-
4008
3573
  .order-xl-last {
4009
3574
  order: 6 !important;
4010
3575
  }
4011
-
4012
3576
  .m-xl-0 {
4013
3577
  margin: 0 !important;
4014
3578
  }
4015
-
4016
3579
  .m-xl-1 {
4017
3580
  margin: 0.25rem !important;
4018
3581
  }
4019
-
4020
3582
  .m-xl-2 {
4021
3583
  margin: 0.5rem !important;
4022
3584
  }
4023
-
4024
3585
  .m-xl-3 {
4025
3586
  margin: 1rem !important;
4026
3587
  }
4027
-
4028
3588
  .m-xl-4 {
4029
3589
  margin: 1.5rem !important;
4030
3590
  }
4031
-
4032
3591
  .m-xl-5 {
4033
3592
  margin: 3rem !important;
4034
3593
  }
4035
-
4036
3594
  .m-xl-auto {
4037
3595
  margin: auto !important;
4038
3596
  }
4039
-
4040
3597
  .mx-xl-0 {
4041
3598
  margin-right: 0 !important;
4042
3599
  margin-left: 0 !important;
4043
3600
  }
4044
-
4045
3601
  .mx-xl-1 {
4046
3602
  margin-right: 0.25rem !important;
4047
3603
  margin-left: 0.25rem !important;
4048
3604
  }
4049
-
4050
3605
  .mx-xl-2 {
4051
3606
  margin-right: 0.5rem !important;
4052
3607
  margin-left: 0.5rem !important;
4053
3608
  }
4054
-
4055
3609
  .mx-xl-3 {
4056
3610
  margin-right: 1rem !important;
4057
3611
  margin-left: 1rem !important;
4058
3612
  }
4059
-
4060
3613
  .mx-xl-4 {
4061
3614
  margin-right: 1.5rem !important;
4062
3615
  margin-left: 1.5rem !important;
4063
3616
  }
4064
-
4065
3617
  .mx-xl-5 {
4066
3618
  margin-right: 3rem !important;
4067
3619
  margin-left: 3rem !important;
4068
3620
  }
4069
-
4070
3621
  .mx-xl-auto {
4071
3622
  margin-right: auto !important;
4072
3623
  margin-left: auto !important;
4073
3624
  }
4074
-
4075
3625
  .my-xl-0 {
4076
3626
  margin-top: 0 !important;
4077
3627
  margin-bottom: 0 !important;
4078
3628
  }
4079
-
4080
3629
  .my-xl-1 {
4081
3630
  margin-top: 0.25rem !important;
4082
3631
  margin-bottom: 0.25rem !important;
4083
3632
  }
4084
-
4085
3633
  .my-xl-2 {
4086
3634
  margin-top: 0.5rem !important;
4087
3635
  margin-bottom: 0.5rem !important;
4088
3636
  }
4089
-
4090
3637
  .my-xl-3 {
4091
3638
  margin-top: 1rem !important;
4092
3639
  margin-bottom: 1rem !important;
4093
3640
  }
4094
-
4095
3641
  .my-xl-4 {
4096
3642
  margin-top: 1.5rem !important;
4097
3643
  margin-bottom: 1.5rem !important;
4098
3644
  }
4099
-
4100
3645
  .my-xl-5 {
4101
3646
  margin-top: 3rem !important;
4102
3647
  margin-bottom: 3rem !important;
4103
3648
  }
4104
-
4105
3649
  .my-xl-auto {
4106
3650
  margin-top: auto !important;
4107
3651
  margin-bottom: auto !important;
4108
3652
  }
4109
-
4110
3653
  .mt-xl-0 {
4111
3654
  margin-top: 0 !important;
4112
3655
  }
4113
-
4114
3656
  .mt-xl-1 {
4115
3657
  margin-top: 0.25rem !important;
4116
3658
  }
4117
-
4118
3659
  .mt-xl-2 {
4119
3660
  margin-top: 0.5rem !important;
4120
3661
  }
4121
-
4122
3662
  .mt-xl-3 {
4123
3663
  margin-top: 1rem !important;
4124
3664
  }
4125
-
4126
3665
  .mt-xl-4 {
4127
3666
  margin-top: 1.5rem !important;
4128
3667
  }
4129
-
4130
3668
  .mt-xl-5 {
4131
3669
  margin-top: 3rem !important;
4132
3670
  }
4133
-
4134
3671
  .mt-xl-auto {
4135
3672
  margin-top: auto !important;
4136
3673
  }
4137
-
4138
3674
  .me-xl-0 {
4139
3675
  margin-left: 0 !important;
4140
3676
  }
4141
-
4142
3677
  .me-xl-1 {
4143
3678
  margin-left: 0.25rem !important;
4144
3679
  }
4145
-
4146
3680
  .me-xl-2 {
4147
3681
  margin-left: 0.5rem !important;
4148
3682
  }
4149
-
4150
3683
  .me-xl-3 {
4151
3684
  margin-left: 1rem !important;
4152
3685
  }
4153
-
4154
3686
  .me-xl-4 {
4155
3687
  margin-left: 1.5rem !important;
4156
3688
  }
4157
-
4158
3689
  .me-xl-5 {
4159
3690
  margin-left: 3rem !important;
4160
3691
  }
4161
-
4162
3692
  .me-xl-auto {
4163
3693
  margin-left: auto !important;
4164
3694
  }
4165
-
4166
3695
  .mb-xl-0 {
4167
3696
  margin-bottom: 0 !important;
4168
3697
  }
4169
-
4170
3698
  .mb-xl-1 {
4171
3699
  margin-bottom: 0.25rem !important;
4172
3700
  }
4173
-
4174
3701
  .mb-xl-2 {
4175
3702
  margin-bottom: 0.5rem !important;
4176
3703
  }
4177
-
4178
3704
  .mb-xl-3 {
4179
3705
  margin-bottom: 1rem !important;
4180
3706
  }
4181
-
4182
3707
  .mb-xl-4 {
4183
3708
  margin-bottom: 1.5rem !important;
4184
3709
  }
4185
-
4186
3710
  .mb-xl-5 {
4187
3711
  margin-bottom: 3rem !important;
4188
3712
  }
4189
-
4190
3713
  .mb-xl-auto {
4191
3714
  margin-bottom: auto !important;
4192
3715
  }
4193
-
4194
3716
  .ms-xl-0 {
4195
3717
  margin-right: 0 !important;
4196
3718
  }
4197
-
4198
3719
  .ms-xl-1 {
4199
3720
  margin-right: 0.25rem !important;
4200
3721
  }
4201
-
4202
3722
  .ms-xl-2 {
4203
3723
  margin-right: 0.5rem !important;
4204
3724
  }
4205
-
4206
3725
  .ms-xl-3 {
4207
3726
  margin-right: 1rem !important;
4208
3727
  }
4209
-
4210
3728
  .ms-xl-4 {
4211
3729
  margin-right: 1.5rem !important;
4212
3730
  }
4213
-
4214
3731
  .ms-xl-5 {
4215
3732
  margin-right: 3rem !important;
4216
3733
  }
4217
-
4218
3734
  .ms-xl-auto {
4219
3735
  margin-right: auto !important;
4220
3736
  }
4221
-
4222
3737
  .p-xl-0 {
4223
3738
  padding: 0 !important;
4224
3739
  }
4225
-
4226
3740
  .p-xl-1 {
4227
3741
  padding: 0.25rem !important;
4228
3742
  }
4229
-
4230
3743
  .p-xl-2 {
4231
3744
  padding: 0.5rem !important;
4232
3745
  }
4233
-
4234
3746
  .p-xl-3 {
4235
3747
  padding: 1rem !important;
4236
3748
  }
4237
-
4238
3749
  .p-xl-4 {
4239
3750
  padding: 1.5rem !important;
4240
3751
  }
4241
-
4242
3752
  .p-xl-5 {
4243
3753
  padding: 3rem !important;
4244
3754
  }
4245
-
4246
3755
  .px-xl-0 {
4247
3756
  padding-right: 0 !important;
4248
3757
  padding-left: 0 !important;
4249
3758
  }
4250
-
4251
3759
  .px-xl-1 {
4252
3760
  padding-right: 0.25rem !important;
4253
3761
  padding-left: 0.25rem !important;
4254
3762
  }
4255
-
4256
3763
  .px-xl-2 {
4257
3764
  padding-right: 0.5rem !important;
4258
3765
  padding-left: 0.5rem !important;
4259
3766
  }
4260
-
4261
3767
  .px-xl-3 {
4262
3768
  padding-right: 1rem !important;
4263
3769
  padding-left: 1rem !important;
4264
3770
  }
4265
-
4266
3771
  .px-xl-4 {
4267
3772
  padding-right: 1.5rem !important;
4268
3773
  padding-left: 1.5rem !important;
4269
3774
  }
4270
-
4271
3775
  .px-xl-5 {
4272
3776
  padding-right: 3rem !important;
4273
3777
  padding-left: 3rem !important;
4274
3778
  }
4275
-
4276
3779
  .py-xl-0 {
4277
3780
  padding-top: 0 !important;
4278
3781
  padding-bottom: 0 !important;
4279
3782
  }
4280
-
4281
3783
  .py-xl-1 {
4282
3784
  padding-top: 0.25rem !important;
4283
3785
  padding-bottom: 0.25rem !important;
4284
3786
  }
4285
-
4286
3787
  .py-xl-2 {
4287
3788
  padding-top: 0.5rem !important;
4288
3789
  padding-bottom: 0.5rem !important;
4289
3790
  }
4290
-
4291
3791
  .py-xl-3 {
4292
3792
  padding-top: 1rem !important;
4293
3793
  padding-bottom: 1rem !important;
4294
3794
  }
4295
-
4296
3795
  .py-xl-4 {
4297
3796
  padding-top: 1.5rem !important;
4298
3797
  padding-bottom: 1.5rem !important;
4299
3798
  }
4300
-
4301
3799
  .py-xl-5 {
4302
3800
  padding-top: 3rem !important;
4303
3801
  padding-bottom: 3rem !important;
4304
3802
  }
4305
-
4306
3803
  .pt-xl-0 {
4307
3804
  padding-top: 0 !important;
4308
3805
  }
4309
-
4310
3806
  .pt-xl-1 {
4311
3807
  padding-top: 0.25rem !important;
4312
3808
  }
4313
-
4314
3809
  .pt-xl-2 {
4315
3810
  padding-top: 0.5rem !important;
4316
3811
  }
4317
-
4318
3812
  .pt-xl-3 {
4319
3813
  padding-top: 1rem !important;
4320
3814
  }
4321
-
4322
3815
  .pt-xl-4 {
4323
3816
  padding-top: 1.5rem !important;
4324
3817
  }
4325
-
4326
3818
  .pt-xl-5 {
4327
3819
  padding-top: 3rem !important;
4328
3820
  }
4329
-
4330
3821
  .pe-xl-0 {
4331
3822
  padding-left: 0 !important;
4332
3823
  }
4333
-
4334
3824
  .pe-xl-1 {
4335
3825
  padding-left: 0.25rem !important;
4336
3826
  }
4337
-
4338
3827
  .pe-xl-2 {
4339
3828
  padding-left: 0.5rem !important;
4340
3829
  }
4341
-
4342
3830
  .pe-xl-3 {
4343
3831
  padding-left: 1rem !important;
4344
3832
  }
4345
-
4346
3833
  .pe-xl-4 {
4347
3834
  padding-left: 1.5rem !important;
4348
3835
  }
4349
-
4350
3836
  .pe-xl-5 {
4351
3837
  padding-left: 3rem !important;
4352
3838
  }
4353
-
4354
3839
  .pb-xl-0 {
4355
3840
  padding-bottom: 0 !important;
4356
3841
  }
4357
-
4358
3842
  .pb-xl-1 {
4359
3843
  padding-bottom: 0.25rem !important;
4360
3844
  }
4361
-
4362
3845
  .pb-xl-2 {
4363
3846
  padding-bottom: 0.5rem !important;
4364
3847
  }
4365
-
4366
3848
  .pb-xl-3 {
4367
3849
  padding-bottom: 1rem !important;
4368
3850
  }
4369
-
4370
3851
  .pb-xl-4 {
4371
3852
  padding-bottom: 1.5rem !important;
4372
3853
  }
4373
-
4374
3854
  .pb-xl-5 {
4375
3855
  padding-bottom: 3rem !important;
4376
3856
  }
4377
-
4378
3857
  .ps-xl-0 {
4379
3858
  padding-right: 0 !important;
4380
3859
  }
4381
-
4382
3860
  .ps-xl-1 {
4383
3861
  padding-right: 0.25rem !important;
4384
3862
  }
4385
-
4386
3863
  .ps-xl-2 {
4387
3864
  padding-right: 0.5rem !important;
4388
3865
  }
4389
-
4390
3866
  .ps-xl-3 {
4391
3867
  padding-right: 1rem !important;
4392
3868
  }
4393
-
4394
3869
  .ps-xl-4 {
4395
3870
  padding-right: 1.5rem !important;
4396
3871
  }
4397
-
4398
3872
  .ps-xl-5 {
4399
3873
  padding-right: 3rem !important;
4400
3874
  }
4401
-
3875
+ .gap-xl-0 {
3876
+ gap: 0 !important;
3877
+ }
3878
+ .gap-xl-1 {
3879
+ gap: 0.25rem !important;
3880
+ }
3881
+ .gap-xl-2 {
3882
+ gap: 0.5rem !important;
3883
+ }
3884
+ .gap-xl-3 {
3885
+ gap: 1rem !important;
3886
+ }
3887
+ .gap-xl-4 {
3888
+ gap: 1.5rem !important;
3889
+ }
3890
+ .gap-xl-5 {
3891
+ gap: 3rem !important;
3892
+ }
4402
3893
  .text-xl-start {
4403
3894
  text-align: right !important;
4404
3895
  }
4405
-
4406
3896
  .text-xl-end {
4407
3897
  text-align: left !important;
4408
3898
  }
4409
-
4410
3899
  .text-xl-center {
4411
3900
  text-align: center !important;
4412
3901
  }
@@ -4415,649 +3904,494 @@
4415
3904
  .float-xxl-start {
4416
3905
  float: right !important;
4417
3906
  }
4418
-
4419
3907
  .float-xxl-end {
4420
3908
  float: left !important;
4421
3909
  }
4422
-
4423
3910
  .float-xxl-none {
4424
3911
  float: none !important;
4425
3912
  }
4426
-
4427
3913
  .d-xxl-inline {
4428
3914
  display: inline !important;
4429
3915
  }
4430
-
4431
3916
  .d-xxl-inline-block {
4432
3917
  display: inline-block !important;
4433
3918
  }
4434
-
4435
3919
  .d-xxl-block {
4436
3920
  display: block !important;
4437
3921
  }
4438
-
4439
3922
  .d-xxl-grid {
4440
3923
  display: grid !important;
4441
3924
  }
4442
-
4443
3925
  .d-xxl-table {
4444
3926
  display: table !important;
4445
3927
  }
4446
-
4447
3928
  .d-xxl-table-row {
4448
3929
  display: table-row !important;
4449
3930
  }
4450
-
4451
3931
  .d-xxl-table-cell {
4452
3932
  display: table-cell !important;
4453
3933
  }
4454
-
4455
3934
  .d-xxl-flex {
4456
3935
  display: flex !important;
4457
3936
  }
4458
-
4459
3937
  .d-xxl-inline-flex {
4460
3938
  display: inline-flex !important;
4461
3939
  }
4462
-
4463
3940
  .d-xxl-none {
4464
3941
  display: none !important;
4465
3942
  }
4466
-
4467
3943
  .flex-xxl-fill {
4468
3944
  flex: 1 1 auto !important;
4469
3945
  }
4470
-
4471
3946
  .flex-xxl-row {
4472
3947
  flex-direction: row !important;
4473
3948
  }
4474
-
4475
3949
  .flex-xxl-column {
4476
3950
  flex-direction: column !important;
4477
3951
  }
4478
-
4479
3952
  .flex-xxl-row-reverse {
4480
3953
  flex-direction: row-reverse !important;
4481
3954
  }
4482
-
4483
3955
  .flex-xxl-column-reverse {
4484
3956
  flex-direction: column-reverse !important;
4485
3957
  }
4486
-
4487
3958
  .flex-xxl-grow-0 {
4488
3959
  flex-grow: 0 !important;
4489
3960
  }
4490
-
4491
3961
  .flex-xxl-grow-1 {
4492
3962
  flex-grow: 1 !important;
4493
3963
  }
4494
-
4495
3964
  .flex-xxl-shrink-0 {
4496
3965
  flex-shrink: 0 !important;
4497
3966
  }
4498
-
4499
3967
  .flex-xxl-shrink-1 {
4500
3968
  flex-shrink: 1 !important;
4501
3969
  }
4502
-
4503
3970
  .flex-xxl-wrap {
4504
3971
  flex-wrap: wrap !important;
4505
3972
  }
4506
-
4507
3973
  .flex-xxl-nowrap {
4508
3974
  flex-wrap: nowrap !important;
4509
3975
  }
4510
-
4511
3976
  .flex-xxl-wrap-reverse {
4512
3977
  flex-wrap: wrap-reverse !important;
4513
3978
  }
4514
-
4515
- .gap-xxl-0 {
4516
- gap: 0 !important;
4517
- }
4518
-
4519
- .gap-xxl-1 {
4520
- gap: 0.25rem !important;
4521
- }
4522
-
4523
- .gap-xxl-2 {
4524
- gap: 0.5rem !important;
4525
- }
4526
-
4527
- .gap-xxl-3 {
4528
- gap: 1rem !important;
4529
- }
4530
-
4531
- .gap-xxl-4 {
4532
- gap: 1.5rem !important;
4533
- }
4534
-
4535
- .gap-xxl-5 {
4536
- gap: 3rem !important;
4537
- }
4538
-
4539
3979
  .justify-content-xxl-start {
4540
3980
  justify-content: flex-start !important;
4541
3981
  }
4542
-
4543
3982
  .justify-content-xxl-end {
4544
3983
  justify-content: flex-end !important;
4545
3984
  }
4546
-
4547
3985
  .justify-content-xxl-center {
4548
3986
  justify-content: center !important;
4549
3987
  }
4550
-
4551
3988
  .justify-content-xxl-between {
4552
3989
  justify-content: space-between !important;
4553
3990
  }
4554
-
4555
3991
  .justify-content-xxl-around {
4556
3992
  justify-content: space-around !important;
4557
3993
  }
4558
-
4559
3994
  .justify-content-xxl-evenly {
4560
3995
  justify-content: space-evenly !important;
4561
3996
  }
4562
-
4563
3997
  .align-items-xxl-start {
4564
3998
  align-items: flex-start !important;
4565
3999
  }
4566
-
4567
4000
  .align-items-xxl-end {
4568
4001
  align-items: flex-end !important;
4569
4002
  }
4570
-
4571
4003
  .align-items-xxl-center {
4572
4004
  align-items: center !important;
4573
4005
  }
4574
-
4575
4006
  .align-items-xxl-baseline {
4576
4007
  align-items: baseline !important;
4577
4008
  }
4578
-
4579
4009
  .align-items-xxl-stretch {
4580
4010
  align-items: stretch !important;
4581
4011
  }
4582
-
4583
4012
  .align-content-xxl-start {
4584
4013
  align-content: flex-start !important;
4585
4014
  }
4586
-
4587
4015
  .align-content-xxl-end {
4588
4016
  align-content: flex-end !important;
4589
4017
  }
4590
-
4591
4018
  .align-content-xxl-center {
4592
4019
  align-content: center !important;
4593
4020
  }
4594
-
4595
4021
  .align-content-xxl-between {
4596
4022
  align-content: space-between !important;
4597
4023
  }
4598
-
4599
4024
  .align-content-xxl-around {
4600
4025
  align-content: space-around !important;
4601
4026
  }
4602
-
4603
4027
  .align-content-xxl-stretch {
4604
4028
  align-content: stretch !important;
4605
4029
  }
4606
-
4607
4030
  .align-self-xxl-auto {
4608
4031
  align-self: auto !important;
4609
4032
  }
4610
-
4611
4033
  .align-self-xxl-start {
4612
4034
  align-self: flex-start !important;
4613
4035
  }
4614
-
4615
4036
  .align-self-xxl-end {
4616
4037
  align-self: flex-end !important;
4617
4038
  }
4618
-
4619
4039
  .align-self-xxl-center {
4620
4040
  align-self: center !important;
4621
4041
  }
4622
-
4623
4042
  .align-self-xxl-baseline {
4624
4043
  align-self: baseline !important;
4625
4044
  }
4626
-
4627
4045
  .align-self-xxl-stretch {
4628
4046
  align-self: stretch !important;
4629
4047
  }
4630
-
4631
4048
  .order-xxl-first {
4632
4049
  order: -1 !important;
4633
4050
  }
4634
-
4635
4051
  .order-xxl-0 {
4636
4052
  order: 0 !important;
4637
4053
  }
4638
-
4639
4054
  .order-xxl-1 {
4640
4055
  order: 1 !important;
4641
4056
  }
4642
-
4643
4057
  .order-xxl-2 {
4644
4058
  order: 2 !important;
4645
4059
  }
4646
-
4647
4060
  .order-xxl-3 {
4648
4061
  order: 3 !important;
4649
4062
  }
4650
-
4651
4063
  .order-xxl-4 {
4652
4064
  order: 4 !important;
4653
4065
  }
4654
-
4655
4066
  .order-xxl-5 {
4656
4067
  order: 5 !important;
4657
4068
  }
4658
-
4659
4069
  .order-xxl-last {
4660
4070
  order: 6 !important;
4661
4071
  }
4662
-
4663
4072
  .m-xxl-0 {
4664
4073
  margin: 0 !important;
4665
4074
  }
4666
-
4667
4075
  .m-xxl-1 {
4668
4076
  margin: 0.25rem !important;
4669
4077
  }
4670
-
4671
4078
  .m-xxl-2 {
4672
4079
  margin: 0.5rem !important;
4673
4080
  }
4674
-
4675
4081
  .m-xxl-3 {
4676
4082
  margin: 1rem !important;
4677
4083
  }
4678
-
4679
4084
  .m-xxl-4 {
4680
4085
  margin: 1.5rem !important;
4681
4086
  }
4682
-
4683
4087
  .m-xxl-5 {
4684
4088
  margin: 3rem !important;
4685
4089
  }
4686
-
4687
4090
  .m-xxl-auto {
4688
4091
  margin: auto !important;
4689
4092
  }
4690
-
4691
4093
  .mx-xxl-0 {
4692
4094
  margin-right: 0 !important;
4693
4095
  margin-left: 0 !important;
4694
4096
  }
4695
-
4696
4097
  .mx-xxl-1 {
4697
4098
  margin-right: 0.25rem !important;
4698
4099
  margin-left: 0.25rem !important;
4699
4100
  }
4700
-
4701
4101
  .mx-xxl-2 {
4702
4102
  margin-right: 0.5rem !important;
4703
4103
  margin-left: 0.5rem !important;
4704
4104
  }
4705
-
4706
4105
  .mx-xxl-3 {
4707
4106
  margin-right: 1rem !important;
4708
4107
  margin-left: 1rem !important;
4709
4108
  }
4710
-
4711
4109
  .mx-xxl-4 {
4712
4110
  margin-right: 1.5rem !important;
4713
4111
  margin-left: 1.5rem !important;
4714
4112
  }
4715
-
4716
4113
  .mx-xxl-5 {
4717
4114
  margin-right: 3rem !important;
4718
4115
  margin-left: 3rem !important;
4719
4116
  }
4720
-
4721
4117
  .mx-xxl-auto {
4722
4118
  margin-right: auto !important;
4723
4119
  margin-left: auto !important;
4724
4120
  }
4725
-
4726
4121
  .my-xxl-0 {
4727
4122
  margin-top: 0 !important;
4728
4123
  margin-bottom: 0 !important;
4729
4124
  }
4730
-
4731
4125
  .my-xxl-1 {
4732
4126
  margin-top: 0.25rem !important;
4733
4127
  margin-bottom: 0.25rem !important;
4734
4128
  }
4735
-
4736
4129
  .my-xxl-2 {
4737
4130
  margin-top: 0.5rem !important;
4738
4131
  margin-bottom: 0.5rem !important;
4739
4132
  }
4740
-
4741
4133
  .my-xxl-3 {
4742
4134
  margin-top: 1rem !important;
4743
4135
  margin-bottom: 1rem !important;
4744
4136
  }
4745
-
4746
4137
  .my-xxl-4 {
4747
4138
  margin-top: 1.5rem !important;
4748
4139
  margin-bottom: 1.5rem !important;
4749
4140
  }
4750
-
4751
4141
  .my-xxl-5 {
4752
4142
  margin-top: 3rem !important;
4753
4143
  margin-bottom: 3rem !important;
4754
4144
  }
4755
-
4756
4145
  .my-xxl-auto {
4757
4146
  margin-top: auto !important;
4758
4147
  margin-bottom: auto !important;
4759
4148
  }
4760
-
4761
4149
  .mt-xxl-0 {
4762
4150
  margin-top: 0 !important;
4763
4151
  }
4764
-
4765
4152
  .mt-xxl-1 {
4766
4153
  margin-top: 0.25rem !important;
4767
4154
  }
4768
-
4769
4155
  .mt-xxl-2 {
4770
4156
  margin-top: 0.5rem !important;
4771
4157
  }
4772
-
4773
4158
  .mt-xxl-3 {
4774
4159
  margin-top: 1rem !important;
4775
4160
  }
4776
-
4777
4161
  .mt-xxl-4 {
4778
4162
  margin-top: 1.5rem !important;
4779
4163
  }
4780
-
4781
4164
  .mt-xxl-5 {
4782
4165
  margin-top: 3rem !important;
4783
4166
  }
4784
-
4785
4167
  .mt-xxl-auto {
4786
4168
  margin-top: auto !important;
4787
4169
  }
4788
-
4789
4170
  .me-xxl-0 {
4790
4171
  margin-left: 0 !important;
4791
4172
  }
4792
-
4793
4173
  .me-xxl-1 {
4794
4174
  margin-left: 0.25rem !important;
4795
4175
  }
4796
-
4797
4176
  .me-xxl-2 {
4798
4177
  margin-left: 0.5rem !important;
4799
4178
  }
4800
-
4801
4179
  .me-xxl-3 {
4802
4180
  margin-left: 1rem !important;
4803
4181
  }
4804
-
4805
4182
  .me-xxl-4 {
4806
4183
  margin-left: 1.5rem !important;
4807
4184
  }
4808
-
4809
4185
  .me-xxl-5 {
4810
4186
  margin-left: 3rem !important;
4811
4187
  }
4812
-
4813
4188
  .me-xxl-auto {
4814
4189
  margin-left: auto !important;
4815
4190
  }
4816
-
4817
4191
  .mb-xxl-0 {
4818
4192
  margin-bottom: 0 !important;
4819
4193
  }
4820
-
4821
4194
  .mb-xxl-1 {
4822
4195
  margin-bottom: 0.25rem !important;
4823
4196
  }
4824
-
4825
4197
  .mb-xxl-2 {
4826
4198
  margin-bottom: 0.5rem !important;
4827
4199
  }
4828
-
4829
4200
  .mb-xxl-3 {
4830
4201
  margin-bottom: 1rem !important;
4831
4202
  }
4832
-
4833
4203
  .mb-xxl-4 {
4834
4204
  margin-bottom: 1.5rem !important;
4835
4205
  }
4836
-
4837
4206
  .mb-xxl-5 {
4838
4207
  margin-bottom: 3rem !important;
4839
4208
  }
4840
-
4841
4209
  .mb-xxl-auto {
4842
4210
  margin-bottom: auto !important;
4843
4211
  }
4844
-
4845
4212
  .ms-xxl-0 {
4846
4213
  margin-right: 0 !important;
4847
4214
  }
4848
-
4849
4215
  .ms-xxl-1 {
4850
4216
  margin-right: 0.25rem !important;
4851
4217
  }
4852
-
4853
4218
  .ms-xxl-2 {
4854
4219
  margin-right: 0.5rem !important;
4855
4220
  }
4856
-
4857
4221
  .ms-xxl-3 {
4858
4222
  margin-right: 1rem !important;
4859
4223
  }
4860
-
4861
4224
  .ms-xxl-4 {
4862
4225
  margin-right: 1.5rem !important;
4863
4226
  }
4864
-
4865
4227
  .ms-xxl-5 {
4866
4228
  margin-right: 3rem !important;
4867
4229
  }
4868
-
4869
4230
  .ms-xxl-auto {
4870
4231
  margin-right: auto !important;
4871
4232
  }
4872
-
4873
4233
  .p-xxl-0 {
4874
4234
  padding: 0 !important;
4875
4235
  }
4876
-
4877
4236
  .p-xxl-1 {
4878
4237
  padding: 0.25rem !important;
4879
4238
  }
4880
-
4881
4239
  .p-xxl-2 {
4882
4240
  padding: 0.5rem !important;
4883
4241
  }
4884
-
4885
4242
  .p-xxl-3 {
4886
4243
  padding: 1rem !important;
4887
4244
  }
4888
-
4889
4245
  .p-xxl-4 {
4890
4246
  padding: 1.5rem !important;
4891
4247
  }
4892
-
4893
4248
  .p-xxl-5 {
4894
4249
  padding: 3rem !important;
4895
4250
  }
4896
-
4897
4251
  .px-xxl-0 {
4898
4252
  padding-right: 0 !important;
4899
4253
  padding-left: 0 !important;
4900
4254
  }
4901
-
4902
4255
  .px-xxl-1 {
4903
4256
  padding-right: 0.25rem !important;
4904
4257
  padding-left: 0.25rem !important;
4905
4258
  }
4906
-
4907
4259
  .px-xxl-2 {
4908
4260
  padding-right: 0.5rem !important;
4909
4261
  padding-left: 0.5rem !important;
4910
4262
  }
4911
-
4912
4263
  .px-xxl-3 {
4913
4264
  padding-right: 1rem !important;
4914
4265
  padding-left: 1rem !important;
4915
4266
  }
4916
-
4917
4267
  .px-xxl-4 {
4918
4268
  padding-right: 1.5rem !important;
4919
4269
  padding-left: 1.5rem !important;
4920
4270
  }
4921
-
4922
4271
  .px-xxl-5 {
4923
4272
  padding-right: 3rem !important;
4924
4273
  padding-left: 3rem !important;
4925
4274
  }
4926
-
4927
4275
  .py-xxl-0 {
4928
4276
  padding-top: 0 !important;
4929
4277
  padding-bottom: 0 !important;
4930
4278
  }
4931
-
4932
4279
  .py-xxl-1 {
4933
4280
  padding-top: 0.25rem !important;
4934
4281
  padding-bottom: 0.25rem !important;
4935
4282
  }
4936
-
4937
4283
  .py-xxl-2 {
4938
4284
  padding-top: 0.5rem !important;
4939
4285
  padding-bottom: 0.5rem !important;
4940
4286
  }
4941
-
4942
4287
  .py-xxl-3 {
4943
4288
  padding-top: 1rem !important;
4944
4289
  padding-bottom: 1rem !important;
4945
4290
  }
4946
-
4947
4291
  .py-xxl-4 {
4948
4292
  padding-top: 1.5rem !important;
4949
4293
  padding-bottom: 1.5rem !important;
4950
4294
  }
4951
-
4952
4295
  .py-xxl-5 {
4953
4296
  padding-top: 3rem !important;
4954
4297
  padding-bottom: 3rem !important;
4955
4298
  }
4956
-
4957
4299
  .pt-xxl-0 {
4958
4300
  padding-top: 0 !important;
4959
4301
  }
4960
-
4961
4302
  .pt-xxl-1 {
4962
4303
  padding-top: 0.25rem !important;
4963
4304
  }
4964
-
4965
4305
  .pt-xxl-2 {
4966
4306
  padding-top: 0.5rem !important;
4967
4307
  }
4968
-
4969
4308
  .pt-xxl-3 {
4970
4309
  padding-top: 1rem !important;
4971
4310
  }
4972
-
4973
4311
  .pt-xxl-4 {
4974
4312
  padding-top: 1.5rem !important;
4975
4313
  }
4976
-
4977
4314
  .pt-xxl-5 {
4978
4315
  padding-top: 3rem !important;
4979
4316
  }
4980
-
4981
4317
  .pe-xxl-0 {
4982
4318
  padding-left: 0 !important;
4983
4319
  }
4984
-
4985
4320
  .pe-xxl-1 {
4986
4321
  padding-left: 0.25rem !important;
4987
4322
  }
4988
-
4989
4323
  .pe-xxl-2 {
4990
4324
  padding-left: 0.5rem !important;
4991
4325
  }
4992
-
4993
4326
  .pe-xxl-3 {
4994
4327
  padding-left: 1rem !important;
4995
4328
  }
4996
-
4997
4329
  .pe-xxl-4 {
4998
4330
  padding-left: 1.5rem !important;
4999
4331
  }
5000
-
5001
4332
  .pe-xxl-5 {
5002
4333
  padding-left: 3rem !important;
5003
4334
  }
5004
-
5005
4335
  .pb-xxl-0 {
5006
4336
  padding-bottom: 0 !important;
5007
4337
  }
5008
-
5009
4338
  .pb-xxl-1 {
5010
4339
  padding-bottom: 0.25rem !important;
5011
4340
  }
5012
-
5013
4341
  .pb-xxl-2 {
5014
4342
  padding-bottom: 0.5rem !important;
5015
4343
  }
5016
-
5017
4344
  .pb-xxl-3 {
5018
4345
  padding-bottom: 1rem !important;
5019
4346
  }
5020
-
5021
4347
  .pb-xxl-4 {
5022
4348
  padding-bottom: 1.5rem !important;
5023
4349
  }
5024
-
5025
4350
  .pb-xxl-5 {
5026
4351
  padding-bottom: 3rem !important;
5027
4352
  }
5028
-
5029
4353
  .ps-xxl-0 {
5030
4354
  padding-right: 0 !important;
5031
4355
  }
5032
-
5033
4356
  .ps-xxl-1 {
5034
4357
  padding-right: 0.25rem !important;
5035
4358
  }
5036
-
5037
4359
  .ps-xxl-2 {
5038
4360
  padding-right: 0.5rem !important;
5039
4361
  }
5040
-
5041
4362
  .ps-xxl-3 {
5042
4363
  padding-right: 1rem !important;
5043
4364
  }
5044
-
5045
4365
  .ps-xxl-4 {
5046
4366
  padding-right: 1.5rem !important;
5047
4367
  }
5048
-
5049
4368
  .ps-xxl-5 {
5050
4369
  padding-right: 3rem !important;
5051
4370
  }
5052
-
4371
+ .gap-xxl-0 {
4372
+ gap: 0 !important;
4373
+ }
4374
+ .gap-xxl-1 {
4375
+ gap: 0.25rem !important;
4376
+ }
4377
+ .gap-xxl-2 {
4378
+ gap: 0.5rem !important;
4379
+ }
4380
+ .gap-xxl-3 {
4381
+ gap: 1rem !important;
4382
+ }
4383
+ .gap-xxl-4 {
4384
+ gap: 1.5rem !important;
4385
+ }
4386
+ .gap-xxl-5 {
4387
+ gap: 3rem !important;
4388
+ }
5053
4389
  .text-xxl-start {
5054
4390
  text-align: right !important;
5055
4391
  }
5056
-
5057
4392
  .text-xxl-end {
5058
4393
  text-align: left !important;
5059
4394
  }
5060
-
5061
4395
  .text-xxl-center {
5062
4396
  text-align: center !important;
5063
4397
  }
@@ -5066,15 +4400,12 @@
5066
4400
  .fs-1 {
5067
4401
  font-size: 2.5rem !important;
5068
4402
  }
5069
-
5070
4403
  .fs-2 {
5071
4404
  font-size: 2rem !important;
5072
4405
  }
5073
-
5074
4406
  .fs-3 {
5075
4407
  font-size: 1.75rem !important;
5076
4408
  }
5077
-
5078
4409
  .fs-4 {
5079
4410
  font-size: 1.5rem !important;
5080
4411
  }
@@ -5083,39 +4414,30 @@
5083
4414
  .d-print-inline {
5084
4415
  display: inline !important;
5085
4416
  }
5086
-
5087
4417
  .d-print-inline-block {
5088
4418
  display: inline-block !important;
5089
4419
  }
5090
-
5091
4420
  .d-print-block {
5092
4421
  display: block !important;
5093
4422
  }
5094
-
5095
4423
  .d-print-grid {
5096
4424
  display: grid !important;
5097
4425
  }
5098
-
5099
4426
  .d-print-table {
5100
4427
  display: table !important;
5101
4428
  }
5102
-
5103
4429
  .d-print-table-row {
5104
4430
  display: table-row !important;
5105
4431
  }
5106
-
5107
4432
  .d-print-table-cell {
5108
4433
  display: table-cell !important;
5109
4434
  }
5110
-
5111
4435
  .d-print-flex {
5112
4436
  display: flex !important;
5113
4437
  }
5114
-
5115
4438
  .d-print-inline-flex {
5116
4439
  display: inline-flex !important;
5117
4440
  }
5118
-
5119
4441
  .d-print-none {
5120
4442
  display: none !important;
5121
4443
  }