@openeuropa/bcl-theme-joinup 1.9.1 → 1.9.2
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.
- package/css/oe-bcl-joinup.css +2285 -709
- package/css/oe-bcl-joinup.css.map +1 -1
- package/css/oe-bcl-joinup.min.css +1 -1
- package/css/oe-bcl-joinup.min.css.map +1 -1
- package/icons/bcl-default-icons.svg +1 -1
- package/icons/bootstrap-icons.svg +1 -1
- package/js/oe-bcl-joinup.bundle.js +526 -423
- package/js/oe-bcl-joinup.bundle.js.map +1 -1
- package/js/oe-bcl-joinup.bundle.min.js +1 -1
- package/js/oe-bcl-joinup.bundle.min.js.map +1 -1
- package/js/oe-bcl-joinup.esm.js +516 -413
- package/js/oe-bcl-joinup.esm.js.map +1 -1
- package/js/oe-bcl-joinup.esm.min.js +1 -1
- package/js/oe-bcl-joinup.esm.min.js.map +1 -1
- package/js/oe-bcl-joinup.umd.js +526 -423
- package/js/oe-bcl-joinup.umd.js.map +1 -1
- package/js/oe-bcl-joinup.umd.min.js +1 -1
- package/js/oe-bcl-joinup.umd.min.js.map +1 -1
- package/package.json +6 -6
package/css/oe-bcl-joinup.css
CHANGED
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
h1, .h1 {
|
|
36
|
-
color:
|
|
36
|
+
color: #113264;
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
h2.fw-medium, .fw-medium.h2,
|
|
@@ -41,10 +41,11 @@ h3.fw-medium,
|
|
|
41
41
|
.fw-medium.h3,
|
|
42
42
|
h4.fw-medium,
|
|
43
43
|
.fw-medium.h4 {
|
|
44
|
-
color:
|
|
44
|
+
color: #113264;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
-
:root
|
|
47
|
+
:root,
|
|
48
|
+
[data-bs-theme=light] {
|
|
48
49
|
--bs-blue: #0d6efd;
|
|
49
50
|
--bs-indigo: #6610f2;
|
|
50
51
|
--bs-purple: #6f42c1;
|
|
@@ -69,7 +70,7 @@ h4.fw-medium,
|
|
|
69
70
|
--bs-gray-800: #3d3f40;
|
|
70
71
|
--bs-gray-900: #242626;
|
|
71
72
|
--bs-primary: #143b76;
|
|
72
|
-
--bs-secondary:
|
|
73
|
+
--bs-secondary: #e7f1fb;
|
|
73
74
|
--bs-success: #18bf80;
|
|
74
75
|
--bs-info: #0d768b;
|
|
75
76
|
--bs-warning: #eba843;
|
|
@@ -86,19 +87,63 @@ h4.fw-medium,
|
|
|
86
87
|
--bs-light-rgb: 248, 249, 250;
|
|
87
88
|
--bs-dark-rgb: 33, 37, 41;
|
|
88
89
|
--bs-brand-rgb: 16, 115, 222;
|
|
90
|
+
--bs-primary-text-emphasis: #08182f;
|
|
91
|
+
--bs-secondary-text-emphasis: #5c6064;
|
|
92
|
+
--bs-success-text-emphasis: #0a4c33;
|
|
93
|
+
--bs-info-text-emphasis: #052f38;
|
|
94
|
+
--bs-warning-text-emphasis: #5e431b;
|
|
95
|
+
--bs-danger-text-emphasis: #5e1515;
|
|
96
|
+
--bs-light-text-emphasis: #555859;
|
|
97
|
+
--bs-dark-text-emphasis: #555859;
|
|
98
|
+
--bs-primary-bg-subtle: tint-color(#253ebe, 90%);
|
|
99
|
+
--bs-secondary-bg-subtle: tint-color(#70254a, 90%);
|
|
100
|
+
--bs-success-bg-subtle: tint-color(#09854c, 90%);
|
|
101
|
+
--bs-info-bg-subtle: tint-color(#0d768b, 90%);
|
|
102
|
+
--bs-warning-bg-subtle: tint-color(#ffba07, 90%);
|
|
103
|
+
--bs-danger-bg-subtle: tint-color(#a51f2c, 90%);
|
|
104
|
+
--bs-light-bg-subtle: #fdfdfe;
|
|
105
|
+
--bs-dark-bg-subtle: #a2a8ab;
|
|
106
|
+
--bs-primary-border-subtle: tint-color(#253ebe, 80%);
|
|
107
|
+
--bs-secondary-border-subtle: tint-color(#70254a, 80%);
|
|
108
|
+
--bs-success-border-subtle: tint-color(#09854c, 80%);
|
|
109
|
+
--bs-info-border-subtle: tint-color(#0d768b, 80%);
|
|
110
|
+
--bs-warning-border-subtle: tint-color(#ffba07, 80%);
|
|
111
|
+
--bs-danger-border-subtle: tint-color(#a51f2c, 80%);
|
|
112
|
+
--bs-light-border-subtle: #f5f6f7;
|
|
113
|
+
--bs-dark-border-subtle: #858a8c;
|
|
89
114
|
--bs-white-rgb: 255, 255, 255;
|
|
90
115
|
--bs-black-rgb: 0, 0, 0;
|
|
91
|
-
--bs-body-color-rgb: 36, 38, 38;
|
|
92
|
-
--bs-body-bg-rgb: 255, 255, 255;
|
|
93
116
|
--bs-font-sans-serif: "Roboto", sans-serif;
|
|
94
117
|
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
95
118
|
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
|
|
96
|
-
--bs-body-font-family: Roboto, sans-serif;
|
|
119
|
+
--bs-body-font-family: "Roboto", sans-serif;
|
|
97
120
|
--bs-body-font-size: 1rem;
|
|
98
121
|
--bs-body-font-weight: 400;
|
|
99
122
|
--bs-body-line-height: 1.5;
|
|
100
123
|
--bs-body-color: #242626;
|
|
124
|
+
--bs-body-color-rgb: 36, 38, 38;
|
|
101
125
|
--bs-body-bg: #fff;
|
|
126
|
+
--bs-body-bg-rgb: 255, 255, 255;
|
|
127
|
+
--bs-emphasis-color: #000;
|
|
128
|
+
--bs-emphasis-color-rgb: 0, 0, 0;
|
|
129
|
+
--bs-secondary-color: #495057;
|
|
130
|
+
--bs-secondary-color-rgb: 73, 80, 87;
|
|
131
|
+
--bs-secondary-bg: #f5f6f7;
|
|
132
|
+
--bs-secondary-bg-rgb: 245, 246, 247;
|
|
133
|
+
--bs-tertiary-color: rgba(36, 38, 38, 0.5);
|
|
134
|
+
--bs-tertiary-color-rgb: 36, 38, 38;
|
|
135
|
+
--bs-tertiary-bg: #fafbfc;
|
|
136
|
+
--bs-tertiary-bg-rgb: 250, 251, 252;
|
|
137
|
+
--bs-heading-color: #143b76;
|
|
138
|
+
--bs-link-color: #1073de;
|
|
139
|
+
--bs-link-color-rgb: 16, 115, 222;
|
|
140
|
+
--bs-link-decoration: none;
|
|
141
|
+
--bs-link-hover-color: #102f5e;
|
|
142
|
+
--bs-link-hover-color-rgb: 16, 47, 94;
|
|
143
|
+
--bs-link-hover-decoration: underline;
|
|
144
|
+
--bs-code-color: #d63384;
|
|
145
|
+
--bs-highlight-color: #242626;
|
|
146
|
+
--bs-highlight-bg: #fff3cd;
|
|
102
147
|
--bs-border-width: 1px;
|
|
103
148
|
--bs-border-style: solid;
|
|
104
149
|
--bs-border-color: #dadee0;
|
|
@@ -107,12 +152,76 @@ h4.fw-medium,
|
|
|
107
152
|
--bs-border-radius-sm: 0.25rem;
|
|
108
153
|
--bs-border-radius-lg: 0.5rem;
|
|
109
154
|
--bs-border-radius-xl: 1rem;
|
|
110
|
-
--bs-border-radius-
|
|
155
|
+
--bs-border-radius-xxl: 2rem;
|
|
156
|
+
--bs-border-radius-2xl: var(--bs-border-radius-xxl);
|
|
111
157
|
--bs-border-radius-pill: 50rem;
|
|
112
|
-
--bs-
|
|
113
|
-
--bs-
|
|
114
|
-
--bs-
|
|
115
|
-
--bs-
|
|
158
|
+
--bs-box-shadow: 0 0.1rem 0.4rem 0.1rem rgba(0, 0, 0, 0.1);
|
|
159
|
+
--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
|
|
160
|
+
--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
|
|
161
|
+
--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
|
|
162
|
+
--bs-focus-ring-width: 0.25rem;
|
|
163
|
+
--bs-focus-ring-opacity: 0.25;
|
|
164
|
+
--bs-focus-ring-color: rgba(20, 59, 118, 0.25);
|
|
165
|
+
--bs-form-valid-color: #18bf80;
|
|
166
|
+
--bs-form-valid-border-color: #18bf80;
|
|
167
|
+
--bs-form-invalid-color: #eb3434;
|
|
168
|
+
--bs-form-invalid-border-color: #eb3434;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
[data-bs-theme=dark] {
|
|
172
|
+
color-scheme: dark;
|
|
173
|
+
--bs-body-color: #dadee0;
|
|
174
|
+
--bs-body-color-rgb: 218, 222, 224;
|
|
175
|
+
--bs-body-bg: #242626;
|
|
176
|
+
--bs-body-bg-rgb: 36, 38, 38;
|
|
177
|
+
--bs-emphasis-color: #fff;
|
|
178
|
+
--bs-emphasis-color-rgb: 255, 255, 255;
|
|
179
|
+
--bs-secondary-color: rgba(218, 222, 224, 0.75);
|
|
180
|
+
--bs-secondary-color-rgb: 218, 222, 224;
|
|
181
|
+
--bs-secondary-bg: #3d3f40;
|
|
182
|
+
--bs-secondary-bg-rgb: 61, 63, 64;
|
|
183
|
+
--bs-tertiary-color: rgba(218, 222, 224, 0.5);
|
|
184
|
+
--bs-tertiary-color-rgb: 218, 222, 224;
|
|
185
|
+
--bs-tertiary-bg: #313333;
|
|
186
|
+
--bs-tertiary-bg-rgb: 49, 51, 51;
|
|
187
|
+
--bs-primary-text-emphasis: #7289ad;
|
|
188
|
+
--bs-secondary-text-emphasis: #f1f7fd;
|
|
189
|
+
--bs-success-text-emphasis: #74d9b3;
|
|
190
|
+
--bs-info-text-emphasis: #6eadb9;
|
|
191
|
+
--bs-warning-text-emphasis: #f3cb8e;
|
|
192
|
+
--bs-danger-text-emphasis: #f38585;
|
|
193
|
+
--bs-light-text-emphasis: #fafbfc;
|
|
194
|
+
--bs-dark-text-emphasis: #dadee0;
|
|
195
|
+
--bs-primary-bg-subtle: #040c18;
|
|
196
|
+
--bs-secondary-bg-subtle: #2e3032;
|
|
197
|
+
--bs-success-bg-subtle: #05261a;
|
|
198
|
+
--bs-info-bg-subtle: #03181c;
|
|
199
|
+
--bs-warning-bg-subtle: #2f220d;
|
|
200
|
+
--bs-danger-bg-subtle: #2f0a0a;
|
|
201
|
+
--bs-light-bg-subtle: #3d3f40;
|
|
202
|
+
--bs-dark-bg-subtle: #1f2020;
|
|
203
|
+
--bs-primary-border-subtle: #0c2347;
|
|
204
|
+
--bs-secondary-border-subtle: #8b9197;
|
|
205
|
+
--bs-success-border-subtle: #0e734d;
|
|
206
|
+
--bs-info-border-subtle: #084753;
|
|
207
|
+
--bs-warning-border-subtle: #8d6528;
|
|
208
|
+
--bs-danger-border-subtle: #8d1f1f;
|
|
209
|
+
--bs-light-border-subtle: #555859;
|
|
210
|
+
--bs-dark-border-subtle: #3d3f40;
|
|
211
|
+
--bs-heading-color: inherit;
|
|
212
|
+
--bs-link-color: #7289ad;
|
|
213
|
+
--bs-link-hover-color: #8ea1bd;
|
|
214
|
+
--bs-link-color-rgb: 114, 137, 173;
|
|
215
|
+
--bs-link-hover-color-rgb: 142, 161, 189;
|
|
216
|
+
--bs-code-color: #e685b5;
|
|
217
|
+
--bs-highlight-color: #dadee0;
|
|
218
|
+
--bs-highlight-bg: #664d03;
|
|
219
|
+
--bs-border-color: #555859;
|
|
220
|
+
--bs-border-color-translucent: rgba(255, 255, 255, 0.15);
|
|
221
|
+
--bs-form-valid-color: #75b798;
|
|
222
|
+
--bs-form-valid-border-color: #75b798;
|
|
223
|
+
--bs-form-invalid-color: #ea868f;
|
|
224
|
+
--bs-form-invalid-border-color: #ea868f;
|
|
116
225
|
}
|
|
117
226
|
|
|
118
227
|
*,
|
|
@@ -144,7 +253,7 @@ hr {
|
|
|
144
253
|
margin: 1rem 0;
|
|
145
254
|
color: inherit;
|
|
146
255
|
border: 0;
|
|
147
|
-
border-top:
|
|
256
|
+
border-top: var(--bs-border-width) solid;
|
|
148
257
|
opacity: 0.25;
|
|
149
258
|
}
|
|
150
259
|
|
|
@@ -153,7 +262,7 @@ hr {
|
|
|
153
262
|
margin-bottom: 0.5rem;
|
|
154
263
|
font-weight: 700;
|
|
155
264
|
line-height: 1.2;
|
|
156
|
-
color:
|
|
265
|
+
color: var(--bs-heading-color);
|
|
157
266
|
}
|
|
158
267
|
|
|
159
268
|
h1, .h1 {
|
|
@@ -257,6 +366,7 @@ small, .small {
|
|
|
257
366
|
|
|
258
367
|
mark, .mark {
|
|
259
368
|
padding: 0.1875em;
|
|
369
|
+
color: var(--bs-highlight-color);
|
|
260
370
|
background-color: var(--bs-highlight-bg);
|
|
261
371
|
}
|
|
262
372
|
|
|
@@ -277,11 +387,11 @@ sup {
|
|
|
277
387
|
}
|
|
278
388
|
|
|
279
389
|
a {
|
|
280
|
-
color: var(--bs-link-color);
|
|
390
|
+
color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
|
|
281
391
|
text-decoration: none;
|
|
282
392
|
}
|
|
283
393
|
a:hover {
|
|
284
|
-
color: var(--bs-link-hover-color);
|
|
394
|
+
--bs-link-color-rgb: var(--bs-link-hover-color-rgb);
|
|
285
395
|
text-decoration: underline;
|
|
286
396
|
}
|
|
287
397
|
|
|
@@ -349,7 +459,7 @@ table {
|
|
|
349
459
|
caption {
|
|
350
460
|
padding-top: 0.5rem;
|
|
351
461
|
padding-bottom: 0.5rem;
|
|
352
|
-
color:
|
|
462
|
+
color: var(--bs-secondary-color);
|
|
353
463
|
text-align: left;
|
|
354
464
|
}
|
|
355
465
|
|
|
@@ -473,8 +583,8 @@ legend + * {
|
|
|
473
583
|
}
|
|
474
584
|
|
|
475
585
|
[type=search] {
|
|
476
|
-
outline-offset: -2px;
|
|
477
586
|
-webkit-appearance: textfield;
|
|
587
|
+
outline-offset: -2px;
|
|
478
588
|
}
|
|
479
589
|
|
|
480
590
|
/* rtl:raw:
|
|
@@ -642,10 +752,10 @@ progress {
|
|
|
642
752
|
|
|
643
753
|
.img-thumbnail {
|
|
644
754
|
padding: 0.25rem;
|
|
645
|
-
background-color:
|
|
646
|
-
border:
|
|
647
|
-
border-radius:
|
|
648
|
-
box-shadow:
|
|
755
|
+
background-color: var(--bs-body-bg);
|
|
756
|
+
border: var(--bs-border-width) solid var(--bs-border-color);
|
|
757
|
+
border-radius: var(--bs-border-radius);
|
|
758
|
+
box-shadow: var(--bs-box-shadow-sm);
|
|
649
759
|
max-width: 100%;
|
|
650
760
|
height: auto;
|
|
651
761
|
}
|
|
@@ -661,7 +771,7 @@ progress {
|
|
|
661
771
|
|
|
662
772
|
.figure-caption {
|
|
663
773
|
font-size: 0.875em;
|
|
664
|
-
color:
|
|
774
|
+
color: var(--bs-secondary-color);
|
|
665
775
|
}
|
|
666
776
|
|
|
667
777
|
.container,
|
|
@@ -705,6 +815,15 @@ progress {
|
|
|
705
815
|
max-width: 1320px;
|
|
706
816
|
}
|
|
707
817
|
}
|
|
818
|
+
:root {
|
|
819
|
+
--bs-breakpoint-xs: 0;
|
|
820
|
+
--bs-breakpoint-sm: 576px;
|
|
821
|
+
--bs-breakpoint-md: 768px;
|
|
822
|
+
--bs-breakpoint-lg: 992px;
|
|
823
|
+
--bs-breakpoint-xl: 1200px;
|
|
824
|
+
--bs-breakpoint-xxl: 1400px;
|
|
825
|
+
}
|
|
826
|
+
|
|
708
827
|
.row {
|
|
709
828
|
--bs-gutter-x: 1.5rem;
|
|
710
829
|
--bs-gutter-y: 0;
|
|
@@ -752,7 +871,7 @@ progress {
|
|
|
752
871
|
.row-cols-3 > * {
|
|
753
872
|
-ms-flex: 0 0 auto;
|
|
754
873
|
flex: 0 0 auto;
|
|
755
|
-
width: 33.
|
|
874
|
+
width: 33.33333333%;
|
|
756
875
|
}
|
|
757
876
|
|
|
758
877
|
.row-cols-4 > * {
|
|
@@ -770,7 +889,7 @@ progress {
|
|
|
770
889
|
.row-cols-6 > * {
|
|
771
890
|
-ms-flex: 0 0 auto;
|
|
772
891
|
flex: 0 0 auto;
|
|
773
|
-
width: 16.
|
|
892
|
+
width: 16.66666667%;
|
|
774
893
|
}
|
|
775
894
|
|
|
776
895
|
.col-auto {
|
|
@@ -1038,7 +1157,7 @@ progress {
|
|
|
1038
1157
|
.row-cols-sm-3 > * {
|
|
1039
1158
|
-ms-flex: 0 0 auto;
|
|
1040
1159
|
flex: 0 0 auto;
|
|
1041
|
-
width: 33.
|
|
1160
|
+
width: 33.33333333%;
|
|
1042
1161
|
}
|
|
1043
1162
|
.row-cols-sm-4 > * {
|
|
1044
1163
|
-ms-flex: 0 0 auto;
|
|
@@ -1053,7 +1172,7 @@ progress {
|
|
|
1053
1172
|
.row-cols-sm-6 > * {
|
|
1054
1173
|
-ms-flex: 0 0 auto;
|
|
1055
1174
|
flex: 0 0 auto;
|
|
1056
|
-
width: 16.
|
|
1175
|
+
width: 16.66666667%;
|
|
1057
1176
|
}
|
|
1058
1177
|
.col-sm-auto {
|
|
1059
1178
|
-ms-flex: 0 0 auto;
|
|
@@ -1276,7 +1395,7 @@ progress {
|
|
|
1276
1395
|
.row-cols-md-3 > * {
|
|
1277
1396
|
-ms-flex: 0 0 auto;
|
|
1278
1397
|
flex: 0 0 auto;
|
|
1279
|
-
width: 33.
|
|
1398
|
+
width: 33.33333333%;
|
|
1280
1399
|
}
|
|
1281
1400
|
.row-cols-md-4 > * {
|
|
1282
1401
|
-ms-flex: 0 0 auto;
|
|
@@ -1291,7 +1410,7 @@ progress {
|
|
|
1291
1410
|
.row-cols-md-6 > * {
|
|
1292
1411
|
-ms-flex: 0 0 auto;
|
|
1293
1412
|
flex: 0 0 auto;
|
|
1294
|
-
width: 16.
|
|
1413
|
+
width: 16.66666667%;
|
|
1295
1414
|
}
|
|
1296
1415
|
.col-md-auto {
|
|
1297
1416
|
-ms-flex: 0 0 auto;
|
|
@@ -1514,7 +1633,7 @@ progress {
|
|
|
1514
1633
|
.row-cols-lg-3 > * {
|
|
1515
1634
|
-ms-flex: 0 0 auto;
|
|
1516
1635
|
flex: 0 0 auto;
|
|
1517
|
-
width: 33.
|
|
1636
|
+
width: 33.33333333%;
|
|
1518
1637
|
}
|
|
1519
1638
|
.row-cols-lg-4 > * {
|
|
1520
1639
|
-ms-flex: 0 0 auto;
|
|
@@ -1529,7 +1648,7 @@ progress {
|
|
|
1529
1648
|
.row-cols-lg-6 > * {
|
|
1530
1649
|
-ms-flex: 0 0 auto;
|
|
1531
1650
|
flex: 0 0 auto;
|
|
1532
|
-
width: 16.
|
|
1651
|
+
width: 16.66666667%;
|
|
1533
1652
|
}
|
|
1534
1653
|
.col-lg-auto {
|
|
1535
1654
|
-ms-flex: 0 0 auto;
|
|
@@ -1752,7 +1871,7 @@ progress {
|
|
|
1752
1871
|
.row-cols-xl-3 > * {
|
|
1753
1872
|
-ms-flex: 0 0 auto;
|
|
1754
1873
|
flex: 0 0 auto;
|
|
1755
|
-
width: 33.
|
|
1874
|
+
width: 33.33333333%;
|
|
1756
1875
|
}
|
|
1757
1876
|
.row-cols-xl-4 > * {
|
|
1758
1877
|
-ms-flex: 0 0 auto;
|
|
@@ -1767,7 +1886,7 @@ progress {
|
|
|
1767
1886
|
.row-cols-xl-6 > * {
|
|
1768
1887
|
-ms-flex: 0 0 auto;
|
|
1769
1888
|
flex: 0 0 auto;
|
|
1770
|
-
width: 16.
|
|
1889
|
+
width: 16.66666667%;
|
|
1771
1890
|
}
|
|
1772
1891
|
.col-xl-auto {
|
|
1773
1892
|
-ms-flex: 0 0 auto;
|
|
@@ -1990,7 +2109,7 @@ progress {
|
|
|
1990
2109
|
.row-cols-xxl-3 > * {
|
|
1991
2110
|
-ms-flex: 0 0 auto;
|
|
1992
2111
|
flex: 0 0 auto;
|
|
1993
|
-
width: 33.
|
|
2112
|
+
width: 33.33333333%;
|
|
1994
2113
|
}
|
|
1995
2114
|
.row-cols-xxl-4 > * {
|
|
1996
2115
|
-ms-flex: 0 0 auto;
|
|
@@ -2005,7 +2124,7 @@ progress {
|
|
|
2005
2124
|
.row-cols-xxl-6 > * {
|
|
2006
2125
|
-ms-flex: 0 0 auto;
|
|
2007
2126
|
flex: 0 0 auto;
|
|
2008
|
-
width: 16.
|
|
2127
|
+
width: 16.66666667%;
|
|
2009
2128
|
}
|
|
2010
2129
|
.col-xxl-auto {
|
|
2011
2130
|
-ms-flex: 0 0 auto;
|
|
@@ -2206,27 +2325,31 @@ progress {
|
|
|
2206
2325
|
}
|
|
2207
2326
|
}
|
|
2208
2327
|
.table {
|
|
2209
|
-
--bs-table-color:
|
|
2210
|
-
--bs-table-bg:
|
|
2328
|
+
--bs-table-color-type: initial;
|
|
2329
|
+
--bs-table-bg-type: initial;
|
|
2330
|
+
--bs-table-color-state: initial;
|
|
2331
|
+
--bs-table-bg-state: initial;
|
|
2332
|
+
--bs-table-color: var(--bs-emphasis-color);
|
|
2333
|
+
--bs-table-bg: var(--bs-body-bg);
|
|
2211
2334
|
--bs-table-border-color: var(--bs-border-color);
|
|
2212
2335
|
--bs-table-accent-bg: transparent;
|
|
2213
|
-
--bs-table-striped-color: var(--bs-
|
|
2214
|
-
--bs-table-striped-bg: rgba(
|
|
2215
|
-
--bs-table-active-color: var(--bs-
|
|
2216
|
-
--bs-table-active-bg: rgba(
|
|
2217
|
-
--bs-table-hover-color: var(--bs-
|
|
2218
|
-
--bs-table-hover-bg: rgba(
|
|
2336
|
+
--bs-table-striped-color: var(--bs-emphasis-color);
|
|
2337
|
+
--bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
|
|
2338
|
+
--bs-table-active-color: var(--bs-emphasis-color);
|
|
2339
|
+
--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
|
|
2340
|
+
--bs-table-hover-color: var(--bs-emphasis-color);
|
|
2341
|
+
--bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
|
|
2219
2342
|
width: 100%;
|
|
2220
2343
|
margin-bottom: 1rem;
|
|
2221
|
-
color: var(--bs-table-color);
|
|
2222
2344
|
vertical-align: top;
|
|
2223
2345
|
border-color: var(--bs-table-border-color);
|
|
2224
2346
|
}
|
|
2225
2347
|
.table > :not(caption) > * > * {
|
|
2226
2348
|
padding: 0.5rem 0.5rem;
|
|
2349
|
+
color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
|
|
2227
2350
|
background-color: var(--bs-table-bg);
|
|
2228
|
-
border-bottom-width:
|
|
2229
|
-
box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
|
|
2351
|
+
border-bottom-width: var(--bs-border-width);
|
|
2352
|
+
box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
|
|
2230
2353
|
}
|
|
2231
2354
|
.table > tbody {
|
|
2232
2355
|
vertical-align: inherit;
|
|
@@ -2236,7 +2359,7 @@ progress {
|
|
|
2236
2359
|
}
|
|
2237
2360
|
|
|
2238
2361
|
.table-group-divider {
|
|
2239
|
-
border-top:
|
|
2362
|
+
border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
|
|
2240
2363
|
}
|
|
2241
2364
|
|
|
2242
2365
|
.caption-top {
|
|
@@ -2248,10 +2371,10 @@ progress {
|
|
|
2248
2371
|
}
|
|
2249
2372
|
|
|
2250
2373
|
.table-bordered > :not(caption) > * {
|
|
2251
|
-
border-width:
|
|
2374
|
+
border-width: var(--bs-border-width) 0;
|
|
2252
2375
|
}
|
|
2253
2376
|
.table-bordered > :not(caption) > * > * {
|
|
2254
|
-
border-width: 0
|
|
2377
|
+
border-width: 0 var(--bs-border-width);
|
|
2255
2378
|
}
|
|
2256
2379
|
|
|
2257
2380
|
.table-borderless > :not(caption) > * > * {
|
|
@@ -2262,34 +2385,34 @@ progress {
|
|
|
2262
2385
|
}
|
|
2263
2386
|
|
|
2264
2387
|
.table-striped > tbody > tr:nth-of-type(odd) > * {
|
|
2265
|
-
--bs-table-
|
|
2266
|
-
|
|
2388
|
+
--bs-table-color-type: var(--bs-table-striped-color);
|
|
2389
|
+
--bs-table-bg-type: var(--bs-table-striped-bg);
|
|
2267
2390
|
}
|
|
2268
2391
|
|
|
2269
2392
|
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
|
|
2270
|
-
--bs-table-
|
|
2271
|
-
|
|
2393
|
+
--bs-table-color-type: var(--bs-table-striped-color);
|
|
2394
|
+
--bs-table-bg-type: var(--bs-table-striped-bg);
|
|
2272
2395
|
}
|
|
2273
2396
|
|
|
2274
2397
|
.table-active {
|
|
2275
|
-
--bs-table-
|
|
2276
|
-
|
|
2398
|
+
--bs-table-color-state: var(--bs-table-active-color);
|
|
2399
|
+
--bs-table-bg-state: var(--bs-table-active-bg);
|
|
2277
2400
|
}
|
|
2278
2401
|
|
|
2279
2402
|
.table-hover > tbody > tr:hover > * {
|
|
2280
|
-
--bs-table-
|
|
2281
|
-
|
|
2403
|
+
--bs-table-color-state: var(--bs-table-hover-color);
|
|
2404
|
+
--bs-table-bg-state: var(--bs-table-hover-bg);
|
|
2282
2405
|
}
|
|
2283
2406
|
|
|
2284
2407
|
.table-primary {
|
|
2285
2408
|
--bs-table-color: #000;
|
|
2286
|
-
--bs-table-bg:
|
|
2287
|
-
--bs-table-border-color:
|
|
2288
|
-
--bs-table-striped-bg:
|
|
2409
|
+
--bs-table-bg: #d0d8e4;
|
|
2410
|
+
--bs-table-border-color: #bbc2cd;
|
|
2411
|
+
--bs-table-striped-bg: #c6cdd9;
|
|
2289
2412
|
--bs-table-striped-color: #000;
|
|
2290
|
-
--bs-table-active-bg:
|
|
2413
|
+
--bs-table-active-bg: #bbc2cd;
|
|
2291
2414
|
--bs-table-active-color: #000;
|
|
2292
|
-
--bs-table-hover-bg:
|
|
2415
|
+
--bs-table-hover-bg: #bbc2cd;
|
|
2293
2416
|
--bs-table-hover-color: #000;
|
|
2294
2417
|
color: var(--bs-table-color);
|
|
2295
2418
|
border-color: var(--bs-table-border-color);
|
|
@@ -2297,13 +2420,13 @@ progress {
|
|
|
2297
2420
|
|
|
2298
2421
|
.table-secondary {
|
|
2299
2422
|
--bs-table-color: #000;
|
|
2300
|
-
--bs-table-bg:
|
|
2301
|
-
--bs-table-border-color:
|
|
2302
|
-
--bs-table-striped-bg:
|
|
2423
|
+
--bs-table-bg: #fafcfe;
|
|
2424
|
+
--bs-table-border-color: #e1e3e5;
|
|
2425
|
+
--bs-table-striped-bg: #eeeff1;
|
|
2303
2426
|
--bs-table-striped-color: #000;
|
|
2304
|
-
--bs-table-active-bg:
|
|
2427
|
+
--bs-table-active-bg: #e1e3e5;
|
|
2305
2428
|
--bs-table-active-color: #000;
|
|
2306
|
-
--bs-table-hover-bg:
|
|
2429
|
+
--bs-table-hover-bg: #e1e3e5;
|
|
2307
2430
|
--bs-table-hover-color: #000;
|
|
2308
2431
|
color: var(--bs-table-color);
|
|
2309
2432
|
border-color: var(--bs-table-border-color);
|
|
@@ -2311,13 +2434,13 @@ progress {
|
|
|
2311
2434
|
|
|
2312
2435
|
.table-success {
|
|
2313
2436
|
--bs-table-color: #000;
|
|
2314
|
-
--bs-table-bg:
|
|
2315
|
-
--bs-table-border-color:
|
|
2316
|
-
--bs-table-striped-bg:
|
|
2437
|
+
--bs-table-bg: #d1f2e6;
|
|
2438
|
+
--bs-table-border-color: #bcdacf;
|
|
2439
|
+
--bs-table-striped-bg: #c7e6db;
|
|
2317
2440
|
--bs-table-striped-color: #000;
|
|
2318
|
-
--bs-table-active-bg:
|
|
2441
|
+
--bs-table-active-bg: #bcdacf;
|
|
2319
2442
|
--bs-table-active-color: #000;
|
|
2320
|
-
--bs-table-hover-bg:
|
|
2443
|
+
--bs-table-hover-bg: #bcdacf;
|
|
2321
2444
|
--bs-table-hover-color: #000;
|
|
2322
2445
|
color: var(--bs-table-color);
|
|
2323
2446
|
border-color: var(--bs-table-border-color);
|
|
@@ -2325,13 +2448,13 @@ progress {
|
|
|
2325
2448
|
|
|
2326
2449
|
.table-info {
|
|
2327
2450
|
--bs-table-color: #000;
|
|
2328
|
-
--bs-table-bg:
|
|
2329
|
-
--bs-table-border-color:
|
|
2330
|
-
--bs-table-striped-bg:
|
|
2451
|
+
--bs-table-bg: #cfe4e8;
|
|
2452
|
+
--bs-table-border-color: #bacdd1;
|
|
2453
|
+
--bs-table-striped-bg: #c5d9dc;
|
|
2331
2454
|
--bs-table-striped-color: #000;
|
|
2332
|
-
--bs-table-active-bg:
|
|
2455
|
+
--bs-table-active-bg: #bacdd1;
|
|
2333
2456
|
--bs-table-active-color: #000;
|
|
2334
|
-
--bs-table-hover-bg:
|
|
2457
|
+
--bs-table-hover-bg: #bacdd1;
|
|
2335
2458
|
--bs-table-hover-color: #000;
|
|
2336
2459
|
color: var(--bs-table-color);
|
|
2337
2460
|
border-color: var(--bs-table-border-color);
|
|
@@ -2339,13 +2462,13 @@ progress {
|
|
|
2339
2462
|
|
|
2340
2463
|
.table-warning {
|
|
2341
2464
|
--bs-table-color: #000;
|
|
2342
|
-
--bs-table-bg:
|
|
2343
|
-
--bs-table-border-color:
|
|
2344
|
-
--bs-table-striped-bg:
|
|
2465
|
+
--bs-table-bg: #fbeed9;
|
|
2466
|
+
--bs-table-border-color: #e2d6c3;
|
|
2467
|
+
--bs-table-striped-bg: #eee2ce;
|
|
2345
2468
|
--bs-table-striped-color: #000;
|
|
2346
|
-
--bs-table-active-bg:
|
|
2469
|
+
--bs-table-active-bg: #e2d6c3;
|
|
2347
2470
|
--bs-table-active-color: #000;
|
|
2348
|
-
--bs-table-hover-bg:
|
|
2471
|
+
--bs-table-hover-bg: #e2d6c3;
|
|
2349
2472
|
--bs-table-hover-color: #000;
|
|
2350
2473
|
color: var(--bs-table-color);
|
|
2351
2474
|
border-color: var(--bs-table-border-color);
|
|
@@ -2353,13 +2476,13 @@ progress {
|
|
|
2353
2476
|
|
|
2354
2477
|
.table-danger {
|
|
2355
2478
|
--bs-table-color: #000;
|
|
2356
|
-
--bs-table-bg:
|
|
2357
|
-
--bs-table-border-color:
|
|
2358
|
-
--bs-table-striped-bg:
|
|
2479
|
+
--bs-table-bg: #fbd6d6;
|
|
2480
|
+
--bs-table-border-color: #e2c1c1;
|
|
2481
|
+
--bs-table-striped-bg: #eecbcb;
|
|
2359
2482
|
--bs-table-striped-color: #000;
|
|
2360
|
-
--bs-table-active-bg:
|
|
2483
|
+
--bs-table-active-bg: #e2c1c1;
|
|
2361
2484
|
--bs-table-active-color: #000;
|
|
2362
|
-
--bs-table-hover-bg:
|
|
2485
|
+
--bs-table-hover-bg: #e2c1c1;
|
|
2363
2486
|
--bs-table-hover-color: #000;
|
|
2364
2487
|
color: var(--bs-table-color);
|
|
2365
2488
|
border-color: var(--bs-table-border-color);
|
|
@@ -2368,12 +2491,12 @@ progress {
|
|
|
2368
2491
|
.table-light {
|
|
2369
2492
|
--bs-table-color: #000;
|
|
2370
2493
|
--bs-table-bg: #f8f9fa;
|
|
2371
|
-
--bs-table-border-color:
|
|
2372
|
-
--bs-table-striped-bg:
|
|
2494
|
+
--bs-table-border-color: #dfe0e1;
|
|
2495
|
+
--bs-table-striped-bg: #ecedee;
|
|
2373
2496
|
--bs-table-striped-color: #000;
|
|
2374
|
-
--bs-table-active-bg:
|
|
2497
|
+
--bs-table-active-bg: #dfe0e1;
|
|
2375
2498
|
--bs-table-active-color: #000;
|
|
2376
|
-
--bs-table-hover-bg:
|
|
2499
|
+
--bs-table-hover-bg: #dfe0e1;
|
|
2377
2500
|
--bs-table-hover-color: #000;
|
|
2378
2501
|
color: var(--bs-table-color);
|
|
2379
2502
|
border-color: var(--bs-table-border-color);
|
|
@@ -2382,12 +2505,12 @@ progress {
|
|
|
2382
2505
|
.table-dark {
|
|
2383
2506
|
--bs-table-color: #fff;
|
|
2384
2507
|
--bs-table-bg: #212529;
|
|
2385
|
-
--bs-table-border-color:
|
|
2386
|
-
--bs-table-striped-bg:
|
|
2508
|
+
--bs-table-border-color: #373b3e;
|
|
2509
|
+
--bs-table-striped-bg: #2c3034;
|
|
2387
2510
|
--bs-table-striped-color: #fff;
|
|
2388
|
-
--bs-table-active-bg:
|
|
2511
|
+
--bs-table-active-bg: #373b3e;
|
|
2389
2512
|
--bs-table-active-color: #fff;
|
|
2390
|
-
--bs-table-hover-bg:
|
|
2513
|
+
--bs-table-hover-bg: #373b3e;
|
|
2391
2514
|
--bs-table-hover-color: #fff;
|
|
2392
2515
|
color: var(--bs-table-color);
|
|
2393
2516
|
border-color: var(--bs-table-border-color);
|
|
@@ -2433,29 +2556,29 @@ progress {
|
|
|
2433
2556
|
}
|
|
2434
2557
|
|
|
2435
2558
|
.col-form-label {
|
|
2436
|
-
padding-top: calc(0.375rem +
|
|
2437
|
-
padding-bottom: calc(0.375rem +
|
|
2559
|
+
padding-top: calc(0.375rem + var(--bs-border-width));
|
|
2560
|
+
padding-bottom: calc(0.375rem + var(--bs-border-width));
|
|
2438
2561
|
margin-bottom: 0;
|
|
2439
2562
|
font-size: inherit;
|
|
2440
2563
|
line-height: 1.5;
|
|
2441
2564
|
}
|
|
2442
2565
|
|
|
2443
2566
|
.col-form-label-lg {
|
|
2444
|
-
padding-top: calc(0.5rem +
|
|
2445
|
-
padding-bottom: calc(0.5rem +
|
|
2567
|
+
padding-top: calc(0.5rem + var(--bs-border-width));
|
|
2568
|
+
padding-bottom: calc(0.5rem + var(--bs-border-width));
|
|
2446
2569
|
font-size: 1.25rem;
|
|
2447
2570
|
}
|
|
2448
2571
|
|
|
2449
2572
|
.col-form-label-sm {
|
|
2450
|
-
padding-top: calc(0.25rem +
|
|
2451
|
-
padding-bottom: calc(0.25rem +
|
|
2573
|
+
padding-top: calc(0.25rem + var(--bs-border-width));
|
|
2574
|
+
padding-bottom: calc(0.25rem + var(--bs-border-width));
|
|
2452
2575
|
font-size: 0.875rem;
|
|
2453
2576
|
}
|
|
2454
2577
|
|
|
2455
2578
|
.form-text {
|
|
2456
2579
|
margin-top: 0.25rem;
|
|
2457
2580
|
font-size: 0.875em;
|
|
2458
|
-
color:
|
|
2581
|
+
color: var(--bs-secondary-color);
|
|
2459
2582
|
}
|
|
2460
2583
|
|
|
2461
2584
|
.form-control {
|
|
@@ -2465,15 +2588,15 @@ progress {
|
|
|
2465
2588
|
font-size: 1rem;
|
|
2466
2589
|
font-weight: 400;
|
|
2467
2590
|
line-height: 1.5;
|
|
2468
|
-
color:
|
|
2469
|
-
background-color: #fff;
|
|
2470
|
-
background-clip: padding-box;
|
|
2471
|
-
border: 1px solid #a2a8ab;
|
|
2591
|
+
color: var(--bs-body-color);
|
|
2472
2592
|
-webkit-appearance: none;
|
|
2473
2593
|
-moz-appearance: none;
|
|
2474
2594
|
appearance: none;
|
|
2475
|
-
|
|
2476
|
-
|
|
2595
|
+
background-color: var(--bs-body-bg);
|
|
2596
|
+
background-clip: padding-box;
|
|
2597
|
+
border: var(--bs-border-width) solid #ced4da;
|
|
2598
|
+
border-radius: var(--bs-border-radius);
|
|
2599
|
+
box-shadow: var(--bs-box-shadow-inset);
|
|
2477
2600
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
2478
2601
|
}
|
|
2479
2602
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -2488,37 +2611,43 @@ progress {
|
|
|
2488
2611
|
cursor: pointer;
|
|
2489
2612
|
}
|
|
2490
2613
|
.form-control:focus {
|
|
2491
|
-
color:
|
|
2492
|
-
background-color:
|
|
2493
|
-
border-color:
|
|
2614
|
+
color: var(--bs-body-color);
|
|
2615
|
+
background-color: var(--bs-body-bg);
|
|
2616
|
+
border-color: #8a9dbb;
|
|
2494
2617
|
outline: 0;
|
|
2495
|
-
box-shadow: inset
|
|
2618
|
+
box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(20, 59, 118, 0.25);
|
|
2496
2619
|
}
|
|
2497
2620
|
.form-control::-webkit-date-and-time-value {
|
|
2621
|
+
min-width: 85px;
|
|
2498
2622
|
height: 1.5em;
|
|
2623
|
+
margin: 0;
|
|
2624
|
+
}
|
|
2625
|
+
.form-control::-webkit-datetime-edit {
|
|
2626
|
+
display: block;
|
|
2627
|
+
padding: 0;
|
|
2499
2628
|
}
|
|
2500
2629
|
.form-control::-webkit-input-placeholder {
|
|
2501
|
-
color: #
|
|
2630
|
+
color: #6c757d;
|
|
2502
2631
|
opacity: 1;
|
|
2503
2632
|
}
|
|
2504
2633
|
.form-control::-moz-placeholder {
|
|
2505
|
-
color: #
|
|
2634
|
+
color: #6c757d;
|
|
2506
2635
|
opacity: 1;
|
|
2507
2636
|
}
|
|
2508
2637
|
.form-control:-ms-input-placeholder {
|
|
2509
|
-
color: #
|
|
2638
|
+
color: #6c757d;
|
|
2510
2639
|
opacity: 1;
|
|
2511
2640
|
}
|
|
2512
2641
|
.form-control::-ms-input-placeholder {
|
|
2513
|
-
color: #
|
|
2642
|
+
color: #6c757d;
|
|
2514
2643
|
opacity: 1;
|
|
2515
2644
|
}
|
|
2516
2645
|
.form-control::placeholder {
|
|
2517
|
-
color: #
|
|
2646
|
+
color: #6c757d;
|
|
2518
2647
|
opacity: 1;
|
|
2519
2648
|
}
|
|
2520
2649
|
.form-control:disabled {
|
|
2521
|
-
background-color:
|
|
2650
|
+
background-color: var(--bs-secondary-bg);
|
|
2522
2651
|
opacity: 1;
|
|
2523
2652
|
}
|
|
2524
2653
|
.form-control::-webkit-file-upload-button {
|
|
@@ -2526,13 +2655,13 @@ progress {
|
|
|
2526
2655
|
margin: -0.375rem -0.75rem;
|
|
2527
2656
|
-webkit-margin-end: 0.75rem;
|
|
2528
2657
|
margin-inline-end: 0.75rem;
|
|
2529
|
-
color:
|
|
2530
|
-
background-color: #
|
|
2658
|
+
color: var(--bs-body-color);
|
|
2659
|
+
background-color: #e9ecef;
|
|
2531
2660
|
pointer-events: none;
|
|
2532
2661
|
border-color: inherit;
|
|
2533
2662
|
border-style: solid;
|
|
2534
2663
|
border-width: 0;
|
|
2535
|
-
border-inline-end-width:
|
|
2664
|
+
border-inline-end-width: var(--bs-border-width);
|
|
2536
2665
|
border-radius: 0;
|
|
2537
2666
|
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
2538
2667
|
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
@@ -2543,13 +2672,13 @@ progress {
|
|
|
2543
2672
|
-webkit-margin-end: 0.75rem;
|
|
2544
2673
|
-moz-margin-end: 0.75rem;
|
|
2545
2674
|
margin-inline-end: 0.75rem;
|
|
2546
|
-
color:
|
|
2547
|
-
background-color: #
|
|
2675
|
+
color: var(--bs-body-color);
|
|
2676
|
+
background-color: #e9ecef;
|
|
2548
2677
|
pointer-events: none;
|
|
2549
2678
|
border-color: inherit;
|
|
2550
2679
|
border-style: solid;
|
|
2551
2680
|
border-width: 0;
|
|
2552
|
-
border-inline-end-width:
|
|
2681
|
+
border-inline-end-width: var(--bs-border-width);
|
|
2553
2682
|
border-radius: 0;
|
|
2554
2683
|
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
2555
2684
|
}
|
|
@@ -2563,10 +2692,10 @@ progress {
|
|
|
2563
2692
|
}
|
|
2564
2693
|
}
|
|
2565
2694
|
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
|
|
2566
|
-
background-color:
|
|
2695
|
+
background-color: var(--bs-secondary-bg);
|
|
2567
2696
|
}
|
|
2568
2697
|
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
|
|
2569
|
-
background-color:
|
|
2698
|
+
background-color: var(--bs-secondary-bg);
|
|
2570
2699
|
}
|
|
2571
2700
|
|
|
2572
2701
|
.form-control-plaintext {
|
|
@@ -2575,10 +2704,10 @@ progress {
|
|
|
2575
2704
|
padding: 0.375rem 0;
|
|
2576
2705
|
margin-bottom: 0;
|
|
2577
2706
|
line-height: 1.5;
|
|
2578
|
-
color:
|
|
2707
|
+
color: var(--bs-body-color);
|
|
2579
2708
|
background-color: transparent;
|
|
2580
2709
|
border: solid transparent;
|
|
2581
|
-
border-width:
|
|
2710
|
+
border-width: var(--bs-border-width) 0;
|
|
2582
2711
|
}
|
|
2583
2712
|
.form-control-plaintext:focus {
|
|
2584
2713
|
outline: 0;
|
|
@@ -2589,10 +2718,10 @@ progress {
|
|
|
2589
2718
|
}
|
|
2590
2719
|
|
|
2591
2720
|
.form-control-sm {
|
|
2592
|
-
min-height: calc(1.5em + 0.5rem +
|
|
2721
|
+
min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
|
|
2593
2722
|
padding: 0.25rem 0.5rem;
|
|
2594
2723
|
font-size: 0.875rem;
|
|
2595
|
-
border-radius:
|
|
2724
|
+
border-radius: var(--bs-border-radius-sm);
|
|
2596
2725
|
}
|
|
2597
2726
|
.form-control-sm::-webkit-file-upload-button {
|
|
2598
2727
|
padding: 0.25rem 0.5rem;
|
|
@@ -2609,10 +2738,10 @@ progress {
|
|
|
2609
2738
|
}
|
|
2610
2739
|
|
|
2611
2740
|
.form-control-lg {
|
|
2612
|
-
min-height: calc(1.5em + 1rem +
|
|
2741
|
+
min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
|
|
2613
2742
|
padding: 0.5rem 1rem;
|
|
2614
2743
|
font-size: 1.25rem;
|
|
2615
|
-
border-radius:
|
|
2744
|
+
border-radius: var(--bs-border-radius-lg);
|
|
2616
2745
|
}
|
|
2617
2746
|
.form-control-lg::-webkit-file-upload-button {
|
|
2618
2747
|
padding: 0.5rem 1rem;
|
|
@@ -2629,18 +2758,18 @@ progress {
|
|
|
2629
2758
|
}
|
|
2630
2759
|
|
|
2631
2760
|
textarea.form-control {
|
|
2632
|
-
min-height: calc(1.5em + 0.75rem +
|
|
2761
|
+
min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
|
|
2633
2762
|
}
|
|
2634
2763
|
textarea.form-control-sm {
|
|
2635
|
-
min-height: calc(1.5em + 0.5rem +
|
|
2764
|
+
min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
|
|
2636
2765
|
}
|
|
2637
2766
|
textarea.form-control-lg {
|
|
2638
|
-
min-height: calc(1.5em + 1rem +
|
|
2767
|
+
min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
|
|
2639
2768
|
}
|
|
2640
2769
|
|
|
2641
2770
|
.form-control-color {
|
|
2642
2771
|
width: 3rem;
|
|
2643
|
-
height: calc(1.5em + 0.75rem +
|
|
2772
|
+
height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
|
|
2644
2773
|
padding: 0.375rem;
|
|
2645
2774
|
}
|
|
2646
2775
|
.form-control-color:not(:disabled):not([readonly]) {
|
|
@@ -2648,39 +2777,40 @@ textarea.form-control-lg {
|
|
|
2648
2777
|
}
|
|
2649
2778
|
.form-control-color::-moz-color-swatch {
|
|
2650
2779
|
border: 0 !important;
|
|
2651
|
-
border-radius:
|
|
2780
|
+
border-radius: var(--bs-border-radius);
|
|
2652
2781
|
}
|
|
2653
2782
|
.form-control-color::-webkit-color-swatch {
|
|
2654
|
-
border
|
|
2783
|
+
border: 0 !important;
|
|
2784
|
+
border-radius: var(--bs-border-radius);
|
|
2655
2785
|
}
|
|
2656
2786
|
.form-control-color.form-control-sm {
|
|
2657
|
-
height: calc(1.5em + 0.5rem +
|
|
2787
|
+
height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
|
|
2658
2788
|
}
|
|
2659
2789
|
.form-control-color.form-control-lg {
|
|
2660
|
-
height: calc(1.5em + 1rem +
|
|
2790
|
+
height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
|
|
2661
2791
|
}
|
|
2662
2792
|
|
|
2663
2793
|
.form-select {
|
|
2794
|
+
--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%233d3f40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
|
|
2664
2795
|
display: block;
|
|
2665
2796
|
width: 100%;
|
|
2666
2797
|
padding: 0.375rem 2.25rem 0.375rem 0.75rem;
|
|
2667
|
-
-moz-padding-start: calc(0.75rem - 3px);
|
|
2668
2798
|
font-size: 1rem;
|
|
2669
2799
|
font-weight: 400;
|
|
2670
2800
|
line-height: 1.5;
|
|
2671
|
-
color:
|
|
2672
|
-
|
|
2673
|
-
|
|
2801
|
+
color: var(--bs-body-color);
|
|
2802
|
+
-webkit-appearance: none;
|
|
2803
|
+
-moz-appearance: none;
|
|
2804
|
+
appearance: none;
|
|
2805
|
+
background-color: var(--bs-body-bg);
|
|
2806
|
+
background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
|
|
2674
2807
|
background-repeat: no-repeat;
|
|
2675
2808
|
background-position: right 0.75rem center;
|
|
2676
2809
|
background-size: 16px 12px;
|
|
2677
|
-
border:
|
|
2678
|
-
border-radius:
|
|
2679
|
-
box-shadow: inset
|
|
2810
|
+
border: var(--bs-border-width) solid #ced4da;
|
|
2811
|
+
border-radius: var(--bs-border-radius);
|
|
2812
|
+
box-shadow: var(--bs-box-shadow-inset);
|
|
2680
2813
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
2681
|
-
-webkit-appearance: none;
|
|
2682
|
-
-moz-appearance: none;
|
|
2683
|
-
appearance: none;
|
|
2684
2814
|
}
|
|
2685
2815
|
@media (prefers-reduced-motion: reduce) {
|
|
2686
2816
|
.form-select {
|
|
@@ -2688,20 +2818,20 @@ textarea.form-control-lg {
|
|
|
2688
2818
|
}
|
|
2689
2819
|
}
|
|
2690
2820
|
.form-select:focus {
|
|
2691
|
-
border-color:
|
|
2821
|
+
border-color: #8a9dbb;
|
|
2692
2822
|
outline: 0;
|
|
2693
|
-
box-shadow: inset
|
|
2823
|
+
box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(20, 59, 118, 0.25);
|
|
2694
2824
|
}
|
|
2695
2825
|
.form-select[multiple], .form-select[size]:not([size="1"]) {
|
|
2696
2826
|
padding-right: 0.75rem;
|
|
2697
2827
|
background-image: none;
|
|
2698
2828
|
}
|
|
2699
2829
|
.form-select:disabled {
|
|
2700
|
-
background-color:
|
|
2830
|
+
background-color: var(--bs-secondary-bg);
|
|
2701
2831
|
}
|
|
2702
2832
|
.form-select:-moz-focusring {
|
|
2703
2833
|
color: transparent;
|
|
2704
|
-
text-shadow: 0 0 0
|
|
2834
|
+
text-shadow: 0 0 0 var(--bs-body-color);
|
|
2705
2835
|
}
|
|
2706
2836
|
|
|
2707
2837
|
.form-select-sm {
|
|
@@ -2709,7 +2839,7 @@ textarea.form-control-lg {
|
|
|
2709
2839
|
padding-bottom: 0.25rem;
|
|
2710
2840
|
padding-left: 0.5rem;
|
|
2711
2841
|
font-size: 0.875rem;
|
|
2712
|
-
border-radius:
|
|
2842
|
+
border-radius: var(--bs-border-radius-sm);
|
|
2713
2843
|
}
|
|
2714
2844
|
|
|
2715
2845
|
.form-select-lg {
|
|
@@ -2717,7 +2847,11 @@ textarea.form-control-lg {
|
|
|
2717
2847
|
padding-bottom: 0.5rem;
|
|
2718
2848
|
padding-left: 1rem;
|
|
2719
2849
|
font-size: 1.25rem;
|
|
2720
|
-
border-radius:
|
|
2850
|
+
border-radius: var(--bs-border-radius-lg);
|
|
2851
|
+
}
|
|
2852
|
+
|
|
2853
|
+
[data-bs-theme=dark] .form-select {
|
|
2854
|
+
--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dadee0' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
|
|
2721
2855
|
}
|
|
2722
2856
|
|
|
2723
2857
|
.form-check {
|
|
@@ -2743,18 +2877,22 @@ textarea.form-control-lg {
|
|
|
2743
2877
|
}
|
|
2744
2878
|
|
|
2745
2879
|
.form-check-input {
|
|
2880
|
+
--bs-form-check-bg: var(--bs-body-bg);
|
|
2881
|
+
-ms-flex-negative: 0;
|
|
2882
|
+
flex-shrink: 0;
|
|
2746
2883
|
width: 1em;
|
|
2747
2884
|
height: 1em;
|
|
2748
2885
|
margin-top: 0.25em;
|
|
2749
2886
|
vertical-align: top;
|
|
2750
|
-
background-color: #fff;
|
|
2751
|
-
background-repeat: no-repeat;
|
|
2752
|
-
background-position: center;
|
|
2753
|
-
background-size: contain;
|
|
2754
|
-
border: 1px solid rgba(0, 0, 0, 0.25);
|
|
2755
2887
|
-webkit-appearance: none;
|
|
2756
2888
|
-moz-appearance: none;
|
|
2757
2889
|
appearance: none;
|
|
2890
|
+
background-color: var(--bs-form-check-bg);
|
|
2891
|
+
background-image: var(--bs-form-check-bg-image);
|
|
2892
|
+
background-repeat: no-repeat;
|
|
2893
|
+
background-position: center;
|
|
2894
|
+
background-size: contain;
|
|
2895
|
+
border: 1px solid rgba(0, 0, 0, 0.2509803922);
|
|
2758
2896
|
-webkit-print-color-adjust: exact;
|
|
2759
2897
|
color-adjust: exact;
|
|
2760
2898
|
print-color-adjust: exact;
|
|
@@ -2770,7 +2908,7 @@ textarea.form-control-lg {
|
|
|
2770
2908
|
filter: brightness(90%);
|
|
2771
2909
|
}
|
|
2772
2910
|
.form-check-input:focus {
|
|
2773
|
-
border-color:
|
|
2911
|
+
border-color: #8a9dbb;
|
|
2774
2912
|
outline: 0;
|
|
2775
2913
|
box-shadow: 0 0 0 0.25rem rgba(20, 59, 118, 0.25);
|
|
2776
2914
|
}
|
|
@@ -2779,15 +2917,15 @@ textarea.form-control-lg {
|
|
|
2779
2917
|
border-color: #143b76;
|
|
2780
2918
|
}
|
|
2781
2919
|
.form-check-input:checked[type=checkbox] {
|
|
2782
|
-
|
|
2920
|
+
--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
|
|
2783
2921
|
}
|
|
2784
2922
|
.form-check-input:checked[type=radio] {
|
|
2785
|
-
|
|
2923
|
+
--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
|
|
2786
2924
|
}
|
|
2787
2925
|
.form-check-input[type=checkbox]:indeterminate {
|
|
2788
2926
|
background-color: #143b76;
|
|
2789
2927
|
border-color: #143b76;
|
|
2790
|
-
|
|
2928
|
+
--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
|
|
2791
2929
|
}
|
|
2792
2930
|
.form-check-input:disabled {
|
|
2793
2931
|
pointer-events: none;
|
|
@@ -2804,9 +2942,10 @@ textarea.form-control-lg {
|
|
|
2804
2942
|
padding-left: 2.5em;
|
|
2805
2943
|
}
|
|
2806
2944
|
.form-switch .form-check-input {
|
|
2945
|
+
--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
|
|
2807
2946
|
width: 2em;
|
|
2808
2947
|
margin-left: -2.5em;
|
|
2809
|
-
background-image:
|
|
2948
|
+
background-image: var(--bs-form-switch-bg);
|
|
2810
2949
|
background-position: left center;
|
|
2811
2950
|
border-radius: 2em;
|
|
2812
2951
|
transition: background-position 0.15s ease-in-out;
|
|
@@ -2817,11 +2956,11 @@ textarea.form-control-lg {
|
|
|
2817
2956
|
}
|
|
2818
2957
|
}
|
|
2819
2958
|
.form-switch .form-check-input:focus {
|
|
2820
|
-
|
|
2959
|
+
--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238a9dbb'/%3e%3c/svg%3e");
|
|
2821
2960
|
}
|
|
2822
2961
|
.form-switch .form-check-input:checked {
|
|
2823
2962
|
background-position: right center;
|
|
2824
|
-
|
|
2963
|
+
--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
|
|
2825
2964
|
}
|
|
2826
2965
|
.form-switch.form-check-reverse {
|
|
2827
2966
|
padding-right: 2.5em;
|
|
@@ -2849,14 +2988,18 @@ textarea.form-control-lg {
|
|
|
2849
2988
|
opacity: 0.65;
|
|
2850
2989
|
}
|
|
2851
2990
|
|
|
2991
|
+
[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
|
|
2992
|
+
--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
|
|
2993
|
+
}
|
|
2994
|
+
|
|
2852
2995
|
.form-range {
|
|
2853
2996
|
width: 100%;
|
|
2854
2997
|
height: 1.5rem;
|
|
2855
2998
|
padding: 0;
|
|
2856
|
-
background-color: transparent;
|
|
2857
2999
|
-webkit-appearance: none;
|
|
2858
3000
|
-moz-appearance: none;
|
|
2859
3001
|
appearance: none;
|
|
3002
|
+
background-color: transparent;
|
|
2860
3003
|
}
|
|
2861
3004
|
.form-range:focus {
|
|
2862
3005
|
outline: 0;
|
|
@@ -2874,14 +3017,14 @@ textarea.form-control-lg {
|
|
|
2874
3017
|
width: 1rem;
|
|
2875
3018
|
height: 1rem;
|
|
2876
3019
|
margin-top: -0.25rem;
|
|
3020
|
+
-webkit-appearance: none;
|
|
3021
|
+
appearance: none;
|
|
2877
3022
|
background-color: #143b76;
|
|
2878
3023
|
border: 0;
|
|
2879
3024
|
border-radius: 1rem;
|
|
2880
3025
|
box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
|
|
2881
3026
|
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
2882
3027
|
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
2883
|
-
-webkit-appearance: none;
|
|
2884
|
-
appearance: none;
|
|
2885
3028
|
}
|
|
2886
3029
|
@media (prefers-reduced-motion: reduce) {
|
|
2887
3030
|
.form-range::-webkit-slider-thumb {
|
|
@@ -2890,29 +3033,29 @@ textarea.form-control-lg {
|
|
|
2890
3033
|
}
|
|
2891
3034
|
}
|
|
2892
3035
|
.form-range::-webkit-slider-thumb:active {
|
|
2893
|
-
background-color:
|
|
3036
|
+
background-color: #b9c4d6;
|
|
2894
3037
|
}
|
|
2895
3038
|
.form-range::-webkit-slider-runnable-track {
|
|
2896
3039
|
width: 100%;
|
|
2897
3040
|
height: 0.5rem;
|
|
2898
3041
|
color: transparent;
|
|
2899
3042
|
cursor: pointer;
|
|
2900
|
-
background-color:
|
|
3043
|
+
background-color: var(--bs-secondary-bg);
|
|
2901
3044
|
border-color: transparent;
|
|
2902
3045
|
border-radius: 1rem;
|
|
2903
|
-
box-shadow: inset
|
|
3046
|
+
box-shadow: var(--bs-box-shadow-inset);
|
|
2904
3047
|
}
|
|
2905
3048
|
.form-range::-moz-range-thumb {
|
|
2906
3049
|
width: 1rem;
|
|
2907
3050
|
height: 1rem;
|
|
3051
|
+
-moz-appearance: none;
|
|
3052
|
+
appearance: none;
|
|
2908
3053
|
background-color: #143b76;
|
|
2909
3054
|
border: 0;
|
|
2910
3055
|
border-radius: 1rem;
|
|
2911
3056
|
box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
|
|
2912
3057
|
-moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
2913
3058
|
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
2914
|
-
-moz-appearance: none;
|
|
2915
|
-
appearance: none;
|
|
2916
3059
|
}
|
|
2917
3060
|
@media (prefers-reduced-motion: reduce) {
|
|
2918
3061
|
.form-range::-moz-range-thumb {
|
|
@@ -2921,26 +3064,26 @@ textarea.form-control-lg {
|
|
|
2921
3064
|
}
|
|
2922
3065
|
}
|
|
2923
3066
|
.form-range::-moz-range-thumb:active {
|
|
2924
|
-
background-color:
|
|
3067
|
+
background-color: #b9c4d6;
|
|
2925
3068
|
}
|
|
2926
3069
|
.form-range::-moz-range-track {
|
|
2927
3070
|
width: 100%;
|
|
2928
3071
|
height: 0.5rem;
|
|
2929
3072
|
color: transparent;
|
|
2930
3073
|
cursor: pointer;
|
|
2931
|
-
background-color:
|
|
3074
|
+
background-color: var(--bs-secondary-bg);
|
|
2932
3075
|
border-color: transparent;
|
|
2933
3076
|
border-radius: 1rem;
|
|
2934
|
-
box-shadow: inset
|
|
3077
|
+
box-shadow: var(--bs-box-shadow-inset);
|
|
2935
3078
|
}
|
|
2936
3079
|
.form-range:disabled {
|
|
2937
3080
|
pointer-events: none;
|
|
2938
3081
|
}
|
|
2939
3082
|
.form-range:disabled::-webkit-slider-thumb {
|
|
2940
|
-
background-color:
|
|
3083
|
+
background-color: var(--bs-secondary-color);
|
|
2941
3084
|
}
|
|
2942
3085
|
.form-range:disabled::-moz-range-thumb {
|
|
2943
|
-
background-color:
|
|
3086
|
+
background-color: var(--bs-secondary-color);
|
|
2944
3087
|
}
|
|
2945
3088
|
|
|
2946
3089
|
.form-floating {
|
|
@@ -2949,14 +3092,15 @@ textarea.form-control-lg {
|
|
|
2949
3092
|
.form-floating > .form-control,
|
|
2950
3093
|
.form-floating > .form-control-plaintext,
|
|
2951
3094
|
.form-floating > .form-select {
|
|
2952
|
-
height: calc(3.5rem +
|
|
3095
|
+
height: calc(3.5rem + calc(var(--bs-border-width) * 2));
|
|
3096
|
+
min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
|
|
2953
3097
|
line-height: 1.25;
|
|
2954
3098
|
}
|
|
2955
3099
|
.form-floating > label {
|
|
2956
3100
|
position: absolute;
|
|
2957
3101
|
top: 0;
|
|
2958
3102
|
left: 0;
|
|
2959
|
-
|
|
3103
|
+
z-index: 2;
|
|
2960
3104
|
height: 100%;
|
|
2961
3105
|
padding: 1rem 0.75rem;
|
|
2962
3106
|
overflow: hidden;
|
|
@@ -2964,7 +3108,7 @@ textarea.form-control-lg {
|
|
|
2964
3108
|
text-overflow: ellipsis;
|
|
2965
3109
|
white-space: nowrap;
|
|
2966
3110
|
pointer-events: none;
|
|
2967
|
-
border:
|
|
3111
|
+
border: var(--bs-border-width) solid transparent;
|
|
2968
3112
|
-webkit-transform-origin: 0 0;
|
|
2969
3113
|
transform-origin: 0 0;
|
|
2970
3114
|
transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
|
|
@@ -3020,28 +3164,66 @@ textarea.form-control-lg {
|
|
|
3020
3164
|
padding-bottom: 0.625rem;
|
|
3021
3165
|
}
|
|
3022
3166
|
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
|
|
3023
|
-
|
|
3167
|
+
color: rgba(var(--bs-body-color-rgb), 0.65);
|
|
3024
3168
|
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3025
3169
|
}
|
|
3026
3170
|
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
|
|
3027
|
-
|
|
3171
|
+
color: rgba(var(--bs-body-color-rgb), 0.65);
|
|
3028
3172
|
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3029
3173
|
}
|
|
3030
3174
|
.form-floating > .form-control:focus ~ label,
|
|
3031
3175
|
.form-floating > .form-control:not(:placeholder-shown) ~ label,
|
|
3032
3176
|
.form-floating > .form-control-plaintext ~ label,
|
|
3033
3177
|
.form-floating > .form-select ~ label {
|
|
3034
|
-
|
|
3178
|
+
color: rgba(var(--bs-body-color-rgb), 0.65);
|
|
3035
3179
|
-webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3036
3180
|
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3037
3181
|
}
|
|
3182
|
+
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
|
|
3183
|
+
position: absolute;
|
|
3184
|
+
inset: 1rem 0.375rem;
|
|
3185
|
+
z-index: -1;
|
|
3186
|
+
height: 1.5em;
|
|
3187
|
+
content: "";
|
|
3188
|
+
background-color: var(--bs-body-bg);
|
|
3189
|
+
border-radius: var(--bs-border-radius);
|
|
3190
|
+
}
|
|
3191
|
+
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label::after {
|
|
3192
|
+
position: absolute;
|
|
3193
|
+
inset: 1rem 0.375rem;
|
|
3194
|
+
z-index: -1;
|
|
3195
|
+
height: 1.5em;
|
|
3196
|
+
content: "";
|
|
3197
|
+
background-color: var(--bs-body-bg);
|
|
3198
|
+
border-radius: var(--bs-border-radius);
|
|
3199
|
+
}
|
|
3200
|
+
.form-floating > .form-control:focus ~ label::after,
|
|
3201
|
+
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
|
|
3202
|
+
.form-floating > .form-control-plaintext ~ label::after,
|
|
3203
|
+
.form-floating > .form-select ~ label::after {
|
|
3204
|
+
position: absolute;
|
|
3205
|
+
inset: 1rem 0.375rem;
|
|
3206
|
+
z-index: -1;
|
|
3207
|
+
height: 1.5em;
|
|
3208
|
+
content: "";
|
|
3209
|
+
background-color: var(--bs-body-bg);
|
|
3210
|
+
border-radius: var(--bs-border-radius);
|
|
3211
|
+
}
|
|
3038
3212
|
.form-floating > .form-control:-webkit-autofill ~ label {
|
|
3039
|
-
|
|
3213
|
+
color: rgba(var(--bs-body-color-rgb), 0.65);
|
|
3040
3214
|
-webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3041
3215
|
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3042
3216
|
}
|
|
3043
3217
|
.form-floating > .form-control-plaintext ~ label {
|
|
3044
|
-
border-width:
|
|
3218
|
+
border-width: var(--bs-border-width) 0;
|
|
3219
|
+
}
|
|
3220
|
+
.form-floating > :disabled ~ label,
|
|
3221
|
+
.form-floating > .form-control:disabled ~ label {
|
|
3222
|
+
color: #6d7173;
|
|
3223
|
+
}
|
|
3224
|
+
.form-floating > :disabled ~ label::after,
|
|
3225
|
+
.form-floating > .form-control:disabled ~ label::after {
|
|
3226
|
+
background-color: var(--bs-secondary-bg);
|
|
3045
3227
|
}
|
|
3046
3228
|
|
|
3047
3229
|
.input-group {
|
|
@@ -3085,12 +3267,12 @@ textarea.form-control-lg {
|
|
|
3085
3267
|
font-size: 1rem;
|
|
3086
3268
|
font-weight: 400;
|
|
3087
3269
|
line-height: 1.5;
|
|
3088
|
-
color:
|
|
3270
|
+
color: var(--bs-body-color);
|
|
3089
3271
|
text-align: center;
|
|
3090
3272
|
white-space: nowrap;
|
|
3091
|
-
background-color:
|
|
3092
|
-
border:
|
|
3093
|
-
border-radius:
|
|
3273
|
+
background-color: var(--bs-tertiary-bg);
|
|
3274
|
+
border: var(--bs-border-width) solid #ced4da;
|
|
3275
|
+
border-radius: var(--bs-border-radius);
|
|
3094
3276
|
}
|
|
3095
3277
|
|
|
3096
3278
|
.input-group-lg > .form-control,
|
|
@@ -3099,7 +3281,7 @@ textarea.form-control-lg {
|
|
|
3099
3281
|
.input-group-lg > .btn {
|
|
3100
3282
|
padding: 0.5rem 1rem;
|
|
3101
3283
|
font-size: 1.25rem;
|
|
3102
|
-
border-radius:
|
|
3284
|
+
border-radius: var(--bs-border-radius-lg);
|
|
3103
3285
|
}
|
|
3104
3286
|
|
|
3105
3287
|
.input-group-sm > .form-control,
|
|
@@ -3108,7 +3290,7 @@ textarea.form-control-lg {
|
|
|
3108
3290
|
.input-group-sm > .btn {
|
|
3109
3291
|
padding: 0.25rem 0.5rem;
|
|
3110
3292
|
font-size: 0.875rem;
|
|
3111
|
-
border-radius:
|
|
3293
|
+
border-radius: var(--bs-border-radius-sm);
|
|
3112
3294
|
}
|
|
3113
3295
|
|
|
3114
3296
|
.input-group-lg > .form-select,
|
|
@@ -3131,7 +3313,7 @@ textarea.form-control-lg {
|
|
|
3131
3313
|
border-bottom-right-radius: 0;
|
|
3132
3314
|
}
|
|
3133
3315
|
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
|
|
3134
|
-
margin-left: -
|
|
3316
|
+
margin-left: calc(var(--bs-border-width) * -1);
|
|
3135
3317
|
border-top-left-radius: 0;
|
|
3136
3318
|
border-bottom-left-radius: 0;
|
|
3137
3319
|
}
|
|
@@ -3146,7 +3328,7 @@ textarea.form-control-lg {
|
|
|
3146
3328
|
width: 100%;
|
|
3147
3329
|
margin-top: 0.25rem;
|
|
3148
3330
|
font-size: 0.875em;
|
|
3149
|
-
color:
|
|
3331
|
+
color: var(--bs-form-valid-color);
|
|
3150
3332
|
}
|
|
3151
3333
|
|
|
3152
3334
|
.valid-tooltip {
|
|
@@ -3158,9 +3340,9 @@ textarea.form-control-lg {
|
|
|
3158
3340
|
padding: 0.25rem 0.5rem;
|
|
3159
3341
|
margin-top: 0.1rem;
|
|
3160
3342
|
font-size: 0.875rem;
|
|
3161
|
-
color: #
|
|
3162
|
-
background-color:
|
|
3163
|
-
border-radius:
|
|
3343
|
+
color: #fff;
|
|
3344
|
+
background-color: var(--bs-success);
|
|
3345
|
+
border-radius: var(--bs-border-radius);
|
|
3164
3346
|
}
|
|
3165
3347
|
|
|
3166
3348
|
.was-validated :valid ~ .valid-feedback,
|
|
@@ -3171,7 +3353,7 @@ textarea.form-control-lg {
|
|
|
3171
3353
|
}
|
|
3172
3354
|
|
|
3173
3355
|
.was-validated .form-control:valid, .form-control.is-valid {
|
|
3174
|
-
border-color:
|
|
3356
|
+
border-color: var(--bs-form-valid-border-color);
|
|
3175
3357
|
padding-right: calc(1.5em + 0.75rem);
|
|
3176
3358
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2318bf80' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
|
|
3177
3359
|
background-repeat: no-repeat;
|
|
@@ -3179,8 +3361,8 @@ textarea.form-control-lg {
|
|
|
3179
3361
|
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
|
3180
3362
|
}
|
|
3181
3363
|
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
|
|
3182
|
-
border-color:
|
|
3183
|
-
box-shadow: 0 0 0 0 rgba(
|
|
3364
|
+
border-color: var(--bs-form-valid-border-color);
|
|
3365
|
+
box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
|
|
3184
3366
|
}
|
|
3185
3367
|
|
|
3186
3368
|
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
|
|
@@ -3189,17 +3371,17 @@ textarea.form-control-lg {
|
|
|
3189
3371
|
}
|
|
3190
3372
|
|
|
3191
3373
|
.was-validated .form-select:valid, .form-select.is-valid {
|
|
3192
|
-
border-color:
|
|
3374
|
+
border-color: var(--bs-form-valid-border-color);
|
|
3193
3375
|
}
|
|
3194
3376
|
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
|
|
3377
|
+
--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2318bf80' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
|
|
3195
3378
|
padding-right: 4.125rem;
|
|
3196
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%233d3f40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2318bf80' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
|
|
3197
3379
|
background-position: right 0.75rem center, center right 2.25rem;
|
|
3198
3380
|
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
|
3199
3381
|
}
|
|
3200
3382
|
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
|
|
3201
|
-
border-color:
|
|
3202
|
-
box-shadow: 0 0 0 0 rgba(
|
|
3383
|
+
border-color: var(--bs-form-valid-border-color);
|
|
3384
|
+
box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
|
|
3203
3385
|
}
|
|
3204
3386
|
|
|
3205
3387
|
.was-validated .form-control-color:valid, .form-control-color.is-valid {
|
|
@@ -3207,16 +3389,16 @@ textarea.form-control-lg {
|
|
|
3207
3389
|
}
|
|
3208
3390
|
|
|
3209
3391
|
.was-validated .form-check-input:valid, .form-check-input.is-valid {
|
|
3210
|
-
border-color:
|
|
3392
|
+
border-color: var(--bs-form-valid-border-color);
|
|
3211
3393
|
}
|
|
3212
3394
|
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
|
|
3213
|
-
background-color:
|
|
3395
|
+
background-color: var(--bs-form-valid-color);
|
|
3214
3396
|
}
|
|
3215
3397
|
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
|
|
3216
|
-
box-shadow: 0 0 0 0 rgba(
|
|
3398
|
+
box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
|
|
3217
3399
|
}
|
|
3218
3400
|
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
|
|
3219
|
-
color:
|
|
3401
|
+
color: var(--bs-form-valid-color);
|
|
3220
3402
|
}
|
|
3221
3403
|
|
|
3222
3404
|
.form-check-inline .form-check-input ~ .valid-feedback {
|
|
@@ -3236,7 +3418,7 @@ textarea.form-control-lg {
|
|
|
3236
3418
|
width: 100%;
|
|
3237
3419
|
margin-top: 0.25rem;
|
|
3238
3420
|
font-size: 0.875em;
|
|
3239
|
-
color:
|
|
3421
|
+
color: var(--bs-form-invalid-color);
|
|
3240
3422
|
}
|
|
3241
3423
|
|
|
3242
3424
|
.invalid-tooltip {
|
|
@@ -3248,9 +3430,9 @@ textarea.form-control-lg {
|
|
|
3248
3430
|
padding: 0.25rem 0.5rem;
|
|
3249
3431
|
margin-top: 0.1rem;
|
|
3250
3432
|
font-size: 0.875rem;
|
|
3251
|
-
color: #
|
|
3252
|
-
background-color:
|
|
3253
|
-
border-radius:
|
|
3433
|
+
color: #fff;
|
|
3434
|
+
background-color: var(--bs-danger);
|
|
3435
|
+
border-radius: var(--bs-border-radius);
|
|
3254
3436
|
}
|
|
3255
3437
|
|
|
3256
3438
|
.was-validated :invalid ~ .invalid-feedback,
|
|
@@ -3261,7 +3443,7 @@ textarea.form-control-lg {
|
|
|
3261
3443
|
}
|
|
3262
3444
|
|
|
3263
3445
|
.was-validated .form-control:invalid, .form-control.is-invalid {
|
|
3264
|
-
border-color:
|
|
3446
|
+
border-color: var(--bs-form-invalid-border-color);
|
|
3265
3447
|
padding-right: calc(1.5em + 0.75rem);
|
|
3266
3448
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23eb3434'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23eb3434' stroke='none'/%3e%3c/svg%3e");
|
|
3267
3449
|
background-repeat: no-repeat;
|
|
@@ -3269,8 +3451,8 @@ textarea.form-control-lg {
|
|
|
3269
3451
|
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
|
3270
3452
|
}
|
|
3271
3453
|
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
|
|
3272
|
-
border-color:
|
|
3273
|
-
box-shadow: 0 0 0 0 rgba(
|
|
3454
|
+
border-color: var(--bs-form-invalid-border-color);
|
|
3455
|
+
box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
|
|
3274
3456
|
}
|
|
3275
3457
|
|
|
3276
3458
|
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
|
|
@@ -3279,17 +3461,17 @@ textarea.form-control-lg {
|
|
|
3279
3461
|
}
|
|
3280
3462
|
|
|
3281
3463
|
.was-validated .form-select:invalid, .form-select.is-invalid {
|
|
3282
|
-
border-color:
|
|
3464
|
+
border-color: var(--bs-form-invalid-border-color);
|
|
3283
3465
|
}
|
|
3284
3466
|
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
|
|
3467
|
+
--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23eb3434'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23eb3434' stroke='none'/%3e%3c/svg%3e");
|
|
3285
3468
|
padding-right: 4.125rem;
|
|
3286
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%233d3f40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23eb3434'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23eb3434' stroke='none'/%3e%3c/svg%3e");
|
|
3287
3469
|
background-position: right 0.75rem center, center right 2.25rem;
|
|
3288
3470
|
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
|
3289
3471
|
}
|
|
3290
3472
|
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
|
|
3291
|
-
border-color:
|
|
3292
|
-
box-shadow: 0 0 0 0 rgba(
|
|
3473
|
+
border-color: var(--bs-form-invalid-border-color);
|
|
3474
|
+
box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
|
|
3293
3475
|
}
|
|
3294
3476
|
|
|
3295
3477
|
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
|
|
@@ -3297,16 +3479,16 @@ textarea.form-control-lg {
|
|
|
3297
3479
|
}
|
|
3298
3480
|
|
|
3299
3481
|
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
|
|
3300
|
-
border-color:
|
|
3482
|
+
border-color: var(--bs-form-invalid-border-color);
|
|
3301
3483
|
}
|
|
3302
3484
|
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
|
|
3303
|
-
background-color:
|
|
3485
|
+
background-color: var(--bs-form-invalid-color);
|
|
3304
3486
|
}
|
|
3305
3487
|
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
|
|
3306
|
-
box-shadow: 0 0 0 0 rgba(
|
|
3488
|
+
box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
|
|
3307
3489
|
}
|
|
3308
3490
|
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
|
|
3309
|
-
color:
|
|
3491
|
+
color: var(--bs-form-invalid-color);
|
|
3310
3492
|
}
|
|
3311
3493
|
|
|
3312
3494
|
.form-check-inline .form-check-input ~ .invalid-feedback {
|
|
@@ -3328,9 +3510,9 @@ textarea.form-control-lg {
|
|
|
3328
3510
|
--bs-btn-font-size: 1rem;
|
|
3329
3511
|
--bs-btn-font-weight: 400;
|
|
3330
3512
|
--bs-btn-line-height: 1.5;
|
|
3331
|
-
--bs-btn-color:
|
|
3513
|
+
--bs-btn-color: var(--bs-body-color);
|
|
3332
3514
|
--bs-btn-bg: transparent;
|
|
3333
|
-
--bs-btn-border-width:
|
|
3515
|
+
--bs-btn-border-width: var(--bs-border-width);
|
|
3334
3516
|
--bs-btn-border-color: transparent;
|
|
3335
3517
|
--bs-btn-border-radius: 0.4rem;
|
|
3336
3518
|
--bs-btn-hover-border-color: transparent;
|
|
@@ -3394,6 +3576,9 @@ textarea.form-control-lg {
|
|
|
3394
3576
|
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
|
|
3395
3577
|
box-shadow: var(--bs-btn-active-shadow), var(--bs-btn-focus-box-shadow);
|
|
3396
3578
|
}
|
|
3579
|
+
.btn-check:checked:focus-visible + .btn {
|
|
3580
|
+
box-shadow: var(--bs-btn-active-shadow), var(--bs-btn-focus-box-shadow);
|
|
3581
|
+
}
|
|
3397
3582
|
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
|
|
3398
3583
|
color: var(--bs-btn-disabled-color);
|
|
3399
3584
|
pointer-events: none;
|
|
@@ -3408,12 +3593,12 @@ textarea.form-control-lg {
|
|
|
3408
3593
|
--bs-btn-bg: #143b76;
|
|
3409
3594
|
--bs-btn-border-color: #143b76;
|
|
3410
3595
|
--bs-btn-hover-color: #fff;
|
|
3411
|
-
--bs-btn-hover-bg:
|
|
3412
|
-
--bs-btn-hover-border-color:
|
|
3596
|
+
--bs-btn-hover-bg: #12356a;
|
|
3597
|
+
--bs-btn-hover-border-color: #102f5e;
|
|
3413
3598
|
--bs-btn-focus-shadow-rgb: 55, 88, 139;
|
|
3414
3599
|
--bs-btn-active-color: #fff;
|
|
3415
|
-
--bs-btn-active-bg:
|
|
3416
|
-
--bs-btn-active-border-color:
|
|
3600
|
+
--bs-btn-active-bg: #102f5e;
|
|
3601
|
+
--bs-btn-active-border-color: #0f2c59;
|
|
3417
3602
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3418
3603
|
--bs-btn-disabled-color: #fff;
|
|
3419
3604
|
--bs-btn-disabled-bg: #143b76;
|
|
@@ -3422,19 +3607,19 @@ textarea.form-control-lg {
|
|
|
3422
3607
|
|
|
3423
3608
|
.btn-secondary {
|
|
3424
3609
|
--bs-btn-color: #000;
|
|
3425
|
-
--bs-btn-bg:
|
|
3426
|
-
--bs-btn-border-color:
|
|
3610
|
+
--bs-btn-bg: #e7f1fb;
|
|
3611
|
+
--bs-btn-border-color: #e7f1fb;
|
|
3427
3612
|
--bs-btn-hover-color: #000;
|
|
3428
|
-
--bs-btn-hover-bg:
|
|
3429
|
-
--bs-btn-hover-border-color:
|
|
3613
|
+
--bs-btn-hover-bg: #e9f2fb;
|
|
3614
|
+
--bs-btn-hover-border-color: #e9f2fb;
|
|
3430
3615
|
--bs-btn-focus-shadow-rgb: 196, 205, 213;
|
|
3431
3616
|
--bs-btn-active-color: #000;
|
|
3432
|
-
--bs-btn-active-bg:
|
|
3433
|
-
--bs-btn-active-border-color:
|
|
3617
|
+
--bs-btn-active-bg: #ecf4fc;
|
|
3618
|
+
--bs-btn-active-border-color: #e9f2fb;
|
|
3434
3619
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3435
3620
|
--bs-btn-disabled-color: #000;
|
|
3436
|
-
--bs-btn-disabled-bg:
|
|
3437
|
-
--bs-btn-disabled-border-color:
|
|
3621
|
+
--bs-btn-disabled-bg: #e7f1fb;
|
|
3622
|
+
--bs-btn-disabled-border-color: #e7f1fb;
|
|
3438
3623
|
}
|
|
3439
3624
|
|
|
3440
3625
|
.btn-success {
|
|
@@ -3442,12 +3627,12 @@ textarea.form-control-lg {
|
|
|
3442
3627
|
--bs-btn-bg: #18bf80;
|
|
3443
3628
|
--bs-btn-border-color: #18bf80;
|
|
3444
3629
|
--bs-btn-hover-color: #000;
|
|
3445
|
-
--bs-btn-hover-bg:
|
|
3446
|
-
--bs-btn-hover-border-color:
|
|
3630
|
+
--bs-btn-hover-bg: #2fc58d;
|
|
3631
|
+
--bs-btn-hover-border-color: #2fc58d;
|
|
3447
3632
|
--bs-btn-focus-shadow-rgb: 20, 162, 109;
|
|
3448
3633
|
--bs-btn-active-color: #000;
|
|
3449
|
-
--bs-btn-active-bg:
|
|
3450
|
-
--bs-btn-active-border-color:
|
|
3634
|
+
--bs-btn-active-bg: #46cc99;
|
|
3635
|
+
--bs-btn-active-border-color: #2fc58d;
|
|
3451
3636
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3452
3637
|
--bs-btn-disabled-color: #000;
|
|
3453
3638
|
--bs-btn-disabled-bg: #18bf80;
|
|
@@ -3459,12 +3644,12 @@ textarea.form-control-lg {
|
|
|
3459
3644
|
--bs-btn-bg: #0d768b;
|
|
3460
3645
|
--bs-btn-border-color: #0d768b;
|
|
3461
3646
|
--bs-btn-hover-color: #fff;
|
|
3462
|
-
--bs-btn-hover-bg:
|
|
3463
|
-
--bs-btn-hover-border-color:
|
|
3647
|
+
--bs-btn-hover-bg: #0c6a7d;
|
|
3648
|
+
--bs-btn-hover-border-color: #0a5e6f;
|
|
3464
3649
|
--bs-btn-focus-shadow-rgb: 49, 139, 156;
|
|
3465
3650
|
--bs-btn-active-color: #fff;
|
|
3466
|
-
--bs-btn-active-bg:
|
|
3467
|
-
--bs-btn-active-border-color:
|
|
3651
|
+
--bs-btn-active-bg: #0a5e6f;
|
|
3652
|
+
--bs-btn-active-border-color: #0a5968;
|
|
3468
3653
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3469
3654
|
--bs-btn-disabled-color: #fff;
|
|
3470
3655
|
--bs-btn-disabled-bg: #0d768b;
|
|
@@ -3476,12 +3661,12 @@ textarea.form-control-lg {
|
|
|
3476
3661
|
--bs-btn-bg: #eba843;
|
|
3477
3662
|
--bs-btn-border-color: #eba843;
|
|
3478
3663
|
--bs-btn-hover-color: #000;
|
|
3479
|
-
--bs-btn-hover-bg:
|
|
3480
|
-
--bs-btn-hover-border-color:
|
|
3664
|
+
--bs-btn-hover-bg: #edb156;
|
|
3665
|
+
--bs-btn-hover-border-color: #edb156;
|
|
3481
3666
|
--bs-btn-focus-shadow-rgb: 200, 143, 57;
|
|
3482
3667
|
--bs-btn-active-color: #000;
|
|
3483
|
-
--bs-btn-active-bg:
|
|
3484
|
-
--bs-btn-active-border-color:
|
|
3668
|
+
--bs-btn-active-bg: #efb969;
|
|
3669
|
+
--bs-btn-active-border-color: #edb156;
|
|
3485
3670
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3486
3671
|
--bs-btn-disabled-color: #000;
|
|
3487
3672
|
--bs-btn-disabled-bg: #eba843;
|
|
@@ -3493,12 +3678,12 @@ textarea.form-control-lg {
|
|
|
3493
3678
|
--bs-btn-bg: #eb3434;
|
|
3494
3679
|
--bs-btn-border-color: #eb3434;
|
|
3495
3680
|
--bs-btn-hover-color: #000;
|
|
3496
|
-
--bs-btn-hover-bg:
|
|
3497
|
-
--bs-btn-hover-border-color:
|
|
3681
|
+
--bs-btn-hover-bg: #ed4848;
|
|
3682
|
+
--bs-btn-hover-border-color: #ed4848;
|
|
3498
3683
|
--bs-btn-focus-shadow-rgb: 200, 44, 44;
|
|
3499
3684
|
--bs-btn-active-color: #000;
|
|
3500
|
-
--bs-btn-active-bg:
|
|
3501
|
-
--bs-btn-active-border-color:
|
|
3685
|
+
--bs-btn-active-bg: #ef5d5d;
|
|
3686
|
+
--bs-btn-active-border-color: #ed4848;
|
|
3502
3687
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3503
3688
|
--bs-btn-disabled-color: #000;
|
|
3504
3689
|
--bs-btn-disabled-bg: #eb3434;
|
|
@@ -3510,12 +3695,12 @@ textarea.form-control-lg {
|
|
|
3510
3695
|
--bs-btn-bg: #f8f9fa;
|
|
3511
3696
|
--bs-btn-border-color: #f8f9fa;
|
|
3512
3697
|
--bs-btn-hover-color: #000;
|
|
3513
|
-
--bs-btn-hover-bg:
|
|
3514
|
-
--bs-btn-hover-border-color:
|
|
3698
|
+
--bs-btn-hover-bg: #dfe0e1;
|
|
3699
|
+
--bs-btn-hover-border-color: #c6c7c8;
|
|
3515
3700
|
--bs-btn-focus-shadow-rgb: 211, 212, 213;
|
|
3516
3701
|
--bs-btn-active-color: #000;
|
|
3517
|
-
--bs-btn-active-bg:
|
|
3518
|
-
--bs-btn-active-border-color:
|
|
3702
|
+
--bs-btn-active-bg: #c6c7c8;
|
|
3703
|
+
--bs-btn-active-border-color: #babbbc;
|
|
3519
3704
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3520
3705
|
--bs-btn-disabled-color: #000;
|
|
3521
3706
|
--bs-btn-disabled-bg: #f8f9fa;
|
|
@@ -3527,12 +3712,12 @@ textarea.form-control-lg {
|
|
|
3527
3712
|
--bs-btn-bg: #212529;
|
|
3528
3713
|
--bs-btn-border-color: #212529;
|
|
3529
3714
|
--bs-btn-hover-color: #fff;
|
|
3530
|
-
--bs-btn-hover-bg:
|
|
3531
|
-
--bs-btn-hover-border-color:
|
|
3715
|
+
--bs-btn-hover-bg: #373b3e;
|
|
3716
|
+
--bs-btn-hover-border-color: #373b3e;
|
|
3532
3717
|
--bs-btn-focus-shadow-rgb: 66, 70, 73;
|
|
3533
3718
|
--bs-btn-active-color: #fff;
|
|
3534
|
-
--bs-btn-active-bg:
|
|
3535
|
-
--bs-btn-active-border-color:
|
|
3719
|
+
--bs-btn-active-bg: #4d5154;
|
|
3720
|
+
--bs-btn-active-border-color: #373b3e;
|
|
3536
3721
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3537
3722
|
--bs-btn-disabled-color: #fff;
|
|
3538
3723
|
--bs-btn-disabled-bg: #212529;
|
|
@@ -3544,12 +3729,12 @@ textarea.form-control-lg {
|
|
|
3544
3729
|
--bs-btn-bg: #1073de;
|
|
3545
3730
|
--bs-btn-border-color: #1073de;
|
|
3546
3731
|
--bs-btn-hover-color: #fff;
|
|
3547
|
-
--bs-btn-hover-bg:
|
|
3548
|
-
--bs-btn-hover-border-color:
|
|
3732
|
+
--bs-btn-hover-bg: #0e68c8;
|
|
3733
|
+
--bs-btn-hover-border-color: #0d5cb2;
|
|
3549
3734
|
--bs-btn-focus-shadow-rgb: 52, 136, 227;
|
|
3550
3735
|
--bs-btn-active-color: #fff;
|
|
3551
|
-
--bs-btn-active-bg:
|
|
3552
|
-
--bs-btn-active-border-color:
|
|
3736
|
+
--bs-btn-active-bg: #0d5cb2;
|
|
3737
|
+
--bs-btn-active-border-color: #0c56a7;
|
|
3553
3738
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3554
3739
|
--bs-btn-disabled-color: #fff;
|
|
3555
3740
|
--bs-btn-disabled-bg: #1073de;
|
|
@@ -3574,19 +3759,19 @@ textarea.form-control-lg {
|
|
|
3574
3759
|
}
|
|
3575
3760
|
|
|
3576
3761
|
.btn-outline-secondary {
|
|
3577
|
-
--bs-btn-color:
|
|
3578
|
-
--bs-btn-border-color:
|
|
3762
|
+
--bs-btn-color: #e7f1fb;
|
|
3763
|
+
--bs-btn-border-color: #e7f1fb;
|
|
3579
3764
|
--bs-btn-hover-color: #000;
|
|
3580
|
-
--bs-btn-hover-bg:
|
|
3581
|
-
--bs-btn-hover-border-color:
|
|
3765
|
+
--bs-btn-hover-bg: #e7f1fb;
|
|
3766
|
+
--bs-btn-hover-border-color: #e7f1fb;
|
|
3582
3767
|
--bs-btn-focus-shadow-rgb: 231, 241, 251;
|
|
3583
3768
|
--bs-btn-active-color: #000;
|
|
3584
|
-
--bs-btn-active-bg:
|
|
3585
|
-
--bs-btn-active-border-color:
|
|
3769
|
+
--bs-btn-active-bg: #e7f1fb;
|
|
3770
|
+
--bs-btn-active-border-color: #e7f1fb;
|
|
3586
3771
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3587
|
-
--bs-btn-disabled-color:
|
|
3772
|
+
--bs-btn-disabled-color: #e7f1fb;
|
|
3588
3773
|
--bs-btn-disabled-bg: transparent;
|
|
3589
|
-
--bs-btn-disabled-border-color:
|
|
3774
|
+
--bs-btn-disabled-border-color: #e7f1fb;
|
|
3590
3775
|
--bs-gradient: none;
|
|
3591
3776
|
}
|
|
3592
3777
|
|
|
@@ -3720,7 +3905,7 @@ textarea.form-control-lg {
|
|
|
3720
3905
|
--bs-btn-active-border-color: transparent;
|
|
3721
3906
|
--bs-btn-disabled-color: #6d7173;
|
|
3722
3907
|
--bs-btn-disabled-border-color: transparent;
|
|
3723
|
-
--bs-btn-box-shadow:
|
|
3908
|
+
--bs-btn-box-shadow: 0 0 0 #000;
|
|
3724
3909
|
--bs-btn-focus-shadow-rgb: 55, 88, 139;
|
|
3725
3910
|
text-decoration: none;
|
|
3726
3911
|
}
|
|
@@ -3738,14 +3923,14 @@ textarea.form-control-lg {
|
|
|
3738
3923
|
--bs-btn-padding-y: 0.5rem;
|
|
3739
3924
|
--bs-btn-padding-x: 1rem;
|
|
3740
3925
|
--bs-btn-font-size: 1.25rem;
|
|
3741
|
-
--bs-btn-border-radius:
|
|
3926
|
+
--bs-btn-border-radius: var(--bs-border-radius-lg);
|
|
3742
3927
|
}
|
|
3743
3928
|
|
|
3744
3929
|
.btn-sm, .btn-group-sm > .btn {
|
|
3745
3930
|
--bs-btn-padding-y: 0.25rem;
|
|
3746
3931
|
--bs-btn-padding-x: 0.5rem;
|
|
3747
3932
|
--bs-btn-font-size: 0.875rem;
|
|
3748
|
-
--bs-btn-border-radius:
|
|
3933
|
+
--bs-btn-border-radius: var(--bs-border-radius-sm);
|
|
3749
3934
|
}
|
|
3750
3935
|
|
|
3751
3936
|
.fade {
|
|
@@ -3818,21 +4003,21 @@ textarea.form-control-lg {
|
|
|
3818
4003
|
--bs-dropdown-padding-y: 0.5rem;
|
|
3819
4004
|
--bs-dropdown-spacer: 0.125rem;
|
|
3820
4005
|
--bs-dropdown-font-size: 1rem;
|
|
3821
|
-
--bs-dropdown-color:
|
|
3822
|
-
--bs-dropdown-bg:
|
|
4006
|
+
--bs-dropdown-color: var(--bs-body-color);
|
|
4007
|
+
--bs-dropdown-bg: var(--bs-body-bg);
|
|
3823
4008
|
--bs-dropdown-border-color: var(--bs-border-color-translucent);
|
|
3824
|
-
--bs-dropdown-border-radius:
|
|
3825
|
-
--bs-dropdown-border-width:
|
|
3826
|
-
--bs-dropdown-inner-border-radius: calc(
|
|
4009
|
+
--bs-dropdown-border-radius: var(--bs-border-radius);
|
|
4010
|
+
--bs-dropdown-border-width: var(--bs-border-width);
|
|
4011
|
+
--bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
|
|
3827
4012
|
--bs-dropdown-divider-bg: var(--bs-border-color-translucent);
|
|
3828
4013
|
--bs-dropdown-divider-margin-y: 0.5rem;
|
|
3829
|
-
--bs-dropdown-box-shadow:
|
|
3830
|
-
--bs-dropdown-link-color:
|
|
3831
|
-
--bs-dropdown-link-hover-color:
|
|
3832
|
-
--bs-dropdown-link-hover-bg:
|
|
4014
|
+
--bs-dropdown-box-shadow: var(--bs-box-shadow);
|
|
4015
|
+
--bs-dropdown-link-color: var(--bs-body-color);
|
|
4016
|
+
--bs-dropdown-link-hover-color: var(--bs-body-color);
|
|
4017
|
+
--bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
|
|
3833
4018
|
--bs-dropdown-link-active-color: #fff;
|
|
3834
4019
|
--bs-dropdown-link-active-bg: #143b76;
|
|
3835
|
-
--bs-dropdown-link-disabled-color:
|
|
4020
|
+
--bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
|
|
3836
4021
|
--bs-dropdown-item-padding-x: 1rem;
|
|
3837
4022
|
--bs-dropdown-item-padding-y: 0.25rem;
|
|
3838
4023
|
--bs-dropdown-header-color: #6d7173;
|
|
@@ -4051,6 +4236,7 @@ textarea.form-control-lg {
|
|
|
4051
4236
|
white-space: nowrap;
|
|
4052
4237
|
background-color: transparent;
|
|
4053
4238
|
border: 0;
|
|
4239
|
+
border-radius: var(--bs-dropdown-item-border-radius, 0);
|
|
4054
4240
|
}
|
|
4055
4241
|
.dropdown-item:hover, .dropdown-item:focus {
|
|
4056
4242
|
color: var(--bs-dropdown-link-hover-color);
|
|
@@ -4147,7 +4333,7 @@ textarea.form-control-lg {
|
|
|
4147
4333
|
}
|
|
4148
4334
|
.btn-group > :not(.btn-check:first-child) + .btn,
|
|
4149
4335
|
.btn-group > .btn-group:not(:first-child) {
|
|
4150
|
-
margin-left: -
|
|
4336
|
+
margin-left: calc(var(--bs-border-width) * -1);
|
|
4151
4337
|
}
|
|
4152
4338
|
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
|
|
4153
4339
|
.btn-group > .btn.dropdown-toggle-split:first-child,
|
|
@@ -4204,7 +4390,7 @@ textarea.form-control-lg {
|
|
|
4204
4390
|
}
|
|
4205
4391
|
.btn-group-vertical > .btn:not(:first-child),
|
|
4206
4392
|
.btn-group-vertical > .btn-group:not(:first-child) {
|
|
4207
|
-
margin-top: -
|
|
4393
|
+
margin-top: calc(var(--bs-border-width) * -1);
|
|
4208
4394
|
}
|
|
4209
4395
|
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
|
|
4210
4396
|
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
|
|
@@ -4223,7 +4409,7 @@ textarea.form-control-lg {
|
|
|
4223
4409
|
--bs-nav-link-font-weight: ;
|
|
4224
4410
|
--bs-nav-link-color: var(--bs-link-color);
|
|
4225
4411
|
--bs-nav-link-hover-color: var(--bs-link-hover-color);
|
|
4226
|
-
--bs-nav-link-disabled-color: #
|
|
4412
|
+
--bs-nav-link-disabled-color: #6c757d;
|
|
4227
4413
|
display: -ms-flexbox;
|
|
4228
4414
|
display: flex;
|
|
4229
4415
|
-ms-flex-wrap: wrap;
|
|
@@ -4239,6 +4425,8 @@ textarea.form-control-lg {
|
|
|
4239
4425
|
font-size: var(--bs-nav-link-font-size);
|
|
4240
4426
|
font-weight: var(--bs-nav-link-font-weight);
|
|
4241
4427
|
color: var(--bs-nav-link-color);
|
|
4428
|
+
background: none;
|
|
4429
|
+
border: 0;
|
|
4242
4430
|
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
|
|
4243
4431
|
}
|
|
4244
4432
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -4250,25 +4438,28 @@ textarea.form-control-lg {
|
|
|
4250
4438
|
color: var(--bs-nav-link-hover-color);
|
|
4251
4439
|
text-decoration: none;
|
|
4252
4440
|
}
|
|
4253
|
-
.nav-link
|
|
4441
|
+
.nav-link:focus-visible {
|
|
4442
|
+
outline: 0;
|
|
4443
|
+
box-shadow: 0 0 0 0.25rem rgba(20, 59, 118, 0.25);
|
|
4444
|
+
}
|
|
4445
|
+
.nav-link.disabled, .nav-link:disabled {
|
|
4254
4446
|
color: var(--bs-nav-link-disabled-color);
|
|
4255
4447
|
pointer-events: none;
|
|
4256
4448
|
cursor: default;
|
|
4257
4449
|
}
|
|
4258
4450
|
|
|
4259
4451
|
.nav-tabs {
|
|
4260
|
-
--bs-nav-tabs-border-width:
|
|
4261
|
-
--bs-nav-tabs-border-color:
|
|
4262
|
-
--bs-nav-tabs-border-radius:
|
|
4263
|
-
--bs-nav-tabs-link-hover-border-color:
|
|
4264
|
-
--bs-nav-tabs-link-active-color: #
|
|
4265
|
-
--bs-nav-tabs-link-active-bg:
|
|
4266
|
-
--bs-nav-tabs-link-active-border-color:
|
|
4452
|
+
--bs-nav-tabs-border-width: var(--bs-border-width);
|
|
4453
|
+
--bs-nav-tabs-border-color: var(--bs-border-color);
|
|
4454
|
+
--bs-nav-tabs-border-radius: var(--bs-border-radius);
|
|
4455
|
+
--bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
|
|
4456
|
+
--bs-nav-tabs-link-active-color: #495057;
|
|
4457
|
+
--bs-nav-tabs-link-active-bg: var(--bs-body-bg);
|
|
4458
|
+
--bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
|
|
4267
4459
|
border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
|
|
4268
4460
|
}
|
|
4269
4461
|
.nav-tabs .nav-link {
|
|
4270
4462
|
margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
|
|
4271
|
-
background: none;
|
|
4272
4463
|
border: var(--bs-nav-tabs-border-width) solid transparent;
|
|
4273
4464
|
border-top-left-radius: var(--bs-nav-tabs-border-radius);
|
|
4274
4465
|
border-top-right-radius: var(--bs-nav-tabs-border-radius);
|
|
@@ -4277,11 +4468,6 @@ textarea.form-control-lg {
|
|
|
4277
4468
|
isolation: isolate;
|
|
4278
4469
|
border-color: var(--bs-nav-tabs-link-hover-border-color);
|
|
4279
4470
|
}
|
|
4280
|
-
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
|
|
4281
|
-
color: var(--bs-nav-link-disabled-color);
|
|
4282
|
-
background-color: transparent;
|
|
4283
|
-
border-color: transparent;
|
|
4284
|
-
}
|
|
4285
4471
|
.nav-tabs .nav-link.active,
|
|
4286
4472
|
.nav-tabs .nav-item.show .nav-link {
|
|
4287
4473
|
color: var(--bs-nav-tabs-link-active-color);
|
|
@@ -4295,26 +4481,40 @@ textarea.form-control-lg {
|
|
|
4295
4481
|
}
|
|
4296
4482
|
|
|
4297
4483
|
.nav-pills {
|
|
4298
|
-
--bs-nav-pills-border-radius:
|
|
4484
|
+
--bs-nav-pills-border-radius: var(--bs-border-radius);
|
|
4299
4485
|
--bs-nav-pills-link-active-color: #fff;
|
|
4300
4486
|
--bs-nav-pills-link-active-bg: #143b76;
|
|
4301
4487
|
}
|
|
4302
4488
|
.nav-pills .nav-link {
|
|
4303
|
-
background: none;
|
|
4304
|
-
border: 0;
|
|
4305
4489
|
border-radius: var(--bs-nav-pills-border-radius);
|
|
4306
4490
|
}
|
|
4307
|
-
.nav-pills .nav-link:disabled {
|
|
4308
|
-
color: var(--bs-nav-link-disabled-color);
|
|
4309
|
-
background-color: transparent;
|
|
4310
|
-
border-color: transparent;
|
|
4311
|
-
}
|
|
4312
4491
|
.nav-pills .nav-link.active,
|
|
4313
4492
|
.nav-pills .show > .nav-link {
|
|
4314
4493
|
color: var(--bs-nav-pills-link-active-color);
|
|
4315
4494
|
background-color: var(--bs-nav-pills-link-active-bg);
|
|
4316
4495
|
}
|
|
4317
4496
|
|
|
4497
|
+
.nav-underline {
|
|
4498
|
+
--bs-nav-underline-gap: 1rem;
|
|
4499
|
+
--bs-nav-underline-border-width: 0.125rem;
|
|
4500
|
+
--bs-nav-underline-link-active-color: var(--bs-emphasis-color);
|
|
4501
|
+
gap: var(--bs-nav-underline-gap);
|
|
4502
|
+
}
|
|
4503
|
+
.nav-underline .nav-link {
|
|
4504
|
+
padding-right: 0;
|
|
4505
|
+
padding-left: 0;
|
|
4506
|
+
border-bottom: var(--bs-nav-underline-border-width) solid transparent;
|
|
4507
|
+
}
|
|
4508
|
+
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
|
|
4509
|
+
border-bottom-color: currentcolor;
|
|
4510
|
+
}
|
|
4511
|
+
.nav-underline .nav-link.active,
|
|
4512
|
+
.nav-underline .show > .nav-link {
|
|
4513
|
+
font-weight: 700;
|
|
4514
|
+
color: var(--bs-nav-underline-link-active-color);
|
|
4515
|
+
border-bottom-color: currentcolor;
|
|
4516
|
+
}
|
|
4517
|
+
|
|
4318
4518
|
.nav-fill > .nav-link,
|
|
4319
4519
|
.nav-fill .nav-item {
|
|
4320
4520
|
-ms-flex: 1 1 auto;
|
|
@@ -4346,22 +4546,22 @@ textarea.form-control-lg {
|
|
|
4346
4546
|
.navbar {
|
|
4347
4547
|
--bs-navbar-padding-x: 0;
|
|
4348
4548
|
--bs-navbar-padding-y: 0.5rem;
|
|
4349
|
-
--bs-navbar-color: rgba(
|
|
4350
|
-
--bs-navbar-hover-color: rgba(
|
|
4351
|
-
--bs-navbar-disabled-color: rgba(
|
|
4352
|
-
--bs-navbar-active-color: rgba(
|
|
4549
|
+
--bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
|
|
4550
|
+
--bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
|
|
4551
|
+
--bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
|
|
4552
|
+
--bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
|
|
4353
4553
|
--bs-navbar-brand-padding-y: 0.3125rem;
|
|
4354
4554
|
--bs-navbar-brand-margin-end: 1rem;
|
|
4355
4555
|
--bs-navbar-brand-font-size: 1.25rem;
|
|
4356
|
-
--bs-navbar-brand-color: rgba(
|
|
4357
|
-
--bs-navbar-brand-hover-color: rgba(
|
|
4556
|
+
--bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
|
|
4557
|
+
--bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
|
|
4358
4558
|
--bs-navbar-nav-link-padding-x: 0.75rem;
|
|
4359
4559
|
--bs-navbar-toggler-padding-y: 0.25rem;
|
|
4360
4560
|
--bs-navbar-toggler-padding-x: 0.75rem;
|
|
4361
4561
|
--bs-navbar-toggler-font-size: 1.25rem;
|
|
4362
|
-
--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%
|
|
4363
|
-
--bs-navbar-toggler-border-color: rgba(
|
|
4364
|
-
--bs-navbar-toggler-border-radius:
|
|
4562
|
+
--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2836, 38, 38, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
|
|
4563
|
+
--bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
|
|
4564
|
+
--bs-navbar-toggler-border-radius: var(--bs-border-radius);
|
|
4365
4565
|
--bs-navbar-toggler-focus-width: 0.25rem;
|
|
4366
4566
|
--bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
|
|
4367
4567
|
position: relative;
|
|
@@ -4419,8 +4619,7 @@ textarea.form-control-lg {
|
|
|
4419
4619
|
margin-bottom: 0;
|
|
4420
4620
|
list-style: none;
|
|
4421
4621
|
}
|
|
4422
|
-
.navbar-nav .
|
|
4423
|
-
.navbar-nav .nav-link.active {
|
|
4622
|
+
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
|
|
4424
4623
|
color: var(--bs-navbar-active-color);
|
|
4425
4624
|
}
|
|
4426
4625
|
.navbar-nav .dropdown-menu {
|
|
@@ -4828,7 +5027,8 @@ textarea.form-control-lg {
|
|
|
4828
5027
|
overflow-y: visible;
|
|
4829
5028
|
}
|
|
4830
5029
|
|
|
4831
|
-
.navbar-dark
|
|
5030
|
+
.navbar-dark,
|
|
5031
|
+
.navbar[data-bs-theme=dark] {
|
|
4832
5032
|
--bs-navbar-color: rgba(255, 255, 255, 0.55);
|
|
4833
5033
|
--bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
|
|
4834
5034
|
--bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
|
|
@@ -4839,22 +5039,28 @@ textarea.form-control-lg {
|
|
|
4839
5039
|
--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
|
|
4840
5040
|
}
|
|
4841
5041
|
|
|
5042
|
+
[data-bs-theme=dark] .navbar-toggler-icon {
|
|
5043
|
+
--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
|
|
5044
|
+
}
|
|
5045
|
+
|
|
4842
5046
|
.card {
|
|
4843
5047
|
--bs-card-spacer-y: 1rem;
|
|
4844
5048
|
--bs-card-spacer-x: 1rem;
|
|
4845
5049
|
--bs-card-title-spacer-y: 0.5rem;
|
|
4846
|
-
--bs-card-
|
|
5050
|
+
--bs-card-title-color: ;
|
|
5051
|
+
--bs-card-subtitle-color: ;
|
|
5052
|
+
--bs-card-border-width: var(--bs-border-width);
|
|
4847
5053
|
--bs-card-border-color: var(--bs-border-color-translucent);
|
|
4848
|
-
--bs-card-border-radius:
|
|
5054
|
+
--bs-card-border-radius: var(--bs-border-radius);
|
|
4849
5055
|
--bs-card-box-shadow: ;
|
|
4850
|
-
--bs-card-inner-border-radius: calc(
|
|
5056
|
+
--bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
|
|
4851
5057
|
--bs-card-cap-padding-y: 0.5rem;
|
|
4852
5058
|
--bs-card-cap-padding-x: 1rem;
|
|
4853
|
-
--bs-card-cap-bg: rgba(
|
|
5059
|
+
--bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
|
|
4854
5060
|
--bs-card-cap-color: ;
|
|
4855
5061
|
--bs-card-height: ;
|
|
4856
5062
|
--bs-card-color: ;
|
|
4857
|
-
--bs-card-bg:
|
|
5063
|
+
--bs-card-bg: var(--bs-body-bg);
|
|
4858
5064
|
--bs-card-img-overlay-padding: 1rem;
|
|
4859
5065
|
--bs-card-group-margin: 0.75rem;
|
|
4860
5066
|
position: relative;
|
|
@@ -4864,6 +5070,7 @@ textarea.form-control-lg {
|
|
|
4864
5070
|
flex-direction: column;
|
|
4865
5071
|
min-width: 0;
|
|
4866
5072
|
height: var(--bs-card-height);
|
|
5073
|
+
color: var(--bs-body-color);
|
|
4867
5074
|
word-wrap: break-word;
|
|
4868
5075
|
background-color: var(--bs-card-bg);
|
|
4869
5076
|
background-clip: border-box;
|
|
@@ -4903,11 +5110,13 @@ textarea.form-control-lg {
|
|
|
4903
5110
|
|
|
4904
5111
|
.card-title {
|
|
4905
5112
|
margin-bottom: var(--bs-card-title-spacer-y);
|
|
5113
|
+
color: var(--bs-card-title-color);
|
|
4906
5114
|
}
|
|
4907
5115
|
|
|
4908
5116
|
.card-subtitle {
|
|
4909
5117
|
margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
|
|
4910
5118
|
margin-bottom: 0;
|
|
5119
|
+
color: var(--bs-card-subtitle-color);
|
|
4911
5120
|
}
|
|
4912
5121
|
|
|
4913
5122
|
.card-text:last-child {
|
|
@@ -5032,27 +5241,26 @@ textarea.form-control-lg {
|
|
|
5032
5241
|
}
|
|
5033
5242
|
|
|
5034
5243
|
.accordion {
|
|
5035
|
-
--bs-accordion-color:
|
|
5036
|
-
--bs-accordion-bg:
|
|
5244
|
+
--bs-accordion-color: var(--bs-body-color);
|
|
5245
|
+
--bs-accordion-bg: var(--bs-body-bg);
|
|
5037
5246
|
--bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
|
|
5038
5247
|
--bs-accordion-border-color: #dadee0;
|
|
5039
|
-
--bs-accordion-border-width:
|
|
5040
|
-
--bs-accordion-border-radius:
|
|
5041
|
-
--bs-accordion-inner-border-radius: calc(
|
|
5248
|
+
--bs-accordion-border-width: var(--bs-border-width);
|
|
5249
|
+
--bs-accordion-border-radius: var(--bs-border-radius);
|
|
5250
|
+
--bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
|
|
5042
5251
|
--bs-accordion-btn-padding-x: 1.25rem;
|
|
5043
5252
|
--bs-accordion-btn-padding-y: 1rem;
|
|
5044
|
-
--bs-accordion-btn-color:
|
|
5253
|
+
--bs-accordion-btn-color: var(--bs-body-color);
|
|
5045
5254
|
--bs-accordion-btn-bg: var(--bs-accordion-bg);
|
|
5046
|
-
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23242626'
|
|
5255
|
+
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23242626' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
|
|
5047
5256
|
--bs-accordion-btn-icon-width: 1.25rem;
|
|
5048
5257
|
--bs-accordion-btn-icon-transform: rotate(-180deg);
|
|
5049
5258
|
--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
|
|
5050
|
-
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='
|
|
5051
|
-
--bs-accordion-btn-focus-border-color: rgb(137.5, 157, 186.5);
|
|
5259
|
+
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%2308182f' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
|
|
5052
5260
|
--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(20, 59, 118, 0.25);
|
|
5053
5261
|
--bs-accordion-body-padding-x: 1.25rem;
|
|
5054
5262
|
--bs-accordion-body-padding-y: 1rem;
|
|
5055
|
-
--bs-accordion-active-color:
|
|
5263
|
+
--bs-accordion-active-color: var(--bs-body-color);
|
|
5056
5264
|
--bs-accordion-active-bg: #fafbfc;
|
|
5057
5265
|
}
|
|
5058
5266
|
|
|
@@ -5110,7 +5318,6 @@ textarea.form-control-lg {
|
|
|
5110
5318
|
}
|
|
5111
5319
|
.accordion-button:focus {
|
|
5112
5320
|
z-index: 3;
|
|
5113
|
-
border-color: var(--bs-accordion-btn-focus-border-color);
|
|
5114
5321
|
outline: 0;
|
|
5115
5322
|
box-shadow: var(--bs-accordion-btn-focus-box-shadow);
|
|
5116
5323
|
}
|
|
@@ -5128,7 +5335,7 @@ textarea.form-control-lg {
|
|
|
5128
5335
|
border-top-left-radius: var(--bs-accordion-border-radius);
|
|
5129
5336
|
border-top-right-radius: var(--bs-accordion-border-radius);
|
|
5130
5337
|
}
|
|
5131
|
-
.accordion-item:first-of-type .accordion-button {
|
|
5338
|
+
.accordion-item:first-of-type > .accordion-header .accordion-button {
|
|
5132
5339
|
border-top-left-radius: var(--bs-accordion-inner-border-radius);
|
|
5133
5340
|
border-top-right-radius: var(--bs-accordion-inner-border-radius);
|
|
5134
5341
|
}
|
|
@@ -5139,11 +5346,11 @@ textarea.form-control-lg {
|
|
|
5139
5346
|
border-bottom-right-radius: var(--bs-accordion-border-radius);
|
|
5140
5347
|
border-bottom-left-radius: var(--bs-accordion-border-radius);
|
|
5141
5348
|
}
|
|
5142
|
-
.accordion-item:last-of-type .accordion-button.collapsed {
|
|
5349
|
+
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
|
|
5143
5350
|
border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
|
|
5144
5351
|
border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
|
|
5145
5352
|
}
|
|
5146
|
-
.accordion-item:last-of-type .accordion-collapse {
|
|
5353
|
+
.accordion-item:last-of-type > .accordion-collapse {
|
|
5147
5354
|
border-bottom-right-radius: var(--bs-accordion-border-radius);
|
|
5148
5355
|
border-bottom-left-radius: var(--bs-accordion-border-radius);
|
|
5149
5356
|
}
|
|
@@ -5152,33 +5359,38 @@ textarea.form-control-lg {
|
|
|
5152
5359
|
padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
|
|
5153
5360
|
}
|
|
5154
5361
|
|
|
5155
|
-
.accordion-flush .accordion-
|
|
5156
|
-
border-width: 0;
|
|
5157
|
-
}
|
|
5158
|
-
.accordion-flush .accordion-item {
|
|
5362
|
+
.accordion-flush > .accordion-item {
|
|
5159
5363
|
border-right: 0;
|
|
5160
5364
|
border-left: 0;
|
|
5161
5365
|
border-radius: 0;
|
|
5162
5366
|
}
|
|
5163
|
-
.accordion-flush .accordion-item:first-child {
|
|
5367
|
+
.accordion-flush > .accordion-item:first-child {
|
|
5164
5368
|
border-top: 0;
|
|
5165
5369
|
}
|
|
5166
|
-
.accordion-flush .accordion-item:last-child {
|
|
5370
|
+
.accordion-flush > .accordion-item:last-child {
|
|
5167
5371
|
border-bottom: 0;
|
|
5168
5372
|
}
|
|
5169
|
-
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
|
|
5373
|
+
.accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
|
|
5374
|
+
border-radius: 0;
|
|
5375
|
+
}
|
|
5376
|
+
.accordion-flush > .accordion-item > .accordion-collapse {
|
|
5170
5377
|
border-radius: 0;
|
|
5171
5378
|
}
|
|
5172
5379
|
|
|
5380
|
+
[data-bs-theme=dark] .accordion-button::after {
|
|
5381
|
+
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237289ad'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
|
|
5382
|
+
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237289ad'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
|
|
5383
|
+
}
|
|
5384
|
+
|
|
5173
5385
|
.breadcrumb {
|
|
5174
5386
|
--bs-breadcrumb-padding-x: 0;
|
|
5175
5387
|
--bs-breadcrumb-padding-y: 0;
|
|
5176
5388
|
--bs-breadcrumb-margin-bottom: 1rem;
|
|
5177
5389
|
--bs-breadcrumb-bg: ;
|
|
5178
5390
|
--bs-breadcrumb-border-radius: ;
|
|
5179
|
-
--bs-breadcrumb-divider-color:
|
|
5391
|
+
--bs-breadcrumb-divider-color: var(--bs-secondary-color);
|
|
5180
5392
|
--bs-breadcrumb-item-padding-x: 0.5rem;
|
|
5181
|
-
--bs-breadcrumb-item-active-color: #
|
|
5393
|
+
--bs-breadcrumb-item-active-color: #6c757d;
|
|
5182
5394
|
display: -ms-flexbox;
|
|
5183
5395
|
display: flex;
|
|
5184
5396
|
-ms-flex-wrap: wrap;
|
|
@@ -5274,11 +5486,11 @@ textarea.form-control-lg {
|
|
|
5274
5486
|
--bs-pagination-color: #a2a8ab;
|
|
5275
5487
|
--bs-pagination-bg: transparent;
|
|
5276
5488
|
--bs-pagination-border-width: 0;
|
|
5277
|
-
--bs-pagination-border-color:
|
|
5278
|
-
--bs-pagination-border-radius:
|
|
5489
|
+
--bs-pagination-border-color: var(--bs-border-color);
|
|
5490
|
+
--bs-pagination-border-radius: var(--bs-border-radius);
|
|
5279
5491
|
--bs-pagination-hover-color: #242626;
|
|
5280
5492
|
--bs-pagination-hover-bg: transparent;
|
|
5281
|
-
--bs-pagination-hover-border-color:
|
|
5493
|
+
--bs-pagination-hover-border-color: var(--bs-border-color);
|
|
5282
5494
|
--bs-pagination-focus-color: #242626;
|
|
5283
5495
|
--bs-pagination-focus-bg: transparent;
|
|
5284
5496
|
--bs-pagination-focus-box-shadow: none;
|
|
@@ -5287,7 +5499,7 @@ textarea.form-control-lg {
|
|
|
5287
5499
|
--bs-pagination-active-border-color: #143b76;
|
|
5288
5500
|
--bs-pagination-disabled-color: #dadee0;
|
|
5289
5501
|
--bs-pagination-disabled-bg: transparent;
|
|
5290
|
-
--bs-pagination-disabled-border-color:
|
|
5502
|
+
--bs-pagination-disabled-border-color: var(--bs-border-color);
|
|
5291
5503
|
display: -ms-flexbox;
|
|
5292
5504
|
display: flex;
|
|
5293
5505
|
padding-left: 0;
|
|
@@ -5337,7 +5549,7 @@ textarea.form-control-lg {
|
|
|
5337
5549
|
}
|
|
5338
5550
|
|
|
5339
5551
|
.page-item:not(:first-child) .page-link {
|
|
5340
|
-
margin-left: -
|
|
5552
|
+
margin-left: calc(var(--bs-border-width) * -1);
|
|
5341
5553
|
}
|
|
5342
5554
|
.page-item .page-link {
|
|
5343
5555
|
border-radius: var(--bs-pagination-border-radius);
|
|
@@ -5347,14 +5559,14 @@ textarea.form-control-lg {
|
|
|
5347
5559
|
--bs-pagination-padding-x: 1.5rem;
|
|
5348
5560
|
--bs-pagination-padding-y: 0.75rem;
|
|
5349
5561
|
--bs-pagination-font-size: 1.25rem;
|
|
5350
|
-
--bs-pagination-border-radius:
|
|
5562
|
+
--bs-pagination-border-radius: var(--bs-border-radius-lg);
|
|
5351
5563
|
}
|
|
5352
5564
|
|
|
5353
5565
|
.pagination-sm {
|
|
5354
5566
|
--bs-pagination-padding-x: 0.5rem;
|
|
5355
5567
|
--bs-pagination-padding-y: 0.25rem;
|
|
5356
5568
|
--bs-pagination-font-size: 0.875rem;
|
|
5357
|
-
--bs-pagination-border-radius:
|
|
5569
|
+
--bs-pagination-border-radius: var(--bs-border-radius-sm);
|
|
5358
5570
|
}
|
|
5359
5571
|
|
|
5360
5572
|
.badge {
|
|
@@ -5363,7 +5575,7 @@ textarea.form-control-lg {
|
|
|
5363
5575
|
--bs-badge-font-size: 1.125rem;
|
|
5364
5576
|
--bs-badge-font-weight: 400;
|
|
5365
5577
|
--bs-badge-color: #fff;
|
|
5366
|
-
--bs-badge-border-radius:
|
|
5578
|
+
--bs-badge-border-radius: var(--bs-border-radius);
|
|
5367
5579
|
display: inline-block;
|
|
5368
5580
|
padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
|
|
5369
5581
|
font-size: var(--bs-badge-font-size);
|
|
@@ -5391,8 +5603,9 @@ textarea.form-control-lg {
|
|
|
5391
5603
|
--bs-alert-margin-bottom: 1rem;
|
|
5392
5604
|
--bs-alert-color: inherit;
|
|
5393
5605
|
--bs-alert-border-color: transparent;
|
|
5394
|
-
--bs-alert-border:
|
|
5395
|
-
--bs-alert-border-radius:
|
|
5606
|
+
--bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
|
|
5607
|
+
--bs-alert-border-radius: var(--bs-border-radius);
|
|
5608
|
+
--bs-alert-link-color: inherit;
|
|
5396
5609
|
position: relative;
|
|
5397
5610
|
padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
|
|
5398
5611
|
margin-bottom: var(--bs-alert-margin-bottom);
|
|
@@ -5408,6 +5621,7 @@ textarea.form-control-lg {
|
|
|
5408
5621
|
|
|
5409
5622
|
.alert-link {
|
|
5410
5623
|
font-weight: 700;
|
|
5624
|
+
color: var(--bs-alert-link-color);
|
|
5411
5625
|
}
|
|
5412
5626
|
|
|
5413
5627
|
.alert-dismissible {
|
|
@@ -5422,84 +5636,66 @@ textarea.form-control-lg {
|
|
|
5422
5636
|
}
|
|
5423
5637
|
|
|
5424
5638
|
.alert-primary {
|
|
5425
|
-
--bs-alert-color:
|
|
5426
|
-
--bs-alert-bg:
|
|
5427
|
-
--bs-alert-border-color:
|
|
5428
|
-
|
|
5429
|
-
.alert-primary .alert-link {
|
|
5430
|
-
color: rgb(9.6, 28.32, 56.64);
|
|
5639
|
+
--bs-alert-color: var(--bs-primary-text-emphasis);
|
|
5640
|
+
--bs-alert-bg: var(--bs-primary-bg-subtle);
|
|
5641
|
+
--bs-alert-border-color: var(--bs-primary-border-subtle);
|
|
5642
|
+
--bs-alert-link-color: var(--bs-primary-text-emphasis);
|
|
5431
5643
|
}
|
|
5432
5644
|
|
|
5433
5645
|
.alert-secondary {
|
|
5434
|
-
--bs-alert-color:
|
|
5435
|
-
--bs-alert-bg:
|
|
5436
|
-
--bs-alert-border-color:
|
|
5437
|
-
|
|
5438
|
-
.alert-secondary .alert-link {
|
|
5439
|
-
color: rgb(73.9157884709, 77.0998257359, 80.3190915291);
|
|
5646
|
+
--bs-alert-color: var(--bs-secondary-text-emphasis);
|
|
5647
|
+
--bs-alert-bg: var(--bs-secondary-bg-subtle);
|
|
5648
|
+
--bs-alert-border-color: var(--bs-secondary-border-subtle);
|
|
5649
|
+
--bs-alert-link-color: var(--bs-secondary-text-emphasis);
|
|
5440
5650
|
}
|
|
5441
5651
|
|
|
5442
5652
|
.alert-success {
|
|
5443
|
-
--bs-alert-color:
|
|
5444
|
-
--bs-alert-bg:
|
|
5445
|
-
--bs-alert-border-color:
|
|
5446
|
-
|
|
5447
|
-
.alert-success .alert-link {
|
|
5448
|
-
color: rgb(11.52, 91.68, 61.44);
|
|
5653
|
+
--bs-alert-color: var(--bs-success-text-emphasis);
|
|
5654
|
+
--bs-alert-bg: var(--bs-success-bg-subtle);
|
|
5655
|
+
--bs-alert-border-color: var(--bs-success-border-subtle);
|
|
5656
|
+
--bs-alert-link-color: var(--bs-success-text-emphasis);
|
|
5449
5657
|
}
|
|
5450
5658
|
|
|
5451
5659
|
.alert-info {
|
|
5452
|
-
--bs-alert-color:
|
|
5453
|
-
--bs-alert-bg:
|
|
5454
|
-
--bs-alert-border-color:
|
|
5455
|
-
|
|
5456
|
-
.alert-info .alert-link {
|
|
5457
|
-
color: rgb(6.24, 56.64, 66.72);
|
|
5660
|
+
--bs-alert-color: var(--bs-info-text-emphasis);
|
|
5661
|
+
--bs-alert-bg: var(--bs-info-bg-subtle);
|
|
5662
|
+
--bs-alert-border-color: var(--bs-info-border-subtle);
|
|
5663
|
+
--bs-alert-link-color: var(--bs-info-text-emphasis);
|
|
5458
5664
|
}
|
|
5459
5665
|
|
|
5460
5666
|
.alert-warning {
|
|
5461
|
-
--bs-alert-color:
|
|
5462
|
-
--bs-alert-bg:
|
|
5463
|
-
--bs-alert-border-color:
|
|
5464
|
-
|
|
5465
|
-
.alert-warning .alert-link {
|
|
5466
|
-
color: rgb(112.8, 80.64, 32.16);
|
|
5667
|
+
--bs-alert-color: var(--bs-warning-text-emphasis);
|
|
5668
|
+
--bs-alert-bg: var(--bs-warning-bg-subtle);
|
|
5669
|
+
--bs-alert-border-color: var(--bs-warning-border-subtle);
|
|
5670
|
+
--bs-alert-link-color: var(--bs-warning-text-emphasis);
|
|
5467
5671
|
}
|
|
5468
5672
|
|
|
5469
5673
|
.alert-danger {
|
|
5470
|
-
--bs-alert-color:
|
|
5471
|
-
--bs-alert-bg:
|
|
5472
|
-
--bs-alert-border-color:
|
|
5473
|
-
|
|
5474
|
-
.alert-danger .alert-link {
|
|
5475
|
-
color: rgb(112.8, 24.96, 24.96);
|
|
5674
|
+
--bs-alert-color: var(--bs-danger-text-emphasis);
|
|
5675
|
+
--bs-alert-bg: var(--bs-danger-bg-subtle);
|
|
5676
|
+
--bs-alert-border-color: var(--bs-danger-border-subtle);
|
|
5677
|
+
--bs-alert-link-color: var(--bs-danger-text-emphasis);
|
|
5476
5678
|
}
|
|
5477
5679
|
|
|
5478
5680
|
.alert-light {
|
|
5479
|
-
--bs-alert-color:
|
|
5480
|
-
--bs-alert-bg:
|
|
5481
|
-
--bs-alert-border-color:
|
|
5482
|
-
|
|
5483
|
-
.alert-light .alert-link {
|
|
5484
|
-
color: rgb(79.36, 79.68, 80);
|
|
5681
|
+
--bs-alert-color: var(--bs-light-text-emphasis);
|
|
5682
|
+
--bs-alert-bg: var(--bs-light-bg-subtle);
|
|
5683
|
+
--bs-alert-border-color: var(--bs-light-border-subtle);
|
|
5684
|
+
--bs-alert-link-color: var(--bs-light-text-emphasis);
|
|
5485
5685
|
}
|
|
5486
5686
|
|
|
5487
5687
|
.alert-dark {
|
|
5488
|
-
--bs-alert-color:
|
|
5489
|
-
--bs-alert-bg:
|
|
5490
|
-
--bs-alert-border-color:
|
|
5491
|
-
|
|
5492
|
-
.alert-dark .alert-link {
|
|
5493
|
-
color: rgb(15.84, 17.76, 19.68);
|
|
5688
|
+
--bs-alert-color: var(--bs-dark-text-emphasis);
|
|
5689
|
+
--bs-alert-bg: var(--bs-dark-bg-subtle);
|
|
5690
|
+
--bs-alert-border-color: var(--bs-dark-border-subtle);
|
|
5691
|
+
--bs-alert-link-color: var(--bs-dark-text-emphasis);
|
|
5494
5692
|
}
|
|
5495
5693
|
|
|
5496
5694
|
.alert-brand {
|
|
5497
|
-
--bs-alert-color:
|
|
5498
|
-
--bs-alert-bg:
|
|
5499
|
-
--bs-alert-border-color:
|
|
5500
|
-
|
|
5501
|
-
.alert-brand .alert-link {
|
|
5502
|
-
color: rgb(7.68, 55.2, 106.56);
|
|
5695
|
+
--bs-alert-color: var(--bs-brand-text-emphasis);
|
|
5696
|
+
--bs-alert-bg: var(--bs-brand-bg-subtle);
|
|
5697
|
+
--bs-alert-border-color: var(--bs-brand-border-subtle);
|
|
5698
|
+
--bs-alert-link-color: var(--bs-brand-text-emphasis);
|
|
5503
5699
|
}
|
|
5504
5700
|
|
|
5505
5701
|
@-webkit-keyframes progress-bar-stripes {
|
|
@@ -5513,12 +5709,13 @@ textarea.form-control-lg {
|
|
|
5513
5709
|
background-position-x: 1rem;
|
|
5514
5710
|
}
|
|
5515
5711
|
}
|
|
5516
|
-
.progress
|
|
5712
|
+
.progress,
|
|
5713
|
+
.progress-stacked {
|
|
5517
5714
|
--bs-progress-height: 1rem;
|
|
5518
5715
|
--bs-progress-font-size: 0.75rem;
|
|
5519
|
-
--bs-progress-bg:
|
|
5520
|
-
--bs-progress-border-radius:
|
|
5521
|
-
--bs-progress-box-shadow: inset
|
|
5716
|
+
--bs-progress-bg: var(--bs-secondary-bg);
|
|
5717
|
+
--bs-progress-border-radius: var(--bs-border-radius);
|
|
5718
|
+
--bs-progress-box-shadow: var(--bs-box-shadow-inset);
|
|
5522
5719
|
--bs-progress-bar-color: #fff;
|
|
5523
5720
|
--bs-progress-bar-bg: #143b76;
|
|
5524
5721
|
--bs-progress-bar-transition: width 0.6s ease;
|
|
@@ -5557,6 +5754,14 @@ textarea.form-control-lg {
|
|
|
5557
5754
|
background-size: var(--bs-progress-height) var(--bs-progress-height);
|
|
5558
5755
|
}
|
|
5559
5756
|
|
|
5757
|
+
.progress-stacked > .progress {
|
|
5758
|
+
overflow: visible;
|
|
5759
|
+
}
|
|
5760
|
+
|
|
5761
|
+
.progress-stacked > .progress > .progress-bar {
|
|
5762
|
+
width: 100%;
|
|
5763
|
+
}
|
|
5764
|
+
|
|
5560
5765
|
.progress-bar-animated {
|
|
5561
5766
|
-webkit-animation: 1s linear infinite progress-bar-stripes;
|
|
5562
5767
|
animation: 1s linear infinite progress-bar-stripes;
|
|
@@ -5569,20 +5774,20 @@ textarea.form-control-lg {
|
|
|
5569
5774
|
}
|
|
5570
5775
|
|
|
5571
5776
|
.list-group {
|
|
5572
|
-
--bs-list-group-color:
|
|
5573
|
-
--bs-list-group-bg:
|
|
5574
|
-
--bs-list-group-border-color:
|
|
5575
|
-
--bs-list-group-border-width:
|
|
5576
|
-
--bs-list-group-border-radius:
|
|
5777
|
+
--bs-list-group-color: var(--bs-body-color);
|
|
5778
|
+
--bs-list-group-bg: var(--bs-body-bg);
|
|
5779
|
+
--bs-list-group-border-color: var(--bs-border-color);
|
|
5780
|
+
--bs-list-group-border-width: var(--bs-border-width);
|
|
5781
|
+
--bs-list-group-border-radius: var(--bs-border-radius);
|
|
5577
5782
|
--bs-list-group-item-padding-x: 1rem;
|
|
5578
5783
|
--bs-list-group-item-padding-y: 0.5rem;
|
|
5579
|
-
--bs-list-group-action-color:
|
|
5580
|
-
--bs-list-group-action-hover-color:
|
|
5581
|
-
--bs-list-group-action-hover-bg:
|
|
5582
|
-
--bs-list-group-action-active-color:
|
|
5583
|
-
--bs-list-group-action-active-bg:
|
|
5584
|
-
--bs-list-group-disabled-color:
|
|
5585
|
-
--bs-list-group-disabled-bg:
|
|
5784
|
+
--bs-list-group-action-color: var(--bs-secondary-color);
|
|
5785
|
+
--bs-list-group-action-hover-color: var(--bs-emphasis-color);
|
|
5786
|
+
--bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
|
|
5787
|
+
--bs-list-group-action-active-color: var(--bs-body-color);
|
|
5788
|
+
--bs-list-group-action-active-bg: var(--bs-secondary-bg);
|
|
5789
|
+
--bs-list-group-disabled-color: var(--bs-secondary-color);
|
|
5790
|
+
--bs-list-group-disabled-bg: var(--bs-body-bg);
|
|
5586
5791
|
--bs-list-group-active-color: #fff;
|
|
5587
5792
|
--bs-list-group-active-bg: #143b76;
|
|
5588
5793
|
--bs-list-group-active-border-color: #143b76;
|
|
@@ -5815,151 +6020,150 @@ textarea.form-control-lg {
|
|
|
5815
6020
|
}
|
|
5816
6021
|
|
|
5817
6022
|
.list-group-item-primary {
|
|
5818
|
-
color:
|
|
5819
|
-
|
|
5820
|
-
|
|
5821
|
-
|
|
5822
|
-
|
|
5823
|
-
|
|
5824
|
-
|
|
5825
|
-
|
|
5826
|
-
|
|
5827
|
-
|
|
5828
|
-
border-color: rgb(12, 35.4, 70.8);
|
|
6023
|
+
--bs-list-group-color: var(--bs-primary-text-emphasis);
|
|
6024
|
+
--bs-list-group-bg: var(--bs-primary-bg-subtle);
|
|
6025
|
+
--bs-list-group-border-color: var(--bs-primary-border-subtle);
|
|
6026
|
+
--bs-list-group-action-hover-color: var(--bs-emphasis-color);
|
|
6027
|
+
--bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
|
|
6028
|
+
--bs-list-group-action-active-color: var(--bs-emphasis-color);
|
|
6029
|
+
--bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
|
|
6030
|
+
--bs-list-group-active-color: var(--bs-primary-bg-subtle);
|
|
6031
|
+
--bs-list-group-active-bg: var(--bs-primary-text-emphasis);
|
|
6032
|
+
--bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
|
|
5829
6033
|
}
|
|
5830
6034
|
|
|
5831
6035
|
.list-group-item-secondary {
|
|
5832
|
-
color:
|
|
5833
|
-
|
|
5834
|
-
|
|
5835
|
-
|
|
5836
|
-
|
|
5837
|
-
|
|
5838
|
-
|
|
5839
|
-
|
|
5840
|
-
|
|
5841
|
-
|
|
5842
|
-
border-color: rgb(92.3947355886, 96.3747821699, 100.3988644114);
|
|
6036
|
+
--bs-list-group-color: var(--bs-secondary-text-emphasis);
|
|
6037
|
+
--bs-list-group-bg: var(--bs-secondary-bg-subtle);
|
|
6038
|
+
--bs-list-group-border-color: var(--bs-secondary-border-subtle);
|
|
6039
|
+
--bs-list-group-action-hover-color: var(--bs-emphasis-color);
|
|
6040
|
+
--bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
|
|
6041
|
+
--bs-list-group-action-active-color: var(--bs-emphasis-color);
|
|
6042
|
+
--bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
|
|
6043
|
+
--bs-list-group-active-color: var(--bs-secondary-bg-subtle);
|
|
6044
|
+
--bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
|
|
6045
|
+
--bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
|
|
5843
6046
|
}
|
|
5844
6047
|
|
|
5845
6048
|
.list-group-item-success {
|
|
5846
|
-
color:
|
|
5847
|
-
|
|
5848
|
-
|
|
5849
|
-
|
|
5850
|
-
|
|
5851
|
-
|
|
5852
|
-
|
|
5853
|
-
|
|
5854
|
-
|
|
5855
|
-
|
|
5856
|
-
border-color: rgb(14.4, 114.6, 76.8);
|
|
6049
|
+
--bs-list-group-color: var(--bs-success-text-emphasis);
|
|
6050
|
+
--bs-list-group-bg: var(--bs-success-bg-subtle);
|
|
6051
|
+
--bs-list-group-border-color: var(--bs-success-border-subtle);
|
|
6052
|
+
--bs-list-group-action-hover-color: var(--bs-emphasis-color);
|
|
6053
|
+
--bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
|
|
6054
|
+
--bs-list-group-action-active-color: var(--bs-emphasis-color);
|
|
6055
|
+
--bs-list-group-action-active-bg: var(--bs-success-border-subtle);
|
|
6056
|
+
--bs-list-group-active-color: var(--bs-success-bg-subtle);
|
|
6057
|
+
--bs-list-group-active-bg: var(--bs-success-text-emphasis);
|
|
6058
|
+
--bs-list-group-active-border-color: var(--bs-success-text-emphasis);
|
|
5857
6059
|
}
|
|
5858
6060
|
|
|
5859
6061
|
.list-group-item-info {
|
|
5860
|
-
color:
|
|
5861
|
-
|
|
5862
|
-
|
|
5863
|
-
|
|
5864
|
-
|
|
5865
|
-
|
|
5866
|
-
|
|
5867
|
-
|
|
5868
|
-
|
|
5869
|
-
|
|
5870
|
-
border-color: rgb(7.8, 70.8, 83.4);
|
|
6062
|
+
--bs-list-group-color: var(--bs-info-text-emphasis);
|
|
6063
|
+
--bs-list-group-bg: var(--bs-info-bg-subtle);
|
|
6064
|
+
--bs-list-group-border-color: var(--bs-info-border-subtle);
|
|
6065
|
+
--bs-list-group-action-hover-color: var(--bs-emphasis-color);
|
|
6066
|
+
--bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
|
|
6067
|
+
--bs-list-group-action-active-color: var(--bs-emphasis-color);
|
|
6068
|
+
--bs-list-group-action-active-bg: var(--bs-info-border-subtle);
|
|
6069
|
+
--bs-list-group-active-color: var(--bs-info-bg-subtle);
|
|
6070
|
+
--bs-list-group-active-bg: var(--bs-info-text-emphasis);
|
|
6071
|
+
--bs-list-group-active-border-color: var(--bs-info-text-emphasis);
|
|
5871
6072
|
}
|
|
5872
6073
|
|
|
5873
6074
|
.list-group-item-warning {
|
|
5874
|
-
color:
|
|
5875
|
-
|
|
5876
|
-
|
|
5877
|
-
|
|
5878
|
-
|
|
5879
|
-
|
|
5880
|
-
|
|
5881
|
-
|
|
5882
|
-
|
|
5883
|
-
|
|
5884
|
-
border-color: rgb(141, 100.8, 40.2);
|
|
6075
|
+
--bs-list-group-color: var(--bs-warning-text-emphasis);
|
|
6076
|
+
--bs-list-group-bg: var(--bs-warning-bg-subtle);
|
|
6077
|
+
--bs-list-group-border-color: var(--bs-warning-border-subtle);
|
|
6078
|
+
--bs-list-group-action-hover-color: var(--bs-emphasis-color);
|
|
6079
|
+
--bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
|
|
6080
|
+
--bs-list-group-action-active-color: var(--bs-emphasis-color);
|
|
6081
|
+
--bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
|
|
6082
|
+
--bs-list-group-active-color: var(--bs-warning-bg-subtle);
|
|
6083
|
+
--bs-list-group-active-bg: var(--bs-warning-text-emphasis);
|
|
6084
|
+
--bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
|
|
5885
6085
|
}
|
|
5886
6086
|
|
|
5887
6087
|
.list-group-item-danger {
|
|
5888
|
-
color:
|
|
5889
|
-
|
|
5890
|
-
|
|
5891
|
-
|
|
5892
|
-
|
|
5893
|
-
|
|
5894
|
-
|
|
5895
|
-
|
|
5896
|
-
|
|
5897
|
-
|
|
5898
|
-
border-color: rgb(141, 31.2, 31.2);
|
|
6088
|
+
--bs-list-group-color: var(--bs-danger-text-emphasis);
|
|
6089
|
+
--bs-list-group-bg: var(--bs-danger-bg-subtle);
|
|
6090
|
+
--bs-list-group-border-color: var(--bs-danger-border-subtle);
|
|
6091
|
+
--bs-list-group-action-hover-color: var(--bs-emphasis-color);
|
|
6092
|
+
--bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
|
|
6093
|
+
--bs-list-group-action-active-color: var(--bs-emphasis-color);
|
|
6094
|
+
--bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
|
|
6095
|
+
--bs-list-group-active-color: var(--bs-danger-bg-subtle);
|
|
6096
|
+
--bs-list-group-active-bg: var(--bs-danger-text-emphasis);
|
|
6097
|
+
--bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
|
|
5899
6098
|
}
|
|
5900
6099
|
|
|
5901
6100
|
.list-group-item-light {
|
|
5902
|
-
color:
|
|
5903
|
-
|
|
5904
|
-
|
|
5905
|
-
|
|
5906
|
-
|
|
5907
|
-
|
|
5908
|
-
|
|
5909
|
-
|
|
5910
|
-
|
|
5911
|
-
|
|
5912
|
-
border-color: rgb(99.2, 99.6, 100);
|
|
6101
|
+
--bs-list-group-color: var(--bs-light-text-emphasis);
|
|
6102
|
+
--bs-list-group-bg: var(--bs-light-bg-subtle);
|
|
6103
|
+
--bs-list-group-border-color: var(--bs-light-border-subtle);
|
|
6104
|
+
--bs-list-group-action-hover-color: var(--bs-emphasis-color);
|
|
6105
|
+
--bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
|
|
6106
|
+
--bs-list-group-action-active-color: var(--bs-emphasis-color);
|
|
6107
|
+
--bs-list-group-action-active-bg: var(--bs-light-border-subtle);
|
|
6108
|
+
--bs-list-group-active-color: var(--bs-light-bg-subtle);
|
|
6109
|
+
--bs-list-group-active-bg: var(--bs-light-text-emphasis);
|
|
6110
|
+
--bs-list-group-active-border-color: var(--bs-light-text-emphasis);
|
|
5913
6111
|
}
|
|
5914
6112
|
|
|
5915
6113
|
.list-group-item-dark {
|
|
5916
|
-
color:
|
|
5917
|
-
|
|
5918
|
-
|
|
5919
|
-
|
|
5920
|
-
|
|
5921
|
-
|
|
5922
|
-
|
|
5923
|
-
|
|
5924
|
-
|
|
5925
|
-
|
|
5926
|
-
border-color: rgb(19.8, 22.2, 24.6);
|
|
6114
|
+
--bs-list-group-color: var(--bs-dark-text-emphasis);
|
|
6115
|
+
--bs-list-group-bg: var(--bs-dark-bg-subtle);
|
|
6116
|
+
--bs-list-group-border-color: var(--bs-dark-border-subtle);
|
|
6117
|
+
--bs-list-group-action-hover-color: var(--bs-emphasis-color);
|
|
6118
|
+
--bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
|
|
6119
|
+
--bs-list-group-action-active-color: var(--bs-emphasis-color);
|
|
6120
|
+
--bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
|
|
6121
|
+
--bs-list-group-active-color: var(--bs-dark-bg-subtle);
|
|
6122
|
+
--bs-list-group-active-bg: var(--bs-dark-text-emphasis);
|
|
6123
|
+
--bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
|
|
5927
6124
|
}
|
|
5928
6125
|
|
|
5929
6126
|
.list-group-item-brand {
|
|
5930
|
-
color:
|
|
5931
|
-
|
|
5932
|
-
|
|
5933
|
-
|
|
5934
|
-
|
|
5935
|
-
|
|
5936
|
-
|
|
5937
|
-
|
|
5938
|
-
|
|
5939
|
-
|
|
5940
|
-
border-color: rgb(9.6, 69, 133.2);
|
|
6127
|
+
--bs-list-group-color: var(--bs-brand-text-emphasis);
|
|
6128
|
+
--bs-list-group-bg: var(--bs-brand-bg-subtle);
|
|
6129
|
+
--bs-list-group-border-color: var(--bs-brand-border-subtle);
|
|
6130
|
+
--bs-list-group-action-hover-color: var(--bs-emphasis-color);
|
|
6131
|
+
--bs-list-group-action-hover-bg: var(--bs-brand-border-subtle);
|
|
6132
|
+
--bs-list-group-action-active-color: var(--bs-emphasis-color);
|
|
6133
|
+
--bs-list-group-action-active-bg: var(--bs-brand-border-subtle);
|
|
6134
|
+
--bs-list-group-active-color: var(--bs-brand-bg-subtle);
|
|
6135
|
+
--bs-list-group-active-bg: var(--bs-brand-text-emphasis);
|
|
6136
|
+
--bs-list-group-active-border-color: var(--bs-brand-text-emphasis);
|
|
5941
6137
|
}
|
|
5942
6138
|
|
|
5943
6139
|
.btn-close {
|
|
6140
|
+
--bs-btn-close-color: #000;
|
|
6141
|
+
--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
|
|
6142
|
+
--bs-btn-close-opacity: 0.5;
|
|
6143
|
+
--bs-btn-close-hover-opacity: 0.75;
|
|
6144
|
+
--bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(20, 59, 118, 0.25);
|
|
6145
|
+
--bs-btn-close-focus-opacity: 1;
|
|
6146
|
+
--bs-btn-close-disabled-opacity: 0.25;
|
|
6147
|
+
--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
|
|
5944
6148
|
box-sizing: content-box;
|
|
5945
6149
|
width: 1em;
|
|
5946
6150
|
height: 1em;
|
|
5947
6151
|
padding: 0.25em 0.25em;
|
|
5948
|
-
color:
|
|
5949
|
-
background: transparent
|
|
6152
|
+
color: var(--bs-btn-close-color);
|
|
6153
|
+
background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
|
|
5950
6154
|
border: 0;
|
|
5951
6155
|
border-radius: 0.5rem;
|
|
5952
|
-
opacity:
|
|
6156
|
+
opacity: var(--bs-btn-close-opacity);
|
|
5953
6157
|
}
|
|
5954
6158
|
.btn-close:hover {
|
|
5955
|
-
color:
|
|
6159
|
+
color: var(--bs-btn-close-color);
|
|
5956
6160
|
text-decoration: none;
|
|
5957
|
-
opacity:
|
|
6161
|
+
opacity: var(--bs-btn-close-hover-opacity);
|
|
5958
6162
|
}
|
|
5959
6163
|
.btn-close:focus {
|
|
5960
6164
|
outline: 0;
|
|
5961
|
-
box-shadow:
|
|
5962
|
-
opacity:
|
|
6165
|
+
box-shadow: var(--bs-btn-close-focus-shadow);
|
|
6166
|
+
opacity: var(--bs-btn-close-focus-opacity);
|
|
5963
6167
|
}
|
|
5964
6168
|
.btn-close:disabled, .btn-close.disabled {
|
|
5965
6169
|
pointer-events: none;
|
|
@@ -5967,12 +6171,17 @@ textarea.form-control-lg {
|
|
|
5967
6171
|
-moz-user-select: none;
|
|
5968
6172
|
-ms-user-select: none;
|
|
5969
6173
|
user-select: none;
|
|
5970
|
-
opacity:
|
|
6174
|
+
opacity: var(--bs-btn-close-disabled-opacity);
|
|
5971
6175
|
}
|
|
5972
6176
|
|
|
5973
6177
|
.btn-close-white {
|
|
5974
|
-
-webkit-filter:
|
|
5975
|
-
filter:
|
|
6178
|
+
-webkit-filter: var(--bs-btn-close-white-filter);
|
|
6179
|
+
filter: var(--bs-btn-close-white-filter);
|
|
6180
|
+
}
|
|
6181
|
+
|
|
6182
|
+
[data-bs-theme=dark] .btn-close {
|
|
6183
|
+
-webkit-filter: var(--bs-btn-close-white-filter);
|
|
6184
|
+
filter: var(--bs-btn-close-white-filter);
|
|
5976
6185
|
}
|
|
5977
6186
|
|
|
5978
6187
|
.toast {
|
|
@@ -5983,14 +6192,14 @@ textarea.form-control-lg {
|
|
|
5983
6192
|
--bs-toast-max-width: 350px;
|
|
5984
6193
|
--bs-toast-font-size: 0.875rem;
|
|
5985
6194
|
--bs-toast-color: ;
|
|
5986
|
-
--bs-toast-bg: rgba(
|
|
5987
|
-
--bs-toast-border-width:
|
|
6195
|
+
--bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
|
|
6196
|
+
--bs-toast-border-width: var(--bs-border-width);
|
|
5988
6197
|
--bs-toast-border-color: var(--bs-border-color-translucent);
|
|
5989
|
-
--bs-toast-border-radius:
|
|
5990
|
-
--bs-toast-box-shadow:
|
|
5991
|
-
--bs-toast-header-color:
|
|
5992
|
-
--bs-toast-header-bg: rgba(
|
|
5993
|
-
--bs-toast-header-border-color:
|
|
6198
|
+
--bs-toast-border-radius: var(--bs-border-radius);
|
|
6199
|
+
--bs-toast-box-shadow: var(--bs-box-shadow);
|
|
6200
|
+
--bs-toast-header-color: var(--bs-secondary-color);
|
|
6201
|
+
--bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
|
|
6202
|
+
--bs-toast-header-border-color: var(--bs-border-color-translucent);
|
|
5994
6203
|
width: var(--bs-toast-max-width);
|
|
5995
6204
|
max-width: 100%;
|
|
5996
6205
|
font-size: var(--bs-toast-font-size);
|
|
@@ -6052,22 +6261,22 @@ textarea.form-control-lg {
|
|
|
6052
6261
|
--bs-modal-padding: 1rem;
|
|
6053
6262
|
--bs-modal-margin: 0.5rem;
|
|
6054
6263
|
--bs-modal-color: ;
|
|
6055
|
-
--bs-modal-bg:
|
|
6264
|
+
--bs-modal-bg: var(--bs-body-bg);
|
|
6056
6265
|
--bs-modal-border-color: var(--bs-border-color-translucent);
|
|
6057
|
-
--bs-modal-border-width:
|
|
6058
|
-
--bs-modal-border-radius:
|
|
6059
|
-
--bs-modal-box-shadow:
|
|
6060
|
-
--bs-modal-inner-border-radius: calc(
|
|
6266
|
+
--bs-modal-border-width: var(--bs-border-width);
|
|
6267
|
+
--bs-modal-border-radius: var(--bs-border-radius-lg);
|
|
6268
|
+
--bs-modal-box-shadow: var(--bs-box-shadow-sm);
|
|
6269
|
+
--bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
|
|
6061
6270
|
--bs-modal-header-padding-x: 1rem;
|
|
6062
6271
|
--bs-modal-header-padding-y: 1rem;
|
|
6063
6272
|
--bs-modal-header-padding: 1rem 1rem;
|
|
6064
6273
|
--bs-modal-header-border-color: var(--bs-border-color);
|
|
6065
|
-
--bs-modal-header-border-width:
|
|
6274
|
+
--bs-modal-header-border-width: var(--bs-border-width);
|
|
6066
6275
|
--bs-modal-title-line-height: 1.5;
|
|
6067
6276
|
--bs-modal-footer-gap: 0.5rem;
|
|
6068
6277
|
--bs-modal-footer-bg: ;
|
|
6069
6278
|
--bs-modal-footer-border-color: var(--bs-border-color);
|
|
6070
|
-
--bs-modal-footer-border-width:
|
|
6279
|
+
--bs-modal-footer-border-width: var(--bs-border-width);
|
|
6071
6280
|
position: fixed;
|
|
6072
6281
|
top: 0;
|
|
6073
6282
|
left: 0;
|
|
@@ -6169,8 +6378,6 @@ textarea.form-control-lg {
|
|
|
6169
6378
|
flex-shrink: 0;
|
|
6170
6379
|
-ms-flex-align: center;
|
|
6171
6380
|
align-items: center;
|
|
6172
|
-
-ms-flex-pack: justify;
|
|
6173
|
-
justify-content: space-between;
|
|
6174
6381
|
padding: var(--bs-modal-header-padding);
|
|
6175
6382
|
border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
|
|
6176
6383
|
border-top-left-radius: var(--bs-modal-inner-border-radius);
|
|
@@ -6217,7 +6424,7 @@ textarea.form-control-lg {
|
|
|
6217
6424
|
@media (min-width: 576px) {
|
|
6218
6425
|
.modal {
|
|
6219
6426
|
--bs-modal-margin: 1.75rem;
|
|
6220
|
-
--bs-modal-box-shadow:
|
|
6427
|
+
--bs-modal-box-shadow: var(--bs-box-shadow);
|
|
6221
6428
|
}
|
|
6222
6429
|
.modal-dialog {
|
|
6223
6430
|
max-width: var(--bs-modal-width);
|
|
@@ -6365,15 +6572,14 @@ textarea.form-control-lg {
|
|
|
6365
6572
|
--bs-tooltip-padding-y: 0.25rem;
|
|
6366
6573
|
--bs-tooltip-margin: ;
|
|
6367
6574
|
--bs-tooltip-font-size: 0.875rem;
|
|
6368
|
-
--bs-tooltip-color:
|
|
6369
|
-
--bs-tooltip-bg:
|
|
6370
|
-
--bs-tooltip-border-radius:
|
|
6575
|
+
--bs-tooltip-color: var(--bs-body-bg);
|
|
6576
|
+
--bs-tooltip-bg: var(--bs-emphasis-color);
|
|
6577
|
+
--bs-tooltip-border-radius: var(--bs-border-radius);
|
|
6371
6578
|
--bs-tooltip-opacity: 0.9;
|
|
6372
6579
|
--bs-tooltip-arrow-width: 0.8rem;
|
|
6373
6580
|
--bs-tooltip-arrow-height: 0.4rem;
|
|
6374
6581
|
z-index: var(--bs-tooltip-zindex);
|
|
6375
6582
|
display: block;
|
|
6376
|
-
padding: var(--bs-tooltip-arrow-height);
|
|
6377
6583
|
margin: var(--bs-tooltip-margin);
|
|
6378
6584
|
font-family: "Roboto", sans-serif;
|
|
6379
6585
|
font-style: normal;
|
|
@@ -6409,7 +6615,7 @@ textarea.form-control-lg {
|
|
|
6409
6615
|
}
|
|
6410
6616
|
|
|
6411
6617
|
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
|
|
6412
|
-
bottom:
|
|
6618
|
+
bottom: calc(-1 * var(--bs-tooltip-arrow-height));
|
|
6413
6619
|
}
|
|
6414
6620
|
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
|
|
6415
6621
|
top: -1px;
|
|
@@ -6419,7 +6625,7 @@ textarea.form-control-lg {
|
|
|
6419
6625
|
|
|
6420
6626
|
/* rtl:begin:ignore */
|
|
6421
6627
|
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
|
|
6422
|
-
left:
|
|
6628
|
+
left: calc(-1 * var(--bs-tooltip-arrow-height));
|
|
6423
6629
|
width: var(--bs-tooltip-arrow-height);
|
|
6424
6630
|
height: var(--bs-tooltip-arrow-width);
|
|
6425
6631
|
}
|
|
@@ -6431,7 +6637,7 @@ textarea.form-control-lg {
|
|
|
6431
6637
|
|
|
6432
6638
|
/* rtl:end:ignore */
|
|
6433
6639
|
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
|
|
6434
|
-
top:
|
|
6640
|
+
top: calc(-1 * var(--bs-tooltip-arrow-height));
|
|
6435
6641
|
}
|
|
6436
6642
|
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
|
|
6437
6643
|
bottom: -1px;
|
|
@@ -6441,7 +6647,7 @@ textarea.form-control-lg {
|
|
|
6441
6647
|
|
|
6442
6648
|
/* rtl:begin:ignore */
|
|
6443
6649
|
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
|
|
6444
|
-
right:
|
|
6650
|
+
right: calc(-1 * var(--bs-tooltip-arrow-height));
|
|
6445
6651
|
width: var(--bs-tooltip-arrow-height);
|
|
6446
6652
|
height: var(--bs-tooltip-arrow-width);
|
|
6447
6653
|
}
|
|
@@ -6465,20 +6671,20 @@ textarea.form-control-lg {
|
|
|
6465
6671
|
--bs-popover-zindex: 80;
|
|
6466
6672
|
--bs-popover-max-width: 276px;
|
|
6467
6673
|
--bs-popover-font-size: 0.875rem;
|
|
6468
|
-
--bs-popover-bg:
|
|
6469
|
-
--bs-popover-border-width:
|
|
6674
|
+
--bs-popover-bg: var(--bs-body-bg);
|
|
6675
|
+
--bs-popover-border-width: var(--bs-border-width);
|
|
6470
6676
|
--bs-popover-border-color: var(--bs-border-color-translucent);
|
|
6471
|
-
--bs-popover-border-radius:
|
|
6472
|
-
--bs-popover-inner-border-radius: calc(
|
|
6473
|
-
--bs-popover-box-shadow:
|
|
6677
|
+
--bs-popover-border-radius: var(--bs-border-radius-lg);
|
|
6678
|
+
--bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
|
|
6679
|
+
--bs-popover-box-shadow: var(--bs-box-shadow);
|
|
6474
6680
|
--bs-popover-header-padding-x: 1rem;
|
|
6475
6681
|
--bs-popover-header-padding-y: 0.5rem;
|
|
6476
6682
|
--bs-popover-header-font-size: 1rem;
|
|
6477
|
-
--bs-popover-header-color: ;
|
|
6478
|
-
--bs-popover-header-bg:
|
|
6683
|
+
--bs-popover-header-color: inherit;
|
|
6684
|
+
--bs-popover-header-bg: var(--bs-secondary-bg);
|
|
6479
6685
|
--bs-popover-body-padding-x: 1rem;
|
|
6480
6686
|
--bs-popover-body-padding-y: 1rem;
|
|
6481
|
-
--bs-popover-body-color:
|
|
6687
|
+
--bs-popover-body-color: var(--bs-body-color);
|
|
6482
6688
|
--bs-popover-arrow-width: 1rem;
|
|
6483
6689
|
--bs-popover-arrow-height: 0.5rem;
|
|
6484
6690
|
--bs-popover-arrow-border: var(--bs-popover-border-color);
|
|
@@ -6753,20 +6959,12 @@ textarea.form-control-lg {
|
|
|
6753
6959
|
background-size: 100% 100%;
|
|
6754
6960
|
}
|
|
6755
6961
|
|
|
6756
|
-
/* rtl:options: {
|
|
6757
|
-
"autoRename": true,
|
|
6758
|
-
"stringMap":[ {
|
|
6759
|
-
"name" : "prev-next",
|
|
6760
|
-
"search" : "prev",
|
|
6761
|
-
"replace" : "next"
|
|
6762
|
-
} ]
|
|
6763
|
-
} */
|
|
6764
6962
|
.carousel-control-prev-icon {
|
|
6765
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
|
|
6963
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")*/;
|
|
6766
6964
|
}
|
|
6767
6965
|
|
|
6768
6966
|
.carousel-control-next-icon {
|
|
6769
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
|
|
6967
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")*/;
|
|
6770
6968
|
}
|
|
6771
6969
|
|
|
6772
6970
|
.carousel-indicators {
|
|
@@ -6783,7 +6981,6 @@ textarea.form-control-lg {
|
|
|
6783
6981
|
margin-right: 15%;
|
|
6784
6982
|
margin-bottom: 1rem;
|
|
6785
6983
|
margin-left: 15%;
|
|
6786
|
-
list-style: none;
|
|
6787
6984
|
}
|
|
6788
6985
|
.carousel-indicators [data-bs-target] {
|
|
6789
6986
|
box-sizing: content-box;
|
|
@@ -6836,6 +7033,19 @@ textarea.form-control-lg {
|
|
|
6836
7033
|
color: #000;
|
|
6837
7034
|
}
|
|
6838
7035
|
|
|
7036
|
+
[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
|
|
7037
|
+
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
|
|
7038
|
+
[data-bs-theme=dark].carousel .carousel-control-next-icon {
|
|
7039
|
+
-webkit-filter: invert(1) grayscale(100);
|
|
7040
|
+
filter: invert(1) grayscale(100);
|
|
7041
|
+
}
|
|
7042
|
+
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
|
|
7043
|
+
background-color: #000;
|
|
7044
|
+
}
|
|
7045
|
+
[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
|
|
7046
|
+
color: #000;
|
|
7047
|
+
}
|
|
7048
|
+
|
|
6839
7049
|
.spinner-grow,
|
|
6840
7050
|
.spinner-border {
|
|
6841
7051
|
display: inline-block;
|
|
@@ -6927,11 +7137,13 @@ textarea.form-control-lg {
|
|
|
6927
7137
|
--bs-offcanvas-height: 30vh;
|
|
6928
7138
|
--bs-offcanvas-padding-x: 1rem;
|
|
6929
7139
|
--bs-offcanvas-padding-y: 1rem;
|
|
6930
|
-
--bs-offcanvas-color: ;
|
|
6931
|
-
--bs-offcanvas-bg:
|
|
6932
|
-
--bs-offcanvas-border-width:
|
|
7140
|
+
--bs-offcanvas-color: var(--bs-body-color);
|
|
7141
|
+
--bs-offcanvas-bg: var(--bs-body-bg);
|
|
7142
|
+
--bs-offcanvas-border-width: var(--bs-border-width);
|
|
6933
7143
|
--bs-offcanvas-border-color: var(--bs-border-color-translucent);
|
|
6934
|
-
--bs-offcanvas-box-shadow:
|
|
7144
|
+
--bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
|
|
7145
|
+
--bs-offcanvas-transition: transform 0.3s ease-in-out;
|
|
7146
|
+
--bs-offcanvas-title-line-height: 1.5;
|
|
6935
7147
|
}
|
|
6936
7148
|
|
|
6937
7149
|
@media (max-width: 575.98px) {
|
|
@@ -6950,9 +7162,7 @@ textarea.form-control-lg {
|
|
|
6950
7162
|
background-clip: padding-box;
|
|
6951
7163
|
outline: 0;
|
|
6952
7164
|
box-shadow: var(--bs-offcanvas-box-shadow);
|
|
6953
|
-
transition: -
|
|
6954
|
-
transition: transform 0.3s ease-in-out;
|
|
6955
|
-
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
|
|
7165
|
+
transition: var(--bs-offcanvas-transition);
|
|
6956
7166
|
}
|
|
6957
7167
|
}
|
|
6958
7168
|
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
|
|
@@ -7040,9 +7250,7 @@ textarea.form-control-lg {
|
|
|
7040
7250
|
background-clip: padding-box;
|
|
7041
7251
|
outline: 0;
|
|
7042
7252
|
box-shadow: var(--bs-offcanvas-box-shadow);
|
|
7043
|
-
transition: -
|
|
7044
|
-
transition: transform 0.3s ease-in-out;
|
|
7045
|
-
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
|
|
7253
|
+
transition: var(--bs-offcanvas-transition);
|
|
7046
7254
|
}
|
|
7047
7255
|
}
|
|
7048
7256
|
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
|
|
@@ -7130,9 +7338,7 @@ textarea.form-control-lg {
|
|
|
7130
7338
|
background-clip: padding-box;
|
|
7131
7339
|
outline: 0;
|
|
7132
7340
|
box-shadow: var(--bs-offcanvas-box-shadow);
|
|
7133
|
-
transition: -
|
|
7134
|
-
transition: transform 0.3s ease-in-out;
|
|
7135
|
-
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
|
|
7341
|
+
transition: var(--bs-offcanvas-transition);
|
|
7136
7342
|
}
|
|
7137
7343
|
}
|
|
7138
7344
|
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
|
|
@@ -7220,9 +7426,7 @@ textarea.form-control-lg {
|
|
|
7220
7426
|
background-clip: padding-box;
|
|
7221
7427
|
outline: 0;
|
|
7222
7428
|
box-shadow: var(--bs-offcanvas-box-shadow);
|
|
7223
|
-
transition: -
|
|
7224
|
-
transition: transform 0.3s ease-in-out;
|
|
7225
|
-
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
|
|
7429
|
+
transition: var(--bs-offcanvas-transition);
|
|
7226
7430
|
}
|
|
7227
7431
|
}
|
|
7228
7432
|
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
|
|
@@ -7310,9 +7514,7 @@ textarea.form-control-lg {
|
|
|
7310
7514
|
background-clip: padding-box;
|
|
7311
7515
|
outline: 0;
|
|
7312
7516
|
box-shadow: var(--bs-offcanvas-box-shadow);
|
|
7313
|
-
transition: -
|
|
7314
|
-
transition: transform 0.3s ease-in-out;
|
|
7315
|
-
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
|
|
7517
|
+
transition: var(--bs-offcanvas-transition);
|
|
7316
7518
|
}
|
|
7317
7519
|
}
|
|
7318
7520
|
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
|
|
@@ -7399,9 +7601,7 @@ textarea.form-control-lg {
|
|
|
7399
7601
|
background-clip: padding-box;
|
|
7400
7602
|
outline: 0;
|
|
7401
7603
|
box-shadow: var(--bs-offcanvas-box-shadow);
|
|
7402
|
-
transition: -
|
|
7403
|
-
transition: transform 0.3s ease-in-out;
|
|
7404
|
-
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
|
|
7604
|
+
transition: var(--bs-offcanvas-transition);
|
|
7405
7605
|
}
|
|
7406
7606
|
@media (prefers-reduced-motion: reduce) {
|
|
7407
7607
|
.offcanvas {
|
|
@@ -7472,20 +7672,16 @@ textarea.form-control-lg {
|
|
|
7472
7672
|
display: flex;
|
|
7473
7673
|
-ms-flex-align: center;
|
|
7474
7674
|
align-items: center;
|
|
7475
|
-
-ms-flex-pack: justify;
|
|
7476
|
-
justify-content: space-between;
|
|
7477
7675
|
padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
|
|
7478
7676
|
}
|
|
7479
7677
|
.offcanvas-header .btn-close {
|
|
7480
7678
|
padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
|
|
7481
|
-
margin
|
|
7482
|
-
margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
|
|
7483
|
-
margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
|
|
7679
|
+
margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
|
|
7484
7680
|
}
|
|
7485
7681
|
|
|
7486
7682
|
.offcanvas-title {
|
|
7487
7683
|
margin-bottom: 0;
|
|
7488
|
-
line-height:
|
|
7684
|
+
line-height: var(--bs-offcanvas-title-line-height);
|
|
7489
7685
|
}
|
|
7490
7686
|
|
|
7491
7687
|
.offcanvas-body {
|
|
@@ -7503,110 +7699,193 @@ textarea.form-control-lg {
|
|
|
7503
7699
|
|
|
7504
7700
|
.text-bg-primary {
|
|
7505
7701
|
color: #fff !important;
|
|
7506
|
-
background-color: RGBA(
|
|
7702
|
+
background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
7507
7703
|
}
|
|
7508
7704
|
|
|
7509
7705
|
.text-bg-secondary {
|
|
7510
7706
|
color: #000 !important;
|
|
7511
|
-
background-color: RGBA(
|
|
7707
|
+
background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
7512
7708
|
}
|
|
7513
7709
|
|
|
7514
7710
|
.text-bg-success {
|
|
7515
7711
|
color: #000 !important;
|
|
7516
|
-
background-color: RGBA(
|
|
7712
|
+
background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
7517
7713
|
}
|
|
7518
7714
|
|
|
7519
7715
|
.text-bg-info {
|
|
7520
7716
|
color: #fff !important;
|
|
7521
|
-
background-color: RGBA(
|
|
7717
|
+
background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
7522
7718
|
}
|
|
7523
7719
|
|
|
7524
7720
|
.text-bg-warning {
|
|
7525
7721
|
color: #000 !important;
|
|
7526
|
-
background-color: RGBA(
|
|
7722
|
+
background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
7527
7723
|
}
|
|
7528
7724
|
|
|
7529
7725
|
.text-bg-danger {
|
|
7530
7726
|
color: #000 !important;
|
|
7531
|
-
background-color: RGBA(
|
|
7727
|
+
background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
7532
7728
|
}
|
|
7533
7729
|
|
|
7534
7730
|
.text-bg-light {
|
|
7535
7731
|
color: #000 !important;
|
|
7536
|
-
background-color: RGBA(
|
|
7732
|
+
background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
7537
7733
|
}
|
|
7538
7734
|
|
|
7539
7735
|
.text-bg-dark {
|
|
7540
7736
|
color: #fff !important;
|
|
7541
|
-
background-color: RGBA(
|
|
7737
|
+
background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
7542
7738
|
}
|
|
7543
7739
|
|
|
7544
7740
|
.text-bg-brand {
|
|
7545
7741
|
color: #fff !important;
|
|
7546
|
-
background-color: RGBA(
|
|
7742
|
+
background-color: RGBA(var(--bs-brand-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
7547
7743
|
}
|
|
7548
7744
|
|
|
7549
7745
|
.link-primary {
|
|
7550
|
-
color:
|
|
7746
|
+
color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
|
|
7747
|
+
-webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
7748
|
+
text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
7551
7749
|
}
|
|
7552
7750
|
.link-primary:hover, .link-primary:focus {
|
|
7553
|
-
color:
|
|
7751
|
+
color: RGBA(16, 47, 94, var(--bs-link-opacity, 1)) !important;
|
|
7752
|
+
-webkit-text-decoration-color: RGBA(16, 47, 94, var(--bs-link-underline-opacity, 1)) !important;
|
|
7753
|
+
text-decoration-color: RGBA(16, 47, 94, var(--bs-link-underline-opacity, 1)) !important;
|
|
7554
7754
|
}
|
|
7555
7755
|
|
|
7556
7756
|
.link-secondary {
|
|
7557
|
-
color: rgb
|
|
7757
|
+
color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
|
|
7758
|
+
-webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
7759
|
+
text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
7558
7760
|
}
|
|
7559
7761
|
.link-secondary:hover, .link-secondary:focus {
|
|
7560
|
-
color:
|
|
7762
|
+
color: RGBA(236, 244, 252, var(--bs-link-opacity, 1)) !important;
|
|
7763
|
+
-webkit-text-decoration-color: RGBA(236, 244, 252, var(--bs-link-underline-opacity, 1)) !important;
|
|
7764
|
+
text-decoration-color: RGBA(236, 244, 252, var(--bs-link-underline-opacity, 1)) !important;
|
|
7561
7765
|
}
|
|
7562
7766
|
|
|
7563
7767
|
.link-success {
|
|
7564
|
-
color:
|
|
7768
|
+
color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
|
|
7769
|
+
-webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
7770
|
+
text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
7565
7771
|
}
|
|
7566
7772
|
.link-success:hover, .link-success:focus {
|
|
7567
|
-
color:
|
|
7773
|
+
color: RGBA(70, 204, 153, var(--bs-link-opacity, 1)) !important;
|
|
7774
|
+
-webkit-text-decoration-color: RGBA(70, 204, 153, var(--bs-link-underline-opacity, 1)) !important;
|
|
7775
|
+
text-decoration-color: RGBA(70, 204, 153, var(--bs-link-underline-opacity, 1)) !important;
|
|
7568
7776
|
}
|
|
7569
7777
|
|
|
7570
7778
|
.link-info {
|
|
7571
|
-
color:
|
|
7779
|
+
color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
|
|
7780
|
+
-webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
7781
|
+
text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
7572
7782
|
}
|
|
7573
7783
|
.link-info:hover, .link-info:focus {
|
|
7574
|
-
color:
|
|
7784
|
+
color: RGBA(10, 94, 111, var(--bs-link-opacity, 1)) !important;
|
|
7785
|
+
-webkit-text-decoration-color: RGBA(10, 94, 111, var(--bs-link-underline-opacity, 1)) !important;
|
|
7786
|
+
text-decoration-color: RGBA(10, 94, 111, var(--bs-link-underline-opacity, 1)) !important;
|
|
7575
7787
|
}
|
|
7576
7788
|
|
|
7577
7789
|
.link-warning {
|
|
7578
|
-
color:
|
|
7790
|
+
color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
|
|
7791
|
+
-webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
7792
|
+
text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
7579
7793
|
}
|
|
7580
7794
|
.link-warning:hover, .link-warning:focus {
|
|
7581
|
-
color:
|
|
7795
|
+
color: RGBA(239, 185, 105, var(--bs-link-opacity, 1)) !important;
|
|
7796
|
+
-webkit-text-decoration-color: RGBA(239, 185, 105, var(--bs-link-underline-opacity, 1)) !important;
|
|
7797
|
+
text-decoration-color: RGBA(239, 185, 105, var(--bs-link-underline-opacity, 1)) !important;
|
|
7582
7798
|
}
|
|
7583
7799
|
|
|
7584
7800
|
.link-danger {
|
|
7585
|
-
color:
|
|
7801
|
+
color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
|
|
7802
|
+
-webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
7803
|
+
text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
7586
7804
|
}
|
|
7587
7805
|
.link-danger:hover, .link-danger:focus {
|
|
7588
|
-
color:
|
|
7806
|
+
color: RGBA(239, 93, 93, var(--bs-link-opacity, 1)) !important;
|
|
7807
|
+
-webkit-text-decoration-color: RGBA(239, 93, 93, var(--bs-link-underline-opacity, 1)) !important;
|
|
7808
|
+
text-decoration-color: RGBA(239, 93, 93, var(--bs-link-underline-opacity, 1)) !important;
|
|
7589
7809
|
}
|
|
7590
7810
|
|
|
7591
7811
|
.link-light {
|
|
7592
|
-
color:
|
|
7812
|
+
color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
|
|
7813
|
+
-webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
7814
|
+
text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
7593
7815
|
}
|
|
7594
7816
|
.link-light:hover, .link-light:focus {
|
|
7595
|
-
color:
|
|
7817
|
+
color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
|
|
7818
|
+
-webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
|
|
7819
|
+
text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
|
|
7596
7820
|
}
|
|
7597
7821
|
|
|
7598
7822
|
.link-dark {
|
|
7599
|
-
color:
|
|
7823
|
+
color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
|
|
7824
|
+
-webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
7825
|
+
text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
7600
7826
|
}
|
|
7601
7827
|
.link-dark:hover, .link-dark:focus {
|
|
7602
|
-
color:
|
|
7828
|
+
color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
|
|
7829
|
+
-webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
|
|
7830
|
+
text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
|
|
7603
7831
|
}
|
|
7604
7832
|
|
|
7605
7833
|
.link-brand {
|
|
7606
|
-
color:
|
|
7834
|
+
color: RGBA(var(--bs-brand-rgb), var(--bs-link-opacity, 1)) !important;
|
|
7835
|
+
-webkit-text-decoration-color: RGBA(var(--bs-brand-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
7836
|
+
text-decoration-color: RGBA(var(--bs-brand-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
7607
7837
|
}
|
|
7608
7838
|
.link-brand:hover, .link-brand:focus {
|
|
7609
|
-
color:
|
|
7839
|
+
color: RGBA(13, 92, 178, var(--bs-link-opacity, 1)) !important;
|
|
7840
|
+
-webkit-text-decoration-color: RGBA(13, 92, 178, var(--bs-link-underline-opacity, 1)) !important;
|
|
7841
|
+
text-decoration-color: RGBA(13, 92, 178, var(--bs-link-underline-opacity, 1)) !important;
|
|
7842
|
+
}
|
|
7843
|
+
|
|
7844
|
+
.link-body-emphasis {
|
|
7845
|
+
color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
|
|
7846
|
+
-webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
7847
|
+
text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
7848
|
+
}
|
|
7849
|
+
.link-body-emphasis:hover, .link-body-emphasis:focus {
|
|
7850
|
+
color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
|
|
7851
|
+
-webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
|
|
7852
|
+
text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
|
|
7853
|
+
}
|
|
7854
|
+
|
|
7855
|
+
.focus-ring:focus {
|
|
7856
|
+
outline: 0;
|
|
7857
|
+
box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
|
|
7858
|
+
}
|
|
7859
|
+
|
|
7860
|
+
.icon-link {
|
|
7861
|
+
display: -ms-inline-flexbox;
|
|
7862
|
+
display: inline-flex;
|
|
7863
|
+
gap: 0.375rem;
|
|
7864
|
+
-ms-flex-align: center;
|
|
7865
|
+
align-items: center;
|
|
7866
|
+
-webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
|
|
7867
|
+
text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
|
|
7868
|
+
text-underline-offset: 0.25em;
|
|
7869
|
+
-webkit-backface-visibility: hidden;
|
|
7870
|
+
backface-visibility: hidden;
|
|
7871
|
+
}
|
|
7872
|
+
.icon-link > .bi {
|
|
7873
|
+
-ms-flex-negative: 0;
|
|
7874
|
+
flex-shrink: 0;
|
|
7875
|
+
width: 1em;
|
|
7876
|
+
height: 1em;
|
|
7877
|
+
fill: currentcolor;
|
|
7878
|
+
transition: 0.2s ease-in-out transform;
|
|
7879
|
+
}
|
|
7880
|
+
@media (prefers-reduced-motion: reduce) {
|
|
7881
|
+
.icon-link > .bi {
|
|
7882
|
+
transition: none;
|
|
7883
|
+
}
|
|
7884
|
+
}
|
|
7885
|
+
|
|
7886
|
+
.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
|
|
7887
|
+
-webkit-transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
|
|
7888
|
+
transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
|
|
7610
7889
|
}
|
|
7611
7890
|
|
|
7612
7891
|
.ratio {
|
|
@@ -7768,7 +8047,6 @@ textarea.form-control-lg {
|
|
|
7768
8047
|
|
|
7769
8048
|
.visually-hidden,
|
|
7770
8049
|
.visually-hidden-focusable:not(:focus):not(:focus-within) {
|
|
7771
|
-
position: absolute !important;
|
|
7772
8050
|
width: 1px !important;
|
|
7773
8051
|
height: 1px !important;
|
|
7774
8052
|
padding: 0 !important;
|
|
@@ -7778,6 +8056,10 @@ textarea.form-control-lg {
|
|
|
7778
8056
|
white-space: nowrap !important;
|
|
7779
8057
|
border: 0 !important;
|
|
7780
8058
|
}
|
|
8059
|
+
.visually-hidden:not(caption),
|
|
8060
|
+
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
|
|
8061
|
+
position: absolute !important;
|
|
8062
|
+
}
|
|
7781
8063
|
|
|
7782
8064
|
.stretched-link::after {
|
|
7783
8065
|
position: absolute;
|
|
@@ -7800,7 +8082,7 @@ textarea.form-control-lg {
|
|
|
7800
8082
|
-ms-flex-item-align: stretch;
|
|
7801
8083
|
-ms-grid-row-align: stretch;
|
|
7802
8084
|
align-self: stretch;
|
|
7803
|
-
width:
|
|
8085
|
+
width: var(--bs-border-width);
|
|
7804
8086
|
min-height: 1em;
|
|
7805
8087
|
background-color: currentcolor;
|
|
7806
8088
|
opacity: 0.25;
|
|
@@ -7943,6 +8225,31 @@ svg {
|
|
|
7943
8225
|
float: none !important;
|
|
7944
8226
|
}
|
|
7945
8227
|
|
|
8228
|
+
.object-fit-contain {
|
|
8229
|
+
-o-object-fit: contain !important;
|
|
8230
|
+
object-fit: contain !important;
|
|
8231
|
+
}
|
|
8232
|
+
|
|
8233
|
+
.object-fit-cover {
|
|
8234
|
+
-o-object-fit: cover !important;
|
|
8235
|
+
object-fit: cover !important;
|
|
8236
|
+
}
|
|
8237
|
+
|
|
8238
|
+
.object-fit-fill {
|
|
8239
|
+
-o-object-fit: fill !important;
|
|
8240
|
+
object-fit: fill !important;
|
|
8241
|
+
}
|
|
8242
|
+
|
|
8243
|
+
.object-fit-scale {
|
|
8244
|
+
-o-object-fit: scale-down !important;
|
|
8245
|
+
object-fit: scale-down !important;
|
|
8246
|
+
}
|
|
8247
|
+
|
|
8248
|
+
.object-fit-none {
|
|
8249
|
+
-o-object-fit: none !important;
|
|
8250
|
+
object-fit: none !important;
|
|
8251
|
+
}
|
|
8252
|
+
|
|
7946
8253
|
.opacity-0 {
|
|
7947
8254
|
opacity: 0 !important;
|
|
7948
8255
|
}
|
|
@@ -7979,6 +8286,38 @@ svg {
|
|
|
7979
8286
|
overflow: scroll !important;
|
|
7980
8287
|
}
|
|
7981
8288
|
|
|
8289
|
+
.overflow-x-auto {
|
|
8290
|
+
overflow-x: auto !important;
|
|
8291
|
+
}
|
|
8292
|
+
|
|
8293
|
+
.overflow-x-hidden {
|
|
8294
|
+
overflow-x: hidden !important;
|
|
8295
|
+
}
|
|
8296
|
+
|
|
8297
|
+
.overflow-x-visible {
|
|
8298
|
+
overflow-x: visible !important;
|
|
8299
|
+
}
|
|
8300
|
+
|
|
8301
|
+
.overflow-x-scroll {
|
|
8302
|
+
overflow-x: scroll !important;
|
|
8303
|
+
}
|
|
8304
|
+
|
|
8305
|
+
.overflow-y-auto {
|
|
8306
|
+
overflow-y: auto !important;
|
|
8307
|
+
}
|
|
8308
|
+
|
|
8309
|
+
.overflow-y-hidden {
|
|
8310
|
+
overflow-y: hidden !important;
|
|
8311
|
+
}
|
|
8312
|
+
|
|
8313
|
+
.overflow-y-visible {
|
|
8314
|
+
overflow-y: visible !important;
|
|
8315
|
+
}
|
|
8316
|
+
|
|
8317
|
+
.overflow-y-scroll {
|
|
8318
|
+
overflow-y: scroll !important;
|
|
8319
|
+
}
|
|
8320
|
+
|
|
7982
8321
|
.d-inline {
|
|
7983
8322
|
display: inline !important;
|
|
7984
8323
|
}
|
|
@@ -7996,6 +8335,11 @@ svg {
|
|
|
7996
8335
|
display: grid !important;
|
|
7997
8336
|
}
|
|
7998
8337
|
|
|
8338
|
+
.d-inline-grid {
|
|
8339
|
+
display: -ms-inline-grid !important;
|
|
8340
|
+
display: inline-grid !important;
|
|
8341
|
+
}
|
|
8342
|
+
|
|
7999
8343
|
.d-table {
|
|
8000
8344
|
display: table !important;
|
|
8001
8345
|
}
|
|
@@ -8023,21 +8367,57 @@ svg {
|
|
|
8023
8367
|
}
|
|
8024
8368
|
|
|
8025
8369
|
.shadow {
|
|
8026
|
-
box-shadow:
|
|
8370
|
+
box-shadow: var(--bs-box-shadow) !important;
|
|
8027
8371
|
}
|
|
8028
8372
|
|
|
8029
8373
|
.shadow-sm {
|
|
8030
|
-
box-shadow:
|
|
8374
|
+
box-shadow: var(--bs-box-shadow-sm) !important;
|
|
8031
8375
|
}
|
|
8032
8376
|
|
|
8033
8377
|
.shadow-lg {
|
|
8034
|
-
box-shadow:
|
|
8378
|
+
box-shadow: var(--bs-box-shadow-lg) !important;
|
|
8035
8379
|
}
|
|
8036
8380
|
|
|
8037
8381
|
.shadow-none {
|
|
8038
8382
|
box-shadow: none !important;
|
|
8039
8383
|
}
|
|
8040
8384
|
|
|
8385
|
+
.focus-ring-primary {
|
|
8386
|
+
--bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
|
|
8387
|
+
}
|
|
8388
|
+
|
|
8389
|
+
.focus-ring-secondary {
|
|
8390
|
+
--bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
|
|
8391
|
+
}
|
|
8392
|
+
|
|
8393
|
+
.focus-ring-success {
|
|
8394
|
+
--bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
|
|
8395
|
+
}
|
|
8396
|
+
|
|
8397
|
+
.focus-ring-info {
|
|
8398
|
+
--bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
|
|
8399
|
+
}
|
|
8400
|
+
|
|
8401
|
+
.focus-ring-warning {
|
|
8402
|
+
--bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
|
|
8403
|
+
}
|
|
8404
|
+
|
|
8405
|
+
.focus-ring-danger {
|
|
8406
|
+
--bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
|
|
8407
|
+
}
|
|
8408
|
+
|
|
8409
|
+
.focus-ring-light {
|
|
8410
|
+
--bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
|
|
8411
|
+
}
|
|
8412
|
+
|
|
8413
|
+
.focus-ring-dark {
|
|
8414
|
+
--bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
|
|
8415
|
+
}
|
|
8416
|
+
|
|
8417
|
+
.focus-ring-brand {
|
|
8418
|
+
--bs-focus-ring-color: rgba(var(--bs-brand-rgb), var(--bs-focus-ring-opacity));
|
|
8419
|
+
}
|
|
8420
|
+
|
|
8041
8421
|
.position-static {
|
|
8042
8422
|
position: static !important;
|
|
8043
8423
|
}
|
|
@@ -8202,29 +8582,66 @@ svg {
|
|
|
8202
8582
|
border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
|
|
8203
8583
|
}
|
|
8204
8584
|
|
|
8585
|
+
.border-black {
|
|
8586
|
+
--bs-border-opacity: 1;
|
|
8587
|
+
border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
|
|
8588
|
+
}
|
|
8589
|
+
|
|
8205
8590
|
.border-white {
|
|
8206
8591
|
--bs-border-opacity: 1;
|
|
8207
8592
|
border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
|
|
8208
8593
|
}
|
|
8209
8594
|
|
|
8595
|
+
.border-primary-subtle {
|
|
8596
|
+
border-color: var(--bs-primary-border-subtle) !important;
|
|
8597
|
+
}
|
|
8598
|
+
|
|
8599
|
+
.border-secondary-subtle {
|
|
8600
|
+
border-color: var(--bs-secondary-border-subtle) !important;
|
|
8601
|
+
}
|
|
8602
|
+
|
|
8603
|
+
.border-success-subtle {
|
|
8604
|
+
border-color: var(--bs-success-border-subtle) !important;
|
|
8605
|
+
}
|
|
8606
|
+
|
|
8607
|
+
.border-info-subtle {
|
|
8608
|
+
border-color: var(--bs-info-border-subtle) !important;
|
|
8609
|
+
}
|
|
8610
|
+
|
|
8611
|
+
.border-warning-subtle {
|
|
8612
|
+
border-color: var(--bs-warning-border-subtle) !important;
|
|
8613
|
+
}
|
|
8614
|
+
|
|
8615
|
+
.border-danger-subtle {
|
|
8616
|
+
border-color: var(--bs-danger-border-subtle) !important;
|
|
8617
|
+
}
|
|
8618
|
+
|
|
8619
|
+
.border-light-subtle {
|
|
8620
|
+
border-color: var(--bs-light-border-subtle) !important;
|
|
8621
|
+
}
|
|
8622
|
+
|
|
8623
|
+
.border-dark-subtle {
|
|
8624
|
+
border-color: var(--bs-dark-border-subtle) !important;
|
|
8625
|
+
}
|
|
8626
|
+
|
|
8210
8627
|
.border-1 {
|
|
8211
|
-
|
|
8628
|
+
border-width: 1px !important;
|
|
8212
8629
|
}
|
|
8213
8630
|
|
|
8214
8631
|
.border-2 {
|
|
8215
|
-
|
|
8632
|
+
border-width: 2px !important;
|
|
8216
8633
|
}
|
|
8217
8634
|
|
|
8218
8635
|
.border-3 {
|
|
8219
|
-
|
|
8636
|
+
border-width: 3px !important;
|
|
8220
8637
|
}
|
|
8221
8638
|
|
|
8222
8639
|
.border-4 {
|
|
8223
|
-
|
|
8640
|
+
border-width: 4px !important;
|
|
8224
8641
|
}
|
|
8225
8642
|
|
|
8226
8643
|
.border-5 {
|
|
8227
|
-
|
|
8644
|
+
border-width: 5px !important;
|
|
8228
8645
|
}
|
|
8229
8646
|
|
|
8230
8647
|
.border-opacity-10 {
|
|
@@ -9505,6 +9922,126 @@ svg {
|
|
|
9505
9922
|
gap: 2.5rem !important;
|
|
9506
9923
|
}
|
|
9507
9924
|
|
|
9925
|
+
.row-gap-0 {
|
|
9926
|
+
row-gap: 0 !important;
|
|
9927
|
+
}
|
|
9928
|
+
|
|
9929
|
+
.row-gap-1 {
|
|
9930
|
+
row-gap: 0.25rem !important;
|
|
9931
|
+
}
|
|
9932
|
+
|
|
9933
|
+
.row-gap-2 {
|
|
9934
|
+
row-gap: 0.5rem !important;
|
|
9935
|
+
}
|
|
9936
|
+
|
|
9937
|
+
.row-gap-3 {
|
|
9938
|
+
row-gap: 1rem !important;
|
|
9939
|
+
}
|
|
9940
|
+
|
|
9941
|
+
.row-gap-4 {
|
|
9942
|
+
row-gap: 1.5rem !important;
|
|
9943
|
+
}
|
|
9944
|
+
|
|
9945
|
+
.row-gap-5 {
|
|
9946
|
+
row-gap: 3rem !important;
|
|
9947
|
+
}
|
|
9948
|
+
|
|
9949
|
+
.row-gap-1-5 {
|
|
9950
|
+
row-gap: 0.375rem !important;
|
|
9951
|
+
}
|
|
9952
|
+
|
|
9953
|
+
.row-gap-2-5 {
|
|
9954
|
+
row-gap: 0.75rem !important;
|
|
9955
|
+
}
|
|
9956
|
+
|
|
9957
|
+
.row-gap-3-5 {
|
|
9958
|
+
row-gap: 1.25rem !important;
|
|
9959
|
+
}
|
|
9960
|
+
|
|
9961
|
+
.row-gap-4-25 {
|
|
9962
|
+
row-gap: 1.75rem !important;
|
|
9963
|
+
}
|
|
9964
|
+
|
|
9965
|
+
.row-gap-4-5 {
|
|
9966
|
+
row-gap: 2rem !important;
|
|
9967
|
+
}
|
|
9968
|
+
|
|
9969
|
+
.row-gap-4-75 {
|
|
9970
|
+
row-gap: 2.5rem !important;
|
|
9971
|
+
}
|
|
9972
|
+
|
|
9973
|
+
.column-gap-0 {
|
|
9974
|
+
-webkit-column-gap: 0 !important;
|
|
9975
|
+
-moz-column-gap: 0 !important;
|
|
9976
|
+
column-gap: 0 !important;
|
|
9977
|
+
}
|
|
9978
|
+
|
|
9979
|
+
.column-gap-1 {
|
|
9980
|
+
-webkit-column-gap: 0.25rem !important;
|
|
9981
|
+
-moz-column-gap: 0.25rem !important;
|
|
9982
|
+
column-gap: 0.25rem !important;
|
|
9983
|
+
}
|
|
9984
|
+
|
|
9985
|
+
.column-gap-2 {
|
|
9986
|
+
-webkit-column-gap: 0.5rem !important;
|
|
9987
|
+
-moz-column-gap: 0.5rem !important;
|
|
9988
|
+
column-gap: 0.5rem !important;
|
|
9989
|
+
}
|
|
9990
|
+
|
|
9991
|
+
.column-gap-3 {
|
|
9992
|
+
-webkit-column-gap: 1rem !important;
|
|
9993
|
+
-moz-column-gap: 1rem !important;
|
|
9994
|
+
column-gap: 1rem !important;
|
|
9995
|
+
}
|
|
9996
|
+
|
|
9997
|
+
.column-gap-4 {
|
|
9998
|
+
-webkit-column-gap: 1.5rem !important;
|
|
9999
|
+
-moz-column-gap: 1.5rem !important;
|
|
10000
|
+
column-gap: 1.5rem !important;
|
|
10001
|
+
}
|
|
10002
|
+
|
|
10003
|
+
.column-gap-5 {
|
|
10004
|
+
-webkit-column-gap: 3rem !important;
|
|
10005
|
+
-moz-column-gap: 3rem !important;
|
|
10006
|
+
column-gap: 3rem !important;
|
|
10007
|
+
}
|
|
10008
|
+
|
|
10009
|
+
.column-gap-1-5 {
|
|
10010
|
+
-webkit-column-gap: 0.375rem !important;
|
|
10011
|
+
-moz-column-gap: 0.375rem !important;
|
|
10012
|
+
column-gap: 0.375rem !important;
|
|
10013
|
+
}
|
|
10014
|
+
|
|
10015
|
+
.column-gap-2-5 {
|
|
10016
|
+
-webkit-column-gap: 0.75rem !important;
|
|
10017
|
+
-moz-column-gap: 0.75rem !important;
|
|
10018
|
+
column-gap: 0.75rem !important;
|
|
10019
|
+
}
|
|
10020
|
+
|
|
10021
|
+
.column-gap-3-5 {
|
|
10022
|
+
-webkit-column-gap: 1.25rem !important;
|
|
10023
|
+
-moz-column-gap: 1.25rem !important;
|
|
10024
|
+
column-gap: 1.25rem !important;
|
|
10025
|
+
}
|
|
10026
|
+
|
|
10027
|
+
.column-gap-4-25 {
|
|
10028
|
+
-webkit-column-gap: 1.75rem !important;
|
|
10029
|
+
-moz-column-gap: 1.75rem !important;
|
|
10030
|
+
column-gap: 1.75rem !important;
|
|
10031
|
+
}
|
|
10032
|
+
|
|
10033
|
+
.column-gap-4-5 {
|
|
10034
|
+
-webkit-column-gap: 2rem !important;
|
|
10035
|
+
-moz-column-gap: 2rem !important;
|
|
10036
|
+
column-gap: 2rem !important;
|
|
10037
|
+
}
|
|
10038
|
+
|
|
10039
|
+
.column-gap-4-75 {
|
|
10040
|
+
-webkit-column-gap: 2.5rem !important;
|
|
10041
|
+
-moz-column-gap: 2.5rem !important;
|
|
10042
|
+
column-gap: 2.5rem !important;
|
|
10043
|
+
}
|
|
10044
|
+
|
|
9508
10045
|
.font-monospace {
|
|
9509
10046
|
font-family: var(--bs-font-monospace) !important;
|
|
9510
10047
|
}
|
|
@@ -9549,26 +10086,30 @@ svg {
|
|
|
9549
10086
|
font-style: normal !important;
|
|
9550
10087
|
}
|
|
9551
10088
|
|
|
9552
|
-
.fw-light {
|
|
9553
|
-
font-weight: 300 !important;
|
|
9554
|
-
}
|
|
9555
|
-
|
|
9556
10089
|
.fw-lighter {
|
|
9557
10090
|
font-weight: lighter !important;
|
|
9558
10091
|
}
|
|
9559
10092
|
|
|
10093
|
+
.fw-light {
|
|
10094
|
+
font-weight: 300 !important;
|
|
10095
|
+
}
|
|
10096
|
+
|
|
9560
10097
|
.fw-normal {
|
|
9561
10098
|
font-weight: 400 !important;
|
|
9562
10099
|
}
|
|
9563
10100
|
|
|
9564
|
-
.fw-
|
|
9565
|
-
font-weight:
|
|
10101
|
+
.fw-medium {
|
|
10102
|
+
font-weight: 500 !important;
|
|
9566
10103
|
}
|
|
9567
10104
|
|
|
9568
10105
|
.fw-semibold {
|
|
9569
10106
|
font-weight: 600 !important;
|
|
9570
10107
|
}
|
|
9571
10108
|
|
|
10109
|
+
.fw-bold {
|
|
10110
|
+
font-weight: 700 !important;
|
|
10111
|
+
}
|
|
10112
|
+
|
|
9572
10113
|
.fw-bolder {
|
|
9573
10114
|
font-weight: bolder !important;
|
|
9574
10115
|
}
|
|
@@ -9577,10 +10118,6 @@ svg {
|
|
|
9577
10118
|
font-weight: 500 !important;
|
|
9578
10119
|
}
|
|
9579
10120
|
|
|
9580
|
-
.fw-medium {
|
|
9581
|
-
font-weight: 500 !important;
|
|
9582
|
-
}
|
|
9583
|
-
|
|
9584
10121
|
.lh-1 {
|
|
9585
10122
|
line-height: 1 !important;
|
|
9586
10123
|
}
|
|
@@ -9705,7 +10242,7 @@ svg {
|
|
|
9705
10242
|
|
|
9706
10243
|
.text-muted {
|
|
9707
10244
|
--bs-text-opacity: 1;
|
|
9708
|
-
color:
|
|
10245
|
+
color: var(--bs-secondary-color) !important;
|
|
9709
10246
|
}
|
|
9710
10247
|
|
|
9711
10248
|
.text-black-50 {
|
|
@@ -9718,6 +10255,21 @@ svg {
|
|
|
9718
10255
|
color: rgba(255, 255, 255, 0.5) !important;
|
|
9719
10256
|
}
|
|
9720
10257
|
|
|
10258
|
+
.text-body-secondary {
|
|
10259
|
+
--bs-text-opacity: 1;
|
|
10260
|
+
color: var(--bs-secondary-color) !important;
|
|
10261
|
+
}
|
|
10262
|
+
|
|
10263
|
+
.text-body-tertiary {
|
|
10264
|
+
--bs-text-opacity: 1;
|
|
10265
|
+
color: var(--bs-tertiary-color) !important;
|
|
10266
|
+
}
|
|
10267
|
+
|
|
10268
|
+
.text-body-emphasis {
|
|
10269
|
+
--bs-text-opacity: 1;
|
|
10270
|
+
color: var(--bs-emphasis-color) !important;
|
|
10271
|
+
}
|
|
10272
|
+
|
|
9721
10273
|
.text-reset {
|
|
9722
10274
|
--bs-text-opacity: 1;
|
|
9723
10275
|
color: inherit !important;
|
|
@@ -9739,6 +10291,204 @@ svg {
|
|
|
9739
10291
|
--bs-text-opacity: 1;
|
|
9740
10292
|
}
|
|
9741
10293
|
|
|
10294
|
+
.text-primary-emphasis {
|
|
10295
|
+
color: var(--bs-primary-text-emphasis) !important;
|
|
10296
|
+
}
|
|
10297
|
+
|
|
10298
|
+
.text-secondary-emphasis {
|
|
10299
|
+
color: var(--bs-secondary-text-emphasis) !important;
|
|
10300
|
+
}
|
|
10301
|
+
|
|
10302
|
+
.text-success-emphasis {
|
|
10303
|
+
color: var(--bs-success-text-emphasis) !important;
|
|
10304
|
+
}
|
|
10305
|
+
|
|
10306
|
+
.text-info-emphasis {
|
|
10307
|
+
color: var(--bs-info-text-emphasis) !important;
|
|
10308
|
+
}
|
|
10309
|
+
|
|
10310
|
+
.text-warning-emphasis {
|
|
10311
|
+
color: var(--bs-warning-text-emphasis) !important;
|
|
10312
|
+
}
|
|
10313
|
+
|
|
10314
|
+
.text-danger-emphasis {
|
|
10315
|
+
color: var(--bs-danger-text-emphasis) !important;
|
|
10316
|
+
}
|
|
10317
|
+
|
|
10318
|
+
.text-light-emphasis {
|
|
10319
|
+
color: var(--bs-light-text-emphasis) !important;
|
|
10320
|
+
}
|
|
10321
|
+
|
|
10322
|
+
.text-dark-emphasis {
|
|
10323
|
+
color: var(--bs-dark-text-emphasis) !important;
|
|
10324
|
+
}
|
|
10325
|
+
|
|
10326
|
+
.link-opacity-10 {
|
|
10327
|
+
--bs-link-opacity: 0.1;
|
|
10328
|
+
}
|
|
10329
|
+
|
|
10330
|
+
.link-opacity-10-hover:hover {
|
|
10331
|
+
--bs-link-opacity: 0.1;
|
|
10332
|
+
}
|
|
10333
|
+
|
|
10334
|
+
.link-opacity-25 {
|
|
10335
|
+
--bs-link-opacity: 0.25;
|
|
10336
|
+
}
|
|
10337
|
+
|
|
10338
|
+
.link-opacity-25-hover:hover {
|
|
10339
|
+
--bs-link-opacity: 0.25;
|
|
10340
|
+
}
|
|
10341
|
+
|
|
10342
|
+
.link-opacity-50 {
|
|
10343
|
+
--bs-link-opacity: 0.5;
|
|
10344
|
+
}
|
|
10345
|
+
|
|
10346
|
+
.link-opacity-50-hover:hover {
|
|
10347
|
+
--bs-link-opacity: 0.5;
|
|
10348
|
+
}
|
|
10349
|
+
|
|
10350
|
+
.link-opacity-75 {
|
|
10351
|
+
--bs-link-opacity: 0.75;
|
|
10352
|
+
}
|
|
10353
|
+
|
|
10354
|
+
.link-opacity-75-hover:hover {
|
|
10355
|
+
--bs-link-opacity: 0.75;
|
|
10356
|
+
}
|
|
10357
|
+
|
|
10358
|
+
.link-opacity-100 {
|
|
10359
|
+
--bs-link-opacity: 1;
|
|
10360
|
+
}
|
|
10361
|
+
|
|
10362
|
+
.link-opacity-100-hover:hover {
|
|
10363
|
+
--bs-link-opacity: 1;
|
|
10364
|
+
}
|
|
10365
|
+
|
|
10366
|
+
.link-offset-1 {
|
|
10367
|
+
text-underline-offset: 0.125em !important;
|
|
10368
|
+
}
|
|
10369
|
+
|
|
10370
|
+
.link-offset-1-hover:hover {
|
|
10371
|
+
text-underline-offset: 0.125em !important;
|
|
10372
|
+
}
|
|
10373
|
+
|
|
10374
|
+
.link-offset-2 {
|
|
10375
|
+
text-underline-offset: 0.25em !important;
|
|
10376
|
+
}
|
|
10377
|
+
|
|
10378
|
+
.link-offset-2-hover:hover {
|
|
10379
|
+
text-underline-offset: 0.25em !important;
|
|
10380
|
+
}
|
|
10381
|
+
|
|
10382
|
+
.link-offset-3 {
|
|
10383
|
+
text-underline-offset: 0.375em !important;
|
|
10384
|
+
}
|
|
10385
|
+
|
|
10386
|
+
.link-offset-3-hover:hover {
|
|
10387
|
+
text-underline-offset: 0.375em !important;
|
|
10388
|
+
}
|
|
10389
|
+
|
|
10390
|
+
.link-underline-primary {
|
|
10391
|
+
--bs-link-underline-opacity: 1;
|
|
10392
|
+
-webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
|
|
10393
|
+
text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
|
|
10394
|
+
}
|
|
10395
|
+
|
|
10396
|
+
.link-underline-secondary {
|
|
10397
|
+
--bs-link-underline-opacity: 1;
|
|
10398
|
+
-webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
|
|
10399
|
+
text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
|
|
10400
|
+
}
|
|
10401
|
+
|
|
10402
|
+
.link-underline-success {
|
|
10403
|
+
--bs-link-underline-opacity: 1;
|
|
10404
|
+
-webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
|
|
10405
|
+
text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
|
|
10406
|
+
}
|
|
10407
|
+
|
|
10408
|
+
.link-underline-info {
|
|
10409
|
+
--bs-link-underline-opacity: 1;
|
|
10410
|
+
-webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
|
|
10411
|
+
text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
|
|
10412
|
+
}
|
|
10413
|
+
|
|
10414
|
+
.link-underline-warning {
|
|
10415
|
+
--bs-link-underline-opacity: 1;
|
|
10416
|
+
-webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
|
|
10417
|
+
text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
|
|
10418
|
+
}
|
|
10419
|
+
|
|
10420
|
+
.link-underline-danger {
|
|
10421
|
+
--bs-link-underline-opacity: 1;
|
|
10422
|
+
-webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
|
|
10423
|
+
text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
|
|
10424
|
+
}
|
|
10425
|
+
|
|
10426
|
+
.link-underline-light {
|
|
10427
|
+
--bs-link-underline-opacity: 1;
|
|
10428
|
+
-webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
|
|
10429
|
+
text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
|
|
10430
|
+
}
|
|
10431
|
+
|
|
10432
|
+
.link-underline-dark {
|
|
10433
|
+
--bs-link-underline-opacity: 1;
|
|
10434
|
+
-webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
|
|
10435
|
+
text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
|
|
10436
|
+
}
|
|
10437
|
+
|
|
10438
|
+
.link-underline {
|
|
10439
|
+
--bs-link-underline-opacity: 1;
|
|
10440
|
+
-webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
10441
|
+
text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
10442
|
+
}
|
|
10443
|
+
|
|
10444
|
+
.link-underline-opacity-0 {
|
|
10445
|
+
--bs-link-underline-opacity: 0;
|
|
10446
|
+
}
|
|
10447
|
+
|
|
10448
|
+
.link-underline-opacity-0-hover:hover {
|
|
10449
|
+
--bs-link-underline-opacity: 0;
|
|
10450
|
+
}
|
|
10451
|
+
|
|
10452
|
+
.link-underline-opacity-10 {
|
|
10453
|
+
--bs-link-underline-opacity: 0.1;
|
|
10454
|
+
}
|
|
10455
|
+
|
|
10456
|
+
.link-underline-opacity-10-hover:hover {
|
|
10457
|
+
--bs-link-underline-opacity: 0.1;
|
|
10458
|
+
}
|
|
10459
|
+
|
|
10460
|
+
.link-underline-opacity-25 {
|
|
10461
|
+
--bs-link-underline-opacity: 0.25;
|
|
10462
|
+
}
|
|
10463
|
+
|
|
10464
|
+
.link-underline-opacity-25-hover:hover {
|
|
10465
|
+
--bs-link-underline-opacity: 0.25;
|
|
10466
|
+
}
|
|
10467
|
+
|
|
10468
|
+
.link-underline-opacity-50 {
|
|
10469
|
+
--bs-link-underline-opacity: 0.5;
|
|
10470
|
+
}
|
|
10471
|
+
|
|
10472
|
+
.link-underline-opacity-50-hover:hover {
|
|
10473
|
+
--bs-link-underline-opacity: 0.5;
|
|
10474
|
+
}
|
|
10475
|
+
|
|
10476
|
+
.link-underline-opacity-75 {
|
|
10477
|
+
--bs-link-underline-opacity: 0.75;
|
|
10478
|
+
}
|
|
10479
|
+
|
|
10480
|
+
.link-underline-opacity-75-hover:hover {
|
|
10481
|
+
--bs-link-underline-opacity: 0.75;
|
|
10482
|
+
}
|
|
10483
|
+
|
|
10484
|
+
.link-underline-opacity-100 {
|
|
10485
|
+
--bs-link-underline-opacity: 1;
|
|
10486
|
+
}
|
|
10487
|
+
|
|
10488
|
+
.link-underline-opacity-100-hover:hover {
|
|
10489
|
+
--bs-link-underline-opacity: 1;
|
|
10490
|
+
}
|
|
10491
|
+
|
|
9742
10492
|
.bg-primary {
|
|
9743
10493
|
--bs-bg-opacity: 1;
|
|
9744
10494
|
background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
|
|
@@ -9799,6 +10549,16 @@ svg {
|
|
|
9799
10549
|
background-color: transparent !important;
|
|
9800
10550
|
}
|
|
9801
10551
|
|
|
10552
|
+
.bg-body-secondary {
|
|
10553
|
+
--bs-bg-opacity: 1;
|
|
10554
|
+
background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
|
|
10555
|
+
}
|
|
10556
|
+
|
|
10557
|
+
.bg-body-tertiary {
|
|
10558
|
+
--bs-bg-opacity: 1;
|
|
10559
|
+
background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
|
|
10560
|
+
}
|
|
10561
|
+
|
|
9802
10562
|
.bg-date {
|
|
9803
10563
|
--bs-bg-opacity: 1;
|
|
9804
10564
|
background-color: #1698af !important;
|
|
@@ -9824,6 +10584,38 @@ svg {
|
|
|
9824
10584
|
--bs-bg-opacity: 1;
|
|
9825
10585
|
}
|
|
9826
10586
|
|
|
10587
|
+
.bg-primary-subtle {
|
|
10588
|
+
background-color: var(--bs-primary-bg-subtle) !important;
|
|
10589
|
+
}
|
|
10590
|
+
|
|
10591
|
+
.bg-secondary-subtle {
|
|
10592
|
+
background-color: var(--bs-secondary-bg-subtle) !important;
|
|
10593
|
+
}
|
|
10594
|
+
|
|
10595
|
+
.bg-success-subtle {
|
|
10596
|
+
background-color: var(--bs-success-bg-subtle) !important;
|
|
10597
|
+
}
|
|
10598
|
+
|
|
10599
|
+
.bg-info-subtle {
|
|
10600
|
+
background-color: var(--bs-info-bg-subtle) !important;
|
|
10601
|
+
}
|
|
10602
|
+
|
|
10603
|
+
.bg-warning-subtle {
|
|
10604
|
+
background-color: var(--bs-warning-bg-subtle) !important;
|
|
10605
|
+
}
|
|
10606
|
+
|
|
10607
|
+
.bg-danger-subtle {
|
|
10608
|
+
background-color: var(--bs-danger-bg-subtle) !important;
|
|
10609
|
+
}
|
|
10610
|
+
|
|
10611
|
+
.bg-light-subtle {
|
|
10612
|
+
background-color: var(--bs-light-bg-subtle) !important;
|
|
10613
|
+
}
|
|
10614
|
+
|
|
10615
|
+
.bg-dark-subtle {
|
|
10616
|
+
background-color: var(--bs-dark-bg-subtle) !important;
|
|
10617
|
+
}
|
|
10618
|
+
|
|
9827
10619
|
.bg-gradient {
|
|
9828
10620
|
background-image: var(--bs-gradient) !important;
|
|
9829
10621
|
}
|
|
@@ -9881,7 +10673,7 @@ svg {
|
|
|
9881
10673
|
}
|
|
9882
10674
|
|
|
9883
10675
|
.rounded-5 {
|
|
9884
|
-
border-radius: var(--bs-border-radius-
|
|
10676
|
+
border-radius: var(--bs-border-radius-xxl) !important;
|
|
9885
10677
|
}
|
|
9886
10678
|
|
|
9887
10679
|
.rounded-circle {
|
|
@@ -9897,21 +10689,181 @@ svg {
|
|
|
9897
10689
|
border-top-right-radius: var(--bs-border-radius) !important;
|
|
9898
10690
|
}
|
|
9899
10691
|
|
|
10692
|
+
.rounded-top-0 {
|
|
10693
|
+
border-top-left-radius: 0 !important;
|
|
10694
|
+
border-top-right-radius: 0 !important;
|
|
10695
|
+
}
|
|
10696
|
+
|
|
10697
|
+
.rounded-top-1 {
|
|
10698
|
+
border-top-left-radius: var(--bs-border-radius-sm) !important;
|
|
10699
|
+
border-top-right-radius: var(--bs-border-radius-sm) !important;
|
|
10700
|
+
}
|
|
10701
|
+
|
|
10702
|
+
.rounded-top-2 {
|
|
10703
|
+
border-top-left-radius: var(--bs-border-radius) !important;
|
|
10704
|
+
border-top-right-radius: var(--bs-border-radius) !important;
|
|
10705
|
+
}
|
|
10706
|
+
|
|
10707
|
+
.rounded-top-3 {
|
|
10708
|
+
border-top-left-radius: var(--bs-border-radius-lg) !important;
|
|
10709
|
+
border-top-right-radius: var(--bs-border-radius-lg) !important;
|
|
10710
|
+
}
|
|
10711
|
+
|
|
10712
|
+
.rounded-top-4 {
|
|
10713
|
+
border-top-left-radius: var(--bs-border-radius-xl) !important;
|
|
10714
|
+
border-top-right-radius: var(--bs-border-radius-xl) !important;
|
|
10715
|
+
}
|
|
10716
|
+
|
|
10717
|
+
.rounded-top-5 {
|
|
10718
|
+
border-top-left-radius: var(--bs-border-radius-xxl) !important;
|
|
10719
|
+
border-top-right-radius: var(--bs-border-radius-xxl) !important;
|
|
10720
|
+
}
|
|
10721
|
+
|
|
10722
|
+
.rounded-top-circle {
|
|
10723
|
+
border-top-left-radius: 50% !important;
|
|
10724
|
+
border-top-right-radius: 50% !important;
|
|
10725
|
+
}
|
|
10726
|
+
|
|
10727
|
+
.rounded-top-pill {
|
|
10728
|
+
border-top-left-radius: var(--bs-border-radius-pill) !important;
|
|
10729
|
+
border-top-right-radius: var(--bs-border-radius-pill) !important;
|
|
10730
|
+
}
|
|
10731
|
+
|
|
9900
10732
|
.rounded-end {
|
|
9901
10733
|
border-top-right-radius: var(--bs-border-radius) !important;
|
|
9902
10734
|
border-bottom-right-radius: var(--bs-border-radius) !important;
|
|
9903
10735
|
}
|
|
9904
10736
|
|
|
10737
|
+
.rounded-end-0 {
|
|
10738
|
+
border-top-right-radius: 0 !important;
|
|
10739
|
+
border-bottom-right-radius: 0 !important;
|
|
10740
|
+
}
|
|
10741
|
+
|
|
10742
|
+
.rounded-end-1 {
|
|
10743
|
+
border-top-right-radius: var(--bs-border-radius-sm) !important;
|
|
10744
|
+
border-bottom-right-radius: var(--bs-border-radius-sm) !important;
|
|
10745
|
+
}
|
|
10746
|
+
|
|
10747
|
+
.rounded-end-2 {
|
|
10748
|
+
border-top-right-radius: var(--bs-border-radius) !important;
|
|
10749
|
+
border-bottom-right-radius: var(--bs-border-radius) !important;
|
|
10750
|
+
}
|
|
10751
|
+
|
|
10752
|
+
.rounded-end-3 {
|
|
10753
|
+
border-top-right-radius: var(--bs-border-radius-lg) !important;
|
|
10754
|
+
border-bottom-right-radius: var(--bs-border-radius-lg) !important;
|
|
10755
|
+
}
|
|
10756
|
+
|
|
10757
|
+
.rounded-end-4 {
|
|
10758
|
+
border-top-right-radius: var(--bs-border-radius-xl) !important;
|
|
10759
|
+
border-bottom-right-radius: var(--bs-border-radius-xl) !important;
|
|
10760
|
+
}
|
|
10761
|
+
|
|
10762
|
+
.rounded-end-5 {
|
|
10763
|
+
border-top-right-radius: var(--bs-border-radius-xxl) !important;
|
|
10764
|
+
border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
|
|
10765
|
+
}
|
|
10766
|
+
|
|
10767
|
+
.rounded-end-circle {
|
|
10768
|
+
border-top-right-radius: 50% !important;
|
|
10769
|
+
border-bottom-right-radius: 50% !important;
|
|
10770
|
+
}
|
|
10771
|
+
|
|
10772
|
+
.rounded-end-pill {
|
|
10773
|
+
border-top-right-radius: var(--bs-border-radius-pill) !important;
|
|
10774
|
+
border-bottom-right-radius: var(--bs-border-radius-pill) !important;
|
|
10775
|
+
}
|
|
10776
|
+
|
|
9905
10777
|
.rounded-bottom {
|
|
9906
10778
|
border-bottom-right-radius: var(--bs-border-radius) !important;
|
|
9907
10779
|
border-bottom-left-radius: var(--bs-border-radius) !important;
|
|
9908
10780
|
}
|
|
9909
10781
|
|
|
10782
|
+
.rounded-bottom-0 {
|
|
10783
|
+
border-bottom-right-radius: 0 !important;
|
|
10784
|
+
border-bottom-left-radius: 0 !important;
|
|
10785
|
+
}
|
|
10786
|
+
|
|
10787
|
+
.rounded-bottom-1 {
|
|
10788
|
+
border-bottom-right-radius: var(--bs-border-radius-sm) !important;
|
|
10789
|
+
border-bottom-left-radius: var(--bs-border-radius-sm) !important;
|
|
10790
|
+
}
|
|
10791
|
+
|
|
10792
|
+
.rounded-bottom-2 {
|
|
10793
|
+
border-bottom-right-radius: var(--bs-border-radius) !important;
|
|
10794
|
+
border-bottom-left-radius: var(--bs-border-radius) !important;
|
|
10795
|
+
}
|
|
10796
|
+
|
|
10797
|
+
.rounded-bottom-3 {
|
|
10798
|
+
border-bottom-right-radius: var(--bs-border-radius-lg) !important;
|
|
10799
|
+
border-bottom-left-radius: var(--bs-border-radius-lg) !important;
|
|
10800
|
+
}
|
|
10801
|
+
|
|
10802
|
+
.rounded-bottom-4 {
|
|
10803
|
+
border-bottom-right-radius: var(--bs-border-radius-xl) !important;
|
|
10804
|
+
border-bottom-left-radius: var(--bs-border-radius-xl) !important;
|
|
10805
|
+
}
|
|
10806
|
+
|
|
10807
|
+
.rounded-bottom-5 {
|
|
10808
|
+
border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
|
|
10809
|
+
border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
|
|
10810
|
+
}
|
|
10811
|
+
|
|
10812
|
+
.rounded-bottom-circle {
|
|
10813
|
+
border-bottom-right-radius: 50% !important;
|
|
10814
|
+
border-bottom-left-radius: 50% !important;
|
|
10815
|
+
}
|
|
10816
|
+
|
|
10817
|
+
.rounded-bottom-pill {
|
|
10818
|
+
border-bottom-right-radius: var(--bs-border-radius-pill) !important;
|
|
10819
|
+
border-bottom-left-radius: var(--bs-border-radius-pill) !important;
|
|
10820
|
+
}
|
|
10821
|
+
|
|
9910
10822
|
.rounded-start {
|
|
9911
10823
|
border-bottom-left-radius: var(--bs-border-radius) !important;
|
|
9912
10824
|
border-top-left-radius: var(--bs-border-radius) !important;
|
|
9913
10825
|
}
|
|
9914
10826
|
|
|
10827
|
+
.rounded-start-0 {
|
|
10828
|
+
border-bottom-left-radius: 0 !important;
|
|
10829
|
+
border-top-left-radius: 0 !important;
|
|
10830
|
+
}
|
|
10831
|
+
|
|
10832
|
+
.rounded-start-1 {
|
|
10833
|
+
border-bottom-left-radius: var(--bs-border-radius-sm) !important;
|
|
10834
|
+
border-top-left-radius: var(--bs-border-radius-sm) !important;
|
|
10835
|
+
}
|
|
10836
|
+
|
|
10837
|
+
.rounded-start-2 {
|
|
10838
|
+
border-bottom-left-radius: var(--bs-border-radius) !important;
|
|
10839
|
+
border-top-left-radius: var(--bs-border-radius) !important;
|
|
10840
|
+
}
|
|
10841
|
+
|
|
10842
|
+
.rounded-start-3 {
|
|
10843
|
+
border-bottom-left-radius: var(--bs-border-radius-lg) !important;
|
|
10844
|
+
border-top-left-radius: var(--bs-border-radius-lg) !important;
|
|
10845
|
+
}
|
|
10846
|
+
|
|
10847
|
+
.rounded-start-4 {
|
|
10848
|
+
border-bottom-left-radius: var(--bs-border-radius-xl) !important;
|
|
10849
|
+
border-top-left-radius: var(--bs-border-radius-xl) !important;
|
|
10850
|
+
}
|
|
10851
|
+
|
|
10852
|
+
.rounded-start-5 {
|
|
10853
|
+
border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
|
|
10854
|
+
border-top-left-radius: var(--bs-border-radius-xxl) !important;
|
|
10855
|
+
}
|
|
10856
|
+
|
|
10857
|
+
.rounded-start-circle {
|
|
10858
|
+
border-bottom-left-radius: 50% !important;
|
|
10859
|
+
border-top-left-radius: 50% !important;
|
|
10860
|
+
}
|
|
10861
|
+
|
|
10862
|
+
.rounded-start-pill {
|
|
10863
|
+
border-bottom-left-radius: var(--bs-border-radius-pill) !important;
|
|
10864
|
+
border-top-left-radius: var(--bs-border-radius-pill) !important;
|
|
10865
|
+
}
|
|
10866
|
+
|
|
9915
10867
|
.visible {
|
|
9916
10868
|
visibility: visible !important;
|
|
9917
10869
|
}
|
|
@@ -9920,6 +10872,26 @@ svg {
|
|
|
9920
10872
|
visibility: hidden !important;
|
|
9921
10873
|
}
|
|
9922
10874
|
|
|
10875
|
+
.z-n1 {
|
|
10876
|
+
z-index: -1 !important;
|
|
10877
|
+
}
|
|
10878
|
+
|
|
10879
|
+
.z-0 {
|
|
10880
|
+
z-index: 0 !important;
|
|
10881
|
+
}
|
|
10882
|
+
|
|
10883
|
+
.z-1 {
|
|
10884
|
+
z-index: 1 !important;
|
|
10885
|
+
}
|
|
10886
|
+
|
|
10887
|
+
.z-2 {
|
|
10888
|
+
z-index: 2 !important;
|
|
10889
|
+
}
|
|
10890
|
+
|
|
10891
|
+
.z-3 {
|
|
10892
|
+
z-index: 3 !important;
|
|
10893
|
+
}
|
|
10894
|
+
|
|
9923
10895
|
@media (min-width: 576px) {
|
|
9924
10896
|
.float-sm-start {
|
|
9925
10897
|
float: left !important;
|
|
@@ -9930,6 +10902,26 @@ svg {
|
|
|
9930
10902
|
.float-sm-none {
|
|
9931
10903
|
float: none !important;
|
|
9932
10904
|
}
|
|
10905
|
+
.object-fit-sm-contain {
|
|
10906
|
+
-o-object-fit: contain !important;
|
|
10907
|
+
object-fit: contain !important;
|
|
10908
|
+
}
|
|
10909
|
+
.object-fit-sm-cover {
|
|
10910
|
+
-o-object-fit: cover !important;
|
|
10911
|
+
object-fit: cover !important;
|
|
10912
|
+
}
|
|
10913
|
+
.object-fit-sm-fill {
|
|
10914
|
+
-o-object-fit: fill !important;
|
|
10915
|
+
object-fit: fill !important;
|
|
10916
|
+
}
|
|
10917
|
+
.object-fit-sm-scale {
|
|
10918
|
+
-o-object-fit: scale-down !important;
|
|
10919
|
+
object-fit: scale-down !important;
|
|
10920
|
+
}
|
|
10921
|
+
.object-fit-sm-none {
|
|
10922
|
+
-o-object-fit: none !important;
|
|
10923
|
+
object-fit: none !important;
|
|
10924
|
+
}
|
|
9933
10925
|
.d-sm-inline {
|
|
9934
10926
|
display: inline !important;
|
|
9935
10927
|
}
|
|
@@ -9943,6 +10935,10 @@ svg {
|
|
|
9943
10935
|
display: -ms-grid !important;
|
|
9944
10936
|
display: grid !important;
|
|
9945
10937
|
}
|
|
10938
|
+
.d-sm-inline-grid {
|
|
10939
|
+
display: -ms-inline-grid !important;
|
|
10940
|
+
display: inline-grid !important;
|
|
10941
|
+
}
|
|
9946
10942
|
.d-sm-table {
|
|
9947
10943
|
display: table !important;
|
|
9948
10944
|
}
|
|
@@ -10890,6 +11886,102 @@ svg {
|
|
|
10890
11886
|
.gap-sm-4-75 {
|
|
10891
11887
|
gap: 2.5rem !important;
|
|
10892
11888
|
}
|
|
11889
|
+
.row-gap-sm-0 {
|
|
11890
|
+
row-gap: 0 !important;
|
|
11891
|
+
}
|
|
11892
|
+
.row-gap-sm-1 {
|
|
11893
|
+
row-gap: 0.25rem !important;
|
|
11894
|
+
}
|
|
11895
|
+
.row-gap-sm-2 {
|
|
11896
|
+
row-gap: 0.5rem !important;
|
|
11897
|
+
}
|
|
11898
|
+
.row-gap-sm-3 {
|
|
11899
|
+
row-gap: 1rem !important;
|
|
11900
|
+
}
|
|
11901
|
+
.row-gap-sm-4 {
|
|
11902
|
+
row-gap: 1.5rem !important;
|
|
11903
|
+
}
|
|
11904
|
+
.row-gap-sm-5 {
|
|
11905
|
+
row-gap: 3rem !important;
|
|
11906
|
+
}
|
|
11907
|
+
.row-gap-sm-1-5 {
|
|
11908
|
+
row-gap: 0.375rem !important;
|
|
11909
|
+
}
|
|
11910
|
+
.row-gap-sm-2-5 {
|
|
11911
|
+
row-gap: 0.75rem !important;
|
|
11912
|
+
}
|
|
11913
|
+
.row-gap-sm-3-5 {
|
|
11914
|
+
row-gap: 1.25rem !important;
|
|
11915
|
+
}
|
|
11916
|
+
.row-gap-sm-4-25 {
|
|
11917
|
+
row-gap: 1.75rem !important;
|
|
11918
|
+
}
|
|
11919
|
+
.row-gap-sm-4-5 {
|
|
11920
|
+
row-gap: 2rem !important;
|
|
11921
|
+
}
|
|
11922
|
+
.row-gap-sm-4-75 {
|
|
11923
|
+
row-gap: 2.5rem !important;
|
|
11924
|
+
}
|
|
11925
|
+
.column-gap-sm-0 {
|
|
11926
|
+
-webkit-column-gap: 0 !important;
|
|
11927
|
+
-moz-column-gap: 0 !important;
|
|
11928
|
+
column-gap: 0 !important;
|
|
11929
|
+
}
|
|
11930
|
+
.column-gap-sm-1 {
|
|
11931
|
+
-webkit-column-gap: 0.25rem !important;
|
|
11932
|
+
-moz-column-gap: 0.25rem !important;
|
|
11933
|
+
column-gap: 0.25rem !important;
|
|
11934
|
+
}
|
|
11935
|
+
.column-gap-sm-2 {
|
|
11936
|
+
-webkit-column-gap: 0.5rem !important;
|
|
11937
|
+
-moz-column-gap: 0.5rem !important;
|
|
11938
|
+
column-gap: 0.5rem !important;
|
|
11939
|
+
}
|
|
11940
|
+
.column-gap-sm-3 {
|
|
11941
|
+
-webkit-column-gap: 1rem !important;
|
|
11942
|
+
-moz-column-gap: 1rem !important;
|
|
11943
|
+
column-gap: 1rem !important;
|
|
11944
|
+
}
|
|
11945
|
+
.column-gap-sm-4 {
|
|
11946
|
+
-webkit-column-gap: 1.5rem !important;
|
|
11947
|
+
-moz-column-gap: 1.5rem !important;
|
|
11948
|
+
column-gap: 1.5rem !important;
|
|
11949
|
+
}
|
|
11950
|
+
.column-gap-sm-5 {
|
|
11951
|
+
-webkit-column-gap: 3rem !important;
|
|
11952
|
+
-moz-column-gap: 3rem !important;
|
|
11953
|
+
column-gap: 3rem !important;
|
|
11954
|
+
}
|
|
11955
|
+
.column-gap-sm-1-5 {
|
|
11956
|
+
-webkit-column-gap: 0.375rem !important;
|
|
11957
|
+
-moz-column-gap: 0.375rem !important;
|
|
11958
|
+
column-gap: 0.375rem !important;
|
|
11959
|
+
}
|
|
11960
|
+
.column-gap-sm-2-5 {
|
|
11961
|
+
-webkit-column-gap: 0.75rem !important;
|
|
11962
|
+
-moz-column-gap: 0.75rem !important;
|
|
11963
|
+
column-gap: 0.75rem !important;
|
|
11964
|
+
}
|
|
11965
|
+
.column-gap-sm-3-5 {
|
|
11966
|
+
-webkit-column-gap: 1.25rem !important;
|
|
11967
|
+
-moz-column-gap: 1.25rem !important;
|
|
11968
|
+
column-gap: 1.25rem !important;
|
|
11969
|
+
}
|
|
11970
|
+
.column-gap-sm-4-25 {
|
|
11971
|
+
-webkit-column-gap: 1.75rem !important;
|
|
11972
|
+
-moz-column-gap: 1.75rem !important;
|
|
11973
|
+
column-gap: 1.75rem !important;
|
|
11974
|
+
}
|
|
11975
|
+
.column-gap-sm-4-5 {
|
|
11976
|
+
-webkit-column-gap: 2rem !important;
|
|
11977
|
+
-moz-column-gap: 2rem !important;
|
|
11978
|
+
column-gap: 2rem !important;
|
|
11979
|
+
}
|
|
11980
|
+
.column-gap-sm-4-75 {
|
|
11981
|
+
-webkit-column-gap: 2.5rem !important;
|
|
11982
|
+
-moz-column-gap: 2.5rem !important;
|
|
11983
|
+
column-gap: 2.5rem !important;
|
|
11984
|
+
}
|
|
10893
11985
|
.text-sm-start {
|
|
10894
11986
|
text-align: left !important;
|
|
10895
11987
|
}
|
|
@@ -10910,6 +12002,26 @@ svg {
|
|
|
10910
12002
|
.float-md-none {
|
|
10911
12003
|
float: none !important;
|
|
10912
12004
|
}
|
|
12005
|
+
.object-fit-md-contain {
|
|
12006
|
+
-o-object-fit: contain !important;
|
|
12007
|
+
object-fit: contain !important;
|
|
12008
|
+
}
|
|
12009
|
+
.object-fit-md-cover {
|
|
12010
|
+
-o-object-fit: cover !important;
|
|
12011
|
+
object-fit: cover !important;
|
|
12012
|
+
}
|
|
12013
|
+
.object-fit-md-fill {
|
|
12014
|
+
-o-object-fit: fill !important;
|
|
12015
|
+
object-fit: fill !important;
|
|
12016
|
+
}
|
|
12017
|
+
.object-fit-md-scale {
|
|
12018
|
+
-o-object-fit: scale-down !important;
|
|
12019
|
+
object-fit: scale-down !important;
|
|
12020
|
+
}
|
|
12021
|
+
.object-fit-md-none {
|
|
12022
|
+
-o-object-fit: none !important;
|
|
12023
|
+
object-fit: none !important;
|
|
12024
|
+
}
|
|
10913
12025
|
.d-md-inline {
|
|
10914
12026
|
display: inline !important;
|
|
10915
12027
|
}
|
|
@@ -10923,6 +12035,10 @@ svg {
|
|
|
10923
12035
|
display: -ms-grid !important;
|
|
10924
12036
|
display: grid !important;
|
|
10925
12037
|
}
|
|
12038
|
+
.d-md-inline-grid {
|
|
12039
|
+
display: -ms-inline-grid !important;
|
|
12040
|
+
display: inline-grid !important;
|
|
12041
|
+
}
|
|
10926
12042
|
.d-md-table {
|
|
10927
12043
|
display: table !important;
|
|
10928
12044
|
}
|
|
@@ -11870,6 +12986,102 @@ svg {
|
|
|
11870
12986
|
.gap-md-4-75 {
|
|
11871
12987
|
gap: 2.5rem !important;
|
|
11872
12988
|
}
|
|
12989
|
+
.row-gap-md-0 {
|
|
12990
|
+
row-gap: 0 !important;
|
|
12991
|
+
}
|
|
12992
|
+
.row-gap-md-1 {
|
|
12993
|
+
row-gap: 0.25rem !important;
|
|
12994
|
+
}
|
|
12995
|
+
.row-gap-md-2 {
|
|
12996
|
+
row-gap: 0.5rem !important;
|
|
12997
|
+
}
|
|
12998
|
+
.row-gap-md-3 {
|
|
12999
|
+
row-gap: 1rem !important;
|
|
13000
|
+
}
|
|
13001
|
+
.row-gap-md-4 {
|
|
13002
|
+
row-gap: 1.5rem !important;
|
|
13003
|
+
}
|
|
13004
|
+
.row-gap-md-5 {
|
|
13005
|
+
row-gap: 3rem !important;
|
|
13006
|
+
}
|
|
13007
|
+
.row-gap-md-1-5 {
|
|
13008
|
+
row-gap: 0.375rem !important;
|
|
13009
|
+
}
|
|
13010
|
+
.row-gap-md-2-5 {
|
|
13011
|
+
row-gap: 0.75rem !important;
|
|
13012
|
+
}
|
|
13013
|
+
.row-gap-md-3-5 {
|
|
13014
|
+
row-gap: 1.25rem !important;
|
|
13015
|
+
}
|
|
13016
|
+
.row-gap-md-4-25 {
|
|
13017
|
+
row-gap: 1.75rem !important;
|
|
13018
|
+
}
|
|
13019
|
+
.row-gap-md-4-5 {
|
|
13020
|
+
row-gap: 2rem !important;
|
|
13021
|
+
}
|
|
13022
|
+
.row-gap-md-4-75 {
|
|
13023
|
+
row-gap: 2.5rem !important;
|
|
13024
|
+
}
|
|
13025
|
+
.column-gap-md-0 {
|
|
13026
|
+
-webkit-column-gap: 0 !important;
|
|
13027
|
+
-moz-column-gap: 0 !important;
|
|
13028
|
+
column-gap: 0 !important;
|
|
13029
|
+
}
|
|
13030
|
+
.column-gap-md-1 {
|
|
13031
|
+
-webkit-column-gap: 0.25rem !important;
|
|
13032
|
+
-moz-column-gap: 0.25rem !important;
|
|
13033
|
+
column-gap: 0.25rem !important;
|
|
13034
|
+
}
|
|
13035
|
+
.column-gap-md-2 {
|
|
13036
|
+
-webkit-column-gap: 0.5rem !important;
|
|
13037
|
+
-moz-column-gap: 0.5rem !important;
|
|
13038
|
+
column-gap: 0.5rem !important;
|
|
13039
|
+
}
|
|
13040
|
+
.column-gap-md-3 {
|
|
13041
|
+
-webkit-column-gap: 1rem !important;
|
|
13042
|
+
-moz-column-gap: 1rem !important;
|
|
13043
|
+
column-gap: 1rem !important;
|
|
13044
|
+
}
|
|
13045
|
+
.column-gap-md-4 {
|
|
13046
|
+
-webkit-column-gap: 1.5rem !important;
|
|
13047
|
+
-moz-column-gap: 1.5rem !important;
|
|
13048
|
+
column-gap: 1.5rem !important;
|
|
13049
|
+
}
|
|
13050
|
+
.column-gap-md-5 {
|
|
13051
|
+
-webkit-column-gap: 3rem !important;
|
|
13052
|
+
-moz-column-gap: 3rem !important;
|
|
13053
|
+
column-gap: 3rem !important;
|
|
13054
|
+
}
|
|
13055
|
+
.column-gap-md-1-5 {
|
|
13056
|
+
-webkit-column-gap: 0.375rem !important;
|
|
13057
|
+
-moz-column-gap: 0.375rem !important;
|
|
13058
|
+
column-gap: 0.375rem !important;
|
|
13059
|
+
}
|
|
13060
|
+
.column-gap-md-2-5 {
|
|
13061
|
+
-webkit-column-gap: 0.75rem !important;
|
|
13062
|
+
-moz-column-gap: 0.75rem !important;
|
|
13063
|
+
column-gap: 0.75rem !important;
|
|
13064
|
+
}
|
|
13065
|
+
.column-gap-md-3-5 {
|
|
13066
|
+
-webkit-column-gap: 1.25rem !important;
|
|
13067
|
+
-moz-column-gap: 1.25rem !important;
|
|
13068
|
+
column-gap: 1.25rem !important;
|
|
13069
|
+
}
|
|
13070
|
+
.column-gap-md-4-25 {
|
|
13071
|
+
-webkit-column-gap: 1.75rem !important;
|
|
13072
|
+
-moz-column-gap: 1.75rem !important;
|
|
13073
|
+
column-gap: 1.75rem !important;
|
|
13074
|
+
}
|
|
13075
|
+
.column-gap-md-4-5 {
|
|
13076
|
+
-webkit-column-gap: 2rem !important;
|
|
13077
|
+
-moz-column-gap: 2rem !important;
|
|
13078
|
+
column-gap: 2rem !important;
|
|
13079
|
+
}
|
|
13080
|
+
.column-gap-md-4-75 {
|
|
13081
|
+
-webkit-column-gap: 2.5rem !important;
|
|
13082
|
+
-moz-column-gap: 2.5rem !important;
|
|
13083
|
+
column-gap: 2.5rem !important;
|
|
13084
|
+
}
|
|
11873
13085
|
.text-md-start {
|
|
11874
13086
|
text-align: left !important;
|
|
11875
13087
|
}
|
|
@@ -11890,6 +13102,26 @@ svg {
|
|
|
11890
13102
|
.float-lg-none {
|
|
11891
13103
|
float: none !important;
|
|
11892
13104
|
}
|
|
13105
|
+
.object-fit-lg-contain {
|
|
13106
|
+
-o-object-fit: contain !important;
|
|
13107
|
+
object-fit: contain !important;
|
|
13108
|
+
}
|
|
13109
|
+
.object-fit-lg-cover {
|
|
13110
|
+
-o-object-fit: cover !important;
|
|
13111
|
+
object-fit: cover !important;
|
|
13112
|
+
}
|
|
13113
|
+
.object-fit-lg-fill {
|
|
13114
|
+
-o-object-fit: fill !important;
|
|
13115
|
+
object-fit: fill !important;
|
|
13116
|
+
}
|
|
13117
|
+
.object-fit-lg-scale {
|
|
13118
|
+
-o-object-fit: scale-down !important;
|
|
13119
|
+
object-fit: scale-down !important;
|
|
13120
|
+
}
|
|
13121
|
+
.object-fit-lg-none {
|
|
13122
|
+
-o-object-fit: none !important;
|
|
13123
|
+
object-fit: none !important;
|
|
13124
|
+
}
|
|
11893
13125
|
.d-lg-inline {
|
|
11894
13126
|
display: inline !important;
|
|
11895
13127
|
}
|
|
@@ -11903,6 +13135,10 @@ svg {
|
|
|
11903
13135
|
display: -ms-grid !important;
|
|
11904
13136
|
display: grid !important;
|
|
11905
13137
|
}
|
|
13138
|
+
.d-lg-inline-grid {
|
|
13139
|
+
display: -ms-inline-grid !important;
|
|
13140
|
+
display: inline-grid !important;
|
|
13141
|
+
}
|
|
11906
13142
|
.d-lg-table {
|
|
11907
13143
|
display: table !important;
|
|
11908
13144
|
}
|
|
@@ -12850,6 +14086,102 @@ svg {
|
|
|
12850
14086
|
.gap-lg-4-75 {
|
|
12851
14087
|
gap: 2.5rem !important;
|
|
12852
14088
|
}
|
|
14089
|
+
.row-gap-lg-0 {
|
|
14090
|
+
row-gap: 0 !important;
|
|
14091
|
+
}
|
|
14092
|
+
.row-gap-lg-1 {
|
|
14093
|
+
row-gap: 0.25rem !important;
|
|
14094
|
+
}
|
|
14095
|
+
.row-gap-lg-2 {
|
|
14096
|
+
row-gap: 0.5rem !important;
|
|
14097
|
+
}
|
|
14098
|
+
.row-gap-lg-3 {
|
|
14099
|
+
row-gap: 1rem !important;
|
|
14100
|
+
}
|
|
14101
|
+
.row-gap-lg-4 {
|
|
14102
|
+
row-gap: 1.5rem !important;
|
|
14103
|
+
}
|
|
14104
|
+
.row-gap-lg-5 {
|
|
14105
|
+
row-gap: 3rem !important;
|
|
14106
|
+
}
|
|
14107
|
+
.row-gap-lg-1-5 {
|
|
14108
|
+
row-gap: 0.375rem !important;
|
|
14109
|
+
}
|
|
14110
|
+
.row-gap-lg-2-5 {
|
|
14111
|
+
row-gap: 0.75rem !important;
|
|
14112
|
+
}
|
|
14113
|
+
.row-gap-lg-3-5 {
|
|
14114
|
+
row-gap: 1.25rem !important;
|
|
14115
|
+
}
|
|
14116
|
+
.row-gap-lg-4-25 {
|
|
14117
|
+
row-gap: 1.75rem !important;
|
|
14118
|
+
}
|
|
14119
|
+
.row-gap-lg-4-5 {
|
|
14120
|
+
row-gap: 2rem !important;
|
|
14121
|
+
}
|
|
14122
|
+
.row-gap-lg-4-75 {
|
|
14123
|
+
row-gap: 2.5rem !important;
|
|
14124
|
+
}
|
|
14125
|
+
.column-gap-lg-0 {
|
|
14126
|
+
-webkit-column-gap: 0 !important;
|
|
14127
|
+
-moz-column-gap: 0 !important;
|
|
14128
|
+
column-gap: 0 !important;
|
|
14129
|
+
}
|
|
14130
|
+
.column-gap-lg-1 {
|
|
14131
|
+
-webkit-column-gap: 0.25rem !important;
|
|
14132
|
+
-moz-column-gap: 0.25rem !important;
|
|
14133
|
+
column-gap: 0.25rem !important;
|
|
14134
|
+
}
|
|
14135
|
+
.column-gap-lg-2 {
|
|
14136
|
+
-webkit-column-gap: 0.5rem !important;
|
|
14137
|
+
-moz-column-gap: 0.5rem !important;
|
|
14138
|
+
column-gap: 0.5rem !important;
|
|
14139
|
+
}
|
|
14140
|
+
.column-gap-lg-3 {
|
|
14141
|
+
-webkit-column-gap: 1rem !important;
|
|
14142
|
+
-moz-column-gap: 1rem !important;
|
|
14143
|
+
column-gap: 1rem !important;
|
|
14144
|
+
}
|
|
14145
|
+
.column-gap-lg-4 {
|
|
14146
|
+
-webkit-column-gap: 1.5rem !important;
|
|
14147
|
+
-moz-column-gap: 1.5rem !important;
|
|
14148
|
+
column-gap: 1.5rem !important;
|
|
14149
|
+
}
|
|
14150
|
+
.column-gap-lg-5 {
|
|
14151
|
+
-webkit-column-gap: 3rem !important;
|
|
14152
|
+
-moz-column-gap: 3rem !important;
|
|
14153
|
+
column-gap: 3rem !important;
|
|
14154
|
+
}
|
|
14155
|
+
.column-gap-lg-1-5 {
|
|
14156
|
+
-webkit-column-gap: 0.375rem !important;
|
|
14157
|
+
-moz-column-gap: 0.375rem !important;
|
|
14158
|
+
column-gap: 0.375rem !important;
|
|
14159
|
+
}
|
|
14160
|
+
.column-gap-lg-2-5 {
|
|
14161
|
+
-webkit-column-gap: 0.75rem !important;
|
|
14162
|
+
-moz-column-gap: 0.75rem !important;
|
|
14163
|
+
column-gap: 0.75rem !important;
|
|
14164
|
+
}
|
|
14165
|
+
.column-gap-lg-3-5 {
|
|
14166
|
+
-webkit-column-gap: 1.25rem !important;
|
|
14167
|
+
-moz-column-gap: 1.25rem !important;
|
|
14168
|
+
column-gap: 1.25rem !important;
|
|
14169
|
+
}
|
|
14170
|
+
.column-gap-lg-4-25 {
|
|
14171
|
+
-webkit-column-gap: 1.75rem !important;
|
|
14172
|
+
-moz-column-gap: 1.75rem !important;
|
|
14173
|
+
column-gap: 1.75rem !important;
|
|
14174
|
+
}
|
|
14175
|
+
.column-gap-lg-4-5 {
|
|
14176
|
+
-webkit-column-gap: 2rem !important;
|
|
14177
|
+
-moz-column-gap: 2rem !important;
|
|
14178
|
+
column-gap: 2rem !important;
|
|
14179
|
+
}
|
|
14180
|
+
.column-gap-lg-4-75 {
|
|
14181
|
+
-webkit-column-gap: 2.5rem !important;
|
|
14182
|
+
-moz-column-gap: 2.5rem !important;
|
|
14183
|
+
column-gap: 2.5rem !important;
|
|
14184
|
+
}
|
|
12853
14185
|
.text-lg-start {
|
|
12854
14186
|
text-align: left !important;
|
|
12855
14187
|
}
|
|
@@ -12870,6 +14202,26 @@ svg {
|
|
|
12870
14202
|
.float-xl-none {
|
|
12871
14203
|
float: none !important;
|
|
12872
14204
|
}
|
|
14205
|
+
.object-fit-xl-contain {
|
|
14206
|
+
-o-object-fit: contain !important;
|
|
14207
|
+
object-fit: contain !important;
|
|
14208
|
+
}
|
|
14209
|
+
.object-fit-xl-cover {
|
|
14210
|
+
-o-object-fit: cover !important;
|
|
14211
|
+
object-fit: cover !important;
|
|
14212
|
+
}
|
|
14213
|
+
.object-fit-xl-fill {
|
|
14214
|
+
-o-object-fit: fill !important;
|
|
14215
|
+
object-fit: fill !important;
|
|
14216
|
+
}
|
|
14217
|
+
.object-fit-xl-scale {
|
|
14218
|
+
-o-object-fit: scale-down !important;
|
|
14219
|
+
object-fit: scale-down !important;
|
|
14220
|
+
}
|
|
14221
|
+
.object-fit-xl-none {
|
|
14222
|
+
-o-object-fit: none !important;
|
|
14223
|
+
object-fit: none !important;
|
|
14224
|
+
}
|
|
12873
14225
|
.d-xl-inline {
|
|
12874
14226
|
display: inline !important;
|
|
12875
14227
|
}
|
|
@@ -12883,6 +14235,10 @@ svg {
|
|
|
12883
14235
|
display: -ms-grid !important;
|
|
12884
14236
|
display: grid !important;
|
|
12885
14237
|
}
|
|
14238
|
+
.d-xl-inline-grid {
|
|
14239
|
+
display: -ms-inline-grid !important;
|
|
14240
|
+
display: inline-grid !important;
|
|
14241
|
+
}
|
|
12886
14242
|
.d-xl-table {
|
|
12887
14243
|
display: table !important;
|
|
12888
14244
|
}
|
|
@@ -13830,6 +15186,102 @@ svg {
|
|
|
13830
15186
|
.gap-xl-4-75 {
|
|
13831
15187
|
gap: 2.5rem !important;
|
|
13832
15188
|
}
|
|
15189
|
+
.row-gap-xl-0 {
|
|
15190
|
+
row-gap: 0 !important;
|
|
15191
|
+
}
|
|
15192
|
+
.row-gap-xl-1 {
|
|
15193
|
+
row-gap: 0.25rem !important;
|
|
15194
|
+
}
|
|
15195
|
+
.row-gap-xl-2 {
|
|
15196
|
+
row-gap: 0.5rem !important;
|
|
15197
|
+
}
|
|
15198
|
+
.row-gap-xl-3 {
|
|
15199
|
+
row-gap: 1rem !important;
|
|
15200
|
+
}
|
|
15201
|
+
.row-gap-xl-4 {
|
|
15202
|
+
row-gap: 1.5rem !important;
|
|
15203
|
+
}
|
|
15204
|
+
.row-gap-xl-5 {
|
|
15205
|
+
row-gap: 3rem !important;
|
|
15206
|
+
}
|
|
15207
|
+
.row-gap-xl-1-5 {
|
|
15208
|
+
row-gap: 0.375rem !important;
|
|
15209
|
+
}
|
|
15210
|
+
.row-gap-xl-2-5 {
|
|
15211
|
+
row-gap: 0.75rem !important;
|
|
15212
|
+
}
|
|
15213
|
+
.row-gap-xl-3-5 {
|
|
15214
|
+
row-gap: 1.25rem !important;
|
|
15215
|
+
}
|
|
15216
|
+
.row-gap-xl-4-25 {
|
|
15217
|
+
row-gap: 1.75rem !important;
|
|
15218
|
+
}
|
|
15219
|
+
.row-gap-xl-4-5 {
|
|
15220
|
+
row-gap: 2rem !important;
|
|
15221
|
+
}
|
|
15222
|
+
.row-gap-xl-4-75 {
|
|
15223
|
+
row-gap: 2.5rem !important;
|
|
15224
|
+
}
|
|
15225
|
+
.column-gap-xl-0 {
|
|
15226
|
+
-webkit-column-gap: 0 !important;
|
|
15227
|
+
-moz-column-gap: 0 !important;
|
|
15228
|
+
column-gap: 0 !important;
|
|
15229
|
+
}
|
|
15230
|
+
.column-gap-xl-1 {
|
|
15231
|
+
-webkit-column-gap: 0.25rem !important;
|
|
15232
|
+
-moz-column-gap: 0.25rem !important;
|
|
15233
|
+
column-gap: 0.25rem !important;
|
|
15234
|
+
}
|
|
15235
|
+
.column-gap-xl-2 {
|
|
15236
|
+
-webkit-column-gap: 0.5rem !important;
|
|
15237
|
+
-moz-column-gap: 0.5rem !important;
|
|
15238
|
+
column-gap: 0.5rem !important;
|
|
15239
|
+
}
|
|
15240
|
+
.column-gap-xl-3 {
|
|
15241
|
+
-webkit-column-gap: 1rem !important;
|
|
15242
|
+
-moz-column-gap: 1rem !important;
|
|
15243
|
+
column-gap: 1rem !important;
|
|
15244
|
+
}
|
|
15245
|
+
.column-gap-xl-4 {
|
|
15246
|
+
-webkit-column-gap: 1.5rem !important;
|
|
15247
|
+
-moz-column-gap: 1.5rem !important;
|
|
15248
|
+
column-gap: 1.5rem !important;
|
|
15249
|
+
}
|
|
15250
|
+
.column-gap-xl-5 {
|
|
15251
|
+
-webkit-column-gap: 3rem !important;
|
|
15252
|
+
-moz-column-gap: 3rem !important;
|
|
15253
|
+
column-gap: 3rem !important;
|
|
15254
|
+
}
|
|
15255
|
+
.column-gap-xl-1-5 {
|
|
15256
|
+
-webkit-column-gap: 0.375rem !important;
|
|
15257
|
+
-moz-column-gap: 0.375rem !important;
|
|
15258
|
+
column-gap: 0.375rem !important;
|
|
15259
|
+
}
|
|
15260
|
+
.column-gap-xl-2-5 {
|
|
15261
|
+
-webkit-column-gap: 0.75rem !important;
|
|
15262
|
+
-moz-column-gap: 0.75rem !important;
|
|
15263
|
+
column-gap: 0.75rem !important;
|
|
15264
|
+
}
|
|
15265
|
+
.column-gap-xl-3-5 {
|
|
15266
|
+
-webkit-column-gap: 1.25rem !important;
|
|
15267
|
+
-moz-column-gap: 1.25rem !important;
|
|
15268
|
+
column-gap: 1.25rem !important;
|
|
15269
|
+
}
|
|
15270
|
+
.column-gap-xl-4-25 {
|
|
15271
|
+
-webkit-column-gap: 1.75rem !important;
|
|
15272
|
+
-moz-column-gap: 1.75rem !important;
|
|
15273
|
+
column-gap: 1.75rem !important;
|
|
15274
|
+
}
|
|
15275
|
+
.column-gap-xl-4-5 {
|
|
15276
|
+
-webkit-column-gap: 2rem !important;
|
|
15277
|
+
-moz-column-gap: 2rem !important;
|
|
15278
|
+
column-gap: 2rem !important;
|
|
15279
|
+
}
|
|
15280
|
+
.column-gap-xl-4-75 {
|
|
15281
|
+
-webkit-column-gap: 2.5rem !important;
|
|
15282
|
+
-moz-column-gap: 2.5rem !important;
|
|
15283
|
+
column-gap: 2.5rem !important;
|
|
15284
|
+
}
|
|
13833
15285
|
.text-xl-start {
|
|
13834
15286
|
text-align: left !important;
|
|
13835
15287
|
}
|
|
@@ -13850,6 +15302,26 @@ svg {
|
|
|
13850
15302
|
.float-xxl-none {
|
|
13851
15303
|
float: none !important;
|
|
13852
15304
|
}
|
|
15305
|
+
.object-fit-xxl-contain {
|
|
15306
|
+
-o-object-fit: contain !important;
|
|
15307
|
+
object-fit: contain !important;
|
|
15308
|
+
}
|
|
15309
|
+
.object-fit-xxl-cover {
|
|
15310
|
+
-o-object-fit: cover !important;
|
|
15311
|
+
object-fit: cover !important;
|
|
15312
|
+
}
|
|
15313
|
+
.object-fit-xxl-fill {
|
|
15314
|
+
-o-object-fit: fill !important;
|
|
15315
|
+
object-fit: fill !important;
|
|
15316
|
+
}
|
|
15317
|
+
.object-fit-xxl-scale {
|
|
15318
|
+
-o-object-fit: scale-down !important;
|
|
15319
|
+
object-fit: scale-down !important;
|
|
15320
|
+
}
|
|
15321
|
+
.object-fit-xxl-none {
|
|
15322
|
+
-o-object-fit: none !important;
|
|
15323
|
+
object-fit: none !important;
|
|
15324
|
+
}
|
|
13853
15325
|
.d-xxl-inline {
|
|
13854
15326
|
display: inline !important;
|
|
13855
15327
|
}
|
|
@@ -13863,6 +15335,10 @@ svg {
|
|
|
13863
15335
|
display: -ms-grid !important;
|
|
13864
15336
|
display: grid !important;
|
|
13865
15337
|
}
|
|
15338
|
+
.d-xxl-inline-grid {
|
|
15339
|
+
display: -ms-inline-grid !important;
|
|
15340
|
+
display: inline-grid !important;
|
|
15341
|
+
}
|
|
13866
15342
|
.d-xxl-table {
|
|
13867
15343
|
display: table !important;
|
|
13868
15344
|
}
|
|
@@ -14810,6 +16286,102 @@ svg {
|
|
|
14810
16286
|
.gap-xxl-4-75 {
|
|
14811
16287
|
gap: 2.5rem !important;
|
|
14812
16288
|
}
|
|
16289
|
+
.row-gap-xxl-0 {
|
|
16290
|
+
row-gap: 0 !important;
|
|
16291
|
+
}
|
|
16292
|
+
.row-gap-xxl-1 {
|
|
16293
|
+
row-gap: 0.25rem !important;
|
|
16294
|
+
}
|
|
16295
|
+
.row-gap-xxl-2 {
|
|
16296
|
+
row-gap: 0.5rem !important;
|
|
16297
|
+
}
|
|
16298
|
+
.row-gap-xxl-3 {
|
|
16299
|
+
row-gap: 1rem !important;
|
|
16300
|
+
}
|
|
16301
|
+
.row-gap-xxl-4 {
|
|
16302
|
+
row-gap: 1.5rem !important;
|
|
16303
|
+
}
|
|
16304
|
+
.row-gap-xxl-5 {
|
|
16305
|
+
row-gap: 3rem !important;
|
|
16306
|
+
}
|
|
16307
|
+
.row-gap-xxl-1-5 {
|
|
16308
|
+
row-gap: 0.375rem !important;
|
|
16309
|
+
}
|
|
16310
|
+
.row-gap-xxl-2-5 {
|
|
16311
|
+
row-gap: 0.75rem !important;
|
|
16312
|
+
}
|
|
16313
|
+
.row-gap-xxl-3-5 {
|
|
16314
|
+
row-gap: 1.25rem !important;
|
|
16315
|
+
}
|
|
16316
|
+
.row-gap-xxl-4-25 {
|
|
16317
|
+
row-gap: 1.75rem !important;
|
|
16318
|
+
}
|
|
16319
|
+
.row-gap-xxl-4-5 {
|
|
16320
|
+
row-gap: 2rem !important;
|
|
16321
|
+
}
|
|
16322
|
+
.row-gap-xxl-4-75 {
|
|
16323
|
+
row-gap: 2.5rem !important;
|
|
16324
|
+
}
|
|
16325
|
+
.column-gap-xxl-0 {
|
|
16326
|
+
-webkit-column-gap: 0 !important;
|
|
16327
|
+
-moz-column-gap: 0 !important;
|
|
16328
|
+
column-gap: 0 !important;
|
|
16329
|
+
}
|
|
16330
|
+
.column-gap-xxl-1 {
|
|
16331
|
+
-webkit-column-gap: 0.25rem !important;
|
|
16332
|
+
-moz-column-gap: 0.25rem !important;
|
|
16333
|
+
column-gap: 0.25rem !important;
|
|
16334
|
+
}
|
|
16335
|
+
.column-gap-xxl-2 {
|
|
16336
|
+
-webkit-column-gap: 0.5rem !important;
|
|
16337
|
+
-moz-column-gap: 0.5rem !important;
|
|
16338
|
+
column-gap: 0.5rem !important;
|
|
16339
|
+
}
|
|
16340
|
+
.column-gap-xxl-3 {
|
|
16341
|
+
-webkit-column-gap: 1rem !important;
|
|
16342
|
+
-moz-column-gap: 1rem !important;
|
|
16343
|
+
column-gap: 1rem !important;
|
|
16344
|
+
}
|
|
16345
|
+
.column-gap-xxl-4 {
|
|
16346
|
+
-webkit-column-gap: 1.5rem !important;
|
|
16347
|
+
-moz-column-gap: 1.5rem !important;
|
|
16348
|
+
column-gap: 1.5rem !important;
|
|
16349
|
+
}
|
|
16350
|
+
.column-gap-xxl-5 {
|
|
16351
|
+
-webkit-column-gap: 3rem !important;
|
|
16352
|
+
-moz-column-gap: 3rem !important;
|
|
16353
|
+
column-gap: 3rem !important;
|
|
16354
|
+
}
|
|
16355
|
+
.column-gap-xxl-1-5 {
|
|
16356
|
+
-webkit-column-gap: 0.375rem !important;
|
|
16357
|
+
-moz-column-gap: 0.375rem !important;
|
|
16358
|
+
column-gap: 0.375rem !important;
|
|
16359
|
+
}
|
|
16360
|
+
.column-gap-xxl-2-5 {
|
|
16361
|
+
-webkit-column-gap: 0.75rem !important;
|
|
16362
|
+
-moz-column-gap: 0.75rem !important;
|
|
16363
|
+
column-gap: 0.75rem !important;
|
|
16364
|
+
}
|
|
16365
|
+
.column-gap-xxl-3-5 {
|
|
16366
|
+
-webkit-column-gap: 1.25rem !important;
|
|
16367
|
+
-moz-column-gap: 1.25rem !important;
|
|
16368
|
+
column-gap: 1.25rem !important;
|
|
16369
|
+
}
|
|
16370
|
+
.column-gap-xxl-4-25 {
|
|
16371
|
+
-webkit-column-gap: 1.75rem !important;
|
|
16372
|
+
-moz-column-gap: 1.75rem !important;
|
|
16373
|
+
column-gap: 1.75rem !important;
|
|
16374
|
+
}
|
|
16375
|
+
.column-gap-xxl-4-5 {
|
|
16376
|
+
-webkit-column-gap: 2rem !important;
|
|
16377
|
+
-moz-column-gap: 2rem !important;
|
|
16378
|
+
column-gap: 2rem !important;
|
|
16379
|
+
}
|
|
16380
|
+
.column-gap-xxl-4-75 {
|
|
16381
|
+
-webkit-column-gap: 2.5rem !important;
|
|
16382
|
+
-moz-column-gap: 2.5rem !important;
|
|
16383
|
+
column-gap: 2.5rem !important;
|
|
16384
|
+
}
|
|
14813
16385
|
.text-xxl-start {
|
|
14814
16386
|
text-align: left !important;
|
|
14815
16387
|
}
|
|
@@ -14848,6 +16420,10 @@ svg {
|
|
|
14848
16420
|
display: -ms-grid !important;
|
|
14849
16421
|
display: grid !important;
|
|
14850
16422
|
}
|
|
16423
|
+
.d-print-inline-grid {
|
|
16424
|
+
display: -ms-inline-grid !important;
|
|
16425
|
+
display: inline-grid !important;
|
|
16426
|
+
}
|
|
14851
16427
|
.d-print-table {
|
|
14852
16428
|
display: table !important;
|
|
14853
16429
|
}
|
|
@@ -14876,55 +16452,55 @@ svg {
|
|
|
14876
16452
|
.card.text-bg-primary .card-header,
|
|
14877
16453
|
.card.text-bg-primary .card-footer {
|
|
14878
16454
|
border: none;
|
|
14879
|
-
background:
|
|
16455
|
+
background: #102f5e;
|
|
14880
16456
|
}
|
|
14881
16457
|
|
|
14882
16458
|
.card.text-bg-secondary .card-header,
|
|
14883
16459
|
.card.text-bg-secondary .card-footer {
|
|
14884
16460
|
border: none;
|
|
14885
|
-
background:
|
|
16461
|
+
background: #b9c1c9;
|
|
14886
16462
|
}
|
|
14887
16463
|
|
|
14888
16464
|
.card.text-bg-success .card-header,
|
|
14889
16465
|
.card.text-bg-success .card-footer {
|
|
14890
16466
|
border: none;
|
|
14891
|
-
background:
|
|
16467
|
+
background: #139966;
|
|
14892
16468
|
}
|
|
14893
16469
|
|
|
14894
16470
|
.card.text-bg-info .card-header,
|
|
14895
16471
|
.card.text-bg-info .card-footer {
|
|
14896
16472
|
border: none;
|
|
14897
|
-
background:
|
|
16473
|
+
background: #0a5e6f;
|
|
14898
16474
|
}
|
|
14899
16475
|
|
|
14900
16476
|
.card.text-bg-warning .card-header,
|
|
14901
16477
|
.card.text-bg-warning .card-footer {
|
|
14902
16478
|
border: none;
|
|
14903
|
-
background:
|
|
16479
|
+
background: #bc8636;
|
|
14904
16480
|
}
|
|
14905
16481
|
|
|
14906
16482
|
.card.text-bg-danger .card-header,
|
|
14907
16483
|
.card.text-bg-danger .card-footer {
|
|
14908
16484
|
border: none;
|
|
14909
|
-
background:
|
|
16485
|
+
background: #bc2a2a;
|
|
14910
16486
|
}
|
|
14911
16487
|
|
|
14912
16488
|
.card.text-bg-light .card-header,
|
|
14913
16489
|
.card.text-bg-light .card-footer {
|
|
14914
16490
|
border: none;
|
|
14915
|
-
background:
|
|
16491
|
+
background: #c6c7c8;
|
|
14916
16492
|
}
|
|
14917
16493
|
|
|
14918
16494
|
.card.text-bg-dark .card-header,
|
|
14919
16495
|
.card.text-bg-dark .card-footer {
|
|
14920
16496
|
border: none;
|
|
14921
|
-
background:
|
|
16497
|
+
background: #1a1e21;
|
|
14922
16498
|
}
|
|
14923
16499
|
|
|
14924
16500
|
.card.text-bg-brand .card-header,
|
|
14925
16501
|
.card.text-bg-brand .card-footer {
|
|
14926
16502
|
border: none;
|
|
14927
|
-
background:
|
|
16503
|
+
background: #0d5cb2;
|
|
14928
16504
|
}
|
|
14929
16505
|
|
|
14930
16506
|
body {
|
|
@@ -15667,11 +17243,11 @@ a.badge:focus-visible {
|
|
|
15667
17243
|
}
|
|
15668
17244
|
|
|
15669
17245
|
a.badge:focus-within.badge-outline-primary, a.badge:active.badge-outline-primary, a.badge:hover.badge-outline-primary {
|
|
15670
|
-
background-color:
|
|
15671
|
-
border-color:
|
|
17246
|
+
background-color: #e8ebf1 !important;
|
|
17247
|
+
border-color: #113264 !important;
|
|
15672
17248
|
}
|
|
15673
17249
|
a.badge:focus-within.text-bg-primary, a.badge:active.text-bg-primary, a.badge:hover.text-bg-primary {
|
|
15674
|
-
background-color:
|
|
17250
|
+
background-color: #113264 !important;
|
|
15675
17251
|
}
|
|
15676
17252
|
|
|
15677
17253
|
.badge.bg-secondary a,
|
|
@@ -15680,21 +17256,21 @@ a.badge:focus-within.text-bg-primary, a.badge:active.text-bg-primary, a.badge:ho
|
|
|
15680
17256
|
}
|
|
15681
17257
|
|
|
15682
17258
|
.badge-outline-secondary a {
|
|
15683
|
-
color:
|
|
17259
|
+
color: #e7f1fb !important;
|
|
15684
17260
|
}
|
|
15685
17261
|
|
|
15686
17262
|
.badge-outline-secondary {
|
|
15687
17263
|
background: transparent !important;
|
|
15688
|
-
border: 1px solid
|
|
15689
|
-
color:
|
|
17264
|
+
border: 1px solid #e7f1fb;
|
|
17265
|
+
color: #e7f1fb !important;
|
|
15690
17266
|
}
|
|
15691
17267
|
|
|
15692
17268
|
a.badge:focus-within.badge-outline-secondary, a.badge:active.badge-outline-secondary, a.badge:hover.badge-outline-secondary {
|
|
15693
|
-
background-color:
|
|
15694
|
-
border-color:
|
|
17269
|
+
background-color: #fdfeff !important;
|
|
17270
|
+
border-color: #c4cdd5 !important;
|
|
15695
17271
|
}
|
|
15696
17272
|
a.badge:focus-within.text-bg-secondary, a.badge:active.text-bg-secondary, a.badge:hover.text-bg-secondary {
|
|
15697
|
-
background-color:
|
|
17273
|
+
background-color: #c4cdd5 !important;
|
|
15698
17274
|
}
|
|
15699
17275
|
|
|
15700
17276
|
.badge.bg-success a,
|
|
@@ -15713,11 +17289,11 @@ a.badge:focus-within.text-bg-secondary, a.badge:active.text-bg-secondary, a.badg
|
|
|
15713
17289
|
}
|
|
15714
17290
|
|
|
15715
17291
|
a.badge:focus-within.badge-outline-success, a.badge:active.badge-outline-success, a.badge:hover.badge-outline-success {
|
|
15716
|
-
background-color:
|
|
15717
|
-
border-color:
|
|
17292
|
+
background-color: #e8f9f2 !important;
|
|
17293
|
+
border-color: #14a26d !important;
|
|
15718
17294
|
}
|
|
15719
17295
|
a.badge:focus-within.text-bg-success, a.badge:active.text-bg-success, a.badge:hover.text-bg-success {
|
|
15720
|
-
background-color:
|
|
17296
|
+
background-color: #14a26d !important;
|
|
15721
17297
|
}
|
|
15722
17298
|
|
|
15723
17299
|
.badge.bg-info a,
|
|
@@ -15736,11 +17312,11 @@ a.badge:focus-within.text-bg-success, a.badge:active.text-bg-success, a.badge:ho
|
|
|
15736
17312
|
}
|
|
15737
17313
|
|
|
15738
17314
|
a.badge:focus-within.badge-outline-info, a.badge:active.badge-outline-info, a.badge:hover.badge-outline-info {
|
|
15739
|
-
background-color:
|
|
15740
|
-
border-color:
|
|
17315
|
+
background-color: #e7f1f3 !important;
|
|
17316
|
+
border-color: #0b6476 !important;
|
|
15741
17317
|
}
|
|
15742
17318
|
a.badge:focus-within.text-bg-info, a.badge:active.text-bg-info, a.badge:hover.text-bg-info {
|
|
15743
|
-
background-color:
|
|
17319
|
+
background-color: #0b6476 !important;
|
|
15744
17320
|
}
|
|
15745
17321
|
|
|
15746
17322
|
.badge.bg-warning a,
|
|
@@ -15759,11 +17335,11 @@ a.badge:focus-within.text-bg-info, a.badge:active.text-bg-info, a.badge:hover.te
|
|
|
15759
17335
|
}
|
|
15760
17336
|
|
|
15761
17337
|
a.badge:focus-within.badge-outline-warning, a.badge:active.badge-outline-warning, a.badge:hover.badge-outline-warning {
|
|
15762
|
-
background-color:
|
|
15763
|
-
border-color:
|
|
17338
|
+
background-color: #fdf6ec !important;
|
|
17339
|
+
border-color: #c88f39 !important;
|
|
15764
17340
|
}
|
|
15765
17341
|
a.badge:focus-within.text-bg-warning, a.badge:active.text-bg-warning, a.badge:hover.text-bg-warning {
|
|
15766
|
-
background-color:
|
|
17342
|
+
background-color: #c88f39 !important;
|
|
15767
17343
|
}
|
|
15768
17344
|
|
|
15769
17345
|
.badge.bg-danger a,
|
|
@@ -15782,11 +17358,11 @@ a.badge:focus-within.text-bg-warning, a.badge:active.text-bg-warning, a.badge:ho
|
|
|
15782
17358
|
}
|
|
15783
17359
|
|
|
15784
17360
|
a.badge:focus-within.badge-outline-danger, a.badge:active.badge-outline-danger, a.badge:hover.badge-outline-danger {
|
|
15785
|
-
background-color:
|
|
15786
|
-
border-color:
|
|
17361
|
+
background-color: #fdebeb !important;
|
|
17362
|
+
border-color: #c82c2c !important;
|
|
15787
17363
|
}
|
|
15788
17364
|
a.badge:focus-within.text-bg-danger, a.badge:active.text-bg-danger, a.badge:hover.text-bg-danger {
|
|
15789
|
-
background-color:
|
|
17365
|
+
background-color: #c82c2c !important;
|
|
15790
17366
|
}
|
|
15791
17367
|
|
|
15792
17368
|
.badge.bg-light a,
|
|
@@ -15810,7 +17386,7 @@ a.badge:focus-within.badge-outline-light, a.badge:active.badge-outline-light, a.
|
|
|
15810
17386
|
background: rgba(255, 255, 255, 0.3) !important;
|
|
15811
17387
|
}
|
|
15812
17388
|
a.badge:focus-within.text-bg-light, a.badge:active.text-bg-light, a.badge:hover.text-bg-light {
|
|
15813
|
-
background-color:
|
|
17389
|
+
background-color: #d3d4d5 !important;
|
|
15814
17390
|
}
|
|
15815
17391
|
|
|
15816
17392
|
.badge.bg-dark a,
|
|
@@ -15833,7 +17409,7 @@ a.badge:focus-within.badge-outline-dark, a.badge:active.badge-outline-dark, a.ba
|
|
|
15833
17409
|
border-color: #000;
|
|
15834
17410
|
}
|
|
15835
17411
|
a.badge:focus-within.text-bg-dark, a.badge:active.text-bg-dark, a.badge:hover.text-bg-dark {
|
|
15836
|
-
background-color:
|
|
17412
|
+
background-color: #1c1f23 !important;
|
|
15837
17413
|
}
|
|
15838
17414
|
|
|
15839
17415
|
.badge.bg-brand a,
|
|
@@ -15852,11 +17428,11 @@ a.badge:focus-within.text-bg-dark, a.badge:active.text-bg-dark, a.badge:hover.te
|
|
|
15852
17428
|
}
|
|
15853
17429
|
|
|
15854
17430
|
a.badge:focus-within.badge-outline-brand, a.badge:active.badge-outline-brand, a.badge:hover.badge-outline-brand {
|
|
15855
|
-
background-color:
|
|
15856
|
-
border-color:
|
|
17431
|
+
background-color: #e7f1fc !important;
|
|
17432
|
+
border-color: #0e62bd !important;
|
|
15857
17433
|
}
|
|
15858
17434
|
a.badge:focus-within.text-bg-brand, a.badge:active.text-bg-brand, a.badge:hover.text-bg-brand {
|
|
15859
|
-
background-color:
|
|
17435
|
+
background-color: #0e62bd !important;
|
|
15860
17436
|
}
|
|
15861
17437
|
|
|
15862
17438
|
.ss-main.ss-1 {
|
|
@@ -16392,7 +17968,7 @@ select.multi-select {
|
|
|
16392
17968
|
white-space: normal;
|
|
16393
17969
|
vertical-align: baseline;
|
|
16394
17970
|
padding-right: 1.25rem;
|
|
16395
|
-
border-radius:
|
|
17971
|
+
border-radius: var(--bs-border-radius);
|
|
16396
17972
|
}
|
|
16397
17973
|
.ss-main.multi-select.ss-1 .ss-values .ss-value .ss-value-delete {
|
|
16398
17974
|
font-size: 0;
|
|
@@ -16423,7 +17999,7 @@ select.multi-select {
|
|
|
16423
17999
|
font-size: 1rem;
|
|
16424
18000
|
}
|
|
16425
18001
|
.ss-main.multi-select.ss-1 .ss-multi-selected {
|
|
16426
|
-
border-color: #
|
|
18002
|
+
border-color: #ced4da;
|
|
16427
18003
|
padding: calc(0.5rem - 2px) 0 calc(0.5rem - 2px) 0.3rem;
|
|
16428
18004
|
}
|
|
16429
18005
|
.ss-main.multi-select.ss-1 .ss-multi-selected.ss-disabled .ss-values .ss-value {
|
|
@@ -17580,10 +19156,10 @@ Due to the split circle of progress-left and progress right, we must use the ani
|
|
|
17580
19156
|
}
|
|
17581
19157
|
}
|
|
17582
19158
|
.badge.bg-secondary {
|
|
17583
|
-
color:
|
|
19159
|
+
color: #0b4e97;
|
|
17584
19160
|
}
|
|
17585
19161
|
.badge.bg-secondary:hover {
|
|
17586
|
-
color:
|
|
19162
|
+
color: #0b4e97;
|
|
17587
19163
|
}
|
|
17588
19164
|
|
|
17589
19165
|
.btn {
|
|
@@ -17594,17 +19170,17 @@ Due to the split circle of progress-left and progress right, we must use the ani
|
|
|
17594
19170
|
}
|
|
17595
19171
|
|
|
17596
19172
|
.btn-primary:hover {
|
|
17597
|
-
background-color:
|
|
19173
|
+
background-color: #305286;
|
|
17598
19174
|
}
|
|
17599
19175
|
.btn-primary:focus, .btn-primary:active, .btn-primary.active {
|
|
17600
|
-
background-color:
|
|
19176
|
+
background-color: #113264;
|
|
17601
19177
|
}
|
|
17602
19178
|
|
|
17603
19179
|
.btn-secondary {
|
|
17604
|
-
color:
|
|
19180
|
+
color: #0b4e97;
|
|
17605
19181
|
}
|
|
17606
19182
|
.btn-secondary:hover {
|
|
17607
|
-
color:
|
|
19183
|
+
color: #0b4e97;
|
|
17608
19184
|
}
|
|
17609
19185
|
|
|
17610
19186
|
.btn-light {
|
|
@@ -17796,9 +19372,9 @@ input:hover {
|
|
|
17796
19372
|
outline-offset: -4px;
|
|
17797
19373
|
}
|
|
17798
19374
|
.bcl-language-list .btn.selected {
|
|
17799
|
-
background:
|
|
19375
|
+
background: #e7f1fb;
|
|
17800
19376
|
color: #fff;
|
|
17801
|
-
border-color:
|
|
19377
|
+
border-color: #e7f1fb;
|
|
17802
19378
|
}
|
|
17803
19379
|
.bcl-language-list .btn.selected svg {
|
|
17804
19380
|
color: #fff;
|