@openeuropa/bcl-theme-joinup 1.10.1 → 1.10.3
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 +314 -299
- 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/js/oe-bcl-joinup.bundle.js +17 -14
- 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 +17 -14
- 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 +17 -14
- 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 +10 -10
- package/templates/bcl-date-block/date-block.html.twig +31 -15
- package/templates/bcl-inpage-navigation/inpage-navigation.html.twig +17 -8
package/css/oe-bcl-joinup.css
CHANGED
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
h1, .h1 {
|
|
36
|
-
color:
|
|
36
|
+
color: rgb(16.9957284087, 50.0249649814, 99.9922715913);
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
h2.fw-medium, .fw-medium.h2,
|
|
@@ -41,7 +41,7 @@ h3.fw-medium,
|
|
|
41
41
|
.fw-medium.h3,
|
|
42
42
|
h4.fw-medium,
|
|
43
43
|
.fw-medium.h4 {
|
|
44
|
-
color:
|
|
44
|
+
color: rgb(16.9957284087, 50.0249649814, 99.9922715913);
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
:root,
|
|
@@ -70,7 +70,7 @@ h4.fw-medium,
|
|
|
70
70
|
--bs-gray-800: #3d3f40;
|
|
71
71
|
--bs-gray-900: #242626;
|
|
72
72
|
--bs-primary: #143b76;
|
|
73
|
-
--bs-secondary:
|
|
73
|
+
--bs-secondary: rgb(230.9868389714, 240.9369554248, 250.9971610286);
|
|
74
74
|
--bs-success: #18bf80;
|
|
75
75
|
--bs-info: #0d768b;
|
|
76
76
|
--bs-warning: #eba843;
|
|
@@ -87,12 +87,12 @@ h4.fw-medium,
|
|
|
87
87
|
--bs-light-rgb: 248, 249, 250;
|
|
88
88
|
--bs-dark-rgb: 33, 37, 41;
|
|
89
89
|
--bs-brand-rgb: 16, 115, 222;
|
|
90
|
-
--bs-primary-text-emphasis:
|
|
91
|
-
--bs-secondary-text-emphasis:
|
|
92
|
-
--bs-success-text-emphasis:
|
|
93
|
-
--bs-info-text-emphasis:
|
|
94
|
-
--bs-warning-text-emphasis:
|
|
95
|
-
--bs-danger-text-emphasis:
|
|
90
|
+
--bs-primary-text-emphasis: rgb(8, 23.6, 47.2);
|
|
91
|
+
--bs-secondary-text-emphasis: rgb(92.3947355886, 96.3747821699, 100.3988644114);
|
|
92
|
+
--bs-success-text-emphasis: rgb(9.6, 76.4, 51.2);
|
|
93
|
+
--bs-info-text-emphasis: rgb(5.2, 47.2, 55.6);
|
|
94
|
+
--bs-warning-text-emphasis: rgb(94, 67.2, 26.8);
|
|
95
|
+
--bs-danger-text-emphasis: rgb(94, 20.8, 20.8);
|
|
96
96
|
--bs-light-text-emphasis: #555859;
|
|
97
97
|
--bs-dark-text-emphasis: #555859;
|
|
98
98
|
--bs-primary-bg-subtle: tint-color(#253ebe, 90%);
|
|
@@ -101,7 +101,7 @@ h4.fw-medium,
|
|
|
101
101
|
--bs-info-bg-subtle: tint-color(#0d768b, 90%);
|
|
102
102
|
--bs-warning-bg-subtle: tint-color(#ffba07, 90%);
|
|
103
103
|
--bs-danger-bg-subtle: tint-color(#a51f2c, 90%);
|
|
104
|
-
--bs-light-bg-subtle:
|
|
104
|
+
--bs-light-bg-subtle: rgb(252.5, 253, 253.5);
|
|
105
105
|
--bs-dark-bg-subtle: #a2a8ab;
|
|
106
106
|
--bs-primary-border-subtle: tint-color(#253ebe, 80%);
|
|
107
107
|
--bs-secondary-border-subtle: tint-color(#70254a, 80%);
|
|
@@ -138,12 +138,12 @@ h4.fw-medium,
|
|
|
138
138
|
--bs-link-color: #1073de;
|
|
139
139
|
--bs-link-color-rgb: 16, 115, 222;
|
|
140
140
|
--bs-link-decoration: none;
|
|
141
|
-
--bs-link-hover-color:
|
|
141
|
+
--bs-link-hover-color: rgb(16, 47.2, 94.4);
|
|
142
142
|
--bs-link-hover-color-rgb: 16, 47, 94;
|
|
143
143
|
--bs-link-hover-decoration: underline;
|
|
144
144
|
--bs-code-color: #d63384;
|
|
145
145
|
--bs-highlight-color: #242626;
|
|
146
|
-
--bs-highlight-bg:
|
|
146
|
+
--bs-highlight-bg: rgb(255, 242.6, 205.4);
|
|
147
147
|
--bs-border-width: 1px;
|
|
148
148
|
--bs-border-style: solid;
|
|
149
149
|
--bs-border-color: #dadee0;
|
|
@@ -182,46 +182,46 @@ h4.fw-medium,
|
|
|
182
182
|
--bs-secondary-bg-rgb: 61, 63, 64;
|
|
183
183
|
--bs-tertiary-color: rgba(218, 222, 224, 0.5);
|
|
184
184
|
--bs-tertiary-color-rgb: 218, 222, 224;
|
|
185
|
-
--bs-tertiary-bg:
|
|
185
|
+
--bs-tertiary-bg: rgb(48.5, 50.5, 51);
|
|
186
186
|
--bs-tertiary-bg-rgb: 49, 51, 51;
|
|
187
|
-
--bs-primary-text-emphasis:
|
|
188
|
-
--bs-secondary-text-emphasis:
|
|
189
|
-
--bs-success-text-emphasis:
|
|
190
|
-
--bs-info-text-emphasis:
|
|
191
|
-
--bs-warning-text-emphasis:
|
|
192
|
-
--bs-danger-text-emphasis:
|
|
187
|
+
--bs-primary-text-emphasis: rgb(114, 137.4, 172.8);
|
|
188
|
+
--bs-secondary-text-emphasis: rgb(240.5921033829, 246.5621732549, 252.5982966171);
|
|
189
|
+
--bs-success-text-emphasis: rgb(116.4, 216.6, 178.8);
|
|
190
|
+
--bs-info-text-emphasis: rgb(109.8, 172.8, 185.4);
|
|
191
|
+
--bs-warning-text-emphasis: rgb(243, 202.8, 142.2);
|
|
192
|
+
--bs-danger-text-emphasis: rgb(243, 133.2, 133.2);
|
|
193
193
|
--bs-light-text-emphasis: #fafbfc;
|
|
194
194
|
--bs-dark-text-emphasis: #dadee0;
|
|
195
|
-
--bs-primary-bg-subtle:
|
|
196
|
-
--bs-secondary-bg-subtle:
|
|
197
|
-
--bs-success-bg-subtle:
|
|
198
|
-
--bs-info-bg-subtle:
|
|
199
|
-
--bs-warning-bg-subtle:
|
|
200
|
-
--bs-danger-bg-subtle:
|
|
195
|
+
--bs-primary-bg-subtle: rgb(4, 11.8, 23.6);
|
|
196
|
+
--bs-secondary-bg-subtle: rgb(46.1973677943, 48.187391085, 50.1994322057);
|
|
197
|
+
--bs-success-bg-subtle: rgb(4.8, 38.2, 25.6);
|
|
198
|
+
--bs-info-bg-subtle: rgb(2.6, 23.6, 27.8);
|
|
199
|
+
--bs-warning-bg-subtle: rgb(47, 33.6, 13.4);
|
|
200
|
+
--bs-danger-bg-subtle: rgb(47, 10.4, 10.4);
|
|
201
201
|
--bs-light-bg-subtle: #3d3f40;
|
|
202
|
-
--bs-dark-bg-subtle:
|
|
203
|
-
--bs-primary-border-subtle:
|
|
204
|
-
--bs-secondary-border-subtle:
|
|
205
|
-
--bs-success-border-subtle:
|
|
206
|
-
--bs-info-border-subtle:
|
|
207
|
-
--bs-warning-border-subtle:
|
|
208
|
-
--bs-danger-border-subtle:
|
|
202
|
+
--bs-dark-bg-subtle: rgb(30.5, 31.5, 32);
|
|
203
|
+
--bs-primary-border-subtle: rgb(12, 35.4, 70.8);
|
|
204
|
+
--bs-secondary-border-subtle: rgb(138.5921033829, 144.5621732549, 150.5982966171);
|
|
205
|
+
--bs-success-border-subtle: rgb(14.4, 114.6, 76.8);
|
|
206
|
+
--bs-info-border-subtle: rgb(7.8, 70.8, 83.4);
|
|
207
|
+
--bs-warning-border-subtle: rgb(141, 100.8, 40.2);
|
|
208
|
+
--bs-danger-border-subtle: rgb(141, 31.2, 31.2);
|
|
209
209
|
--bs-light-border-subtle: #555859;
|
|
210
210
|
--bs-dark-border-subtle: #3d3f40;
|
|
211
211
|
--bs-heading-color: inherit;
|
|
212
|
-
--bs-link-color:
|
|
213
|
-
--bs-link-hover-color:
|
|
212
|
+
--bs-link-color: rgb(114, 137.4, 172.8);
|
|
213
|
+
--bs-link-hover-color: rgb(142.2, 160.92, 189.24);
|
|
214
214
|
--bs-link-color-rgb: 114, 137, 173;
|
|
215
215
|
--bs-link-hover-color-rgb: 142, 161, 189;
|
|
216
|
-
--bs-code-color:
|
|
216
|
+
--bs-code-color: rgb(230.4, 132.6, 181.2);
|
|
217
217
|
--bs-highlight-color: #dadee0;
|
|
218
|
-
--bs-highlight-bg:
|
|
218
|
+
--bs-highlight-bg: rgb(102, 77.2, 2.8);
|
|
219
219
|
--bs-border-color: #555859;
|
|
220
220
|
--bs-border-color-translucent: rgba(255, 255, 255, 0.15);
|
|
221
|
-
--bs-form-valid-color:
|
|
222
|
-
--bs-form-valid-border-color:
|
|
223
|
-
--bs-form-invalid-color:
|
|
224
|
-
--bs-form-invalid-border-color:
|
|
221
|
+
--bs-form-valid-color: rgb(117, 183, 152.4);
|
|
222
|
+
--bs-form-valid-border-color: rgb(117, 183, 152.4);
|
|
223
|
+
--bs-form-invalid-color: rgb(234, 133.8, 143.4);
|
|
224
|
+
--bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
|
|
225
225
|
}
|
|
226
226
|
|
|
227
227
|
*,
|
|
@@ -556,8 +556,8 @@ legend {
|
|
|
556
556
|
width: 100%;
|
|
557
557
|
padding: 0;
|
|
558
558
|
margin-bottom: 0.5rem;
|
|
559
|
-
font-size: calc(1.275rem + 0.3vw);
|
|
560
559
|
line-height: inherit;
|
|
560
|
+
font-size: calc(1.275rem + 0.3vw);
|
|
561
561
|
}
|
|
562
562
|
@media (min-width: 1200px) {
|
|
563
563
|
legend {
|
|
@@ -640,9 +640,9 @@ progress {
|
|
|
640
640
|
}
|
|
641
641
|
|
|
642
642
|
.display-1 {
|
|
643
|
-
font-size: calc(1.625rem + 4.5vw);
|
|
644
643
|
font-weight: normal;
|
|
645
644
|
line-height: 1.2;
|
|
645
|
+
font-size: calc(1.625rem + 4.5vw);
|
|
646
646
|
}
|
|
647
647
|
@media (min-width: 1200px) {
|
|
648
648
|
.display-1 {
|
|
@@ -651,9 +651,9 @@ progress {
|
|
|
651
651
|
}
|
|
652
652
|
|
|
653
653
|
.display-2 {
|
|
654
|
-
font-size: calc(1.575rem + 3.9vw);
|
|
655
654
|
font-weight: normal;
|
|
656
655
|
line-height: 1.2;
|
|
656
|
+
font-size: calc(1.575rem + 3.9vw);
|
|
657
657
|
}
|
|
658
658
|
@media (min-width: 1200px) {
|
|
659
659
|
.display-2 {
|
|
@@ -662,9 +662,9 @@ progress {
|
|
|
662
662
|
}
|
|
663
663
|
|
|
664
664
|
.display-3 {
|
|
665
|
-
font-size: calc(1.525rem + 3.3vw);
|
|
666
665
|
font-weight: normal;
|
|
667
666
|
line-height: 1.2;
|
|
667
|
+
font-size: calc(1.525rem + 3.3vw);
|
|
668
668
|
}
|
|
669
669
|
@media (min-width: 1200px) {
|
|
670
670
|
.display-3 {
|
|
@@ -673,9 +673,9 @@ progress {
|
|
|
673
673
|
}
|
|
674
674
|
|
|
675
675
|
.display-4 {
|
|
676
|
-
font-size: calc(1.475rem + 2.7vw);
|
|
677
676
|
font-weight: normal;
|
|
678
677
|
line-height: 1.2;
|
|
678
|
+
font-size: calc(1.475rem + 2.7vw);
|
|
679
679
|
}
|
|
680
680
|
@media (min-width: 1200px) {
|
|
681
681
|
.display-4 {
|
|
@@ -684,9 +684,9 @@ progress {
|
|
|
684
684
|
}
|
|
685
685
|
|
|
686
686
|
.display-5 {
|
|
687
|
-
font-size: calc(1.425rem + 2.1vw);
|
|
688
687
|
font-weight: normal;
|
|
689
688
|
line-height: 1.2;
|
|
689
|
+
font-size: calc(1.425rem + 2.1vw);
|
|
690
690
|
}
|
|
691
691
|
@media (min-width: 1200px) {
|
|
692
692
|
.display-5 {
|
|
@@ -695,9 +695,9 @@ progress {
|
|
|
695
695
|
}
|
|
696
696
|
|
|
697
697
|
.display-6 {
|
|
698
|
-
font-size: calc(1.375rem + 1.5vw);
|
|
699
698
|
font-weight: normal;
|
|
700
699
|
line-height: 1.2;
|
|
700
|
+
font-size: calc(1.375rem + 1.5vw);
|
|
701
701
|
}
|
|
702
702
|
@media (min-width: 1200px) {
|
|
703
703
|
.display-6 {
|
|
@@ -846,8 +846,8 @@ progress {
|
|
|
846
846
|
}
|
|
847
847
|
|
|
848
848
|
.col {
|
|
849
|
-
-ms-flex: 1 0
|
|
850
|
-
flex: 1 0 0
|
|
849
|
+
-ms-flex: 1 0 0px;
|
|
850
|
+
flex: 1 0 0;
|
|
851
851
|
}
|
|
852
852
|
|
|
853
853
|
.row-cols-auto > * {
|
|
@@ -1136,8 +1136,8 @@ progress {
|
|
|
1136
1136
|
|
|
1137
1137
|
@media (min-width: 576px) {
|
|
1138
1138
|
.col-sm {
|
|
1139
|
-
-ms-flex: 1 0
|
|
1140
|
-
flex: 1 0 0
|
|
1139
|
+
-ms-flex: 1 0 0px;
|
|
1140
|
+
flex: 1 0 0;
|
|
1141
1141
|
}
|
|
1142
1142
|
.row-cols-sm-auto > * {
|
|
1143
1143
|
-ms-flex: 0 0 auto;
|
|
@@ -1374,8 +1374,8 @@ progress {
|
|
|
1374
1374
|
}
|
|
1375
1375
|
@media (min-width: 768px) {
|
|
1376
1376
|
.col-md {
|
|
1377
|
-
-ms-flex: 1 0
|
|
1378
|
-
flex: 1 0 0
|
|
1377
|
+
-ms-flex: 1 0 0px;
|
|
1378
|
+
flex: 1 0 0;
|
|
1379
1379
|
}
|
|
1380
1380
|
.row-cols-md-auto > * {
|
|
1381
1381
|
-ms-flex: 0 0 auto;
|
|
@@ -1612,8 +1612,8 @@ progress {
|
|
|
1612
1612
|
}
|
|
1613
1613
|
@media (min-width: 992px) {
|
|
1614
1614
|
.col-lg {
|
|
1615
|
-
-ms-flex: 1 0
|
|
1616
|
-
flex: 1 0 0
|
|
1615
|
+
-ms-flex: 1 0 0px;
|
|
1616
|
+
flex: 1 0 0;
|
|
1617
1617
|
}
|
|
1618
1618
|
.row-cols-lg-auto > * {
|
|
1619
1619
|
-ms-flex: 0 0 auto;
|
|
@@ -1850,8 +1850,8 @@ progress {
|
|
|
1850
1850
|
}
|
|
1851
1851
|
@media (min-width: 1200px) {
|
|
1852
1852
|
.col-xl {
|
|
1853
|
-
-ms-flex: 1 0
|
|
1854
|
-
flex: 1 0 0
|
|
1853
|
+
-ms-flex: 1 0 0px;
|
|
1854
|
+
flex: 1 0 0;
|
|
1855
1855
|
}
|
|
1856
1856
|
.row-cols-xl-auto > * {
|
|
1857
1857
|
-ms-flex: 0 0 auto;
|
|
@@ -2088,8 +2088,8 @@ progress {
|
|
|
2088
2088
|
}
|
|
2089
2089
|
@media (min-width: 1400px) {
|
|
2090
2090
|
.col-xxl {
|
|
2091
|
-
-ms-flex: 1 0
|
|
2092
|
-
flex: 1 0 0
|
|
2091
|
+
-ms-flex: 1 0 0px;
|
|
2092
|
+
flex: 1 0 0;
|
|
2093
2093
|
}
|
|
2094
2094
|
.row-cols-xxl-auto > * {
|
|
2095
2095
|
-ms-flex: 0 0 auto;
|
|
@@ -2406,13 +2406,13 @@ progress {
|
|
|
2406
2406
|
|
|
2407
2407
|
.table-primary {
|
|
2408
2408
|
--bs-table-color: #000;
|
|
2409
|
-
--bs-table-bg:
|
|
2410
|
-
--bs-table-border-color:
|
|
2411
|
-
--bs-table-striped-bg:
|
|
2409
|
+
--bs-table-bg: rgb(208, 215.8, 227.6);
|
|
2410
|
+
--bs-table-border-color: rgb(187.2, 194.22, 204.84);
|
|
2411
|
+
--bs-table-striped-bg: rgb(197.6, 205.01, 216.22);
|
|
2412
2412
|
--bs-table-striped-color: #000;
|
|
2413
|
-
--bs-table-active-bg:
|
|
2413
|
+
--bs-table-active-bg: rgb(187.2, 194.22, 204.84);
|
|
2414
2414
|
--bs-table-active-color: #000;
|
|
2415
|
-
--bs-table-hover-bg:
|
|
2415
|
+
--bs-table-hover-bg: rgb(187.2, 194.22, 204.84);
|
|
2416
2416
|
--bs-table-hover-color: #000;
|
|
2417
2417
|
color: var(--bs-table-color);
|
|
2418
2418
|
border-color: var(--bs-table-border-color);
|
|
@@ -2420,13 +2420,13 @@ progress {
|
|
|
2420
2420
|
|
|
2421
2421
|
.table-secondary {
|
|
2422
2422
|
--bs-table-color: #000;
|
|
2423
|
-
--bs-table-bg:
|
|
2424
|
-
--bs-table-border-color:
|
|
2425
|
-
--bs-table-striped-bg:
|
|
2423
|
+
--bs-table-bg: rgb(250.1973677943, 252.187391085, 254.1994322057);
|
|
2424
|
+
--bs-table-border-color: rgb(225.1776310149, 226.9686519765, 228.7794889851);
|
|
2425
|
+
--bs-table-striped-bg: rgb(237.6874994046, 239.5780215307, 241.4894605954);
|
|
2426
2426
|
--bs-table-striped-color: #000;
|
|
2427
|
-
--bs-table-active-bg:
|
|
2427
|
+
--bs-table-active-bg: rgb(225.1776310149, 226.9686519765, 228.7794889851);
|
|
2428
2428
|
--bs-table-active-color: #000;
|
|
2429
|
-
--bs-table-hover-bg:
|
|
2429
|
+
--bs-table-hover-bg: rgb(225.1776310149, 226.9686519765, 228.7794889851);
|
|
2430
2430
|
--bs-table-hover-color: #000;
|
|
2431
2431
|
color: var(--bs-table-color);
|
|
2432
2432
|
border-color: var(--bs-table-border-color);
|
|
@@ -2434,13 +2434,13 @@ progress {
|
|
|
2434
2434
|
|
|
2435
2435
|
.table-success {
|
|
2436
2436
|
--bs-table-color: #000;
|
|
2437
|
-
--bs-table-bg:
|
|
2438
|
-
--bs-table-border-color:
|
|
2439
|
-
--bs-table-striped-bg:
|
|
2437
|
+
--bs-table-bg: rgb(208.8, 242.2, 229.6);
|
|
2438
|
+
--bs-table-border-color: rgb(187.92, 217.98, 206.64);
|
|
2439
|
+
--bs-table-striped-bg: rgb(198.36, 230.09, 218.12);
|
|
2440
2440
|
--bs-table-striped-color: #000;
|
|
2441
|
-
--bs-table-active-bg:
|
|
2441
|
+
--bs-table-active-bg: rgb(187.92, 217.98, 206.64);
|
|
2442
2442
|
--bs-table-active-color: #000;
|
|
2443
|
-
--bs-table-hover-bg:
|
|
2443
|
+
--bs-table-hover-bg: rgb(187.92, 217.98, 206.64);
|
|
2444
2444
|
--bs-table-hover-color: #000;
|
|
2445
2445
|
color: var(--bs-table-color);
|
|
2446
2446
|
border-color: var(--bs-table-border-color);
|
|
@@ -2448,13 +2448,13 @@ progress {
|
|
|
2448
2448
|
|
|
2449
2449
|
.table-info {
|
|
2450
2450
|
--bs-table-color: #000;
|
|
2451
|
-
--bs-table-bg:
|
|
2452
|
-
--bs-table-border-color:
|
|
2453
|
-
--bs-table-striped-bg:
|
|
2451
|
+
--bs-table-bg: rgb(206.6, 227.6, 231.8);
|
|
2452
|
+
--bs-table-border-color: rgb(185.94, 204.84, 208.62);
|
|
2453
|
+
--bs-table-striped-bg: rgb(196.27, 216.22, 220.21);
|
|
2454
2454
|
--bs-table-striped-color: #000;
|
|
2455
|
-
--bs-table-active-bg:
|
|
2455
|
+
--bs-table-active-bg: rgb(185.94, 204.84, 208.62);
|
|
2456
2456
|
--bs-table-active-color: #000;
|
|
2457
|
-
--bs-table-hover-bg:
|
|
2457
|
+
--bs-table-hover-bg: rgb(185.94, 204.84, 208.62);
|
|
2458
2458
|
--bs-table-hover-color: #000;
|
|
2459
2459
|
color: var(--bs-table-color);
|
|
2460
2460
|
border-color: var(--bs-table-border-color);
|
|
@@ -2462,13 +2462,13 @@ progress {
|
|
|
2462
2462
|
|
|
2463
2463
|
.table-warning {
|
|
2464
2464
|
--bs-table-color: #000;
|
|
2465
|
-
--bs-table-bg:
|
|
2466
|
-
--bs-table-border-color:
|
|
2467
|
-
--bs-table-striped-bg:
|
|
2465
|
+
--bs-table-bg: rgb(251, 237.6, 217.4);
|
|
2466
|
+
--bs-table-border-color: rgb(225.9, 213.84, 195.66);
|
|
2467
|
+
--bs-table-striped-bg: rgb(238.45, 225.72, 206.53);
|
|
2468
2468
|
--bs-table-striped-color: #000;
|
|
2469
|
-
--bs-table-active-bg:
|
|
2469
|
+
--bs-table-active-bg: rgb(225.9, 213.84, 195.66);
|
|
2470
2470
|
--bs-table-active-color: #000;
|
|
2471
|
-
--bs-table-hover-bg:
|
|
2471
|
+
--bs-table-hover-bg: rgb(225.9, 213.84, 195.66);
|
|
2472
2472
|
--bs-table-hover-color: #000;
|
|
2473
2473
|
color: var(--bs-table-color);
|
|
2474
2474
|
border-color: var(--bs-table-border-color);
|
|
@@ -2476,13 +2476,13 @@ progress {
|
|
|
2476
2476
|
|
|
2477
2477
|
.table-danger {
|
|
2478
2478
|
--bs-table-color: #000;
|
|
2479
|
-
--bs-table-bg:
|
|
2480
|
-
--bs-table-border-color:
|
|
2481
|
-
--bs-table-striped-bg:
|
|
2479
|
+
--bs-table-bg: rgb(251, 214.4, 214.4);
|
|
2480
|
+
--bs-table-border-color: rgb(225.9, 192.96, 192.96);
|
|
2481
|
+
--bs-table-striped-bg: rgb(238.45, 203.68, 203.68);
|
|
2482
2482
|
--bs-table-striped-color: #000;
|
|
2483
|
-
--bs-table-active-bg:
|
|
2483
|
+
--bs-table-active-bg: rgb(225.9, 192.96, 192.96);
|
|
2484
2484
|
--bs-table-active-color: #000;
|
|
2485
|
-
--bs-table-hover-bg:
|
|
2485
|
+
--bs-table-hover-bg: rgb(225.9, 192.96, 192.96);
|
|
2486
2486
|
--bs-table-hover-color: #000;
|
|
2487
2487
|
color: var(--bs-table-color);
|
|
2488
2488
|
border-color: var(--bs-table-border-color);
|
|
@@ -2491,12 +2491,12 @@ progress {
|
|
|
2491
2491
|
.table-light {
|
|
2492
2492
|
--bs-table-color: #000;
|
|
2493
2493
|
--bs-table-bg: #f8f9fa;
|
|
2494
|
-
--bs-table-border-color:
|
|
2495
|
-
--bs-table-striped-bg:
|
|
2494
|
+
--bs-table-border-color: rgb(223.2, 224.1, 225);
|
|
2495
|
+
--bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
|
|
2496
2496
|
--bs-table-striped-color: #000;
|
|
2497
|
-
--bs-table-active-bg:
|
|
2497
|
+
--bs-table-active-bg: rgb(223.2, 224.1, 225);
|
|
2498
2498
|
--bs-table-active-color: #000;
|
|
2499
|
-
--bs-table-hover-bg:
|
|
2499
|
+
--bs-table-hover-bg: rgb(223.2, 224.1, 225);
|
|
2500
2500
|
--bs-table-hover-color: #000;
|
|
2501
2501
|
color: var(--bs-table-color);
|
|
2502
2502
|
border-color: var(--bs-table-border-color);
|
|
@@ -2505,12 +2505,12 @@ progress {
|
|
|
2505
2505
|
.table-dark {
|
|
2506
2506
|
--bs-table-color: #fff;
|
|
2507
2507
|
--bs-table-bg: #212529;
|
|
2508
|
-
--bs-table-border-color:
|
|
2509
|
-
--bs-table-striped-bg:
|
|
2508
|
+
--bs-table-border-color: rgb(55.2, 58.8, 62.4);
|
|
2509
|
+
--bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
|
|
2510
2510
|
--bs-table-striped-color: #fff;
|
|
2511
|
-
--bs-table-active-bg:
|
|
2511
|
+
--bs-table-active-bg: rgb(55.2, 58.8, 62.4);
|
|
2512
2512
|
--bs-table-active-color: #fff;
|
|
2513
|
-
--bs-table-hover-bg:
|
|
2513
|
+
--bs-table-hover-bg: rgb(55.2, 58.8, 62.4);
|
|
2514
2514
|
--bs-table-hover-color: #fff;
|
|
2515
2515
|
color: var(--bs-table-color);
|
|
2516
2516
|
border-color: var(--bs-table-border-color);
|
|
@@ -2613,7 +2613,7 @@ progress {
|
|
|
2613
2613
|
.form-control:focus {
|
|
2614
2614
|
color: var(--bs-body-color);
|
|
2615
2615
|
background-color: var(--bs-body-bg);
|
|
2616
|
-
border-color:
|
|
2616
|
+
border-color: rgb(137.5, 157, 186.5);
|
|
2617
2617
|
outline: 0;
|
|
2618
2618
|
box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(20, 59, 118, 0.25);
|
|
2619
2619
|
}
|
|
@@ -2818,7 +2818,7 @@ textarea.form-control-lg {
|
|
|
2818
2818
|
}
|
|
2819
2819
|
}
|
|
2820
2820
|
.form-select:focus {
|
|
2821
|
-
border-color:
|
|
2821
|
+
border-color: rgb(137.5, 157, 186.5);
|
|
2822
2822
|
outline: 0;
|
|
2823
2823
|
box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(20, 59, 118, 0.25);
|
|
2824
2824
|
}
|
|
@@ -2908,7 +2908,7 @@ textarea.form-control-lg {
|
|
|
2908
2908
|
filter: brightness(90%);
|
|
2909
2909
|
}
|
|
2910
2910
|
.form-check-input:focus {
|
|
2911
|
-
border-color:
|
|
2911
|
+
border-color: rgb(137.5, 157, 186.5);
|
|
2912
2912
|
outline: 0;
|
|
2913
2913
|
box-shadow: 0 0 0 0.25rem rgba(20, 59, 118, 0.25);
|
|
2914
2914
|
}
|
|
@@ -2956,7 +2956,7 @@ textarea.form-control-lg {
|
|
|
2956
2956
|
}
|
|
2957
2957
|
}
|
|
2958
2958
|
.form-switch .form-check-input:focus {
|
|
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='%
|
|
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='rgb%28137.5, 157, 186.5%29'/%3e%3c/svg%3e");
|
|
2960
2960
|
}
|
|
2961
2961
|
.form-switch .form-check-input:checked {
|
|
2962
2962
|
background-position: right center;
|
|
@@ -3033,7 +3033,7 @@ textarea.form-control-lg {
|
|
|
3033
3033
|
}
|
|
3034
3034
|
}
|
|
3035
3035
|
.form-range::-webkit-slider-thumb:active {
|
|
3036
|
-
background-color:
|
|
3036
|
+
background-color: rgb(184.5, 196.2, 213.9);
|
|
3037
3037
|
}
|
|
3038
3038
|
.form-range::-webkit-slider-runnable-track {
|
|
3039
3039
|
width: 100%;
|
|
@@ -3064,7 +3064,7 @@ textarea.form-control-lg {
|
|
|
3064
3064
|
}
|
|
3065
3065
|
}
|
|
3066
3066
|
.form-range::-moz-range-thumb:active {
|
|
3067
|
-
background-color:
|
|
3067
|
+
background-color: rgb(184.5, 196.2, 213.9);
|
|
3068
3068
|
}
|
|
3069
3069
|
.form-range::-moz-range-track {
|
|
3070
3070
|
width: 100%;
|
|
@@ -3101,9 +3101,11 @@ textarea.form-control-lg {
|
|
|
3101
3101
|
top: 0;
|
|
3102
3102
|
left: 0;
|
|
3103
3103
|
z-index: 2;
|
|
3104
|
+
max-width: 100%;
|
|
3104
3105
|
height: 100%;
|
|
3105
3106
|
padding: 1rem 0.75rem;
|
|
3106
3107
|
overflow: hidden;
|
|
3108
|
+
color: rgba(var(--bs-body-color-rgb), 0.65);
|
|
3107
3109
|
text-align: start;
|
|
3108
3110
|
text-overflow: ellipsis;
|
|
3109
3111
|
white-space: nowrap;
|
|
@@ -3140,7 +3142,7 @@ textarea.form-control-lg {
|
|
|
3140
3142
|
.form-floating > .form-control-plaintext::placeholder {
|
|
3141
3143
|
color: transparent;
|
|
3142
3144
|
}
|
|
3143
|
-
.form-floating > .form-control:not(:-moz-placeholder
|
|
3145
|
+
.form-floating > .form-control:not(:-moz-placeholder), .form-floating > .form-control-plaintext:not(:-moz-placeholder) {
|
|
3144
3146
|
padding-top: 1.625rem;
|
|
3145
3147
|
padding-bottom: 0.625rem;
|
|
3146
3148
|
}
|
|
@@ -3162,24 +3164,26 @@ textarea.form-control-lg {
|
|
|
3162
3164
|
.form-floating > .form-select {
|
|
3163
3165
|
padding-top: 1.625rem;
|
|
3164
3166
|
padding-bottom: 0.625rem;
|
|
3167
|
+
padding-left: 0.75rem;
|
|
3165
3168
|
}
|
|
3166
|
-
.form-floating > .form-control:not(:-moz-placeholder
|
|
3167
|
-
color: rgba(var(--bs-body-color-rgb), 0.65);
|
|
3169
|
+
.form-floating > .form-control:not(:-moz-placeholder) ~ label {
|
|
3168
3170
|
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3169
3171
|
}
|
|
3170
3172
|
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
|
|
3171
|
-
color: rgba(var(--bs-body-color-rgb), 0.65);
|
|
3172
3173
|
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3173
3174
|
}
|
|
3174
3175
|
.form-floating > .form-control:focus ~ label,
|
|
3175
3176
|
.form-floating > .form-control:not(:placeholder-shown) ~ label,
|
|
3176
3177
|
.form-floating > .form-control-plaintext ~ label,
|
|
3177
3178
|
.form-floating > .form-select ~ label {
|
|
3178
|
-
color: rgba(var(--bs-body-color-rgb), 0.65);
|
|
3179
3179
|
-webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3180
3180
|
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3181
3181
|
}
|
|
3182
|
-
.form-floating > .form-control
|
|
3182
|
+
.form-floating > .form-control:-webkit-autofill ~ label {
|
|
3183
|
+
-webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3184
|
+
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3185
|
+
}
|
|
3186
|
+
.form-floating > textarea:not(:-moz-placeholder) ~ label::after {
|
|
3183
3187
|
position: absolute;
|
|
3184
3188
|
inset: 1rem 0.375rem;
|
|
3185
3189
|
z-index: -1;
|
|
@@ -3188,7 +3192,7 @@ textarea.form-control-lg {
|
|
|
3188
3192
|
background-color: var(--bs-body-bg);
|
|
3189
3193
|
border-radius: var(--bs-border-radius);
|
|
3190
3194
|
}
|
|
3191
|
-
.form-floating >
|
|
3195
|
+
.form-floating > textarea:not(:-ms-input-placeholder) ~ label::after {
|
|
3192
3196
|
position: absolute;
|
|
3193
3197
|
inset: 1rem 0.375rem;
|
|
3194
3198
|
z-index: -1;
|
|
@@ -3197,10 +3201,8 @@ textarea.form-control-lg {
|
|
|
3197
3201
|
background-color: var(--bs-body-bg);
|
|
3198
3202
|
border-radius: var(--bs-border-radius);
|
|
3199
3203
|
}
|
|
3200
|
-
.form-floating >
|
|
3201
|
-
.form-floating >
|
|
3202
|
-
.form-floating > .form-control-plaintext ~ label::after,
|
|
3203
|
-
.form-floating > .form-select ~ label::after {
|
|
3204
|
+
.form-floating > textarea:focus ~ label::after,
|
|
3205
|
+
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
|
|
3204
3206
|
position: absolute;
|
|
3205
3207
|
inset: 1rem 0.375rem;
|
|
3206
3208
|
z-index: -1;
|
|
@@ -3209,10 +3211,8 @@ textarea.form-control-lg {
|
|
|
3209
3211
|
background-color: var(--bs-body-bg);
|
|
3210
3212
|
border-radius: var(--bs-border-radius);
|
|
3211
3213
|
}
|
|
3212
|
-
.form-floating >
|
|
3213
|
-
color:
|
|
3214
|
-
-webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3215
|
-
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3214
|
+
.form-floating > textarea:disabled ~ label::after {
|
|
3215
|
+
background-color: var(--bs-secondary-bg);
|
|
3216
3216
|
}
|
|
3217
3217
|
.form-floating > .form-control-plaintext ~ label {
|
|
3218
3218
|
border-width: var(--bs-border-width) 0;
|
|
@@ -3221,10 +3221,6 @@ textarea.form-control-lg {
|
|
|
3221
3221
|
.form-floating > .form-control:disabled ~ label {
|
|
3222
3222
|
color: #6d7173;
|
|
3223
3223
|
}
|
|
3224
|
-
.form-floating > :disabled ~ label::after,
|
|
3225
|
-
.form-floating > .form-control:disabled ~ label::after {
|
|
3226
|
-
background-color: var(--bs-secondary-bg);
|
|
3227
|
-
}
|
|
3228
3224
|
|
|
3229
3225
|
.input-group {
|
|
3230
3226
|
position: relative;
|
|
@@ -3313,7 +3309,7 @@ textarea.form-control-lg {
|
|
|
3313
3309
|
border-bottom-right-radius: 0;
|
|
3314
3310
|
}
|
|
3315
3311
|
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
|
|
3316
|
-
margin-left: calc(var(--bs-border-width)
|
|
3312
|
+
margin-left: calc(-1 * var(--bs-border-width));
|
|
3317
3313
|
border-top-left-radius: 0;
|
|
3318
3314
|
border-bottom-left-radius: 0;
|
|
3319
3315
|
}
|
|
@@ -3355,7 +3351,7 @@ textarea.form-control-lg {
|
|
|
3355
3351
|
.was-validated .form-control:valid, .form-control.is-valid {
|
|
3356
3352
|
border-color: var(--bs-form-valid-border-color);
|
|
3357
3353
|
padding-right: calc(1.5em + 0.75rem);
|
|
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.
|
|
3354
|
+
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.1'/%3e%3c/svg%3e");
|
|
3359
3355
|
background-repeat: no-repeat;
|
|
3360
3356
|
background-position: right calc(0.375em + 0.1875rem) center;
|
|
3361
3357
|
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
|
@@ -3374,7 +3370,7 @@ textarea.form-control-lg {
|
|
|
3374
3370
|
border-color: var(--bs-form-valid-border-color);
|
|
3375
3371
|
}
|
|
3376
3372
|
.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.
|
|
3373
|
+
--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.1'/%3e%3c/svg%3e");
|
|
3378
3374
|
padding-right: 4.125rem;
|
|
3379
3375
|
background-position: right 0.75rem center, center right 2.25rem;
|
|
3380
3376
|
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
|
@@ -3593,12 +3589,12 @@ textarea.form-control-lg {
|
|
|
3593
3589
|
--bs-btn-bg: #143b76;
|
|
3594
3590
|
--bs-btn-border-color: #143b76;
|
|
3595
3591
|
--bs-btn-hover-color: #fff;
|
|
3596
|
-
--bs-btn-hover-bg:
|
|
3597
|
-
--bs-btn-hover-border-color:
|
|
3592
|
+
--bs-btn-hover-bg: rgb(18, 53.1, 106.2);
|
|
3593
|
+
--bs-btn-hover-border-color: rgb(16, 47.2, 94.4);
|
|
3598
3594
|
--bs-btn-focus-shadow-rgb: 55, 88, 139;
|
|
3599
3595
|
--bs-btn-active-color: #fff;
|
|
3600
|
-
--bs-btn-active-bg:
|
|
3601
|
-
--bs-btn-active-border-color:
|
|
3596
|
+
--bs-btn-active-bg: rgb(16, 47.2, 94.4);
|
|
3597
|
+
--bs-btn-active-border-color: rgb(15, 44.25, 88.5);
|
|
3602
3598
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3603
3599
|
--bs-btn-disabled-color: #fff;
|
|
3604
3600
|
--bs-btn-disabled-bg: #143b76;
|
|
@@ -3607,19 +3603,19 @@ textarea.form-control-lg {
|
|
|
3607
3603
|
|
|
3608
3604
|
.btn-secondary {
|
|
3609
3605
|
--bs-btn-color: #000;
|
|
3610
|
-
--bs-btn-bg:
|
|
3611
|
-
--bs-btn-border-color:
|
|
3606
|
+
--bs-btn-bg: rgb(230.9868389714, 240.9369554248, 250.9971610286);
|
|
3607
|
+
--bs-btn-border-color: rgb(230.9868389714, 240.9369554248, 250.9971610286);
|
|
3612
3608
|
--bs-btn-hover-color: #000;
|
|
3613
|
-
--bs-btn-hover-bg:
|
|
3614
|
-
--bs-btn-hover-border-color:
|
|
3609
|
+
--bs-btn-hover-bg: rgb(233.3881550743, 242.3432598823, 251.3974449257);
|
|
3610
|
+
--bs-btn-hover-border-color: rgb(233.3881550743, 242.3432598823, 251.3974449257);
|
|
3615
3611
|
--bs-btn-focus-shadow-rgb: 196, 205, 213;
|
|
3616
3612
|
--bs-btn-active-color: #000;
|
|
3617
|
-
--bs-btn-active-bg:
|
|
3618
|
-
--bs-btn-active-border-color:
|
|
3613
|
+
--bs-btn-active-bg: rgb(235.7894711771, 243.7495643398, 251.7977288229);
|
|
3614
|
+
--bs-btn-active-border-color: rgb(233.3881550743, 242.3432598823, 251.3974449257);
|
|
3619
3615
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3620
3616
|
--bs-btn-disabled-color: #000;
|
|
3621
|
-
--bs-btn-disabled-bg:
|
|
3622
|
-
--bs-btn-disabled-border-color:
|
|
3617
|
+
--bs-btn-disabled-bg: rgb(230.9868389714, 240.9369554248, 250.9971610286);
|
|
3618
|
+
--bs-btn-disabled-border-color: rgb(230.9868389714, 240.9369554248, 250.9971610286);
|
|
3623
3619
|
}
|
|
3624
3620
|
|
|
3625
3621
|
.btn-success {
|
|
@@ -3627,12 +3623,12 @@ textarea.form-control-lg {
|
|
|
3627
3623
|
--bs-btn-bg: #18bf80;
|
|
3628
3624
|
--bs-btn-border-color: #18bf80;
|
|
3629
3625
|
--bs-btn-hover-color: #000;
|
|
3630
|
-
--bs-btn-hover-bg:
|
|
3631
|
-
--bs-btn-hover-border-color:
|
|
3626
|
+
--bs-btn-hover-bg: rgb(47.1, 197.4, 140.7);
|
|
3627
|
+
--bs-btn-hover-border-color: rgb(47.1, 197.4, 140.7);
|
|
3632
3628
|
--bs-btn-focus-shadow-rgb: 20, 162, 109;
|
|
3633
3629
|
--bs-btn-active-color: #000;
|
|
3634
|
-
--bs-btn-active-bg:
|
|
3635
|
-
--bs-btn-active-border-color:
|
|
3630
|
+
--bs-btn-active-bg: rgb(70.2, 203.8, 153.4);
|
|
3631
|
+
--bs-btn-active-border-color: rgb(47.1, 197.4, 140.7);
|
|
3636
3632
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3637
3633
|
--bs-btn-disabled-color: #000;
|
|
3638
3634
|
--bs-btn-disabled-bg: #18bf80;
|
|
@@ -3644,12 +3640,12 @@ textarea.form-control-lg {
|
|
|
3644
3640
|
--bs-btn-bg: #0d768b;
|
|
3645
3641
|
--bs-btn-border-color: #0d768b;
|
|
3646
3642
|
--bs-btn-hover-color: #fff;
|
|
3647
|
-
--bs-btn-hover-bg:
|
|
3648
|
-
--bs-btn-hover-border-color:
|
|
3643
|
+
--bs-btn-hover-bg: rgb(11.7, 106.2, 125.1);
|
|
3644
|
+
--bs-btn-hover-border-color: rgb(10.4, 94.4, 111.2);
|
|
3649
3645
|
--bs-btn-focus-shadow-rgb: 49, 139, 156;
|
|
3650
3646
|
--bs-btn-active-color: #fff;
|
|
3651
|
-
--bs-btn-active-bg:
|
|
3652
|
-
--bs-btn-active-border-color:
|
|
3647
|
+
--bs-btn-active-bg: rgb(10.4, 94.4, 111.2);
|
|
3648
|
+
--bs-btn-active-border-color: rgb(9.75, 88.5, 104.25);
|
|
3653
3649
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3654
3650
|
--bs-btn-disabled-color: #fff;
|
|
3655
3651
|
--bs-btn-disabled-bg: #0d768b;
|
|
@@ -3661,12 +3657,12 @@ textarea.form-control-lg {
|
|
|
3661
3657
|
--bs-btn-bg: #eba843;
|
|
3662
3658
|
--bs-btn-border-color: #eba843;
|
|
3663
3659
|
--bs-btn-hover-color: #000;
|
|
3664
|
-
--bs-btn-hover-bg:
|
|
3665
|
-
--bs-btn-hover-border-color:
|
|
3660
|
+
--bs-btn-hover-bg: rgb(237, 176.7, 85.8);
|
|
3661
|
+
--bs-btn-hover-border-color: rgb(237, 176.7, 85.8);
|
|
3666
3662
|
--bs-btn-focus-shadow-rgb: 200, 143, 57;
|
|
3667
3663
|
--bs-btn-active-color: #000;
|
|
3668
|
-
--bs-btn-active-bg:
|
|
3669
|
-
--bs-btn-active-border-color:
|
|
3664
|
+
--bs-btn-active-bg: rgb(239, 185.4, 104.6);
|
|
3665
|
+
--bs-btn-active-border-color: rgb(237, 176.7, 85.8);
|
|
3670
3666
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3671
3667
|
--bs-btn-disabled-color: #000;
|
|
3672
3668
|
--bs-btn-disabled-bg: #eba843;
|
|
@@ -3678,12 +3674,12 @@ textarea.form-control-lg {
|
|
|
3678
3674
|
--bs-btn-bg: #eb3434;
|
|
3679
3675
|
--bs-btn-border-color: #eb3434;
|
|
3680
3676
|
--bs-btn-hover-color: #000;
|
|
3681
|
-
--bs-btn-hover-bg:
|
|
3682
|
-
--bs-btn-hover-border-color:
|
|
3677
|
+
--bs-btn-hover-bg: rgb(237, 72.3, 72.3);
|
|
3678
|
+
--bs-btn-hover-border-color: rgb(237, 72.3, 72.3);
|
|
3683
3679
|
--bs-btn-focus-shadow-rgb: 200, 44, 44;
|
|
3684
3680
|
--bs-btn-active-color: #000;
|
|
3685
|
-
--bs-btn-active-bg:
|
|
3686
|
-
--bs-btn-active-border-color:
|
|
3681
|
+
--bs-btn-active-bg: rgb(239, 92.6, 92.6);
|
|
3682
|
+
--bs-btn-active-border-color: rgb(237, 72.3, 72.3);
|
|
3687
3683
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3688
3684
|
--bs-btn-disabled-color: #000;
|
|
3689
3685
|
--bs-btn-disabled-bg: #eb3434;
|
|
@@ -3695,12 +3691,12 @@ textarea.form-control-lg {
|
|
|
3695
3691
|
--bs-btn-bg: #f8f9fa;
|
|
3696
3692
|
--bs-btn-border-color: #f8f9fa;
|
|
3697
3693
|
--bs-btn-hover-color: #000;
|
|
3698
|
-
--bs-btn-hover-bg:
|
|
3699
|
-
--bs-btn-hover-border-color:
|
|
3694
|
+
--bs-btn-hover-bg: rgb(223.2, 224.1, 225);
|
|
3695
|
+
--bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
|
|
3700
3696
|
--bs-btn-focus-shadow-rgb: 211, 212, 213;
|
|
3701
3697
|
--bs-btn-active-color: #000;
|
|
3702
|
-
--bs-btn-active-bg:
|
|
3703
|
-
--bs-btn-active-border-color:
|
|
3698
|
+
--bs-btn-active-bg: rgb(198.4, 199.2, 200);
|
|
3699
|
+
--bs-btn-active-border-color: rgb(186, 186.75, 187.5);
|
|
3704
3700
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3705
3701
|
--bs-btn-disabled-color: #000;
|
|
3706
3702
|
--bs-btn-disabled-bg: #f8f9fa;
|
|
@@ -3712,12 +3708,12 @@ textarea.form-control-lg {
|
|
|
3712
3708
|
--bs-btn-bg: #212529;
|
|
3713
3709
|
--bs-btn-border-color: #212529;
|
|
3714
3710
|
--bs-btn-hover-color: #fff;
|
|
3715
|
-
--bs-btn-hover-bg:
|
|
3716
|
-
--bs-btn-hover-border-color:
|
|
3711
|
+
--bs-btn-hover-bg: rgb(55.2, 58.8, 62.4);
|
|
3712
|
+
--bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
|
|
3717
3713
|
--bs-btn-focus-shadow-rgb: 66, 70, 73;
|
|
3718
3714
|
--bs-btn-active-color: #fff;
|
|
3719
|
-
--bs-btn-active-bg:
|
|
3720
|
-
--bs-btn-active-border-color:
|
|
3715
|
+
--bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
|
|
3716
|
+
--bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
|
|
3721
3717
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3722
3718
|
--bs-btn-disabled-color: #fff;
|
|
3723
3719
|
--bs-btn-disabled-bg: #212529;
|
|
@@ -3729,12 +3725,12 @@ textarea.form-control-lg {
|
|
|
3729
3725
|
--bs-btn-bg: #1073de;
|
|
3730
3726
|
--bs-btn-border-color: #1073de;
|
|
3731
3727
|
--bs-btn-hover-color: #fff;
|
|
3732
|
-
--bs-btn-hover-bg:
|
|
3733
|
-
--bs-btn-hover-border-color:
|
|
3728
|
+
--bs-btn-hover-bg: rgb(14.4, 103.5, 199.8);
|
|
3729
|
+
--bs-btn-hover-border-color: rgb(12.8, 92, 177.6);
|
|
3734
3730
|
--bs-btn-focus-shadow-rgb: 52, 136, 227;
|
|
3735
3731
|
--bs-btn-active-color: #fff;
|
|
3736
|
-
--bs-btn-active-bg:
|
|
3737
|
-
--bs-btn-active-border-color:
|
|
3732
|
+
--bs-btn-active-bg: rgb(12.8, 92, 177.6);
|
|
3733
|
+
--bs-btn-active-border-color: rgb(12, 86.25, 166.5);
|
|
3738
3734
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3739
3735
|
--bs-btn-disabled-color: #fff;
|
|
3740
3736
|
--bs-btn-disabled-bg: #1073de;
|
|
@@ -3759,19 +3755,19 @@ textarea.form-control-lg {
|
|
|
3759
3755
|
}
|
|
3760
3756
|
|
|
3761
3757
|
.btn-outline-secondary {
|
|
3762
|
-
--bs-btn-color:
|
|
3763
|
-
--bs-btn-border-color:
|
|
3758
|
+
--bs-btn-color: rgb(230.9868389714, 240.9369554248, 250.9971610286);
|
|
3759
|
+
--bs-btn-border-color: rgb(230.9868389714, 240.9369554248, 250.9971610286);
|
|
3764
3760
|
--bs-btn-hover-color: #000;
|
|
3765
|
-
--bs-btn-hover-bg:
|
|
3766
|
-
--bs-btn-hover-border-color:
|
|
3761
|
+
--bs-btn-hover-bg: rgb(230.9868389714, 240.9369554248, 250.9971610286);
|
|
3762
|
+
--bs-btn-hover-border-color: rgb(230.9868389714, 240.9369554248, 250.9971610286);
|
|
3767
3763
|
--bs-btn-focus-shadow-rgb: 231, 241, 251;
|
|
3768
3764
|
--bs-btn-active-color: #000;
|
|
3769
|
-
--bs-btn-active-bg:
|
|
3770
|
-
--bs-btn-active-border-color:
|
|
3765
|
+
--bs-btn-active-bg: rgb(230.9868389714, 240.9369554248, 250.9971610286);
|
|
3766
|
+
--bs-btn-active-border-color: rgb(230.9868389714, 240.9369554248, 250.9971610286);
|
|
3771
3767
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3772
|
-
--bs-btn-disabled-color:
|
|
3768
|
+
--bs-btn-disabled-color: rgb(230.9868389714, 240.9369554248, 250.9971610286);
|
|
3773
3769
|
--bs-btn-disabled-bg: transparent;
|
|
3774
|
-
--bs-btn-disabled-border-color:
|
|
3770
|
+
--bs-btn-disabled-border-color: rgb(230.9868389714, 240.9369554248, 250.9971610286);
|
|
3775
3771
|
--bs-gradient: none;
|
|
3776
3772
|
}
|
|
3777
3773
|
|
|
@@ -4333,7 +4329,7 @@ textarea.form-control-lg {
|
|
|
4333
4329
|
}
|
|
4334
4330
|
.btn-group > :not(.btn-check:first-child) + .btn,
|
|
4335
4331
|
.btn-group > .btn-group:not(:first-child) {
|
|
4336
|
-
margin-left: calc(var(--bs-border-width)
|
|
4332
|
+
margin-left: calc(-1 * var(--bs-border-width));
|
|
4337
4333
|
}
|
|
4338
4334
|
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
|
|
4339
4335
|
.btn-group > .btn.dropdown-toggle-split:first-child,
|
|
@@ -4390,14 +4386,15 @@ textarea.form-control-lg {
|
|
|
4390
4386
|
}
|
|
4391
4387
|
.btn-group-vertical > .btn:not(:first-child),
|
|
4392
4388
|
.btn-group-vertical > .btn-group:not(:first-child) {
|
|
4393
|
-
margin-top: calc(var(--bs-border-width)
|
|
4389
|
+
margin-top: calc(-1 * var(--bs-border-width));
|
|
4394
4390
|
}
|
|
4395
4391
|
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
|
|
4396
4392
|
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
|
|
4397
4393
|
border-bottom-right-radius: 0;
|
|
4398
4394
|
border-bottom-left-radius: 0;
|
|
4399
4395
|
}
|
|
4400
|
-
.btn-group-vertical > .btn
|
|
4396
|
+
.btn-group-vertical > .btn:nth-child(n+3),
|
|
4397
|
+
.btn-group-vertical > :not(.btn-check) + .btn,
|
|
4401
4398
|
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
|
|
4402
4399
|
border-top-left-radius: 0;
|
|
4403
4400
|
border-top-right-radius: 0;
|
|
@@ -4524,10 +4521,10 @@ textarea.form-control-lg {
|
|
|
4524
4521
|
|
|
4525
4522
|
.nav-justified > .nav-link,
|
|
4526
4523
|
.nav-justified .nav-item {
|
|
4527
|
-
-ms-flex-preferred-size: 0;
|
|
4528
|
-
flex-basis: 0;
|
|
4529
4524
|
-ms-flex-positive: 1;
|
|
4530
4525
|
flex-grow: 1;
|
|
4526
|
+
-ms-flex-preferred-size: 0;
|
|
4527
|
+
flex-basis: 0;
|
|
4531
4528
|
text-align: center;
|
|
4532
4529
|
}
|
|
4533
4530
|
|
|
@@ -4638,10 +4635,10 @@ textarea.form-control-lg {
|
|
|
4638
4635
|
}
|
|
4639
4636
|
|
|
4640
4637
|
.navbar-collapse {
|
|
4641
|
-
-ms-flex-preferred-size: 100%;
|
|
4642
|
-
flex-basis: 100%;
|
|
4643
4638
|
-ms-flex-positive: 1;
|
|
4644
4639
|
flex-grow: 1;
|
|
4640
|
+
-ms-flex-preferred-size: 100%;
|
|
4641
|
+
flex-basis: 100%;
|
|
4645
4642
|
-ms-flex-align: center;
|
|
4646
4643
|
align-items: center;
|
|
4647
4644
|
}
|
|
@@ -5206,8 +5203,8 @@ textarea.form-control-lg {
|
|
|
5206
5203
|
flex-flow: row wrap;
|
|
5207
5204
|
}
|
|
5208
5205
|
.card-group > .card {
|
|
5209
|
-
-ms-flex: 1 0
|
|
5210
|
-
flex: 1 0 0
|
|
5206
|
+
-ms-flex: 1 0 0px;
|
|
5207
|
+
flex: 1 0 0;
|
|
5211
5208
|
margin-bottom: 0;
|
|
5212
5209
|
}
|
|
5213
5210
|
.card-group > .card + .card {
|
|
@@ -5218,24 +5215,24 @@ textarea.form-control-lg {
|
|
|
5218
5215
|
border-top-right-radius: 0;
|
|
5219
5216
|
border-bottom-right-radius: 0;
|
|
5220
5217
|
}
|
|
5221
|
-
.card-group > .card:not(:last-child) .card-img-top,
|
|
5222
|
-
.card-group > .card:not(:last-child) .card-header {
|
|
5218
|
+
.card-group > .card:not(:last-child) > .card-img-top,
|
|
5219
|
+
.card-group > .card:not(:last-child) > .card-header {
|
|
5223
5220
|
border-top-right-radius: 0;
|
|
5224
5221
|
}
|
|
5225
|
-
.card-group > .card:not(:last-child) .card-img-bottom,
|
|
5226
|
-
.card-group > .card:not(:last-child) .card-footer {
|
|
5222
|
+
.card-group > .card:not(:last-child) > .card-img-bottom,
|
|
5223
|
+
.card-group > .card:not(:last-child) > .card-footer {
|
|
5227
5224
|
border-bottom-right-radius: 0;
|
|
5228
5225
|
}
|
|
5229
5226
|
.card-group > .card:not(:first-child) {
|
|
5230
5227
|
border-top-left-radius: 0;
|
|
5231
5228
|
border-bottom-left-radius: 0;
|
|
5232
5229
|
}
|
|
5233
|
-
.card-group > .card:not(:first-child) .card-img-top,
|
|
5234
|
-
.card-group > .card:not(:first-child) .card-header {
|
|
5230
|
+
.card-group > .card:not(:first-child) > .card-img-top,
|
|
5231
|
+
.card-group > .card:not(:first-child) > .card-header {
|
|
5235
5232
|
border-top-left-radius: 0;
|
|
5236
5233
|
}
|
|
5237
|
-
.card-group > .card:not(:first-child) .card-img-bottom,
|
|
5238
|
-
.card-group > .card:not(:first-child) .card-footer {
|
|
5234
|
+
.card-group > .card:not(:first-child) > .card-img-bottom,
|
|
5235
|
+
.card-group > .card:not(:first-child) > .card-footer {
|
|
5239
5236
|
border-bottom-left-radius: 0;
|
|
5240
5237
|
}
|
|
5241
5238
|
}
|
|
@@ -5252,11 +5249,11 @@ textarea.form-control-lg {
|
|
|
5252
5249
|
--bs-accordion-btn-padding-y: 1rem;
|
|
5253
5250
|
--bs-accordion-btn-color: var(--bs-body-color);
|
|
5254
5251
|
--bs-accordion-btn-bg: var(--bs-accordion-bg);
|
|
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='
|
|
5252
|
+
--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 5 6 6 6-6'/%3e%3c/svg%3e");
|
|
5256
5253
|
--bs-accordion-btn-icon-width: 1.25rem;
|
|
5257
5254
|
--bs-accordion-btn-icon-transform: rotate(-180deg);
|
|
5258
5255
|
--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
|
|
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='%
|
|
5256
|
+
--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='rgb%288, 23.6, 47.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
|
|
5260
5257
|
--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(20, 59, 118, 0.25);
|
|
5261
5258
|
--bs-accordion-body-padding-x: 1.25rem;
|
|
5262
5259
|
--bs-accordion-body-padding-y: 1rem;
|
|
@@ -5370,16 +5367,15 @@ textarea.form-control-lg {
|
|
|
5370
5367
|
.accordion-flush > .accordion-item:last-child {
|
|
5371
5368
|
border-bottom: 0;
|
|
5372
5369
|
}
|
|
5373
|
-
.accordion-flush > .accordion-item > .accordion-
|
|
5374
|
-
|
|
5375
|
-
|
|
5376
|
-
.accordion-flush > .accordion-item > .accordion-collapse {
|
|
5370
|
+
.accordion-flush > .accordion-item > .accordion-collapse,
|
|
5371
|
+
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
|
|
5372
|
+
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
|
|
5377
5373
|
border-radius: 0;
|
|
5378
5374
|
}
|
|
5379
5375
|
|
|
5380
5376
|
[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='%
|
|
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='%
|
|
5377
|
+
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28114, 137.4, 172.8%29'%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-.708'/%3e%3c/svg%3e");
|
|
5378
|
+
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28114, 137.4, 172.8%29'%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-.708'/%3e%3c/svg%3e");
|
|
5383
5379
|
}
|
|
5384
5380
|
|
|
5385
5381
|
.breadcrumb {
|
|
@@ -5549,7 +5545,7 @@ textarea.form-control-lg {
|
|
|
5549
5545
|
}
|
|
5550
5546
|
|
|
5551
5547
|
.page-item:not(:first-child) .page-link {
|
|
5552
|
-
margin-left: calc(var(--bs-border-width)
|
|
5548
|
+
margin-left: calc(-1 * var(--bs-border-width));
|
|
5553
5549
|
}
|
|
5554
5550
|
.page-item .page-link {
|
|
5555
5551
|
border-radius: var(--bs-pagination-border-radius);
|
|
@@ -5700,13 +5696,13 @@ textarea.form-control-lg {
|
|
|
5700
5696
|
|
|
5701
5697
|
@-webkit-keyframes progress-bar-stripes {
|
|
5702
5698
|
0% {
|
|
5703
|
-
background-position-x:
|
|
5699
|
+
background-position-x: var(--bs-progress-height);
|
|
5704
5700
|
}
|
|
5705
5701
|
}
|
|
5706
5702
|
|
|
5707
5703
|
@keyframes progress-bar-stripes {
|
|
5708
5704
|
0% {
|
|
5709
|
-
background-position-x:
|
|
5705
|
+
background-position-x: var(--bs-progress-height);
|
|
5710
5706
|
}
|
|
5711
5707
|
}
|
|
5712
5708
|
.progress,
|
|
@@ -5809,22 +5805,6 @@ textarea.form-control-lg {
|
|
|
5809
5805
|
counter-increment: section;
|
|
5810
5806
|
}
|
|
5811
5807
|
|
|
5812
|
-
.list-group-item-action {
|
|
5813
|
-
width: 100%;
|
|
5814
|
-
color: var(--bs-list-group-action-color);
|
|
5815
|
-
text-align: inherit;
|
|
5816
|
-
}
|
|
5817
|
-
.list-group-item-action:hover, .list-group-item-action:focus {
|
|
5818
|
-
z-index: 1;
|
|
5819
|
-
color: var(--bs-list-group-action-hover-color);
|
|
5820
|
-
text-decoration: none;
|
|
5821
|
-
background-color: var(--bs-list-group-action-hover-bg);
|
|
5822
|
-
}
|
|
5823
|
-
.list-group-item-action:active {
|
|
5824
|
-
color: var(--bs-list-group-action-active-color);
|
|
5825
|
-
background-color: var(--bs-list-group-action-active-bg);
|
|
5826
|
-
}
|
|
5827
|
-
|
|
5828
5808
|
.list-group-item {
|
|
5829
5809
|
position: relative;
|
|
5830
5810
|
display: block;
|
|
@@ -5860,6 +5840,22 @@ textarea.form-control-lg {
|
|
|
5860
5840
|
border-top-width: var(--bs-list-group-border-width);
|
|
5861
5841
|
}
|
|
5862
5842
|
|
|
5843
|
+
.list-group-item-action {
|
|
5844
|
+
width: 100%;
|
|
5845
|
+
color: var(--bs-list-group-action-color);
|
|
5846
|
+
text-align: inherit;
|
|
5847
|
+
}
|
|
5848
|
+
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
|
|
5849
|
+
z-index: 1;
|
|
5850
|
+
color: var(--bs-list-group-action-hover-color);
|
|
5851
|
+
text-decoration: none;
|
|
5852
|
+
background-color: var(--bs-list-group-action-hover-bg);
|
|
5853
|
+
}
|
|
5854
|
+
.list-group-item-action:not(.active):active {
|
|
5855
|
+
color: var(--bs-list-group-action-active-color);
|
|
5856
|
+
background-color: var(--bs-list-group-action-active-bg);
|
|
5857
|
+
}
|
|
5858
|
+
|
|
5863
5859
|
.list-group-horizontal {
|
|
5864
5860
|
-ms-flex-direction: row;
|
|
5865
5861
|
flex-direction: row;
|
|
@@ -6138,19 +6134,20 @@ textarea.form-control-lg {
|
|
|
6138
6134
|
|
|
6139
6135
|
.btn-close {
|
|
6140
6136
|
--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.
|
|
6137
|
+
--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.414'/%3e%3c/svg%3e");
|
|
6142
6138
|
--bs-btn-close-opacity: 0.5;
|
|
6143
6139
|
--bs-btn-close-hover-opacity: 0.75;
|
|
6144
6140
|
--bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(20, 59, 118, 0.25);
|
|
6145
6141
|
--bs-btn-close-focus-opacity: 1;
|
|
6146
6142
|
--bs-btn-close-disabled-opacity: 0.25;
|
|
6147
|
-
--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
|
|
6148
6143
|
box-sizing: content-box;
|
|
6149
6144
|
width: 1em;
|
|
6150
6145
|
height: 1em;
|
|
6151
6146
|
padding: 0.25em 0.25em;
|
|
6152
6147
|
color: var(--bs-btn-close-color);
|
|
6153
6148
|
background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
|
|
6149
|
+
-webkit-filter: var(--bs-btn-close-filter);
|
|
6150
|
+
filter: var(--bs-btn-close-filter);
|
|
6154
6151
|
border: 0;
|
|
6155
6152
|
border-radius: 0.5rem;
|
|
6156
6153
|
opacity: var(--bs-btn-close-opacity);
|
|
@@ -6175,13 +6172,16 @@ textarea.form-control-lg {
|
|
|
6175
6172
|
}
|
|
6176
6173
|
|
|
6177
6174
|
.btn-close-white {
|
|
6178
|
-
|
|
6179
|
-
filter: var(--bs-btn-close-white-filter);
|
|
6175
|
+
--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
|
|
6180
6176
|
}
|
|
6181
6177
|
|
|
6182
|
-
|
|
6183
|
-
|
|
6184
|
-
|
|
6178
|
+
:root,
|
|
6179
|
+
[data-bs-theme=light] {
|
|
6180
|
+
--bs-btn-close-filter: ;
|
|
6181
|
+
}
|
|
6182
|
+
|
|
6183
|
+
[data-bs-theme=dark] {
|
|
6184
|
+
--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
|
|
6185
6185
|
}
|
|
6186
6186
|
|
|
6187
6187
|
.toast {
|
|
@@ -6260,7 +6260,7 @@ textarea.form-control-lg {
|
|
|
6260
6260
|
--bs-modal-width: 500px;
|
|
6261
6261
|
--bs-modal-padding: 1rem;
|
|
6262
6262
|
--bs-modal-margin: 0.5rem;
|
|
6263
|
-
--bs-modal-color: ;
|
|
6263
|
+
--bs-modal-color: var(--bs-body-color);
|
|
6264
6264
|
--bs-modal-bg: var(--bs-body-bg);
|
|
6265
6265
|
--bs-modal-border-color: var(--bs-border-color-translucent);
|
|
6266
6266
|
--bs-modal-border-width: var(--bs-border-width);
|
|
@@ -6296,11 +6296,11 @@ textarea.form-control-lg {
|
|
|
6296
6296
|
pointer-events: none;
|
|
6297
6297
|
}
|
|
6298
6298
|
.modal.fade .modal-dialog {
|
|
6299
|
+
-webkit-transform: translate(0, -50px);
|
|
6300
|
+
transform: translate(0, -50px);
|
|
6299
6301
|
transition: -webkit-transform 0.3s ease-out;
|
|
6300
6302
|
transition: transform 0.3s ease-out;
|
|
6301
6303
|
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
|
|
6302
|
-
-webkit-transform: translate(0, -50px);
|
|
6303
|
-
transform: translate(0, -50px);
|
|
6304
6304
|
}
|
|
6305
6305
|
@media (prefers-reduced-motion: reduce) {
|
|
6306
6306
|
.modal.fade .modal-dialog {
|
|
@@ -6385,7 +6385,10 @@ textarea.form-control-lg {
|
|
|
6385
6385
|
}
|
|
6386
6386
|
.modal-header .btn-close {
|
|
6387
6387
|
padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
|
|
6388
|
-
margin: calc(-0.5 * var(--bs-modal-header-padding-y))
|
|
6388
|
+
margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
|
|
6389
|
+
margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
|
|
6390
|
+
margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
|
|
6391
|
+
margin-left: auto;
|
|
6389
6392
|
}
|
|
6390
6393
|
|
|
6391
6394
|
.modal-title {
|
|
@@ -6922,6 +6925,8 @@ textarea.form-control-lg {
|
|
|
6922
6925
|
color: #fff;
|
|
6923
6926
|
text-align: center;
|
|
6924
6927
|
background: none;
|
|
6928
|
+
-webkit-filter: var(--bs-carousel-control-icon-filter);
|
|
6929
|
+
filter: var(--bs-carousel-control-icon-filter);
|
|
6925
6930
|
border: 0;
|
|
6926
6931
|
opacity: 0.5;
|
|
6927
6932
|
transition: opacity 0.15s ease;
|
|
@@ -6960,11 +6965,11 @@ textarea.form-control-lg {
|
|
|
6960
6965
|
}
|
|
6961
6966
|
|
|
6962
6967
|
.carousel-control-prev-icon {
|
|
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
|
|
6968
|
+
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 0'/%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-.708'/%3e%3c/svg%3e")*/;
|
|
6964
6969
|
}
|
|
6965
6970
|
|
|
6966
6971
|
.carousel-control-next-icon {
|
|
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-.
|
|
6972
|
+
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-.708'/%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 0'/%3e%3c/svg%3e")*/;
|
|
6968
6973
|
}
|
|
6969
6974
|
|
|
6970
6975
|
.carousel-indicators {
|
|
@@ -6993,7 +6998,7 @@ textarea.form-control-lg {
|
|
|
6993
6998
|
margin-left: 3px;
|
|
6994
6999
|
text-indent: -999px;
|
|
6995
7000
|
cursor: pointer;
|
|
6996
|
-
background-color:
|
|
7001
|
+
background-color: var(--bs-carousel-indicator-active-bg);
|
|
6997
7002
|
background-clip: padding-box;
|
|
6998
7003
|
border: 0;
|
|
6999
7004
|
border-top: 10px solid transparent;
|
|
@@ -7017,33 +7022,27 @@ textarea.form-control-lg {
|
|
|
7017
7022
|
left: 15%;
|
|
7018
7023
|
padding-top: 1.25rem;
|
|
7019
7024
|
padding-bottom: 1.25rem;
|
|
7020
|
-
color:
|
|
7025
|
+
color: var(--bs-carousel-caption-color);
|
|
7021
7026
|
text-align: center;
|
|
7022
7027
|
}
|
|
7023
7028
|
|
|
7024
|
-
.carousel-dark
|
|
7025
|
-
|
|
7026
|
-
-
|
|
7027
|
-
|
|
7028
|
-
}
|
|
7029
|
-
.carousel-dark .carousel-indicators [data-bs-target] {
|
|
7030
|
-
background-color: #000;
|
|
7031
|
-
}
|
|
7032
|
-
.carousel-dark .carousel-caption {
|
|
7033
|
-
color: #000;
|
|
7029
|
+
.carousel-dark {
|
|
7030
|
+
--bs-carousel-indicator-active-bg: #000;
|
|
7031
|
+
--bs-carousel-caption-color: #000;
|
|
7032
|
+
--bs-carousel-control-icon-filter: invert(1) grayscale(100);
|
|
7034
7033
|
}
|
|
7035
7034
|
|
|
7036
|
-
|
|
7037
|
-
[data-bs-theme=
|
|
7038
|
-
|
|
7039
|
-
-
|
|
7040
|
-
|
|
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;
|
|
7035
|
+
:root,
|
|
7036
|
+
[data-bs-theme=light] {
|
|
7037
|
+
--bs-carousel-indicator-active-bg: #fff;
|
|
7038
|
+
--bs-carousel-caption-color: #fff;
|
|
7039
|
+
--bs-carousel-control-icon-filter: ;
|
|
7044
7040
|
}
|
|
7045
|
-
|
|
7046
|
-
|
|
7041
|
+
|
|
7042
|
+
[data-bs-theme=dark] {
|
|
7043
|
+
--bs-carousel-indicator-active-bg: #000;
|
|
7044
|
+
--bs-carousel-caption-color: #000;
|
|
7045
|
+
--bs-carousel-control-icon-filter: invert(1) grayscale(100);
|
|
7047
7046
|
}
|
|
7048
7047
|
|
|
7049
7048
|
.spinner-grow,
|
|
@@ -7676,7 +7675,10 @@ textarea.form-control-lg {
|
|
|
7676
7675
|
}
|
|
7677
7676
|
.offcanvas-header .btn-close {
|
|
7678
7677
|
padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
|
|
7679
|
-
margin: calc(-0.5 * var(--bs-offcanvas-padding-y))
|
|
7678
|
+
margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
|
|
7679
|
+
margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
|
|
7680
|
+
margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
|
|
7681
|
+
margin-left: auto;
|
|
7680
7682
|
}
|
|
7681
7683
|
|
|
7682
7684
|
.offcanvas-title {
|
|
@@ -8060,6 +8062,10 @@ textarea.form-control-lg {
|
|
|
8060
8062
|
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
|
|
8061
8063
|
position: absolute !important;
|
|
8062
8064
|
}
|
|
8065
|
+
.visually-hidden *,
|
|
8066
|
+
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
|
|
8067
|
+
overflow: hidden !important;
|
|
8068
|
+
}
|
|
8063
8069
|
|
|
8064
8070
|
.stretched-link::after {
|
|
8065
8071
|
position: absolute;
|
|
@@ -8088,8 +8094,10 @@ textarea.form-control-lg {
|
|
|
8088
8094
|
opacity: 0.25;
|
|
8089
8095
|
}
|
|
8090
8096
|
|
|
8091
|
-
@media (
|
|
8092
|
-
.bcl-sidebar
|
|
8097
|
+
@media (max-width: 767.98px) {
|
|
8098
|
+
.bcl-sidebar .dropdown-toggle,
|
|
8099
|
+
.bcl-sidebar h2,
|
|
8100
|
+
.bcl-sidebar .h2 {
|
|
8093
8101
|
font-size: 1.25rem;
|
|
8094
8102
|
}
|
|
8095
8103
|
}
|
|
@@ -17322,55 +17330,55 @@ svg {
|
|
|
17322
17330
|
.card.text-bg-primary .card-header,
|
|
17323
17331
|
.card.text-bg-primary .card-footer {
|
|
17324
17332
|
border: none;
|
|
17325
|
-
background:
|
|
17333
|
+
background: rgb(16, 47.2, 94.4);
|
|
17326
17334
|
}
|
|
17327
17335
|
|
|
17328
17336
|
.card.text-bg-secondary .card-header,
|
|
17329
17337
|
.card.text-bg-secondary .card-footer {
|
|
17330
17338
|
border: none;
|
|
17331
|
-
background:
|
|
17339
|
+
background: rgb(184.7894711771, 192.7495643398, 200.7977288229);
|
|
17332
17340
|
}
|
|
17333
17341
|
|
|
17334
17342
|
.card.text-bg-success .card-header,
|
|
17335
17343
|
.card.text-bg-success .card-footer {
|
|
17336
17344
|
border: none;
|
|
17337
|
-
background:
|
|
17345
|
+
background: rgb(19.2, 152.8, 102.4);
|
|
17338
17346
|
}
|
|
17339
17347
|
|
|
17340
17348
|
.card.text-bg-info .card-header,
|
|
17341
17349
|
.card.text-bg-info .card-footer {
|
|
17342
17350
|
border: none;
|
|
17343
|
-
background:
|
|
17351
|
+
background: rgb(10.4, 94.4, 111.2);
|
|
17344
17352
|
}
|
|
17345
17353
|
|
|
17346
17354
|
.card.text-bg-warning .card-header,
|
|
17347
17355
|
.card.text-bg-warning .card-footer {
|
|
17348
17356
|
border: none;
|
|
17349
|
-
background:
|
|
17357
|
+
background: rgb(188, 134.4, 53.6);
|
|
17350
17358
|
}
|
|
17351
17359
|
|
|
17352
17360
|
.card.text-bg-danger .card-header,
|
|
17353
17361
|
.card.text-bg-danger .card-footer {
|
|
17354
17362
|
border: none;
|
|
17355
|
-
background:
|
|
17363
|
+
background: rgb(188, 41.6, 41.6);
|
|
17356
17364
|
}
|
|
17357
17365
|
|
|
17358
17366
|
.card.text-bg-light .card-header,
|
|
17359
17367
|
.card.text-bg-light .card-footer {
|
|
17360
17368
|
border: none;
|
|
17361
|
-
background:
|
|
17369
|
+
background: rgb(198.4, 199.2, 200);
|
|
17362
17370
|
}
|
|
17363
17371
|
|
|
17364
17372
|
.card.text-bg-dark .card-header,
|
|
17365
17373
|
.card.text-bg-dark .card-footer {
|
|
17366
17374
|
border: none;
|
|
17367
|
-
background:
|
|
17375
|
+
background: rgb(26.4, 29.6, 32.8);
|
|
17368
17376
|
}
|
|
17369
17377
|
|
|
17370
17378
|
.card.text-bg-brand .card-header,
|
|
17371
17379
|
.card.text-bg-brand .card-footer {
|
|
17372
17380
|
border: none;
|
|
17373
|
-
background:
|
|
17381
|
+
background: rgb(12.8, 92, 177.6);
|
|
17374
17382
|
}
|
|
17375
17383
|
|
|
17376
17384
|
body {
|
|
@@ -18113,11 +18121,11 @@ a.badge:focus-visible {
|
|
|
18113
18121
|
}
|
|
18114
18122
|
|
|
18115
18123
|
a.badge:focus-within.badge-outline-primary, a.badge:active.badge-outline-primary, a.badge:hover.badge-outline-primary {
|
|
18116
|
-
background-color:
|
|
18117
|
-
border-color:
|
|
18124
|
+
background-color: rgb(231.5, 235.4, 241.3) !important;
|
|
18125
|
+
border-color: rgb(17, 50.15, 100.3) !important;
|
|
18118
18126
|
}
|
|
18119
18127
|
a.badge:focus-within.text-bg-primary, a.badge:active.text-bg-primary, a.badge:hover.text-bg-primary {
|
|
18120
|
-
background-color:
|
|
18128
|
+
background-color: rgb(17, 50.15, 100.3) !important;
|
|
18121
18129
|
}
|
|
18122
18130
|
|
|
18123
18131
|
.badge.bg-secondary a,
|
|
@@ -18126,21 +18134,21 @@ a.badge:focus-within.text-bg-primary, a.badge:active.text-bg-primary, a.badge:ho
|
|
|
18126
18134
|
}
|
|
18127
18135
|
|
|
18128
18136
|
.badge-outline-secondary a {
|
|
18129
|
-
color:
|
|
18137
|
+
color: rgb(230.9868389714, 240.9369554248, 250.9971610286) !important;
|
|
18130
18138
|
}
|
|
18131
18139
|
|
|
18132
18140
|
.badge-outline-secondary {
|
|
18133
18141
|
background: transparent !important;
|
|
18134
|
-
border: 1px solid
|
|
18135
|
-
color:
|
|
18142
|
+
border: 1px solid rgb(230.9868389714, 240.9369554248, 250.9971610286);
|
|
18143
|
+
color: rgb(230.9868389714, 240.9369554248, 250.9971610286) !important;
|
|
18136
18144
|
}
|
|
18137
18145
|
|
|
18138
18146
|
a.badge:focus-within.badge-outline-secondary, a.badge:active.badge-outline-secondary, a.badge:hover.badge-outline-secondary {
|
|
18139
|
-
background-color:
|
|
18140
|
-
border-color:
|
|
18147
|
+
background-color: rgb(252.5986838971, 253.5936955425, 254.5997161029) !important;
|
|
18148
|
+
border-color: rgb(196.3388131257, 204.796412111, 213.3475868743) !important;
|
|
18141
18149
|
}
|
|
18142
18150
|
a.badge:focus-within.text-bg-secondary, a.badge:active.text-bg-secondary, a.badge:hover.text-bg-secondary {
|
|
18143
|
-
background-color:
|
|
18151
|
+
background-color: rgb(196.3388131257, 204.796412111, 213.3475868743) !important;
|
|
18144
18152
|
}
|
|
18145
18153
|
|
|
18146
18154
|
.badge.bg-success a,
|
|
@@ -18159,11 +18167,11 @@ a.badge:focus-within.text-bg-secondary, a.badge:active.text-bg-secondary, a.badg
|
|
|
18159
18167
|
}
|
|
18160
18168
|
|
|
18161
18169
|
a.badge:focus-within.badge-outline-success, a.badge:active.badge-outline-success, a.badge:hover.badge-outline-success {
|
|
18162
|
-
background-color:
|
|
18163
|
-
border-color:
|
|
18170
|
+
background-color: rgb(231.9, 248.6, 242.3) !important;
|
|
18171
|
+
border-color: rgb(20.4, 162.35, 108.8) !important;
|
|
18164
18172
|
}
|
|
18165
18173
|
a.badge:focus-within.text-bg-success, a.badge:active.text-bg-success, a.badge:hover.text-bg-success {
|
|
18166
|
-
background-color:
|
|
18174
|
+
background-color: rgb(20.4, 162.35, 108.8) !important;
|
|
18167
18175
|
}
|
|
18168
18176
|
|
|
18169
18177
|
.badge.bg-info a,
|
|
@@ -18182,11 +18190,11 @@ a.badge:focus-within.text-bg-success, a.badge:active.text-bg-success, a.badge:ho
|
|
|
18182
18190
|
}
|
|
18183
18191
|
|
|
18184
18192
|
a.badge:focus-within.badge-outline-info, a.badge:active.badge-outline-info, a.badge:hover.badge-outline-info {
|
|
18185
|
-
background-color:
|
|
18186
|
-
border-color:
|
|
18193
|
+
background-color: rgb(230.8, 241.3, 243.4) !important;
|
|
18194
|
+
border-color: rgb(11.05, 100.3, 118.15) !important;
|
|
18187
18195
|
}
|
|
18188
18196
|
a.badge:focus-within.text-bg-info, a.badge:active.text-bg-info, a.badge:hover.text-bg-info {
|
|
18189
|
-
background-color:
|
|
18197
|
+
background-color: rgb(11.05, 100.3, 118.15) !important;
|
|
18190
18198
|
}
|
|
18191
18199
|
|
|
18192
18200
|
.badge.bg-warning a,
|
|
@@ -18205,11 +18213,11 @@ a.badge:focus-within.text-bg-info, a.badge:active.text-bg-info, a.badge:hover.te
|
|
|
18205
18213
|
}
|
|
18206
18214
|
|
|
18207
18215
|
a.badge:focus-within.badge-outline-warning, a.badge:active.badge-outline-warning, a.badge:hover.badge-outline-warning {
|
|
18208
|
-
background-color:
|
|
18209
|
-
border-color:
|
|
18216
|
+
background-color: rgb(253, 246.3, 236.2) !important;
|
|
18217
|
+
border-color: rgb(199.75, 142.8, 56.95) !important;
|
|
18210
18218
|
}
|
|
18211
18219
|
a.badge:focus-within.text-bg-warning, a.badge:active.text-bg-warning, a.badge:hover.text-bg-warning {
|
|
18212
|
-
background-color:
|
|
18220
|
+
background-color: rgb(199.75, 142.8, 56.95) !important;
|
|
18213
18221
|
}
|
|
18214
18222
|
|
|
18215
18223
|
.badge.bg-danger a,
|
|
@@ -18228,11 +18236,11 @@ a.badge:focus-within.text-bg-warning, a.badge:active.text-bg-warning, a.badge:ho
|
|
|
18228
18236
|
}
|
|
18229
18237
|
|
|
18230
18238
|
a.badge:focus-within.badge-outline-danger, a.badge:active.badge-outline-danger, a.badge:hover.badge-outline-danger {
|
|
18231
|
-
background-color:
|
|
18232
|
-
border-color:
|
|
18239
|
+
background-color: rgb(253, 234.7, 234.7) !important;
|
|
18240
|
+
border-color: rgb(199.75, 44.2, 44.2) !important;
|
|
18233
18241
|
}
|
|
18234
18242
|
a.badge:focus-within.text-bg-danger, a.badge:active.text-bg-danger, a.badge:hover.text-bg-danger {
|
|
18235
|
-
background-color:
|
|
18243
|
+
background-color: rgb(199.75, 44.2, 44.2) !important;
|
|
18236
18244
|
}
|
|
18237
18245
|
|
|
18238
18246
|
.badge.bg-light a,
|
|
@@ -18256,7 +18264,7 @@ a.badge:focus-within.badge-outline-light, a.badge:active.badge-outline-light, a.
|
|
|
18256
18264
|
background: rgba(255, 255, 255, 0.3) !important;
|
|
18257
18265
|
}
|
|
18258
18266
|
a.badge:focus-within.text-bg-light, a.badge:active.text-bg-light, a.badge:hover.text-bg-light {
|
|
18259
|
-
background-color:
|
|
18267
|
+
background-color: rgb(210.8, 211.65, 212.5) !important;
|
|
18260
18268
|
}
|
|
18261
18269
|
|
|
18262
18270
|
.badge.bg-dark a,
|
|
@@ -18279,7 +18287,7 @@ a.badge:focus-within.badge-outline-dark, a.badge:active.badge-outline-dark, a.ba
|
|
|
18279
18287
|
border-color: #000;
|
|
18280
18288
|
}
|
|
18281
18289
|
a.badge:focus-within.text-bg-dark, a.badge:active.text-bg-dark, a.badge:hover.text-bg-dark {
|
|
18282
|
-
background-color:
|
|
18290
|
+
background-color: rgb(28.05, 31.45, 34.85) !important;
|
|
18283
18291
|
}
|
|
18284
18292
|
|
|
18285
18293
|
.badge.bg-brand a,
|
|
@@ -18298,11 +18306,11 @@ a.badge:focus-within.text-bg-dark, a.badge:active.text-bg-dark, a.badge:hover.te
|
|
|
18298
18306
|
}
|
|
18299
18307
|
|
|
18300
18308
|
a.badge:focus-within.badge-outline-brand, a.badge:active.badge-outline-brand, a.badge:hover.badge-outline-brand {
|
|
18301
|
-
background-color:
|
|
18302
|
-
border-color:
|
|
18309
|
+
background-color: rgb(231.1, 241, 251.7) !important;
|
|
18310
|
+
border-color: rgb(13.6, 97.75, 188.7) !important;
|
|
18303
18311
|
}
|
|
18304
18312
|
a.badge:focus-within.text-bg-brand, a.badge:active.text-bg-brand, a.badge:hover.text-bg-brand {
|
|
18305
|
-
background-color:
|
|
18313
|
+
background-color: rgb(13.6, 97.75, 188.7) !important;
|
|
18306
18314
|
}
|
|
18307
18315
|
|
|
18308
18316
|
.ss-main.ss-1 {
|
|
@@ -18962,7 +18970,7 @@ select.multi-select {
|
|
|
18962
18970
|
:root {
|
|
18963
18971
|
--ss-bg-color: #ffffff;
|
|
18964
18972
|
--ss-font-color: #4d4d4d;
|
|
18965
|
-
--ss-font-placeholder-color:
|
|
18973
|
+
--ss-font-placeholder-color: #212529;
|
|
18966
18974
|
--ss-disabled-color: #dcdee2;
|
|
18967
18975
|
--ss-border-color: #dcdee2;
|
|
18968
18976
|
--ss-highlight-color: #fffb8c;
|
|
@@ -20641,10 +20649,10 @@ Due to the split circle of progress-left and progress right, we must use the ani
|
|
|
20641
20649
|
}
|
|
20642
20650
|
}
|
|
20643
20651
|
.badge.bg-secondary {
|
|
20644
|
-
color:
|
|
20652
|
+
color: rgb(10.8571428571, 78.0357142857, 150.6428571429);
|
|
20645
20653
|
}
|
|
20646
20654
|
.badge.bg-secondary:hover {
|
|
20647
|
-
color:
|
|
20655
|
+
color: rgb(10.8571428571, 78.0357142857, 150.6428571429);
|
|
20648
20656
|
}
|
|
20649
20657
|
|
|
20650
20658
|
.btn {
|
|
@@ -20655,17 +20663,17 @@ Due to the split circle of progress-left and progress right, we must use the ani
|
|
|
20655
20663
|
}
|
|
20656
20664
|
|
|
20657
20665
|
.btn-primary:hover {
|
|
20658
|
-
background-color:
|
|
20666
|
+
background-color: rgb(48.0018400522, 82.2300387862, 134.0111599478);
|
|
20659
20667
|
}
|
|
20660
20668
|
.btn-primary:focus, .btn-primary:active, .btn-primary.active {
|
|
20661
|
-
background-color:
|
|
20669
|
+
background-color: rgb(16.9957284087, 50.0249649814, 99.9922715913);
|
|
20662
20670
|
}
|
|
20663
20671
|
|
|
20664
20672
|
.btn-secondary {
|
|
20665
|
-
color:
|
|
20673
|
+
color: rgb(10.8571428571, 78.0357142857, 150.6428571429);
|
|
20666
20674
|
}
|
|
20667
20675
|
.btn-secondary:hover {
|
|
20668
|
-
color:
|
|
20676
|
+
color: rgb(10.8571428571, 78.0357142857, 150.6428571429);
|
|
20669
20677
|
}
|
|
20670
20678
|
|
|
20671
20679
|
.btn-light {
|
|
@@ -20706,7 +20714,13 @@ input:hover {
|
|
|
20706
20714
|
-ms-flex-align: center;
|
|
20707
20715
|
align-items: center;
|
|
20708
20716
|
white-space: normal;
|
|
20717
|
+
border-left: none;
|
|
20718
|
+
border-top: none;
|
|
20719
|
+
border-right: none;
|
|
20720
|
+
background: transparent;
|
|
20709
20721
|
border-bottom: 1px solid #dadee0;
|
|
20722
|
+
width: 100%;
|
|
20723
|
+
padding: 1.25rem;
|
|
20710
20724
|
}
|
|
20711
20725
|
.bcl-inpage-navigation .dropdown-toggle:after {
|
|
20712
20726
|
display: none;
|
|
@@ -20731,6 +20745,7 @@ input:hover {
|
|
|
20731
20745
|
.bcl-inpage-navigation .bcl-heading {
|
|
20732
20746
|
margin-bottom: 0;
|
|
20733
20747
|
padding: 1.25rem;
|
|
20748
|
+
border-bottom: 1px solid #dadee0;
|
|
20734
20749
|
}
|
|
20735
20750
|
.bcl-inpage-navigation ul {
|
|
20736
20751
|
padding: 0.75rem;
|
|
@@ -20857,9 +20872,9 @@ input:hover {
|
|
|
20857
20872
|
outline-offset: -4px;
|
|
20858
20873
|
}
|
|
20859
20874
|
.bcl-language-list .btn.selected {
|
|
20860
|
-
background:
|
|
20875
|
+
background: rgb(230.9868389714, 240.9369554248, 250.9971610286);
|
|
20861
20876
|
color: #fff;
|
|
20862
|
-
border-color:
|
|
20877
|
+
border-color: rgb(230.9868389714, 240.9369554248, 250.9971610286);
|
|
20863
20878
|
}
|
|
20864
20879
|
.bcl-language-list .btn.selected svg {
|
|
20865
20880
|
color: #fff;
|