@coreui/coreui 4.2.6 → 4.3.0-beta.0

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 (194) hide show
  1. package/LICENSE +5 -6
  2. package/README.md +2 -2
  3. package/dist/css/coreui-grid.css +36 -83
  4. package/dist/css/coreui-grid.css.map +1 -1
  5. package/dist/css/coreui-grid.min.css +4 -6
  6. package/dist/css/coreui-grid.min.css.map +1 -1
  7. package/dist/css/coreui-grid.rtl.css +40 -89
  8. package/dist/css/coreui-grid.rtl.css.map +1 -1
  9. package/dist/css/coreui-grid.rtl.min.css +8 -12
  10. package/dist/css/coreui-grid.rtl.min.css.map +1 -1
  11. package/dist/css/coreui-reboot.css +176 -48
  12. package/dist/css/coreui-reboot.css.map +1 -1
  13. package/dist/css/coreui-reboot.min.css +4 -6
  14. package/dist/css/coreui-reboot.min.css.map +1 -1
  15. package/dist/css/coreui-reboot.rtl.css +180 -54
  16. package/dist/css/coreui-reboot.rtl.css.map +1 -1
  17. package/dist/css/coreui-reboot.rtl.min.css +8 -12
  18. package/dist/css/coreui-reboot.rtl.min.css.map +1 -1
  19. package/dist/css/coreui-utilities.css +1328 -95
  20. package/dist/css/coreui-utilities.css.map +1 -1
  21. package/dist/css/coreui-utilities.min.css +4 -6
  22. package/dist/css/coreui-utilities.min.css.map +1 -1
  23. package/dist/css/coreui-utilities.rtl.css +1237 -101
  24. package/dist/css/coreui-utilities.rtl.css.map +1 -1
  25. package/dist/css/coreui-utilities.rtl.min.css +8 -12
  26. package/dist/css/coreui-utilities.rtl.min.css.map +1 -1
  27. package/dist/css/coreui.css +2385 -885
  28. package/dist/css/coreui.css.map +1 -1
  29. package/dist/css/coreui.min.css +4 -6
  30. package/dist/css/coreui.min.css.map +1 -1
  31. package/dist/css/coreui.rtl.css +2299 -905
  32. package/dist/css/coreui.rtl.css.map +1 -1
  33. package/dist/css/coreui.rtl.min.css +8 -12
  34. package/dist/css/coreui.rtl.min.css.map +1 -1
  35. package/dist/js/coreui.bundle.js +317 -304
  36. package/dist/js/coreui.bundle.js.map +1 -1
  37. package/dist/js/coreui.bundle.min.js +4 -4
  38. package/dist/js/coreui.bundle.min.js.map +1 -1
  39. package/dist/js/coreui.esm.js +277 -258
  40. package/dist/js/coreui.esm.js.map +1 -1
  41. package/dist/js/coreui.esm.min.js +4 -4
  42. package/dist/js/coreui.esm.min.js.map +1 -1
  43. package/dist/js/coreui.js +280 -260
  44. package/dist/js/coreui.js.map +1 -1
  45. package/dist/js/coreui.min.js +4 -4
  46. package/dist/js/coreui.min.js.map +1 -1
  47. package/js/dist/alert.js +10 -9
  48. package/js/dist/alert.js.map +1 -1
  49. package/js/dist/base-component.js +11 -10
  50. package/js/dist/base-component.js.map +1 -1
  51. package/js/dist/button.js +10 -9
  52. package/js/dist/button.js.map +1 -1
  53. package/js/dist/carousel.js +11 -10
  54. package/js/dist/carousel.js.map +1 -1
  55. package/js/dist/collapse.js +10 -9
  56. package/js/dist/collapse.js.map +1 -1
  57. package/js/dist/dom/data.js +5 -5
  58. package/js/dist/dom/data.js.map +1 -1
  59. package/js/dist/dom/event-handler.js +9 -9
  60. package/js/dist/dom/event-handler.js.map +1 -1
  61. package/js/dist/dom/manipulator.js +5 -5
  62. package/js/dist/dom/manipulator.js.map +1 -1
  63. package/js/dist/dom/selector-engine.js +6 -5
  64. package/js/dist/dom/selector-engine.js.map +1 -1
  65. package/js/dist/dropdown.js +13 -12
  66. package/js/dist/dropdown.js.map +1 -1
  67. package/js/dist/modal.js +12 -13
  68. package/js/dist/modal.js.map +1 -1
  69. package/js/dist/navigation.js +10 -9
  70. package/js/dist/navigation.js.map +1 -1
  71. package/js/dist/offcanvas.js +13 -12
  72. package/js/dist/offcanvas.js.map +1 -1
  73. package/js/dist/popover.js +10 -9
  74. package/js/dist/popover.js.map +1 -1
  75. package/js/dist/scrollspy.js +16 -15
  76. package/js/dist/scrollspy.js.map +1 -1
  77. package/js/dist/sidebar.js +10 -9
  78. package/js/dist/sidebar.js.map +1 -1
  79. package/js/dist/tab.js +13 -12
  80. package/js/dist/tab.js.map +1 -1
  81. package/js/dist/toast.js +10 -9
  82. package/js/dist/toast.js.map +1 -1
  83. package/js/dist/tooltip.js +14 -13
  84. package/js/dist/tooltip.js.map +1 -1
  85. package/js/dist/util/backdrop.js +10 -9
  86. package/js/dist/util/backdrop.js.map +1 -1
  87. package/js/dist/util/component-functions.js +10 -9
  88. package/js/dist/util/component-functions.js.map +1 -1
  89. package/js/dist/util/config.js +10 -9
  90. package/js/dist/util/config.js.map +1 -1
  91. package/js/dist/util/focustrap.js +6 -5
  92. package/js/dist/util/focustrap.js.map +1 -1
  93. package/js/dist/util/index.js +5 -5
  94. package/js/dist/util/index.js.map +1 -1
  95. package/js/dist/util/sanitizer.js +30 -32
  96. package/js/dist/util/sanitizer.js.map +1 -1
  97. package/js/dist/util/scrollbar.js +10 -9
  98. package/js/dist/util/scrollbar.js.map +1 -1
  99. package/js/dist/util/swipe.js +10 -9
  100. package/js/dist/util/swipe.js.map +1 -1
  101. package/js/dist/util/template-factory.js +10 -9
  102. package/js/dist/util/template-factory.js.map +1 -1
  103. package/js/index.esm.js +21 -0
  104. package/js/index.umd.js +38 -0
  105. package/js/src/alert.js +4 -4
  106. package/js/src/base-component.js +4 -4
  107. package/js/src/button.js +4 -4
  108. package/js/src/carousel.js +7 -7
  109. package/js/src/collapse.js +5 -5
  110. package/js/src/dom/data.js +2 -2
  111. package/js/src/dom/event-handler.js +4 -5
  112. package/js/src/dom/manipulator.js +2 -2
  113. package/js/src/dom/selector-engine.js +2 -2
  114. package/js/src/dropdown.js +9 -9
  115. package/js/src/modal.js +9 -10
  116. package/js/src/navigation.js +4 -4
  117. package/js/src/offcanvas.js +11 -11
  118. package/js/src/popover.js +3 -3
  119. package/js/src/scrollspy.js +8 -8
  120. package/js/src/sidebar.js +5 -5
  121. package/js/src/tab.js +7 -7
  122. package/js/src/toast.js +4 -4
  123. package/js/src/tooltip.js +9 -9
  124. package/js/src/util/backdrop.js +3 -3
  125. package/js/src/util/component-functions.js +3 -3
  126. package/js/src/util/config.js +3 -3
  127. package/js/src/util/focustrap.js +2 -2
  128. package/js/src/util/index.js +2 -2
  129. package/js/src/util/sanitizer.js +40 -43
  130. package/js/src/util/scrollbar.js +3 -3
  131. package/js/src/util/swipe.js +3 -3
  132. package/js/src/util/template-factory.js +4 -4
  133. package/package.json +52 -43
  134. package/scss/_accordion.scss +9 -1
  135. package/scss/_alert.scss +6 -10
  136. package/scss/_badge.scss +2 -1
  137. package/scss/_button-group.scss +4 -4
  138. package/scss/_buttons.scss +23 -1
  139. package/scss/_card.scss +8 -3
  140. package/scss/_carousel.scss +24 -8
  141. package/scss/_close.scss +32 -9
  142. package/scss/_dropdown.scss +3 -3
  143. package/scss/_functions.scss +6 -22
  144. package/scss/_grid.scss +8 -0
  145. package/scss/_helpers.scss +2 -0
  146. package/scss/_list-group.scss +11 -2
  147. package/scss/_maps.scss +125 -0
  148. package/scss/_mixins.scss +1 -4
  149. package/scss/_nav.scss +7 -0
  150. package/scss/_navbar.scss +18 -4
  151. package/scss/_offcanvas.scss +4 -2
  152. package/scss/_pagination.scss +1 -1
  153. package/scss/_progress.scss +10 -1
  154. package/scss/_reboot.scss +2 -3
  155. package/scss/_root.scss +144 -16
  156. package/scss/_tables.scss +18 -15
  157. package/scss/_tooltip.scss +5 -6
  158. package/scss/_type.scss +3 -1
  159. package/scss/_utilities.scss +182 -23
  160. package/scss/_variables-dark.scss +169 -0
  161. package/scss/_variables.scss +361 -344
  162. package/scss/coreui-grid.rtl.scss +2 -7
  163. package/scss/coreui-grid.scss +3 -10
  164. package/scss/coreui-reboot.rtl.scss +2 -7
  165. package/scss/coreui-reboot.scss +4 -7
  166. package/scss/coreui-utilities.rtl.scss +2 -7
  167. package/scss/coreui-utilities.scss +3 -7
  168. package/scss/coreui.rtl.scss +2 -7
  169. package/scss/coreui.scss +3 -7
  170. package/scss/forms/_floating-labels.scss +23 -4
  171. package/scss/forms/_form-check.scss +22 -24
  172. package/scss/forms/_form-control.scss +33 -13
  173. package/scss/forms/_form-range.scss +8 -8
  174. package/scss/forms/_form-select.scss +19 -10
  175. package/scss/forms/_form-text.scss +1 -1
  176. package/scss/forms/_input-group.scss +1 -1
  177. package/scss/forms/_labels.scss +2 -2
  178. package/scss/helpers/_color-bg.scss +12 -2
  179. package/scss/helpers/_colored-links.scss +20 -2
  180. package/scss/helpers/_focus-ring.scss +5 -0
  181. package/scss/helpers/_icon-link.scss +25 -0
  182. package/scss/mixins/_alert.scss +4 -1
  183. package/scss/mixins/_banner.scss +7 -0
  184. package/scss/mixins/_breakpoints.scss +0 -13
  185. package/scss/mixins/_caret.scss +31 -26
  186. package/scss/mixins/_color-mode.scss +21 -0
  187. package/scss/mixins/_forms.scss +8 -7
  188. package/scss/mixins/_grid.scss +1 -1
  189. package/scss/mixins/_list-group.scss +3 -0
  190. package/scss/mixins/_utilities.scss +35 -15
  191. package/scss/mixins/_visually-hidden.scss +5 -1
  192. package/scss/sidebar/_sidebar.scss +10 -2
  193. package/scss/vendor/_rfs.scss +24 -30
  194. package/scss/mixins/_css-vars.scss +0 -87
@@ -1,12 +1,11 @@
1
1
  @charset "UTF-8";
2
2
  /*!
3
- * CoreUI - HTML, CSS, and JavaScript UI Components Library
4
- * @version v4.2.6
5
- * @link https://coreui.io/
6
- * Copyright (c) 2022 creativeLabs Łukasz Holeczek
7
- * License MIT (https://coreui.io/license/)
3
+ * CoreUI Utilities v4.3.0-beta.0 (https://coreui.io)
4
+ * Copyright (c) 2023 creativeLabs Łukasz Holeczek
5
+ * Licensed under MIT (https://github.com/coreui/coreui/blob/main/LICENSE)
8
6
  */
9
- :root {
7
+ :root,
8
+ [data-coreui-theme=light] {
10
9
  --cui-blue: #0d6efd;
11
10
  --cui-indigo: #6610f2;
12
11
  --cui-purple: #6f42c1;
@@ -17,39 +16,61 @@
17
16
  --cui-green: #198754;
18
17
  --cui-teal: #20c997;
19
18
  --cui-cyan: #0dcaf0;
20
- --cui-black: #000015;
19
+ --cui-black: #080a0c;
21
20
  --cui-white: #fff;
22
- --cui-gray: #8a93a2;
23
- --cui-gray-dark: #636f83;
24
- --cui-gray-100: #ebedef;
25
- --cui-gray-200: #d8dbe0;
26
- --cui-gray-300: #c4c9d0;
27
- --cui-gray-400: #b1b7c1;
28
- --cui-gray-500: #9da5b1;
29
- --cui-gray-600: #8a93a2;
30
- --cui-gray-700: #768192;
31
- --cui-gray-800: #636f83;
32
- --cui-gray-900: #4f5d73;
21
+ --cui-gray: #6d7d9c;
22
+ --cui-gray-dark: #323a49;
23
+ --cui-gray-100: #f3f4f7;
24
+ --cui-gray-200: #e7eaee;
25
+ --cui-gray-300: #dbdfe6;
26
+ --cui-gray-400: #cfd4de;
27
+ --cui-gray-500: #aab3c5;
28
+ --cui-gray-600: #6d7d9c;
29
+ --cui-gray-700: #4a566d;
30
+ --cui-gray-800: #323a49;
31
+ --cui-gray-900: #212631;
33
32
  --cui-primary: #321fdb;
34
33
  --cui-secondary: #9da5b1;
35
34
  --cui-success: #2eb85c;
36
35
  --cui-info: #39f;
37
36
  --cui-warning: #f9b115;
38
37
  --cui-danger: #e55353;
39
- --cui-light: #ebedef;
40
- --cui-dark: #4f5d73;
38
+ --cui-light: #f3f4f7;
39
+ --cui-dark: #212631;
41
40
  --cui-primary-rgb: 50, 31, 219;
42
41
  --cui-secondary-rgb: 157, 165, 177;
43
42
  --cui-success-rgb: 46, 184, 92;
44
43
  --cui-info-rgb: 51, 153, 255;
45
44
  --cui-warning-rgb: 249, 177, 21;
46
45
  --cui-danger-rgb: 229, 83, 83;
47
- --cui-light-rgb: 235, 237, 239;
48
- --cui-dark-rgb: 79, 93, 115;
46
+ --cui-light-rgb: 243, 244, 247;
47
+ --cui-dark-rgb: 33, 38, 49;
48
+ --cui-primary-text-emphasis: #1f1498;
49
+ --cui-secondary-text-emphasis: #212233;
50
+ --cui-success-text-emphasis: #0f5722;
51
+ --cui-info-text-emphasis: #184c77;
52
+ --cui-warning-text-emphasis: #764705;
53
+ --cui-danger-text-emphasis: #671414;
54
+ --cui-light-text-emphasis: #4a566d;
55
+ --cui-dark-text-emphasis: #323a49;
56
+ --cui-primary-bg-subtle: #ccc7f6;
57
+ --cui-secondary-bg-subtle: #ced2d8;
58
+ --cui-success-bg-subtle: #cbedd6;
59
+ --cui-info-bg-subtle: #c0e6ff;
60
+ --cui-warning-bg-subtle: #feecc5;
61
+ --cui-danger-bg-subtle: #f9d4d4;
62
+ --cui-light-bg-subtle: #f9fafb;
63
+ --cui-dark-bg-subtle: #cfd4de;
64
+ --cui-primary-border-subtle: #988fed;
65
+ --cui-secondary-border-subtle: #9da5b1;
66
+ --cui-success-border-subtle: #96dbad;
67
+ --cui-info-border-subtle: #80c6ff;
68
+ --cui-warning-border-subtle: #fcd88a;
69
+ --cui-danger-border-subtle: #f2a9a9;
70
+ --cui-light-border-subtle: #e7eaee;
71
+ --cui-dark-border-subtle: #aab3c5;
49
72
  --cui-white-rgb: 255, 255, 255;
50
- --cui-black-rgb: 0, 0, 21;
51
- --cui-body-color-rgb: 44, 56, 74;
52
- --cui-body-bg-rgb: 255, 255, 255;
73
+ --cui-black-rgb: 8, 10, 12;
53
74
  --cui-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
54
75
  --cui-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
55
76
  --cui-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
@@ -57,30 +78,138 @@
57
78
  --cui-body-font-size: 1rem;
58
79
  --cui-body-font-weight: 400;
59
80
  --cui-body-line-height: 1.5;
60
- --cui-body-color: rgba(44, 56, 74, 0.95);
81
+ --cui-body-color: rgba(37, 43, 54, 0.95);
82
+ --cui-body-color-rgb: 37, 43, 54;
61
83
  --cui-body-bg: #fff;
84
+ --cui-body-bg-rgb: 255, 255, 255;
85
+ --cui-emphasis-color: #080a0c;
86
+ --cui-emphasis-color-rgb: 8, 10, 12;
87
+ --cui-secondary-color: rgba(37, 43, 54, 0.681);
88
+ --cui-secondary-color-rgb: 37, 43, 54;
89
+ --cui-secondary-bg: #e7eaee;
90
+ --cui-secondary-bg-rgb: 231, 234, 238;
91
+ --cui-tertiary-color: rgba(37, 43, 54, 0.38);
92
+ --cui-tertiary-color-rgb: 37, 43, 54;
93
+ --cui-tertiary-bg: #f3f4f7;
94
+ --cui-tertiary-bg-rgb: 243, 244, 247;
95
+ --cui-high-emphasis: rgba(37, 43, 54, 0.95);
96
+ --cui-medium-emphasis: rgba(37, 43, 54, 0.681);
97
+ --cui-disabled: rgba(37, 43, 54, 0.38);
98
+ --cui-high-emphasis-inverse: rgba(255, 255, 255, 0.87);
99
+ --cui-medium-emphasis-inverse: rgba(255, 255, 255, 0.6);
100
+ --cui-disabled-inverse: rgba(255, 255, 255, 0.38);
101
+ --cui-heading-color: inherit;
102
+ --cui-link-color: #321fdb;
103
+ --cui-link-color-rgb: 50, 31, 219;
104
+ --cui-link-decoration: underline;
105
+ --cui-link-hover-color: #2819af;
106
+ --cui-link-hover-color-rgb: 40, 25, 175;
107
+ --cui-code-color: #d63384;
108
+ --cui-highlight-bg: #fff3cd;
62
109
  --cui-border-width: 1px;
63
110
  --cui-border-style: solid;
64
- --cui-border-color: #d8dbe0;
65
- --cui-border-color-translucent: rgba(0, 0, 21, 0.175);
111
+ --cui-border-color: #dbdfe6;
112
+ --cui-border-color-translucent: rgba(8, 10, 12, 0.175);
66
113
  --cui-border-radius: 0.375rem;
67
114
  --cui-border-radius-sm: 0.25rem;
68
115
  --cui-border-radius-lg: 0.5rem;
69
116
  --cui-border-radius-xl: 1rem;
70
- --cui-border-radius-2xl: 2rem;
117
+ --cui-border-radius-xxl: 2rem;
118
+ --cui-border-radius-2xl: var(--cui-border-radius-xxl);
71
119
  --cui-border-radius-pill: 50rem;
72
- --cui-heading-color: unset;
73
- --cui-link-color: #321fdb;
74
- --cui-link-hover-color: #2819af;
75
- --cui-code-color: #d63384;
76
- --cui-highlight-bg: #fff3cd;
77
- --cui-breakpoint-xs: 0;
78
- --cui-breakpoint-sm: 576px;
79
- --cui-breakpoint-md: 768px;
80
- --cui-breakpoint-lg: 992px;
81
- --cui-breakpoint-xl: 1200px;
82
- --cui-breakpoint-xxl: 1400px;
83
- --cui-mobile-breakpoint: md;
120
+ --cui-box-shadow: 0 0.5rem 1rem rgba(8, 10, 12, 0.15);
121
+ --cui-box-shadow-sm: 0 0.125rem 0.25rem rgba(8, 10, 12, 0.075);
122
+ --cui-box-shadow-lg: 0 1rem 3rem rgba(8, 10, 12, 0.175);
123
+ --cui-box-shadow-inset: inset 0 1px 2px rgba(8, 10, 12, 0.075);
124
+ --cui-focus-ring-width: 0.25rem;
125
+ --cui-focus-ring-opacity: 0.25;
126
+ --cui-focus-ring-color: rgba(50, 31, 219, 0.25);
127
+ --cui-form-valid-color: #2eb85c;
128
+ --cui-form-valid-border-color: #2eb85c;
129
+ --cui-form-invalid-color: #e55353;
130
+ --cui-form-invalid-border-color: #e55353;
131
+ }
132
+
133
+ [data-coreui-theme=dark] {
134
+ color-scheme: dark;
135
+ --cui-body-color: #aab3c5;
136
+ --cui-body-color-rgb: 170, 179, 197;
137
+ --cui-body-bg: #212631;
138
+ --cui-body-bg-rgb: 33, 38, 49;
139
+ --cui-emphasis-color: #fff;
140
+ --cui-emphasis-color-rgb: 255, 255, 255;
141
+ --cui-secondary-color: rgba(170, 179, 197, 0.75);
142
+ --cui-secondary-color-rgb: 170, 179, 197;
143
+ --cui-secondary-bg: #323a49;
144
+ --cui-secondary-bg-rgb: 50, 58, 73;
145
+ --cui-tertiary-color: rgba(170, 179, 197, 0.5);
146
+ --cui-tertiary-color-rgb: 170, 179, 197;
147
+ --cui-tertiary-bg: #252a37;
148
+ --cui-tertiary-bg-rgb: 37, 42, 55;
149
+ --cui-high-emphasis: #aab3c5;
150
+ --cui-medium-emphasis: rgba(170, 179, 197, 0.75);
151
+ --cui-disabled: rgba(170, 179, 197, 0.5);
152
+ --cui-primary: #6b60ce;
153
+ --cui-secondary: #a6a7a8;
154
+ --cui-success: #3aad60;
155
+ --cui-info: #3d99f5;
156
+ --cui-warning: #edad21;
157
+ --cui-danger: #db5d5d;
158
+ --cui-light: #f4f5f6;
159
+ --cui-dark: #25282d;
160
+ --cui-gray-100: #f3f4f7;
161
+ --cui-gray-200: #e7eaee;
162
+ --cui-gray-300: #dbdfe6;
163
+ --cui-gray-400: #cfd4de;
164
+ --cui-gray-500: #aab3c5;
165
+ --cui-gray-600: #6d7d9c;
166
+ --cui-gray-700: #4a566d;
167
+ --cui-gray-800: #323a49;
168
+ --cui-gray-900: #212631;
169
+ --cui-primary-rgb: 107, 96, 206;
170
+ --cui-secondary-rgb: 166, 167, 168;
171
+ --cui-success-rgb: 58, 173, 96;
172
+ --cui-info-rgb: 61, 153, 245;
173
+ --cui-warning-rgb: 237, 173, 33;
174
+ --cui-danger-rgb: 219, 93, 93;
175
+ --cui-light-rgb: 244, 245, 246;
176
+ --cui-dark-rgb: 37, 40, 45;
177
+ --cui-primary-text-emphasis: #1f1498;
178
+ --cui-secondary-text-emphasis: #212233;
179
+ --cui-success-text-emphasis: #0f5722;
180
+ --cui-info-text-emphasis: #184c77;
181
+ --cui-warning-text-emphasis: #764705;
182
+ --cui-danger-text-emphasis: #671414;
183
+ --cui-light-text-emphasis: #f3f4f7;
184
+ --cui-dark-text-emphasis: #dbdfe6;
185
+ --cui-primary-bg-subtle: #ccc7f6;
186
+ --cui-secondary-bg-subtle: #ced2d8;
187
+ --cui-success-bg-subtle: #cbedd6;
188
+ --cui-info-bg-subtle: #c0e6ff;
189
+ --cui-warning-bg-subtle: #feecc5;
190
+ --cui-danger-bg-subtle: #f9d4d4;
191
+ --cui-light-bg-subtle: #323a49;
192
+ --cui-dark-bg-subtle: #1d222b;
193
+ --cui-primary-border-subtle: #988fed;
194
+ --cui-secondary-border-subtle: #9da5b1;
195
+ --cui-success-border-subtle: #96dbad;
196
+ --cui-info-border-subtle: #80c6ff;
197
+ --cui-warning-border-subtle: #fcd88a;
198
+ --cui-danger-border-subtle: #f2a9a9;
199
+ --cui-light-border-subtle: #4a566d;
200
+ --cui-dark-border-subtle: #323a49;
201
+ --cui-heading-color: inherit;
202
+ --cui-link-color: #8479e9;
203
+ --cui-link-hover-color: #9d94ed;
204
+ --cui-link-color-rgb: 132, 121, 233;
205
+ --cui-link-hover-color-rgb: 157, 148, 237;
206
+ --cui-code-color: #e685b5;
207
+ --cui-border-color: #4a566d;
208
+ --cui-border-color-translucent: rgba(255, 255, 255, 0.15);
209
+ --cui-form-valid-color: #75b798;
210
+ --cui-form-valid-border-color: #75b798;
211
+ --cui-form-invalid-color: #ea868f;
212
+ --cui-form-invalid-border-color: #ea868f;
84
213
  }
85
214
 
86
215
  .clearfix::after {
@@ -95,94 +224,202 @@
95
224
  }
96
225
 
97
226
  .text-bg-secondary {
98
- color: #000015 !important;
227
+ color: rgba(37, 43, 54, 0.95) !important;
99
228
  background-color: RGBA(157, 165, 177, var(--cui-bg-opacity, 1)) !important;
100
229
  }
101
230
 
102
231
  .text-bg-success {
103
- color: #000015 !important;
232
+ color: rgba(37, 43, 54, 0.95) !important;
104
233
  background-color: RGBA(46, 184, 92, var(--cui-bg-opacity, 1)) !important;
105
234
  }
106
235
 
107
236
  .text-bg-info {
108
- color: #000015 !important;
237
+ color: #080a0c !important;
109
238
  background-color: RGBA(51, 153, 255, var(--cui-bg-opacity, 1)) !important;
110
239
  }
111
240
 
112
241
  .text-bg-warning {
113
- color: rgba(44, 56, 74, 0.95) !important;
242
+ color: rgba(37, 43, 54, 0.95) !important;
114
243
  background-color: RGBA(249, 177, 21, var(--cui-bg-opacity, 1)) !important;
115
244
  }
116
245
 
117
246
  .text-bg-danger {
118
- color: #000015 !important;
247
+ color: #080a0c !important;
119
248
  background-color: RGBA(229, 83, 83, var(--cui-bg-opacity, 1)) !important;
120
249
  }
121
250
 
122
251
  .text-bg-light {
123
- color: rgba(44, 56, 74, 0.95) !important;
124
- background-color: RGBA(235, 237, 239, var(--cui-bg-opacity, 1)) !important;
252
+ color: rgba(37, 43, 54, 0.95) !important;
253
+ background-color: RGBA(243, 244, 247, var(--cui-bg-opacity, 1)) !important;
125
254
  }
126
255
 
127
256
  .text-bg-dark {
128
257
  color: rgba(255, 255, 255, 0.87) !important;
129
- background-color: RGBA(79, 93, 115, var(--cui-bg-opacity, 1)) !important;
258
+ background-color: RGBA(33, 38, 49, var(--cui-bg-opacity, 1)) !important;
259
+ }
260
+
261
+ [data-coreui-theme=dark] .text-bg-primary {
262
+ color: #fff !important;
263
+ background-color: RGBA(107, 96, 206, var(--cui-bg-opacity, 1)) !important;
264
+ }
265
+ [data-coreui-theme=dark] .text-bg-secondary {
266
+ color: rgba(37, 43, 54, 0.95) !important;
267
+ background-color: RGBA(166, 167, 168, var(--cui-bg-opacity, 1)) !important;
268
+ }
269
+ [data-coreui-theme=dark] .text-bg-success {
270
+ color: rgba(37, 43, 54, 0.95) !important;
271
+ background-color: RGBA(58, 173, 96, var(--cui-bg-opacity, 1)) !important;
272
+ }
273
+ [data-coreui-theme=dark] .text-bg-info {
274
+ color: #080a0c !important;
275
+ background-color: RGBA(61, 153, 245, var(--cui-bg-opacity, 1)) !important;
276
+ }
277
+ [data-coreui-theme=dark] .text-bg-warning {
278
+ color: rgba(37, 43, 54, 0.95) !important;
279
+ background-color: RGBA(237, 173, 33, var(--cui-bg-opacity, 1)) !important;
280
+ }
281
+ [data-coreui-theme=dark] .text-bg-danger {
282
+ color: #080a0c !important;
283
+ background-color: RGBA(219, 93, 93, var(--cui-bg-opacity, 1)) !important;
284
+ }
285
+ [data-coreui-theme=dark] .text-bg-light {
286
+ color: rgba(37, 43, 54, 0.95) !important;
287
+ background-color: RGBA(244, 245, 246, var(--cui-bg-opacity, 1)) !important;
288
+ }
289
+ [data-coreui-theme=dark] .text-bg-dark {
290
+ color: rgba(255, 255, 255, 0.87) !important;
291
+ background-color: RGBA(37, 40, 45, var(--cui-bg-opacity, 1)) !important;
130
292
  }
131
293
 
132
294
  .link-primary {
133
- color: #321fdb !important;
295
+ color: RGBA(var(--cui-primary-rgb), var(--cui-link-opacity, 1)) !important;
296
+ -webkit-text-decoration-color: RGBA(var(--cui-primary-rgb), var(--cui-link-underline-opacity, 1)) !important;
297
+ text-decoration-color: RGBA(var(--cui-primary-rgb), var(--cui-link-underline-opacity, 1)) !important;
134
298
  }
135
299
  .link-primary:hover, .link-primary:focus {
136
- color: #5b4ce2 !important;
300
+ color: RGBA(91, 76, 226, var(--cui-link-opacity, 1)) !important;
301
+ -webkit-text-decoration-color: RGBA(91, 76, 226, var(--cui-link-underline-opacity, 1)) !important;
302
+ text-decoration-color: RGBA(91, 76, 226, var(--cui-link-underline-opacity, 1)) !important;
137
303
  }
138
304
 
139
305
  .link-secondary {
140
- color: #9da5b1 !important;
306
+ color: RGBA(var(--cui-secondary-rgb), var(--cui-link-opacity, 1)) !important;
307
+ -webkit-text-decoration-color: RGBA(var(--cui-secondary-rgb), var(--cui-link-underline-opacity, 1)) !important;
308
+ text-decoration-color: RGBA(var(--cui-secondary-rgb), var(--cui-link-underline-opacity, 1)) !important;
141
309
  }
142
310
  .link-secondary:hover, .link-secondary:focus {
143
- color: #b1b7c1 !important;
311
+ color: RGBA(126, 132, 142, var(--cui-link-opacity, 1)) !important;
312
+ -webkit-text-decoration-color: RGBA(126, 132, 142, var(--cui-link-underline-opacity, 1)) !important;
313
+ text-decoration-color: RGBA(126, 132, 142, var(--cui-link-underline-opacity, 1)) !important;
144
314
  }
145
315
 
146
316
  .link-success {
147
- color: #2eb85c !important;
317
+ color: RGBA(var(--cui-success-rgb), var(--cui-link-opacity, 1)) !important;
318
+ -webkit-text-decoration-color: RGBA(var(--cui-success-rgb), var(--cui-link-underline-opacity, 1)) !important;
319
+ text-decoration-color: RGBA(var(--cui-success-rgb), var(--cui-link-underline-opacity, 1)) !important;
148
320
  }
149
321
  .link-success:hover, .link-success:focus {
150
- color: #58c67d !important;
322
+ color: RGBA(37, 147, 74, var(--cui-link-opacity, 1)) !important;
323
+ -webkit-text-decoration-color: RGBA(37, 147, 74, var(--cui-link-underline-opacity, 1)) !important;
324
+ text-decoration-color: RGBA(37, 147, 74, var(--cui-link-underline-opacity, 1)) !important;
151
325
  }
152
326
 
153
327
  .link-info {
154
- color: #39f !important;
328
+ color: RGBA(var(--cui-info-rgb), var(--cui-link-opacity, 1)) !important;
329
+ -webkit-text-decoration-color: RGBA(var(--cui-info-rgb), var(--cui-link-underline-opacity, 1)) !important;
330
+ text-decoration-color: RGBA(var(--cui-info-rgb), var(--cui-link-underline-opacity, 1)) !important;
155
331
  }
156
332
  .link-info:hover, .link-info:focus {
157
- color: #5cadff !important;
333
+ color: RGBA(92, 173, 255, var(--cui-link-opacity, 1)) !important;
334
+ -webkit-text-decoration-color: RGBA(92, 173, 255, var(--cui-link-underline-opacity, 1)) !important;
335
+ text-decoration-color: RGBA(92, 173, 255, var(--cui-link-underline-opacity, 1)) !important;
158
336
  }
159
337
 
160
338
  .link-warning {
161
- color: #f9b115 !important;
339
+ color: RGBA(var(--cui-warning-rgb), var(--cui-link-opacity, 1)) !important;
340
+ -webkit-text-decoration-color: RGBA(var(--cui-warning-rgb), var(--cui-link-underline-opacity, 1)) !important;
341
+ text-decoration-color: RGBA(var(--cui-warning-rgb), var(--cui-link-underline-opacity, 1)) !important;
162
342
  }
163
343
  .link-warning:hover, .link-warning:focus {
164
- color: #c78e11 !important;
344
+ color: RGBA(199, 142, 17, var(--cui-link-opacity, 1)) !important;
345
+ -webkit-text-decoration-color: RGBA(199, 142, 17, var(--cui-link-underline-opacity, 1)) !important;
346
+ text-decoration-color: RGBA(199, 142, 17, var(--cui-link-underline-opacity, 1)) !important;
165
347
  }
166
348
 
167
349
  .link-danger {
168
- color: #e55353 !important;
350
+ color: RGBA(var(--cui-danger-rgb), var(--cui-link-opacity, 1)) !important;
351
+ -webkit-text-decoration-color: RGBA(var(--cui-danger-rgb), var(--cui-link-underline-opacity, 1)) !important;
352
+ text-decoration-color: RGBA(var(--cui-danger-rgb), var(--cui-link-underline-opacity, 1)) !important;
169
353
  }
170
354
  .link-danger:hover, .link-danger:focus {
171
- color: #ea7575 !important;
355
+ color: RGBA(234, 117, 117, var(--cui-link-opacity, 1)) !important;
356
+ -webkit-text-decoration-color: RGBA(234, 117, 117, var(--cui-link-underline-opacity, 1)) !important;
357
+ text-decoration-color: RGBA(234, 117, 117, var(--cui-link-underline-opacity, 1)) !important;
172
358
  }
173
359
 
174
360
  .link-light {
175
- color: #ebedef !important;
361
+ color: RGBA(var(--cui-light-rgb), var(--cui-link-opacity, 1)) !important;
362
+ -webkit-text-decoration-color: RGBA(var(--cui-light-rgb), var(--cui-link-underline-opacity, 1)) !important;
363
+ text-decoration-color: RGBA(var(--cui-light-rgb), var(--cui-link-underline-opacity, 1)) !important;
176
364
  }
177
365
  .link-light:hover, .link-light:focus {
178
- color: #bcbebf !important;
366
+ color: RGBA(194, 195, 198, var(--cui-link-opacity, 1)) !important;
367
+ -webkit-text-decoration-color: RGBA(194, 195, 198, var(--cui-link-underline-opacity, 1)) !important;
368
+ text-decoration-color: RGBA(194, 195, 198, var(--cui-link-underline-opacity, 1)) !important;
179
369
  }
180
370
 
181
371
  .link-dark {
182
- color: #4f5d73 !important;
372
+ color: RGBA(var(--cui-dark-rgb), var(--cui-link-opacity, 1)) !important;
373
+ -webkit-text-decoration-color: RGBA(var(--cui-dark-rgb), var(--cui-link-underline-opacity, 1)) !important;
374
+ text-decoration-color: RGBA(var(--cui-dark-rgb), var(--cui-link-underline-opacity, 1)) !important;
183
375
  }
184
376
  .link-dark:hover, .link-dark:focus {
185
- color: #727d8f !important;
377
+ color: RGBA(77, 81, 90, var(--cui-link-opacity, 1)) !important;
378
+ -webkit-text-decoration-color: RGBA(77, 81, 90, var(--cui-link-underline-opacity, 1)) !important;
379
+ text-decoration-color: RGBA(77, 81, 90, var(--cui-link-underline-opacity, 1)) !important;
380
+ }
381
+
382
+ .link-body-emphasis {
383
+ color: RGBA(var(--cui-emphasis-color-rgb), var(--cui-link-opacity, 1)) !important;
384
+ -webkit-text-decoration-color: RGBA(var(--cui-emphasis-color-rgb), var(--cui-link-underline-opacity, 1)) !important;
385
+ text-decoration-color: RGBA(var(--cui-emphasis-color-rgb), var(--cui-link-underline-opacity, 1)) !important;
386
+ }
387
+ .link-body-emphasis:hover, .link-body-emphasis:focus {
388
+ color: RGBA(var(--cui-emphasis-color-rgb), var(--cui-link-opacity, 0.75)) !important;
389
+ -webkit-text-decoration-color: RGBA(var(--cui-emphasis-color-rgb), var(--cui-link-underline-opacity, 0.75)) !important;
390
+ text-decoration-color: RGBA(var(--cui-emphasis-color-rgb), var(--cui-link-underline-opacity, 0.75)) !important;
391
+ }
392
+
393
+ .focus-ring:focus {
394
+ outline: 0;
395
+ box-shadow: var(--cui-focus-ring-x, 0) var(--cui-focus-ring-y, 0) var(--cui-focus-ring-blur, 0) var(--cui-focus-ring-width) var(--cui-focus-ring-color);
396
+ }
397
+
398
+ .icon-link {
399
+ display: inline-flex;
400
+ gap: 0.375rem;
401
+ align-items: center;
402
+ -webkit-text-decoration-color: rgba(var(--cui-link-color-rgb), var(--cui-link-opacity, 0.5));
403
+ text-decoration-color: rgba(var(--cui-link-color-rgb), var(--cui-link-opacity, 0.5));
404
+ text-underline-offset: 0.25em;
405
+ -webkit-backface-visibility: hidden;
406
+ backface-visibility: hidden;
407
+ }
408
+ .icon-link > .bi {
409
+ flex-shrink: 0;
410
+ width: 1em;
411
+ height: 1em;
412
+ fill: currentcolor;
413
+ transition: 0.2s ease-in-out transform;
414
+ }
415
+ @media (prefers-reduced-motion: reduce) {
416
+ .icon-link > .bi {
417
+ transition: none;
418
+ }
419
+ }
420
+
421
+ .icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
422
+ transform: var(--cui-icon-link-transform, translate3d(0.25em, 0, 0));
186
423
  }
187
424
 
188
425
  .ratio {
@@ -334,7 +571,6 @@
334
571
 
335
572
  .visually-hidden,
336
573
  .visually-hidden-focusable:not(:focus):not(:focus-within) {
337
- position: absolute !important;
338
574
  width: 1px !important;
339
575
  height: 1px !important;
340
576
  padding: 0 !important;
@@ -344,6 +580,10 @@
344
580
  white-space: nowrap !important;
345
581
  border: 0 !important;
346
582
  }
583
+ .visually-hidden:not(caption),
584
+ .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
585
+ position: absolute !important;
586
+ }
347
587
 
348
588
  .stretched-link::after {
349
589
  position: absolute;
@@ -407,6 +647,31 @@
407
647
  float: none !important;
408
648
  }
409
649
 
650
+ .object-fit-contain {
651
+ -o-object-fit: contain !important;
652
+ object-fit: contain !important;
653
+ }
654
+
655
+ .object-fit-cover {
656
+ -o-object-fit: cover !important;
657
+ object-fit: cover !important;
658
+ }
659
+
660
+ .object-fit-fill {
661
+ -o-object-fit: fill !important;
662
+ object-fit: fill !important;
663
+ }
664
+
665
+ .object-fit-scale {
666
+ -o-object-fit: scale-down !important;
667
+ object-fit: scale-down !important;
668
+ }
669
+
670
+ .object-fit-none {
671
+ -o-object-fit: none !important;
672
+ object-fit: none !important;
673
+ }
674
+
410
675
  .opacity-0 {
411
676
  opacity: 0 !important;
412
677
  }
@@ -443,6 +708,38 @@
443
708
  overflow: scroll !important;
444
709
  }
445
710
 
711
+ .overflow-x-auto {
712
+ overflow-x: auto !important;
713
+ }
714
+
715
+ .overflow-x-hidden {
716
+ overflow-x: hidden !important;
717
+ }
718
+
719
+ .overflow-x-visible {
720
+ overflow-x: visible !important;
721
+ }
722
+
723
+ .overflow-x-scroll {
724
+ overflow-x: scroll !important;
725
+ }
726
+
727
+ .overflow-y-auto {
728
+ overflow-y: auto !important;
729
+ }
730
+
731
+ .overflow-y-hidden {
732
+ overflow-y: hidden !important;
733
+ }
734
+
735
+ .overflow-y-visible {
736
+ overflow-y: visible !important;
737
+ }
738
+
739
+ .overflow-y-scroll {
740
+ overflow-y: scroll !important;
741
+ }
742
+
446
743
  .d-inline {
447
744
  display: inline !important;
448
745
  }
@@ -459,6 +756,10 @@
459
756
  display: grid !important;
460
757
  }
461
758
 
759
+ .d-inline-grid {
760
+ display: inline-grid !important;
761
+ }
762
+
462
763
  .d-table {
463
764
  display: table !important;
464
765
  }
@@ -484,21 +785,53 @@
484
785
  }
485
786
 
486
787
  .shadow {
487
- box-shadow: 0 0.5rem 1rem rgba(0, 0, 21, 0.15) !important;
788
+ box-shadow: 0 0.5rem 1rem rgba(8, 10, 12, 0.15) !important;
488
789
  }
489
790
 
490
791
  .shadow-sm {
491
- box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 21, 0.075) !important;
792
+ box-shadow: 0 0.125rem 0.25rem rgba(8, 10, 12, 0.075) !important;
492
793
  }
493
794
 
494
795
  .shadow-lg {
495
- box-shadow: 0 1rem 3rem rgba(0, 0, 21, 0.175) !important;
796
+ box-shadow: 0 1rem 3rem rgba(8, 10, 12, 0.175) !important;
496
797
  }
497
798
 
498
799
  .shadow-none {
499
800
  box-shadow: none !important;
500
801
  }
501
802
 
803
+ .focus-ring-primary {
804
+ --cui-focus-ring-color: rgba(var(--cui-primary-rgb), var(--cui-focus-ring-opacity));
805
+ }
806
+
807
+ .focus-ring-secondary {
808
+ --cui-focus-ring-color: rgba(var(--cui-secondary-rgb), var(--cui-focus-ring-opacity));
809
+ }
810
+
811
+ .focus-ring-success {
812
+ --cui-focus-ring-color: rgba(var(--cui-success-rgb), var(--cui-focus-ring-opacity));
813
+ }
814
+
815
+ .focus-ring-info {
816
+ --cui-focus-ring-color: rgba(var(--cui-info-rgb), var(--cui-focus-ring-opacity));
817
+ }
818
+
819
+ .focus-ring-warning {
820
+ --cui-focus-ring-color: rgba(var(--cui-warning-rgb), var(--cui-focus-ring-opacity));
821
+ }
822
+
823
+ .focus-ring-danger {
824
+ --cui-focus-ring-color: rgba(var(--cui-danger-rgb), var(--cui-focus-ring-opacity));
825
+ }
826
+
827
+ .focus-ring-light {
828
+ --cui-focus-ring-color: rgba(var(--cui-light-rgb), var(--cui-focus-ring-opacity));
829
+ }
830
+
831
+ .focus-ring-dark {
832
+ --cui-focus-ring-color: rgba(var(--cui-dark-rgb), var(--cui-focus-ring-opacity));
833
+ }
834
+
502
835
  .position-static {
503
836
  position: static !important;
504
837
  }
@@ -660,6 +993,11 @@
660
993
  border-color: rgba(var(--cui-dark-rgb), var(--cui-border-opacity)) !important;
661
994
  }
662
995
 
996
+ .border-black {
997
+ --cui-border-opacity: 1;
998
+ border-color: rgba(var(--cui-black-rgb), var(--cui-border-opacity)) !important;
999
+ }
1000
+
663
1001
  .border-white {
664
1002
  --cui-border-opacity: 1;
665
1003
  border-color: rgba(var(--cui-white-rgb), var(--cui-border-opacity)) !important;
@@ -690,11 +1028,11 @@
690
1028
  }
691
1029
 
692
1030
  .border-top-light {
693
- border-top-color: #ebedef !important;
1031
+ border-top-color: #f3f4f7 !important;
694
1032
  }
695
1033
 
696
1034
  .border-top-dark {
697
- border-top-color: #4f5d73 !important;
1035
+ border-top-color: #212631 !important;
698
1036
  }
699
1037
 
700
1038
  .border-top-white {
@@ -726,11 +1064,11 @@
726
1064
  }
727
1065
 
728
1066
  .border-end-light {
729
- border-right-color: #ebedef !important;
1067
+ border-right-color: #f3f4f7 !important;
730
1068
  }
731
1069
 
732
1070
  .border-end-dark {
733
- border-right-color: #4f5d73 !important;
1071
+ border-right-color: #212631 !important;
734
1072
  }
735
1073
 
736
1074
  .border-end-white {
@@ -762,11 +1100,11 @@
762
1100
  }
763
1101
 
764
1102
  .border-bottom-light {
765
- border-bottom-color: #ebedef !important;
1103
+ border-bottom-color: #f3f4f7 !important;
766
1104
  }
767
1105
 
768
1106
  .border-bottom-dark {
769
- border-bottom-color: #4f5d73 !important;
1107
+ border-bottom-color: #212631 !important;
770
1108
  }
771
1109
 
772
1110
  .border-bottom-white {
@@ -798,11 +1136,11 @@
798
1136
  }
799
1137
 
800
1138
  .border-start-light {
801
- border-left-color: #ebedef !important;
1139
+ border-left-color: #f3f4f7 !important;
802
1140
  }
803
1141
 
804
1142
  .border-start-dark {
805
- border-left-color: #4f5d73 !important;
1143
+ border-left-color: #212631 !important;
806
1144
  }
807
1145
 
808
1146
  .border-start-white {
@@ -810,23 +1148,23 @@
810
1148
  }
811
1149
 
812
1150
  .border-1 {
813
- --cui-border-width: 1px;
1151
+ border-width: 1px !important;
814
1152
  }
815
1153
 
816
1154
  .border-2 {
817
- --cui-border-width: 2px;
1155
+ border-width: 2px !important;
818
1156
  }
819
1157
 
820
1158
  .border-3 {
821
- --cui-border-width: 3px;
1159
+ border-width: 3px !important;
822
1160
  }
823
1161
 
824
1162
  .border-4 {
825
- --cui-border-width: 4px;
1163
+ border-width: 4px !important;
826
1164
  }
827
1165
 
828
1166
  .border-5 {
829
- --cui-border-width: 5px;
1167
+ border-width: 5px !important;
830
1168
  }
831
1169
 
832
1170
  .border-top-1 {
@@ -909,6 +1247,38 @@
909
1247
  border-left-width: 5px !important;
910
1248
  }
911
1249
 
1250
+ .border-primary-subtle {
1251
+ border-color: var(--cui-primary-border-subtle) !important;
1252
+ }
1253
+
1254
+ .border-secondary-subtle {
1255
+ border-color: var(--cui-secondary-border-subtle) !important;
1256
+ }
1257
+
1258
+ .border-success-subtle {
1259
+ border-color: var(--cui-success-border-subtle) !important;
1260
+ }
1261
+
1262
+ .border-info-subtle {
1263
+ border-color: var(--cui-info-border-subtle) !important;
1264
+ }
1265
+
1266
+ .border-warning-subtle {
1267
+ border-color: var(--cui-warning-border-subtle) !important;
1268
+ }
1269
+
1270
+ .border-danger-subtle {
1271
+ border-color: var(--cui-danger-border-subtle) !important;
1272
+ }
1273
+
1274
+ .border-light-subtle {
1275
+ border-color: var(--cui-light-border-subtle) !important;
1276
+ }
1277
+
1278
+ .border-dark-subtle {
1279
+ border-color: var(--cui-dark-border-subtle) !important;
1280
+ }
1281
+
912
1282
  .border-opacity-10 {
913
1283
  --cui-border-opacity: 0.1;
914
1284
  }
@@ -1579,6 +1949,60 @@
1579
1949
  gap: 3rem !important;
1580
1950
  }
1581
1951
 
1952
+ .row-gap-0 {
1953
+ row-gap: 0 !important;
1954
+ }
1955
+
1956
+ .row-gap-1 {
1957
+ row-gap: 0.25rem !important;
1958
+ }
1959
+
1960
+ .row-gap-2 {
1961
+ row-gap: 0.5rem !important;
1962
+ }
1963
+
1964
+ .row-gap-3 {
1965
+ row-gap: 1rem !important;
1966
+ }
1967
+
1968
+ .row-gap-4 {
1969
+ row-gap: 1.5rem !important;
1970
+ }
1971
+
1972
+ .row-gap-5 {
1973
+ row-gap: 3rem !important;
1974
+ }
1975
+
1976
+ .column-gap-0 {
1977
+ -moz-column-gap: 0 !important;
1978
+ column-gap: 0 !important;
1979
+ }
1980
+
1981
+ .column-gap-1 {
1982
+ -moz-column-gap: 0.25rem !important;
1983
+ column-gap: 0.25rem !important;
1984
+ }
1985
+
1986
+ .column-gap-2 {
1987
+ -moz-column-gap: 0.5rem !important;
1988
+ column-gap: 0.5rem !important;
1989
+ }
1990
+
1991
+ .column-gap-3 {
1992
+ -moz-column-gap: 1rem !important;
1993
+ column-gap: 1rem !important;
1994
+ }
1995
+
1996
+ .column-gap-4 {
1997
+ -moz-column-gap: 1.5rem !important;
1998
+ column-gap: 1.5rem !important;
1999
+ }
2000
+
2001
+ .column-gap-5 {
2002
+ -moz-column-gap: 3rem !important;
2003
+ column-gap: 3rem !important;
2004
+ }
2005
+
1582
2006
  .font-monospace {
1583
2007
  font-family: var(--cui-font-monospace) !important;
1584
2008
  }
@@ -1615,14 +2039,14 @@
1615
2039
  font-style: normal !important;
1616
2040
  }
1617
2041
 
1618
- .fw-light {
1619
- font-weight: 300 !important;
1620
- }
1621
-
1622
2042
  .fw-lighter {
1623
2043
  font-weight: lighter !important;
1624
2044
  }
1625
2045
 
2046
+ .fw-light {
2047
+ font-weight: 300 !important;
2048
+ }
2049
+
1626
2050
  .fw-normal {
1627
2051
  font-weight: 400 !important;
1628
2052
  }
@@ -1710,109 +2134,148 @@
1710
2134
  }
1711
2135
 
1712
2136
  /* rtl:end:remove */
2137
+ [data-coreui-theme=dark] .dark\:text-primary, [data-coreui-theme=dark] .dark\:text-primary:not([class*="dark:"]),
1713
2138
  .text-primary {
1714
2139
  --cui-text-opacity: 1;
1715
2140
  color: rgba(var(--cui-primary-rgb), var(--cui-text-opacity)) !important;
1716
2141
  }
1717
2142
 
2143
+ [data-coreui-theme=dark] .dark\:text-secondary, [data-coreui-theme=dark] .dark\:text-secondary:not([class*="dark:"]),
1718
2144
  .text-secondary {
1719
2145
  --cui-text-opacity: 1;
1720
2146
  color: rgba(var(--cui-secondary-rgb), var(--cui-text-opacity)) !important;
1721
2147
  }
1722
2148
 
2149
+ [data-coreui-theme=dark] .dark\:text-success, [data-coreui-theme=dark] .dark\:text-success:not([class*="dark:"]),
1723
2150
  .text-success {
1724
2151
  --cui-text-opacity: 1;
1725
2152
  color: rgba(var(--cui-success-rgb), var(--cui-text-opacity)) !important;
1726
2153
  }
1727
2154
 
2155
+ [data-coreui-theme=dark] .dark\:text-info, [data-coreui-theme=dark] .dark\:text-info:not([class*="dark:"]),
1728
2156
  .text-info {
1729
2157
  --cui-text-opacity: 1;
1730
2158
  color: rgba(var(--cui-info-rgb), var(--cui-text-opacity)) !important;
1731
2159
  }
1732
2160
 
2161
+ [data-coreui-theme=dark] .dark\:text-warning, [data-coreui-theme=dark] .dark\:text-warning:not([class*="dark:"]),
1733
2162
  .text-warning {
1734
2163
  --cui-text-opacity: 1;
1735
2164
  color: rgba(var(--cui-warning-rgb), var(--cui-text-opacity)) !important;
1736
2165
  }
1737
2166
 
2167
+ [data-coreui-theme=dark] .dark\:text-danger, [data-coreui-theme=dark] .dark\:text-danger:not([class*="dark:"]),
1738
2168
  .text-danger {
1739
2169
  --cui-text-opacity: 1;
1740
2170
  color: rgba(var(--cui-danger-rgb), var(--cui-text-opacity)) !important;
1741
2171
  }
1742
2172
 
2173
+ [data-coreui-theme=dark] .dark\:text-light, [data-coreui-theme=dark] .dark\:text-light:not([class*="dark:"]),
1743
2174
  .text-light {
1744
2175
  --cui-text-opacity: 1;
1745
2176
  color: rgba(var(--cui-light-rgb), var(--cui-text-opacity)) !important;
1746
2177
  }
1747
2178
 
2179
+ [data-coreui-theme=dark] .dark\:text-dark, [data-coreui-theme=dark] .dark\:text-dark:not([class*="dark:"]),
1748
2180
  .text-dark {
1749
2181
  --cui-text-opacity: 1;
1750
2182
  color: rgba(var(--cui-dark-rgb), var(--cui-text-opacity)) !important;
1751
2183
  }
1752
2184
 
2185
+ [data-coreui-theme=dark] .dark\:text-black, [data-coreui-theme=dark] .dark\:text-black:not([class*="dark:"]),
1753
2186
  .text-black {
1754
2187
  --cui-text-opacity: 1;
1755
2188
  color: rgba(var(--cui-black-rgb), var(--cui-text-opacity)) !important;
1756
2189
  }
1757
2190
 
2191
+ [data-coreui-theme=dark] .dark\:text-white, [data-coreui-theme=dark] .dark\:text-white:not([class*="dark:"]),
1758
2192
  .text-white {
1759
2193
  --cui-text-opacity: 1;
1760
2194
  color: rgba(var(--cui-white-rgb), var(--cui-text-opacity)) !important;
1761
2195
  }
1762
2196
 
2197
+ [data-coreui-theme=dark] .dark\:text-body, [data-coreui-theme=dark] .dark\:text-body:not([class*="dark:"]),
1763
2198
  .text-body {
1764
2199
  --cui-text-opacity: 1;
1765
2200
  color: rgba(var(--cui-body-color-rgb), var(--cui-text-opacity)) !important;
1766
2201
  }
1767
2202
 
2203
+ [data-coreui-theme=dark] .dark\:text-muted, [data-coreui-theme=dark] .dark\:text-muted:not([class*="dark:"]),
1768
2204
  .text-muted {
1769
2205
  --cui-text-opacity: 1;
1770
- color: rgba(44, 56, 74, 0.38) !important;
2206
+ color: var(--cui-secondary-color) !important;
1771
2207
  }
1772
2208
 
2209
+ [data-coreui-theme=dark] .dark\:text-black-50, [data-coreui-theme=dark] .dark\:text-black-50:not([class*="dark:"]),
1773
2210
  .text-black-50 {
1774
2211
  --cui-text-opacity: 1;
1775
- color: rgba(0, 0, 21, 0.5) !important;
2212
+ color: rgba(8, 10, 12, 0.5) !important;
1776
2213
  }
1777
2214
 
2215
+ [data-coreui-theme=dark] .dark\:text-white-50, [data-coreui-theme=dark] .dark\:text-white-50:not([class*="dark:"]),
1778
2216
  .text-white-50 {
1779
2217
  --cui-text-opacity: 1;
1780
2218
  color: rgba(255, 255, 255, 0.5) !important;
1781
2219
  }
1782
2220
 
2221
+ [data-coreui-theme=dark] .dark\:text-body-secondary, [data-coreui-theme=dark] .dark\:text-body-secondary:not([class*="dark:"]),
2222
+ .text-body-secondary {
2223
+ --cui-text-opacity: 1;
2224
+ color: var(--cui-secondary-color) !important;
2225
+ }
2226
+
2227
+ [data-coreui-theme=dark] .dark\:text-body-tertiary, [data-coreui-theme=dark] .dark\:text-body-tertiary:not([class*="dark:"]),
2228
+ .text-body-tertiary {
2229
+ --cui-text-opacity: 1;
2230
+ color: var(--cui-tertiary-color) !important;
2231
+ }
2232
+
2233
+ [data-coreui-theme=dark] .dark\:text-body-emphasis, [data-coreui-theme=dark] .dark\:text-body-emphasis:not([class*="dark:"]),
2234
+ .text-body-emphasis {
2235
+ --cui-text-opacity: 1;
2236
+ color: var(--cui-emphasis-color) !important;
2237
+ }
2238
+
2239
+ [data-coreui-theme=dark] .dark\:text-reset, [data-coreui-theme=dark] .dark\:text-reset:not([class*="dark:"]),
1783
2240
  .text-reset {
1784
2241
  --cui-text-opacity: 1;
1785
2242
  color: inherit !important;
1786
2243
  }
1787
2244
 
2245
+ [data-coreui-theme=dark] .dark\:text-high-emphasis-inverse, [data-coreui-theme=dark] .dark\:text-high-emphasis-inverse:not([class*="dark:"]),
1788
2246
  .text-high-emphasis-inverse {
1789
2247
  --cui-text-opacity: 1;
1790
- color: rgba(255, 255, 255, 0.87) !important;
2248
+ color: var(--cui-high-emphasis-inverse) !important;
1791
2249
  }
1792
2250
 
2251
+ [data-coreui-theme=dark] .dark\:text-medium-emphasis-inverse, [data-coreui-theme=dark] .dark\:text-medium-emphasis-inverse:not([class*="dark:"]),
1793
2252
  .text-medium-emphasis-inverse {
1794
2253
  --cui-text-opacity: 1;
1795
- color: rgba(255, 255, 255, 0.6) !important;
2254
+ color: var(--cui-medium-emphasis-inverse) !important;
1796
2255
  }
1797
2256
 
2257
+ [data-coreui-theme=dark] .dark\:text-disabled-inverse, [data-coreui-theme=dark] .dark\:text-disabled-inverse:not([class*="dark:"]),
1798
2258
  .text-disabled-inverse {
1799
2259
  --cui-text-opacity: 1;
1800
- color: rgba(255, 255, 255, 0.38) !important;
2260
+ color: var(--cui-disabled-inverse) !important;
1801
2261
  }
1802
2262
 
2263
+ [data-coreui-theme=dark] .dark\:text-high-emphasis, [data-coreui-theme=dark] .dark\:text-high-emphasis:not([class*="dark:"]),
1803
2264
  .text-high-emphasis {
1804
2265
  --cui-text-opacity: 1;
1805
- color: rgba(44, 56, 74, 0.95) !important;
2266
+ color: var(--cui-high-emphasis) !important;
1806
2267
  }
1807
2268
 
2269
+ [data-coreui-theme=dark] .dark\:text-medium-emphasis, [data-coreui-theme=dark] .dark\:text-medium-emphasis:not([class*="dark:"]),
1808
2270
  .text-medium-emphasis {
1809
2271
  --cui-text-opacity: 1;
1810
- color: rgba(44, 56, 74, 0.681) !important;
2272
+ color: var(--cui-medium-emphasis) !important;
1811
2273
  }
1812
2274
 
2275
+ [data-coreui-theme=dark] .dark\:text-disabled, [data-coreui-theme=dark] .dark\:text-disabled:not([class*="dark:"]),
1813
2276
  .text-disabled {
1814
2277
  --cui-text-opacity: 1;
1815
- color: rgba(44, 56, 74, 0.38) !important;
2278
+ color: var(--cui-disabled) !important;
1816
2279
  }
1817
2280
 
1818
2281
  .text-opacity-25 {
@@ -1831,66 +2294,288 @@
1831
2294
  --cui-text-opacity: 1;
1832
2295
  }
1833
2296
 
2297
+ .text-primary-emphasis {
2298
+ color: var(--cui-primary-text-emphasis) !important;
2299
+ }
2300
+
2301
+ .text-secondary-emphasis {
2302
+ color: var(--cui-secondary-text-emphasis) !important;
2303
+ }
2304
+
2305
+ .text-success-emphasis {
2306
+ color: var(--cui-success-text-emphasis) !important;
2307
+ }
2308
+
2309
+ .text-info-emphasis {
2310
+ color: var(--cui-info-text-emphasis) !important;
2311
+ }
2312
+
2313
+ .text-warning-emphasis {
2314
+ color: var(--cui-warning-text-emphasis) !important;
2315
+ }
2316
+
2317
+ .text-danger-emphasis {
2318
+ color: var(--cui-danger-text-emphasis) !important;
2319
+ }
2320
+
2321
+ .text-light-emphasis {
2322
+ color: var(--cui-light-text-emphasis) !important;
2323
+ }
2324
+
2325
+ .text-dark-emphasis {
2326
+ color: var(--cui-dark-text-emphasis) !important;
2327
+ }
2328
+
2329
+ .link-opacity-10 {
2330
+ --cui-link-opacity: 0.1;
2331
+ }
2332
+
2333
+ .link-opacity-10-hover:hover {
2334
+ --cui-link-opacity: 0.1;
2335
+ }
2336
+
2337
+ .link-opacity-25 {
2338
+ --cui-link-opacity: 0.25;
2339
+ }
2340
+
2341
+ .link-opacity-25-hover:hover {
2342
+ --cui-link-opacity: 0.25;
2343
+ }
2344
+
2345
+ .link-opacity-50 {
2346
+ --cui-link-opacity: 0.5;
2347
+ }
2348
+
2349
+ .link-opacity-50-hover:hover {
2350
+ --cui-link-opacity: 0.5;
2351
+ }
2352
+
2353
+ .link-opacity-75 {
2354
+ --cui-link-opacity: 0.75;
2355
+ }
2356
+
2357
+ .link-opacity-75-hover:hover {
2358
+ --cui-link-opacity: 0.75;
2359
+ }
2360
+
2361
+ .link-opacity-100 {
2362
+ --cui-link-opacity: 1;
2363
+ }
2364
+
2365
+ .link-opacity-100-hover:hover {
2366
+ --cui-link-opacity: 1;
2367
+ }
2368
+
2369
+ .link-offset-1 {
2370
+ text-underline-offset: 0.125em !important;
2371
+ }
2372
+
2373
+ .link-offset-1-hover:hover {
2374
+ text-underline-offset: 0.125em !important;
2375
+ }
2376
+
2377
+ .link-offset-2 {
2378
+ text-underline-offset: 0.25em !important;
2379
+ }
2380
+
2381
+ .link-offset-2-hover:hover {
2382
+ text-underline-offset: 0.25em !important;
2383
+ }
2384
+
2385
+ .link-offset-3 {
2386
+ text-underline-offset: 0.375em !important;
2387
+ }
2388
+
2389
+ .link-offset-3-hover:hover {
2390
+ text-underline-offset: 0.375em !important;
2391
+ }
2392
+
2393
+ .link-underline-primary {
2394
+ --cui-link-underline-opacity: 1;
2395
+ -webkit-text-decoration-color: rgba(var(--cui-primary-rgb), var(--cui-link-underline-opacity)) !important;
2396
+ text-decoration-color: rgba(var(--cui-primary-rgb), var(--cui-link-underline-opacity)) !important;
2397
+ }
2398
+
2399
+ .link-underline-secondary {
2400
+ --cui-link-underline-opacity: 1;
2401
+ -webkit-text-decoration-color: rgba(var(--cui-secondary-rgb), var(--cui-link-underline-opacity)) !important;
2402
+ text-decoration-color: rgba(var(--cui-secondary-rgb), var(--cui-link-underline-opacity)) !important;
2403
+ }
2404
+
2405
+ .link-underline-success {
2406
+ --cui-link-underline-opacity: 1;
2407
+ -webkit-text-decoration-color: rgba(var(--cui-success-rgb), var(--cui-link-underline-opacity)) !important;
2408
+ text-decoration-color: rgba(var(--cui-success-rgb), var(--cui-link-underline-opacity)) !important;
2409
+ }
2410
+
2411
+ .link-underline-info {
2412
+ --cui-link-underline-opacity: 1;
2413
+ -webkit-text-decoration-color: rgba(var(--cui-info-rgb), var(--cui-link-underline-opacity)) !important;
2414
+ text-decoration-color: rgba(var(--cui-info-rgb), var(--cui-link-underline-opacity)) !important;
2415
+ }
2416
+
2417
+ .link-underline-warning {
2418
+ --cui-link-underline-opacity: 1;
2419
+ -webkit-text-decoration-color: rgba(var(--cui-warning-rgb), var(--cui-link-underline-opacity)) !important;
2420
+ text-decoration-color: rgba(var(--cui-warning-rgb), var(--cui-link-underline-opacity)) !important;
2421
+ }
2422
+
2423
+ .link-underline-danger {
2424
+ --cui-link-underline-opacity: 1;
2425
+ -webkit-text-decoration-color: rgba(var(--cui-danger-rgb), var(--cui-link-underline-opacity)) !important;
2426
+ text-decoration-color: rgba(var(--cui-danger-rgb), var(--cui-link-underline-opacity)) !important;
2427
+ }
2428
+
2429
+ .link-underline-light {
2430
+ --cui-link-underline-opacity: 1;
2431
+ -webkit-text-decoration-color: rgba(var(--cui-light-rgb), var(--cui-link-underline-opacity)) !important;
2432
+ text-decoration-color: rgba(var(--cui-light-rgb), var(--cui-link-underline-opacity)) !important;
2433
+ }
2434
+
2435
+ .link-underline-dark {
2436
+ --cui-link-underline-opacity: 1;
2437
+ -webkit-text-decoration-color: rgba(var(--cui-dark-rgb), var(--cui-link-underline-opacity)) !important;
2438
+ text-decoration-color: rgba(var(--cui-dark-rgb), var(--cui-link-underline-opacity)) !important;
2439
+ }
2440
+
2441
+ .link-underline {
2442
+ --cui-link-underline-opacity: 1;
2443
+ -webkit-text-decoration-color: rgba(var(--cui-link-color-rgb), var(--cui-link-underline-opacity, 1)) !important;
2444
+ text-decoration-color: rgba(var(--cui-link-color-rgb), var(--cui-link-underline-opacity, 1)) !important;
2445
+ }
2446
+
2447
+ .link-underline-opacity-0 {
2448
+ --cui-link-underline-opacity: 0;
2449
+ }
2450
+
2451
+ .link-underline-opacity-0-hover:hover {
2452
+ --cui-link-underline-opacity: 0;
2453
+ }
2454
+
2455
+ .link-underline-opacity-10 {
2456
+ --cui-link-underline-opacity: 0.1;
2457
+ }
2458
+
2459
+ .link-underline-opacity-10-hover:hover {
2460
+ --cui-link-underline-opacity: 0.1;
2461
+ }
2462
+
2463
+ .link-underline-opacity-25 {
2464
+ --cui-link-underline-opacity: 0.25;
2465
+ }
2466
+
2467
+ .link-underline-opacity-25-hover:hover {
2468
+ --cui-link-underline-opacity: 0.25;
2469
+ }
2470
+
2471
+ .link-underline-opacity-50 {
2472
+ --cui-link-underline-opacity: 0.5;
2473
+ }
2474
+
2475
+ .link-underline-opacity-50-hover:hover {
2476
+ --cui-link-underline-opacity: 0.5;
2477
+ }
2478
+
2479
+ .link-underline-opacity-75 {
2480
+ --cui-link-underline-opacity: 0.75;
2481
+ }
2482
+
2483
+ .link-underline-opacity-75-hover:hover {
2484
+ --cui-link-underline-opacity: 0.75;
2485
+ }
2486
+
2487
+ .link-underline-opacity-100 {
2488
+ --cui-link-underline-opacity: 1;
2489
+ }
2490
+
2491
+ .link-underline-opacity-100-hover:hover {
2492
+ --cui-link-underline-opacity: 1;
2493
+ }
2494
+
2495
+ [data-coreui-theme=dark] .dark\:bg-primary, [data-coreui-theme=dark] .dark\:bg-primary:not([class*="dark:"]),
1834
2496
  .bg-primary {
1835
2497
  --cui-bg-opacity: 1;
1836
2498
  background-color: rgba(var(--cui-primary-rgb), var(--cui-bg-opacity)) !important;
1837
2499
  }
1838
2500
 
2501
+ [data-coreui-theme=dark] .dark\:bg-secondary, [data-coreui-theme=dark] .dark\:bg-secondary:not([class*="dark:"]),
1839
2502
  .bg-secondary {
1840
2503
  --cui-bg-opacity: 1;
1841
2504
  background-color: rgba(var(--cui-secondary-rgb), var(--cui-bg-opacity)) !important;
1842
2505
  }
1843
2506
 
2507
+ [data-coreui-theme=dark] .dark\:bg-success, [data-coreui-theme=dark] .dark\:bg-success:not([class*="dark:"]),
1844
2508
  .bg-success {
1845
2509
  --cui-bg-opacity: 1;
1846
2510
  background-color: rgba(var(--cui-success-rgb), var(--cui-bg-opacity)) !important;
1847
2511
  }
1848
2512
 
2513
+ [data-coreui-theme=dark] .dark\:bg-info, [data-coreui-theme=dark] .dark\:bg-info:not([class*="dark:"]),
1849
2514
  .bg-info {
1850
2515
  --cui-bg-opacity: 1;
1851
2516
  background-color: rgba(var(--cui-info-rgb), var(--cui-bg-opacity)) !important;
1852
2517
  }
1853
2518
 
2519
+ [data-coreui-theme=dark] .dark\:bg-warning, [data-coreui-theme=dark] .dark\:bg-warning:not([class*="dark:"]),
1854
2520
  .bg-warning {
1855
2521
  --cui-bg-opacity: 1;
1856
2522
  background-color: rgba(var(--cui-warning-rgb), var(--cui-bg-opacity)) !important;
1857
2523
  }
1858
2524
 
2525
+ [data-coreui-theme=dark] .dark\:bg-danger, [data-coreui-theme=dark] .dark\:bg-danger:not([class*="dark:"]),
1859
2526
  .bg-danger {
1860
2527
  --cui-bg-opacity: 1;
1861
2528
  background-color: rgba(var(--cui-danger-rgb), var(--cui-bg-opacity)) !important;
1862
2529
  }
1863
2530
 
2531
+ [data-coreui-theme=dark] .dark\:bg-light, [data-coreui-theme=dark] .dark\:bg-light:not([class*="dark:"]),
1864
2532
  .bg-light {
1865
2533
  --cui-bg-opacity: 1;
1866
2534
  background-color: rgba(var(--cui-light-rgb), var(--cui-bg-opacity)) !important;
1867
2535
  }
1868
2536
 
2537
+ [data-coreui-theme=dark] .dark\:bg-dark, [data-coreui-theme=dark] .dark\:bg-dark:not([class*="dark:"]),
1869
2538
  .bg-dark {
1870
2539
  --cui-bg-opacity: 1;
1871
2540
  background-color: rgba(var(--cui-dark-rgb), var(--cui-bg-opacity)) !important;
1872
2541
  }
1873
2542
 
2543
+ [data-coreui-theme=dark] .dark\:bg-black, [data-coreui-theme=dark] .dark\:bg-black:not([class*="dark:"]),
1874
2544
  .bg-black {
1875
2545
  --cui-bg-opacity: 1;
1876
2546
  background-color: rgba(var(--cui-black-rgb), var(--cui-bg-opacity)) !important;
1877
2547
  }
1878
2548
 
2549
+ [data-coreui-theme=dark] .dark\:bg-white, [data-coreui-theme=dark] .dark\:bg-white:not([class*="dark:"]),
1879
2550
  .bg-white {
1880
2551
  --cui-bg-opacity: 1;
1881
2552
  background-color: rgba(var(--cui-white-rgb), var(--cui-bg-opacity)) !important;
1882
2553
  }
1883
2554
 
2555
+ [data-coreui-theme=dark] .dark\:bg-body, [data-coreui-theme=dark] .dark\:bg-body:not([class*="dark:"]),
1884
2556
  .bg-body {
1885
2557
  --cui-bg-opacity: 1;
1886
2558
  background-color: rgba(var(--cui-body-bg-rgb), var(--cui-bg-opacity)) !important;
1887
2559
  }
1888
2560
 
2561
+ [data-coreui-theme=dark] .dark\:bg-transparent, [data-coreui-theme=dark] .dark\:bg-transparent:not([class*="dark:"]),
1889
2562
  .bg-transparent {
1890
2563
  --cui-bg-opacity: 1;
1891
2564
  background-color: transparent !important;
1892
2565
  }
1893
2566
 
2567
+ [data-coreui-theme=dark] .dark\:bg-body-secondary, [data-coreui-theme=dark] .dark\:bg-body-secondary:not([class*="dark:"]),
2568
+ .bg-body-secondary {
2569
+ --cui-bg-opacity: 1;
2570
+ background-color: rgba(var(--cui-secondary-bg-rgb), var(--cui-bg-opacity)) !important;
2571
+ }
2572
+
2573
+ [data-coreui-theme=dark] .dark\:bg-body-tertiary, [data-coreui-theme=dark] .dark\:bg-body-tertiary:not([class*="dark:"]),
2574
+ .bg-body-tertiary {
2575
+ --cui-bg-opacity: 1;
2576
+ background-color: rgba(var(--cui-tertiary-bg-rgb), var(--cui-bg-opacity)) !important;
2577
+ }
2578
+
1894
2579
  .bg-opacity-10 {
1895
2580
  --cui-bg-opacity: 0.1;
1896
2581
  }
@@ -1911,6 +2596,46 @@
1911
2596
  --cui-bg-opacity: 1;
1912
2597
  }
1913
2598
 
2599
+ [data-coreui-theme=dark] .dark\:bg-primary-subtle, [data-coreui-theme=dark] .dark\:bg-primary-subtle:not([class*="dark:"]),
2600
+ .bg-primary-subtle {
2601
+ background-color: var(--cui-primary-bg-subtle) !important;
2602
+ }
2603
+
2604
+ [data-coreui-theme=dark] .dark\:bg-secondary-subtle, [data-coreui-theme=dark] .dark\:bg-secondary-subtle:not([class*="dark:"]),
2605
+ .bg-secondary-subtle {
2606
+ background-color: var(--cui-secondary-bg-subtle) !important;
2607
+ }
2608
+
2609
+ [data-coreui-theme=dark] .dark\:bg-success-subtle, [data-coreui-theme=dark] .dark\:bg-success-subtle:not([class*="dark:"]),
2610
+ .bg-success-subtle {
2611
+ background-color: var(--cui-success-bg-subtle) !important;
2612
+ }
2613
+
2614
+ [data-coreui-theme=dark] .dark\:bg-info-subtle, [data-coreui-theme=dark] .dark\:bg-info-subtle:not([class*="dark:"]),
2615
+ .bg-info-subtle {
2616
+ background-color: var(--cui-info-bg-subtle) !important;
2617
+ }
2618
+
2619
+ [data-coreui-theme=dark] .dark\:bg-warning-subtle, [data-coreui-theme=dark] .dark\:bg-warning-subtle:not([class*="dark:"]),
2620
+ .bg-warning-subtle {
2621
+ background-color: var(--cui-warning-bg-subtle) !important;
2622
+ }
2623
+
2624
+ [data-coreui-theme=dark] .dark\:bg-danger-subtle, [data-coreui-theme=dark] .dark\:bg-danger-subtle:not([class*="dark:"]),
2625
+ .bg-danger-subtle {
2626
+ background-color: var(--cui-danger-bg-subtle) !important;
2627
+ }
2628
+
2629
+ [data-coreui-theme=dark] .dark\:bg-light-subtle, [data-coreui-theme=dark] .dark\:bg-light-subtle:not([class*="dark:"]),
2630
+ .bg-light-subtle {
2631
+ background-color: var(--cui-light-bg-subtle) !important;
2632
+ }
2633
+
2634
+ [data-coreui-theme=dark] .dark\:bg-dark-subtle, [data-coreui-theme=dark] .dark\:bg-dark-subtle:not([class*="dark:"]),
2635
+ .bg-dark-subtle {
2636
+ background-color: var(--cui-dark-bg-subtle) !important;
2637
+ }
2638
+
1914
2639
  .bg-gradient {
1915
2640
  background-image: var(--cui-gradient) !important;
1916
2641
  }
@@ -1966,7 +2691,7 @@
1966
2691
  }
1967
2692
 
1968
2693
  .rounded-5 {
1969
- border-radius: var(--cui-border-radius-2xl) !important;
2694
+ border-radius: var(--cui-border-radius-xxl) !important;
1970
2695
  }
1971
2696
 
1972
2697
  .rounded-circle {
@@ -1982,21 +2707,181 @@
1982
2707
  border-top-right-radius: var(--cui-border-radius) !important;
1983
2708
  }
1984
2709
 
2710
+ .rounded-top-0 {
2711
+ border-top-left-radius: 0 !important;
2712
+ border-top-right-radius: 0 !important;
2713
+ }
2714
+
2715
+ .rounded-top-1 {
2716
+ border-top-left-radius: var(--cui-border-radius-sm) !important;
2717
+ border-top-right-radius: var(--cui-border-radius-sm) !important;
2718
+ }
2719
+
2720
+ .rounded-top-2 {
2721
+ border-top-left-radius: var(--cui-border-radius) !important;
2722
+ border-top-right-radius: var(--cui-border-radius) !important;
2723
+ }
2724
+
2725
+ .rounded-top-3 {
2726
+ border-top-left-radius: var(--cui-border-radius-lg) !important;
2727
+ border-top-right-radius: var(--cui-border-radius-lg) !important;
2728
+ }
2729
+
2730
+ .rounded-top-4 {
2731
+ border-top-left-radius: var(--cui-border-radius-xl) !important;
2732
+ border-top-right-radius: var(--cui-border-radius-xl) !important;
2733
+ }
2734
+
2735
+ .rounded-top-5 {
2736
+ border-top-left-radius: var(--cui-border-radius-xxl) !important;
2737
+ border-top-right-radius: var(--cui-border-radius-xxl) !important;
2738
+ }
2739
+
2740
+ .rounded-top-circle {
2741
+ border-top-left-radius: 50% !important;
2742
+ border-top-right-radius: 50% !important;
2743
+ }
2744
+
2745
+ .rounded-top-pill {
2746
+ border-top-left-radius: var(--cui-border-radius-pill) !important;
2747
+ border-top-right-radius: var(--cui-border-radius-pill) !important;
2748
+ }
2749
+
1985
2750
  .rounded-end {
1986
2751
  border-top-right-radius: var(--cui-border-radius) !important;
1987
2752
  border-bottom-right-radius: var(--cui-border-radius) !important;
1988
2753
  }
1989
2754
 
2755
+ .rounded-end-0 {
2756
+ border-top-right-radius: 0 !important;
2757
+ border-bottom-right-radius: 0 !important;
2758
+ }
2759
+
2760
+ .rounded-end-1 {
2761
+ border-top-right-radius: var(--cui-border-radius-sm) !important;
2762
+ border-bottom-right-radius: var(--cui-border-radius-sm) !important;
2763
+ }
2764
+
2765
+ .rounded-end-2 {
2766
+ border-top-right-radius: var(--cui-border-radius) !important;
2767
+ border-bottom-right-radius: var(--cui-border-radius) !important;
2768
+ }
2769
+
2770
+ .rounded-end-3 {
2771
+ border-top-right-radius: var(--cui-border-radius-lg) !important;
2772
+ border-bottom-right-radius: var(--cui-border-radius-lg) !important;
2773
+ }
2774
+
2775
+ .rounded-end-4 {
2776
+ border-top-right-radius: var(--cui-border-radius-xl) !important;
2777
+ border-bottom-right-radius: var(--cui-border-radius-xl) !important;
2778
+ }
2779
+
2780
+ .rounded-end-5 {
2781
+ border-top-right-radius: var(--cui-border-radius-xxl) !important;
2782
+ border-bottom-right-radius: var(--cui-border-radius-xxl) !important;
2783
+ }
2784
+
2785
+ .rounded-end-circle {
2786
+ border-top-right-radius: 50% !important;
2787
+ border-bottom-right-radius: 50% !important;
2788
+ }
2789
+
2790
+ .rounded-end-pill {
2791
+ border-top-right-radius: var(--cui-border-radius-pill) !important;
2792
+ border-bottom-right-radius: var(--cui-border-radius-pill) !important;
2793
+ }
2794
+
1990
2795
  .rounded-bottom {
1991
2796
  border-bottom-right-radius: var(--cui-border-radius) !important;
1992
2797
  border-bottom-left-radius: var(--cui-border-radius) !important;
1993
2798
  }
1994
2799
 
2800
+ .rounded-bottom-0 {
2801
+ border-bottom-right-radius: 0 !important;
2802
+ border-bottom-left-radius: 0 !important;
2803
+ }
2804
+
2805
+ .rounded-bottom-1 {
2806
+ border-bottom-right-radius: var(--cui-border-radius-sm) !important;
2807
+ border-bottom-left-radius: var(--cui-border-radius-sm) !important;
2808
+ }
2809
+
2810
+ .rounded-bottom-2 {
2811
+ border-bottom-right-radius: var(--cui-border-radius) !important;
2812
+ border-bottom-left-radius: var(--cui-border-radius) !important;
2813
+ }
2814
+
2815
+ .rounded-bottom-3 {
2816
+ border-bottom-right-radius: var(--cui-border-radius-lg) !important;
2817
+ border-bottom-left-radius: var(--cui-border-radius-lg) !important;
2818
+ }
2819
+
2820
+ .rounded-bottom-4 {
2821
+ border-bottom-right-radius: var(--cui-border-radius-xl) !important;
2822
+ border-bottom-left-radius: var(--cui-border-radius-xl) !important;
2823
+ }
2824
+
2825
+ .rounded-bottom-5 {
2826
+ border-bottom-right-radius: var(--cui-border-radius-xxl) !important;
2827
+ border-bottom-left-radius: var(--cui-border-radius-xxl) !important;
2828
+ }
2829
+
2830
+ .rounded-bottom-circle {
2831
+ border-bottom-right-radius: 50% !important;
2832
+ border-bottom-left-radius: 50% !important;
2833
+ }
2834
+
2835
+ .rounded-bottom-pill {
2836
+ border-bottom-right-radius: var(--cui-border-radius-pill) !important;
2837
+ border-bottom-left-radius: var(--cui-border-radius-pill) !important;
2838
+ }
2839
+
1995
2840
  .rounded-start {
1996
2841
  border-bottom-left-radius: var(--cui-border-radius) !important;
1997
2842
  border-top-left-radius: var(--cui-border-radius) !important;
1998
2843
  }
1999
2844
 
2845
+ .rounded-start-0 {
2846
+ border-bottom-left-radius: 0 !important;
2847
+ border-top-left-radius: 0 !important;
2848
+ }
2849
+
2850
+ .rounded-start-1 {
2851
+ border-bottom-left-radius: var(--cui-border-radius-sm) !important;
2852
+ border-top-left-radius: var(--cui-border-radius-sm) !important;
2853
+ }
2854
+
2855
+ .rounded-start-2 {
2856
+ border-bottom-left-radius: var(--cui-border-radius) !important;
2857
+ border-top-left-radius: var(--cui-border-radius) !important;
2858
+ }
2859
+
2860
+ .rounded-start-3 {
2861
+ border-bottom-left-radius: var(--cui-border-radius-lg) !important;
2862
+ border-top-left-radius: var(--cui-border-radius-lg) !important;
2863
+ }
2864
+
2865
+ .rounded-start-4 {
2866
+ border-bottom-left-radius: var(--cui-border-radius-xl) !important;
2867
+ border-top-left-radius: var(--cui-border-radius-xl) !important;
2868
+ }
2869
+
2870
+ .rounded-start-5 {
2871
+ border-bottom-left-radius: var(--cui-border-radius-xxl) !important;
2872
+ border-top-left-radius: var(--cui-border-radius-xxl) !important;
2873
+ }
2874
+
2875
+ .rounded-start-circle {
2876
+ border-bottom-left-radius: 50% !important;
2877
+ border-top-left-radius: 50% !important;
2878
+ }
2879
+
2880
+ .rounded-start-pill {
2881
+ border-bottom-left-radius: var(--cui-border-radius-pill) !important;
2882
+ border-top-left-radius: var(--cui-border-radius-pill) !important;
2883
+ }
2884
+
2000
2885
  .visible {
2001
2886
  visibility: visible !important;
2002
2887
  }
@@ -2005,6 +2890,26 @@
2005
2890
  visibility: hidden !important;
2006
2891
  }
2007
2892
 
2893
+ .z-n1 {
2894
+ z-index: -1 !important;
2895
+ }
2896
+
2897
+ .z-0 {
2898
+ z-index: 0 !important;
2899
+ }
2900
+
2901
+ .z-1 {
2902
+ z-index: 1 !important;
2903
+ }
2904
+
2905
+ .z-2 {
2906
+ z-index: 2 !important;
2907
+ }
2908
+
2909
+ .z-3 {
2910
+ z-index: 3 !important;
2911
+ }
2912
+
2008
2913
  @media (min-width: 576px) {
2009
2914
  .float-sm-start {
2010
2915
  float: left !important;
@@ -2015,6 +2920,26 @@
2015
2920
  .float-sm-none {
2016
2921
  float: none !important;
2017
2922
  }
2923
+ .object-fit-sm-contain {
2924
+ -o-object-fit: contain !important;
2925
+ object-fit: contain !important;
2926
+ }
2927
+ .object-fit-sm-cover {
2928
+ -o-object-fit: cover !important;
2929
+ object-fit: cover !important;
2930
+ }
2931
+ .object-fit-sm-fill {
2932
+ -o-object-fit: fill !important;
2933
+ object-fit: fill !important;
2934
+ }
2935
+ .object-fit-sm-scale {
2936
+ -o-object-fit: scale-down !important;
2937
+ object-fit: scale-down !important;
2938
+ }
2939
+ .object-fit-sm-none {
2940
+ -o-object-fit: none !important;
2941
+ object-fit: none !important;
2942
+ }
2018
2943
  .d-sm-inline {
2019
2944
  display: inline !important;
2020
2945
  }
@@ -2027,6 +2952,9 @@
2027
2952
  .d-sm-grid {
2028
2953
  display: grid !important;
2029
2954
  }
2955
+ .d-sm-inline-grid {
2956
+ display: inline-grid !important;
2957
+ }
2030
2958
  .d-sm-table {
2031
2959
  display: table !important;
2032
2960
  }
@@ -2491,6 +3419,48 @@
2491
3419
  .gap-sm-5 {
2492
3420
  gap: 3rem !important;
2493
3421
  }
3422
+ .row-gap-sm-0 {
3423
+ row-gap: 0 !important;
3424
+ }
3425
+ .row-gap-sm-1 {
3426
+ row-gap: 0.25rem !important;
3427
+ }
3428
+ .row-gap-sm-2 {
3429
+ row-gap: 0.5rem !important;
3430
+ }
3431
+ .row-gap-sm-3 {
3432
+ row-gap: 1rem !important;
3433
+ }
3434
+ .row-gap-sm-4 {
3435
+ row-gap: 1.5rem !important;
3436
+ }
3437
+ .row-gap-sm-5 {
3438
+ row-gap: 3rem !important;
3439
+ }
3440
+ .column-gap-sm-0 {
3441
+ -moz-column-gap: 0 !important;
3442
+ column-gap: 0 !important;
3443
+ }
3444
+ .column-gap-sm-1 {
3445
+ -moz-column-gap: 0.25rem !important;
3446
+ column-gap: 0.25rem !important;
3447
+ }
3448
+ .column-gap-sm-2 {
3449
+ -moz-column-gap: 0.5rem !important;
3450
+ column-gap: 0.5rem !important;
3451
+ }
3452
+ .column-gap-sm-3 {
3453
+ -moz-column-gap: 1rem !important;
3454
+ column-gap: 1rem !important;
3455
+ }
3456
+ .column-gap-sm-4 {
3457
+ -moz-column-gap: 1.5rem !important;
3458
+ column-gap: 1.5rem !important;
3459
+ }
3460
+ .column-gap-sm-5 {
3461
+ -moz-column-gap: 3rem !important;
3462
+ column-gap: 3rem !important;
3463
+ }
2494
3464
  .text-sm-start {
2495
3465
  text-align: left !important;
2496
3466
  }
@@ -2511,6 +3481,26 @@
2511
3481
  .float-md-none {
2512
3482
  float: none !important;
2513
3483
  }
3484
+ .object-fit-md-contain {
3485
+ -o-object-fit: contain !important;
3486
+ object-fit: contain !important;
3487
+ }
3488
+ .object-fit-md-cover {
3489
+ -o-object-fit: cover !important;
3490
+ object-fit: cover !important;
3491
+ }
3492
+ .object-fit-md-fill {
3493
+ -o-object-fit: fill !important;
3494
+ object-fit: fill !important;
3495
+ }
3496
+ .object-fit-md-scale {
3497
+ -o-object-fit: scale-down !important;
3498
+ object-fit: scale-down !important;
3499
+ }
3500
+ .object-fit-md-none {
3501
+ -o-object-fit: none !important;
3502
+ object-fit: none !important;
3503
+ }
2514
3504
  .d-md-inline {
2515
3505
  display: inline !important;
2516
3506
  }
@@ -2523,6 +3513,9 @@
2523
3513
  .d-md-grid {
2524
3514
  display: grid !important;
2525
3515
  }
3516
+ .d-md-inline-grid {
3517
+ display: inline-grid !important;
3518
+ }
2526
3519
  .d-md-table {
2527
3520
  display: table !important;
2528
3521
  }
@@ -2987,6 +3980,48 @@
2987
3980
  .gap-md-5 {
2988
3981
  gap: 3rem !important;
2989
3982
  }
3983
+ .row-gap-md-0 {
3984
+ row-gap: 0 !important;
3985
+ }
3986
+ .row-gap-md-1 {
3987
+ row-gap: 0.25rem !important;
3988
+ }
3989
+ .row-gap-md-2 {
3990
+ row-gap: 0.5rem !important;
3991
+ }
3992
+ .row-gap-md-3 {
3993
+ row-gap: 1rem !important;
3994
+ }
3995
+ .row-gap-md-4 {
3996
+ row-gap: 1.5rem !important;
3997
+ }
3998
+ .row-gap-md-5 {
3999
+ row-gap: 3rem !important;
4000
+ }
4001
+ .column-gap-md-0 {
4002
+ -moz-column-gap: 0 !important;
4003
+ column-gap: 0 !important;
4004
+ }
4005
+ .column-gap-md-1 {
4006
+ -moz-column-gap: 0.25rem !important;
4007
+ column-gap: 0.25rem !important;
4008
+ }
4009
+ .column-gap-md-2 {
4010
+ -moz-column-gap: 0.5rem !important;
4011
+ column-gap: 0.5rem !important;
4012
+ }
4013
+ .column-gap-md-3 {
4014
+ -moz-column-gap: 1rem !important;
4015
+ column-gap: 1rem !important;
4016
+ }
4017
+ .column-gap-md-4 {
4018
+ -moz-column-gap: 1.5rem !important;
4019
+ column-gap: 1.5rem !important;
4020
+ }
4021
+ .column-gap-md-5 {
4022
+ -moz-column-gap: 3rem !important;
4023
+ column-gap: 3rem !important;
4024
+ }
2990
4025
  .text-md-start {
2991
4026
  text-align: left !important;
2992
4027
  }
@@ -3007,6 +4042,26 @@
3007
4042
  .float-lg-none {
3008
4043
  float: none !important;
3009
4044
  }
4045
+ .object-fit-lg-contain {
4046
+ -o-object-fit: contain !important;
4047
+ object-fit: contain !important;
4048
+ }
4049
+ .object-fit-lg-cover {
4050
+ -o-object-fit: cover !important;
4051
+ object-fit: cover !important;
4052
+ }
4053
+ .object-fit-lg-fill {
4054
+ -o-object-fit: fill !important;
4055
+ object-fit: fill !important;
4056
+ }
4057
+ .object-fit-lg-scale {
4058
+ -o-object-fit: scale-down !important;
4059
+ object-fit: scale-down !important;
4060
+ }
4061
+ .object-fit-lg-none {
4062
+ -o-object-fit: none !important;
4063
+ object-fit: none !important;
4064
+ }
3010
4065
  .d-lg-inline {
3011
4066
  display: inline !important;
3012
4067
  }
@@ -3019,6 +4074,9 @@
3019
4074
  .d-lg-grid {
3020
4075
  display: grid !important;
3021
4076
  }
4077
+ .d-lg-inline-grid {
4078
+ display: inline-grid !important;
4079
+ }
3022
4080
  .d-lg-table {
3023
4081
  display: table !important;
3024
4082
  }
@@ -3483,6 +4541,48 @@
3483
4541
  .gap-lg-5 {
3484
4542
  gap: 3rem !important;
3485
4543
  }
4544
+ .row-gap-lg-0 {
4545
+ row-gap: 0 !important;
4546
+ }
4547
+ .row-gap-lg-1 {
4548
+ row-gap: 0.25rem !important;
4549
+ }
4550
+ .row-gap-lg-2 {
4551
+ row-gap: 0.5rem !important;
4552
+ }
4553
+ .row-gap-lg-3 {
4554
+ row-gap: 1rem !important;
4555
+ }
4556
+ .row-gap-lg-4 {
4557
+ row-gap: 1.5rem !important;
4558
+ }
4559
+ .row-gap-lg-5 {
4560
+ row-gap: 3rem !important;
4561
+ }
4562
+ .column-gap-lg-0 {
4563
+ -moz-column-gap: 0 !important;
4564
+ column-gap: 0 !important;
4565
+ }
4566
+ .column-gap-lg-1 {
4567
+ -moz-column-gap: 0.25rem !important;
4568
+ column-gap: 0.25rem !important;
4569
+ }
4570
+ .column-gap-lg-2 {
4571
+ -moz-column-gap: 0.5rem !important;
4572
+ column-gap: 0.5rem !important;
4573
+ }
4574
+ .column-gap-lg-3 {
4575
+ -moz-column-gap: 1rem !important;
4576
+ column-gap: 1rem !important;
4577
+ }
4578
+ .column-gap-lg-4 {
4579
+ -moz-column-gap: 1.5rem !important;
4580
+ column-gap: 1.5rem !important;
4581
+ }
4582
+ .column-gap-lg-5 {
4583
+ -moz-column-gap: 3rem !important;
4584
+ column-gap: 3rem !important;
4585
+ }
3486
4586
  .text-lg-start {
3487
4587
  text-align: left !important;
3488
4588
  }
@@ -3503,6 +4603,26 @@
3503
4603
  .float-xl-none {
3504
4604
  float: none !important;
3505
4605
  }
4606
+ .object-fit-xl-contain {
4607
+ -o-object-fit: contain !important;
4608
+ object-fit: contain !important;
4609
+ }
4610
+ .object-fit-xl-cover {
4611
+ -o-object-fit: cover !important;
4612
+ object-fit: cover !important;
4613
+ }
4614
+ .object-fit-xl-fill {
4615
+ -o-object-fit: fill !important;
4616
+ object-fit: fill !important;
4617
+ }
4618
+ .object-fit-xl-scale {
4619
+ -o-object-fit: scale-down !important;
4620
+ object-fit: scale-down !important;
4621
+ }
4622
+ .object-fit-xl-none {
4623
+ -o-object-fit: none !important;
4624
+ object-fit: none !important;
4625
+ }
3506
4626
  .d-xl-inline {
3507
4627
  display: inline !important;
3508
4628
  }
@@ -3515,6 +4635,9 @@
3515
4635
  .d-xl-grid {
3516
4636
  display: grid !important;
3517
4637
  }
4638
+ .d-xl-inline-grid {
4639
+ display: inline-grid !important;
4640
+ }
3518
4641
  .d-xl-table {
3519
4642
  display: table !important;
3520
4643
  }
@@ -3979,6 +5102,48 @@
3979
5102
  .gap-xl-5 {
3980
5103
  gap: 3rem !important;
3981
5104
  }
5105
+ .row-gap-xl-0 {
5106
+ row-gap: 0 !important;
5107
+ }
5108
+ .row-gap-xl-1 {
5109
+ row-gap: 0.25rem !important;
5110
+ }
5111
+ .row-gap-xl-2 {
5112
+ row-gap: 0.5rem !important;
5113
+ }
5114
+ .row-gap-xl-3 {
5115
+ row-gap: 1rem !important;
5116
+ }
5117
+ .row-gap-xl-4 {
5118
+ row-gap: 1.5rem !important;
5119
+ }
5120
+ .row-gap-xl-5 {
5121
+ row-gap: 3rem !important;
5122
+ }
5123
+ .column-gap-xl-0 {
5124
+ -moz-column-gap: 0 !important;
5125
+ column-gap: 0 !important;
5126
+ }
5127
+ .column-gap-xl-1 {
5128
+ -moz-column-gap: 0.25rem !important;
5129
+ column-gap: 0.25rem !important;
5130
+ }
5131
+ .column-gap-xl-2 {
5132
+ -moz-column-gap: 0.5rem !important;
5133
+ column-gap: 0.5rem !important;
5134
+ }
5135
+ .column-gap-xl-3 {
5136
+ -moz-column-gap: 1rem !important;
5137
+ column-gap: 1rem !important;
5138
+ }
5139
+ .column-gap-xl-4 {
5140
+ -moz-column-gap: 1.5rem !important;
5141
+ column-gap: 1.5rem !important;
5142
+ }
5143
+ .column-gap-xl-5 {
5144
+ -moz-column-gap: 3rem !important;
5145
+ column-gap: 3rem !important;
5146
+ }
3982
5147
  .text-xl-start {
3983
5148
  text-align: left !important;
3984
5149
  }
@@ -3999,6 +5164,26 @@
3999
5164
  .float-xxl-none {
4000
5165
  float: none !important;
4001
5166
  }
5167
+ .object-fit-xxl-contain {
5168
+ -o-object-fit: contain !important;
5169
+ object-fit: contain !important;
5170
+ }
5171
+ .object-fit-xxl-cover {
5172
+ -o-object-fit: cover !important;
5173
+ object-fit: cover !important;
5174
+ }
5175
+ .object-fit-xxl-fill {
5176
+ -o-object-fit: fill !important;
5177
+ object-fit: fill !important;
5178
+ }
5179
+ .object-fit-xxl-scale {
5180
+ -o-object-fit: scale-down !important;
5181
+ object-fit: scale-down !important;
5182
+ }
5183
+ .object-fit-xxl-none {
5184
+ -o-object-fit: none !important;
5185
+ object-fit: none !important;
5186
+ }
4002
5187
  .d-xxl-inline {
4003
5188
  display: inline !important;
4004
5189
  }
@@ -4011,6 +5196,9 @@
4011
5196
  .d-xxl-grid {
4012
5197
  display: grid !important;
4013
5198
  }
5199
+ .d-xxl-inline-grid {
5200
+ display: inline-grid !important;
5201
+ }
4014
5202
  .d-xxl-table {
4015
5203
  display: table !important;
4016
5204
  }
@@ -4475,6 +5663,48 @@
4475
5663
  .gap-xxl-5 {
4476
5664
  gap: 3rem !important;
4477
5665
  }
5666
+ .row-gap-xxl-0 {
5667
+ row-gap: 0 !important;
5668
+ }
5669
+ .row-gap-xxl-1 {
5670
+ row-gap: 0.25rem !important;
5671
+ }
5672
+ .row-gap-xxl-2 {
5673
+ row-gap: 0.5rem !important;
5674
+ }
5675
+ .row-gap-xxl-3 {
5676
+ row-gap: 1rem !important;
5677
+ }
5678
+ .row-gap-xxl-4 {
5679
+ row-gap: 1.5rem !important;
5680
+ }
5681
+ .row-gap-xxl-5 {
5682
+ row-gap: 3rem !important;
5683
+ }
5684
+ .column-gap-xxl-0 {
5685
+ -moz-column-gap: 0 !important;
5686
+ column-gap: 0 !important;
5687
+ }
5688
+ .column-gap-xxl-1 {
5689
+ -moz-column-gap: 0.25rem !important;
5690
+ column-gap: 0.25rem !important;
5691
+ }
5692
+ .column-gap-xxl-2 {
5693
+ -moz-column-gap: 0.5rem !important;
5694
+ column-gap: 0.5rem !important;
5695
+ }
5696
+ .column-gap-xxl-3 {
5697
+ -moz-column-gap: 1rem !important;
5698
+ column-gap: 1rem !important;
5699
+ }
5700
+ .column-gap-xxl-4 {
5701
+ -moz-column-gap: 1.5rem !important;
5702
+ column-gap: 1.5rem !important;
5703
+ }
5704
+ .column-gap-xxl-5 {
5705
+ -moz-column-gap: 3rem !important;
5706
+ column-gap: 3rem !important;
5707
+ }
4478
5708
  .text-xxl-start {
4479
5709
  text-align: left !important;
4480
5710
  }
@@ -4512,6 +5742,9 @@
4512
5742
  .d-print-grid {
4513
5743
  display: grid !important;
4514
5744
  }
5745
+ .d-print-inline-grid {
5746
+ display: inline-grid !important;
5747
+ }
4515
5748
  .d-print-table {
4516
5749
  display: table !important;
4517
5750
  }