@kaizen/components 1.69.1 → 1.69.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/styles.css
CHANGED
|
@@ -490,6 +490,10 @@
|
|
|
490
490
|
}
|
|
491
491
|
/* stylelint-enable no-descending-specificity */
|
|
492
492
|
|
|
493
|
+
.Brand-module_img__uWvra {
|
|
494
|
+
max-inline-size: 100%;
|
|
495
|
+
display: flex;
|
|
496
|
+
}
|
|
493
497
|
.TextArea-module_wrapper__FHfMG {
|
|
494
498
|
font-family: var(--typography-paragraph-body-font-family);
|
|
495
499
|
font-size: var(--typography-paragraph-body-font-size);
|
|
@@ -747,6 +751,12 @@
|
|
|
747
751
|
--button-bg-color: var(--color-gray-300);
|
|
748
752
|
--button-border-color: var(--color-black);
|
|
749
753
|
}
|
|
754
|
+
|
|
755
|
+
&.Button-module_isDisabled__FDp7k {
|
|
756
|
+
--button-bg-color: var(--color-white);
|
|
757
|
+
--button-border-color: var(--color-gray-400);
|
|
758
|
+
--button-text-color: var(--color-gray-400);
|
|
759
|
+
}
|
|
750
760
|
}
|
|
751
761
|
|
|
752
762
|
.Button-module_tertiary__7iiaM {
|
|
@@ -754,19 +764,31 @@
|
|
|
754
764
|
--button-border-color: transparent;
|
|
755
765
|
--button-text-color: var(--color-purple-800);
|
|
756
766
|
|
|
767
|
+
&[data-hovered],
|
|
768
|
+
&[data-pressed],
|
|
769
|
+
&[data-pending] {
|
|
770
|
+
--button-text-color: var(--color-blue-500);
|
|
771
|
+
}
|
|
772
|
+
|
|
757
773
|
&[data-hovered] {
|
|
758
|
-
--button-bg-color: var(--color-
|
|
759
|
-
--button-border-color: var(--color-
|
|
774
|
+
--button-bg-color: var(--color-blue-200);
|
|
775
|
+
--button-border-color: var(--color-blue-200);
|
|
760
776
|
}
|
|
761
777
|
|
|
762
778
|
&[data-pressed] {
|
|
763
|
-
--button-bg-color: var(--color-
|
|
764
|
-
--button-border-color: var(--color-
|
|
779
|
+
--button-bg-color: var(--color-blue-100);
|
|
780
|
+
--button-border-color: var(--color-blue-100);
|
|
765
781
|
}
|
|
766
782
|
|
|
767
783
|
&[data-pending] {
|
|
768
|
-
--button-bg-color: var(--color-
|
|
769
|
-
--button-border-color: var(--color-
|
|
784
|
+
--button-bg-color: var(--color-blue-100);
|
|
785
|
+
--button-border-color: var(--color-blue-100);
|
|
786
|
+
}
|
|
787
|
+
|
|
788
|
+
&.Button-module_isDisabled__FDp7k {
|
|
789
|
+
--button-bg-color: transparent;
|
|
790
|
+
--button-border-color: transparent;
|
|
791
|
+
--button-text-color: var(--color-gray-400);
|
|
770
792
|
}
|
|
771
793
|
}
|
|
772
794
|
|
|
@@ -784,19 +806,25 @@
|
|
|
784
806
|
--button-text-color: var(--color-purple-800);
|
|
785
807
|
|
|
786
808
|
&[data-hovered] {
|
|
787
|
-
--button-bg-color: var(--color-
|
|
788
|
-
--button-border-color: var(--color-
|
|
809
|
+
--button-bg-color: var(--color-gray-200);
|
|
810
|
+
--button-border-color: var(--color-gray-200);
|
|
789
811
|
}
|
|
790
812
|
|
|
791
813
|
&[data-pressed] {
|
|
792
|
-
--button-bg-color: var(--color-
|
|
793
|
-
--button-border-color: var(--color-
|
|
814
|
+
--button-bg-color: var(--color-gray-300);
|
|
815
|
+
--button-border-color: var(--color-gray-300);
|
|
794
816
|
}
|
|
795
817
|
|
|
796
818
|
&[data-pending] {
|
|
797
819
|
--button-bg-color: var(--color-white);
|
|
798
820
|
--button-border-color: var(--color-white);
|
|
799
821
|
}
|
|
822
|
+
|
|
823
|
+
&.Button-module_isDisabled__FDp7k {
|
|
824
|
+
--button-bg-color: rgba(var(--color-white-rgb), 0.2);
|
|
825
|
+
--button-border-color: transparent;
|
|
826
|
+
--button-text-color: rgba(var(--color-purple-800-rgb), 0.7);
|
|
827
|
+
}
|
|
800
828
|
}
|
|
801
829
|
|
|
802
830
|
.Button-module_secondaryReversed__us2lk {
|
|
@@ -818,6 +846,12 @@
|
|
|
818
846
|
--button-bg-color: rgba(var(--color-white-rgb), 0.1);
|
|
819
847
|
--button-border-color: var(--color-white);
|
|
820
848
|
}
|
|
849
|
+
|
|
850
|
+
&.Button-module_isDisabled__FDp7k {
|
|
851
|
+
--button-bg-color: transparent;
|
|
852
|
+
--button-border-color: rgba(var(--color-white), 0.2);
|
|
853
|
+
--button-text-color: rgba(var(--color-white-rgb), 0.2);
|
|
854
|
+
}
|
|
821
855
|
}
|
|
822
856
|
|
|
823
857
|
.Button-module_tertiaryReversed__lB1o6 {
|
|
@@ -839,16 +873,11 @@
|
|
|
839
873
|
--button-bg-color: rgba(var(--color-white-rgb), 0.1);
|
|
840
874
|
--button-border-color: transparent;
|
|
841
875
|
}
|
|
842
|
-
}
|
|
843
|
-
|
|
844
|
-
.Button-module_isDisabled__FDp7k {
|
|
845
|
-
--button-bg-color: var(--color-gray-400);
|
|
846
|
-
--button-border-color: var(--color-gray-400);
|
|
847
|
-
--button-text-color: var(--color-white);
|
|
848
876
|
|
|
849
|
-
|
|
850
|
-
--button-bg-color:
|
|
851
|
-
--button-border-color:
|
|
877
|
+
&.Button-module_isDisabled__FDp7k {
|
|
878
|
+
--button-bg-color: transparent;
|
|
879
|
+
--button-border-color: transparent;
|
|
880
|
+
--button-text-color: rgba(var(--color-white-rgb), 0.2);
|
|
852
881
|
}
|
|
853
882
|
}
|
|
854
883
|
|
|
@@ -994,12 +1023,6 @@
|
|
|
994
1023
|
display: inherit;
|
|
995
1024
|
}
|
|
996
1025
|
|
|
997
|
-
@media (width < 768px) {
|
|
998
|
-
.Filter-module_filter__u3IkC {
|
|
999
|
-
flex-basis: 100%;
|
|
1000
|
-
}
|
|
1001
|
-
}
|
|
1002
|
-
|
|
1003
1026
|
.FilterBar-module_filterBar__JEVKL {
|
|
1004
1027
|
display: flex;
|
|
1005
1028
|
padding: var(--spacing-8);
|
|
@@ -1020,6 +1043,36 @@
|
|
|
1020
1043
|
gap: var(--spacing-8);
|
|
1021
1044
|
}
|
|
1022
1045
|
|
|
1046
|
+
@media (width < 768px) {
|
|
1047
|
+
.Filter-module_filter__u3IkC {
|
|
1048
|
+
flex-basis: 100%;
|
|
1049
|
+
}
|
|
1050
|
+
}
|
|
1051
|
+
|
|
1052
|
+
.FilterButton-module_filterButton__Fn1OD {
|
|
1053
|
+
gap: var(--spacing-6);
|
|
1054
|
+
justify-content: space-between;
|
|
1055
|
+
}
|
|
1056
|
+
|
|
1057
|
+
@media (width < 768px) {
|
|
1058
|
+
.FilterButton-module_filterButton__Fn1OD {
|
|
1059
|
+
flex-grow: 1;
|
|
1060
|
+
}
|
|
1061
|
+
}
|
|
1062
|
+
|
|
1063
|
+
.FilterButton-module_labelContainer__sPAcx {
|
|
1064
|
+
display: inline-flex;
|
|
1065
|
+
flex-wrap: wrap;
|
|
1066
|
+
}
|
|
1067
|
+
|
|
1068
|
+
.FilterButton-module_hasSelectedValues__bHR5g {
|
|
1069
|
+
font-weight: bold;
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1072
|
+
.FilterButton-module_labelSeparator__KimZO {
|
|
1073
|
+
margin-inline-end: var(--spacing-6);
|
|
1074
|
+
}
|
|
1075
|
+
|
|
1023
1076
|
.LiveIcon-module_liveIcon__v6FG- {
|
|
1024
1077
|
display: inline-block;
|
|
1025
1078
|
position: relative;
|
|
@@ -1116,30 +1169,6 @@
|
|
|
1116
1169
|
height: 100%;
|
|
1117
1170
|
}
|
|
1118
1171
|
|
|
1119
|
-
.FilterButton-module_filterButton__Fn1OD {
|
|
1120
|
-
gap: var(--spacing-6);
|
|
1121
|
-
justify-content: space-between;
|
|
1122
|
-
}
|
|
1123
|
-
|
|
1124
|
-
@media (width < 768px) {
|
|
1125
|
-
.FilterButton-module_filterButton__Fn1OD {
|
|
1126
|
-
flex-grow: 1;
|
|
1127
|
-
}
|
|
1128
|
-
}
|
|
1129
|
-
|
|
1130
|
-
.FilterButton-module_labelContainer__sPAcx {
|
|
1131
|
-
display: inline-flex;
|
|
1132
|
-
flex-wrap: wrap;
|
|
1133
|
-
}
|
|
1134
|
-
|
|
1135
|
-
.FilterButton-module_hasSelectedValues__bHR5g {
|
|
1136
|
-
font-weight: bold;
|
|
1137
|
-
}
|
|
1138
|
-
|
|
1139
|
-
.FilterButton-module_labelSeparator__KimZO {
|
|
1140
|
-
margin-inline-end: var(--spacing-6);
|
|
1141
|
-
}
|
|
1142
|
-
|
|
1143
1172
|
.TruncateIndicator-module_truncateIndicatorWrapper__Ft9Pp {
|
|
1144
1173
|
display: flex;
|
|
1145
1174
|
align-items: center;
|
|
@@ -1154,6 +1183,11 @@
|
|
|
1154
1183
|
font-size: inherit;
|
|
1155
1184
|
}
|
|
1156
1185
|
|
|
1186
|
+
.Main-module_main__K9Z0C {
|
|
1187
|
+
/* This is set so children will sit beneath the header and footer when sticky */
|
|
1188
|
+
z-index: 0;
|
|
1189
|
+
}
|
|
1190
|
+
|
|
1157
1191
|
.Wrapper-module_wrapper__-tWQy {
|
|
1158
1192
|
display: grid;
|
|
1159
1193
|
grid-template-rows: min-content 1fr min-content;
|
|
@@ -1162,11 +1196,6 @@
|
|
|
1162
1196
|
background: var(--color-gray-100);
|
|
1163
1197
|
}
|
|
1164
1198
|
|
|
1165
|
-
.Main-module_main__K9Z0C {
|
|
1166
|
-
/* This is set so children will sit beneath the header and footer when sticky */
|
|
1167
|
-
z-index: 0;
|
|
1168
|
-
}
|
|
1169
|
-
|
|
1170
1199
|
@media (width < 768px) {
|
|
1171
1200
|
.FilterBarMultiSelect-module_filterMultiSelect__a4enz {
|
|
1172
1201
|
flex-basis: 100%;
|
|
@@ -1214,67 +1243,6 @@
|
|
|
1214
1243
|
width: 100%;
|
|
1215
1244
|
}
|
|
1216
1245
|
|
|
1217
|
-
.TabList-module_container__D-QBz {
|
|
1218
|
-
position: relative;
|
|
1219
|
-
}
|
|
1220
|
-
|
|
1221
|
-
.TabList-module_tabList__Akb-i {
|
|
1222
|
-
border-bottom: 1px solid rgba(var(--color-gray-600-rgb), 0.1);
|
|
1223
|
-
padding: var(--spacing-6) 0 0;
|
|
1224
|
-
width: 100%;
|
|
1225
|
-
height: 100%;
|
|
1226
|
-
overflow-x: scroll;
|
|
1227
|
-
white-space: nowrap;
|
|
1228
|
-
scrollbar-width: none;
|
|
1229
|
-
scroll-behavior: smooth;
|
|
1230
|
-
}
|
|
1231
|
-
|
|
1232
|
-
.TabList-module_noPadding__nMPln {
|
|
1233
|
-
padding: 0;
|
|
1234
|
-
}
|
|
1235
|
-
|
|
1236
|
-
.TabList-module_leftArrow__4NECq,
|
|
1237
|
-
.TabList-module_rightArrow__ig-4P {
|
|
1238
|
-
--icon-size: 24;
|
|
1239
|
-
|
|
1240
|
-
display: flex;
|
|
1241
|
-
align-items: center;
|
|
1242
|
-
justify-content: center;
|
|
1243
|
-
position: absolute;
|
|
1244
|
-
z-index: 10000;
|
|
1245
|
-
background: var(--color-white);
|
|
1246
|
-
inset-block: 0 1px;
|
|
1247
|
-
width: 48px;
|
|
1248
|
-
cursor: default;
|
|
1249
|
-
user-select: none;
|
|
1250
|
-
}
|
|
1251
|
-
|
|
1252
|
-
/*
|
|
1253
|
-
* Note: we're purposefully using directional properties instead of start/end for positioning and styling related to the carousel arrows
|
|
1254
|
-
*/
|
|
1255
|
-
.TabList-module_leftArrow__4NECq {
|
|
1256
|
-
left: 0;
|
|
1257
|
-
}
|
|
1258
|
-
|
|
1259
|
-
.TabList-module_leftArrow__4NECq,
|
|
1260
|
-
.TabList-module_leftArrow__4NECq:hover {
|
|
1261
|
-
border-right: 1px solid rgba(var(--color-gray-600-rgb), 0.1);
|
|
1262
|
-
}
|
|
1263
|
-
|
|
1264
|
-
.TabList-module_rightArrow__ig-4P {
|
|
1265
|
-
right: 0;
|
|
1266
|
-
}
|
|
1267
|
-
|
|
1268
|
-
.TabList-module_rightArrow__ig-4P,
|
|
1269
|
-
.TabList-module_rightArrow__ig-4P:hover {
|
|
1270
|
-
border-left: 1px solid rgba(var(--color-gray-600-rgb), 0.1);
|
|
1271
|
-
}
|
|
1272
|
-
|
|
1273
|
-
.TabList-module_leftArrow__4NECq:hover,
|
|
1274
|
-
.TabList-module_rightArrow__ig-4P:hover {
|
|
1275
|
-
background: var(--color-gray-200);
|
|
1276
|
-
}
|
|
1277
|
-
|
|
1278
1246
|
.Tab-module_tab__wr7-k {
|
|
1279
1247
|
display: inline-flex;
|
|
1280
1248
|
align-items: center;
|
|
@@ -1384,67 +1352,148 @@
|
|
|
1384
1352
|
}
|
|
1385
1353
|
}
|
|
1386
1354
|
|
|
1387
|
-
.
|
|
1388
|
-
|
|
1389
|
-
flex-grow: 1;
|
|
1390
|
-
flex-basis: auto;
|
|
1391
|
-
}
|
|
1392
|
-
|
|
1393
|
-
.FooterActions-module_footerActionPrevious__VJ6j1 {
|
|
1394
|
-
grid-area: 'prev';
|
|
1395
|
-
justify-content: start;
|
|
1396
|
-
}
|
|
1397
|
-
|
|
1398
|
-
.FooterActions-module_footerActionNext__koFhj {
|
|
1399
|
-
grid-area: 'next';
|
|
1400
|
-
justify-content: end;
|
|
1355
|
+
.TabList-module_container__D-QBz {
|
|
1356
|
+
position: relative;
|
|
1401
1357
|
}
|
|
1402
1358
|
|
|
1403
|
-
.
|
|
1359
|
+
.TabList-module_tabList__Akb-i {
|
|
1360
|
+
border-bottom: 1px solid rgba(var(--color-gray-600-rgb), 0.1);
|
|
1361
|
+
padding: var(--spacing-6) 0 0;
|
|
1404
1362
|
width: 100%;
|
|
1363
|
+
height: 100%;
|
|
1364
|
+
overflow-x: scroll;
|
|
1365
|
+
white-space: nowrap;
|
|
1366
|
+
scrollbar-width: none;
|
|
1367
|
+
scroll-behavior: smooth;
|
|
1405
1368
|
}
|
|
1406
1369
|
|
|
1407
|
-
.
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
width: 100%;
|
|
1411
|
-
grid-area: stepper;
|
|
1370
|
+
.TabList-module_noPadding__nMPln {
|
|
1371
|
+
padding: 0;
|
|
1412
1372
|
}
|
|
1413
1373
|
|
|
1414
|
-
.
|
|
1415
|
-
|
|
1374
|
+
.TabList-module_leftArrow__4NECq,
|
|
1375
|
+
.TabList-module_rightArrow__ig-4P {
|
|
1376
|
+
--icon-size: 24;
|
|
1377
|
+
|
|
1378
|
+
display: flex;
|
|
1379
|
+
align-items: center;
|
|
1416
1380
|
justify-content: center;
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1381
|
+
position: absolute;
|
|
1382
|
+
z-index: 10000;
|
|
1383
|
+
background: var(--color-white);
|
|
1384
|
+
inset-block: 0 1px;
|
|
1385
|
+
width: 48px;
|
|
1386
|
+
cursor: default;
|
|
1387
|
+
user-select: none;
|
|
1388
|
+
}
|
|
1421
1389
|
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1390
|
+
/*
|
|
1391
|
+
* Note: we're purposefully using directional properties instead of start/end for positioning and styling related to the carousel arrows
|
|
1392
|
+
*/
|
|
1393
|
+
.TabList-module_leftArrow__4NECq {
|
|
1394
|
+
left: 0;
|
|
1425
1395
|
}
|
|
1426
1396
|
|
|
1427
|
-
.
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
flex-basis: 100%;
|
|
1431
|
-
justify-content: center;
|
|
1432
|
-
max-width: var(--spacing-96);
|
|
1433
|
-
overflow-wrap: break-word;
|
|
1434
|
-
position: relative;
|
|
1435
|
-
container: step / inline-size;
|
|
1397
|
+
.TabList-module_leftArrow__4NECq,
|
|
1398
|
+
.TabList-module_leftArrow__4NECq:hover {
|
|
1399
|
+
border-right: 1px solid rgba(var(--color-gray-600-rgb), 0.1);
|
|
1436
1400
|
}
|
|
1437
1401
|
|
|
1438
|
-
.
|
|
1439
|
-
|
|
1440
|
-
align-items: center;
|
|
1441
|
-
flex-direction: column;
|
|
1402
|
+
.TabList-module_rightArrow__ig-4P {
|
|
1403
|
+
right: 0;
|
|
1442
1404
|
}
|
|
1443
1405
|
|
|
1444
|
-
.
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1406
|
+
.TabList-module_rightArrow__ig-4P,
|
|
1407
|
+
.TabList-module_rightArrow__ig-4P:hover {
|
|
1408
|
+
border-left: 1px solid rgba(var(--color-gray-600-rgb), 0.1);
|
|
1409
|
+
}
|
|
1410
|
+
|
|
1411
|
+
.TabList-module_leftArrow__4NECq:hover,
|
|
1412
|
+
.TabList-module_rightArrow__ig-4P:hover {
|
|
1413
|
+
background: var(--color-gray-200);
|
|
1414
|
+
}
|
|
1415
|
+
|
|
1416
|
+
.Branding-module_branding__g3OoE {
|
|
1417
|
+
grid-area: branding;
|
|
1418
|
+
display: flex;
|
|
1419
|
+
justify-content: center;
|
|
1420
|
+
padding-top: var(--spacing-4);
|
|
1421
|
+
|
|
1422
|
+
@media (width >=768px) {
|
|
1423
|
+
justify-content: unset;
|
|
1424
|
+
}
|
|
1425
|
+
}
|
|
1426
|
+
|
|
1427
|
+
.Branding-module_logo__yLHfs {
|
|
1428
|
+
width: 7.5rem;
|
|
1429
|
+
}
|
|
1430
|
+
|
|
1431
|
+
.RemovableFilterTrigger-module_filterButtonRemovable__-M4wV {
|
|
1432
|
+
width: 100%;
|
|
1433
|
+
}
|
|
1434
|
+
|
|
1435
|
+
.FooterRoot-module_footerRoot__-osuZ {
|
|
1436
|
+
display: grid;
|
|
1437
|
+
grid-template-areas: 'prev stepper next';
|
|
1438
|
+
grid-template-columns: 1fr 2fr 1fr;
|
|
1439
|
+
flex-grow: 1;
|
|
1440
|
+
justify-content: center;
|
|
1441
|
+
align-items: center;
|
|
1442
|
+
padding: var(--spacing-24) var(--spacing-12);
|
|
1443
|
+
background: var(--color-white);
|
|
1444
|
+
gap: var(--spacing-16);
|
|
1445
|
+
border-top: 2px solid rgba(var(--color-gray-600-rgb), 0.1);
|
|
1446
|
+
|
|
1447
|
+
@media (width >= 768px) {
|
|
1448
|
+
grid-template-columns: 1fr 5fr 1fr;
|
|
1449
|
+
padding: var(--spacing-24) var(--spacing-32);
|
|
1450
|
+
position: sticky;
|
|
1451
|
+
bottom: 0;
|
|
1452
|
+
z-index: 1;
|
|
1453
|
+
}
|
|
1454
|
+
}
|
|
1455
|
+
|
|
1456
|
+
.ProgressStepper-module_stepsContainer__7Motj {
|
|
1457
|
+
--progress-stepper-indicator-size: 1.25rem;
|
|
1458
|
+
|
|
1459
|
+
width: 100%;
|
|
1460
|
+
grid-area: stepper;
|
|
1461
|
+
}
|
|
1462
|
+
|
|
1463
|
+
.ProgressStepper-module_stepList__jmArV {
|
|
1464
|
+
display: none;
|
|
1465
|
+
justify-content: center;
|
|
1466
|
+
align-items: flex-end;
|
|
1467
|
+
list-style: none;
|
|
1468
|
+
margin: 0;
|
|
1469
|
+
padding: 0;
|
|
1470
|
+
|
|
1471
|
+
@media (width >= 768px) {
|
|
1472
|
+
display: flex;
|
|
1473
|
+
}
|
|
1474
|
+
}
|
|
1475
|
+
|
|
1476
|
+
.ProgressStepper-module_step__x0O0y {
|
|
1477
|
+
display: flex;
|
|
1478
|
+
flex-grow: 1;
|
|
1479
|
+
flex-basis: 100%;
|
|
1480
|
+
justify-content: center;
|
|
1481
|
+
max-width: var(--spacing-96);
|
|
1482
|
+
overflow-wrap: break-word;
|
|
1483
|
+
position: relative;
|
|
1484
|
+
container: step / inline-size;
|
|
1485
|
+
}
|
|
1486
|
+
|
|
1487
|
+
.ProgressStepper-module_stepContent__OuBES {
|
|
1488
|
+
display: flex;
|
|
1489
|
+
align-items: center;
|
|
1490
|
+
flex-direction: column;
|
|
1491
|
+
}
|
|
1492
|
+
|
|
1493
|
+
.ProgressStepper-module_stepIndicator__opcbs {
|
|
1494
|
+
width: var(--progress-stepper-indicator-size);
|
|
1495
|
+
height: var(--progress-stepper-indicator-size);
|
|
1496
|
+
position: relative;
|
|
1448
1497
|
}
|
|
1449
1498
|
|
|
1450
1499
|
.ProgressStepper-module_stepName__QvpQ4 {
|
|
@@ -1522,42 +1571,6 @@
|
|
|
1522
1571
|
}
|
|
1523
1572
|
}
|
|
1524
1573
|
|
|
1525
|
-
.FooterRoot-module_footerRoot__-osuZ {
|
|
1526
|
-
display: grid;
|
|
1527
|
-
grid-template-areas: 'prev stepper next';
|
|
1528
|
-
grid-template-columns: 1fr 2fr 1fr;
|
|
1529
|
-
flex-grow: 1;
|
|
1530
|
-
justify-content: center;
|
|
1531
|
-
align-items: center;
|
|
1532
|
-
padding: var(--spacing-24) var(--spacing-12);
|
|
1533
|
-
background: var(--color-white);
|
|
1534
|
-
gap: var(--spacing-16);
|
|
1535
|
-
border-top: 2px solid rgba(var(--color-gray-600-rgb), 0.1);
|
|
1536
|
-
|
|
1537
|
-
@media (width >= 768px) {
|
|
1538
|
-
grid-template-columns: 1fr 5fr 1fr;
|
|
1539
|
-
padding: var(--spacing-24) var(--spacing-32);
|
|
1540
|
-
position: sticky;
|
|
1541
|
-
bottom: 0;
|
|
1542
|
-
z-index: 1;
|
|
1543
|
-
}
|
|
1544
|
-
}
|
|
1545
|
-
|
|
1546
|
-
.Branding-module_branding__g3OoE {
|
|
1547
|
-
grid-area: branding;
|
|
1548
|
-
display: flex;
|
|
1549
|
-
justify-content: center;
|
|
1550
|
-
padding-top: var(--spacing-4);
|
|
1551
|
-
|
|
1552
|
-
@media (width >=768px) {
|
|
1553
|
-
justify-content: unset;
|
|
1554
|
-
}
|
|
1555
|
-
}
|
|
1556
|
-
|
|
1557
|
-
.Branding-module_logo__yLHfs {
|
|
1558
|
-
width: 7.5rem;
|
|
1559
|
-
}
|
|
1560
|
-
|
|
1561
1574
|
.Actions-module_actions__JzCWB {
|
|
1562
1575
|
grid-area: actions;
|
|
1563
1576
|
display: flex;
|
|
@@ -1596,6 +1609,22 @@
|
|
|
1596
1609
|
margin-top: var(--spacing-8);
|
|
1597
1610
|
}
|
|
1598
1611
|
|
|
1612
|
+
.FooterActions-module_footerAction__szvPs {
|
|
1613
|
+
display: flex;
|
|
1614
|
+
flex-grow: 1;
|
|
1615
|
+
flex-basis: auto;
|
|
1616
|
+
}
|
|
1617
|
+
|
|
1618
|
+
.FooterActions-module_footerActionPrevious__VJ6j1 {
|
|
1619
|
+
grid-area: 'prev';
|
|
1620
|
+
justify-content: start;
|
|
1621
|
+
}
|
|
1622
|
+
|
|
1623
|
+
.FooterActions-module_footerActionNext__koFhj {
|
|
1624
|
+
grid-area: 'next';
|
|
1625
|
+
justify-content: end;
|
|
1626
|
+
}
|
|
1627
|
+
|
|
1599
1628
|
.Root-module_root__-1P72 {
|
|
1600
1629
|
display: grid;
|
|
1601
1630
|
background-color: var(--color-white);
|
|
@@ -1677,10 +1706,6 @@
|
|
|
1677
1706
|
font-weight: var(--typography-heading-3-font-weight, 600);
|
|
1678
1707
|
letter-spacing: var(--typography-heading-3-letter-spacing, normal);
|
|
1679
1708
|
}
|
|
1680
|
-
.Brand-module_img__uWvra {
|
|
1681
|
-
max-inline-size: 100%;
|
|
1682
|
-
display: flex;
|
|
1683
|
-
}
|
|
1684
1709
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
1685
1710
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
1686
1711
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -2299,87 +2324,6 @@
|
|
|
2299
2324
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2300
2325
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2301
2326
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2302
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2303
|
-
.Label-module_label__Dmp7q {
|
|
2304
|
-
--icon-vertical-align: text-bottom;
|
|
2305
|
-
}
|
|
2306
|
-
|
|
2307
|
-
.Label-module_label__Dmp7q,
|
|
2308
|
-
.ideal-sans .Label-module_label__Dmp7q {
|
|
2309
|
-
opacity: inherit;
|
|
2310
|
-
color: var(--color-purple-800, #2f2438);
|
|
2311
|
-
visibility: visible;
|
|
2312
|
-
width: 100%;
|
|
2313
|
-
text-align: start;
|
|
2314
|
-
}
|
|
2315
|
-
|
|
2316
|
-
.Label-module_reversed__n6Q4r {
|
|
2317
|
-
color: var(--color-white, #ffffff);
|
|
2318
|
-
}
|
|
2319
|
-
.Label-module_reversed__n6Q4r a {
|
|
2320
|
-
color: var(--color-white, #ffffff);
|
|
2321
|
-
}
|
|
2322
|
-
.Label-module_reversed__n6Q4r a:hover {
|
|
2323
|
-
text-decoration: none;
|
|
2324
|
-
}
|
|
2325
|
-
|
|
2326
|
-
.Label-module_disabled__qOB4e {
|
|
2327
|
-
opacity: 30%;
|
|
2328
|
-
}
|
|
2329
|
-
|
|
2330
|
-
.Label-module_text__LUnIh,
|
|
2331
|
-
.ideal-sans .Label-module_text__LUnIh {
|
|
2332
|
-
font-family: var(--typography-heading-6-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
2333
|
-
font-size: var(--typography-heading-6-font-size, 0.875rem);
|
|
2334
|
-
line-height: var(--typography-heading-6-line-height, 1.5rem);
|
|
2335
|
-
letter-spacing: var(--typography-heading-6-letter-spacing, normal);
|
|
2336
|
-
font-weight: var(--typography-heading-6-font-weight, 600);
|
|
2337
|
-
}
|
|
2338
|
-
|
|
2339
|
-
.Label-module_radio__-Iu-D, .Label-module_checkbox__Fhjww {
|
|
2340
|
-
display: flex;
|
|
2341
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
2342
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
2343
|
-
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
2344
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
2345
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
2346
|
-
}
|
|
2347
|
-
|
|
2348
|
-
.Label-module_toggle__4tyKF {
|
|
2349
|
-
display: flex;
|
|
2350
|
-
justify-content: space-between;
|
|
2351
|
-
align-items: center;
|
|
2352
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
2353
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
2354
|
-
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
2355
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
2356
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
2357
|
-
}
|
|
2358
|
-
|
|
2359
|
-
.Label-module_checkbox__Fhjww .Label-module_prependedLabel__pdsEt,
|
|
2360
|
-
.Label-module_radio__-Iu-D .Label-module_prependedLabel__pdsEt,
|
|
2361
|
-
.Label-module_toggle__4tyKF .Label-module_prependedLabel__pdsEt {
|
|
2362
|
-
order: -1;
|
|
2363
|
-
margin-inline-end: var(--spacing-xs, 0.375rem);
|
|
2364
|
-
}
|
|
2365
|
-
.Label-module_checkbox__Fhjww .Label-module_appendedLabel__-OHis,
|
|
2366
|
-
.Label-module_radio__-Iu-D .Label-module_appendedLabel__-OHis,
|
|
2367
|
-
.Label-module_toggle__4tyKF .Label-module_appendedLabel__-OHis {
|
|
2368
|
-
margin-inline-start: var(--spacing-xs, 0.375rem);
|
|
2369
|
-
}
|
|
2370
|
-
|
|
2371
|
-
.Label-module_prominent__SPdrr {
|
|
2372
|
-
font-family: var(--typography-heading-4-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
2373
|
-
font-weight: var(--typography-heading-4-font-weight, 600);
|
|
2374
|
-
font-size: var(--typography-heading-4-font-size, 1.125rem);
|
|
2375
|
-
line-height: var(--typography-heading-4-line-height, 1.5rem);
|
|
2376
|
-
letter-spacing: var(--typography-heading-4-letter-spacing, normal);
|
|
2377
|
-
display: block;
|
|
2378
|
-
margin-bottom: var(--spacing-xs, 0.375rem);
|
|
2379
|
-
}
|
|
2380
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2381
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2382
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2383
2327
|
/* stylelint-disable no-descending-specificity */
|
|
2384
2328
|
@keyframes LikertScaleLegacy-module_pop__hTH48 {
|
|
2385
2329
|
0% {
|
|
@@ -2642,32 +2586,268 @@
|
|
|
2642
2586
|
/* stylelint-enable no-descending-specificity */
|
|
2643
2587
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2644
2588
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
|
|
2589
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2590
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2591
|
+
.Label-module_label__Dmp7q {
|
|
2592
|
+
--icon-vertical-align: text-bottom;
|
|
2649
2593
|
}
|
|
2650
2594
|
|
|
2651
|
-
.
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.1));
|
|
2655
|
-
border-radius: var(--border-solid-border-radius, 7px);
|
|
2595
|
+
.Label-module_label__Dmp7q,
|
|
2596
|
+
.ideal-sans .Label-module_label__Dmp7q {
|
|
2597
|
+
opacity: inherit;
|
|
2656
2598
|
color: var(--color-purple-800, #2f2438);
|
|
2599
|
+
visibility: visible;
|
|
2600
|
+
width: 100%;
|
|
2657
2601
|
text-align: start;
|
|
2658
|
-
padding-block: calc(var(--spacing-12) - var(--border-width)) calc(var(--spacing-16) - var(--border-width));
|
|
2659
|
-
padding-inline: calc(var(--spacing-16) - var(--border-width));
|
|
2660
2602
|
}
|
|
2661
2603
|
|
|
2662
|
-
.
|
|
2663
|
-
|
|
2664
|
-
border-color: var(--color-gray-500);
|
|
2604
|
+
.Label-module_reversed__n6Q4r {
|
|
2605
|
+
color: var(--color-white, #ffffff);
|
|
2665
2606
|
}
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
/* The white fill of the triangle */
|
|
2607
|
+
.Label-module_reversed__n6Q4r a {
|
|
2608
|
+
color: var(--color-white, #ffffff);
|
|
2669
2609
|
}
|
|
2670
|
-
.
|
|
2610
|
+
.Label-module_reversed__n6Q4r a:hover {
|
|
2611
|
+
text-decoration: none;
|
|
2612
|
+
}
|
|
2613
|
+
|
|
2614
|
+
.Label-module_disabled__qOB4e {
|
|
2615
|
+
opacity: 30%;
|
|
2616
|
+
}
|
|
2617
|
+
|
|
2618
|
+
.Label-module_text__LUnIh,
|
|
2619
|
+
.ideal-sans .Label-module_text__LUnIh {
|
|
2620
|
+
font-family: var(--typography-heading-6-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
2621
|
+
font-size: var(--typography-heading-6-font-size, 0.875rem);
|
|
2622
|
+
line-height: var(--typography-heading-6-line-height, 1.5rem);
|
|
2623
|
+
letter-spacing: var(--typography-heading-6-letter-spacing, normal);
|
|
2624
|
+
font-weight: var(--typography-heading-6-font-weight, 600);
|
|
2625
|
+
}
|
|
2626
|
+
|
|
2627
|
+
.Label-module_radio__-Iu-D, .Label-module_checkbox__Fhjww {
|
|
2628
|
+
display: flex;
|
|
2629
|
+
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
2630
|
+
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
2631
|
+
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
2632
|
+
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
2633
|
+
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
2634
|
+
}
|
|
2635
|
+
|
|
2636
|
+
.Label-module_toggle__4tyKF {
|
|
2637
|
+
display: flex;
|
|
2638
|
+
justify-content: space-between;
|
|
2639
|
+
align-items: center;
|
|
2640
|
+
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
2641
|
+
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
2642
|
+
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
2643
|
+
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
2644
|
+
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
2645
|
+
}
|
|
2646
|
+
|
|
2647
|
+
.Label-module_checkbox__Fhjww .Label-module_prependedLabel__pdsEt,
|
|
2648
|
+
.Label-module_radio__-Iu-D .Label-module_prependedLabel__pdsEt,
|
|
2649
|
+
.Label-module_toggle__4tyKF .Label-module_prependedLabel__pdsEt {
|
|
2650
|
+
order: -1;
|
|
2651
|
+
margin-inline-end: var(--spacing-xs, 0.375rem);
|
|
2652
|
+
}
|
|
2653
|
+
.Label-module_checkbox__Fhjww .Label-module_appendedLabel__-OHis,
|
|
2654
|
+
.Label-module_radio__-Iu-D .Label-module_appendedLabel__-OHis,
|
|
2655
|
+
.Label-module_toggle__4tyKF .Label-module_appendedLabel__-OHis {
|
|
2656
|
+
margin-inline-start: var(--spacing-xs, 0.375rem);
|
|
2657
|
+
}
|
|
2658
|
+
|
|
2659
|
+
.Label-module_prominent__SPdrr {
|
|
2660
|
+
font-family: var(--typography-heading-4-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
2661
|
+
font-weight: var(--typography-heading-4-font-weight, 600);
|
|
2662
|
+
font-size: var(--typography-heading-4-font-size, 1.125rem);
|
|
2663
|
+
line-height: var(--typography-heading-4-line-height, 1.5rem);
|
|
2664
|
+
letter-spacing: var(--typography-heading-4-letter-spacing, normal);
|
|
2665
|
+
display: block;
|
|
2666
|
+
margin-bottom: var(--spacing-xs, 0.375rem);
|
|
2667
|
+
}
|
|
2668
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2669
|
+
.SearchField-module_label__NxYfn {
|
|
2670
|
+
display: block;
|
|
2671
|
+
margin-bottom: var(--spacing-xs, 0.375rem);
|
|
2672
|
+
}
|
|
2673
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2674
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2675
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2676
|
+
.Pagination-module_container__JHnDH {
|
|
2677
|
+
display: flex;
|
|
2678
|
+
align-items: center;
|
|
2679
|
+
justify-content: center;
|
|
2680
|
+
}
|
|
2681
|
+
|
|
2682
|
+
.Pagination-module_pagesIndicatorWrapper__taluU {
|
|
2683
|
+
display: flex;
|
|
2684
|
+
flex-direction: row;
|
|
2685
|
+
justify-content: space-around;
|
|
2686
|
+
}
|
|
2687
|
+
|
|
2688
|
+
.Pagination-module_arrowIconWrapper__RMTET {
|
|
2689
|
+
height: 36px;
|
|
2690
|
+
width: 36px;
|
|
2691
|
+
border-radius: 18px;
|
|
2692
|
+
display: flex;
|
|
2693
|
+
align-items: center;
|
|
2694
|
+
justify-content: center;
|
|
2695
|
+
border: var(--border-focus-ring-border-width, 2px) var(--border-focus-ring-border-style, solid) var(--color-blue-300, #73c0e8);
|
|
2696
|
+
margin: 0 5px;
|
|
2697
|
+
background-color: transparent;
|
|
2698
|
+
color: var(--color-blue-500, #0168b3);
|
|
2699
|
+
box-sizing: border-box;
|
|
2700
|
+
}
|
|
2701
|
+
.Pagination-module_arrowIconWrapper__RMTET:disabled {
|
|
2702
|
+
opacity: 35%;
|
|
2703
|
+
pointer-events: none;
|
|
2704
|
+
}
|
|
2705
|
+
.Pagination-module_arrowIconWrapper__RMTET:hover {
|
|
2706
|
+
background-color: var(--color-blue-100, #e6f6ff);
|
|
2707
|
+
}
|
|
2708
|
+
.Pagination-module_arrowIconWrapper__RMTET:focus {
|
|
2709
|
+
background-color: var(--color-blue-200, #bde2f5);
|
|
2710
|
+
}
|
|
2711
|
+
.Pagination-module_arrowIconWrapper__RMTET:focus:focus-visible {
|
|
2712
|
+
outline: none;
|
|
2713
|
+
}
|
|
2714
|
+
.Pagination-module_arrowIconWrapper__RMTET:focus .Pagination-module_pageIndicatorFocusRing__57ku4 {
|
|
2715
|
+
border: var(--border-focus-ring-border-width, 2px) var(--border-focus-ring-border-style, solid) var(--color-blue-500, #0168b3);
|
|
2716
|
+
}
|
|
2717
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2718
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2719
|
+
.ProgressBar-module_subtext__eizyu {
|
|
2720
|
+
color: var(--color-purple-800, #2f2438);
|
|
2721
|
+
padding-top: var(--spacing-6, 0.375rem);
|
|
2722
|
+
text-align: center;
|
|
2723
|
+
opacity: 80%;
|
|
2724
|
+
}
|
|
2725
|
+
|
|
2726
|
+
.ProgressBar-module_progressBackground__5qzp5 {
|
|
2727
|
+
width: 100%;
|
|
2728
|
+
background: var(--color-gray-300, #eaeaec);
|
|
2729
|
+
border-radius: 10px;
|
|
2730
|
+
height: 10px;
|
|
2731
|
+
overflow: hidden;
|
|
2732
|
+
position: relative;
|
|
2733
|
+
}
|
|
2734
|
+
|
|
2735
|
+
@keyframes ProgressBar-module_pulse__RGaQm {
|
|
2736
|
+
0% {
|
|
2737
|
+
transform: translateX(-100%);
|
|
2738
|
+
}
|
|
2739
|
+
100% {
|
|
2740
|
+
transform: translateX(200%);
|
|
2741
|
+
}
|
|
2742
|
+
}
|
|
2743
|
+
.ProgressBar-module_progress__X1IHw {
|
|
2744
|
+
position: absolute;
|
|
2745
|
+
inset: 0;
|
|
2746
|
+
border-radius: 10px;
|
|
2747
|
+
overflow: hidden;
|
|
2748
|
+
transition: transform 200ms ease;
|
|
2749
|
+
background-color: var(--progressbar-background-color);
|
|
2750
|
+
}
|
|
2751
|
+
|
|
2752
|
+
.ProgressBar-module_positive__12oA1 {
|
|
2753
|
+
--progressbar-background-color: var(--color-green-400);
|
|
2754
|
+
}
|
|
2755
|
+
|
|
2756
|
+
.ProgressBar-module_informative__lrVDM {
|
|
2757
|
+
--progressbar-background-color: var(--color-blue-400);
|
|
2758
|
+
}
|
|
2759
|
+
|
|
2760
|
+
.ProgressBar-module_cautionary__f56gH {
|
|
2761
|
+
--progressbar-background-color: var(--color-yellow-400);
|
|
2762
|
+
}
|
|
2763
|
+
|
|
2764
|
+
.ProgressBar-module_negative__EVWBt {
|
|
2765
|
+
--progressbar-background-color: var(--color-red-400);
|
|
2766
|
+
}
|
|
2767
|
+
|
|
2768
|
+
.ProgressBar-module_blue__WEID8 {
|
|
2769
|
+
--progressbar-background-color: var(--color-blue-400);
|
|
2770
|
+
}
|
|
2771
|
+
|
|
2772
|
+
.ProgressBar-module_green__J1T96 {
|
|
2773
|
+
--progressbar-background-color: var(--color-green-400);
|
|
2774
|
+
}
|
|
2775
|
+
|
|
2776
|
+
.ProgressBar-module_red__Ssd61 {
|
|
2777
|
+
--progressbar-background-color: var(--color-red-400);
|
|
2778
|
+
}
|
|
2779
|
+
|
|
2780
|
+
.ProgressBar-module_yellow__bcHWO {
|
|
2781
|
+
--progressbar-background-color: var(--color-yellow-400);
|
|
2782
|
+
}
|
|
2783
|
+
|
|
2784
|
+
.ProgressBar-module_isAnimating__F6AxQ::after {
|
|
2785
|
+
background: linear-gradient(90deg, transparent, var(--color-white) 75%, transparent);
|
|
2786
|
+
opacity: 25%;
|
|
2787
|
+
content: "";
|
|
2788
|
+
position: absolute;
|
|
2789
|
+
top: 0;
|
|
2790
|
+
bottom: 0;
|
|
2791
|
+
left: 0;
|
|
2792
|
+
width: 50%;
|
|
2793
|
+
animation: ProgressBar-module_pulse__RGaQm 2s infinite;
|
|
2794
|
+
transition: opacity 0.2s;
|
|
2795
|
+
}
|
|
2796
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2797
|
+
.Skirt-module_container__h4J-J {
|
|
2798
|
+
position: relative;
|
|
2799
|
+
}
|
|
2800
|
+
|
|
2801
|
+
.Skirt-module_underlay__isMuP {
|
|
2802
|
+
box-sizing: content-box;
|
|
2803
|
+
position: absolute;
|
|
2804
|
+
z-index: 1;
|
|
2805
|
+
top: 0;
|
|
2806
|
+
left: 0;
|
|
2807
|
+
right: 0;
|
|
2808
|
+
height: 100%;
|
|
2809
|
+
}
|
|
2810
|
+
|
|
2811
|
+
.Skirt-module_defaultVariant__VLaHK {
|
|
2812
|
+
background-color: var(--color-purple-600, #5f3361);
|
|
2813
|
+
}
|
|
2814
|
+
|
|
2815
|
+
.Skirt-module_educationVariant__12yxk {
|
|
2816
|
+
background-color: var(--color-blue-100, #e6f6ff);
|
|
2817
|
+
}
|
|
2818
|
+
|
|
2819
|
+
.Skirt-module_content__218H1 {
|
|
2820
|
+
position: relative;
|
|
2821
|
+
z-index: 2;
|
|
2822
|
+
}
|
|
2823
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2824
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2825
|
+
.Popover-module_root__OrmwT {
|
|
2826
|
+
width: 220px;
|
|
2827
|
+
position: absolute;
|
|
2828
|
+
left: 50%;
|
|
2829
|
+
}
|
|
2830
|
+
|
|
2831
|
+
.Popover-module_cautionaryBox__n7c9G, .Popover-module_negativeBox__dS4tj, .Popover-module_positiveBox__fUR-4, .Popover-module_informativeBox__c0Pen, .Popover-module_defaultBox__X9FWm {
|
|
2832
|
+
--border-width: var(--border-width-1);
|
|
2833
|
+
border: var(--border-width) var(--border-solid-border-style);
|
|
2834
|
+
filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.1));
|
|
2835
|
+
border-radius: var(--border-solid-border-radius, 7px);
|
|
2836
|
+
color: var(--color-purple-800, #2f2438);
|
|
2837
|
+
text-align: start;
|
|
2838
|
+
padding-block: calc(var(--spacing-12) - var(--border-width)) calc(var(--spacing-16) - var(--border-width));
|
|
2839
|
+
padding-inline: calc(var(--spacing-16) - var(--border-width));
|
|
2840
|
+
}
|
|
2841
|
+
|
|
2842
|
+
.Popover-module_defaultBox__X9FWm {
|
|
2843
|
+
background: var(--color-white);
|
|
2844
|
+
border-color: var(--color-gray-500);
|
|
2845
|
+
}
|
|
2846
|
+
|
|
2847
|
+
.Popover-module_defaultArrow__6rN-3 {
|
|
2848
|
+
/* The white fill of the triangle */
|
|
2849
|
+
}
|
|
2850
|
+
.Popover-module_defaultArrow__6rN-3::before, .Popover-module_defaultArrow__6rN-3::after {
|
|
2671
2851
|
content: "";
|
|
2672
2852
|
position: absolute;
|
|
2673
2853
|
border-left: calc(14px / 2) solid transparent;
|
|
@@ -2909,164 +3089,49 @@
|
|
|
2909
3089
|
}
|
|
2910
3090
|
|
|
2911
3091
|
/* stylelint-enable no-descending-specificity */
|
|
3092
|
+
.SplitButton-module_splitButton__oNIKE {
|
|
3093
|
+
display: inline-flex;
|
|
3094
|
+
align-items: center;
|
|
3095
|
+
}
|
|
2912
3096
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2913
3097
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2914
3098
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2915
|
-
.
|
|
3099
|
+
.Slider-module_wrapper__zVX6g {
|
|
2916
3100
|
display: flex;
|
|
2917
|
-
|
|
2918
|
-
justify-content: center;
|
|
3101
|
+
flex-direction: column;
|
|
2919
3102
|
}
|
|
2920
3103
|
|
|
2921
|
-
.
|
|
2922
|
-
|
|
2923
|
-
flex-direction: row;
|
|
2924
|
-
justify-content: space-around;
|
|
3104
|
+
.Slider-module_labelWrapper__WuUIw {
|
|
3105
|
+
margin-bottom: var(--spacing-sm, 0.75rem);
|
|
2925
3106
|
}
|
|
2926
3107
|
|
|
2927
|
-
.
|
|
2928
|
-
|
|
2929
|
-
width: 36px;
|
|
2930
|
-
border-radius: 18px;
|
|
2931
|
-
display: flex;
|
|
2932
|
-
align-items: center;
|
|
2933
|
-
justify-content: center;
|
|
2934
|
-
border: var(--border-focus-ring-border-width, 2px) var(--border-focus-ring-border-style, solid) var(--color-blue-300, #73c0e8);
|
|
2935
|
-
margin: 0 5px;
|
|
2936
|
-
background-color: transparent;
|
|
2937
|
-
color: var(--color-blue-500, #0168b3);
|
|
2938
|
-
box-sizing: border-box;
|
|
2939
|
-
}
|
|
2940
|
-
.Pagination-module_arrowIconWrapper__RMTET:disabled {
|
|
2941
|
-
opacity: 35%;
|
|
2942
|
-
pointer-events: none;
|
|
2943
|
-
}
|
|
2944
|
-
.Pagination-module_arrowIconWrapper__RMTET:hover {
|
|
2945
|
-
background-color: var(--color-blue-100, #e6f6ff);
|
|
2946
|
-
}
|
|
2947
|
-
.Pagination-module_arrowIconWrapper__RMTET:focus {
|
|
2948
|
-
background-color: var(--color-blue-200, #bde2f5);
|
|
2949
|
-
}
|
|
2950
|
-
.Pagination-module_arrowIconWrapper__RMTET:focus:focus-visible {
|
|
2951
|
-
outline: none;
|
|
2952
|
-
}
|
|
2953
|
-
.Pagination-module_arrowIconWrapper__RMTET:focus .Pagination-module_pageIndicatorFocusRing__57ku4 {
|
|
2954
|
-
border: var(--border-focus-ring-border-width, 2px) var(--border-focus-ring-border-style, solid) var(--color-blue-500, #0168b3);
|
|
2955
|
-
}
|
|
2956
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2957
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2958
|
-
.ProgressBar-module_subtext__eizyu {
|
|
2959
|
-
color: var(--color-purple-800, #2f2438);
|
|
2960
|
-
padding-top: var(--spacing-6, 0.375rem);
|
|
2961
|
-
text-align: center;
|
|
2962
|
-
opacity: 80%;
|
|
2963
|
-
}
|
|
2964
|
-
|
|
2965
|
-
.ProgressBar-module_progressBackground__5qzp5 {
|
|
2966
|
-
width: 100%;
|
|
2967
|
-
background: var(--color-gray-300, #eaeaec);
|
|
2968
|
-
border-radius: 10px;
|
|
2969
|
-
height: 10px;
|
|
2970
|
-
overflow: hidden;
|
|
2971
|
-
position: relative;
|
|
3108
|
+
.Slider-module_label__CfIjh {
|
|
3109
|
+
margin-bottom: var(--spacing-4, 0.25rem);
|
|
2972
3110
|
}
|
|
2973
3111
|
|
|
2974
|
-
@
|
|
2975
|
-
|
|
2976
|
-
|
|
3112
|
+
@media (min-width: 768px) {
|
|
3113
|
+
.Slider-module_labelInline__zjINd.Slider-module_wrapper__zVX6g {
|
|
3114
|
+
align-items: center;
|
|
3115
|
+
flex-direction: row;
|
|
2977
3116
|
}
|
|
2978
|
-
|
|
2979
|
-
|
|
3117
|
+
.Slider-module_labelInline__zjINd .Slider-module_labelWrapper__WuUIw {
|
|
3118
|
+
flex: 1;
|
|
3119
|
+
}
|
|
3120
|
+
.Slider-module_labelInline__zjINd .Slider-module_inputWrapper__n16yj {
|
|
3121
|
+
flex-basis: 50%;
|
|
2980
3122
|
}
|
|
2981
3123
|
}
|
|
2982
|
-
.
|
|
2983
|
-
|
|
2984
|
-
inset: 0;
|
|
2985
|
-
border-radius: 10px;
|
|
2986
|
-
overflow: hidden;
|
|
2987
|
-
transition: transform 200ms ease;
|
|
2988
|
-
background-color: var(--progressbar-background-color);
|
|
2989
|
-
}
|
|
2990
|
-
|
|
2991
|
-
.ProgressBar-module_positive__12oA1 {
|
|
2992
|
-
--progressbar-background-color: var(--color-green-400);
|
|
2993
|
-
}
|
|
2994
|
-
|
|
2995
|
-
.ProgressBar-module_informative__lrVDM {
|
|
2996
|
-
--progressbar-background-color: var(--color-blue-400);
|
|
2997
|
-
}
|
|
2998
|
-
|
|
2999
|
-
.ProgressBar-module_cautionary__f56gH {
|
|
3000
|
-
--progressbar-background-color: var(--color-yellow-400);
|
|
3001
|
-
}
|
|
3002
|
-
|
|
3003
|
-
.ProgressBar-module_negative__EVWBt {
|
|
3004
|
-
--progressbar-background-color: var(--color-red-400);
|
|
3005
|
-
}
|
|
3006
|
-
|
|
3007
|
-
.ProgressBar-module_blue__WEID8 {
|
|
3008
|
-
--progressbar-background-color: var(--color-blue-400);
|
|
3009
|
-
}
|
|
3010
|
-
|
|
3011
|
-
.ProgressBar-module_green__J1T96 {
|
|
3012
|
-
--progressbar-background-color: var(--color-green-400);
|
|
3013
|
-
}
|
|
3014
|
-
|
|
3015
|
-
.ProgressBar-module_red__Ssd61 {
|
|
3016
|
-
--progressbar-background-color: var(--color-red-400);
|
|
3017
|
-
}
|
|
3018
|
-
|
|
3019
|
-
.ProgressBar-module_yellow__bcHWO {
|
|
3020
|
-
--progressbar-background-color: var(--color-yellow-400);
|
|
3021
|
-
}
|
|
3022
|
-
|
|
3023
|
-
.ProgressBar-module_isAnimating__F6AxQ::after {
|
|
3024
|
-
background: linear-gradient(90deg, transparent, var(--color-white) 75%, transparent);
|
|
3025
|
-
opacity: 25%;
|
|
3026
|
-
content: "";
|
|
3027
|
-
position: absolute;
|
|
3028
|
-
top: 0;
|
|
3029
|
-
bottom: 0;
|
|
3030
|
-
left: 0;
|
|
3031
|
-
width: 50%;
|
|
3032
|
-
animation: ProgressBar-module_pulse__RGaQm 2s infinite;
|
|
3033
|
-
transition: opacity 0.2s;
|
|
3034
|
-
}
|
|
3035
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3036
|
-
.SearchField-module_label__NxYfn {
|
|
3037
|
-
display: block;
|
|
3038
|
-
margin-bottom: var(--spacing-xs, 0.375rem);
|
|
3039
|
-
}
|
|
3040
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3041
|
-
.Skirt-module_container__h4J-J {
|
|
3042
|
-
position: relative;
|
|
3043
|
-
}
|
|
3044
|
-
|
|
3045
|
-
.Skirt-module_underlay__isMuP {
|
|
3046
|
-
box-sizing: content-box;
|
|
3047
|
-
position: absolute;
|
|
3048
|
-
z-index: 1;
|
|
3049
|
-
top: 0;
|
|
3050
|
-
left: 0;
|
|
3051
|
-
right: 0;
|
|
3052
|
-
height: 100%;
|
|
3053
|
-
}
|
|
3054
|
-
|
|
3055
|
-
.Skirt-module_defaultVariant__VLaHK {
|
|
3056
|
-
background-color: var(--color-purple-600, #5f3361);
|
|
3057
|
-
}
|
|
3058
|
-
|
|
3059
|
-
.Skirt-module_educationVariant__12yxk {
|
|
3060
|
-
background-color: var(--color-blue-100, #e6f6ff);
|
|
3124
|
+
.Slider-module_descriptionDisabled__8GwiS {
|
|
3125
|
+
opacity: 30%;
|
|
3061
3126
|
}
|
|
3062
3127
|
|
|
3063
|
-
.
|
|
3064
|
-
|
|
3065
|
-
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
|
|
3069
|
-
|
|
3128
|
+
.Slider-module_readOnlyMessage__Zscoa {
|
|
3129
|
+
text-align: center;
|
|
3130
|
+
font-family: var(--typography-paragraph-small-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3131
|
+
font-size: var(--typography-paragraph-small-font-size, 0.875rem);
|
|
3132
|
+
font-weight: var(--typography-paragraph-bold-font-weight, 600);
|
|
3133
|
+
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
3134
|
+
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
3070
3135
|
}
|
|
3071
3136
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3072
3137
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -3355,46 +3420,6 @@
|
|
|
3355
3420
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3356
3421
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3357
3422
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3358
|
-
.Slider-module_wrapper__zVX6g {
|
|
3359
|
-
display: flex;
|
|
3360
|
-
flex-direction: column;
|
|
3361
|
-
}
|
|
3362
|
-
|
|
3363
|
-
.Slider-module_labelWrapper__WuUIw {
|
|
3364
|
-
margin-bottom: var(--spacing-sm, 0.75rem);
|
|
3365
|
-
}
|
|
3366
|
-
|
|
3367
|
-
.Slider-module_label__CfIjh {
|
|
3368
|
-
margin-bottom: var(--spacing-4, 0.25rem);
|
|
3369
|
-
}
|
|
3370
|
-
|
|
3371
|
-
@media (min-width: 768px) {
|
|
3372
|
-
.Slider-module_labelInline__zjINd.Slider-module_wrapper__zVX6g {
|
|
3373
|
-
align-items: center;
|
|
3374
|
-
flex-direction: row;
|
|
3375
|
-
}
|
|
3376
|
-
.Slider-module_labelInline__zjINd .Slider-module_labelWrapper__WuUIw {
|
|
3377
|
-
flex: 1;
|
|
3378
|
-
}
|
|
3379
|
-
.Slider-module_labelInline__zjINd .Slider-module_inputWrapper__n16yj {
|
|
3380
|
-
flex-basis: 50%;
|
|
3381
|
-
}
|
|
3382
|
-
}
|
|
3383
|
-
.Slider-module_descriptionDisabled__8GwiS {
|
|
3384
|
-
opacity: 30%;
|
|
3385
|
-
}
|
|
3386
|
-
|
|
3387
|
-
.Slider-module_readOnlyMessage__Zscoa {
|
|
3388
|
-
text-align: center;
|
|
3389
|
-
font-family: var(--typography-paragraph-small-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3390
|
-
font-size: var(--typography-paragraph-small-font-size, 0.875rem);
|
|
3391
|
-
font-weight: var(--typography-paragraph-bold-font-weight, 600);
|
|
3392
|
-
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
3393
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
3394
|
-
}
|
|
3395
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3396
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3397
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3398
3423
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3399
3424
|
.Tag-module_root__uRhoc {
|
|
3400
3425
|
margin-inline-end: calc(var(--spacing-md, 1.5rem) * 0.5);
|
|
@@ -3658,6 +3683,19 @@
|
|
|
3658
3683
|
}
|
|
3659
3684
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3660
3685
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3686
|
+
.TextAreaField-module_message__hlao7.TextAreaField-module_disabled__twCef {
|
|
3687
|
+
opacity: 0.3;
|
|
3688
|
+
}
|
|
3689
|
+
|
|
3690
|
+
.TextAreaField-module_textareaLabel__sOTRj {
|
|
3691
|
+
margin-bottom: var(--spacing-xs, 0.375rem);
|
|
3692
|
+
}
|
|
3693
|
+
|
|
3694
|
+
.TextAreaField-module_textareaLabelProminent__xqcY4 {
|
|
3695
|
+
margin-bottom: 0;
|
|
3696
|
+
}
|
|
3697
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3698
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3661
3699
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3662
3700
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3663
3701
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -3913,19 +3951,6 @@
|
|
|
3913
3951
|
}
|
|
3914
3952
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3915
3953
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3916
|
-
.TextAreaField-module_message__hlao7.TextAreaField-module_disabled__twCef {
|
|
3917
|
-
opacity: 0.3;
|
|
3918
|
-
}
|
|
3919
|
-
|
|
3920
|
-
.TextAreaField-module_textareaLabel__sOTRj {
|
|
3921
|
-
margin-bottom: var(--spacing-xs, 0.375rem);
|
|
3922
|
-
}
|
|
3923
|
-
|
|
3924
|
-
.TextAreaField-module_textareaLabelProminent__xqcY4 {
|
|
3925
|
-
margin-bottom: 0;
|
|
3926
|
-
}
|
|
3927
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3928
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3929
3954
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3930
3955
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3931
3956
|
.TimeField-module_wrapper__YuSI3 {
|
|
@@ -4303,173 +4328,123 @@
|
|
|
4303
4328
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
4304
4329
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
4305
4330
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
4306
|
-
|
|
4307
|
-
|
|
4308
|
-
}
|
|
4309
|
-
.baseCalendarClassNames-module_day__4INGw:focus, .baseCalendarClassNames-module_navButton__Socf8:focus {
|
|
4310
|
-
outline: none;
|
|
4311
|
-
}
|
|
4312
|
-
.baseCalendarClassNames-module_day__4INGw:focus-visible, .baseCalendarClassNames-module_navButton__Socf8:focus-visible {
|
|
4313
|
-
outline: none;
|
|
4314
|
-
}
|
|
4315
|
-
.baseCalendarClassNames-module_day__4INGw:focus-visible::after, .baseCalendarClassNames-module_navButton__Socf8:focus-visible::after {
|
|
4316
|
-
z-index: 2;
|
|
4317
|
-
content: "";
|
|
4318
|
-
position: absolute;
|
|
4319
|
-
inset: calc(-1 * (var(--border-focus-ring-border-width, 2px) * 2 + 1px));
|
|
4320
|
-
border-radius: 3px;
|
|
4321
|
-
}
|
|
4322
|
-
|
|
4323
|
-
.baseCalendarClassNames-module_day__4INGw:focus-visible::after, .baseCalendarClassNames-module_navButton__Socf8:focus-visible::after {
|
|
4324
|
-
border: var(--border-focus-ring-border-width, 2px) var(--border-focus-ring-border-style, solid) var(--color-blue-500, #0168b3);
|
|
4325
|
-
}
|
|
4326
|
-
|
|
4327
|
-
.baseCalendarClassNames-module_root__ZBdgM {
|
|
4328
|
-
display: inline-flex;
|
|
4329
|
-
}
|
|
4330
|
-
|
|
4331
|
-
.baseCalendarClassNames-module_months__ofItC {
|
|
4331
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
4332
|
+
.NavigationTabs-module_container__lK-HH {
|
|
4332
4333
|
display: flex;
|
|
4334
|
+
-webkit-font-smoothing: antialiased;
|
|
4335
|
+
-moz-osx-font-smoothing: grayscale;
|
|
4333
4336
|
}
|
|
4334
4337
|
|
|
4335
|
-
.
|
|
4336
|
-
appearance: none;
|
|
4337
|
-
display: inline;
|
|
4338
|
-
background: transparent;
|
|
4339
|
-
color: inherit;
|
|
4340
|
-
font: inherit;
|
|
4341
|
-
margin: 0;
|
|
4342
|
-
padding: 0;
|
|
4343
|
-
border: none;
|
|
4344
|
-
}
|
|
4345
|
-
|
|
4346
|
-
.baseCalendarClassNames-module_button__Jb8RM {
|
|
4347
|
-
cursor: pointer;
|
|
4348
|
-
}
|
|
4349
|
-
|
|
4350
|
-
.baseCalendarClassNames-module_caption__tzko5 {
|
|
4351
|
-
position: relative;
|
|
4338
|
+
.NavigationTabs-module_linkAnchor__oUsWX {
|
|
4352
4339
|
display: flex;
|
|
4340
|
+
height: 100%;
|
|
4353
4341
|
align-items: center;
|
|
4354
|
-
|
|
4355
|
-
margin: 0 0 var(--spacing-xs, 0.375rem);
|
|
4356
|
-
}
|
|
4357
|
-
|
|
4358
|
-
.baseCalendarClassNames-module_captionLabel__rmlel {
|
|
4342
|
+
padding: 0 var(--spacing-sm, 0.75rem);
|
|
4359
4343
|
position: relative;
|
|
4360
|
-
|
|
4361
|
-
display: inline-flex;
|
|
4362
|
-
align-items: center;
|
|
4363
|
-
margin: 0;
|
|
4364
|
-
padding: 0 0.25em;
|
|
4365
|
-
white-space: nowrap;
|
|
4344
|
+
color: rgba(var(--color-white-rgb, 255, 255, 255), 0.7);
|
|
4366
4345
|
font-family: var(--typography-heading-4-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
4346
|
+
font-weight: var(--typography-heading-4-font-weight, 600);
|
|
4367
4347
|
font-size: var(--typography-heading-4-font-size, 1.125rem);
|
|
4368
|
-
font-weight: var(--typography-heading-5-font-weight, 600);
|
|
4369
4348
|
line-height: var(--typography-heading-4-line-height, 1.5rem);
|
|
4370
4349
|
letter-spacing: var(--typography-heading-4-letter-spacing, normal);
|
|
4371
|
-
|
|
4350
|
+
text-decoration: none;
|
|
4351
|
+
white-space: nowrap;
|
|
4352
|
+
margin-inline-end: var(--spacing-md, 1.5rem);
|
|
4372
4353
|
}
|
|
4373
|
-
|
|
4374
|
-
|
|
4375
|
-
|
|
4376
|
-
padding: 0.25rem var(--spacing-xs, 0.375rem);
|
|
4377
|
-
border: var(--border-solid-border-width, 2px) var(--border-solid-border-style, solid) transparent;
|
|
4378
|
-
border-radius: 3px;
|
|
4354
|
+
.NavigationTabs-module_linkAnchor__oUsWX:hover {
|
|
4355
|
+
color: var(--color-white, #ffffff);
|
|
4356
|
+
text-decoration: none;
|
|
4379
4357
|
}
|
|
4380
|
-
|
|
4381
|
-
|
|
4382
|
-
|
|
4358
|
+
@media (max-width: 1365px) {
|
|
4359
|
+
.NavigationTabs-module_linkAnchor__oUsWX {
|
|
4360
|
+
font-family: var(--typography-heading-5-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
4361
|
+
font-weight: var(--typography-heading-5-font-weight, 600);
|
|
4362
|
+
font-size: var(--typography-heading-5-font-size, 1rem);
|
|
4363
|
+
line-height: var(--typography-heading-5-line-height, 1.5rem);
|
|
4364
|
+
letter-spacing: var(--typography-heading-5-letter-spacing, normal);
|
|
4365
|
+
}
|
|
4383
4366
|
}
|
|
4384
|
-
|
|
4385
|
-
|
|
4386
|
-
|
|
4367
|
+
@media (max-width: 1439px) {
|
|
4368
|
+
.NavigationTabs-module_linkAnchor__oUsWX {
|
|
4369
|
+
margin-inline-end: var(--spacing-xs, 0.375rem);
|
|
4370
|
+
}
|
|
4387
4371
|
}
|
|
4388
|
-
|
|
4389
|
-
.
|
|
4390
|
-
|
|
4391
|
-
|
|
4392
|
-
margin: 0;
|
|
4393
|
-
max-width: calc(40px * 7);
|
|
4372
|
+
@media (max-width: 1189px) {
|
|
4373
|
+
.NavigationTabs-module_linkAnchor__oUsWX {
|
|
4374
|
+
margin: 0;
|
|
4375
|
+
}
|
|
4394
4376
|
}
|
|
4395
|
-
|
|
4396
|
-
|
|
4397
|
-
border: 0;
|
|
4398
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
4399
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
4400
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
4401
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
4402
|
-
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
4377
|
+
.NavigationTabs-module_linkAnchor__oUsWX.NavigationTabs-module_active__-38QW, .NavigationTabs-module_linkAnchor__oUsWX:focus {
|
|
4378
|
+
color: var(--color-white, #ffffff);
|
|
4403
4379
|
}
|
|
4404
|
-
|
|
4405
|
-
|
|
4406
|
-
|
|
4407
|
-
|
|
4408
|
-
|
|
4409
|
-
|
|
4410
|
-
|
|
4411
|
-
|
|
4412
|
-
color: var(--color-
|
|
4380
|
+
.NavigationTabs-module_linkAnchor__oUsWX.NavigationTabs-module_active__-38QW::before, .NavigationTabs-module_linkAnchor__oUsWX:focus::before {
|
|
4381
|
+
content: "";
|
|
4382
|
+
display: block;
|
|
4383
|
+
height: 5px;
|
|
4384
|
+
position: absolute;
|
|
4385
|
+
top: 0;
|
|
4386
|
+
left: 0;
|
|
4387
|
+
right: 0;
|
|
4388
|
+
background-color: var(--color-white, #ffffff);
|
|
4389
|
+
transition: transform cubic-bezier(0.55, 0.085, 0.68, 0.53) 150ms;
|
|
4390
|
+
border-radius: 0 0 var(--border-solid-border-radius, 7px) var(--border-solid-border-radius, 7px);
|
|
4413
4391
|
}
|
|
4414
|
-
|
|
4415
|
-
.
|
|
4416
|
-
|
|
4417
|
-
|
|
4418
|
-
|
|
4419
|
-
|
|
4392
|
+
@media (max-width: calc(1080px - 1px)) {
|
|
4393
|
+
.NavigationTabs-module_linkAnchor__oUsWX.NavigationTabs-module_active__-38QW::before, .NavigationTabs-module_linkAnchor__oUsWX:focus::before {
|
|
4394
|
+
top: auto;
|
|
4395
|
+
bottom: 0;
|
|
4396
|
+
border-radius: var(--border-solid-border-radius, 7px) var(--border-solid-border-radius, 7px) 0 0;
|
|
4397
|
+
}
|
|
4420
4398
|
}
|
|
4421
|
-
|
|
4422
|
-
|
|
4423
|
-
display: flex;
|
|
4424
|
-
align-items: center;
|
|
4425
|
-
justify-content: center;
|
|
4426
|
-
box-sizing: border-box;
|
|
4427
|
-
width: 40px;
|
|
4428
|
-
max-width: 40px;
|
|
4429
|
-
height: 40px;
|
|
4430
|
-
margin: 0;
|
|
4431
|
-
border: var(--border-borderless-border-width, 2px) var(--border-borderless-border-style, solid) var(--border-borderless-border-color, transparent);
|
|
4432
|
-
border-radius: 3px;
|
|
4433
|
-
padding: calc(var(--spacing-md, 1.5rem) / 3) 0.625rem;
|
|
4434
|
-
color: var(--color-purple-800, #2f2438);
|
|
4399
|
+
.NavigationTabs-module_linkAnchor__oUsWX:focus {
|
|
4400
|
+
outline: none;
|
|
4435
4401
|
}
|
|
4436
|
-
.
|
|
4437
|
-
background-color: var(--color-blue-
|
|
4438
|
-
color: var(--color-blue-500, #0168b3);
|
|
4402
|
+
.NavigationTabs-module_linkAnchor__oUsWX:focus::before {
|
|
4403
|
+
background-color: var(--color-blue-200, #bde2f5);
|
|
4439
4404
|
}
|
|
4440
|
-
.
|
|
4441
|
-
|
|
4442
|
-
|
|
4405
|
+
.NavigationTabs-module_linkAnchor__oUsWX:focus::after {
|
|
4406
|
+
content: "";
|
|
4407
|
+
position: absolute;
|
|
4408
|
+
background: transparent;
|
|
4409
|
+
border-color: var(--color-blue-200, #bde2f5);
|
|
4410
|
+
border-radius: 0 0 var(--border-focus-ring-border-radius, 10px) var(--border-focus-ring-border-radius, 10px);
|
|
4411
|
+
border-width: var(--border-focus-ring-border-width, 2px);
|
|
4412
|
+
border-style: var(--border-focus-ring-border-style, solid);
|
|
4413
|
+
inset: 0 calc(-1 * var(--border-focus-ring-border-width, 2px)) 5px;
|
|
4443
4414
|
}
|
|
4444
|
-
|
|
4445
|
-
.
|
|
4446
|
-
|
|
4447
|
-
|
|
4415
|
+
@media (max-width: calc(1080px - 1px)) {
|
|
4416
|
+
.NavigationTabs-module_linkAnchor__oUsWX:focus::after {
|
|
4417
|
+
border-radius: var(--border-focus-ring-border-radius, 10px) var(--border-focus-ring-border-radius, 10px) 0 0;
|
|
4418
|
+
inset: 5px calc(-1 * var(--border-focus-ring-border-width, 2px)) 0 calc(-1 * var(--border-focus-ring-border-width, 2px));
|
|
4419
|
+
}
|
|
4420
|
+
}
|
|
4421
|
+
@media (forced-colors: active) {
|
|
4422
|
+
.NavigationTabs-module_linkAnchor__oUsWX.NavigationTabs-module_active__-38QW::before, .NavigationTabs-module_linkAnchor__oUsWX:focus::before {
|
|
4423
|
+
background: transparent;
|
|
4424
|
+
border: 5px solid transparent;
|
|
4425
|
+
height: 0;
|
|
4426
|
+
}
|
|
4448
4427
|
}
|
|
4449
4428
|
|
|
4450
|
-
.
|
|
4451
|
-
|
|
4452
|
-
color: var(--color-white, #ffffff);
|
|
4429
|
+
.NavigationTabs-module_linkAnchor__oUsWX.NavigationTabs-module_lightBackground__TR-5T {
|
|
4430
|
+
color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.75);
|
|
4453
4431
|
}
|
|
4454
|
-
.
|
|
4455
|
-
|
|
4456
|
-
color: var(--color-white, #ffffff);
|
|
4432
|
+
.NavigationTabs-module_linkAnchor__oUsWX.NavigationTabs-module_lightBackground__TR-5T:hover {
|
|
4433
|
+
color: var(--color-blue-500, #0168b3);
|
|
4457
4434
|
}
|
|
4458
|
-
|
|
4459
|
-
|
|
4460
|
-
background: none;
|
|
4461
|
-
pointer-events: none;
|
|
4462
|
-
color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.3);
|
|
4435
|
+
.NavigationTabs-module_linkAnchor__oUsWX.NavigationTabs-module_lightBackground__TR-5T.NavigationTabs-module_active__-38QW {
|
|
4436
|
+
color: var(--color-blue-500, #0168b3);
|
|
4463
4437
|
}
|
|
4464
|
-
|
|
4465
|
-
|
|
4466
|
-
|
|
4467
|
-
|
|
4468
|
-
|
|
4469
|
-
|
|
4470
|
-
|
|
4471
|
-
|
|
4472
|
-
|
|
4438
|
+
.NavigationTabs-module_linkAnchor__oUsWX.NavigationTabs-module_lightBackground__TR-5T.NavigationTabs-module_active__-38QW::before {
|
|
4439
|
+
background-color: var(--color-blue-500, #0168b3);
|
|
4440
|
+
top: 3px;
|
|
4441
|
+
}
|
|
4442
|
+
@media (max-width: calc(1080px - 1px)) {
|
|
4443
|
+
.NavigationTabs-module_linkAnchor__oUsWX.NavigationTabs-module_lightBackground__TR-5T.NavigationTabs-module_active__-38QW::before {
|
|
4444
|
+
top: auto;
|
|
4445
|
+
bottom: 0;
|
|
4446
|
+
border-radius: var(--border-solid-border-radius, 7px) var(--border-solid-border-radius, 7px) 0 0;
|
|
4447
|
+
}
|
|
4473
4448
|
}
|
|
4474
4449
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
4475
4450
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -5125,151 +5100,173 @@
|
|
|
5125
5100
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5126
5101
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5127
5102
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5128
|
-
|
|
5129
|
-
.NavigationTabs-module_container__lK-HH {
|
|
5130
|
-
display: flex;
|
|
5131
|
-
-webkit-font-smoothing: antialiased;
|
|
5132
|
-
-moz-osx-font-smoothing: grayscale;
|
|
5133
|
-
}
|
|
5134
|
-
|
|
5135
|
-
.NavigationTabs-module_linkAnchor__oUsWX {
|
|
5136
|
-
display: flex;
|
|
5137
|
-
height: 100%;
|
|
5138
|
-
align-items: center;
|
|
5139
|
-
padding: 0 var(--spacing-sm, 0.75rem);
|
|
5103
|
+
.baseCalendarClassNames-module_day__4INGw, .baseCalendarClassNames-module_navButton__Socf8 {
|
|
5140
5104
|
position: relative;
|
|
5141
|
-
color: rgba(var(--color-white-rgb, 255, 255, 255), 0.7);
|
|
5142
|
-
font-family: var(--typography-heading-4-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
5143
|
-
font-weight: var(--typography-heading-4-font-weight, 600);
|
|
5144
|
-
font-size: var(--typography-heading-4-font-size, 1.125rem);
|
|
5145
|
-
line-height: var(--typography-heading-4-line-height, 1.5rem);
|
|
5146
|
-
letter-spacing: var(--typography-heading-4-letter-spacing, normal);
|
|
5147
|
-
text-decoration: none;
|
|
5148
|
-
white-space: nowrap;
|
|
5149
|
-
margin-inline-end: var(--spacing-md, 1.5rem);
|
|
5150
|
-
}
|
|
5151
|
-
.NavigationTabs-module_linkAnchor__oUsWX:hover {
|
|
5152
|
-
color: var(--color-white, #ffffff);
|
|
5153
|
-
text-decoration: none;
|
|
5154
5105
|
}
|
|
5155
|
-
|
|
5156
|
-
|
|
5157
|
-
font-family: var(--typography-heading-5-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
5158
|
-
font-weight: var(--typography-heading-5-font-weight, 600);
|
|
5159
|
-
font-size: var(--typography-heading-5-font-size, 1rem);
|
|
5160
|
-
line-height: var(--typography-heading-5-line-height, 1.5rem);
|
|
5161
|
-
letter-spacing: var(--typography-heading-5-letter-spacing, normal);
|
|
5162
|
-
}
|
|
5163
|
-
}
|
|
5164
|
-
@media (max-width: 1439px) {
|
|
5165
|
-
.NavigationTabs-module_linkAnchor__oUsWX {
|
|
5166
|
-
margin-inline-end: var(--spacing-xs, 0.375rem);
|
|
5167
|
-
}
|
|
5168
|
-
}
|
|
5169
|
-
@media (max-width: 1189px) {
|
|
5170
|
-
.NavigationTabs-module_linkAnchor__oUsWX {
|
|
5171
|
-
margin: 0;
|
|
5172
|
-
}
|
|
5106
|
+
.baseCalendarClassNames-module_day__4INGw:focus, .baseCalendarClassNames-module_navButton__Socf8:focus {
|
|
5107
|
+
outline: none;
|
|
5173
5108
|
}
|
|
5174
|
-
.
|
|
5175
|
-
|
|
5109
|
+
.baseCalendarClassNames-module_day__4INGw:focus-visible, .baseCalendarClassNames-module_navButton__Socf8:focus-visible {
|
|
5110
|
+
outline: none;
|
|
5176
5111
|
}
|
|
5177
|
-
.
|
|
5112
|
+
.baseCalendarClassNames-module_day__4INGw:focus-visible::after, .baseCalendarClassNames-module_navButton__Socf8:focus-visible::after {
|
|
5113
|
+
z-index: 2;
|
|
5178
5114
|
content: "";
|
|
5179
|
-
display: block;
|
|
5180
|
-
height: 5px;
|
|
5181
5115
|
position: absolute;
|
|
5182
|
-
|
|
5183
|
-
|
|
5184
|
-
right: 0;
|
|
5185
|
-
background-color: var(--color-white, #ffffff);
|
|
5186
|
-
transition: transform cubic-bezier(0.55, 0.085, 0.68, 0.53) 150ms;
|
|
5187
|
-
border-radius: 0 0 var(--border-solid-border-radius, 7px) var(--border-solid-border-radius, 7px);
|
|
5116
|
+
inset: calc(-1 * (var(--border-focus-ring-border-width, 2px) * 2 + 1px));
|
|
5117
|
+
border-radius: 3px;
|
|
5188
5118
|
}
|
|
5189
|
-
|
|
5190
|
-
|
|
5191
|
-
|
|
5192
|
-
bottom: 0;
|
|
5193
|
-
border-radius: var(--border-solid-border-radius, 7px) var(--border-solid-border-radius, 7px) 0 0;
|
|
5194
|
-
}
|
|
5119
|
+
|
|
5120
|
+
.baseCalendarClassNames-module_day__4INGw:focus-visible::after, .baseCalendarClassNames-module_navButton__Socf8:focus-visible::after {
|
|
5121
|
+
border: var(--border-focus-ring-border-width, 2px) var(--border-focus-ring-border-style, solid) var(--color-blue-500, #0168b3);
|
|
5195
5122
|
}
|
|
5196
|
-
|
|
5197
|
-
|
|
5123
|
+
|
|
5124
|
+
.baseCalendarClassNames-module_root__ZBdgM {
|
|
5125
|
+
display: inline-flex;
|
|
5198
5126
|
}
|
|
5199
|
-
|
|
5200
|
-
|
|
5127
|
+
|
|
5128
|
+
.baseCalendarClassNames-module_months__ofItC {
|
|
5129
|
+
display: flex;
|
|
5201
5130
|
}
|
|
5202
|
-
|
|
5203
|
-
|
|
5204
|
-
|
|
5131
|
+
|
|
5132
|
+
.baseCalendarClassNames-module_buttonReset__uR5sc {
|
|
5133
|
+
appearance: none;
|
|
5134
|
+
display: inline;
|
|
5205
5135
|
background: transparent;
|
|
5206
|
-
|
|
5207
|
-
|
|
5208
|
-
|
|
5209
|
-
|
|
5210
|
-
|
|
5136
|
+
color: inherit;
|
|
5137
|
+
font: inherit;
|
|
5138
|
+
margin: 0;
|
|
5139
|
+
padding: 0;
|
|
5140
|
+
border: none;
|
|
5211
5141
|
}
|
|
5212
|
-
|
|
5213
|
-
|
|
5214
|
-
|
|
5215
|
-
inset: 5px calc(-1 * var(--border-focus-ring-border-width, 2px)) 0 calc(-1 * var(--border-focus-ring-border-width, 2px));
|
|
5216
|
-
}
|
|
5142
|
+
|
|
5143
|
+
.baseCalendarClassNames-module_button__Jb8RM {
|
|
5144
|
+
cursor: pointer;
|
|
5217
5145
|
}
|
|
5218
|
-
|
|
5219
|
-
|
|
5220
|
-
|
|
5221
|
-
|
|
5222
|
-
|
|
5223
|
-
|
|
5146
|
+
|
|
5147
|
+
.baseCalendarClassNames-module_caption__tzko5 {
|
|
5148
|
+
position: relative;
|
|
5149
|
+
display: flex;
|
|
5150
|
+
align-items: center;
|
|
5151
|
+
justify-content: center;
|
|
5152
|
+
margin: 0 0 var(--spacing-xs, 0.375rem);
|
|
5224
5153
|
}
|
|
5225
5154
|
|
|
5226
|
-
.
|
|
5227
|
-
|
|
5155
|
+
.baseCalendarClassNames-module_captionLabel__rmlel {
|
|
5156
|
+
position: relative;
|
|
5157
|
+
z-index: 1;
|
|
5158
|
+
display: inline-flex;
|
|
5159
|
+
align-items: center;
|
|
5160
|
+
margin: 0;
|
|
5161
|
+
padding: 0 0.25em;
|
|
5162
|
+
white-space: nowrap;
|
|
5163
|
+
font-family: var(--typography-heading-4-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
5164
|
+
font-size: var(--typography-heading-4-font-size, 1.125rem);
|
|
5165
|
+
font-weight: var(--typography-heading-5-font-weight, 600);
|
|
5166
|
+
line-height: var(--typography-heading-4-line-height, 1.5rem);
|
|
5167
|
+
letter-spacing: var(--typography-heading-4-letter-spacing, normal);
|
|
5168
|
+
color: var(--color-purple-800, #2f2438);
|
|
5228
5169
|
}
|
|
5229
|
-
|
|
5170
|
+
|
|
5171
|
+
.baseCalendarClassNames-module_navButton__Socf8 {
|
|
5172
|
+
display: inherit;
|
|
5173
|
+
padding: 0.25rem var(--spacing-xs, 0.375rem);
|
|
5174
|
+
border: var(--border-solid-border-width, 2px) var(--border-solid-border-style, solid) transparent;
|
|
5175
|
+
border-radius: 3px;
|
|
5176
|
+
}
|
|
5177
|
+
.baseCalendarClassNames-module_navButton__Socf8:hover {
|
|
5178
|
+
background-color: var(--color-blue-100, #e6f6ff);
|
|
5230
5179
|
color: var(--color-blue-500, #0168b3);
|
|
5231
5180
|
}
|
|
5232
|
-
.
|
|
5181
|
+
.baseCalendarClassNames-module_navButton__Socf8:focus-visible {
|
|
5182
|
+
background-color: var(--color-blue-100, #e6f6ff);
|
|
5233
5183
|
color: var(--color-blue-500, #0168b3);
|
|
5234
5184
|
}
|
|
5235
|
-
|
|
5236
|
-
|
|
5237
|
-
|
|
5185
|
+
|
|
5186
|
+
.baseCalendarClassNames-module_table__4LTvb {
|
|
5187
|
+
border-collapse: separate;
|
|
5188
|
+
border-spacing: 1px;
|
|
5189
|
+
margin: 0;
|
|
5190
|
+
max-width: calc(40px * 7);
|
|
5238
5191
|
}
|
|
5239
|
-
|
|
5240
|
-
|
|
5241
|
-
|
|
5242
|
-
|
|
5243
|
-
|
|
5244
|
-
|
|
5192
|
+
|
|
5193
|
+
.baseCalendarClassNames-module_tbody__cT6rM {
|
|
5194
|
+
border: 0;
|
|
5195
|
+
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
5196
|
+
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
5197
|
+
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
5198
|
+
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
5199
|
+
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
5245
5200
|
}
|
|
5246
|
-
|
|
5247
|
-
|
|
5248
|
-
.
|
|
5201
|
+
|
|
5202
|
+
.baseCalendarClassNames-module_weekday__uuAjO {
|
|
5203
|
+
padding: 0.5rem 0;
|
|
5204
|
+
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
5205
|
+
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
5206
|
+
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
5207
|
+
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
5208
|
+
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
5209
|
+
color: var(--color-purple-800, #2f2438);
|
|
5210
|
+
}
|
|
5211
|
+
|
|
5212
|
+
.baseCalendarClassNames-module_cell__FvWK0 {
|
|
5213
|
+
width: 40px;
|
|
5214
|
+
height: 40px;
|
|
5215
|
+
padding: 0;
|
|
5216
|
+
text-align: center;
|
|
5217
|
+
}
|
|
5218
|
+
|
|
5219
|
+
.baseCalendarClassNames-module_day__4INGw {
|
|
5249
5220
|
display: flex;
|
|
5250
|
-
|
|
5221
|
+
align-items: center;
|
|
5222
|
+
justify-content: center;
|
|
5223
|
+
box-sizing: border-box;
|
|
5224
|
+
width: 40px;
|
|
5225
|
+
max-width: 40px;
|
|
5226
|
+
height: 40px;
|
|
5227
|
+
margin: 0;
|
|
5228
|
+
border: var(--border-borderless-border-width, 2px) var(--border-borderless-border-style, solid) var(--border-borderless-border-color, transparent);
|
|
5229
|
+
border-radius: 3px;
|
|
5230
|
+
padding: calc(var(--spacing-md, 1.5rem) / 3) 0.625rem;
|
|
5231
|
+
color: var(--color-purple-800, #2f2438);
|
|
5251
5232
|
}
|
|
5252
|
-
.
|
|
5253
|
-
|
|
5233
|
+
.baseCalendarClassNames-module_day__4INGw:hover {
|
|
5234
|
+
background-color: var(--color-blue-100, #e6f6ff);
|
|
5235
|
+
color: var(--color-blue-500, #0168b3);
|
|
5254
5236
|
}
|
|
5255
|
-
.
|
|
5256
|
-
|
|
5237
|
+
.baseCalendarClassNames-module_day__4INGw:focus-visible {
|
|
5238
|
+
background-color: var(--color-blue-100, #e6f6ff);
|
|
5239
|
+
color: var(--color-blue-500, #0168b3);
|
|
5257
5240
|
}
|
|
5258
|
-
|
|
5259
|
-
|
|
5260
|
-
|
|
5241
|
+
|
|
5242
|
+
.baseCalendarClassNames-module_dayToday__-TPUa {
|
|
5243
|
+
color: var(--color-blue-500, #0168b3);
|
|
5244
|
+
font-weight: bold;
|
|
5261
5245
|
}
|
|
5262
|
-
|
|
5263
|
-
|
|
5246
|
+
|
|
5247
|
+
.baseCalendarClassNames-module_daySelected__R3ujV {
|
|
5248
|
+
background-color: var(--color-blue-500, #0168b3);
|
|
5249
|
+
color: var(--color-white, #ffffff);
|
|
5264
5250
|
}
|
|
5265
|
-
.
|
|
5266
|
-
|
|
5251
|
+
.baseCalendarClassNames-module_daySelected__R3ujV:hover, .baseCalendarClassNames-module_daySelected__R3ujV:focus-visible {
|
|
5252
|
+
background-color: var(--color-blue-400, #008bd6);
|
|
5253
|
+
color: var(--color-white, #ffffff);
|
|
5267
5254
|
}
|
|
5268
|
-
|
|
5269
|
-
|
|
5255
|
+
|
|
5256
|
+
.baseCalendarClassNames-module_dayDisabled__uQzJ- {
|
|
5257
|
+
background: none;
|
|
5258
|
+
pointer-events: none;
|
|
5259
|
+
color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.3);
|
|
5270
5260
|
}
|
|
5271
|
-
|
|
5272
|
-
|
|
5261
|
+
|
|
5262
|
+
.baseCalendarClassNames-module_vHidden__egm49 {
|
|
5263
|
+
clip: rect(0 0 0 0);
|
|
5264
|
+
clip-path: inset(50%);
|
|
5265
|
+
height: 1px;
|
|
5266
|
+
overflow: hidden;
|
|
5267
|
+
position: absolute;
|
|
5268
|
+
white-space: nowrap;
|
|
5269
|
+
width: 1px;
|
|
5273
5270
|
}
|
|
5274
5271
|
/* stylelint-disable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
|
|
5275
5272
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -5301,6 +5298,34 @@
|
|
|
5301
5298
|
}
|
|
5302
5299
|
}
|
|
5303
5300
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5301
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5302
|
+
.OverlayArrow-module_overlayArrow__iXF0w {
|
|
5303
|
+
display: flex;
|
|
5304
|
+
padding: 8px;
|
|
5305
|
+
}
|
|
5306
|
+
.OverlayArrow-module_overlayArrow__iXF0w[data-placement=top], .OverlayArrow-module_overlayArrow__iXF0w[data-placement=bottom] {
|
|
5307
|
+
padding: 0 8px;
|
|
5308
|
+
}
|
|
5309
|
+
.OverlayArrow-module_overlayArrow__iXF0w[data-placement=left], .OverlayArrow-module_overlayArrow__iXF0w[data-placement=right] {
|
|
5310
|
+
padding: 8px 0;
|
|
5311
|
+
}
|
|
5312
|
+
.OverlayArrow-module_overlayArrow__iXF0w path {
|
|
5313
|
+
fill: var(--color-purple-800, #2f2438);
|
|
5314
|
+
box-shadow: var(--shadow-small-box-shadow, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 16px 0 rgba(0, 0, 0, 0.06));
|
|
5315
|
+
}
|
|
5316
|
+
.OverlayArrow-module_overlayArrow__iXF0w[data-placement=right] svg {
|
|
5317
|
+
transform: rotate(90deg);
|
|
5318
|
+
}
|
|
5319
|
+
.OverlayArrow-module_overlayArrow__iXF0w[data-placement=bottom] svg {
|
|
5320
|
+
transform: rotate(180deg);
|
|
5321
|
+
}
|
|
5322
|
+
.OverlayArrow-module_overlayArrow__iXF0w[data-placement=left] svg {
|
|
5323
|
+
transform: rotate(270deg);
|
|
5324
|
+
}
|
|
5325
|
+
.OverlayArrow-module_overlayArrow__iXF0w.OverlayArrow-module_reversed__XZmUF path {
|
|
5326
|
+
fill: var(--color-white, #ffffff);
|
|
5327
|
+
}
|
|
5328
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5304
5329
|
.CalendarSingle-module_nav__wSVua {
|
|
5305
5330
|
position: absolute;
|
|
5306
5331
|
display: flex;
|
|
@@ -5314,18 +5339,74 @@
|
|
|
5314
5339
|
}
|
|
5315
5340
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5316
5341
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5317
|
-
|
|
5318
|
-
|
|
5342
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5343
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5344
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5345
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5346
|
+
.Tooltip-module_tooltip__XhCpu {
|
|
5347
|
+
max-width: 200px;
|
|
5348
|
+
padding: var(--spacing-8, 0.5rem) var(--spacing-12, 0.75rem);
|
|
5349
|
+
color: var(--color-white, #ffffff);
|
|
5350
|
+
text-align: center;
|
|
5351
|
+
font-family: var(--typography-paragraph-extra-small-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
5352
|
+
font-size: var(--typography-paragraph-extra-small-font-size, 0.75rem);
|
|
5353
|
+
font-weight: var(--typography-paragraph-extra-small-font-weight, 400);
|
|
5354
|
+
letter-spacing: var(--typography-paragraph-extra-small-letter-spacing, normal);
|
|
5355
|
+
line-height: var(--typography-paragraph-extra-small-line-height, 1.125rem);
|
|
5356
|
+
border-radius: var(--border-solid-border-radius, 7px);
|
|
5357
|
+
box-shadow: var(--shadow-small-box-shadow, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 16px 0 rgba(0, 0, 0, 0.06));
|
|
5358
|
+
background-color: var(--color-purple-800, #2f2438);
|
|
5359
|
+
text-wrap: pretty;
|
|
5360
|
+
/* fixes FF gap */
|
|
5361
|
+
transform: translate3d(0, 0, 0);
|
|
5319
5362
|
}
|
|
5320
|
-
.
|
|
5321
|
-
|
|
5363
|
+
.Tooltip-module_tooltip__XhCpu.Tooltip-module_reversed__EEjNF {
|
|
5364
|
+
background-color: var(--color-white, #ffffff);
|
|
5365
|
+
color: var(--color-purple-800, #2f2438);
|
|
5322
5366
|
}
|
|
5323
|
-
.
|
|
5324
|
-
|
|
5367
|
+
.Tooltip-module_tooltip__XhCpu[data-placement=top] {
|
|
5368
|
+
--origin: translateY(4px);
|
|
5325
5369
|
}
|
|
5326
|
-
|
|
5327
|
-
|
|
5328
|
-
|
|
5370
|
+
.Tooltip-module_tooltip__XhCpu[data-placement=bottom] {
|
|
5371
|
+
--origin: translateY(-4px);
|
|
5372
|
+
}
|
|
5373
|
+
.Tooltip-module_tooltip__XhCpu[data-placement=right] {
|
|
5374
|
+
--origin: translateX(-4px);
|
|
5375
|
+
}
|
|
5376
|
+
.Tooltip-module_tooltip__XhCpu[data-placement=left] {
|
|
5377
|
+
--origin: translateX(4px);
|
|
5378
|
+
}
|
|
5379
|
+
.Tooltip-module_tooltip__XhCpu[data-entering] {
|
|
5380
|
+
animation: Tooltip-module_slide__kSXdP var(--animation-duration-fast, 300ms);
|
|
5381
|
+
}
|
|
5382
|
+
.Tooltip-module_tooltip__XhCpu[data-exiting] {
|
|
5383
|
+
animation: Tooltip-module_slide__kSXdP var(--animation-duration-fast, 300ms) reverse var(--animation-easing-function-ease-in, cubic-bezier(0.55, 0.085, 0.68, 0.53));
|
|
5384
|
+
}
|
|
5385
|
+
|
|
5386
|
+
@keyframes Tooltip-module_slide__kSXdP {
|
|
5387
|
+
from {
|
|
5388
|
+
transform: var(--origin);
|
|
5389
|
+
opacity: 0;
|
|
5390
|
+
}
|
|
5391
|
+
to {
|
|
5392
|
+
transform: translateY(0);
|
|
5393
|
+
opacity: 1;
|
|
5394
|
+
}
|
|
5395
|
+
}
|
|
5396
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5397
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5398
|
+
.CalendarRange-module_month__un61w {
|
|
5399
|
+
padding: 0 var(--spacing-sm, 0.75rem);
|
|
5400
|
+
}
|
|
5401
|
+
.CalendarRange-module_month__un61w:first-child {
|
|
5402
|
+
padding-inline-start: 0;
|
|
5403
|
+
}
|
|
5404
|
+
.CalendarRange-module_month__un61w:last-child {
|
|
5405
|
+
padding-inline-end: 0;
|
|
5406
|
+
}
|
|
5407
|
+
|
|
5408
|
+
.CalendarRange-module_monthWithDivider__JY-56 {
|
|
5409
|
+
position: relative;
|
|
5329
5410
|
padding: 0 var(--spacing-md, 1.5rem);
|
|
5330
5411
|
}
|
|
5331
5412
|
.CalendarRange-module_monthWithDivider__JY-56:not(:first-child)::before {
|
|
@@ -5367,62 +5448,6 @@
|
|
|
5367
5448
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5368
5449
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5369
5450
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5370
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5371
|
-
.Tooltip-module_tooltip__XhCpu {
|
|
5372
|
-
max-width: 200px;
|
|
5373
|
-
padding: var(--spacing-8, 0.5rem) var(--spacing-12, 0.75rem);
|
|
5374
|
-
color: var(--color-white, #ffffff);
|
|
5375
|
-
text-align: center;
|
|
5376
|
-
font-family: var(--typography-paragraph-extra-small-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
5377
|
-
font-size: var(--typography-paragraph-extra-small-font-size, 0.75rem);
|
|
5378
|
-
font-weight: var(--typography-paragraph-extra-small-font-weight, 400);
|
|
5379
|
-
letter-spacing: var(--typography-paragraph-extra-small-letter-spacing, normal);
|
|
5380
|
-
line-height: var(--typography-paragraph-extra-small-line-height, 1.125rem);
|
|
5381
|
-
border-radius: var(--border-solid-border-radius, 7px);
|
|
5382
|
-
box-shadow: var(--shadow-small-box-shadow, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 16px 0 rgba(0, 0, 0, 0.06));
|
|
5383
|
-
background-color: var(--color-purple-800, #2f2438);
|
|
5384
|
-
text-wrap: pretty;
|
|
5385
|
-
/* fixes FF gap */
|
|
5386
|
-
transform: translate3d(0, 0, 0);
|
|
5387
|
-
}
|
|
5388
|
-
.Tooltip-module_tooltip__XhCpu.Tooltip-module_reversed__EEjNF {
|
|
5389
|
-
background-color: var(--color-white, #ffffff);
|
|
5390
|
-
color: var(--color-purple-800, #2f2438);
|
|
5391
|
-
}
|
|
5392
|
-
.Tooltip-module_tooltip__XhCpu[data-placement=top] {
|
|
5393
|
-
--origin: translateY(4px);
|
|
5394
|
-
}
|
|
5395
|
-
.Tooltip-module_tooltip__XhCpu[data-placement=bottom] {
|
|
5396
|
-
--origin: translateY(-4px);
|
|
5397
|
-
}
|
|
5398
|
-
.Tooltip-module_tooltip__XhCpu[data-placement=right] {
|
|
5399
|
-
--origin: translateX(-4px);
|
|
5400
|
-
}
|
|
5401
|
-
.Tooltip-module_tooltip__XhCpu[data-placement=left] {
|
|
5402
|
-
--origin: translateX(4px);
|
|
5403
|
-
}
|
|
5404
|
-
.Tooltip-module_tooltip__XhCpu[data-entering] {
|
|
5405
|
-
animation: Tooltip-module_slide__kSXdP var(--animation-duration-fast, 300ms);
|
|
5406
|
-
}
|
|
5407
|
-
.Tooltip-module_tooltip__XhCpu[data-exiting] {
|
|
5408
|
-
animation: Tooltip-module_slide__kSXdP var(--animation-duration-fast, 300ms) reverse var(--animation-easing-function-ease-in, cubic-bezier(0.55, 0.085, 0.68, 0.53));
|
|
5409
|
-
}
|
|
5410
|
-
|
|
5411
|
-
@keyframes Tooltip-module_slide__kSXdP {
|
|
5412
|
-
from {
|
|
5413
|
-
transform: var(--origin);
|
|
5414
|
-
opacity: 0;
|
|
5415
|
-
}
|
|
5416
|
-
to {
|
|
5417
|
-
transform: translateY(0);
|
|
5418
|
-
opacity: 1;
|
|
5419
|
-
}
|
|
5420
|
-
}
|
|
5421
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5422
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5423
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5424
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5425
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5426
5451
|
/* stylelint-disable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
|
|
5427
5452
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5428
5453
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -5764,6 +5789,19 @@
|
|
|
5764
5789
|
margin: 0;
|
|
5765
5790
|
}
|
|
5766
5791
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5792
|
+
.CheckboxGroup-module_checkboxGroupLabel__a9Iet {
|
|
5793
|
+
margin-bottom: var(--spacing-sm, 0.75rem);
|
|
5794
|
+
}
|
|
5795
|
+
|
|
5796
|
+
.CheckboxGroup-module_checkboxGroupContainer__NTUWc {
|
|
5797
|
+
display: flex;
|
|
5798
|
+
flex-direction: column;
|
|
5799
|
+
margin-bottom: var(--spacing-sm, 0.75rem);
|
|
5800
|
+
}
|
|
5801
|
+
.CheckboxGroup-module_checkboxGroupContainer__NTUWc.CheckboxGroup-module_noBottomMargin__J7ADb {
|
|
5802
|
+
margin-bottom: 0;
|
|
5803
|
+
}
|
|
5804
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5767
5805
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5768
5806
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5769
5807
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -5797,60 +5835,6 @@
|
|
|
5797
5835
|
pointer-events: none;
|
|
5798
5836
|
}
|
|
5799
5837
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5800
|
-
.CheckboxGroup-module_checkboxGroupLabel__a9Iet {
|
|
5801
|
-
margin-bottom: var(--spacing-sm, 0.75rem);
|
|
5802
|
-
}
|
|
5803
|
-
|
|
5804
|
-
.CheckboxGroup-module_checkboxGroupContainer__NTUWc {
|
|
5805
|
-
display: flex;
|
|
5806
|
-
flex-direction: column;
|
|
5807
|
-
margin-bottom: var(--spacing-sm, 0.75rem);
|
|
5808
|
-
}
|
|
5809
|
-
.CheckboxGroup-module_checkboxGroupContainer__NTUWc.CheckboxGroup-module_noBottomMargin__J7ADb {
|
|
5810
|
-
margin-bottom: 0;
|
|
5811
|
-
}
|
|
5812
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5813
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5814
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5815
|
-
.ExpertAdviceCollapsible-module_expertAdviceContainer__RIHw4 {
|
|
5816
|
-
background-color: var(--color-purple-100, #f4edf8);
|
|
5817
|
-
border: var(--border-width-1) var(--border-solid-border-style) var(--color-purple-400);
|
|
5818
|
-
box-shadow: none;
|
|
5819
|
-
color: var(--color-purple-800, #2f2438);
|
|
5820
|
-
}
|
|
5821
|
-
.ExpertAdviceCollapsible-module_expertAdviceContainer__RIHw4:hover {
|
|
5822
|
-
border-color: var(--color-purple-500, #844587);
|
|
5823
|
-
}
|
|
5824
|
-
|
|
5825
|
-
.ExpertAdviceCollapsible-module_expertAdviceContainer__RIHw4 > div:first-of-type {
|
|
5826
|
-
background-color: var(--color-purple-100, #f4edf8);
|
|
5827
|
-
border-radius: var(--border-borderless-border-radius, 7px);
|
|
5828
|
-
}
|
|
5829
|
-
|
|
5830
|
-
.ExpertAdviceCollapsible-module_expertAdviceHeader__1wthc {
|
|
5831
|
-
background-color: var(--color-purple-100, #f4edf8);
|
|
5832
|
-
flex: 1 1 auto;
|
|
5833
|
-
align-items: center;
|
|
5834
|
-
display: flex;
|
|
5835
|
-
}
|
|
5836
|
-
|
|
5837
|
-
.ExpertAdviceCollapsible-module_expertAdviceHeading__4G4Jh {
|
|
5838
|
-
color: var(--color-purple-600, #5f3361);
|
|
5839
|
-
}
|
|
5840
|
-
.ExpertAdviceCollapsible-module_expertAdviceContainer__RIHw4:hover .ExpertAdviceCollapsible-module_expertAdviceHeading__4G4Jh {
|
|
5841
|
-
color: var(--color-purple-700, #4a234d);
|
|
5842
|
-
}
|
|
5843
|
-
|
|
5844
|
-
.ExpertAdviceCollapsible-module_expertAdviceIcon__DMwbR {
|
|
5845
|
-
margin-inline-end: var(--spacing-sm, 0.75rem);
|
|
5846
|
-
width: 1.75rem;
|
|
5847
|
-
height: 1.75rem;
|
|
5848
|
-
}
|
|
5849
|
-
|
|
5850
|
-
.ExpertAdviceCollapsible-module_expertAdviceSection__ox-SR {
|
|
5851
|
-
padding: 0 var(--spacing-md, 1.5rem) var(--spacing-md, 1.5rem);
|
|
5852
|
-
}
|
|
5853
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5854
5838
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5855
5839
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5856
5840
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -5952,14 +5936,6 @@
|
|
|
5952
5936
|
border-color: var(--color-blue-300, #73c0e8);
|
|
5953
5937
|
}
|
|
5954
5938
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5955
|
-
.DateInput-module_dateInput__f0Rs6 {
|
|
5956
|
-
width: 100%;
|
|
5957
|
-
}
|
|
5958
|
-
|
|
5959
|
-
.DateInput-module_input__lVV0- {
|
|
5960
|
-
margin-top: var(--spacing-6, 0.375rem);
|
|
5961
|
-
}
|
|
5962
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5963
5939
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5964
5940
|
.CollapsibleGroup-module_container__EjMRg {
|
|
5965
5941
|
background-color: white;
|
|
@@ -5968,6 +5944,24 @@
|
|
|
5968
5944
|
border-radius: var(--border-borderless-border-radius, 7px);
|
|
5969
5945
|
}
|
|
5970
5946
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5947
|
+
.DateInputDescription-module_dateInputDescription__dEWv8 {
|
|
5948
|
+
display: inline;
|
|
5949
|
+
}
|
|
5950
|
+
|
|
5951
|
+
.DateInputDescription-module_dateInputFormatContainer__U-zur {
|
|
5952
|
+
margin-inline-start: var(--spacing-xs, 0.375rem);
|
|
5953
|
+
white-space: nowrap;
|
|
5954
|
+
}
|
|
5955
|
+
|
|
5956
|
+
.DateInputDescription-module_descriptionInputFormat__rQ-Z5 {
|
|
5957
|
+
display: inline-flex;
|
|
5958
|
+
white-space: nowrap;
|
|
5959
|
+
}
|
|
5960
|
+
|
|
5961
|
+
.DateInputDescription-module_labelSeparator__L7Be4 {
|
|
5962
|
+
margin-inline-end: var(--spacing-xs, 0.375rem);
|
|
5963
|
+
}
|
|
5964
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5971
5965
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5972
5966
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5973
5967
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -6056,22 +6050,53 @@
|
|
|
6056
6050
|
display: none;
|
|
6057
6051
|
}
|
|
6058
6052
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6059
|
-
.
|
|
6060
|
-
|
|
6053
|
+
.DateInput-module_dateInput__f0Rs6 {
|
|
6054
|
+
width: 100%;
|
|
6061
6055
|
}
|
|
6062
6056
|
|
|
6063
|
-
.
|
|
6064
|
-
margin-
|
|
6065
|
-
|
|
6057
|
+
.DateInput-module_input__lVV0- {
|
|
6058
|
+
margin-top: var(--spacing-6, 0.375rem);
|
|
6059
|
+
}
|
|
6060
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6061
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6062
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6063
|
+
.ExpertAdviceCollapsible-module_expertAdviceContainer__RIHw4 {
|
|
6064
|
+
background-color: var(--color-purple-100, #f4edf8);
|
|
6065
|
+
border: var(--border-width-1) var(--border-solid-border-style) var(--color-purple-400);
|
|
6066
|
+
box-shadow: none;
|
|
6067
|
+
color: var(--color-purple-800, #2f2438);
|
|
6068
|
+
}
|
|
6069
|
+
.ExpertAdviceCollapsible-module_expertAdviceContainer__RIHw4:hover {
|
|
6070
|
+
border-color: var(--color-purple-500, #844587);
|
|
6066
6071
|
}
|
|
6067
6072
|
|
|
6068
|
-
.
|
|
6069
|
-
|
|
6070
|
-
|
|
6073
|
+
.ExpertAdviceCollapsible-module_expertAdviceContainer__RIHw4 > div:first-of-type {
|
|
6074
|
+
background-color: var(--color-purple-100, #f4edf8);
|
|
6075
|
+
border-radius: var(--border-borderless-border-radius, 7px);
|
|
6071
6076
|
}
|
|
6072
6077
|
|
|
6073
|
-
.
|
|
6074
|
-
|
|
6078
|
+
.ExpertAdviceCollapsible-module_expertAdviceHeader__1wthc {
|
|
6079
|
+
background-color: var(--color-purple-100, #f4edf8);
|
|
6080
|
+
flex: 1 1 auto;
|
|
6081
|
+
align-items: center;
|
|
6082
|
+
display: flex;
|
|
6083
|
+
}
|
|
6084
|
+
|
|
6085
|
+
.ExpertAdviceCollapsible-module_expertAdviceHeading__4G4Jh {
|
|
6086
|
+
color: var(--color-purple-600, #5f3361);
|
|
6087
|
+
}
|
|
6088
|
+
.ExpertAdviceCollapsible-module_expertAdviceContainer__RIHw4:hover .ExpertAdviceCollapsible-module_expertAdviceHeading__4G4Jh {
|
|
6089
|
+
color: var(--color-purple-700, #4a234d);
|
|
6090
|
+
}
|
|
6091
|
+
|
|
6092
|
+
.ExpertAdviceCollapsible-module_expertAdviceIcon__DMwbR {
|
|
6093
|
+
margin-inline-end: var(--spacing-sm, 0.75rem);
|
|
6094
|
+
width: 1.75rem;
|
|
6095
|
+
height: 1.75rem;
|
|
6096
|
+
}
|
|
6097
|
+
|
|
6098
|
+
.ExpertAdviceCollapsible-module_expertAdviceSection__ox-SR {
|
|
6099
|
+
padding: 0 var(--spacing-md, 1.5rem) var(--spacing-md, 1.5rem);
|
|
6075
6100
|
}
|
|
6076
6101
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6077
6102
|
.LegacyCalendarRange-module_nav__DsZpy {
|
|
@@ -6106,30 +6131,11 @@
|
|
|
6106
6131
|
}
|
|
6107
6132
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6108
6133
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6109
|
-
|
|
6110
|
-
|
|
6111
|
-
|
|
6112
|
-
|
|
6113
|
-
|
|
6114
|
-
z-index: 1010;
|
|
6115
|
-
box-shadow: var(--shadow-large-box-shadow, 0 3px 9px 0 rgba(0, 0, 0, 0.1), 0 8px 40px 0 rgba(0, 0, 0, 0.08));
|
|
6116
|
-
border-radius: var(--border-borderless-border-radius, 7px);
|
|
6117
|
-
padding: var(--spacing-12, 0.75rem) var(--spacing-8, 0.5rem);
|
|
6118
|
-
box-sizing: border-box;
|
|
6119
|
-
overflow: auto;
|
|
6120
|
-
}
|
|
6121
|
-
@media (min-width: 768px) {
|
|
6122
|
-
.CalendarPopover-module_calendarPopover__p2xp9 {
|
|
6123
|
-
padding: var(--spacing-24, 1.5rem);
|
|
6124
|
-
}
|
|
6125
|
-
}
|
|
6126
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6127
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6128
|
-
input[type=range].InputRange-module_ratingScaleRange__gI-rs {
|
|
6129
|
-
all: unset;
|
|
6130
|
-
appearance: none;
|
|
6131
|
-
width: 100%;
|
|
6132
|
-
margin: 0;
|
|
6134
|
+
input[type=range].InputRange-module_ratingScaleRange__gI-rs {
|
|
6135
|
+
all: unset;
|
|
6136
|
+
appearance: none;
|
|
6137
|
+
width: 100%;
|
|
6138
|
+
margin: 0;
|
|
6133
6139
|
}
|
|
6134
6140
|
input[type=range].InputRange-module_ratingScaleRange__gI-rs.InputRange-module_disabled__LCaIN {
|
|
6135
6141
|
opacity: 40%;
|
|
@@ -6289,6 +6295,25 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
6289
6295
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6290
6296
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6291
6297
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6298
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6299
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6300
|
+
.CalendarPopover-module_calendarPopover__p2xp9 {
|
|
6301
|
+
background-color: var(--color-white, #ffffff);
|
|
6302
|
+
z-index: 1010;
|
|
6303
|
+
box-shadow: var(--shadow-large-box-shadow, 0 3px 9px 0 rgba(0, 0, 0, 0.1), 0 8px 40px 0 rgba(0, 0, 0, 0.08));
|
|
6304
|
+
border-radius: var(--border-borderless-border-radius, 7px);
|
|
6305
|
+
padding: var(--spacing-12, 0.75rem) var(--spacing-8, 0.5rem);
|
|
6306
|
+
box-sizing: border-box;
|
|
6307
|
+
overflow: auto;
|
|
6308
|
+
}
|
|
6309
|
+
@media (min-width: 768px) {
|
|
6310
|
+
.CalendarPopover-module_calendarPopover__p2xp9 {
|
|
6311
|
+
padding: var(--spacing-24, 1.5rem);
|
|
6312
|
+
}
|
|
6313
|
+
}
|
|
6314
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6315
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6316
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6292
6317
|
/* stylelint-disable */
|
|
6293
6318
|
/* stylelint-enable */
|
|
6294
6319
|
/* prettier-ignore */
|
|
@@ -6843,9 +6868,6 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
6843
6868
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6844
6869
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6845
6870
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6846
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6847
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6848
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6849
6871
|
/* stylelint-disable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
|
|
6850
6872
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6851
6873
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -6898,12 +6920,12 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
6898
6920
|
/* prettier-ignore */
|
|
6899
6921
|
/* prettier-ignore */
|
|
6900
6922
|
/* prettier-ignore */
|
|
6901
|
-
.
|
|
6923
|
+
.GenericModal-module_defaultModalWidth__kG7lU {
|
|
6902
6924
|
min-width: 300px;
|
|
6903
6925
|
max-width: 600px;
|
|
6904
6926
|
}
|
|
6905
6927
|
|
|
6906
|
-
.
|
|
6928
|
+
.GenericModal-module_backdropLayer__RNQ-U {
|
|
6907
6929
|
position: fixed;
|
|
6908
6930
|
background-color: #000;
|
|
6909
6931
|
opacity: 50%;
|
|
@@ -6914,7 +6936,7 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
6914
6936
|
inset-inline-start: 0;
|
|
6915
6937
|
}
|
|
6916
6938
|
|
|
6917
|
-
.
|
|
6939
|
+
.GenericModal-module_scrollLayer__A5VdY {
|
|
6918
6940
|
position: fixed;
|
|
6919
6941
|
display: flex;
|
|
6920
6942
|
align-items: center;
|
|
@@ -6926,42 +6948,16 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
6926
6948
|
inset-inline-start: 0;
|
|
6927
6949
|
}
|
|
6928
6950
|
|
|
6929
|
-
.
|
|
6951
|
+
.GenericModal-module_modalLayer__WfD1U {
|
|
6930
6952
|
margin: auto;
|
|
6931
6953
|
padding: 1.5rem 0;
|
|
6932
6954
|
width: 100%;
|
|
6933
6955
|
}
|
|
6934
6956
|
|
|
6935
|
-
.
|
|
6936
|
-
margin: auto;
|
|
6937
|
-
background-color: var(--color-white, #ffffff);
|
|
6938
|
-
border-radius: var(--border-solid-border-radius, 7px);
|
|
6939
|
-
box-shadow: var(--shadow-large-box-shadow, 0 3px 9px 0 rgba(0, 0, 0, 0.1), 0 8px 40px 0 rgba(0, 0, 0, 0.08));
|
|
6940
|
-
position: relative;
|
|
6941
|
-
width: 90%;
|
|
6942
|
-
-webkit-font-smoothing: antialiased;
|
|
6943
|
-
color: var(--color-purple-800, #2f2438);
|
|
6944
|
-
}
|
|
6945
|
-
@media (min-width: 768px) {
|
|
6946
|
-
.InputEditModal-module_modal__SbQqp {
|
|
6947
|
-
width: 100%;
|
|
6948
|
-
}
|
|
6949
|
-
}
|
|
6950
|
-
.InputEditModal-module_modal__SbQqp:has([class*="modalLabel"]:focus-visible)::after {
|
|
6951
|
-
content: "";
|
|
6952
|
-
position: absolute;
|
|
6953
|
-
background: transparent;
|
|
6954
|
-
border-radius: var(--border-focus-ring-border-radius, 10px);
|
|
6955
|
-
border-width: var(--border-focus-ring-border-width, 2px);
|
|
6956
|
-
border-style: var(--border-focus-ring-border-style, solid);
|
|
6957
|
-
border-color: var(--color-blue-300, #73c0e8);
|
|
6958
|
-
inset: -4px;
|
|
6959
|
-
}
|
|
6960
|
-
|
|
6961
|
-
.InputEditModal-module_animatingEnter__qZgX2 {
|
|
6957
|
+
.GenericModal-module_animatingEnter__P3wuk {
|
|
6962
6958
|
transition-duration: var(--animation-duration-fast, 300ms);
|
|
6963
6959
|
}
|
|
6964
|
-
.
|
|
6960
|
+
.GenericModal-module_animatingEnter__P3wuk .GenericModal-module_backdropLayer__RNQ-U {
|
|
6965
6961
|
/*
|
|
6966
6962
|
There's a weird bug in Chrome/Blink 102.x that animates the opacity
|
|
6967
6963
|
all the way to 1 with 200ms ("rapid" token), but is fine with
|
|
@@ -6970,9 +6966,9 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
6970
6966
|
animation-duration: 201ms;
|
|
6971
6967
|
animation-fill-mode: forwards;
|
|
6972
6968
|
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
6973
|
-
animation-name:
|
|
6969
|
+
animation-name: GenericModal-module_fade-0-to-0-5__-4t3h;
|
|
6974
6970
|
}
|
|
6975
|
-
@keyframes
|
|
6971
|
+
@keyframes GenericModal-module_fade-0-to-0-5__-4t3h {
|
|
6976
6972
|
0% {
|
|
6977
6973
|
opacity: 0;
|
|
6978
6974
|
}
|
|
@@ -6980,14 +6976,14 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
6980
6976
|
opacity: 0.5;
|
|
6981
6977
|
}
|
|
6982
6978
|
}
|
|
6983
|
-
.
|
|
6979
|
+
.GenericModal-module_animatingEnter__P3wuk [data-modal] {
|
|
6984
6980
|
animation-duration: var(--animation-duration-fast, 300ms);
|
|
6985
6981
|
animation-fill-mode: forwards;
|
|
6986
6982
|
animation-timing-function: var(--animation-easing-function-bounce-in, cubic-bezier(0.485, 0.155, 0.24, 1.245));
|
|
6987
6983
|
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
6988
|
-
animation-name:
|
|
6984
|
+
animation-name: GenericModal-module_custom-1__G0JT4;
|
|
6989
6985
|
}
|
|
6990
|
-
@keyframes
|
|
6986
|
+
@keyframes GenericModal-module_custom-1__G0JT4 {
|
|
6991
6987
|
0% {
|
|
6992
6988
|
opacity: 0;
|
|
6993
6989
|
transform: scale(0.5);
|
|
@@ -6998,16 +6994,16 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
6998
6994
|
}
|
|
6999
6995
|
}
|
|
7000
6996
|
|
|
7001
|
-
.
|
|
6997
|
+
.GenericModal-module_animatingLeave__rNkKX {
|
|
7002
6998
|
transition-duration: var(--animation-duration-rapid, 200ms);
|
|
7003
6999
|
}
|
|
7004
|
-
.
|
|
7000
|
+
.GenericModal-module_animatingLeave__rNkKX .GenericModal-module_backdropLayer__RNQ-U {
|
|
7005
7001
|
animation-duration: var(--animation-duration-rapid, 200ms);
|
|
7006
7002
|
animation-fill-mode: forwards;
|
|
7007
7003
|
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
7008
|
-
animation-name:
|
|
7004
|
+
animation-name: GenericModal-module_fade-0-5-to-0__JkaSn;
|
|
7009
7005
|
}
|
|
7010
|
-
@keyframes
|
|
7006
|
+
@keyframes GenericModal-module_fade-0-5-to-0__JkaSn {
|
|
7011
7007
|
0% {
|
|
7012
7008
|
opacity: 0.5;
|
|
7013
7009
|
}
|
|
@@ -7015,14 +7011,14 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
7015
7011
|
opacity: 0;
|
|
7016
7012
|
}
|
|
7017
7013
|
}
|
|
7018
|
-
.
|
|
7014
|
+
.GenericModal-module_animatingLeave__rNkKX [data-modal] {
|
|
7019
7015
|
animation-duration: var(--animation-duration-rapid, 200ms);
|
|
7020
7016
|
animation-fill-mode: forwards;
|
|
7021
7017
|
animation-timing-function: var(--animation-easing-function-bounce-out, cubic-bezier(0.485, 0.155, 0.515, 0.845));
|
|
7022
7018
|
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
7023
|
-
animation-name:
|
|
7019
|
+
animation-name: GenericModal-module_custom-3__oWflS;
|
|
7024
7020
|
}
|
|
7025
|
-
@keyframes
|
|
7021
|
+
@keyframes GenericModal-module_custom-3__oWflS {
|
|
7026
7022
|
0% {
|
|
7027
7023
|
opacity: 1;
|
|
7028
7024
|
transform: scale(1);
|
|
@@ -7033,87 +7029,20 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
7033
7029
|
}
|
|
7034
7030
|
}
|
|
7035
7031
|
|
|
7036
|
-
.
|
|
7032
|
+
.GenericModal-module_unscrollable__HjRaW {
|
|
7037
7033
|
/* Tech debt - this !important existed before Stylelint rules */
|
|
7038
7034
|
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
|
7039
7035
|
}
|
|
7040
7036
|
|
|
7041
|
-
.
|
|
7037
|
+
.GenericModal-module_pseudoScrollbar__BhRqh {
|
|
7042
7038
|
/* Tech debt - this !important existed before Stylelint rules */
|
|
7043
7039
|
padding-right: 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
7044
7040
|
}
|
|
7045
7041
|
|
|
7046
|
-
.
|
|
7042
|
+
.GenericModal-module_hide__SK9PI {
|
|
7047
7043
|
opacity: 0%;
|
|
7048
7044
|
pointer-events: none;
|
|
7049
7045
|
}
|
|
7050
|
-
|
|
7051
|
-
.InputEditModal-module_modal__SbQqp {
|
|
7052
|
-
min-width: 300px;
|
|
7053
|
-
max-width: 600px;
|
|
7054
|
-
}
|
|
7055
|
-
.InputEditModal-module_animatingEnter__qZgX2 .InputEditModal-module_modal__SbQqp {
|
|
7056
|
-
animation-duration: var(--animation-duration-fast, 300ms);
|
|
7057
|
-
animation-fill-mode: forwards;
|
|
7058
|
-
animation-timing-function: var(--animation-easing-function-bounce-in, cubic-bezier(0.485, 0.155, 0.24, 1.245));
|
|
7059
|
-
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
7060
|
-
animation-name: InputEditModal-module_custom-5__trORr;
|
|
7061
|
-
}
|
|
7062
|
-
@keyframes InputEditModal-module_custom-5__trORr {
|
|
7063
|
-
0% {
|
|
7064
|
-
opacity: 0;
|
|
7065
|
-
transform: scale(0.5);
|
|
7066
|
-
}
|
|
7067
|
-
100% {
|
|
7068
|
-
opacity: 1;
|
|
7069
|
-
transform: scale(1);
|
|
7070
|
-
}
|
|
7071
|
-
}
|
|
7072
|
-
.InputEditModal-module_animatingLeave__S2HGz .InputEditModal-module_modal__SbQqp {
|
|
7073
|
-
animation-duration: var(--animation-duration-rapid, 200ms);
|
|
7074
|
-
animation-fill-mode: forwards;
|
|
7075
|
-
animation-timing-function: var(--animation-easing-function-bounce-out, cubic-bezier(0.485, 0.155, 0.515, 0.845));
|
|
7076
|
-
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
7077
|
-
animation-name: InputEditModal-module_custom-7__-98CZ;
|
|
7078
|
-
}
|
|
7079
|
-
@keyframes InputEditModal-module_custom-7__-98CZ {
|
|
7080
|
-
0% {
|
|
7081
|
-
opacity: 1;
|
|
7082
|
-
transform: scale(1);
|
|
7083
|
-
}
|
|
7084
|
-
100% {
|
|
7085
|
-
opacity: 0;
|
|
7086
|
-
transform: scale(0.5);
|
|
7087
|
-
}
|
|
7088
|
-
}
|
|
7089
|
-
|
|
7090
|
-
.InputEditModal-module_header__nivTf {
|
|
7091
|
-
color: var(--color-purple-800, #2f2438);
|
|
7092
|
-
text-align: left;
|
|
7093
|
-
}
|
|
7094
|
-
.InputEditModal-module_header__nivTf.InputEditModal-module_textAlignRTL__5QQP8 {
|
|
7095
|
-
text-align: right;
|
|
7096
|
-
}
|
|
7097
|
-
.InputEditModal-module_header__nivTf.InputEditModal-module_padded__ZdEIS {
|
|
7098
|
-
padding: var(--spacing-md, 1.5rem) var(--spacing-lg, 2.25rem);
|
|
7099
|
-
}
|
|
7100
|
-
@media (max-width: 768px) {
|
|
7101
|
-
.InputEditModal-module_header__nivTf.InputEditModal-module_padded__ZdEIS {
|
|
7102
|
-
padding: var(--spacing-md, 1.5rem);
|
|
7103
|
-
}
|
|
7104
|
-
}
|
|
7105
|
-
|
|
7106
|
-
.InputEditModal-module_body__LyxBE {
|
|
7107
|
-
background: var(--color-gray-200, #f4f4f5);
|
|
7108
|
-
}
|
|
7109
|
-
.InputEditModal-module_body__LyxBE.InputEditModal-module_padded__ZdEIS {
|
|
7110
|
-
padding: var(--spacing-md, 1.5rem) var(--spacing-lg, 2.25rem) var(--spacing-md, 1.5rem) var(--spacing-lg, 2.25rem);
|
|
7111
|
-
}
|
|
7112
|
-
@media (max-width: 768px) {
|
|
7113
|
-
.InputEditModal-module_body__LyxBE.InputEditModal-module_padded__ZdEIS {
|
|
7114
|
-
padding: var(--spacing-md, 1.5rem);
|
|
7115
|
-
}
|
|
7116
|
-
}
|
|
7117
7046
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7118
7047
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7119
7048
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -7173,12 +7102,12 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
7173
7102
|
/* prettier-ignore */
|
|
7174
7103
|
/* prettier-ignore */
|
|
7175
7104
|
/* prettier-ignore */
|
|
7176
|
-
.
|
|
7105
|
+
.InputEditModal-module_defaultModalWidth__My9Eh {
|
|
7177
7106
|
min-width: 300px;
|
|
7178
7107
|
max-width: 600px;
|
|
7179
7108
|
}
|
|
7180
7109
|
|
|
7181
|
-
.
|
|
7110
|
+
.InputEditModal-module_backdropLayer__aVLSb {
|
|
7182
7111
|
position: fixed;
|
|
7183
7112
|
background-color: #000;
|
|
7184
7113
|
opacity: 50%;
|
|
@@ -7189,7 +7118,7 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
7189
7118
|
inset-inline-start: 0;
|
|
7190
7119
|
}
|
|
7191
7120
|
|
|
7192
|
-
.
|
|
7121
|
+
.InputEditModal-module_scrollLayer__isygg {
|
|
7193
7122
|
position: fixed;
|
|
7194
7123
|
display: flex;
|
|
7195
7124
|
align-items: center;
|
|
@@ -7201,13 +7130,13 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
7201
7130
|
inset-inline-start: 0;
|
|
7202
7131
|
}
|
|
7203
7132
|
|
|
7204
|
-
.
|
|
7133
|
+
.InputEditModal-module_modalLayer__r5vqj {
|
|
7205
7134
|
margin: auto;
|
|
7206
7135
|
padding: 1.5rem 0;
|
|
7207
7136
|
width: 100%;
|
|
7208
7137
|
}
|
|
7209
7138
|
|
|
7210
|
-
.
|
|
7139
|
+
.InputEditModal-module_modal__SbQqp {
|
|
7211
7140
|
margin: auto;
|
|
7212
7141
|
background-color: var(--color-white, #ffffff);
|
|
7213
7142
|
border-radius: var(--border-solid-border-radius, 7px);
|
|
@@ -7218,11 +7147,11 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
7218
7147
|
color: var(--color-purple-800, #2f2438);
|
|
7219
7148
|
}
|
|
7220
7149
|
@media (min-width: 768px) {
|
|
7221
|
-
.
|
|
7150
|
+
.InputEditModal-module_modal__SbQqp {
|
|
7222
7151
|
width: 100%;
|
|
7223
7152
|
}
|
|
7224
7153
|
}
|
|
7225
|
-
.
|
|
7154
|
+
.InputEditModal-module_modal__SbQqp:has([class*="modalLabel"]:focus-visible)::after {
|
|
7226
7155
|
content: "";
|
|
7227
7156
|
position: absolute;
|
|
7228
7157
|
background: transparent;
|
|
@@ -7233,10 +7162,10 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
7233
7162
|
inset: -4px;
|
|
7234
7163
|
}
|
|
7235
7164
|
|
|
7236
|
-
.
|
|
7165
|
+
.InputEditModal-module_animatingEnter__qZgX2 {
|
|
7237
7166
|
transition-duration: var(--animation-duration-fast, 300ms);
|
|
7238
7167
|
}
|
|
7239
|
-
.
|
|
7168
|
+
.InputEditModal-module_animatingEnter__qZgX2 .InputEditModal-module_backdropLayer__aVLSb {
|
|
7240
7169
|
/*
|
|
7241
7170
|
There's a weird bug in Chrome/Blink 102.x that animates the opacity
|
|
7242
7171
|
all the way to 1 with 200ms ("rapid" token), but is fine with
|
|
@@ -7245,9 +7174,9 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
7245
7174
|
animation-duration: 201ms;
|
|
7246
7175
|
animation-fill-mode: forwards;
|
|
7247
7176
|
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
7248
|
-
animation-name:
|
|
7177
|
+
animation-name: InputEditModal-module_fade-0-to-0-5__ywvjR;
|
|
7249
7178
|
}
|
|
7250
|
-
@keyframes
|
|
7179
|
+
@keyframes InputEditModal-module_fade-0-to-0-5__ywvjR {
|
|
7251
7180
|
0% {
|
|
7252
7181
|
opacity: 0;
|
|
7253
7182
|
}
|
|
@@ -7255,14 +7184,14 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
7255
7184
|
opacity: 0.5;
|
|
7256
7185
|
}
|
|
7257
7186
|
}
|
|
7258
|
-
.
|
|
7187
|
+
.InputEditModal-module_animatingEnter__qZgX2 [data-modal] {
|
|
7259
7188
|
animation-duration: var(--animation-duration-fast, 300ms);
|
|
7260
7189
|
animation-fill-mode: forwards;
|
|
7261
7190
|
animation-timing-function: var(--animation-easing-function-bounce-in, cubic-bezier(0.485, 0.155, 0.24, 1.245));
|
|
7262
7191
|
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
7263
|
-
animation-name:
|
|
7192
|
+
animation-name: InputEditModal-module_custom-1__wSZX6;
|
|
7264
7193
|
}
|
|
7265
|
-
@keyframes
|
|
7194
|
+
@keyframes InputEditModal-module_custom-1__wSZX6 {
|
|
7266
7195
|
0% {
|
|
7267
7196
|
opacity: 0;
|
|
7268
7197
|
transform: scale(0.5);
|
|
@@ -7273,16 +7202,16 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
7273
7202
|
}
|
|
7274
7203
|
}
|
|
7275
7204
|
|
|
7276
|
-
.
|
|
7205
|
+
.InputEditModal-module_animatingLeave__S2HGz {
|
|
7277
7206
|
transition-duration: var(--animation-duration-rapid, 200ms);
|
|
7278
7207
|
}
|
|
7279
|
-
.
|
|
7208
|
+
.InputEditModal-module_animatingLeave__S2HGz .InputEditModal-module_backdropLayer__aVLSb {
|
|
7280
7209
|
animation-duration: var(--animation-duration-rapid, 200ms);
|
|
7281
7210
|
animation-fill-mode: forwards;
|
|
7282
7211
|
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
7283
|
-
animation-name:
|
|
7212
|
+
animation-name: InputEditModal-module_fade-0-5-to-0__s2WmG;
|
|
7284
7213
|
}
|
|
7285
|
-
@keyframes
|
|
7214
|
+
@keyframes InputEditModal-module_fade-0-5-to-0__s2WmG {
|
|
7286
7215
|
0% {
|
|
7287
7216
|
opacity: 0.5;
|
|
7288
7217
|
}
|
|
@@ -7290,14 +7219,14 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
7290
7219
|
opacity: 0;
|
|
7291
7220
|
}
|
|
7292
7221
|
}
|
|
7293
|
-
.
|
|
7222
|
+
.InputEditModal-module_animatingLeave__S2HGz [data-modal] {
|
|
7294
7223
|
animation-duration: var(--animation-duration-rapid, 200ms);
|
|
7295
7224
|
animation-fill-mode: forwards;
|
|
7296
7225
|
animation-timing-function: var(--animation-easing-function-bounce-out, cubic-bezier(0.485, 0.155, 0.515, 0.845));
|
|
7297
7226
|
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
7298
|
-
animation-name:
|
|
7227
|
+
animation-name: InputEditModal-module_custom-3__T3riv;
|
|
7299
7228
|
}
|
|
7300
|
-
@keyframes
|
|
7229
|
+
@keyframes InputEditModal-module_custom-3__T3riv {
|
|
7301
7230
|
0% {
|
|
7302
7231
|
opacity: 1;
|
|
7303
7232
|
transform: scale(1);
|
|
@@ -7308,38 +7237,33 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
7308
7237
|
}
|
|
7309
7238
|
}
|
|
7310
7239
|
|
|
7311
|
-
.
|
|
7240
|
+
.InputEditModal-module_unscrollable__GN1M2 {
|
|
7312
7241
|
/* Tech debt - this !important existed before Stylelint rules */
|
|
7313
7242
|
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
|
7314
7243
|
}
|
|
7315
7244
|
|
|
7316
|
-
.
|
|
7245
|
+
.InputEditModal-module_pseudoScrollbar__WCHmn {
|
|
7317
7246
|
/* Tech debt - this !important existed before Stylelint rules */
|
|
7318
7247
|
padding-right: 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
7319
7248
|
}
|
|
7320
7249
|
|
|
7321
|
-
.
|
|
7250
|
+
.InputEditModal-module_hide__N88RW {
|
|
7322
7251
|
opacity: 0%;
|
|
7323
7252
|
pointer-events: none;
|
|
7324
7253
|
}
|
|
7325
7254
|
|
|
7326
|
-
.
|
|
7255
|
+
.InputEditModal-module_modal__SbQqp {
|
|
7327
7256
|
min-width: 300px;
|
|
7328
|
-
max-width:
|
|
7329
|
-
}
|
|
7330
|
-
@media (min-width: 768px) {
|
|
7331
|
-
.ContextModal-module_modal__wriV7 {
|
|
7332
|
-
width: 90%;
|
|
7333
|
-
}
|
|
7257
|
+
max-width: 600px;
|
|
7334
7258
|
}
|
|
7335
|
-
.
|
|
7259
|
+
.InputEditModal-module_animatingEnter__qZgX2 .InputEditModal-module_modal__SbQqp {
|
|
7336
7260
|
animation-duration: var(--animation-duration-fast, 300ms);
|
|
7337
7261
|
animation-fill-mode: forwards;
|
|
7338
7262
|
animation-timing-function: var(--animation-easing-function-bounce-in, cubic-bezier(0.485, 0.155, 0.24, 1.245));
|
|
7339
7263
|
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
7340
|
-
animation-name:
|
|
7264
|
+
animation-name: InputEditModal-module_custom-5__trORr;
|
|
7341
7265
|
}
|
|
7342
|
-
@keyframes
|
|
7266
|
+
@keyframes InputEditModal-module_custom-5__trORr {
|
|
7343
7267
|
0% {
|
|
7344
7268
|
opacity: 0;
|
|
7345
7269
|
transform: scale(0.5);
|
|
@@ -7349,14 +7273,14 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
7349
7273
|
transform: scale(1);
|
|
7350
7274
|
}
|
|
7351
7275
|
}
|
|
7352
|
-
.
|
|
7276
|
+
.InputEditModal-module_animatingLeave__S2HGz .InputEditModal-module_modal__SbQqp {
|
|
7353
7277
|
animation-duration: var(--animation-duration-rapid, 200ms);
|
|
7354
7278
|
animation-fill-mode: forwards;
|
|
7355
7279
|
animation-timing-function: var(--animation-easing-function-bounce-out, cubic-bezier(0.485, 0.155, 0.515, 0.845));
|
|
7356
7280
|
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
7357
|
-
animation-name:
|
|
7281
|
+
animation-name: InputEditModal-module_custom-7__-98CZ;
|
|
7358
7282
|
}
|
|
7359
|
-
@keyframes
|
|
7283
|
+
@keyframes InputEditModal-module_custom-7__-98CZ {
|
|
7360
7284
|
0% {
|
|
7361
7285
|
opacity: 1;
|
|
7362
7286
|
transform: scale(1);
|
|
@@ -7367,75 +7291,114 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
7367
7291
|
}
|
|
7368
7292
|
}
|
|
7369
7293
|
|
|
7370
|
-
.
|
|
7294
|
+
.InputEditModal-module_header__nivTf {
|
|
7371
7295
|
color: var(--color-purple-800, #2f2438);
|
|
7372
|
-
text-align:
|
|
7296
|
+
text-align: left;
|
|
7373
7297
|
}
|
|
7374
|
-
.
|
|
7375
|
-
|
|
7298
|
+
.InputEditModal-module_header__nivTf.InputEditModal-module_textAlignRTL__5QQP8 {
|
|
7299
|
+
text-align: right;
|
|
7376
7300
|
}
|
|
7377
|
-
|
|
7378
|
-
|
|
7379
|
-
|
|
7301
|
+
.InputEditModal-module_header__nivTf.InputEditModal-module_padded__ZdEIS {
|
|
7302
|
+
padding: var(--spacing-md, 1.5rem) var(--spacing-lg, 2.25rem);
|
|
7303
|
+
}
|
|
7304
|
+
@media (max-width: 768px) {
|
|
7305
|
+
.InputEditModal-module_header__nivTf.InputEditModal-module_padded__ZdEIS {
|
|
7306
|
+
padding: var(--spacing-md, 1.5rem);
|
|
7380
7307
|
}
|
|
7381
7308
|
}
|
|
7382
7309
|
|
|
7383
|
-
.
|
|
7384
|
-
|
|
7310
|
+
.InputEditModal-module_body__LyxBE {
|
|
7311
|
+
background: var(--color-gray-200, #f4f4f5);
|
|
7385
7312
|
}
|
|
7386
|
-
|
|
7387
|
-
.
|
|
7388
|
-
|
|
7313
|
+
.InputEditModal-module_body__LyxBE.InputEditModal-module_padded__ZdEIS {
|
|
7314
|
+
padding: var(--spacing-md, 1.5rem) var(--spacing-lg, 2.25rem) var(--spacing-md, 1.5rem) var(--spacing-lg, 2.25rem);
|
|
7315
|
+
}
|
|
7316
|
+
@media (max-width: 768px) {
|
|
7317
|
+
.InputEditModal-module_body__LyxBE.InputEditModal-module_padded__ZdEIS {
|
|
7318
|
+
padding: var(--spacing-md, 1.5rem);
|
|
7389
7319
|
}
|
|
7390
7320
|
}
|
|
7391
|
-
|
|
7392
|
-
|
|
7393
|
-
|
|
7321
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7322
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7323
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7324
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7325
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7326
|
+
/* stylelint-disable selector-no-vendor-prefix */
|
|
7327
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7328
|
+
.Radio-module_radioInput__-zPUZ {
|
|
7329
|
+
opacity: 0%;
|
|
7330
|
+
position: absolute;
|
|
7394
7331
|
}
|
|
7395
|
-
|
|
7396
|
-
|
|
7397
|
-
height: var(--spacing-sm, 0.75rem);
|
|
7332
|
+
.ideal-sans .Radio-module_radioInput__-zPUZ {
|
|
7333
|
+
position: absolute;
|
|
7398
7334
|
}
|
|
7399
7335
|
|
|
7400
|
-
.
|
|
7401
|
-
|
|
7402
|
-
|
|
7403
|
-
|
|
7336
|
+
.Radio-module_icon__ihSP3 {
|
|
7337
|
+
top: 5px;
|
|
7338
|
+
left: 5px;
|
|
7339
|
+
width: 10px;
|
|
7340
|
+
height: 10px;
|
|
7341
|
+
border-radius: 50%;
|
|
7342
|
+
background: var(--color-gray-600, #524e56);
|
|
7343
|
+
position: absolute;
|
|
7404
7344
|
}
|
|
7405
|
-
|
|
7406
|
-
|
|
7407
|
-
|
|
7408
|
-
|
|
7409
|
-
|
|
7410
|
-
|
|
7411
|
-
|
|
7412
|
-
|
|
7345
|
+
.Radio-module_icon__ihSP3.Radio-module_reversed__pfCrF {
|
|
7346
|
+
background: var(--color-white, #ffffff);
|
|
7347
|
+
}
|
|
7348
|
+
@media (forced-colors: active) {
|
|
7349
|
+
.Radio-module_icon__ihSP3 {
|
|
7350
|
+
border: 5px solid transparent;
|
|
7351
|
+
width: 0;
|
|
7352
|
+
height: 0;
|
|
7413
7353
|
}
|
|
7414
7354
|
}
|
|
7415
7355
|
|
|
7416
|
-
.
|
|
7417
|
-
display:
|
|
7418
|
-
|
|
7419
|
-
|
|
7356
|
+
.Radio-module_box__nEGD7 {
|
|
7357
|
+
display: block;
|
|
7358
|
+
position: relative;
|
|
7359
|
+
background: var(--color-white, #ffffff);
|
|
7360
|
+
height: 24px;
|
|
7361
|
+
width: 24px;
|
|
7362
|
+
top: 0;
|
|
7363
|
+
border: var(--border-solid-border-width, 2px) var(--border-solid-border-style, solid) var(--color-gray-500, #878792);
|
|
7364
|
+
box-sizing: border-box;
|
|
7365
|
+
border-radius: 50%;
|
|
7420
7366
|
}
|
|
7421
|
-
|
|
7422
|
-
|
|
7423
|
-
padding: var(--spacing-md, 1.5rem) var(--spacing-lg, 2.25rem);
|
|
7424
|
-
}
|
|
7367
|
+
.Radio-module_radioInput__-zPUZ:focus:not([disabled]) + .Radio-module_box__nEGD7 {
|
|
7368
|
+
border-color: var(--color-gray-600, #524e56);
|
|
7425
7369
|
}
|
|
7426
|
-
.
|
|
7427
|
-
|
|
7428
|
-
|
|
7429
|
-
|
|
7430
|
-
|
|
7370
|
+
.Radio-module_radioInput__-zPUZ:focus:not([disabled]) + .Radio-module_box__nEGD7::after {
|
|
7371
|
+
pointer-events: none;
|
|
7372
|
+
content: "";
|
|
7373
|
+
box-sizing: border-box;
|
|
7374
|
+
position: absolute;
|
|
7375
|
+
background: transparent;
|
|
7376
|
+
border-radius: 26px;
|
|
7377
|
+
border-width: var(--border-focus-ring-border-width, 2px);
|
|
7378
|
+
border-style: var(--border-focus-ring-border-style, solid);
|
|
7379
|
+
border-color: var(--color-blue-500, #0168b3);
|
|
7380
|
+
top: calc(-2px - 24px / 8);
|
|
7381
|
+
left: calc(-2px - 24px / 8);
|
|
7382
|
+
width: calc(24px + 2px + var(--border-solid-border-width, 2px) * 2);
|
|
7383
|
+
height: calc(24px + 2px + var(--border-solid-border-width, 2px) * 2);
|
|
7431
7384
|
}
|
|
7432
|
-
.
|
|
7433
|
-
|
|
7385
|
+
.Radio-module_radioInput__-zPUZ:not([disabled]) + .Radio-module_box__nEGD7:hover {
|
|
7386
|
+
border-color: var(--color-gray-600, #524e56);
|
|
7387
|
+
background-color: var(--color-gray-200, #f4f4f5);
|
|
7434
7388
|
}
|
|
7435
|
-
|
|
7436
|
-
|
|
7437
|
-
|
|
7438
|
-
|
|
7389
|
+
.Radio-module_box__nEGD7.Radio-module_reversed__pfCrF {
|
|
7390
|
+
border: var(--border-solid-border-width, 2px) var(--border-solid-border-style, solid) rgba(var(--color-white-rgb, 255, 255, 255), 0.65);
|
|
7391
|
+
background: transparent;
|
|
7392
|
+
}
|
|
7393
|
+
.Radio-module_radioInput__-zPUZ:focus:not([disabled]) + .Radio-module_box__nEGD7.Radio-module_reversed__pfCrF {
|
|
7394
|
+
border-color: var(--color-white, #ffffff);
|
|
7395
|
+
}
|
|
7396
|
+
.Radio-module_radioInput__-zPUZ:focus:not([disabled]) + .Radio-module_box__nEGD7.Radio-module_reversed__pfCrF::after {
|
|
7397
|
+
border-color: var(--color-blue-300, #73c0e8);
|
|
7398
|
+
}
|
|
7399
|
+
.Radio-module_radioInput__-zPUZ:not([disabled]) + .Radio-module_box__nEGD7.Radio-module_reversed__pfCrF:hover {
|
|
7400
|
+
border-color: var(--color-white, #ffffff);
|
|
7401
|
+
background-color: transparent;
|
|
7439
7402
|
}
|
|
7440
7403
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7441
7404
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -7834,82 +7797,37 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
7834
7797
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7835
7798
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7836
7799
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7837
|
-
|
|
7838
|
-
|
|
7839
|
-
|
|
7840
|
-
opacity: 0%;
|
|
7841
|
-
position: absolute;
|
|
7842
|
-
}
|
|
7843
|
-
.ideal-sans .Radio-module_radioInput__-zPUZ {
|
|
7844
|
-
position: absolute;
|
|
7845
|
-
}
|
|
7846
|
-
|
|
7847
|
-
.Radio-module_icon__ihSP3 {
|
|
7848
|
-
top: 5px;
|
|
7849
|
-
left: 5px;
|
|
7850
|
-
width: 10px;
|
|
7851
|
-
height: 10px;
|
|
7852
|
-
border-radius: 50%;
|
|
7853
|
-
background: var(--color-gray-600, #524e56);
|
|
7854
|
-
position: absolute;
|
|
7855
|
-
}
|
|
7856
|
-
.Radio-module_icon__ihSP3.Radio-module_reversed__pfCrF {
|
|
7857
|
-
background: var(--color-white, #ffffff);
|
|
7858
|
-
}
|
|
7859
|
-
@media (forced-colors: active) {
|
|
7860
|
-
.Radio-module_icon__ihSP3 {
|
|
7861
|
-
border: 5px solid transparent;
|
|
7862
|
-
width: 0;
|
|
7863
|
-
height: 0;
|
|
7864
|
-
}
|
|
7800
|
+
.EditableRichTextContent-module_editorLabel__u2Fu9 {
|
|
7801
|
+
margin-bottom: var(--spacing-6, 0.375rem);
|
|
7802
|
+
display: inline-block;
|
|
7865
7803
|
}
|
|
7866
7804
|
|
|
7867
|
-
.
|
|
7868
|
-
|
|
7805
|
+
.EditableRichTextContent-module_editableContainer__zZEMC .ProseMirror {
|
|
7806
|
+
padding: calc(var(--spacing-12, 0.75rem) - var(--border-solid-border-width, 2px));
|
|
7869
7807
|
position: relative;
|
|
7870
|
-
|
|
7871
|
-
height: 24px;
|
|
7872
|
-
width: 24px;
|
|
7873
|
-
top: 0;
|
|
7808
|
+
border-radius: var(--border-solid-border-radius, 7px);
|
|
7874
7809
|
border: var(--border-solid-border-width, 2px) var(--border-solid-border-style, solid) var(--color-gray-500, #878792);
|
|
7875
|
-
|
|
7876
|
-
|
|
7810
|
+
transition: background-color var(--animation-duration-immediate, 100ms), border-color var(--animation-duration-immediate, 100ms);
|
|
7811
|
+
background-color: var(--color-white, #ffffff);
|
|
7812
|
+
min-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
7877
7813
|
}
|
|
7878
|
-
|
|
7879
|
-
|
|
7814
|
+
|
|
7815
|
+
.EditableRichTextContent-module_editableContainer__zZEMC:hover .ProseMirror {
|
|
7816
|
+
background-color: var(--color-gray-200, #f4f4f5);
|
|
7880
7817
|
}
|
|
7881
|
-
|
|
7818
|
+
|
|
7819
|
+
.EditableRichTextContent-module_editableContainer__zZEMC .EditableRichTextContent-module_hiddenButton__Kq3oB:focus-within + * > .ProseMirror {
|
|
7820
|
+
background-color: var(--color-gray-200, #f4f4f5);
|
|
7821
|
+
}
|
|
7822
|
+
.EditableRichTextContent-module_editableContainer__zZEMC .EditableRichTextContent-module_hiddenButton__Kq3oB:focus-within + * > .ProseMirror::before {
|
|
7882
7823
|
pointer-events: none;
|
|
7883
7824
|
content: "";
|
|
7884
|
-
box-sizing: border-box;
|
|
7885
7825
|
position: absolute;
|
|
7886
7826
|
background: transparent;
|
|
7887
|
-
border
|
|
7888
|
-
border-
|
|
7889
|
-
|
|
7890
|
-
|
|
7891
|
-
top: calc(-2px - 24px / 8);
|
|
7892
|
-
left: calc(-2px - 24px / 8);
|
|
7893
|
-
width: calc(24px + 2px + var(--border-solid-border-width, 2px) * 2);
|
|
7894
|
-
height: calc(24px + 2px + var(--border-solid-border-width, 2px) * 2);
|
|
7895
|
-
}
|
|
7896
|
-
.Radio-module_radioInput__-zPUZ:not([disabled]) + .Radio-module_box__nEGD7:hover {
|
|
7897
|
-
border-color: var(--color-gray-600, #524e56);
|
|
7898
|
-
background-color: var(--color-gray-200, #f4f4f5);
|
|
7899
|
-
}
|
|
7900
|
-
.Radio-module_box__nEGD7.Radio-module_reversed__pfCrF {
|
|
7901
|
-
border: var(--border-solid-border-width, 2px) var(--border-solid-border-style, solid) rgba(var(--color-white-rgb, 255, 255, 255), 0.65);
|
|
7902
|
-
background: transparent;
|
|
7903
|
-
}
|
|
7904
|
-
.Radio-module_radioInput__-zPUZ:focus:not([disabled]) + .Radio-module_box__nEGD7.Radio-module_reversed__pfCrF {
|
|
7905
|
-
border-color: var(--color-white, #ffffff);
|
|
7906
|
-
}
|
|
7907
|
-
.Radio-module_radioInput__-zPUZ:focus:not([disabled]) + .Radio-module_box__nEGD7.Radio-module_reversed__pfCrF::after {
|
|
7908
|
-
border-color: var(--color-blue-300, #73c0e8);
|
|
7909
|
-
}
|
|
7910
|
-
.Radio-module_radioInput__-zPUZ:not([disabled]) + .Radio-module_box__nEGD7.Radio-module_reversed__pfCrF:hover {
|
|
7911
|
-
border-color: var(--color-white, #ffffff);
|
|
7912
|
-
background-color: transparent;
|
|
7827
|
+
border: var(--border-focus-ring-border-width, 2px) var(--border-focus-ring-border-style, solid) var(--color-blue-500, #0168b3);
|
|
7828
|
+
border-radius: 10px;
|
|
7829
|
+
inset: calc(-1 * calc(var(--border-focus-ring-border-width, 2px) * 2 + 1px));
|
|
7830
|
+
z-index: 1;
|
|
7913
7831
|
}
|
|
7914
7832
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7915
7833
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -7947,43 +7865,6 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
7947
7865
|
}
|
|
7948
7866
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7949
7867
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7950
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7951
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7952
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7953
|
-
.EditableRichTextContent-module_editorLabel__u2Fu9 {
|
|
7954
|
-
margin-bottom: var(--spacing-6, 0.375rem);
|
|
7955
|
-
display: inline-block;
|
|
7956
|
-
}
|
|
7957
|
-
|
|
7958
|
-
.EditableRichTextContent-module_editableContainer__zZEMC .ProseMirror {
|
|
7959
|
-
padding: calc(var(--spacing-12, 0.75rem) - var(--border-solid-border-width, 2px));
|
|
7960
|
-
position: relative;
|
|
7961
|
-
border-radius: var(--border-solid-border-radius, 7px);
|
|
7962
|
-
border: var(--border-solid-border-width, 2px) var(--border-solid-border-style, solid) var(--color-gray-500, #878792);
|
|
7963
|
-
transition: background-color var(--animation-duration-immediate, 100ms), border-color var(--animation-duration-immediate, 100ms);
|
|
7964
|
-
background-color: var(--color-white, #ffffff);
|
|
7965
|
-
min-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
7966
|
-
}
|
|
7967
|
-
|
|
7968
|
-
.EditableRichTextContent-module_editableContainer__zZEMC:hover .ProseMirror {
|
|
7969
|
-
background-color: var(--color-gray-200, #f4f4f5);
|
|
7970
|
-
}
|
|
7971
|
-
|
|
7972
|
-
.EditableRichTextContent-module_editableContainer__zZEMC .EditableRichTextContent-module_hiddenButton__Kq3oB:focus-within + * > .ProseMirror {
|
|
7973
|
-
background-color: var(--color-gray-200, #f4f4f5);
|
|
7974
|
-
}
|
|
7975
|
-
.EditableRichTextContent-module_editableContainer__zZEMC .EditableRichTextContent-module_hiddenButton__Kq3oB:focus-within + * > .ProseMirror::before {
|
|
7976
|
-
pointer-events: none;
|
|
7977
|
-
content: "";
|
|
7978
|
-
position: absolute;
|
|
7979
|
-
background: transparent;
|
|
7980
|
-
border: var(--border-focus-ring-border-width, 2px) var(--border-focus-ring-border-style, solid) var(--color-blue-500, #0168b3);
|
|
7981
|
-
border-radius: 10px;
|
|
7982
|
-
inset: calc(-1 * calc(var(--border-focus-ring-border-width, 2px) * 2 + 1px));
|
|
7983
|
-
z-index: 1;
|
|
7984
|
-
}
|
|
7985
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7986
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7987
7868
|
.RadioGroup-module_radioGroupLabel__wIl4z {
|
|
7988
7869
|
margin-bottom: var(--spacing-sm, 0.75rem);
|
|
7989
7870
|
}
|
|
@@ -8107,294 +7988,6 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
8107
7988
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8108
7989
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8109
7990
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8110
|
-
/* stylelint-disable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
|
|
8111
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8112
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8113
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8114
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8115
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8116
|
-
/* 16px */
|
|
8117
|
-
/* 16px */
|
|
8118
|
-
/* 16px */
|
|
8119
|
-
/*
|
|
8120
|
-
Because these components are deprecated, we've kept any inline/non-token values as values from the Zen theme to prevent any style regressions,
|
|
8121
|
-
as this is what consumers would have expected when pulling them in a the time.
|
|
8122
|
-
*/
|
|
8123
|
-
/* stylelint-enable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
|
|
8124
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8125
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8126
|
-
/* stylelint-disable */
|
|
8127
|
-
/* stylelint-enable */
|
|
8128
|
-
/* prettier-ignore */
|
|
8129
|
-
/* stylelint-disable */
|
|
8130
|
-
/* stylelint-enable */
|
|
8131
|
-
/* prettier-ignore */
|
|
8132
|
-
/* stylelint-disable */
|
|
8133
|
-
/* stylelint-enable */
|
|
8134
|
-
/* prettier-ignore */
|
|
8135
|
-
/* stylelint-disable */
|
|
8136
|
-
/* stylelint-enable */
|
|
8137
|
-
/* prettier-ignore */
|
|
8138
|
-
/* stylelint-disable scss/at-if-no-null */
|
|
8139
|
-
/* stylelint-enable scss/at-if-no-null */
|
|
8140
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8141
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8142
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8143
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8144
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8145
|
-
/* stylelint-disable */
|
|
8146
|
-
/* stylelint-enable */
|
|
8147
|
-
/* prettier-ignore */
|
|
8148
|
-
/* stylelint-disable */
|
|
8149
|
-
/* stylelint-enable */
|
|
8150
|
-
/* prettier-ignore */
|
|
8151
|
-
/* prettier-ignore */
|
|
8152
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8153
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8154
|
-
/* stylelint-disable function-name-case, scss/at-function-pattern */
|
|
8155
|
-
/* stylelint-enable function-name-case, scss/at-function-pattern */
|
|
8156
|
-
/* prettier-ignore */
|
|
8157
|
-
/* prettier-ignore */
|
|
8158
|
-
/* prettier-ignore */
|
|
8159
|
-
/* prettier-ignore */
|
|
8160
|
-
/* prettier-ignore */
|
|
8161
|
-
/* prettier-ignore */
|
|
8162
|
-
.GenericModal-module_defaultModalWidth__kG7lU {
|
|
8163
|
-
min-width: 300px;
|
|
8164
|
-
max-width: 600px;
|
|
8165
|
-
}
|
|
8166
|
-
|
|
8167
|
-
.GenericModal-module_backdropLayer__RNQ-U {
|
|
8168
|
-
position: fixed;
|
|
8169
|
-
background-color: #000;
|
|
8170
|
-
opacity: 50%;
|
|
8171
|
-
z-index: 1040;
|
|
8172
|
-
top: 0;
|
|
8173
|
-
bottom: 0;
|
|
8174
|
-
inset-inline-end: 0;
|
|
8175
|
-
inset-inline-start: 0;
|
|
8176
|
-
}
|
|
8177
|
-
|
|
8178
|
-
.GenericModal-module_scrollLayer__A5VdY {
|
|
8179
|
-
position: fixed;
|
|
8180
|
-
display: flex;
|
|
8181
|
-
align-items: center;
|
|
8182
|
-
z-index: 1050;
|
|
8183
|
-
overflow-y: auto;
|
|
8184
|
-
top: 0;
|
|
8185
|
-
bottom: 0;
|
|
8186
|
-
inset-inline-end: 0;
|
|
8187
|
-
inset-inline-start: 0;
|
|
8188
|
-
}
|
|
8189
|
-
|
|
8190
|
-
.GenericModal-module_modalLayer__WfD1U {
|
|
8191
|
-
margin: auto;
|
|
8192
|
-
padding: 1.5rem 0;
|
|
8193
|
-
width: 100%;
|
|
8194
|
-
}
|
|
8195
|
-
|
|
8196
|
-
.GenericModal-module_animatingEnter__P3wuk {
|
|
8197
|
-
transition-duration: var(--animation-duration-fast, 300ms);
|
|
8198
|
-
}
|
|
8199
|
-
.GenericModal-module_animatingEnter__P3wuk .GenericModal-module_backdropLayer__RNQ-U {
|
|
8200
|
-
/*
|
|
8201
|
-
There's a weird bug in Chrome/Blink 102.x that animates the opacity
|
|
8202
|
-
all the way to 1 with 200ms ("rapid" token), but is fine with
|
|
8203
|
-
201ms, see Jira [KDS-523]
|
|
8204
|
-
*/
|
|
8205
|
-
animation-duration: 201ms;
|
|
8206
|
-
animation-fill-mode: forwards;
|
|
8207
|
-
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
8208
|
-
animation-name: GenericModal-module_fade-0-to-0-5__-4t3h;
|
|
8209
|
-
}
|
|
8210
|
-
@keyframes GenericModal-module_fade-0-to-0-5__-4t3h {
|
|
8211
|
-
0% {
|
|
8212
|
-
opacity: 0;
|
|
8213
|
-
}
|
|
8214
|
-
100% {
|
|
8215
|
-
opacity: 0.5;
|
|
8216
|
-
}
|
|
8217
|
-
}
|
|
8218
|
-
.GenericModal-module_animatingEnter__P3wuk [data-modal] {
|
|
8219
|
-
animation-duration: var(--animation-duration-fast, 300ms);
|
|
8220
|
-
animation-fill-mode: forwards;
|
|
8221
|
-
animation-timing-function: var(--animation-easing-function-bounce-in, cubic-bezier(0.485, 0.155, 0.24, 1.245));
|
|
8222
|
-
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
8223
|
-
animation-name: GenericModal-module_custom-1__G0JT4;
|
|
8224
|
-
}
|
|
8225
|
-
@keyframes GenericModal-module_custom-1__G0JT4 {
|
|
8226
|
-
0% {
|
|
8227
|
-
opacity: 0;
|
|
8228
|
-
transform: scale(0.5);
|
|
8229
|
-
}
|
|
8230
|
-
100% {
|
|
8231
|
-
opacity: 1;
|
|
8232
|
-
transform: scale(1);
|
|
8233
|
-
}
|
|
8234
|
-
}
|
|
8235
|
-
|
|
8236
|
-
.GenericModal-module_animatingLeave__rNkKX {
|
|
8237
|
-
transition-duration: var(--animation-duration-rapid, 200ms);
|
|
8238
|
-
}
|
|
8239
|
-
.GenericModal-module_animatingLeave__rNkKX .GenericModal-module_backdropLayer__RNQ-U {
|
|
8240
|
-
animation-duration: var(--animation-duration-rapid, 200ms);
|
|
8241
|
-
animation-fill-mode: forwards;
|
|
8242
|
-
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
8243
|
-
animation-name: GenericModal-module_fade-0-5-to-0__JkaSn;
|
|
8244
|
-
}
|
|
8245
|
-
@keyframes GenericModal-module_fade-0-5-to-0__JkaSn {
|
|
8246
|
-
0% {
|
|
8247
|
-
opacity: 0.5;
|
|
8248
|
-
}
|
|
8249
|
-
100% {
|
|
8250
|
-
opacity: 0;
|
|
8251
|
-
}
|
|
8252
|
-
}
|
|
8253
|
-
.GenericModal-module_animatingLeave__rNkKX [data-modal] {
|
|
8254
|
-
animation-duration: var(--animation-duration-rapid, 200ms);
|
|
8255
|
-
animation-fill-mode: forwards;
|
|
8256
|
-
animation-timing-function: var(--animation-easing-function-bounce-out, cubic-bezier(0.485, 0.155, 0.515, 0.845));
|
|
8257
|
-
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
8258
|
-
animation-name: GenericModal-module_custom-3__oWflS;
|
|
8259
|
-
}
|
|
8260
|
-
@keyframes GenericModal-module_custom-3__oWflS {
|
|
8261
|
-
0% {
|
|
8262
|
-
opacity: 1;
|
|
8263
|
-
transform: scale(1);
|
|
8264
|
-
}
|
|
8265
|
-
100% {
|
|
8266
|
-
opacity: 0;
|
|
8267
|
-
transform: scale(0.5);
|
|
8268
|
-
}
|
|
8269
|
-
}
|
|
8270
|
-
|
|
8271
|
-
.GenericModal-module_unscrollable__HjRaW {
|
|
8272
|
-
/* Tech debt - this !important existed before Stylelint rules */
|
|
8273
|
-
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
|
8274
|
-
}
|
|
8275
|
-
|
|
8276
|
-
.GenericModal-module_pseudoScrollbar__BhRqh {
|
|
8277
|
-
/* Tech debt - this !important existed before Stylelint rules */
|
|
8278
|
-
padding-right: 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
8279
|
-
}
|
|
8280
|
-
|
|
8281
|
-
.GenericModal-module_hide__SK9PI {
|
|
8282
|
-
opacity: 0%;
|
|
8283
|
-
pointer-events: none;
|
|
8284
|
-
}
|
|
8285
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8286
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8287
|
-
.TabList-module_tabList__A8Y9H {
|
|
8288
|
-
border-bottom: 1px solid rgba(var(--color-gray-600-rgb, 82, 78, 86), 0.1);
|
|
8289
|
-
padding: var(--spacing-xs, 0.375rem) var(--spacing-md, 1.5rem) 0;
|
|
8290
|
-
}
|
|
8291
|
-
|
|
8292
|
-
.TabList-module_tabList__A8Y9H.TabList-module_noPadding__v073J {
|
|
8293
|
-
padding: 0;
|
|
8294
|
-
}
|
|
8295
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8296
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8297
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8298
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8299
|
-
.Tab-module_tab__Rar3J {
|
|
8300
|
-
display: inline-flex;
|
|
8301
|
-
align-items: center;
|
|
8302
|
-
border: 0;
|
|
8303
|
-
border-top: 2px solid transparent;
|
|
8304
|
-
border-left: 2px solid transparent;
|
|
8305
|
-
border-right: 2px solid transparent;
|
|
8306
|
-
border-top-left-radius: var(--border-borderless-border-radius, 7px);
|
|
8307
|
-
border-top-right-radius: var(--border-borderless-border-radius, 7px);
|
|
8308
|
-
background: var(--color-white, #ffffff);
|
|
8309
|
-
white-space: nowrap;
|
|
8310
|
-
text-decoration: none;
|
|
8311
|
-
padding: var(--spacing-md, 1.5rem) var(--spacing-md, 1.5rem);
|
|
8312
|
-
margin: 0;
|
|
8313
|
-
font-family: var(--typography-heading-4-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
8314
|
-
font-size: var(--typography-heading-4-font-size, 1.125rem);
|
|
8315
|
-
font-weight: var(--typography-heading-4-font-weight, 600);
|
|
8316
|
-
line-height: var(--typography-heading-4-line-height, 1.5rem);
|
|
8317
|
-
letter-spacing: var(--typography-heading-4-letter-spacing, normal);
|
|
8318
|
-
color: var(--color-purple-800, #2f2438);
|
|
8319
|
-
}
|
|
8320
|
-
.Tab-module_tab__Rar3J:focus {
|
|
8321
|
-
outline: none;
|
|
8322
|
-
}
|
|
8323
|
-
.Tab-module_tab__Rar3J:focus-visible {
|
|
8324
|
-
background: var(--color-blue-100, #e6f6ff);
|
|
8325
|
-
color: var(--color-blue-500, #0168b3);
|
|
8326
|
-
border-color: var(--color-blue-500, #0168b3);
|
|
8327
|
-
}
|
|
8328
|
-
.Tab-module_tab__Rar3J:disabled {
|
|
8329
|
-
opacity: 30%;
|
|
8330
|
-
}
|
|
8331
|
-
.Tab-module_tab__Rar3J:not(:first-child) {
|
|
8332
|
-
margin-inline-start: var(--spacing-xs, 0.375rem);
|
|
8333
|
-
}
|
|
8334
|
-
.Tab-module_tab__Rar3J:not(:disabled):hover {
|
|
8335
|
-
background: var(--color-blue-100, #e6f6ff);
|
|
8336
|
-
color: var(--color-blue-500, #0168b3);
|
|
8337
|
-
}
|
|
8338
|
-
|
|
8339
|
-
.Tab-module_tab__Rar3J[data-selected] {
|
|
8340
|
-
position: relative;
|
|
8341
|
-
color: var(--color-blue-500, #0168b3);
|
|
8342
|
-
}
|
|
8343
|
-
.Tab-module_tab__Rar3J[data-selected]::before {
|
|
8344
|
-
content: "";
|
|
8345
|
-
display: block;
|
|
8346
|
-
border-top-left-radius: 5px;
|
|
8347
|
-
border-top-right-radius: 5px;
|
|
8348
|
-
background-color: currentcolor;
|
|
8349
|
-
height: 5px;
|
|
8350
|
-
width: 100%;
|
|
8351
|
-
position: absolute;
|
|
8352
|
-
left: 0;
|
|
8353
|
-
right: 0;
|
|
8354
|
-
bottom: 0;
|
|
8355
|
-
}
|
|
8356
|
-
|
|
8357
|
-
.Tab-module_badge__4p2nd {
|
|
8358
|
-
margin-inline-start: var(--spacing-sm, 0.75rem);
|
|
8359
|
-
display: inline-flex;
|
|
8360
|
-
align-items: center;
|
|
8361
|
-
}
|
|
8362
|
-
|
|
8363
|
-
@media (forced-colors: active) {
|
|
8364
|
-
.Tab-module_tab__Rar3J {
|
|
8365
|
-
border: 2px solid transparent;
|
|
8366
|
-
}
|
|
8367
|
-
.Tab-module_tab__Rar3J:focus-visible::after {
|
|
8368
|
-
content: "";
|
|
8369
|
-
position: absolute;
|
|
8370
|
-
background: transparent;
|
|
8371
|
-
border-radius: var(--border-focus-ring-border-radius, 10px);
|
|
8372
|
-
border-width: var(--border-focus-ring-border-width, 2px);
|
|
8373
|
-
border-style: var(--border-focus-ring-border-style, solid);
|
|
8374
|
-
border-color: transparent;
|
|
8375
|
-
inset: calc(-1 * calc(var(--border-focus-ring-border-width, 2px) * 2 + 1px));
|
|
8376
|
-
}
|
|
8377
|
-
.Tab-module_tab__Rar3J.Tab-module_selected__MApD6::before {
|
|
8378
|
-
content: "";
|
|
8379
|
-
position: absolute;
|
|
8380
|
-
left: 0;
|
|
8381
|
-
right: 0;
|
|
8382
|
-
bottom: 0;
|
|
8383
|
-
border-bottom: 2px solid transparent;
|
|
8384
|
-
}
|
|
8385
|
-
}
|
|
8386
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8387
|
-
.MultiActionTile-module_actions__mntsC {
|
|
8388
|
-
display: flex;
|
|
8389
|
-
}
|
|
8390
|
-
|
|
8391
|
-
.MultiActionTile-module_secondaryAction__DuXdD {
|
|
8392
|
-
margin-inline-end: var(--spacing-8, 0.5rem);
|
|
8393
|
-
}
|
|
8394
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8395
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8396
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8397
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8398
7991
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8399
7992
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8400
7993
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -8479,179 +8072,490 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
8479
8072
|
.RichTextEditor-module_editor__pVKqW > .ProseMirror ul ul ul {
|
|
8480
8073
|
list-style-type: square;
|
|
8481
8074
|
}
|
|
8482
|
-
.RichTextEditor-module_editor__pVKqW > .ProseMirror ul ul ul ul,
|
|
8483
|
-
.RichTextEditor-module_editor__pVKqW > .ProseMirror ul ul ul ol {
|
|
8484
|
-
padding-inline-start: var(--spacing-40, 2.5rem);
|
|
8075
|
+
.RichTextEditor-module_editor__pVKqW > .ProseMirror ul ul ul ul,
|
|
8076
|
+
.RichTextEditor-module_editor__pVKqW > .ProseMirror ul ul ul ol {
|
|
8077
|
+
padding-inline-start: var(--spacing-40, 2.5rem);
|
|
8078
|
+
}
|
|
8079
|
+
.RichTextEditor-module_editor__pVKqW > .ProseMirror ul ul ul ol {
|
|
8080
|
+
list-style-type: decimal;
|
|
8081
|
+
}
|
|
8082
|
+
.RichTextEditor-module_editor__pVKqW > .ProseMirror ul ul ul ol ol {
|
|
8083
|
+
list-style-type: lower-alpha;
|
|
8084
|
+
}
|
|
8085
|
+
.RichTextEditor-module_editor__pVKqW > .ProseMirror ul ul ul ol ol ol {
|
|
8086
|
+
list-style-type: lower-roman;
|
|
8087
|
+
}
|
|
8088
|
+
.RichTextEditor-module_editor__pVKqW > .ProseMirror ul ul ul ul {
|
|
8089
|
+
list-style-type: disc;
|
|
8090
|
+
}
|
|
8091
|
+
.RichTextEditor-module_editor__pVKqW > .ProseMirror ul ul ul ul ul {
|
|
8092
|
+
list-style-type: circle;
|
|
8093
|
+
}
|
|
8094
|
+
.RichTextEditor-module_editor__pVKqW > .ProseMirror ul ul ul ul ul ul {
|
|
8095
|
+
list-style-type: square;
|
|
8096
|
+
}
|
|
8097
|
+
.RichTextEditor-module_editor__pVKqW > .ProseMirror:hover, .RichTextEditor-module_editor__pVKqW > .ProseMirror:focus-visible {
|
|
8098
|
+
border-color: var(--color-gray-600, #524e56);
|
|
8099
|
+
background: var(--color-gray-200, #f4f4f5);
|
|
8100
|
+
}
|
|
8101
|
+
.RichTextEditor-module_editor__pVKqW > .ProseMirror:focus {
|
|
8102
|
+
outline: none;
|
|
8103
|
+
}
|
|
8104
|
+
.RichTextEditor-module_editor__pVKqW > .ProseMirror:focus-visible::after {
|
|
8105
|
+
content: "";
|
|
8106
|
+
pointer-events: none;
|
|
8107
|
+
position: absolute;
|
|
8108
|
+
background: transparent;
|
|
8109
|
+
border-radius: 2px 2px var(--border-focus-ring-border-radius, 10px) var(--border-focus-ring-border-radius, 10px);
|
|
8110
|
+
border-width: var(--border-focus-ring-border-width, 2px);
|
|
8111
|
+
border-style: var(--border-focus-ring-border-style, solid);
|
|
8112
|
+
border-color: var(--color-blue-500, #0168b3);
|
|
8113
|
+
inset: calc(-1 * 5px);
|
|
8114
|
+
}
|
|
8115
|
+
|
|
8116
|
+
.RichTextEditor-module_editor__pVKqW.RichTextEditor-module_hasToolbar__EBxnG > .ProseMirror {
|
|
8117
|
+
border-top-left-radius: 0;
|
|
8118
|
+
border-top-right-radius: 0;
|
|
8119
|
+
}
|
|
8120
|
+
|
|
8121
|
+
.RichTextEditor-module_editorLabel__om-dJ {
|
|
8122
|
+
margin-bottom: var(--spacing-6, 0.375rem);
|
|
8123
|
+
display: inline-block;
|
|
8124
|
+
}
|
|
8125
|
+
|
|
8126
|
+
/* stylelint-disable no-descending-specificity */
|
|
8127
|
+
.RichTextEditor-module_editorWrapper__5q3mG {
|
|
8128
|
+
position: relative;
|
|
8129
|
+
border: var(--border-solid-border-width, 2px) var(--border-solid-border-style, solid) var(--color-gray-500, #878792);
|
|
8130
|
+
background: var(--color-white, #ffffff);
|
|
8131
|
+
border-radius: var(--border-solid-border-radius, 7px);
|
|
8132
|
+
word-wrap: break-word;
|
|
8133
|
+
/* stylelint-enable no-descending-specificity */
|
|
8134
|
+
}
|
|
8135
|
+
.RichTextEditor-module_editorWrapper__5q3mG:hover, .RichTextEditor-module_editorWrapper__5q3mG:focus-within {
|
|
8136
|
+
border-color: var(--color-gray-600, #524e56);
|
|
8137
|
+
}
|
|
8138
|
+
.RichTextEditor-module_editorWrapper__5q3mG:hover .RichTextEditor-module_toolbar__ceLvw, .RichTextEditor-module_editorWrapper__5q3mG:focus-within .RichTextEditor-module_toolbar__ceLvw {
|
|
8139
|
+
border-color: var(--color-gray-600, #524e56);
|
|
8140
|
+
}
|
|
8141
|
+
.RichTextEditor-module_editorWrapper__5q3mG.RichTextEditor-module_error__Xugz8,
|
|
8142
|
+
.RichTextEditor-module_editorWrapper__5q3mG.RichTextEditor-module_error__Xugz8 .RichTextEditor-module_toolbar__ceLvw {
|
|
8143
|
+
border-color: var(--color-red-500, #c93b55);
|
|
8144
|
+
}
|
|
8145
|
+
.RichTextEditor-module_editorWrapper__5q3mG.RichTextEditor-module_error__Xugz8:hover,
|
|
8146
|
+
.RichTextEditor-module_editorWrapper__5q3mG.RichTextEditor-module_error__Xugz8:hover .RichTextEditor-module_toolbar__ceLvw {
|
|
8147
|
+
border-color: var(--color-red-600, #a82433);
|
|
8148
|
+
}
|
|
8149
|
+
.RichTextEditor-module_editorWrapper__5q3mG.RichTextEditor-module_caution__6q0z6,
|
|
8150
|
+
.RichTextEditor-module_editorWrapper__5q3mG.RichTextEditor-module_caution__6q0z6 .RichTextEditor-module_toolbar__ceLvw {
|
|
8151
|
+
border-color: var(--color-yellow-600, #c68600);
|
|
8152
|
+
}
|
|
8153
|
+
.RichTextEditor-module_editorWrapper__5q3mG.RichTextEditor-module_caution__6q0z6:hover,
|
|
8154
|
+
.RichTextEditor-module_editorWrapper__5q3mG.RichTextEditor-module_caution__6q0z6:hover .RichTextEditor-module_toolbar__ceLvw {
|
|
8155
|
+
border-color: var(--color-yellow-700, #876400);
|
|
8156
|
+
}
|
|
8157
|
+
|
|
8158
|
+
.RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows1__DDEf4 > .ProseMirror {
|
|
8159
|
+
min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 1 - var(--spacing-16, 1rem));
|
|
8160
|
+
}
|
|
8161
|
+
|
|
8162
|
+
.RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows2__kzYgh > .ProseMirror {
|
|
8163
|
+
min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 2 - var(--spacing-16, 1rem));
|
|
8164
|
+
}
|
|
8165
|
+
|
|
8166
|
+
.RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows3__SA7Zu > .ProseMirror {
|
|
8167
|
+
min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 3 - var(--spacing-16, 1rem));
|
|
8168
|
+
}
|
|
8169
|
+
|
|
8170
|
+
.RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows4__gkZry > .ProseMirror {
|
|
8171
|
+
min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 4 - var(--spacing-16, 1rem));
|
|
8172
|
+
}
|
|
8173
|
+
|
|
8174
|
+
.RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows5__4Rq2z > .ProseMirror {
|
|
8175
|
+
min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 5 - var(--spacing-16, 1rem));
|
|
8176
|
+
}
|
|
8177
|
+
|
|
8178
|
+
.RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows6__SH-4R > .ProseMirror {
|
|
8179
|
+
min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 6 - var(--spacing-16, 1rem));
|
|
8180
|
+
}
|
|
8181
|
+
|
|
8182
|
+
.RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows7__z02vY > .ProseMirror {
|
|
8183
|
+
min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 7 - var(--spacing-16, 1rem));
|
|
8184
|
+
}
|
|
8185
|
+
|
|
8186
|
+
.RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows8__4j-9e > .ProseMirror {
|
|
8187
|
+
min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 8 - var(--spacing-16, 1rem));
|
|
8188
|
+
}
|
|
8189
|
+
|
|
8190
|
+
.RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows9__67hDj > .ProseMirror {
|
|
8191
|
+
min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 9 - var(--spacing-16, 1rem));
|
|
8192
|
+
}
|
|
8193
|
+
|
|
8194
|
+
.RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows10__qysh1 > .ProseMirror {
|
|
8195
|
+
min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 10 - var(--spacing-16, 1rem));
|
|
8196
|
+
}
|
|
8197
|
+
|
|
8198
|
+
.RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows11__o5iYX > .ProseMirror {
|
|
8199
|
+
min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 11 - var(--spacing-16, 1rem));
|
|
8200
|
+
}
|
|
8201
|
+
|
|
8202
|
+
.RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows12__ug-Nv > .ProseMirror {
|
|
8203
|
+
min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 12 - var(--spacing-16, 1rem));
|
|
8204
|
+
}
|
|
8205
|
+
|
|
8206
|
+
.RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows13__tFBG7 > .ProseMirror {
|
|
8207
|
+
min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 13 - var(--spacing-16, 1rem));
|
|
8208
|
+
}
|
|
8209
|
+
|
|
8210
|
+
.RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows14__xqS6h > .ProseMirror {
|
|
8211
|
+
min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 14 - var(--spacing-16, 1rem));
|
|
8212
|
+
}
|
|
8213
|
+
|
|
8214
|
+
.RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows15__dzeUM > .ProseMirror {
|
|
8215
|
+
min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 15 - var(--spacing-16, 1rem));
|
|
8216
|
+
}
|
|
8217
|
+
|
|
8218
|
+
.RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows16__GyRco > .ProseMirror {
|
|
8219
|
+
min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 16 - var(--spacing-16, 1rem));
|
|
8220
|
+
}
|
|
8221
|
+
|
|
8222
|
+
.RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows17__GyNby > .ProseMirror {
|
|
8223
|
+
min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 17 - var(--spacing-16, 1rem));
|
|
8485
8224
|
}
|
|
8486
|
-
|
|
8487
|
-
|
|
8225
|
+
|
|
8226
|
+
.RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows18__fe-Rb > .ProseMirror {
|
|
8227
|
+
min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 18 - var(--spacing-16, 1rem));
|
|
8488
8228
|
}
|
|
8489
|
-
|
|
8490
|
-
|
|
8229
|
+
|
|
8230
|
+
.RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows19__fc0-T > .ProseMirror {
|
|
8231
|
+
min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 19 - var(--spacing-16, 1rem));
|
|
8491
8232
|
}
|
|
8492
|
-
|
|
8493
|
-
|
|
8233
|
+
|
|
8234
|
+
.RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows20__p9rwF > .ProseMirror {
|
|
8235
|
+
min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 20 - var(--spacing-16, 1rem));
|
|
8494
8236
|
}
|
|
8495
|
-
|
|
8496
|
-
|
|
8237
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8238
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8239
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8240
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8241
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8242
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8243
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8244
|
+
/* stylelint-disable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
|
|
8245
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8246
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8247
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8248
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8249
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8250
|
+
/* 16px */
|
|
8251
|
+
/* 16px */
|
|
8252
|
+
/* 16px */
|
|
8253
|
+
/*
|
|
8254
|
+
Because these components are deprecated, we've kept any inline/non-token values as values from the Zen theme to prevent any style regressions,
|
|
8255
|
+
as this is what consumers would have expected when pulling them in a the time.
|
|
8256
|
+
*/
|
|
8257
|
+
/* stylelint-enable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
|
|
8258
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8259
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8260
|
+
/* stylelint-disable */
|
|
8261
|
+
/* stylelint-enable */
|
|
8262
|
+
/* prettier-ignore */
|
|
8263
|
+
/* stylelint-disable */
|
|
8264
|
+
/* stylelint-enable */
|
|
8265
|
+
/* prettier-ignore */
|
|
8266
|
+
/* stylelint-disable */
|
|
8267
|
+
/* stylelint-enable */
|
|
8268
|
+
/* prettier-ignore */
|
|
8269
|
+
/* stylelint-disable */
|
|
8270
|
+
/* stylelint-enable */
|
|
8271
|
+
/* prettier-ignore */
|
|
8272
|
+
/* stylelint-disable scss/at-if-no-null */
|
|
8273
|
+
/* stylelint-enable scss/at-if-no-null */
|
|
8274
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8275
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8276
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8277
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8278
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8279
|
+
/* stylelint-disable */
|
|
8280
|
+
/* stylelint-enable */
|
|
8281
|
+
/* prettier-ignore */
|
|
8282
|
+
/* stylelint-disable */
|
|
8283
|
+
/* stylelint-enable */
|
|
8284
|
+
/* prettier-ignore */
|
|
8285
|
+
/* prettier-ignore */
|
|
8286
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8287
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8288
|
+
/* stylelint-disable function-name-case, scss/at-function-pattern */
|
|
8289
|
+
/* stylelint-enable function-name-case, scss/at-function-pattern */
|
|
8290
|
+
/* prettier-ignore */
|
|
8291
|
+
/* prettier-ignore */
|
|
8292
|
+
/* prettier-ignore */
|
|
8293
|
+
/* prettier-ignore */
|
|
8294
|
+
/* prettier-ignore */
|
|
8295
|
+
/* prettier-ignore */
|
|
8296
|
+
.ContextModal-module_defaultModalWidth__bgf7L {
|
|
8297
|
+
min-width: 300px;
|
|
8298
|
+
max-width: 600px;
|
|
8497
8299
|
}
|
|
8498
|
-
|
|
8499
|
-
|
|
8300
|
+
|
|
8301
|
+
.ContextModal-module_backdropLayer__wuj3B {
|
|
8302
|
+
position: fixed;
|
|
8303
|
+
background-color: #000;
|
|
8304
|
+
opacity: 50%;
|
|
8305
|
+
z-index: 1040;
|
|
8306
|
+
top: 0;
|
|
8307
|
+
bottom: 0;
|
|
8308
|
+
inset-inline-end: 0;
|
|
8309
|
+
inset-inline-start: 0;
|
|
8500
8310
|
}
|
|
8501
|
-
|
|
8502
|
-
|
|
8311
|
+
|
|
8312
|
+
.ContextModal-module_scrollLayer__JANXA {
|
|
8313
|
+
position: fixed;
|
|
8314
|
+
display: flex;
|
|
8315
|
+
align-items: center;
|
|
8316
|
+
z-index: 1050;
|
|
8317
|
+
overflow-y: auto;
|
|
8318
|
+
top: 0;
|
|
8319
|
+
bottom: 0;
|
|
8320
|
+
inset-inline-end: 0;
|
|
8321
|
+
inset-inline-start: 0;
|
|
8503
8322
|
}
|
|
8504
|
-
|
|
8505
|
-
|
|
8506
|
-
|
|
8323
|
+
|
|
8324
|
+
.ContextModal-module_modalLayer__Cx6aX {
|
|
8325
|
+
margin: auto;
|
|
8326
|
+
padding: 1.5rem 0;
|
|
8327
|
+
width: 100%;
|
|
8507
8328
|
}
|
|
8508
|
-
|
|
8509
|
-
|
|
8329
|
+
|
|
8330
|
+
.ContextModal-module_modal__wriV7 {
|
|
8331
|
+
margin: auto;
|
|
8332
|
+
background-color: var(--color-white, #ffffff);
|
|
8333
|
+
border-radius: var(--border-solid-border-radius, 7px);
|
|
8334
|
+
box-shadow: var(--shadow-large-box-shadow, 0 3px 9px 0 rgba(0, 0, 0, 0.1), 0 8px 40px 0 rgba(0, 0, 0, 0.08));
|
|
8335
|
+
position: relative;
|
|
8336
|
+
width: 90%;
|
|
8337
|
+
-webkit-font-smoothing: antialiased;
|
|
8338
|
+
color: var(--color-purple-800, #2f2438);
|
|
8510
8339
|
}
|
|
8511
|
-
|
|
8340
|
+
@media (min-width: 768px) {
|
|
8341
|
+
.ContextModal-module_modal__wriV7 {
|
|
8342
|
+
width: 100%;
|
|
8343
|
+
}
|
|
8344
|
+
}
|
|
8345
|
+
.ContextModal-module_modal__wriV7:has([class*="modalLabel"]:focus-visible)::after {
|
|
8512
8346
|
content: "";
|
|
8513
|
-
pointer-events: none;
|
|
8514
8347
|
position: absolute;
|
|
8515
8348
|
background: transparent;
|
|
8516
|
-
border-radius:
|
|
8349
|
+
border-radius: var(--border-focus-ring-border-radius, 10px);
|
|
8517
8350
|
border-width: var(--border-focus-ring-border-width, 2px);
|
|
8518
8351
|
border-style: var(--border-focus-ring-border-style, solid);
|
|
8519
|
-
border-color: var(--color-blue-
|
|
8520
|
-
inset:
|
|
8521
|
-
}
|
|
8522
|
-
|
|
8523
|
-
.RichTextEditor-module_editor__pVKqW.RichTextEditor-module_hasToolbar__EBxnG > .ProseMirror {
|
|
8524
|
-
border-top-left-radius: 0;
|
|
8525
|
-
border-top-right-radius: 0;
|
|
8526
|
-
}
|
|
8527
|
-
|
|
8528
|
-
.RichTextEditor-module_editorLabel__om-dJ {
|
|
8529
|
-
margin-bottom: var(--spacing-6, 0.375rem);
|
|
8530
|
-
display: inline-block;
|
|
8352
|
+
border-color: var(--color-blue-300, #73c0e8);
|
|
8353
|
+
inset: -4px;
|
|
8531
8354
|
}
|
|
8532
8355
|
|
|
8533
|
-
|
|
8534
|
-
|
|
8535
|
-
position: relative;
|
|
8536
|
-
border: var(--border-solid-border-width, 2px) var(--border-solid-border-style, solid) var(--color-gray-500, #878792);
|
|
8537
|
-
background: var(--color-white, #ffffff);
|
|
8538
|
-
border-radius: var(--border-solid-border-radius, 7px);
|
|
8539
|
-
word-wrap: break-word;
|
|
8540
|
-
/* stylelint-enable no-descending-specificity */
|
|
8356
|
+
.ContextModal-module_animatingEnter__53BlF {
|
|
8357
|
+
transition-duration: var(--animation-duration-fast, 300ms);
|
|
8541
8358
|
}
|
|
8542
|
-
.
|
|
8543
|
-
|
|
8359
|
+
.ContextModal-module_animatingEnter__53BlF .ContextModal-module_backdropLayer__wuj3B {
|
|
8360
|
+
/*
|
|
8361
|
+
There's a weird bug in Chrome/Blink 102.x that animates the opacity
|
|
8362
|
+
all the way to 1 with 200ms ("rapid" token), but is fine with
|
|
8363
|
+
201ms, see Jira [KDS-523]
|
|
8364
|
+
*/
|
|
8365
|
+
animation-duration: 201ms;
|
|
8366
|
+
animation-fill-mode: forwards;
|
|
8367
|
+
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
8368
|
+
animation-name: ContextModal-module_fade-0-to-0-5__vZx9M;
|
|
8544
8369
|
}
|
|
8545
|
-
|
|
8546
|
-
|
|
8370
|
+
@keyframes ContextModal-module_fade-0-to-0-5__vZx9M {
|
|
8371
|
+
0% {
|
|
8372
|
+
opacity: 0;
|
|
8373
|
+
}
|
|
8374
|
+
100% {
|
|
8375
|
+
opacity: 0.5;
|
|
8376
|
+
}
|
|
8547
8377
|
}
|
|
8548
|
-
.
|
|
8549
|
-
|
|
8550
|
-
|
|
8378
|
+
.ContextModal-module_animatingEnter__53BlF [data-modal] {
|
|
8379
|
+
animation-duration: var(--animation-duration-fast, 300ms);
|
|
8380
|
+
animation-fill-mode: forwards;
|
|
8381
|
+
animation-timing-function: var(--animation-easing-function-bounce-in, cubic-bezier(0.485, 0.155, 0.24, 1.245));
|
|
8382
|
+
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
8383
|
+
animation-name: ContextModal-module_custom-1__be8sO;
|
|
8551
8384
|
}
|
|
8552
|
-
|
|
8553
|
-
|
|
8554
|
-
|
|
8385
|
+
@keyframes ContextModal-module_custom-1__be8sO {
|
|
8386
|
+
0% {
|
|
8387
|
+
opacity: 0;
|
|
8388
|
+
transform: scale(0.5);
|
|
8389
|
+
}
|
|
8390
|
+
100% {
|
|
8391
|
+
opacity: 1;
|
|
8392
|
+
transform: scale(1);
|
|
8393
|
+
}
|
|
8555
8394
|
}
|
|
8556
|
-
|
|
8557
|
-
.
|
|
8558
|
-
|
|
8395
|
+
|
|
8396
|
+
.ContextModal-module_animatingLeave__-JR11 {
|
|
8397
|
+
transition-duration: var(--animation-duration-rapid, 200ms);
|
|
8559
8398
|
}
|
|
8560
|
-
.
|
|
8561
|
-
|
|
8562
|
-
|
|
8399
|
+
.ContextModal-module_animatingLeave__-JR11 .ContextModal-module_backdropLayer__wuj3B {
|
|
8400
|
+
animation-duration: var(--animation-duration-rapid, 200ms);
|
|
8401
|
+
animation-fill-mode: forwards;
|
|
8402
|
+
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
8403
|
+
animation-name: ContextModal-module_fade-0-5-to-0__R4eO-;
|
|
8563
8404
|
}
|
|
8564
|
-
|
|
8565
|
-
|
|
8566
|
-
|
|
8405
|
+
@keyframes ContextModal-module_fade-0-5-to-0__R4eO- {
|
|
8406
|
+
0% {
|
|
8407
|
+
opacity: 0.5;
|
|
8408
|
+
}
|
|
8409
|
+
100% {
|
|
8410
|
+
opacity: 0;
|
|
8411
|
+
}
|
|
8567
8412
|
}
|
|
8568
|
-
|
|
8569
|
-
|
|
8570
|
-
|
|
8413
|
+
.ContextModal-module_animatingLeave__-JR11 [data-modal] {
|
|
8414
|
+
animation-duration: var(--animation-duration-rapid, 200ms);
|
|
8415
|
+
animation-fill-mode: forwards;
|
|
8416
|
+
animation-timing-function: var(--animation-easing-function-bounce-out, cubic-bezier(0.485, 0.155, 0.515, 0.845));
|
|
8417
|
+
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
8418
|
+
animation-name: ContextModal-module_custom-3__klp3m;
|
|
8571
8419
|
}
|
|
8572
|
-
|
|
8573
|
-
|
|
8574
|
-
|
|
8420
|
+
@keyframes ContextModal-module_custom-3__klp3m {
|
|
8421
|
+
0% {
|
|
8422
|
+
opacity: 1;
|
|
8423
|
+
transform: scale(1);
|
|
8424
|
+
}
|
|
8425
|
+
100% {
|
|
8426
|
+
opacity: 0;
|
|
8427
|
+
transform: scale(0.5);
|
|
8428
|
+
}
|
|
8575
8429
|
}
|
|
8576
8430
|
|
|
8577
|
-
.
|
|
8578
|
-
|
|
8431
|
+
.ContextModal-module_unscrollable__kF7MR {
|
|
8432
|
+
/* Tech debt - this !important existed before Stylelint rules */
|
|
8433
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
|
8579
8434
|
}
|
|
8580
8435
|
|
|
8581
|
-
.
|
|
8582
|
-
|
|
8436
|
+
.ContextModal-module_pseudoScrollbar__6RfHj {
|
|
8437
|
+
/* Tech debt - this !important existed before Stylelint rules */
|
|
8438
|
+
padding-right: 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
8583
8439
|
}
|
|
8584
8440
|
|
|
8585
|
-
.
|
|
8586
|
-
|
|
8441
|
+
.ContextModal-module_hide__Sdnsg {
|
|
8442
|
+
opacity: 0%;
|
|
8443
|
+
pointer-events: none;
|
|
8587
8444
|
}
|
|
8588
8445
|
|
|
8589
|
-
.
|
|
8590
|
-
min-
|
|
8446
|
+
.ContextModal-module_modal__wriV7 {
|
|
8447
|
+
min-width: 300px;
|
|
8448
|
+
max-width: 840px;
|
|
8591
8449
|
}
|
|
8592
|
-
|
|
8593
|
-
.
|
|
8594
|
-
|
|
8450
|
+
@media (min-width: 768px) {
|
|
8451
|
+
.ContextModal-module_modal__wriV7 {
|
|
8452
|
+
width: 90%;
|
|
8453
|
+
}
|
|
8595
8454
|
}
|
|
8596
|
-
|
|
8597
|
-
|
|
8598
|
-
|
|
8455
|
+
.ContextModal-module_animatingEnter__53BlF .ContextModal-module_modal__wriV7 {
|
|
8456
|
+
animation-duration: var(--animation-duration-fast, 300ms);
|
|
8457
|
+
animation-fill-mode: forwards;
|
|
8458
|
+
animation-timing-function: var(--animation-easing-function-bounce-in, cubic-bezier(0.485, 0.155, 0.24, 1.245));
|
|
8459
|
+
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
8460
|
+
animation-name: ContextModal-module_custom-5__deZpl;
|
|
8599
8461
|
}
|
|
8600
|
-
|
|
8601
|
-
|
|
8602
|
-
|
|
8462
|
+
@keyframes ContextModal-module_custom-5__deZpl {
|
|
8463
|
+
0% {
|
|
8464
|
+
opacity: 0;
|
|
8465
|
+
transform: scale(0.5);
|
|
8466
|
+
}
|
|
8467
|
+
100% {
|
|
8468
|
+
opacity: 1;
|
|
8469
|
+
transform: scale(1);
|
|
8470
|
+
}
|
|
8603
8471
|
}
|
|
8604
|
-
|
|
8605
|
-
|
|
8606
|
-
|
|
8472
|
+
.ContextModal-module_animatingLeave__-JR11 .ContextModal-module_modal__wriV7 {
|
|
8473
|
+
animation-duration: var(--animation-duration-rapid, 200ms);
|
|
8474
|
+
animation-fill-mode: forwards;
|
|
8475
|
+
animation-timing-function: var(--animation-easing-function-bounce-out, cubic-bezier(0.485, 0.155, 0.515, 0.845));
|
|
8476
|
+
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
8477
|
+
animation-name: ContextModal-module_custom-7__rPmP4;
|
|
8607
8478
|
}
|
|
8608
|
-
|
|
8609
|
-
|
|
8610
|
-
|
|
8479
|
+
@keyframes ContextModal-module_custom-7__rPmP4 {
|
|
8480
|
+
0% {
|
|
8481
|
+
opacity: 1;
|
|
8482
|
+
transform: scale(1);
|
|
8483
|
+
}
|
|
8484
|
+
100% {
|
|
8485
|
+
opacity: 0;
|
|
8486
|
+
transform: scale(0.5);
|
|
8487
|
+
}
|
|
8611
8488
|
}
|
|
8612
8489
|
|
|
8613
|
-
.
|
|
8614
|
-
|
|
8490
|
+
.ContextModal-module_header__V4IRF {
|
|
8491
|
+
color: var(--color-purple-800, #2f2438);
|
|
8492
|
+
text-align: start;
|
|
8615
8493
|
}
|
|
8616
|
-
|
|
8617
|
-
|
|
8618
|
-
min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 14 - var(--spacing-16, 1rem));
|
|
8494
|
+
.ContextModal-module_header__V4IRF.ContextModal-module_padded__osmk1 {
|
|
8495
|
+
padding: var(--spacing-md, 1.5rem);
|
|
8619
8496
|
}
|
|
8620
|
-
|
|
8621
|
-
.
|
|
8622
|
-
|
|
8497
|
+
@media (min-width: 768px) {
|
|
8498
|
+
.ContextModal-module_header__V4IRF.ContextModal-module_padded__osmk1 {
|
|
8499
|
+
padding: var(--spacing-md, 1.5rem) var(--spacing-lg, 2.25rem);
|
|
8500
|
+
}
|
|
8623
8501
|
}
|
|
8624
8502
|
|
|
8625
|
-
.
|
|
8626
|
-
|
|
8503
|
+
.ContextModal-module_footerWithSecondaryAction__-5sq8, .ContextModal-module_footer__JIwF5 {
|
|
8504
|
+
white-space: initial;
|
|
8505
|
+
}
|
|
8506
|
+
@media (min-width: 768px) {
|
|
8507
|
+
.ContextModal-module_footerWithSecondaryAction__-5sq8, .ContextModal-module_footer__JIwF5 {
|
|
8508
|
+
white-space: nowrap;
|
|
8509
|
+
}
|
|
8627
8510
|
}
|
|
8628
8511
|
|
|
8629
|
-
.
|
|
8630
|
-
|
|
8512
|
+
.ContextModal-module_footerWithSecondaryAction__-5sq8 {
|
|
8513
|
+
margin-left: calc(-1 * var(--spacing-sm, 0.75rem));
|
|
8631
8514
|
}
|
|
8632
8515
|
|
|
8633
|
-
.
|
|
8634
|
-
|
|
8516
|
+
.ContextModal-module_emptyFooter__UHWc- {
|
|
8517
|
+
height: var(--spacing-sm, 0.75rem);
|
|
8635
8518
|
}
|
|
8636
8519
|
|
|
8637
|
-
.
|
|
8638
|
-
|
|
8520
|
+
.ContextModal-module_portraitContentlayout__kqUJG {
|
|
8521
|
+
padding: var(--spacing-md, 1.5rem);
|
|
8522
|
+
display: block;
|
|
8523
|
+
box-sizing: content-box;
|
|
8524
|
+
}
|
|
8525
|
+
@media (min-width: 768px) {
|
|
8526
|
+
.ContextModal-module_portraitContentlayout__kqUJG {
|
|
8527
|
+
display: grid;
|
|
8528
|
+
max-width: 800px;
|
|
8529
|
+
grid-auto-columns: 1fr;
|
|
8530
|
+
grid-auto-flow: column;
|
|
8531
|
+
column-gap: var(--spacing-xl, 3rem);
|
|
8532
|
+
padding: var(--spacing-md, 1.5rem) var(--spacing-lg, 2.25rem);
|
|
8533
|
+
}
|
|
8639
8534
|
}
|
|
8640
8535
|
|
|
8641
|
-
.
|
|
8642
|
-
|
|
8536
|
+
.ContextModal-module_landscapeContentlayout__IFqQN {
|
|
8537
|
+
display: flex;
|
|
8538
|
+
padding: var(--spacing-md, 1.5rem);
|
|
8539
|
+
flex-direction: column;
|
|
8643
8540
|
}
|
|
8644
|
-
|
|
8645
|
-
|
|
8646
|
-
.
|
|
8647
|
-
|
|
8541
|
+
@media (min-width: 768px) {
|
|
8542
|
+
.ContextModal-module_landscapeContentlayout__IFqQN {
|
|
8543
|
+
padding: var(--spacing-md, 1.5rem) var(--spacing-lg, 2.25rem);
|
|
8544
|
+
}
|
|
8648
8545
|
}
|
|
8649
|
-
.
|
|
8650
|
-
|
|
8546
|
+
.ContextModal-module_landscapeContentlayout__IFqQN .ContextModal-module_image__aEDvK {
|
|
8547
|
+
display: flex;
|
|
8548
|
+
flex-direction: column;
|
|
8549
|
+
align-items: center;
|
|
8550
|
+
justify-content: center;
|
|
8651
8551
|
}
|
|
8652
|
-
.
|
|
8653
|
-
|
|
8654
|
-
|
|
8552
|
+
.ContextModal-module_landscapeContentlayout__IFqQN .ContextModal-module_content__-KrFF {
|
|
8553
|
+
padding-left: 0;
|
|
8554
|
+
}
|
|
8555
|
+
@media (min-width: 768px) {
|
|
8556
|
+
.ContextModal-module_landscapeContentlayout__IFqQN .ContextModal-module_content__-KrFF {
|
|
8557
|
+
max-width: 100%;
|
|
8558
|
+
}
|
|
8655
8559
|
}
|
|
8656
8560
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8657
8561
|
.TileGrid-module_grid__1WCNc {
|
|
@@ -8668,10 +8572,131 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
8668
8572
|
width: 100%;
|
|
8669
8573
|
}
|
|
8670
8574
|
}
|
|
8671
|
-
@media (max-width: 480px) {
|
|
8672
|
-
.TileGrid-module_grid__1WCNc {
|
|
8673
|
-
grid-template-columns: repeat(1, 100%);
|
|
8674
|
-
}
|
|
8575
|
+
@media (max-width: 480px) {
|
|
8576
|
+
.TileGrid-module_grid__1WCNc {
|
|
8577
|
+
grid-template-columns: repeat(1, 100%);
|
|
8578
|
+
}
|
|
8579
|
+
}
|
|
8580
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8581
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8582
|
+
.TabList-module_tabList__A8Y9H {
|
|
8583
|
+
border-bottom: 1px solid rgba(var(--color-gray-600-rgb, 82, 78, 86), 0.1);
|
|
8584
|
+
padding: var(--spacing-xs, 0.375rem) var(--spacing-md, 1.5rem) 0;
|
|
8585
|
+
}
|
|
8586
|
+
|
|
8587
|
+
.TabList-module_tabList__A8Y9H.TabList-module_noPadding__v073J {
|
|
8588
|
+
padding: 0;
|
|
8589
|
+
}
|
|
8590
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8591
|
+
.MultiActionTile-module_actions__mntsC {
|
|
8592
|
+
display: flex;
|
|
8593
|
+
}
|
|
8594
|
+
|
|
8595
|
+
.MultiActionTile-module_secondaryAction__DuXdD {
|
|
8596
|
+
margin-inline-end: var(--spacing-8, 0.5rem);
|
|
8597
|
+
}
|
|
8598
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8599
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8600
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8601
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8602
|
+
.Tab-module_tab__Rar3J {
|
|
8603
|
+
display: inline-flex;
|
|
8604
|
+
align-items: center;
|
|
8605
|
+
border: 0;
|
|
8606
|
+
border-top: 2px solid transparent;
|
|
8607
|
+
border-left: 2px solid transparent;
|
|
8608
|
+
border-right: 2px solid transparent;
|
|
8609
|
+
border-top-left-radius: var(--border-borderless-border-radius, 7px);
|
|
8610
|
+
border-top-right-radius: var(--border-borderless-border-radius, 7px);
|
|
8611
|
+
background: var(--color-white, #ffffff);
|
|
8612
|
+
white-space: nowrap;
|
|
8613
|
+
text-decoration: none;
|
|
8614
|
+
padding: var(--spacing-md, 1.5rem) var(--spacing-md, 1.5rem);
|
|
8615
|
+
margin: 0;
|
|
8616
|
+
font-family: var(--typography-heading-4-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
8617
|
+
font-size: var(--typography-heading-4-font-size, 1.125rem);
|
|
8618
|
+
font-weight: var(--typography-heading-4-font-weight, 600);
|
|
8619
|
+
line-height: var(--typography-heading-4-line-height, 1.5rem);
|
|
8620
|
+
letter-spacing: var(--typography-heading-4-letter-spacing, normal);
|
|
8621
|
+
color: var(--color-purple-800, #2f2438);
|
|
8622
|
+
}
|
|
8623
|
+
.Tab-module_tab__Rar3J:focus {
|
|
8624
|
+
outline: none;
|
|
8625
|
+
}
|
|
8626
|
+
.Tab-module_tab__Rar3J:focus-visible {
|
|
8627
|
+
background: var(--color-blue-100, #e6f6ff);
|
|
8628
|
+
color: var(--color-blue-500, #0168b3);
|
|
8629
|
+
border-color: var(--color-blue-500, #0168b3);
|
|
8630
|
+
}
|
|
8631
|
+
.Tab-module_tab__Rar3J:disabled {
|
|
8632
|
+
opacity: 30%;
|
|
8633
|
+
}
|
|
8634
|
+
.Tab-module_tab__Rar3J:not(:first-child) {
|
|
8635
|
+
margin-inline-start: var(--spacing-xs, 0.375rem);
|
|
8636
|
+
}
|
|
8637
|
+
.Tab-module_tab__Rar3J:not(:disabled):hover {
|
|
8638
|
+
background: var(--color-blue-100, #e6f6ff);
|
|
8639
|
+
color: var(--color-blue-500, #0168b3);
|
|
8640
|
+
}
|
|
8641
|
+
|
|
8642
|
+
.Tab-module_tab__Rar3J[data-selected] {
|
|
8643
|
+
position: relative;
|
|
8644
|
+
color: var(--color-blue-500, #0168b3);
|
|
8645
|
+
}
|
|
8646
|
+
.Tab-module_tab__Rar3J[data-selected]::before {
|
|
8647
|
+
content: "";
|
|
8648
|
+
display: block;
|
|
8649
|
+
border-top-left-radius: 5px;
|
|
8650
|
+
border-top-right-radius: 5px;
|
|
8651
|
+
background-color: currentcolor;
|
|
8652
|
+
height: 5px;
|
|
8653
|
+
width: 100%;
|
|
8654
|
+
position: absolute;
|
|
8655
|
+
left: 0;
|
|
8656
|
+
right: 0;
|
|
8657
|
+
bottom: 0;
|
|
8658
|
+
}
|
|
8659
|
+
|
|
8660
|
+
.Tab-module_badge__4p2nd {
|
|
8661
|
+
margin-inline-start: var(--spacing-sm, 0.75rem);
|
|
8662
|
+
display: inline-flex;
|
|
8663
|
+
align-items: center;
|
|
8664
|
+
}
|
|
8665
|
+
|
|
8666
|
+
@media (forced-colors: active) {
|
|
8667
|
+
.Tab-module_tab__Rar3J {
|
|
8668
|
+
border: 2px solid transparent;
|
|
8669
|
+
}
|
|
8670
|
+
.Tab-module_tab__Rar3J:focus-visible::after {
|
|
8671
|
+
content: "";
|
|
8672
|
+
position: absolute;
|
|
8673
|
+
background: transparent;
|
|
8674
|
+
border-radius: var(--border-focus-ring-border-radius, 10px);
|
|
8675
|
+
border-width: var(--border-focus-ring-border-width, 2px);
|
|
8676
|
+
border-style: var(--border-focus-ring-border-style, solid);
|
|
8677
|
+
border-color: transparent;
|
|
8678
|
+
inset: calc(-1 * calc(var(--border-focus-ring-border-width, 2px) * 2 + 1px));
|
|
8679
|
+
}
|
|
8680
|
+
.Tab-module_tab__Rar3J.Tab-module_selected__MApD6::before {
|
|
8681
|
+
content: "";
|
|
8682
|
+
position: absolute;
|
|
8683
|
+
left: 0;
|
|
8684
|
+
right: 0;
|
|
8685
|
+
bottom: 0;
|
|
8686
|
+
border-bottom: 2px solid transparent;
|
|
8687
|
+
}
|
|
8688
|
+
}
|
|
8689
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8690
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8691
|
+
.TabPanel-module_tabPanel__I7hEK {
|
|
8692
|
+
border: 2px solid transparent;
|
|
8693
|
+
}
|
|
8694
|
+
.TabPanel-module_tabPanel__I7hEK:focus {
|
|
8695
|
+
outline: none;
|
|
8696
|
+
}
|
|
8697
|
+
.TabPanel-module_tabPanel__I7hEK:focus-visible {
|
|
8698
|
+
border-color: var(--color-blue-500, #0168b3);
|
|
8699
|
+
border-radius: var(--border-focus-ring-border-radius, 10px);
|
|
8675
8700
|
}
|
|
8676
8701
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8677
8702
|
.ToggleSwitchField-module_container__e7TXD {
|
|
@@ -8818,14 +8843,6 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
8818
8843
|
|
|
8819
8844
|
/* stylelint-enable no-descending-specificity */
|
|
8820
8845
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8821
|
-
.MultiSelectOptions-module_multiSelectOptions__b8hYg {
|
|
8822
|
-
display: flex;
|
|
8823
|
-
flex-direction: column;
|
|
8824
|
-
border: none;
|
|
8825
|
-
padding: 0;
|
|
8826
|
-
margin: 0;
|
|
8827
|
-
}
|
|
8828
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8829
8846
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8830
8847
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8831
8848
|
.MultiSelectToggle-module_multiSelectToggle__CeR4G {
|
|
@@ -8906,6 +8923,14 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
8906
8923
|
margin: 3px 0;
|
|
8907
8924
|
}
|
|
8908
8925
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8926
|
+
.MultiSelectOptions-module_multiSelectOptions__b8hYg {
|
|
8927
|
+
display: flex;
|
|
8928
|
+
flex-direction: column;
|
|
8929
|
+
border: none;
|
|
8930
|
+
padding: 0;
|
|
8931
|
+
margin: 0;
|
|
8932
|
+
}
|
|
8933
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8909
8934
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8910
8935
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8911
8936
|
.Popover-module_popover__B7k5I {
|
|
@@ -8966,61 +8991,6 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
8966
8991
|
}
|
|
8967
8992
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8968
8993
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8969
|
-
.DropdownButton-module_dropdownButton__PqQH6 {
|
|
8970
|
-
display: inline-flex;
|
|
8971
|
-
position: relative;
|
|
8972
|
-
inset-inline-start: calc(-1 * var(--border-solid-border-width, 2px));
|
|
8973
|
-
margin-inline-start: var(--border-solid-border-width, 2px);
|
|
8974
|
-
padding: var(--spacing-12, 0.75rem);
|
|
8975
|
-
border-start-start-radius: 0;
|
|
8976
|
-
border-end-start-radius: 0;
|
|
8977
|
-
border-start-end-radius: var(--border-solid-border-radius, 7px);
|
|
8978
|
-
border-end-end-radius: var(--border-solid-border-radius, 7px);
|
|
8979
|
-
border-inline-start-width: 0;
|
|
8980
|
-
}
|
|
8981
|
-
.DropdownButton-module_dropdownButton__PqQH6:hover, .DropdownButton-module_dropdownButton__PqQH6:active, .DropdownButton-module_dropdownButton__PqQH6:focus-visible {
|
|
8982
|
-
inset-inline-start: calc(-1 * var(--border-solid-border-width, 2px));
|
|
8983
|
-
margin-inline-start: unset;
|
|
8984
|
-
border-inline-start-width: var(--border-solid-border-width, 2px);
|
|
8985
|
-
}
|
|
8986
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8987
|
-
.TimeSegment-module_timeSegmentWrapper__WYD6y {
|
|
8988
|
-
white-space: nowrap;
|
|
8989
|
-
}
|
|
8990
|
-
|
|
8991
|
-
.TimeSegment-module_timeSegment__eXb0c {
|
|
8992
|
-
display: block;
|
|
8993
|
-
padding: 0 4px;
|
|
8994
|
-
text-align: end;
|
|
8995
|
-
background-color: var(--color-gray-300, #eaeaec);
|
|
8996
|
-
border-radius: 3px;
|
|
8997
|
-
color: var(--color-purple-800, #2f2438);
|
|
8998
|
-
}
|
|
8999
|
-
.TimeSegment-module_timeSegment__eXb0c:hover {
|
|
9000
|
-
background-color: var(--color-white, #ffffff);
|
|
9001
|
-
}
|
|
9002
|
-
.TimeSegment-module_timeSegment__eXb0c:focus-visible {
|
|
9003
|
-
color: white;
|
|
9004
|
-
background: var(--color-blue-500, #0168b3);
|
|
9005
|
-
outline: none;
|
|
9006
|
-
}
|
|
9007
|
-
|
|
9008
|
-
.TimeSegment-module_placeholder__j1-gK {
|
|
9009
|
-
color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.7);
|
|
9010
|
-
}
|
|
9011
|
-
|
|
9012
|
-
.TimeSegment-module_literal__mOkqz {
|
|
9013
|
-
background: none;
|
|
9014
|
-
}
|
|
9015
|
-
.TimeSegment-module_literal__mOkqz:hover {
|
|
9016
|
-
background: none;
|
|
9017
|
-
}
|
|
9018
|
-
|
|
9019
|
-
.TimeSegment-module_dayPeriod__fzT5I {
|
|
9020
|
-
margin-right: 4px;
|
|
9021
|
-
}
|
|
9022
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
9023
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
9024
8994
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
9025
8995
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
9026
8996
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -9351,6 +9321,25 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
9351
9321
|
color: var(--color-purple-800, #2f2438);
|
|
9352
9322
|
--icon-color: var(--color-red-500);
|
|
9353
9323
|
}
|
|
9324
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
9325
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
9326
|
+
.DropdownButton-module_dropdownButton__PqQH6 {
|
|
9327
|
+
display: inline-flex;
|
|
9328
|
+
position: relative;
|
|
9329
|
+
inset-inline-start: calc(-1 * var(--border-solid-border-width, 2px));
|
|
9330
|
+
margin-inline-start: var(--border-solid-border-width, 2px);
|
|
9331
|
+
padding: var(--spacing-12, 0.75rem);
|
|
9332
|
+
border-start-start-radius: 0;
|
|
9333
|
+
border-end-start-radius: 0;
|
|
9334
|
+
border-start-end-radius: var(--border-solid-border-radius, 7px);
|
|
9335
|
+
border-end-end-radius: var(--border-solid-border-radius, 7px);
|
|
9336
|
+
border-inline-start-width: 0;
|
|
9337
|
+
}
|
|
9338
|
+
.DropdownButton-module_dropdownButton__PqQH6:hover, .DropdownButton-module_dropdownButton__PqQH6:active, .DropdownButton-module_dropdownButton__PqQH6:focus-visible {
|
|
9339
|
+
inset-inline-start: calc(-1 * var(--border-solid-border-width, 2px));
|
|
9340
|
+
margin-inline-start: unset;
|
|
9341
|
+
border-inline-start-width: var(--border-solid-border-width, 2px);
|
|
9342
|
+
}
|
|
9354
9343
|
.DateInputField-module_disabled__-Y0lJ {
|
|
9355
9344
|
opacity: 0.3;
|
|
9356
9345
|
}
|
|
@@ -9384,69 +9373,40 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
9384
9373
|
display: block;
|
|
9385
9374
|
}
|
|
9386
9375
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
9387
|
-
|
|
9388
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
9389
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
9390
|
-
.BaseButton-module_baseButton__0XYh4 {
|
|
9391
|
-
border-width: var(--border-solid-border-width, 2px);
|
|
9392
|
-
border-style: var(--border-solid-border-style, solid);
|
|
9393
|
-
padding: calc(var(--spacing-sm, 0.75rem) - var(--border-borderless-border-width, 2px)) calc(var(--spacing-md, 1.5rem) - var(--border-borderless-border-width, 2px));
|
|
9394
|
-
font-family: var(--typography-button-primary-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
9395
|
-
font-weight: var(--typography-button-primary-font-weight, 500);
|
|
9396
|
-
letter-spacing: var(--typography-button-primary-letter-spacing, normal);
|
|
9397
|
-
font-size: var(--typography-button-primary-font-size, 1.125rem);
|
|
9398
|
-
line-height: var(--typography-button-primary-line-height, 1.5rem);
|
|
9399
|
-
text-decoration: unset;
|
|
9400
|
-
cursor: default;
|
|
9376
|
+
.TimeSegment-module_timeSegmentWrapper__WYD6y {
|
|
9401
9377
|
white-space: nowrap;
|
|
9402
9378
|
}
|
|
9403
|
-
|
|
9404
|
-
|
|
9405
|
-
|
|
9379
|
+
|
|
9380
|
+
.TimeSegment-module_timeSegment__eXb0c {
|
|
9381
|
+
display: block;
|
|
9382
|
+
padding: 0 4px;
|
|
9383
|
+
text-align: end;
|
|
9384
|
+
background-color: var(--color-gray-300, #eaeaec);
|
|
9385
|
+
border-radius: 3px;
|
|
9386
|
+
color: var(--color-purple-800, #2f2438);
|
|
9406
9387
|
}
|
|
9407
|
-
.
|
|
9408
|
-
|
|
9388
|
+
.TimeSegment-module_timeSegment__eXb0c:hover {
|
|
9389
|
+
background-color: var(--color-white, #ffffff);
|
|
9409
9390
|
}
|
|
9410
|
-
.
|
|
9391
|
+
.TimeSegment-module_timeSegment__eXb0c:focus-visible {
|
|
9392
|
+
color: white;
|
|
9393
|
+
background: var(--color-blue-500, #0168b3);
|
|
9411
9394
|
outline: none;
|
|
9412
9395
|
}
|
|
9413
|
-
.BaseButton-module_baseButton__0XYh4:focus-visible {
|
|
9414
|
-
z-index: 3;
|
|
9415
|
-
outline-width: var(--border-solid-border-width, 2px);
|
|
9416
|
-
outline-style: var(--border-solid-border-style, solid);
|
|
9417
|
-
outline-offset: 1px;
|
|
9418
|
-
}
|
|
9419
|
-
.BaseButton-module_baseButton__0XYh4:disabled {
|
|
9420
|
-
pointer-events: none;
|
|
9421
|
-
opacity: 30%;
|
|
9422
|
-
}
|
|
9423
9396
|
|
|
9424
|
-
.
|
|
9425
|
-
|
|
9426
|
-
border-color: var(--color-gray-500, #878792);
|
|
9427
|
-
color: var(--color-purple-800, #2f2438);
|
|
9428
|
-
}
|
|
9429
|
-
.BaseButton-module_default__6JNZx:hover, .BaseButton-module_default__6JNZx:active, .BaseButton-module_default__6JNZx:focus-visible {
|
|
9430
|
-
background-color: var(--color-gray-200, #f4f4f5);
|
|
9431
|
-
border-color: var(--color-gray-600, #524e56);
|
|
9432
|
-
color: var(--color-purple-800, #2f2438);
|
|
9433
|
-
}
|
|
9434
|
-
.BaseButton-module_default__6JNZx:focus-visible {
|
|
9435
|
-
outline-color: var(--color-blue-500, #0168b3);
|
|
9397
|
+
.TimeSegment-module_placeholder__j1-gK {
|
|
9398
|
+
color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.7);
|
|
9436
9399
|
}
|
|
9437
9400
|
|
|
9438
|
-
.
|
|
9439
|
-
background
|
|
9440
|
-
border-color: rgba(var(--color-white-rgb, 255, 255, 255), 0.65);
|
|
9441
|
-
color: var(--color-white, #ffffff);
|
|
9401
|
+
.TimeSegment-module_literal__mOkqz {
|
|
9402
|
+
background: none;
|
|
9442
9403
|
}
|
|
9443
|
-
.
|
|
9444
|
-
background
|
|
9445
|
-
border-color: var(--color-white, #ffffff);
|
|
9446
|
-
color: var(--color-white, #ffffff);
|
|
9404
|
+
.TimeSegment-module_literal__mOkqz:hover {
|
|
9405
|
+
background: none;
|
|
9447
9406
|
}
|
|
9448
|
-
|
|
9449
|
-
|
|
9407
|
+
|
|
9408
|
+
.TimeSegment-module_dayPeriod__fzT5I {
|
|
9409
|
+
margin-right: 4px;
|
|
9450
9410
|
}
|
|
9451
9411
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
9452
9412
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -9507,10 +9467,69 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
9507
9467
|
top: 0;
|
|
9508
9468
|
}
|
|
9509
9469
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
9510
|
-
|
|
9511
|
-
|
|
9512
|
-
|
|
9513
|
-
|
|
9470
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
9471
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
9472
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
9473
|
+
.BaseButton-module_baseButton__0XYh4 {
|
|
9474
|
+
border-width: var(--border-solid-border-width, 2px);
|
|
9475
|
+
border-style: var(--border-solid-border-style, solid);
|
|
9476
|
+
padding: calc(var(--spacing-sm, 0.75rem) - var(--border-borderless-border-width, 2px)) calc(var(--spacing-md, 1.5rem) - var(--border-borderless-border-width, 2px));
|
|
9477
|
+
font-family: var(--typography-button-primary-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
9478
|
+
font-weight: var(--typography-button-primary-font-weight, 500);
|
|
9479
|
+
letter-spacing: var(--typography-button-primary-letter-spacing, normal);
|
|
9480
|
+
font-size: var(--typography-button-primary-font-size, 1.125rem);
|
|
9481
|
+
line-height: var(--typography-button-primary-line-height, 1.5rem);
|
|
9482
|
+
text-decoration: unset;
|
|
9483
|
+
cursor: default;
|
|
9484
|
+
white-space: nowrap;
|
|
9485
|
+
}
|
|
9486
|
+
.BaseButton-module_baseButton__0XYh4:hover, .BaseButton-module_baseButton__0XYh4:active {
|
|
9487
|
+
z-index: 2;
|
|
9488
|
+
text-decoration: unset;
|
|
9489
|
+
}
|
|
9490
|
+
.BaseButton-module_baseButton__0XYh4:active {
|
|
9491
|
+
transform: translateY(1px);
|
|
9492
|
+
}
|
|
9493
|
+
.BaseButton-module_baseButton__0XYh4:focus {
|
|
9494
|
+
outline: none;
|
|
9495
|
+
}
|
|
9496
|
+
.BaseButton-module_baseButton__0XYh4:focus-visible {
|
|
9497
|
+
z-index: 3;
|
|
9498
|
+
outline-width: var(--border-solid-border-width, 2px);
|
|
9499
|
+
outline-style: var(--border-solid-border-style, solid);
|
|
9500
|
+
outline-offset: 1px;
|
|
9501
|
+
}
|
|
9502
|
+
.BaseButton-module_baseButton__0XYh4:disabled {
|
|
9503
|
+
pointer-events: none;
|
|
9504
|
+
opacity: 30%;
|
|
9505
|
+
}
|
|
9506
|
+
|
|
9507
|
+
.BaseButton-module_default__6JNZx {
|
|
9508
|
+
background-color: var(--color-white, #ffffff);
|
|
9509
|
+
border-color: var(--color-gray-500, #878792);
|
|
9510
|
+
color: var(--color-purple-800, #2f2438);
|
|
9511
|
+
}
|
|
9512
|
+
.BaseButton-module_default__6JNZx:hover, .BaseButton-module_default__6JNZx:active, .BaseButton-module_default__6JNZx:focus-visible {
|
|
9513
|
+
background-color: var(--color-gray-200, #f4f4f5);
|
|
9514
|
+
border-color: var(--color-gray-600, #524e56);
|
|
9515
|
+
color: var(--color-purple-800, #2f2438);
|
|
9516
|
+
}
|
|
9517
|
+
.BaseButton-module_default__6JNZx:focus-visible {
|
|
9518
|
+
outline-color: var(--color-blue-500, #0168b3);
|
|
9519
|
+
}
|
|
9520
|
+
|
|
9521
|
+
.BaseButton-module_isReversed__j8nyW {
|
|
9522
|
+
background-color: transparent;
|
|
9523
|
+
border-color: rgba(var(--color-white-rgb, 255, 255, 255), 0.65);
|
|
9524
|
+
color: var(--color-white, #ffffff);
|
|
9525
|
+
}
|
|
9526
|
+
.BaseButton-module_isReversed__j8nyW:hover, .BaseButton-module_isReversed__j8nyW:active, .BaseButton-module_isReversed__j8nyW:focus-visible {
|
|
9527
|
+
background-color: rgba(var(--color-white-rgb, 255, 255, 255), 0.1);
|
|
9528
|
+
border-color: var(--color-white, #ffffff);
|
|
9529
|
+
color: var(--color-white, #ffffff);
|
|
9530
|
+
}
|
|
9531
|
+
.BaseButton-module_isReversed__j8nyW:focus-visible {
|
|
9532
|
+
outline-color: var(--color-blue-300, #73c0e8);
|
|
9514
9533
|
}
|
|
9515
9534
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
9516
9535
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -9585,6 +9604,12 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
9585
9604
|
color: var(--color-purple-500, #844587);
|
|
9586
9605
|
}
|
|
9587
9606
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
9607
|
+
.RemovableTag-module_removableTag__QcpqV {
|
|
9608
|
+
padding: var(--spacing-4, 0.25rem) var(--spacing-4, 0.25rem) var(--spacing-4, 0.25rem) var(--spacing-8, 0.5rem);
|
|
9609
|
+
padding-block: var(--spacing-4, 0.25rem);
|
|
9610
|
+
padding-inline: var(--spacing-8, 0.5rem) var(--spacing-4, 0.25rem);
|
|
9611
|
+
}
|
|
9612
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
9588
9613
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
9589
9614
|
.Base-module_wrapper__UMpe0 {
|
|
9590
9615
|
width: 100%;
|
|
@@ -9945,6 +9970,9 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
9945
9970
|
border-radius: var(--border-borderless-border-radius, 7px);
|
|
9946
9971
|
display: inline-flex;
|
|
9947
9972
|
}
|
|
9973
|
+
.ModalAccessibleDescription-module_modalDescription__gq-Mn {
|
|
9974
|
+
grid-column-start: 2;
|
|
9975
|
+
}
|
|
9948
9976
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
9949
9977
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
9950
9978
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -10022,9 +10050,6 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
10022
10050
|
.ModalFooter-module_filler__kElGb {
|
|
10023
10051
|
visibility: hidden;
|
|
10024
10052
|
}
|
|
10025
|
-
.ModalAccessibleDescription-module_modalDescription__gq-Mn {
|
|
10026
|
-
grid-column-start: 2;
|
|
10027
|
-
}
|
|
10028
10053
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10029
10054
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10030
10055
|
.ModalBody-module_inputEdit__4Krgt {
|
|
@@ -10032,28 +10057,6 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
10032
10057
|
border-radius: var(--border-solid-border-radius, 7px);
|
|
10033
10058
|
}
|
|
10034
10059
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10035
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10036
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10037
|
-
@media (max-width: 768px) {
|
|
10038
|
-
.ModalAccessibleLabel-module_modalLabel__CQAIs h2 {
|
|
10039
|
-
font-size: 1.625rem;
|
|
10040
|
-
line-height: 2rem;
|
|
10041
|
-
}
|
|
10042
|
-
}
|
|
10043
|
-
@media (max-width: 375px) {
|
|
10044
|
-
.ModalAccessibleLabel-module_modalLabel__CQAIs h2 {
|
|
10045
|
-
font-size: 1.5rem;
|
|
10046
|
-
line-height: 1.875rem;
|
|
10047
|
-
}
|
|
10048
|
-
}
|
|
10049
|
-
.ModalAccessibleLabel-module_modalLabel__CQAIs.ModalAccessibleLabel-module_prominent__WEPnY {
|
|
10050
|
-
grid-column-start: 2;
|
|
10051
|
-
text-align: left;
|
|
10052
|
-
}
|
|
10053
|
-
.ModalAccessibleLabel-module_modalLabel__CQAIs:focus {
|
|
10054
|
-
outline: none;
|
|
10055
|
-
}
|
|
10056
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10057
10060
|
/* stylelint-disable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
|
|
10058
10061
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10059
10062
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -10090,9 +10093,26 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
10090
10093
|
visibility: hidden;
|
|
10091
10094
|
}
|
|
10092
10095
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10093
|
-
|
|
10094
|
-
|
|
10095
|
-
|
|
10096
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10097
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10098
|
+
@media (max-width: 768px) {
|
|
10099
|
+
.ModalAccessibleLabel-module_modalLabel__CQAIs h2 {
|
|
10100
|
+
font-size: 1.625rem;
|
|
10101
|
+
line-height: 2rem;
|
|
10102
|
+
}
|
|
10103
|
+
}
|
|
10104
|
+
@media (max-width: 375px) {
|
|
10105
|
+
.ModalAccessibleLabel-module_modalLabel__CQAIs h2 {
|
|
10106
|
+
font-size: 1.5rem;
|
|
10107
|
+
line-height: 1.875rem;
|
|
10108
|
+
}
|
|
10109
|
+
}
|
|
10110
|
+
.ModalAccessibleLabel-module_modalLabel__CQAIs.ModalAccessibleLabel-module_prominent__WEPnY {
|
|
10111
|
+
grid-column-start: 2;
|
|
10112
|
+
text-align: left;
|
|
10113
|
+
}
|
|
10114
|
+
.ModalAccessibleLabel-module_modalLabel__CQAIs:focus {
|
|
10115
|
+
outline: none;
|
|
10096
10116
|
}
|
|
10097
10117
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10098
10118
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -10154,25 +10174,15 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
10154
10174
|
color: var(--color-white, #ffffff);
|
|
10155
10175
|
}
|
|
10156
10176
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10157
|
-
|
|
10158
|
-
|
|
10159
|
-
|
|
10160
|
-
align-items: center;
|
|
10161
|
-
gap: var(--spacing-xs, 0.375rem);
|
|
10162
|
-
margin: var(--spacing-xs, 0.375rem) 0;
|
|
10163
|
-
padding: 0 var(--spacing-xs, 0.375rem);
|
|
10164
|
-
flex-wrap: wrap;
|
|
10165
|
-
}
|
|
10166
|
-
|
|
10167
|
-
.ToolbarSection-module_toolbarSection__nCI0O + .ToolbarSection-module_toolbarSection__nCI0O {
|
|
10168
|
-
border-inline-start: 1px solid rgba(var(--color-gray-600-rgb, 82, 78, 86), 0.1);
|
|
10169
|
-
}
|
|
10170
|
-
.ClearAllButton-module_clearAllButton__XNkm2 {
|
|
10171
|
-
white-space: nowrap;
|
|
10177
|
+
.Toolbar-module_toolbar__ooRzV {
|
|
10178
|
+
display: block;
|
|
10179
|
+
border-bottom: 2px solid var(--color-gray-500, #878792);
|
|
10172
10180
|
}
|
|
10173
|
-
|
|
10174
|
-
.
|
|
10175
|
-
|
|
10181
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10182
|
+
.FilterDatePickerField-module_filterDatePickerField__ClXMw {
|
|
10183
|
+
width: 288px;
|
|
10184
|
+
display: grid;
|
|
10185
|
+
gap: var(--spacing-16, 1rem);
|
|
10176
10186
|
}
|
|
10177
10187
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10178
10188
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -10271,19 +10281,29 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
10271
10281
|
opacity: 100%;
|
|
10272
10282
|
outline: var(--color-purple-800, #2f2438) var(--border-solid-border-style, solid) var(--border-focus-ring-border-width, 2px);
|
|
10273
10283
|
}
|
|
10284
|
+
.ClearAllButton-module_clearAllButton__XNkm2 {
|
|
10285
|
+
white-space: nowrap;
|
|
10286
|
+
}
|
|
10287
|
+
|
|
10288
|
+
.ClearAllButton-module_hidden__-L2eA {
|
|
10289
|
+
visibility: hidden;
|
|
10290
|
+
}
|
|
10274
10291
|
.DateInputField-module_disabled__gfago {
|
|
10275
10292
|
opacity: 0.3;
|
|
10276
10293
|
}
|
|
10277
10294
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10278
|
-
.FilterDatePickerField-module_filterDatePickerField__ClXMw {
|
|
10279
|
-
width: 288px;
|
|
10280
|
-
display: grid;
|
|
10281
|
-
gap: var(--spacing-16, 1rem);
|
|
10282
|
-
}
|
|
10283
10295
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10284
|
-
.
|
|
10296
|
+
.ToolbarSection-module_toolbarSection__nCI0O {
|
|
10285
10297
|
display: inline-flex;
|
|
10286
|
-
|
|
10298
|
+
align-items: center;
|
|
10299
|
+
gap: var(--spacing-xs, 0.375rem);
|
|
10300
|
+
margin: var(--spacing-xs, 0.375rem) 0;
|
|
10301
|
+
padding: 0 var(--spacing-xs, 0.375rem);
|
|
10302
|
+
flex-wrap: wrap;
|
|
10303
|
+
}
|
|
10304
|
+
|
|
10305
|
+
.ToolbarSection-module_toolbarSection__nCI0O + .ToolbarSection-module_toolbarSection__nCI0O {
|
|
10306
|
+
border-inline-start: 1px solid rgba(var(--color-gray-600-rgb, 82, 78, 86), 0.1);
|
|
10287
10307
|
}
|
|
10288
10308
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10289
10309
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -10326,14 +10346,6 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
10326
10346
|
color: var(--color-purple-800, #2f2438);
|
|
10327
10347
|
}
|
|
10328
10348
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10329
|
-
.FilterDateRangePickerField-module_filterDateRangePickerField__fSmbz {
|
|
10330
|
-
display: contents;
|
|
10331
|
-
}
|
|
10332
|
-
|
|
10333
|
-
.FilterDateRangePickerField-module_dateRangeInputField__EEU-X {
|
|
10334
|
-
margin-bottom: var(--spacing-24, 1.5rem);
|
|
10335
|
-
}
|
|
10336
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10337
10349
|
.ListBox-module_listBox__q95MO {
|
|
10338
10350
|
list-style: none;
|
|
10339
10351
|
padding: var(--spacing-sm, 0.75rem);
|
|
@@ -10355,6 +10367,23 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
10355
10367
|
list-style: none;
|
|
10356
10368
|
}
|
|
10357
10369
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10370
|
+
.FilterDateRangePickerField-module_filterDateRangePickerField__fSmbz {
|
|
10371
|
+
display: contents;
|
|
10372
|
+
}
|
|
10373
|
+
|
|
10374
|
+
.FilterDateRangePickerField-module_dateRangeInputField__EEU-X {
|
|
10375
|
+
margin-bottom: var(--spacing-24, 1.5rem);
|
|
10376
|
+
}
|
|
10377
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10378
|
+
.DateRangeDisplayLabel-module_dateRangeDisplayLabel__g7nVd {
|
|
10379
|
+
display: inline-flex;
|
|
10380
|
+
gap: var(--spacing-6, 0.375rem);
|
|
10381
|
+
}
|
|
10382
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10383
|
+
.LoadMoreButton-module_container__sXwB6 {
|
|
10384
|
+
padding: var(--spacing-sm, 0.75rem) var(--spacing-sm, 0.75rem) 0;
|
|
10385
|
+
}
|
|
10386
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10358
10387
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10359
10388
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10360
10389
|
.ListBoxSection-module_listBoxSection__AMlz- {
|
|
@@ -10371,39 +10400,10 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
10371
10400
|
color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.7);
|
|
10372
10401
|
margin: var(--spacing-6, 0.375rem) 0;
|
|
10373
10402
|
}
|
|
10374
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10375
|
-
.LoadMoreButton-module_container__sXwB6 {
|
|
10376
|
-
padding: var(--spacing-sm, 0.75rem) var(--spacing-sm, 0.75rem) 0;
|
|
10377
|
-
}
|
|
10378
|
-
.SectionDivider-module_divider__G-itP {
|
|
10379
|
-
margin: 0.5rem 0;
|
|
10380
|
-
}
|
|
10381
10403
|
.NoResults-module_container__2l8Ol {
|
|
10382
10404
|
padding: 1.125rem;
|
|
10383
10405
|
}
|
|
10384
10406
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10385
|
-
.SearchInput-module_inputSearchContainer__u9K6k {
|
|
10386
|
-
position: relative;
|
|
10387
|
-
margin: 0 var(--spacing-sm, 0.75rem);
|
|
10388
|
-
}
|
|
10389
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10390
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10391
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10392
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10393
|
-
.MenuPopup-module_menuPopup__UVgnP {
|
|
10394
|
-
position: absolute;
|
|
10395
|
-
z-index: 1000;
|
|
10396
|
-
box-sizing: border-box;
|
|
10397
|
-
background: var(--color-white, #ffffff);
|
|
10398
|
-
color: var(--color-purple-800, #2f2438);
|
|
10399
|
-
border-radius: var(--border-solid-border-radius, 7px);
|
|
10400
|
-
box-shadow: var(--shadow-large-box-shadow, 0 3px 9px 0 rgba(0, 0, 0, 0.1), 0 8px 40px 0 rgba(0, 0, 0, 0.08));
|
|
10401
|
-
padding: var(--spacing-sm, 0.75rem) 0;
|
|
10402
|
-
margin-top: var(--spacing-xs, 0.375rem);
|
|
10403
|
-
text-align: start;
|
|
10404
|
-
width: 294px;
|
|
10405
|
-
}
|
|
10406
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10407
10407
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10408
10408
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10409
10409
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -10491,6 +10491,28 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
10491
10491
|
background-color: var(--color-gray-600, #524e56);
|
|
10492
10492
|
}
|
|
10493
10493
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10494
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10495
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10496
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10497
|
+
.MenuPopup-module_menuPopup__UVgnP {
|
|
10498
|
+
position: absolute;
|
|
10499
|
+
z-index: 1000;
|
|
10500
|
+
box-sizing: border-box;
|
|
10501
|
+
background: var(--color-white, #ffffff);
|
|
10502
|
+
color: var(--color-purple-800, #2f2438);
|
|
10503
|
+
border-radius: var(--border-solid-border-radius, 7px);
|
|
10504
|
+
box-shadow: var(--shadow-large-box-shadow, 0 3px 9px 0 rgba(0, 0, 0, 0.1), 0 8px 40px 0 rgba(0, 0, 0, 0.08));
|
|
10505
|
+
padding: var(--spacing-sm, 0.75rem) 0;
|
|
10506
|
+
margin-top: var(--spacing-xs, 0.375rem);
|
|
10507
|
+
text-align: start;
|
|
10508
|
+
width: 294px;
|
|
10509
|
+
}
|
|
10510
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10511
|
+
.SearchInput-module_inputSearchContainer__u9K6k {
|
|
10512
|
+
position: relative;
|
|
10513
|
+
margin: 0 var(--spacing-sm, 0.75rem);
|
|
10514
|
+
}
|
|
10515
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10494
10516
|
.DateRangeInputField-module_dateRangeInputContainer__zjhqr {
|
|
10495
10517
|
display: flex;
|
|
10496
10518
|
margin: 0;
|
|
@@ -10526,6 +10548,27 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
10526
10548
|
.DateRangeInputField-module_disabled__vOSK8 {
|
|
10527
10549
|
opacity: 0.3;
|
|
10528
10550
|
}
|
|
10551
|
+
.SectionDivider-module_divider__G-itP {
|
|
10552
|
+
margin: 0.5rem 0;
|
|
10553
|
+
}
|
|
10554
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10555
|
+
.ListBoxSection-module_sectionWrapper__mwpFh {
|
|
10556
|
+
display: flex;
|
|
10557
|
+
flex-direction: column;
|
|
10558
|
+
}
|
|
10559
|
+
.ListBoxSection-module_sectionWrapper__mwpFh:not(:first-child) {
|
|
10560
|
+
margin-top: var(--spacing-8, 0.5rem);
|
|
10561
|
+
}
|
|
10562
|
+
|
|
10563
|
+
.ListBoxSection-module_sectionHeading__N7GmS {
|
|
10564
|
+
padding-inline-start: var(--spacing-4, 0.25rem);
|
|
10565
|
+
}
|
|
10566
|
+
|
|
10567
|
+
.ListBoxSection-module_sectionList__abvnM {
|
|
10568
|
+
display: flex;
|
|
10569
|
+
flex-direction: column;
|
|
10570
|
+
padding: var(--spacing-xs, 0.375rem) 0 0 0;
|
|
10571
|
+
}
|
|
10529
10572
|
.ListBox-module_listBox__eV6P3 {
|
|
10530
10573
|
list-style: none;
|
|
10531
10574
|
margin-top: 0;
|
|
@@ -10604,24 +10647,6 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
10604
10647
|
border-color: var(--color-gray-400, #cdcdd0);
|
|
10605
10648
|
}
|
|
10606
10649
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10607
|
-
.ListBoxSection-module_sectionWrapper__mwpFh {
|
|
10608
|
-
display: flex;
|
|
10609
|
-
flex-direction: column;
|
|
10610
|
-
}
|
|
10611
|
-
.ListBoxSection-module_sectionWrapper__mwpFh:not(:first-child) {
|
|
10612
|
-
margin-top: var(--spacing-8, 0.5rem);
|
|
10613
|
-
}
|
|
10614
|
-
|
|
10615
|
-
.ListBoxSection-module_sectionHeading__N7GmS {
|
|
10616
|
-
padding-inline-start: var(--spacing-4, 0.25rem);
|
|
10617
|
-
}
|
|
10618
|
-
|
|
10619
|
-
.ListBoxSection-module_sectionList__abvnM {
|
|
10620
|
-
display: flex;
|
|
10621
|
-
flex-direction: column;
|
|
10622
|
-
padding: var(--spacing-xs, 0.375rem) 0 0 0;
|
|
10623
|
-
}
|
|
10624
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10625
10650
|
.SelectPopoverContents-module_selectPopoverContents__YyueT {
|
|
10626
10651
|
padding: var(--spacing-12, 0.75rem);
|
|
10627
10652
|
}
|
|
@@ -10701,6 +10726,26 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
10701
10726
|
color: var(--color-gray-500, #878792);
|
|
10702
10727
|
}
|
|
10703
10728
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10729
|
+
.MenuLoadingSkeleton-module_loadingInput__-6KsQ {
|
|
10730
|
+
margin-bottom: var(--spacing-sm, 0.75rem);
|
|
10731
|
+
}
|
|
10732
|
+
|
|
10733
|
+
.MenuLoadingSkeleton-module_loadingContainer__QFFBR {
|
|
10734
|
+
margin-left: var(--spacing-sm, 0.75rem);
|
|
10735
|
+
margin-right: var(--spacing-sm, 0.75rem);
|
|
10736
|
+
}
|
|
10737
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10738
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10739
|
+
.MenuFooter-module_footer__57a6Y {
|
|
10740
|
+
border-top: 1px solid rgba(var(--color-gray-600-rgb, 82, 78, 86), 0.1);
|
|
10741
|
+
gap: var(--spacing-xs, 0.375rem);
|
|
10742
|
+
display: flex;
|
|
10743
|
+
padding: var(--spacing-sm, 0.75rem) var(--spacing-sm, 0.75rem) 0;
|
|
10744
|
+
}
|
|
10745
|
+
.LinkModal-module_validationErrorMessage__APw4U ul {
|
|
10746
|
+
margin-bottom: 0;
|
|
10747
|
+
}
|
|
10748
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10704
10749
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10705
10750
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10706
10751
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -10829,26 +10874,6 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
10829
10874
|
}
|
|
10830
10875
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10831
10876
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10832
|
-
.MenuFooter-module_footer__57a6Y {
|
|
10833
|
-
border-top: 1px solid rgba(var(--color-gray-600-rgb, 82, 78, 86), 0.1);
|
|
10834
|
-
gap: var(--spacing-xs, 0.375rem);
|
|
10835
|
-
display: flex;
|
|
10836
|
-
padding: var(--spacing-sm, 0.75rem) var(--spacing-sm, 0.75rem) 0;
|
|
10837
|
-
}
|
|
10838
|
-
.LinkModal-module_validationErrorMessage__APw4U ul {
|
|
10839
|
-
margin-bottom: 0;
|
|
10840
|
-
}
|
|
10841
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10842
|
-
.MenuLoadingSkeleton-module_loadingInput__-6KsQ {
|
|
10843
|
-
margin-bottom: var(--spacing-sm, 0.75rem);
|
|
10844
|
-
}
|
|
10845
|
-
|
|
10846
|
-
.MenuLoadingSkeleton-module_loadingContainer__QFFBR {
|
|
10847
|
-
margin-left: var(--spacing-sm, 0.75rem);
|
|
10848
|
-
margin-right: var(--spacing-sm, 0.75rem);
|
|
10849
|
-
}
|
|
10850
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10851
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10852
10877
|
.LinkPopover-module_popoverContent__qGPyp {
|
|
10853
10878
|
display: flex;
|
|
10854
10879
|
align-items: center;
|