@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,19 +1,16 @@
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/)
8
- */
3
+ * CoreUI 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)
6
+ */
9
7
  /*!
10
- * CoreUI - HTML, CSS, and JavaScript UI Components Library
11
- * @version v4.2.6
12
- * @link https://coreui.io/
13
- * Copyright (c) 2022 creativeLabs Łukasz Holeczek
14
- * License MIT (https://coreui.io/license/)
8
+ * CoreUI Utilities v4.3.0-beta.0 (https://coreui.io)
9
+ * Copyright (c) 2023 creativeLabs Łukasz Holeczek
10
+ * Licensed under MIT (https://github.com/coreui/coreui/blob/main/LICENSE)
15
11
  */
16
- :root {
12
+ :root,
13
+ [data-coreui-theme=light] {
17
14
  --cui-blue: #0d6efd;
18
15
  --cui-indigo: #6610f2;
19
16
  --cui-purple: #6f42c1;
@@ -24,39 +21,61 @@
24
21
  --cui-green: #198754;
25
22
  --cui-teal: #20c997;
26
23
  --cui-cyan: #0dcaf0;
27
- --cui-black: #000015;
24
+ --cui-black: #080a0c;
28
25
  --cui-white: #fff;
29
- --cui-gray: #8a93a2;
30
- --cui-gray-dark: #636f83;
31
- --cui-gray-100: #ebedef;
32
- --cui-gray-200: #d8dbe0;
33
- --cui-gray-300: #c4c9d0;
34
- --cui-gray-400: #b1b7c1;
35
- --cui-gray-500: #9da5b1;
36
- --cui-gray-600: #8a93a2;
37
- --cui-gray-700: #768192;
38
- --cui-gray-800: #636f83;
39
- --cui-gray-900: #4f5d73;
26
+ --cui-gray: #6d7d9c;
27
+ --cui-gray-dark: #323a49;
28
+ --cui-gray-100: #f3f4f7;
29
+ --cui-gray-200: #e7eaee;
30
+ --cui-gray-300: #dbdfe6;
31
+ --cui-gray-400: #cfd4de;
32
+ --cui-gray-500: #aab3c5;
33
+ --cui-gray-600: #6d7d9c;
34
+ --cui-gray-700: #4a566d;
35
+ --cui-gray-800: #323a49;
36
+ --cui-gray-900: #212631;
40
37
  --cui-primary: #321fdb;
41
38
  --cui-secondary: #9da5b1;
42
39
  --cui-success: #2eb85c;
43
40
  --cui-info: #39f;
44
41
  --cui-warning: #f9b115;
45
42
  --cui-danger: #e55353;
46
- --cui-light: #ebedef;
47
- --cui-dark: #4f5d73;
43
+ --cui-light: #f3f4f7;
44
+ --cui-dark: #212631;
48
45
  --cui-primary-rgb: 50, 31, 219;
49
46
  --cui-secondary-rgb: 157, 165, 177;
50
47
  --cui-success-rgb: 46, 184, 92;
51
48
  --cui-info-rgb: 51, 153, 255;
52
49
  --cui-warning-rgb: 249, 177, 21;
53
50
  --cui-danger-rgb: 229, 83, 83;
54
- --cui-light-rgb: 235, 237, 239;
55
- --cui-dark-rgb: 79, 93, 115;
51
+ --cui-light-rgb: 243, 244, 247;
52
+ --cui-dark-rgb: 33, 38, 49;
53
+ --cui-primary-text-emphasis: #1f1498;
54
+ --cui-secondary-text-emphasis: #212233;
55
+ --cui-success-text-emphasis: #0f5722;
56
+ --cui-info-text-emphasis: #184c77;
57
+ --cui-warning-text-emphasis: #764705;
58
+ --cui-danger-text-emphasis: #671414;
59
+ --cui-light-text-emphasis: #4a566d;
60
+ --cui-dark-text-emphasis: #323a49;
61
+ --cui-primary-bg-subtle: #ccc7f6;
62
+ --cui-secondary-bg-subtle: #ced2d8;
63
+ --cui-success-bg-subtle: #cbedd6;
64
+ --cui-info-bg-subtle: #c0e6ff;
65
+ --cui-warning-bg-subtle: #feecc5;
66
+ --cui-danger-bg-subtle: #f9d4d4;
67
+ --cui-light-bg-subtle: #f9fafb;
68
+ --cui-dark-bg-subtle: #cfd4de;
69
+ --cui-primary-border-subtle: #988fed;
70
+ --cui-secondary-border-subtle: #9da5b1;
71
+ --cui-success-border-subtle: #96dbad;
72
+ --cui-info-border-subtle: #80c6ff;
73
+ --cui-warning-border-subtle: #fcd88a;
74
+ --cui-danger-border-subtle: #f2a9a9;
75
+ --cui-light-border-subtle: #e7eaee;
76
+ --cui-dark-border-subtle: #aab3c5;
56
77
  --cui-white-rgb: 255, 255, 255;
57
- --cui-black-rgb: 0, 0, 21;
58
- --cui-body-color-rgb: 44, 56, 74;
59
- --cui-body-bg-rgb: 255, 255, 255;
78
+ --cui-black-rgb: 8, 10, 12;
60
79
  --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";
61
80
  --cui-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
62
81
  --cui-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
@@ -64,30 +83,138 @@
64
83
  --cui-body-font-size: 1rem;
65
84
  --cui-body-font-weight: 400;
66
85
  --cui-body-line-height: 1.5;
67
- --cui-body-color: rgba(44, 56, 74, 0.95);
86
+ --cui-body-color: rgba(37, 43, 54, 0.95);
87
+ --cui-body-color-rgb: 37, 43, 54;
68
88
  --cui-body-bg: #fff;
89
+ --cui-body-bg-rgb: 255, 255, 255;
90
+ --cui-emphasis-color: #080a0c;
91
+ --cui-emphasis-color-rgb: 8, 10, 12;
92
+ --cui-secondary-color: rgba(37, 43, 54, 0.681);
93
+ --cui-secondary-color-rgb: 37, 43, 54;
94
+ --cui-secondary-bg: #e7eaee;
95
+ --cui-secondary-bg-rgb: 231, 234, 238;
96
+ --cui-tertiary-color: rgba(37, 43, 54, 0.38);
97
+ --cui-tertiary-color-rgb: 37, 43, 54;
98
+ --cui-tertiary-bg: #f3f4f7;
99
+ --cui-tertiary-bg-rgb: 243, 244, 247;
100
+ --cui-high-emphasis: rgba(37, 43, 54, 0.95);
101
+ --cui-medium-emphasis: rgba(37, 43, 54, 0.681);
102
+ --cui-disabled: rgba(37, 43, 54, 0.38);
103
+ --cui-high-emphasis-inverse: rgba(255, 255, 255, 0.87);
104
+ --cui-medium-emphasis-inverse: rgba(255, 255, 255, 0.6);
105
+ --cui-disabled-inverse: rgba(255, 255, 255, 0.38);
106
+ --cui-heading-color: inherit;
107
+ --cui-link-color: #321fdb;
108
+ --cui-link-color-rgb: 50, 31, 219;
109
+ --cui-link-decoration: underline;
110
+ --cui-link-hover-color: #2819af;
111
+ --cui-link-hover-color-rgb: 40, 25, 175;
112
+ --cui-code-color: #d63384;
113
+ --cui-highlight-bg: #fff3cd;
69
114
  --cui-border-width: 1px;
70
115
  --cui-border-style: solid;
71
- --cui-border-color: #d8dbe0;
72
- --cui-border-color-translucent: rgba(0, 0, 21, 0.175);
116
+ --cui-border-color: #dbdfe6;
117
+ --cui-border-color-translucent: rgba(8, 10, 12, 0.175);
73
118
  --cui-border-radius: 0.375rem;
74
119
  --cui-border-radius-sm: 0.25rem;
75
120
  --cui-border-radius-lg: 0.5rem;
76
121
  --cui-border-radius-xl: 1rem;
77
- --cui-border-radius-2xl: 2rem;
122
+ --cui-border-radius-xxl: 2rem;
123
+ --cui-border-radius-2xl: var(--cui-border-radius-xxl);
78
124
  --cui-border-radius-pill: 50rem;
79
- --cui-heading-color: unset;
80
- --cui-link-color: #321fdb;
81
- --cui-link-hover-color: #2819af;
82
- --cui-code-color: #d63384;
83
- --cui-highlight-bg: #fff3cd;
84
- --cui-breakpoint-xs: 0;
85
- --cui-breakpoint-sm: 576px;
86
- --cui-breakpoint-md: 768px;
87
- --cui-breakpoint-lg: 992px;
88
- --cui-breakpoint-xl: 1200px;
89
- --cui-breakpoint-xxl: 1400px;
90
- --cui-mobile-breakpoint: md;
125
+ --cui-box-shadow: 0 0.5rem 1rem rgba(8, 10, 12, 0.15);
126
+ --cui-box-shadow-sm: 0 0.125rem 0.25rem rgba(8, 10, 12, 0.075);
127
+ --cui-box-shadow-lg: 0 1rem 3rem rgba(8, 10, 12, 0.175);
128
+ --cui-box-shadow-inset: inset 0 1px 2px rgba(8, 10, 12, 0.075);
129
+ --cui-focus-ring-width: 0.25rem;
130
+ --cui-focus-ring-opacity: 0.25;
131
+ --cui-focus-ring-color: rgba(50, 31, 219, 0.25);
132
+ --cui-form-valid-color: #2eb85c;
133
+ --cui-form-valid-border-color: #2eb85c;
134
+ --cui-form-invalid-color: #e55353;
135
+ --cui-form-invalid-border-color: #e55353;
136
+ }
137
+
138
+ [data-coreui-theme=dark] {
139
+ color-scheme: dark;
140
+ --cui-body-color: #aab3c5;
141
+ --cui-body-color-rgb: 170, 179, 197;
142
+ --cui-body-bg: #212631;
143
+ --cui-body-bg-rgb: 33, 38, 49;
144
+ --cui-emphasis-color: #fff;
145
+ --cui-emphasis-color-rgb: 255, 255, 255;
146
+ --cui-secondary-color: rgba(170, 179, 197, 0.75);
147
+ --cui-secondary-color-rgb: 170, 179, 197;
148
+ --cui-secondary-bg: #323a49;
149
+ --cui-secondary-bg-rgb: 50, 58, 73;
150
+ --cui-tertiary-color: rgba(170, 179, 197, 0.5);
151
+ --cui-tertiary-color-rgb: 170, 179, 197;
152
+ --cui-tertiary-bg: #252a37;
153
+ --cui-tertiary-bg-rgb: 37, 42, 55;
154
+ --cui-high-emphasis: #aab3c5;
155
+ --cui-medium-emphasis: rgba(170, 179, 197, 0.75);
156
+ --cui-disabled: rgba(170, 179, 197, 0.5);
157
+ --cui-primary: #6b60ce;
158
+ --cui-secondary: #a6a7a8;
159
+ --cui-success: #3aad60;
160
+ --cui-info: #3d99f5;
161
+ --cui-warning: #edad21;
162
+ --cui-danger: #db5d5d;
163
+ --cui-light: #f4f5f6;
164
+ --cui-dark: #25282d;
165
+ --cui-gray-100: #f3f4f7;
166
+ --cui-gray-200: #e7eaee;
167
+ --cui-gray-300: #dbdfe6;
168
+ --cui-gray-400: #cfd4de;
169
+ --cui-gray-500: #aab3c5;
170
+ --cui-gray-600: #6d7d9c;
171
+ --cui-gray-700: #4a566d;
172
+ --cui-gray-800: #323a49;
173
+ --cui-gray-900: #212631;
174
+ --cui-primary-rgb: 107, 96, 206;
175
+ --cui-secondary-rgb: 166, 167, 168;
176
+ --cui-success-rgb: 58, 173, 96;
177
+ --cui-info-rgb: 61, 153, 245;
178
+ --cui-warning-rgb: 237, 173, 33;
179
+ --cui-danger-rgb: 219, 93, 93;
180
+ --cui-light-rgb: 244, 245, 246;
181
+ --cui-dark-rgb: 37, 40, 45;
182
+ --cui-primary-text-emphasis: #1f1498;
183
+ --cui-secondary-text-emphasis: #212233;
184
+ --cui-success-text-emphasis: #0f5722;
185
+ --cui-info-text-emphasis: #184c77;
186
+ --cui-warning-text-emphasis: #764705;
187
+ --cui-danger-text-emphasis: #671414;
188
+ --cui-light-text-emphasis: #f3f4f7;
189
+ --cui-dark-text-emphasis: #dbdfe6;
190
+ --cui-primary-bg-subtle: #ccc7f6;
191
+ --cui-secondary-bg-subtle: #ced2d8;
192
+ --cui-success-bg-subtle: #cbedd6;
193
+ --cui-info-bg-subtle: #c0e6ff;
194
+ --cui-warning-bg-subtle: #feecc5;
195
+ --cui-danger-bg-subtle: #f9d4d4;
196
+ --cui-light-bg-subtle: #323a49;
197
+ --cui-dark-bg-subtle: #1d222b;
198
+ --cui-primary-border-subtle: #988fed;
199
+ --cui-secondary-border-subtle: #9da5b1;
200
+ --cui-success-border-subtle: #96dbad;
201
+ --cui-info-border-subtle: #80c6ff;
202
+ --cui-warning-border-subtle: #fcd88a;
203
+ --cui-danger-border-subtle: #f2a9a9;
204
+ --cui-light-border-subtle: #4a566d;
205
+ --cui-dark-border-subtle: #323a49;
206
+ --cui-heading-color: inherit;
207
+ --cui-link-color: #8479e9;
208
+ --cui-link-hover-color: #9d94ed;
209
+ --cui-link-color-rgb: 132, 121, 233;
210
+ --cui-link-hover-color-rgb: 157, 148, 237;
211
+ --cui-code-color: #e685b5;
212
+ --cui-border-color: #4a566d;
213
+ --cui-border-color-translucent: rgba(255, 255, 255, 0.15);
214
+ --cui-form-valid-color: #75b798;
215
+ --cui-form-valid-border-color: #75b798;
216
+ --cui-form-invalid-color: #ea868f;
217
+ --cui-form-invalid-border-color: #ea868f;
91
218
  }
92
219
 
93
220
  .clearfix::after {
@@ -102,94 +229,182 @@
102
229
  }
103
230
 
104
231
  .text-bg-secondary {
105
- color: #000015 !important;
232
+ color: rgba(37, 43, 54, 0.95) !important;
106
233
  background-color: RGBA(157, 165, 177, var(--cui-bg-opacity, 1)) !important;
107
234
  }
108
235
 
109
236
  .text-bg-success {
110
- color: #000015 !important;
237
+ color: rgba(37, 43, 54, 0.95) !important;
111
238
  background-color: RGBA(46, 184, 92, var(--cui-bg-opacity, 1)) !important;
112
239
  }
113
240
 
114
241
  .text-bg-info {
115
- color: #000015 !important;
242
+ color: #080a0c !important;
116
243
  background-color: RGBA(51, 153, 255, var(--cui-bg-opacity, 1)) !important;
117
244
  }
118
245
 
119
246
  .text-bg-warning {
120
- color: rgba(44, 56, 74, 0.95) !important;
247
+ color: rgba(37, 43, 54, 0.95) !important;
121
248
  background-color: RGBA(249, 177, 21, var(--cui-bg-opacity, 1)) !important;
122
249
  }
123
250
 
124
251
  .text-bg-danger {
125
- color: #000015 !important;
252
+ color: #080a0c !important;
126
253
  background-color: RGBA(229, 83, 83, var(--cui-bg-opacity, 1)) !important;
127
254
  }
128
255
 
129
256
  .text-bg-light {
130
- color: rgba(44, 56, 74, 0.95) !important;
131
- background-color: RGBA(235, 237, 239, var(--cui-bg-opacity, 1)) !important;
257
+ color: rgba(37, 43, 54, 0.95) !important;
258
+ background-color: RGBA(243, 244, 247, var(--cui-bg-opacity, 1)) !important;
132
259
  }
133
260
 
134
261
  .text-bg-dark {
135
262
  color: rgba(255, 255, 255, 0.87) !important;
136
- background-color: RGBA(79, 93, 115, var(--cui-bg-opacity, 1)) !important;
263
+ background-color: RGBA(33, 38, 49, var(--cui-bg-opacity, 1)) !important;
264
+ }
265
+
266
+ [data-coreui-theme=dark] .text-bg-primary {
267
+ color: #fff !important;
268
+ background-color: RGBA(107, 96, 206, var(--cui-bg-opacity, 1)) !important;
269
+ }
270
+ [data-coreui-theme=dark] .text-bg-secondary {
271
+ color: rgba(37, 43, 54, 0.95) !important;
272
+ background-color: RGBA(166, 167, 168, var(--cui-bg-opacity, 1)) !important;
273
+ }
274
+ [data-coreui-theme=dark] .text-bg-success {
275
+ color: rgba(37, 43, 54, 0.95) !important;
276
+ background-color: RGBA(58, 173, 96, var(--cui-bg-opacity, 1)) !important;
277
+ }
278
+ [data-coreui-theme=dark] .text-bg-info {
279
+ color: #080a0c !important;
280
+ background-color: RGBA(61, 153, 245, var(--cui-bg-opacity, 1)) !important;
281
+ }
282
+ [data-coreui-theme=dark] .text-bg-warning {
283
+ color: rgba(37, 43, 54, 0.95) !important;
284
+ background-color: RGBA(237, 173, 33, var(--cui-bg-opacity, 1)) !important;
285
+ }
286
+ [data-coreui-theme=dark] .text-bg-danger {
287
+ color: #080a0c !important;
288
+ background-color: RGBA(219, 93, 93, var(--cui-bg-opacity, 1)) !important;
289
+ }
290
+ [data-coreui-theme=dark] .text-bg-light {
291
+ color: rgba(37, 43, 54, 0.95) !important;
292
+ background-color: RGBA(244, 245, 246, var(--cui-bg-opacity, 1)) !important;
293
+ }
294
+ [data-coreui-theme=dark] .text-bg-dark {
295
+ color: rgba(255, 255, 255, 0.87) !important;
296
+ background-color: RGBA(37, 40, 45, var(--cui-bg-opacity, 1)) !important;
137
297
  }
138
298
 
139
299
  .link-primary {
140
- color: #321fdb !important;
300
+ color: RGBA(var(--cui-primary-rgb), var(--cui-link-opacity, 1)) !important;
301
+ text-decoration-color: RGBA(var(--cui-primary-rgb), var(--cui-link-underline-opacity, 1)) !important;
141
302
  }
142
303
  .link-primary:hover, .link-primary:focus {
143
- color: #5b4ce2 !important;
304
+ color: RGBA(91, 76, 226, var(--cui-link-opacity, 1)) !important;
305
+ text-decoration-color: RGBA(91, 76, 226, var(--cui-link-underline-opacity, 1)) !important;
144
306
  }
145
307
 
146
308
  .link-secondary {
147
- color: #9da5b1 !important;
309
+ color: RGBA(var(--cui-secondary-rgb), var(--cui-link-opacity, 1)) !important;
310
+ text-decoration-color: RGBA(var(--cui-secondary-rgb), var(--cui-link-underline-opacity, 1)) !important;
148
311
  }
149
312
  .link-secondary:hover, .link-secondary:focus {
150
- color: #b1b7c1 !important;
313
+ color: RGBA(126, 132, 142, var(--cui-link-opacity, 1)) !important;
314
+ text-decoration-color: RGBA(126, 132, 142, var(--cui-link-underline-opacity, 1)) !important;
151
315
  }
152
316
 
153
317
  .link-success {
154
- color: #2eb85c !important;
318
+ color: RGBA(var(--cui-success-rgb), var(--cui-link-opacity, 1)) !important;
319
+ text-decoration-color: RGBA(var(--cui-success-rgb), var(--cui-link-underline-opacity, 1)) !important;
155
320
  }
156
321
  .link-success:hover, .link-success:focus {
157
- color: #58c67d !important;
322
+ color: RGBA(37, 147, 74, var(--cui-link-opacity, 1)) !important;
323
+ text-decoration-color: RGBA(37, 147, 74, var(--cui-link-underline-opacity, 1)) !important;
158
324
  }
159
325
 
160
326
  .link-info {
161
- color: #39f !important;
327
+ color: RGBA(var(--cui-info-rgb), var(--cui-link-opacity, 1)) !important;
328
+ text-decoration-color: RGBA(var(--cui-info-rgb), var(--cui-link-underline-opacity, 1)) !important;
162
329
  }
163
330
  .link-info:hover, .link-info:focus {
164
- color: #5cadff !important;
331
+ color: RGBA(92, 173, 255, var(--cui-link-opacity, 1)) !important;
332
+ text-decoration-color: RGBA(92, 173, 255, var(--cui-link-underline-opacity, 1)) !important;
165
333
  }
166
334
 
167
335
  .link-warning {
168
- color: #f9b115 !important;
336
+ color: RGBA(var(--cui-warning-rgb), var(--cui-link-opacity, 1)) !important;
337
+ text-decoration-color: RGBA(var(--cui-warning-rgb), var(--cui-link-underline-opacity, 1)) !important;
169
338
  }
170
339
  .link-warning:hover, .link-warning:focus {
171
- color: #c78e11 !important;
340
+ color: RGBA(199, 142, 17, var(--cui-link-opacity, 1)) !important;
341
+ text-decoration-color: RGBA(199, 142, 17, var(--cui-link-underline-opacity, 1)) !important;
172
342
  }
173
343
 
174
344
  .link-danger {
175
- color: #e55353 !important;
345
+ color: RGBA(var(--cui-danger-rgb), var(--cui-link-opacity, 1)) !important;
346
+ text-decoration-color: RGBA(var(--cui-danger-rgb), var(--cui-link-underline-opacity, 1)) !important;
176
347
  }
177
348
  .link-danger:hover, .link-danger:focus {
178
- color: #ea7575 !important;
349
+ color: RGBA(234, 117, 117, var(--cui-link-opacity, 1)) !important;
350
+ text-decoration-color: RGBA(234, 117, 117, var(--cui-link-underline-opacity, 1)) !important;
179
351
  }
180
352
 
181
353
  .link-light {
182
- color: #ebedef !important;
354
+ color: RGBA(var(--cui-light-rgb), var(--cui-link-opacity, 1)) !important;
355
+ text-decoration-color: RGBA(var(--cui-light-rgb), var(--cui-link-underline-opacity, 1)) !important;
183
356
  }
184
357
  .link-light:hover, .link-light:focus {
185
- color: #bcbebf !important;
358
+ color: RGBA(194, 195, 198, var(--cui-link-opacity, 1)) !important;
359
+ text-decoration-color: RGBA(194, 195, 198, var(--cui-link-underline-opacity, 1)) !important;
186
360
  }
187
361
 
188
362
  .link-dark {
189
- color: #4f5d73 !important;
363
+ color: RGBA(var(--cui-dark-rgb), var(--cui-link-opacity, 1)) !important;
364
+ text-decoration-color: RGBA(var(--cui-dark-rgb), var(--cui-link-underline-opacity, 1)) !important;
190
365
  }
191
366
  .link-dark:hover, .link-dark:focus {
192
- color: #727d8f !important;
367
+ color: RGBA(77, 81, 90, var(--cui-link-opacity, 1)) !important;
368
+ text-decoration-color: RGBA(77, 81, 90, var(--cui-link-underline-opacity, 1)) !important;
369
+ }
370
+
371
+ .link-body-emphasis {
372
+ color: RGBA(var(--cui-emphasis-color-rgb), var(--cui-link-opacity, 1)) !important;
373
+ text-decoration-color: RGBA(var(--cui-emphasis-color-rgb), var(--cui-link-underline-opacity, 1)) !important;
374
+ }
375
+ .link-body-emphasis:hover, .link-body-emphasis:focus {
376
+ color: RGBA(var(--cui-emphasis-color-rgb), var(--cui-link-opacity, 0.75)) !important;
377
+ text-decoration-color: RGBA(var(--cui-emphasis-color-rgb), var(--cui-link-underline-opacity, 0.75)) !important;
378
+ }
379
+
380
+ .focus-ring:focus {
381
+ outline: 0;
382
+ 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);
383
+ }
384
+
385
+ .icon-link {
386
+ display: inline-flex;
387
+ gap: 0.375rem;
388
+ align-items: center;
389
+ text-decoration-color: rgba(var(--cui-link-color-rgb), var(--cui-link-opacity, 0.5));
390
+ text-underline-offset: 0.25em;
391
+ backface-visibility: hidden;
392
+ }
393
+ .icon-link > .bi {
394
+ flex-shrink: 0;
395
+ width: 1em;
396
+ height: 1em;
397
+ fill: currentcolor;
398
+ transition: 0.2s ease-in-out transform;
399
+ }
400
+ @media (prefers-reduced-motion: reduce) {
401
+ .icon-link > .bi {
402
+ transition: none;
403
+ }
404
+ }
405
+
406
+ .icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
407
+ transform: var(--cui-icon-link-transform, translate3d(0.25em, 0, 0));
193
408
  }
194
409
 
195
410
  .ratio {
@@ -329,7 +544,6 @@
329
544
 
330
545
  .visually-hidden,
331
546
  .visually-hidden-focusable:not(:focus):not(:focus-within) {
332
- position: absolute !important;
333
547
  width: 1px !important;
334
548
  height: 1px !important;
335
549
  padding: 0 !important;
@@ -339,6 +553,10 @@
339
553
  white-space: nowrap !important;
340
554
  border: 0 !important;
341
555
  }
556
+ .visually-hidden:not(caption),
557
+ .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
558
+ position: absolute !important;
559
+ }
342
560
 
343
561
  .stretched-link::after {
344
562
  position: absolute;
@@ -402,6 +620,26 @@
402
620
  float: none !important;
403
621
  }
404
622
 
623
+ .object-fit-contain {
624
+ object-fit: contain !important;
625
+ }
626
+
627
+ .object-fit-cover {
628
+ object-fit: cover !important;
629
+ }
630
+
631
+ .object-fit-fill {
632
+ object-fit: fill !important;
633
+ }
634
+
635
+ .object-fit-scale {
636
+ object-fit: scale-down !important;
637
+ }
638
+
639
+ .object-fit-none {
640
+ object-fit: none !important;
641
+ }
642
+
405
643
  .opacity-0 {
406
644
  opacity: 0 !important;
407
645
  }
@@ -438,6 +676,38 @@
438
676
  overflow: scroll !important;
439
677
  }
440
678
 
679
+ .overflow-x-auto {
680
+ overflow-x: auto !important;
681
+ }
682
+
683
+ .overflow-x-hidden {
684
+ overflow-x: hidden !important;
685
+ }
686
+
687
+ .overflow-x-visible {
688
+ overflow-x: visible !important;
689
+ }
690
+
691
+ .overflow-x-scroll {
692
+ overflow-x: scroll !important;
693
+ }
694
+
695
+ .overflow-y-auto {
696
+ overflow-y: auto !important;
697
+ }
698
+
699
+ .overflow-y-hidden {
700
+ overflow-y: hidden !important;
701
+ }
702
+
703
+ .overflow-y-visible {
704
+ overflow-y: visible !important;
705
+ }
706
+
707
+ .overflow-y-scroll {
708
+ overflow-y: scroll !important;
709
+ }
710
+
441
711
  .d-inline {
442
712
  display: inline !important;
443
713
  }
@@ -454,6 +724,10 @@
454
724
  display: grid !important;
455
725
  }
456
726
 
727
+ .d-inline-grid {
728
+ display: inline-grid !important;
729
+ }
730
+
457
731
  .d-table {
458
732
  display: table !important;
459
733
  }
@@ -479,21 +753,53 @@
479
753
  }
480
754
 
481
755
  .shadow {
482
- box-shadow: 0 0.5rem 1rem rgba(0, 0, 21, 0.15) !important;
756
+ box-shadow: 0 0.5rem 1rem rgba(8, 10, 12, 0.15) !important;
483
757
  }
484
758
 
485
759
  .shadow-sm {
486
- box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 21, 0.075) !important;
760
+ box-shadow: 0 0.125rem 0.25rem rgba(8, 10, 12, 0.075) !important;
487
761
  }
488
762
 
489
763
  .shadow-lg {
490
- box-shadow: 0 1rem 3rem rgba(0, 0, 21, 0.175) !important;
764
+ box-shadow: 0 1rem 3rem rgba(8, 10, 12, 0.175) !important;
491
765
  }
492
766
 
493
767
  .shadow-none {
494
768
  box-shadow: none !important;
495
769
  }
496
770
 
771
+ .focus-ring-primary {
772
+ --cui-focus-ring-color: rgba(var(--cui-primary-rgb), var(--cui-focus-ring-opacity));
773
+ }
774
+
775
+ .focus-ring-secondary {
776
+ --cui-focus-ring-color: rgba(var(--cui-secondary-rgb), var(--cui-focus-ring-opacity));
777
+ }
778
+
779
+ .focus-ring-success {
780
+ --cui-focus-ring-color: rgba(var(--cui-success-rgb), var(--cui-focus-ring-opacity));
781
+ }
782
+
783
+ .focus-ring-info {
784
+ --cui-focus-ring-color: rgba(var(--cui-info-rgb), var(--cui-focus-ring-opacity));
785
+ }
786
+
787
+ .focus-ring-warning {
788
+ --cui-focus-ring-color: rgba(var(--cui-warning-rgb), var(--cui-focus-ring-opacity));
789
+ }
790
+
791
+ .focus-ring-danger {
792
+ --cui-focus-ring-color: rgba(var(--cui-danger-rgb), var(--cui-focus-ring-opacity));
793
+ }
794
+
795
+ .focus-ring-light {
796
+ --cui-focus-ring-color: rgba(var(--cui-light-rgb), var(--cui-focus-ring-opacity));
797
+ }
798
+
799
+ .focus-ring-dark {
800
+ --cui-focus-ring-color: rgba(var(--cui-dark-rgb), var(--cui-focus-ring-opacity));
801
+ }
802
+
497
803
  .position-static {
498
804
  position: static !important;
499
805
  }
@@ -654,6 +960,11 @@
654
960
  border-color: rgba(var(--cui-dark-rgb), var(--cui-border-opacity)) !important;
655
961
  }
656
962
 
963
+ .border-black {
964
+ --cui-border-opacity: 1;
965
+ border-color: rgba(var(--cui-black-rgb), var(--cui-border-opacity)) !important;
966
+ }
967
+
657
968
  .border-white {
658
969
  --cui-border-opacity: 1;
659
970
  border-color: rgba(var(--cui-white-rgb), var(--cui-border-opacity)) !important;
@@ -684,11 +995,11 @@
684
995
  }
685
996
 
686
997
  .border-top-light {
687
- border-top-color: #ebedef !important;
998
+ border-top-color: #f3f4f7 !important;
688
999
  }
689
1000
 
690
1001
  .border-top-dark {
691
- border-top-color: #4f5d73 !important;
1002
+ border-top-color: #212631 !important;
692
1003
  }
693
1004
 
694
1005
  .border-top-white {
@@ -720,11 +1031,11 @@
720
1031
  }
721
1032
 
722
1033
  .border-end-light {
723
- border-left-color: #ebedef !important;
1034
+ border-left-color: #f3f4f7 !important;
724
1035
  }
725
1036
 
726
1037
  .border-end-dark {
727
- border-left-color: #4f5d73 !important;
1038
+ border-left-color: #212631 !important;
728
1039
  }
729
1040
 
730
1041
  .border-end-white {
@@ -756,11 +1067,11 @@
756
1067
  }
757
1068
 
758
1069
  .border-bottom-light {
759
- border-bottom-color: #ebedef !important;
1070
+ border-bottom-color: #f3f4f7 !important;
760
1071
  }
761
1072
 
762
1073
  .border-bottom-dark {
763
- border-bottom-color: #4f5d73 !important;
1074
+ border-bottom-color: #212631 !important;
764
1075
  }
765
1076
 
766
1077
  .border-bottom-white {
@@ -792,11 +1103,11 @@
792
1103
  }
793
1104
 
794
1105
  .border-start-light {
795
- border-right-color: #ebedef !important;
1106
+ border-right-color: #f3f4f7 !important;
796
1107
  }
797
1108
 
798
1109
  .border-start-dark {
799
- border-right-color: #4f5d73 !important;
1110
+ border-right-color: #212631 !important;
800
1111
  }
801
1112
 
802
1113
  .border-start-white {
@@ -804,23 +1115,23 @@
804
1115
  }
805
1116
 
806
1117
  .border-1 {
807
- --cui-border-width: 1px;
1118
+ border-width: 1px !important;
808
1119
  }
809
1120
 
810
1121
  .border-2 {
811
- --cui-border-width: 2px;
1122
+ border-width: 2px !important;
812
1123
  }
813
1124
 
814
1125
  .border-3 {
815
- --cui-border-width: 3px;
1126
+ border-width: 3px !important;
816
1127
  }
817
1128
 
818
1129
  .border-4 {
819
- --cui-border-width: 4px;
1130
+ border-width: 4px !important;
820
1131
  }
821
1132
 
822
1133
  .border-5 {
823
- --cui-border-width: 5px;
1134
+ border-width: 5px !important;
824
1135
  }
825
1136
 
826
1137
  .border-top-1 {
@@ -903,6 +1214,38 @@
903
1214
  border-right-width: 5px !important;
904
1215
  }
905
1216
 
1217
+ .border-primary-subtle {
1218
+ border-color: var(--cui-primary-border-subtle) !important;
1219
+ }
1220
+
1221
+ .border-secondary-subtle {
1222
+ border-color: var(--cui-secondary-border-subtle) !important;
1223
+ }
1224
+
1225
+ .border-success-subtle {
1226
+ border-color: var(--cui-success-border-subtle) !important;
1227
+ }
1228
+
1229
+ .border-info-subtle {
1230
+ border-color: var(--cui-info-border-subtle) !important;
1231
+ }
1232
+
1233
+ .border-warning-subtle {
1234
+ border-color: var(--cui-warning-border-subtle) !important;
1235
+ }
1236
+
1237
+ .border-danger-subtle {
1238
+ border-color: var(--cui-danger-border-subtle) !important;
1239
+ }
1240
+
1241
+ .border-light-subtle {
1242
+ border-color: var(--cui-light-border-subtle) !important;
1243
+ }
1244
+
1245
+ .border-dark-subtle {
1246
+ border-color: var(--cui-dark-border-subtle) !important;
1247
+ }
1248
+
906
1249
  .border-opacity-10 {
907
1250
  --cui-border-opacity: 0.1;
908
1251
  }
@@ -1573,6 +1916,54 @@
1573
1916
  gap: 3rem !important;
1574
1917
  }
1575
1918
 
1919
+ .row-gap-0 {
1920
+ row-gap: 0 !important;
1921
+ }
1922
+
1923
+ .row-gap-1 {
1924
+ row-gap: 0.25rem !important;
1925
+ }
1926
+
1927
+ .row-gap-2 {
1928
+ row-gap: 0.5rem !important;
1929
+ }
1930
+
1931
+ .row-gap-3 {
1932
+ row-gap: 1rem !important;
1933
+ }
1934
+
1935
+ .row-gap-4 {
1936
+ row-gap: 1.5rem !important;
1937
+ }
1938
+
1939
+ .row-gap-5 {
1940
+ row-gap: 3rem !important;
1941
+ }
1942
+
1943
+ .column-gap-0 {
1944
+ column-gap: 0 !important;
1945
+ }
1946
+
1947
+ .column-gap-1 {
1948
+ column-gap: 0.25rem !important;
1949
+ }
1950
+
1951
+ .column-gap-2 {
1952
+ column-gap: 0.5rem !important;
1953
+ }
1954
+
1955
+ .column-gap-3 {
1956
+ column-gap: 1rem !important;
1957
+ }
1958
+
1959
+ .column-gap-4 {
1960
+ column-gap: 1.5rem !important;
1961
+ }
1962
+
1963
+ .column-gap-5 {
1964
+ column-gap: 3rem !important;
1965
+ }
1966
+
1576
1967
  .font-monospace {
1577
1968
  font-family: var(--cui-font-monospace) !important;
1578
1969
  }
@@ -1609,14 +2000,14 @@
1609
2000
  font-style: normal !important;
1610
2001
  }
1611
2002
 
1612
- .fw-light {
1613
- font-weight: 300 !important;
1614
- }
1615
-
1616
2003
  .fw-lighter {
1617
2004
  font-weight: lighter !important;
1618
2005
  }
1619
2006
 
2007
+ .fw-light {
2008
+ font-weight: 300 !important;
2009
+ }
2010
+
1620
2011
  .fw-normal {
1621
2012
  font-weight: 400 !important;
1622
2013
  }
@@ -1704,109 +2095,148 @@
1704
2095
  }
1705
2096
 
1706
2097
  /* rtl:end:remove */
2098
+ [data-coreui-theme=dark] .dark\:text-primary, [data-coreui-theme=dark] .dark\:text-primary:not([class*="dark:"]),
1707
2099
  .text-primary {
1708
2100
  --cui-text-opacity: 1;
1709
2101
  color: rgba(var(--cui-primary-rgb), var(--cui-text-opacity)) !important;
1710
2102
  }
1711
2103
 
2104
+ [data-coreui-theme=dark] .dark\:text-secondary, [data-coreui-theme=dark] .dark\:text-secondary:not([class*="dark:"]),
1712
2105
  .text-secondary {
1713
2106
  --cui-text-opacity: 1;
1714
2107
  color: rgba(var(--cui-secondary-rgb), var(--cui-text-opacity)) !important;
1715
2108
  }
1716
2109
 
2110
+ [data-coreui-theme=dark] .dark\:text-success, [data-coreui-theme=dark] .dark\:text-success:not([class*="dark:"]),
1717
2111
  .text-success {
1718
2112
  --cui-text-opacity: 1;
1719
2113
  color: rgba(var(--cui-success-rgb), var(--cui-text-opacity)) !important;
1720
2114
  }
1721
2115
 
2116
+ [data-coreui-theme=dark] .dark\:text-info, [data-coreui-theme=dark] .dark\:text-info:not([class*="dark:"]),
1722
2117
  .text-info {
1723
2118
  --cui-text-opacity: 1;
1724
2119
  color: rgba(var(--cui-info-rgb), var(--cui-text-opacity)) !important;
1725
2120
  }
1726
2121
 
2122
+ [data-coreui-theme=dark] .dark\:text-warning, [data-coreui-theme=dark] .dark\:text-warning:not([class*="dark:"]),
1727
2123
  .text-warning {
1728
2124
  --cui-text-opacity: 1;
1729
2125
  color: rgba(var(--cui-warning-rgb), var(--cui-text-opacity)) !important;
1730
2126
  }
1731
2127
 
2128
+ [data-coreui-theme=dark] .dark\:text-danger, [data-coreui-theme=dark] .dark\:text-danger:not([class*="dark:"]),
1732
2129
  .text-danger {
1733
2130
  --cui-text-opacity: 1;
1734
2131
  color: rgba(var(--cui-danger-rgb), var(--cui-text-opacity)) !important;
1735
2132
  }
1736
2133
 
2134
+ [data-coreui-theme=dark] .dark\:text-light, [data-coreui-theme=dark] .dark\:text-light:not([class*="dark:"]),
1737
2135
  .text-light {
1738
2136
  --cui-text-opacity: 1;
1739
2137
  color: rgba(var(--cui-light-rgb), var(--cui-text-opacity)) !important;
1740
2138
  }
1741
2139
 
2140
+ [data-coreui-theme=dark] .dark\:text-dark, [data-coreui-theme=dark] .dark\:text-dark:not([class*="dark:"]),
1742
2141
  .text-dark {
1743
2142
  --cui-text-opacity: 1;
1744
2143
  color: rgba(var(--cui-dark-rgb), var(--cui-text-opacity)) !important;
1745
2144
  }
1746
2145
 
2146
+ [data-coreui-theme=dark] .dark\:text-black, [data-coreui-theme=dark] .dark\:text-black:not([class*="dark:"]),
1747
2147
  .text-black {
1748
2148
  --cui-text-opacity: 1;
1749
2149
  color: rgba(var(--cui-black-rgb), var(--cui-text-opacity)) !important;
1750
2150
  }
1751
2151
 
2152
+ [data-coreui-theme=dark] .dark\:text-white, [data-coreui-theme=dark] .dark\:text-white:not([class*="dark:"]),
1752
2153
  .text-white {
1753
2154
  --cui-text-opacity: 1;
1754
2155
  color: rgba(var(--cui-white-rgb), var(--cui-text-opacity)) !important;
1755
2156
  }
1756
2157
 
2158
+ [data-coreui-theme=dark] .dark\:text-body, [data-coreui-theme=dark] .dark\:text-body:not([class*="dark:"]),
1757
2159
  .text-body {
1758
2160
  --cui-text-opacity: 1;
1759
2161
  color: rgba(var(--cui-body-color-rgb), var(--cui-text-opacity)) !important;
1760
2162
  }
1761
2163
 
2164
+ [data-coreui-theme=dark] .dark\:text-muted, [data-coreui-theme=dark] .dark\:text-muted:not([class*="dark:"]),
1762
2165
  .text-muted {
1763
2166
  --cui-text-opacity: 1;
1764
- color: rgba(44, 56, 74, 0.38) !important;
2167
+ color: var(--cui-secondary-color) !important;
1765
2168
  }
1766
2169
 
2170
+ [data-coreui-theme=dark] .dark\:text-black-50, [data-coreui-theme=dark] .dark\:text-black-50:not([class*="dark:"]),
1767
2171
  .text-black-50 {
1768
2172
  --cui-text-opacity: 1;
1769
- color: rgba(0, 0, 21, 0.5) !important;
2173
+ color: rgba(8, 10, 12, 0.5) !important;
1770
2174
  }
1771
2175
 
2176
+ [data-coreui-theme=dark] .dark\:text-white-50, [data-coreui-theme=dark] .dark\:text-white-50:not([class*="dark:"]),
1772
2177
  .text-white-50 {
1773
2178
  --cui-text-opacity: 1;
1774
2179
  color: rgba(255, 255, 255, 0.5) !important;
1775
2180
  }
1776
2181
 
2182
+ [data-coreui-theme=dark] .dark\:text-body-secondary, [data-coreui-theme=dark] .dark\:text-body-secondary:not([class*="dark:"]),
2183
+ .text-body-secondary {
2184
+ --cui-text-opacity: 1;
2185
+ color: var(--cui-secondary-color) !important;
2186
+ }
2187
+
2188
+ [data-coreui-theme=dark] .dark\:text-body-tertiary, [data-coreui-theme=dark] .dark\:text-body-tertiary:not([class*="dark:"]),
2189
+ .text-body-tertiary {
2190
+ --cui-text-opacity: 1;
2191
+ color: var(--cui-tertiary-color) !important;
2192
+ }
2193
+
2194
+ [data-coreui-theme=dark] .dark\:text-body-emphasis, [data-coreui-theme=dark] .dark\:text-body-emphasis:not([class*="dark:"]),
2195
+ .text-body-emphasis {
2196
+ --cui-text-opacity: 1;
2197
+ color: var(--cui-emphasis-color) !important;
2198
+ }
2199
+
2200
+ [data-coreui-theme=dark] .dark\:text-reset, [data-coreui-theme=dark] .dark\:text-reset:not([class*="dark:"]),
1777
2201
  .text-reset {
1778
2202
  --cui-text-opacity: 1;
1779
2203
  color: inherit !important;
1780
2204
  }
1781
2205
 
2206
+ [data-coreui-theme=dark] .dark\:text-high-emphasis-inverse, [data-coreui-theme=dark] .dark\:text-high-emphasis-inverse:not([class*="dark:"]),
1782
2207
  .text-high-emphasis-inverse {
1783
2208
  --cui-text-opacity: 1;
1784
- color: rgba(255, 255, 255, 0.87) !important;
2209
+ color: var(--cui-high-emphasis-inverse) !important;
1785
2210
  }
1786
2211
 
2212
+ [data-coreui-theme=dark] .dark\:text-medium-emphasis-inverse, [data-coreui-theme=dark] .dark\:text-medium-emphasis-inverse:not([class*="dark:"]),
1787
2213
  .text-medium-emphasis-inverse {
1788
2214
  --cui-text-opacity: 1;
1789
- color: rgba(255, 255, 255, 0.6) !important;
2215
+ color: var(--cui-medium-emphasis-inverse) !important;
1790
2216
  }
1791
2217
 
2218
+ [data-coreui-theme=dark] .dark\:text-disabled-inverse, [data-coreui-theme=dark] .dark\:text-disabled-inverse:not([class*="dark:"]),
1792
2219
  .text-disabled-inverse {
1793
2220
  --cui-text-opacity: 1;
1794
- color: rgba(255, 255, 255, 0.38) !important;
2221
+ color: var(--cui-disabled-inverse) !important;
1795
2222
  }
1796
2223
 
2224
+ [data-coreui-theme=dark] .dark\:text-high-emphasis, [data-coreui-theme=dark] .dark\:text-high-emphasis:not([class*="dark:"]),
1797
2225
  .text-high-emphasis {
1798
2226
  --cui-text-opacity: 1;
1799
- color: rgba(44, 56, 74, 0.95) !important;
2227
+ color: var(--cui-high-emphasis) !important;
1800
2228
  }
1801
2229
 
2230
+ [data-coreui-theme=dark] .dark\:text-medium-emphasis, [data-coreui-theme=dark] .dark\:text-medium-emphasis:not([class*="dark:"]),
1802
2231
  .text-medium-emphasis {
1803
2232
  --cui-text-opacity: 1;
1804
- color: rgba(44, 56, 74, 0.681) !important;
2233
+ color: var(--cui-medium-emphasis) !important;
1805
2234
  }
1806
2235
 
2236
+ [data-coreui-theme=dark] .dark\:text-disabled, [data-coreui-theme=dark] .dark\:text-disabled:not([class*="dark:"]),
1807
2237
  .text-disabled {
1808
2238
  --cui-text-opacity: 1;
1809
- color: rgba(44, 56, 74, 0.38) !important;
2239
+ color: var(--cui-disabled) !important;
1810
2240
  }
1811
2241
 
1812
2242
  .text-opacity-25 {
@@ -1825,66 +2255,279 @@
1825
2255
  --cui-text-opacity: 1;
1826
2256
  }
1827
2257
 
2258
+ .text-primary-emphasis {
2259
+ color: var(--cui-primary-text-emphasis) !important;
2260
+ }
2261
+
2262
+ .text-secondary-emphasis {
2263
+ color: var(--cui-secondary-text-emphasis) !important;
2264
+ }
2265
+
2266
+ .text-success-emphasis {
2267
+ color: var(--cui-success-text-emphasis) !important;
2268
+ }
2269
+
2270
+ .text-info-emphasis {
2271
+ color: var(--cui-info-text-emphasis) !important;
2272
+ }
2273
+
2274
+ .text-warning-emphasis {
2275
+ color: var(--cui-warning-text-emphasis) !important;
2276
+ }
2277
+
2278
+ .text-danger-emphasis {
2279
+ color: var(--cui-danger-text-emphasis) !important;
2280
+ }
2281
+
2282
+ .text-light-emphasis {
2283
+ color: var(--cui-light-text-emphasis) !important;
2284
+ }
2285
+
2286
+ .text-dark-emphasis {
2287
+ color: var(--cui-dark-text-emphasis) !important;
2288
+ }
2289
+
2290
+ .link-opacity-10 {
2291
+ --cui-link-opacity: 0.1;
2292
+ }
2293
+
2294
+ .link-opacity-10-hover:hover {
2295
+ --cui-link-opacity: 0.1;
2296
+ }
2297
+
2298
+ .link-opacity-25 {
2299
+ --cui-link-opacity: 0.25;
2300
+ }
2301
+
2302
+ .link-opacity-25-hover:hover {
2303
+ --cui-link-opacity: 0.25;
2304
+ }
2305
+
2306
+ .link-opacity-50 {
2307
+ --cui-link-opacity: 0.5;
2308
+ }
2309
+
2310
+ .link-opacity-50-hover:hover {
2311
+ --cui-link-opacity: 0.5;
2312
+ }
2313
+
2314
+ .link-opacity-75 {
2315
+ --cui-link-opacity: 0.75;
2316
+ }
2317
+
2318
+ .link-opacity-75-hover:hover {
2319
+ --cui-link-opacity: 0.75;
2320
+ }
2321
+
2322
+ .link-opacity-100 {
2323
+ --cui-link-opacity: 1;
2324
+ }
2325
+
2326
+ .link-opacity-100-hover:hover {
2327
+ --cui-link-opacity: 1;
2328
+ }
2329
+
2330
+ .link-offset-1 {
2331
+ text-underline-offset: 0.125em !important;
2332
+ }
2333
+
2334
+ .link-offset-1-hover:hover {
2335
+ text-underline-offset: 0.125em !important;
2336
+ }
2337
+
2338
+ .link-offset-2 {
2339
+ text-underline-offset: 0.25em !important;
2340
+ }
2341
+
2342
+ .link-offset-2-hover:hover {
2343
+ text-underline-offset: 0.25em !important;
2344
+ }
2345
+
2346
+ .link-offset-3 {
2347
+ text-underline-offset: 0.375em !important;
2348
+ }
2349
+
2350
+ .link-offset-3-hover:hover {
2351
+ text-underline-offset: 0.375em !important;
2352
+ }
2353
+
2354
+ .link-underline-primary {
2355
+ --cui-link-underline-opacity: 1;
2356
+ text-decoration-color: rgba(var(--cui-primary-rgb), var(--cui-link-underline-opacity)) !important;
2357
+ }
2358
+
2359
+ .link-underline-secondary {
2360
+ --cui-link-underline-opacity: 1;
2361
+ text-decoration-color: rgba(var(--cui-secondary-rgb), var(--cui-link-underline-opacity)) !important;
2362
+ }
2363
+
2364
+ .link-underline-success {
2365
+ --cui-link-underline-opacity: 1;
2366
+ text-decoration-color: rgba(var(--cui-success-rgb), var(--cui-link-underline-opacity)) !important;
2367
+ }
2368
+
2369
+ .link-underline-info {
2370
+ --cui-link-underline-opacity: 1;
2371
+ text-decoration-color: rgba(var(--cui-info-rgb), var(--cui-link-underline-opacity)) !important;
2372
+ }
2373
+
2374
+ .link-underline-warning {
2375
+ --cui-link-underline-opacity: 1;
2376
+ text-decoration-color: rgba(var(--cui-warning-rgb), var(--cui-link-underline-opacity)) !important;
2377
+ }
2378
+
2379
+ .link-underline-danger {
2380
+ --cui-link-underline-opacity: 1;
2381
+ text-decoration-color: rgba(var(--cui-danger-rgb), var(--cui-link-underline-opacity)) !important;
2382
+ }
2383
+
2384
+ .link-underline-light {
2385
+ --cui-link-underline-opacity: 1;
2386
+ text-decoration-color: rgba(var(--cui-light-rgb), var(--cui-link-underline-opacity)) !important;
2387
+ }
2388
+
2389
+ .link-underline-dark {
2390
+ --cui-link-underline-opacity: 1;
2391
+ text-decoration-color: rgba(var(--cui-dark-rgb), var(--cui-link-underline-opacity)) !important;
2392
+ }
2393
+
2394
+ .link-underline {
2395
+ --cui-link-underline-opacity: 1;
2396
+ text-decoration-color: rgba(var(--cui-link-color-rgb), var(--cui-link-underline-opacity, 1)) !important;
2397
+ }
2398
+
2399
+ .link-underline-opacity-0 {
2400
+ --cui-link-underline-opacity: 0;
2401
+ }
2402
+
2403
+ .link-underline-opacity-0-hover:hover {
2404
+ --cui-link-underline-opacity: 0;
2405
+ }
2406
+
2407
+ .link-underline-opacity-10 {
2408
+ --cui-link-underline-opacity: 0.1;
2409
+ }
2410
+
2411
+ .link-underline-opacity-10-hover:hover {
2412
+ --cui-link-underline-opacity: 0.1;
2413
+ }
2414
+
2415
+ .link-underline-opacity-25 {
2416
+ --cui-link-underline-opacity: 0.25;
2417
+ }
2418
+
2419
+ .link-underline-opacity-25-hover:hover {
2420
+ --cui-link-underline-opacity: 0.25;
2421
+ }
2422
+
2423
+ .link-underline-opacity-50 {
2424
+ --cui-link-underline-opacity: 0.5;
2425
+ }
2426
+
2427
+ .link-underline-opacity-50-hover:hover {
2428
+ --cui-link-underline-opacity: 0.5;
2429
+ }
2430
+
2431
+ .link-underline-opacity-75 {
2432
+ --cui-link-underline-opacity: 0.75;
2433
+ }
2434
+
2435
+ .link-underline-opacity-75-hover:hover {
2436
+ --cui-link-underline-opacity: 0.75;
2437
+ }
2438
+
2439
+ .link-underline-opacity-100 {
2440
+ --cui-link-underline-opacity: 1;
2441
+ }
2442
+
2443
+ .link-underline-opacity-100-hover:hover {
2444
+ --cui-link-underline-opacity: 1;
2445
+ }
2446
+
2447
+ [data-coreui-theme=dark] .dark\:bg-primary, [data-coreui-theme=dark] .dark\:bg-primary:not([class*="dark:"]),
1828
2448
  .bg-primary {
1829
2449
  --cui-bg-opacity: 1;
1830
2450
  background-color: rgba(var(--cui-primary-rgb), var(--cui-bg-opacity)) !important;
1831
2451
  }
1832
2452
 
2453
+ [data-coreui-theme=dark] .dark\:bg-secondary, [data-coreui-theme=dark] .dark\:bg-secondary:not([class*="dark:"]),
1833
2454
  .bg-secondary {
1834
2455
  --cui-bg-opacity: 1;
1835
2456
  background-color: rgba(var(--cui-secondary-rgb), var(--cui-bg-opacity)) !important;
1836
2457
  }
1837
2458
 
2459
+ [data-coreui-theme=dark] .dark\:bg-success, [data-coreui-theme=dark] .dark\:bg-success:not([class*="dark:"]),
1838
2460
  .bg-success {
1839
2461
  --cui-bg-opacity: 1;
1840
2462
  background-color: rgba(var(--cui-success-rgb), var(--cui-bg-opacity)) !important;
1841
2463
  }
1842
2464
 
2465
+ [data-coreui-theme=dark] .dark\:bg-info, [data-coreui-theme=dark] .dark\:bg-info:not([class*="dark:"]),
1843
2466
  .bg-info {
1844
2467
  --cui-bg-opacity: 1;
1845
2468
  background-color: rgba(var(--cui-info-rgb), var(--cui-bg-opacity)) !important;
1846
2469
  }
1847
2470
 
2471
+ [data-coreui-theme=dark] .dark\:bg-warning, [data-coreui-theme=dark] .dark\:bg-warning:not([class*="dark:"]),
1848
2472
  .bg-warning {
1849
2473
  --cui-bg-opacity: 1;
1850
2474
  background-color: rgba(var(--cui-warning-rgb), var(--cui-bg-opacity)) !important;
1851
2475
  }
1852
2476
 
2477
+ [data-coreui-theme=dark] .dark\:bg-danger, [data-coreui-theme=dark] .dark\:bg-danger:not([class*="dark:"]),
1853
2478
  .bg-danger {
1854
2479
  --cui-bg-opacity: 1;
1855
2480
  background-color: rgba(var(--cui-danger-rgb), var(--cui-bg-opacity)) !important;
1856
2481
  }
1857
2482
 
2483
+ [data-coreui-theme=dark] .dark\:bg-light, [data-coreui-theme=dark] .dark\:bg-light:not([class*="dark:"]),
1858
2484
  .bg-light {
1859
2485
  --cui-bg-opacity: 1;
1860
2486
  background-color: rgba(var(--cui-light-rgb), var(--cui-bg-opacity)) !important;
1861
2487
  }
1862
2488
 
2489
+ [data-coreui-theme=dark] .dark\:bg-dark, [data-coreui-theme=dark] .dark\:bg-dark:not([class*="dark:"]),
1863
2490
  .bg-dark {
1864
2491
  --cui-bg-opacity: 1;
1865
2492
  background-color: rgba(var(--cui-dark-rgb), var(--cui-bg-opacity)) !important;
1866
2493
  }
1867
2494
 
2495
+ [data-coreui-theme=dark] .dark\:bg-black, [data-coreui-theme=dark] .dark\:bg-black:not([class*="dark:"]),
1868
2496
  .bg-black {
1869
2497
  --cui-bg-opacity: 1;
1870
2498
  background-color: rgba(var(--cui-black-rgb), var(--cui-bg-opacity)) !important;
1871
2499
  }
1872
2500
 
2501
+ [data-coreui-theme=dark] .dark\:bg-white, [data-coreui-theme=dark] .dark\:bg-white:not([class*="dark:"]),
1873
2502
  .bg-white {
1874
2503
  --cui-bg-opacity: 1;
1875
2504
  background-color: rgba(var(--cui-white-rgb), var(--cui-bg-opacity)) !important;
1876
2505
  }
1877
2506
 
2507
+ [data-coreui-theme=dark] .dark\:bg-body, [data-coreui-theme=dark] .dark\:bg-body:not([class*="dark:"]),
1878
2508
  .bg-body {
1879
2509
  --cui-bg-opacity: 1;
1880
2510
  background-color: rgba(var(--cui-body-bg-rgb), var(--cui-bg-opacity)) !important;
1881
2511
  }
1882
2512
 
2513
+ [data-coreui-theme=dark] .dark\:bg-transparent, [data-coreui-theme=dark] .dark\:bg-transparent:not([class*="dark:"]),
1883
2514
  .bg-transparent {
1884
2515
  --cui-bg-opacity: 1;
1885
2516
  background-color: transparent !important;
1886
2517
  }
1887
2518
 
2519
+ [data-coreui-theme=dark] .dark\:bg-body-secondary, [data-coreui-theme=dark] .dark\:bg-body-secondary:not([class*="dark:"]),
2520
+ .bg-body-secondary {
2521
+ --cui-bg-opacity: 1;
2522
+ background-color: rgba(var(--cui-secondary-bg-rgb), var(--cui-bg-opacity)) !important;
2523
+ }
2524
+
2525
+ [data-coreui-theme=dark] .dark\:bg-body-tertiary, [data-coreui-theme=dark] .dark\:bg-body-tertiary:not([class*="dark:"]),
2526
+ .bg-body-tertiary {
2527
+ --cui-bg-opacity: 1;
2528
+ background-color: rgba(var(--cui-tertiary-bg-rgb), var(--cui-bg-opacity)) !important;
2529
+ }
2530
+
1888
2531
  .bg-opacity-10 {
1889
2532
  --cui-bg-opacity: 0.1;
1890
2533
  }
@@ -1905,6 +2548,46 @@
1905
2548
  --cui-bg-opacity: 1;
1906
2549
  }
1907
2550
 
2551
+ [data-coreui-theme=dark] .dark\:bg-primary-subtle, [data-coreui-theme=dark] .dark\:bg-primary-subtle:not([class*="dark:"]),
2552
+ .bg-primary-subtle {
2553
+ background-color: var(--cui-primary-bg-subtle) !important;
2554
+ }
2555
+
2556
+ [data-coreui-theme=dark] .dark\:bg-secondary-subtle, [data-coreui-theme=dark] .dark\:bg-secondary-subtle:not([class*="dark:"]),
2557
+ .bg-secondary-subtle {
2558
+ background-color: var(--cui-secondary-bg-subtle) !important;
2559
+ }
2560
+
2561
+ [data-coreui-theme=dark] .dark\:bg-success-subtle, [data-coreui-theme=dark] .dark\:bg-success-subtle:not([class*="dark:"]),
2562
+ .bg-success-subtle {
2563
+ background-color: var(--cui-success-bg-subtle) !important;
2564
+ }
2565
+
2566
+ [data-coreui-theme=dark] .dark\:bg-info-subtle, [data-coreui-theme=dark] .dark\:bg-info-subtle:not([class*="dark:"]),
2567
+ .bg-info-subtle {
2568
+ background-color: var(--cui-info-bg-subtle) !important;
2569
+ }
2570
+
2571
+ [data-coreui-theme=dark] .dark\:bg-warning-subtle, [data-coreui-theme=dark] .dark\:bg-warning-subtle:not([class*="dark:"]),
2572
+ .bg-warning-subtle {
2573
+ background-color: var(--cui-warning-bg-subtle) !important;
2574
+ }
2575
+
2576
+ [data-coreui-theme=dark] .dark\:bg-danger-subtle, [data-coreui-theme=dark] .dark\:bg-danger-subtle:not([class*="dark:"]),
2577
+ .bg-danger-subtle {
2578
+ background-color: var(--cui-danger-bg-subtle) !important;
2579
+ }
2580
+
2581
+ [data-coreui-theme=dark] .dark\:bg-light-subtle, [data-coreui-theme=dark] .dark\:bg-light-subtle:not([class*="dark:"]),
2582
+ .bg-light-subtle {
2583
+ background-color: var(--cui-light-bg-subtle) !important;
2584
+ }
2585
+
2586
+ [data-coreui-theme=dark] .dark\:bg-dark-subtle, [data-coreui-theme=dark] .dark\:bg-dark-subtle:not([class*="dark:"]),
2587
+ .bg-dark-subtle {
2588
+ background-color: var(--cui-dark-bg-subtle) !important;
2589
+ }
2590
+
1908
2591
  .bg-gradient {
1909
2592
  background-image: var(--cui-gradient) !important;
1910
2593
  }
@@ -1954,7 +2637,7 @@
1954
2637
  }
1955
2638
 
1956
2639
  .rounded-5 {
1957
- border-radius: var(--cui-border-radius-2xl) !important;
2640
+ border-radius: var(--cui-border-radius-xxl) !important;
1958
2641
  }
1959
2642
 
1960
2643
  .rounded-circle {
@@ -1970,21 +2653,181 @@
1970
2653
  border-top-right-radius: var(--cui-border-radius) !important;
1971
2654
  }
1972
2655
 
2656
+ .rounded-top-0 {
2657
+ border-top-left-radius: 0 !important;
2658
+ border-top-right-radius: 0 !important;
2659
+ }
2660
+
2661
+ .rounded-top-1 {
2662
+ border-top-left-radius: var(--cui-border-radius-sm) !important;
2663
+ border-top-right-radius: var(--cui-border-radius-sm) !important;
2664
+ }
2665
+
2666
+ .rounded-top-2 {
2667
+ border-top-left-radius: var(--cui-border-radius) !important;
2668
+ border-top-right-radius: var(--cui-border-radius) !important;
2669
+ }
2670
+
2671
+ .rounded-top-3 {
2672
+ border-top-left-radius: var(--cui-border-radius-lg) !important;
2673
+ border-top-right-radius: var(--cui-border-radius-lg) !important;
2674
+ }
2675
+
2676
+ .rounded-top-4 {
2677
+ border-top-left-radius: var(--cui-border-radius-xl) !important;
2678
+ border-top-right-radius: var(--cui-border-radius-xl) !important;
2679
+ }
2680
+
2681
+ .rounded-top-5 {
2682
+ border-top-left-radius: var(--cui-border-radius-xxl) !important;
2683
+ border-top-right-radius: var(--cui-border-radius-xxl) !important;
2684
+ }
2685
+
2686
+ .rounded-top-circle {
2687
+ border-top-left-radius: 50% !important;
2688
+ border-top-right-radius: 50% !important;
2689
+ }
2690
+
2691
+ .rounded-top-pill {
2692
+ border-top-left-radius: var(--cui-border-radius-pill) !important;
2693
+ border-top-right-radius: var(--cui-border-radius-pill) !important;
2694
+ }
2695
+
1973
2696
  .rounded-end {
1974
2697
  border-top-left-radius: var(--cui-border-radius) !important;
1975
2698
  border-bottom-left-radius: var(--cui-border-radius) !important;
1976
2699
  }
1977
2700
 
2701
+ .rounded-end-0 {
2702
+ border-top-left-radius: 0 !important;
2703
+ border-bottom-left-radius: 0 !important;
2704
+ }
2705
+
2706
+ .rounded-end-1 {
2707
+ border-top-left-radius: var(--cui-border-radius-sm) !important;
2708
+ border-bottom-left-radius: var(--cui-border-radius-sm) !important;
2709
+ }
2710
+
2711
+ .rounded-end-2 {
2712
+ border-top-left-radius: var(--cui-border-radius) !important;
2713
+ border-bottom-left-radius: var(--cui-border-radius) !important;
2714
+ }
2715
+
2716
+ .rounded-end-3 {
2717
+ border-top-left-radius: var(--cui-border-radius-lg) !important;
2718
+ border-bottom-left-radius: var(--cui-border-radius-lg) !important;
2719
+ }
2720
+
2721
+ .rounded-end-4 {
2722
+ border-top-left-radius: var(--cui-border-radius-xl) !important;
2723
+ border-bottom-left-radius: var(--cui-border-radius-xl) !important;
2724
+ }
2725
+
2726
+ .rounded-end-5 {
2727
+ border-top-left-radius: var(--cui-border-radius-xxl) !important;
2728
+ border-bottom-left-radius: var(--cui-border-radius-xxl) !important;
2729
+ }
2730
+
2731
+ .rounded-end-circle {
2732
+ border-top-left-radius: 50% !important;
2733
+ border-bottom-left-radius: 50% !important;
2734
+ }
2735
+
2736
+ .rounded-end-pill {
2737
+ border-top-left-radius: var(--cui-border-radius-pill) !important;
2738
+ border-bottom-left-radius: var(--cui-border-radius-pill) !important;
2739
+ }
2740
+
1978
2741
  .rounded-bottom {
1979
2742
  border-bottom-right-radius: var(--cui-border-radius) !important;
1980
2743
  border-bottom-left-radius: var(--cui-border-radius) !important;
1981
2744
  }
1982
2745
 
2746
+ .rounded-bottom-0 {
2747
+ border-bottom-right-radius: 0 !important;
2748
+ border-bottom-left-radius: 0 !important;
2749
+ }
2750
+
2751
+ .rounded-bottom-1 {
2752
+ border-bottom-right-radius: var(--cui-border-radius-sm) !important;
2753
+ border-bottom-left-radius: var(--cui-border-radius-sm) !important;
2754
+ }
2755
+
2756
+ .rounded-bottom-2 {
2757
+ border-bottom-right-radius: var(--cui-border-radius) !important;
2758
+ border-bottom-left-radius: var(--cui-border-radius) !important;
2759
+ }
2760
+
2761
+ .rounded-bottom-3 {
2762
+ border-bottom-right-radius: var(--cui-border-radius-lg) !important;
2763
+ border-bottom-left-radius: var(--cui-border-radius-lg) !important;
2764
+ }
2765
+
2766
+ .rounded-bottom-4 {
2767
+ border-bottom-right-radius: var(--cui-border-radius-xl) !important;
2768
+ border-bottom-left-radius: var(--cui-border-radius-xl) !important;
2769
+ }
2770
+
2771
+ .rounded-bottom-5 {
2772
+ border-bottom-right-radius: var(--cui-border-radius-xxl) !important;
2773
+ border-bottom-left-radius: var(--cui-border-radius-xxl) !important;
2774
+ }
2775
+
2776
+ .rounded-bottom-circle {
2777
+ border-bottom-right-radius: 50% !important;
2778
+ border-bottom-left-radius: 50% !important;
2779
+ }
2780
+
2781
+ .rounded-bottom-pill {
2782
+ border-bottom-right-radius: var(--cui-border-radius-pill) !important;
2783
+ border-bottom-left-radius: var(--cui-border-radius-pill) !important;
2784
+ }
2785
+
1983
2786
  .rounded-start {
1984
2787
  border-bottom-right-radius: var(--cui-border-radius) !important;
1985
2788
  border-top-right-radius: var(--cui-border-radius) !important;
1986
2789
  }
1987
2790
 
2791
+ .rounded-start-0 {
2792
+ border-bottom-right-radius: 0 !important;
2793
+ border-top-right-radius: 0 !important;
2794
+ }
2795
+
2796
+ .rounded-start-1 {
2797
+ border-bottom-right-radius: var(--cui-border-radius-sm) !important;
2798
+ border-top-right-radius: var(--cui-border-radius-sm) !important;
2799
+ }
2800
+
2801
+ .rounded-start-2 {
2802
+ border-bottom-right-radius: var(--cui-border-radius) !important;
2803
+ border-top-right-radius: var(--cui-border-radius) !important;
2804
+ }
2805
+
2806
+ .rounded-start-3 {
2807
+ border-bottom-right-radius: var(--cui-border-radius-lg) !important;
2808
+ border-top-right-radius: var(--cui-border-radius-lg) !important;
2809
+ }
2810
+
2811
+ .rounded-start-4 {
2812
+ border-bottom-right-radius: var(--cui-border-radius-xl) !important;
2813
+ border-top-right-radius: var(--cui-border-radius-xl) !important;
2814
+ }
2815
+
2816
+ .rounded-start-5 {
2817
+ border-bottom-right-radius: var(--cui-border-radius-xxl) !important;
2818
+ border-top-right-radius: var(--cui-border-radius-xxl) !important;
2819
+ }
2820
+
2821
+ .rounded-start-circle {
2822
+ border-bottom-right-radius: 50% !important;
2823
+ border-top-right-radius: 50% !important;
2824
+ }
2825
+
2826
+ .rounded-start-pill {
2827
+ border-bottom-right-radius: var(--cui-border-radius-pill) !important;
2828
+ border-top-right-radius: var(--cui-border-radius-pill) !important;
2829
+ }
2830
+
1988
2831
  .visible {
1989
2832
  visibility: visible !important;
1990
2833
  }
@@ -1993,6 +2836,26 @@
1993
2836
  visibility: hidden !important;
1994
2837
  }
1995
2838
 
2839
+ .z-n1 {
2840
+ z-index: -1 !important;
2841
+ }
2842
+
2843
+ .z-0 {
2844
+ z-index: 0 !important;
2845
+ }
2846
+
2847
+ .z-1 {
2848
+ z-index: 1 !important;
2849
+ }
2850
+
2851
+ .z-2 {
2852
+ z-index: 2 !important;
2853
+ }
2854
+
2855
+ .z-3 {
2856
+ z-index: 3 !important;
2857
+ }
2858
+
1996
2859
  @media (min-width: 576px) {
1997
2860
  .float-sm-start {
1998
2861
  float: right !important;
@@ -2003,6 +2866,21 @@
2003
2866
  .float-sm-none {
2004
2867
  float: none !important;
2005
2868
  }
2869
+ .object-fit-sm-contain {
2870
+ object-fit: contain !important;
2871
+ }
2872
+ .object-fit-sm-cover {
2873
+ object-fit: cover !important;
2874
+ }
2875
+ .object-fit-sm-fill {
2876
+ object-fit: fill !important;
2877
+ }
2878
+ .object-fit-sm-scale {
2879
+ object-fit: scale-down !important;
2880
+ }
2881
+ .object-fit-sm-none {
2882
+ object-fit: none !important;
2883
+ }
2006
2884
  .d-sm-inline {
2007
2885
  display: inline !important;
2008
2886
  }
@@ -2015,6 +2893,9 @@
2015
2893
  .d-sm-grid {
2016
2894
  display: grid !important;
2017
2895
  }
2896
+ .d-sm-inline-grid {
2897
+ display: inline-grid !important;
2898
+ }
2018
2899
  .d-sm-table {
2019
2900
  display: table !important;
2020
2901
  }
@@ -2479,6 +3360,42 @@
2479
3360
  .gap-sm-5 {
2480
3361
  gap: 3rem !important;
2481
3362
  }
3363
+ .row-gap-sm-0 {
3364
+ row-gap: 0 !important;
3365
+ }
3366
+ .row-gap-sm-1 {
3367
+ row-gap: 0.25rem !important;
3368
+ }
3369
+ .row-gap-sm-2 {
3370
+ row-gap: 0.5rem !important;
3371
+ }
3372
+ .row-gap-sm-3 {
3373
+ row-gap: 1rem !important;
3374
+ }
3375
+ .row-gap-sm-4 {
3376
+ row-gap: 1.5rem !important;
3377
+ }
3378
+ .row-gap-sm-5 {
3379
+ row-gap: 3rem !important;
3380
+ }
3381
+ .column-gap-sm-0 {
3382
+ column-gap: 0 !important;
3383
+ }
3384
+ .column-gap-sm-1 {
3385
+ column-gap: 0.25rem !important;
3386
+ }
3387
+ .column-gap-sm-2 {
3388
+ column-gap: 0.5rem !important;
3389
+ }
3390
+ .column-gap-sm-3 {
3391
+ column-gap: 1rem !important;
3392
+ }
3393
+ .column-gap-sm-4 {
3394
+ column-gap: 1.5rem !important;
3395
+ }
3396
+ .column-gap-sm-5 {
3397
+ column-gap: 3rem !important;
3398
+ }
2482
3399
  .text-sm-start {
2483
3400
  text-align: right !important;
2484
3401
  }
@@ -2499,6 +3416,21 @@
2499
3416
  .float-md-none {
2500
3417
  float: none !important;
2501
3418
  }
3419
+ .object-fit-md-contain {
3420
+ object-fit: contain !important;
3421
+ }
3422
+ .object-fit-md-cover {
3423
+ object-fit: cover !important;
3424
+ }
3425
+ .object-fit-md-fill {
3426
+ object-fit: fill !important;
3427
+ }
3428
+ .object-fit-md-scale {
3429
+ object-fit: scale-down !important;
3430
+ }
3431
+ .object-fit-md-none {
3432
+ object-fit: none !important;
3433
+ }
2502
3434
  .d-md-inline {
2503
3435
  display: inline !important;
2504
3436
  }
@@ -2511,6 +3443,9 @@
2511
3443
  .d-md-grid {
2512
3444
  display: grid !important;
2513
3445
  }
3446
+ .d-md-inline-grid {
3447
+ display: inline-grid !important;
3448
+ }
2514
3449
  .d-md-table {
2515
3450
  display: table !important;
2516
3451
  }
@@ -2975,6 +3910,42 @@
2975
3910
  .gap-md-5 {
2976
3911
  gap: 3rem !important;
2977
3912
  }
3913
+ .row-gap-md-0 {
3914
+ row-gap: 0 !important;
3915
+ }
3916
+ .row-gap-md-1 {
3917
+ row-gap: 0.25rem !important;
3918
+ }
3919
+ .row-gap-md-2 {
3920
+ row-gap: 0.5rem !important;
3921
+ }
3922
+ .row-gap-md-3 {
3923
+ row-gap: 1rem !important;
3924
+ }
3925
+ .row-gap-md-4 {
3926
+ row-gap: 1.5rem !important;
3927
+ }
3928
+ .row-gap-md-5 {
3929
+ row-gap: 3rem !important;
3930
+ }
3931
+ .column-gap-md-0 {
3932
+ column-gap: 0 !important;
3933
+ }
3934
+ .column-gap-md-1 {
3935
+ column-gap: 0.25rem !important;
3936
+ }
3937
+ .column-gap-md-2 {
3938
+ column-gap: 0.5rem !important;
3939
+ }
3940
+ .column-gap-md-3 {
3941
+ column-gap: 1rem !important;
3942
+ }
3943
+ .column-gap-md-4 {
3944
+ column-gap: 1.5rem !important;
3945
+ }
3946
+ .column-gap-md-5 {
3947
+ column-gap: 3rem !important;
3948
+ }
2978
3949
  .text-md-start {
2979
3950
  text-align: right !important;
2980
3951
  }
@@ -2995,6 +3966,21 @@
2995
3966
  .float-lg-none {
2996
3967
  float: none !important;
2997
3968
  }
3969
+ .object-fit-lg-contain {
3970
+ object-fit: contain !important;
3971
+ }
3972
+ .object-fit-lg-cover {
3973
+ object-fit: cover !important;
3974
+ }
3975
+ .object-fit-lg-fill {
3976
+ object-fit: fill !important;
3977
+ }
3978
+ .object-fit-lg-scale {
3979
+ object-fit: scale-down !important;
3980
+ }
3981
+ .object-fit-lg-none {
3982
+ object-fit: none !important;
3983
+ }
2998
3984
  .d-lg-inline {
2999
3985
  display: inline !important;
3000
3986
  }
@@ -3007,6 +3993,9 @@
3007
3993
  .d-lg-grid {
3008
3994
  display: grid !important;
3009
3995
  }
3996
+ .d-lg-inline-grid {
3997
+ display: inline-grid !important;
3998
+ }
3010
3999
  .d-lg-table {
3011
4000
  display: table !important;
3012
4001
  }
@@ -3471,6 +4460,42 @@
3471
4460
  .gap-lg-5 {
3472
4461
  gap: 3rem !important;
3473
4462
  }
4463
+ .row-gap-lg-0 {
4464
+ row-gap: 0 !important;
4465
+ }
4466
+ .row-gap-lg-1 {
4467
+ row-gap: 0.25rem !important;
4468
+ }
4469
+ .row-gap-lg-2 {
4470
+ row-gap: 0.5rem !important;
4471
+ }
4472
+ .row-gap-lg-3 {
4473
+ row-gap: 1rem !important;
4474
+ }
4475
+ .row-gap-lg-4 {
4476
+ row-gap: 1.5rem !important;
4477
+ }
4478
+ .row-gap-lg-5 {
4479
+ row-gap: 3rem !important;
4480
+ }
4481
+ .column-gap-lg-0 {
4482
+ column-gap: 0 !important;
4483
+ }
4484
+ .column-gap-lg-1 {
4485
+ column-gap: 0.25rem !important;
4486
+ }
4487
+ .column-gap-lg-2 {
4488
+ column-gap: 0.5rem !important;
4489
+ }
4490
+ .column-gap-lg-3 {
4491
+ column-gap: 1rem !important;
4492
+ }
4493
+ .column-gap-lg-4 {
4494
+ column-gap: 1.5rem !important;
4495
+ }
4496
+ .column-gap-lg-5 {
4497
+ column-gap: 3rem !important;
4498
+ }
3474
4499
  .text-lg-start {
3475
4500
  text-align: right !important;
3476
4501
  }
@@ -3491,6 +4516,21 @@
3491
4516
  .float-xl-none {
3492
4517
  float: none !important;
3493
4518
  }
4519
+ .object-fit-xl-contain {
4520
+ object-fit: contain !important;
4521
+ }
4522
+ .object-fit-xl-cover {
4523
+ object-fit: cover !important;
4524
+ }
4525
+ .object-fit-xl-fill {
4526
+ object-fit: fill !important;
4527
+ }
4528
+ .object-fit-xl-scale {
4529
+ object-fit: scale-down !important;
4530
+ }
4531
+ .object-fit-xl-none {
4532
+ object-fit: none !important;
4533
+ }
3494
4534
  .d-xl-inline {
3495
4535
  display: inline !important;
3496
4536
  }
@@ -3503,6 +4543,9 @@
3503
4543
  .d-xl-grid {
3504
4544
  display: grid !important;
3505
4545
  }
4546
+ .d-xl-inline-grid {
4547
+ display: inline-grid !important;
4548
+ }
3506
4549
  .d-xl-table {
3507
4550
  display: table !important;
3508
4551
  }
@@ -3967,6 +5010,42 @@
3967
5010
  .gap-xl-5 {
3968
5011
  gap: 3rem !important;
3969
5012
  }
5013
+ .row-gap-xl-0 {
5014
+ row-gap: 0 !important;
5015
+ }
5016
+ .row-gap-xl-1 {
5017
+ row-gap: 0.25rem !important;
5018
+ }
5019
+ .row-gap-xl-2 {
5020
+ row-gap: 0.5rem !important;
5021
+ }
5022
+ .row-gap-xl-3 {
5023
+ row-gap: 1rem !important;
5024
+ }
5025
+ .row-gap-xl-4 {
5026
+ row-gap: 1.5rem !important;
5027
+ }
5028
+ .row-gap-xl-5 {
5029
+ row-gap: 3rem !important;
5030
+ }
5031
+ .column-gap-xl-0 {
5032
+ column-gap: 0 !important;
5033
+ }
5034
+ .column-gap-xl-1 {
5035
+ column-gap: 0.25rem !important;
5036
+ }
5037
+ .column-gap-xl-2 {
5038
+ column-gap: 0.5rem !important;
5039
+ }
5040
+ .column-gap-xl-3 {
5041
+ column-gap: 1rem !important;
5042
+ }
5043
+ .column-gap-xl-4 {
5044
+ column-gap: 1.5rem !important;
5045
+ }
5046
+ .column-gap-xl-5 {
5047
+ column-gap: 3rem !important;
5048
+ }
3970
5049
  .text-xl-start {
3971
5050
  text-align: right !important;
3972
5051
  }
@@ -3987,6 +5066,21 @@
3987
5066
  .float-xxl-none {
3988
5067
  float: none !important;
3989
5068
  }
5069
+ .object-fit-xxl-contain {
5070
+ object-fit: contain !important;
5071
+ }
5072
+ .object-fit-xxl-cover {
5073
+ object-fit: cover !important;
5074
+ }
5075
+ .object-fit-xxl-fill {
5076
+ object-fit: fill !important;
5077
+ }
5078
+ .object-fit-xxl-scale {
5079
+ object-fit: scale-down !important;
5080
+ }
5081
+ .object-fit-xxl-none {
5082
+ object-fit: none !important;
5083
+ }
3990
5084
  .d-xxl-inline {
3991
5085
  display: inline !important;
3992
5086
  }
@@ -3999,6 +5093,9 @@
3999
5093
  .d-xxl-grid {
4000
5094
  display: grid !important;
4001
5095
  }
5096
+ .d-xxl-inline-grid {
5097
+ display: inline-grid !important;
5098
+ }
4002
5099
  .d-xxl-table {
4003
5100
  display: table !important;
4004
5101
  }
@@ -4463,6 +5560,42 @@
4463
5560
  .gap-xxl-5 {
4464
5561
  gap: 3rem !important;
4465
5562
  }
5563
+ .row-gap-xxl-0 {
5564
+ row-gap: 0 !important;
5565
+ }
5566
+ .row-gap-xxl-1 {
5567
+ row-gap: 0.25rem !important;
5568
+ }
5569
+ .row-gap-xxl-2 {
5570
+ row-gap: 0.5rem !important;
5571
+ }
5572
+ .row-gap-xxl-3 {
5573
+ row-gap: 1rem !important;
5574
+ }
5575
+ .row-gap-xxl-4 {
5576
+ row-gap: 1.5rem !important;
5577
+ }
5578
+ .row-gap-xxl-5 {
5579
+ row-gap: 3rem !important;
5580
+ }
5581
+ .column-gap-xxl-0 {
5582
+ column-gap: 0 !important;
5583
+ }
5584
+ .column-gap-xxl-1 {
5585
+ column-gap: 0.25rem !important;
5586
+ }
5587
+ .column-gap-xxl-2 {
5588
+ column-gap: 0.5rem !important;
5589
+ }
5590
+ .column-gap-xxl-3 {
5591
+ column-gap: 1rem !important;
5592
+ }
5593
+ .column-gap-xxl-4 {
5594
+ column-gap: 1.5rem !important;
5595
+ }
5596
+ .column-gap-xxl-5 {
5597
+ column-gap: 3rem !important;
5598
+ }
4466
5599
  .text-xxl-start {
4467
5600
  text-align: right !important;
4468
5601
  }
@@ -4500,6 +5633,9 @@
4500
5633
  .d-print-grid {
4501
5634
  display: grid !important;
4502
5635
  }
5636
+ .d-print-inline-grid {
5637
+ display: inline-grid !important;
5638
+ }
4503
5639
  .d-print-table {
4504
5640
  display: table !important;
4505
5641
  }