@kaizen/components 1.70.3 → 1.70.4
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/cjs/LinkButton/LinkButton.cjs +2 -3
- package/dist/cjs/__rc__/Button/Button.module.css.cjs +2 -2
- package/dist/esm/LinkButton/LinkButton.mjs +1 -1
- package/dist/esm/__rc__/Button/Button.mjs +3 -3
- package/dist/esm/__rc__/Button/Button.module.css.mjs +2 -2
- package/dist/styles.css +1867 -1867
- package/package.json +1 -1
- package/src/LinkButton/LinkButton.tsx +1 -1
package/dist/styles.css
CHANGED
|
@@ -636,39 +636,6 @@
|
|
|
636
636
|
}
|
|
637
637
|
}
|
|
638
638
|
|
|
639
|
-
.Menu-module_menu__-4FZt {
|
|
640
|
-
background-color: var(--color-white);
|
|
641
|
-
color: var(--color-purple-800);
|
|
642
|
-
width: 248px;
|
|
643
|
-
max-height: 22rem;
|
|
644
|
-
overflow: auto;
|
|
645
|
-
padding-block: var(--spacing-6);
|
|
646
|
-
outline: none;
|
|
647
|
-
border-radius: var(--border-solid-border-radius);
|
|
648
|
-
box-shadow: var(--shadow-large-box-shadow);
|
|
649
|
-
}
|
|
650
|
-
|
|
651
|
-
.Menu-module_menu__-4FZt .react-aria-Header {
|
|
652
|
-
font-family: var(--typography-heading-6-font-family);
|
|
653
|
-
font-size: var(--typography-heading-6-font-size);
|
|
654
|
-
letter-spacing: var(--typography-heading-6-letter-spacing);
|
|
655
|
-
font-weight: var(--typography-heading-6-font-weight);
|
|
656
|
-
line-height: var(--typography-heading-6-line-height);
|
|
657
|
-
padding: var(--spacing-6) 10px;
|
|
658
|
-
margin-inline: var(--spacing-6);
|
|
659
|
-
}
|
|
660
|
-
|
|
661
|
-
.Menu-module_menu__-4FZt section:not(:last-of-type) {
|
|
662
|
-
&::after {
|
|
663
|
-
width: 100%;
|
|
664
|
-
height: 1px;
|
|
665
|
-
background-color: var(--border-solid-border-color);
|
|
666
|
-
content: '';
|
|
667
|
-
display: block;
|
|
668
|
-
margin-block: var(--spacing-6);
|
|
669
|
-
}
|
|
670
|
-
}
|
|
671
|
-
|
|
672
639
|
.Button-module_button__llv4w {
|
|
673
640
|
/* RESET */
|
|
674
641
|
appearance: none;
|
|
@@ -974,6 +941,39 @@
|
|
|
974
941
|
opacity: 0.3;
|
|
975
942
|
}
|
|
976
943
|
|
|
944
|
+
.Menu-module_menu__-4FZt {
|
|
945
|
+
background-color: var(--color-white);
|
|
946
|
+
color: var(--color-purple-800);
|
|
947
|
+
width: 248px;
|
|
948
|
+
max-height: 22rem;
|
|
949
|
+
overflow: auto;
|
|
950
|
+
padding-block: var(--spacing-6);
|
|
951
|
+
outline: none;
|
|
952
|
+
border-radius: var(--border-solid-border-radius);
|
|
953
|
+
box-shadow: var(--shadow-large-box-shadow);
|
|
954
|
+
}
|
|
955
|
+
|
|
956
|
+
.Menu-module_menu__-4FZt .react-aria-Header {
|
|
957
|
+
font-family: var(--typography-heading-6-font-family);
|
|
958
|
+
font-size: var(--typography-heading-6-font-size);
|
|
959
|
+
letter-spacing: var(--typography-heading-6-letter-spacing);
|
|
960
|
+
font-weight: var(--typography-heading-6-font-weight);
|
|
961
|
+
line-height: var(--typography-heading-6-line-height);
|
|
962
|
+
padding: var(--spacing-6) 10px;
|
|
963
|
+
margin-inline: var(--spacing-6);
|
|
964
|
+
}
|
|
965
|
+
|
|
966
|
+
.Menu-module_menu__-4FZt section:not(:last-of-type) {
|
|
967
|
+
&::after {
|
|
968
|
+
width: 100%;
|
|
969
|
+
height: 1px;
|
|
970
|
+
background-color: var(--border-solid-border-color);
|
|
971
|
+
content: '';
|
|
972
|
+
display: block;
|
|
973
|
+
margin-block: var(--spacing-6);
|
|
974
|
+
}
|
|
975
|
+
}
|
|
976
|
+
|
|
977
977
|
/*
|
|
978
978
|
* This is taken from the Material Symbols CDN
|
|
979
979
|
* font-weight & font-size removed as overridden in .icon
|
|
@@ -1050,6 +1050,30 @@
|
|
|
1050
1050
|
gap: var(--spacing-8);
|
|
1051
1051
|
}
|
|
1052
1052
|
|
|
1053
|
+
.FilterButton-module_filterButton__Fn1OD {
|
|
1054
|
+
gap: var(--spacing-6);
|
|
1055
|
+
justify-content: space-between;
|
|
1056
|
+
}
|
|
1057
|
+
|
|
1058
|
+
@media (width < 768px) {
|
|
1059
|
+
.FilterButton-module_filterButton__Fn1OD {
|
|
1060
|
+
flex-grow: 1;
|
|
1061
|
+
}
|
|
1062
|
+
}
|
|
1063
|
+
|
|
1064
|
+
.FilterButton-module_labelContainer__sPAcx {
|
|
1065
|
+
display: inline-flex;
|
|
1066
|
+
flex-wrap: wrap;
|
|
1067
|
+
}
|
|
1068
|
+
|
|
1069
|
+
.FilterButton-module_hasSelectedValues__bHR5g {
|
|
1070
|
+
font-weight: bold;
|
|
1071
|
+
}
|
|
1072
|
+
|
|
1073
|
+
.FilterButton-module_labelSeparator__KimZO {
|
|
1074
|
+
margin-inline-end: var(--spacing-6);
|
|
1075
|
+
}
|
|
1076
|
+
|
|
1053
1077
|
.LiveIcon-module_liveIcon__v6FG- {
|
|
1054
1078
|
display: inline-block;
|
|
1055
1079
|
position: relative;
|
|
@@ -1142,30 +1166,6 @@
|
|
|
1142
1166
|
}
|
|
1143
1167
|
}
|
|
1144
1168
|
|
|
1145
|
-
.FilterButton-module_filterButton__Fn1OD {
|
|
1146
|
-
gap: var(--spacing-6);
|
|
1147
|
-
justify-content: space-between;
|
|
1148
|
-
}
|
|
1149
|
-
|
|
1150
|
-
@media (width < 768px) {
|
|
1151
|
-
.FilterButton-module_filterButton__Fn1OD {
|
|
1152
|
-
flex-grow: 1;
|
|
1153
|
-
}
|
|
1154
|
-
}
|
|
1155
|
-
|
|
1156
|
-
.FilterButton-module_labelContainer__sPAcx {
|
|
1157
|
-
display: inline-flex;
|
|
1158
|
-
flex-wrap: wrap;
|
|
1159
|
-
}
|
|
1160
|
-
|
|
1161
|
-
.FilterButton-module_hasSelectedValues__bHR5g {
|
|
1162
|
-
font-weight: bold;
|
|
1163
|
-
}
|
|
1164
|
-
|
|
1165
|
-
.FilterButton-module_labelSeparator__KimZO {
|
|
1166
|
-
margin-inline-end: var(--spacing-6);
|
|
1167
|
-
}
|
|
1168
|
-
|
|
1169
1169
|
.FilterButtonRemovable-module_filterButtonBase__V4xk8 {
|
|
1170
1170
|
height: 100%;
|
|
1171
1171
|
}
|
|
@@ -1184,6 +1184,11 @@
|
|
|
1184
1184
|
font-size: inherit;
|
|
1185
1185
|
}
|
|
1186
1186
|
|
|
1187
|
+
.Main-module_main__K9Z0C {
|
|
1188
|
+
/* This is set so children will sit beneath the header and footer when sticky */
|
|
1189
|
+
z-index: 0;
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1187
1192
|
.Wrapper-module_wrapper__-tWQy {
|
|
1188
1193
|
display: grid;
|
|
1189
1194
|
grid-template-rows: min-content 1fr min-content;
|
|
@@ -1192,11 +1197,6 @@
|
|
|
1192
1197
|
background: var(--color-gray-100);
|
|
1193
1198
|
}
|
|
1194
1199
|
|
|
1195
|
-
.Main-module_main__K9Z0C {
|
|
1196
|
-
/* This is set so children will sit beneath the header and footer when sticky */
|
|
1197
|
-
z-index: 0;
|
|
1198
|
-
}
|
|
1199
|
-
|
|
1200
1200
|
@media (width < 768px) {
|
|
1201
1201
|
.FilterBarMultiSelect-module_filterMultiSelect__a4enz {
|
|
1202
1202
|
flex-basis: 100%;
|
|
@@ -1414,6 +1414,26 @@
|
|
|
1414
1414
|
}
|
|
1415
1415
|
}
|
|
1416
1416
|
|
|
1417
|
+
.RemovableFilterTrigger-module_filterButtonRemovable__-M4wV {
|
|
1418
|
+
width: 100%;
|
|
1419
|
+
}
|
|
1420
|
+
|
|
1421
|
+
.FooterActions-module_footerAction__szvPs {
|
|
1422
|
+
display: flex;
|
|
1423
|
+
flex-grow: 1;
|
|
1424
|
+
flex-basis: auto;
|
|
1425
|
+
}
|
|
1426
|
+
|
|
1427
|
+
.FooterActions-module_footerActionPrevious__VJ6j1 {
|
|
1428
|
+
grid-area: 'prev';
|
|
1429
|
+
justify-content: start;
|
|
1430
|
+
}
|
|
1431
|
+
|
|
1432
|
+
.FooterActions-module_footerActionNext__koFhj {
|
|
1433
|
+
grid-area: 'next';
|
|
1434
|
+
justify-content: end;
|
|
1435
|
+
}
|
|
1436
|
+
|
|
1417
1437
|
.FooterRoot-module_footerRoot__-osuZ {
|
|
1418
1438
|
display: grid;
|
|
1419
1439
|
grid-template-areas: 'prev stepper next';
|
|
@@ -1435,24 +1455,26 @@
|
|
|
1435
1455
|
}
|
|
1436
1456
|
}
|
|
1437
1457
|
|
|
1438
|
-
.
|
|
1458
|
+
.Titles-module_titles__ENQ0C {
|
|
1459
|
+
grid-area: titles;
|
|
1439
1460
|
display: flex;
|
|
1461
|
+
flex-direction: column;
|
|
1462
|
+
align-items: center;
|
|
1463
|
+
justify-content: center;
|
|
1440
1464
|
flex-grow: 1;
|
|
1441
|
-
flex-basis: auto;
|
|
1442
1465
|
}
|
|
1443
1466
|
|
|
1444
|
-
.
|
|
1445
|
-
|
|
1446
|
-
|
|
1467
|
+
.Titles-module_pageTitle__ePjdw {
|
|
1468
|
+
display: flex;
|
|
1469
|
+
flex-direction: column;
|
|
1447
1470
|
}
|
|
1448
1471
|
|
|
1449
|
-
.
|
|
1450
|
-
|
|
1451
|
-
justify-content: end;
|
|
1472
|
+
.Titles-module_prefix__FEtyY {
|
|
1473
|
+
margin-bottom: var(--spacing-4);
|
|
1452
1474
|
}
|
|
1453
1475
|
|
|
1454
|
-
.
|
|
1455
|
-
|
|
1476
|
+
.Titles-module_statusTag__hmyfK {
|
|
1477
|
+
margin-top: var(--spacing-8);
|
|
1456
1478
|
}
|
|
1457
1479
|
|
|
1458
1480
|
.ProgressStepper-module_stepsContainer__7Motj {
|
|
@@ -1573,26 +1595,19 @@
|
|
|
1573
1595
|
}
|
|
1574
1596
|
}
|
|
1575
1597
|
|
|
1576
|
-
.
|
|
1577
|
-
grid-area:
|
|
1598
|
+
.Branding-module_branding__g3OoE {
|
|
1599
|
+
grid-area: branding;
|
|
1578
1600
|
display: flex;
|
|
1579
|
-
flex-direction: column;
|
|
1580
|
-
align-items: center;
|
|
1581
1601
|
justify-content: center;
|
|
1582
|
-
|
|
1583
|
-
}
|
|
1584
|
-
|
|
1585
|
-
.Titles-module_pageTitle__ePjdw {
|
|
1586
|
-
display: flex;
|
|
1587
|
-
flex-direction: column;
|
|
1588
|
-
}
|
|
1602
|
+
padding-top: var(--spacing-4);
|
|
1589
1603
|
|
|
1590
|
-
|
|
1591
|
-
|
|
1604
|
+
@media (width >=768px) {
|
|
1605
|
+
justify-content: unset;
|
|
1606
|
+
}
|
|
1592
1607
|
}
|
|
1593
1608
|
|
|
1594
|
-
.
|
|
1595
|
-
|
|
1609
|
+
.Branding-module_logo__yLHfs {
|
|
1610
|
+
width: 7.5rem;
|
|
1596
1611
|
}
|
|
1597
1612
|
|
|
1598
1613
|
.Actions-module_actions__JzCWB {
|
|
@@ -1611,21 +1626,6 @@
|
|
|
1611
1626
|
}
|
|
1612
1627
|
}
|
|
1613
1628
|
|
|
1614
|
-
.Branding-module_branding__g3OoE {
|
|
1615
|
-
grid-area: branding;
|
|
1616
|
-
display: flex;
|
|
1617
|
-
justify-content: center;
|
|
1618
|
-
padding-top: var(--spacing-4);
|
|
1619
|
-
|
|
1620
|
-
@media (width >=768px) {
|
|
1621
|
-
justify-content: unset;
|
|
1622
|
-
}
|
|
1623
|
-
}
|
|
1624
|
-
|
|
1625
|
-
.Branding-module_logo__yLHfs {
|
|
1626
|
-
width: 7.5rem;
|
|
1627
|
-
}
|
|
1628
|
-
|
|
1629
1629
|
.Root-module_root__-1P72 {
|
|
1630
1630
|
display: grid;
|
|
1631
1631
|
background-color: var(--color-white);
|
|
@@ -1877,55 +1877,6 @@
|
|
|
1877
1877
|
.ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-.ButtonGroup-module_lastChild__Vicsx:focus-visible::after {
|
|
1878
1878
|
inset-inline-start: calc(-1 * 1px);
|
|
1879
1879
|
}
|
|
1880
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
1881
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
1882
|
-
.ClearButton-module_clearButton__CSOIc {
|
|
1883
|
-
appearance: none;
|
|
1884
|
-
display: inline;
|
|
1885
|
-
background: transparent;
|
|
1886
|
-
color: inherit;
|
|
1887
|
-
font: inherit;
|
|
1888
|
-
margin: 0;
|
|
1889
|
-
padding: 0;
|
|
1890
|
-
border: none;
|
|
1891
|
-
position: relative;
|
|
1892
|
-
display: inline-flex;
|
|
1893
|
-
}
|
|
1894
|
-
.ClearButton-module_clearButton__CSOIc:hover {
|
|
1895
|
-
cursor: pointer;
|
|
1896
|
-
}
|
|
1897
|
-
.ClearButton-module_clearButton__CSOIc:focus {
|
|
1898
|
-
outline: none;
|
|
1899
|
-
}
|
|
1900
|
-
.ClearButton-module_clearButton__CSOIc:focus-visible::after {
|
|
1901
|
-
content: "";
|
|
1902
|
-
position: absolute;
|
|
1903
|
-
background: transparent;
|
|
1904
|
-
border-width: var(--border-focus-ring-border-width, 2px);
|
|
1905
|
-
border-style: var(--border-focus-ring-border-style, solid);
|
|
1906
|
-
border-radius: 50%;
|
|
1907
|
-
inset: -1px;
|
|
1908
|
-
}
|
|
1909
|
-
|
|
1910
|
-
.ClearButton-module_default__lBJxw {
|
|
1911
|
-
color: var(--color-gray-500, #878792);
|
|
1912
|
-
}
|
|
1913
|
-
.ClearButton-module_default__lBJxw:hover, .ClearButton-module_default__lBJxw:focus-visible {
|
|
1914
|
-
color: var(--color-purple-800, #2f2438);
|
|
1915
|
-
}
|
|
1916
|
-
.ClearButton-module_default__lBJxw:focus-visible::after {
|
|
1917
|
-
border-color: var(--color-blue-500, #0168b3);
|
|
1918
|
-
}
|
|
1919
|
-
|
|
1920
|
-
.ClearButton-module_reversed__0I2DC {
|
|
1921
|
-
color: rgba(var(--color-white-rgb, 255, 255, 255), 0.8);
|
|
1922
|
-
}
|
|
1923
|
-
.ClearButton-module_reversed__0I2DC:hover, .ClearButton-module_reversed__0I2DC:focus-visible {
|
|
1924
|
-
color: var(--color-white, #ffffff);
|
|
1925
|
-
}
|
|
1926
|
-
.ClearButton-module_reversed__0I2DC:focus-visible::after {
|
|
1927
|
-
border-color: var(--color-blue-300, #73c0e8);
|
|
1928
|
-
}
|
|
1929
1880
|
.Container-module_container__jSUGk {
|
|
1930
1881
|
display: flex;
|
|
1931
1882
|
width: 100%;
|
|
@@ -2119,9 +2070,58 @@
|
|
|
2119
2070
|
}
|
|
2120
2071
|
}
|
|
2121
2072
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2073
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2074
|
+
.ClearButton-module_clearButton__CSOIc {
|
|
2075
|
+
appearance: none;
|
|
2076
|
+
display: inline;
|
|
2077
|
+
background: transparent;
|
|
2078
|
+
color: inherit;
|
|
2079
|
+
font: inherit;
|
|
2080
|
+
margin: 0;
|
|
2081
|
+
padding: 0;
|
|
2082
|
+
border: none;
|
|
2083
|
+
position: relative;
|
|
2084
|
+
display: inline-flex;
|
|
2085
|
+
}
|
|
2086
|
+
.ClearButton-module_clearButton__CSOIc:hover {
|
|
2087
|
+
cursor: pointer;
|
|
2088
|
+
}
|
|
2089
|
+
.ClearButton-module_clearButton__CSOIc:focus {
|
|
2090
|
+
outline: none;
|
|
2091
|
+
}
|
|
2092
|
+
.ClearButton-module_clearButton__CSOIc:focus-visible::after {
|
|
2093
|
+
content: "";
|
|
2094
|
+
position: absolute;
|
|
2095
|
+
background: transparent;
|
|
2096
|
+
border-width: var(--border-focus-ring-border-width, 2px);
|
|
2097
|
+
border-style: var(--border-focus-ring-border-style, solid);
|
|
2098
|
+
border-radius: 50%;
|
|
2099
|
+
inset: -1px;
|
|
2100
|
+
}
|
|
2101
|
+
|
|
2102
|
+
.ClearButton-module_default__lBJxw {
|
|
2103
|
+
color: var(--color-gray-500, #878792);
|
|
2104
|
+
}
|
|
2105
|
+
.ClearButton-module_default__lBJxw:hover, .ClearButton-module_default__lBJxw:focus-visible {
|
|
2106
|
+
color: var(--color-purple-800, #2f2438);
|
|
2107
|
+
}
|
|
2108
|
+
.ClearButton-module_default__lBJxw:focus-visible::after {
|
|
2109
|
+
border-color: var(--color-blue-500, #0168b3);
|
|
2110
|
+
}
|
|
2111
|
+
|
|
2112
|
+
.ClearButton-module_reversed__0I2DC {
|
|
2113
|
+
color: rgba(var(--color-white-rgb, 255, 255, 255), 0.8);
|
|
2114
|
+
}
|
|
2115
|
+
.ClearButton-module_reversed__0I2DC:hover, .ClearButton-module_reversed__0I2DC:focus-visible {
|
|
2116
|
+
color: var(--color-white, #ffffff);
|
|
2117
|
+
}
|
|
2118
|
+
.ClearButton-module_reversed__0I2DC:focus-visible::after {
|
|
2119
|
+
border-color: var(--color-blue-300, #73c0e8);
|
|
2120
|
+
}
|
|
2121
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2122
|
+
.Content-module_content__ZeTRs {
|
|
2123
|
+
max-width: 1392px;
|
|
2124
|
+
margin: 0 72px;
|
|
2125
2125
|
width: 100%;
|
|
2126
2126
|
}
|
|
2127
2127
|
@media (max-width: calc(1080px - 1px)) {
|
|
@@ -2134,6 +2134,15 @@
|
|
|
2134
2134
|
padding: var(--spacing-24, 1.5rem) 0;
|
|
2135
2135
|
}
|
|
2136
2136
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2137
|
+
.FieldGroup-module_group__74Z9M {
|
|
2138
|
+
margin-bottom: var(--spacing-6, 0.375rem);
|
|
2139
|
+
}
|
|
2140
|
+
|
|
2141
|
+
.FieldGroup-module_inline__K7D9L {
|
|
2142
|
+
display: inline;
|
|
2143
|
+
margin-bottom: 0;
|
|
2144
|
+
}
|
|
2145
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2137
2146
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2138
2147
|
.Divider-module_wrapper__K5mht {
|
|
2139
2148
|
width: 100%;
|
|
@@ -2163,15 +2172,6 @@
|
|
|
2163
2172
|
margin: 5px 0;
|
|
2164
2173
|
}
|
|
2165
2174
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2166
|
-
.FieldGroup-module_group__74Z9M {
|
|
2167
|
-
margin-bottom: var(--spacing-6, 0.375rem);
|
|
2168
|
-
}
|
|
2169
|
-
|
|
2170
|
-
.FieldGroup-module_inline__K7D9L {
|
|
2171
|
-
display: inline;
|
|
2172
|
-
margin-bottom: 0;
|
|
2173
|
-
}
|
|
2174
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2175
2175
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2176
2176
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2177
2177
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -2672,6 +2672,129 @@
|
|
|
2672
2672
|
/* stylelint-enable no-descending-specificity */
|
|
2673
2673
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2674
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
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2675
2798
|
.Popover-module_root__OrmwT {
|
|
2676
2799
|
width: 220px;
|
|
2677
2800
|
position: absolute;
|
|
@@ -2940,163 +3063,40 @@
|
|
|
2940
3063
|
|
|
2941
3064
|
/* stylelint-enable no-descending-specificity */
|
|
2942
3065
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3066
|
+
.SearchField-module_label__NxYfn {
|
|
3067
|
+
display: block;
|
|
3068
|
+
margin-bottom: var(--spacing-xs, 0.375rem);
|
|
3069
|
+
}
|
|
2943
3070
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
display: flex;
|
|
2947
|
-
align-items: center;
|
|
2948
|
-
justify-content: center;
|
|
3071
|
+
.Skirt-module_container__h4J-J {
|
|
3072
|
+
position: relative;
|
|
2949
3073
|
}
|
|
2950
3074
|
|
|
2951
|
-
.
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
|
|
3075
|
+
.Skirt-module_underlay__isMuP {
|
|
3076
|
+
box-sizing: content-box;
|
|
3077
|
+
position: absolute;
|
|
3078
|
+
z-index: 1;
|
|
3079
|
+
top: 0;
|
|
3080
|
+
left: 0;
|
|
3081
|
+
right: 0;
|
|
3082
|
+
height: 100%;
|
|
2955
3083
|
}
|
|
2956
3084
|
|
|
2957
|
-
.
|
|
2958
|
-
|
|
2959
|
-
width: 36px;
|
|
2960
|
-
border-radius: 18px;
|
|
2961
|
-
display: flex;
|
|
2962
|
-
align-items: center;
|
|
2963
|
-
justify-content: center;
|
|
2964
|
-
border: var(--border-focus-ring-border-width, 2px) var(--border-focus-ring-border-style, solid) var(--color-blue-300, #73c0e8);
|
|
2965
|
-
margin: 0 5px;
|
|
2966
|
-
background-color: transparent;
|
|
2967
|
-
color: var(--color-blue-500, #0168b3);
|
|
2968
|
-
box-sizing: border-box;
|
|
2969
|
-
}
|
|
2970
|
-
.Pagination-module_arrowIconWrapper__RMTET:disabled {
|
|
2971
|
-
opacity: 35%;
|
|
2972
|
-
pointer-events: none;
|
|
3085
|
+
.Skirt-module_defaultVariant__VLaHK {
|
|
3086
|
+
background-color: var(--color-purple-600, #5f3361);
|
|
2973
3087
|
}
|
|
2974
|
-
|
|
3088
|
+
|
|
3089
|
+
.Skirt-module_educationVariant__12yxk {
|
|
2975
3090
|
background-color: var(--color-blue-100, #e6f6ff);
|
|
2976
3091
|
}
|
|
2977
|
-
|
|
2978
|
-
|
|
2979
|
-
|
|
2980
|
-
|
|
2981
|
-
outline: none;
|
|
3092
|
+
|
|
3093
|
+
.Skirt-module_content__218H1 {
|
|
3094
|
+
position: relative;
|
|
3095
|
+
z-index: 2;
|
|
2982
3096
|
}
|
|
2983
|
-
.
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2987
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2988
|
-
.ProgressBar-module_subtext__eizyu {
|
|
2989
|
-
color: var(--color-purple-800, #2f2438);
|
|
2990
|
-
padding-top: var(--spacing-6, 0.375rem);
|
|
2991
|
-
text-align: center;
|
|
2992
|
-
opacity: 80%;
|
|
2993
|
-
}
|
|
2994
|
-
|
|
2995
|
-
.ProgressBar-module_progressBackground__5qzp5 {
|
|
2996
|
-
width: 100%;
|
|
2997
|
-
background: var(--color-gray-300, #eaeaec);
|
|
2998
|
-
border-radius: 10px;
|
|
2999
|
-
height: 10px;
|
|
3000
|
-
overflow: hidden;
|
|
3001
|
-
position: relative;
|
|
3002
|
-
}
|
|
3003
|
-
|
|
3004
|
-
@keyframes ProgressBar-module_pulse__RGaQm {
|
|
3005
|
-
0% {
|
|
3006
|
-
transform: translateX(-100%);
|
|
3007
|
-
}
|
|
3008
|
-
100% {
|
|
3009
|
-
transform: translateX(200%);
|
|
3010
|
-
}
|
|
3011
|
-
}
|
|
3012
|
-
.ProgressBar-module_progress__X1IHw {
|
|
3013
|
-
position: absolute;
|
|
3014
|
-
inset: 0;
|
|
3015
|
-
border-radius: 10px;
|
|
3016
|
-
overflow: hidden;
|
|
3017
|
-
transition: transform 200ms ease;
|
|
3018
|
-
background-color: var(--progressbar-background-color);
|
|
3019
|
-
}
|
|
3020
|
-
|
|
3021
|
-
.ProgressBar-module_positive__12oA1 {
|
|
3022
|
-
--progressbar-background-color: var(--color-green-400);
|
|
3023
|
-
}
|
|
3024
|
-
|
|
3025
|
-
.ProgressBar-module_informative__lrVDM {
|
|
3026
|
-
--progressbar-background-color: var(--color-blue-400);
|
|
3027
|
-
}
|
|
3028
|
-
|
|
3029
|
-
.ProgressBar-module_cautionary__f56gH {
|
|
3030
|
-
--progressbar-background-color: var(--color-yellow-400);
|
|
3031
|
-
}
|
|
3032
|
-
|
|
3033
|
-
.ProgressBar-module_negative__EVWBt {
|
|
3034
|
-
--progressbar-background-color: var(--color-red-400);
|
|
3035
|
-
}
|
|
3036
|
-
|
|
3037
|
-
.ProgressBar-module_blue__WEID8 {
|
|
3038
|
-
--progressbar-background-color: var(--color-blue-400);
|
|
3039
|
-
}
|
|
3040
|
-
|
|
3041
|
-
.ProgressBar-module_green__J1T96 {
|
|
3042
|
-
--progressbar-background-color: var(--color-green-400);
|
|
3043
|
-
}
|
|
3044
|
-
|
|
3045
|
-
.ProgressBar-module_red__Ssd61 {
|
|
3046
|
-
--progressbar-background-color: var(--color-red-400);
|
|
3047
|
-
}
|
|
3048
|
-
|
|
3049
|
-
.ProgressBar-module_yellow__bcHWO {
|
|
3050
|
-
--progressbar-background-color: var(--color-yellow-400);
|
|
3051
|
-
}
|
|
3052
|
-
|
|
3053
|
-
.ProgressBar-module_isAnimating__F6AxQ::after {
|
|
3054
|
-
background: linear-gradient(90deg, transparent, var(--color-white) 75%, transparent);
|
|
3055
|
-
opacity: 25%;
|
|
3056
|
-
content: "";
|
|
3057
|
-
position: absolute;
|
|
3058
|
-
top: 0;
|
|
3059
|
-
bottom: 0;
|
|
3060
|
-
left: 0;
|
|
3061
|
-
width: 50%;
|
|
3062
|
-
animation: ProgressBar-module_pulse__RGaQm 2s infinite;
|
|
3063
|
-
transition: opacity 0.2s;
|
|
3064
|
-
}
|
|
3065
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3066
|
-
.SearchField-module_label__NxYfn {
|
|
3067
|
-
display: block;
|
|
3068
|
-
margin-bottom: var(--spacing-xs, 0.375rem);
|
|
3069
|
-
}
|
|
3070
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3071
|
-
.Skirt-module_container__h4J-J {
|
|
3072
|
-
position: relative;
|
|
3073
|
-
}
|
|
3074
|
-
|
|
3075
|
-
.Skirt-module_underlay__isMuP {
|
|
3076
|
-
box-sizing: content-box;
|
|
3077
|
-
position: absolute;
|
|
3078
|
-
z-index: 1;
|
|
3079
|
-
top: 0;
|
|
3080
|
-
left: 0;
|
|
3081
|
-
right: 0;
|
|
3082
|
-
height: 100%;
|
|
3083
|
-
}
|
|
3084
|
-
|
|
3085
|
-
.Skirt-module_defaultVariant__VLaHK {
|
|
3086
|
-
background-color: var(--color-purple-600, #5f3361);
|
|
3087
|
-
}
|
|
3088
|
-
|
|
3089
|
-
.Skirt-module_educationVariant__12yxk {
|
|
3090
|
-
background-color: var(--color-blue-100, #e6f6ff);
|
|
3091
|
-
}
|
|
3092
|
-
|
|
3093
|
-
.Skirt-module_content__218H1 {
|
|
3094
|
-
position: relative;
|
|
3095
|
-
z-index: 2;
|
|
3096
|
-
}
|
|
3097
|
-
.SplitButton-module_splitButton__oNIKE {
|
|
3098
|
-
display: inline-flex;
|
|
3099
|
-
align-items: center;
|
|
3097
|
+
.SplitButton-module_splitButton__oNIKE {
|
|
3098
|
+
display: inline-flex;
|
|
3099
|
+
align-items: center;
|
|
3100
3100
|
}
|
|
3101
3101
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3102
3102
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -3426,196 +3426,256 @@
|
|
|
3426
3426
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3427
3427
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3428
3428
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3429
|
-
|
|
3430
|
-
|
|
3431
|
-
|
|
3432
|
-
|
|
3433
|
-
letter-spacing: var(--typography-paragraph-small-letter-spacing, normal);
|
|
3434
|
-
color: var(--color-purple-800, #2f2438);
|
|
3435
|
-
display: inline-block;
|
|
3436
|
-
border: var(--border-borderless-border-width, 2px) var(--border-borderless-border-style, solid) var(--border-borderless-border-color, transparent);
|
|
3437
|
-
border-radius: calc(var(--spacing-md, 1.5rem) * 0.75);
|
|
3438
|
-
padding: 0 calc(var(--spacing-md, 1.5rem) * 0.4);
|
|
3439
|
-
box-sizing: border-box;
|
|
3440
|
-
}
|
|
3441
|
-
.Tag-module_root__uRhoc.Tag-module_profile__OoGsS {
|
|
3442
|
-
padding-left: calc(var(--spacing-md, 1.5rem) * 0.2);
|
|
3429
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3430
|
+
.Table-module_container__w-zFG {
|
|
3431
|
+
width: 100%;
|
|
3432
|
+
margin-bottom: var(--spacing-sm, 0.75rem);
|
|
3443
3433
|
}
|
|
3444
3434
|
|
|
3445
|
-
.
|
|
3446
|
-
height: 100%;
|
|
3435
|
+
.Table-module_headerRowCell__kW0YN {
|
|
3447
3436
|
display: flex;
|
|
3448
|
-
align-items:
|
|
3437
|
+
align-items: stretch;
|
|
3438
|
+
text-align: start;
|
|
3439
|
+
justify-content: flex-start;
|
|
3440
|
+
padding: 8px var(--spacing-md, 1.5rem);
|
|
3441
|
+
position: relative;
|
|
3449
3442
|
}
|
|
3450
3443
|
|
|
3451
|
-
.
|
|
3452
|
-
|
|
3453
|
-
|
|
3454
|
-
|
|
3455
|
-
margin-inline: calc(var(--spacing-md, 1.5rem) * -0.15) var(--spacing-xs, 0.375rem);
|
|
3444
|
+
.Table-module_headerRowCellNoWrap__BSuzX .Table-module_headerRowCellLabel__5v6m8 {
|
|
3445
|
+
text-overflow: ellipsis;
|
|
3446
|
+
overflow: hidden;
|
|
3447
|
+
white-space: nowrap;
|
|
3456
3448
|
}
|
|
3457
3449
|
|
|
3458
|
-
.
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
align-items: center;
|
|
3450
|
+
.Table-module_headerRowCellAlignCenter__cobEI {
|
|
3451
|
+
justify-content: center;
|
|
3452
|
+
text-align: center;
|
|
3462
3453
|
}
|
|
3463
3454
|
|
|
3464
|
-
.
|
|
3465
|
-
|
|
3466
|
-
|
|
3467
|
-
font-weight: var(--typography-paragraph-small-font-weight, 400);
|
|
3468
|
-
font-size: var(--typography-paragraph-small-font-size, 0.875rem);
|
|
3469
|
-
line-height: var(--typography-paragraph-small-line-height, 1.125rem);
|
|
3470
|
-
letter-spacing: var(--typography-paragraph-small-letter-spacing, normal);
|
|
3471
|
-
white-space: nowrap;
|
|
3455
|
+
.Table-module_headerRowCellAlignEnd__dQOOQ {
|
|
3456
|
+
justify-content: flex-end;
|
|
3457
|
+
text-align: end;
|
|
3472
3458
|
}
|
|
3473
3459
|
|
|
3474
|
-
.
|
|
3475
|
-
|
|
3476
|
-
position: relative;
|
|
3477
|
-
height: 16px;
|
|
3478
|
-
width: 16px;
|
|
3460
|
+
.Table-module_headerRowCellCheckbox__CdMiY {
|
|
3461
|
+
margin-inline-end: 10px;
|
|
3479
3462
|
}
|
|
3480
3463
|
|
|
3481
|
-
.
|
|
3464
|
+
.Table-module_headerRowCell__kW0YN .Table-module_headerRowCellTooltip__uzbpY {
|
|
3465
|
+
display: flex;
|
|
3466
|
+
align-items: stretch;
|
|
3467
|
+
max-width: 100%;
|
|
3468
|
+
}
|
|
3469
|
+
|
|
3470
|
+
.Table-module_headerRowCell__kW0YN.Table-module_headerRowCellNoWrap__BSuzX .Table-module_headerRowCellContent__IArYC {
|
|
3471
|
+
max-width: 100%;
|
|
3472
|
+
}
|
|
3473
|
+
|
|
3474
|
+
.Table-module_headerRowCellButton__uikM7 {
|
|
3482
3475
|
appearance: none;
|
|
3483
|
-
display: inline;
|
|
3484
3476
|
background: transparent;
|
|
3485
|
-
|
|
3477
|
+
border: none;
|
|
3486
3478
|
font: inherit;
|
|
3487
3479
|
margin: 0;
|
|
3488
3480
|
padding: 0;
|
|
3489
|
-
|
|
3490
|
-
|
|
3491
|
-
|
|
3492
|
-
height: 100%;
|
|
3493
|
-
align-items: center;
|
|
3494
|
-
padding: 0 var(--spacing-xs, 0.375rem);
|
|
3495
|
-
margin-inline: -0.225rem -0.6625rem;
|
|
3496
|
-
color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.7);
|
|
3497
|
-
cursor: pointer;
|
|
3498
|
-
}
|
|
3499
|
-
.Tag-module_dismissButton__rHv7r:hover {
|
|
3500
|
-
color: var(--color-purple-800, #2f2438);
|
|
3501
|
-
}
|
|
3502
|
-
.Tag-module_dismissButton__rHv7r:active {
|
|
3481
|
+
transition: none;
|
|
3482
|
+
outline: none;
|
|
3483
|
+
text-decoration: none;
|
|
3503
3484
|
color: var(--color-purple-800, #2f2438);
|
|
3485
|
+
display: block;
|
|
3486
|
+
display: flex;
|
|
3487
|
+
align-items: stretch;
|
|
3488
|
+
width: 100%;
|
|
3489
|
+
box-sizing: border-box;
|
|
3504
3490
|
}
|
|
3505
|
-
.
|
|
3506
|
-
|
|
3491
|
+
.Table-module_headerRowCellButton__uikM7:hover, .Table-module_headerRowCellButton__uikM7:active, .Table-module_headerRowCellButton__uikM7:focus {
|
|
3492
|
+
text-decoration: none;
|
|
3507
3493
|
}
|
|
3508
|
-
.
|
|
3494
|
+
.Table-module_headerRowCellButton__uikM7:focus-visible {
|
|
3509
3495
|
outline: none;
|
|
3496
|
+
position: relative;
|
|
3510
3497
|
}
|
|
3511
|
-
.
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
|
|
3498
|
+
.Table-module_headerRowCellButton__uikM7:focus-visible::after {
|
|
3499
|
+
top: 50%;
|
|
3500
|
+
left: 50%;
|
|
3501
|
+
transform: translate(-50%, -50%);
|
|
3502
|
+
width: calc(100% + calc(var(--border-focus-ring-border-width, 2px) * 2 + 1px));
|
|
3503
|
+
height: calc(100% + calc(var(--border-focus-ring-border-width, 2px) * 2 + 1px));
|
|
3515
3504
|
content: "";
|
|
3516
3505
|
position: absolute;
|
|
3517
3506
|
background: transparent;
|
|
3518
|
-
border-
|
|
3507
|
+
border-color: var(--color-blue-500, #0168b3);
|
|
3519
3508
|
border-width: var(--border-focus-ring-border-width, 2px);
|
|
3520
3509
|
border-style: var(--border-focus-ring-border-style, solid);
|
|
3521
|
-
border-
|
|
3522
|
-
inset: calc(-1 * calc((var(--border-focus-ring-border-width, 2px))));
|
|
3510
|
+
border-radius: var(--border-focus-ring-border-radius, 10px);
|
|
3523
3511
|
}
|
|
3524
3512
|
|
|
3525
|
-
.
|
|
3526
|
-
|
|
3527
|
-
display: inline-block;
|
|
3528
|
-
width: calc(var(--spacing-xs, 0.375rem) + 0.125rem);
|
|
3529
|
-
height: calc(var(--spacing-xs, 0.375rem) + 0.125rem);
|
|
3530
|
-
background-color: white;
|
|
3531
|
-
left: 10px;
|
|
3532
|
-
top: 10px;
|
|
3513
|
+
.Table-module_headerRowCellButtonReversed__uk87N {
|
|
3514
|
+
color: var(--color-white, #ffffff);
|
|
3533
3515
|
}
|
|
3534
|
-
|
|
3535
|
-
|
|
3536
|
-
text-overflow: ellipsis;
|
|
3537
|
-
overflow-x: hidden;
|
|
3538
|
-
white-space: nowrap;
|
|
3516
|
+
.Table-module_headerRowCellButtonReversed__uk87N:focus-visible::after {
|
|
3517
|
+
border-color: var(--color-blue-100, #e6f6ff);
|
|
3539
3518
|
}
|
|
3540
3519
|
|
|
3541
|
-
.
|
|
3542
|
-
|
|
3520
|
+
.Table-module_headerRowCellNoButton__dqf1B {
|
|
3521
|
+
display: flex;
|
|
3522
|
+
align-items: stretch;
|
|
3523
|
+
width: 100%;
|
|
3524
|
+
box-sizing: border-box;
|
|
3543
3525
|
}
|
|
3544
3526
|
|
|
3545
|
-
.
|
|
3546
|
-
|
|
3527
|
+
.Table-module_headerRowCellLabelAndIcons__OCCVi {
|
|
3528
|
+
display: flex;
|
|
3529
|
+
align-items: center;
|
|
3530
|
+
flex: 1 1 100%;
|
|
3531
|
+
width: 100%;
|
|
3547
3532
|
}
|
|
3548
3533
|
|
|
3549
|
-
.
|
|
3550
|
-
|
|
3534
|
+
.Table-module_headerRowCellTooltipIcon__X0ETJ {
|
|
3535
|
+
color: var(--color-blue-500, #0168b3);
|
|
3536
|
+
margin-inline-end: var(--spacing-xs, 0.375rem);
|
|
3551
3537
|
}
|
|
3552
3538
|
|
|
3553
|
-
.
|
|
3554
|
-
|
|
3539
|
+
.Table-module_headerRowCellIcon__gB3zI {
|
|
3540
|
+
color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.7);
|
|
3541
|
+
height: 20px;
|
|
3555
3542
|
}
|
|
3556
|
-
|
|
3557
|
-
|
|
3558
|
-
background-color: var(--color-green-100, #e8f8f4);
|
|
3543
|
+
.Table-module_headerRowCellActive__wshmg .Table-module_headerRowCellIcon__gB3zI {
|
|
3544
|
+
color: var(--color-purple-800, #2f2438);
|
|
3559
3545
|
}
|
|
3560
|
-
|
|
3561
|
-
|
|
3562
|
-
background-color: var(--color-gray-300, #eaeaec);
|
|
3546
|
+
.Table-module_headerRowCellButtonReversed__uk87N .Table-module_headerRowCellIcon__gB3zI {
|
|
3547
|
+
color: var(--color-white, #ffffff);
|
|
3563
3548
|
}
|
|
3564
3549
|
|
|
3565
|
-
.
|
|
3566
|
-
|
|
3550
|
+
.Table-module_card__RGyjC {
|
|
3551
|
+
appearance: none;
|
|
3552
|
+
background: transparent;
|
|
3553
|
+
border: none;
|
|
3554
|
+
font: inherit;
|
|
3555
|
+
margin: 0;
|
|
3556
|
+
padding: 0;
|
|
3557
|
+
transition: none;
|
|
3558
|
+
outline: none;
|
|
3559
|
+
text-decoration: none;
|
|
3560
|
+
color: var(--color-purple-800, #2f2438);
|
|
3561
|
+
display: block;
|
|
3562
|
+
box-shadow: 0 4px 6px rgba(53, 55, 74, 0.04);
|
|
3563
|
+
border: solid 1px rgba(var(--color-purple-700-rgb, 74, 35, 77), 0.1);
|
|
3564
|
+
transition: box-shadow var(--animation-duration-rapid, 200ms), border-color var(--animation-duration-rapid, 200ms), margin var(--animation-duration-rapid, 200ms), padding var(--animation-duration-rapid, 200ms), width var(--animation-duration-rapid, 200ms);
|
|
3565
|
+
background: var(--color-white, #ffffff);
|
|
3567
3566
|
}
|
|
3568
|
-
|
|
3569
|
-
|
|
3570
|
-
|
|
3571
|
-
|
|
3567
|
+
.Table-module_card__RGyjC:hover, .Table-module_card__RGyjC:active, .Table-module_card__RGyjC:focus {
|
|
3568
|
+
text-decoration: none;
|
|
3569
|
+
}
|
|
3570
|
+
.Table-module_card__RGyjC:not(:first-child) {
|
|
3571
|
+
margin-top: -1px;
|
|
3572
|
+
}
|
|
3573
|
+
.Table-module_card__RGyjC:last-child {
|
|
3574
|
+
border-bottom-left-radius: var(--border-solid-border-radius, 7px);
|
|
3575
|
+
border-bottom-right-radius: var(--border-solid-border-radius, 7px);
|
|
3576
|
+
}
|
|
3577
|
+
.Table-module_card__RGyjC:hover {
|
|
3578
|
+
will-change: box-shadow, border-color, margin, padding, width;
|
|
3579
|
+
}
|
|
3580
|
+
.Table-module_card__RGyjC:focus-visible {
|
|
3581
|
+
outline: none;
|
|
3582
|
+
position: relative;
|
|
3583
|
+
}
|
|
3584
|
+
.Table-module_card__RGyjC:focus-visible::after {
|
|
3585
|
+
top: 50%;
|
|
3586
|
+
left: 50%;
|
|
3587
|
+
transform: translate(-50%, -50%);
|
|
3588
|
+
width: calc(100% + calc(var(--border-focus-ring-border-width, 2px) + 2px));
|
|
3589
|
+
height: calc(100% + calc(var(--border-focus-ring-border-width, 2px) + 2px));
|
|
3590
|
+
content: "";
|
|
3591
|
+
position: absolute;
|
|
3592
|
+
background: transparent;
|
|
3593
|
+
border-color: var(--color-blue-500, #0168b3);
|
|
3594
|
+
border-width: var(--border-focus-ring-border-width, 2px);
|
|
3595
|
+
border-style: var(--border-focus-ring-border-style, solid);
|
|
3596
|
+
border-radius: inherit;
|
|
3597
|
+
}
|
|
3598
|
+
.Table-module_card__RGyjC.Table-module_well__xQmO5 {
|
|
3599
|
+
margin-top: var(--spacing-sm, 0.75rem);
|
|
3572
3600
|
}
|
|
3573
3601
|
|
|
3574
|
-
.
|
|
3575
|
-
|
|
3602
|
+
[role=rowgroup] + .Table-module_card__RGyjC {
|
|
3603
|
+
border-top-left-radius: var(--border-solid-border-radius, 7px);
|
|
3604
|
+
border-top-right-radius: var(--border-solid-border-radius, 7px);
|
|
3605
|
+
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));
|
|
3576
3606
|
}
|
|
3577
|
-
|
|
3578
|
-
|
|
3607
|
+
|
|
3608
|
+
.Table-module_card__RGyjC:first-child {
|
|
3609
|
+
border-top-left-radius: var(--border-solid-border-radius, 7px);
|
|
3610
|
+
border-top-right-radius: var(--border-solid-border-radius, 7px);
|
|
3611
|
+
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));
|
|
3579
3612
|
}
|
|
3580
3613
|
|
|
3581
|
-
.
|
|
3582
|
-
|
|
3614
|
+
.Table-module_row__GYSl1 {
|
|
3615
|
+
display: flex;
|
|
3583
3616
|
}
|
|
3584
|
-
|
|
3585
|
-
|
|
3617
|
+
|
|
3618
|
+
.Table-module_well__xQmO5 {
|
|
3619
|
+
border-color: var(--border-borderless-border-color, transparent);
|
|
3620
|
+
box-shadow: none;
|
|
3621
|
+
border-radius: var(--border-solid-border-radius, 7px);
|
|
3622
|
+
background-color: var(--color-gray-300, #eaeaec);
|
|
3623
|
+
margin-bottom: var(--spacing-sm, 0.75rem);
|
|
3586
3624
|
}
|
|
3587
3625
|
|
|
3588
|
-
.
|
|
3589
|
-
|
|
3626
|
+
.Table-module_popout__PeAVV {
|
|
3627
|
+
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));
|
|
3590
3628
|
}
|
|
3591
|
-
|
|
3592
|
-
|
|
3629
|
+
|
|
3630
|
+
.Table-module_expanded__dasr3 {
|
|
3631
|
+
position: relative;
|
|
3632
|
+
z-index: 1;
|
|
3633
|
+
margin-left: calc(var(--spacing-sm, 0.75rem) * -1);
|
|
3634
|
+
margin-right: calc(var(--spacing-sm, 0.75rem) * -1);
|
|
3635
|
+
padding-left: var(--spacing-sm, 0.75rem);
|
|
3636
|
+
padding-right: var(--spacing-sm, 0.75rem);
|
|
3593
3637
|
}
|
|
3594
3638
|
|
|
3595
|
-
.
|
|
3596
|
-
|
|
3639
|
+
.Table-module_hasHoverState__u5n3E {
|
|
3640
|
+
width: 100%;
|
|
3641
|
+
text-align: left;
|
|
3642
|
+
cursor: pointer;
|
|
3597
3643
|
}
|
|
3598
|
-
.
|
|
3599
|
-
|
|
3644
|
+
.Table-module_hasHoverState__u5n3E.Table-module_expanded__dasr3 {
|
|
3645
|
+
width: calc(100% + var(--spacing-md, 1.5rem));
|
|
3646
|
+
}
|
|
3647
|
+
.Table-module_hasHoverState__u5n3E:focus, .Table-module_hasHoverState__u5n3E:hover {
|
|
3648
|
+
background-color: var(--color-gray-100, #f9f9f9);
|
|
3600
3649
|
}
|
|
3601
3650
|
|
|
3602
|
-
.
|
|
3603
|
-
|
|
3651
|
+
.Table-module_rowCell__A5-2R {
|
|
3652
|
+
text-decoration: none;
|
|
3604
3653
|
color: var(--color-purple-800, #2f2438);
|
|
3654
|
+
display: block;
|
|
3655
|
+
min-height: 60px;
|
|
3656
|
+
padding: 0 var(--spacing-md, 1.5rem);
|
|
3657
|
+
display: flex;
|
|
3658
|
+
align-items: center;
|
|
3659
|
+
}
|
|
3660
|
+
.Table-module_defaultSpacing__zq1Ci .Table-module_rowCell__A5-2R {
|
|
3661
|
+
padding: var(--spacing-sm, 0.75rem) var(--spacing-md, 1.5rem);
|
|
3662
|
+
}
|
|
3663
|
+
.Table-module_dataVariant__vBOag .Table-module_rowCell__A5-2R {
|
|
3664
|
+
min-height: 48px;
|
|
3605
3665
|
}
|
|
3606
3666
|
|
|
3607
|
-
.
|
|
3608
|
-
|
|
3609
|
-
|
|
3667
|
+
.Table-module_rowCellAlignCenter__apkoC {
|
|
3668
|
+
justify-content: center;
|
|
3669
|
+
text-align: center;
|
|
3610
3670
|
}
|
|
3611
3671
|
|
|
3612
|
-
.
|
|
3613
|
-
|
|
3672
|
+
.Table-module_rowCellAlignEnd__qZfa1 {
|
|
3673
|
+
justify-content: flex-end;
|
|
3674
|
+
text-align: right;
|
|
3614
3675
|
}
|
|
3615
3676
|
|
|
3616
|
-
.
|
|
3617
|
-
|
|
3618
|
-
color: var(--color-purple-800, #2f2438);
|
|
3677
|
+
.Table-module_whiteText__4f-q5 {
|
|
3678
|
+
color: var(--color-white, #ffffff);
|
|
3619
3679
|
}
|
|
3620
3680
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3621
3681
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -3703,256 +3763,196 @@
|
|
|
3703
3763
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3704
3764
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3705
3765
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3706
|
-
|
|
3707
|
-
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
padding: 8px var(--spacing-md, 1.5rem);
|
|
3718
|
-
position: relative;
|
|
3766
|
+
.Tag-module_root__uRhoc {
|
|
3767
|
+
margin-inline-end: calc(var(--spacing-md, 1.5rem) * 0.5);
|
|
3768
|
+
font-size: var(--typography-paragraph-small-font-size, 0.875rem);
|
|
3769
|
+
font-weight: var(--typography-paragraph-small-font-weight, 400);
|
|
3770
|
+
letter-spacing: var(--typography-paragraph-small-letter-spacing, normal);
|
|
3771
|
+
color: var(--color-purple-800, #2f2438);
|
|
3772
|
+
display: inline-block;
|
|
3773
|
+
border: var(--border-borderless-border-width, 2px) var(--border-borderless-border-style, solid) var(--border-borderless-border-color, transparent);
|
|
3774
|
+
border-radius: calc(var(--spacing-md, 1.5rem) * 0.75);
|
|
3775
|
+
padding: 0 calc(var(--spacing-md, 1.5rem) * 0.4);
|
|
3776
|
+
box-sizing: border-box;
|
|
3719
3777
|
}
|
|
3720
|
-
|
|
3721
|
-
|
|
3722
|
-
text-overflow: ellipsis;
|
|
3723
|
-
overflow: hidden;
|
|
3724
|
-
white-space: nowrap;
|
|
3778
|
+
.Tag-module_root__uRhoc.Tag-module_profile__OoGsS {
|
|
3779
|
+
padding-left: calc(var(--spacing-md, 1.5rem) * 0.2);
|
|
3725
3780
|
}
|
|
3726
3781
|
|
|
3727
|
-
.
|
|
3728
|
-
|
|
3729
|
-
|
|
3782
|
+
.Tag-module_layoutContainer__pBLSz {
|
|
3783
|
+
height: 100%;
|
|
3784
|
+
display: flex;
|
|
3785
|
+
align-items: center;
|
|
3730
3786
|
}
|
|
3731
3787
|
|
|
3732
|
-
.
|
|
3733
|
-
|
|
3734
|
-
|
|
3788
|
+
.Tag-module_validationIcon__B-YLv {
|
|
3789
|
+
align-items: center;
|
|
3790
|
+
display: flex;
|
|
3791
|
+
color: var(--color-white, #ffffff);
|
|
3792
|
+
margin-inline: calc(var(--spacing-md, 1.5rem) * -0.15) var(--spacing-xs, 0.375rem);
|
|
3735
3793
|
}
|
|
3736
3794
|
|
|
3737
|
-
.
|
|
3738
|
-
margin-inline
|
|
3795
|
+
.Tag-module_profile__OoGsS {
|
|
3796
|
+
margin-inline: calc(var(--spacing-md, 1.5rem) * -0.15) var(--spacing-xs, 0.375rem);
|
|
3797
|
+
display: inline-flex;
|
|
3798
|
+
align-items: center;
|
|
3739
3799
|
}
|
|
3740
3800
|
|
|
3741
|
-
.
|
|
3742
|
-
|
|
3743
|
-
|
|
3744
|
-
|
|
3801
|
+
.Tag-module_textContent__q76X- {
|
|
3802
|
+
margin-top: -1px;
|
|
3803
|
+
font-family: var(--typography-paragraph-small-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
3804
|
+
font-weight: var(--typography-paragraph-small-font-weight, 400);
|
|
3805
|
+
font-size: var(--typography-paragraph-small-font-size, 0.875rem);
|
|
3806
|
+
line-height: var(--typography-paragraph-small-line-height, 1.125rem);
|
|
3807
|
+
letter-spacing: var(--typography-paragraph-small-letter-spacing, normal);
|
|
3808
|
+
white-space: nowrap;
|
|
3745
3809
|
}
|
|
3746
3810
|
|
|
3747
|
-
.
|
|
3748
|
-
|
|
3811
|
+
.Tag-module_iconWrapper__aPrKH {
|
|
3812
|
+
--icon-size: 16;
|
|
3813
|
+
position: relative;
|
|
3814
|
+
height: 16px;
|
|
3815
|
+
width: 16px;
|
|
3749
3816
|
}
|
|
3750
3817
|
|
|
3751
|
-
.
|
|
3818
|
+
.Tag-module_dismissButton__rHv7r {
|
|
3752
3819
|
appearance: none;
|
|
3820
|
+
display: inline;
|
|
3753
3821
|
background: transparent;
|
|
3754
|
-
|
|
3822
|
+
color: inherit;
|
|
3755
3823
|
font: inherit;
|
|
3756
3824
|
margin: 0;
|
|
3757
3825
|
padding: 0;
|
|
3758
|
-
|
|
3759
|
-
|
|
3760
|
-
text-decoration: none;
|
|
3761
|
-
color: var(--color-purple-800, #2f2438);
|
|
3762
|
-
display: block;
|
|
3826
|
+
border: none;
|
|
3827
|
+
position: relative;
|
|
3763
3828
|
display: flex;
|
|
3764
|
-
|
|
3765
|
-
|
|
3766
|
-
|
|
3829
|
+
height: 100%;
|
|
3830
|
+
align-items: center;
|
|
3831
|
+
padding: 0 var(--spacing-xs, 0.375rem);
|
|
3832
|
+
margin-inline: -0.225rem -0.6625rem;
|
|
3833
|
+
color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.7);
|
|
3834
|
+
cursor: pointer;
|
|
3767
3835
|
}
|
|
3768
|
-
.
|
|
3769
|
-
|
|
3836
|
+
.Tag-module_dismissButton__rHv7r:hover {
|
|
3837
|
+
color: var(--color-purple-800, #2f2438);
|
|
3770
3838
|
}
|
|
3771
|
-
.
|
|
3772
|
-
|
|
3839
|
+
.Tag-module_dismissButton__rHv7r:active {
|
|
3840
|
+
color: var(--color-purple-800, #2f2438);
|
|
3841
|
+
}
|
|
3842
|
+
.Tag-module_dismissButton__rHv7r svg {
|
|
3773
3843
|
position: relative;
|
|
3774
3844
|
}
|
|
3775
|
-
.
|
|
3776
|
-
|
|
3777
|
-
|
|
3778
|
-
|
|
3779
|
-
|
|
3780
|
-
|
|
3845
|
+
.Tag-module_dismissButton__rHv7r:focus {
|
|
3846
|
+
outline: none;
|
|
3847
|
+
}
|
|
3848
|
+
.Tag-module_dismissButton__rHv7r:focus-visible .Tag-module_iconWrapper__aPrKH {
|
|
3849
|
+
color: var(--color-purple-800, #2f2438);
|
|
3850
|
+
}
|
|
3851
|
+
.Tag-module_dismissButton__rHv7r:focus-visible .Tag-module_iconWrapper__aPrKH::after {
|
|
3781
3852
|
content: "";
|
|
3782
3853
|
position: absolute;
|
|
3783
3854
|
background: transparent;
|
|
3784
|
-
border-
|
|
3855
|
+
border-radius: 50%;
|
|
3785
3856
|
border-width: var(--border-focus-ring-border-width, 2px);
|
|
3786
3857
|
border-style: var(--border-focus-ring-border-style, solid);
|
|
3787
|
-
border-
|
|
3858
|
+
border-color: var(--color-blue-500, #0168b3);
|
|
3859
|
+
inset: calc(-1 * calc((var(--border-focus-ring-border-width, 2px))));
|
|
3788
3860
|
}
|
|
3789
3861
|
|
|
3790
|
-
.
|
|
3791
|
-
|
|
3792
|
-
|
|
3793
|
-
|
|
3794
|
-
|
|
3862
|
+
.Tag-module_background__LkzGB {
|
|
3863
|
+
position: absolute;
|
|
3864
|
+
display: inline-block;
|
|
3865
|
+
width: calc(var(--spacing-xs, 0.375rem) + 0.125rem);
|
|
3866
|
+
height: calc(var(--spacing-xs, 0.375rem) + 0.125rem);
|
|
3867
|
+
background-color: white;
|
|
3868
|
+
left: 10px;
|
|
3869
|
+
top: 10px;
|
|
3795
3870
|
}
|
|
3796
3871
|
|
|
3797
|
-
.
|
|
3798
|
-
|
|
3799
|
-
|
|
3800
|
-
|
|
3801
|
-
box-sizing: border-box;
|
|
3872
|
+
.Tag-module_truncate__5w7HW {
|
|
3873
|
+
text-overflow: ellipsis;
|
|
3874
|
+
overflow-x: hidden;
|
|
3875
|
+
white-space: nowrap;
|
|
3802
3876
|
}
|
|
3803
3877
|
|
|
3804
|
-
.
|
|
3805
|
-
|
|
3806
|
-
align-items: center;
|
|
3807
|
-
flex: 1 1 100%;
|
|
3808
|
-
width: 100%;
|
|
3878
|
+
.Tag-module_inline__pPM-d {
|
|
3879
|
+
margin: 0;
|
|
3809
3880
|
}
|
|
3810
3881
|
|
|
3811
|
-
.
|
|
3812
|
-
|
|
3813
|
-
margin-inline-end: var(--spacing-xs, 0.375rem);
|
|
3882
|
+
.Tag-module_medium__NkOrv {
|
|
3883
|
+
height: calc(var(--spacing-md, 1.5rem) * 1.25);
|
|
3814
3884
|
}
|
|
3815
3885
|
|
|
3816
|
-
.
|
|
3817
|
-
|
|
3818
|
-
height: 20px;
|
|
3819
|
-
}
|
|
3820
|
-
.Table-module_headerRowCellActive__wshmg .Table-module_headerRowCellIcon__gB3zI {
|
|
3821
|
-
color: var(--color-purple-800, #2f2438);
|
|
3822
|
-
}
|
|
3823
|
-
.Table-module_headerRowCellButtonReversed__uk87N .Table-module_headerRowCellIcon__gB3zI {
|
|
3824
|
-
color: var(--color-white, #ffffff);
|
|
3886
|
+
.Tag-module_small__-xyNk {
|
|
3887
|
+
height: var(--spacing-md, 1.5rem);
|
|
3825
3888
|
}
|
|
3826
3889
|
|
|
3827
|
-
.
|
|
3828
|
-
|
|
3829
|
-
background: transparent;
|
|
3830
|
-
border: none;
|
|
3831
|
-
font: inherit;
|
|
3832
|
-
margin: 0;
|
|
3833
|
-
padding: 0;
|
|
3834
|
-
transition: none;
|
|
3835
|
-
outline: none;
|
|
3836
|
-
text-decoration: none;
|
|
3837
|
-
color: var(--color-purple-800, #2f2438);
|
|
3838
|
-
display: block;
|
|
3839
|
-
box-shadow: 0 4px 6px rgba(53, 55, 74, 0.04);
|
|
3840
|
-
border: solid 1px rgba(var(--color-purple-700-rgb, 74, 35, 77), 0.1);
|
|
3841
|
-
transition: box-shadow var(--animation-duration-rapid, 200ms), border-color var(--animation-duration-rapid, 200ms), margin var(--animation-duration-rapid, 200ms), padding var(--animation-duration-rapid, 200ms), width var(--animation-duration-rapid, 200ms);
|
|
3842
|
-
background: var(--color-white, #ffffff);
|
|
3843
|
-
}
|
|
3844
|
-
.Table-module_card__RGyjC:hover, .Table-module_card__RGyjC:active, .Table-module_card__RGyjC:focus {
|
|
3845
|
-
text-decoration: none;
|
|
3846
|
-
}
|
|
3847
|
-
.Table-module_card__RGyjC:not(:first-child) {
|
|
3848
|
-
margin-top: -1px;
|
|
3849
|
-
}
|
|
3850
|
-
.Table-module_card__RGyjC:last-child {
|
|
3851
|
-
border-bottom-left-radius: var(--border-solid-border-radius, 7px);
|
|
3852
|
-
border-bottom-right-radius: var(--border-solid-border-radius, 7px);
|
|
3853
|
-
}
|
|
3854
|
-
.Table-module_card__RGyjC:hover {
|
|
3855
|
-
will-change: box-shadow, border-color, margin, padding, width;
|
|
3856
|
-
}
|
|
3857
|
-
.Table-module_card__RGyjC:focus-visible {
|
|
3858
|
-
outline: none;
|
|
3859
|
-
position: relative;
|
|
3860
|
-
}
|
|
3861
|
-
.Table-module_card__RGyjC:focus-visible::after {
|
|
3862
|
-
top: 50%;
|
|
3863
|
-
left: 50%;
|
|
3864
|
-
transform: translate(-50%, -50%);
|
|
3865
|
-
width: calc(100% + calc(var(--border-focus-ring-border-width, 2px) + 2px));
|
|
3866
|
-
height: calc(100% + calc(var(--border-focus-ring-border-width, 2px) + 2px));
|
|
3867
|
-
content: "";
|
|
3868
|
-
position: absolute;
|
|
3869
|
-
background: transparent;
|
|
3870
|
-
border-color: var(--color-blue-500, #0168b3);
|
|
3871
|
-
border-width: var(--border-focus-ring-border-width, 2px);
|
|
3872
|
-
border-style: var(--border-focus-ring-border-style, solid);
|
|
3873
|
-
border-radius: inherit;
|
|
3874
|
-
}
|
|
3875
|
-
.Table-module_card__RGyjC.Table-module_well__xQmO5 {
|
|
3876
|
-
margin-top: var(--spacing-sm, 0.75rem);
|
|
3890
|
+
.Tag-module_default__6PVke {
|
|
3891
|
+
background-color: var(--color-gray-300, #eaeaec);
|
|
3877
3892
|
}
|
|
3878
3893
|
|
|
3879
|
-
|
|
3880
|
-
|
|
3881
|
-
border-top-right-radius: var(--border-solid-border-radius, 7px);
|
|
3882
|
-
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));
|
|
3894
|
+
.Tag-module_sentimentPositive__nbqE1 {
|
|
3895
|
+
background-color: var(--color-green-100, #e8f8f4);
|
|
3883
3896
|
}
|
|
3884
3897
|
|
|
3885
|
-
.
|
|
3886
|
-
|
|
3887
|
-
border-top-right-radius: var(--border-solid-border-radius, 7px);
|
|
3888
|
-
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));
|
|
3898
|
+
.Tag-module_sentimentNeutral__8BtD8 {
|
|
3899
|
+
background-color: var(--color-gray-300, #eaeaec);
|
|
3889
3900
|
}
|
|
3890
3901
|
|
|
3891
|
-
.
|
|
3892
|
-
|
|
3902
|
+
.Tag-module_sentimentNegative__1J85t {
|
|
3903
|
+
background-color: var(--color-red-100, #fdeaee);
|
|
3893
3904
|
}
|
|
3894
3905
|
|
|
3895
|
-
.
|
|
3896
|
-
|
|
3897
|
-
|
|
3898
|
-
border-radius: var(--border-solid-border-radius, 7px);
|
|
3899
|
-
background-color: var(--color-gray-300, #eaeaec);
|
|
3900
|
-
margin-bottom: var(--spacing-sm, 0.75rem);
|
|
3906
|
+
.Tag-module_sentimentNone__8BWjU {
|
|
3907
|
+
background-color: var(--color-white, #ffffff);
|
|
3908
|
+
border-color: var(--color-gray-300, #eaeaec);
|
|
3901
3909
|
}
|
|
3902
3910
|
|
|
3903
|
-
.
|
|
3904
|
-
|
|
3911
|
+
.Tag-module_validationPositive__vgFUE {
|
|
3912
|
+
background-color: var(--color-green-100, #e8f8f4);
|
|
3905
3913
|
}
|
|
3906
|
-
|
|
3907
|
-
|
|
3908
|
-
position: relative;
|
|
3909
|
-
z-index: 1;
|
|
3910
|
-
margin-left: calc(var(--spacing-sm, 0.75rem) * -1);
|
|
3911
|
-
margin-right: calc(var(--spacing-sm, 0.75rem) * -1);
|
|
3912
|
-
padding-left: var(--spacing-sm, 0.75rem);
|
|
3913
|
-
padding-right: var(--spacing-sm, 0.75rem);
|
|
3914
|
+
.Tag-module_validationPositive__vgFUE .Tag-module_validationIcon__B-YLv {
|
|
3915
|
+
color: var(--color-green-500, #3f9a86);
|
|
3914
3916
|
}
|
|
3915
3917
|
|
|
3916
|
-
.
|
|
3917
|
-
|
|
3918
|
-
text-align: left;
|
|
3919
|
-
cursor: pointer;
|
|
3918
|
+
.Tag-module_validationInformative__bnJ4A {
|
|
3919
|
+
background-color: var(--color-blue-100, #e6f6ff);
|
|
3920
3920
|
}
|
|
3921
|
-
.
|
|
3922
|
-
|
|
3921
|
+
.Tag-module_validationInformative__bnJ4A .Tag-module_validationIcon__B-YLv {
|
|
3922
|
+
color: var(--color-blue-500, #0168b3);
|
|
3923
3923
|
}
|
|
3924
|
-
|
|
3925
|
-
|
|
3924
|
+
|
|
3925
|
+
.Tag-module_validationNegative__lZgIY {
|
|
3926
|
+
background-color: var(--color-red-100, #fdeaee);
|
|
3927
|
+
}
|
|
3928
|
+
.Tag-module_validationNegative__lZgIY .Tag-module_validationIcon__B-YLv {
|
|
3929
|
+
color: var(--color-red-500, #c93b55);
|
|
3926
3930
|
}
|
|
3927
3931
|
|
|
3928
|
-
.
|
|
3929
|
-
|
|
3930
|
-
color: var(--color-purple-800, #2f2438);
|
|
3931
|
-
display: block;
|
|
3932
|
-
min-height: 60px;
|
|
3933
|
-
padding: 0 var(--spacing-md, 1.5rem);
|
|
3934
|
-
display: flex;
|
|
3935
|
-
align-items: center;
|
|
3932
|
+
.Tag-module_validationCautionary__ERS2t {
|
|
3933
|
+
background-color: var(--color-yellow-100, #fff9e4);
|
|
3936
3934
|
}
|
|
3937
|
-
.
|
|
3938
|
-
|
|
3935
|
+
.Tag-module_validationCautionary__ERS2t .Tag-module_validationIcon__B-YLv {
|
|
3936
|
+
color: var(--color-yellow-700);
|
|
3939
3937
|
}
|
|
3940
|
-
|
|
3941
|
-
|
|
3938
|
+
|
|
3939
|
+
.Tag-module_statusLive__xG48w {
|
|
3940
|
+
background-color: var(--color-green-100, #e8f8f4);
|
|
3941
|
+
color: var(--color-purple-800, #2f2438);
|
|
3942
3942
|
}
|
|
3943
3943
|
|
|
3944
|
-
.
|
|
3945
|
-
|
|
3946
|
-
|
|
3944
|
+
.Tag-module_statusAction__woL-O {
|
|
3945
|
+
background-color: var(--color-orange-100, #fff0e8);
|
|
3946
|
+
color: var(--color-purple-800, #2f2438);
|
|
3947
3947
|
}
|
|
3948
3948
|
|
|
3949
|
-
.
|
|
3950
|
-
|
|
3951
|
-
text-align: right;
|
|
3949
|
+
.Tag-module_statusClosed__VhZP- {
|
|
3950
|
+
background-color: var(--color-red-100, #fdeaee);
|
|
3952
3951
|
}
|
|
3953
3952
|
|
|
3954
|
-
.
|
|
3955
|
-
color: var(--color-
|
|
3953
|
+
.Tag-module_statusDraft__9QZDv {
|
|
3954
|
+
background-color: var(--color-blue-100, #e6f6ff);
|
|
3955
|
+
color: var(--color-purple-800, #2f2438);
|
|
3956
3956
|
}
|
|
3957
3957
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3958
3958
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -4082,132 +4082,31 @@
|
|
|
4082
4082
|
.TextField-module_disabled__gS8tk {
|
|
4083
4083
|
opacity: 0.3;
|
|
4084
4084
|
}
|
|
4085
|
-
|
|
4086
|
-
|
|
4087
|
-
|
|
4088
|
-
|
|
4089
|
-
|
|
4090
|
-
|
|
4091
|
-
|
|
4092
|
-
|
|
4093
|
-
|
|
4094
|
-
|
|
4095
|
-
.Well-module_noMargin__xBvM9 {
|
|
4096
|
-
margin: 0;
|
|
4085
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
4086
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
4087
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
4088
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
4089
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
4090
|
+
.Tooltip-module_tooltip__NMZ65 {
|
|
4091
|
+
position: relative;
|
|
4092
|
+
pointer-events: none;
|
|
4093
|
+
z-index: 1070;
|
|
4097
4094
|
}
|
|
4098
4095
|
|
|
4099
|
-
.
|
|
4100
|
-
|
|
4101
|
-
|
|
4102
|
-
|
|
4103
|
-
|
|
4104
|
-
|
|
4105
|
-
|
|
4106
|
-
|
|
4107
|
-
|
|
4108
|
-
|
|
4109
|
-
|
|
4110
|
-
|
|
4111
|
-
--
|
|
4112
|
-
|
|
4113
|
-
|
|
4114
|
-
.Well-module_yellow__DJAMr {
|
|
4115
|
-
--background-color: var(--color-yellow-100);
|
|
4116
|
-
--border-color: var(--color-yellow-700);
|
|
4117
|
-
}
|
|
4118
|
-
|
|
4119
|
-
.Well-module_orange__F0FkU {
|
|
4120
|
-
--background-color: var(--color-orange-100);
|
|
4121
|
-
--border-color: var(--color-orange-600);
|
|
4122
|
-
}
|
|
4123
|
-
|
|
4124
|
-
.Well-module_red__40n5z {
|
|
4125
|
-
--background-color: var(--color-red-100);
|
|
4126
|
-
--border-color: var(--color-red-500);
|
|
4127
|
-
}
|
|
4128
|
-
|
|
4129
|
-
.Well-module_green__R-zR1 {
|
|
4130
|
-
--background-color: var(--color-green-100);
|
|
4131
|
-
--border-color: var(--color-green-500);
|
|
4132
|
-
}
|
|
4133
|
-
|
|
4134
|
-
.Well-module_purple__iXxT8 {
|
|
4135
|
-
--background-color: var(--color-purple-100);
|
|
4136
|
-
--border-color: var(--color-purple-400);
|
|
4137
|
-
}
|
|
4138
|
-
|
|
4139
|
-
.Well-module_positive__6ldUu {
|
|
4140
|
-
--background-color: var(--color-green-100);
|
|
4141
|
-
--border-color: var(--color-green-500);
|
|
4142
|
-
}
|
|
4143
|
-
|
|
4144
|
-
.Well-module_default__tSiHp {
|
|
4145
|
-
--background-color: var(--color-gray-200);
|
|
4146
|
-
--border-color: var(--color-gray-500);
|
|
4147
|
-
}
|
|
4148
|
-
|
|
4149
|
-
.Well-module_negative__mVczy {
|
|
4150
|
-
--background-color: var(--color-red-100);
|
|
4151
|
-
--border-color: var(--color-red-500);
|
|
4152
|
-
}
|
|
4153
|
-
|
|
4154
|
-
.Well-module_informative__81djJ {
|
|
4155
|
-
--background-color: var(--color-blue-100);
|
|
4156
|
-
--border-color: var(--color-blue-400);
|
|
4157
|
-
}
|
|
4158
|
-
|
|
4159
|
-
.Well-module_cautionary__MSYHT {
|
|
4160
|
-
--background-color: var(--color-yellow-100);
|
|
4161
|
-
--border-color: var(--color-yellow-700);
|
|
4162
|
-
}
|
|
4163
|
-
|
|
4164
|
-
.Well-module_assertive__Kl5ql {
|
|
4165
|
-
--background-color: var(--color-orange-100);
|
|
4166
|
-
--border-color: var(--color-orange-600);
|
|
4167
|
-
}
|
|
4168
|
-
|
|
4169
|
-
.Well-module_prominent__wdpIQ {
|
|
4170
|
-
--background-color: var(--color-purple-100);
|
|
4171
|
-
--border-color: var(--color-purple-400);
|
|
4172
|
-
}
|
|
4173
|
-
|
|
4174
|
-
.Well-module_solid__ianzm {
|
|
4175
|
-
--border-style: solid;
|
|
4176
|
-
}
|
|
4177
|
-
|
|
4178
|
-
.Well-module_dashed__csujS {
|
|
4179
|
-
--border-style: dashed;
|
|
4180
|
-
}
|
|
4181
|
-
|
|
4182
|
-
.Well-module_none__rWwTB {
|
|
4183
|
-
--border-color: transparent;
|
|
4184
|
-
--border-style: none;
|
|
4185
|
-
}
|
|
4186
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
4187
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
4188
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
4189
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
4190
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
4191
|
-
.Tooltip-module_tooltip__NMZ65 {
|
|
4192
|
-
position: relative;
|
|
4193
|
-
pointer-events: none;
|
|
4194
|
-
z-index: 1070;
|
|
4195
|
-
}
|
|
4196
|
-
|
|
4197
|
-
.Tooltip-module_tooltipContent__7vVkT {
|
|
4198
|
-
max-width: 400px;
|
|
4199
|
-
padding: var(--spacing-8) 0.5625rem;
|
|
4200
|
-
color: var(--color-purple-800, #2f2438);
|
|
4201
|
-
text-align: center;
|
|
4202
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
4203
|
-
font-size: var(--typography-heading-6-font-size, 0.875rem);
|
|
4204
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
4205
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
4206
|
-
line-height: var(--typography-paragraph-small-line-height, 1.125rem);
|
|
4207
|
-
border: var(--border-width-1) var(--border-solid-border-style);
|
|
4208
|
-
border-radius: var(--border-solid-border-radius, 7px);
|
|
4209
|
-
transition: opacity var(--animation-duration-fast, 300ms), transform var(--animation-duration-fast, 300ms);
|
|
4210
|
-
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));
|
|
4096
|
+
.Tooltip-module_tooltipContent__7vVkT {
|
|
4097
|
+
max-width: 400px;
|
|
4098
|
+
padding: var(--spacing-8) 0.5625rem;
|
|
4099
|
+
color: var(--color-purple-800, #2f2438);
|
|
4100
|
+
text-align: center;
|
|
4101
|
+
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
4102
|
+
font-size: var(--typography-heading-6-font-size, 0.875rem);
|
|
4103
|
+
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
4104
|
+
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
4105
|
+
line-height: var(--typography-paragraph-small-line-height, 1.125rem);
|
|
4106
|
+
border: var(--border-width-1) var(--border-solid-border-style);
|
|
4107
|
+
border-radius: var(--border-solid-border-radius, 7px);
|
|
4108
|
+
transition: opacity var(--animation-duration-fast, 300ms), transform var(--animation-duration-fast, 300ms);
|
|
4109
|
+
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));
|
|
4211
4110
|
}
|
|
4212
4111
|
.Tooltip-module_tooltipContent__7vVkT.Tooltip-module_default__lCIk7 {
|
|
4213
4112
|
background-color: var(--color-white, #ffffff);
|
|
@@ -4329,6 +4228,107 @@
|
|
|
4329
4228
|
.Tooltip-module_displayInlineFlex__quEIM {
|
|
4330
4229
|
display: inline-flex;
|
|
4331
4230
|
}
|
|
4231
|
+
.Well-module_container__pi8-W {
|
|
4232
|
+
background-color: var(--background-color);
|
|
4233
|
+
border-width: var(--border-width-1);
|
|
4234
|
+
border-radius: var(--border-solid-border-radius);
|
|
4235
|
+
border-style: var(--border-style);
|
|
4236
|
+
margin-bottom: var(--spacing-24);
|
|
4237
|
+
color: var(--color-purple-800);
|
|
4238
|
+
border-color: var(--border-color);
|
|
4239
|
+
}
|
|
4240
|
+
|
|
4241
|
+
.Well-module_noMargin__xBvM9 {
|
|
4242
|
+
margin: 0;
|
|
4243
|
+
}
|
|
4244
|
+
|
|
4245
|
+
.Well-module_white__HEVrB {
|
|
4246
|
+
--background-color: var(--color-white);
|
|
4247
|
+
--border-color: var(--color-gray-500);
|
|
4248
|
+
}
|
|
4249
|
+
|
|
4250
|
+
.Well-module_gray__ur3Fv {
|
|
4251
|
+
--background-color: var(--color-gray-200);
|
|
4252
|
+
--border-color: var(--color-gray-500);
|
|
4253
|
+
}
|
|
4254
|
+
|
|
4255
|
+
.Well-module_blue__H8M0Q {
|
|
4256
|
+
--background-color: var(--color-blue-100);
|
|
4257
|
+
--border-color: var(--color-blue-400);
|
|
4258
|
+
}
|
|
4259
|
+
|
|
4260
|
+
.Well-module_yellow__DJAMr {
|
|
4261
|
+
--background-color: var(--color-yellow-100);
|
|
4262
|
+
--border-color: var(--color-yellow-700);
|
|
4263
|
+
}
|
|
4264
|
+
|
|
4265
|
+
.Well-module_orange__F0FkU {
|
|
4266
|
+
--background-color: var(--color-orange-100);
|
|
4267
|
+
--border-color: var(--color-orange-600);
|
|
4268
|
+
}
|
|
4269
|
+
|
|
4270
|
+
.Well-module_red__40n5z {
|
|
4271
|
+
--background-color: var(--color-red-100);
|
|
4272
|
+
--border-color: var(--color-red-500);
|
|
4273
|
+
}
|
|
4274
|
+
|
|
4275
|
+
.Well-module_green__R-zR1 {
|
|
4276
|
+
--background-color: var(--color-green-100);
|
|
4277
|
+
--border-color: var(--color-green-500);
|
|
4278
|
+
}
|
|
4279
|
+
|
|
4280
|
+
.Well-module_purple__iXxT8 {
|
|
4281
|
+
--background-color: var(--color-purple-100);
|
|
4282
|
+
--border-color: var(--color-purple-400);
|
|
4283
|
+
}
|
|
4284
|
+
|
|
4285
|
+
.Well-module_positive__6ldUu {
|
|
4286
|
+
--background-color: var(--color-green-100);
|
|
4287
|
+
--border-color: var(--color-green-500);
|
|
4288
|
+
}
|
|
4289
|
+
|
|
4290
|
+
.Well-module_default__tSiHp {
|
|
4291
|
+
--background-color: var(--color-gray-200);
|
|
4292
|
+
--border-color: var(--color-gray-500);
|
|
4293
|
+
}
|
|
4294
|
+
|
|
4295
|
+
.Well-module_negative__mVczy {
|
|
4296
|
+
--background-color: var(--color-red-100);
|
|
4297
|
+
--border-color: var(--color-red-500);
|
|
4298
|
+
}
|
|
4299
|
+
|
|
4300
|
+
.Well-module_informative__81djJ {
|
|
4301
|
+
--background-color: var(--color-blue-100);
|
|
4302
|
+
--border-color: var(--color-blue-400);
|
|
4303
|
+
}
|
|
4304
|
+
|
|
4305
|
+
.Well-module_cautionary__MSYHT {
|
|
4306
|
+
--background-color: var(--color-yellow-100);
|
|
4307
|
+
--border-color: var(--color-yellow-700);
|
|
4308
|
+
}
|
|
4309
|
+
|
|
4310
|
+
.Well-module_assertive__Kl5ql {
|
|
4311
|
+
--background-color: var(--color-orange-100);
|
|
4312
|
+
--border-color: var(--color-orange-600);
|
|
4313
|
+
}
|
|
4314
|
+
|
|
4315
|
+
.Well-module_prominent__wdpIQ {
|
|
4316
|
+
--background-color: var(--color-purple-100);
|
|
4317
|
+
--border-color: var(--color-purple-400);
|
|
4318
|
+
}
|
|
4319
|
+
|
|
4320
|
+
.Well-module_solid__ianzm {
|
|
4321
|
+
--border-style: solid;
|
|
4322
|
+
}
|
|
4323
|
+
|
|
4324
|
+
.Well-module_dashed__csujS {
|
|
4325
|
+
--border-style: dashed;
|
|
4326
|
+
}
|
|
4327
|
+
|
|
4328
|
+
.Well-module_none__rWwTB {
|
|
4329
|
+
--border-color: transparent;
|
|
4330
|
+
--border-style: none;
|
|
4331
|
+
}
|
|
4332
4332
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
4333
4333
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
4334
4334
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -5304,53 +5304,43 @@
|
|
|
5304
5304
|
}
|
|
5305
5305
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5306
5306
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5307
|
-
.
|
|
5308
|
-
|
|
5307
|
+
.OverlayArrow-module_overlayArrow__iXF0w {
|
|
5308
|
+
display: flex;
|
|
5309
|
+
padding: 8px;
|
|
5309
5310
|
}
|
|
5310
|
-
.
|
|
5311
|
-
padding
|
|
5311
|
+
.OverlayArrow-module_overlayArrow__iXF0w[data-placement=top], .OverlayArrow-module_overlayArrow__iXF0w[data-placement=bottom] {
|
|
5312
|
+
padding: 0 8px;
|
|
5312
5313
|
}
|
|
5313
|
-
.
|
|
5314
|
-
padding
|
|
5314
|
+
.OverlayArrow-module_overlayArrow__iXF0w[data-placement=left], .OverlayArrow-module_overlayArrow__iXF0w[data-placement=right] {
|
|
5315
|
+
padding: 8px 0;
|
|
5315
5316
|
}
|
|
5316
|
-
|
|
5317
|
-
|
|
5318
|
-
|
|
5319
|
-
padding: 0 var(--spacing-md, 1.5rem);
|
|
5317
|
+
.OverlayArrow-module_overlayArrow__iXF0w path {
|
|
5318
|
+
fill: var(--color-purple-800, #2f2438);
|
|
5319
|
+
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));
|
|
5320
5320
|
}
|
|
5321
|
-
.
|
|
5322
|
-
|
|
5323
|
-
content: "";
|
|
5324
|
-
inset: calc(-1 * var(--spacing-md, 1.5rem)) 0;
|
|
5325
|
-
border-inline-start: 1px solid var(--color-gray-300, #eaeaec);
|
|
5321
|
+
.OverlayArrow-module_overlayArrow__iXF0w[data-placement=right] svg {
|
|
5322
|
+
transform: rotate(90deg);
|
|
5326
5323
|
}
|
|
5327
|
-
.
|
|
5328
|
-
|
|
5324
|
+
.OverlayArrow-module_overlayArrow__iXF0w[data-placement=bottom] svg {
|
|
5325
|
+
transform: rotate(180deg);
|
|
5329
5326
|
}
|
|
5330
|
-
.
|
|
5331
|
-
|
|
5327
|
+
.OverlayArrow-module_overlayArrow__iXF0w[data-placement=left] svg {
|
|
5328
|
+
transform: rotate(270deg);
|
|
5332
5329
|
}
|
|
5333
|
-
|
|
5334
|
-
|
|
5330
|
+
.OverlayArrow-module_overlayArrow__iXF0w.OverlayArrow-module_reversed__XZmUF path {
|
|
5331
|
+
fill: var(--color-white, #ffffff);
|
|
5332
|
+
}
|
|
5333
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5334
|
+
.CalendarSingle-module_nav__wSVua {
|
|
5335
5335
|
position: absolute;
|
|
5336
5336
|
display: flex;
|
|
5337
|
-
justify-content:
|
|
5337
|
+
justify-content: space-between;
|
|
5338
5338
|
width: 100%;
|
|
5339
5339
|
color: var(--color-purple-800, #2f2438);
|
|
5340
5340
|
}
|
|
5341
|
-
.CalendarRange-module_captionEnd__GSLQO .CalendarRange-module_nav__OtaVb {
|
|
5342
|
-
flex-direction: row-reverse;
|
|
5343
|
-
}
|
|
5344
|
-
|
|
5345
|
-
.CalendarRange-module_dayRangeStart__TwdDT,
|
|
5346
|
-
.CalendarRange-module_dayRangeEnd__y6dEB {
|
|
5347
|
-
background-color: var(--color-blue-500, #0168b3);
|
|
5348
|
-
color: var(--color-white, #ffffff);
|
|
5349
|
-
}
|
|
5350
5341
|
|
|
5351
|
-
.
|
|
5352
|
-
|
|
5353
|
-
color: var(--color-blue-500, #0168b3);
|
|
5342
|
+
.CalendarSingle-module_navButtonNext__-GrZx {
|
|
5343
|
+
inset-inline-end: 0;
|
|
5354
5344
|
}
|
|
5355
5345
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5356
5346
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -5410,43 +5400,53 @@
|
|
|
5410
5400
|
}
|
|
5411
5401
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5412
5402
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5413
|
-
.
|
|
5414
|
-
|
|
5415
|
-
padding: 8px;
|
|
5416
|
-
}
|
|
5417
|
-
.OverlayArrow-module_overlayArrow__iXF0w[data-placement=top], .OverlayArrow-module_overlayArrow__iXF0w[data-placement=bottom] {
|
|
5418
|
-
padding: 0 8px;
|
|
5403
|
+
.CalendarRange-module_month__un61w {
|
|
5404
|
+
padding: 0 var(--spacing-sm, 0.75rem);
|
|
5419
5405
|
}
|
|
5420
|
-
.
|
|
5421
|
-
padding:
|
|
5406
|
+
.CalendarRange-module_month__un61w:first-child {
|
|
5407
|
+
padding-inline-start: 0;
|
|
5422
5408
|
}
|
|
5423
|
-
.
|
|
5424
|
-
|
|
5425
|
-
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));
|
|
5409
|
+
.CalendarRange-module_month__un61w:last-child {
|
|
5410
|
+
padding-inline-end: 0;
|
|
5426
5411
|
}
|
|
5427
|
-
|
|
5428
|
-
|
|
5412
|
+
|
|
5413
|
+
.CalendarRange-module_monthWithDivider__JY-56 {
|
|
5414
|
+
position: relative;
|
|
5415
|
+
padding: 0 var(--spacing-md, 1.5rem);
|
|
5429
5416
|
}
|
|
5430
|
-
.
|
|
5431
|
-
|
|
5417
|
+
.CalendarRange-module_monthWithDivider__JY-56:not(:first-child)::before {
|
|
5418
|
+
position: absolute;
|
|
5419
|
+
content: "";
|
|
5420
|
+
inset: calc(-1 * var(--spacing-md, 1.5rem)) 0;
|
|
5421
|
+
border-inline-start: 1px solid var(--color-gray-300, #eaeaec);
|
|
5432
5422
|
}
|
|
5433
|
-
.
|
|
5434
|
-
|
|
5423
|
+
.CalendarRange-module_monthWithDivider__JY-56:first-child {
|
|
5424
|
+
padding-inline-start: 0;
|
|
5435
5425
|
}
|
|
5436
|
-
.
|
|
5437
|
-
|
|
5426
|
+
.CalendarRange-module_monthWithDivider__JY-56:last-child {
|
|
5427
|
+
padding-inline-end: 0;
|
|
5438
5428
|
}
|
|
5439
|
-
|
|
5440
|
-
.
|
|
5429
|
+
|
|
5430
|
+
.CalendarRange-module_nav__OtaVb {
|
|
5441
5431
|
position: absolute;
|
|
5442
5432
|
display: flex;
|
|
5443
|
-
justify-content:
|
|
5433
|
+
justify-content: flex-start;
|
|
5444
5434
|
width: 100%;
|
|
5445
5435
|
color: var(--color-purple-800, #2f2438);
|
|
5446
5436
|
}
|
|
5437
|
+
.CalendarRange-module_captionEnd__GSLQO .CalendarRange-module_nav__OtaVb {
|
|
5438
|
+
flex-direction: row-reverse;
|
|
5439
|
+
}
|
|
5447
5440
|
|
|
5448
|
-
.
|
|
5449
|
-
|
|
5441
|
+
.CalendarRange-module_dayRangeStart__TwdDT,
|
|
5442
|
+
.CalendarRange-module_dayRangeEnd__y6dEB {
|
|
5443
|
+
background-color: var(--color-blue-500, #0168b3);
|
|
5444
|
+
color: var(--color-white, #ffffff);
|
|
5445
|
+
}
|
|
5446
|
+
|
|
5447
|
+
.CalendarRange-module_dayRangeMiddle__SybKY {
|
|
5448
|
+
background-color: var(--color-blue-100, #e6f6ff);
|
|
5449
|
+
color: var(--color-blue-500, #0168b3);
|
|
5450
5450
|
}
|
|
5451
5451
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5452
5452
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -5737,6 +5737,39 @@
|
|
|
5737
5737
|
}
|
|
5738
5738
|
|
|
5739
5739
|
/* stylelint-enable no-descending-specificity */
|
|
5740
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5741
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5742
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5743
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5744
|
+
.CheckboxField-module_container__3J-jG {
|
|
5745
|
+
position: relative;
|
|
5746
|
+
margin-bottom: var(--spacing-xs, 0.375rem);
|
|
5747
|
+
}
|
|
5748
|
+
.CheckboxField-module_container__3J-jG label {
|
|
5749
|
+
padding-top: 0;
|
|
5750
|
+
-webkit-tap-highlight-color: transparent;
|
|
5751
|
+
}
|
|
5752
|
+
.CheckboxField-module_container__3J-jG.CheckboxField-module_noBottomMargin__vTcJF {
|
|
5753
|
+
margin-bottom: 0;
|
|
5754
|
+
}
|
|
5755
|
+
@media (hover: hover) and (pointer: fine) {
|
|
5756
|
+
.CheckboxField-module_container__3J-jG label:hover input:not([disabled]) + div {
|
|
5757
|
+
border-color: var(--color-gray-500, #878792);
|
|
5758
|
+
background-color: var(--color-gray-100, #f9f9f9);
|
|
5759
|
+
}
|
|
5760
|
+
}
|
|
5761
|
+
.CheckboxField-module_container__3J-jG.CheckboxField-module_checked__uAhcE label, .CheckboxField-module_container__3J-jG.CheckboxField-module_mixed__smfKh label {
|
|
5762
|
+
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
5763
|
+
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
5764
|
+
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
5765
|
+
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
5766
|
+
font-weight: var(--typography-paragraph-bold-font-weight, 600);
|
|
5767
|
+
position: static;
|
|
5768
|
+
}
|
|
5769
|
+
|
|
5770
|
+
.CheckboxField-module_label__KLacF:disabled {
|
|
5771
|
+
pointer-events: none;
|
|
5772
|
+
}
|
|
5740
5773
|
/* stylelint-disable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
|
|
5741
5774
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5742
5775
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -5794,50 +5827,12 @@
|
|
|
5794
5827
|
margin: 0;
|
|
5795
5828
|
}
|
|
5796
5829
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5797
|
-
.CheckboxGroup-module_checkboxGroupLabel__a9Iet {
|
|
5798
|
-
margin-bottom: var(--spacing-sm, 0.75rem);
|
|
5799
|
-
}
|
|
5800
|
-
|
|
5801
|
-
.CheckboxGroup-module_checkboxGroupContainer__NTUWc {
|
|
5802
|
-
display: flex;
|
|
5803
|
-
flex-direction: column;
|
|
5804
|
-
margin-bottom: var(--spacing-sm, 0.75rem);
|
|
5805
|
-
}
|
|
5806
|
-
.CheckboxGroup-module_checkboxGroupContainer__NTUWc.CheckboxGroup-module_noBottomMargin__J7ADb {
|
|
5807
|
-
margin-bottom: 0;
|
|
5808
|
-
}
|
|
5809
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5810
5830
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5811
|
-
|
|
5812
|
-
|
|
5813
|
-
|
|
5814
|
-
|
|
5815
|
-
|
|
5816
|
-
}
|
|
5817
|
-
.CheckboxField-module_container__3J-jG label {
|
|
5818
|
-
padding-top: 0;
|
|
5819
|
-
-webkit-tap-highlight-color: transparent;
|
|
5820
|
-
}
|
|
5821
|
-
.CheckboxField-module_container__3J-jG.CheckboxField-module_noBottomMargin__vTcJF {
|
|
5822
|
-
margin-bottom: 0;
|
|
5823
|
-
}
|
|
5824
|
-
@media (hover: hover) and (pointer: fine) {
|
|
5825
|
-
.CheckboxField-module_container__3J-jG label:hover input:not([disabled]) + div {
|
|
5826
|
-
border-color: var(--color-gray-500, #878792);
|
|
5827
|
-
background-color: var(--color-gray-100, #f9f9f9);
|
|
5828
|
-
}
|
|
5829
|
-
}
|
|
5830
|
-
.CheckboxField-module_container__3J-jG.CheckboxField-module_checked__uAhcE label, .CheckboxField-module_container__3J-jG.CheckboxField-module_mixed__smfKh label {
|
|
5831
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
5832
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
5833
|
-
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
5834
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
5835
|
-
font-weight: var(--typography-paragraph-bold-font-weight, 600);
|
|
5836
|
-
position: static;
|
|
5837
|
-
}
|
|
5838
|
-
|
|
5839
|
-
.CheckboxField-module_label__KLacF:disabled {
|
|
5840
|
-
pointer-events: none;
|
|
5831
|
+
.CollapsibleGroup-module_container__EjMRg {
|
|
5832
|
+
background-color: white;
|
|
5833
|
+
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));
|
|
5834
|
+
border: var(--border-width-1) var(--border-solid-border-style) var(--color-gray-500);
|
|
5835
|
+
border-radius: var(--border-borderless-border-radius, 7px);
|
|
5841
5836
|
}
|
|
5842
5837
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5843
5838
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -5941,53 +5936,25 @@
|
|
|
5941
5936
|
border-color: var(--color-blue-300, #73c0e8);
|
|
5942
5937
|
}
|
|
5943
5938
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5944
|
-
|
|
5945
|
-
|
|
5946
|
-
.ExpertAdviceCollapsible-module_expertAdviceContainer__RIHw4 {
|
|
5947
|
-
background-color: var(--color-purple-100, #f4edf8);
|
|
5948
|
-
border: var(--border-width-1) var(--border-solid-border-style) var(--color-purple-400);
|
|
5949
|
-
box-shadow: none;
|
|
5950
|
-
color: var(--color-purple-800, #2f2438);
|
|
5951
|
-
}
|
|
5952
|
-
.ExpertAdviceCollapsible-module_expertAdviceContainer__RIHw4:hover {
|
|
5953
|
-
border-color: var(--color-purple-500, #844587);
|
|
5954
|
-
}
|
|
5955
|
-
|
|
5956
|
-
.ExpertAdviceCollapsible-module_expertAdviceContainer__RIHw4 > div:first-of-type {
|
|
5957
|
-
background-color: var(--color-purple-100, #f4edf8);
|
|
5958
|
-
border-radius: var(--border-borderless-border-radius, 7px);
|
|
5939
|
+
.CheckboxGroup-module_checkboxGroupLabel__a9Iet {
|
|
5940
|
+
margin-bottom: var(--spacing-sm, 0.75rem);
|
|
5959
5941
|
}
|
|
5960
5942
|
|
|
5961
|
-
.
|
|
5962
|
-
background-color: var(--color-purple-100, #f4edf8);
|
|
5963
|
-
flex: 1 1 auto;
|
|
5964
|
-
align-items: center;
|
|
5943
|
+
.CheckboxGroup-module_checkboxGroupContainer__NTUWc {
|
|
5965
5944
|
display: flex;
|
|
5945
|
+
flex-direction: column;
|
|
5946
|
+
margin-bottom: var(--spacing-sm, 0.75rem);
|
|
5966
5947
|
}
|
|
5967
|
-
|
|
5968
|
-
|
|
5969
|
-
color: var(--color-purple-600, #5f3361);
|
|
5970
|
-
}
|
|
5971
|
-
.ExpertAdviceCollapsible-module_expertAdviceContainer__RIHw4:hover .ExpertAdviceCollapsible-module_expertAdviceHeading__4G4Jh {
|
|
5972
|
-
color: var(--color-purple-700, #4a234d);
|
|
5948
|
+
.CheckboxGroup-module_checkboxGroupContainer__NTUWc.CheckboxGroup-module_noBottomMargin__J7ADb {
|
|
5949
|
+
margin-bottom: 0;
|
|
5973
5950
|
}
|
|
5974
|
-
|
|
5975
|
-
.
|
|
5976
|
-
|
|
5977
|
-
width: 1.75rem;
|
|
5978
|
-
height: 1.75rem;
|
|
5951
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5952
|
+
.DateInput-module_dateInput__f0Rs6 {
|
|
5953
|
+
width: 100%;
|
|
5979
5954
|
}
|
|
5980
5955
|
|
|
5981
|
-
.
|
|
5982
|
-
|
|
5983
|
-
}
|
|
5984
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5985
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5986
|
-
.CollapsibleGroup-module_container__EjMRg {
|
|
5987
|
-
background-color: white;
|
|
5988
|
-
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));
|
|
5989
|
-
border: var(--border-width-1) var(--border-solid-border-style) var(--color-gray-500);
|
|
5990
|
-
border-radius: var(--border-borderless-border-radius, 7px);
|
|
5956
|
+
.DateInput-module_input__lVV0- {
|
|
5957
|
+
margin-top: var(--spacing-6, 0.375rem);
|
|
5991
5958
|
}
|
|
5992
5959
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5993
5960
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -6096,12 +6063,45 @@
|
|
|
6096
6063
|
margin-inline-end: var(--spacing-xs, 0.375rem);
|
|
6097
6064
|
}
|
|
6098
6065
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6099
|
-
|
|
6100
|
-
|
|
6066
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6067
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6068
|
+
.ExpertAdviceCollapsible-module_expertAdviceContainer__RIHw4 {
|
|
6069
|
+
background-color: var(--color-purple-100, #f4edf8);
|
|
6070
|
+
border: var(--border-width-1) var(--border-solid-border-style) var(--color-purple-400);
|
|
6071
|
+
box-shadow: none;
|
|
6072
|
+
color: var(--color-purple-800, #2f2438);
|
|
6073
|
+
}
|
|
6074
|
+
.ExpertAdviceCollapsible-module_expertAdviceContainer__RIHw4:hover {
|
|
6075
|
+
border-color: var(--color-purple-500, #844587);
|
|
6101
6076
|
}
|
|
6102
6077
|
|
|
6103
|
-
.
|
|
6104
|
-
|
|
6078
|
+
.ExpertAdviceCollapsible-module_expertAdviceContainer__RIHw4 > div:first-of-type {
|
|
6079
|
+
background-color: var(--color-purple-100, #f4edf8);
|
|
6080
|
+
border-radius: var(--border-borderless-border-radius, 7px);
|
|
6081
|
+
}
|
|
6082
|
+
|
|
6083
|
+
.ExpertAdviceCollapsible-module_expertAdviceHeader__1wthc {
|
|
6084
|
+
background-color: var(--color-purple-100, #f4edf8);
|
|
6085
|
+
flex: 1 1 auto;
|
|
6086
|
+
align-items: center;
|
|
6087
|
+
display: flex;
|
|
6088
|
+
}
|
|
6089
|
+
|
|
6090
|
+
.ExpertAdviceCollapsible-module_expertAdviceHeading__4G4Jh {
|
|
6091
|
+
color: var(--color-purple-600, #5f3361);
|
|
6092
|
+
}
|
|
6093
|
+
.ExpertAdviceCollapsible-module_expertAdviceContainer__RIHw4:hover .ExpertAdviceCollapsible-module_expertAdviceHeading__4G4Jh {
|
|
6094
|
+
color: var(--color-purple-700, #4a234d);
|
|
6095
|
+
}
|
|
6096
|
+
|
|
6097
|
+
.ExpertAdviceCollapsible-module_expertAdviceIcon__DMwbR {
|
|
6098
|
+
margin-inline-end: var(--spacing-sm, 0.75rem);
|
|
6099
|
+
width: 1.75rem;
|
|
6100
|
+
height: 1.75rem;
|
|
6101
|
+
}
|
|
6102
|
+
|
|
6103
|
+
.ExpertAdviceCollapsible-module_expertAdviceSection__ox-SR {
|
|
6104
|
+
padding: 0 var(--spacing-md, 1.5rem) var(--spacing-md, 1.5rem);
|
|
6105
6105
|
}
|
|
6106
6106
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6107
6107
|
.LegacyCalendarRange-module_nav__DsZpy {
|
|
@@ -6136,18 +6136,181 @@
|
|
|
6136
6136
|
}
|
|
6137
6137
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6138
6138
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6139
|
-
|
|
6140
|
-
|
|
6141
|
-
|
|
6142
|
-
|
|
6143
|
-
|
|
6144
|
-
|
|
6145
|
-
|
|
6146
|
-
|
|
6147
|
-
|
|
6148
|
-
|
|
6149
|
-
|
|
6150
|
-
}
|
|
6139
|
+
input[type=range].InputRange-module_ratingScaleRange__gI-rs {
|
|
6140
|
+
all: unset;
|
|
6141
|
+
appearance: none;
|
|
6142
|
+
width: 100%;
|
|
6143
|
+
margin: 0;
|
|
6144
|
+
}
|
|
6145
|
+
input[type=range].InputRange-module_ratingScaleRange__gI-rs.InputRange-module_disabled__LCaIN {
|
|
6146
|
+
opacity: 40%;
|
|
6147
|
+
}
|
|
6148
|
+
input[type=range].InputRange-module_ratingScaleRange__gI-rs::-moz-focus-outer {
|
|
6149
|
+
border: 0;
|
|
6150
|
+
}
|
|
6151
|
+
input[type=range].InputRange-module_ratingScaleRange__gI-rs:focus {
|
|
6152
|
+
outline: 0;
|
|
6153
|
+
}
|
|
6154
|
+
input[type=range].InputRange-module_ratingScaleRange__gI-rs:focus-visible {
|
|
6155
|
+
outline: 2px solid var(--color-blue-500, #0168b3);
|
|
6156
|
+
}
|
|
6157
|
+
input[type=range].InputRange-module_ratingScaleRange__gI-rs::-webkit-slider-runnable-track {
|
|
6158
|
+
margin: var(--spacing-sm, 0.75rem) 0;
|
|
6159
|
+
width: auto;
|
|
6160
|
+
height: 0;
|
|
6161
|
+
box-sizing: border-box;
|
|
6162
|
+
border-top: 1px solid var(--color-gray-500, #878792);
|
|
6163
|
+
border-bottom: 2px solid var(--color-gray-500, #878792);
|
|
6164
|
+
border-radius: 4px;
|
|
6165
|
+
}
|
|
6166
|
+
input[type=range].InputRange-module_ratingScaleRange__gI-rs::-moz-range-track {
|
|
6167
|
+
width: auto;
|
|
6168
|
+
height: 0;
|
|
6169
|
+
box-sizing: border-box;
|
|
6170
|
+
border-top: 1px solid var(--color-gray-500, #878792);
|
|
6171
|
+
border-bottom: 2px solid var(--color-gray-500, #878792);
|
|
6172
|
+
border-radius: 4px;
|
|
6173
|
+
}
|
|
6174
|
+
input[type=range].InputRange-module_ratingScaleRange__gI-rs::-webkit-slider-thumb {
|
|
6175
|
+
-webkit-appearance: none;
|
|
6176
|
+
margin-top: calc(34px / 2 * -1);
|
|
6177
|
+
box-sizing: content-box;
|
|
6178
|
+
width: 26px;
|
|
6179
|
+
height: 26px;
|
|
6180
|
+
border: 4px solid var(--color-white, #ffffff);
|
|
6181
|
+
border-radius: 100%;
|
|
6182
|
+
background: var(--color-blue-500, #0168b3);
|
|
6183
|
+
}
|
|
6184
|
+
input[type=range].InputRange-module_ratingScaleRange__gI-rs::-webkit-slider-thumb:not(:disabled) {
|
|
6185
|
+
transition: all 0.2s;
|
|
6186
|
+
transition-property: background, height, width;
|
|
6187
|
+
}
|
|
6188
|
+
input[type=range].InputRange-module_ratingScaleRange__gI-rs::-webkit-slider-thumb:not(:disabled):hover {
|
|
6189
|
+
background: var(--color-blue-600, #004970);
|
|
6190
|
+
width: 32px;
|
|
6191
|
+
height: 32px;
|
|
6192
|
+
}
|
|
6193
|
+
input[type=range].InputRange-module_ratingScaleRange__gI-rs::-moz-range-thumb {
|
|
6194
|
+
box-sizing: content-box;
|
|
6195
|
+
width: 26px;
|
|
6196
|
+
height: 26px;
|
|
6197
|
+
border: 4px solid var(--color-white, #ffffff);
|
|
6198
|
+
border-radius: 100%;
|
|
6199
|
+
background: var(--color-blue-500, #0168b3);
|
|
6200
|
+
}
|
|
6201
|
+
input[type=range].InputRange-module_ratingScaleRange__gI-rs::-moz-range-thumb:not(:disabled) {
|
|
6202
|
+
transition: all 0.2s;
|
|
6203
|
+
transition-property: background, height, width;
|
|
6204
|
+
}
|
|
6205
|
+
input[type=range].InputRange-module_ratingScaleRange__gI-rs::-moz-range-thumb:not(:disabled):hover {
|
|
6206
|
+
background: var(--color-blue-600, #004970);
|
|
6207
|
+
width: 32px;
|
|
6208
|
+
height: 32px;
|
|
6209
|
+
}
|
|
6210
|
+
input[type=range].InputRange-module_ratingScaleRange__gI-rs.InputRange-module_hideThumb__oscfB::-webkit-slider-thumb {
|
|
6211
|
+
width: 0;
|
|
6212
|
+
height: 0;
|
|
6213
|
+
border: none;
|
|
6214
|
+
}
|
|
6215
|
+
input[type=range].InputRange-module_ratingScaleRange__gI-rs.InputRange-module_hideThumb__oscfB::-moz-range-thumb {
|
|
6216
|
+
width: 0;
|
|
6217
|
+
height: 0;
|
|
6218
|
+
border: none;
|
|
6219
|
+
}
|
|
6220
|
+
input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-track {
|
|
6221
|
+
width: auto;
|
|
6222
|
+
height: 0;
|
|
6223
|
+
box-sizing: border-box;
|
|
6224
|
+
border-top: 1px solid var(--color-gray-500, #878792);
|
|
6225
|
+
border-bottom: 2px solid var(--color-gray-500, #878792);
|
|
6226
|
+
border-radius: 4px;
|
|
6227
|
+
color: transparent;
|
|
6228
|
+
border-width: 26px 0;
|
|
6229
|
+
border-color: transparent;
|
|
6230
|
+
background: transparent;
|
|
6231
|
+
}
|
|
6232
|
+
input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-fill-lower {
|
|
6233
|
+
border: none;
|
|
6234
|
+
border-radius: 8px;
|
|
6235
|
+
background: var(--color-gray-500, #878792);
|
|
6236
|
+
}
|
|
6237
|
+
input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-fill-upper {
|
|
6238
|
+
border: none;
|
|
6239
|
+
border-radius: 8px;
|
|
6240
|
+
background: var(--color-gray-500, #878792);
|
|
6241
|
+
}
|
|
6242
|
+
input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb {
|
|
6243
|
+
box-sizing: content-box;
|
|
6244
|
+
width: 26px;
|
|
6245
|
+
height: 26px;
|
|
6246
|
+
border: 4px solid var(--color-white, #ffffff);
|
|
6247
|
+
border-radius: 100%;
|
|
6248
|
+
background: var(--color-blue-500, #0168b3);
|
|
6249
|
+
}
|
|
6250
|
+
input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disabled) {
|
|
6251
|
+
transition: all 0.2s;
|
|
6252
|
+
transition-property: background, height, width;
|
|
6253
|
+
}
|
|
6254
|
+
input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disabled):hover {
|
|
6255
|
+
background: var(--color-blue-600, #004970);
|
|
6256
|
+
width: 32px;
|
|
6257
|
+
height: 32px;
|
|
6258
|
+
}
|
|
6259
|
+
|
|
6260
|
+
.InputRange-module_spokes__UFu4A {
|
|
6261
|
+
display: flex;
|
|
6262
|
+
justify-content: space-between;
|
|
6263
|
+
padding: 0 calc(34px / 2) var(--spacing-sm, 0.75rem);
|
|
6264
|
+
}
|
|
6265
|
+
|
|
6266
|
+
.InputRange-module_spokes__UFu4A.InputRange-module_disabled__LCaIN {
|
|
6267
|
+
opacity: 40%;
|
|
6268
|
+
}
|
|
6269
|
+
|
|
6270
|
+
.InputRange-module_spokeContainer__i6epK {
|
|
6271
|
+
display: flex;
|
|
6272
|
+
align-items: center;
|
|
6273
|
+
justify-content: center;
|
|
6274
|
+
width: 1px;
|
|
6275
|
+
}
|
|
6276
|
+
|
|
6277
|
+
.InputRange-module_spoke__k4Hzh {
|
|
6278
|
+
width: 0;
|
|
6279
|
+
height: 0;
|
|
6280
|
+
background: var(--color-gray-500, #878792);
|
|
6281
|
+
border: 2px solid var(--color-gray-500, #878792);
|
|
6282
|
+
border-radius: 100%;
|
|
6283
|
+
}
|
|
6284
|
+
|
|
6285
|
+
.InputRange-module_labelsContainer__H-cPY {
|
|
6286
|
+
display: flex;
|
|
6287
|
+
justify-content: center;
|
|
6288
|
+
width: 100%;
|
|
6289
|
+
}
|
|
6290
|
+
|
|
6291
|
+
.InputRange-module_sliderLabels__qpYBv {
|
|
6292
|
+
width: 100%;
|
|
6293
|
+
display: flex;
|
|
6294
|
+
justify-content: space-between;
|
|
6295
|
+
}
|
|
6296
|
+
|
|
6297
|
+
.InputRange-module_sliderLabels__qpYBv.InputRange-module_disabled__LCaIN {
|
|
6298
|
+
opacity: 40%;
|
|
6299
|
+
}
|
|
6300
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6301
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6302
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6303
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6304
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6305
|
+
.CalendarPopover-module_calendarPopover__p2xp9 {
|
|
6306
|
+
background-color: var(--color-white, #ffffff);
|
|
6307
|
+
z-index: 1010;
|
|
6308
|
+
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));
|
|
6309
|
+
border-radius: var(--border-borderless-border-radius, 7px);
|
|
6310
|
+
padding: var(--spacing-12, 0.75rem) var(--spacing-8, 0.5rem);
|
|
6311
|
+
box-sizing: border-box;
|
|
6312
|
+
overflow: auto;
|
|
6313
|
+
}
|
|
6151
6314
|
@media (min-width: 768px) {
|
|
6152
6315
|
.CalendarPopover-module_calendarPopover__p2xp9 {
|
|
6153
6316
|
padding: var(--spacing-24, 1.5rem);
|
|
@@ -6235,22 +6398,12 @@
|
|
|
6235
6398
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6236
6399
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6237
6400
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6238
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6239
6401
|
/* stylelint-disable selector-no-vendor-prefix */
|
|
6240
|
-
.
|
|
6402
|
+
.InputSearch-module_wrapper__xz4kh {
|
|
6241
6403
|
position: relative;
|
|
6242
6404
|
}
|
|
6243
|
-
.Input-module_wrapper__9jBDN.Input-module_hasStatus__GjERD {
|
|
6244
|
-
z-index: 1;
|
|
6245
|
-
}
|
|
6246
|
-
.Input-module_wrapper__9jBDN:hover {
|
|
6247
|
-
z-index: 2;
|
|
6248
|
-
}
|
|
6249
|
-
.Input-module_wrapper__9jBDN:focus-within {
|
|
6250
|
-
z-index: 3;
|
|
6251
|
-
}
|
|
6252
6405
|
|
|
6253
|
-
.
|
|
6406
|
+
.InputSearch-module_input__hCit3[type=search] {
|
|
6254
6407
|
outline: 0;
|
|
6255
6408
|
box-sizing: border-box;
|
|
6256
6409
|
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
@@ -6259,19 +6412,18 @@
|
|
|
6259
6412
|
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
6260
6413
|
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
6261
6414
|
position: static;
|
|
6262
|
-
|
|
6263
|
-
|
|
6415
|
+
display: flex;
|
|
6416
|
+
align-items: center;
|
|
6417
|
+
height: 48px;
|
|
6418
|
+
width: 100%;
|
|
6264
6419
|
border: var(--border-solid-border-width, 2px) var(--border-solid-border-style, solid) transparent;
|
|
6265
|
-
border-radius:
|
|
6266
|
-
|
|
6420
|
+
border-radius: 48px;
|
|
6421
|
+
padding-block: 0;
|
|
6422
|
+
padding-inline: calc(1rem + 1.25rem + var(--spacing-sm, 0.75rem)) var(--spacing-sm, 0.75rem);
|
|
6267
6423
|
font-size: 1rem;
|
|
6268
6424
|
line-height: 1.5;
|
|
6269
|
-
padding: 0 var(--spacing-sm, 0.75rem);
|
|
6270
|
-
height: 48px;
|
|
6271
|
-
width: 100%;
|
|
6272
|
-
margin-bottom: 2px;
|
|
6273
6425
|
}
|
|
6274
|
-
.
|
|
6426
|
+
.InputSearch-module_input__hCit3[type=search]::placeholder {
|
|
6275
6427
|
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
6276
6428
|
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
6277
6429
|
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
@@ -6280,73 +6432,286 @@
|
|
|
6280
6432
|
position: static;
|
|
6281
6433
|
opacity: 100%;
|
|
6282
6434
|
}
|
|
6283
|
-
.
|
|
6284
|
-
|
|
6285
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
6286
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
6287
|
-
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
6288
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
6289
|
-
position: static;
|
|
6290
|
-
opacity: 0%;
|
|
6435
|
+
.InputSearch-module_input__hCit3[type=search]::-webkit-search-cancel-button {
|
|
6436
|
+
-webkit-appearance: none;
|
|
6291
6437
|
}
|
|
6292
|
-
.
|
|
6293
|
-
|
|
6438
|
+
.InputSearch-module_hasEndIconAdornment__ZtGcu .InputSearch-module_input__hCit3[type=search] {
|
|
6439
|
+
padding-inline-end: calc(var(--spacing-sm, 0.75rem) + 1.25rem + var(--spacing-sm, 0.75rem));
|
|
6294
6440
|
}
|
|
6295
|
-
.
|
|
6441
|
+
.InputSearch-module_input__hCit3[type=search]:focus::placeholder, .InputSearch-module_input__hCit3[type=search]:hover::placeholder {
|
|
6296
6442
|
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
6297
6443
|
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
6298
6444
|
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
6299
6445
|
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
6300
6446
|
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
6301
6447
|
position: static;
|
|
6302
|
-
|
|
6448
|
+
opacity: 0%;
|
|
6303
6449
|
}
|
|
6304
6450
|
|
|
6305
|
-
.
|
|
6451
|
+
.InputSearch-module_input__hCit3[type=search]:focus + .InputSearch-module_focusRing__kDUuP {
|
|
6306
6452
|
position: absolute;
|
|
6307
6453
|
background: transparent;
|
|
6308
|
-
border-radius:
|
|
6454
|
+
border-radius: 48px;
|
|
6309
6455
|
border-width: var(--border-focus-ring-border-width, 2px);
|
|
6310
6456
|
border-style: var(--border-focus-ring-border-style, solid);
|
|
6311
|
-
border-color: transparent;
|
|
6312
6457
|
inset: -3px;
|
|
6313
6458
|
pointer-events: none;
|
|
6314
6459
|
}
|
|
6315
6460
|
|
|
6316
|
-
|
|
6317
|
-
.Input-module_withStartIconAdornment__de6-U .Input-module_startIconAdornment__pnn-b {
|
|
6461
|
+
.InputSearch-module_startIconAdornment__Tc7Yx {
|
|
6318
6462
|
position: absolute;
|
|
6319
6463
|
height: 1.25rem;
|
|
6320
6464
|
top: 50%;
|
|
6321
6465
|
transform: translateY(-50%);
|
|
6322
6466
|
z-index: 1;
|
|
6323
|
-
inset-inline:
|
|
6324
|
-
}
|
|
6325
|
-
.Input-module_withStartIconAdornment__de6-U.Input-module_withDisabled__pzzCm .Input-module_startIconAdornment__pnn-b {
|
|
6326
|
-
opacity: 0.3;
|
|
6467
|
+
inset-inline-start: 1rem;
|
|
6327
6468
|
}
|
|
6328
|
-
|
|
6329
|
-
|
|
6469
|
+
|
|
6470
|
+
.InputSearch-module_loadingSpinner__GIO1C {
|
|
6471
|
+
margin-top: -2px;
|
|
6330
6472
|
}
|
|
6331
6473
|
|
|
6332
|
-
.
|
|
6474
|
+
.InputSearch-module_endIconAdornment__lm-3h {
|
|
6333
6475
|
position: absolute;
|
|
6334
6476
|
height: 1.25rem;
|
|
6335
6477
|
top: 50%;
|
|
6336
6478
|
transform: translateY(-50%);
|
|
6337
6479
|
z-index: 1;
|
|
6338
|
-
inset-inline:
|
|
6480
|
+
inset-inline-end: var(--spacing-sm, 0.75rem);
|
|
6339
6481
|
}
|
|
6340
|
-
|
|
6482
|
+
|
|
6483
|
+
.InputSearch-module_disabled__RizfW {
|
|
6484
|
+
pointer-events: none;
|
|
6341
6485
|
opacity: 0.3;
|
|
6342
6486
|
}
|
|
6343
|
-
.Input-module_withEndIconAdornment__fSBPl .Input-module_input__d-Moh {
|
|
6344
|
-
padding-inline: var(--spacing-sm, 0.75rem) calc(1.25rem + var(--spacing-md, 1.5rem) * 0.75);
|
|
6345
|
-
}
|
|
6346
6487
|
|
|
6347
|
-
|
|
6348
|
-
|
|
6349
|
-
|
|
6488
|
+
/* stylelint-disable no-descending-specificity */
|
|
6489
|
+
.InputSearch-module_default__4d3Ek .InputSearch-module_input__hCit3[type=search] {
|
|
6490
|
+
border-color: var(--color-gray-500, #878792);
|
|
6491
|
+
background-color: var(--color-white, #ffffff);
|
|
6492
|
+
color: var(--color-purple-800, #2f2438);
|
|
6493
|
+
}
|
|
6494
|
+
.InputSearch-module_default__4d3Ek .InputSearch-module_input__hCit3[type=search]::placeholder {
|
|
6495
|
+
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
6496
|
+
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
6497
|
+
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
6498
|
+
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
6499
|
+
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
6500
|
+
position: static;
|
|
6501
|
+
color: var(--color-purple-800, #2f2438);
|
|
6502
|
+
opacity: 0.7;
|
|
6503
|
+
}
|
|
6504
|
+
.InputSearch-module_default__4d3Ek .InputSearch-module_focusRing__kDUuP {
|
|
6505
|
+
border-color: var(--color-blue-500, #0168b3);
|
|
6506
|
+
}
|
|
6507
|
+
.InputSearch-module_default__4d3Ek .InputSearch-module_startIconAdornment__Tc7Yx {
|
|
6508
|
+
color: var(--color-purple-800, #2f2438);
|
|
6509
|
+
opacity: 0.7;
|
|
6510
|
+
}
|
|
6511
|
+
.InputSearch-module_default__4d3Ek:hover .InputSearch-module_input__hCit3[type=search], .InputSearch-module_default__4d3Ek:focus-within .InputSearch-module_input__hCit3[type=search] {
|
|
6512
|
+
border-color: var(--color-gray-600, #524e56);
|
|
6513
|
+
background-color: var(--color-gray-200, #f4f4f5);
|
|
6514
|
+
}
|
|
6515
|
+
.InputSearch-module_default__4d3Ek:hover .InputSearch-module_input__hCit3[type=search]::placeholder, .InputSearch-module_default__4d3Ek:focus-within .InputSearch-module_input__hCit3[type=search]::placeholder {
|
|
6516
|
+
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
6517
|
+
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
6518
|
+
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
6519
|
+
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
6520
|
+
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
6521
|
+
position: static;
|
|
6522
|
+
opacity: 100%;
|
|
6523
|
+
}
|
|
6524
|
+
.InputSearch-module_default__4d3Ek:hover .InputSearch-module_startIconAdornment__Tc7Yx, .InputSearch-module_default__4d3Ek:focus-within .InputSearch-module_startIconAdornment__Tc7Yx {
|
|
6525
|
+
opacity: 100%;
|
|
6526
|
+
}
|
|
6527
|
+
|
|
6528
|
+
.InputSearch-module_secondary__l68uD .InputSearch-module_input__hCit3[type=search] {
|
|
6529
|
+
border-color: transparent;
|
|
6530
|
+
background-color: var(--color-gray-200, #f4f4f5);
|
|
6531
|
+
color: var(--color-purple-800, #2f2438);
|
|
6532
|
+
}
|
|
6533
|
+
.InputSearch-module_secondary__l68uD .InputSearch-module_input__hCit3[type=search]::placeholder {
|
|
6534
|
+
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
6535
|
+
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
6536
|
+
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
6537
|
+
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
6538
|
+
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
6539
|
+
position: static;
|
|
6540
|
+
color: var(--color-purple-800, #2f2438);
|
|
6541
|
+
opacity: 0.7;
|
|
6542
|
+
}
|
|
6543
|
+
.InputSearch-module_secondary__l68uD .InputSearch-module_focusRing__kDUuP {
|
|
6544
|
+
border-color: var(--color-blue-500, #0168b3);
|
|
6545
|
+
}
|
|
6546
|
+
.InputSearch-module_secondary__l68uD .InputSearch-module_startIconAdornment__Tc7Yx {
|
|
6547
|
+
color: var(--color-purple-800, #2f2438);
|
|
6548
|
+
opacity: 0.7;
|
|
6549
|
+
}
|
|
6550
|
+
.InputSearch-module_secondary__l68uD:hover .InputSearch-module_input__hCit3[type=search], .InputSearch-module_secondary__l68uD:focus-within .InputSearch-module_input__hCit3[type=search] {
|
|
6551
|
+
border-color: transparent;
|
|
6552
|
+
background-color: var(--color-gray-300, #eaeaec);
|
|
6553
|
+
}
|
|
6554
|
+
.InputSearch-module_secondary__l68uD:hover .InputSearch-module_input__hCit3[type=search]::placeholder, .InputSearch-module_secondary__l68uD:focus-within .InputSearch-module_input__hCit3[type=search]::placeholder {
|
|
6555
|
+
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
6556
|
+
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
6557
|
+
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
6558
|
+
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
6559
|
+
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
6560
|
+
position: static;
|
|
6561
|
+
opacity: 100%;
|
|
6562
|
+
}
|
|
6563
|
+
.InputSearch-module_secondary__l68uD:hover .InputSearch-module_startIconAdornment__Tc7Yx, .InputSearch-module_secondary__l68uD:focus-within .InputSearch-module_startIconAdornment__Tc7Yx {
|
|
6564
|
+
opacity: 100%;
|
|
6565
|
+
}
|
|
6566
|
+
|
|
6567
|
+
.InputSearch-module_reversed__eS7Nr .InputSearch-module_input__hCit3[type=search] {
|
|
6568
|
+
background: rgba(var(--color-white-rgb, 255, 255, 255), 0.1);
|
|
6569
|
+
color: var(--color-white, #ffffff);
|
|
6570
|
+
}
|
|
6571
|
+
.InputSearch-module_reversed__eS7Nr .InputSearch-module_input__hCit3[type=search]::placeholder {
|
|
6572
|
+
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
6573
|
+
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
6574
|
+
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
6575
|
+
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
6576
|
+
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
6577
|
+
position: static;
|
|
6578
|
+
color: var(--color-white, #ffffff);
|
|
6579
|
+
opacity: 0.8;
|
|
6580
|
+
}
|
|
6581
|
+
.InputSearch-module_reversed__eS7Nr .InputSearch-module_focusRing__kDUuP {
|
|
6582
|
+
border-color: var(--color-blue-300, #73c0e8);
|
|
6583
|
+
}
|
|
6584
|
+
.InputSearch-module_reversed__eS7Nr .InputSearch-module_startIconAdornment__Tc7Yx {
|
|
6585
|
+
color: var(--color-white, #ffffff);
|
|
6586
|
+
opacity: 0.8;
|
|
6587
|
+
}
|
|
6588
|
+
.InputSearch-module_reversed__eS7Nr:hover .InputSearch-module_input__hCit3[type=search], .InputSearch-module_reversed__eS7Nr:focus-within .InputSearch-module_input__hCit3[type=search] {
|
|
6589
|
+
border-color: transparent;
|
|
6590
|
+
background-color: rgba(var(--color-white-rgb, 255, 255, 255), 0.2);
|
|
6591
|
+
}
|
|
6592
|
+
.InputSearch-module_reversed__eS7Nr.InputSearch-module_default__4d3Ek .InputSearch-module_input__hCit3[type=search] {
|
|
6593
|
+
border-color: rgba(var(--color-white-rgb, 255, 255, 255), 0.65);
|
|
6594
|
+
}
|
|
6595
|
+
|
|
6596
|
+
/* stylelint-enable no-descending-specificity */
|
|
6597
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6598
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6599
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6600
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6601
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6602
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6603
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6604
|
+
/* stylelint-disable selector-no-vendor-prefix */
|
|
6605
|
+
.Input-module_wrapper__9jBDN {
|
|
6606
|
+
position: relative;
|
|
6607
|
+
}
|
|
6608
|
+
.Input-module_wrapper__9jBDN.Input-module_hasStatus__GjERD {
|
|
6609
|
+
z-index: 1;
|
|
6610
|
+
}
|
|
6611
|
+
.Input-module_wrapper__9jBDN:hover {
|
|
6612
|
+
z-index: 2;
|
|
6613
|
+
}
|
|
6614
|
+
.Input-module_wrapper__9jBDN:focus-within {
|
|
6615
|
+
z-index: 3;
|
|
6616
|
+
}
|
|
6617
|
+
|
|
6618
|
+
.Input-module_input__d-Moh {
|
|
6619
|
+
outline: 0;
|
|
6620
|
+
box-sizing: border-box;
|
|
6621
|
+
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
6622
|
+
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
6623
|
+
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
6624
|
+
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
6625
|
+
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
6626
|
+
position: static;
|
|
6627
|
+
background-color: transparent;
|
|
6628
|
+
background-clip: padding-box;
|
|
6629
|
+
border: var(--border-solid-border-width, 2px) var(--border-solid-border-style, solid) transparent;
|
|
6630
|
+
border-radius: var(--border-solid-border-radius, 7px);
|
|
6631
|
+
display: block;
|
|
6632
|
+
font-size: 1rem;
|
|
6633
|
+
line-height: 1.5;
|
|
6634
|
+
padding: 0 var(--spacing-sm, 0.75rem);
|
|
6635
|
+
height: 48px;
|
|
6636
|
+
width: 100%;
|
|
6637
|
+
margin-bottom: 2px;
|
|
6638
|
+
}
|
|
6639
|
+
.Input-module_input__d-Moh::placeholder {
|
|
6640
|
+
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
6641
|
+
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
6642
|
+
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
6643
|
+
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
6644
|
+
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
6645
|
+
position: static;
|
|
6646
|
+
opacity: 100%;
|
|
6647
|
+
}
|
|
6648
|
+
.Input-module_input__d-Moh:focus:not([disabled])::placeholder, .Input-module_input__d-Moh:hover:focus:not([disabled])::placeholder {
|
|
6649
|
+
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
6650
|
+
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
6651
|
+
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
6652
|
+
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
6653
|
+
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
6654
|
+
position: static;
|
|
6655
|
+
opacity: 0%;
|
|
6656
|
+
}
|
|
6657
|
+
.Input-module_input__d-Moh.Input-module_disabled__CJeOi:not(.Input-module_reversed__Kh7dc) {
|
|
6658
|
+
background: var(--color-gray-300, #eaeaec);
|
|
6659
|
+
}
|
|
6660
|
+
.Input-module_input__d-Moh.Input-module_disabled__CJeOi::placeholder {
|
|
6661
|
+
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
6662
|
+
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
6663
|
+
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
6664
|
+
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
6665
|
+
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
6666
|
+
position: static;
|
|
6667
|
+
color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.3);
|
|
6668
|
+
}
|
|
6669
|
+
|
|
6670
|
+
.Input-module_input__d-Moh:focus + .Input-module_focusRing__E68jh {
|
|
6671
|
+
position: absolute;
|
|
6672
|
+
background: transparent;
|
|
6673
|
+
border-radius: var(--border-focus-ring-border-radius, 10px);
|
|
6674
|
+
border-width: var(--border-focus-ring-border-width, 2px);
|
|
6675
|
+
border-style: var(--border-focus-ring-border-style, solid);
|
|
6676
|
+
border-color: transparent;
|
|
6677
|
+
inset: -3px;
|
|
6678
|
+
pointer-events: none;
|
|
6679
|
+
}
|
|
6680
|
+
|
|
6681
|
+
/* stylelint-disable no-descending-specificity */
|
|
6682
|
+
.Input-module_withStartIconAdornment__de6-U .Input-module_startIconAdornment__pnn-b {
|
|
6683
|
+
position: absolute;
|
|
6684
|
+
height: 1.25rem;
|
|
6685
|
+
top: 50%;
|
|
6686
|
+
transform: translateY(-50%);
|
|
6687
|
+
z-index: 1;
|
|
6688
|
+
inset-inline: var(--spacing-sm, 0.75rem) auto;
|
|
6689
|
+
}
|
|
6690
|
+
.Input-module_withStartIconAdornment__de6-U.Input-module_withDisabled__pzzCm .Input-module_startIconAdornment__pnn-b {
|
|
6691
|
+
opacity: 0.3;
|
|
6692
|
+
}
|
|
6693
|
+
.Input-module_withStartIconAdornment__de6-U .Input-module_input__d-Moh {
|
|
6694
|
+
padding-inline: calc(1.25rem + var(--spacing-md, 1.5rem) * 0.75) var(--spacing-sm, 0.75rem);
|
|
6695
|
+
}
|
|
6696
|
+
|
|
6697
|
+
.Input-module_withEndIconAdornment__fSBPl .Input-module_endIconAdornment__bg-PL {
|
|
6698
|
+
position: absolute;
|
|
6699
|
+
height: 1.25rem;
|
|
6700
|
+
top: 50%;
|
|
6701
|
+
transform: translateY(-50%);
|
|
6702
|
+
z-index: 1;
|
|
6703
|
+
inset-inline: auto var(--spacing-sm, 0.75rem);
|
|
6704
|
+
}
|
|
6705
|
+
.Input-module_withEndIconAdornment__fSBPl.Input-module_withDisabled__pzzCm .Input-module_endIconAdornment__bg-PL {
|
|
6706
|
+
opacity: 0.3;
|
|
6707
|
+
}
|
|
6708
|
+
.Input-module_withEndIconAdornment__fSBPl .Input-module_input__d-Moh {
|
|
6709
|
+
padding-inline: var(--spacing-sm, 0.75rem) calc(1.25rem + var(--spacing-md, 1.5rem) * 0.75);
|
|
6710
|
+
}
|
|
6711
|
+
|
|
6712
|
+
.Input-module_withStartIconAdornment__de6-U.Input-module_withEndIconAdornment__fSBPl .Input-module_input__d-Moh {
|
|
6713
|
+
padding-inline: calc(1.25rem + var(--spacing-md, 1.5rem) * 0.75) calc(1.25rem + var(--spacing-md, 1.5rem) * 0.75);
|
|
6714
|
+
}
|
|
6350
6715
|
|
|
6351
6716
|
/* stylelint-disable-next-line no-duplicate-selectors */
|
|
6352
6717
|
.Input-module_withStartIconAdornment__de6-U {
|
|
@@ -6506,369 +6871,183 @@
|
|
|
6506
6871
|
/* stylelint-enable no-descending-specificity */
|
|
6507
6872
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6508
6873
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6509
|
-
input[type=range].InputRange-module_ratingScaleRange__gI-rs {
|
|
6510
|
-
all: unset;
|
|
6511
|
-
appearance: none;
|
|
6512
|
-
width: 100%;
|
|
6513
|
-
margin: 0;
|
|
6514
|
-
}
|
|
6515
|
-
input[type=range].InputRange-module_ratingScaleRange__gI-rs.InputRange-module_disabled__LCaIN {
|
|
6516
|
-
opacity: 40%;
|
|
6517
|
-
}
|
|
6518
|
-
input[type=range].InputRange-module_ratingScaleRange__gI-rs::-moz-focus-outer {
|
|
6519
|
-
border: 0;
|
|
6520
|
-
}
|
|
6521
|
-
input[type=range].InputRange-module_ratingScaleRange__gI-rs:focus {
|
|
6522
|
-
outline: 0;
|
|
6523
|
-
}
|
|
6524
|
-
input[type=range].InputRange-module_ratingScaleRange__gI-rs:focus-visible {
|
|
6525
|
-
outline: 2px solid var(--color-blue-500, #0168b3);
|
|
6526
|
-
}
|
|
6527
|
-
input[type=range].InputRange-module_ratingScaleRange__gI-rs::-webkit-slider-runnable-track {
|
|
6528
|
-
margin: var(--spacing-sm, 0.75rem) 0;
|
|
6529
|
-
width: auto;
|
|
6530
|
-
height: 0;
|
|
6531
|
-
box-sizing: border-box;
|
|
6532
|
-
border-top: 1px solid var(--color-gray-500, #878792);
|
|
6533
|
-
border-bottom: 2px solid var(--color-gray-500, #878792);
|
|
6534
|
-
border-radius: 4px;
|
|
6535
|
-
}
|
|
6536
|
-
input[type=range].InputRange-module_ratingScaleRange__gI-rs::-moz-range-track {
|
|
6537
|
-
width: auto;
|
|
6538
|
-
height: 0;
|
|
6539
|
-
box-sizing: border-box;
|
|
6540
|
-
border-top: 1px solid var(--color-gray-500, #878792);
|
|
6541
|
-
border-bottom: 2px solid var(--color-gray-500, #878792);
|
|
6542
|
-
border-radius: 4px;
|
|
6543
|
-
}
|
|
6544
|
-
input[type=range].InputRange-module_ratingScaleRange__gI-rs::-webkit-slider-thumb {
|
|
6545
|
-
-webkit-appearance: none;
|
|
6546
|
-
margin-top: calc(34px / 2 * -1);
|
|
6547
|
-
box-sizing: content-box;
|
|
6548
|
-
width: 26px;
|
|
6549
|
-
height: 26px;
|
|
6550
|
-
border: 4px solid var(--color-white, #ffffff);
|
|
6551
|
-
border-radius: 100%;
|
|
6552
|
-
background: var(--color-blue-500, #0168b3);
|
|
6553
|
-
}
|
|
6554
|
-
input[type=range].InputRange-module_ratingScaleRange__gI-rs::-webkit-slider-thumb:not(:disabled) {
|
|
6555
|
-
transition: all 0.2s;
|
|
6556
|
-
transition-property: background, height, width;
|
|
6557
|
-
}
|
|
6558
|
-
input[type=range].InputRange-module_ratingScaleRange__gI-rs::-webkit-slider-thumb:not(:disabled):hover {
|
|
6559
|
-
background: var(--color-blue-600, #004970);
|
|
6560
|
-
width: 32px;
|
|
6561
|
-
height: 32px;
|
|
6562
|
-
}
|
|
6563
|
-
input[type=range].InputRange-module_ratingScaleRange__gI-rs::-moz-range-thumb {
|
|
6564
|
-
box-sizing: content-box;
|
|
6565
|
-
width: 26px;
|
|
6566
|
-
height: 26px;
|
|
6567
|
-
border: 4px solid var(--color-white, #ffffff);
|
|
6568
|
-
border-radius: 100%;
|
|
6569
|
-
background: var(--color-blue-500, #0168b3);
|
|
6570
|
-
}
|
|
6571
|
-
input[type=range].InputRange-module_ratingScaleRange__gI-rs::-moz-range-thumb:not(:disabled) {
|
|
6572
|
-
transition: all 0.2s;
|
|
6573
|
-
transition-property: background, height, width;
|
|
6574
|
-
}
|
|
6575
|
-
input[type=range].InputRange-module_ratingScaleRange__gI-rs::-moz-range-thumb:not(:disabled):hover {
|
|
6576
|
-
background: var(--color-blue-600, #004970);
|
|
6577
|
-
width: 32px;
|
|
6578
|
-
height: 32px;
|
|
6579
|
-
}
|
|
6580
|
-
input[type=range].InputRange-module_ratingScaleRange__gI-rs.InputRange-module_hideThumb__oscfB::-webkit-slider-thumb {
|
|
6581
|
-
width: 0;
|
|
6582
|
-
height: 0;
|
|
6583
|
-
border: none;
|
|
6584
|
-
}
|
|
6585
|
-
input[type=range].InputRange-module_ratingScaleRange__gI-rs.InputRange-module_hideThumb__oscfB::-moz-range-thumb {
|
|
6586
|
-
width: 0;
|
|
6587
|
-
height: 0;
|
|
6588
|
-
border: none;
|
|
6589
|
-
}
|
|
6590
|
-
input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-track {
|
|
6591
|
-
width: auto;
|
|
6592
|
-
height: 0;
|
|
6593
|
-
box-sizing: border-box;
|
|
6594
|
-
border-top: 1px solid var(--color-gray-500, #878792);
|
|
6595
|
-
border-bottom: 2px solid var(--color-gray-500, #878792);
|
|
6596
|
-
border-radius: 4px;
|
|
6597
|
-
color: transparent;
|
|
6598
|
-
border-width: 26px 0;
|
|
6599
|
-
border-color: transparent;
|
|
6600
|
-
background: transparent;
|
|
6601
|
-
}
|
|
6602
|
-
input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-fill-lower {
|
|
6603
|
-
border: none;
|
|
6604
|
-
border-radius: 8px;
|
|
6605
|
-
background: var(--color-gray-500, #878792);
|
|
6606
|
-
}
|
|
6607
|
-
input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-fill-upper {
|
|
6608
|
-
border: none;
|
|
6609
|
-
border-radius: 8px;
|
|
6610
|
-
background: var(--color-gray-500, #878792);
|
|
6611
|
-
}
|
|
6612
|
-
input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb {
|
|
6613
|
-
box-sizing: content-box;
|
|
6614
|
-
width: 26px;
|
|
6615
|
-
height: 26px;
|
|
6616
|
-
border: 4px solid var(--color-white, #ffffff);
|
|
6617
|
-
border-radius: 100%;
|
|
6618
|
-
background: var(--color-blue-500, #0168b3);
|
|
6619
|
-
}
|
|
6620
|
-
input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disabled) {
|
|
6621
|
-
transition: all 0.2s;
|
|
6622
|
-
transition-property: background, height, width;
|
|
6623
|
-
}
|
|
6624
|
-
input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disabled):hover {
|
|
6625
|
-
background: var(--color-blue-600, #004970);
|
|
6626
|
-
width: 32px;
|
|
6627
|
-
height: 32px;
|
|
6628
|
-
}
|
|
6629
|
-
|
|
6630
|
-
.InputRange-module_spokes__UFu4A {
|
|
6631
|
-
display: flex;
|
|
6632
|
-
justify-content: space-between;
|
|
6633
|
-
padding: 0 calc(34px / 2) var(--spacing-sm, 0.75rem);
|
|
6634
|
-
}
|
|
6635
|
-
|
|
6636
|
-
.InputRange-module_spokes__UFu4A.InputRange-module_disabled__LCaIN {
|
|
6637
|
-
opacity: 40%;
|
|
6638
|
-
}
|
|
6639
|
-
|
|
6640
|
-
.InputRange-module_spokeContainer__i6epK {
|
|
6641
|
-
display: flex;
|
|
6642
|
-
align-items: center;
|
|
6643
|
-
justify-content: center;
|
|
6644
|
-
width: 1px;
|
|
6645
|
-
}
|
|
6646
|
-
|
|
6647
|
-
.InputRange-module_spoke__k4Hzh {
|
|
6648
|
-
width: 0;
|
|
6649
|
-
height: 0;
|
|
6650
|
-
background: var(--color-gray-500, #878792);
|
|
6651
|
-
border: 2px solid var(--color-gray-500, #878792);
|
|
6652
|
-
border-radius: 100%;
|
|
6653
|
-
}
|
|
6654
|
-
|
|
6655
|
-
.InputRange-module_labelsContainer__H-cPY {
|
|
6656
|
-
display: flex;
|
|
6657
|
-
justify-content: center;
|
|
6658
|
-
width: 100%;
|
|
6659
|
-
}
|
|
6660
|
-
|
|
6661
|
-
.InputRange-module_sliderLabels__qpYBv {
|
|
6662
|
-
width: 100%;
|
|
6663
|
-
display: flex;
|
|
6664
|
-
justify-content: space-between;
|
|
6665
|
-
}
|
|
6666
|
-
|
|
6667
|
-
.InputRange-module_sliderLabels__qpYBv.InputRange-module_disabled__LCaIN {
|
|
6668
|
-
opacity: 40%;
|
|
6669
|
-
}
|
|
6670
6874
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6671
6875
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6876
|
+
/* stylelint-disable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
|
|
6672
6877
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6673
6878
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6674
6879
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6675
6880
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6676
|
-
|
|
6677
|
-
|
|
6678
|
-
|
|
6679
|
-
|
|
6680
|
-
|
|
6681
|
-
|
|
6682
|
-
|
|
6683
|
-
|
|
6684
|
-
|
|
6685
|
-
|
|
6686
|
-
|
|
6687
|
-
|
|
6688
|
-
|
|
6689
|
-
|
|
6690
|
-
|
|
6691
|
-
|
|
6692
|
-
|
|
6693
|
-
|
|
6694
|
-
|
|
6695
|
-
|
|
6696
|
-
|
|
6697
|
-
|
|
6698
|
-
|
|
6699
|
-
|
|
6700
|
-
|
|
6701
|
-
|
|
6702
|
-
|
|
6703
|
-
|
|
6704
|
-
|
|
6705
|
-
|
|
6706
|
-
|
|
6707
|
-
|
|
6708
|
-
|
|
6709
|
-
|
|
6710
|
-
|
|
6711
|
-
|
|
6712
|
-
|
|
6713
|
-
|
|
6714
|
-
|
|
6715
|
-
|
|
6716
|
-
|
|
6717
|
-
|
|
6718
|
-
|
|
6719
|
-
|
|
6720
|
-
|
|
6721
|
-
|
|
6722
|
-
|
|
6723
|
-
|
|
6724
|
-
|
|
6725
|
-
|
|
6726
|
-
.InputSearch-module_input__hCit3[type=search]:focus + .InputSearch-module_focusRing__kDUuP {
|
|
6727
|
-
position: absolute;
|
|
6728
|
-
background: transparent;
|
|
6729
|
-
border-radius: 48px;
|
|
6730
|
-
border-width: var(--border-focus-ring-border-width, 2px);
|
|
6731
|
-
border-style: var(--border-focus-ring-border-style, solid);
|
|
6732
|
-
inset: -3px;
|
|
6733
|
-
pointer-events: none;
|
|
6734
|
-
}
|
|
6735
|
-
|
|
6736
|
-
.InputSearch-module_startIconAdornment__Tc7Yx {
|
|
6737
|
-
position: absolute;
|
|
6738
|
-
height: 1.25rem;
|
|
6739
|
-
top: 50%;
|
|
6740
|
-
transform: translateY(-50%);
|
|
6741
|
-
z-index: 1;
|
|
6742
|
-
inset-inline-start: 1rem;
|
|
6743
|
-
}
|
|
6744
|
-
|
|
6745
|
-
.InputSearch-module_loadingSpinner__GIO1C {
|
|
6746
|
-
margin-top: -2px;
|
|
6881
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6882
|
+
/* 16px */
|
|
6883
|
+
/* 16px */
|
|
6884
|
+
/* 16px */
|
|
6885
|
+
/*
|
|
6886
|
+
Because these components are deprecated, we've kept any inline/non-token values as values from the Zen theme to prevent any style regressions,
|
|
6887
|
+
as this is what consumers would have expected when pulling them in a the time.
|
|
6888
|
+
*/
|
|
6889
|
+
/* stylelint-enable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
|
|
6890
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6891
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6892
|
+
/* stylelint-disable */
|
|
6893
|
+
/* stylelint-enable */
|
|
6894
|
+
/* prettier-ignore */
|
|
6895
|
+
/* stylelint-disable */
|
|
6896
|
+
/* stylelint-enable */
|
|
6897
|
+
/* prettier-ignore */
|
|
6898
|
+
/* stylelint-disable */
|
|
6899
|
+
/* stylelint-enable */
|
|
6900
|
+
/* prettier-ignore */
|
|
6901
|
+
/* stylelint-disable */
|
|
6902
|
+
/* stylelint-enable */
|
|
6903
|
+
/* prettier-ignore */
|
|
6904
|
+
/* stylelint-disable scss/at-if-no-null */
|
|
6905
|
+
/* stylelint-enable scss/at-if-no-null */
|
|
6906
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6907
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6908
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6909
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6910
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6911
|
+
/* stylelint-disable */
|
|
6912
|
+
/* stylelint-enable */
|
|
6913
|
+
/* prettier-ignore */
|
|
6914
|
+
/* stylelint-disable */
|
|
6915
|
+
/* stylelint-enable */
|
|
6916
|
+
/* prettier-ignore */
|
|
6917
|
+
/* prettier-ignore */
|
|
6918
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6919
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6920
|
+
/* stylelint-disable function-name-case, scss/at-function-pattern */
|
|
6921
|
+
/* stylelint-enable function-name-case, scss/at-function-pattern */
|
|
6922
|
+
/* prettier-ignore */
|
|
6923
|
+
/* prettier-ignore */
|
|
6924
|
+
/* prettier-ignore */
|
|
6925
|
+
/* prettier-ignore */
|
|
6926
|
+
/* prettier-ignore */
|
|
6927
|
+
/* prettier-ignore */
|
|
6928
|
+
.GenericModal-module_defaultModalWidth__kG7lU {
|
|
6929
|
+
min-width: 300px;
|
|
6930
|
+
max-width: 600px;
|
|
6747
6931
|
}
|
|
6748
6932
|
|
|
6749
|
-
.
|
|
6750
|
-
position:
|
|
6751
|
-
|
|
6752
|
-
|
|
6753
|
-
|
|
6754
|
-
|
|
6755
|
-
|
|
6933
|
+
.GenericModal-module_backdropLayer__RNQ-U {
|
|
6934
|
+
position: fixed;
|
|
6935
|
+
background-color: #000;
|
|
6936
|
+
opacity: 50%;
|
|
6937
|
+
z-index: 1040;
|
|
6938
|
+
top: 0;
|
|
6939
|
+
bottom: 0;
|
|
6940
|
+
inset-inline-end: 0;
|
|
6941
|
+
inset-inline-start: 0;
|
|
6756
6942
|
}
|
|
6757
6943
|
|
|
6758
|
-
.
|
|
6759
|
-
|
|
6760
|
-
|
|
6944
|
+
.GenericModal-module_scrollLayer__A5VdY {
|
|
6945
|
+
position: fixed;
|
|
6946
|
+
display: flex;
|
|
6947
|
+
align-items: center;
|
|
6948
|
+
z-index: 1050;
|
|
6949
|
+
overflow-y: auto;
|
|
6950
|
+
top: 0;
|
|
6951
|
+
bottom: 0;
|
|
6952
|
+
inset-inline-end: 0;
|
|
6953
|
+
inset-inline-start: 0;
|
|
6761
6954
|
}
|
|
6762
6955
|
|
|
6763
|
-
|
|
6764
|
-
|
|
6765
|
-
|
|
6766
|
-
|
|
6767
|
-
color: var(--color-purple-800, #2f2438);
|
|
6768
|
-
}
|
|
6769
|
-
.InputSearch-module_default__4d3Ek .InputSearch-module_input__hCit3[type=search]::placeholder {
|
|
6770
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
6771
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
6772
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
6773
|
-
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
6774
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
6775
|
-
position: static;
|
|
6776
|
-
color: var(--color-purple-800, #2f2438);
|
|
6777
|
-
opacity: 0.7;
|
|
6778
|
-
}
|
|
6779
|
-
.InputSearch-module_default__4d3Ek .InputSearch-module_focusRing__kDUuP {
|
|
6780
|
-
border-color: var(--color-blue-500, #0168b3);
|
|
6781
|
-
}
|
|
6782
|
-
.InputSearch-module_default__4d3Ek .InputSearch-module_startIconAdornment__Tc7Yx {
|
|
6783
|
-
color: var(--color-purple-800, #2f2438);
|
|
6784
|
-
opacity: 0.7;
|
|
6785
|
-
}
|
|
6786
|
-
.InputSearch-module_default__4d3Ek:hover .InputSearch-module_input__hCit3[type=search], .InputSearch-module_default__4d3Ek:focus-within .InputSearch-module_input__hCit3[type=search] {
|
|
6787
|
-
border-color: var(--color-gray-600, #524e56);
|
|
6788
|
-
background-color: var(--color-gray-200, #f4f4f5);
|
|
6789
|
-
}
|
|
6790
|
-
.InputSearch-module_default__4d3Ek:hover .InputSearch-module_input__hCit3[type=search]::placeholder, .InputSearch-module_default__4d3Ek:focus-within .InputSearch-module_input__hCit3[type=search]::placeholder {
|
|
6791
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
6792
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
6793
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
6794
|
-
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
6795
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
6796
|
-
position: static;
|
|
6797
|
-
opacity: 100%;
|
|
6798
|
-
}
|
|
6799
|
-
.InputSearch-module_default__4d3Ek:hover .InputSearch-module_startIconAdornment__Tc7Yx, .InputSearch-module_default__4d3Ek:focus-within .InputSearch-module_startIconAdornment__Tc7Yx {
|
|
6800
|
-
opacity: 100%;
|
|
6956
|
+
.GenericModal-module_modalLayer__WfD1U {
|
|
6957
|
+
margin: auto;
|
|
6958
|
+
padding: 1.5rem 0;
|
|
6959
|
+
width: 100%;
|
|
6801
6960
|
}
|
|
6802
6961
|
|
|
6803
|
-
.
|
|
6804
|
-
|
|
6805
|
-
background-color: var(--color-gray-200, #f4f4f5);
|
|
6806
|
-
color: var(--color-purple-800, #2f2438);
|
|
6807
|
-
}
|
|
6808
|
-
.InputSearch-module_secondary__l68uD .InputSearch-module_input__hCit3[type=search]::placeholder {
|
|
6809
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
6810
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
6811
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
6812
|
-
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
6813
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
6814
|
-
position: static;
|
|
6815
|
-
color: var(--color-purple-800, #2f2438);
|
|
6816
|
-
opacity: 0.7;
|
|
6817
|
-
}
|
|
6818
|
-
.InputSearch-module_secondary__l68uD .InputSearch-module_focusRing__kDUuP {
|
|
6819
|
-
border-color: var(--color-blue-500, #0168b3);
|
|
6962
|
+
.GenericModal-module_animatingEnter__P3wuk {
|
|
6963
|
+
transition-duration: var(--animation-duration-fast, 300ms);
|
|
6820
6964
|
}
|
|
6821
|
-
.
|
|
6822
|
-
|
|
6823
|
-
|
|
6965
|
+
.GenericModal-module_animatingEnter__P3wuk .GenericModal-module_backdropLayer__RNQ-U {
|
|
6966
|
+
/*
|
|
6967
|
+
There's a weird bug in Chrome/Blink 102.x that animates the opacity
|
|
6968
|
+
all the way to 1 with 200ms ("rapid" token), but is fine with
|
|
6969
|
+
201ms, see Jira [KDS-523]
|
|
6970
|
+
*/
|
|
6971
|
+
animation-duration: 201ms;
|
|
6972
|
+
animation-fill-mode: forwards;
|
|
6973
|
+
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
6974
|
+
animation-name: GenericModal-module_fade-0-to-0-5__-4t3h;
|
|
6824
6975
|
}
|
|
6825
|
-
|
|
6826
|
-
|
|
6827
|
-
|
|
6976
|
+
@keyframes GenericModal-module_fade-0-to-0-5__-4t3h {
|
|
6977
|
+
0% {
|
|
6978
|
+
opacity: 0;
|
|
6979
|
+
}
|
|
6980
|
+
100% {
|
|
6981
|
+
opacity: 0.5;
|
|
6982
|
+
}
|
|
6828
6983
|
}
|
|
6829
|
-
.
|
|
6830
|
-
|
|
6831
|
-
|
|
6832
|
-
|
|
6833
|
-
|
|
6834
|
-
|
|
6835
|
-
position: static;
|
|
6836
|
-
opacity: 100%;
|
|
6984
|
+
.GenericModal-module_animatingEnter__P3wuk [data-modal] {
|
|
6985
|
+
animation-duration: var(--animation-duration-fast, 300ms);
|
|
6986
|
+
animation-fill-mode: forwards;
|
|
6987
|
+
animation-timing-function: var(--animation-easing-function-bounce-in, cubic-bezier(0.485, 0.155, 0.24, 1.245));
|
|
6988
|
+
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
6989
|
+
animation-name: GenericModal-module_custom-1__G0JT4;
|
|
6837
6990
|
}
|
|
6838
|
-
|
|
6839
|
-
|
|
6991
|
+
@keyframes GenericModal-module_custom-1__G0JT4 {
|
|
6992
|
+
0% {
|
|
6993
|
+
opacity: 0;
|
|
6994
|
+
transform: scale(0.5);
|
|
6995
|
+
}
|
|
6996
|
+
100% {
|
|
6997
|
+
opacity: 1;
|
|
6998
|
+
transform: scale(1);
|
|
6999
|
+
}
|
|
6840
7000
|
}
|
|
6841
7001
|
|
|
6842
|
-
.
|
|
6843
|
-
|
|
6844
|
-
color: var(--color-white, #ffffff);
|
|
7002
|
+
.GenericModal-module_animatingLeave__rNkKX {
|
|
7003
|
+
transition-duration: var(--animation-duration-rapid, 200ms);
|
|
6845
7004
|
}
|
|
6846
|
-
.
|
|
6847
|
-
|
|
6848
|
-
|
|
6849
|
-
|
|
6850
|
-
|
|
6851
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
6852
|
-
position: static;
|
|
6853
|
-
color: var(--color-white, #ffffff);
|
|
6854
|
-
opacity: 0.8;
|
|
7005
|
+
.GenericModal-module_animatingLeave__rNkKX .GenericModal-module_backdropLayer__RNQ-U {
|
|
7006
|
+
animation-duration: var(--animation-duration-rapid, 200ms);
|
|
7007
|
+
animation-fill-mode: forwards;
|
|
7008
|
+
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
7009
|
+
animation-name: GenericModal-module_fade-0-5-to-0__JkaSn;
|
|
6855
7010
|
}
|
|
6856
|
-
|
|
6857
|
-
|
|
7011
|
+
@keyframes GenericModal-module_fade-0-5-to-0__JkaSn {
|
|
7012
|
+
0% {
|
|
7013
|
+
opacity: 0.5;
|
|
7014
|
+
}
|
|
7015
|
+
100% {
|
|
7016
|
+
opacity: 0;
|
|
7017
|
+
}
|
|
6858
7018
|
}
|
|
6859
|
-
.
|
|
6860
|
-
|
|
6861
|
-
|
|
7019
|
+
.GenericModal-module_animatingLeave__rNkKX [data-modal] {
|
|
7020
|
+
animation-duration: var(--animation-duration-rapid, 200ms);
|
|
7021
|
+
animation-fill-mode: forwards;
|
|
7022
|
+
animation-timing-function: var(--animation-easing-function-bounce-out, cubic-bezier(0.485, 0.155, 0.515, 0.845));
|
|
7023
|
+
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
7024
|
+
animation-name: GenericModal-module_custom-3__oWflS;
|
|
6862
7025
|
}
|
|
6863
|
-
|
|
6864
|
-
|
|
6865
|
-
|
|
7026
|
+
@keyframes GenericModal-module_custom-3__oWflS {
|
|
7027
|
+
0% {
|
|
7028
|
+
opacity: 1;
|
|
7029
|
+
transform: scale(1);
|
|
7030
|
+
}
|
|
7031
|
+
100% {
|
|
7032
|
+
opacity: 0;
|
|
7033
|
+
transform: scale(0.5);
|
|
7034
|
+
}
|
|
6866
7035
|
}
|
|
6867
|
-
|
|
6868
|
-
|
|
7036
|
+
|
|
7037
|
+
.GenericModal-module_unscrollable__HjRaW {
|
|
7038
|
+
/* Tech debt - this !important existed before Stylelint rules */
|
|
7039
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
|
6869
7040
|
}
|
|
6870
7041
|
|
|
6871
|
-
|
|
7042
|
+
.GenericModal-module_pseudoScrollbar__BhRqh {
|
|
7043
|
+
/* Tech debt - this !important existed before Stylelint rules */
|
|
7044
|
+
padding-right: 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
7045
|
+
}
|
|
7046
|
+
|
|
7047
|
+
.GenericModal-module_hide__SK9PI {
|
|
7048
|
+
opacity: 0%;
|
|
7049
|
+
pointer-events: none;
|
|
7050
|
+
}
|
|
6872
7051
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6873
7052
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
6874
7053
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -7134,262 +7313,97 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
7134
7313
|
padding: var(--spacing-md, 1.5rem) var(--spacing-lg, 2.25rem);
|
|
7135
7314
|
}
|
|
7136
7315
|
}
|
|
7137
|
-
|
|
7138
|
-
.ContextModal-module_footerWithSecondaryAction__-5sq8, .ContextModal-module_footer__JIwF5 {
|
|
7139
|
-
white-space: initial;
|
|
7140
|
-
}
|
|
7141
|
-
@media (min-width: 768px) {
|
|
7142
|
-
.ContextModal-module_footerWithSecondaryAction__-5sq8, .ContextModal-module_footer__JIwF5 {
|
|
7143
|
-
white-space: nowrap;
|
|
7144
|
-
}
|
|
7145
|
-
}
|
|
7146
|
-
|
|
7147
|
-
.ContextModal-module_footerWithSecondaryAction__-5sq8 {
|
|
7148
|
-
margin-left: calc(-1 * var(--spacing-sm, 0.75rem));
|
|
7149
|
-
}
|
|
7150
|
-
|
|
7151
|
-
.ContextModal-module_emptyFooter__UHWc- {
|
|
7152
|
-
height: var(--spacing-sm, 0.75rem);
|
|
7153
|
-
}
|
|
7154
|
-
|
|
7155
|
-
.ContextModal-module_portraitContentlayout__kqUJG {
|
|
7156
|
-
padding: var(--spacing-md, 1.5rem);
|
|
7157
|
-
display: block;
|
|
7158
|
-
box-sizing: content-box;
|
|
7159
|
-
}
|
|
7160
|
-
@media (min-width: 768px) {
|
|
7161
|
-
.ContextModal-module_portraitContentlayout__kqUJG {
|
|
7162
|
-
display: grid;
|
|
7163
|
-
max-width: 800px;
|
|
7164
|
-
grid-auto-columns: 1fr;
|
|
7165
|
-
grid-auto-flow: column;
|
|
7166
|
-
column-gap: var(--spacing-xl, 3rem);
|
|
7167
|
-
padding: var(--spacing-md, 1.5rem) var(--spacing-lg, 2.25rem);
|
|
7168
|
-
}
|
|
7169
|
-
}
|
|
7170
|
-
|
|
7171
|
-
.ContextModal-module_landscapeContentlayout__IFqQN {
|
|
7172
|
-
display: flex;
|
|
7173
|
-
padding: var(--spacing-md, 1.5rem);
|
|
7174
|
-
flex-direction: column;
|
|
7175
|
-
}
|
|
7176
|
-
@media (min-width: 768px) {
|
|
7177
|
-
.ContextModal-module_landscapeContentlayout__IFqQN {
|
|
7178
|
-
padding: var(--spacing-md, 1.5rem) var(--spacing-lg, 2.25rem);
|
|
7179
|
-
}
|
|
7180
|
-
}
|
|
7181
|
-
.ContextModal-module_landscapeContentlayout__IFqQN .ContextModal-module_image__aEDvK {
|
|
7182
|
-
display: flex;
|
|
7183
|
-
flex-direction: column;
|
|
7184
|
-
align-items: center;
|
|
7185
|
-
justify-content: center;
|
|
7186
|
-
}
|
|
7187
|
-
.ContextModal-module_landscapeContentlayout__IFqQN .ContextModal-module_content__-KrFF {
|
|
7188
|
-
padding-left: 0;
|
|
7189
|
-
}
|
|
7190
|
-
@media (min-width: 768px) {
|
|
7191
|
-
.ContextModal-module_landscapeContentlayout__IFqQN .ContextModal-module_content__-KrFF {
|
|
7192
|
-
max-width: 100%;
|
|
7193
|
-
}
|
|
7194
|
-
}
|
|
7195
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7196
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7197
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7198
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7199
|
-
/* stylelint-disable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
|
|
7200
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7201
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7202
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7203
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7204
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7205
|
-
/* 16px */
|
|
7206
|
-
/* 16px */
|
|
7207
|
-
/* 16px */
|
|
7208
|
-
/*
|
|
7209
|
-
Because these components are deprecated, we've kept any inline/non-token values as values from the Zen theme to prevent any style regressions,
|
|
7210
|
-
as this is what consumers would have expected when pulling them in a the time.
|
|
7211
|
-
*/
|
|
7212
|
-
/* stylelint-enable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
|
|
7213
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7214
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7215
|
-
/* stylelint-disable */
|
|
7216
|
-
/* stylelint-enable */
|
|
7217
|
-
/* prettier-ignore */
|
|
7218
|
-
/* stylelint-disable */
|
|
7219
|
-
/* stylelint-enable */
|
|
7220
|
-
/* prettier-ignore */
|
|
7221
|
-
/* stylelint-disable */
|
|
7222
|
-
/* stylelint-enable */
|
|
7223
|
-
/* prettier-ignore */
|
|
7224
|
-
/* stylelint-disable */
|
|
7225
|
-
/* stylelint-enable */
|
|
7226
|
-
/* prettier-ignore */
|
|
7227
|
-
/* stylelint-disable scss/at-if-no-null */
|
|
7228
|
-
/* stylelint-enable scss/at-if-no-null */
|
|
7229
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7230
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7231
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7232
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7233
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7234
|
-
/* stylelint-disable */
|
|
7235
|
-
/* stylelint-enable */
|
|
7236
|
-
/* prettier-ignore */
|
|
7237
|
-
/* stylelint-disable */
|
|
7238
|
-
/* stylelint-enable */
|
|
7239
|
-
/* prettier-ignore */
|
|
7240
|
-
/* prettier-ignore */
|
|
7241
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7242
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7243
|
-
/* stylelint-disable function-name-case, scss/at-function-pattern */
|
|
7244
|
-
/* stylelint-enable function-name-case, scss/at-function-pattern */
|
|
7245
|
-
/* prettier-ignore */
|
|
7246
|
-
/* prettier-ignore */
|
|
7247
|
-
/* prettier-ignore */
|
|
7248
|
-
/* prettier-ignore */
|
|
7249
|
-
/* prettier-ignore */
|
|
7250
|
-
/* prettier-ignore */
|
|
7251
|
-
.GenericModal-module_defaultModalWidth__kG7lU {
|
|
7252
|
-
min-width: 300px;
|
|
7253
|
-
max-width: 600px;
|
|
7254
|
-
}
|
|
7255
|
-
|
|
7256
|
-
.GenericModal-module_backdropLayer__RNQ-U {
|
|
7257
|
-
position: fixed;
|
|
7258
|
-
background-color: #000;
|
|
7259
|
-
opacity: 50%;
|
|
7260
|
-
z-index: 1040;
|
|
7261
|
-
top: 0;
|
|
7262
|
-
bottom: 0;
|
|
7263
|
-
inset-inline-end: 0;
|
|
7264
|
-
inset-inline-start: 0;
|
|
7265
|
-
}
|
|
7266
|
-
|
|
7267
|
-
.GenericModal-module_scrollLayer__A5VdY {
|
|
7268
|
-
position: fixed;
|
|
7269
|
-
display: flex;
|
|
7270
|
-
align-items: center;
|
|
7271
|
-
z-index: 1050;
|
|
7272
|
-
overflow-y: auto;
|
|
7273
|
-
top: 0;
|
|
7274
|
-
bottom: 0;
|
|
7275
|
-
inset-inline-end: 0;
|
|
7276
|
-
inset-inline-start: 0;
|
|
7277
|
-
}
|
|
7278
|
-
|
|
7279
|
-
.GenericModal-module_modalLayer__WfD1U {
|
|
7280
|
-
margin: auto;
|
|
7281
|
-
padding: 1.5rem 0;
|
|
7282
|
-
width: 100%;
|
|
7283
|
-
}
|
|
7284
|
-
|
|
7285
|
-
.GenericModal-module_animatingEnter__P3wuk {
|
|
7286
|
-
transition-duration: var(--animation-duration-fast, 300ms);
|
|
7287
|
-
}
|
|
7288
|
-
.GenericModal-module_animatingEnter__P3wuk .GenericModal-module_backdropLayer__RNQ-U {
|
|
7289
|
-
/*
|
|
7290
|
-
There's a weird bug in Chrome/Blink 102.x that animates the opacity
|
|
7291
|
-
all the way to 1 with 200ms ("rapid" token), but is fine with
|
|
7292
|
-
201ms, see Jira [KDS-523]
|
|
7293
|
-
*/
|
|
7294
|
-
animation-duration: 201ms;
|
|
7295
|
-
animation-fill-mode: forwards;
|
|
7296
|
-
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
7297
|
-
animation-name: GenericModal-module_fade-0-to-0-5__-4t3h;
|
|
7298
|
-
}
|
|
7299
|
-
@keyframes GenericModal-module_fade-0-to-0-5__-4t3h {
|
|
7300
|
-
0% {
|
|
7301
|
-
opacity: 0;
|
|
7302
|
-
}
|
|
7303
|
-
100% {
|
|
7304
|
-
opacity: 0.5;
|
|
7305
|
-
}
|
|
7306
|
-
}
|
|
7307
|
-
.GenericModal-module_animatingEnter__P3wuk [data-modal] {
|
|
7308
|
-
animation-duration: var(--animation-duration-fast, 300ms);
|
|
7309
|
-
animation-fill-mode: forwards;
|
|
7310
|
-
animation-timing-function: var(--animation-easing-function-bounce-in, cubic-bezier(0.485, 0.155, 0.24, 1.245));
|
|
7311
|
-
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
7312
|
-
animation-name: GenericModal-module_custom-1__G0JT4;
|
|
7313
|
-
}
|
|
7314
|
-
@keyframes GenericModal-module_custom-1__G0JT4 {
|
|
7315
|
-
0% {
|
|
7316
|
-
opacity: 0;
|
|
7317
|
-
transform: scale(0.5);
|
|
7318
|
-
}
|
|
7319
|
-
100% {
|
|
7320
|
-
opacity: 1;
|
|
7321
|
-
transform: scale(1);
|
|
7322
|
-
}
|
|
7323
|
-
}
|
|
7324
|
-
|
|
7325
|
-
.GenericModal-module_animatingLeave__rNkKX {
|
|
7326
|
-
transition-duration: var(--animation-duration-rapid, 200ms);
|
|
7327
|
-
}
|
|
7328
|
-
.GenericModal-module_animatingLeave__rNkKX .GenericModal-module_backdropLayer__RNQ-U {
|
|
7329
|
-
animation-duration: var(--animation-duration-rapid, 200ms);
|
|
7330
|
-
animation-fill-mode: forwards;
|
|
7331
|
-
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
7332
|
-
animation-name: GenericModal-module_fade-0-5-to-0__JkaSn;
|
|
7333
|
-
}
|
|
7334
|
-
@keyframes GenericModal-module_fade-0-5-to-0__JkaSn {
|
|
7335
|
-
0% {
|
|
7336
|
-
opacity: 0.5;
|
|
7337
|
-
}
|
|
7338
|
-
100% {
|
|
7339
|
-
opacity: 0;
|
|
7340
|
-
}
|
|
7341
|
-
}
|
|
7342
|
-
.GenericModal-module_animatingLeave__rNkKX [data-modal] {
|
|
7343
|
-
animation-duration: var(--animation-duration-rapid, 200ms);
|
|
7344
|
-
animation-fill-mode: forwards;
|
|
7345
|
-
animation-timing-function: var(--animation-easing-function-bounce-out, cubic-bezier(0.485, 0.155, 0.515, 0.845));
|
|
7346
|
-
/* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
|
|
7347
|
-
animation-name: GenericModal-module_custom-3__oWflS;
|
|
7316
|
+
|
|
7317
|
+
.ContextModal-module_footerWithSecondaryAction__-5sq8, .ContextModal-module_footer__JIwF5 {
|
|
7318
|
+
white-space: initial;
|
|
7348
7319
|
}
|
|
7349
|
-
@
|
|
7350
|
-
|
|
7351
|
-
|
|
7352
|
-
transform: scale(1);
|
|
7353
|
-
}
|
|
7354
|
-
100% {
|
|
7355
|
-
opacity: 0;
|
|
7356
|
-
transform: scale(0.5);
|
|
7320
|
+
@media (min-width: 768px) {
|
|
7321
|
+
.ContextModal-module_footerWithSecondaryAction__-5sq8, .ContextModal-module_footer__JIwF5 {
|
|
7322
|
+
white-space: nowrap;
|
|
7357
7323
|
}
|
|
7358
7324
|
}
|
|
7359
7325
|
|
|
7360
|
-
.
|
|
7361
|
-
|
|
7362
|
-
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
|
7326
|
+
.ContextModal-module_footerWithSecondaryAction__-5sq8 {
|
|
7327
|
+
margin-left: calc(-1 * var(--spacing-sm, 0.75rem));
|
|
7363
7328
|
}
|
|
7364
7329
|
|
|
7365
|
-
.
|
|
7366
|
-
|
|
7367
|
-
padding-right: 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
7330
|
+
.ContextModal-module_emptyFooter__UHWc- {
|
|
7331
|
+
height: var(--spacing-sm, 0.75rem);
|
|
7368
7332
|
}
|
|
7369
7333
|
|
|
7370
|
-
.
|
|
7371
|
-
|
|
7372
|
-
|
|
7334
|
+
.ContextModal-module_portraitContentlayout__kqUJG {
|
|
7335
|
+
padding: var(--spacing-md, 1.5rem);
|
|
7336
|
+
display: block;
|
|
7337
|
+
box-sizing: content-box;
|
|
7338
|
+
}
|
|
7339
|
+
@media (min-width: 768px) {
|
|
7340
|
+
.ContextModal-module_portraitContentlayout__kqUJG {
|
|
7341
|
+
display: grid;
|
|
7342
|
+
max-width: 800px;
|
|
7343
|
+
grid-auto-columns: 1fr;
|
|
7344
|
+
grid-auto-flow: column;
|
|
7345
|
+
column-gap: var(--spacing-xl, 3rem);
|
|
7346
|
+
padding: var(--spacing-md, 1.5rem) var(--spacing-lg, 2.25rem);
|
|
7347
|
+
}
|
|
7348
|
+
}
|
|
7349
|
+
|
|
7350
|
+
.ContextModal-module_landscapeContentlayout__IFqQN {
|
|
7351
|
+
display: flex;
|
|
7352
|
+
padding: var(--spacing-md, 1.5rem);
|
|
7353
|
+
flex-direction: column;
|
|
7354
|
+
}
|
|
7355
|
+
@media (min-width: 768px) {
|
|
7356
|
+
.ContextModal-module_landscapeContentlayout__IFqQN {
|
|
7357
|
+
padding: var(--spacing-md, 1.5rem) var(--spacing-lg, 2.25rem);
|
|
7358
|
+
}
|
|
7359
|
+
}
|
|
7360
|
+
.ContextModal-module_landscapeContentlayout__IFqQN .ContextModal-module_image__aEDvK {
|
|
7361
|
+
display: flex;
|
|
7362
|
+
flex-direction: column;
|
|
7363
|
+
align-items: center;
|
|
7364
|
+
justify-content: center;
|
|
7365
|
+
}
|
|
7366
|
+
.ContextModal-module_landscapeContentlayout__IFqQN .ContextModal-module_content__-KrFF {
|
|
7367
|
+
padding-left: 0;
|
|
7368
|
+
}
|
|
7369
|
+
@media (min-width: 768px) {
|
|
7370
|
+
.ContextModal-module_landscapeContentlayout__IFqQN .ContextModal-module_content__-KrFF {
|
|
7371
|
+
max-width: 100%;
|
|
7372
|
+
}
|
|
7373
7373
|
}
|
|
7374
7374
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7375
7375
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7376
|
-
|
|
7376
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7377
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7378
|
+
.RadioField-module_container__r6T25 {
|
|
7379
|
+
position: relative;
|
|
7380
|
+
overflow-wrap: break-word;
|
|
7381
|
+
word-wrap: break-word;
|
|
7382
|
+
word-break: break-word;
|
|
7377
7383
|
margin-bottom: var(--spacing-sm, 0.75rem);
|
|
7378
7384
|
}
|
|
7379
|
-
.
|
|
7385
|
+
.RadioField-module_container__r6T25 label {
|
|
7386
|
+
-webkit-tap-highlight-color: transparent;
|
|
7387
|
+
}
|
|
7388
|
+
.ideal-sans .RadioField-module_container__r6T25 label {
|
|
7389
|
+
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
7380
7390
|
padding-top: 0;
|
|
7381
7391
|
}
|
|
7382
|
-
.
|
|
7383
|
-
|
|
7392
|
+
.RadioField-module_container__r6T25.RadioField-module_selected__kdlz8 label {
|
|
7393
|
+
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
7394
|
+
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
7395
|
+
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
7396
|
+
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
7397
|
+
font-weight: var(--typography-paragraph-bold-font-weight, 600);
|
|
7398
|
+
position: static;
|
|
7384
7399
|
}
|
|
7385
|
-
|
|
7386
|
-
|
|
7387
|
-
|
|
7388
|
-
flex-direction: column;
|
|
7389
|
-
margin-bottom: var(--spacing-sm, 0.75rem);
|
|
7400
|
+
.RadioField-module_container__r6T25:not(.RadioField-module_reversed__EX79j) label:hover input:not([disabled]) + span {
|
|
7401
|
+
border-color: var(--color-gray-600, #524e56);
|
|
7402
|
+
background-color: var(--color-gray-200, #f4f4f5);
|
|
7390
7403
|
}
|
|
7391
|
-
.
|
|
7392
|
-
|
|
7404
|
+
.RadioField-module_container__r6T25.RadioField-module_reversed__EX79j label:hover input:not([disabled]) + span {
|
|
7405
|
+
border-color: var(--color-white, #ffffff);
|
|
7406
|
+
background-color: transparent;
|
|
7393
7407
|
}
|
|
7394
7408
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7395
7409
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -7785,6 +7799,26 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
7785
7799
|
}
|
|
7786
7800
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7787
7801
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7802
|
+
.RadioGroup-module_radioGroupLabel__wIl4z {
|
|
7803
|
+
margin-bottom: var(--spacing-sm, 0.75rem);
|
|
7804
|
+
}
|
|
7805
|
+
.ideal-sans .RadioGroup-module_radioGroupLabel__wIl4z label {
|
|
7806
|
+
padding-top: 0;
|
|
7807
|
+
}
|
|
7808
|
+
.RadioGroup-module_radioGroupLabel__wIl4z.RadioGroup-module_reversed__VeBun {
|
|
7809
|
+
color: var(--color-white, #ffffff);
|
|
7810
|
+
}
|
|
7811
|
+
|
|
7812
|
+
.RadioGroup-module_radioGroupContainer__NKWpt {
|
|
7813
|
+
display: flex;
|
|
7814
|
+
flex-direction: column;
|
|
7815
|
+
margin-bottom: var(--spacing-sm, 0.75rem);
|
|
7816
|
+
}
|
|
7817
|
+
.RadioGroup-module_radioGroupContainer__NKWpt.RadioGroup-module_noBottomMargin__VKF2T {
|
|
7818
|
+
margin-bottom: 0;
|
|
7819
|
+
}
|
|
7820
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7821
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7788
7822
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7789
7823
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7790
7824
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -7868,77 +7902,6 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
7868
7902
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7869
7903
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7870
7904
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7871
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7872
|
-
.RadioField-module_container__r6T25 {
|
|
7873
|
-
position: relative;
|
|
7874
|
-
overflow-wrap: break-word;
|
|
7875
|
-
word-wrap: break-word;
|
|
7876
|
-
word-break: break-word;
|
|
7877
|
-
margin-bottom: var(--spacing-sm, 0.75rem);
|
|
7878
|
-
}
|
|
7879
|
-
.RadioField-module_container__r6T25 label {
|
|
7880
|
-
-webkit-tap-highlight-color: transparent;
|
|
7881
|
-
}
|
|
7882
|
-
.ideal-sans .RadioField-module_container__r6T25 label {
|
|
7883
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
7884
|
-
padding-top: 0;
|
|
7885
|
-
}
|
|
7886
|
-
.RadioField-module_container__r6T25.RadioField-module_selected__kdlz8 label {
|
|
7887
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
7888
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
7889
|
-
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
7890
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
7891
|
-
font-weight: var(--typography-paragraph-bold-font-weight, 600);
|
|
7892
|
-
position: static;
|
|
7893
|
-
}
|
|
7894
|
-
.RadioField-module_container__r6T25:not(.RadioField-module_reversed__EX79j) label:hover input:not([disabled]) + span {
|
|
7895
|
-
border-color: var(--color-gray-600, #524e56);
|
|
7896
|
-
background-color: var(--color-gray-200, #f4f4f5);
|
|
7897
|
-
}
|
|
7898
|
-
.RadioField-module_container__r6T25.RadioField-module_reversed__EX79j label:hover input:not([disabled]) + span {
|
|
7899
|
-
border-color: var(--color-white, #ffffff);
|
|
7900
|
-
background-color: transparent;
|
|
7901
|
-
}
|
|
7902
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7903
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7904
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7905
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7906
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7907
|
-
.EditableRichTextContent-module_editorLabel__u2Fu9 {
|
|
7908
|
-
margin-bottom: var(--spacing-6, 0.375rem);
|
|
7909
|
-
display: inline-block;
|
|
7910
|
-
}
|
|
7911
|
-
|
|
7912
|
-
.EditableRichTextContent-module_editableContainer__zZEMC .ProseMirror {
|
|
7913
|
-
padding: calc(var(--spacing-12, 0.75rem) - var(--border-solid-border-width, 2px));
|
|
7914
|
-
position: relative;
|
|
7915
|
-
border-radius: var(--border-solid-border-radius, 7px);
|
|
7916
|
-
border: var(--border-solid-border-width, 2px) var(--border-solid-border-style, solid) var(--color-gray-500, #878792);
|
|
7917
|
-
transition: background-color var(--animation-duration-immediate, 100ms), border-color var(--animation-duration-immediate, 100ms);
|
|
7918
|
-
background-color: var(--color-white, #ffffff);
|
|
7919
|
-
min-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
7920
|
-
}
|
|
7921
|
-
|
|
7922
|
-
.EditableRichTextContent-module_editableContainer__zZEMC:hover .ProseMirror {
|
|
7923
|
-
background-color: var(--color-gray-200, #f4f4f5);
|
|
7924
|
-
}
|
|
7925
|
-
|
|
7926
|
-
.EditableRichTextContent-module_editableContainer__zZEMC .EditableRichTextContent-module_hiddenButton__Kq3oB:focus-within + * > .ProseMirror {
|
|
7927
|
-
background-color: var(--color-gray-200, #f4f4f5);
|
|
7928
|
-
}
|
|
7929
|
-
.EditableRichTextContent-module_editableContainer__zZEMC .EditableRichTextContent-module_hiddenButton__Kq3oB:focus-within + * > .ProseMirror::before {
|
|
7930
|
-
pointer-events: none;
|
|
7931
|
-
content: "";
|
|
7932
|
-
position: absolute;
|
|
7933
|
-
background: transparent;
|
|
7934
|
-
border: var(--border-focus-ring-border-width, 2px) var(--border-focus-ring-border-style, solid) var(--color-blue-500, #0168b3);
|
|
7935
|
-
border-radius: 10px;
|
|
7936
|
-
inset: calc(-1 * calc(var(--border-focus-ring-border-width, 2px) * 2 + 1px));
|
|
7937
|
-
z-index: 1;
|
|
7938
|
-
}
|
|
7939
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7940
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7941
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7942
7905
|
.RichTextContent-module_content__vVcWj > .ProseMirror {
|
|
7943
7906
|
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
7944
7907
|
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
@@ -8039,6 +8002,43 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
8039
8002
|
}
|
|
8040
8003
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8041
8004
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8005
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8006
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8007
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8008
|
+
.EditableRichTextContent-module_editorLabel__u2Fu9 {
|
|
8009
|
+
margin-bottom: var(--spacing-6, 0.375rem);
|
|
8010
|
+
display: inline-block;
|
|
8011
|
+
}
|
|
8012
|
+
|
|
8013
|
+
.EditableRichTextContent-module_editableContainer__zZEMC .ProseMirror {
|
|
8014
|
+
padding: calc(var(--spacing-12, 0.75rem) - var(--border-solid-border-width, 2px));
|
|
8015
|
+
position: relative;
|
|
8016
|
+
border-radius: var(--border-solid-border-radius, 7px);
|
|
8017
|
+
border: var(--border-solid-border-width, 2px) var(--border-solid-border-style, solid) var(--color-gray-500, #878792);
|
|
8018
|
+
transition: background-color var(--animation-duration-immediate, 100ms), border-color var(--animation-duration-immediate, 100ms);
|
|
8019
|
+
background-color: var(--color-white, #ffffff);
|
|
8020
|
+
min-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
8021
|
+
}
|
|
8022
|
+
|
|
8023
|
+
.EditableRichTextContent-module_editableContainer__zZEMC:hover .ProseMirror {
|
|
8024
|
+
background-color: var(--color-gray-200, #f4f4f5);
|
|
8025
|
+
}
|
|
8026
|
+
|
|
8027
|
+
.EditableRichTextContent-module_editableContainer__zZEMC .EditableRichTextContent-module_hiddenButton__Kq3oB:focus-within + * > .ProseMirror {
|
|
8028
|
+
background-color: var(--color-gray-200, #f4f4f5);
|
|
8029
|
+
}
|
|
8030
|
+
.EditableRichTextContent-module_editableContainer__zZEMC .EditableRichTextContent-module_hiddenButton__Kq3oB:focus-within + * > .ProseMirror::before {
|
|
8031
|
+
pointer-events: none;
|
|
8032
|
+
content: "";
|
|
8033
|
+
position: absolute;
|
|
8034
|
+
background: transparent;
|
|
8035
|
+
border: var(--border-focus-ring-border-width, 2px) var(--border-focus-ring-border-style, solid) var(--color-blue-500, #0168b3);
|
|
8036
|
+
border-radius: 10px;
|
|
8037
|
+
inset: calc(-1 * calc(var(--border-focus-ring-border-width, 2px) * 2 + 1px));
|
|
8038
|
+
z-index: 1;
|
|
8039
|
+
}
|
|
8040
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8041
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8042
8042
|
.TabList-module_tabList__A8Y9H {
|
|
8043
8043
|
border-bottom: 1px solid rgba(var(--color-gray-600-rgb, 82, 78, 86), 0.1);
|
|
8044
8044
|
padding: var(--spacing-xs, 0.375rem) var(--spacing-md, 1.5rem) 0;
|
|
@@ -8664,6 +8664,14 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
8664
8664
|
min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 20 - var(--spacing-16, 1rem));
|
|
8665
8665
|
}
|
|
8666
8666
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8667
|
+
.MultiActionTile-module_actions__mntsC {
|
|
8668
|
+
display: flex;
|
|
8669
|
+
}
|
|
8670
|
+
|
|
8671
|
+
.MultiActionTile-module_secondaryAction__DuXdD {
|
|
8672
|
+
margin-inline-end: var(--spacing-8, 0.5rem);
|
|
8673
|
+
}
|
|
8674
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8667
8675
|
.TileGrid-module_grid__1WCNc {
|
|
8668
8676
|
list-style-type: none;
|
|
8669
8677
|
display: grid;
|
|
@@ -8691,18 +8699,10 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
8691
8699
|
.TabPanel-module_tabPanel__I7hEK:focus {
|
|
8692
8700
|
outline: none;
|
|
8693
8701
|
}
|
|
8694
|
-
.TabPanel-module_tabPanel__I7hEK:focus-visible {
|
|
8695
|
-
border-color: var(--color-blue-500, #0168b3);
|
|
8696
|
-
border-radius: var(--border-focus-ring-border-radius, 10px);
|
|
8697
|
-
}
|
|
8698
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8699
|
-
.MultiActionTile-module_actions__mntsC {
|
|
8700
|
-
display: flex;
|
|
8701
|
-
}
|
|
8702
|
-
|
|
8703
|
-
.MultiActionTile-module_secondaryAction__DuXdD {
|
|
8704
|
-
margin-inline-end: var(--spacing-8, 0.5rem);
|
|
8705
|
-
}
|
|
8702
|
+
.TabPanel-module_tabPanel__I7hEK:focus-visible {
|
|
8703
|
+
border-color: var(--color-blue-500, #0168b3);
|
|
8704
|
+
border-radius: var(--border-focus-ring-border-radius, 10px);
|
|
8705
|
+
}
|
|
8706
8706
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8707
8707
|
.ToggleSwitchField-module_container__e7TXD {
|
|
8708
8708
|
display: flex;
|
|
@@ -8848,6 +8848,14 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
8848
8848
|
|
|
8849
8849
|
/* stylelint-enable no-descending-specificity */
|
|
8850
8850
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8851
|
+
.MultiSelectOptions-module_multiSelectOptions__b8hYg {
|
|
8852
|
+
display: flex;
|
|
8853
|
+
flex-direction: column;
|
|
8854
|
+
border: none;
|
|
8855
|
+
padding: 0;
|
|
8856
|
+
margin: 0;
|
|
8857
|
+
}
|
|
8858
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8851
8859
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8852
8860
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8853
8861
|
.MultiSelectToggle-module_multiSelectToggle__CeR4G {
|
|
@@ -8928,14 +8936,6 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
8928
8936
|
margin: 3px 0;
|
|
8929
8937
|
}
|
|
8930
8938
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8931
|
-
.MultiSelectOptions-module_multiSelectOptions__b8hYg {
|
|
8932
|
-
display: flex;
|
|
8933
|
-
flex-direction: column;
|
|
8934
|
-
border: none;
|
|
8935
|
-
padding: 0;
|
|
8936
|
-
margin: 0;
|
|
8937
|
-
}
|
|
8938
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8939
8939
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8940
8940
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8941
8941
|
.Popover-module_popover__B7k5I {
|
|
@@ -8996,6 +8996,25 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
8996
8996
|
}
|
|
8997
8997
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8998
8998
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8999
|
+
.DropdownButton-module_dropdownButton__PqQH6 {
|
|
9000
|
+
display: inline-flex;
|
|
9001
|
+
position: relative;
|
|
9002
|
+
inset-inline-start: calc(-1 * var(--border-solid-border-width, 2px));
|
|
9003
|
+
margin-inline-start: var(--border-solid-border-width, 2px);
|
|
9004
|
+
padding: var(--spacing-12, 0.75rem);
|
|
9005
|
+
border-start-start-radius: 0;
|
|
9006
|
+
border-end-start-radius: 0;
|
|
9007
|
+
border-start-end-radius: var(--border-solid-border-radius, 7px);
|
|
9008
|
+
border-end-end-radius: var(--border-solid-border-radius, 7px);
|
|
9009
|
+
border-inline-start-width: 0;
|
|
9010
|
+
}
|
|
9011
|
+
.DropdownButton-module_dropdownButton__PqQH6:hover, .DropdownButton-module_dropdownButton__PqQH6:active, .DropdownButton-module_dropdownButton__PqQH6:focus-visible {
|
|
9012
|
+
inset-inline-start: calc(-1 * var(--border-solid-border-width, 2px));
|
|
9013
|
+
margin-inline-start: unset;
|
|
9014
|
+
border-inline-start-width: var(--border-solid-border-width, 2px);
|
|
9015
|
+
}
|
|
9016
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
9017
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8999
9018
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
9000
9019
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
9001
9020
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -9326,28 +9345,38 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
9326
9345
|
color: var(--color-purple-800, #2f2438);
|
|
9327
9346
|
--icon-color: var(--color-red-500);
|
|
9328
9347
|
}
|
|
9329
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
9330
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
9331
|
-
.DropdownButton-module_dropdownButton__PqQH6 {
|
|
9332
|
-
display: inline-flex;
|
|
9333
|
-
position: relative;
|
|
9334
|
-
inset-inline-start: calc(-1 * var(--border-solid-border-width, 2px));
|
|
9335
|
-
margin-inline-start: var(--border-solid-border-width, 2px);
|
|
9336
|
-
padding: var(--spacing-12, 0.75rem);
|
|
9337
|
-
border-start-start-radius: 0;
|
|
9338
|
-
border-end-start-radius: 0;
|
|
9339
|
-
border-start-end-radius: var(--border-solid-border-radius, 7px);
|
|
9340
|
-
border-end-end-radius: var(--border-solid-border-radius, 7px);
|
|
9341
|
-
border-inline-start-width: 0;
|
|
9342
|
-
}
|
|
9343
|
-
.DropdownButton-module_dropdownButton__PqQH6:hover, .DropdownButton-module_dropdownButton__PqQH6:active, .DropdownButton-module_dropdownButton__PqQH6:focus-visible {
|
|
9344
|
-
inset-inline-start: calc(-1 * var(--border-solid-border-width, 2px));
|
|
9345
|
-
margin-inline-start: unset;
|
|
9346
|
-
border-inline-start-width: var(--border-solid-border-width, 2px);
|
|
9347
|
-
}
|
|
9348
9348
|
.DateInputField-module_disabled__-Y0lJ {
|
|
9349
9349
|
opacity: 0.3;
|
|
9350
9350
|
}
|
|
9351
|
+
.SVG-module_icon__8J5Ev {
|
|
9352
|
+
width: 20px;
|
|
9353
|
+
height: 20px;
|
|
9354
|
+
display: inline-block;
|
|
9355
|
+
}
|
|
9356
|
+
.SVG-module_icon__8J5Ev > use {
|
|
9357
|
+
pointer-events: none;
|
|
9358
|
+
}
|
|
9359
|
+
@media screen and (-ms-high-contrast: active) {
|
|
9360
|
+
.SVG-module_icon__8J5Ev {
|
|
9361
|
+
color: black;
|
|
9362
|
+
}
|
|
9363
|
+
}
|
|
9364
|
+
@media screen and (-ms-high-contrast: white-on-black) {
|
|
9365
|
+
.SVG-module_icon__8J5Ev {
|
|
9366
|
+
color: white;
|
|
9367
|
+
}
|
|
9368
|
+
}
|
|
9369
|
+
@media screen and (-ms-high-contrast: black-on-white) {
|
|
9370
|
+
.SVG-module_icon__8J5Ev {
|
|
9371
|
+
color: black;
|
|
9372
|
+
}
|
|
9373
|
+
}
|
|
9374
|
+
|
|
9375
|
+
.SVG-module_inheritSize__Q8iam {
|
|
9376
|
+
width: inherit;
|
|
9377
|
+
height: inherit;
|
|
9378
|
+
display: block;
|
|
9379
|
+
}
|
|
9351
9380
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
9352
9381
|
.TimeSegment-module_timeSegmentWrapper__WYD6y {
|
|
9353
9382
|
white-space: nowrap;
|
|
@@ -9384,34 +9413,63 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
9384
9413
|
.TimeSegment-module_dayPeriod__fzT5I {
|
|
9385
9414
|
margin-right: 4px;
|
|
9386
9415
|
}
|
|
9387
|
-
|
|
9388
|
-
|
|
9389
|
-
|
|
9390
|
-
|
|
9416
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
9417
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
9418
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
9419
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
9420
|
+
.MultiSelectOptionField-module_multiSelectOptionField__-PNh- {
|
|
9421
|
+
display: flex;
|
|
9422
|
+
align-items: flex-start;
|
|
9423
|
+
gap: var(--spacing-6, 0.375rem);
|
|
9424
|
+
padding: var(--spacing-6, 0.375rem);
|
|
9425
|
+
border-radius: var(--border-solid-border-radius, 7px);
|
|
9426
|
+
position: relative;
|
|
9391
9427
|
}
|
|
9392
|
-
.
|
|
9393
|
-
|
|
9428
|
+
.MultiSelectOptionField-module_multiSelectOptionField__-PNh-:hover, .MultiSelectOptionField-module_multiSelectOptionField__-PNh-:focus-within {
|
|
9429
|
+
background: var(--color-blue-100, #e6f6ff);
|
|
9394
9430
|
}
|
|
9395
|
-
|
|
9396
|
-
|
|
9397
|
-
|
|
9398
|
-
}
|
|
9431
|
+
.MultiSelectOptionField-module_multiSelectOptionField__-PNh-:hover .MultiSelectOptionField-module_checkbox__rDOxI, .MultiSelectOptionField-module_multiSelectOptionField__-PNh-:focus-within .MultiSelectOptionField-module_checkbox__rDOxI {
|
|
9432
|
+
border-color: var(--color-gray-600, #524e56);
|
|
9433
|
+
background-color: var(--color-gray-200, #f4f4f5);
|
|
9399
9434
|
}
|
|
9400
|
-
|
|
9401
|
-
|
|
9402
|
-
color: white;
|
|
9403
|
-
}
|
|
9435
|
+
.MultiSelectOptionField-module_multiSelectOptionField__-PNh-:hover .MultiSelectOptionField-module_checkbox__rDOxI.MultiSelectOptionField-module_checked__wo-TX, .MultiSelectOptionField-module_multiSelectOptionField__-PNh-:focus-within .MultiSelectOptionField-module_checkbox__rDOxI.MultiSelectOptionField-module_checked__wo-TX {
|
|
9436
|
+
background-color: var(--color-gray-600, #524e56);
|
|
9404
9437
|
}
|
|
9405
|
-
|
|
9406
|
-
|
|
9407
|
-
|
|
9408
|
-
|
|
9438
|
+
.MultiSelectOptionField-module_multiSelectOptionField__-PNh-:focus-within::after {
|
|
9439
|
+
z-index: 2;
|
|
9440
|
+
width: calc(100% + 2px);
|
|
9441
|
+
height: calc(100% + 2px);
|
|
9442
|
+
content: "";
|
|
9443
|
+
pointer-events: none;
|
|
9444
|
+
position: absolute;
|
|
9445
|
+
top: 50%;
|
|
9446
|
+
left: 50%;
|
|
9447
|
+
transform: translate(-50%, -50%);
|
|
9448
|
+
border-radius: var(--border-focus-ring-border-radius, 10px);
|
|
9449
|
+
border-width: var(--border-focus-ring-border-width, 2px);
|
|
9450
|
+
border-style: var(--border-focus-ring-border-style, solid);
|
|
9451
|
+
border-color: var(--color-blue-500, #0168b3);
|
|
9452
|
+
}
|
|
9453
|
+
.MultiSelectOptionField-module_multiSelectOptionField__-PNh-:focus-within .MultiSelectOptionField-module_checkbox__rDOxI::after {
|
|
9454
|
+
display: none;
|
|
9409
9455
|
}
|
|
9410
9456
|
|
|
9411
|
-
.
|
|
9412
|
-
|
|
9413
|
-
|
|
9414
|
-
|
|
9457
|
+
.MultiSelectOptionField-module_label__79KfB {
|
|
9458
|
+
color: var(--color-purple-800, #2f2438);
|
|
9459
|
+
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
9460
|
+
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
9461
|
+
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
9462
|
+
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
9463
|
+
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
9464
|
+
overflow-wrap: anywhere;
|
|
9465
|
+
}
|
|
9466
|
+
.MultiSelectOptionField-module_label__79KfB::before {
|
|
9467
|
+
content: "";
|
|
9468
|
+
width: 100%;
|
|
9469
|
+
height: 100%;
|
|
9470
|
+
position: absolute;
|
|
9471
|
+
left: 0;
|
|
9472
|
+
top: 0;
|
|
9415
9473
|
}
|
|
9416
9474
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
9417
9475
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -9479,62 +9537,10 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
9479
9537
|
outline-color: var(--color-blue-300, #73c0e8);
|
|
9480
9538
|
}
|
|
9481
9539
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
9482
|
-
|
|
9483
|
-
|
|
9484
|
-
|
|
9485
|
-
|
|
9486
|
-
display: flex;
|
|
9487
|
-
align-items: flex-start;
|
|
9488
|
-
gap: var(--spacing-6, 0.375rem);
|
|
9489
|
-
padding: var(--spacing-6, 0.375rem);
|
|
9490
|
-
border-radius: var(--border-solid-border-radius, 7px);
|
|
9491
|
-
position: relative;
|
|
9492
|
-
}
|
|
9493
|
-
.MultiSelectOptionField-module_multiSelectOptionField__-PNh-:hover, .MultiSelectOptionField-module_multiSelectOptionField__-PNh-:focus-within {
|
|
9494
|
-
background: var(--color-blue-100, #e6f6ff);
|
|
9495
|
-
}
|
|
9496
|
-
.MultiSelectOptionField-module_multiSelectOptionField__-PNh-:hover .MultiSelectOptionField-module_checkbox__rDOxI, .MultiSelectOptionField-module_multiSelectOptionField__-PNh-:focus-within .MultiSelectOptionField-module_checkbox__rDOxI {
|
|
9497
|
-
border-color: var(--color-gray-600, #524e56);
|
|
9498
|
-
background-color: var(--color-gray-200, #f4f4f5);
|
|
9499
|
-
}
|
|
9500
|
-
.MultiSelectOptionField-module_multiSelectOptionField__-PNh-:hover .MultiSelectOptionField-module_checkbox__rDOxI.MultiSelectOptionField-module_checked__wo-TX, .MultiSelectOptionField-module_multiSelectOptionField__-PNh-:focus-within .MultiSelectOptionField-module_checkbox__rDOxI.MultiSelectOptionField-module_checked__wo-TX {
|
|
9501
|
-
background-color: var(--color-gray-600, #524e56);
|
|
9502
|
-
}
|
|
9503
|
-
.MultiSelectOptionField-module_multiSelectOptionField__-PNh-:focus-within::after {
|
|
9504
|
-
z-index: 2;
|
|
9505
|
-
width: calc(100% + 2px);
|
|
9506
|
-
height: calc(100% + 2px);
|
|
9507
|
-
content: "";
|
|
9508
|
-
pointer-events: none;
|
|
9509
|
-
position: absolute;
|
|
9510
|
-
top: 50%;
|
|
9511
|
-
left: 50%;
|
|
9512
|
-
transform: translate(-50%, -50%);
|
|
9513
|
-
border-radius: var(--border-focus-ring-border-radius, 10px);
|
|
9514
|
-
border-width: var(--border-focus-ring-border-width, 2px);
|
|
9515
|
-
border-style: var(--border-focus-ring-border-style, solid);
|
|
9516
|
-
border-color: var(--color-blue-500, #0168b3);
|
|
9517
|
-
}
|
|
9518
|
-
.MultiSelectOptionField-module_multiSelectOptionField__-PNh-:focus-within .MultiSelectOptionField-module_checkbox__rDOxI::after {
|
|
9519
|
-
display: none;
|
|
9520
|
-
}
|
|
9521
|
-
|
|
9522
|
-
.MultiSelectOptionField-module_label__79KfB {
|
|
9523
|
-
color: var(--color-purple-800, #2f2438);
|
|
9524
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
9525
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
9526
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
9527
|
-
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
9528
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
9529
|
-
overflow-wrap: anywhere;
|
|
9530
|
-
}
|
|
9531
|
-
.MultiSelectOptionField-module_label__79KfB::before {
|
|
9532
|
-
content: "";
|
|
9533
|
-
width: 100%;
|
|
9534
|
-
height: 100%;
|
|
9535
|
-
position: absolute;
|
|
9536
|
-
left: 0;
|
|
9537
|
-
top: 0;
|
|
9540
|
+
.RemovableTag-module_removableTag__QcpqV {
|
|
9541
|
+
padding: var(--spacing-4, 0.25rem) var(--spacing-4, 0.25rem) var(--spacing-4, 0.25rem) var(--spacing-8, 0.5rem);
|
|
9542
|
+
padding-block: var(--spacing-4, 0.25rem);
|
|
9543
|
+
padding-inline: var(--spacing-8, 0.5rem) var(--spacing-4, 0.25rem);
|
|
9538
9544
|
}
|
|
9539
9545
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
9540
9546
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -9716,12 +9722,6 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
9716
9722
|
white-space: nowrap;
|
|
9717
9723
|
border: 0;
|
|
9718
9724
|
}
|
|
9719
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
9720
|
-
.RemovableTag-module_removableTag__QcpqV {
|
|
9721
|
-
padding: var(--spacing-4, 0.25rem) var(--spacing-4, 0.25rem) var(--spacing-4, 0.25rem) var(--spacing-8, 0.5rem);
|
|
9722
|
-
padding-block: var(--spacing-4, 0.25rem);
|
|
9723
|
-
padding-inline: var(--spacing-8, 0.5rem) var(--spacing-4, 0.25rem);
|
|
9724
|
-
}
|
|
9725
9725
|
.Focusable-module_focusableWrapper__LTYGq {
|
|
9726
9726
|
display: inline-flex;
|
|
9727
9727
|
}
|
|
@@ -10040,20 +10040,48 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
10040
10040
|
display: flex;
|
|
10041
10041
|
justify-content: flex-start;
|
|
10042
10042
|
}
|
|
10043
|
-
|
|
10044
|
-
.ModalFooter-module_end__KuUbk {
|
|
10045
|
-
display: flex;
|
|
10046
|
-
justify-content: flex-end;
|
|
10043
|
+
|
|
10044
|
+
.ModalFooter-module_end__KuUbk {
|
|
10045
|
+
display: flex;
|
|
10046
|
+
justify-content: flex-end;
|
|
10047
|
+
}
|
|
10048
|
+
|
|
10049
|
+
.ModalFooter-module_fixed__mV5fZ {
|
|
10050
|
+
position: absolute;
|
|
10051
|
+
bottom: 0;
|
|
10052
|
+
left: 0;
|
|
10053
|
+
}
|
|
10054
|
+
|
|
10055
|
+
.ModalFooter-module_filler__kElGb {
|
|
10056
|
+
visibility: hidden;
|
|
10057
|
+
}
|
|
10058
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10059
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10060
|
+
.ModalBody-module_inputEdit__4Krgt {
|
|
10061
|
+
background-color: var(--color-gray-200, #f4f4f5);
|
|
10062
|
+
border-radius: var(--border-solid-border-radius, 7px);
|
|
10063
|
+
}
|
|
10064
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10065
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10066
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10067
|
+
@media (max-width: 768px) {
|
|
10068
|
+
.ModalAccessibleLabel-module_modalLabel__CQAIs h2 {
|
|
10069
|
+
font-size: 1.625rem;
|
|
10070
|
+
line-height: 2rem;
|
|
10071
|
+
}
|
|
10072
|
+
}
|
|
10073
|
+
@media (max-width: 375px) {
|
|
10074
|
+
.ModalAccessibleLabel-module_modalLabel__CQAIs h2 {
|
|
10075
|
+
font-size: 1.5rem;
|
|
10076
|
+
line-height: 1.875rem;
|
|
10077
|
+
}
|
|
10047
10078
|
}
|
|
10048
|
-
|
|
10049
|
-
|
|
10050
|
-
|
|
10051
|
-
bottom: 0;
|
|
10052
|
-
left: 0;
|
|
10079
|
+
.ModalAccessibleLabel-module_modalLabel__CQAIs.ModalAccessibleLabel-module_prominent__WEPnY {
|
|
10080
|
+
grid-column-start: 2;
|
|
10081
|
+
text-align: left;
|
|
10053
10082
|
}
|
|
10054
|
-
|
|
10055
|
-
|
|
10056
|
-
visibility: hidden;
|
|
10083
|
+
.ModalAccessibleLabel-module_modalLabel__CQAIs:focus {
|
|
10084
|
+
outline: none;
|
|
10057
10085
|
}
|
|
10058
10086
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10059
10087
|
/* stylelint-disable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
|
|
@@ -10093,12 +10121,6 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
10093
10121
|
}
|
|
10094
10122
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10095
10123
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10096
|
-
.ModalBody-module_inputEdit__4Krgt {
|
|
10097
|
-
background-color: var(--color-gray-200, #f4f4f5);
|
|
10098
|
-
border-radius: var(--border-solid-border-radius, 7px);
|
|
10099
|
-
}
|
|
10100
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10101
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10102
10124
|
.Checkbox-module_checkbox__0LHj5 {
|
|
10103
10125
|
display: inline-block;
|
|
10104
10126
|
position: relative;
|
|
@@ -10158,28 +10180,6 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
10158
10180
|
}
|
|
10159
10181
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10160
10182
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10161
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10162
|
-
@media (max-width: 768px) {
|
|
10163
|
-
.ModalAccessibleLabel-module_modalLabel__CQAIs h2 {
|
|
10164
|
-
font-size: 1.625rem;
|
|
10165
|
-
line-height: 2rem;
|
|
10166
|
-
}
|
|
10167
|
-
}
|
|
10168
|
-
@media (max-width: 375px) {
|
|
10169
|
-
.ModalAccessibleLabel-module_modalLabel__CQAIs h2 {
|
|
10170
|
-
font-size: 1.5rem;
|
|
10171
|
-
line-height: 1.875rem;
|
|
10172
|
-
}
|
|
10173
|
-
}
|
|
10174
|
-
.ModalAccessibleLabel-module_modalLabel__CQAIs.ModalAccessibleLabel-module_prominent__WEPnY {
|
|
10175
|
-
grid-column-start: 2;
|
|
10176
|
-
text-align: left;
|
|
10177
|
-
}
|
|
10178
|
-
.ModalAccessibleLabel-module_modalLabel__CQAIs:focus {
|
|
10179
|
-
outline: none;
|
|
10180
|
-
}
|
|
10181
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10182
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10183
10183
|
.ToolbarSection-module_toolbarSection__nCI0O {
|
|
10184
10184
|
display: inline-flex;
|
|
10185
10185
|
align-items: center;
|
|
@@ -10289,11 +10289,6 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
10289
10289
|
opacity: 100%;
|
|
10290
10290
|
outline: var(--color-purple-800, #2f2438) var(--border-solid-border-style, solid) var(--border-focus-ring-border-width, 2px);
|
|
10291
10291
|
}
|
|
10292
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10293
|
-
.Toolbar-module_toolbar__ooRzV {
|
|
10294
|
-
display: block;
|
|
10295
|
-
border-bottom: 2px solid var(--color-gray-500, #878792);
|
|
10296
|
-
}
|
|
10297
10292
|
.ClearAllButton-module_clearAllButton__XNkm2 {
|
|
10298
10293
|
white-space: nowrap;
|
|
10299
10294
|
}
|
|
@@ -10305,18 +10300,20 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
10305
10300
|
opacity: 0.3;
|
|
10306
10301
|
}
|
|
10307
10302
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10303
|
+
.Toolbar-module_toolbar__ooRzV {
|
|
10304
|
+
display: block;
|
|
10305
|
+
border-bottom: 2px solid var(--color-gray-500, #878792);
|
|
10306
|
+
}
|
|
10307
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10308
10308
|
.FilterDatePickerField-module_filterDatePickerField__ClXMw {
|
|
10309
10309
|
width: 288px;
|
|
10310
10310
|
display: grid;
|
|
10311
10311
|
gap: var(--spacing-16, 1rem);
|
|
10312
10312
|
}
|
|
10313
10313
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10314
|
-
.
|
|
10315
|
-
display:
|
|
10316
|
-
|
|
10317
|
-
|
|
10318
|
-
.FilterDateRangePickerField-module_dateRangeInputField__EEU-X {
|
|
10319
|
-
margin-bottom: var(--spacing-24, 1.5rem);
|
|
10314
|
+
.DateRangeDisplayLabel-module_dateRangeDisplayLabel__g7nVd {
|
|
10315
|
+
display: inline-flex;
|
|
10316
|
+
gap: var(--spacing-6, 0.375rem);
|
|
10320
10317
|
}
|
|
10321
10318
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10322
10319
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -10359,9 +10356,12 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
10359
10356
|
color: var(--color-purple-800, #2f2438);
|
|
10360
10357
|
}
|
|
10361
10358
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10362
|
-
.
|
|
10363
|
-
display:
|
|
10364
|
-
|
|
10359
|
+
.FilterDateRangePickerField-module_filterDateRangePickerField__fSmbz {
|
|
10360
|
+
display: contents;
|
|
10361
|
+
}
|
|
10362
|
+
|
|
10363
|
+
.FilterDateRangePickerField-module_dateRangeInputField__EEU-X {
|
|
10364
|
+
margin-bottom: var(--spacing-24, 1.5rem);
|
|
10365
10365
|
}
|
|
10366
10366
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10367
10367
|
.ListBox-module_listBox__q95MO {
|
|
@@ -10385,6 +10385,45 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
10385
10385
|
list-style: none;
|
|
10386
10386
|
}
|
|
10387
10387
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10388
|
+
.DateRangeInputField-module_dateRangeInputContainer__zjhqr {
|
|
10389
|
+
display: flex;
|
|
10390
|
+
margin: 0;
|
|
10391
|
+
padding: 0;
|
|
10392
|
+
border: none;
|
|
10393
|
+
}
|
|
10394
|
+
|
|
10395
|
+
.DateRangeInputField-module_inputStartDate__fLwxZ input {
|
|
10396
|
+
border-start-end-radius: 0;
|
|
10397
|
+
border-end-end-radius: 0;
|
|
10398
|
+
}
|
|
10399
|
+
.DateRangeInputField-module_inputStartDate__fLwxZ input + [class*=focusRing] {
|
|
10400
|
+
/* stylelint-disable declaration-no-important */
|
|
10401
|
+
border-start-end-radius: 0 !important;
|
|
10402
|
+
border-end-end-radius: 0 !important;
|
|
10403
|
+
/* stylelint-enable declaration-no-important */
|
|
10404
|
+
}
|
|
10405
|
+
|
|
10406
|
+
.DateRangeInputField-module_inputEndDate__j0qQu input {
|
|
10407
|
+
position: relative;
|
|
10408
|
+
inset-inline-start: calc(-1 * var(--border-solid-border-width, 2px));
|
|
10409
|
+
border-start-start-radius: 0;
|
|
10410
|
+
border-end-start-radius: 0;
|
|
10411
|
+
}
|
|
10412
|
+
.DateRangeInputField-module_inputEndDate__j0qQu input + [class*=focusRing] {
|
|
10413
|
+
/* stylelint-disable declaration-no-important */
|
|
10414
|
+
border-start-start-radius: 0 !important;
|
|
10415
|
+
border-end-start-radius: 0 !important;
|
|
10416
|
+
inset-inline: calc(-1 * (2 * var(--border-solid-border-width, 2px) + 1px)) -1px !important;
|
|
10417
|
+
/* stylelint-enable declaration-no-important */
|
|
10418
|
+
}
|
|
10419
|
+
|
|
10420
|
+
.DateRangeInputField-module_disabled__vOSK8 {
|
|
10421
|
+
opacity: 0.3;
|
|
10422
|
+
}
|
|
10423
|
+
.NoResults-module_container__2l8Ol {
|
|
10424
|
+
padding: 1.125rem;
|
|
10425
|
+
}
|
|
10426
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10388
10427
|
.LoadMoreButton-module_container__sXwB6 {
|
|
10389
10428
|
padding: var(--spacing-sm, 0.75rem) var(--spacing-sm, 0.75rem) 0;
|
|
10390
10429
|
}
|
|
@@ -10405,17 +10444,6 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
10405
10444
|
color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.7);
|
|
10406
10445
|
margin: var(--spacing-6, 0.375rem) 0;
|
|
10407
10446
|
}
|
|
10408
|
-
.NoResults-module_container__2l8Ol {
|
|
10409
|
-
padding: 1.125rem;
|
|
10410
|
-
}
|
|
10411
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10412
|
-
.SearchInput-module_inputSearchContainer__u9K6k {
|
|
10413
|
-
position: relative;
|
|
10414
|
-
margin: 0 var(--spacing-sm, 0.75rem);
|
|
10415
|
-
}
|
|
10416
|
-
.SectionDivider-module_divider__G-itP {
|
|
10417
|
-
margin: 0.5rem 0;
|
|
10418
|
-
}
|
|
10419
10447
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10420
10448
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10421
10449
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -10434,6 +10462,14 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
10434
10462
|
width: 294px;
|
|
10435
10463
|
}
|
|
10436
10464
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10465
|
+
.SearchInput-module_inputSearchContainer__u9K6k {
|
|
10466
|
+
position: relative;
|
|
10467
|
+
margin: 0 var(--spacing-sm, 0.75rem);
|
|
10468
|
+
}
|
|
10469
|
+
.SectionDivider-module_divider__G-itP {
|
|
10470
|
+
margin: 0.5rem 0;
|
|
10471
|
+
}
|
|
10472
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10437
10473
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10438
10474
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10439
10475
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -10520,79 +10556,6 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
10520
10556
|
.MultiSelectOption-module_isSelected__IZggh:hover .MultiSelectOption-module_icon__78XCm, .MultiSelectOption-module_isSelected__IZggh:active .MultiSelectOption-module_icon__78XCm, .MultiSelectOption-module_isSelected__IZggh:focus .MultiSelectOption-module_icon__78XCm {
|
|
10521
10557
|
background-color: var(--color-gray-600, #524e56);
|
|
10522
10558
|
}
|
|
10523
|
-
.ListBox-module_listBox__eV6P3 {
|
|
10524
|
-
list-style: none;
|
|
10525
|
-
margin-top: 0;
|
|
10526
|
-
margin-bottom: 0;
|
|
10527
|
-
padding: 0;
|
|
10528
|
-
display: grid;
|
|
10529
|
-
max-height: 22rem;
|
|
10530
|
-
}
|
|
10531
|
-
|
|
10532
|
-
.ListBox-module_listBox__eV6P3:focus-visible {
|
|
10533
|
-
outline: none;
|
|
10534
|
-
}
|
|
10535
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10536
|
-
.DateRangeInputField-module_dateRangeInputContainer__zjhqr {
|
|
10537
|
-
display: flex;
|
|
10538
|
-
margin: 0;
|
|
10539
|
-
padding: 0;
|
|
10540
|
-
border: none;
|
|
10541
|
-
}
|
|
10542
|
-
|
|
10543
|
-
.DateRangeInputField-module_inputStartDate__fLwxZ input {
|
|
10544
|
-
border-start-end-radius: 0;
|
|
10545
|
-
border-end-end-radius: 0;
|
|
10546
|
-
}
|
|
10547
|
-
.DateRangeInputField-module_inputStartDate__fLwxZ input + [class*=focusRing] {
|
|
10548
|
-
/* stylelint-disable declaration-no-important */
|
|
10549
|
-
border-start-end-radius: 0 !important;
|
|
10550
|
-
border-end-end-radius: 0 !important;
|
|
10551
|
-
/* stylelint-enable declaration-no-important */
|
|
10552
|
-
}
|
|
10553
|
-
|
|
10554
|
-
.DateRangeInputField-module_inputEndDate__j0qQu input {
|
|
10555
|
-
position: relative;
|
|
10556
|
-
inset-inline-start: calc(-1 * var(--border-solid-border-width, 2px));
|
|
10557
|
-
border-start-start-radius: 0;
|
|
10558
|
-
border-end-start-radius: 0;
|
|
10559
|
-
}
|
|
10560
|
-
.DateRangeInputField-module_inputEndDate__j0qQu input + [class*=focusRing] {
|
|
10561
|
-
/* stylelint-disable declaration-no-important */
|
|
10562
|
-
border-start-start-radius: 0 !important;
|
|
10563
|
-
border-end-start-radius: 0 !important;
|
|
10564
|
-
inset-inline: calc(-1 * (2 * var(--border-solid-border-width, 2px) + 1px)) -1px !important;
|
|
10565
|
-
/* stylelint-enable declaration-no-important */
|
|
10566
|
-
}
|
|
10567
|
-
|
|
10568
|
-
.DateRangeInputField-module_disabled__vOSK8 {
|
|
10569
|
-
opacity: 0.3;
|
|
10570
|
-
}
|
|
10571
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10572
|
-
.ListBoxSection-module_sectionWrapper__mwpFh {
|
|
10573
|
-
display: flex;
|
|
10574
|
-
flex-direction: column;
|
|
10575
|
-
}
|
|
10576
|
-
.ListBoxSection-module_sectionWrapper__mwpFh:not(:first-child) {
|
|
10577
|
-
margin-top: var(--spacing-8, 0.5rem);
|
|
10578
|
-
}
|
|
10579
|
-
|
|
10580
|
-
.ListBoxSection-module_sectionHeading__N7GmS {
|
|
10581
|
-
padding-inline-start: var(--spacing-4, 0.25rem);
|
|
10582
|
-
}
|
|
10583
|
-
|
|
10584
|
-
.ListBoxSection-module_sectionList__abvnM {
|
|
10585
|
-
display: flex;
|
|
10586
|
-
flex-direction: column;
|
|
10587
|
-
padding: var(--spacing-xs, 0.375rem) 0 0 0;
|
|
10588
|
-
}
|
|
10589
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10590
|
-
.SectionDivider-module_divider__81AP0 {
|
|
10591
|
-
margin: var(--spacing-8, 0.5rem) 0;
|
|
10592
|
-
}
|
|
10593
|
-
.SectionDivider-module_divider__81AP0:first-child, .SectionDivider-module_divider__81AP0:last-child, .SectionDivider-module_divider__81AP0 + .SectionDivider-module_divider__81AP0 {
|
|
10594
|
-
display: none;
|
|
10595
|
-
}
|
|
10596
10559
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10597
10560
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10598
10561
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -10651,14 +10614,46 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
10651
10614
|
.SelectionControlButton-module_button__u-ysH.SelectionControlButton-module_isDisabled__0axMR:focus-visible::after {
|
|
10652
10615
|
border-color: var(--color-gray-400, #cdcdd0);
|
|
10653
10616
|
}
|
|
10617
|
+
.ListBox-module_listBox__eV6P3 {
|
|
10618
|
+
list-style: none;
|
|
10619
|
+
margin-top: 0;
|
|
10620
|
+
margin-bottom: 0;
|
|
10621
|
+
padding: 0;
|
|
10622
|
+
display: grid;
|
|
10623
|
+
max-height: 22rem;
|
|
10624
|
+
}
|
|
10625
|
+
|
|
10626
|
+
.ListBox-module_listBox__eV6P3:focus-visible {
|
|
10627
|
+
outline: none;
|
|
10628
|
+
}
|
|
10654
10629
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10655
|
-
.
|
|
10656
|
-
|
|
10630
|
+
.SectionDivider-module_divider__81AP0 {
|
|
10631
|
+
margin: var(--spacing-8, 0.5rem) 0;
|
|
10632
|
+
}
|
|
10633
|
+
.SectionDivider-module_divider__81AP0:first-child, .SectionDivider-module_divider__81AP0:last-child, .SectionDivider-module_divider__81AP0 + .SectionDivider-module_divider__81AP0 {
|
|
10634
|
+
display: none;
|
|
10657
10635
|
}
|
|
10658
10636
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10659
|
-
.
|
|
10660
|
-
|
|
10661
|
-
|
|
10637
|
+
.ListBoxSection-module_sectionWrapper__mwpFh {
|
|
10638
|
+
display: flex;
|
|
10639
|
+
flex-direction: column;
|
|
10640
|
+
}
|
|
10641
|
+
.ListBoxSection-module_sectionWrapper__mwpFh:not(:first-child) {
|
|
10642
|
+
margin-top: var(--spacing-8, 0.5rem);
|
|
10643
|
+
}
|
|
10644
|
+
|
|
10645
|
+
.ListBoxSection-module_sectionHeading__N7GmS {
|
|
10646
|
+
padding-inline-start: var(--spacing-4, 0.25rem);
|
|
10647
|
+
}
|
|
10648
|
+
|
|
10649
|
+
.ListBoxSection-module_sectionList__abvnM {
|
|
10650
|
+
display: flex;
|
|
10651
|
+
flex-direction: column;
|
|
10652
|
+
padding: var(--spacing-xs, 0.375rem) 0 0 0;
|
|
10653
|
+
}
|
|
10654
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10655
|
+
.SelectPopoverContents-module_selectPopoverContents__YyueT {
|
|
10656
|
+
padding: var(--spacing-12, 0.75rem);
|
|
10662
10657
|
}
|
|
10663
10658
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10664
10659
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -10731,6 +10726,11 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
10731
10726
|
color: var(--color-gray-500, #878792);
|
|
10732
10727
|
}
|
|
10733
10728
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10729
|
+
.DateRangeValidationMessage-module_fieldMessageList__4-tJ7 {
|
|
10730
|
+
margin: var(--spacing-0, 0);
|
|
10731
|
+
padding-inline-start: var(--spacing-24, 1.5rem);
|
|
10732
|
+
}
|
|
10733
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10734
10734
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10735
10735
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10736
10736
|
/** THIS IS AN AUTOGENERATED FILE **/
|