@kaizen/components 1.78.1 → 1.78.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/styles.css CHANGED
@@ -395,6 +395,55 @@
395
395
  }
396
396
  }
397
397
 
398
+ .ButtonGroup-module_buttonGroup__V0Pf9 {
399
+ --focus-ring-offset: 1px;
400
+ --focus-ring-offset-inner: calc(-1 * var(--focus-ring-offset));
401
+
402
+ display: inline-flex;
403
+ }
404
+
405
+ .ButtonGroup-module_child__j1SVF {
406
+ border-radius: 0;
407
+ }
408
+
409
+ .ButtonGroup-module_child__j1SVF:focus-visible::after {
410
+ border-radius: 0;
411
+ }
412
+
413
+ .ButtonGroup-module_child__j1SVF:not(.ButtonGroup-module_firstChild__ys3PS) {
414
+ border-inline-start: 1px solid var(--color-blue-300);
415
+ }
416
+
417
+ .ButtonGroup-module_child__j1SVF:not(.ButtonGroup-module_firstChild__ys3PS, .ButtonGroup-module_lastChild__WBOpN) {
418
+ &:focus-visible {
419
+ &::after {
420
+ inset-inline: var(--focus-ring-offset-inner);
421
+ }
422
+ }
423
+ }
424
+
425
+ .ButtonGroup-module_child__j1SVF.ButtonGroup-module_firstChild__ys3PS {
426
+ border-start-start-radius: var(--border-focus-ring-border-radius);
427
+ border-end-start-radius: var(--border-focus-ring-border-radius);
428
+ }
429
+
430
+ .ButtonGroup-module_child__j1SVF.ButtonGroup-module_firstChild__ys3PS:focus-visible::after {
431
+ border-start-start-radius: var(--border-focus-ring-border-radius);
432
+ border-end-start-radius: var(--border-focus-ring-border-radius);
433
+ inset-inline-end: var(--focus-ring-offset-inner);
434
+ }
435
+
436
+ .ButtonGroup-module_child__j1SVF.ButtonGroup-module_lastChild__WBOpN {
437
+ border-start-end-radius: var(--border-focus-ring-border-radius);
438
+ border-end-end-radius: var(--border-focus-ring-border-radius);
439
+ }
440
+
441
+ .ButtonGroup-module_child__j1SVF.ButtonGroup-module_lastChild__WBOpN:focus-visible::after {
442
+ border-start-end-radius: var(--border-focus-ring-border-radius);
443
+ border-end-end-radius: var(--border-focus-ring-border-radius);
444
+ inset-inline-start: var(--focus-ring-offset-inner);
445
+ }
446
+
398
447
  .Card-module_wrapper__Hriov {
399
448
  color: var(--color-purple-800);
400
449
  border: var(--border-width-1) solid var(--card-border-color);
@@ -486,55 +535,6 @@
486
535
  background-color: var(--color-purple-100);
487
536
  }
488
537
 
489
- .ButtonGroup-module_buttonGroup__V0Pf9 {
490
- --focus-ring-offset: 1px;
491
- --focus-ring-offset-inner: calc(-1 * var(--focus-ring-offset));
492
-
493
- display: inline-flex;
494
- }
495
-
496
- .ButtonGroup-module_child__j1SVF {
497
- border-radius: 0;
498
- }
499
-
500
- .ButtonGroup-module_child__j1SVF:focus-visible::after {
501
- border-radius: 0;
502
- }
503
-
504
- .ButtonGroup-module_child__j1SVF:not(.ButtonGroup-module_firstChild__ys3PS) {
505
- border-inline-start: 1px solid var(--color-blue-300);
506
- }
507
-
508
- .ButtonGroup-module_child__j1SVF:not(.ButtonGroup-module_firstChild__ys3PS, .ButtonGroup-module_lastChild__WBOpN) {
509
- &:focus-visible {
510
- &::after {
511
- inset-inline: var(--focus-ring-offset-inner);
512
- }
513
- }
514
- }
515
-
516
- .ButtonGroup-module_child__j1SVF.ButtonGroup-module_firstChild__ys3PS {
517
- border-start-start-radius: var(--border-focus-ring-border-radius);
518
- border-end-start-radius: var(--border-focus-ring-border-radius);
519
- }
520
-
521
- .ButtonGroup-module_child__j1SVF.ButtonGroup-module_firstChild__ys3PS:focus-visible::after {
522
- border-start-start-radius: var(--border-focus-ring-border-radius);
523
- border-end-start-radius: var(--border-focus-ring-border-radius);
524
- inset-inline-end: var(--focus-ring-offset-inner);
525
- }
526
-
527
- .ButtonGroup-module_child__j1SVF.ButtonGroup-module_lastChild__WBOpN {
528
- border-start-end-radius: var(--border-focus-ring-border-radius);
529
- border-end-end-radius: var(--border-focus-ring-border-radius);
530
- }
531
-
532
- .ButtonGroup-module_child__j1SVF.ButtonGroup-module_lastChild__WBOpN:focus-visible::after {
533
- border-start-end-radius: var(--border-focus-ring-border-radius);
534
- border-end-end-radius: var(--border-focus-ring-border-radius);
535
- inset-inline-start: var(--focus-ring-offset-inner);
536
- }
537
-
538
538
  .EmptyState-module_container__0kOpV {
539
539
  --empty-state-border-width: var(--border-width-1);
540
540
  --empty-state-illustration-max-height: 366px;
@@ -1804,20 +1804,6 @@
1804
1804
  display: inherit;
1805
1805
  }
1806
1806
 
1807
- @media (width < 768px) {
1808
- .Filter-module_filter__u3IkC {
1809
- flex-basis: 100%;
1810
- }
1811
- }
1812
-
1813
- @media (width <= 320px) {
1814
- .FilterDateRangePicker-module_filterDateRangePickerContents__P7eNa {
1815
- padding: var(--spacing-16);
1816
- max-width: 320px;
1817
- box-sizing: border-box;
1818
- }
1819
- }
1820
-
1821
1807
  .FilterBar-module_filterBar__JEVKL {
1822
1808
  display: flex;
1823
1809
  padding: var(--spacing-8);
@@ -1838,6 +1824,12 @@
1838
1824
  gap: var(--spacing-8);
1839
1825
  }
1840
1826
 
1827
+ @media (width < 768px) {
1828
+ .Filter-module_filter__u3IkC {
1829
+ flex-basis: 100%;
1830
+ }
1831
+ }
1832
+
1841
1833
  /* This a temporary fix to increase specificity, until we figure out why this CSS is being compiled later than the padding in the FilterContents sub-component */
1842
1834
  .FilterSelect-module_filterContents__--oQN.FilterSelect-module_filterContents__--oQN {
1843
1835
  box-sizing: border-box;
@@ -1847,6 +1839,14 @@
1847
1839
  padding: unset; /* Padding is added by <SelectPopoverContents> */
1848
1840
  }
1849
1841
 
1842
+ @media (width <= 320px) {
1843
+ .FilterDateRangePicker-module_filterDateRangePickerContents__P7eNa {
1844
+ padding: var(--spacing-16);
1845
+ max-width: 320px;
1846
+ box-sizing: border-box;
1847
+ }
1848
+ }
1849
+
1850
1850
  .LiveIcon-module_liveIcon__v6FG- {
1851
1851
  display: inline-block;
1852
1852
  position: relative;
@@ -1989,15 +1989,15 @@
1989
1989
  margin: 0 12px;
1990
1990
  }
1991
1991
  }
1992
- .NotificationIcon-module_notificationIcon__4xH0m {
1993
- font-size: inherit;
1994
- }
1995
-
1996
1992
  .Main-module_main__K9Z0C {
1997
1993
  /* This is set so children will sit beneath the header and footer when sticky */
1998
1994
  z-index: 0;
1999
1995
  }
2000
1996
 
1997
+ .NotificationIcon-module_notificationIcon__4xH0m {
1998
+ font-size: inherit;
1999
+ }
2000
+
2001
2001
  .Wrapper-module_wrapper__-tWQy {
2002
2002
  display: grid;
2003
2003
  grid-template-rows: min-content 1fr min-content;
@@ -2172,19 +2172,6 @@
2172
2172
  }
2173
2173
  }
2174
2174
 
2175
- .TabPanel-module_tabPanel__jEe1o {
2176
- border: 2px solid transparent;
2177
-
2178
- &:focus {
2179
- outline: none;
2180
- }
2181
-
2182
- &:focus-visible {
2183
- border-color: var(--color-blue-500);
2184
- border-radius: var(--border-focus-ring-border-radius);
2185
- }
2186
- }
2187
-
2188
2175
  .TabList-module_container__d4TLi {
2189
2176
  position: relative;
2190
2177
  }
@@ -2253,46 +2240,36 @@
2253
2240
  color: var(--color-blue-500);
2254
2241
  }
2255
2242
 
2256
- .RemovableFilterTrigger-module_filterButtonRemovable__-M4wV {
2257
- width: 100%;
2258
- }
2243
+ .TabPanel-module_tabPanel__jEe1o {
2244
+ border: 2px solid transparent;
2259
2245
 
2260
- .FooterActions-module_footerAction__szvPs {
2261
- display: flex;
2262
- flex-grow: 1;
2263
- flex-basis: auto;
2264
- }
2246
+ &:focus {
2247
+ outline: none;
2248
+ }
2265
2249
 
2266
- .FooterActions-module_footerActionPrevious__VJ6j1 {
2267
- grid-area: prev;
2268
- justify-content: start;
2250
+ &:focus-visible {
2251
+ border-color: var(--color-blue-500);
2252
+ border-radius: var(--border-focus-ring-border-radius);
2253
+ }
2269
2254
  }
2270
2255
 
2271
- .FooterActions-module_footerActionNext__koFhj {
2272
- grid-area: next;
2273
- justify-content: end;
2256
+ .RemovableFilterTrigger-module_filterButtonRemovable__-M4wV {
2257
+ width: 100%;
2274
2258
  }
2275
2259
 
2276
- .Titles-module_titles__ENQ0C {
2277
- grid-area: titles;
2260
+ .Branding-module_branding__g3OoE {
2261
+ grid-area: branding;
2278
2262
  display: flex;
2279
- flex-direction: column;
2280
- align-items: center;
2281
2263
  justify-content: center;
2282
- flex-grow: 1;
2283
- }
2284
-
2285
- .Titles-module_pageTitle__ePjdw {
2286
- display: flex;
2287
- flex-direction: column;
2288
- }
2264
+ padding-top: var(--spacing-4);
2289
2265
 
2290
- .Titles-module_prefix__FEtyY {
2291
- margin-bottom: var(--spacing-4);
2266
+ @media (width >=768px) {
2267
+ justify-content: unset;
2268
+ }
2292
2269
  }
2293
2270
 
2294
- .Titles-module_statusTag__hmyfK {
2295
- margin-top: var(--spacing-8);
2271
+ .Branding-module_logo__yLHfs {
2272
+ width: 7.5rem;
2296
2273
  }
2297
2274
 
2298
2275
  .ProgressStepper-module_stepsContainer__7Motj {
@@ -2413,25 +2390,42 @@
2413
2390
  }
2414
2391
  }
2415
2392
 
2416
- .FooterRoot-module_footerRoot__-osuZ {
2417
- display: grid;
2418
- grid-template-areas: 'prev stepper next';
2419
- grid-template-columns: 1fr 2fr 1fr;
2393
+ .FooterActions-module_footerAction__szvPs {
2394
+ display: flex;
2420
2395
  flex-grow: 1;
2421
- justify-content: center;
2396
+ flex-basis: auto;
2397
+ }
2398
+
2399
+ .FooterActions-module_footerActionPrevious__VJ6j1 {
2400
+ grid-area: prev;
2401
+ justify-content: start;
2402
+ }
2403
+
2404
+ .FooterActions-module_footerActionNext__koFhj {
2405
+ grid-area: next;
2406
+ justify-content: end;
2407
+ }
2408
+
2409
+ .Titles-module_titles__ENQ0C {
2410
+ grid-area: titles;
2411
+ display: flex;
2412
+ flex-direction: column;
2422
2413
  align-items: center;
2423
- padding: var(--spacing-24) var(--spacing-12);
2424
- background: var(--color-white);
2425
- gap: var(--spacing-16);
2426
- border-top: 2px solid rgb(var(--color-gray-600-rgb), 0.1);
2414
+ justify-content: center;
2415
+ flex-grow: 1;
2416
+ }
2427
2417
 
2428
- @media (width >= 768px) {
2429
- grid-template-columns: 1fr 5fr 1fr;
2430
- padding: var(--spacing-24) var(--spacing-32);
2431
- position: sticky;
2432
- bottom: 0;
2433
- z-index: 1;
2434
- }
2418
+ .Titles-module_pageTitle__ePjdw {
2419
+ display: flex;
2420
+ flex-direction: column;
2421
+ }
2422
+
2423
+ .Titles-module_prefix__FEtyY {
2424
+ margin-bottom: var(--spacing-4);
2425
+ }
2426
+
2427
+ .Titles-module_statusTag__hmyfK {
2428
+ margin-top: var(--spacing-8);
2435
2429
  }
2436
2430
 
2437
2431
  .Actions-module_actions__JzCWB {
@@ -2450,17 +2444,38 @@
2450
2444
  }
2451
2445
  }
2452
2446
 
2453
- .Root-module_root__-1P72 {
2447
+ .FooterRoot-module_footerRoot__-osuZ {
2454
2448
  display: grid;
2455
- background-color: var(--color-white);
2456
- grid-template: 'branding' min-content 'titles' max-content 'actions' min-content / 1fr;
2449
+ grid-template-areas: 'prev stepper next';
2450
+ grid-template-columns: 1fr 2fr 1fr;
2457
2451
  flex-grow: 1;
2458
2452
  justify-content: center;
2459
2453
  align-items: center;
2460
- text-align: center;
2461
- padding: var(--spacing-24);
2454
+ padding: var(--spacing-24) var(--spacing-12);
2455
+ background: var(--color-white);
2462
2456
  gap: var(--spacing-16);
2463
- border-bottom: 2px solid rgb(var(--color-gray-600-rgb), 0.1);
2457
+ border-top: 2px solid rgb(var(--color-gray-600-rgb), 0.1);
2458
+
2459
+ @media (width >= 768px) {
2460
+ grid-template-columns: 1fr 5fr 1fr;
2461
+ padding: var(--spacing-24) var(--spacing-32);
2462
+ position: sticky;
2463
+ bottom: 0;
2464
+ z-index: 1;
2465
+ }
2466
+ }
2467
+
2468
+ .Root-module_root__-1P72 {
2469
+ display: grid;
2470
+ background-color: var(--color-white);
2471
+ grid-template: 'branding' min-content 'titles' max-content 'actions' min-content / 1fr;
2472
+ flex-grow: 1;
2473
+ justify-content: center;
2474
+ align-items: center;
2475
+ text-align: center;
2476
+ padding: var(--spacing-24);
2477
+ gap: var(--spacing-16);
2478
+ border-bottom: 2px solid rgb(var(--color-gray-600-rgb), 0.1);
2464
2479
 
2465
2480
  @media (width >= 768px) {
2466
2481
  align-items: start;
@@ -2471,21 +2486,35 @@
2471
2486
  }
2472
2487
  }
2473
2488
 
2474
- .Branding-module_branding__g3OoE {
2475
- grid-area: branding;
2476
- display: flex;
2477
- justify-content: center;
2478
- padding-top: var(--spacing-4);
2489
+ /** THIS IS AN AUTOGENERATED FILE **/
2490
+ /** THIS IS AN AUTOGENERATED FILE **/
2491
+ .Divider-module_wrapper__K5mht {
2492
+ width: 100%;
2493
+ border: 0;
2494
+ margin: 0;
2495
+ border-radius: var(--border-solid-border-radius, 7px);
2496
+ visibility: visible;
2497
+ }
2479
2498
 
2480
- @media (width >=768px) {
2481
- justify-content: unset;
2482
- }
2499
+ .Divider-module_content__BhDyy, .Divider-module_menuSeparator__kjXV5 {
2500
+ border-top: 1px solid;
2501
+ border-color: rgba(var(--color-gray-600-rgb, 82, 78, 86), 0.1);
2483
2502
  }
2484
2503
 
2485
- .Branding-module_logo__yLHfs {
2486
- width: 7.5rem;
2504
+ .Divider-module_canvas__2eQT6 {
2505
+ border-top: 1px solid;
2506
+ border-bottom: 1px solid;
2507
+ border-color: rgba(var(--color-gray-600-rgb, 82, 78, 86), 0.1);
2508
+ }
2509
+
2510
+ .Divider-module_reversed__puJw2 {
2511
+ border-color: rgba(var(--color-white-rgb, 255, 255, 255), 0.1);
2487
2512
  }
2488
2513
 
2514
+ .Divider-module_menuSeparator__kjXV5 {
2515
+ /* stylelint-disable-line scss/at-extend-no-missing-placeholder */
2516
+ margin: 5px 0;
2517
+ }
2489
2518
  /** THIS IS AN AUTOGENERATED FILE **/
2490
2519
  /** THIS IS AN AUTOGENERATED FILE **/
2491
2520
  .ClearButton-module_clearButton__CSOIc {
@@ -2526,35 +2555,6 @@
2526
2555
  outline-color: var(--color-blue-300);
2527
2556
  }
2528
2557
  /** THIS IS AN AUTOGENERATED FILE **/
2529
- /** THIS IS AN AUTOGENERATED FILE **/
2530
- .Divider-module_wrapper__K5mht {
2531
- width: 100%;
2532
- border: 0;
2533
- margin: 0;
2534
- border-radius: var(--border-solid-border-radius, 7px);
2535
- visibility: visible;
2536
- }
2537
-
2538
- .Divider-module_content__BhDyy, .Divider-module_menuSeparator__kjXV5 {
2539
- border-top: 1px solid;
2540
- border-color: rgba(var(--color-gray-600-rgb, 82, 78, 86), 0.1);
2541
- }
2542
-
2543
- .Divider-module_canvas__2eQT6 {
2544
- border-top: 1px solid;
2545
- border-bottom: 1px solid;
2546
- border-color: rgba(var(--color-gray-600-rgb, 82, 78, 86), 0.1);
2547
- }
2548
-
2549
- .Divider-module_reversed__puJw2 {
2550
- border-color: rgba(var(--color-white-rgb, 255, 255, 255), 0.1);
2551
- }
2552
-
2553
- .Divider-module_menuSeparator__kjXV5 {
2554
- /* stylelint-disable-line scss/at-extend-no-missing-placeholder */
2555
- margin: 5px 0;
2556
- }
2557
- /** THIS IS AN AUTOGENERATED FILE **/
2558
2558
  .ErrorPage-module_paragraphPadding__-L-qy {
2559
2559
  padding: var(--spacing-24, 1.5rem) 0;
2560
2560
  }
@@ -2728,87 +2728,6 @@
2728
2728
  /** THIS IS AN AUTOGENERATED FILE **/
2729
2729
  /** THIS IS AN AUTOGENERATED FILE **/
2730
2730
  /** THIS IS AN AUTOGENERATED FILE **/
2731
- /** THIS IS AN AUTOGENERATED FILE **/
2732
- .Label-module_label__Dmp7q {
2733
- --icon-vertical-align: text-bottom;
2734
- }
2735
-
2736
- .Label-module_label__Dmp7q,
2737
- .ideal-sans .Label-module_label__Dmp7q {
2738
- opacity: inherit;
2739
- color: var(--color-purple-800, #2f2438);
2740
- visibility: visible;
2741
- width: 100%;
2742
- text-align: start;
2743
- }
2744
-
2745
- .Label-module_reversed__n6Q4r {
2746
- color: var(--color-white, #ffffff);
2747
- }
2748
- .Label-module_reversed__n6Q4r a {
2749
- color: var(--color-white, #ffffff);
2750
- }
2751
- .Label-module_reversed__n6Q4r a:hover {
2752
- text-decoration: none;
2753
- }
2754
-
2755
- .Label-module_disabled__qOB4e {
2756
- opacity: 30%;
2757
- }
2758
-
2759
- .Label-module_text__LUnIh,
2760
- .ideal-sans .Label-module_text__LUnIh {
2761
- font-family: var(--typography-heading-6-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
2762
- font-size: var(--typography-heading-6-font-size, 0.875rem);
2763
- line-height: var(--typography-heading-6-line-height, 1.5rem);
2764
- letter-spacing: var(--typography-heading-6-letter-spacing, normal);
2765
- font-weight: var(--typography-heading-6-font-weight, 600);
2766
- }
2767
-
2768
- .Label-module_radio__-Iu-D, .Label-module_checkbox__Fhjww {
2769
- display: flex;
2770
- font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
2771
- font-size: var(--typography-paragraph-body-font-size, 1rem);
2772
- line-height: var(--typography-paragraph-body-line-height, 1.5rem);
2773
- letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
2774
- font-weight: var(--typography-paragraph-body-font-weight, 400);
2775
- }
2776
-
2777
- .Label-module_toggle__4tyKF {
2778
- display: flex;
2779
- justify-content: space-between;
2780
- align-items: center;
2781
- font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
2782
- font-size: var(--typography-paragraph-body-font-size, 1rem);
2783
- line-height: var(--typography-paragraph-body-line-height, 1.5rem);
2784
- letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
2785
- font-weight: var(--typography-paragraph-body-font-weight, 400);
2786
- }
2787
-
2788
- .Label-module_checkbox__Fhjww .Label-module_prependedLabel__pdsEt,
2789
- .Label-module_radio__-Iu-D .Label-module_prependedLabel__pdsEt,
2790
- .Label-module_toggle__4tyKF .Label-module_prependedLabel__pdsEt {
2791
- order: -1;
2792
- margin-inline-end: var(--spacing-xs, 0.375rem);
2793
- }
2794
- .Label-module_checkbox__Fhjww .Label-module_appendedLabel__-OHis,
2795
- .Label-module_radio__-Iu-D .Label-module_appendedLabel__-OHis,
2796
- .Label-module_toggle__4tyKF .Label-module_appendedLabel__-OHis {
2797
- margin-inline-start: var(--spacing-xs, 0.375rem);
2798
- }
2799
-
2800
- .Label-module_prominent__SPdrr {
2801
- font-family: var(--typography-heading-4-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
2802
- font-weight: var(--typography-heading-4-font-weight, 600);
2803
- font-size: var(--typography-heading-4-font-size, 1.125rem);
2804
- line-height: var(--typography-heading-4-line-height, 1.5rem);
2805
- letter-spacing: var(--typography-heading-4-letter-spacing, normal);
2806
- display: block;
2807
- margin-bottom: var(--spacing-xs, 0.375rem);
2808
- }
2809
- /** THIS IS AN AUTOGENERATED FILE **/
2810
- /** THIS IS AN AUTOGENERATED FILE **/
2811
- /** THIS IS AN AUTOGENERATED FILE **/
2812
2731
  /* stylelint-disable no-descending-specificity */
2813
2732
  @keyframes LikertScaleLegacy-module_pop__hTH48 {
2814
2733
  0% {
@@ -3072,6 +2991,87 @@
3072
2991
  /** THIS IS AN AUTOGENERATED FILE **/
3073
2992
  /** THIS IS AN AUTOGENERATED FILE **/
3074
2993
  /** THIS IS AN AUTOGENERATED FILE **/
2994
+ /** THIS IS AN AUTOGENERATED FILE **/
2995
+ .Label-module_label__Dmp7q {
2996
+ --icon-vertical-align: text-bottom;
2997
+ }
2998
+
2999
+ .Label-module_label__Dmp7q,
3000
+ .ideal-sans .Label-module_label__Dmp7q {
3001
+ opacity: inherit;
3002
+ color: var(--color-purple-800, #2f2438);
3003
+ visibility: visible;
3004
+ width: 100%;
3005
+ text-align: start;
3006
+ }
3007
+
3008
+ .Label-module_reversed__n6Q4r {
3009
+ color: var(--color-white, #ffffff);
3010
+ }
3011
+ .Label-module_reversed__n6Q4r a {
3012
+ color: var(--color-white, #ffffff);
3013
+ }
3014
+ .Label-module_reversed__n6Q4r a:hover {
3015
+ text-decoration: none;
3016
+ }
3017
+
3018
+ .Label-module_disabled__qOB4e {
3019
+ opacity: 30%;
3020
+ }
3021
+
3022
+ .Label-module_text__LUnIh,
3023
+ .ideal-sans .Label-module_text__LUnIh {
3024
+ font-family: var(--typography-heading-6-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
3025
+ font-size: var(--typography-heading-6-font-size, 0.875rem);
3026
+ line-height: var(--typography-heading-6-line-height, 1.5rem);
3027
+ letter-spacing: var(--typography-heading-6-letter-spacing, normal);
3028
+ font-weight: var(--typography-heading-6-font-weight, 600);
3029
+ }
3030
+
3031
+ .Label-module_radio__-Iu-D, .Label-module_checkbox__Fhjww {
3032
+ display: flex;
3033
+ font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
3034
+ font-size: var(--typography-paragraph-body-font-size, 1rem);
3035
+ line-height: var(--typography-paragraph-body-line-height, 1.5rem);
3036
+ letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
3037
+ font-weight: var(--typography-paragraph-body-font-weight, 400);
3038
+ }
3039
+
3040
+ .Label-module_toggle__4tyKF {
3041
+ display: flex;
3042
+ justify-content: space-between;
3043
+ align-items: center;
3044
+ font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
3045
+ font-size: var(--typography-paragraph-body-font-size, 1rem);
3046
+ line-height: var(--typography-paragraph-body-line-height, 1.5rem);
3047
+ letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
3048
+ font-weight: var(--typography-paragraph-body-font-weight, 400);
3049
+ }
3050
+
3051
+ .Label-module_checkbox__Fhjww .Label-module_prependedLabel__pdsEt,
3052
+ .Label-module_radio__-Iu-D .Label-module_prependedLabel__pdsEt,
3053
+ .Label-module_toggle__4tyKF .Label-module_prependedLabel__pdsEt {
3054
+ order: -1;
3055
+ margin-inline-end: var(--spacing-xs, 0.375rem);
3056
+ }
3057
+ .Label-module_checkbox__Fhjww .Label-module_appendedLabel__-OHis,
3058
+ .Label-module_radio__-Iu-D .Label-module_appendedLabel__-OHis,
3059
+ .Label-module_toggle__4tyKF .Label-module_appendedLabel__-OHis {
3060
+ margin-inline-start: var(--spacing-xs, 0.375rem);
3061
+ }
3062
+
3063
+ .Label-module_prominent__SPdrr {
3064
+ font-family: var(--typography-heading-4-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
3065
+ font-weight: var(--typography-heading-4-font-weight, 600);
3066
+ font-size: var(--typography-heading-4-font-size, 1.125rem);
3067
+ line-height: var(--typography-heading-4-line-height, 1.5rem);
3068
+ letter-spacing: var(--typography-heading-4-letter-spacing, normal);
3069
+ display: block;
3070
+ margin-bottom: var(--spacing-xs, 0.375rem);
3071
+ }
3072
+ /** THIS IS AN AUTOGENERATED FILE **/
3073
+ /** THIS IS AN AUTOGENERATED FILE **/
3074
+ /** THIS IS AN AUTOGENERATED FILE **/
3075
3075
  .Pagination-module_container__JHnDH {
3076
3076
  display: flex;
3077
3077
  align-items: center;
@@ -3115,13 +3115,92 @@
3115
3115
  }
3116
3116
  /** THIS IS AN AUTOGENERATED FILE **/
3117
3117
  /** THIS IS AN AUTOGENERATED FILE **/
3118
- .Popover-module_root__OrmwT {
3119
- width: 220px;
3120
- position: absolute;
3121
- left: 50%;
3118
+ .ProgressBar-module_subtext__eizyu {
3119
+ color: var(--color-purple-800, #2f2438);
3120
+ padding-top: var(--spacing-6, 0.375rem);
3121
+ text-align: center;
3122
+ opacity: 80%;
3122
3123
  }
3123
3124
 
3124
- .Popover-module_cautionaryBox__n7c9G, .Popover-module_negativeBox__dS4tj, .Popover-module_positiveBox__fUR-4, .Popover-module_informativeBox__c0Pen, .Popover-module_defaultBox__X9FWm {
3125
+ .ProgressBar-module_progressBackground__5qzp5 {
3126
+ width: 100%;
3127
+ background: var(--color-gray-300, #eaeaec);
3128
+ border-radius: 10px;
3129
+ height: 10px;
3130
+ overflow: hidden;
3131
+ position: relative;
3132
+ }
3133
+
3134
+ @keyframes ProgressBar-module_pulse__RGaQm {
3135
+ 0% {
3136
+ transform: translateX(-100%);
3137
+ }
3138
+ 100% {
3139
+ transform: translateX(200%);
3140
+ }
3141
+ }
3142
+ .ProgressBar-module_progress__X1IHw {
3143
+ position: absolute;
3144
+ inset: 0;
3145
+ border-radius: 10px;
3146
+ overflow: hidden;
3147
+ transition: transform 200ms ease;
3148
+ background-color: var(--progressbar-background-color);
3149
+ }
3150
+
3151
+ .ProgressBar-module_positive__12oA1 {
3152
+ --progressbar-background-color: var(--color-green-400);
3153
+ }
3154
+
3155
+ .ProgressBar-module_informative__lrVDM {
3156
+ --progressbar-background-color: var(--color-blue-400);
3157
+ }
3158
+
3159
+ .ProgressBar-module_cautionary__f56gH {
3160
+ --progressbar-background-color: var(--color-yellow-400);
3161
+ }
3162
+
3163
+ .ProgressBar-module_negative__EVWBt {
3164
+ --progressbar-background-color: var(--color-red-400);
3165
+ }
3166
+
3167
+ .ProgressBar-module_blue__WEID8 {
3168
+ --progressbar-background-color: var(--color-blue-400);
3169
+ }
3170
+
3171
+ .ProgressBar-module_green__J1T96 {
3172
+ --progressbar-background-color: var(--color-green-400);
3173
+ }
3174
+
3175
+ .ProgressBar-module_red__Ssd61 {
3176
+ --progressbar-background-color: var(--color-red-400);
3177
+ }
3178
+
3179
+ .ProgressBar-module_yellow__bcHWO {
3180
+ --progressbar-background-color: var(--color-yellow-400);
3181
+ }
3182
+
3183
+ .ProgressBar-module_isAnimating__F6AxQ::after {
3184
+ background: linear-gradient(90deg, transparent, var(--color-white) 75%, transparent);
3185
+ opacity: 25%;
3186
+ content: "";
3187
+ position: absolute;
3188
+ top: 0;
3189
+ bottom: 0;
3190
+ left: 0;
3191
+ width: 50%;
3192
+ animation: ProgressBar-module_pulse__RGaQm 2s infinite;
3193
+ transition: opacity 0.2s;
3194
+ }
3195
+ /** THIS IS AN AUTOGENERATED FILE **/
3196
+ /** THIS IS AN AUTOGENERATED FILE **/
3197
+ .Popover-module_root__OrmwT {
3198
+ width: 220px;
3199
+ position: absolute;
3200
+ left: 50%;
3201
+ }
3202
+
3203
+ .Popover-module_cautionaryBox__n7c9G, .Popover-module_negativeBox__dS4tj, .Popover-module_positiveBox__fUR-4, .Popover-module_informativeBox__c0Pen, .Popover-module_defaultBox__X9FWm {
3125
3204
  --border-width: var(--border-width-1);
3126
3205
  border: var(--border-width) var(--border-solid-border-style);
3127
3206
  filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.1));
@@ -3383,85 +3462,6 @@
3383
3462
 
3384
3463
  /* stylelint-enable no-descending-specificity */
3385
3464
  /** THIS IS AN AUTOGENERATED FILE **/
3386
- /** THIS IS AN AUTOGENERATED FILE **/
3387
- .ProgressBar-module_subtext__eizyu {
3388
- color: var(--color-purple-800, #2f2438);
3389
- padding-top: var(--spacing-6, 0.375rem);
3390
- text-align: center;
3391
- opacity: 80%;
3392
- }
3393
-
3394
- .ProgressBar-module_progressBackground__5qzp5 {
3395
- width: 100%;
3396
- background: var(--color-gray-300, #eaeaec);
3397
- border-radius: 10px;
3398
- height: 10px;
3399
- overflow: hidden;
3400
- position: relative;
3401
- }
3402
-
3403
- @keyframes ProgressBar-module_pulse__RGaQm {
3404
- 0% {
3405
- transform: translateX(-100%);
3406
- }
3407
- 100% {
3408
- transform: translateX(200%);
3409
- }
3410
- }
3411
- .ProgressBar-module_progress__X1IHw {
3412
- position: absolute;
3413
- inset: 0;
3414
- border-radius: 10px;
3415
- overflow: hidden;
3416
- transition: transform 200ms ease;
3417
- background-color: var(--progressbar-background-color);
3418
- }
3419
-
3420
- .ProgressBar-module_positive__12oA1 {
3421
- --progressbar-background-color: var(--color-green-400);
3422
- }
3423
-
3424
- .ProgressBar-module_informative__lrVDM {
3425
- --progressbar-background-color: var(--color-blue-400);
3426
- }
3427
-
3428
- .ProgressBar-module_cautionary__f56gH {
3429
- --progressbar-background-color: var(--color-yellow-400);
3430
- }
3431
-
3432
- .ProgressBar-module_negative__EVWBt {
3433
- --progressbar-background-color: var(--color-red-400);
3434
- }
3435
-
3436
- .ProgressBar-module_blue__WEID8 {
3437
- --progressbar-background-color: var(--color-blue-400);
3438
- }
3439
-
3440
- .ProgressBar-module_green__J1T96 {
3441
- --progressbar-background-color: var(--color-green-400);
3442
- }
3443
-
3444
- .ProgressBar-module_red__Ssd61 {
3445
- --progressbar-background-color: var(--color-red-400);
3446
- }
3447
-
3448
- .ProgressBar-module_yellow__bcHWO {
3449
- --progressbar-background-color: var(--color-yellow-400);
3450
- }
3451
-
3452
- .ProgressBar-module_isAnimating__F6AxQ::after {
3453
- background: linear-gradient(90deg, transparent, var(--color-white) 75%, transparent);
3454
- opacity: 25%;
3455
- content: "";
3456
- position: absolute;
3457
- top: 0;
3458
- bottom: 0;
3459
- left: 0;
3460
- width: 50%;
3461
- animation: ProgressBar-module_pulse__RGaQm 2s infinite;
3462
- transition: opacity 0.2s;
3463
- }
3464
- /** THIS IS AN AUTOGENERATED FILE **/
3465
3465
  .SearchField-module_label__NxYfn {
3466
3466
  display: block;
3467
3467
  margin-bottom: var(--spacing-xs, 0.375rem);
@@ -3500,6 +3500,46 @@
3500
3500
  /** THIS IS AN AUTOGENERATED FILE **/
3501
3501
  /** THIS IS AN AUTOGENERATED FILE **/
3502
3502
  /** THIS IS AN AUTOGENERATED FILE **/
3503
+ .Slider-module_wrapper__zVX6g {
3504
+ display: flex;
3505
+ flex-direction: column;
3506
+ }
3507
+
3508
+ .Slider-module_labelWrapper__WuUIw {
3509
+ margin-bottom: var(--spacing-sm, 0.75rem);
3510
+ }
3511
+
3512
+ .Slider-module_label__CfIjh {
3513
+ margin-bottom: var(--spacing-4, 0.25rem);
3514
+ }
3515
+
3516
+ @media (min-width: 768px) {
3517
+ .Slider-module_labelInline__zjINd.Slider-module_wrapper__zVX6g {
3518
+ align-items: center;
3519
+ flex-direction: row;
3520
+ }
3521
+ .Slider-module_labelInline__zjINd .Slider-module_labelWrapper__WuUIw {
3522
+ flex: 1;
3523
+ }
3524
+ .Slider-module_labelInline__zjINd .Slider-module_inputWrapper__n16yj {
3525
+ flex-basis: 50%;
3526
+ }
3527
+ }
3528
+ .Slider-module_descriptionDisabled__8GwiS {
3529
+ opacity: 30%;
3530
+ }
3531
+
3532
+ .Slider-module_readOnlyMessage__Zscoa {
3533
+ text-align: center;
3534
+ font-family: var(--typography-paragraph-small-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
3535
+ font-size: var(--typography-paragraph-small-font-size, 0.875rem);
3536
+ font-weight: var(--typography-paragraph-bold-font-weight, 600);
3537
+ line-height: var(--typography-paragraph-body-line-height, 1.5rem);
3538
+ letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
3539
+ }
3540
+ /** THIS IS AN AUTOGENERATED FILE **/
3541
+ /** THIS IS AN AUTOGENERATED FILE **/
3542
+ /** THIS IS AN AUTOGENERATED FILE **/
3503
3543
  /** THIS IS AN AUTOGENERATED FILE **/
3504
3544
  .Select-module_specificityIncreaser__cZtQV.Select-module_secondary__0RpOQ.Select-module_default__hKuCo .Select-module_control__ehUuP.Select-module_focusedControl__3AwhP::after, .Select-module_specificityIncreaser__cZtQV.Select-module_secondarySmall__6yNEL.Select-module_default__hKuCo .Select-module_control__ehUuP.Select-module_focusedControl__3AwhP::after, .Select-module_specificityIncreaser__cZtQV .Select-module_control__ehUuP:focus-within::after {
3505
3545
  content: "";
@@ -3783,46 +3823,6 @@
3783
3823
  /* stylelint-enable no-descending-specificity */
3784
3824
  /** THIS IS AN AUTOGENERATED FILE **/
3785
3825
  /** THIS IS AN AUTOGENERATED FILE **/
3786
- /** THIS IS AN AUTOGENERATED FILE **/
3787
- .Slider-module_wrapper__zVX6g {
3788
- display: flex;
3789
- flex-direction: column;
3790
- }
3791
-
3792
- .Slider-module_labelWrapper__WuUIw {
3793
- margin-bottom: var(--spacing-sm, 0.75rem);
3794
- }
3795
-
3796
- .Slider-module_label__CfIjh {
3797
- margin-bottom: var(--spacing-4, 0.25rem);
3798
- }
3799
-
3800
- @media (min-width: 768px) {
3801
- .Slider-module_labelInline__zjINd.Slider-module_wrapper__zVX6g {
3802
- align-items: center;
3803
- flex-direction: row;
3804
- }
3805
- .Slider-module_labelInline__zjINd .Slider-module_labelWrapper__WuUIw {
3806
- flex: 1;
3807
- }
3808
- .Slider-module_labelInline__zjINd .Slider-module_inputWrapper__n16yj {
3809
- flex-basis: 50%;
3810
- }
3811
- }
3812
- .Slider-module_descriptionDisabled__8GwiS {
3813
- opacity: 30%;
3814
- }
3815
-
3816
- .Slider-module_readOnlyMessage__Zscoa {
3817
- text-align: center;
3818
- font-family: var(--typography-paragraph-small-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
3819
- font-size: var(--typography-paragraph-small-font-size, 0.875rem);
3820
- font-weight: var(--typography-paragraph-bold-font-weight, 600);
3821
- line-height: var(--typography-paragraph-body-line-height, 1.5rem);
3822
- letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
3823
- }
3824
- /** THIS IS AN AUTOGENERATED FILE **/
3825
- /** THIS IS AN AUTOGENERATED FILE **/
3826
3826
  .Text-module_text__Byo7R {
3827
3827
  --icon-vertical-align: text-bottom;
3828
3828
  margin: 0;
@@ -4147,6 +4147,19 @@
4147
4147
  }
4148
4148
  /** THIS IS AN AUTOGENERATED FILE **/
4149
4149
  /** THIS IS AN AUTOGENERATED FILE **/
4150
+ .TextAreaField-module_message__hlao7.TextAreaField-module_disabled__twCef {
4151
+ opacity: 0.3;
4152
+ }
4153
+
4154
+ .TextAreaField-module_textareaLabel__sOTRj {
4155
+ margin-bottom: var(--spacing-xs, 0.375rem);
4156
+ }
4157
+
4158
+ .TextAreaField-module_textareaLabelProminent__xqcY4 {
4159
+ margin-bottom: 0;
4160
+ }
4161
+ /** THIS IS AN AUTOGENERATED FILE **/
4162
+ /** THIS IS AN AUTOGENERATED FILE **/
4150
4163
  /** THIS IS AN AUTOGENERATED FILE **/
4151
4164
  /** THIS IS AN AUTOGENERATED FILE **/
4152
4165
  .Tag-module_root__uRhoc {
@@ -4342,19 +4355,6 @@
4342
4355
  }
4343
4356
  /** THIS IS AN AUTOGENERATED FILE **/
4344
4357
  /** THIS IS AN AUTOGENERATED FILE **/
4345
- .TextAreaField-module_message__hlao7.TextAreaField-module_disabled__twCef {
4346
- opacity: 0.3;
4347
- }
4348
-
4349
- .TextAreaField-module_textareaLabel__sOTRj {
4350
- margin-bottom: var(--spacing-xs, 0.375rem);
4351
- }
4352
-
4353
- .TextAreaField-module_textareaLabelProminent__xqcY4 {
4354
- margin-bottom: 0;
4355
- }
4356
- /** THIS IS AN AUTOGENERATED FILE **/
4357
- /** THIS IS AN AUTOGENERATED FILE **/
4358
4358
  /** THIS IS AN AUTOGENERATED FILE **/
4359
4359
  /** THIS IS AN AUTOGENERATED FILE **/
4360
4360
  .TimeField-module_wrapper__YuSI3 {
@@ -5564,34 +5564,6 @@
5564
5564
  border-radius: var(--border-solid-border-radius, 7px) var(--border-solid-border-radius, 7px) 0 0;
5565
5565
  }
5566
5566
  }
5567
- /** THIS IS AN AUTOGENERATED FILE **/
5568
- /** THIS IS AN AUTOGENERATED FILE **/
5569
- .OverlayArrow-module_overlayArrow__YBbCB {
5570
- display: flex;
5571
- padding: 8px;
5572
- }
5573
- .OverlayArrow-module_overlayArrow__YBbCB[data-placement=top], .OverlayArrow-module_overlayArrow__YBbCB[data-placement=bottom] {
5574
- padding: 0 8px;
5575
- }
5576
- .OverlayArrow-module_overlayArrow__YBbCB[data-placement=left], .OverlayArrow-module_overlayArrow__YBbCB[data-placement=right] {
5577
- padding: 8px 0;
5578
- }
5579
- .OverlayArrow-module_overlayArrow__YBbCB path {
5580
- fill: var(--color-purple-800, #2f2438);
5581
- 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));
5582
- }
5583
- .OverlayArrow-module_overlayArrow__YBbCB[data-placement=right] svg {
5584
- transform: rotate(90deg);
5585
- }
5586
- .OverlayArrow-module_overlayArrow__YBbCB[data-placement=bottom] svg {
5587
- transform: rotate(180deg);
5588
- }
5589
- .OverlayArrow-module_overlayArrow__YBbCB[data-placement=left] svg {
5590
- transform: rotate(270deg);
5591
- }
5592
- .OverlayArrow-module_overlayArrow__YBbCB.OverlayArrow-module_reversed__Le8QW path {
5593
- fill: var(--color-white, #ffffff);
5594
- }
5595
5567
  /* stylelint-disable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
5596
5568
  /** THIS IS AN AUTOGENERATED FILE **/
5597
5569
  /** THIS IS AN AUTOGENERATED FILE **/
@@ -5623,71 +5595,31 @@
5623
5595
  }
5624
5596
  /** THIS IS AN AUTOGENERATED FILE **/
5625
5597
  /** THIS IS AN AUTOGENERATED FILE **/
5626
- .CalendarRange-module_month__un61w {
5627
- padding: 0 var(--spacing-sm, 0.75rem);
5628
- }
5629
- .CalendarRange-module_month__un61w:nth-of-type(1) {
5630
- padding-inline-start: 0;
5631
- }
5632
- .CalendarRange-module_month__un61w:last-child {
5633
- padding-inline-end: 0;
5634
- }
5635
-
5636
- .CalendarRange-module_monthWithDivider__JY-56 {
5637
- position: relative;
5638
- padding: 0 var(--spacing-md, 1.5rem);
5639
- }
5640
- .CalendarRange-module_monthWithDivider__JY-56:not(:nth-of-type(1))::before {
5641
- position: absolute;
5642
- content: "";
5643
- inset: calc(-1 * var(--spacing-md, 1.5rem)) 0;
5644
- border-inline-start: 1px solid var(--color-gray-300, #eaeaec);
5645
- }
5646
- .CalendarRange-module_monthWithDivider__JY-56:nth-of-type(1) {
5647
- padding-inline-start: 0;
5648
- }
5649
- .CalendarRange-module_monthWithDivider__JY-56:last-child {
5650
- padding-inline-end: 0;
5651
- }
5652
-
5653
- .CalendarRange-module_nav__OtaVb {
5654
- position: absolute;
5598
+ .OverlayArrow-module_overlayArrow__YBbCB {
5655
5599
  display: flex;
5656
- justify-content: space-between;
5657
- width: 100%;
5658
- color: var(--color-purple-800, #2f2438);
5659
- top: -0.25rem;
5600
+ padding: 8px;
5660
5601
  }
5661
-
5662
- .CalendarRange-module_dayRangeStart__TwdDT,
5663
- .CalendarRange-module_dayRangeEnd__y6dEB {
5664
- background-color: var(--color-blue-500, #0168b3);
5665
- color: var(--color-white, #ffffff);
5602
+ .OverlayArrow-module_overlayArrow__YBbCB[data-placement=top], .OverlayArrow-module_overlayArrow__YBbCB[data-placement=bottom] {
5603
+ padding: 0 8px;
5666
5604
  }
5667
-
5668
- .CalendarRange-module_dayRangeMiddle__SybKY {
5669
- background-color: var(--color-blue-100, #e6f6ff);
5670
- color: var(--color-blue-500, #0168b3);
5605
+ .OverlayArrow-module_overlayArrow__YBbCB[data-placement=left], .OverlayArrow-module_overlayArrow__YBbCB[data-placement=right] {
5606
+ padding: 8px 0;
5671
5607
  }
5672
- .CalendarRange-module_dayRangeMiddle__SybKY [class*=_button_] {
5673
- color: var(--color-blue-500, #0168b3);
5608
+ .OverlayArrow-module_overlayArrow__YBbCB path {
5609
+ fill: var(--color-purple-800, #2f2438);
5610
+ 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));
5674
5611
  }
5675
-
5676
- .CalendarRange-module_hidden__D47kb {
5677
- background-color: transparent;
5612
+ .OverlayArrow-module_overlayArrow__YBbCB[data-placement=right] svg {
5613
+ transform: rotate(90deg);
5678
5614
  }
5679
- /** THIS IS AN AUTOGENERATED FILE **/
5680
- .CalendarSingle-module_nav__wSVua {
5681
- position: absolute;
5682
- display: flex;
5683
- justify-content: space-between;
5684
- width: 100%;
5685
- color: var(--color-purple-800, #2f2438);
5686
- top: -0.25rem;
5615
+ .OverlayArrow-module_overlayArrow__YBbCB[data-placement=bottom] svg {
5616
+ transform: rotate(180deg);
5687
5617
  }
5688
-
5689
- .CalendarSingle-module_navButtonNext__-GrZx {
5690
- inset-inline-end: 0;
5618
+ .OverlayArrow-module_overlayArrow__YBbCB[data-placement=left] svg {
5619
+ transform: rotate(270deg);
5620
+ }
5621
+ .OverlayArrow-module_overlayArrow__YBbCB.OverlayArrow-module_reversed__Le8QW path {
5622
+ fill: var(--color-white, #ffffff);
5691
5623
  }
5692
5624
  /** THIS IS AN AUTOGENERATED FILE **/
5693
5625
  /** THIS IS AN AUTOGENERATED FILE **/
@@ -5747,95 +5679,72 @@
5747
5679
  }
5748
5680
  /** THIS IS AN AUTOGENERATED FILE **/
5749
5681
  /** THIS IS AN AUTOGENERATED FILE **/
5750
- /** THIS IS AN AUTOGENERATED FILE **/
5751
- /* stylelint-disable no-descending-specificity */
5752
- .TitleBlockMenuItem-module_menuListItem__G3K41 {
5753
- display: flex;
5754
- }
5755
-
5756
- .TitleBlockMenuItem-module_menuItem__v9hGL {
5757
- display: flex;
5758
- align-items: center;
5759
- flex: 1 1 auto;
5760
- box-sizing: border-box;
5761
- background: none;
5762
- border: 2px transparent solid;
5763
- text-align: start;
5764
- padding: 6px calc(var(--spacing-sm, 0.75rem) - 2px);
5765
- margin: 0 var(--spacing-xs, 0.375rem);
5766
- min-height: calc(1.75 * var(--spacing-md, 1.5rem));
5767
- border-radius: 4px;
5768
- font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
5769
- font-weight: var(--typography-paragraph-body-font-weight, 400);
5770
- font-size: var(--typography-paragraph-body-font-size, 1rem);
5771
- line-height: var(--typography-paragraph-body-line-height, 1.5rem);
5772
- letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
5773
- text-decoration: none;
5774
- color: var(--color-purple-800, #2f2438);
5775
- }
5776
- .TitleBlockMenuItem-module_menuItem__v9hGL:hover {
5777
- text-decoration: none;
5778
- }
5779
- .TitleBlockMenuItem-module_menuItem__v9hGL:not(.TitleBlockMenuItem-module_menuItem--disabled__lrGIn):hover, .TitleBlockMenuItem-module_menuItem__v9hGL:focus {
5780
- background: var(--color-blue-100, #e6f6ff);
5781
- color: var(--color-blue-500, #0168b3);
5782
- }
5783
- .TitleBlockMenuItem-module_menuItem__v9hGL:not(.TitleBlockMenuItem-module_menuItem--disabled__lrGIn):hover .TitleBlockMenuItem-module_menuItem__Icon__zyUMD, .TitleBlockMenuItem-module_menuItem__v9hGL:focus .TitleBlockMenuItem-module_menuItem__Icon__zyUMD {
5784
- color: var(--color-blue-500, #0168b3);
5682
+ .CalendarRange-module_month__un61w {
5683
+ padding: 0 var(--spacing-sm, 0.75rem);
5785
5684
  }
5786
- .TitleBlockMenuItem-module_menuItem__v9hGL:not(.TitleBlockMenuItem-module_menuItem--disabled__lrGIn):hover.TitleBlockMenuItem-module_menuItem--destructive__Q18x-, .TitleBlockMenuItem-module_menuItem__v9hGL:focus.TitleBlockMenuItem-module_menuItem--destructive__Q18x- {
5787
- background: var(--color-red-100, #fdeaee);
5788
- color: var(--color-red-600, #a82433);
5685
+ .CalendarRange-module_month__un61w:nth-of-type(1) {
5686
+ padding-inline-start: 0;
5789
5687
  }
5790
- .TitleBlockMenuItem-module_menuItem__v9hGL:not(.TitleBlockMenuItem-module_menuItem--disabled__lrGIn):hover.TitleBlockMenuItem-module_menuItem--destructive__Q18x- .TitleBlockMenuItem-module_menuItem__Icon__zyUMD, .TitleBlockMenuItem-module_menuItem__v9hGL:focus.TitleBlockMenuItem-module_menuItem--destructive__Q18x- .TitleBlockMenuItem-module_menuItem__Icon__zyUMD {
5791
- color: var(--color-red-600, #a82433);
5688
+ .CalendarRange-module_month__un61w:last-child {
5689
+ padding-inline-end: 0;
5792
5690
  }
5793
- .TitleBlockMenuItem-module_menuItem__v9hGL:focus {
5794
- outline: none;
5691
+
5692
+ .CalendarRange-module_monthWithDivider__JY-56 {
5693
+ position: relative;
5694
+ padding: 0 var(--spacing-md, 1.5rem);
5795
5695
  }
5796
- .TitleBlockMenuItem-module_menuItem__v9hGL:focus-visible {
5797
- border-color: var(--color-blue-500, #0168b3);
5696
+ .CalendarRange-module_monthWithDivider__JY-56:not(:nth-of-type(1))::before {
5697
+ position: absolute;
5698
+ content: "";
5699
+ inset: calc(-1 * var(--spacing-md, 1.5rem)) 0;
5700
+ border-inline-start: 1px solid var(--color-gray-300, #eaeaec);
5798
5701
  }
5799
-
5800
- .TitleBlockMenuItem-module_menuItem--disabled__lrGIn {
5801
- color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.3);
5702
+ .CalendarRange-module_monthWithDivider__JY-56:nth-of-type(1) {
5703
+ padding-inline-start: 0;
5802
5704
  }
5803
- .TitleBlockMenuItem-module_menuItem--disabled__lrGIn .TitleBlockMenuItem-module_menuItem__Icon__zyUMD {
5804
- color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.3);
5705
+ .CalendarRange-module_monthWithDivider__JY-56:last-child {
5706
+ padding-inline-end: 0;
5805
5707
  }
5806
5708
 
5807
- .TitleBlockMenuItem-module_menuItem--active__f-tGu {
5808
- color: var(--color-blue-500, #0168b3);
5809
- font-weight: var(--typography-paragraph-bold-font-weight, 600);
5709
+ .CalendarRange-module_nav__OtaVb {
5710
+ position: absolute;
5711
+ display: flex;
5712
+ justify-content: space-between;
5713
+ width: 100%;
5714
+ color: var(--color-purple-800, #2f2438);
5715
+ top: -0.25rem;
5810
5716
  }
5811
5717
 
5812
- .TitleBlockMenuItem-module_menuItem--destructive__Q18x- {
5813
- color: var(--color-red-600, #a82433);
5814
- }
5815
- .TitleBlockMenuItem-module_menuItem--destructive__Q18x- .TitleBlockMenuItem-module_menuItem__Icon__zyUMD {
5816
- color: var(--color-red-600, #a82433);
5718
+ .CalendarRange-module_dayRangeStart__TwdDT,
5719
+ .CalendarRange-module_dayRangeEnd__y6dEB {
5720
+ background-color: var(--color-blue-500, #0168b3);
5721
+ color: var(--color-white, #ffffff);
5817
5722
  }
5818
5723
 
5819
- .TitleBlockMenuItem-module_menuItem--destructive__Q18x-.TitleBlockMenuItem-module_menuItem--disabled__lrGIn {
5820
- color: rgba(var(--color-red-600-rgb, 168, 36, 51), 0.3);
5724
+ .CalendarRange-module_dayRangeMiddle__SybKY {
5725
+ background-color: var(--color-blue-100, #e6f6ff);
5726
+ color: var(--color-blue-500, #0168b3);
5821
5727
  }
5822
- .TitleBlockMenuItem-module_menuItem--destructive__Q18x-.TitleBlockMenuItem-module_menuItem--disabled__lrGIn .TitleBlockMenuItem-module_menuItem__Icon__zyUMD {
5823
- color: rgba(var(--color-red-600-rgb, 168, 36, 51), 0.3);
5728
+ .CalendarRange-module_dayRangeMiddle__SybKY [class*=_button_] {
5729
+ color: var(--color-blue-500, #0168b3);
5824
5730
  }
5825
5731
 
5826
- .TitleBlockMenuItem-module_menuItem__Label__YUtc5 {
5827
- flex-grow: 1;
5732
+ .CalendarRange-module_hidden__D47kb {
5733
+ background-color: transparent;
5828
5734
  }
5829
-
5830
- .TitleBlockMenuItem-module_menuItem__Icon__zyUMD {
5831
- margin-inline-end: calc(var(--spacing-md, 1.5rem) / 3);
5735
+ /** THIS IS AN AUTOGENERATED FILE **/
5736
+ .CalendarSingle-module_nav__wSVua {
5737
+ position: absolute;
5832
5738
  display: flex;
5833
- align-self: flex-start;
5834
- transform: translateY(0.2em);
5835
- color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.75);
5739
+ justify-content: space-between;
5740
+ width: 100%;
5741
+ color: var(--color-purple-800, #2f2438);
5742
+ top: -0.25rem;
5836
5743
  }
5837
5744
 
5838
- /* stylelint-enable no-descending-specificity */
5745
+ .CalendarSingle-module_navButtonNext__-GrZx {
5746
+ inset-inline-end: 0;
5747
+ }
5839
5748
  /** THIS IS AN AUTOGENERATED FILE **/
5840
5749
  /** THIS IS AN AUTOGENERATED FILE **/
5841
5750
  /** THIS IS AN AUTOGENERATED FILE **/
@@ -6035,30 +5944,121 @@
6035
5944
  }
6036
5945
  /* stylelint-enable no-descending-specificity */
6037
5946
  /** THIS IS AN AUTOGENERATED FILE **/
6038
- .CheckboxGroup-module_checkboxGroupLabel__a9Iet {
6039
- margin-bottom: var(--spacing-sm, 0.75rem);
5947
+ /** THIS IS AN AUTOGENERATED FILE **/
5948
+ /** THIS IS AN AUTOGENERATED FILE **/
5949
+ /* stylelint-disable no-descending-specificity */
5950
+ .TitleBlockMenuItem-module_menuListItem__G3K41 {
5951
+ display: flex;
6040
5952
  }
6041
5953
 
6042
- .CheckboxGroup-module_checkboxGroupContainer__NTUWc {
5954
+ .TitleBlockMenuItem-module_menuItem__v9hGL {
6043
5955
  display: flex;
6044
- flex-direction: column;
6045
- margin-bottom: var(--spacing-sm, 0.75rem);
6046
- }
6047
- .CheckboxGroup-module_checkboxGroupContainer__NTUWc.CheckboxGroup-module_noBottomMargin__J7ADb {
6048
- margin-bottom: 0;
6049
- }
6050
- /* stylelint-disable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
6051
- /** THIS IS AN AUTOGENERATED FILE **/
6052
- /** THIS IS AN AUTOGENERATED FILE **/
6053
- /** THIS IS AN AUTOGENERATED FILE **/
6054
- /** THIS IS AN AUTOGENERATED FILE **/
6055
- /** THIS IS AN AUTOGENERATED FILE **/
6056
- /* 16px */
6057
- /* 16px */
6058
- /* 16px */
6059
- /*
6060
- Because these components are deprecated, we've kept any inline/non-token values as values from the Zen theme to prevent any style regressions,
6061
- as this is what consumers would have expected when pulling them in a the time.
5956
+ align-items: center;
5957
+ flex: 1 1 auto;
5958
+ box-sizing: border-box;
5959
+ background: none;
5960
+ border: 2px transparent solid;
5961
+ text-align: start;
5962
+ padding: 6px calc(var(--spacing-sm, 0.75rem) - 2px);
5963
+ margin: 0 var(--spacing-xs, 0.375rem);
5964
+ min-height: calc(1.75 * var(--spacing-md, 1.5rem));
5965
+ border-radius: 4px;
5966
+ font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
5967
+ font-weight: var(--typography-paragraph-body-font-weight, 400);
5968
+ font-size: var(--typography-paragraph-body-font-size, 1rem);
5969
+ line-height: var(--typography-paragraph-body-line-height, 1.5rem);
5970
+ letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
5971
+ text-decoration: none;
5972
+ color: var(--color-purple-800, #2f2438);
5973
+ }
5974
+ .TitleBlockMenuItem-module_menuItem__v9hGL:hover {
5975
+ text-decoration: none;
5976
+ }
5977
+ .TitleBlockMenuItem-module_menuItem__v9hGL:not(.TitleBlockMenuItem-module_menuItem--disabled__lrGIn):hover, .TitleBlockMenuItem-module_menuItem__v9hGL:focus {
5978
+ background: var(--color-blue-100, #e6f6ff);
5979
+ color: var(--color-blue-500, #0168b3);
5980
+ }
5981
+ .TitleBlockMenuItem-module_menuItem__v9hGL:not(.TitleBlockMenuItem-module_menuItem--disabled__lrGIn):hover .TitleBlockMenuItem-module_menuItem__Icon__zyUMD, .TitleBlockMenuItem-module_menuItem__v9hGL:focus .TitleBlockMenuItem-module_menuItem__Icon__zyUMD {
5982
+ color: var(--color-blue-500, #0168b3);
5983
+ }
5984
+ .TitleBlockMenuItem-module_menuItem__v9hGL:not(.TitleBlockMenuItem-module_menuItem--disabled__lrGIn):hover.TitleBlockMenuItem-module_menuItem--destructive__Q18x-, .TitleBlockMenuItem-module_menuItem__v9hGL:focus.TitleBlockMenuItem-module_menuItem--destructive__Q18x- {
5985
+ background: var(--color-red-100, #fdeaee);
5986
+ color: var(--color-red-600, #a82433);
5987
+ }
5988
+ .TitleBlockMenuItem-module_menuItem__v9hGL:not(.TitleBlockMenuItem-module_menuItem--disabled__lrGIn):hover.TitleBlockMenuItem-module_menuItem--destructive__Q18x- .TitleBlockMenuItem-module_menuItem__Icon__zyUMD, .TitleBlockMenuItem-module_menuItem__v9hGL:focus.TitleBlockMenuItem-module_menuItem--destructive__Q18x- .TitleBlockMenuItem-module_menuItem__Icon__zyUMD {
5989
+ color: var(--color-red-600, #a82433);
5990
+ }
5991
+ .TitleBlockMenuItem-module_menuItem__v9hGL:focus {
5992
+ outline: none;
5993
+ }
5994
+ .TitleBlockMenuItem-module_menuItem__v9hGL:focus-visible {
5995
+ border-color: var(--color-blue-500, #0168b3);
5996
+ }
5997
+
5998
+ .TitleBlockMenuItem-module_menuItem--disabled__lrGIn {
5999
+ color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.3);
6000
+ }
6001
+ .TitleBlockMenuItem-module_menuItem--disabled__lrGIn .TitleBlockMenuItem-module_menuItem__Icon__zyUMD {
6002
+ color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.3);
6003
+ }
6004
+
6005
+ .TitleBlockMenuItem-module_menuItem--active__f-tGu {
6006
+ color: var(--color-blue-500, #0168b3);
6007
+ font-weight: var(--typography-paragraph-bold-font-weight, 600);
6008
+ }
6009
+
6010
+ .TitleBlockMenuItem-module_menuItem--destructive__Q18x- {
6011
+ color: var(--color-red-600, #a82433);
6012
+ }
6013
+ .TitleBlockMenuItem-module_menuItem--destructive__Q18x- .TitleBlockMenuItem-module_menuItem__Icon__zyUMD {
6014
+ color: var(--color-red-600, #a82433);
6015
+ }
6016
+
6017
+ .TitleBlockMenuItem-module_menuItem--destructive__Q18x-.TitleBlockMenuItem-module_menuItem--disabled__lrGIn {
6018
+ color: rgba(var(--color-red-600-rgb, 168, 36, 51), 0.3);
6019
+ }
6020
+ .TitleBlockMenuItem-module_menuItem--destructive__Q18x-.TitleBlockMenuItem-module_menuItem--disabled__lrGIn .TitleBlockMenuItem-module_menuItem__Icon__zyUMD {
6021
+ color: rgba(var(--color-red-600-rgb, 168, 36, 51), 0.3);
6022
+ }
6023
+
6024
+ .TitleBlockMenuItem-module_menuItem__Label__YUtc5 {
6025
+ flex-grow: 1;
6026
+ }
6027
+
6028
+ .TitleBlockMenuItem-module_menuItem__Icon__zyUMD {
6029
+ margin-inline-end: calc(var(--spacing-md, 1.5rem) / 3);
6030
+ display: flex;
6031
+ align-self: flex-start;
6032
+ transform: translateY(0.2em);
6033
+ color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.75);
6034
+ }
6035
+
6036
+ /* stylelint-enable no-descending-specificity */
6037
+ /** THIS IS AN AUTOGENERATED FILE **/
6038
+ .CheckboxGroup-module_checkboxGroupLabel__a9Iet {
6039
+ margin-bottom: var(--spacing-sm, 0.75rem);
6040
+ }
6041
+
6042
+ .CheckboxGroup-module_checkboxGroupContainer__NTUWc {
6043
+ display: flex;
6044
+ flex-direction: column;
6045
+ margin-bottom: var(--spacing-sm, 0.75rem);
6046
+ }
6047
+ .CheckboxGroup-module_checkboxGroupContainer__NTUWc.CheckboxGroup-module_noBottomMargin__J7ADb {
6048
+ margin-bottom: 0;
6049
+ }
6050
+ /* stylelint-disable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
6051
+ /** THIS IS AN AUTOGENERATED FILE **/
6052
+ /** THIS IS AN AUTOGENERATED FILE **/
6053
+ /** THIS IS AN AUTOGENERATED FILE **/
6054
+ /** THIS IS AN AUTOGENERATED FILE **/
6055
+ /** THIS IS AN AUTOGENERATED FILE **/
6056
+ /* 16px */
6057
+ /* 16px */
6058
+ /* 16px */
6059
+ /*
6060
+ Because these components are deprecated, we've kept any inline/non-token values as values from the Zen theme to prevent any style regressions,
6061
+ as this is what consumers would have expected when pulling them in a the time.
6062
6062
  */
6063
6063
  /* stylelint-enable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
6064
6064
  /** THIS IS AN AUTOGENERATED FILE **/
@@ -6234,6 +6234,14 @@
6234
6234
  border-radius: var(--border-borderless-border-radius, 7px);
6235
6235
  }
6236
6236
  /** THIS IS AN AUTOGENERATED FILE **/
6237
+ .DateInput-module_dateInput__f0Rs6 {
6238
+ width: 100%;
6239
+ }
6240
+
6241
+ .DateInput-module_input__lVV0- {
6242
+ margin-top: var(--spacing-6, 0.375rem);
6243
+ }
6244
+ /** THIS IS AN AUTOGENERATED FILE **/
6237
6245
  /** THIS IS AN AUTOGENERATED FILE **/
6238
6246
  /** THIS IS AN AUTOGENERATED FILE **/
6239
6247
  .ExpertAdviceCollapsible-module_expertAdviceContainer__RIHw4 {
@@ -6275,14 +6283,6 @@
6275
6283
  padding: 0 var(--spacing-md, 1.5rem) var(--spacing-md, 1.5rem);
6276
6284
  }
6277
6285
  /** THIS IS AN AUTOGENERATED FILE **/
6278
- .DateInput-module_dateInput__f0Rs6 {
6279
- width: 100%;
6280
- }
6281
-
6282
- .DateInput-module_input__lVV0- {
6283
- margin-top: var(--spacing-6, 0.375rem);
6284
- }
6285
- /** THIS IS AN AUTOGENERATED FILE **/
6286
6286
  /** THIS IS AN AUTOGENERATED FILE **/
6287
6287
  /** THIS IS AN AUTOGENERATED FILE **/
6288
6288
  /** THIS IS AN AUTOGENERATED FILE **/
@@ -6438,134 +6438,328 @@
6438
6438
  }
6439
6439
  /** THIS IS AN AUTOGENERATED FILE **/
6440
6440
  /** THIS IS AN AUTOGENERATED FILE **/
6441
- /** THIS IS AN AUTOGENERATED FILE **/
6442
- /** THIS IS AN AUTOGENERATED FILE **/
6443
- /** THIS IS AN AUTOGENERATED FILE **/
6444
- /** THIS IS AN AUTOGENERATED FILE **/
6445
- /* stylelint-disable selector-no-vendor-prefix */
6446
- .InputSearch-module_wrapper__xz4kh {
6447
- position: relative;
6441
+ input[type=range].InputRange-module_ratingScaleRange__gI-rs {
6442
+ all: unset;
6443
+ appearance: none;
6444
+ width: 100%;
6445
+ margin: 0;
6448
6446
  }
6449
-
6450
- .InputSearch-module_input__hCit3[type=search] {
6447
+ input[type=range].InputRange-module_ratingScaleRange__gI-rs.InputRange-module_disabled__LCaIN {
6448
+ opacity: 40%;
6449
+ }
6450
+ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-moz-focus-outer {
6451
+ border: 0;
6452
+ }
6453
+ input[type=range].InputRange-module_ratingScaleRange__gI-rs:focus {
6451
6454
  outline: 0;
6455
+ }
6456
+ input[type=range].InputRange-module_ratingScaleRange__gI-rs:focus-visible {
6457
+ outline: 2px solid var(--color-blue-500, #0168b3);
6458
+ }
6459
+ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-webkit-slider-runnable-track {
6460
+ margin: var(--spacing-sm, 0.75rem) 0;
6461
+ width: auto;
6462
+ height: 0;
6452
6463
  box-sizing: border-box;
6453
- font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
6454
- font-size: var(--typography-paragraph-body-font-size, 1rem);
6455
- font-weight: var(--typography-paragraph-body-font-weight, 400);
6456
- line-height: var(--typography-paragraph-body-line-height, 1.5rem);
6457
- letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
6458
- position: static;
6459
- display: flex;
6460
- align-items: center;
6461
- height: 48px;
6462
- width: 100%;
6463
- border: var(--border-solid-border-width, 2px) var(--border-solid-border-style, solid) transparent;
6464
- border-radius: 48px;
6465
- padding-block: 0;
6466
- padding-inline: calc(1rem + 1.25rem + var(--spacing-sm, 0.75rem)) var(--spacing-sm, 0.75rem);
6467
- font-size: 1rem;
6468
- line-height: 1.5;
6464
+ border-top: 1px solid var(--color-gray-500, #878792);
6465
+ border-bottom: 2px solid var(--color-gray-500, #878792);
6466
+ border-radius: 4px;
6469
6467
  }
6470
- .InputSearch-module_input__hCit3[type=search]::placeholder {
6471
- font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
6472
- font-size: var(--typography-paragraph-body-font-size, 1rem);
6473
- font-weight: var(--typography-paragraph-body-font-weight, 400);
6474
- line-height: var(--typography-paragraph-body-line-height, 1.5rem);
6475
- letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
6476
- position: static;
6477
- opacity: 100%;
6468
+ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-moz-range-track {
6469
+ width: auto;
6470
+ height: 0;
6471
+ box-sizing: border-box;
6472
+ border-top: 1px solid var(--color-gray-500, #878792);
6473
+ border-bottom: 2px solid var(--color-gray-500, #878792);
6474
+ border-radius: 4px;
6478
6475
  }
6479
- .InputSearch-module_input__hCit3[type=search]::-webkit-search-cancel-button {
6476
+ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-webkit-slider-thumb {
6480
6477
  -webkit-appearance: none;
6478
+ margin-top: calc(34px / 2 * -1);
6479
+ box-sizing: content-box;
6480
+ width: 26px;
6481
+ height: 26px;
6482
+ border: 4px solid var(--color-white, #ffffff);
6483
+ border-radius: 100%;
6484
+ background: var(--color-blue-500, #0168b3);
6481
6485
  }
6482
- .InputSearch-module_hasEndIconAdornment__ZtGcu .InputSearch-module_input__hCit3[type=search] {
6483
- padding-inline-end: calc(var(--spacing-sm, 0.75rem) + 1.25rem + var(--spacing-sm, 0.75rem));
6484
- }
6485
- .InputSearch-module_input__hCit3[type=search]:focus::placeholder, .InputSearch-module_input__hCit3[type=search]:hover::placeholder {
6486
- font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
6487
- font-size: var(--typography-paragraph-body-font-size, 1rem);
6488
- font-weight: var(--typography-paragraph-body-font-weight, 400);
6489
- line-height: var(--typography-paragraph-body-line-height, 1.5rem);
6490
- letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
6491
- position: static;
6492
- opacity: 0%;
6486
+ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-webkit-slider-thumb:not(:disabled) {
6487
+ transition: all 0.2s;
6488
+ transition-property: background, height, width;
6493
6489
  }
6494
- .InputSearch-module_input__hCit3[type=search]:focus {
6495
- outline: var(--border-focus-ring-border-width) var(--border-focus-ring-border-style) var(--color-blue-500);
6496
- outline-offset: 1px;
6490
+ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-webkit-slider-thumb:not(:disabled):hover {
6491
+ background: var(--color-blue-600, #004970);
6492
+ width: 32px;
6493
+ height: 32px;
6497
6494
  }
6498
-
6499
- .InputSearch-module_startIconAdornment__Tc7Yx {
6500
- position: absolute;
6501
- height: 1.25rem;
6502
- top: 50%;
6503
- transform: translateY(-50%);
6504
- z-index: 1;
6505
- inset-inline-start: 1rem;
6495
+ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-moz-range-thumb {
6496
+ box-sizing: content-box;
6497
+ width: 26px;
6498
+ height: 26px;
6499
+ border: 4px solid var(--color-white, #ffffff);
6500
+ border-radius: 100%;
6501
+ background: var(--color-blue-500, #0168b3);
6506
6502
  }
6507
-
6508
- .InputSearch-module_loadingSpinner__GIO1C {
6509
- margin-top: -2px;
6503
+ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-moz-range-thumb:not(:disabled) {
6504
+ transition: all 0.2s;
6505
+ transition-property: background, height, width;
6510
6506
  }
6511
-
6512
- .InputSearch-module_endIconAdornment__lm-3h {
6513
- position: absolute;
6514
- height: 1.25rem;
6515
- top: 50%;
6516
- transform: translateY(-50%);
6517
- z-index: 1;
6518
- inset-inline-end: var(--spacing-sm, 0.75rem);
6507
+ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-moz-range-thumb:not(:disabled):hover {
6508
+ background: var(--color-blue-600, #004970);
6509
+ width: 32px;
6510
+ height: 32px;
6519
6511
  }
6520
-
6521
- .InputSearch-module_disabled__RizfW {
6522
- pointer-events: none;
6523
- opacity: 0.3;
6512
+ input[type=range].InputRange-module_ratingScaleRange__gI-rs.InputRange-module_hideThumb__oscfB::-webkit-slider-thumb {
6513
+ width: 0;
6514
+ height: 0;
6515
+ border: none;
6516
+ }
6517
+ input[type=range].InputRange-module_ratingScaleRange__gI-rs.InputRange-module_hideThumb__oscfB::-moz-range-thumb {
6518
+ width: 0;
6519
+ height: 0;
6520
+ border: none;
6521
+ }
6522
+ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-track {
6523
+ width: auto;
6524
+ height: 0;
6525
+ box-sizing: border-box;
6526
+ border-top: 1px solid var(--color-gray-500, #878792);
6527
+ border-bottom: 2px solid var(--color-gray-500, #878792);
6528
+ border-radius: 4px;
6529
+ color: transparent;
6530
+ border-width: 26px 0;
6531
+ border-color: transparent;
6532
+ background: transparent;
6533
+ }
6534
+ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-fill-lower {
6535
+ border: none;
6536
+ border-radius: 8px;
6537
+ background: var(--color-gray-500, #878792);
6538
+ }
6539
+ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-fill-upper {
6540
+ border: none;
6541
+ border-radius: 8px;
6542
+ background: var(--color-gray-500, #878792);
6543
+ }
6544
+ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb {
6545
+ box-sizing: content-box;
6546
+ width: 26px;
6547
+ height: 26px;
6548
+ border: 4px solid var(--color-white, #ffffff);
6549
+ border-radius: 100%;
6550
+ background: var(--color-blue-500, #0168b3);
6551
+ }
6552
+ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disabled) {
6553
+ transition: all 0.2s;
6554
+ transition-property: background, height, width;
6555
+ }
6556
+ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disabled):hover {
6557
+ background: var(--color-blue-600, #004970);
6558
+ width: 32px;
6559
+ height: 32px;
6524
6560
  }
6525
6561
 
6526
- /* stylelint-disable no-descending-specificity */
6527
- .InputSearch-module_default__4d3Ek .InputSearch-module_input__hCit3[type=search] {
6528
- border-color: var(--color-gray-500, #878792);
6529
- background-color: var(--color-white, #ffffff);
6530
- color: var(--color-purple-800, #2f2438);
6562
+ .InputRange-module_spokes__UFu4A {
6563
+ display: flex;
6564
+ justify-content: space-between;
6565
+ padding: 0 calc(34px / 2) var(--spacing-sm, 0.75rem);
6531
6566
  }
6532
- .InputSearch-module_default__4d3Ek .InputSearch-module_input__hCit3[type=search]::placeholder {
6567
+
6568
+ .InputRange-module_spokes__UFu4A.InputRange-module_disabled__LCaIN {
6569
+ opacity: 40%;
6570
+ }
6571
+
6572
+ .InputRange-module_spokeContainer__i6epK {
6573
+ display: flex;
6574
+ align-items: center;
6575
+ justify-content: center;
6576
+ width: 1px;
6577
+ }
6578
+
6579
+ .InputRange-module_spoke__k4Hzh {
6580
+ width: 0;
6581
+ height: 0;
6582
+ background: var(--color-gray-500, #878792);
6583
+ border: 2px solid var(--color-gray-500, #878792);
6584
+ border-radius: 100%;
6585
+ }
6586
+
6587
+ .InputRange-module_labelsContainer__H-cPY {
6588
+ display: flex;
6589
+ justify-content: center;
6590
+ width: 100%;
6591
+ }
6592
+
6593
+ .InputRange-module_sliderLabels__qpYBv {
6594
+ width: 100%;
6595
+ display: flex;
6596
+ justify-content: space-between;
6597
+ }
6598
+
6599
+ .InputRange-module_sliderLabels__qpYBv.InputRange-module_disabled__LCaIN {
6600
+ opacity: 40%;
6601
+ }
6602
+ /** THIS IS AN AUTOGENERATED FILE **/
6603
+ /** THIS IS AN AUTOGENERATED FILE **/
6604
+ /** THIS IS AN AUTOGENERATED FILE **/
6605
+ /** THIS IS AN AUTOGENERATED FILE **/
6606
+ /** THIS IS AN AUTOGENERATED FILE **/
6607
+ /** THIS IS AN AUTOGENERATED FILE **/
6608
+ /** THIS IS AN AUTOGENERATED FILE **/
6609
+ /* stylelint-disable selector-no-vendor-prefix */
6610
+ .Input-module_wrapper__9jBDN {
6611
+ position: relative;
6612
+ }
6613
+ .Input-module_wrapper__9jBDN.Input-module_hasStatus__GjERD {
6614
+ z-index: 1;
6615
+ }
6616
+ .Input-module_wrapper__9jBDN:hover {
6617
+ z-index: 2;
6618
+ }
6619
+ .Input-module_wrapper__9jBDN:focus-within {
6620
+ z-index: 3;
6621
+ }
6622
+
6623
+ .Input-module_input__d-Moh {
6624
+ outline: 0;
6625
+ box-sizing: border-box;
6533
6626
  font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
6534
6627
  font-size: var(--typography-paragraph-body-font-size, 1rem);
6535
6628
  font-weight: var(--typography-paragraph-body-font-weight, 400);
6536
6629
  line-height: var(--typography-paragraph-body-line-height, 1.5rem);
6537
6630
  letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
6538
6631
  position: static;
6539
- color: var(--color-purple-800, #2f2438);
6540
- opacity: 0.7;
6632
+ background-color: transparent;
6633
+ background-clip: padding-box;
6634
+ border: var(--border-solid-border-width, 2px) var(--border-solid-border-style, solid) transparent;
6635
+ border-radius: var(--border-solid-border-radius, 7px);
6636
+ display: block;
6637
+ font-size: 1rem;
6638
+ line-height: 1.5;
6639
+ padding: 0 var(--spacing-sm, 0.75rem);
6640
+ height: 48px;
6641
+ width: 100%;
6642
+ margin-bottom: 2px;
6541
6643
  }
6542
- .InputSearch-module_default__4d3Ek .InputSearch-module_startIconAdornment__Tc7Yx {
6543
- color: var(--color-purple-800, #2f2438);
6544
- opacity: 0.7;
6644
+ .Input-module_input__d-Moh::placeholder {
6645
+ font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
6646
+ font-size: var(--typography-paragraph-body-font-size, 1rem);
6647
+ font-weight: var(--typography-paragraph-body-font-weight, 400);
6648
+ line-height: var(--typography-paragraph-body-line-height, 1.5rem);
6649
+ letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
6650
+ position: static;
6651
+ opacity: 100%;
6545
6652
  }
6546
- .InputSearch-module_default__4d3Ek:hover .InputSearch-module_input__hCit3[type=search], .InputSearch-module_default__4d3Ek:focus-within .InputSearch-module_input__hCit3[type=search] {
6547
- border-color: var(--color-gray-600, #524e56);
6548
- background-color: var(--color-gray-200, #f4f4f5);
6653
+ .Input-module_input__d-Moh:focus:not([disabled]), .Input-module_input__d-Moh:hover:focus:not([disabled]) {
6654
+ outline: var(--border-focus-ring-border-width) var(--border-focus-ring-border-style) var(--color-blue-500);
6655
+ outline-offset: 1px;
6549
6656
  }
6550
- .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 {
6657
+ .Input-module_input__d-Moh:focus:not([disabled])::placeholder, .Input-module_input__d-Moh:hover:focus:not([disabled])::placeholder {
6658
+ font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
6659
+ font-size: var(--typography-paragraph-body-font-size, 1rem);
6660
+ font-weight: var(--typography-paragraph-body-font-weight, 400);
6661
+ line-height: var(--typography-paragraph-body-line-height, 1.5rem);
6662
+ letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
6663
+ position: static;
6664
+ opacity: 0%;
6665
+ }
6666
+ .Input-module_input__d-Moh.Input-module_disabled__CJeOi:not(.Input-module_reversed__Kh7dc) {
6667
+ background: var(--color-gray-300, #eaeaec);
6668
+ }
6669
+ .Input-module_input__d-Moh.Input-module_disabled__CJeOi::placeholder {
6551
6670
  font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
6552
6671
  font-size: var(--typography-paragraph-body-font-size, 1rem);
6553
6672
  font-weight: var(--typography-paragraph-body-font-weight, 400);
6554
6673
  line-height: var(--typography-paragraph-body-line-height, 1.5rem);
6555
6674
  letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
6556
6675
  position: static;
6676
+ color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.3);
6677
+ }
6678
+
6679
+ /* stylelint-disable no-descending-specificity */
6680
+ .Input-module_withStartIconAdornment__de6-U .Input-module_startIconAdornment__pnn-b {
6681
+ position: absolute;
6682
+ height: 1.25rem;
6683
+ top: 50%;
6684
+ transform: translateY(-50%);
6685
+ z-index: 1;
6686
+ inset-inline: var(--spacing-sm, 0.75rem) auto;
6687
+ }
6688
+ .Input-module_withStartIconAdornment__de6-U.Input-module_withDisabled__pzzCm .Input-module_startIconAdornment__pnn-b {
6689
+ opacity: 0.3;
6690
+ }
6691
+ .Input-module_withStartIconAdornment__de6-U .Input-module_input__d-Moh {
6692
+ padding-inline: calc(1.25rem + var(--spacing-md, 1.5rem) * 0.75) var(--spacing-sm, 0.75rem);
6693
+ }
6694
+
6695
+ .Input-module_withEndIconAdornment__fSBPl .Input-module_endIconAdornment__bg-PL {
6696
+ position: absolute;
6697
+ height: 1.25rem;
6698
+ top: 50%;
6699
+ transform: translateY(-50%);
6700
+ z-index: 1;
6701
+ inset-inline: auto var(--spacing-sm, 0.75rem);
6702
+ }
6703
+ .Input-module_withEndIconAdornment__fSBPl.Input-module_withDisabled__pzzCm .Input-module_endIconAdornment__bg-PL {
6704
+ opacity: 0.3;
6705
+ }
6706
+ .Input-module_withEndIconAdornment__fSBPl .Input-module_input__d-Moh {
6707
+ padding-inline: var(--spacing-sm, 0.75rem) calc(1.25rem + var(--spacing-md, 1.5rem) * 0.75);
6708
+ }
6709
+
6710
+ .Input-module_withStartIconAdornment__de6-U.Input-module_withEndIconAdornment__fSBPl .Input-module_input__d-Moh {
6711
+ padding-inline: calc(1.25rem + var(--spacing-md, 1.5rem) * 0.75) calc(1.25rem + var(--spacing-md, 1.5rem) * 0.75);
6712
+ }
6713
+
6714
+ /* stylelint-disable-next-line no-duplicate-selectors */
6715
+ .Input-module_withStartIconAdornment__de6-U {
6716
+ /* stylelint-disable-next-line no-duplicate-selectors */
6717
+ /* stylelint-disable-next-line no-duplicate-selectors */
6718
+ /* stylelint-disable-next-line no-duplicate-selectors */
6719
+ }
6720
+ .Input-module_withStartIconAdornment__de6-U .Input-module_startIconAdornment__pnn-b {
6721
+ color: var(--color-purple-800, #2f2438);
6722
+ opacity: 50%;
6723
+ }
6724
+ .Input-module_withStartIconAdornment__de6-U.Input-module_withDisabled__pzzCm {
6725
+ /* stylelint-disable-next-line no-duplicate-selectors */
6726
+ }
6727
+ .Input-module_withStartIconAdornment__de6-U.Input-module_withDisabled__pzzCm .Input-module_startIconAdornment__pnn-b {
6728
+ opacity: 30%;
6729
+ }
6730
+ .Input-module_withStartIconAdornment__de6-U:hover:not(.Input-module_withDisabled__pzzCm) .Input-module_startIconAdornment__pnn-b, .Input-module_withStartIconAdornment__de6-U:focus-within:not(.Input-module_withDisabled__pzzCm) .Input-module_startIconAdornment__pnn-b {
6731
+ opacity: 70%;
6732
+ }
6733
+
6734
+ .Input-module_withStartIconAdornment__de6-U.Input-module_withReversed__SKSOD .Input-module_startIconAdornment__pnn-b {
6735
+ color: var(--color-white, #ffffff);
6557
6736
  opacity: 100%;
6558
6737
  }
6559
- .InputSearch-module_default__4d3Ek:hover .InputSearch-module_startIconAdornment__Tc7Yx, .InputSearch-module_default__4d3Ek:focus-within .InputSearch-module_startIconAdornment__Tc7Yx {
6738
+ .Input-module_withStartIconAdornment__de6-U.Input-module_withReversed__SKSOD.Input-module_withDisabled__pzzCm .Input-module_startIconAdornment__pnn-b {
6739
+ opacity: 30%;
6740
+ }
6741
+ .Input-module_withStartIconAdornment__de6-U.Input-module_withReversed__SKSOD:hover:not(.Input-module_withDisabled__pzzCm) .Input-module_startIconAdornment__pnn-b, .Input-module_withStartIconAdornment__de6-U.Input-module_withReversed__SKSOD:focus-within:not(.Input-module_withDisabled__pzzCm) .Input-module_startIconAdornment__pnn-b {
6560
6742
  opacity: 100%;
6561
6743
  }
6562
6744
 
6563
- .InputSearch-module_secondary__l68uD .InputSearch-module_input__hCit3[type=search] {
6564
- border-color: transparent;
6565
- background-color: var(--color-gray-200, #f4f4f5);
6745
+ .Input-module_withEndIconAdornment__fSBPl.Input-module_withReversed__SKSOD .Input-module_endIconAdornment__bg-PL {
6746
+ color: var(--color-white, #ffffff);
6747
+ opacity: 100%;
6748
+ }
6749
+ .Input-module_withEndIconAdornment__fSBPl.Input-module_withReversed__SKSOD.Input-module_withDisabled__pzzCm .Input-module_endIconAdornment__bg-PL {
6750
+ opacity: 30%;
6751
+ }
6752
+ .Input-module_withEndIconAdornment__fSBPl.Input-module_withReversed__SKSOD:hover:not(.Input-module_withDisabled__pzzCm) .Input-module_endIconAdornment__bg-PL, .Input-module_withEndIconAdornment__fSBPl.Input-module_withReversed__SKSOD:focus-within:not(.Input-module_withDisabled__pzzCm) .Input-module_endIconAdornment__bg-PL {
6753
+ opacity: 100%;
6754
+ }
6755
+
6756
+ .Input-module_input__d-Moh.Input-module_default__zata3 {
6757
+ background-color: var(--color-white, #ffffff);
6566
6758
  color: var(--color-purple-800, #2f2438);
6759
+ display: flex;
6760
+ align-items: center;
6567
6761
  }
6568
- .InputSearch-module_secondary__l68uD .InputSearch-module_input__hCit3[type=search]::placeholder {
6762
+ .Input-module_input__d-Moh.Input-module_default__zata3::placeholder {
6569
6763
  font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
6570
6764
  font-size: var(--typography-paragraph-body-font-size, 1rem);
6571
6765
  font-weight: var(--typography-paragraph-body-font-weight, 400);
@@ -6573,56 +6767,103 @@
6573
6767
  letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
6574
6768
  position: static;
6575
6769
  color: var(--color-purple-800, #2f2438);
6576
- opacity: 0.7;
6770
+ opacity: 0.5;
6577
6771
  }
6578
- .InputSearch-module_secondary__l68uD .InputSearch-module_startIconAdornment__Tc7Yx {
6579
- color: var(--color-purple-800, #2f2438);
6580
- opacity: 0.7;
6772
+ .Input-module_input__d-Moh.Input-module_default__zata3:focus:not([disabled]), .Input-module_input__d-Moh.Input-module_default__zata3:hover:not([disabled]), .Input-module_input__d-Moh.Input-module_default__zata3:hover:focus:not([disabled]) {
6773
+ background-color: var(--color-gray-200, #f4f4f5);
6581
6774
  }
6582
- .InputSearch-module_secondary__l68uD:hover .InputSearch-module_input__hCit3[type=search], .InputSearch-module_secondary__l68uD:focus-within .InputSearch-module_input__hCit3[type=search] {
6583
- border-color: transparent;
6584
- background-color: var(--color-gray-300, #eaeaec);
6775
+ .Input-module_input__d-Moh.Input-module_default__zata3:focus + .Input-module_focusRing__E68jh {
6776
+ border-color: var(--color-blue-500, #0168b3);
6585
6777
  }
6586
- .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 {
6778
+ .Input-module_input__d-Moh.Input-module_default__zata3.Input-module_disabled__CJeOi {
6779
+ background-color: var(--color-white, #ffffff);
6780
+ border-color: rgba(var(--color-gray-500-rgb, 135, 135, 146), 0.3);
6781
+ color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.3);
6782
+ }
6783
+ .Input-module_input__d-Moh.Input-module_default__zata3.Input-module_disabled__CJeOi::placeholder {
6587
6784
  font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
6588
6785
  font-size: var(--typography-paragraph-body-font-size, 1rem);
6589
6786
  font-weight: var(--typography-paragraph-body-font-weight, 400);
6590
6787
  line-height: var(--typography-paragraph-body-line-height, 1.5rem);
6591
6788
  letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
6592
6789
  position: static;
6593
- opacity: 100%;
6790
+ opacity: 0.3;
6791
+ }
6792
+ .Input-module_input__d-Moh.Input-module_default__zata3:not(.Input-module_error__a-BFh, .Input-module_caution__rC0sY) {
6793
+ border-color: var(--color-gray-500, #878792);
6794
+ }
6795
+ .Input-module_input__d-Moh.Input-module_default__zata3:not(.Input-module_error__a-BFh, .Input-module_caution__rC0sY):disabled {
6796
+ border-color: rgba(var(--color-gray-500-rgb, 135, 135, 146), 0.3);
6797
+ }
6798
+ .Input-module_input__d-Moh.Input-module_default__zata3:not(.Input-module_error__a-BFh, .Input-module_caution__rC0sY):focus:not([disabled]), .Input-module_input__d-Moh.Input-module_default__zata3:not(.Input-module_error__a-BFh, .Input-module_caution__rC0sY):hover:not([disabled]), .Input-module_input__d-Moh.Input-module_default__zata3:not(.Input-module_error__a-BFh, .Input-module_caution__rC0sY):hover:focus:not([disabled]) {
6799
+ border-color: var(--color-gray-600, #524e56);
6800
+ }
6801
+ .Input-module_input__d-Moh.Input-module_default__zata3.Input-module_error__a-BFh {
6802
+ border-color: var(--color-red-500, #c93b55);
6803
+ }
6804
+ .Input-module_input__d-Moh.Input-module_default__zata3.Input-module_error__a-BFh.Input-module_disabled__CJeOi {
6805
+ border-color: rgba(var(--color-red-500-rgb, 201, 59, 85), 0.3);
6806
+ }
6807
+ .Input-module_input__d-Moh.Input-module_default__zata3.Input-module_caution__rC0sY {
6808
+ border-color: var(--color-yellow-600, #c68600);
6809
+ }
6810
+ .Input-module_input__d-Moh.Input-module_default__zata3.Input-module_caution__rC0sY.Input-module_disabled__CJeOi {
6811
+ border-color: rgba(var(--color-yellow-600-rgb, 198, 134, 0), 0.3);
6812
+ }
6813
+
6814
+ .Input-module_input__d-Moh.Input-module_reversed__Kh7dc {
6815
+ background: transparent;
6816
+ color: var(--color-white, #ffffff);
6817
+ }
6818
+ .Input-module_input__d-Moh.Input-module_reversed__Kh7dc::placeholder {
6819
+ font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
6820
+ font-size: var(--typography-paragraph-body-font-size, 1rem);
6821
+ font-weight: var(--typography-paragraph-body-font-weight, 400);
6822
+ line-height: var(--typography-paragraph-body-line-height, 1.5rem);
6823
+ letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
6824
+ position: static;
6825
+ color: var(--color-white, #ffffff);
6826
+ opacity: 0.5;
6827
+ }
6828
+ .Input-module_input__d-Moh.Input-module_reversed__Kh7dc:focus:not([disabled]), .Input-module_input__d-Moh.Input-module_reversed__Kh7dc:hover:not([disabled]), .Input-module_input__d-Moh.Input-module_reversed__Kh7dc:hover:focus:not([disabled]) {
6829
+ background: rgba(var(--color-white-rgb, 255, 255, 255), 0.1);
6830
+ }
6831
+ .Input-module_input__d-Moh.Input-module_reversed__Kh7dc:focus {
6832
+ outline-color: var(--color-blue-300);
6594
6833
  }
6595
- .InputSearch-module_secondary__l68uD:hover .InputSearch-module_startIconAdornment__Tc7Yx, .InputSearch-module_secondary__l68uD:focus-within .InputSearch-module_startIconAdornment__Tc7Yx {
6596
- opacity: 100%;
6834
+ .Input-module_input__d-Moh.Input-module_reversed__Kh7dc:not(.Input-module_error__a-BFh, .Input-module_caution__rC0sY) {
6835
+ border-color: rgba(var(--color-white-rgb, 255, 255, 255), 0.65);
6597
6836
  }
6598
-
6599
- .InputSearch-module_reversed__eS7Nr .InputSearch-module_input__hCit3[type=search] {
6600
- background: rgba(var(--color-white-rgb, 255, 255, 255), 0.1);
6601
- color: var(--color-white, #ffffff);
6837
+ .Input-module_input__d-Moh.Input-module_reversed__Kh7dc:not(.Input-module_error__a-BFh, .Input-module_caution__rC0sY):disabled {
6838
+ border-color: rgba(var(--color-white-rgb, 255, 255, 255), 0.3);
6602
6839
  }
6603
- .InputSearch-module_reversed__eS7Nr .InputSearch-module_input__hCit3[type=search]::placeholder {
6840
+ .Input-module_input__d-Moh.Input-module_reversed__Kh7dc:not(.Input-module_error__a-BFh, .Input-module_caution__rC0sY):focus:not([disabled]), .Input-module_input__d-Moh.Input-module_reversed__Kh7dc:not(.Input-module_error__a-BFh, .Input-module_caution__rC0sY):hover:not([disabled]), .Input-module_input__d-Moh.Input-module_reversed__Kh7dc:not(.Input-module_error__a-BFh, .Input-module_caution__rC0sY):hover:focus:not([disabled]) {
6841
+ border-color: var(--color-white, #ffffff);
6842
+ }
6843
+ .Input-module_input__d-Moh.Input-module_reversed__Kh7dc.Input-module_disabled__CJeOi {
6844
+ background: transparent;
6845
+ color: rgba(var(--color-white-rgb, 255, 255, 255), 0.3);
6846
+ }
6847
+ .Input-module_input__d-Moh.Input-module_reversed__Kh7dc.Input-module_disabled__CJeOi::placeholder {
6604
6848
  font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
6605
6849
  font-size: var(--typography-paragraph-body-font-size, 1rem);
6606
6850
  font-weight: var(--typography-paragraph-body-font-weight, 400);
6607
6851
  line-height: var(--typography-paragraph-body-line-height, 1.5rem);
6608
6852
  letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
6609
6853
  position: static;
6610
- color: var(--color-white, #ffffff);
6611
- opacity: 0.8;
6854
+ opacity: 0.3;
6612
6855
  }
6613
- .InputSearch-module_reversed__eS7Nr .InputSearch-module_input__hCit3[type=search]:focus {
6614
- outline-color: var(--color-blue-300);
6856
+ .Input-module_input__d-Moh.Input-module_reversed__Kh7dc.Input-module_error__a-BFh {
6857
+ border-color: var(--color-red-300, #f597a8);
6615
6858
  }
6616
- .InputSearch-module_reversed__eS7Nr .InputSearch-module_startIconAdornment__Tc7Yx {
6617
- color: var(--color-white, #ffffff);
6618
- opacity: 0.8;
6859
+ .Input-module_input__d-Moh.Input-module_reversed__Kh7dc.Input-module_error__a-BFh.Input-module_disabled__CJeOi {
6860
+ border-color: rgba(var(--color-red-300-rgb, 245, 151, 168), 0.3);
6619
6861
  }
6620
- .InputSearch-module_reversed__eS7Nr:hover .InputSearch-module_input__hCit3[type=search], .InputSearch-module_reversed__eS7Nr:focus-within .InputSearch-module_input__hCit3[type=search] {
6621
- border-color: transparent;
6622
- background-color: rgba(var(--color-white-rgb, 255, 255, 255), 0.2);
6862
+ .Input-module_input__d-Moh.Input-module_reversed__Kh7dc.Input-module_caution__rC0sY {
6863
+ border-color: var(--color-yellow-400, #ffca4d);
6623
6864
  }
6624
- .InputSearch-module_reversed__eS7Nr.InputSearch-module_default__4d3Ek .InputSearch-module_input__hCit3[type=search] {
6625
- border-color: rgba(var(--color-white-rgb, 255, 255, 255), 0.65);
6865
+ .Input-module_input__d-Moh.Input-module_reversed__Kh7dc.Input-module_caution__rC0sY.Input-module_disabled__CJeOi {
6866
+ border-color: rgba(var(--color-yellow-400-rgb, 255, 202, 77), 0.3);
6626
6867
  }
6627
6868
 
6628
6869
  /* stylelint-enable no-descending-specificity */
@@ -6704,189 +6945,16 @@
6704
6945
  }
6705
6946
  /** THIS IS AN AUTOGENERATED FILE **/
6706
6947
  /** THIS IS AN AUTOGENERATED FILE **/
6707
- input[type=range].InputRange-module_ratingScaleRange__gI-rs {
6708
- all: unset;
6709
- appearance: none;
6710
- width: 100%;
6711
- margin: 0;
6712
- }
6713
- input[type=range].InputRange-module_ratingScaleRange__gI-rs.InputRange-module_disabled__LCaIN {
6714
- opacity: 40%;
6715
- }
6716
- input[type=range].InputRange-module_ratingScaleRange__gI-rs::-moz-focus-outer {
6717
- border: 0;
6718
- }
6719
- input[type=range].InputRange-module_ratingScaleRange__gI-rs:focus {
6720
- outline: 0;
6721
- }
6722
- input[type=range].InputRange-module_ratingScaleRange__gI-rs:focus-visible {
6723
- outline: 2px solid var(--color-blue-500, #0168b3);
6724
- }
6725
- input[type=range].InputRange-module_ratingScaleRange__gI-rs::-webkit-slider-runnable-track {
6726
- margin: var(--spacing-sm, 0.75rem) 0;
6727
- width: auto;
6728
- height: 0;
6729
- box-sizing: border-box;
6730
- border-top: 1px solid var(--color-gray-500, #878792);
6731
- border-bottom: 2px solid var(--color-gray-500, #878792);
6732
- border-radius: 4px;
6733
- }
6734
- input[type=range].InputRange-module_ratingScaleRange__gI-rs::-moz-range-track {
6735
- width: auto;
6736
- height: 0;
6737
- box-sizing: border-box;
6738
- border-top: 1px solid var(--color-gray-500, #878792);
6739
- border-bottom: 2px solid var(--color-gray-500, #878792);
6740
- border-radius: 4px;
6741
- }
6742
- input[type=range].InputRange-module_ratingScaleRange__gI-rs::-webkit-slider-thumb {
6743
- -webkit-appearance: none;
6744
- margin-top: calc(34px / 2 * -1);
6745
- box-sizing: content-box;
6746
- width: 26px;
6747
- height: 26px;
6748
- border: 4px solid var(--color-white, #ffffff);
6749
- border-radius: 100%;
6750
- background: var(--color-blue-500, #0168b3);
6751
- }
6752
- input[type=range].InputRange-module_ratingScaleRange__gI-rs::-webkit-slider-thumb:not(:disabled) {
6753
- transition: all 0.2s;
6754
- transition-property: background, height, width;
6755
- }
6756
- input[type=range].InputRange-module_ratingScaleRange__gI-rs::-webkit-slider-thumb:not(:disabled):hover {
6757
- background: var(--color-blue-600, #004970);
6758
- width: 32px;
6759
- height: 32px;
6760
- }
6761
- input[type=range].InputRange-module_ratingScaleRange__gI-rs::-moz-range-thumb {
6762
- box-sizing: content-box;
6763
- width: 26px;
6764
- height: 26px;
6765
- border: 4px solid var(--color-white, #ffffff);
6766
- border-radius: 100%;
6767
- background: var(--color-blue-500, #0168b3);
6768
- }
6769
- input[type=range].InputRange-module_ratingScaleRange__gI-rs::-moz-range-thumb:not(:disabled) {
6770
- transition: all 0.2s;
6771
- transition-property: background, height, width;
6772
- }
6773
- input[type=range].InputRange-module_ratingScaleRange__gI-rs::-moz-range-thumb:not(:disabled):hover {
6774
- background: var(--color-blue-600, #004970);
6775
- width: 32px;
6776
- height: 32px;
6777
- }
6778
- input[type=range].InputRange-module_ratingScaleRange__gI-rs.InputRange-module_hideThumb__oscfB::-webkit-slider-thumb {
6779
- width: 0;
6780
- height: 0;
6781
- border: none;
6782
- }
6783
- input[type=range].InputRange-module_ratingScaleRange__gI-rs.InputRange-module_hideThumb__oscfB::-moz-range-thumb {
6784
- width: 0;
6785
- height: 0;
6786
- border: none;
6787
- }
6788
- input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-track {
6789
- width: auto;
6790
- height: 0;
6791
- box-sizing: border-box;
6792
- border-top: 1px solid var(--color-gray-500, #878792);
6793
- border-bottom: 2px solid var(--color-gray-500, #878792);
6794
- border-radius: 4px;
6795
- color: transparent;
6796
- border-width: 26px 0;
6797
- border-color: transparent;
6798
- background: transparent;
6799
- }
6800
- input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-fill-lower {
6801
- border: none;
6802
- border-radius: 8px;
6803
- background: var(--color-gray-500, #878792);
6804
- }
6805
- input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-fill-upper {
6806
- border: none;
6807
- border-radius: 8px;
6808
- background: var(--color-gray-500, #878792);
6809
- }
6810
- input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb {
6811
- box-sizing: content-box;
6812
- width: 26px;
6813
- height: 26px;
6814
- border: 4px solid var(--color-white, #ffffff);
6815
- border-radius: 100%;
6816
- background: var(--color-blue-500, #0168b3);
6817
- }
6818
- input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disabled) {
6819
- transition: all 0.2s;
6820
- transition-property: background, height, width;
6821
- }
6822
- input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disabled):hover {
6823
- background: var(--color-blue-600, #004970);
6824
- width: 32px;
6825
- height: 32px;
6826
- }
6827
-
6828
- .InputRange-module_spokes__UFu4A {
6829
- display: flex;
6830
- justify-content: space-between;
6831
- padding: 0 calc(34px / 2) var(--spacing-sm, 0.75rem);
6832
- }
6833
-
6834
- .InputRange-module_spokes__UFu4A.InputRange-module_disabled__LCaIN {
6835
- opacity: 40%;
6836
- }
6837
-
6838
- .InputRange-module_spokeContainer__i6epK {
6839
- display: flex;
6840
- align-items: center;
6841
- justify-content: center;
6842
- width: 1px;
6843
- }
6844
-
6845
- .InputRange-module_spoke__k4Hzh {
6846
- width: 0;
6847
- height: 0;
6848
- background: var(--color-gray-500, #878792);
6849
- border: 2px solid var(--color-gray-500, #878792);
6850
- border-radius: 100%;
6851
- }
6852
-
6853
- .InputRange-module_labelsContainer__H-cPY {
6854
- display: flex;
6855
- justify-content: center;
6856
- width: 100%;
6857
- }
6858
-
6859
- .InputRange-module_sliderLabels__qpYBv {
6860
- width: 100%;
6861
- display: flex;
6862
- justify-content: space-between;
6863
- }
6864
-
6865
- .InputRange-module_sliderLabels__qpYBv.InputRange-module_disabled__LCaIN {
6866
- opacity: 40%;
6867
- }
6868
- /** THIS IS AN AUTOGENERATED FILE **/
6869
- /** THIS IS AN AUTOGENERATED FILE **/
6870
- /** THIS IS AN AUTOGENERATED FILE **/
6871
6948
  /** THIS IS AN AUTOGENERATED FILE **/
6872
6949
  /** THIS IS AN AUTOGENERATED FILE **/
6873
6950
  /** THIS IS AN AUTOGENERATED FILE **/
6874
6951
  /** THIS IS AN AUTOGENERATED FILE **/
6875
6952
  /* stylelint-disable selector-no-vendor-prefix */
6876
- .Input-module_wrapper__9jBDN {
6953
+ .InputSearch-module_wrapper__xz4kh {
6877
6954
  position: relative;
6878
6955
  }
6879
- .Input-module_wrapper__9jBDN.Input-module_hasStatus__GjERD {
6880
- z-index: 1;
6881
- }
6882
- .Input-module_wrapper__9jBDN:hover {
6883
- z-index: 2;
6884
- }
6885
- .Input-module_wrapper__9jBDN:focus-within {
6886
- z-index: 3;
6887
- }
6888
6956
 
6889
- .Input-module_input__d-Moh {
6957
+ .InputSearch-module_input__hCit3[type=search] {
6890
6958
  outline: 0;
6891
6959
  box-sizing: border-box;
6892
6960
  font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
@@ -6895,19 +6963,18 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
6895
6963
  line-height: var(--typography-paragraph-body-line-height, 1.5rem);
6896
6964
  letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
6897
6965
  position: static;
6898
- background-color: transparent;
6899
- background-clip: padding-box;
6966
+ display: flex;
6967
+ align-items: center;
6968
+ height: 48px;
6969
+ width: 100%;
6900
6970
  border: var(--border-solid-border-width, 2px) var(--border-solid-border-style, solid) transparent;
6901
- border-radius: var(--border-solid-border-radius, 7px);
6902
- display: block;
6971
+ border-radius: 48px;
6972
+ padding-block: 0;
6973
+ padding-inline: calc(1rem + 1.25rem + var(--spacing-sm, 0.75rem)) var(--spacing-sm, 0.75rem);
6903
6974
  font-size: 1rem;
6904
6975
  line-height: 1.5;
6905
- padding: 0 var(--spacing-sm, 0.75rem);
6906
- height: 48px;
6907
- width: 100%;
6908
- margin-bottom: 2px;
6909
6976
  }
6910
- .Input-module_input__d-Moh::placeholder {
6977
+ .InputSearch-module_input__hCit3[type=search]::placeholder {
6911
6978
  font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
6912
6979
  font-size: var(--typography-paragraph-body-font-size, 1rem);
6913
6980
  font-weight: var(--typography-paragraph-body-font-weight, 400);
@@ -6916,116 +6983,60 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
6916
6983
  position: static;
6917
6984
  opacity: 100%;
6918
6985
  }
6919
- .Input-module_input__d-Moh:focus:not([disabled]), .Input-module_input__d-Moh:hover:focus:not([disabled]) {
6920
- outline: var(--border-focus-ring-border-width) var(--border-focus-ring-border-style) var(--color-blue-500);
6921
- outline-offset: 1px;
6922
- }
6923
- .Input-module_input__d-Moh:focus:not([disabled])::placeholder, .Input-module_input__d-Moh:hover:focus:not([disabled])::placeholder {
6924
- font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
6925
- font-size: var(--typography-paragraph-body-font-size, 1rem);
6926
- font-weight: var(--typography-paragraph-body-font-weight, 400);
6927
- line-height: var(--typography-paragraph-body-line-height, 1.5rem);
6928
- letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
6929
- position: static;
6930
- opacity: 0%;
6986
+ .InputSearch-module_input__hCit3[type=search]::-webkit-search-cancel-button {
6987
+ -webkit-appearance: none;
6931
6988
  }
6932
- .Input-module_input__d-Moh.Input-module_disabled__CJeOi:not(.Input-module_reversed__Kh7dc) {
6933
- background: var(--color-gray-300, #eaeaec);
6989
+ .InputSearch-module_hasEndIconAdornment__ZtGcu .InputSearch-module_input__hCit3[type=search] {
6990
+ padding-inline-end: calc(var(--spacing-sm, 0.75rem) + 1.25rem + var(--spacing-sm, 0.75rem));
6934
6991
  }
6935
- .Input-module_input__d-Moh.Input-module_disabled__CJeOi::placeholder {
6992
+ .InputSearch-module_input__hCit3[type=search]:focus::placeholder, .InputSearch-module_input__hCit3[type=search]:hover::placeholder {
6936
6993
  font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
6937
6994
  font-size: var(--typography-paragraph-body-font-size, 1rem);
6938
6995
  font-weight: var(--typography-paragraph-body-font-weight, 400);
6939
6996
  line-height: var(--typography-paragraph-body-line-height, 1.5rem);
6940
6997
  letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
6941
6998
  position: static;
6942
- color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.3);
6999
+ opacity: 0%;
7000
+ }
7001
+ .InputSearch-module_input__hCit3[type=search]:focus {
7002
+ outline: var(--border-focus-ring-border-width) var(--border-focus-ring-border-style) var(--color-blue-500);
7003
+ outline-offset: 1px;
6943
7004
  }
6944
7005
 
6945
- /* stylelint-disable no-descending-specificity */
6946
- .Input-module_withStartIconAdornment__de6-U .Input-module_startIconAdornment__pnn-b {
7006
+ .InputSearch-module_startIconAdornment__Tc7Yx {
6947
7007
  position: absolute;
6948
7008
  height: 1.25rem;
6949
7009
  top: 50%;
6950
7010
  transform: translateY(-50%);
6951
7011
  z-index: 1;
6952
- inset-inline: var(--spacing-sm, 0.75rem) auto;
6953
- }
6954
- .Input-module_withStartIconAdornment__de6-U.Input-module_withDisabled__pzzCm .Input-module_startIconAdornment__pnn-b {
6955
- opacity: 0.3;
7012
+ inset-inline-start: 1rem;
6956
7013
  }
6957
- .Input-module_withStartIconAdornment__de6-U .Input-module_input__d-Moh {
6958
- padding-inline: calc(1.25rem + var(--spacing-md, 1.5rem) * 0.75) var(--spacing-sm, 0.75rem);
7014
+
7015
+ .InputSearch-module_loadingSpinner__GIO1C {
7016
+ margin-top: -2px;
6959
7017
  }
6960
7018
 
6961
- .Input-module_withEndIconAdornment__fSBPl .Input-module_endIconAdornment__bg-PL {
7019
+ .InputSearch-module_endIconAdornment__lm-3h {
6962
7020
  position: absolute;
6963
7021
  height: 1.25rem;
6964
7022
  top: 50%;
6965
7023
  transform: translateY(-50%);
6966
7024
  z-index: 1;
6967
- inset-inline: auto var(--spacing-sm, 0.75rem);
6968
- }
6969
- .Input-module_withEndIconAdornment__fSBPl.Input-module_withDisabled__pzzCm .Input-module_endIconAdornment__bg-PL {
6970
- opacity: 0.3;
6971
- }
6972
- .Input-module_withEndIconAdornment__fSBPl .Input-module_input__d-Moh {
6973
- padding-inline: var(--spacing-sm, 0.75rem) calc(1.25rem + var(--spacing-md, 1.5rem) * 0.75);
6974
- }
6975
-
6976
- .Input-module_withStartIconAdornment__de6-U.Input-module_withEndIconAdornment__fSBPl .Input-module_input__d-Moh {
6977
- padding-inline: calc(1.25rem + var(--spacing-md, 1.5rem) * 0.75) calc(1.25rem + var(--spacing-md, 1.5rem) * 0.75);
6978
- }
6979
-
6980
- /* stylelint-disable-next-line no-duplicate-selectors */
6981
- .Input-module_withStartIconAdornment__de6-U {
6982
- /* stylelint-disable-next-line no-duplicate-selectors */
6983
- /* stylelint-disable-next-line no-duplicate-selectors */
6984
- /* stylelint-disable-next-line no-duplicate-selectors */
6985
- }
6986
- .Input-module_withStartIconAdornment__de6-U .Input-module_startIconAdornment__pnn-b {
6987
- color: var(--color-purple-800, #2f2438);
6988
- opacity: 50%;
6989
- }
6990
- .Input-module_withStartIconAdornment__de6-U.Input-module_withDisabled__pzzCm {
6991
- /* stylelint-disable-next-line no-duplicate-selectors */
6992
- }
6993
- .Input-module_withStartIconAdornment__de6-U.Input-module_withDisabled__pzzCm .Input-module_startIconAdornment__pnn-b {
6994
- opacity: 30%;
6995
- }
6996
- .Input-module_withStartIconAdornment__de6-U:hover:not(.Input-module_withDisabled__pzzCm) .Input-module_startIconAdornment__pnn-b, .Input-module_withStartIconAdornment__de6-U:focus-within:not(.Input-module_withDisabled__pzzCm) .Input-module_startIconAdornment__pnn-b {
6997
- opacity: 70%;
6998
- }
6999
-
7000
- .Input-module_withStartIconAdornment__de6-U.Input-module_withReversed__SKSOD .Input-module_startIconAdornment__pnn-b {
7001
- color: var(--color-white, #ffffff);
7002
- opacity: 100%;
7003
- }
7004
- .Input-module_withStartIconAdornment__de6-U.Input-module_withReversed__SKSOD.Input-module_withDisabled__pzzCm .Input-module_startIconAdornment__pnn-b {
7005
- opacity: 30%;
7006
- }
7007
- .Input-module_withStartIconAdornment__de6-U.Input-module_withReversed__SKSOD:hover:not(.Input-module_withDisabled__pzzCm) .Input-module_startIconAdornment__pnn-b, .Input-module_withStartIconAdornment__de6-U.Input-module_withReversed__SKSOD:focus-within:not(.Input-module_withDisabled__pzzCm) .Input-module_startIconAdornment__pnn-b {
7008
- opacity: 100%;
7025
+ inset-inline-end: var(--spacing-sm, 0.75rem);
7009
7026
  }
7010
7027
 
7011
- .Input-module_withEndIconAdornment__fSBPl.Input-module_withReversed__SKSOD .Input-module_endIconAdornment__bg-PL {
7012
- color: var(--color-white, #ffffff);
7013
- opacity: 100%;
7014
- }
7015
- .Input-module_withEndIconAdornment__fSBPl.Input-module_withReversed__SKSOD.Input-module_withDisabled__pzzCm .Input-module_endIconAdornment__bg-PL {
7016
- opacity: 30%;
7017
- }
7018
- .Input-module_withEndIconAdornment__fSBPl.Input-module_withReversed__SKSOD:hover:not(.Input-module_withDisabled__pzzCm) .Input-module_endIconAdornment__bg-PL, .Input-module_withEndIconAdornment__fSBPl.Input-module_withReversed__SKSOD:focus-within:not(.Input-module_withDisabled__pzzCm) .Input-module_endIconAdornment__bg-PL {
7019
- opacity: 100%;
7028
+ .InputSearch-module_disabled__RizfW {
7029
+ pointer-events: none;
7030
+ opacity: 0.3;
7020
7031
  }
7021
7032
 
7022
- .Input-module_input__d-Moh.Input-module_default__zata3 {
7033
+ /* stylelint-disable no-descending-specificity */
7034
+ .InputSearch-module_default__4d3Ek .InputSearch-module_input__hCit3[type=search] {
7035
+ border-color: var(--color-gray-500, #878792);
7023
7036
  background-color: var(--color-white, #ffffff);
7024
7037
  color: var(--color-purple-800, #2f2438);
7025
- display: flex;
7026
- align-items: center;
7027
7038
  }
7028
- .Input-module_input__d-Moh.Input-module_default__zata3::placeholder {
7039
+ .InputSearch-module_default__4d3Ek .InputSearch-module_input__hCit3[type=search]::placeholder {
7029
7040
  font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
7030
7041
  font-size: var(--typography-paragraph-body-font-size, 1rem);
7031
7042
  font-weight: var(--typography-paragraph-body-font-weight, 400);
@@ -7033,103 +7044,92 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7033
7044
  letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
7034
7045
  position: static;
7035
7046
  color: var(--color-purple-800, #2f2438);
7036
- opacity: 0.5;
7037
- }
7038
- .Input-module_input__d-Moh.Input-module_default__zata3:focus:not([disabled]), .Input-module_input__d-Moh.Input-module_default__zata3:hover:not([disabled]), .Input-module_input__d-Moh.Input-module_default__zata3:hover:focus:not([disabled]) {
7039
- background-color: var(--color-gray-200, #f4f4f5);
7047
+ opacity: 0.7;
7040
7048
  }
7041
- .Input-module_input__d-Moh.Input-module_default__zata3:focus + .Input-module_focusRing__E68jh {
7042
- border-color: var(--color-blue-500, #0168b3);
7049
+ .InputSearch-module_default__4d3Ek .InputSearch-module_startIconAdornment__Tc7Yx {
7050
+ color: var(--color-purple-800, #2f2438);
7051
+ opacity: 0.7;
7043
7052
  }
7044
- .Input-module_input__d-Moh.Input-module_default__zata3.Input-module_disabled__CJeOi {
7045
- background-color: var(--color-white, #ffffff);
7046
- border-color: rgba(var(--color-gray-500-rgb, 135, 135, 146), 0.3);
7047
- color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.3);
7053
+ .InputSearch-module_default__4d3Ek:hover .InputSearch-module_input__hCit3[type=search], .InputSearch-module_default__4d3Ek:focus-within .InputSearch-module_input__hCit3[type=search] {
7054
+ border-color: var(--color-gray-600, #524e56);
7055
+ background-color: var(--color-gray-200, #f4f4f5);
7048
7056
  }
7049
- .Input-module_input__d-Moh.Input-module_default__zata3.Input-module_disabled__CJeOi::placeholder {
7057
+ .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 {
7050
7058
  font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
7051
7059
  font-size: var(--typography-paragraph-body-font-size, 1rem);
7052
7060
  font-weight: var(--typography-paragraph-body-font-weight, 400);
7053
7061
  line-height: var(--typography-paragraph-body-line-height, 1.5rem);
7054
7062
  letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
7055
7063
  position: static;
7056
- opacity: 0.3;
7057
- }
7058
- .Input-module_input__d-Moh.Input-module_default__zata3:not(.Input-module_error__a-BFh, .Input-module_caution__rC0sY) {
7059
- border-color: var(--color-gray-500, #878792);
7060
- }
7061
- .Input-module_input__d-Moh.Input-module_default__zata3:not(.Input-module_error__a-BFh, .Input-module_caution__rC0sY):disabled {
7062
- border-color: rgba(var(--color-gray-500-rgb, 135, 135, 146), 0.3);
7063
- }
7064
- .Input-module_input__d-Moh.Input-module_default__zata3:not(.Input-module_error__a-BFh, .Input-module_caution__rC0sY):focus:not([disabled]), .Input-module_input__d-Moh.Input-module_default__zata3:not(.Input-module_error__a-BFh, .Input-module_caution__rC0sY):hover:not([disabled]), .Input-module_input__d-Moh.Input-module_default__zata3:not(.Input-module_error__a-BFh, .Input-module_caution__rC0sY):hover:focus:not([disabled]) {
7065
- border-color: var(--color-gray-600, #524e56);
7066
- }
7067
- .Input-module_input__d-Moh.Input-module_default__zata3.Input-module_error__a-BFh {
7068
- border-color: var(--color-red-500, #c93b55);
7069
- }
7070
- .Input-module_input__d-Moh.Input-module_default__zata3.Input-module_error__a-BFh.Input-module_disabled__CJeOi {
7071
- border-color: rgba(var(--color-red-500-rgb, 201, 59, 85), 0.3);
7072
- }
7073
- .Input-module_input__d-Moh.Input-module_default__zata3.Input-module_caution__rC0sY {
7074
- border-color: var(--color-yellow-600, #c68600);
7064
+ opacity: 100%;
7075
7065
  }
7076
- .Input-module_input__d-Moh.Input-module_default__zata3.Input-module_caution__rC0sY.Input-module_disabled__CJeOi {
7077
- border-color: rgba(var(--color-yellow-600-rgb, 198, 134, 0), 0.3);
7066
+ .InputSearch-module_default__4d3Ek:hover .InputSearch-module_startIconAdornment__Tc7Yx, .InputSearch-module_default__4d3Ek:focus-within .InputSearch-module_startIconAdornment__Tc7Yx {
7067
+ opacity: 100%;
7078
7068
  }
7079
7069
 
7080
- .Input-module_input__d-Moh.Input-module_reversed__Kh7dc {
7081
- background: transparent;
7082
- color: var(--color-white, #ffffff);
7070
+ .InputSearch-module_secondary__l68uD .InputSearch-module_input__hCit3[type=search] {
7071
+ border-color: transparent;
7072
+ background-color: var(--color-gray-200, #f4f4f5);
7073
+ color: var(--color-purple-800, #2f2438);
7083
7074
  }
7084
- .Input-module_input__d-Moh.Input-module_reversed__Kh7dc::placeholder {
7075
+ .InputSearch-module_secondary__l68uD .InputSearch-module_input__hCit3[type=search]::placeholder {
7085
7076
  font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
7086
7077
  font-size: var(--typography-paragraph-body-font-size, 1rem);
7087
7078
  font-weight: var(--typography-paragraph-body-font-weight, 400);
7088
7079
  line-height: var(--typography-paragraph-body-line-height, 1.5rem);
7089
7080
  letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
7090
7081
  position: static;
7091
- color: var(--color-white, #ffffff);
7092
- opacity: 0.5;
7093
- }
7094
- .Input-module_input__d-Moh.Input-module_reversed__Kh7dc:focus:not([disabled]), .Input-module_input__d-Moh.Input-module_reversed__Kh7dc:hover:not([disabled]), .Input-module_input__d-Moh.Input-module_reversed__Kh7dc:hover:focus:not([disabled]) {
7095
- background: rgba(var(--color-white-rgb, 255, 255, 255), 0.1);
7082
+ color: var(--color-purple-800, #2f2438);
7083
+ opacity: 0.7;
7096
7084
  }
7097
- .Input-module_input__d-Moh.Input-module_reversed__Kh7dc:focus {
7098
- outline-color: var(--color-blue-300);
7085
+ .InputSearch-module_secondary__l68uD .InputSearch-module_startIconAdornment__Tc7Yx {
7086
+ color: var(--color-purple-800, #2f2438);
7087
+ opacity: 0.7;
7099
7088
  }
7100
- .Input-module_input__d-Moh.Input-module_reversed__Kh7dc:not(.Input-module_error__a-BFh, .Input-module_caution__rC0sY) {
7101
- border-color: rgba(var(--color-white-rgb, 255, 255, 255), 0.65);
7089
+ .InputSearch-module_secondary__l68uD:hover .InputSearch-module_input__hCit3[type=search], .InputSearch-module_secondary__l68uD:focus-within .InputSearch-module_input__hCit3[type=search] {
7090
+ border-color: transparent;
7091
+ background-color: var(--color-gray-300, #eaeaec);
7102
7092
  }
7103
- .Input-module_input__d-Moh.Input-module_reversed__Kh7dc:not(.Input-module_error__a-BFh, .Input-module_caution__rC0sY):disabled {
7104
- border-color: rgba(var(--color-white-rgb, 255, 255, 255), 0.3);
7093
+ .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 {
7094
+ font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
7095
+ font-size: var(--typography-paragraph-body-font-size, 1rem);
7096
+ font-weight: var(--typography-paragraph-body-font-weight, 400);
7097
+ line-height: var(--typography-paragraph-body-line-height, 1.5rem);
7098
+ letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
7099
+ position: static;
7100
+ opacity: 100%;
7105
7101
  }
7106
- .Input-module_input__d-Moh.Input-module_reversed__Kh7dc:not(.Input-module_error__a-BFh, .Input-module_caution__rC0sY):focus:not([disabled]), .Input-module_input__d-Moh.Input-module_reversed__Kh7dc:not(.Input-module_error__a-BFh, .Input-module_caution__rC0sY):hover:not([disabled]), .Input-module_input__d-Moh.Input-module_reversed__Kh7dc:not(.Input-module_error__a-BFh, .Input-module_caution__rC0sY):hover:focus:not([disabled]) {
7107
- border-color: var(--color-white, #ffffff);
7102
+ .InputSearch-module_secondary__l68uD:hover .InputSearch-module_startIconAdornment__Tc7Yx, .InputSearch-module_secondary__l68uD:focus-within .InputSearch-module_startIconAdornment__Tc7Yx {
7103
+ opacity: 100%;
7108
7104
  }
7109
- .Input-module_input__d-Moh.Input-module_reversed__Kh7dc.Input-module_disabled__CJeOi {
7110
- background: transparent;
7111
- color: rgba(var(--color-white-rgb, 255, 255, 255), 0.3);
7105
+
7106
+ .InputSearch-module_reversed__eS7Nr .InputSearch-module_input__hCit3[type=search] {
7107
+ background: rgba(var(--color-white-rgb, 255, 255, 255), 0.1);
7108
+ color: var(--color-white, #ffffff);
7112
7109
  }
7113
- .Input-module_input__d-Moh.Input-module_reversed__Kh7dc.Input-module_disabled__CJeOi::placeholder {
7110
+ .InputSearch-module_reversed__eS7Nr .InputSearch-module_input__hCit3[type=search]::placeholder {
7114
7111
  font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
7115
7112
  font-size: var(--typography-paragraph-body-font-size, 1rem);
7116
7113
  font-weight: var(--typography-paragraph-body-font-weight, 400);
7117
7114
  line-height: var(--typography-paragraph-body-line-height, 1.5rem);
7118
7115
  letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
7119
7116
  position: static;
7120
- opacity: 0.3;
7117
+ color: var(--color-white, #ffffff);
7118
+ opacity: 0.8;
7121
7119
  }
7122
- .Input-module_input__d-Moh.Input-module_reversed__Kh7dc.Input-module_error__a-BFh {
7123
- border-color: var(--color-red-300, #f597a8);
7120
+ .InputSearch-module_reversed__eS7Nr .InputSearch-module_input__hCit3[type=search]:focus {
7121
+ outline-color: var(--color-blue-300);
7124
7122
  }
7125
- .Input-module_input__d-Moh.Input-module_reversed__Kh7dc.Input-module_error__a-BFh.Input-module_disabled__CJeOi {
7126
- border-color: rgba(var(--color-red-300-rgb, 245, 151, 168), 0.3);
7123
+ .InputSearch-module_reversed__eS7Nr .InputSearch-module_startIconAdornment__Tc7Yx {
7124
+ color: var(--color-white, #ffffff);
7125
+ opacity: 0.8;
7127
7126
  }
7128
- .Input-module_input__d-Moh.Input-module_reversed__Kh7dc.Input-module_caution__rC0sY {
7129
- border-color: var(--color-yellow-400, #ffca4d);
7127
+ .InputSearch-module_reversed__eS7Nr:hover .InputSearch-module_input__hCit3[type=search], .InputSearch-module_reversed__eS7Nr:focus-within .InputSearch-module_input__hCit3[type=search] {
7128
+ border-color: transparent;
7129
+ background-color: rgba(var(--color-white-rgb, 255, 255, 255), 0.2);
7130
7130
  }
7131
- .Input-module_input__d-Moh.Input-module_reversed__Kh7dc.Input-module_caution__rC0sY.Input-module_disabled__CJeOi {
7132
- border-color: rgba(var(--color-yellow-400-rgb, 255, 202, 77), 0.3);
7131
+ .InputSearch-module_reversed__eS7Nr.InputSearch-module_default__4d3Ek .InputSearch-module_input__hCit3[type=search] {
7132
+ border-color: rgba(var(--color-white-rgb, 255, 255, 255), 0.65);
7133
7133
  }
7134
7134
 
7135
7135
  /* stylelint-enable no-descending-specificity */
@@ -7192,12 +7192,12 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7192
7192
  /* prettier-ignore */
7193
7193
  /* prettier-ignore */
7194
7194
  /* prettier-ignore */
7195
- .InputEditModal-module_defaultModalWidth__My9Eh {
7195
+ .ContextModal-module_defaultModalWidth__bgf7L {
7196
7196
  min-width: 300px;
7197
7197
  max-width: 600px;
7198
7198
  }
7199
7199
 
7200
- .InputEditModal-module_backdropLayer__aVLSb {
7200
+ .ContextModal-module_backdropLayer__wuj3B {
7201
7201
  position: fixed;
7202
7202
  background-color: #000;
7203
7203
  opacity: 50%;
@@ -7208,7 +7208,7 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7208
7208
  inset-inline-start: 0;
7209
7209
  }
7210
7210
 
7211
- .InputEditModal-module_scrollLayer__isygg {
7211
+ .ContextModal-module_scrollLayer__JANXA {
7212
7212
  position: fixed;
7213
7213
  display: flex;
7214
7214
  align-items: center;
@@ -7220,13 +7220,13 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7220
7220
  inset-inline-start: 0;
7221
7221
  }
7222
7222
 
7223
- .InputEditModal-module_modalLayer__r5vqj {
7223
+ .ContextModal-module_modalLayer__Cx6aX {
7224
7224
  margin: auto;
7225
7225
  padding: 1.5rem 0;
7226
7226
  width: 100%;
7227
7227
  }
7228
7228
 
7229
- .InputEditModal-module_modal__SbQqp {
7229
+ .ContextModal-module_modal__wriV7 {
7230
7230
  margin: auto;
7231
7231
  background-color: var(--color-white, #ffffff);
7232
7232
  border-radius: var(--border-solid-border-radius, 7px);
@@ -7237,20 +7237,20 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7237
7237
  color: var(--color-purple-800, #2f2438);
7238
7238
  }
7239
7239
  @media (min-width: 768px) {
7240
- .InputEditModal-module_modal__SbQqp {
7240
+ .ContextModal-module_modal__wriV7 {
7241
7241
  width: 100%;
7242
7242
  }
7243
7243
  }
7244
- .InputEditModal-module_modal__SbQqp:has([class*="modalLabel"]:focus-visible) {
7244
+ .ContextModal-module_modal__wriV7:has([class*="modalLabel"]:focus-visible) {
7245
7245
  outline: var(--border-focus-ring-border-width) var(--border-focus-ring-border-style) var(--color-blue-300);
7246
7246
  outline-offset: 2px;
7247
7247
  }
7248
7248
 
7249
- .InputEditModal-module_transitionLayer__1B3VI {
7249
+ .ContextModal-module_transitionLayer__IjJem {
7250
7250
  transition: opacity var(--animation-duration-fast, 300ms) ease-in-out;
7251
7251
  opacity: 1;
7252
7252
  }
7253
- .InputEditModal-module_transitionLayer__1B3VI .InputEditModal-module_backdropLayer__aVLSb {
7253
+ .ContextModal-module_transitionLayer__IjJem .ContextModal-module_backdropLayer__wuj3B {
7254
7254
  /*
7255
7255
  There's a weird bug in Chrome/Blink 102.x that animates the opacity
7256
7256
  all the way to 1 with 200ms ("rapid" token), but is fine with
@@ -7259,9 +7259,9 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7259
7259
  animation-duration: 201ms;
7260
7260
  animation-fill-mode: forwards;
7261
7261
  /* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
7262
- animation-name: InputEditModal-module_fade-0-to-0-5__ywvjR;
7262
+ animation-name: ContextModal-module_fade-0-to-0-5__vZx9M;
7263
7263
  }
7264
- @keyframes InputEditModal-module_fade-0-to-0-5__ywvjR {
7264
+ @keyframes ContextModal-module_fade-0-to-0-5__vZx9M {
7265
7265
  0% {
7266
7266
  opacity: 0;
7267
7267
  }
@@ -7269,14 +7269,14 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7269
7269
  opacity: 0.5;
7270
7270
  }
7271
7271
  }
7272
- .InputEditModal-module_transitionLayer__1B3VI [data-modal] {
7272
+ .ContextModal-module_transitionLayer__IjJem [data-modal] {
7273
7273
  animation-duration: var(--animation-duration-fast, 300ms);
7274
7274
  animation-fill-mode: forwards;
7275
7275
  animation-timing-function: var(--animation-easing-function-bounce-in, cubic-bezier(0.485, 0.155, 0.24, 1.245));
7276
7276
  /* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
7277
- animation-name: InputEditModal-module_custom-1__wSZX6;
7277
+ animation-name: ContextModal-module_custom-1__be8sO;
7278
7278
  }
7279
- @keyframes InputEditModal-module_custom-1__wSZX6 {
7279
+ @keyframes ContextModal-module_custom-1__be8sO {
7280
7280
  0% {
7281
7281
  opacity: 0;
7282
7282
  transform: scale(0.5);
@@ -7287,14 +7287,14 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7287
7287
  }
7288
7288
  }
7289
7289
 
7290
- .InputEditModal-module_animatingEnter__qZgX2 [data-modal] {
7290
+ .ContextModal-module_animatingEnter__53BlF [data-modal] {
7291
7291
  animation-duration: var(--animation-duration-fast, 300ms);
7292
7292
  animation-fill-mode: forwards;
7293
7293
  animation-timing-function: var(--animation-easing-function-bounce-in, cubic-bezier(0.485, 0.155, 0.24, 1.245));
7294
7294
  /* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
7295
- animation-name: InputEditModal-module_custom-3__T3riv;
7295
+ animation-name: ContextModal-module_custom-3__klp3m;
7296
7296
  }
7297
- @keyframes InputEditModal-module_custom-3__T3riv {
7297
+ @keyframes ContextModal-module_custom-3__klp3m {
7298
7298
  0% {
7299
7299
  opacity: 0;
7300
7300
  transform: scale(0.5);
@@ -7305,17 +7305,17 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7305
7305
  }
7306
7306
  }
7307
7307
 
7308
- .InputEditModal-module_animatingLeave__S2HGz {
7308
+ .ContextModal-module_animatingLeave__-JR11 {
7309
7309
  transition-duration: var(--animation-duration-rapid, 200ms);
7310
7310
  opacity: 0;
7311
7311
  }
7312
- .InputEditModal-module_animatingLeave__S2HGz .InputEditModal-module_backdropLayer__aVLSb {
7312
+ .ContextModal-module_animatingLeave__-JR11 .ContextModal-module_backdropLayer__wuj3B {
7313
7313
  animation-duration: var(--animation-duration-rapid, 200ms);
7314
7314
  animation-fill-mode: forwards;
7315
7315
  /* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
7316
- animation-name: InputEditModal-module_fade-0-5-to-0__s2WmG;
7316
+ animation-name: ContextModal-module_fade-0-5-to-0__R4eO-;
7317
7317
  }
7318
- @keyframes InputEditModal-module_fade-0-5-to-0__s2WmG {
7318
+ @keyframes ContextModal-module_fade-0-5-to-0__R4eO- {
7319
7319
  0% {
7320
7320
  opacity: 0.5;
7321
7321
  }
@@ -7323,14 +7323,14 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7323
7323
  opacity: 0;
7324
7324
  }
7325
7325
  }
7326
- .InputEditModal-module_animatingLeave__S2HGz [data-modal] {
7326
+ .ContextModal-module_animatingLeave__-JR11 [data-modal] {
7327
7327
  animation-duration: var(--animation-duration-rapid, 200ms);
7328
7328
  animation-fill-mode: forwards;
7329
7329
  animation-timing-function: var(--animation-easing-function-bounce-out, cubic-bezier(0.485, 0.155, 0.515, 0.845));
7330
7330
  /* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
7331
- animation-name: InputEditModal-module_custom-5__trORr;
7331
+ animation-name: ContextModal-module_custom-5__deZpl;
7332
7332
  }
7333
- @keyframes InputEditModal-module_custom-5__trORr {
7333
+ @keyframes ContextModal-module_custom-5__deZpl {
7334
7334
  0% {
7335
7335
  opacity: 1;
7336
7336
  transform: scale(1);
@@ -7341,33 +7341,38 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7341
7341
  }
7342
7342
  }
7343
7343
 
7344
- .InputEditModal-module_unscrollable__GN1M2 {
7344
+ .ContextModal-module_unscrollable__kF7MR {
7345
7345
  /* Tech debt - this !important existed before Stylelint rules */
7346
7346
  overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
7347
7347
  }
7348
7348
 
7349
- .InputEditModal-module_pseudoScrollbar__WCHmn {
7349
+ .ContextModal-module_pseudoScrollbar__6RfHj {
7350
7350
  /* Tech debt - this !important existed before Stylelint rules */
7351
7351
  padding-inline-end: 15px !important; /* stylelint-disable-line declaration-no-important */
7352
7352
  }
7353
7353
 
7354
- .InputEditModal-module_hide__N88RW {
7354
+ .ContextModal-module_hide__Sdnsg {
7355
7355
  opacity: 0%;
7356
7356
  pointer-events: none;
7357
7357
  }
7358
7358
 
7359
- .InputEditModal-module_modal__SbQqp {
7359
+ .ContextModal-module_modal__wriV7 {
7360
7360
  min-width: 300px;
7361
- max-width: 600px;
7361
+ max-width: 840px;
7362
+ }
7363
+ @media (min-width: 768px) {
7364
+ .ContextModal-module_modal__wriV7 {
7365
+ width: 90%;
7366
+ }
7362
7367
  }
7363
- .InputEditModal-module_animatingEnter__qZgX2 .InputEditModal-module_modal__SbQqp {
7368
+ .ContextModal-module_animatingEnter__53BlF .ContextModal-module_modal__wriV7 {
7364
7369
  animation-duration: var(--animation-duration-fast, 300ms);
7365
7370
  animation-fill-mode: forwards;
7366
7371
  animation-timing-function: var(--animation-easing-function-bounce-in, cubic-bezier(0.485, 0.155, 0.24, 1.245));
7367
7372
  /* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
7368
- animation-name: InputEditModal-module_custom-7__-98CZ;
7373
+ animation-name: ContextModal-module_custom-7__rPmP4;
7369
7374
  }
7370
- @keyframes InputEditModal-module_custom-7__-98CZ {
7375
+ @keyframes ContextModal-module_custom-7__rPmP4 {
7371
7376
  0% {
7372
7377
  opacity: 0;
7373
7378
  transform: scale(0.5);
@@ -7377,14 +7382,14 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7377
7382
  transform: scale(1);
7378
7383
  }
7379
7384
  }
7380
- .InputEditModal-module_animatingLeave__S2HGz .InputEditModal-module_modal__SbQqp {
7385
+ .ContextModal-module_animatingLeave__-JR11 .ContextModal-module_modal__wriV7 {
7381
7386
  animation-duration: var(--animation-duration-rapid, 200ms);
7382
7387
  animation-fill-mode: forwards;
7383
7388
  animation-timing-function: var(--animation-easing-function-bounce-out, cubic-bezier(0.485, 0.155, 0.515, 0.845));
7384
7389
  /* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
7385
- animation-name: InputEditModal-module_custom-9__VnL9W;
7390
+ animation-name: ContextModal-module_custom-9__QZcNq;
7386
7391
  }
7387
- @keyframes InputEditModal-module_custom-9__VnL9W {
7392
+ @keyframes ContextModal-module_custom-9__QZcNq {
7388
7393
  0% {
7389
7394
  opacity: 1;
7390
7395
  transform: scale(1);
@@ -7395,28 +7400,74 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7395
7400
  }
7396
7401
  }
7397
7402
 
7398
- .InputEditModal-module_header__nivTf {
7403
+ .ContextModal-module_header__V4IRF {
7399
7404
  color: var(--color-purple-800, #2f2438);
7400
7405
  text-align: start;
7401
7406
  }
7402
- .InputEditModal-module_header__nivTf.InputEditModal-module_padded__ZdEIS {
7403
- padding: var(--spacing-md, 1.5rem) var(--spacing-lg, 2.25rem);
7407
+ .ContextModal-module_header__V4IRF.ContextModal-module_padded__osmk1 {
7408
+ padding: var(--spacing-md, 1.5rem);
7404
7409
  }
7405
- @media (max-width: 768px) {
7406
- .InputEditModal-module_header__nivTf.InputEditModal-module_padded__ZdEIS {
7407
- padding: var(--spacing-md, 1.5rem);
7410
+ @media (min-width: 768px) {
7411
+ .ContextModal-module_header__V4IRF.ContextModal-module_padded__osmk1 {
7412
+ padding: var(--spacing-md, 1.5rem) var(--spacing-lg, 2.25rem);
7408
7413
  }
7409
7414
  }
7410
7415
 
7411
- .InputEditModal-module_body__LyxBE {
7412
- background: var(--color-gray-200, #f4f4f5);
7416
+ .ContextModal-module_footerWithSecondaryAction__-5sq8, .ContextModal-module_footer__JIwF5 {
7417
+ white-space: initial;
7413
7418
  }
7414
- .InputEditModal-module_body__LyxBE.InputEditModal-module_padded__ZdEIS {
7415
- padding: var(--spacing-md, 1.5rem) var(--spacing-lg, 2.25rem) var(--spacing-md, 1.5rem) var(--spacing-lg, 2.25rem);
7419
+ @media (min-width: 768px) {
7420
+ .ContextModal-module_footerWithSecondaryAction__-5sq8, .ContextModal-module_footer__JIwF5 {
7421
+ white-space: nowrap;
7422
+ }
7416
7423
  }
7417
- @media (max-width: 768px) {
7418
- .InputEditModal-module_body__LyxBE.InputEditModal-module_padded__ZdEIS {
7419
- padding: var(--spacing-md, 1.5rem);
7424
+
7425
+ .ContextModal-module_footerWithSecondaryAction__-5sq8 {
7426
+ margin-inline-start: calc(-1 * var(--spacing-sm, 0.75rem));
7427
+ }
7428
+
7429
+ .ContextModal-module_emptyFooter__UHWc- {
7430
+ height: var(--spacing-sm, 0.75rem);
7431
+ }
7432
+
7433
+ .ContextModal-module_portraitContentlayout__kqUJG {
7434
+ padding: var(--spacing-md, 1.5rem);
7435
+ display: block;
7436
+ box-sizing: content-box;
7437
+ }
7438
+ @media (min-width: 768px) {
7439
+ .ContextModal-module_portraitContentlayout__kqUJG {
7440
+ display: grid;
7441
+ max-width: 800px;
7442
+ grid-auto-columns: 1fr;
7443
+ grid-auto-flow: column;
7444
+ column-gap: var(--spacing-xl, 3rem);
7445
+ padding: var(--spacing-md, 1.5rem) var(--spacing-lg, 2.25rem);
7446
+ }
7447
+ }
7448
+
7449
+ .ContextModal-module_landscapeContentlayout__IFqQN {
7450
+ display: flex;
7451
+ padding: var(--spacing-md, 1.5rem);
7452
+ flex-direction: column;
7453
+ }
7454
+ @media (min-width: 768px) {
7455
+ .ContextModal-module_landscapeContentlayout__IFqQN {
7456
+ padding: var(--spacing-md, 1.5rem) var(--spacing-lg, 2.25rem);
7457
+ }
7458
+ }
7459
+ .ContextModal-module_landscapeContentlayout__IFqQN .ContextModal-module_image__aEDvK {
7460
+ display: flex;
7461
+ flex-direction: column;
7462
+ align-items: center;
7463
+ justify-content: center;
7464
+ }
7465
+ .ContextModal-module_landscapeContentlayout__IFqQN .ContextModal-module_content__-KrFF {
7466
+ padding-inline-start: 0;
7467
+ }
7468
+ @media (min-width: 768px) {
7469
+ .ContextModal-module_landscapeContentlayout__IFqQN .ContextModal-module_content__-KrFF {
7470
+ max-width: 100%;
7420
7471
  }
7421
7472
  }
7422
7473
  /** THIS IS AN AUTOGENERATED FILE **/
@@ -7478,12 +7529,12 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7478
7529
  /* prettier-ignore */
7479
7530
  /* prettier-ignore */
7480
7531
  /* prettier-ignore */
7481
- .ContextModal-module_defaultModalWidth__bgf7L {
7532
+ .InputEditModal-module_defaultModalWidth__My9Eh {
7482
7533
  min-width: 300px;
7483
7534
  max-width: 600px;
7484
7535
  }
7485
7536
 
7486
- .ContextModal-module_backdropLayer__wuj3B {
7537
+ .InputEditModal-module_backdropLayer__aVLSb {
7487
7538
  position: fixed;
7488
7539
  background-color: #000;
7489
7540
  opacity: 50%;
@@ -7494,7 +7545,7 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7494
7545
  inset-inline-start: 0;
7495
7546
  }
7496
7547
 
7497
- .ContextModal-module_scrollLayer__JANXA {
7548
+ .InputEditModal-module_scrollLayer__isygg {
7498
7549
  position: fixed;
7499
7550
  display: flex;
7500
7551
  align-items: center;
@@ -7506,13 +7557,13 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7506
7557
  inset-inline-start: 0;
7507
7558
  }
7508
7559
 
7509
- .ContextModal-module_modalLayer__Cx6aX {
7560
+ .InputEditModal-module_modalLayer__r5vqj {
7510
7561
  margin: auto;
7511
7562
  padding: 1.5rem 0;
7512
7563
  width: 100%;
7513
7564
  }
7514
7565
 
7515
- .ContextModal-module_modal__wriV7 {
7566
+ .InputEditModal-module_modal__SbQqp {
7516
7567
  margin: auto;
7517
7568
  background-color: var(--color-white, #ffffff);
7518
7569
  border-radius: var(--border-solid-border-radius, 7px);
@@ -7523,20 +7574,20 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7523
7574
  color: var(--color-purple-800, #2f2438);
7524
7575
  }
7525
7576
  @media (min-width: 768px) {
7526
- .ContextModal-module_modal__wriV7 {
7577
+ .InputEditModal-module_modal__SbQqp {
7527
7578
  width: 100%;
7528
7579
  }
7529
7580
  }
7530
- .ContextModal-module_modal__wriV7:has([class*="modalLabel"]:focus-visible) {
7581
+ .InputEditModal-module_modal__SbQqp:has([class*="modalLabel"]:focus-visible) {
7531
7582
  outline: var(--border-focus-ring-border-width) var(--border-focus-ring-border-style) var(--color-blue-300);
7532
7583
  outline-offset: 2px;
7533
7584
  }
7534
7585
 
7535
- .ContextModal-module_transitionLayer__IjJem {
7586
+ .InputEditModal-module_transitionLayer__1B3VI {
7536
7587
  transition: opacity var(--animation-duration-fast, 300ms) ease-in-out;
7537
7588
  opacity: 1;
7538
7589
  }
7539
- .ContextModal-module_transitionLayer__IjJem .ContextModal-module_backdropLayer__wuj3B {
7590
+ .InputEditModal-module_transitionLayer__1B3VI .InputEditModal-module_backdropLayer__aVLSb {
7540
7591
  /*
7541
7592
  There's a weird bug in Chrome/Blink 102.x that animates the opacity
7542
7593
  all the way to 1 with 200ms ("rapid" token), but is fine with
@@ -7545,9 +7596,9 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7545
7596
  animation-duration: 201ms;
7546
7597
  animation-fill-mode: forwards;
7547
7598
  /* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
7548
- animation-name: ContextModal-module_fade-0-to-0-5__vZx9M;
7599
+ animation-name: InputEditModal-module_fade-0-to-0-5__ywvjR;
7549
7600
  }
7550
- @keyframes ContextModal-module_fade-0-to-0-5__vZx9M {
7601
+ @keyframes InputEditModal-module_fade-0-to-0-5__ywvjR {
7551
7602
  0% {
7552
7603
  opacity: 0;
7553
7604
  }
@@ -7555,14 +7606,14 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7555
7606
  opacity: 0.5;
7556
7607
  }
7557
7608
  }
7558
- .ContextModal-module_transitionLayer__IjJem [data-modal] {
7609
+ .InputEditModal-module_transitionLayer__1B3VI [data-modal] {
7559
7610
  animation-duration: var(--animation-duration-fast, 300ms);
7560
7611
  animation-fill-mode: forwards;
7561
7612
  animation-timing-function: var(--animation-easing-function-bounce-in, cubic-bezier(0.485, 0.155, 0.24, 1.245));
7562
7613
  /* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
7563
- animation-name: ContextModal-module_custom-1__be8sO;
7614
+ animation-name: InputEditModal-module_custom-1__wSZX6;
7564
7615
  }
7565
- @keyframes ContextModal-module_custom-1__be8sO {
7616
+ @keyframes InputEditModal-module_custom-1__wSZX6 {
7566
7617
  0% {
7567
7618
  opacity: 0;
7568
7619
  transform: scale(0.5);
@@ -7573,14 +7624,14 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7573
7624
  }
7574
7625
  }
7575
7626
 
7576
- .ContextModal-module_animatingEnter__53BlF [data-modal] {
7627
+ .InputEditModal-module_animatingEnter__qZgX2 [data-modal] {
7577
7628
  animation-duration: var(--animation-duration-fast, 300ms);
7578
7629
  animation-fill-mode: forwards;
7579
7630
  animation-timing-function: var(--animation-easing-function-bounce-in, cubic-bezier(0.485, 0.155, 0.24, 1.245));
7580
7631
  /* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
7581
- animation-name: ContextModal-module_custom-3__klp3m;
7632
+ animation-name: InputEditModal-module_custom-3__T3riv;
7582
7633
  }
7583
- @keyframes ContextModal-module_custom-3__klp3m {
7634
+ @keyframes InputEditModal-module_custom-3__T3riv {
7584
7635
  0% {
7585
7636
  opacity: 0;
7586
7637
  transform: scale(0.5);
@@ -7591,17 +7642,17 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7591
7642
  }
7592
7643
  }
7593
7644
 
7594
- .ContextModal-module_animatingLeave__-JR11 {
7645
+ .InputEditModal-module_animatingLeave__S2HGz {
7595
7646
  transition-duration: var(--animation-duration-rapid, 200ms);
7596
7647
  opacity: 0;
7597
7648
  }
7598
- .ContextModal-module_animatingLeave__-JR11 .ContextModal-module_backdropLayer__wuj3B {
7649
+ .InputEditModal-module_animatingLeave__S2HGz .InputEditModal-module_backdropLayer__aVLSb {
7599
7650
  animation-duration: var(--animation-duration-rapid, 200ms);
7600
7651
  animation-fill-mode: forwards;
7601
7652
  /* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
7602
- animation-name: ContextModal-module_fade-0-5-to-0__R4eO-;
7653
+ animation-name: InputEditModal-module_fade-0-5-to-0__s2WmG;
7603
7654
  }
7604
- @keyframes ContextModal-module_fade-0-5-to-0__R4eO- {
7655
+ @keyframes InputEditModal-module_fade-0-5-to-0__s2WmG {
7605
7656
  0% {
7606
7657
  opacity: 0.5;
7607
7658
  }
@@ -7609,14 +7660,14 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7609
7660
  opacity: 0;
7610
7661
  }
7611
7662
  }
7612
- .ContextModal-module_animatingLeave__-JR11 [data-modal] {
7663
+ .InputEditModal-module_animatingLeave__S2HGz [data-modal] {
7613
7664
  animation-duration: var(--animation-duration-rapid, 200ms);
7614
7665
  animation-fill-mode: forwards;
7615
7666
  animation-timing-function: var(--animation-easing-function-bounce-out, cubic-bezier(0.485, 0.155, 0.515, 0.845));
7616
7667
  /* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
7617
- animation-name: ContextModal-module_custom-5__deZpl;
7668
+ animation-name: InputEditModal-module_custom-5__trORr;
7618
7669
  }
7619
- @keyframes ContextModal-module_custom-5__deZpl {
7670
+ @keyframes InputEditModal-module_custom-5__trORr {
7620
7671
  0% {
7621
7672
  opacity: 1;
7622
7673
  transform: scale(1);
@@ -7627,38 +7678,33 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7627
7678
  }
7628
7679
  }
7629
7680
 
7630
- .ContextModal-module_unscrollable__kF7MR {
7681
+ .InputEditModal-module_unscrollable__GN1M2 {
7631
7682
  /* Tech debt - this !important existed before Stylelint rules */
7632
7683
  overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
7633
7684
  }
7634
7685
 
7635
- .ContextModal-module_pseudoScrollbar__6RfHj {
7686
+ .InputEditModal-module_pseudoScrollbar__WCHmn {
7636
7687
  /* Tech debt - this !important existed before Stylelint rules */
7637
7688
  padding-inline-end: 15px !important; /* stylelint-disable-line declaration-no-important */
7638
7689
  }
7639
7690
 
7640
- .ContextModal-module_hide__Sdnsg {
7691
+ .InputEditModal-module_hide__N88RW {
7641
7692
  opacity: 0%;
7642
7693
  pointer-events: none;
7643
7694
  }
7644
7695
 
7645
- .ContextModal-module_modal__wriV7 {
7696
+ .InputEditModal-module_modal__SbQqp {
7646
7697
  min-width: 300px;
7647
- max-width: 840px;
7648
- }
7649
- @media (min-width: 768px) {
7650
- .ContextModal-module_modal__wriV7 {
7651
- width: 90%;
7652
- }
7698
+ max-width: 600px;
7653
7699
  }
7654
- .ContextModal-module_animatingEnter__53BlF .ContextModal-module_modal__wriV7 {
7700
+ .InputEditModal-module_animatingEnter__qZgX2 .InputEditModal-module_modal__SbQqp {
7655
7701
  animation-duration: var(--animation-duration-fast, 300ms);
7656
7702
  animation-fill-mode: forwards;
7657
7703
  animation-timing-function: var(--animation-easing-function-bounce-in, cubic-bezier(0.485, 0.155, 0.24, 1.245));
7658
7704
  /* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
7659
- animation-name: ContextModal-module_custom-7__rPmP4;
7705
+ animation-name: InputEditModal-module_custom-7__-98CZ;
7660
7706
  }
7661
- @keyframes ContextModal-module_custom-7__rPmP4 {
7707
+ @keyframes InputEditModal-module_custom-7__-98CZ {
7662
7708
  0% {
7663
7709
  opacity: 0;
7664
7710
  transform: scale(0.5);
@@ -7668,14 +7714,14 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7668
7714
  transform: scale(1);
7669
7715
  }
7670
7716
  }
7671
- .ContextModal-module_animatingLeave__-JR11 .ContextModal-module_modal__wriV7 {
7717
+ .InputEditModal-module_animatingLeave__S2HGz .InputEditModal-module_modal__SbQqp {
7672
7718
  animation-duration: var(--animation-duration-rapid, 200ms);
7673
7719
  animation-fill-mode: forwards;
7674
7720
  animation-timing-function: var(--animation-easing-function-bounce-out, cubic-bezier(0.485, 0.155, 0.515, 0.845));
7675
7721
  /* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
7676
- animation-name: ContextModal-module_custom-9__QZcNq;
7722
+ animation-name: InputEditModal-module_custom-9__VnL9W;
7677
7723
  }
7678
- @keyframes ContextModal-module_custom-9__QZcNq {
7724
+ @keyframes InputEditModal-module_custom-9__VnL9W {
7679
7725
  0% {
7680
7726
  opacity: 1;
7681
7727
  transform: scale(1);
@@ -7686,95 +7732,96 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7686
7732
  }
7687
7733
  }
7688
7734
 
7689
- .ContextModal-module_header__V4IRF {
7735
+ .InputEditModal-module_header__nivTf {
7690
7736
  color: var(--color-purple-800, #2f2438);
7691
7737
  text-align: start;
7692
7738
  }
7693
- .ContextModal-module_header__V4IRF.ContextModal-module_padded__osmk1 {
7694
- padding: var(--spacing-md, 1.5rem);
7739
+ .InputEditModal-module_header__nivTf.InputEditModal-module_padded__ZdEIS {
7740
+ padding: var(--spacing-md, 1.5rem) var(--spacing-lg, 2.25rem);
7695
7741
  }
7696
- @media (min-width: 768px) {
7697
- .ContextModal-module_header__V4IRF.ContextModal-module_padded__osmk1 {
7698
- padding: var(--spacing-md, 1.5rem) var(--spacing-lg, 2.25rem);
7742
+ @media (max-width: 768px) {
7743
+ .InputEditModal-module_header__nivTf.InputEditModal-module_padded__ZdEIS {
7744
+ padding: var(--spacing-md, 1.5rem);
7699
7745
  }
7700
7746
  }
7701
7747
 
7702
- .ContextModal-module_footerWithSecondaryAction__-5sq8, .ContextModal-module_footer__JIwF5 {
7703
- white-space: initial;
7748
+ .InputEditModal-module_body__LyxBE {
7749
+ background: var(--color-gray-200, #f4f4f5);
7704
7750
  }
7705
- @media (min-width: 768px) {
7706
- .ContextModal-module_footerWithSecondaryAction__-5sq8, .ContextModal-module_footer__JIwF5 {
7707
- white-space: nowrap;
7751
+ .InputEditModal-module_body__LyxBE.InputEditModal-module_padded__ZdEIS {
7752
+ padding: var(--spacing-md, 1.5rem) var(--spacing-lg, 2.25rem) var(--spacing-md, 1.5rem) var(--spacing-lg, 2.25rem);
7753
+ }
7754
+ @media (max-width: 768px) {
7755
+ .InputEditModal-module_body__LyxBE.InputEditModal-module_padded__ZdEIS {
7756
+ padding: var(--spacing-md, 1.5rem);
7708
7757
  }
7709
7758
  }
7710
-
7711
- .ContextModal-module_footerWithSecondaryAction__-5sq8 {
7712
- margin-inline-start: calc(-1 * var(--spacing-sm, 0.75rem));
7759
+ /** THIS IS AN AUTOGENERATED FILE **/
7760
+ /** THIS IS AN AUTOGENERATED FILE **/
7761
+ /** THIS IS AN AUTOGENERATED FILE **/
7762
+ /** THIS IS AN AUTOGENERATED FILE **/
7763
+ /** THIS IS AN AUTOGENERATED FILE **/
7764
+ /* stylelint-disable selector-no-vendor-prefix */
7765
+ /** THIS IS AN AUTOGENERATED FILE **/
7766
+ .Radio-module_radioInput__-zPUZ {
7767
+ opacity: 0%;
7768
+ position: absolute;
7713
7769
  }
7714
-
7715
- .ContextModal-module_emptyFooter__UHWc- {
7716
- height: var(--spacing-sm, 0.75rem);
7770
+ .ideal-sans .Radio-module_radioInput__-zPUZ {
7771
+ position: absolute;
7717
7772
  }
7718
7773
 
7719
- .ContextModal-module_portraitContentlayout__kqUJG {
7720
- padding: var(--spacing-md, 1.5rem);
7721
- display: block;
7722
- box-sizing: content-box;
7723
- }
7724
- @media (min-width: 768px) {
7725
- .ContextModal-module_portraitContentlayout__kqUJG {
7726
- display: grid;
7727
- max-width: 800px;
7728
- grid-auto-columns: 1fr;
7729
- grid-auto-flow: column;
7730
- column-gap: var(--spacing-xl, 3rem);
7731
- padding: var(--spacing-md, 1.5rem) var(--spacing-lg, 2.25rem);
7732
- }
7774
+ .Radio-module_icon__ihSP3 {
7775
+ top: 5px;
7776
+ left: 5px;
7777
+ width: 10px;
7778
+ height: 10px;
7779
+ border-radius: 50%;
7780
+ background: var(--color-gray-600, #524e56);
7781
+ position: absolute;
7733
7782
  }
7734
-
7735
- .ContextModal-module_landscapeContentlayout__IFqQN {
7736
- display: flex;
7737
- padding: var(--spacing-md, 1.5rem);
7738
- flex-direction: column;
7783
+ .Radio-module_icon__ihSP3.Radio-module_reversed__pfCrF {
7784
+ background: var(--color-white, #ffffff);
7739
7785
  }
7740
- @media (min-width: 768px) {
7741
- .ContextModal-module_landscapeContentlayout__IFqQN {
7742
- padding: var(--spacing-md, 1.5rem) var(--spacing-lg, 2.25rem);
7786
+ @media (forced-colors: active) {
7787
+ .Radio-module_icon__ihSP3 {
7788
+ border: 5px solid transparent;
7789
+ width: 0;
7790
+ height: 0;
7743
7791
  }
7744
7792
  }
7745
- .ContextModal-module_landscapeContentlayout__IFqQN .ContextModal-module_image__aEDvK {
7746
- display: flex;
7747
- flex-direction: column;
7748
- align-items: center;
7749
- justify-content: center;
7750
- }
7751
- .ContextModal-module_landscapeContentlayout__IFqQN .ContextModal-module_content__-KrFF {
7752
- padding-inline-start: 0;
7753
- }
7754
- @media (min-width: 768px) {
7755
- .ContextModal-module_landscapeContentlayout__IFqQN .ContextModal-module_content__-KrFF {
7756
- max-width: 100%;
7757
- }
7793
+
7794
+ .Radio-module_box__nEGD7 {
7795
+ display: block;
7796
+ position: relative;
7797
+ background: var(--color-white, #ffffff);
7798
+ height: 24px;
7799
+ width: 24px;
7800
+ top: 0;
7801
+ border: var(--border-solid-border-width, 2px) var(--border-solid-border-style, solid) var(--color-gray-500, #878792);
7802
+ box-sizing: border-box;
7803
+ border-radius: 50%;
7758
7804
  }
7759
- /** THIS IS AN AUTOGENERATED FILE **/
7760
- /** THIS IS AN AUTOGENERATED FILE **/
7761
- .RadioGroup-module_radioGroupLabel__wIl4z {
7762
- margin-bottom: var(--spacing-sm, 0.75rem);
7805
+ .Radio-module_radioInput__-zPUZ:focus:not([disabled]) + .Radio-module_box__nEGD7 {
7806
+ border-color: var(--color-gray-600, #524e56);
7807
+ outline: var(--border-focus-ring-border-width) var(--border-focus-ring-border-style) var(--color-blue-500);
7808
+ outline-offset: 1px;
7763
7809
  }
7764
- .ideal-sans .RadioGroup-module_radioGroupLabel__wIl4z label {
7765
- padding-top: 0;
7810
+ .Radio-module_radioInput__-zPUZ:not([disabled]) + .Radio-module_box__nEGD7:hover {
7811
+ border-color: var(--color-gray-600, #524e56);
7812
+ background-color: var(--color-gray-200, #f4f4f5);
7766
7813
  }
7767
- .RadioGroup-module_radioGroupLabel__wIl4z.RadioGroup-module_reversed__VeBun {
7768
- color: var(--color-white, #ffffff);
7814
+ .Radio-module_box__nEGD7.Radio-module_reversed__pfCrF {
7815
+ border: var(--border-solid-border-width, 2px) var(--border-solid-border-style, solid) rgba(var(--color-white-rgb, 255, 255, 255), 0.65);
7816
+ background: transparent;
7769
7817
  }
7770
-
7771
- .RadioGroup-module_radioGroupContainer__NKWpt {
7772
- display: flex;
7773
- flex-direction: column;
7774
- margin-bottom: var(--spacing-sm, 0.75rem);
7818
+ .Radio-module_radioInput__-zPUZ:focus:not([disabled]) + .Radio-module_box__nEGD7.Radio-module_reversed__pfCrF {
7819
+ border-color: var(--color-white, #ffffff);
7820
+ outline-color: var(--color-blue-300, #73c0e8);
7775
7821
  }
7776
- .RadioGroup-module_radioGroupContainer__NKWpt.RadioGroup-module_noBottomMargin__VKF2T {
7777
- margin-bottom: 0;
7822
+ .Radio-module_radioInput__-zPUZ:not([disabled]) + .Radio-module_box__nEGD7.Radio-module_reversed__pfCrF:hover {
7823
+ border-color: var(--color-white, #ffffff);
7824
+ background-color: transparent;
7778
7825
  }
7779
7826
  /** THIS IS AN AUTOGENERATED FILE **/
7780
7827
  /** THIS IS AN AUTOGENERATED FILE **/
@@ -8111,282 +8158,96 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
8111
8158
  margin-block-end: var(--spacing-sm, 0.75rem);
8112
8159
  }
8113
8160
  }
8114
- .ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_spotIcon__rFSHQ {
8115
- width: 155px;
8116
- height: 155px;
8117
- margin: 0 auto;
8118
- color: var(--color-purple-800, #2f2438);
8119
- }
8120
- @media (max-width: 768px) {
8121
- .ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_spotIcon__rFSHQ {
8122
- width: 86px;
8123
- height: 86px;
8124
- }
8125
- }
8126
-
8127
- .ConfirmationModal-module_padded__nGa2- {
8128
- padding: var(--spacing-md, 1.5rem) var(--spacing-lg, 2.25rem) var(--spacing-md, 1.5rem) var(--spacing-lg, 2.25rem);
8129
- }
8130
- @media (max-width: 768px) {
8131
- .ConfirmationModal-module_padded__nGa2- {
8132
- padding: var(--spacing-md, 1.5rem);
8133
- }
8134
- }
8135
-
8136
- .ConfirmationModal-module_positiveHeader__8Dmja {
8137
- background-color: var(--color-green-100, #e8f8f4);
8138
- }
8139
- .ConfirmationModal-module_positiveHeader__8Dmja .ConfirmationModal-module_spotIcon__rFSHQ {
8140
- color: var(--color-green-500, #3f9a86);
8141
- }
8142
-
8143
- .ConfirmationModal-module_informativeHeader__lTv94 {
8144
- background-color: var(--color-blue-100, #e6f6ff);
8145
- }
8146
- .ConfirmationModal-module_informativeHeader__lTv94 .ConfirmationModal-module_spotIcon__rFSHQ {
8147
- color: var(--color-blue-500, #0168b3);
8148
- }
8149
-
8150
- .ConfirmationModal-module_negativeHeader__Pmob9,
8151
- .ConfirmationModal-module_assertiveHeader__3chNK {
8152
- background-color: var(--color-red-100, #fdeaee);
8153
- }
8154
- .ConfirmationModal-module_negativeHeader__Pmob9 .ConfirmationModal-module_spotIcon__rFSHQ,
8155
- .ConfirmationModal-module_assertiveHeader__3chNK .ConfirmationModal-module_spotIcon__rFSHQ {
8156
- color: var(--color-red-500, #c93b55);
8157
- }
8158
-
8159
- .ConfirmationModal-module_cautionaryHeader__ZnE4P {
8160
- background-color: var(--color-yellow-100, #fff9e4);
8161
- }
8162
- .ConfirmationModal-module_cautionaryHeader__ZnE4P .ConfirmationModal-module_spotIcon__rFSHQ {
8163
- color: var(--color-yellow-700);
8164
- }
8165
-
8166
- .ConfirmationModal-module_success__4feh- {
8167
- background-color: var(--color-green-100);
8168
- --spot-icon-color: var(--color-green-500);
8169
- }
8170
-
8171
- .ConfirmationModal-module_informative__-kOIo {
8172
- background-color: var(--color-blue-100);
8173
- --spot-icon-color: var(--color-blue-500);
8174
- }
8175
-
8176
- .ConfirmationModal-module_warning__QlnBO {
8177
- background-color: var(--color-red-100);
8178
- --spot-icon-color: var(--color-red-500);
8179
- }
8180
-
8181
- .ConfirmationModal-module_cautionary__AJSCG {
8182
- background-color: var(--color-yellow-100);
8183
- --spot-icon-color: var(--color-yellow-700);
8184
- }
8185
- /** THIS IS AN AUTOGENERATED FILE **/
8186
- /** THIS IS AN AUTOGENERATED FILE **/
8187
- /** THIS IS AN AUTOGENERATED FILE **/
8188
- /** THIS IS AN AUTOGENERATED FILE **/
8189
- /** THIS IS AN AUTOGENERATED FILE **/
8190
- /* stylelint-disable selector-no-vendor-prefix */
8191
- /** THIS IS AN AUTOGENERATED FILE **/
8192
- .Radio-module_radioInput__-zPUZ {
8193
- opacity: 0%;
8194
- position: absolute;
8195
- }
8196
- .ideal-sans .Radio-module_radioInput__-zPUZ {
8197
- position: absolute;
8198
- }
8199
-
8200
- .Radio-module_icon__ihSP3 {
8201
- top: 5px;
8202
- left: 5px;
8203
- width: 10px;
8204
- height: 10px;
8205
- border-radius: 50%;
8206
- background: var(--color-gray-600, #524e56);
8207
- position: absolute;
8208
- }
8209
- .Radio-module_icon__ihSP3.Radio-module_reversed__pfCrF {
8210
- background: var(--color-white, #ffffff);
8211
- }
8212
- @media (forced-colors: active) {
8213
- .Radio-module_icon__ihSP3 {
8214
- border: 5px solid transparent;
8215
- width: 0;
8216
- height: 0;
8217
- }
8218
- }
8219
-
8220
- .Radio-module_box__nEGD7 {
8221
- display: block;
8222
- position: relative;
8223
- background: var(--color-white, #ffffff);
8224
- height: 24px;
8225
- width: 24px;
8226
- top: 0;
8227
- border: var(--border-solid-border-width, 2px) var(--border-solid-border-style, solid) var(--color-gray-500, #878792);
8228
- box-sizing: border-box;
8229
- border-radius: 50%;
8230
- }
8231
- .Radio-module_radioInput__-zPUZ:focus:not([disabled]) + .Radio-module_box__nEGD7 {
8232
- border-color: var(--color-gray-600, #524e56);
8233
- outline: var(--border-focus-ring-border-width) var(--border-focus-ring-border-style) var(--color-blue-500);
8234
- outline-offset: 1px;
8235
- }
8236
- .Radio-module_radioInput__-zPUZ:not([disabled]) + .Radio-module_box__nEGD7:hover {
8237
- border-color: var(--color-gray-600, #524e56);
8238
- background-color: var(--color-gray-200, #f4f4f5);
8239
- }
8240
- .Radio-module_box__nEGD7.Radio-module_reversed__pfCrF {
8241
- border: var(--border-solid-border-width, 2px) var(--border-solid-border-style, solid) rgba(var(--color-white-rgb, 255, 255, 255), 0.65);
8242
- background: transparent;
8243
- }
8244
- .Radio-module_radioInput__-zPUZ:focus:not([disabled]) + .Radio-module_box__nEGD7.Radio-module_reversed__pfCrF {
8245
- border-color: var(--color-white, #ffffff);
8246
- outline-color: var(--color-blue-300, #73c0e8);
8247
- }
8248
- .Radio-module_radioInput__-zPUZ:not([disabled]) + .Radio-module_box__nEGD7.Radio-module_reversed__pfCrF:hover {
8249
- border-color: var(--color-white, #ffffff);
8250
- background-color: transparent;
8251
- }
8252
- /** THIS IS AN AUTOGENERATED FILE **/
8253
- /** THIS IS AN AUTOGENERATED FILE **/
8254
- /** THIS IS AN AUTOGENERATED FILE **/
8255
- /** THIS IS AN AUTOGENERATED FILE **/
8256
- /** THIS IS AN AUTOGENERATED FILE **/
8257
- .EditableRichTextContent-module_editorLabel__u2Fu9 {
8258
- margin-bottom: var(--spacing-6, 0.375rem);
8259
- display: inline-block;
8260
- }
8261
-
8262
- .EditableRichTextContent-module_editableContainer__zZEMC .ProseMirror {
8263
- padding: calc(var(--spacing-12, 0.75rem) - var(--border-solid-border-width, 2px));
8264
- position: relative;
8265
- border-radius: var(--border-solid-border-radius, 7px);
8266
- border: var(--border-solid-border-width, 2px) var(--border-solid-border-style, solid) var(--color-gray-500, #878792);
8267
- transition: background-color var(--animation-duration-immediate, 100ms), border-color var(--animation-duration-immediate, 100ms);
8268
- background-color: var(--color-white, #ffffff);
8269
- min-height: var(--typography-paragraph-body-line-height, 1.5rem);
8270
- }
8271
-
8272
- .EditableRichTextContent-module_editableContainer__zZEMC:hover .ProseMirror {
8273
- background-color: var(--color-gray-200, #f4f4f5);
8274
- }
8275
-
8276
- .EditableRichTextContent-module_editableContainer__zZEMC .EditableRichTextContent-module_hiddenButton__Kq3oB:focus-within + * > .ProseMirror {
8277
- background-color: var(--color-gray-200, #f4f4f5);
8278
- }
8279
- .EditableRichTextContent-module_editableContainer__zZEMC .EditableRichTextContent-module_hiddenButton__Kq3oB:focus-within + * > .ProseMirror::before {
8280
- pointer-events: none;
8281
- content: "";
8282
- position: absolute;
8283
- background: transparent;
8284
- border: var(--border-focus-ring-border-width, 2px) var(--border-focus-ring-border-style, solid) var(--color-blue-500, #0168b3);
8285
- border-radius: 10px;
8286
- inset: calc(-1 * calc(var(--border-focus-ring-border-width, 2px) * 2 + 1px));
8287
- z-index: 1;
8288
- }
8289
- /** THIS IS AN AUTOGENERATED FILE **/
8290
- /** THIS IS AN AUTOGENERATED FILE **/
8291
- /** THIS IS AN AUTOGENERATED FILE **/
8292
- .RichTextContent-module_content__vVcWj > .ProseMirror {
8293
- font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
8294
- font-weight: var(--typography-paragraph-body-font-weight, 400);
8295
- font-size: var(--typography-paragraph-body-font-size, 1rem);
8296
- line-height: var(--typography-paragraph-body-line-height, 1.5rem);
8297
- letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
8298
- position: relative;
8299
- /* stylelint-disable-next-line declaration-no-important */
8300
- white-space: pre-wrap !important;
8301
- box-sizing: content-box;
8302
- color: var(--color-purple-800, #2f2438);
8303
- }
8304
- .RichTextContent-module_content__vVcWj > .ProseMirror > p {
8305
- margin: 0 0 var(--spacing-16, 1rem);
8306
- }
8307
- .RichTextContent-module_content__vVcWj > .ProseMirror > *:last-child {
8308
- margin-bottom: 0;
8309
- }
8310
- .RichTextContent-module_content__vVcWj > .ProseMirror > *:last-child > li:last-of-type p {
8311
- margin-bottom: 0;
8312
- }
8313
- .RichTextContent-module_content__vVcWj > .ProseMirror > *:first-child {
8314
- margin-top: 0;
8315
- }
8316
- .RichTextContent-module_content__vVcWj > .ProseMirror > *:first-child > li:first-of-type p {
8317
- margin-top: 0;
8318
- }
8319
- .RichTextContent-module_content__vVcWj > .ProseMirror a {
8320
- color: var(--color-blue-500, #0168b3);
8321
- }
8322
- .RichTextContent-module_content__vVcWj > .ProseMirror a:hover {
8323
- text-decoration: none;
8324
- }
8325
- .RichTextContent-module_content__vVcWj > .ProseMirror ul,
8326
- .RichTextContent-module_content__vVcWj > .ProseMirror ol {
8327
- padding-inline-start: var(--spacing-40, 2.5rem);
8328
- }
8329
- .RichTextContent-module_content__vVcWj > .ProseMirror ol {
8330
- list-style-type: decimal;
8161
+ .ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_spotIcon__rFSHQ {
8162
+ width: 155px;
8163
+ height: 155px;
8164
+ margin: 0 auto;
8165
+ color: var(--color-purple-800, #2f2438);
8331
8166
  }
8332
- .RichTextContent-module_content__vVcWj > .ProseMirror ol ol {
8333
- list-style-type: lower-alpha;
8167
+ @media (max-width: 768px) {
8168
+ .ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_spotIcon__rFSHQ {
8169
+ width: 86px;
8170
+ height: 86px;
8171
+ }
8334
8172
  }
8335
- .RichTextContent-module_content__vVcWj > .ProseMirror ol ol ol {
8336
- list-style-type: lower-roman;
8173
+
8174
+ .ConfirmationModal-module_padded__nGa2- {
8175
+ padding: var(--spacing-md, 1.5rem) var(--spacing-lg, 2.25rem) var(--spacing-md, 1.5rem) var(--spacing-lg, 2.25rem);
8337
8176
  }
8338
- .RichTextContent-module_content__vVcWj > .ProseMirror ol ol ol ul,
8339
- .RichTextContent-module_content__vVcWj > .ProseMirror ol ol ol ol {
8340
- padding-inline-start: var(--spacing-40, 2.5rem);
8177
+ @media (max-width: 768px) {
8178
+ .ConfirmationModal-module_padded__nGa2- {
8179
+ padding: var(--spacing-md, 1.5rem);
8180
+ }
8341
8181
  }
8342
- .RichTextContent-module_content__vVcWj > .ProseMirror ol ol ol ol {
8343
- list-style-type: decimal;
8182
+
8183
+ .ConfirmationModal-module_positiveHeader__8Dmja {
8184
+ background-color: var(--color-green-100, #e8f8f4);
8344
8185
  }
8345
- .RichTextContent-module_content__vVcWj > .ProseMirror ol ol ol ol ol {
8346
- list-style-type: lower-alpha;
8186
+ .ConfirmationModal-module_positiveHeader__8Dmja .ConfirmationModal-module_spotIcon__rFSHQ {
8187
+ color: var(--color-green-500, #3f9a86);
8347
8188
  }
8348
- .RichTextContent-module_content__vVcWj > .ProseMirror ol ol ol ol ol ol {
8349
- list-style-type: lower-roman;
8189
+
8190
+ .ConfirmationModal-module_informativeHeader__lTv94 {
8191
+ background-color: var(--color-blue-100, #e6f6ff);
8350
8192
  }
8351
- .RichTextContent-module_content__vVcWj > .ProseMirror ol ol ol ul {
8352
- list-style-type: disc;
8193
+ .ConfirmationModal-module_informativeHeader__lTv94 .ConfirmationModal-module_spotIcon__rFSHQ {
8194
+ color: var(--color-blue-500, #0168b3);
8353
8195
  }
8354
- .RichTextContent-module_content__vVcWj > .ProseMirror ol ol ol ul ul {
8355
- list-style-type: circle;
8196
+
8197
+ .ConfirmationModal-module_negativeHeader__Pmob9,
8198
+ .ConfirmationModal-module_assertiveHeader__3chNK {
8199
+ background-color: var(--color-red-100, #fdeaee);
8356
8200
  }
8357
- .RichTextContent-module_content__vVcWj > .ProseMirror ol ol ol ul ul ul {
8358
- list-style-type: square;
8201
+ .ConfirmationModal-module_negativeHeader__Pmob9 .ConfirmationModal-module_spotIcon__rFSHQ,
8202
+ .ConfirmationModal-module_assertiveHeader__3chNK .ConfirmationModal-module_spotIcon__rFSHQ {
8203
+ color: var(--color-red-500, #c93b55);
8359
8204
  }
8360
- .RichTextContent-module_content__vVcWj > .ProseMirror ul {
8361
- list-style-type: disc;
8205
+
8206
+ .ConfirmationModal-module_cautionaryHeader__ZnE4P {
8207
+ background-color: var(--color-yellow-100, #fff9e4);
8362
8208
  }
8363
- .RichTextContent-module_content__vVcWj > .ProseMirror ul ul {
8364
- list-style-type: circle;
8209
+ .ConfirmationModal-module_cautionaryHeader__ZnE4P .ConfirmationModal-module_spotIcon__rFSHQ {
8210
+ color: var(--color-yellow-700);
8365
8211
  }
8366
- .RichTextContent-module_content__vVcWj > .ProseMirror ul ul ul {
8367
- list-style-type: square;
8212
+
8213
+ .ConfirmationModal-module_success__4feh- {
8214
+ background-color: var(--color-green-100);
8215
+ --spot-icon-color: var(--color-green-500);
8368
8216
  }
8369
- .RichTextContent-module_content__vVcWj > .ProseMirror ul ul ul ul,
8370
- .RichTextContent-module_content__vVcWj > .ProseMirror ul ul ul ol {
8371
- padding-inline-start: var(--spacing-40, 2.5rem);
8217
+
8218
+ .ConfirmationModal-module_informative__-kOIo {
8219
+ background-color: var(--color-blue-100);
8220
+ --spot-icon-color: var(--color-blue-500);
8372
8221
  }
8373
- .RichTextContent-module_content__vVcWj > .ProseMirror ul ul ul ol {
8374
- list-style-type: decimal;
8222
+
8223
+ .ConfirmationModal-module_warning__QlnBO {
8224
+ background-color: var(--color-red-100);
8225
+ --spot-icon-color: var(--color-red-500);
8375
8226
  }
8376
- .RichTextContent-module_content__vVcWj > .ProseMirror ul ul ul ol ol {
8377
- list-style-type: lower-alpha;
8227
+
8228
+ .ConfirmationModal-module_cautionary__AJSCG {
8229
+ background-color: var(--color-yellow-100);
8230
+ --spot-icon-color: var(--color-yellow-700);
8378
8231
  }
8379
- .RichTextContent-module_content__vVcWj > .ProseMirror ul ul ul ol ol ol {
8380
- list-style-type: lower-roman;
8232
+ /** THIS IS AN AUTOGENERATED FILE **/
8233
+ /** THIS IS AN AUTOGENERATED FILE **/
8234
+ .RadioGroup-module_radioGroupLabel__wIl4z {
8235
+ margin-bottom: var(--spacing-sm, 0.75rem);
8381
8236
  }
8382
- .RichTextContent-module_content__vVcWj > .ProseMirror ul ul ul ul {
8383
- list-style-type: disc;
8237
+ .ideal-sans .RadioGroup-module_radioGroupLabel__wIl4z label {
8238
+ padding-top: 0;
8384
8239
  }
8385
- .RichTextContent-module_content__vVcWj > .ProseMirror ul ul ul ul ul {
8386
- list-style-type: circle;
8240
+ .RadioGroup-module_radioGroupLabel__wIl4z.RadioGroup-module_reversed__VeBun {
8241
+ color: var(--color-white, #ffffff);
8387
8242
  }
8388
- .RichTextContent-module_content__vVcWj > .ProseMirror ul ul ul ul ul ul {
8389
- list-style-type: square;
8243
+
8244
+ .RadioGroup-module_radioGroupContainer__NKWpt {
8245
+ display: flex;
8246
+ flex-direction: column;
8247
+ margin-bottom: var(--spacing-sm, 0.75rem);
8248
+ }
8249
+ .RadioGroup-module_radioGroupContainer__NKWpt.RadioGroup-module_noBottomMargin__VKF2T {
8250
+ margin-bottom: 0;
8390
8251
  }
8391
8252
  /** THIS IS AN AUTOGENERATED FILE **/
8392
8253
  /** THIS IS AN AUTOGENERATED FILE **/
@@ -8423,13 +8284,40 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
8423
8284
  }
8424
8285
  /** THIS IS AN AUTOGENERATED FILE **/
8425
8286
  /** THIS IS AN AUTOGENERATED FILE **/
8426
- .TabList-module_tabList__A8Y9H {
8427
- border-bottom: 1px solid rgba(var(--color-gray-600-rgb, 82, 78, 86), 0.1);
8428
- padding: var(--spacing-xs, 0.375rem) var(--spacing-md, 1.5rem) 0;
8287
+ /** THIS IS AN AUTOGENERATED FILE **/
8288
+ /** THIS IS AN AUTOGENERATED FILE **/
8289
+ /** THIS IS AN AUTOGENERATED FILE **/
8290
+ .EditableRichTextContent-module_editorLabel__u2Fu9 {
8291
+ margin-bottom: var(--spacing-6, 0.375rem);
8292
+ display: inline-block;
8429
8293
  }
8430
8294
 
8431
- .TabList-module_tabList__A8Y9H.TabList-module_noPadding__v073J {
8432
- padding: 0;
8295
+ .EditableRichTextContent-module_editableContainer__zZEMC .ProseMirror {
8296
+ padding: calc(var(--spacing-12, 0.75rem) - var(--border-solid-border-width, 2px));
8297
+ position: relative;
8298
+ border-radius: var(--border-solid-border-radius, 7px);
8299
+ border: var(--border-solid-border-width, 2px) var(--border-solid-border-style, solid) var(--color-gray-500, #878792);
8300
+ transition: background-color var(--animation-duration-immediate, 100ms), border-color var(--animation-duration-immediate, 100ms);
8301
+ background-color: var(--color-white, #ffffff);
8302
+ min-height: var(--typography-paragraph-body-line-height, 1.5rem);
8303
+ }
8304
+
8305
+ .EditableRichTextContent-module_editableContainer__zZEMC:hover .ProseMirror {
8306
+ background-color: var(--color-gray-200, #f4f4f5);
8307
+ }
8308
+
8309
+ .EditableRichTextContent-module_editableContainer__zZEMC .EditableRichTextContent-module_hiddenButton__Kq3oB:focus-within + * > .ProseMirror {
8310
+ background-color: var(--color-gray-200, #f4f4f5);
8311
+ }
8312
+ .EditableRichTextContent-module_editableContainer__zZEMC .EditableRichTextContent-module_hiddenButton__Kq3oB:focus-within + * > .ProseMirror::before {
8313
+ pointer-events: none;
8314
+ content: "";
8315
+ position: absolute;
8316
+ background: transparent;
8317
+ border: var(--border-focus-ring-border-width, 2px) var(--border-focus-ring-border-style, solid) var(--color-blue-500, #0168b3);
8318
+ border-radius: 10px;
8319
+ inset: calc(-1 * calc(var(--border-focus-ring-border-width, 2px) * 2 + 1px));
8320
+ z-index: 1;
8433
8321
  }
8434
8322
  /** THIS IS AN AUTOGENERATED FILE **/
8435
8323
  /** THIS IS AN AUTOGENERATED FILE **/
@@ -8620,27 +8508,127 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
8620
8508
  /* Tech debt - this !important existed before Stylelint rules */
8621
8509
  overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
8622
8510
  }
8623
-
8624
- .GenericModal-module_pseudoScrollbar__BhRqh {
8625
- /* Tech debt - this !important existed before Stylelint rules */
8626
- padding-inline-end: 15px !important; /* stylelint-disable-line declaration-no-important */
8511
+
8512
+ .GenericModal-module_pseudoScrollbar__BhRqh {
8513
+ /* Tech debt - this !important existed before Stylelint rules */
8514
+ padding-inline-end: 15px !important; /* stylelint-disable-line declaration-no-important */
8515
+ }
8516
+
8517
+ .GenericModal-module_hide__SK9PI {
8518
+ opacity: 0%;
8519
+ pointer-events: none;
8520
+ }
8521
+ /** THIS IS AN AUTOGENERATED FILE **/
8522
+ /** THIS IS AN AUTOGENERATED FILE **/
8523
+ /** THIS IS AN AUTOGENERATED FILE **/
8524
+ .RichTextContent-module_content__vVcWj > .ProseMirror {
8525
+ font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
8526
+ font-weight: var(--typography-paragraph-body-font-weight, 400);
8527
+ font-size: var(--typography-paragraph-body-font-size, 1rem);
8528
+ line-height: var(--typography-paragraph-body-line-height, 1.5rem);
8529
+ letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
8530
+ position: relative;
8531
+ /* stylelint-disable-next-line declaration-no-important */
8532
+ white-space: pre-wrap !important;
8533
+ box-sizing: content-box;
8534
+ color: var(--color-purple-800, #2f2438);
8535
+ }
8536
+ .RichTextContent-module_content__vVcWj > .ProseMirror > p {
8537
+ margin: 0 0 var(--spacing-16, 1rem);
8538
+ }
8539
+ .RichTextContent-module_content__vVcWj > .ProseMirror > *:last-child {
8540
+ margin-bottom: 0;
8541
+ }
8542
+ .RichTextContent-module_content__vVcWj > .ProseMirror > *:last-child > li:last-of-type p {
8543
+ margin-bottom: 0;
8544
+ }
8545
+ .RichTextContent-module_content__vVcWj > .ProseMirror > *:first-child {
8546
+ margin-top: 0;
8547
+ }
8548
+ .RichTextContent-module_content__vVcWj > .ProseMirror > *:first-child > li:first-of-type p {
8549
+ margin-top: 0;
8550
+ }
8551
+ .RichTextContent-module_content__vVcWj > .ProseMirror a {
8552
+ color: var(--color-blue-500, #0168b3);
8553
+ }
8554
+ .RichTextContent-module_content__vVcWj > .ProseMirror a:hover {
8555
+ text-decoration: none;
8556
+ }
8557
+ .RichTextContent-module_content__vVcWj > .ProseMirror ul,
8558
+ .RichTextContent-module_content__vVcWj > .ProseMirror ol {
8559
+ padding-inline-start: var(--spacing-40, 2.5rem);
8560
+ }
8561
+ .RichTextContent-module_content__vVcWj > .ProseMirror ol {
8562
+ list-style-type: decimal;
8563
+ }
8564
+ .RichTextContent-module_content__vVcWj > .ProseMirror ol ol {
8565
+ list-style-type: lower-alpha;
8566
+ }
8567
+ .RichTextContent-module_content__vVcWj > .ProseMirror ol ol ol {
8568
+ list-style-type: lower-roman;
8569
+ }
8570
+ .RichTextContent-module_content__vVcWj > .ProseMirror ol ol ol ul,
8571
+ .RichTextContent-module_content__vVcWj > .ProseMirror ol ol ol ol {
8572
+ padding-inline-start: var(--spacing-40, 2.5rem);
8573
+ }
8574
+ .RichTextContent-module_content__vVcWj > .ProseMirror ol ol ol ol {
8575
+ list-style-type: decimal;
8576
+ }
8577
+ .RichTextContent-module_content__vVcWj > .ProseMirror ol ol ol ol ol {
8578
+ list-style-type: lower-alpha;
8579
+ }
8580
+ .RichTextContent-module_content__vVcWj > .ProseMirror ol ol ol ol ol ol {
8581
+ list-style-type: lower-roman;
8582
+ }
8583
+ .RichTextContent-module_content__vVcWj > .ProseMirror ol ol ol ul {
8584
+ list-style-type: disc;
8585
+ }
8586
+ .RichTextContent-module_content__vVcWj > .ProseMirror ol ol ol ul ul {
8587
+ list-style-type: circle;
8588
+ }
8589
+ .RichTextContent-module_content__vVcWj > .ProseMirror ol ol ol ul ul ul {
8590
+ list-style-type: square;
8591
+ }
8592
+ .RichTextContent-module_content__vVcWj > .ProseMirror ul {
8593
+ list-style-type: disc;
8594
+ }
8595
+ .RichTextContent-module_content__vVcWj > .ProseMirror ul ul {
8596
+ list-style-type: circle;
8597
+ }
8598
+ .RichTextContent-module_content__vVcWj > .ProseMirror ul ul ul {
8599
+ list-style-type: square;
8600
+ }
8601
+ .RichTextContent-module_content__vVcWj > .ProseMirror ul ul ul ul,
8602
+ .RichTextContent-module_content__vVcWj > .ProseMirror ul ul ul ol {
8603
+ padding-inline-start: var(--spacing-40, 2.5rem);
8604
+ }
8605
+ .RichTextContent-module_content__vVcWj > .ProseMirror ul ul ul ol {
8606
+ list-style-type: decimal;
8607
+ }
8608
+ .RichTextContent-module_content__vVcWj > .ProseMirror ul ul ul ol ol {
8609
+ list-style-type: lower-alpha;
8610
+ }
8611
+ .RichTextContent-module_content__vVcWj > .ProseMirror ul ul ul ol ol ol {
8612
+ list-style-type: lower-roman;
8613
+ }
8614
+ .RichTextContent-module_content__vVcWj > .ProseMirror ul ul ul ul {
8615
+ list-style-type: disc;
8616
+ }
8617
+ .RichTextContent-module_content__vVcWj > .ProseMirror ul ul ul ul ul {
8618
+ list-style-type: circle;
8627
8619
  }
8628
-
8629
- .GenericModal-module_hide__SK9PI {
8630
- opacity: 0%;
8631
- pointer-events: none;
8620
+ .RichTextContent-module_content__vVcWj > .ProseMirror ul ul ul ul ul ul {
8621
+ list-style-type: square;
8632
8622
  }
8633
8623
  /** THIS IS AN AUTOGENERATED FILE **/
8634
8624
  /** THIS IS AN AUTOGENERATED FILE **/
8635
- .TabPanel-module_tabPanel__I7hEK {
8636
- border: 2px solid transparent;
8637
- }
8638
- .TabPanel-module_tabPanel__I7hEK:focus {
8639
- outline: none;
8625
+ .TabList-module_tabList__A8Y9H {
8626
+ border-bottom: 1px solid rgba(var(--color-gray-600-rgb, 82, 78, 86), 0.1);
8627
+ padding: var(--spacing-xs, 0.375rem) var(--spacing-md, 1.5rem) 0;
8640
8628
  }
8641
- .TabPanel-module_tabPanel__I7hEK:focus-visible {
8642
- border-color: var(--color-blue-500, #0168b3);
8643
- border-radius: var(--border-focus-ring-border-radius, 10px);
8629
+
8630
+ .TabList-module_tabList__A8Y9H.TabList-module_noPadding__v073J {
8631
+ padding: 0;
8644
8632
  }
8645
8633
  /** THIS IS AN AUTOGENERATED FILE **/
8646
8634
  /** THIS IS AN AUTOGENERATED FILE **/
@@ -8895,6 +8883,60 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
8895
8883
  }
8896
8884
  /** THIS IS AN AUTOGENERATED FILE **/
8897
8885
  /** THIS IS AN AUTOGENERATED FILE **/
8886
+ .TabPanel-module_tabPanel__I7hEK {
8887
+ border: 2px solid transparent;
8888
+ }
8889
+ .TabPanel-module_tabPanel__I7hEK:focus {
8890
+ outline: none;
8891
+ }
8892
+ .TabPanel-module_tabPanel__I7hEK:focus-visible {
8893
+ border-color: var(--color-blue-500, #0168b3);
8894
+ border-radius: var(--border-focus-ring-border-radius, 10px);
8895
+ }
8896
+ /** THIS IS AN AUTOGENERATED FILE **/
8897
+ .TileGrid-module_grid__1WCNc {
8898
+ list-style-type: none;
8899
+ padding-inline-start: 0;
8900
+ margin-block: 0;
8901
+ display: grid;
8902
+ grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
8903
+ grid-gap: var(--spacing-md, 1.5rem);
8904
+ }
8905
+ @media (max-width: 767px) {
8906
+ .TileGrid-module_grid__1WCNc {
8907
+ grid-template-columns: repeat(2, minmax(226px, 370px));
8908
+ }
8909
+ .TileGrid-module_grid__1WCNc > * {
8910
+ width: 100%;
8911
+ }
8912
+ }
8913
+ @media (max-width: 480px) {
8914
+ .TileGrid-module_grid__1WCNc {
8915
+ grid-template-columns: repeat(1, 100%);
8916
+ }
8917
+ }
8918
+ /** THIS IS AN AUTOGENERATED FILE **/
8919
+ .MultiActionTile-module_actions__mntsC {
8920
+ display: flex;
8921
+ }
8922
+
8923
+ .MultiActionTile-module_secondaryAction__DuXdD {
8924
+ margin-inline-end: var(--spacing-8, 0.5rem);
8925
+ }
8926
+ /** THIS IS AN AUTOGENERATED FILE **/
8927
+ .ToggleSwitchField-module_container__e7TXD {
8928
+ display: flex;
8929
+ }
8930
+
8931
+ .ToggleSwitchField-module_fullWidth__ybDf- .ToggleSwitchField-module_inner__9-O0m {
8932
+ width: 100%;
8933
+ }
8934
+
8935
+ .ToggleSwitchField-module_on__HQOkN label {
8936
+ font-weight: var(--typography-paragraph-bold-font-weight, 600);
8937
+ }
8938
+ /** THIS IS AN AUTOGENERATED FILE **/
8939
+ /** THIS IS AN AUTOGENERATED FILE **/
8898
8940
  /** THIS IS AN AUTOGENERATED FILE **/
8899
8941
  /** THIS IS AN AUTOGENERATED FILE **/
8900
8942
  .Tab-module_tab__Rar3J {
@@ -8985,48 +9027,6 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
8985
9027
  }
8986
9028
  }
8987
9029
  /** THIS IS AN AUTOGENERATED FILE **/
8988
- .TileGrid-module_grid__1WCNc {
8989
- list-style-type: none;
8990
- padding-inline-start: 0;
8991
- margin-block: 0;
8992
- display: grid;
8993
- grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
8994
- grid-gap: var(--spacing-md, 1.5rem);
8995
- }
8996
- @media (max-width: 767px) {
8997
- .TileGrid-module_grid__1WCNc {
8998
- grid-template-columns: repeat(2, minmax(226px, 370px));
8999
- }
9000
- .TileGrid-module_grid__1WCNc > * {
9001
- width: 100%;
9002
- }
9003
- }
9004
- @media (max-width: 480px) {
9005
- .TileGrid-module_grid__1WCNc {
9006
- grid-template-columns: repeat(1, 100%);
9007
- }
9008
- }
9009
- /** THIS IS AN AUTOGENERATED FILE **/
9010
- .MultiActionTile-module_actions__mntsC {
9011
- display: flex;
9012
- }
9013
-
9014
- .MultiActionTile-module_secondaryAction__DuXdD {
9015
- margin-inline-end: var(--spacing-8, 0.5rem);
9016
- }
9017
- /** THIS IS AN AUTOGENERATED FILE **/
9018
- .ToggleSwitchField-module_container__e7TXD {
9019
- display: flex;
9020
- }
9021
-
9022
- .ToggleSwitchField-module_fullWidth__ybDf- .ToggleSwitchField-module_inner__9-O0m {
9023
- width: 100%;
9024
- }
9025
-
9026
- .ToggleSwitchField-module_on__HQOkN label {
9027
- font-weight: var(--typography-paragraph-bold-font-weight, 600);
9028
- }
9029
- /** THIS IS AN AUTOGENERATED FILE **/
9030
9030
  /** THIS IS AN AUTOGENERATED FILE **/
9031
9031
  /** THIS IS AN AUTOGENERATED FILE **/
9032
9032
  /** THIS IS AN AUTOGENERATED FILE **/
@@ -9257,6 +9257,24 @@ label .ToggleSwitch-module_disabled__3H-9R.ToggleSwitch-module_track__fcDMP {
9257
9257
  }
9258
9258
  /** THIS IS AN AUTOGENERATED FILE **/
9259
9259
  /** THIS IS AN AUTOGENERATED FILE **/
9260
+ /** THIS IS AN AUTOGENERATED FILE **/
9261
+ .Popover-module_popover__B7k5I {
9262
+ box-sizing: border-box;
9263
+ 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));
9264
+ border: var(--border-focus-ring-border-width, 2px) var(--border-focus-ring-border-style, solid) transparent;
9265
+ border-radius: var(--border-solid-border-radius, 7px);
9266
+ background: var(--color-white, #ffffff);
9267
+ overflow: auto;
9268
+ z-index: 100000;
9269
+ }
9270
+ .Popover-module_popover__B7k5I:focus {
9271
+ outline: none;
9272
+ }
9273
+ .Popover-module_popover__B7k5I:focus-visible {
9274
+ border-color: var(--color-blue-500, #0168b3);
9275
+ }
9276
+ /** THIS IS AN AUTOGENERATED FILE **/
9277
+ /** THIS IS AN AUTOGENERATED FILE **/
9260
9278
  .ToastNotificationsList-module_toastNotificationsList__APiSP {
9261
9279
  display: flex;
9262
9280
  flex-direction: column;
@@ -9284,35 +9302,29 @@ label .ToggleSwitch-module_disabled__3H-9R.ToggleSwitch-module_track__fcDMP {
9284
9302
  }
9285
9303
  /** THIS IS AN AUTOGENERATED FILE **/
9286
9304
  /** THIS IS AN AUTOGENERATED FILE **/
9287
- /** THIS IS AN AUTOGENERATED FILE **/
9288
- .Popover-module_popover__B7k5I {
9289
- box-sizing: border-box;
9290
- 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));
9291
- border: var(--border-focus-ring-border-width, 2px) var(--border-focus-ring-border-style, solid) transparent;
9292
- border-radius: var(--border-solid-border-radius, 7px);
9293
- background: var(--color-white, #ffffff);
9294
- overflow: auto;
9295
- z-index: 100000;
9296
- }
9297
- .Popover-module_popover__B7k5I:focus {
9298
- outline: none;
9299
- }
9300
- .Popover-module_popover__B7k5I:focus-visible {
9301
- border-color: var(--color-blue-500, #0168b3);
9302
- }
9303
- /** THIS IS AN AUTOGENERATED FILE **/
9304
- /** THIS IS AN AUTOGENERATED FILE **/
9305
9305
  .Label-module_label__zqjpR {
9306
9306
  padding-bottom: var(--spacing-6, 0.375rem);
9307
9307
  color: var(--color-purple-800, #2f2438);
9308
9308
  text-align: center;
9309
9309
  }
9310
9310
  /** THIS IS AN AUTOGENERATED FILE **/
9311
- .ActionButton-module_actionButton__mJRl4 {
9312
- border-start-start-radius: var(--border-solid-border-radius, 7px);
9313
- border-end-start-radius: var(--border-solid-border-radius, 7px);
9314
- border-start-end-radius: 0;
9315
- border-end-end-radius: 0;
9311
+ /** THIS IS AN AUTOGENERATED FILE **/
9312
+ .DropdownButton-module_dropdownButton__PqQH6 {
9313
+ display: inline-flex;
9314
+ position: relative;
9315
+ inset-inline-start: calc(-1 * var(--border-solid-border-width, 2px));
9316
+ margin-inline-start: var(--border-solid-border-width, 2px);
9317
+ padding: var(--spacing-12, 0.75rem);
9318
+ border-start-start-radius: 0;
9319
+ border-end-start-radius: 0;
9320
+ border-start-end-radius: var(--border-solid-border-radius, 7px);
9321
+ border-end-end-radius: var(--border-solid-border-radius, 7px);
9322
+ border-inline-start-width: 0;
9323
+ }
9324
+ .DropdownButton-module_dropdownButton__PqQH6:hover, .DropdownButton-module_dropdownButton__PqQH6:active, .DropdownButton-module_dropdownButton__PqQH6:focus-visible {
9325
+ inset-inline-start: calc(-1 * var(--border-solid-border-width, 2px));
9326
+ margin-inline-start: unset;
9327
+ border-inline-start-width: var(--border-solid-border-width, 2px);
9316
9328
  }
9317
9329
  /** THIS IS AN AUTOGENERATED FILE **/
9318
9330
  /** THIS IS AN AUTOGENERATED FILE **/
@@ -9638,23 +9650,11 @@ label .ToggleSwitch-module_disabled__3H-9R.ToggleSwitch-module_track__fcDMP {
9638
9650
  --icon-color: var(--color-red-500);
9639
9651
  }
9640
9652
  /** THIS IS AN AUTOGENERATED FILE **/
9641
- /** THIS IS AN AUTOGENERATED FILE **/
9642
- .DropdownButton-module_dropdownButton__PqQH6 {
9643
- display: inline-flex;
9644
- position: relative;
9645
- inset-inline-start: calc(-1 * var(--border-solid-border-width, 2px));
9646
- margin-inline-start: var(--border-solid-border-width, 2px);
9647
- padding: var(--spacing-12, 0.75rem);
9648
- border-start-start-radius: 0;
9649
- border-end-start-radius: 0;
9650
- border-start-end-radius: var(--border-solid-border-radius, 7px);
9651
- border-end-end-radius: var(--border-solid-border-radius, 7px);
9652
- border-inline-start-width: 0;
9653
- }
9654
- .DropdownButton-module_dropdownButton__PqQH6:hover, .DropdownButton-module_dropdownButton__PqQH6:active, .DropdownButton-module_dropdownButton__PqQH6:focus-visible {
9655
- inset-inline-start: calc(-1 * var(--border-solid-border-width, 2px));
9656
- margin-inline-start: unset;
9657
- border-inline-start-width: var(--border-solid-border-width, 2px);
9653
+ .ActionButton-module_actionButton__mJRl4 {
9654
+ border-start-start-radius: var(--border-solid-border-radius, 7px);
9655
+ border-end-start-radius: var(--border-solid-border-radius, 7px);
9656
+ border-start-end-radius: 0;
9657
+ border-end-end-radius: 0;
9658
9658
  }
9659
9659
  .DateInputField-module_disabled__-Y0lJ {
9660
9660
  opacity: 0.3;
@@ -10319,73 +10319,37 @@ label .ToggleSwitch-module_disabled__3H-9R.ToggleSwitch-module_track__fcDMP {
10319
10319
  }
10320
10320
 
10321
10321
  .ModalFooter-module_footerWrap__IEAMY {
10322
- align-items: baseline;
10323
- width: 100%;
10324
- box-sizing: border-box;
10325
- }
10326
-
10327
- .ModalFooter-module_center__w232S {
10328
- display: flex;
10329
- justify-content: center;
10330
- }
10331
-
10332
- .ModalFooter-module_border__jj-Zy {
10333
- border-block-start: 1px solid var(--border-solid-border-color, #e1e2ea);
10334
- }
10335
-
10336
- .ModalFooter-module_start__0GJno {
10337
- display: flex;
10338
- justify-content: flex-start;
10339
- }
10340
-
10341
- .ModalFooter-module_end__KuUbk {
10342
- display: flex;
10343
- justify-content: flex-end;
10344
- }
10345
-
10346
- .ModalFooter-module_fixed__mV5fZ {
10347
- position: absolute;
10348
- inset-block-end: 0;
10349
- inset-inline-start: 0;
10350
- }
10351
-
10352
- .ModalFooter-module_filler__kElGb {
10353
- visibility: hidden;
10354
- }
10355
- /** THIS IS AN AUTOGENERATED FILE **/
10356
- /* stylelint-disable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
10357
- /** THIS IS AN AUTOGENERATED FILE **/
10358
- /** THIS IS AN AUTOGENERATED FILE **/
10359
- /** THIS IS AN AUTOGENERATED FILE **/
10360
- /** THIS IS AN AUTOGENERATED FILE **/
10361
- /** THIS IS AN AUTOGENERATED FILE **/
10362
- /* 16px */
10363
- /* 16px */
10364
- /* 16px */
10365
- /*
10366
- Because these components are deprecated, we've kept any inline/non-token values as values from the Zen theme to prevent any style regressions,
10367
- as this is what consumers would have expected when pulling them in a the time.
10368
- */
10369
- /* stylelint-enable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
10370
- .ModalHeader-module_dismissButton__YhHZl {
10371
- position: absolute;
10372
- z-index: 1060;
10373
- top: 0;
10374
- inset-inline-end: 0;
10375
- inset-inline-start: auto;
10322
+ align-items: baseline;
10323
+ width: 100%;
10324
+ box-sizing: border-box;
10376
10325
  }
10377
10326
 
10378
- .ModalHeader-module_layout__K8x4O {
10379
- width: 100%;
10327
+ .ModalFooter-module_center__w232S {
10328
+ display: flex;
10329
+ justify-content: center;
10380
10330
  }
10381
10331
 
10382
- .ModalHeader-module_fixed__JEeic {
10332
+ .ModalFooter-module_border__jj-Zy {
10333
+ border-block-start: 1px solid var(--border-solid-border-color, #e1e2ea);
10334
+ }
10335
+
10336
+ .ModalFooter-module_start__0GJno {
10337
+ display: flex;
10338
+ justify-content: flex-start;
10339
+ }
10340
+
10341
+ .ModalFooter-module_end__KuUbk {
10342
+ display: flex;
10343
+ justify-content: flex-end;
10344
+ }
10345
+
10346
+ .ModalFooter-module_fixed__mV5fZ {
10383
10347
  position: absolute;
10384
- inset-block-start: 0;
10348
+ inset-block-end: 0;
10385
10349
  inset-inline-start: 0;
10386
10350
  }
10387
10351
 
10388
- .ModalHeader-module_filler__w1MCN {
10352
+ .ModalFooter-module_filler__kElGb {
10389
10353
  visibility: hidden;
10390
10354
  }
10391
10355
  /** THIS IS AN AUTOGENERATED FILE **/
@@ -10476,12 +10440,76 @@ label .ToggleSwitch-module_disabled__3H-9R.ToggleSwitch-module_track__fcDMP {
10476
10440
  color: var(--color-white, #ffffff);
10477
10441
  }
10478
10442
  /** THIS IS AN AUTOGENERATED FILE **/
10443
+ /* stylelint-disable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
10444
+ /** THIS IS AN AUTOGENERATED FILE **/
10445
+ /** THIS IS AN AUTOGENERATED FILE **/
10446
+ /** THIS IS AN AUTOGENERATED FILE **/
10447
+ /** THIS IS AN AUTOGENERATED FILE **/
10448
+ /** THIS IS AN AUTOGENERATED FILE **/
10449
+ /* 16px */
10450
+ /* 16px */
10451
+ /* 16px */
10452
+ /*
10453
+ Because these components are deprecated, we've kept any inline/non-token values as values from the Zen theme to prevent any style regressions,
10454
+ as this is what consumers would have expected when pulling them in a the time.
10455
+ */
10456
+ /* stylelint-enable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
10457
+ .ModalHeader-module_dismissButton__YhHZl {
10458
+ position: absolute;
10459
+ z-index: 1060;
10460
+ top: 0;
10461
+ inset-inline-end: 0;
10462
+ inset-inline-start: auto;
10463
+ }
10464
+
10465
+ .ModalHeader-module_layout__K8x4O {
10466
+ width: 100%;
10467
+ }
10468
+
10469
+ .ModalHeader-module_fixed__JEeic {
10470
+ position: absolute;
10471
+ inset-block-start: 0;
10472
+ inset-inline-start: 0;
10473
+ }
10474
+
10475
+ .ModalHeader-module_filler__w1MCN {
10476
+ visibility: hidden;
10477
+ }
10478
+ /** THIS IS AN AUTOGENERATED FILE **/
10479
10479
  .Toolbar-module_toolbar__ooRzV {
10480
10480
  display: block;
10481
10481
  border-bottom: 2px solid var(--color-gray-500, #878792);
10482
10482
  }
10483
10483
  /** THIS IS AN AUTOGENERATED FILE **/
10484
10484
  /** THIS IS AN AUTOGENERATED FILE **/
10485
+ .ToolbarSection-module_toolbarSection__nCI0O {
10486
+ display: inline-flex;
10487
+ align-items: center;
10488
+ gap: var(--spacing-xs, 0.375rem);
10489
+ margin: var(--spacing-xs, 0.375rem) 0;
10490
+ padding: 0 var(--spacing-xs, 0.375rem);
10491
+ flex-wrap: wrap;
10492
+ }
10493
+
10494
+ .ToolbarSection-module_toolbarSection__nCI0O + .ToolbarSection-module_toolbarSection__nCI0O {
10495
+ border-inline-start: 1px solid rgba(var(--color-gray-600-rgb, 82, 78, 86), 0.1);
10496
+ }
10497
+ /** THIS IS AN AUTOGENERATED FILE **/
10498
+ .DateRangeDisplayLabel-module_dateRangeDisplayLabel__g7nVd {
10499
+ display: inline-flex;
10500
+ gap: var(--spacing-6, 0.375rem);
10501
+ }
10502
+ .DateInputField-module_disabled__gfago {
10503
+ opacity: 0.3;
10504
+ }
10505
+ /** THIS IS AN AUTOGENERATED FILE **/
10506
+ .FilterDatePickerField-module_filterDatePickerField__ClXMw {
10507
+ width: 288px;
10508
+ display: grid;
10509
+ gap: var(--spacing-16, 1rem);
10510
+ }
10511
+ /** THIS IS AN AUTOGENERATED FILE **/
10512
+ /** THIS IS AN AUTOGENERATED FILE **/
10485
10513
  /** THIS IS AN AUTOGENERATED FILE **/
10486
10514
  .ToggleIconButton-module_button__86Iau {
10487
10515
  border: none;
@@ -10578,25 +10606,6 @@ label .ToggleSwitch-module_disabled__3H-9R.ToggleSwitch-module_track__fcDMP {
10578
10606
  outline: var(--color-purple-800, #2f2438) var(--border-solid-border-style, solid) var(--border-focus-ring-border-width, 2px);
10579
10607
  }
10580
10608
  /** THIS IS AN AUTOGENERATED FILE **/
10581
- /** THIS IS AN AUTOGENERATED FILE **/
10582
- .ToolbarSection-module_toolbarSection__nCI0O {
10583
- display: inline-flex;
10584
- align-items: center;
10585
- gap: var(--spacing-xs, 0.375rem);
10586
- margin: var(--spacing-xs, 0.375rem) 0;
10587
- padding: 0 var(--spacing-xs, 0.375rem);
10588
- flex-wrap: wrap;
10589
- }
10590
-
10591
- .ToolbarSection-module_toolbarSection__nCI0O + .ToolbarSection-module_toolbarSection__nCI0O {
10592
- border-inline-start: 1px solid rgba(var(--color-gray-600-rgb, 82, 78, 86), 0.1);
10593
- }
10594
- /** THIS IS AN AUTOGENERATED FILE **/
10595
- .DateRangeDisplayLabel-module_dateRangeDisplayLabel__g7nVd {
10596
- display: inline-flex;
10597
- gap: var(--spacing-6, 0.375rem);
10598
- }
10599
- /** THIS IS AN AUTOGENERATED FILE **/
10600
10609
  .FilterDateRangePickerField-module_filterDateRangePickerField__fSmbz {
10601
10610
  display: contents;
10602
10611
  }
@@ -10604,50 +10613,26 @@ label .ToggleSwitch-module_disabled__3H-9R.ToggleSwitch-module_track__fcDMP {
10604
10613
  .FilterDateRangePickerField-module_dateRangeInputField__EEU-X {
10605
10614
  margin-bottom: var(--spacing-24, 1.5rem);
10606
10615
  }
10607
- .DateInputField-module_disabled__gfago {
10608
- opacity: 0.3;
10609
- }
10610
10616
  /** THIS IS AN AUTOGENERATED FILE **/
10611
- .FilterDatePickerField-module_filterDatePickerField__ClXMw {
10612
- width: 288px;
10617
+ .ListBox-module_listBox__q95MO {
10618
+ list-style: none;
10619
+ padding: var(--spacing-sm, 0.75rem);
10620
+ margin: 0 var(--spacing-sm, 0.75rem) 0 0;
10613
10621
  display: grid;
10614
- gap: var(--spacing-16, 1rem);
10615
- }
10616
- /** THIS IS AN AUTOGENERATED FILE **/
10617
- .DateRangeInputField-module_dateRangeInputContainer__zjhqr {
10618
- display: flex;
10619
- margin: 0;
10620
- padding: 0;
10621
- border: none;
10622
+ max-height: 22rem;
10623
+ overflow-y: auto;
10622
10624
  }
10623
10625
 
10624
- .DateRangeInputField-module_inputStartDate__fLwxZ input {
10625
- border-start-end-radius: 0;
10626
- border-end-end-radius: 0;
10627
- }
10628
- .DateRangeInputField-module_inputStartDate__fLwxZ input + [class*=focusRing] {
10629
- /* stylelint-disable declaration-no-important */
10630
- border-start-end-radius: 0 !important;
10631
- border-end-end-radius: 0 !important;
10632
- /* stylelint-enable declaration-no-important */
10626
+ .ListBox-module_overflown__wChQA {
10627
+ padding-right: var(--spacing-sm, 0.75rem);
10633
10628
  }
10634
10629
 
10635
- .DateRangeInputField-module_inputEndDate__j0qQu input {
10636
- position: relative;
10637
- inset-inline-start: calc(-1 * var(--border-solid-border-width, 2px));
10638
- border-start-start-radius: 0;
10639
- border-end-start-radius: 0;
10640
- }
10641
- .DateRangeInputField-module_inputEndDate__j0qQu input + [class*=focusRing] {
10642
- /* stylelint-disable declaration-no-important */
10643
- border-start-start-radius: 0 !important;
10644
- border-end-start-radius: 0 !important;
10645
- inset-inline: calc(-1 * (2 * var(--border-solid-border-width, 2px) + 1px)) -1px !important;
10646
- /* stylelint-enable declaration-no-important */
10630
+ .ListBox-module_hidden__eYdXv {
10631
+ display: none;
10647
10632
  }
10648
10633
 
10649
- .DateRangeInputField-module_disabled__vOSK8 {
10650
- opacity: 0.3;
10634
+ .ListBox-module_noResultsWrapper__WcLRm {
10635
+ list-style: none;
10651
10636
  }
10652
10637
  /** THIS IS AN AUTOGENERATED FILE **/
10653
10638
  /** THIS IS AN AUTOGENERATED FILE **/
@@ -10681,28 +10666,8 @@ label .ToggleSwitch-module_disabled__3H-9R.ToggleSwitch-module_track__fcDMP {
10681
10666
  color: var(--color-purple-800, #2f2438);
10682
10667
  }
10683
10668
  /** THIS IS AN AUTOGENERATED FILE **/
10684
- .ListBox-module_listBox__q95MO {
10685
- list-style: none;
10686
- padding: var(--spacing-sm, 0.75rem);
10687
- margin: 0 var(--spacing-sm, 0.75rem) 0 0;
10688
- display: grid;
10689
- max-height: 22rem;
10690
- overflow-y: auto;
10691
- }
10692
-
10693
- .ListBox-module_overflown__wChQA {
10694
- padding-right: var(--spacing-sm, 0.75rem);
10695
- }
10696
-
10697
- .ListBox-module_hidden__eYdXv {
10698
- display: none;
10699
- }
10700
-
10701
- .ListBox-module_noResultsWrapper__WcLRm {
10702
- list-style: none;
10703
- }
10704
- .NoResults-module_container__2l8Ol {
10705
- padding: 1.125rem;
10669
+ .LoadMoreButton-module_container__sXwB6 {
10670
+ padding: var(--spacing-sm, 0.75rem) var(--spacing-sm, 0.75rem) 0;
10706
10671
  }
10707
10672
  /** THIS IS AN AUTOGENERATED FILE **/
10708
10673
  /** THIS IS AN AUTOGENERATED FILE **/
@@ -10721,9 +10686,8 @@ label .ToggleSwitch-module_disabled__3H-9R.ToggleSwitch-module_track__fcDMP {
10721
10686
  color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.7);
10722
10687
  margin: var(--spacing-6, 0.375rem) 0;
10723
10688
  }
10724
- /** THIS IS AN AUTOGENERATED FILE **/
10725
- .LoadMoreButton-module_container__sXwB6 {
10726
- padding: var(--spacing-sm, 0.75rem) var(--spacing-sm, 0.75rem) 0;
10689
+ .NoResults-module_container__2l8Ol {
10690
+ padding: 1.125rem;
10727
10691
  }
10728
10692
  /** THIS IS AN AUTOGENERATED FILE **/
10729
10693
  /** THIS IS AN AUTOGENERATED FILE **/
@@ -10742,101 +10706,61 @@ label .ToggleSwitch-module_disabled__3H-9R.ToggleSwitch-module_track__fcDMP {
10742
10706
  text-align: start;
10743
10707
  width: 294px;
10744
10708
  }
10709
+ .SectionDivider-module_divider__G-itP {
10710
+ margin: 0.5rem 0;
10711
+ }
10745
10712
  /** THIS IS AN AUTOGENERATED FILE **/
10746
10713
  .SearchInput-module_inputSearchContainer__u9K6k {
10747
10714
  position: relative;
10748
10715
  margin: 0 var(--spacing-sm, 0.75rem);
10749
10716
  }
10750
- .SectionDivider-module_divider__G-itP {
10751
- margin: 0.5rem 0;
10752
- }
10753
- .ListBox-module_listBox__BqCVd {
10754
- list-style: none;
10755
- margin-top: 0;
10756
- margin-bottom: 0;
10757
- padding: 0;
10758
- display: grid;
10759
- max-height: 22rem;
10760
- }
10761
-
10762
- .ListBox-module_listBox__BqCVd:focus-visible {
10763
- outline: none;
10764
- }
10765
10717
  /** THIS IS AN AUTOGENERATED FILE **/
10766
- .ListBoxSection-module_sectionWrapper__SsXWN {
10767
- display: flex;
10768
- flex-direction: column;
10769
- }
10770
- .ListBoxSection-module_sectionWrapper__SsXWN:not(:first-child) {
10771
- margin-top: var(--spacing-8, 0.5rem);
10772
- }
10773
-
10774
- .ListBoxSection-module_sectionHeading__A04aq {
10775
- padding-inline-start: var(--spacing-4, 0.25rem);
10776
- }
10777
-
10778
- .ListBoxSection-module_sectionList__pb0N3 {
10718
+ .DateRangeInputField-module_dateRangeInputContainer__zjhqr {
10779
10719
  display: flex;
10780
- flex-direction: column;
10781
- padding: var(--spacing-xs, 0.375rem) 0 0 0;
10782
- }
10783
- /** THIS IS AN AUTOGENERATED FILE **/
10784
- /** THIS IS AN AUTOGENERATED FILE **/
10785
- /** THIS IS AN AUTOGENERATED FILE **/
10786
- /** THIS IS AN AUTOGENERATED FILE **/
10787
- .SelectionControlButton-module_button__u-ysH {
10788
- appearance: none;
10789
- display: inline;
10790
- background: transparent;
10791
- color: inherit;
10792
- font: inherit;
10793
10720
  margin: 0;
10794
10721
  padding: 0;
10795
10722
  border: none;
10796
- -webkit-font-smoothing: antialiased;
10797
- -moz-osx-font-smoothing: grayscale;
10798
- position: relative;
10799
- display: inline-flex;
10800
- align-items: center;
10801
- gap: var(--spacing-xs, 0.375rem);
10802
- border: var(--border-solid-border-width, 2px) var(--border-solid-border-style, solid);
10803
- border-color: var(--border-borderless-border-color, transparent);
10804
- border-radius: var(--border-solid-border-radius, 7px);
10805
- padding: var(--spacing-4, 0.25rem) var(--spacing-8, 0.5rem);
10806
- font-weight: var(--typography-button-secondary-font-weight, 500);
10807
- font-family: var(--typography-button-secondary-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
10808
- font-size: var(--typography-button-secondary-font-size, 1rem);
10809
- line-height: var(--typography-button-secondary-line-height, 1.5rem);
10810
- letter-spacing: var(--typography-button-secondary-letter-spacing, normal);
10811
- color: var(--color-blue-500, #0168b3);
10812
10723
  }
10813
- .SelectionControlButton-module_button__u-ysH:focus {
10814
- outline: none;
10724
+
10725
+ .DateRangeInputField-module_inputStartDate__fLwxZ input {
10726
+ border-start-end-radius: 0;
10727
+ border-end-end-radius: 0;
10728
+ }
10729
+ .DateRangeInputField-module_inputStartDate__fLwxZ input + [class*=focusRing] {
10730
+ /* stylelint-disable declaration-no-important */
10731
+ border-start-end-radius: 0 !important;
10732
+ border-end-end-radius: 0 !important;
10733
+ /* stylelint-enable declaration-no-important */
10734
+ }
10735
+
10736
+ .DateRangeInputField-module_inputEndDate__j0qQu input {
10737
+ position: relative;
10738
+ inset-inline-start: calc(-1 * var(--border-solid-border-width, 2px));
10739
+ border-start-start-radius: 0;
10740
+ border-end-start-radius: 0;
10815
10741
  }
10816
- .SelectionControlButton-module_button__u-ysH:hover:not(.SelectionControlButton-module_isDisabled__0axMR), .SelectionControlButton-module_button__u-ysH:active:not(.SelectionControlButton-module_isDisabled__0axMR), .SelectionControlButton-module_button__u-ysH:focus:not(.SelectionControlButton-module_isDisabled__0axMR) {
10817
- background-color: var(--color-blue-100, #e6f6ff);
10742
+ .DateRangeInputField-module_inputEndDate__j0qQu input + [class*=focusRing] {
10743
+ /* stylelint-disable declaration-no-important */
10744
+ border-start-start-radius: 0 !important;
10745
+ border-end-start-radius: 0 !important;
10746
+ inset-inline: calc(-1 * (2 * var(--border-solid-border-width, 2px) + 1px)) -1px !important;
10747
+ /* stylelint-enable declaration-no-important */
10818
10748
  }
10819
- .SelectionControlButton-module_button__u-ysH:focus-visible::after {
10820
- content: "";
10821
- position: absolute;
10822
- background: transparent;
10823
- border-radius: var(--border-focus-ring-border-radius, 10px);
10824
- border-width: var(--border-focus-ring-border-width, 2px);
10825
- border-style: var(--border-focus-ring-border-style, solid);
10826
- border-color: var(--color-blue-500, #0168b3);
10827
- inset: calc(-1 * calc(var(--border-focus-ring-border-width, 2px) * 2 + 1px));
10749
+
10750
+ .DateRangeInputField-module_disabled__vOSK8 {
10751
+ opacity: 0.3;
10828
10752
  }
10829
- .SelectionControlButton-module_button__u-ysH.SelectionControlButton-module_isDisabled__0axMR {
10830
- pointer-events: none;
10831
- color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.3);
10832
- opacity: 100%;
10753
+ .ListBox-module_listBox__BqCVd {
10754
+ list-style: none;
10755
+ margin-top: 0;
10756
+ margin-bottom: 0;
10757
+ padding: 0;
10758
+ display: grid;
10759
+ max-height: 22rem;
10833
10760
  }
10834
- .SelectionControlButton-module_button__u-ysH.SelectionControlButton-module_isDisabled__0axMR:focus {
10761
+
10762
+ .ListBox-module_listBox__BqCVd:focus-visible {
10835
10763
  outline: none;
10836
- border: 2px solid transparent;
10837
- }
10838
- .SelectionControlButton-module_button__u-ysH.SelectionControlButton-module_isDisabled__0axMR:focus-visible::after {
10839
- border-color: var(--color-gray-400, #cdcdd0);
10840
10764
  }
10841
10765
  /** THIS IS AN AUTOGENERATED FILE **/
10842
10766
  /** THIS IS AN AUTOGENERATED FILE **/
@@ -10926,94 +10850,96 @@ label .ToggleSwitch-module_disabled__3H-9R.ToggleSwitch-module_track__fcDMP {
10926
10850
  background-color: var(--color-gray-600, #524e56);
10927
10851
  }
10928
10852
  /** THIS IS AN AUTOGENERATED FILE **/
10929
- .SectionDivider-module_divider__EZpOd {
10930
- margin: var(--spacing-8, 0.5rem) 0;
10931
- }
10932
- .SectionDivider-module_divider__EZpOd:first-child, .SectionDivider-module_divider__EZpOd:last-child, .SectionDivider-module_divider__EZpOd + .SectionDivider-module_divider__EZpOd {
10933
- display: none;
10934
- }
10935
- /** THIS IS AN AUTOGENERATED FILE **/
10936
- .SelectPopoverContents-module_selectPopoverContents__rmEWn {
10937
- padding: var(--spacing-12, 0.75rem);
10938
- }
10939
- /** THIS IS AN AUTOGENERATED FILE **/
10940
- .DateRangeValidationMessage-module_fieldMessageList__4-tJ7 {
10941
- margin: var(--spacing-0, 0);
10942
- padding-inline-start: var(--spacing-24, 1.5rem);
10943
- }
10944
- /** THIS IS AN AUTOGENERATED FILE **/
10945
10853
  /** THIS IS AN AUTOGENERATED FILE **/
10946
10854
  /** THIS IS AN AUTOGENERATED FILE **/
10947
10855
  /** THIS IS AN AUTOGENERATED FILE **/
10948
- .Option-module_icon__6dMZa {
10949
- line-height: 1;
10950
- height: calc(var(--spacing-md, 1.5rem) - var(--border-solid-border-width, 2px) * 2);
10951
- width: calc(var(--spacing-md, 1.5rem) - var(--border-solid-border-width, 2px) * 2);
10856
+ .SelectionControlButton-module_button__u-ysH {
10857
+ appearance: none;
10858
+ display: inline;
10859
+ background: transparent;
10860
+ color: inherit;
10861
+ font: inherit;
10862
+ margin: 0;
10863
+ padding: 0;
10864
+ border: none;
10865
+ -webkit-font-smoothing: antialiased;
10866
+ -moz-osx-font-smoothing: grayscale;
10867
+ position: relative;
10952
10868
  display: inline-flex;
10953
- justify-content: center;
10954
- align-items: center;
10955
- }
10956
-
10957
- .Option-module_option__q837b {
10958
- height: fit-content;
10959
10869
  align-items: center;
10960
- display: inline-grid;
10961
- grid-template-columns: auto var(--spacing-md, 1.5rem);
10962
10870
  gap: var(--spacing-xs, 0.375rem);
10963
- padding-block: var(--spacing-8, 0.5rem);
10964
- padding-inline: var(--spacing-12, 0.75rem) var(--spacing-6, 0.375rem);
10965
- position: relative;
10966
- font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
10967
- font-size: var(--typography-paragraph-body-font-size, 1rem);
10968
- letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
10969
- font-weight: var(--typography-paragraph-body-font-weight, 400);
10970
- line-height: var(--typography-paragraph-body-line-height, 1.5rem);
10971
10871
  border: var(--border-solid-border-width, 2px) var(--border-solid-border-style, solid);
10972
10872
  border-color: var(--border-borderless-border-color, transparent);
10973
- border-radius: 4px;
10974
- cursor: default;
10873
+ border-radius: var(--border-solid-border-radius, 7px);
10874
+ padding: var(--spacing-4, 0.25rem) var(--spacing-8, 0.5rem);
10875
+ font-weight: var(--typography-button-secondary-font-weight, 500);
10876
+ font-family: var(--typography-button-secondary-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
10877
+ font-size: var(--typography-button-secondary-font-size, 1rem);
10878
+ line-height: var(--typography-button-secondary-line-height, 1.5rem);
10879
+ letter-spacing: var(--typography-button-secondary-letter-spacing, normal);
10880
+ color: var(--color-blue-500, #0168b3);
10975
10881
  }
10976
- .Option-module_option__q837b:focus {
10882
+ .SelectionControlButton-module_button__u-ysH:focus {
10977
10883
  outline: none;
10978
10884
  }
10979
- .Option-module_option__q837b.Option-module_isFocusVisible__gIulJ {
10885
+ .SelectionControlButton-module_button__u-ysH:hover:not(.SelectionControlButton-module_isDisabled__0axMR), .SelectionControlButton-module_button__u-ysH:active:not(.SelectionControlButton-module_isDisabled__0axMR), .SelectionControlButton-module_button__u-ysH:focus:not(.SelectionControlButton-module_isDisabled__0axMR) {
10980
10886
  background-color: var(--color-blue-100, #e6f6ff);
10981
- color: var(--color-blue-500, #0168b3);
10982
- outline: var(--border-focus-ring-border-width) var(--border-focus-ring-border-style) var(--color-blue-500);
10983
10887
  }
10984
- .Option-module_option__q837b.Option-module_isFocusVisible__gIulJ .Option-module_icon__6dMZa {
10985
- color: var(--color-blue-500, #0168b3);
10888
+ .SelectionControlButton-module_button__u-ysH:focus-visible::after {
10889
+ content: "";
10890
+ position: absolute;
10891
+ background: transparent;
10892
+ border-radius: var(--border-focus-ring-border-radius, 10px);
10893
+ border-width: var(--border-focus-ring-border-width, 2px);
10894
+ border-style: var(--border-focus-ring-border-style, solid);
10895
+ border-color: var(--color-blue-500, #0168b3);
10896
+ inset: calc(-1 * calc(var(--border-focus-ring-border-width, 2px) * 2 + 1px));
10986
10897
  }
10987
- .Option-module_option__q837b:hover:not(.Option-module_disabled__rgx8U), .Option-module_option__q837b:active:not(.Option-module_disabled__rgx8U) {
10988
- background-color: var(--color-blue-100, #e6f6ff);
10989
- color: var(--color-blue-500, #0168b3);
10898
+ .SelectionControlButton-module_button__u-ysH.SelectionControlButton-module_isDisabled__0axMR {
10899
+ pointer-events: none;
10900
+ color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.3);
10901
+ opacity: 100%;
10990
10902
  }
10991
- .Option-module_option__q837b:hover:not(.Option-module_disabled__rgx8U) .Option-module_icon__6dMZa, .Option-module_option__q837b:active:not(.Option-module_disabled__rgx8U) .Option-module_icon__6dMZa {
10992
- color: var(--color-blue-500, #0168b3);
10903
+ .SelectionControlButton-module_button__u-ysH.SelectionControlButton-module_isDisabled__0axMR:focus {
10904
+ outline: none;
10905
+ border: 2px solid transparent;
10993
10906
  }
10994
-
10995
- .Option-module_isSelected__w9brB {
10996
- font-weight: var(--typography-paragraph-bold-font-weight, 600);
10997
- color: var(--color-blue-500, #0168b3);
10907
+ .SelectionControlButton-module_button__u-ysH.SelectionControlButton-module_isDisabled__0axMR:focus-visible::after {
10908
+ border-color: var(--color-gray-400, #cdcdd0);
10998
10909
  }
10999
- .Option-module_isSelected__w9brB.Option-module_icon__6dMZa {
11000
- color: var(--color-blue-500, #0168b3);
10910
+ /** THIS IS AN AUTOGENERATED FILE **/
10911
+ .SelectPopoverContents-module_selectPopoverContents__rmEWn {
10912
+ padding: var(--spacing-12, 0.75rem);
10913
+ }
10914
+ /** THIS IS AN AUTOGENERATED FILE **/
10915
+ .ListBoxSection-module_sectionWrapper__SsXWN {
10916
+ display: flex;
10917
+ flex-direction: column;
10918
+ }
10919
+ .ListBoxSection-module_sectionWrapper__SsXWN:not(:first-child) {
10920
+ margin-top: var(--spacing-8, 0.5rem);
11001
10921
  }
11002
10922
 
11003
- .Option-module_disabled__rgx8U {
11004
- color: var(--color-gray-500, #878792);
10923
+ .ListBoxSection-module_sectionHeading__A04aq {
10924
+ padding-inline-start: var(--spacing-4, 0.25rem);
10925
+ }
10926
+
10927
+ .ListBoxSection-module_sectionList__pb0N3 {
10928
+ display: flex;
10929
+ flex-direction: column;
10930
+ padding: var(--spacing-xs, 0.375rem) 0 0 0;
11005
10931
  }
11006
10932
  /** THIS IS AN AUTOGENERATED FILE **/
11007
- .MenuLoadingSkeleton-module_loadingInput__-6KsQ {
11008
- margin-bottom: var(--spacing-sm, 0.75rem);
10933
+ .SectionDivider-module_divider__EZpOd {
10934
+ margin: var(--spacing-8, 0.5rem) 0;
11009
10935
  }
11010
-
11011
- .MenuLoadingSkeleton-module_loadingContainer__QFFBR {
11012
- margin-left: var(--spacing-sm, 0.75rem);
11013
- margin-right: var(--spacing-sm, 0.75rem);
10936
+ .SectionDivider-module_divider__EZpOd:first-child, .SectionDivider-module_divider__EZpOd:last-child, .SectionDivider-module_divider__EZpOd + .SectionDivider-module_divider__EZpOd {
10937
+ display: none;
11014
10938
  }
11015
- .LinkModal-module_validationErrorMessage__APw4U ul {
11016
- margin-bottom: 0;
10939
+ /** THIS IS AN AUTOGENERATED FILE **/
10940
+ .DateRangeValidationMessage-module_fieldMessageList__4-tJ7 {
10941
+ margin: var(--spacing-0, 0);
10942
+ padding-inline-start: var(--spacing-24, 1.5rem);
11017
10943
  }
11018
10944
  /** THIS IS AN AUTOGENERATED FILE **/
11019
10945
  /** THIS IS AN AUTOGENERATED FILE **/
@@ -11143,6 +11069,80 @@ label .ToggleSwitch-module_disabled__3H-9R.ToggleSwitch-module_track__fcDMP {
11143
11069
  display: flex;
11144
11070
  padding: var(--spacing-sm, 0.75rem) var(--spacing-sm, 0.75rem) 0;
11145
11071
  }
11072
+ .LinkModal-module_validationErrorMessage__APw4U ul {
11073
+ margin-bottom: 0;
11074
+ }
11075
+ /** THIS IS AN AUTOGENERATED FILE **/
11076
+ /** THIS IS AN AUTOGENERATED FILE **/
11077
+ /** THIS IS AN AUTOGENERATED FILE **/
11078
+ /** THIS IS AN AUTOGENERATED FILE **/
11079
+ .Option-module_icon__6dMZa {
11080
+ line-height: 1;
11081
+ height: calc(var(--spacing-md, 1.5rem) - var(--border-solid-border-width, 2px) * 2);
11082
+ width: calc(var(--spacing-md, 1.5rem) - var(--border-solid-border-width, 2px) * 2);
11083
+ display: inline-flex;
11084
+ justify-content: center;
11085
+ align-items: center;
11086
+ }
11087
+
11088
+ .Option-module_option__q837b {
11089
+ height: fit-content;
11090
+ align-items: center;
11091
+ display: inline-grid;
11092
+ grid-template-columns: auto var(--spacing-md, 1.5rem);
11093
+ gap: var(--spacing-xs, 0.375rem);
11094
+ padding-block: var(--spacing-8, 0.5rem);
11095
+ padding-inline: var(--spacing-12, 0.75rem) var(--spacing-6, 0.375rem);
11096
+ position: relative;
11097
+ font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
11098
+ font-size: var(--typography-paragraph-body-font-size, 1rem);
11099
+ letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
11100
+ font-weight: var(--typography-paragraph-body-font-weight, 400);
11101
+ line-height: var(--typography-paragraph-body-line-height, 1.5rem);
11102
+ border: var(--border-solid-border-width, 2px) var(--border-solid-border-style, solid);
11103
+ border-color: var(--border-borderless-border-color, transparent);
11104
+ border-radius: 4px;
11105
+ cursor: default;
11106
+ }
11107
+ .Option-module_option__q837b:focus {
11108
+ outline: none;
11109
+ }
11110
+ .Option-module_option__q837b.Option-module_isFocusVisible__gIulJ {
11111
+ background-color: var(--color-blue-100, #e6f6ff);
11112
+ color: var(--color-blue-500, #0168b3);
11113
+ outline: var(--border-focus-ring-border-width) var(--border-focus-ring-border-style) var(--color-blue-500);
11114
+ }
11115
+ .Option-module_option__q837b.Option-module_isFocusVisible__gIulJ .Option-module_icon__6dMZa {
11116
+ color: var(--color-blue-500, #0168b3);
11117
+ }
11118
+ .Option-module_option__q837b:hover:not(.Option-module_disabled__rgx8U), .Option-module_option__q837b:active:not(.Option-module_disabled__rgx8U) {
11119
+ background-color: var(--color-blue-100, #e6f6ff);
11120
+ color: var(--color-blue-500, #0168b3);
11121
+ }
11122
+ .Option-module_option__q837b:hover:not(.Option-module_disabled__rgx8U) .Option-module_icon__6dMZa, .Option-module_option__q837b:active:not(.Option-module_disabled__rgx8U) .Option-module_icon__6dMZa {
11123
+ color: var(--color-blue-500, #0168b3);
11124
+ }
11125
+
11126
+ .Option-module_isSelected__w9brB {
11127
+ font-weight: var(--typography-paragraph-bold-font-weight, 600);
11128
+ color: var(--color-blue-500, #0168b3);
11129
+ }
11130
+ .Option-module_isSelected__w9brB.Option-module_icon__6dMZa {
11131
+ color: var(--color-blue-500, #0168b3);
11132
+ }
11133
+
11134
+ .Option-module_disabled__rgx8U {
11135
+ color: var(--color-gray-500, #878792);
11136
+ }
11137
+ /** THIS IS AN AUTOGENERATED FILE **/
11138
+ .MenuLoadingSkeleton-module_loadingInput__-6KsQ {
11139
+ margin-bottom: var(--spacing-sm, 0.75rem);
11140
+ }
11141
+
11142
+ .MenuLoadingSkeleton-module_loadingContainer__QFFBR {
11143
+ margin-left: var(--spacing-sm, 0.75rem);
11144
+ margin-right: var(--spacing-sm, 0.75rem);
11145
+ }
11146
11146
  /** THIS IS AN AUTOGENERATED FILE **/
11147
11147
  /** THIS IS AN AUTOGENERATED FILE **/
11148
11148
  .LinkPopover-module_popoverContent__qGPyp {