@carbonorm/carbonreact 4.0.23 → 4.0.25
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/compileValidSQL.cjs +2 -2
- package/dist/components/OutsideClickHandler/OutsideClickHandler.d.ts +9 -0
- package/dist/index.cjs.css +239 -230
- package/dist/index.cjs.css.map +1 -1
- package/dist/index.cjs.js +24 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.esm.css +239 -230
- package/dist/index.esm.css.map +1 -1
- package/dist/index.esm.js +25 -3
- package/dist/index.esm.js.map +1 -1
- package/package.json +2 -3
- package/src/components/Errors/BackendThrowable.tsx +1 -1
- package/src/components/OutsideClickHandler/OutsideClickHandler.tsx +33 -0
- package/src/components/Popup/Popup.tsx +1 -1
- package/src/index.ts +2 -0
- package/src/variables/bootstrap.module.css +236 -226
- package/src/variables/bootstrap.module.css.map +1 -1
package/dist/index.cjs.css
CHANGED
|
@@ -916,8 +916,8 @@
|
|
|
916
916
|
**/
|
|
917
917
|
/* override the !default vars with the values we set above */
|
|
918
918
|
/*!
|
|
919
|
-
* Bootstrap v5.3.
|
|
920
|
-
* Copyright 2011-
|
|
919
|
+
* Bootstrap v5.3.7 (https://getbootstrap.com/)
|
|
920
|
+
* Copyright 2011-2025 The Bootstrap Authors
|
|
921
921
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
|
922
922
|
*/
|
|
923
923
|
:root,
|
|
@@ -961,28 +961,28 @@
|
|
|
961
961
|
--bs-danger-rgb: 220, 53, 69;
|
|
962
962
|
--bs-light-rgb: 248, 249, 250;
|
|
963
963
|
--bs-dark-rgb: 33, 37, 41;
|
|
964
|
-
--bs-primary-text-emphasis:
|
|
965
|
-
--bs-secondary-text-emphasis:
|
|
966
|
-
--bs-success-text-emphasis:
|
|
967
|
-
--bs-info-text-emphasis:
|
|
968
|
-
--bs-warning-text-emphasis:
|
|
969
|
-
--bs-danger-text-emphasis:
|
|
964
|
+
--bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
|
|
965
|
+
--bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
|
|
966
|
+
--bs-success-text-emphasis: rgb(10, 54, 33.6);
|
|
967
|
+
--bs-info-text-emphasis: rgb(5.2, 80.8, 96);
|
|
968
|
+
--bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
|
|
969
|
+
--bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
|
|
970
970
|
--bs-light-text-emphasis: #495057;
|
|
971
971
|
--bs-dark-text-emphasis: #495057;
|
|
972
|
-
--bs-primary-bg-subtle:
|
|
973
|
-
--bs-secondary-bg-subtle:
|
|
974
|
-
--bs-success-bg-subtle:
|
|
975
|
-
--bs-info-bg-subtle:
|
|
976
|
-
--bs-warning-bg-subtle:
|
|
977
|
-
--bs-danger-bg-subtle:
|
|
978
|
-
--bs-light-bg-subtle:
|
|
972
|
+
--bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
|
|
973
|
+
--bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
|
|
974
|
+
--bs-success-bg-subtle: rgb(209, 231, 220.8);
|
|
975
|
+
--bs-info-bg-subtle: rgb(206.6, 244.4, 252);
|
|
976
|
+
--bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
|
|
977
|
+
--bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
|
|
978
|
+
--bs-light-bg-subtle: rgb(251.5, 252, 252.5);
|
|
979
979
|
--bs-dark-bg-subtle: #ced4da;
|
|
980
|
-
--bs-primary-border-subtle:
|
|
981
|
-
--bs-secondary-border-subtle:
|
|
982
|
-
--bs-success-border-subtle:
|
|
983
|
-
--bs-info-border-subtle:
|
|
984
|
-
--bs-warning-border-subtle:
|
|
985
|
-
--bs-danger-border-subtle:
|
|
980
|
+
--bs-primary-border-subtle: rgb(158.2, 197, 254.2);
|
|
981
|
+
--bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
|
|
982
|
+
--bs-success-border-subtle: rgb(163, 207, 186.6);
|
|
983
|
+
--bs-info-border-subtle: rgb(158.2, 233.8, 249);
|
|
984
|
+
--bs-warning-border-subtle: rgb(255, 230.2, 155.8);
|
|
985
|
+
--bs-danger-border-subtle: rgb(241, 174.2, 180.6);
|
|
986
986
|
--bs-light-border-subtle: #e9ecef;
|
|
987
987
|
--bs-dark-border-subtle: #adb5bd;
|
|
988
988
|
--bs-white-rgb: 255, 255, 255;
|
|
@@ -1012,11 +1012,11 @@
|
|
|
1012
1012
|
--bs-link-color: #0d6efd;
|
|
1013
1013
|
--bs-link-color-rgb: 13, 110, 253;
|
|
1014
1014
|
--bs-link-decoration: underline;
|
|
1015
|
-
--bs-link-hover-color:
|
|
1015
|
+
--bs-link-hover-color: rgb(10.4, 88, 202.4);
|
|
1016
1016
|
--bs-link-hover-color-rgb: 10, 88, 202;
|
|
1017
1017
|
--bs-code-color: #d63384;
|
|
1018
1018
|
--bs-highlight-color: #212529;
|
|
1019
|
-
--bs-highlight-bg:
|
|
1019
|
+
--bs-highlight-bg: rgb(255, 242.6, 205.4);
|
|
1020
1020
|
--bs-border-width: 1px;
|
|
1021
1021
|
--bs-border-style: solid;
|
|
1022
1022
|
--bs-border-color: #dee2e6;
|
|
@@ -1055,46 +1055,46 @@
|
|
|
1055
1055
|
--bs-secondary-bg-rgb: 52, 58, 64;
|
|
1056
1056
|
--bs-tertiary-color: rgba(222, 226, 230, 0.5);
|
|
1057
1057
|
--bs-tertiary-color-rgb: 222, 226, 230;
|
|
1058
|
-
--bs-tertiary-bg:
|
|
1058
|
+
--bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
|
|
1059
1059
|
--bs-tertiary-bg-rgb: 43, 48, 53;
|
|
1060
|
-
--bs-primary-text-emphasis:
|
|
1061
|
-
--bs-secondary-text-emphasis:
|
|
1062
|
-
--bs-success-text-emphasis:
|
|
1063
|
-
--bs-info-text-emphasis:
|
|
1064
|
-
--bs-warning-text-emphasis:
|
|
1065
|
-
--bs-danger-text-emphasis:
|
|
1060
|
+
--bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
|
|
1061
|
+
--bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
|
|
1062
|
+
--bs-success-text-emphasis: rgb(117, 183, 152.4);
|
|
1063
|
+
--bs-info-text-emphasis: rgb(109.8, 223.2, 246);
|
|
1064
|
+
--bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
|
|
1065
|
+
--bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
|
|
1066
1066
|
--bs-light-text-emphasis: #f8f9fa;
|
|
1067
1067
|
--bs-dark-text-emphasis: #dee2e6;
|
|
1068
|
-
--bs-primary-bg-subtle:
|
|
1069
|
-
--bs-secondary-bg-subtle:
|
|
1070
|
-
--bs-success-bg-subtle:
|
|
1071
|
-
--bs-info-bg-subtle:
|
|
1072
|
-
--bs-warning-bg-subtle:
|
|
1073
|
-
--bs-danger-bg-subtle:
|
|
1068
|
+
--bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
|
|
1069
|
+
--bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
|
|
1070
|
+
--bs-success-bg-subtle: rgb(5, 27, 16.8);
|
|
1071
|
+
--bs-info-bg-subtle: rgb(2.6, 40.4, 48);
|
|
1072
|
+
--bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
|
|
1073
|
+
--bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
|
|
1074
1074
|
--bs-light-bg-subtle: #343a40;
|
|
1075
1075
|
--bs-dark-bg-subtle: #1a1d20;
|
|
1076
|
-
--bs-primary-border-subtle:
|
|
1077
|
-
--bs-secondary-border-subtle:
|
|
1078
|
-
--bs-success-border-subtle:
|
|
1079
|
-
--bs-info-border-subtle:
|
|
1080
|
-
--bs-warning-border-subtle:
|
|
1081
|
-
--bs-danger-border-subtle:
|
|
1076
|
+
--bs-primary-border-subtle: rgb(7.8, 66, 151.8);
|
|
1077
|
+
--bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
|
|
1078
|
+
--bs-success-border-subtle: rgb(15, 81, 50.4);
|
|
1079
|
+
--bs-info-border-subtle: rgb(7.8, 121.2, 144);
|
|
1080
|
+
--bs-warning-border-subtle: rgb(153, 115.8, 4.2);
|
|
1081
|
+
--bs-danger-border-subtle: rgb(132, 31.8, 41.4);
|
|
1082
1082
|
--bs-light-border-subtle: #495057;
|
|
1083
1083
|
--bs-dark-border-subtle: #343a40;
|
|
1084
1084
|
--bs-heading-color: inherit;
|
|
1085
|
-
--bs-link-color:
|
|
1086
|
-
--bs-link-hover-color:
|
|
1085
|
+
--bs-link-color: rgb(109.8, 168, 253.8);
|
|
1086
|
+
--bs-link-hover-color: rgb(138.84, 185.4, 254.04);
|
|
1087
1087
|
--bs-link-color-rgb: 110, 168, 254;
|
|
1088
1088
|
--bs-link-hover-color-rgb: 139, 185, 254;
|
|
1089
|
-
--bs-code-color:
|
|
1089
|
+
--bs-code-color: rgb(230.4, 132.6, 181.2);
|
|
1090
1090
|
--bs-highlight-color: #dee2e6;
|
|
1091
|
-
--bs-highlight-bg:
|
|
1091
|
+
--bs-highlight-bg: rgb(102, 77.2, 2.8);
|
|
1092
1092
|
--bs-border-color: #495057;
|
|
1093
1093
|
--bs-border-color-translucent: rgba(255, 255, 255, 0.15);
|
|
1094
|
-
--bs-form-valid-color:
|
|
1095
|
-
--bs-form-valid-border-color:
|
|
1096
|
-
--bs-form-invalid-color:
|
|
1097
|
-
--bs-form-invalid-border-color:
|
|
1094
|
+
--bs-form-valid-color: rgb(117, 183, 152.4);
|
|
1095
|
+
--bs-form-valid-border-color: rgb(117, 183, 152.4);
|
|
1096
|
+
--bs-form-invalid-color: rgb(234, 133.8, 143.4);
|
|
1097
|
+
--bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
|
|
1098
1098
|
}
|
|
1099
1099
|
|
|
1100
1100
|
*,
|
|
@@ -1433,8 +1433,8 @@ legend {
|
|
|
1433
1433
|
width: 100%;
|
|
1434
1434
|
padding: 0;
|
|
1435
1435
|
margin-bottom: 0.5rem;
|
|
1436
|
-
font-size: calc(1.275rem + 0.3vw);
|
|
1437
1436
|
line-height: inherit;
|
|
1437
|
+
font-size: calc(1.275rem + 0.3vw);
|
|
1438
1438
|
}
|
|
1439
1439
|
@media (min-width: 1200px) {
|
|
1440
1440
|
legend {
|
|
@@ -1512,9 +1512,9 @@ progress {
|
|
|
1512
1512
|
}
|
|
1513
1513
|
|
|
1514
1514
|
.P4ARRgc {
|
|
1515
|
-
font-size: calc(1.625rem + 4.5vw);
|
|
1516
1515
|
font-weight: 300;
|
|
1517
1516
|
line-height: 1.2;
|
|
1517
|
+
font-size: calc(1.625rem + 4.5vw);
|
|
1518
1518
|
}
|
|
1519
1519
|
@media (min-width: 1200px) {
|
|
1520
1520
|
.P4ARRgc {
|
|
@@ -1523,9 +1523,9 @@ progress {
|
|
|
1523
1523
|
}
|
|
1524
1524
|
|
|
1525
1525
|
.XMjMO6q {
|
|
1526
|
-
font-size: calc(1.575rem + 3.9vw);
|
|
1527
1526
|
font-weight: 300;
|
|
1528
1527
|
line-height: 1.2;
|
|
1528
|
+
font-size: calc(1.575rem + 3.9vw);
|
|
1529
1529
|
}
|
|
1530
1530
|
@media (min-width: 1200px) {
|
|
1531
1531
|
.XMjMO6q {
|
|
@@ -1534,9 +1534,9 @@ progress {
|
|
|
1534
1534
|
}
|
|
1535
1535
|
|
|
1536
1536
|
._6xLyu0w {
|
|
1537
|
-
font-size: calc(1.525rem + 3.3vw);
|
|
1538
1537
|
font-weight: 300;
|
|
1539
1538
|
line-height: 1.2;
|
|
1539
|
+
font-size: calc(1.525rem + 3.3vw);
|
|
1540
1540
|
}
|
|
1541
1541
|
@media (min-width: 1200px) {
|
|
1542
1542
|
._6xLyu0w {
|
|
@@ -1545,9 +1545,9 @@ progress {
|
|
|
1545
1545
|
}
|
|
1546
1546
|
|
|
1547
1547
|
.k4ZIX30 {
|
|
1548
|
-
font-size: calc(1.475rem + 2.7vw);
|
|
1549
1548
|
font-weight: 300;
|
|
1550
1549
|
line-height: 1.2;
|
|
1550
|
+
font-size: calc(1.475rem + 2.7vw);
|
|
1551
1551
|
}
|
|
1552
1552
|
@media (min-width: 1200px) {
|
|
1553
1553
|
.k4ZIX30 {
|
|
@@ -1556,9 +1556,9 @@ progress {
|
|
|
1556
1556
|
}
|
|
1557
1557
|
|
|
1558
1558
|
.i1-qVHB {
|
|
1559
|
-
font-size: calc(1.425rem + 2.1vw);
|
|
1560
1559
|
font-weight: 300;
|
|
1561
1560
|
line-height: 1.2;
|
|
1561
|
+
font-size: calc(1.425rem + 2.1vw);
|
|
1562
1562
|
}
|
|
1563
1563
|
@media (min-width: 1200px) {
|
|
1564
1564
|
.i1-qVHB {
|
|
@@ -1567,9 +1567,9 @@ progress {
|
|
|
1567
1567
|
}
|
|
1568
1568
|
|
|
1569
1569
|
.lgybFLn {
|
|
1570
|
-
font-size: calc(1.375rem + 1.5vw);
|
|
1571
1570
|
font-weight: 300;
|
|
1572
1571
|
line-height: 1.2;
|
|
1572
|
+
font-size: calc(1.375rem + 1.5vw);
|
|
1573
1573
|
}
|
|
1574
1574
|
@media (min-width: 1200px) {
|
|
1575
1575
|
.lgybFLn {
|
|
@@ -1726,7 +1726,7 @@ progress {
|
|
|
1726
1726
|
}
|
|
1727
1727
|
|
|
1728
1728
|
.xI2Yjqd {
|
|
1729
|
-
flex: 1 0 0
|
|
1729
|
+
flex: 1 0 0;
|
|
1730
1730
|
}
|
|
1731
1731
|
|
|
1732
1732
|
.JlKekaG > * {
|
|
@@ -1935,7 +1935,7 @@ progress {
|
|
|
1935
1935
|
|
|
1936
1936
|
@media (min-width: 375px) {
|
|
1937
1937
|
.r-6VcpS {
|
|
1938
|
-
flex: 1 0 0
|
|
1938
|
+
flex: 1 0 0;
|
|
1939
1939
|
}
|
|
1940
1940
|
.W1OXGDZ > * {
|
|
1941
1941
|
flex: 0 0 auto;
|
|
@@ -2104,7 +2104,7 @@ progress {
|
|
|
2104
2104
|
}
|
|
2105
2105
|
@media (min-width: 576px) {
|
|
2106
2106
|
.O3lEq6F {
|
|
2107
|
-
flex: 1 0 0
|
|
2107
|
+
flex: 1 0 0;
|
|
2108
2108
|
}
|
|
2109
2109
|
.b5nEr42 > * {
|
|
2110
2110
|
flex: 0 0 auto;
|
|
@@ -2273,7 +2273,7 @@ progress {
|
|
|
2273
2273
|
}
|
|
2274
2274
|
@media (min-width: 768px) {
|
|
2275
2275
|
.u7dBJz- {
|
|
2276
|
-
flex: 1 0 0
|
|
2276
|
+
flex: 1 0 0;
|
|
2277
2277
|
}
|
|
2278
2278
|
.UKQW1YA > * {
|
|
2279
2279
|
flex: 0 0 auto;
|
|
@@ -2442,7 +2442,7 @@ progress {
|
|
|
2442
2442
|
}
|
|
2443
2443
|
@media (min-width: 992px) {
|
|
2444
2444
|
._7LB5ohn {
|
|
2445
|
-
flex: 1 0 0
|
|
2445
|
+
flex: 1 0 0;
|
|
2446
2446
|
}
|
|
2447
2447
|
.OP7uBS5 > * {
|
|
2448
2448
|
flex: 0 0 auto;
|
|
@@ -2611,7 +2611,7 @@ progress {
|
|
|
2611
2611
|
}
|
|
2612
2612
|
@media (min-width: 1200px) {
|
|
2613
2613
|
.Ybe-wI4 {
|
|
2614
|
-
flex: 1 0 0
|
|
2614
|
+
flex: 1 0 0;
|
|
2615
2615
|
}
|
|
2616
2616
|
._4em7efb > * {
|
|
2617
2617
|
flex: 0 0 auto;
|
|
@@ -2780,7 +2780,7 @@ progress {
|
|
|
2780
2780
|
}
|
|
2781
2781
|
@media (min-width: 1400px) {
|
|
2782
2782
|
.QS1QjGq {
|
|
2783
|
-
flex: 1 0 0
|
|
2783
|
+
flex: 1 0 0;
|
|
2784
2784
|
}
|
|
2785
2785
|
.Zk95Wii > * {
|
|
2786
2786
|
flex: 0 0 auto;
|
|
@@ -3029,13 +3029,13 @@ progress {
|
|
|
3029
3029
|
|
|
3030
3030
|
.WvKWFRQ {
|
|
3031
3031
|
--bs-table-color: #000;
|
|
3032
|
-
--bs-table-bg:
|
|
3033
|
-
--bs-table-border-color:
|
|
3034
|
-
--bs-table-striped-bg:
|
|
3032
|
+
--bs-table-bg: rgb(206.6, 226, 254.6);
|
|
3033
|
+
--bs-table-border-color: rgb(165.28, 180.8, 203.68);
|
|
3034
|
+
--bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
|
|
3035
3035
|
--bs-table-striped-color: #000;
|
|
3036
|
-
--bs-table-active-bg:
|
|
3036
|
+
--bs-table-active-bg: rgb(185.94, 203.4, 229.14);
|
|
3037
3037
|
--bs-table-active-color: #000;
|
|
3038
|
-
--bs-table-hover-bg:
|
|
3038
|
+
--bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
|
|
3039
3039
|
--bs-table-hover-color: #000;
|
|
3040
3040
|
color: var(--bs-table-color);
|
|
3041
3041
|
border-color: var(--bs-table-border-color);
|
|
@@ -3043,13 +3043,13 @@ progress {
|
|
|
3043
3043
|
|
|
3044
3044
|
.-WbhEsQ {
|
|
3045
3045
|
--bs-table-color: #000;
|
|
3046
|
-
--bs-table-bg:
|
|
3047
|
-
--bs-table-border-color:
|
|
3048
|
-
--bs-table-striped-bg:
|
|
3046
|
+
--bs-table-bg: rgb(225.6, 227.4, 229);
|
|
3047
|
+
--bs-table-border-color: rgb(180.48, 181.92, 183.2);
|
|
3048
|
+
--bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
|
|
3049
3049
|
--bs-table-striped-color: #000;
|
|
3050
|
-
--bs-table-active-bg:
|
|
3050
|
+
--bs-table-active-bg: rgb(203.04, 204.66, 206.1);
|
|
3051
3051
|
--bs-table-active-color: #000;
|
|
3052
|
-
--bs-table-hover-bg:
|
|
3052
|
+
--bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
|
|
3053
3053
|
--bs-table-hover-color: #000;
|
|
3054
3054
|
color: var(--bs-table-color);
|
|
3055
3055
|
border-color: var(--bs-table-border-color);
|
|
@@ -3057,13 +3057,13 @@ progress {
|
|
|
3057
3057
|
|
|
3058
3058
|
.xXiGHTn {
|
|
3059
3059
|
--bs-table-color: #000;
|
|
3060
|
-
--bs-table-bg:
|
|
3061
|
-
--bs-table-border-color:
|
|
3062
|
-
--bs-table-striped-bg:
|
|
3060
|
+
--bs-table-bg: rgb(209, 231, 220.8);
|
|
3061
|
+
--bs-table-border-color: rgb(167.2, 184.8, 176.64);
|
|
3062
|
+
--bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
|
|
3063
3063
|
--bs-table-striped-color: #000;
|
|
3064
|
-
--bs-table-active-bg:
|
|
3064
|
+
--bs-table-active-bg: rgb(188.1, 207.9, 198.72);
|
|
3065
3065
|
--bs-table-active-color: #000;
|
|
3066
|
-
--bs-table-hover-bg:
|
|
3066
|
+
--bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
|
|
3067
3067
|
--bs-table-hover-color: #000;
|
|
3068
3068
|
color: var(--bs-table-color);
|
|
3069
3069
|
border-color: var(--bs-table-border-color);
|
|
@@ -3071,13 +3071,13 @@ progress {
|
|
|
3071
3071
|
|
|
3072
3072
|
.ZVODab3 {
|
|
3073
3073
|
--bs-table-color: #000;
|
|
3074
|
-
--bs-table-bg:
|
|
3075
|
-
--bs-table-border-color:
|
|
3076
|
-
--bs-table-striped-bg:
|
|
3074
|
+
--bs-table-bg: rgb(206.6, 244.4, 252);
|
|
3075
|
+
--bs-table-border-color: rgb(165.28, 195.52, 201.6);
|
|
3076
|
+
--bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
|
|
3077
3077
|
--bs-table-striped-color: #000;
|
|
3078
|
-
--bs-table-active-bg:
|
|
3078
|
+
--bs-table-active-bg: rgb(185.94, 219.96, 226.8);
|
|
3079
3079
|
--bs-table-active-color: #000;
|
|
3080
|
-
--bs-table-hover-bg:
|
|
3080
|
+
--bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
|
|
3081
3081
|
--bs-table-hover-color: #000;
|
|
3082
3082
|
color: var(--bs-table-color);
|
|
3083
3083
|
border-color: var(--bs-table-border-color);
|
|
@@ -3085,13 +3085,13 @@ progress {
|
|
|
3085
3085
|
|
|
3086
3086
|
.inmIIoc {
|
|
3087
3087
|
--bs-table-color: #000;
|
|
3088
|
-
--bs-table-bg:
|
|
3089
|
-
--bs-table-border-color:
|
|
3090
|
-
--bs-table-striped-bg:
|
|
3088
|
+
--bs-table-bg: rgb(255, 242.6, 205.4);
|
|
3089
|
+
--bs-table-border-color: rgb(204, 194.08, 164.32);
|
|
3090
|
+
--bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
|
|
3091
3091
|
--bs-table-striped-color: #000;
|
|
3092
|
-
--bs-table-active-bg:
|
|
3092
|
+
--bs-table-active-bg: rgb(229.5, 218.34, 184.86);
|
|
3093
3093
|
--bs-table-active-color: #000;
|
|
3094
|
-
--bs-table-hover-bg:
|
|
3094
|
+
--bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
|
|
3095
3095
|
--bs-table-hover-color: #000;
|
|
3096
3096
|
color: var(--bs-table-color);
|
|
3097
3097
|
border-color: var(--bs-table-border-color);
|
|
@@ -3099,13 +3099,13 @@ progress {
|
|
|
3099
3099
|
|
|
3100
3100
|
.zCQpCdD {
|
|
3101
3101
|
--bs-table-color: #000;
|
|
3102
|
-
--bs-table-bg:
|
|
3103
|
-
--bs-table-border-color:
|
|
3104
|
-
--bs-table-striped-bg:
|
|
3102
|
+
--bs-table-bg: rgb(248, 214.6, 217.8);
|
|
3103
|
+
--bs-table-border-color: rgb(198.4, 171.68, 174.24);
|
|
3104
|
+
--bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
|
|
3105
3105
|
--bs-table-striped-color: #000;
|
|
3106
|
-
--bs-table-active-bg:
|
|
3106
|
+
--bs-table-active-bg: rgb(223.2, 193.14, 196.02);
|
|
3107
3107
|
--bs-table-active-color: #000;
|
|
3108
|
-
--bs-table-hover-bg:
|
|
3108
|
+
--bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
|
|
3109
3109
|
--bs-table-hover-color: #000;
|
|
3110
3110
|
color: var(--bs-table-color);
|
|
3111
3111
|
border-color: var(--bs-table-border-color);
|
|
@@ -3114,12 +3114,12 @@ progress {
|
|
|
3114
3114
|
.-sb0H3L {
|
|
3115
3115
|
--bs-table-color: #000;
|
|
3116
3116
|
--bs-table-bg: #f8f9fa;
|
|
3117
|
-
--bs-table-border-color:
|
|
3118
|
-
--bs-table-striped-bg:
|
|
3117
|
+
--bs-table-border-color: rgb(198.4, 199.2, 200);
|
|
3118
|
+
--bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
|
|
3119
3119
|
--bs-table-striped-color: #000;
|
|
3120
|
-
--bs-table-active-bg:
|
|
3120
|
+
--bs-table-active-bg: rgb(223.2, 224.1, 225);
|
|
3121
3121
|
--bs-table-active-color: #000;
|
|
3122
|
-
--bs-table-hover-bg:
|
|
3122
|
+
--bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
|
|
3123
3123
|
--bs-table-hover-color: #000;
|
|
3124
3124
|
color: var(--bs-table-color);
|
|
3125
3125
|
border-color: var(--bs-table-border-color);
|
|
@@ -3128,12 +3128,12 @@ progress {
|
|
|
3128
3128
|
.NYnwdK6 {
|
|
3129
3129
|
--bs-table-color: #fff;
|
|
3130
3130
|
--bs-table-bg: #212529;
|
|
3131
|
-
--bs-table-border-color:
|
|
3132
|
-
--bs-table-striped-bg:
|
|
3131
|
+
--bs-table-border-color: rgb(77.4, 80.6, 83.8);
|
|
3132
|
+
--bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
|
|
3133
3133
|
--bs-table-striped-color: #fff;
|
|
3134
|
-
--bs-table-active-bg:
|
|
3134
|
+
--bs-table-active-bg: rgb(55.2, 58.8, 62.4);
|
|
3135
3135
|
--bs-table-active-color: #fff;
|
|
3136
|
-
--bs-table-hover-bg:
|
|
3136
|
+
--bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
|
|
3137
3137
|
--bs-table-hover-color: #fff;
|
|
3138
3138
|
color: var(--bs-table-color);
|
|
3139
3139
|
border-color: var(--bs-table-border-color);
|
|
@@ -3241,7 +3241,7 @@ progress {
|
|
|
3241
3241
|
.q6RqDMR:focus {
|
|
3242
3242
|
color: var(--bs-body-color);
|
|
3243
3243
|
background-color: var(--bs-body-bg);
|
|
3244
|
-
border-color:
|
|
3244
|
+
border-color: rgb(134, 182.5, 254);
|
|
3245
3245
|
outline: 0;
|
|
3246
3246
|
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
|
|
3247
3247
|
}
|
|
@@ -3392,7 +3392,7 @@ textarea.Qfp5feW {
|
|
|
3392
3392
|
}
|
|
3393
3393
|
}
|
|
3394
3394
|
.WtaVD8x:focus {
|
|
3395
|
-
border-color:
|
|
3395
|
+
border-color: rgb(134, 182.5, 254);
|
|
3396
3396
|
outline: 0;
|
|
3397
3397
|
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
|
|
3398
3398
|
}
|
|
@@ -3479,7 +3479,7 @@ textarea.Qfp5feW {
|
|
|
3479
3479
|
filter: brightness(90%);
|
|
3480
3480
|
}
|
|
3481
3481
|
.d7dZZ7e:focus {
|
|
3482
|
-
border-color:
|
|
3482
|
+
border-color: rgb(134, 182.5, 254);
|
|
3483
3483
|
outline: 0;
|
|
3484
3484
|
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
|
|
3485
3485
|
}
|
|
@@ -3526,7 +3526,7 @@ textarea.Qfp5feW {
|
|
|
3526
3526
|
}
|
|
3527
3527
|
}
|
|
3528
3528
|
._956-NSs .d7dZZ7e:focus {
|
|
3529
|
-
--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='%
|
|
3529
|
+
--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%28134, 182.5, 254%29'/%3e%3c/svg%3e");
|
|
3530
3530
|
}
|
|
3531
3531
|
._956-NSs .d7dZZ7e:checked {
|
|
3532
3532
|
background-position: right center;
|
|
@@ -3601,7 +3601,7 @@ textarea.Qfp5feW {
|
|
|
3601
3601
|
}
|
|
3602
3602
|
}
|
|
3603
3603
|
.gG-l31P::-webkit-slider-thumb:active {
|
|
3604
|
-
background-color:
|
|
3604
|
+
background-color: rgb(182.4, 211.5, 254.4);
|
|
3605
3605
|
}
|
|
3606
3606
|
.gG-l31P::-webkit-slider-runnable-track {
|
|
3607
3607
|
width: 100%;
|
|
@@ -3630,7 +3630,7 @@ textarea.Qfp5feW {
|
|
|
3630
3630
|
}
|
|
3631
3631
|
}
|
|
3632
3632
|
.gG-l31P::-moz-range-thumb:active {
|
|
3633
|
-
background-color:
|
|
3633
|
+
background-color: rgb(182.4, 211.5, 254.4);
|
|
3634
3634
|
}
|
|
3635
3635
|
.gG-l31P::-moz-range-track {
|
|
3636
3636
|
width: 100%;
|
|
@@ -3666,9 +3666,11 @@ textarea.Qfp5feW {
|
|
|
3666
3666
|
top: 0;
|
|
3667
3667
|
left: 0;
|
|
3668
3668
|
z-index: 2;
|
|
3669
|
+
max-width: 100%;
|
|
3669
3670
|
height: 100%;
|
|
3670
3671
|
padding: 1rem 0.75rem;
|
|
3671
3672
|
overflow: hidden;
|
|
3673
|
+
color: rgba(var(--bs-body-color-rgb), 0.65);
|
|
3672
3674
|
text-align: start;
|
|
3673
3675
|
text-overflow: ellipsis;
|
|
3674
3676
|
white-space: nowrap;
|
|
@@ -3693,7 +3695,7 @@ textarea.Qfp5feW {
|
|
|
3693
3695
|
.PAZ5PRe > .NjpfLhw::placeholder {
|
|
3694
3696
|
color: transparent;
|
|
3695
3697
|
}
|
|
3696
|
-
.PAZ5PRe > .q6RqDMR:not(:-moz-placeholder
|
|
3698
|
+
.PAZ5PRe > .q6RqDMR:not(:-moz-placeholder), .PAZ5PRe > .NjpfLhw:not(:-moz-placeholder) {
|
|
3697
3699
|
padding-top: 1.625rem;
|
|
3698
3700
|
padding-bottom: 0.625rem;
|
|
3699
3701
|
}
|
|
@@ -3711,19 +3713,21 @@ textarea.Qfp5feW {
|
|
|
3711
3713
|
.PAZ5PRe > .WtaVD8x {
|
|
3712
3714
|
padding-top: 1.625rem;
|
|
3713
3715
|
padding-bottom: 0.625rem;
|
|
3716
|
+
padding-left: 0.75rem;
|
|
3714
3717
|
}
|
|
3715
|
-
.PAZ5PRe > .q6RqDMR:not(:-moz-placeholder
|
|
3716
|
-
color: rgba(var(--bs-body-color-rgb), 0.65);
|
|
3718
|
+
.PAZ5PRe > .q6RqDMR:not(:-moz-placeholder) ~ label {
|
|
3717
3719
|
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3718
3720
|
}
|
|
3719
3721
|
.PAZ5PRe > .q6RqDMR:focus ~ label,
|
|
3720
3722
|
.PAZ5PRe > .q6RqDMR:not(:placeholder-shown) ~ label,
|
|
3721
3723
|
.PAZ5PRe > .NjpfLhw ~ label,
|
|
3722
3724
|
.PAZ5PRe > .WtaVD8x ~ label {
|
|
3723
|
-
color: rgba(var(--bs-body-color-rgb), 0.65);
|
|
3724
3725
|
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3725
3726
|
}
|
|
3726
|
-
.PAZ5PRe > .q6RqDMR
|
|
3727
|
+
.PAZ5PRe > .q6RqDMR:-webkit-autofill ~ label {
|
|
3728
|
+
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3729
|
+
}
|
|
3730
|
+
.PAZ5PRe > textarea:not(:-moz-placeholder) ~ label::after {
|
|
3727
3731
|
position: absolute;
|
|
3728
3732
|
inset: 1rem 0.375rem;
|
|
3729
3733
|
z-index: -1;
|
|
@@ -3732,10 +3736,8 @@ textarea.Qfp5feW {
|
|
|
3732
3736
|
background-color: var(--bs-body-bg);
|
|
3733
3737
|
border-radius: var(--bs-border-radius);
|
|
3734
3738
|
}
|
|
3735
|
-
.PAZ5PRe >
|
|
3736
|
-
.PAZ5PRe >
|
|
3737
|
-
.PAZ5PRe > .NjpfLhw ~ label::after,
|
|
3738
|
-
.PAZ5PRe > .WtaVD8x ~ label::after {
|
|
3739
|
+
.PAZ5PRe > textarea:focus ~ label::after,
|
|
3740
|
+
.PAZ5PRe > textarea:not(:placeholder-shown) ~ label::after {
|
|
3739
3741
|
position: absolute;
|
|
3740
3742
|
inset: 1rem 0.375rem;
|
|
3741
3743
|
z-index: -1;
|
|
@@ -3744,9 +3746,8 @@ textarea.Qfp5feW {
|
|
|
3744
3746
|
background-color: var(--bs-body-bg);
|
|
3745
3747
|
border-radius: var(--bs-border-radius);
|
|
3746
3748
|
}
|
|
3747
|
-
.PAZ5PRe >
|
|
3748
|
-
color:
|
|
3749
|
-
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3749
|
+
.PAZ5PRe > textarea:disabled ~ label::after {
|
|
3750
|
+
background-color: var(--bs-secondary-bg);
|
|
3750
3751
|
}
|
|
3751
3752
|
.PAZ5PRe > .NjpfLhw ~ label {
|
|
3752
3753
|
border-width: var(--bs-border-width) 0;
|
|
@@ -3755,10 +3756,6 @@ textarea.Qfp5feW {
|
|
|
3755
3756
|
.PAZ5PRe > .q6RqDMR:disabled ~ label {
|
|
3756
3757
|
color: #6c757d;
|
|
3757
3758
|
}
|
|
3758
|
-
.PAZ5PRe > :disabled ~ label::after,
|
|
3759
|
-
.PAZ5PRe > .q6RqDMR:disabled ~ label::after {
|
|
3760
|
-
background-color: var(--bs-secondary-bg);
|
|
3761
|
-
}
|
|
3762
3759
|
|
|
3763
3760
|
.lvQ5bSs {
|
|
3764
3761
|
position: relative;
|
|
@@ -3841,7 +3838,7 @@ textarea.Qfp5feW {
|
|
|
3841
3838
|
border-bottom-right-radius: 0;
|
|
3842
3839
|
}
|
|
3843
3840
|
.lvQ5bSs > :not(:first-child):not(._0Z6ksIR):not(.a0cCYcp):not(.s9luvnC):not(.ngUy-7n):not(.s64RnGQ) {
|
|
3844
|
-
margin-left: calc(var(--bs-border-width)
|
|
3841
|
+
margin-left: calc(-1 * var(--bs-border-width));
|
|
3845
3842
|
border-top-left-radius: 0;
|
|
3846
3843
|
border-bottom-left-radius: 0;
|
|
3847
3844
|
}
|
|
@@ -3883,7 +3880,7 @@ textarea.Qfp5feW {
|
|
|
3883
3880
|
.lGd1oS0 .q6RqDMR:valid, .q6RqDMR.jHWKH7e {
|
|
3884
3881
|
border-color: var(--bs-form-valid-border-color);
|
|
3885
3882
|
padding-right: calc(1.5em + 0.75rem);
|
|
3886
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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.
|
|
3883
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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");
|
|
3887
3884
|
background-repeat: no-repeat;
|
|
3888
3885
|
background-position: right calc(0.375em + 0.1875rem) center;
|
|
3889
3886
|
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
|
@@ -3902,7 +3899,7 @@ textarea.Qfp5feW {
|
|
|
3902
3899
|
border-color: var(--bs-form-valid-border-color);
|
|
3903
3900
|
}
|
|
3904
3901
|
.lGd1oS0 .WtaVD8x:valid:not([multiple]):not([size]), .lGd1oS0 .WtaVD8x:valid:not([multiple])[size="1"], .WtaVD8x.jHWKH7e:not([multiple]):not([size]), .WtaVD8x.jHWKH7e:not([multiple])[size="1"] {
|
|
3905
|
-
--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='%23198754' 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.
|
|
3902
|
+
--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='%23198754' 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");
|
|
3906
3903
|
padding-right: 4.125rem;
|
|
3907
3904
|
background-position: right 0.75rem center, center right 2.25rem;
|
|
3908
3905
|
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
|
@@ -4117,12 +4114,12 @@ textarea.Qfp5feW {
|
|
|
4117
4114
|
--bs-btn-bg: #0d6efd;
|
|
4118
4115
|
--bs-btn-border-color: #0d6efd;
|
|
4119
4116
|
--bs-btn-hover-color: #fff;
|
|
4120
|
-
--bs-btn-hover-bg:
|
|
4121
|
-
--bs-btn-hover-border-color:
|
|
4117
|
+
--bs-btn-hover-bg: rgb(11.05, 93.5, 215.05);
|
|
4118
|
+
--bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
|
|
4122
4119
|
--bs-btn-focus-shadow-rgb: 49, 132, 253;
|
|
4123
4120
|
--bs-btn-active-color: #fff;
|
|
4124
|
-
--bs-btn-active-bg:
|
|
4125
|
-
--bs-btn-active-border-color:
|
|
4121
|
+
--bs-btn-active-bg: rgb(10.4, 88, 202.4);
|
|
4122
|
+
--bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);
|
|
4126
4123
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
4127
4124
|
--bs-btn-disabled-color: #fff;
|
|
4128
4125
|
--bs-btn-disabled-bg: #0d6efd;
|
|
@@ -4134,12 +4131,12 @@ textarea.Qfp5feW {
|
|
|
4134
4131
|
--bs-btn-bg: #6c757d;
|
|
4135
4132
|
--bs-btn-border-color: #6c757d;
|
|
4136
4133
|
--bs-btn-hover-color: #fff;
|
|
4137
|
-
--bs-btn-hover-bg:
|
|
4138
|
-
--bs-btn-hover-border-color:
|
|
4134
|
+
--bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
|
|
4135
|
+
--bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
|
|
4139
4136
|
--bs-btn-focus-shadow-rgb: 130, 138, 145;
|
|
4140
4137
|
--bs-btn-active-color: #fff;
|
|
4141
|
-
--bs-btn-active-bg:
|
|
4142
|
-
--bs-btn-active-border-color:
|
|
4138
|
+
--bs-btn-active-bg: rgb(86.4, 93.6, 100);
|
|
4139
|
+
--bs-btn-active-border-color: rgb(81, 87.75, 93.75);
|
|
4143
4140
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
4144
4141
|
--bs-btn-disabled-color: #fff;
|
|
4145
4142
|
--bs-btn-disabled-bg: #6c757d;
|
|
@@ -4151,12 +4148,12 @@ textarea.Qfp5feW {
|
|
|
4151
4148
|
--bs-btn-bg: #198754;
|
|
4152
4149
|
--bs-btn-border-color: #198754;
|
|
4153
4150
|
--bs-btn-hover-color: #fff;
|
|
4154
|
-
--bs-btn-hover-bg:
|
|
4155
|
-
--bs-btn-hover-border-color:
|
|
4151
|
+
--bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
|
|
4152
|
+
--bs-btn-hover-border-color: rgb(20, 108, 67.2);
|
|
4156
4153
|
--bs-btn-focus-shadow-rgb: 60, 153, 110;
|
|
4157
4154
|
--bs-btn-active-color: #fff;
|
|
4158
|
-
--bs-btn-active-bg:
|
|
4159
|
-
--bs-btn-active-border-color:
|
|
4155
|
+
--bs-btn-active-bg: rgb(20, 108, 67.2);
|
|
4156
|
+
--bs-btn-active-border-color: rgb(18.75, 101.25, 63);
|
|
4160
4157
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
4161
4158
|
--bs-btn-disabled-color: #fff;
|
|
4162
4159
|
--bs-btn-disabled-bg: #198754;
|
|
@@ -4168,12 +4165,12 @@ textarea.Qfp5feW {
|
|
|
4168
4165
|
--bs-btn-bg: #0dcaf0;
|
|
4169
4166
|
--bs-btn-border-color: #0dcaf0;
|
|
4170
4167
|
--bs-btn-hover-color: #000;
|
|
4171
|
-
--bs-btn-hover-bg:
|
|
4172
|
-
--bs-btn-hover-border-color:
|
|
4168
|
+
--bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
|
|
4169
|
+
--bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
|
|
4173
4170
|
--bs-btn-focus-shadow-rgb: 11, 172, 204;
|
|
4174
4171
|
--bs-btn-active-color: #000;
|
|
4175
|
-
--bs-btn-active-bg:
|
|
4176
|
-
--bs-btn-active-border-color:
|
|
4172
|
+
--bs-btn-active-bg: rgb(61.4, 212.6, 243);
|
|
4173
|
+
--bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
|
|
4177
4174
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
4178
4175
|
--bs-btn-disabled-color: #000;
|
|
4179
4176
|
--bs-btn-disabled-bg: #0dcaf0;
|
|
@@ -4185,12 +4182,12 @@ textarea.Qfp5feW {
|
|
|
4185
4182
|
--bs-btn-bg: #ffc107;
|
|
4186
4183
|
--bs-btn-border-color: #ffc107;
|
|
4187
4184
|
--bs-btn-hover-color: #000;
|
|
4188
|
-
--bs-btn-hover-bg:
|
|
4189
|
-
--bs-btn-hover-border-color:
|
|
4185
|
+
--bs-btn-hover-bg: rgb(255, 202.3, 44.2);
|
|
4186
|
+
--bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
|
|
4190
4187
|
--bs-btn-focus-shadow-rgb: 217, 164, 6;
|
|
4191
4188
|
--bs-btn-active-color: #000;
|
|
4192
|
-
--bs-btn-active-bg:
|
|
4193
|
-
--bs-btn-active-border-color:
|
|
4189
|
+
--bs-btn-active-bg: rgb(255, 205.4, 56.6);
|
|
4190
|
+
--bs-btn-active-border-color: rgb(255, 199.2, 31.8);
|
|
4194
4191
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
4195
4192
|
--bs-btn-disabled-color: #000;
|
|
4196
4193
|
--bs-btn-disabled-bg: #ffc107;
|
|
@@ -4202,12 +4199,12 @@ textarea.Qfp5feW {
|
|
|
4202
4199
|
--bs-btn-bg: #dc3545;
|
|
4203
4200
|
--bs-btn-border-color: #dc3545;
|
|
4204
4201
|
--bs-btn-hover-color: #fff;
|
|
4205
|
-
--bs-btn-hover-bg:
|
|
4206
|
-
--bs-btn-hover-border-color:
|
|
4202
|
+
--bs-btn-hover-bg: rgb(187, 45.05, 58.65);
|
|
4203
|
+
--bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
|
|
4207
4204
|
--bs-btn-focus-shadow-rgb: 225, 83, 97;
|
|
4208
4205
|
--bs-btn-active-color: #fff;
|
|
4209
|
-
--bs-btn-active-bg:
|
|
4210
|
-
--bs-btn-active-border-color:
|
|
4206
|
+
--bs-btn-active-bg: rgb(176, 42.4, 55.2);
|
|
4207
|
+
--bs-btn-active-border-color: rgb(165, 39.75, 51.75);
|
|
4211
4208
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
4212
4209
|
--bs-btn-disabled-color: #fff;
|
|
4213
4210
|
--bs-btn-disabled-bg: #dc3545;
|
|
@@ -4219,12 +4216,12 @@ textarea.Qfp5feW {
|
|
|
4219
4216
|
--bs-btn-bg: #f8f9fa;
|
|
4220
4217
|
--bs-btn-border-color: #f8f9fa;
|
|
4221
4218
|
--bs-btn-hover-color: #000;
|
|
4222
|
-
--bs-btn-hover-bg:
|
|
4223
|
-
--bs-btn-hover-border-color:
|
|
4219
|
+
--bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
|
|
4220
|
+
--bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
|
|
4224
4221
|
--bs-btn-focus-shadow-rgb: 211, 212, 213;
|
|
4225
4222
|
--bs-btn-active-color: #000;
|
|
4226
|
-
--bs-btn-active-bg:
|
|
4227
|
-
--bs-btn-active-border-color:
|
|
4223
|
+
--bs-btn-active-bg: rgb(198.4, 199.2, 200);
|
|
4224
|
+
--bs-btn-active-border-color: rgb(186, 186.75, 187.5);
|
|
4228
4225
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
4229
4226
|
--bs-btn-disabled-color: #000;
|
|
4230
4227
|
--bs-btn-disabled-bg: #f8f9fa;
|
|
@@ -4236,12 +4233,12 @@ textarea.Qfp5feW {
|
|
|
4236
4233
|
--bs-btn-bg: #212529;
|
|
4237
4234
|
--bs-btn-border-color: #212529;
|
|
4238
4235
|
--bs-btn-hover-color: #fff;
|
|
4239
|
-
--bs-btn-hover-bg:
|
|
4240
|
-
--bs-btn-hover-border-color:
|
|
4236
|
+
--bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
|
|
4237
|
+
--bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
|
|
4241
4238
|
--bs-btn-focus-shadow-rgb: 66, 70, 73;
|
|
4242
4239
|
--bs-btn-active-color: #fff;
|
|
4243
|
-
--bs-btn-active-bg:
|
|
4244
|
-
--bs-btn-active-border-color:
|
|
4240
|
+
--bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
|
|
4241
|
+
--bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
|
|
4245
4242
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
4246
4243
|
--bs-btn-disabled-color: #fff;
|
|
4247
4244
|
--bs-btn-disabled-bg: #212529;
|
|
@@ -4830,7 +4827,7 @@ textarea.Qfp5feW {
|
|
|
4830
4827
|
}
|
|
4831
4828
|
.PEqrVRx > :not(.lWxOE4r:first-child) + .DNeWg-T,
|
|
4832
4829
|
.PEqrVRx > .PEqrVRx:not(:first-child) {
|
|
4833
|
-
margin-left: calc(var(--bs-border-width)
|
|
4830
|
+
margin-left: calc(-1 * var(--bs-border-width));
|
|
4834
4831
|
}
|
|
4835
4832
|
.PEqrVRx > .DNeWg-T:not(:last-child):not(.LifuoYQ),
|
|
4836
4833
|
.PEqrVRx > .DNeWg-T.Or1RlAK:first-child,
|
|
@@ -4877,14 +4874,15 @@ textarea.Qfp5feW {
|
|
|
4877
4874
|
}
|
|
4878
4875
|
.NXLMBwR > .DNeWg-T:not(:first-child),
|
|
4879
4876
|
.NXLMBwR > .PEqrVRx:not(:first-child) {
|
|
4880
|
-
margin-top: calc(var(--bs-border-width)
|
|
4877
|
+
margin-top: calc(-1 * var(--bs-border-width));
|
|
4881
4878
|
}
|
|
4882
4879
|
.NXLMBwR > .DNeWg-T:not(:last-child):not(.LifuoYQ),
|
|
4883
4880
|
.NXLMBwR > .PEqrVRx:not(:last-child) > .DNeWg-T {
|
|
4884
4881
|
border-bottom-right-radius: 0;
|
|
4885
4882
|
border-bottom-left-radius: 0;
|
|
4886
4883
|
}
|
|
4887
|
-
.NXLMBwR > .DNeWg-T
|
|
4884
|
+
.NXLMBwR > .DNeWg-T:nth-child(n+3),
|
|
4885
|
+
.NXLMBwR > :not(.lWxOE4r) + .DNeWg-T,
|
|
4888
4886
|
.NXLMBwR > .PEqrVRx:not(:first-child) > .DNeWg-T {
|
|
4889
4887
|
border-top-left-radius: 0;
|
|
4890
4888
|
border-top-right-radius: 0;
|
|
@@ -5008,8 +5006,8 @@ textarea.Qfp5feW {
|
|
|
5008
5006
|
|
|
5009
5007
|
.BzFuR7J > .I1ZeIUF,
|
|
5010
5008
|
.BzFuR7J .FrvoAVR {
|
|
5011
|
-
flex-basis: 0;
|
|
5012
5009
|
flex-grow: 1;
|
|
5010
|
+
flex-basis: 0;
|
|
5013
5011
|
text-align: center;
|
|
5014
5012
|
}
|
|
5015
5013
|
|
|
@@ -5112,8 +5110,8 @@ textarea.Qfp5feW {
|
|
|
5112
5110
|
}
|
|
5113
5111
|
|
|
5114
5112
|
._6zdeiUM {
|
|
5115
|
-
flex-basis: 100%;
|
|
5116
5113
|
flex-grow: 1;
|
|
5114
|
+
flex-basis: 100%;
|
|
5117
5115
|
align-items: center;
|
|
5118
5116
|
}
|
|
5119
5117
|
|
|
@@ -5655,7 +5653,7 @@ textarea.Qfp5feW {
|
|
|
5655
5653
|
flex-flow: row wrap;
|
|
5656
5654
|
}
|
|
5657
5655
|
.cuniI47 > .ohhFOfc {
|
|
5658
|
-
flex: 1 0 0
|
|
5656
|
+
flex: 1 0 0;
|
|
5659
5657
|
margin-bottom: 0;
|
|
5660
5658
|
}
|
|
5661
5659
|
.cuniI47 > .ohhFOfc + .ohhFOfc {
|
|
@@ -5666,24 +5664,24 @@ textarea.Qfp5feW {
|
|
|
5666
5664
|
border-top-right-radius: 0;
|
|
5667
5665
|
border-bottom-right-radius: 0;
|
|
5668
5666
|
}
|
|
5669
|
-
.cuniI47 > .ohhFOfc:not(:last-child) .yY6MVPO,
|
|
5670
|
-
.cuniI47 > .ohhFOfc:not(:last-child) .v6IRCyU {
|
|
5667
|
+
.cuniI47 > .ohhFOfc:not(:last-child) > .yY6MVPO,
|
|
5668
|
+
.cuniI47 > .ohhFOfc:not(:last-child) > .v6IRCyU {
|
|
5671
5669
|
border-top-right-radius: 0;
|
|
5672
5670
|
}
|
|
5673
|
-
.cuniI47 > .ohhFOfc:not(:last-child) .sdaIkPS,
|
|
5674
|
-
.cuniI47 > .ohhFOfc:not(:last-child) .cHkefkP {
|
|
5671
|
+
.cuniI47 > .ohhFOfc:not(:last-child) > .sdaIkPS,
|
|
5672
|
+
.cuniI47 > .ohhFOfc:not(:last-child) > .cHkefkP {
|
|
5675
5673
|
border-bottom-right-radius: 0;
|
|
5676
5674
|
}
|
|
5677
5675
|
.cuniI47 > .ohhFOfc:not(:first-child) {
|
|
5678
5676
|
border-top-left-radius: 0;
|
|
5679
5677
|
border-bottom-left-radius: 0;
|
|
5680
5678
|
}
|
|
5681
|
-
.cuniI47 > .ohhFOfc:not(:first-child) .yY6MVPO,
|
|
5682
|
-
.cuniI47 > .ohhFOfc:not(:first-child) .v6IRCyU {
|
|
5679
|
+
.cuniI47 > .ohhFOfc:not(:first-child) > .yY6MVPO,
|
|
5680
|
+
.cuniI47 > .ohhFOfc:not(:first-child) > .v6IRCyU {
|
|
5683
5681
|
border-top-left-radius: 0;
|
|
5684
5682
|
}
|
|
5685
|
-
.cuniI47 > .ohhFOfc:not(:first-child) .sdaIkPS,
|
|
5686
|
-
.cuniI47 > .ohhFOfc:not(:first-child) .cHkefkP {
|
|
5683
|
+
.cuniI47 > .ohhFOfc:not(:first-child) > .sdaIkPS,
|
|
5684
|
+
.cuniI47 > .ohhFOfc:not(:first-child) > .cHkefkP {
|
|
5687
5685
|
border-bottom-left-radius: 0;
|
|
5688
5686
|
}
|
|
5689
5687
|
}
|
|
@@ -5700,11 +5698,11 @@ textarea.Qfp5feW {
|
|
|
5700
5698
|
--bs-accordion-btn-padding-y: 1rem;
|
|
5701
5699
|
--bs-accordion-btn-color: var(--bs-body-color);
|
|
5702
5700
|
--bs-accordion-btn-bg: var(--bs-accordion-bg);
|
|
5703
|
-
--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='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='
|
|
5701
|
+
--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='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
|
|
5704
5702
|
--bs-accordion-btn-icon-width: 1.25rem;
|
|
5705
5703
|
--bs-accordion-btn-icon-transform: rotate(-180deg);
|
|
5706
5704
|
--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
|
|
5707
|
-
--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='%
|
|
5705
|
+
--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%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
|
|
5708
5706
|
--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
|
|
5709
5707
|
--bs-accordion-body-padding-x: 1.25rem;
|
|
5710
5708
|
--bs-accordion-body-padding-y: 1rem;
|
|
@@ -5814,16 +5812,15 @@ textarea.Qfp5feW {
|
|
|
5814
5812
|
.aRW-a5- > .S9gEeh7:last-child {
|
|
5815
5813
|
border-bottom: 0;
|
|
5816
5814
|
}
|
|
5817
|
-
.aRW-a5- > .S9gEeh7 > .
|
|
5818
|
-
|
|
5819
|
-
|
|
5820
|
-
.aRW-a5- > .S9gEeh7 > ._7hNMzs9 {
|
|
5815
|
+
.aRW-a5- > .S9gEeh7 > ._7hNMzs9,
|
|
5816
|
+
.aRW-a5- > .S9gEeh7 > .unMRrjv .EN-AC5F,
|
|
5817
|
+
.aRW-a5- > .S9gEeh7 > .unMRrjv .EN-AC5F.vG7qVGd {
|
|
5821
5818
|
border-radius: 0;
|
|
5822
5819
|
}
|
|
5823
5820
|
|
|
5824
5821
|
[data-bs-theme=dark] .EN-AC5F::after {
|
|
5825
|
-
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%
|
|
5826
|
-
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%
|
|
5822
|
+
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.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");
|
|
5823
|
+
--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%28109.8, 168, 253.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");
|
|
5827
5824
|
}
|
|
5828
5825
|
|
|
5829
5826
|
.giyxyzq {
|
|
@@ -5927,7 +5924,7 @@ textarea.Qfp5feW {
|
|
|
5927
5924
|
}
|
|
5928
5925
|
|
|
5929
5926
|
.Rvryhjc:not(:first-child) .Jiya40D {
|
|
5930
|
-
margin-left: calc(var(--bs-border-width)
|
|
5927
|
+
margin-left: calc(-1 * var(--bs-border-width));
|
|
5931
5928
|
}
|
|
5932
5929
|
.Rvryhjc:first-child .Jiya40D {
|
|
5933
5930
|
border-top-left-radius: var(--bs-pagination-border-radius);
|
|
@@ -6076,7 +6073,7 @@ textarea.Qfp5feW {
|
|
|
6076
6073
|
|
|
6077
6074
|
@keyframes VosPIRD {
|
|
6078
6075
|
0% {
|
|
6079
|
-
background-position-x:
|
|
6076
|
+
background-position-x: var(--bs-progress-height);
|
|
6080
6077
|
}
|
|
6081
6078
|
}
|
|
6082
6079
|
._1iZTt0K,
|
|
@@ -6170,22 +6167,6 @@ textarea.Qfp5feW {
|
|
|
6170
6167
|
counter-increment: section;
|
|
6171
6168
|
}
|
|
6172
6169
|
|
|
6173
|
-
.abjG87Q {
|
|
6174
|
-
width: 100%;
|
|
6175
|
-
color: var(--bs-list-group-action-color);
|
|
6176
|
-
text-align: inherit;
|
|
6177
|
-
}
|
|
6178
|
-
.abjG87Q:hover, .abjG87Q:focus {
|
|
6179
|
-
z-index: 1;
|
|
6180
|
-
color: var(--bs-list-group-action-hover-color);
|
|
6181
|
-
text-decoration: none;
|
|
6182
|
-
background-color: var(--bs-list-group-action-hover-bg);
|
|
6183
|
-
}
|
|
6184
|
-
.abjG87Q:active {
|
|
6185
|
-
color: var(--bs-list-group-action-active-color);
|
|
6186
|
-
background-color: var(--bs-list-group-action-active-bg);
|
|
6187
|
-
}
|
|
6188
|
-
|
|
6189
6170
|
.Qdo83x6 {
|
|
6190
6171
|
position: relative;
|
|
6191
6172
|
display: block;
|
|
@@ -6222,6 +6203,22 @@ textarea.Qfp5feW {
|
|
|
6222
6203
|
border-top-width: var(--bs-list-group-border-width);
|
|
6223
6204
|
}
|
|
6224
6205
|
|
|
6206
|
+
.abjG87Q {
|
|
6207
|
+
width: 100%;
|
|
6208
|
+
color: var(--bs-list-group-action-color);
|
|
6209
|
+
text-align: inherit;
|
|
6210
|
+
}
|
|
6211
|
+
.abjG87Q:not(.aPhrQ2f):hover, .abjG87Q:not(.aPhrQ2f):focus {
|
|
6212
|
+
z-index: 1;
|
|
6213
|
+
color: var(--bs-list-group-action-hover-color);
|
|
6214
|
+
text-decoration: none;
|
|
6215
|
+
background-color: var(--bs-list-group-action-hover-bg);
|
|
6216
|
+
}
|
|
6217
|
+
.abjG87Q:not(.aPhrQ2f):active {
|
|
6218
|
+
color: var(--bs-list-group-action-active-color);
|
|
6219
|
+
background-color: var(--bs-list-group-action-active-bg);
|
|
6220
|
+
}
|
|
6221
|
+
|
|
6225
6222
|
.jS8lNwU {
|
|
6226
6223
|
flex-direction: row;
|
|
6227
6224
|
}
|
|
@@ -6505,19 +6502,19 @@ textarea.Qfp5feW {
|
|
|
6505
6502
|
|
|
6506
6503
|
.KvUyLmI {
|
|
6507
6504
|
--bs-btn-close-color: #000;
|
|
6508
|
-
--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.
|
|
6505
|
+
--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");
|
|
6509
6506
|
--bs-btn-close-opacity: 0.5;
|
|
6510
6507
|
--bs-btn-close-hover-opacity: 0.75;
|
|
6511
6508
|
--bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
|
|
6512
6509
|
--bs-btn-close-focus-opacity: 1;
|
|
6513
6510
|
--bs-btn-close-disabled-opacity: 0.25;
|
|
6514
|
-
--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
|
|
6515
6511
|
box-sizing: content-box;
|
|
6516
6512
|
width: 1em;
|
|
6517
6513
|
height: 1em;
|
|
6518
6514
|
padding: 0.25em 0.25em;
|
|
6519
6515
|
color: var(--bs-btn-close-color);
|
|
6520
6516
|
background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
|
|
6517
|
+
filter: var(--bs-btn-close-filter);
|
|
6521
6518
|
border: 0;
|
|
6522
6519
|
border-radius: 0.375rem;
|
|
6523
6520
|
opacity: var(--bs-btn-close-opacity);
|
|
@@ -6541,11 +6538,16 @@ textarea.Qfp5feW {
|
|
|
6541
6538
|
}
|
|
6542
6539
|
|
|
6543
6540
|
.gUyqa4E {
|
|
6544
|
-
|
|
6541
|
+
--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
|
|
6542
|
+
}
|
|
6543
|
+
|
|
6544
|
+
:root,
|
|
6545
|
+
[data-bs-theme=light] {
|
|
6546
|
+
--bs-btn-close-filter: ;
|
|
6545
6547
|
}
|
|
6546
6548
|
|
|
6547
|
-
[data-bs-theme=dark]
|
|
6548
|
-
|
|
6549
|
+
[data-bs-theme=dark] {
|
|
6550
|
+
--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
|
|
6549
6551
|
}
|
|
6550
6552
|
|
|
6551
6553
|
._0CIbi46 {
|
|
@@ -6621,7 +6623,7 @@ textarea.Qfp5feW {
|
|
|
6621
6623
|
--bs-modal-width: 500px;
|
|
6622
6624
|
--bs-modal-padding: 1rem;
|
|
6623
6625
|
--bs-modal-margin: 0.5rem;
|
|
6624
|
-
--bs-modal-color: ;
|
|
6626
|
+
--bs-modal-color: var(--bs-body-color);
|
|
6625
6627
|
--bs-modal-bg: var(--bs-body-bg);
|
|
6626
6628
|
--bs-modal-border-color: var(--bs-border-color-translucent);
|
|
6627
6629
|
--bs-modal-border-width: var(--bs-border-width);
|
|
@@ -6657,8 +6659,8 @@ textarea.Qfp5feW {
|
|
|
6657
6659
|
pointer-events: none;
|
|
6658
6660
|
}
|
|
6659
6661
|
.b9Z4Jf-._-53R6KB ._4wH6vpb {
|
|
6660
|
-
transition: transform 0.3s ease-out;
|
|
6661
6662
|
transform: translate(0, -50px);
|
|
6663
|
+
transition: transform 0.3s ease-out;
|
|
6662
6664
|
}
|
|
6663
6665
|
@media (prefers-reduced-motion: reduce) {
|
|
6664
6666
|
.b9Z4Jf-._-53R6KB ._4wH6vpb {
|
|
@@ -6733,7 +6735,10 @@ textarea.Qfp5feW {
|
|
|
6733
6735
|
}
|
|
6734
6736
|
._5eFqXed .KvUyLmI {
|
|
6735
6737
|
padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
|
|
6736
|
-
margin: calc(-0.5 * var(--bs-modal-header-padding-y))
|
|
6738
|
+
margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
|
|
6739
|
+
margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
|
|
6740
|
+
margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
|
|
6741
|
+
margin-left: auto;
|
|
6737
6742
|
}
|
|
6738
6743
|
|
|
6739
6744
|
.YpDULS0 {
|
|
@@ -7273,6 +7278,7 @@ textarea.Qfp5feW {
|
|
|
7273
7278
|
color: #fff;
|
|
7274
7279
|
text-align: center;
|
|
7275
7280
|
background: none;
|
|
7281
|
+
filter: var(--bs-carousel-control-icon-filter);
|
|
7276
7282
|
border: 0;
|
|
7277
7283
|
opacity: 0.5;
|
|
7278
7284
|
transition: opacity 0.15s ease;
|
|
@@ -7311,11 +7317,11 @@ textarea.Qfp5feW {
|
|
|
7311
7317
|
}
|
|
7312
7318
|
|
|
7313
7319
|
._5CMMRuB {
|
|
7314
|
-
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
|
|
7320
|
+
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")*/;
|
|
7315
7321
|
}
|
|
7316
7322
|
|
|
7317
7323
|
.X50hG47 {
|
|
7318
|
-
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-.
|
|
7324
|
+
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")*/;
|
|
7319
7325
|
}
|
|
7320
7326
|
|
|
7321
7327
|
.erb-40E {
|
|
@@ -7341,7 +7347,7 @@ textarea.Qfp5feW {
|
|
|
7341
7347
|
margin-left: 3px;
|
|
7342
7348
|
text-indent: -999px;
|
|
7343
7349
|
cursor: pointer;
|
|
7344
|
-
background-color:
|
|
7350
|
+
background-color: var(--bs-carousel-indicator-active-bg);
|
|
7345
7351
|
background-clip: padding-box;
|
|
7346
7352
|
border: 0;
|
|
7347
7353
|
border-top: 10px solid transparent;
|
|
@@ -7365,31 +7371,27 @@ textarea.Qfp5feW {
|
|
|
7365
7371
|
left: 15%;
|
|
7366
7372
|
padding-top: 1.25rem;
|
|
7367
7373
|
padding-bottom: 1.25rem;
|
|
7368
|
-
color:
|
|
7374
|
+
color: var(--bs-carousel-caption-color);
|
|
7369
7375
|
text-align: center;
|
|
7370
7376
|
}
|
|
7371
7377
|
|
|
7372
|
-
._89vGbHn
|
|
7373
|
-
|
|
7374
|
-
|
|
7375
|
-
|
|
7376
|
-
._89vGbHn .erb-40E [data-bs-target] {
|
|
7377
|
-
background-color: #000;
|
|
7378
|
-
}
|
|
7379
|
-
._89vGbHn .HtKj7Z5 {
|
|
7380
|
-
color: #000;
|
|
7378
|
+
._89vGbHn {
|
|
7379
|
+
--bs-carousel-indicator-active-bg: #000;
|
|
7380
|
+
--bs-carousel-caption-color: #000;
|
|
7381
|
+
--bs-carousel-control-icon-filter: invert(1) grayscale(100);
|
|
7381
7382
|
}
|
|
7382
7383
|
|
|
7383
|
-
|
|
7384
|
-
[data-bs-theme=
|
|
7385
|
-
|
|
7386
|
-
|
|
7387
|
-
|
|
7388
|
-
[data-bs-theme=dark] .TVMSNUF .erb-40E [data-bs-target], [data-bs-theme=dark].TVMSNUF .erb-40E [data-bs-target] {
|
|
7389
|
-
background-color: #000;
|
|
7384
|
+
:root,
|
|
7385
|
+
[data-bs-theme=light] {
|
|
7386
|
+
--bs-carousel-indicator-active-bg: #fff;
|
|
7387
|
+
--bs-carousel-caption-color: #fff;
|
|
7388
|
+
--bs-carousel-control-icon-filter: ;
|
|
7390
7389
|
}
|
|
7391
|
-
|
|
7392
|
-
|
|
7390
|
+
|
|
7391
|
+
[data-bs-theme=dark] {
|
|
7392
|
+
--bs-carousel-indicator-active-bg: #000;
|
|
7393
|
+
--bs-carousel-caption-color: #000;
|
|
7394
|
+
--bs-carousel-control-icon-filter: invert(1) grayscale(100);
|
|
7393
7395
|
}
|
|
7394
7396
|
|
|
7395
7397
|
.H6w-Lvx,
|
|
@@ -8017,7 +8019,10 @@ textarea.Qfp5feW {
|
|
|
8017
8019
|
}
|
|
8018
8020
|
.Fkv4SH- .KvUyLmI {
|
|
8019
8021
|
padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
|
|
8020
|
-
margin: calc(-0.5 * var(--bs-offcanvas-padding-y))
|
|
8022
|
+
margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
|
|
8023
|
+
margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
|
|
8024
|
+
margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
|
|
8025
|
+
margin-left: auto;
|
|
8021
8026
|
}
|
|
8022
8027
|
|
|
8023
8028
|
.qzo8qH8 {
|
|
@@ -8398,6 +8403,10 @@ textarea.Qfp5feW {
|
|
|
8398
8403
|
.IbhUwQT:not(:focus):not(:focus-within):not(caption) {
|
|
8399
8404
|
position: absolute !important;
|
|
8400
8405
|
}
|
|
8406
|
+
._61TTjg7 *,
|
|
8407
|
+
.IbhUwQT:not(:focus):not(:focus-within) * {
|
|
8408
|
+
overflow: hidden !important;
|
|
8409
|
+
}
|
|
8401
8410
|
|
|
8402
8411
|
._92cSbcI::after {
|
|
8403
8412
|
position: absolute;
|