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