@jobber/components 6.56.1 → 6.57.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/styles.css CHANGED
@@ -127,6 +127,81 @@
127
127
  text-align: right;
128
128
  }
129
129
 
130
+ :root {
131
+ --public--avatar-size: 32px;
132
+ }
133
+
134
+ .QJpdGzG71k8- {
135
+ --avatar-size: var(--public--avatar-size);
136
+ --avatar-border-size: var(--border-base);
137
+
138
+ display: -ms-flexbox;
139
+
140
+ display: flex;
141
+ -ms-flex-align: center;
142
+ align-items: center;
143
+ -ms-flex-pack: center;
144
+ justify-content: center;
145
+ width: 32px;
146
+ width: var(--avatar-size);
147
+ height: 32px;
148
+ height: var(--avatar-size);
149
+ min-width: 32px;
150
+ min-width: var(--avatar-size);
151
+ min-height: 32px;
152
+ min-height: var(--avatar-size);
153
+ border-radius: 100%;
154
+ border-radius: var(--radius-circle);
155
+ color: hsl(197, 90%, 12%);
156
+ color: var(--color-heading);
157
+ font-size: 32px;
158
+ font-size: var(--avatar-size);
159
+ -webkit-font-smoothing: antialiased;
160
+ background: no-repeat center center hsl(197, 15%, 43%);
161
+ background: no-repeat center center var(--color-base-blue--600);
162
+ background-size: cover;
163
+ }
164
+
165
+ .QJpdGzG71k8-:focus {
166
+ box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px hsl(198, 12%, 57%);
167
+ box-shadow: var(--shadow-focus);
168
+ outline: none;
169
+ }
170
+
171
+ .bexrcoi1lZk- {
172
+ --avatar-size: 72px;
173
+ --avatar-border-size: var(--border-thick);
174
+ }
175
+
176
+ .xytAyzEap3U- {
177
+ --avatar-size: 24px;
178
+ }
179
+
180
+ /* isDark is dynamic and applies only when background is dark */
181
+
182
+ .E0Pgej0H3YA- {
183
+ color: rgba(255, 255, 255, 1);
184
+ color: var(--color-base-white);
185
+ }
186
+
187
+ ._85roPa-UvXQ- {
188
+ font-size: calc(var(--avatar-size) / 2);
189
+ text-transform: uppercase;
190
+ }
191
+
192
+ .meLH-BCeXWU- {
193
+ font-size: calc(var(--avatar-size) / 2.25);
194
+ }
195
+
196
+ .OsEsZnEnjLc- {
197
+ width: calc(var(--avatar-size) - (var(--avatar-border-size) * 2));
198
+ height: calc(var(--avatar-size) - (var(--avatar-border-size) * 2));
199
+ box-shadow: 0 0 0 2px rgba(255, 255, 255, 1) inset;
200
+ box-shadow: 0 0 0 var(--border-thick) var(--color-surface) inset;
201
+ border-style: solid;
202
+ border-width: var(--avatar-border-size);
203
+ }
204
+
130
205
  .ucGelS5nNm0- {
131
206
  --banner-surface: var(--color-surface);
132
207
  --banner-textColor: var(--color-text);
@@ -298,155 +373,6 @@
298
373
  align-self: center;
299
374
  }
300
375
 
301
- :root {
302
- --public--avatar-size: 32px;
303
- }
304
-
305
- .QJpdGzG71k8- {
306
- --avatar-size: var(--public--avatar-size);
307
- --avatar-border-size: var(--border-base);
308
-
309
- display: -ms-flexbox;
310
-
311
- display: flex;
312
- -ms-flex-align: center;
313
- align-items: center;
314
- -ms-flex-pack: center;
315
- justify-content: center;
316
- width: 32px;
317
- width: var(--avatar-size);
318
- height: 32px;
319
- height: var(--avatar-size);
320
- min-width: 32px;
321
- min-width: var(--avatar-size);
322
- min-height: 32px;
323
- min-height: var(--avatar-size);
324
- border-radius: 100%;
325
- border-radius: var(--radius-circle);
326
- color: hsl(197, 90%, 12%);
327
- color: var(--color-heading);
328
- font-size: 32px;
329
- font-size: var(--avatar-size);
330
- -webkit-font-smoothing: antialiased;
331
- background: no-repeat center center hsl(197, 15%, 43%);
332
- background: no-repeat center center var(--color-base-blue--600);
333
- background-size: cover;
334
- }
335
-
336
- .QJpdGzG71k8-:focus {
337
- box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px hsl(198, 12%, 57%);
338
- box-shadow: var(--shadow-focus);
339
- outline: none;
340
- }
341
-
342
- .bexrcoi1lZk- {
343
- --avatar-size: 72px;
344
- --avatar-border-size: var(--border-thick);
345
- }
346
-
347
- .xytAyzEap3U- {
348
- --avatar-size: 24px;
349
- }
350
-
351
- /* isDark is dynamic and applies only when background is dark */
352
-
353
- .E0Pgej0H3YA- {
354
- color: rgba(255, 255, 255, 1);
355
- color: var(--color-base-white);
356
- }
357
-
358
- ._85roPa-UvXQ- {
359
- font-size: calc(var(--avatar-size) / 2);
360
- text-transform: uppercase;
361
- }
362
-
363
- .meLH-BCeXWU- {
364
- font-size: calc(var(--avatar-size) / 2.25);
365
- }
366
-
367
- .OsEsZnEnjLc- {
368
- width: calc(var(--avatar-size) - (var(--avatar-border-size) * 2));
369
- height: calc(var(--avatar-size) - (var(--avatar-border-size) * 2));
370
- box-shadow: 0 0 0 2px rgba(255, 255, 255, 1) inset;
371
- box-shadow: 0 0 0 var(--border-thick) var(--color-surface) inset;
372
- border-style: solid;
373
- border-width: var(--avatar-border-size);
374
- }
375
-
376
- .-PlHaWx00Hw- {
377
- --card--accent-color: var(--color-grey);
378
- --card--base-padding: var(--space-base);
379
- --card--border: var(--border-base) solid var(--color-border);
380
-
381
- display: block;
382
- width: 100%;
383
- border: 1px solid hsl(200, 13%, 87%);
384
- border: var(--card--border);
385
- border-radius: 8px;
386
- border-radius: var(--radius-base);
387
- outline-color: hsl(198, 12%, 57%);
388
- outline-color: var(--color-focus);
389
- background-color: rgba(255, 255, 255, 1);
390
- background-color: var(--color-surface);
391
- }
392
-
393
- .-PlHaWx00Hw-:active {
394
- outline: 0;
395
- }
396
-
397
- /* Adjust `Content` components public padding to match the cards */
398
-
399
- .-PlHaWx00Hw- > * {
400
- --public-content--padding: var(--card--base-padding);
401
- }
402
-
403
- /* Remove the nested `Content` components public padding */
404
-
405
- .-PlHaWx00Hw- > * > * {
406
- --public-content--padding: 0;
407
- }
408
-
409
- .Iilm5Uhxo50- {
410
- border-top-width: 0;
411
- }
412
-
413
- .Iilm5Uhxo50-::before {
414
- content: " ";
415
- display: block;
416
- margin: 0 calc(-1 * 1px);
417
- margin: 0 calc(-1 * var(--border-base));
418
- border-top: 0.375rem solid var(--card--accent-color);
419
- border-radius: 8px 8px 0 0;
420
- border-radius: var(--radius-base) var(--radius-base) 0 0;
421
- }
422
-
423
- .Vppn4k0fBsc- {
424
- color: inherit;
425
- text-decoration: inherit;
426
- cursor: pointer;
427
- transition: all 200ms ease-out;
428
- transition: all var(--timing-base) ease-out;
429
- }
430
-
431
- .Vppn4k0fBsc-:hover,
432
- .Vppn4k0fBsc-:focus {
433
- background-color: hsl(53, 21%, 93%);
434
- background-color: var(--color-surface--hover);
435
- }
436
-
437
- .l3-Pkynq2zA- {
438
- display: -ms-flexbox;
439
- display: flex;
440
- padding: var(--card--base-padding);
441
- padding-bottom: 0;
442
- -ms-flex-pack: justify;
443
- justify-content: space-between;
444
- -ms-flex-align: start;
445
- align-items: flex-start;
446
- gap: 8px;
447
- gap: var(--space-small);
448
- }
449
-
450
376
  :root {
451
377
  --public--button--color-variation: var(--color-interactive);
452
378
  --public--button--color-variation--hover: var(--color-interactive--hover);
@@ -780,27 +706,101 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
780
706
  }
781
707
  }
782
708
 
783
- ._5mDLThZ7dBQ- {
784
- --card--accent-color: var(--color-request);
785
- }
709
+ .-PlHaWx00Hw- {
710
+ --card--accent-color: var(--color-grey);
711
+ --card--base-padding: var(--space-base);
712
+ --card--border: var(--border-base) solid var(--color-border);
786
713
 
787
- .-n66fUZcIH4- {
788
- --card--accent-color: var(--color-quote);
714
+ display: block;
715
+ width: 100%;
716
+ border: 1px solid hsl(200, 13%, 87%);
717
+ border: var(--card--border);
718
+ border-radius: 8px;
719
+ border-radius: var(--radius-base);
720
+ outline-color: hsl(198, 12%, 57%);
721
+ outline-color: var(--color-focus);
722
+ background-color: rgba(255, 255, 255, 1);
723
+ background-color: var(--color-surface);
789
724
  }
790
725
 
791
- .vfz0wjl-krU- {
792
- --card--accent-color: var(--color-job);
726
+ .-PlHaWx00Hw-:active {
727
+ outline: 0;
793
728
  }
794
729
 
795
- .UnWnEyw0-jY- {
796
- --card--accent-color: var(--color-invoice);
797
- }
730
+ /* Adjust `Content` components public padding to match the cards */
798
731
 
799
- .iRFdI5utAsU- {
800
- --card--accent-color: var(--color-client);
732
+ .-PlHaWx00Hw- > * {
733
+ --public-content--padding: var(--card--base-padding);
801
734
  }
802
735
 
803
- ._0f94rfGFhgQ- {
736
+ /* Remove the nested `Content` components public padding */
737
+
738
+ .-PlHaWx00Hw- > * > * {
739
+ --public-content--padding: 0;
740
+ }
741
+
742
+ .Iilm5Uhxo50- {
743
+ border-top-width: 0;
744
+ }
745
+
746
+ .Iilm5Uhxo50-::before {
747
+ content: " ";
748
+ display: block;
749
+ margin: 0 calc(-1 * 1px);
750
+ margin: 0 calc(-1 * var(--border-base));
751
+ border-top: 0.375rem solid var(--card--accent-color);
752
+ border-radius: 8px 8px 0 0;
753
+ border-radius: var(--radius-base) var(--radius-base) 0 0;
754
+ }
755
+
756
+ .Vppn4k0fBsc- {
757
+ color: inherit;
758
+ text-decoration: inherit;
759
+ cursor: pointer;
760
+ transition: all 200ms ease-out;
761
+ transition: all var(--timing-base) ease-out;
762
+ }
763
+
764
+ .Vppn4k0fBsc-:hover,
765
+ .Vppn4k0fBsc-:focus {
766
+ background-color: hsl(53, 21%, 93%);
767
+ background-color: var(--color-surface--hover);
768
+ }
769
+
770
+ .l3-Pkynq2zA- {
771
+ display: -ms-flexbox;
772
+ display: flex;
773
+ padding: var(--card--base-padding);
774
+ padding-bottom: 0;
775
+ -ms-flex-pack: justify;
776
+ justify-content: space-between;
777
+ -ms-flex-align: start;
778
+ align-items: flex-start;
779
+ gap: 8px;
780
+ gap: var(--space-small);
781
+ }
782
+
783
+ ._5mDLThZ7dBQ- {
784
+ --card--accent-color: var(--color-request);
785
+ }
786
+
787
+ .-n66fUZcIH4- {
788
+ --card--accent-color: var(--color-quote);
789
+ }
790
+
791
+ .vfz0wjl-krU- {
792
+ --card--accent-color: var(--color-job);
793
+ }
794
+
795
+ .UnWnEyw0-jY- {
796
+ --card--accent-color: var(--color-invoice);
797
+ }
798
+
799
+ .iRFdI5utAsU- {
800
+ --card--accent-color: var(--color-client);
801
+ }
802
+
803
+ ._0f94rfGFhgQ- {
804
804
  --card--accent-color: var(--color-blue);
805
805
  }
806
806
 
@@ -1145,46 +1145,6 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
1145
1145
  box-shadow: var(--shadow-high);
1146
1146
  }
1147
1147
 
1148
- .sGSmxHTsTfA- {
1149
- display: -ms-flexbox;
1150
- display: flex;
1151
- -ms-flex-direction: column;
1152
- flex-direction: column;
1153
- min-height: var(--public-cover-min-height);
1154
- padding: var(--public-cover-space);
1155
- }
1156
-
1157
- .sGSmxHTsTfA- > * {
1158
- margin-top: var(--public-cover-space);
1159
- margin-bottom: var(--public-cover-space);
1160
- }
1161
-
1162
- .sGSmxHTsTfA- > :first-child:not(._6S-jbOw7NEA-) {
1163
- -webkit-margin-before: 0;
1164
- margin-top: 0;
1165
- }
1166
-
1167
- .sGSmxHTsTfA- > :last-child:not(._6S-jbOw7NEA-) {
1168
- -webkit-margin-after: 0;
1169
- margin-bottom: 0;
1170
- }
1171
-
1172
- .sGSmxHTsTfA- > ._6S-jbOw7NEA- {
1173
- margin-top: auto;
1174
- margin-bottom: auto;
1175
- }
1176
-
1177
- .Aj6o8FcaKHc- {
1178
- container-name: var(--public-container-name);
1179
- container-type: inline-size;
1180
- width: var(--public-container-width);
1181
- }
1182
-
1183
- .eIsVvlXoWhs- {
1184
- container-type: inline-size;
1185
- width: var(--public-container-apply-width);
1186
- }
1187
-
1188
1148
  .kub1yKbFFN0- {
1189
1149
  display: -ms-flexbox;
1190
1150
  display: flex;
@@ -1323,116 +1283,44 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
1323
1283
  width: 100%;
1324
1284
  }
1325
1285
 
1326
- .YxKKPXAU10s- {
1327
- --checkbox--size: 20px;
1328
- --checkbox--border--checked: var(--color-interactive);
1329
- --checkbox--border--unchecked: var(--color-border--interactive);
1330
- --checkbox--border--hover: var(--color-interactive);
1331
- display: inline-block;
1332
- }
1333
-
1334
- .KxWx-msbH9c- {
1335
- display: -ms-flexbox;
1336
- display: flex;
1337
- -ms-flex-align: start;
1338
- align-items: flex-start;
1339
- -webkit-user-select: none;
1340
- -ms-user-select: none;
1341
- user-select: none;
1342
- cursor: pointer;
1343
- }
1344
-
1345
- .TKr3J-6ARFo- {
1346
- --checkbox--border--checked: var(--color-disabled--secondary);
1347
- --checkbox--border--unchecked: var(--color-disabled--secondary);
1348
- --checkbox--border--hover: var(--color-disabled--secondary);
1349
- cursor: not-allowed;
1350
- }
1351
-
1352
- .NO34ZbhNqhI- {
1353
- position: relative;
1286
+ .Aj6o8FcaKHc- {
1287
+ container-name: var(--public-container-name);
1288
+ container-type: inline-size;
1289
+ width: var(--public-container-width);
1354
1290
  }
1355
1291
 
1356
- .XnCmS-EzK2M- {
1357
- /* Hide checkbox on UI but not screen readers and still allow focus state */
1358
- position: absolute;
1359
- width: 1px;
1360
- height: 1px;
1361
- overflow: hidden;
1362
- clip: rect(0 0 0 0);
1363
- clip-path: inset(100%);
1364
- white-space: nowrap;
1292
+ .eIsVvlXoWhs- {
1293
+ container-type: inline-size;
1294
+ width: var(--public-container-apply-width);
1365
1295
  }
1366
1296
 
1367
- ._-8JCQE6SA9s- {
1297
+ .sGSmxHTsTfA- {
1368
1298
  display: -ms-flexbox;
1369
1299
  display: flex;
1370
- width: var(--checkbox--size);
1371
- height: var(--checkbox--size);
1372
- box-sizing: border-box;
1373
- border: 2px solid var(--checkbox--border--unchecked);
1374
- border: var(--border-thick) solid var(--checkbox--border--unchecked);
1375
- border-radius: 4px;
1376
- border-radius: var(--radius-small);
1377
- background-color: rgba(255, 255, 255, 1);
1378
- background-color: var(--color-surface);
1379
- transition: all 100ms ease-out;
1380
- transition: all var(--timing-quick) ease-out;
1381
- -ms-flex-pack: center;
1382
- justify-content: center;
1383
- -ms-flex-align: center;
1384
- align-items: center;
1385
- }
1386
-
1387
- ._-8JCQE6SA9s-:hover,
1388
- .YxKKPXAU10s-:hover ._-8JCQE6SA9s- {
1389
- border-color: var(--checkbox--border--hover);
1390
- }
1391
-
1392
- .XnCmS-EzK2M-.rqHq3ff9In0- + ._-8JCQE6SA9s-,
1393
- .XnCmS-EzK2M-:checked + ._-8JCQE6SA9s- {
1394
- border-color: var(--checkbox--border--checked);
1395
- background-color: hsl(107, 58%, 33%);
1396
- background-color: var(--color-interactive);
1397
- }
1398
-
1399
- .XnCmS-EzK2M-:focus-visible + ._-8JCQE6SA9s- {
1400
- box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px hsl(198, 12%, 57%);
1401
- box-shadow: var(--shadow-focus);
1402
- }
1403
-
1404
- .TKr3J-6ARFo- p {
1405
- color: hsl(0, 0%, 72%);
1406
- color: var(--color-disabled);
1407
- }
1408
-
1409
- .TKr3J-6ARFo- ._-8JCQE6SA9s- > * {
1410
- opacity: 0;
1300
+ -ms-flex-direction: column;
1301
+ flex-direction: column;
1302
+ min-height: var(--public-cover-min-height);
1303
+ padding: var(--public-cover-space);
1411
1304
  }
1412
1305
 
1413
- .TKr3J-6ARFo- .XnCmS-EzK2M-.rqHq3ff9In0- + ._-8JCQE6SA9s-,
1414
- .TKr3J-6ARFo- .XnCmS-EzK2M-:checked + ._-8JCQE6SA9s- {
1415
- background-color: hsl(0, 0%, 93%);
1416
- background-color: var(--color-disabled--secondary);
1306
+ .sGSmxHTsTfA- > * {
1307
+ margin-top: var(--public-cover-space);
1308
+ margin-bottom: var(--public-cover-space);
1417
1309
  }
1418
1310
 
1419
- .TKr3J-6ARFo- .XnCmS-EzK2M-.rqHq3ff9In0- + ._-8JCQE6SA9s- > *,
1420
- .TKr3J-6ARFo- .XnCmS-EzK2M-:checked + ._-8JCQE6SA9s- > * {
1421
- opacity: 1;
1311
+ .sGSmxHTsTfA- > :first-child:not(._6S-jbOw7NEA-) {
1312
+ -webkit-margin-before: 0;
1313
+ margin-top: 0;
1422
1314
  }
1423
1315
 
1424
- .l8z5TxzVvqA- {
1425
- margin: 0 8px;
1426
- margin: 0 var(--space-small);
1427
- margin-top: 2px;
1428
- margin-top: var(--space-smallest);
1316
+ .sGSmxHTsTfA- > :last-child:not(._6S-jbOw7NEA-) {
1317
+ -webkit-margin-after: 0;
1318
+ margin-bottom: 0;
1429
1319
  }
1430
1320
 
1431
- .DcBfVgpiWa4- {
1432
- margin-bottom: 8px;
1433
- margin-bottom: var(--space-small);
1434
- padding-left: calc(var(--checkbox--size) + 8px);
1435
- padding-left: calc(var(--checkbox--size) + var(--space-small));
1321
+ .sGSmxHTsTfA- > ._6S-jbOw7NEA- {
1322
+ margin-top: auto;
1323
+ margin-bottom: auto;
1436
1324
  }
1437
1325
 
1438
1326
  :root {
@@ -1719,23 +1607,140 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
1719
1607
  width: 1px;
1720
1608
  }
1721
1609
 
1722
- .xxU2WqkpXZU- {
1723
- position: fixed;
1724
- top: 0;
1725
- right: 0;
1726
- bottom: 0;
1727
- left: 0;
1728
- z-index: 6;
1729
- z-index: var(--elevation-menu);
1730
- background-color: transparent;
1610
+ .YxKKPXAU10s- {
1611
+ --checkbox--size: 20px;
1612
+ --checkbox--border--checked: var(--color-interactive);
1613
+ --checkbox--border--unchecked: var(--color-border--interactive);
1614
+ --checkbox--border--hover: var(--color-interactive);
1615
+ display: inline-block;
1731
1616
  }
1732
1617
 
1733
- .W-9SMjhEMpI- {
1734
- display: inline-block;
1618
+ .KxWx-msbH9c- {
1619
+ display: -ms-flexbox;
1620
+ display: flex;
1621
+ -ms-flex-align: start;
1622
+ align-items: flex-start;
1623
+ -webkit-user-select: none;
1624
+ -ms-user-select: none;
1625
+ user-select: none;
1626
+ cursor: pointer;
1735
1627
  }
1736
1628
 
1737
- .B1cBkstNQhM- > :not(:last-child) {
1738
- margin-bottom: 1px;
1629
+ .TKr3J-6ARFo- {
1630
+ --checkbox--border--checked: var(--color-disabled--secondary);
1631
+ --checkbox--border--unchecked: var(--color-disabled--secondary);
1632
+ --checkbox--border--hover: var(--color-disabled--secondary);
1633
+ cursor: not-allowed;
1634
+ }
1635
+
1636
+ .NO34ZbhNqhI- {
1637
+ position: relative;
1638
+ }
1639
+
1640
+ .XnCmS-EzK2M- {
1641
+ /* Hide checkbox on UI but not screen readers and still allow focus state */
1642
+ position: absolute;
1643
+ width: 1px;
1644
+ height: 1px;
1645
+ overflow: hidden;
1646
+ clip: rect(0 0 0 0);
1647
+ clip-path: inset(100%);
1648
+ white-space: nowrap;
1649
+ }
1650
+
1651
+ ._-8JCQE6SA9s- {
1652
+ display: -ms-flexbox;
1653
+ display: flex;
1654
+ width: var(--checkbox--size);
1655
+ height: var(--checkbox--size);
1656
+ box-sizing: border-box;
1657
+ border: 2px solid var(--checkbox--border--unchecked);
1658
+ border: var(--border-thick) solid var(--checkbox--border--unchecked);
1659
+ border-radius: 4px;
1660
+ border-radius: var(--radius-small);
1661
+ background-color: rgba(255, 255, 255, 1);
1662
+ background-color: var(--color-surface);
1663
+ transition: all 100ms ease-out;
1664
+ transition: all var(--timing-quick) ease-out;
1665
+ -ms-flex-pack: center;
1666
+ justify-content: center;
1667
+ -ms-flex-align: center;
1668
+ align-items: center;
1669
+ }
1670
+
1671
+ ._-8JCQE6SA9s-:hover,
1672
+ .YxKKPXAU10s-:hover ._-8JCQE6SA9s- {
1673
+ border-color: var(--checkbox--border--hover);
1674
+ }
1675
+
1676
+ .XnCmS-EzK2M-.rqHq3ff9In0- + ._-8JCQE6SA9s-,
1677
+ .XnCmS-EzK2M-:checked + ._-8JCQE6SA9s- {
1678
+ border-color: var(--checkbox--border--checked);
1679
+ background-color: hsl(107, 58%, 33%);
1680
+ background-color: var(--color-interactive);
1681
+ }
1682
+
1683
+ .XnCmS-EzK2M-:focus-visible + ._-8JCQE6SA9s- {
1684
+ box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px hsl(198, 12%, 57%);
1685
+ box-shadow: var(--shadow-focus);
1686
+ }
1687
+
1688
+ .TKr3J-6ARFo- p {
1689
+ color: hsl(0, 0%, 72%);
1690
+ color: var(--color-disabled);
1691
+ }
1692
+
1693
+ .TKr3J-6ARFo- ._-8JCQE6SA9s- > * {
1694
+ opacity: 0;
1695
+ }
1696
+
1697
+ .TKr3J-6ARFo- .XnCmS-EzK2M-.rqHq3ff9In0- + ._-8JCQE6SA9s-,
1698
+ .TKr3J-6ARFo- .XnCmS-EzK2M-:checked + ._-8JCQE6SA9s- {
1699
+ background-color: hsl(0, 0%, 93%);
1700
+ background-color: var(--color-disabled--secondary);
1701
+ }
1702
+
1703
+ .TKr3J-6ARFo- .XnCmS-EzK2M-.rqHq3ff9In0- + ._-8JCQE6SA9s- > *,
1704
+ .TKr3J-6ARFo- .XnCmS-EzK2M-:checked + ._-8JCQE6SA9s- > * {
1705
+ opacity: 1;
1706
+ }
1707
+
1708
+ .l8z5TxzVvqA- {
1709
+ margin: 0 8px;
1710
+ margin: 0 var(--space-small);
1711
+ margin-top: 2px;
1712
+ margin-top: var(--space-smallest);
1713
+ }
1714
+
1715
+ .DcBfVgpiWa4- {
1716
+ margin-bottom: 8px;
1717
+ margin-bottom: var(--space-small);
1718
+ padding-left: calc(var(--checkbox--size) + 8px);
1719
+ padding-left: calc(var(--checkbox--size) + var(--space-small));
1720
+ }
1721
+
1722
+ .xxU2WqkpXZU- {
1723
+ position: fixed;
1724
+ top: 0;
1725
+ right: 0;
1726
+ bottom: 0;
1727
+ left: 0;
1728
+ z-index: 6;
1729
+ z-index: var(--elevation-menu);
1730
+ background-color: transparent;
1731
+ }
1732
+
1733
+ .W-9SMjhEMpI- {
1734
+ display: inline-block;
1735
+ }
1736
+
1737
+ .cftWh-00zXM- {
1738
+ padding: 0;
1739
+ padding: var(--public-content--padding, 0);
1740
+ }
1741
+
1742
+ .B1cBkstNQhM- > :not(:last-child) {
1743
+ margin-bottom: 1px;
1739
1744
  margin-bottom: var(--space-minuscule);
1740
1745
  }
1741
1746
 
@@ -1779,11 +1784,6 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
1779
1784
  margin-bottom: var(--space-extravagant);
1780
1785
  }
1781
1786
 
1782
- .cftWh-00zXM- {
1783
- padding: 0;
1784
- padding: var(--public-content--padding, 0);
1785
- }
1786
-
1787
1787
  .rJamQZ6fRes- {
1788
1788
  --content-block-max-width: 100ch;
1789
1789
  --content-block-gutters: 0;
@@ -2453,19 +2453,6 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
2453
2453
  border: none;
2454
2454
  }
2455
2455
 
2456
- .evwHY54TitY- {
2457
- height: 1px;
2458
- height: var(--space-minuscule);
2459
- border-bottom: var(--divider-width) solid var(--divider-color);
2460
- }
2461
-
2462
- .qT-G2Sn0Wm8- {
2463
- width: 1px;
2464
- width: var(--space-minuscule);
2465
- height: auto;
2466
- border-right: var(--divider-width) solid var(--divider-color);
2467
- }
2468
-
2469
2456
  .t44-9xW2xyI- {
2470
2457
  --divider-width: var(--border-base);
2471
2458
  }
@@ -2485,6 +2472,19 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
2485
2472
  opacity: 0.375;
2486
2473
  }
2487
2474
 
2475
+ .evwHY54TitY- {
2476
+ height: 1px;
2477
+ height: var(--space-minuscule);
2478
+ border-bottom: var(--divider-width) solid var(--divider-color);
2479
+ }
2480
+
2481
+ .qT-G2Sn0Wm8- {
2482
+ width: 1px;
2483
+ width: var(--space-minuscule);
2484
+ height: auto;
2485
+ border-right: var(--divider-width) solid var(--divider-color);
2486
+ }
2487
+
2488
2488
  .LNIwHwCs8gQ- {
2489
2489
  --drawer-width: 280px;
2490
2490
  --drawer--base-padding: var(--space-base);
@@ -2618,47 +2618,6 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
2618
2618
  grid-template-rows: 1fr;
2619
2619
  }
2620
2620
 
2621
- .o-b2tWQIZvw- {
2622
- display: -ms-flexbox;
2623
- display: flex;
2624
- }
2625
-
2626
- .NZtPT-dXFeQ- {
2627
- -ms-flex: 1 1 auto;
2628
- flex: 1 1 auto;
2629
- -ms-flex-item-align: center;
2630
- align-self: center;
2631
- padding-right: 16px;
2632
- padding-right: var(--space-base);
2633
- transition: opacity 200ms;
2634
- transition: opacity var(--timing-base);
2635
- }
2636
-
2637
- .tDW-yhISuqQ- {
2638
- -ms-flex: 0 0 auto;
2639
- flex: 0 0 auto;
2640
- -ms-flex-item-align: start;
2641
- align-self: flex-start;
2642
- position: relative;
2643
- }
2644
-
2645
- .Y-aeIDV1dL4- {
2646
- position: absolute;
2647
- top: 100%;
2648
- width: 100%;
2649
- margin-top: 2px;
2650
- margin-top: var(--space-smallest);
2651
- text-align: center;
2652
- }
2653
-
2654
- .iXr88Nr7vpk- {
2655
- opacity: 0.5;
2656
- }
2657
-
2658
- .GSDyu-sASro- {
2659
- opacity: 1;
2660
- }
2661
-
2662
2621
  .pEdV7Oo29SE- {
2663
2622
  display: grid;
2664
2623
  /* If this gets wrapped in a flex container, it should take the remaining space */
@@ -2710,6 +2669,47 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
2710
2669
  align-items: end;
2711
2670
  }
2712
2671
 
2672
+ .o-b2tWQIZvw- {
2673
+ display: -ms-flexbox;
2674
+ display: flex;
2675
+ }
2676
+
2677
+ .NZtPT-dXFeQ- {
2678
+ -ms-flex: 1 1 auto;
2679
+ flex: 1 1 auto;
2680
+ -ms-flex-item-align: center;
2681
+ align-self: center;
2682
+ padding-right: 16px;
2683
+ padding-right: var(--space-base);
2684
+ transition: opacity 200ms;
2685
+ transition: opacity var(--timing-base);
2686
+ }
2687
+
2688
+ .tDW-yhISuqQ- {
2689
+ -ms-flex: 0 0 auto;
2690
+ flex: 0 0 auto;
2691
+ -ms-flex-item-align: start;
2692
+ align-self: flex-start;
2693
+ position: relative;
2694
+ }
2695
+
2696
+ .Y-aeIDV1dL4- {
2697
+ position: absolute;
2698
+ top: 100%;
2699
+ width: 100%;
2700
+ margin-top: 2px;
2701
+ margin-top: var(--space-smallest);
2702
+ text-align: center;
2703
+ }
2704
+
2705
+ .iXr88Nr7vpk- {
2706
+ opacity: 0.5;
2707
+ }
2708
+
2709
+ .GSDyu-sASro- {
2710
+ opacity: 1;
2711
+ }
2712
+
2713
2713
  :root {
2714
2714
  /**
2715
2715
  * These `--public-field` properties are used in other components such
@@ -3568,6 +3568,26 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
3568
3568
  }
3569
3569
  }
3570
3570
 
3571
+ .V-24AGDyie4- {
3572
+ -ms-flex-align: center;
3573
+ align-items: center;
3574
+ }
3575
+
3576
+ .H0zdYNTapmM- {
3577
+ -ms-flex-align: start;
3578
+ align-items: start;
3579
+ }
3580
+
3581
+ .O5VtcGWRV3M- {
3582
+ -ms-flex-align: end;
3583
+ align-items: end;
3584
+ }
3585
+
3586
+ .wVv5gaWrouI- {
3587
+ -ms-flex-align: stretch;
3588
+ align-items: stretch;
3589
+ }
3590
+
3571
3591
  .M01SZy5EYFg- {
3572
3592
  display: -ms-inline-flexbox;
3573
3593
  display: inline-flex;
@@ -3720,29 +3740,9 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
3720
3740
  background-color: var(--color-request--surface);
3721
3741
  }
3722
3742
 
3723
- .V-24AGDyie4- {
3724
- -ms-flex-align: center;
3725
- align-items: center;
3726
- }
3727
-
3728
- .H0zdYNTapmM- {
3729
- -ms-flex-align: start;
3730
- align-items: start;
3731
- }
3732
-
3733
- .O5VtcGWRV3M- {
3734
- -ms-flex-align: end;
3735
- align-items: end;
3736
- }
3737
-
3738
- .wVv5gaWrouI- {
3739
- -ms-flex-align: stretch;
3740
- align-items: stretch;
3741
- }
3742
-
3743
- .CMahTsC0SPE- {
3744
- display: -ms-flexbox;
3745
- display: flex;
3743
+ .CMahTsC0SPE- {
3744
+ display: -ms-flexbox;
3745
+ display: flex;
3746
3746
  -ms-flex-align: center;
3747
3747
  align-items: center;
3748
3748
  }
@@ -3791,6 +3791,59 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
3791
3791
  mix-blend-mode: multiply;
3792
3792
  }
3793
3793
 
3794
+ .RwhScbXCXw0- > *:not(:last-child) {
3795
+ margin-bottom: -1px !important;
3796
+ }
3797
+
3798
+ .xxMbKnv30VQ- {
3799
+ display: -ms-flexbox;
3800
+ display: flex;
3801
+ }
3802
+
3803
+ .xxMbKnv30VQ- > *:not(:last-child) {
3804
+ margin-bottom: auto;
3805
+ margin-right: -1px;
3806
+ }
3807
+
3808
+ /* Border corners are rounded on the outside edges of the group */
3809
+
3810
+ .l87dJm2JnlA- {
3811
+ --public-field--top-left-radius: 0;
3812
+ --public-field--top-right-radius: 0;
3813
+ --public-field--bottom-left-radius: 0;
3814
+ --public-field--bottom-right-radius: 0;
3815
+ }
3816
+
3817
+ .RwhScbXCXw0- > :first-child:not(.xxMbKnv30VQ-) {
3818
+ --public-field--top-left-radius: var(--radius-base);
3819
+ --public-field--top-right-radius: var(--radius-base);
3820
+ }
3821
+
3822
+ .RwhScbXCXw0- > :last-child:not(.xxMbKnv30VQ-) {
3823
+ --public-field--bottom-left-radius: var(--radius-base);
3824
+ --public-field--bottom-right-radius: var(--radius-base);
3825
+ }
3826
+
3827
+ /* First Horizontal Input Group */
3828
+
3829
+ .xxMbKnv30VQ-:first-child > :first-child {
3830
+ --public-field--top-left-radius: var(--radius-base);
3831
+ }
3832
+
3833
+ .xxMbKnv30VQ-:first-child > :last-child {
3834
+ --public-field--top-right-radius: var(--radius-base);
3835
+ }
3836
+
3837
+ /* Last Horizontal Input Group */
3838
+
3839
+ .xxMbKnv30VQ-:last-child > :first-child {
3840
+ --public-field--bottom-left-radius: var(--radius-base);
3841
+ }
3842
+
3843
+ .xxMbKnv30VQ-:last-child > :last-child {
3844
+ --public-field--bottom-right-radius: var(--radius-base);
3845
+ }
3846
+
3794
3847
  .fSDkYM-382I- {
3795
3848
  font-size: 0;
3796
3849
  line-height: 0;
@@ -3880,59 +3933,6 @@ input.oOrjwubmsVA- {
3880
3933
  padding-left: calc(var(--field--padding-left) + var(--space-smaller));
3881
3934
  }
3882
3935
 
3883
- .RwhScbXCXw0- > *:not(:last-child) {
3884
- margin-bottom: -1px !important;
3885
- }
3886
-
3887
- .xxMbKnv30VQ- {
3888
- display: -ms-flexbox;
3889
- display: flex;
3890
- }
3891
-
3892
- .xxMbKnv30VQ- > *:not(:last-child) {
3893
- margin-bottom: auto;
3894
- margin-right: -1px;
3895
- }
3896
-
3897
- /* Border corners are rounded on the outside edges of the group */
3898
-
3899
- .l87dJm2JnlA- {
3900
- --public-field--top-left-radius: 0;
3901
- --public-field--top-right-radius: 0;
3902
- --public-field--bottom-left-radius: 0;
3903
- --public-field--bottom-right-radius: 0;
3904
- }
3905
-
3906
- .RwhScbXCXw0- > :first-child:not(.xxMbKnv30VQ-) {
3907
- --public-field--top-left-radius: var(--radius-base);
3908
- --public-field--top-right-radius: var(--radius-base);
3909
- }
3910
-
3911
- .RwhScbXCXw0- > :last-child:not(.xxMbKnv30VQ-) {
3912
- --public-field--bottom-left-radius: var(--radius-base);
3913
- --public-field--bottom-right-radius: var(--radius-base);
3914
- }
3915
-
3916
- /* First Horizontal Input Group */
3917
-
3918
- .xxMbKnv30VQ-:first-child > :first-child {
3919
- --public-field--top-left-radius: var(--radius-base);
3920
- }
3921
-
3922
- .xxMbKnv30VQ-:first-child > :last-child {
3923
- --public-field--top-right-radius: var(--radius-base);
3924
- }
3925
-
3926
- /* Last Horizontal Input Group */
3927
-
3928
- .xxMbKnv30VQ-:last-child > :first-child {
3929
- --public-field--bottom-left-radius: var(--radius-base);
3930
- }
3931
-
3932
- .xxMbKnv30VQ-:last-child > :last-child {
3933
- --public-field--bottom-right-radius: var(--radius-base);
3934
- }
3935
-
3936
3936
  .fO5j-2U5rfE- {
3937
3937
  margin-top: 4px;
3938
3938
  margin-top: var(--space-smaller);
@@ -4289,26 +4289,6 @@ html.atlantisLightBoxActive {
4289
4289
  border-bottom: var(--border-base) solid var(--color-border--section);
4290
4290
  }
4291
4291
 
4292
- .sFlecO8-wnY- {
4293
- margin: 0;
4294
- padding: 0;
4295
- list-style: none;
4296
- }
4297
-
4298
- .dbZy6dviEis-:not(:last-child) {
4299
- border-bottom: 1px solid hsl(200, 13%, 87%);
4300
- border-bottom: var(--border-base) solid var(--color-border);
4301
- }
4302
-
4303
- .vz43PAcPYt0- {
4304
- position: relative;
4305
- }
4306
-
4307
- .vz43PAcPYt0-:not(:last-child) .sFlecO8-wnY- {
4308
- padding-bottom: 24px;
4309
- padding-bottom: var(--space-large);
4310
- }
4311
-
4312
4292
  .rJffaV10x20- {
4313
4293
  width: 100%;
4314
4294
  padding: 0;
@@ -4408,6 +4388,26 @@ html.atlantisLightBoxActive {
4408
4388
  white-space: nowrap;
4409
4389
  }
4410
4390
 
4391
+ .sFlecO8-wnY- {
4392
+ margin: 0;
4393
+ padding: 0;
4394
+ list-style: none;
4395
+ }
4396
+
4397
+ .dbZy6dviEis-:not(:last-child) {
4398
+ border-bottom: 1px solid hsl(200, 13%, 87%);
4399
+ border-bottom: var(--border-base) solid var(--color-border);
4400
+ }
4401
+
4402
+ .vz43PAcPYt0- {
4403
+ position: relative;
4404
+ }
4405
+
4406
+ .vz43PAcPYt0-:not(:last-child) .sFlecO8-wnY- {
4407
+ padding-bottom: 24px;
4408
+ padding-bottom: var(--space-large);
4409
+ }
4410
+
4411
4411
  .fpi0W91w2ag- * {
4412
4412
  box-sizing: border-box;
4413
4413
  }
@@ -4596,80 +4596,6 @@ html.atlantisLightBoxActive {
4596
4596
  white-space: nowrap;
4597
4597
  }
4598
4598
 
4599
- .bR1N0mdMeZU- {
4600
- position: relative;
4601
- width: 100%;
4602
- }
4603
-
4604
- .bR1N0mdMeZU- * {
4605
- box-sizing: border-box;
4606
- }
4607
-
4608
- ._7naerR7479Q- {
4609
- --field--height: var(--space-largest);
4610
-
4611
- --field--padding-top: calc(var(--space-base) - var(--space-smallest));
4612
- --field--padding-bottom: calc(var(--space-base) - var(--space-smallest));
4613
- --field--padding-left: var(--space-base);
4614
- --field--padding-right: var(--space-base);
4615
-
4616
- display: -ms-flexbox;
4617
-
4618
- display: flex;
4619
- -ms-flex-direction: row;
4620
- flex-direction: row;
4621
- -ms-flex-pack: justify;
4622
- justify-content: space-between;
4623
- -ms-flex-align: center;
4624
- align-items: center;
4625
- width: 100%;
4626
- height: 48px;
4627
- height: var(--field--height);
4628
- padding-top: calc(16px - 2px);
4629
- padding-top: var(--field--padding-top);
4630
- padding-bottom: calc(16px - 2px);
4631
- padding-bottom: var(--field--padding-bottom);
4632
- padding-left: 16px;
4633
- padding-left: var(--field--padding-left);
4634
- padding-right: 16px;
4635
- padding-right: var(--field--padding-right);
4636
- border: 1px solid hsl(200, 13%, 87%);
4637
- border: var(--border-base) solid var(--color-border);
4638
- border-radius: 8px;
4639
- border-radius: var(--radius-base);
4640
- }
4641
-
4642
- ._7naerR7479Q- p {
4643
- overflow: hidden;
4644
- text-overflow: ellipsis;
4645
- white-space: nowrap;
4646
- }
4647
-
4648
- .bR1N0mdMeZU-:hover,
4649
- .bR1N0mdMeZU-._7naerR7479Q- {
4650
- cursor: pointer;
4651
- caret-color: transparent;
4652
- }
4653
-
4654
- ._7naerR7479Q-:focus,
4655
- ._7naerR7479Q-.SpV9TqBIR60- {
4656
- box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px hsl(198, 12%, 57%);
4657
- box-shadow: var(--shadow-focus);
4658
- outline: none;
4659
- }
4660
-
4661
- .TdyW0RCheH4- {
4662
- --field--padding-left: calc(var(--space-base) - var(--space-smaller));
4663
- --field--padding-right: calc(var(--space-base) - var(--space-smaller));
4664
- --field--height: calc(var(--space-larger) + var(--space-smaller));
4665
- }
4666
-
4667
- .eBeKgF0JxEQ- {
4668
- --field--padding-left: var(--space-large);
4669
- --field--padding-right: var(--space-large);
4670
- --field--height: calc(var(--space-extravagant));
4671
- }
4672
-
4673
4599
  :root {
4674
4600
  --modal--width: 600px;
4675
4601
  --modal--padding-horizontal: var(--space-base);
@@ -5015,24 +4941,98 @@ html.atlantisLightBoxActive {
5015
4941
  order: 1; /* 1 */
5016
4942
  }
5017
4943
 
5018
- .BLYnKItuM3c- {
4944
+ .bR1N0mdMeZU- {
4945
+ position: relative;
5019
4946
  width: 100%;
5020
- box-sizing: border-box;
5021
- padding: 16px;
5022
- padding: var(--space-base);
5023
4947
  }
5024
4948
 
5025
- @media (min-width: 768px) {
5026
-
5027
- .BLYnKItuM3c- {
5028
- padding: 24px;
5029
- padding: var(--space-large);
4949
+ .bR1N0mdMeZU- * {
4950
+ box-sizing: border-box;
5030
4951
  }
5031
- }
5032
4952
 
5033
- @media (--medium-screens-and-up) {
4953
+ ._7naerR7479Q- {
4954
+ --field--height: var(--space-largest);
5034
4955
 
5035
- .BLYnKItuM3c- {
4956
+ --field--padding-top: calc(var(--space-base) - var(--space-smallest));
4957
+ --field--padding-bottom: calc(var(--space-base) - var(--space-smallest));
4958
+ --field--padding-left: var(--space-base);
4959
+ --field--padding-right: var(--space-base);
4960
+
4961
+ display: -ms-flexbox;
4962
+
4963
+ display: flex;
4964
+ -ms-flex-direction: row;
4965
+ flex-direction: row;
4966
+ -ms-flex-pack: justify;
4967
+ justify-content: space-between;
4968
+ -ms-flex-align: center;
4969
+ align-items: center;
4970
+ width: 100%;
4971
+ height: 48px;
4972
+ height: var(--field--height);
4973
+ padding-top: calc(16px - 2px);
4974
+ padding-top: var(--field--padding-top);
4975
+ padding-bottom: calc(16px - 2px);
4976
+ padding-bottom: var(--field--padding-bottom);
4977
+ padding-left: 16px;
4978
+ padding-left: var(--field--padding-left);
4979
+ padding-right: 16px;
4980
+ padding-right: var(--field--padding-right);
4981
+ border: 1px solid hsl(200, 13%, 87%);
4982
+ border: var(--border-base) solid var(--color-border);
4983
+ border-radius: 8px;
4984
+ border-radius: var(--radius-base);
4985
+ }
4986
+
4987
+ ._7naerR7479Q- p {
4988
+ overflow: hidden;
4989
+ text-overflow: ellipsis;
4990
+ white-space: nowrap;
4991
+ }
4992
+
4993
+ .bR1N0mdMeZU-:hover,
4994
+ .bR1N0mdMeZU-._7naerR7479Q- {
4995
+ cursor: pointer;
4996
+ caret-color: transparent;
4997
+ }
4998
+
4999
+ ._7naerR7479Q-:focus,
5000
+ ._7naerR7479Q-.SpV9TqBIR60- {
5001
+ box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px hsl(198, 12%, 57%);
5002
+ box-shadow: var(--shadow-focus);
5003
+ outline: none;
5004
+ }
5005
+
5006
+ .TdyW0RCheH4- {
5007
+ --field--padding-left: calc(var(--space-base) - var(--space-smaller));
5008
+ --field--padding-right: calc(var(--space-base) - var(--space-smaller));
5009
+ --field--height: calc(var(--space-larger) + var(--space-smaller));
5010
+ }
5011
+
5012
+ .eBeKgF0JxEQ- {
5013
+ --field--padding-left: var(--space-large);
5014
+ --field--padding-right: var(--space-large);
5015
+ --field--height: calc(var(--space-extravagant));
5016
+ }
5017
+
5018
+ .BLYnKItuM3c- {
5019
+ width: 100%;
5020
+ box-sizing: border-box;
5021
+ padding: 16px;
5022
+ padding: var(--space-base);
5023
+ }
5024
+
5025
+ @media (min-width: 768px) {
5026
+
5027
+ .BLYnKItuM3c- {
5028
+ padding: 24px;
5029
+ padding: var(--space-large);
5030
+ }
5031
+ }
5032
+
5033
+ @media (--medium-screens-and-up) {
5034
+
5035
+ .BLYnKItuM3c- {
5036
5036
  padding: 24px;
5037
5037
  padding: var(--space-large);
5038
5038
  }
@@ -5513,163 +5513,6 @@ progress.w8NAw4ZMB6g-[value]::-webkit-progress-value {
5513
5513
  flex-basis: 100%;
5514
5514
  }
5515
5515
 
5516
- .Hx--3IsyLgs- {
5517
- display: -ms-flexbox;
5518
- display: flex;
5519
- -ms-flex-wrap: wrap;
5520
- flex-wrap: wrap;
5521
- gap: var(--public-sidekick-space);
5522
- width: var(--public-sidekick-width);
5523
- }
5524
-
5525
- .bevb052oaa4- > :first-child {
5526
- -ms-flex-positive: 1;
5527
- flex-grow: 1;
5528
- }
5529
-
5530
- .v17EfPAcJZI- > :first-child {
5531
- -ms-flex-preferred-size: var(--public-sidekick-min-width);
5532
- flex-basis: var(--public-sidekick-min-width);
5533
- }
5534
-
5535
- .bevb052oaa4- > :last-child {
5536
- -ms-flex-preferred-size: 0;
5537
- flex-basis: 0;
5538
- -ms-flex-positive: 999;
5539
- flex-grow: 999;
5540
- min-width: var(--public-sidekick-side-width);
5541
- }
5542
-
5543
- ._3hUKFPIws6o- > :last-child {
5544
- -ms-flex-preferred-size: var(--public-sidekick-min-width);
5545
- flex-basis: var(--public-sidekick-min-width);
5546
- }
5547
-
5548
- ._22dEgb17I90- > :first-child {
5549
- -ms-flex-preferred-size: 0;
5550
- flex-basis: 0;
5551
- -ms-flex-positive: 999;
5552
- flex-grow: 999;
5553
- min-width: var(--public-sidekick-side-width);
5554
- }
5555
-
5556
- ._22dEgb17I90- > :last-child {
5557
- -ms-flex-positive: 1;
5558
- flex-grow: 1;
5559
- }
5560
-
5561
- ._3yK4CuMFyqw-,
5562
- .lY-7fyPMF6Y-,
5563
- .Ti0avsNfvTw-,
5564
- ._9dXm70WomU8- {
5565
- -ms-flex-direction: column;
5566
- flex-direction: column;
5567
- }
5568
-
5569
- ._3yK4CuMFyqw- > *,
5570
- .lY-7fyPMF6Y- > *,
5571
- .Ti0avsNfvTw- > *,
5572
- ._9dXm70WomU8- > * {
5573
- width: 100%;
5574
- }
5575
-
5576
- @media (min-width: 490px) {
5577
- ._3yK4CuMFyqw- {
5578
- -ms-flex-direction: row;
5579
- flex-direction: row;
5580
- }
5581
-
5582
- ._3yK4CuMFyqw- > * {
5583
- width: auto;
5584
- }
5585
- }
5586
-
5587
- @media (--small-screens-and-up) {
5588
- ._3yK4CuMFyqw- {
5589
- -ms-flex-direction: row;
5590
- flex-direction: row;
5591
- }
5592
-
5593
- ._3yK4CuMFyqw- > * {
5594
- width: auto;
5595
- }
5596
- }
5597
-
5598
- @media (min-width: 768px) {
5599
- .lY-7fyPMF6Y- {
5600
- -ms-flex-direction: row;
5601
- flex-direction: row;
5602
- }
5603
-
5604
- .lY-7fyPMF6Y- > * {
5605
- width: auto;
5606
- }
5607
- }
5608
-
5609
- @media (--medium-screens-and-up) {
5610
- .lY-7fyPMF6Y- {
5611
- -ms-flex-direction: row;
5612
- flex-direction: row;
5613
- }
5614
-
5615
- .lY-7fyPMF6Y- > * {
5616
- width: auto;
5617
- }
5618
- }
5619
-
5620
- @media (min-width: 1080px) {
5621
- .Ti0avsNfvTw- {
5622
- -ms-flex-direction: row;
5623
- flex-direction: row;
5624
- }
5625
-
5626
- .Ti0avsNfvTw- > * {
5627
- width: auto;
5628
- }
5629
- }
5630
-
5631
- @media (--large-screens-and-up) {
5632
- .Ti0avsNfvTw- {
5633
- -ms-flex-direction: row;
5634
- flex-direction: row;
5635
- }
5636
-
5637
- .Ti0avsNfvTw- > * {
5638
- width: auto;
5639
- }
5640
- }
5641
-
5642
- @media (min-width: 1440px) {
5643
- ._9dXm70WomU8- {
5644
- -ms-flex-direction: row;
5645
- flex-direction: row;
5646
- }
5647
-
5648
- ._9dXm70WomU8- > * {
5649
- width: auto;
5650
- }
5651
- }
5652
-
5653
- @media (--extra-large-screens-and-up) {
5654
- ._9dXm70WomU8- {
5655
- -ms-flex-direction: row;
5656
- flex-direction: row;
5657
- }
5658
-
5659
- ._9dXm70WomU8- > * {
5660
- width: auto;
5661
- }
5662
- }
5663
-
5664
- .Hx--3IsyLgs-.dN25lKXiqB0- {
5665
- -ms-flex-direction: column;
5666
- flex-direction: column;
5667
- }
5668
-
5669
- .Hx--3IsyLgs-.dN25lKXiqB0- > * {
5670
- width: 100%;
5671
- }
5672
-
5673
5516
  .cCwRgRAz4qk- {
5674
5517
  --sideDrawer--base-padding: var(--space-base);
5675
5518
  --sideDrawer--background: var(--color-surface);
@@ -5853,62 +5696,219 @@ progress.w8NAw4ZMB6g-[value]::-webkit-progress-value {
5853
5696
  --public-content--padding: 0;
5854
5697
  }
5855
5698
 
5856
- .gSN5nWDwGm4- .vArEcEUxGxQ- {
5857
- -ms-flex-direction: column-reverse;
5858
- flex-direction: column-reverse;
5699
+ .gSN5nWDwGm4- .vArEcEUxGxQ- {
5700
+ -ms-flex-direction: column-reverse;
5701
+ flex-direction: column-reverse;
5702
+ }
5703
+
5704
+ .gSN5nWDwGm4- .tMeBAjf4vEA- {
5705
+ -ms-flex-order: 1;
5706
+ order: 1;
5707
+ }
5708
+
5709
+ .gSN5nWDwGm4- .-lPSZVGIIAs- {
5710
+ -ms-flex-order: -1;
5711
+ order: -1;
5712
+ }
5713
+
5714
+ .XOqA4Hw6S6g- {
5715
+ --transition: var(--timing-base) ease-in-out;
5716
+
5717
+ width: 0;
5718
+ opacity: 0;
5719
+ -webkit-transform: translateX(-8px);
5720
+ transform: translateX(-8px);
5721
+ transition:
5722
+ width 200ms ease-in-out,
5723
+ opacity 200ms ease-in-out,
5724
+ -webkit-transform 200ms ease-in-out;
5725
+ transition:
5726
+ width var(--transition),
5727
+ opacity var(--transition),
5728
+ -webkit-transform var(--transition);
5729
+ transition:
5730
+ width 200ms ease-in-out,
5731
+ transform 200ms ease-in-out,
5732
+ opacity 200ms ease-in-out;
5733
+ transition:
5734
+ width var(--transition),
5735
+ transform var(--transition),
5736
+ opacity var(--transition);
5737
+ transition:
5738
+ width 200ms ease-in-out,
5739
+ transform 200ms ease-in-out,
5740
+ opacity 200ms ease-in-out,
5741
+ -webkit-transform 200ms ease-in-out;
5742
+ transition:
5743
+ width var(--transition),
5744
+ transform var(--transition),
5745
+ opacity var(--transition),
5746
+ -webkit-transform var(--transition);
5747
+ }
5748
+
5749
+ .XOqA4Hw6S6g-.b4VHPS-RG34- {
5750
+ width: 40px;
5751
+ opacity: 1;
5752
+ -webkit-transform: translateX(0);
5753
+ transform: translateX(0);
5754
+ }
5755
+
5756
+ .Hx--3IsyLgs- {
5757
+ display: -ms-flexbox;
5758
+ display: flex;
5759
+ -ms-flex-wrap: wrap;
5760
+ flex-wrap: wrap;
5761
+ gap: var(--public-sidekick-space);
5762
+ width: var(--public-sidekick-width);
5763
+ }
5764
+
5765
+ .bevb052oaa4- > :first-child {
5766
+ -ms-flex-positive: 1;
5767
+ flex-grow: 1;
5768
+ }
5769
+
5770
+ .v17EfPAcJZI- > :first-child {
5771
+ -ms-flex-preferred-size: var(--public-sidekick-min-width);
5772
+ flex-basis: var(--public-sidekick-min-width);
5773
+ }
5774
+
5775
+ .bevb052oaa4- > :last-child {
5776
+ -ms-flex-preferred-size: 0;
5777
+ flex-basis: 0;
5778
+ -ms-flex-positive: 999;
5779
+ flex-grow: 999;
5780
+ min-width: var(--public-sidekick-side-width);
5781
+ }
5782
+
5783
+ ._3hUKFPIws6o- > :last-child {
5784
+ -ms-flex-preferred-size: var(--public-sidekick-min-width);
5785
+ flex-basis: var(--public-sidekick-min-width);
5786
+ }
5787
+
5788
+ ._22dEgb17I90- > :first-child {
5789
+ -ms-flex-preferred-size: 0;
5790
+ flex-basis: 0;
5791
+ -ms-flex-positive: 999;
5792
+ flex-grow: 999;
5793
+ min-width: var(--public-sidekick-side-width);
5794
+ }
5795
+
5796
+ ._22dEgb17I90- > :last-child {
5797
+ -ms-flex-positive: 1;
5798
+ flex-grow: 1;
5799
+ }
5800
+
5801
+ ._3yK4CuMFyqw-,
5802
+ .lY-7fyPMF6Y-,
5803
+ .Ti0avsNfvTw-,
5804
+ ._9dXm70WomU8- {
5805
+ -ms-flex-direction: column;
5806
+ flex-direction: column;
5807
+ }
5808
+
5809
+ ._3yK4CuMFyqw- > *,
5810
+ .lY-7fyPMF6Y- > *,
5811
+ .Ti0avsNfvTw- > *,
5812
+ ._9dXm70WomU8- > * {
5813
+ width: 100%;
5814
+ }
5815
+
5816
+ @media (min-width: 490px) {
5817
+ ._3yK4CuMFyqw- {
5818
+ -ms-flex-direction: row;
5819
+ flex-direction: row;
5820
+ }
5821
+
5822
+ ._3yK4CuMFyqw- > * {
5823
+ width: auto;
5824
+ }
5825
+ }
5826
+
5827
+ @media (--small-screens-and-up) {
5828
+ ._3yK4CuMFyqw- {
5829
+ -ms-flex-direction: row;
5830
+ flex-direction: row;
5831
+ }
5832
+
5833
+ ._3yK4CuMFyqw- > * {
5834
+ width: auto;
5835
+ }
5836
+ }
5837
+
5838
+ @media (min-width: 768px) {
5839
+ .lY-7fyPMF6Y- {
5840
+ -ms-flex-direction: row;
5841
+ flex-direction: row;
5842
+ }
5843
+
5844
+ .lY-7fyPMF6Y- > * {
5845
+ width: auto;
5846
+ }
5847
+ }
5848
+
5849
+ @media (--medium-screens-and-up) {
5850
+ .lY-7fyPMF6Y- {
5851
+ -ms-flex-direction: row;
5852
+ flex-direction: row;
5853
+ }
5854
+
5855
+ .lY-7fyPMF6Y- > * {
5856
+ width: auto;
5857
+ }
5858
+ }
5859
+
5860
+ @media (min-width: 1080px) {
5861
+ .Ti0avsNfvTw- {
5862
+ -ms-flex-direction: row;
5863
+ flex-direction: row;
5864
+ }
5865
+
5866
+ .Ti0avsNfvTw- > * {
5867
+ width: auto;
5868
+ }
5869
+ }
5870
+
5871
+ @media (--large-screens-and-up) {
5872
+ .Ti0avsNfvTw- {
5873
+ -ms-flex-direction: row;
5874
+ flex-direction: row;
5875
+ }
5876
+
5877
+ .Ti0avsNfvTw- > * {
5878
+ width: auto;
5879
+ }
5880
+ }
5881
+
5882
+ @media (min-width: 1440px) {
5883
+ ._9dXm70WomU8- {
5884
+ -ms-flex-direction: row;
5885
+ flex-direction: row;
5859
5886
  }
5860
5887
 
5861
- .gSN5nWDwGm4- .tMeBAjf4vEA- {
5862
- -ms-flex-order: 1;
5863
- order: 1;
5888
+ ._9dXm70WomU8- > * {
5889
+ width: auto;
5864
5890
  }
5891
+ }
5865
5892
 
5866
- .gSN5nWDwGm4- .-lPSZVGIIAs- {
5867
- -ms-flex-order: -1;
5868
- order: -1;
5893
+ @media (--extra-large-screens-and-up) {
5894
+ ._9dXm70WomU8- {
5895
+ -ms-flex-direction: row;
5896
+ flex-direction: row;
5869
5897
  }
5870
5898
 
5871
- .XOqA4Hw6S6g- {
5872
- --transition: var(--timing-base) ease-in-out;
5899
+ ._9dXm70WomU8- > * {
5900
+ width: auto;
5901
+ }
5902
+ }
5873
5903
 
5874
- width: 0;
5875
- opacity: 0;
5876
- -webkit-transform: translateX(-8px);
5877
- transform: translateX(-8px);
5878
- transition:
5879
- width 200ms ease-in-out,
5880
- opacity 200ms ease-in-out,
5881
- -webkit-transform 200ms ease-in-out;
5882
- transition:
5883
- width var(--transition),
5884
- opacity var(--transition),
5885
- -webkit-transform var(--transition);
5886
- transition:
5887
- width 200ms ease-in-out,
5888
- transform 200ms ease-in-out,
5889
- opacity 200ms ease-in-out;
5890
- transition:
5891
- width var(--transition),
5892
- transform var(--transition),
5893
- opacity var(--transition);
5894
- transition:
5895
- width 200ms ease-in-out,
5896
- transform 200ms ease-in-out,
5897
- opacity 200ms ease-in-out,
5898
- -webkit-transform 200ms ease-in-out;
5899
- transition:
5900
- width var(--transition),
5901
- transform var(--transition),
5902
- opacity var(--transition),
5903
- -webkit-transform var(--transition);
5904
+ .Hx--3IsyLgs-.dN25lKXiqB0- {
5905
+ -ms-flex-direction: column;
5906
+ flex-direction: column;
5904
5907
  }
5905
5908
 
5906
- .XOqA4Hw6S6g-.b4VHPS-RG34- {
5907
- width: 40px;
5908
- opacity: 1;
5909
- -webkit-transform: translateX(0);
5910
- transform: translateX(0);
5911
- }
5909
+ .Hx--3IsyLgs-.dN25lKXiqB0- > * {
5910
+ width: 100%;
5911
+ }
5912
5912
 
5913
5913
  ._6hfmGZoXNyg- {
5914
5914
  width: 32px;
@@ -5979,6 +5979,21 @@ progress.w8NAw4ZMB6g-[value]::-webkit-progress-value {
5979
5979
  vertical-align: middle;
5980
5980
  }
5981
5981
 
5982
+ .WiSIdMrztSU- {
5983
+ --statusLabel-icon-diameter: 8px;
5984
+
5985
+ display: inline-block;
5986
+ width: 8px;
5987
+ width: var(--statusLabel-icon-diameter);
5988
+ height: 8px;
5989
+ height: var(--statusLabel-icon-diameter);
5990
+ border-radius: 50%;
5991
+ background-color: hsl(107, 58%, 33%);
5992
+ background-color: var(--color-success);
5993
+ -ms-flex-negative: 0;
5994
+ flex-shrink: 0;
5995
+ }
5996
+
5982
5997
  .OADGAhZt8dY- {
5983
5998
  --labelBackgroundColor: var(--color-success--surface);
5984
5999
  --labelTextColor: var(--color-success--onSurface);
@@ -6043,21 +6058,6 @@ progress.w8NAw4ZMB6g-[value]::-webkit-progress-value {
6043
6058
  padding-top: 0.125rem;
6044
6059
  }
6045
6060
 
6046
- .WiSIdMrztSU- {
6047
- --statusLabel-icon-diameter: 8px;
6048
-
6049
- display: inline-block;
6050
- width: 8px;
6051
- width: var(--statusLabel-icon-diameter);
6052
- height: 8px;
6053
- height: var(--statusLabel-icon-diameter);
6054
- border-radius: 50%;
6055
- background-color: hsl(107, 58%, 33%);
6056
- background-color: var(--color-success);
6057
- -ms-flex-negative: 0;
6058
- flex-shrink: 0;
6059
- }
6060
-
6061
6061
  ._7bHFxCX3jv4- {
6062
6062
  display: -ms-flexbox;
6063
6063
  display: flex;
@@ -6509,6 +6509,46 @@ ul.LfIIg9bwrhQ- {
6509
6509
  padding-right: var(--public-tab--inset);
6510
6510
  }
6511
6511
 
6512
+ .b9lhF-BkUnI- {
6513
+ display: grid;
6514
+ grid-template-columns: auto;
6515
+ grid-template-rows: auto -webkit-max-content;
6516
+ grid-template-rows: auto max-content;
6517
+ width: inherit;
6518
+ height: inherit;
6519
+ -ms-flex-align: center;
6520
+ align-items: center;
6521
+ justify-items: center;
6522
+ }
6523
+
6524
+ .BJLJeUxloeQ-:not(.t5IzWH6-Sy0-) {
6525
+ -ms-flex-align: end;
6526
+ align-items: end;
6527
+ }
6528
+
6529
+ .tj--cPRjQfI- {
6530
+ width: 100%;
6531
+ min-width: 0;
6532
+ box-sizing: border-box;
6533
+ }
6534
+
6535
+ .l2Vxo1qaR8U- .tj--cPRjQfI- {
6536
+ padding: 4px;
6537
+ padding: var(--space-smaller);
6538
+ font-size: 10px;
6539
+ font-size: var(--typography--fontSize-smaller);
6540
+ }
6541
+
6542
+ .t5IzWH6-Sy0- .tj--cPRjQfI- {
6543
+ position: absolute;
6544
+ bottom: 0;
6545
+ left: 0;
6546
+ padding: 8px;
6547
+ padding: var(--space-small);
6548
+ font-size: 12px;
6549
+ font-size: var(--typography--fontSize-small);
6550
+ }
6551
+
6512
6552
  .jC1GzRIJp74- {
6513
6553
  display: grid;
6514
6554
  grid-gap: var(--public-tile-space);
@@ -6818,6 +6858,36 @@ ul.LfIIg9bwrhQ- {
6818
6858
  display: flex;
6819
6859
  }
6820
6860
 
6861
+ .wMM6V80Rt-w- {
6862
+ padding: 16px;
6863
+ padding: var(--space-base);
6864
+ border-top: 2px solid hsl(200, 13%, 87%);
6865
+ border-top: var(--border-thick) solid var(--color-border);
6866
+ }
6867
+
6868
+ .HAoSIniVNvI- {
6869
+ display: -ms-flexbox;
6870
+ display: flex;
6871
+ -ms-flex-pack: justify;
6872
+ justify-content: space-between;
6873
+ font-weight: bold;
6874
+ }
6875
+
6876
+ .HAoSIniVNvI- * {
6877
+ text-align: left;
6878
+ }
6879
+
6880
+ .mNGvTIKaQIA-,
6881
+ .mNGvTIKaQIA- * {
6882
+ font-weight: normal;
6883
+ text-align: right;
6884
+ }
6885
+
6886
+ .HAoSIniVNvI-:not(:last-child) {
6887
+ padding-bottom: 8px;
6888
+ padding-bottom: var(--space-small);
6889
+ }
6890
+
6821
6891
  ._5TLZRabskzI- {
6822
6892
  display: -ms-flexbox;
6823
6893
  display: flex;
@@ -6906,76 +6976,6 @@ ul.LfIIg9bwrhQ- {
6906
6976
  }
6907
6977
  }
6908
6978
 
6909
- .wMM6V80Rt-w- {
6910
- padding: 16px;
6911
- padding: var(--space-base);
6912
- border-top: 2px solid hsl(200, 13%, 87%);
6913
- border-top: var(--border-thick) solid var(--color-border);
6914
- }
6915
-
6916
- .HAoSIniVNvI- {
6917
- display: -ms-flexbox;
6918
- display: flex;
6919
- -ms-flex-pack: justify;
6920
- justify-content: space-between;
6921
- font-weight: bold;
6922
- }
6923
-
6924
- .HAoSIniVNvI- * {
6925
- text-align: left;
6926
- }
6927
-
6928
- .mNGvTIKaQIA-,
6929
- .mNGvTIKaQIA- * {
6930
- font-weight: normal;
6931
- text-align: right;
6932
- }
6933
-
6934
- .HAoSIniVNvI-:not(:last-child) {
6935
- padding-bottom: 8px;
6936
- padding-bottom: var(--space-small);
6937
- }
6938
-
6939
- .GlvUe-y47J8- {
6940
- display: grid;
6941
- grid-template-columns: auto;
6942
- grid-template-rows: auto -webkit-max-content;
6943
- grid-template-rows: auto max-content;
6944
- width: inherit;
6945
- height: inherit;
6946
- -ms-flex-align: center;
6947
- align-items: center;
6948
- justify-items: center;
6949
- }
6950
-
6951
- .zxlhNVPlPfU-:not(.PLxm6a4dUeE-) {
6952
- -ms-flex-align: end;
6953
- align-items: end;
6954
- }
6955
-
6956
- .-HUnao9DHy4- {
6957
- width: 100%;
6958
- min-width: 0;
6959
- box-sizing: border-box;
6960
- }
6961
-
6962
- .HJGVBmS64DY- .-HUnao9DHy4- {
6963
- padding: 4px;
6964
- padding: var(--space-smaller);
6965
- font-size: 10px;
6966
- font-size: var(--typography--fontSize-smaller);
6967
- }
6968
-
6969
- .PLxm6a4dUeE- .-HUnao9DHy4- {
6970
- position: absolute;
6971
- bottom: 0;
6972
- left: 0;
6973
- padding: 8px;
6974
- padding: var(--space-small);
6975
- font-size: 12px;
6976
- font-size: var(--typography--fontSize-small);
6977
- }
6978
-
6979
6979
  .zossMHCpMPU- {
6980
6980
  display: -ms-flexbox;
6981
6981
  display: flex;
@@ -7111,46 +7111,24 @@ ul.LfIIg9bwrhQ- {
7111
7111
  left: calc(100% / var(--segmentedControl--option-count) * 3);
7112
7112
  }
7113
7113
 
7114
- .FDDKTZkTdfM- input[type="radio"]:nth-of-type(5):checked ~ span {
7115
- left: calc(100% / var(--segmentedControl--option-count) * 4);
7116
- }
7117
-
7118
- .NrRExUGE6GY- {
7119
- padding-right: 8px;
7120
- padding-right: var(--space-small);
7121
- }
7122
- .NrRExUGE6GY- path {
7123
- fill: hsl(198, 35%, 21%);
7124
- fill: var(--color-interactive--subtle);
7125
- opacity: 0.4;
7126
- transition: opacity 200ms ease;
7127
- transition: opacity var(--timing-base) ease;
7128
- }
7129
- .NrRExUGE6GY- path.e3aVa36Y7W8- {
7130
- opacity: 0.4;
7131
- }
7132
- .NrRExUGE6GY- path.lDKd982Sr-w-,
7133
- .NrRExUGE6GY-:hover path {
7134
- opacity: 1;
7135
- }
7136
- .NrRExUGE6GY-:hover path.e3aVa36Y7W8- {
7137
- opacity: 0.6;
7114
+ .FDDKTZkTdfM- input[type="radio"]:nth-of-type(5):checked ~ span {
7115
+ left: calc(100% / var(--segmentedControl--option-count) * 4);
7138
7116
  }
7139
7117
 
7140
- .YdEHf0kMqIk- {
7118
+ .qOmZU-rbNf4- {
7141
7119
  width: 100%;
7142
7120
  height: 100%;
7143
7121
  -o-object-fit: cover;
7144
7122
  object-fit: cover;
7145
- -webkit-animation: qG9O-VWpfw0- 200ms ease;
7146
- animation: qG9O-VWpfw0- 200ms ease;
7123
+ -webkit-animation: zB1aNhsmmqY- 200ms ease;
7124
+ animation: zB1aNhsmmqY- 200ms ease;
7147
7125
  }
7148
7126
 
7149
- .NoE9wiIsC-A- {
7127
+ ._2bihNsPs7w4- {
7150
7128
  display: none;
7151
7129
  }
7152
7130
 
7153
- @-webkit-keyframes qG9O-VWpfw0- {
7131
+ @-webkit-keyframes zB1aNhsmmqY- {
7154
7132
  from {
7155
7133
  opacity: 0;
7156
7134
  }
@@ -7160,7 +7138,7 @@ ul.LfIIg9bwrhQ- {
7160
7138
  }
7161
7139
  }
7162
7140
 
7163
- @keyframes qG9O-VWpfw0- {
7141
+ @keyframes zB1aNhsmmqY- {
7164
7142
  from {
7165
7143
  opacity: 0;
7166
7144
  }
@@ -7170,6 +7148,28 @@ ul.LfIIg9bwrhQ- {
7170
7148
  }
7171
7149
  }
7172
7150
 
7151
+ .NrRExUGE6GY- {
7152
+ padding-right: 8px;
7153
+ padding-right: var(--space-small);
7154
+ }
7155
+ .NrRExUGE6GY- path {
7156
+ fill: hsl(198, 35%, 21%);
7157
+ fill: var(--color-interactive--subtle);
7158
+ opacity: 0.4;
7159
+ transition: opacity 200ms ease;
7160
+ transition: opacity var(--timing-base) ease;
7161
+ }
7162
+ .NrRExUGE6GY- path.e3aVa36Y7W8- {
7163
+ opacity: 0.4;
7164
+ }
7165
+ .NrRExUGE6GY- path.lDKd982Sr-w-,
7166
+ .NrRExUGE6GY-:hover path {
7167
+ opacity: 1;
7168
+ }
7169
+ .NrRExUGE6GY-:hover path.e3aVa36Y7W8- {
7170
+ opacity: 0.6;
7171
+ }
7172
+
7173
7173
  .HgFD6w2VXzo- {
7174
7174
  position: relative;
7175
7175
  }
@@ -7355,6 +7355,32 @@ ul.LfIIg9bwrhQ- {
7355
7355
  border-radius: var(--radius-circle);
7356
7356
  }
7357
7357
 
7358
+ .Y4Fm1wA7Z6c- {
7359
+ border-color: hsl(200, 13%, 87%);
7360
+ border-color: var(--color-border);
7361
+ border-style: solid;
7362
+ }
7363
+
7364
+ .GWX6qFcouh8- {
7365
+ border-width: var(--box-border);
7366
+ }
7367
+
7368
+ ._20qfwUymZHI- {
7369
+ border-top-width: var(--box-border-top);
7370
+ }
7371
+
7372
+ ._80vVV1kYAXU- {
7373
+ border-right-width: var(--box-border-right);
7374
+ }
7375
+
7376
+ ._3yLCo9rAEyY- {
7377
+ border-bottom-width: var(--box-border-bottom);
7378
+ }
7379
+
7380
+ .Sejzll1Lw3U- {
7381
+ border-left-width: var(--box-border-left);
7382
+ }
7383
+
7358
7384
  .CXP1mw5bm-s- {
7359
7385
  height: auto;
7360
7386
  }
@@ -7379,6 +7405,37 @@ ul.LfIIg9bwrhQ- {
7379
7405
  flex: 1 1 auto;
7380
7406
  }
7381
7407
 
7408
+ .pyQJ1Rwtg3Q- {
7409
+ padding: 0;
7410
+ padding: var(--box-padding, 0);
7411
+ }
7412
+
7413
+ .J0XrYI95Nwo- {
7414
+ padding-left: var(--box-padding-horizontal);
7415
+ padding-right: var(--box-padding-horizontal);
7416
+ }
7417
+
7418
+ .krPrcZ2t1Mg- {
7419
+ padding-top: var(--box-padding-vertical);
7420
+ padding-bottom: var(--box-padding-vertical);
7421
+ }
7422
+
7423
+ .Ms36xmpr504- {
7424
+ padding-top: var(--box-padding-top);
7425
+ }
7426
+
7427
+ .HR4tB8Ht7-w- {
7428
+ padding-right: var(--box-padding-right);
7429
+ }
7430
+
7431
+ ._5mybhdcr7f0- {
7432
+ padding-bottom: var(--box-padding-bottom);
7433
+ }
7434
+
7435
+ .eRM9czZkHgE- {
7436
+ padding-left: var(--box-padding-left);
7437
+ }
7438
+
7382
7439
  .vqVnWscsiIQ- {
7383
7440
  margin: 0;
7384
7441
  margin: var(--box-margin, 0);
@@ -7410,61 +7467,27 @@ ul.LfIIg9bwrhQ- {
7410
7467
  margin-left: var(--box-margin-left);
7411
7468
  }
7412
7469
 
7413
- .Y4Fm1wA7Z6c- {
7414
- border-color: hsl(200, 13%, 87%);
7415
- border-color: var(--color-border);
7416
- border-style: solid;
7417
- }
7418
-
7419
- .GWX6qFcouh8- {
7420
- border-width: var(--box-border);
7421
- }
7422
-
7423
- ._20qfwUymZHI- {
7424
- border-top-width: var(--box-border-top);
7425
- }
7426
-
7427
- ._80vVV1kYAXU- {
7428
- border-right-width: var(--box-border-right);
7429
- }
7430
-
7431
- ._3yLCo9rAEyY- {
7432
- border-bottom-width: var(--box-border-bottom);
7433
- }
7434
-
7435
- .Sejzll1Lw3U- {
7436
- border-left-width: var(--box-border-left);
7437
- }
7438
-
7439
- .pyQJ1Rwtg3Q- {
7440
- padding: 0;
7441
- padding: var(--box-padding, 0);
7442
- }
7443
-
7444
- .J0XrYI95Nwo- {
7445
- padding-left: var(--box-padding-horizontal);
7446
- padding-right: var(--box-padding-horizontal);
7447
- }
7448
-
7449
- .krPrcZ2t1Mg- {
7450
- padding-top: var(--box-padding-vertical);
7451
- padding-bottom: var(--box-padding-vertical);
7470
+ .vAVS-6e-jJo- {
7471
+ width: 100%;
7452
7472
  }
7453
7473
 
7454
- .Ms36xmpr504- {
7455
- padding-top: var(--box-padding-top);
7474
+ .tZgae6SZ8WA- {
7475
+ width: 85%;
7456
7476
  }
7457
7477
 
7458
- .HR4tB8Ht7-w- {
7459
- padding-right: var(--box-padding-right);
7478
+ .ec-sGgENoOw- {
7479
+ width: 70%;
7460
7480
  }
7461
7481
 
7462
- ._5mybhdcr7f0- {
7463
- padding-bottom: var(--box-padding-bottom);
7482
+ .ONvR3LocsA4-,
7483
+ .j-gTsb6UsQs- {
7484
+ width: auto;
7485
+ aspect-ratio: 1;
7464
7486
  }
7465
7487
 
7466
- .eRM9czZkHgE- {
7467
- padding-left: var(--box-padding-left);
7488
+ .j-gTsb6UsQs- {
7489
+ border-radius: 100%;
7490
+ border-radius: var(--radius-circle);
7468
7491
  }
7469
7492
 
7470
7493
  .bjemHBSLuQ0- {
@@ -7500,29 +7523,6 @@ ul.LfIIg9bwrhQ- {
7500
7523
  min-height: var(--space-base);
7501
7524
  }
7502
7525
 
7503
- .vAVS-6e-jJo- {
7504
- width: 100%;
7505
- }
7506
-
7507
- .tZgae6SZ8WA- {
7508
- width: 85%;
7509
- }
7510
-
7511
- .ec-sGgENoOw- {
7512
- width: 70%;
7513
- }
7514
-
7515
- .ONvR3LocsA4-,
7516
- .j-gTsb6UsQs- {
7517
- width: auto;
7518
- aspect-ratio: 1;
7519
- }
7520
-
7521
- .j-gTsb6UsQs- {
7522
- border-radius: 100%;
7523
- border-radius: var(--radius-circle);
7524
- }
7525
-
7526
7526
  ._6dlpcG-oxT4- {
7527
7527
  -webkit-animation-duration: var(--duration-base);
7528
7528
  animation-duration: var(--duration-base);
@@ -7682,6 +7682,21 @@ ul.LfIIg9bwrhQ- {
7682
7682
  font-weight: 900;
7683
7683
  }
7684
7684
 
7685
+ .ws2Y0LqNNfk- {
7686
+ font-style: italic;
7687
+ }
7688
+
7689
+ .kw63z71hYYU- {
7690
+ display: inline;
7691
+ font-family: inherit;
7692
+ font-style: normal;
7693
+ font-weight: inherit;
7694
+ background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 84 8' fill='none' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 6.50004C14.6667 4.50004 49.3 0.900038 82.5 2.50004' stroke='%2384EA00' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
7695
+ background-position: center bottom;
7696
+ background-repeat: no-repeat;
7697
+ background-size: 100% 20%;
7698
+ }
7699
+
7685
7700
  /* Base colors for backwards compatability */
7686
7701
 
7687
7702
  .xNqFL54SrGc- {
@@ -8019,29 +8034,6 @@ ul.LfIIg9bwrhQ- {
8019
8034
  color: var(--color-brand);
8020
8035
  }
8021
8036
 
8022
- .ws2Y0LqNNfk- {
8023
- font-style: italic;
8024
- }
8025
-
8026
- .kw63z71hYYU- {
8027
- display: inline;
8028
- font-family: inherit;
8029
- font-style: normal;
8030
- font-weight: inherit;
8031
- background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 84 8' fill='none' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 6.50004C14.6667 4.50004 49.3 0.900038 82.5 2.50004' stroke='%2384EA00' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
8032
- background-position: center bottom;
8033
- background-repeat: no-repeat;
8034
- background-size: 100% 20%;
8035
- }
8036
-
8037
- .bvnCrlndVHs- {
8038
- display: -webkit-box !important;
8039
- }
8040
- .bvnCrlndVHs- {
8041
- -webkit-box-orient: vertical;
8042
- overflow: hidden;
8043
- }
8044
-
8045
8037
  .r5lyOVfBlMI- {
8046
8038
  text-align: left;
8047
8039
  }
@@ -8054,6 +8046,21 @@ ul.LfIIg9bwrhQ- {
8054
8046
  text-align: right;
8055
8047
  }
8056
8048
 
8049
+ .qp8E5e4q-so- {
8050
+ text-decoration-line: underline;
8051
+ text-decoration-thickness: 1px;
8052
+ text-underline-offset: 4px;
8053
+ text-underline-offset: var(--space-smaller);
8054
+ }
8055
+
8056
+ .bvnCrlndVHs- {
8057
+ display: -webkit-box !important;
8058
+ }
8059
+ .bvnCrlndVHs- {
8060
+ -webkit-box-orient: vertical;
8061
+ overflow: hidden;
8062
+ }
8063
+
8057
8064
  .V9SSKxs15xE- {
8058
8065
  font-family: Inter, Helvetica, Arial, sans-serif;
8059
8066
  font-family: var(--typography--fontFamily-normal);
@@ -8064,13 +8071,6 @@ ul.LfIIg9bwrhQ- {
8064
8071
  font-family: var(--typography--fontFamily-display);
8065
8072
  }
8066
8073
 
8067
- .qp8E5e4q-so- {
8068
- text-decoration-line: underline;
8069
- text-decoration-thickness: 1px;
8070
- text-underline-offset: 4px;
8071
- text-underline-offset: var(--space-smaller);
8072
- }
8073
-
8074
8074
  .XRnU90M2-fs- {
8075
8075
  display: -ms-flexbox;
8076
8076
  display: flex;
@@ -8231,38 +8231,24 @@ ul.LfIIg9bwrhQ- {
8231
8231
  grid-column-end: span var(--gridCell--size-lg);
8232
8232
  }
8233
8233
  }@media (--large-screens-and-up) {.U0IgyTjmtnU- {
8234
- grid-column-end: span var(--gridCell--size-lg);
8235
- }
8236
- }@media (min-width: 1440px) {.U0IgyTjmtnU- {
8237
- grid-column-end: span var(--gridCell--size-xl);
8238
- }
8239
- }@media (--extra-large-screens-and-up) {.U0IgyTjmtnU- {
8240
- grid-column-end: span var(--gridCell--size-xl);
8241
- }
8242
- }
8243
-
8244
- .-R-TvZ9aU9g- {
8245
- display: grid;
8246
- width: 100%;
8247
- padding: 4px;
8248
- padding: var(--space-smaller);
8249
- border: 1px solid hsl(200, 13%, 87%);
8250
- border: var(--border-base) solid var(--color-border);
8251
- border-radius: 16px;
8252
- border-radius: var(--radius-large);
8253
- grid-template-columns: repeat(7, 1fr);
8254
- row-gap: 4px;
8255
- grid-row-gap: 4px;
8256
- grid-row-gap: var(--space-smaller);
8257
- row-gap: var(--space-smaller);
8258
- -webkit-column-gap: 4px;
8259
- -webkit-column-gap: var(--space-smaller);
8260
- -moz-column-gap: 4px;
8261
- -moz-column-gap: var(--space-smaller);
8262
- column-gap: 4px;
8263
- grid-column-gap: 4px;
8264
- grid-column-gap: var(--space-smaller);
8265
- column-gap: var(--space-smaller);
8234
+ grid-column-end: span var(--gridCell--size-lg);
8235
+ }
8236
+ }@media (min-width: 1440px) {.U0IgyTjmtnU- {
8237
+ grid-column-end: span var(--gridCell--size-xl);
8238
+ }
8239
+ }@media (--extra-large-screens-and-up) {.U0IgyTjmtnU- {
8240
+ grid-column-end: span var(--gridCell--size-xl);
8241
+ }
8242
+ }
8243
+
8244
+ .cr0irYOHA5k- div[role="radiogroup"] {
8245
+ -ms-flex-direction: row;
8246
+ flex-direction: row;
8247
+ }
8248
+
8249
+ .cr0irYOHA5k- label {
8250
+ margin-right: 16px;
8251
+ margin-right: var(--space-base);
8266
8252
  }
8267
8253
 
8268
8254
  .Qup9qglgfQ8- {
@@ -8305,16 +8291,6 @@ ul.LfIIg9bwrhQ- {
8305
8291
  border-top-left-radius: 0;
8306
8292
  }
8307
8293
 
8308
- .cr0irYOHA5k- div[role="radiogroup"] {
8309
- -ms-flex-direction: row;
8310
- flex-direction: row;
8311
- }
8312
-
8313
- .cr0irYOHA5k- label {
8314
- margin-right: 16px;
8315
- margin-right: var(--space-base);
8316
- }
8317
-
8318
8294
  ._4d0IFF7M5S0- {
8319
8295
  display: grid;
8320
8296
  width: 100%;
@@ -8364,6 +8340,30 @@ ul.LfIIg9bwrhQ- {
8364
8340
  }
8365
8341
  }
8366
8342
 
8343
+ .-R-TvZ9aU9g- {
8344
+ display: grid;
8345
+ width: 100%;
8346
+ padding: 4px;
8347
+ padding: var(--space-smaller);
8348
+ border: 1px solid hsl(200, 13%, 87%);
8349
+ border: var(--border-base) solid var(--color-border);
8350
+ border-radius: 16px;
8351
+ border-radius: var(--radius-large);
8352
+ grid-template-columns: repeat(7, 1fr);
8353
+ row-gap: 4px;
8354
+ grid-row-gap: 4px;
8355
+ grid-row-gap: var(--space-smaller);
8356
+ row-gap: var(--space-smaller);
8357
+ -webkit-column-gap: 4px;
8358
+ -webkit-column-gap: var(--space-smaller);
8359
+ -moz-column-gap: 4px;
8360
+ -moz-column-gap: var(--space-smaller);
8361
+ column-gap: 4px;
8362
+ grid-column-gap: 4px;
8363
+ grid-column-gap: var(--space-smaller);
8364
+ column-gap: var(--space-smaller);
8365
+ }
8366
+
8367
8367
  .HowvTX8-pw4- {
8368
8368
  display: -ms-flexbox;
8369
8369
  display: flex;
@@ -9200,108 +9200,6 @@ ul.LfIIg9bwrhQ- {
9200
9200
  outline: transparent;
9201
9201
  }
9202
9202
 
9203
- .wFxd-3vJyKo- {
9204
- position: relative;
9205
- padding: 8px 0;
9206
- padding: var(--space-small) 0;
9207
- }
9208
-
9209
- .PzwV5qiIgV4- {
9210
- display: -ms-flexbox;
9211
- display: flex;
9212
-
9213
- max-height: calc(8px * 33.33);
9214
-
9215
- max-height: calc(var(--space-small) * 33.33);
9216
- margin: 0;
9217
- padding: 0;
9218
- overflow: auto;
9219
- list-style: none;
9220
- -ms-flex-direction: column;
9221
- flex-direction: column;
9222
- gap: 4px;
9223
- gap: var(--space-smaller);
9224
- }
9225
-
9226
- .c6TosVipkmw-,
9227
- .ZYrg-J4-v2Y- {
9228
- padding: 8px 16px;
9229
- padding: var(--space-small) var(--space-base);
9230
- }
9231
-
9232
- .wFxd-3vJyKo-::before,
9233
- .wFxd-3vJyKo-::after {
9234
- content: "";
9235
- display: block;
9236
- position: absolute;
9237
- right: 0;
9238
- left: 0;
9239
- height: 16px;
9240
- height: var(--space-base);
9241
- pointer-events: none;
9242
- transition: opacity 0.3s ease-in-out;
9243
- }
9244
-
9245
- .wFxd-3vJyKo-::after {
9246
- bottom: 8px;
9247
- bottom: var(--space-small);
9248
- background: linear-gradient(
9249
- 180deg,
9250
- transparent 0%,
9251
- rgba(255, 255, 255, 1) 100%
9252
- );
9253
- background: linear-gradient(
9254
- 180deg,
9255
- transparent 0%,
9256
- var(--color-surface) 100%
9257
- );
9258
- }
9259
-
9260
- .wFxd-3vJyKo-::before {
9261
- top: 8px;
9262
- top: var(--space-small);
9263
- background: linear-gradient(
9264
- 180deg,
9265
- rgba(255, 255, 255, 1) 0%,
9266
- transparent 100%
9267
- );
9268
- background: linear-gradient(
9269
- 180deg,
9270
- var(--color-surface) 0%,
9271
- transparent 100%
9272
- );
9273
- }
9274
-
9275
- .FLu6FtihsLo-::before,
9276
- .-o-v1zjzb48-::before {
9277
- opacity: 0;
9278
- }
9279
-
9280
- ._2iW5DZ16G2U-::after,
9281
- .-o-v1zjzb48-::after {
9282
- opacity: 0;
9283
- }
9284
-
9285
- .PqwPrWjdB-A- {
9286
- padding: 16px 16px;
9287
- padding: var(--space-base) var(--space-base);
9288
- }
9289
-
9290
- .PqwPrWjdB-A-.v3cabuEY4Xk- {
9291
- display: -ms-flexbox;
9292
- display: flex;
9293
- -ms-flex-pack: center;
9294
- justify-content: center;
9295
- position: sticky;
9296
- bottom: 0;
9297
- padding: 16px 0;
9298
- padding: var(--space-base) 0;
9299
- }
9300
-
9301
- .PqwPrWjdB-A-.v3cabuEY4Xk-:empty {
9302
- display: none;
9303
- }
9304
-
9305
9203
  .c4B0WFX6K0o- {
9306
9204
  position: relative;
9307
9205
  }
@@ -9407,6 +9305,108 @@ ul.LfIIg9bwrhQ- {
9407
9305
  box-shadow: var(--shadow-focus);
9408
9306
  }
9409
9307
 
9308
+ .wFxd-3vJyKo- {
9309
+ position: relative;
9310
+ padding: 8px 0;
9311
+ padding: var(--space-small) 0;
9312
+ }
9313
+
9314
+ .PzwV5qiIgV4- {
9315
+ display: -ms-flexbox;
9316
+ display: flex;
9317
+
9318
+ max-height: calc(8px * 33.33);
9319
+
9320
+ max-height: calc(var(--space-small) * 33.33);
9321
+ margin: 0;
9322
+ padding: 0;
9323
+ overflow: auto;
9324
+ list-style: none;
9325
+ -ms-flex-direction: column;
9326
+ flex-direction: column;
9327
+ gap: 4px;
9328
+ gap: var(--space-smaller);
9329
+ }
9330
+
9331
+ .c6TosVipkmw-,
9332
+ .ZYrg-J4-v2Y- {
9333
+ padding: 8px 16px;
9334
+ padding: var(--space-small) var(--space-base);
9335
+ }
9336
+
9337
+ .wFxd-3vJyKo-::before,
9338
+ .wFxd-3vJyKo-::after {
9339
+ content: "";
9340
+ display: block;
9341
+ position: absolute;
9342
+ right: 0;
9343
+ left: 0;
9344
+ height: 16px;
9345
+ height: var(--space-base);
9346
+ pointer-events: none;
9347
+ transition: opacity 0.3s ease-in-out;
9348
+ }
9349
+
9350
+ .wFxd-3vJyKo-::after {
9351
+ bottom: 8px;
9352
+ bottom: var(--space-small);
9353
+ background: linear-gradient(
9354
+ 180deg,
9355
+ transparent 0%,
9356
+ rgba(255, 255, 255, 1) 100%
9357
+ );
9358
+ background: linear-gradient(
9359
+ 180deg,
9360
+ transparent 0%,
9361
+ var(--color-surface) 100%
9362
+ );
9363
+ }
9364
+
9365
+ .wFxd-3vJyKo-::before {
9366
+ top: 8px;
9367
+ top: var(--space-small);
9368
+ background: linear-gradient(
9369
+ 180deg,
9370
+ rgba(255, 255, 255, 1) 0%,
9371
+ transparent 100%
9372
+ );
9373
+ background: linear-gradient(
9374
+ 180deg,
9375
+ var(--color-surface) 0%,
9376
+ transparent 100%
9377
+ );
9378
+ }
9379
+
9380
+ .FLu6FtihsLo-::before,
9381
+ .-o-v1zjzb48-::before {
9382
+ opacity: 0;
9383
+ }
9384
+
9385
+ ._2iW5DZ16G2U-::after,
9386
+ .-o-v1zjzb48-::after {
9387
+ opacity: 0;
9388
+ }
9389
+
9390
+ .PqwPrWjdB-A- {
9391
+ padding: 16px 16px;
9392
+ padding: var(--space-base) var(--space-base);
9393
+ }
9394
+
9395
+ .PqwPrWjdB-A-.v3cabuEY4Xk- {
9396
+ display: -ms-flexbox;
9397
+ display: flex;
9398
+ -ms-flex-pack: center;
9399
+ justify-content: center;
9400
+ position: sticky;
9401
+ bottom: 0;
9402
+ padding: 16px 0;
9403
+ padding: var(--space-base) 0;
9404
+ }
9405
+
9406
+ .PqwPrWjdB-A-.v3cabuEY4Xk-:empty {
9407
+ display: none;
9408
+ }
9409
+
9410
9410
  .nrNh3feibg8- {
9411
9411
  display: -ms-flexbox;
9412
9412
  display: flex;