@itcase/ui 1.9.22 → 1.9.24

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.
@@ -35599,6 +35599,25 @@ textarea.fill {
35599
35599
  }
35600
35600
  }
35601
35601
  }
35602
+ .hover-filter {
35603
+ &_brightness {
35604
+ &09 {
35605
+ &:hover {
35606
+ filter: brightness(0.9);
35607
+ }
35608
+ }
35609
+ &1 {
35610
+ &:hover {
35611
+ filter: brightness(1);
35612
+ }
35613
+ }
35614
+ &11 {
35615
+ &:hover {
35616
+ filter: brightness(1.1);
35617
+ }
35618
+ }
35619
+ }
35620
+ }
35602
35621
  .hover-item-color {
35603
35622
  &_accent {
35604
35623
  &-item {
@@ -72790,6 +72809,18 @@ h2.react-datepicker__current-month {
72790
72809
  }
72791
72810
  }
72792
72811
  }
72812
+ &-item {
72813
+ &_red {
72814
+ & svg {
72815
+ stroke: none;
72816
+ fill: var(--color-palette-red);
72817
+ }
72818
+ }
72819
+ & svg {
72820
+ stroke: none;
72821
+ fill: var(--color-palette-red);
72822
+ }
72823
+ }
72793
72824
  &_red {
72794
72825
  &-item {
72795
72826
  & svg {
@@ -72846,6 +72877,18 @@ h2.react-datepicker__current-month {
72846
72877
  }
72847
72878
  }
72848
72879
  }
72880
+ &-item {
72881
+ &_neon-pink {
72882
+ & svg {
72883
+ stroke: none;
72884
+ fill: var(--color-palette-neon-pink);
72885
+ }
72886
+ }
72887
+ & svg {
72888
+ stroke: none;
72889
+ fill: var(--color-palette-neon-pink);
72890
+ }
72891
+ }
72849
72892
  &_neon-pink {
72850
72893
  &-item {
72851
72894
  & svg {
@@ -72902,6 +72945,18 @@ h2.react-datepicker__current-month {
72902
72945
  }
72903
72946
  }
72904
72947
  }
72948
+ &-item {
72949
+ &_electric-pink {
72950
+ & svg {
72951
+ stroke: none;
72952
+ fill: var(--color-palette-electric-pink);
72953
+ }
72954
+ }
72955
+ & svg {
72956
+ stroke: none;
72957
+ fill: var(--color-palette-electric-pink);
72958
+ }
72959
+ }
72905
72960
  &_electric-pink {
72906
72961
  &-item {
72907
72962
  & svg {
@@ -72958,6 +73013,18 @@ h2.react-datepicker__current-month {
72958
73013
  }
72959
73014
  }
72960
73015
  }
73016
+ &-item {
73017
+ &_hibiscus {
73018
+ & svg {
73019
+ stroke: none;
73020
+ fill: var(--color-palette-hibiscus);
73021
+ }
73022
+ }
73023
+ & svg {
73024
+ stroke: none;
73025
+ fill: var(--color-palette-hibiscus);
73026
+ }
73027
+ }
72961
73028
  &_hibiscus {
72962
73029
  &-item {
72963
73030
  & svg {
@@ -73014,6 +73081,18 @@ h2.react-datepicker__current-month {
73014
73081
  }
73015
73082
  }
73016
73083
  }
73084
+ &-item {
73085
+ &_pink {
73086
+ & svg {
73087
+ stroke: none;
73088
+ fill: var(--color-palette-pink);
73089
+ }
73090
+ }
73091
+ & svg {
73092
+ stroke: none;
73093
+ fill: var(--color-palette-pink);
73094
+ }
73095
+ }
73017
73096
  &_pink {
73018
73097
  &-item {
73019
73098
  & svg {
@@ -73070,6 +73149,18 @@ h2.react-datepicker__current-month {
73070
73149
  }
73071
73150
  }
73072
73151
  }
73152
+ &-item {
73153
+ &_pink-citrus {
73154
+ & svg {
73155
+ stroke: none;
73156
+ fill: var(--color-palette-pink-citrus);
73157
+ }
73158
+ }
73159
+ & svg {
73160
+ stroke: none;
73161
+ fill: var(--color-palette-pink-citrus);
73162
+ }
73163
+ }
73073
73164
  &_pink-citrus {
73074
73165
  &-item {
73075
73166
  & svg {
@@ -73126,6 +73217,18 @@ h2.react-datepicker__current-month {
73126
73217
  }
73127
73218
  }
73128
73219
  }
73220
+ &-item {
73221
+ &_pomegranate {
73222
+ & svg {
73223
+ stroke: none;
73224
+ fill: var(--color-palette-pomegranate);
73225
+ }
73226
+ }
73227
+ & svg {
73228
+ stroke: none;
73229
+ fill: var(--color-palette-pomegranate);
73230
+ }
73231
+ }
73129
73232
  &_pomegranate {
73130
73233
  &-item {
73131
73234
  & svg {
@@ -73182,6 +73285,18 @@ h2.react-datepicker__current-month {
73182
73285
  }
73183
73286
  }
73184
73287
  }
73288
+ &-item {
73289
+ &_dragon-fruit {
73290
+ & svg {
73291
+ stroke: none;
73292
+ fill: var(--color-palette-dragon-fruit);
73293
+ }
73294
+ }
73295
+ & svg {
73296
+ stroke: none;
73297
+ fill: var(--color-palette-dragon-fruit);
73298
+ }
73299
+ }
73185
73300
  &_dragon-fruit {
73186
73301
  &-item {
73187
73302
  & svg {
@@ -73238,6 +73353,18 @@ h2.react-datepicker__current-month {
73238
73353
  }
73239
73354
  }
73240
73355
  }
73356
+ &-item {
73357
+ &_camellia {
73358
+ & svg {
73359
+ stroke: none;
73360
+ fill: var(--color-palette-camellia);
73361
+ }
73362
+ }
73363
+ & svg {
73364
+ stroke: none;
73365
+ fill: var(--color-palette-camellia);
73366
+ }
73367
+ }
73241
73368
  &_camellia {
73242
73369
  &-item {
73243
73370
  & svg {
@@ -73294,6 +73421,18 @@ h2.react-datepicker__current-month {
73294
73421
  }
73295
73422
  }
73296
73423
  }
73424
+ &-item {
73425
+ &_red-rose {
73426
+ & svg {
73427
+ stroke: none;
73428
+ fill: var(--color-palette-red-rose);
73429
+ }
73430
+ }
73431
+ & svg {
73432
+ stroke: none;
73433
+ fill: var(--color-palette-red-rose);
73434
+ }
73435
+ }
73297
73436
  &_red-rose {
73298
73437
  &-item {
73299
73438
  & svg {
@@ -73350,6 +73489,18 @@ h2.react-datepicker__current-month {
73350
73489
  }
73351
73490
  }
73352
73491
  }
73492
+ &-item {
73493
+ &_plum {
73494
+ & svg {
73495
+ stroke: none;
73496
+ fill: var(--color-palette-plum);
73497
+ }
73498
+ }
73499
+ & svg {
73500
+ stroke: none;
73501
+ fill: var(--color-palette-plum);
73502
+ }
73503
+ }
73353
73504
  &_plum {
73354
73505
  &-item {
73355
73506
  & svg {
@@ -73406,6 +73557,18 @@ h2.react-datepicker__current-month {
73406
73557
  }
73407
73558
  }
73408
73559
  }
73560
+ &-item {
73561
+ &_orange {
73562
+ & svg {
73563
+ stroke: none;
73564
+ fill: var(--color-palette-orange);
73565
+ }
73566
+ }
73567
+ & svg {
73568
+ stroke: none;
73569
+ fill: var(--color-palette-orange);
73570
+ }
73571
+ }
73409
73572
  &_orange {
73410
73573
  &-item {
73411
73574
  & svg {
@@ -73462,6 +73625,18 @@ h2.react-datepicker__current-month {
73462
73625
  }
73463
73626
  }
73464
73627
  }
73628
+ &-item {
73629
+ &_clementine {
73630
+ & svg {
73631
+ stroke: none;
73632
+ fill: var(--color-palette-clementine);
73633
+ }
73634
+ }
73635
+ & svg {
73636
+ stroke: none;
73637
+ fill: var(--color-palette-clementine);
73638
+ }
73639
+ }
73465
73640
  &_clementine {
73466
73641
  &-item {
73467
73642
  & svg {
@@ -73518,6 +73693,18 @@ h2.react-datepicker__current-month {
73518
73693
  }
73519
73694
  }
73520
73695
  }
73696
+ &-item {
73697
+ &_apricot {
73698
+ & svg {
73699
+ stroke: none;
73700
+ fill: var(--color-palette-apricot);
73701
+ }
73702
+ }
73703
+ & svg {
73704
+ stroke: none;
73705
+ fill: var(--color-palette-apricot);
73706
+ }
73707
+ }
73521
73708
  &_apricot {
73522
73709
  &-item {
73523
73710
  & svg {
@@ -73574,6 +73761,18 @@ h2.react-datepicker__current-month {
73574
73761
  }
73575
73762
  }
73576
73763
  }
73764
+ &-item {
73765
+ &_papaya {
73766
+ & svg {
73767
+ stroke: none;
73768
+ fill: var(--color-palette-papaya);
73769
+ }
73770
+ }
73771
+ & svg {
73772
+ stroke: none;
73773
+ fill: var(--color-palette-papaya);
73774
+ }
73775
+ }
73577
73776
  &_papaya {
73578
73777
  &-item {
73579
73778
  & svg {
@@ -73630,6 +73829,18 @@ h2.react-datepicker__current-month {
73630
73829
  }
73631
73830
  }
73632
73831
  }
73832
+ &-item {
73833
+ &_kumquat {
73834
+ & svg {
73835
+ stroke: none;
73836
+ fill: var(--color-palette-kumquat);
73837
+ }
73838
+ }
73839
+ & svg {
73840
+ stroke: none;
73841
+ fill: var(--color-palette-kumquat);
73842
+ }
73843
+ }
73633
73844
  &_kumquat {
73634
73845
  &-item {
73635
73846
  & svg {
@@ -73686,6 +73897,18 @@ h2.react-datepicker__current-month {
73686
73897
  }
73687
73898
  }
73688
73899
  }
73900
+ &-item {
73901
+ &_light-orange {
73902
+ & svg {
73903
+ stroke: none;
73904
+ fill: var(--color-palette-light-orange);
73905
+ }
73906
+ }
73907
+ & svg {
73908
+ stroke: none;
73909
+ fill: var(--color-palette-light-orange);
73910
+ }
73911
+ }
73689
73912
  &_light-orange {
73690
73913
  &-item {
73691
73914
  & svg {
@@ -73742,6 +73965,18 @@ h2.react-datepicker__current-month {
73742
73965
  }
73743
73966
  }
73744
73967
  }
73968
+ &-item {
73969
+ &_peach {
73970
+ & svg {
73971
+ stroke: none;
73972
+ fill: var(--color-palette-peach);
73973
+ }
73974
+ }
73975
+ & svg {
73976
+ stroke: none;
73977
+ fill: var(--color-palette-peach);
73978
+ }
73979
+ }
73745
73980
  &_peach {
73746
73981
  &-item {
73747
73982
  & svg {
@@ -73798,6 +74033,18 @@ h2.react-datepicker__current-month {
73798
74033
  }
73799
74034
  }
73800
74035
  }
74036
+ &-item {
74037
+ &_flamingo {
74038
+ & svg {
74039
+ stroke: none;
74040
+ fill: var(--color-palette-flamingo);
74041
+ }
74042
+ }
74043
+ & svg {
74044
+ stroke: none;
74045
+ fill: var(--color-palette-flamingo);
74046
+ }
74047
+ }
73801
74048
  &_flamingo {
73802
74049
  &-item {
73803
74050
  & svg {
@@ -73854,6 +74101,18 @@ h2.react-datepicker__current-month {
73854
74101
  }
73855
74102
  }
73856
74103
  }
74104
+ &-item {
74105
+ &_rose-gold {
74106
+ & svg {
74107
+ stroke: none;
74108
+ fill: var(--color-palette-rose-gold);
74109
+ }
74110
+ }
74111
+ & svg {
74112
+ stroke: none;
74113
+ fill: var(--color-palette-rose-gold);
74114
+ }
74115
+ }
73857
74116
  &_rose-gold {
73858
74117
  &-item {
73859
74118
  & svg {
@@ -73910,6 +74169,18 @@ h2.react-datepicker__current-month {
73910
74169
  }
73911
74170
  }
73912
74171
  }
74172
+ &-item {
74173
+ &_pink-sand {
74174
+ & svg {
74175
+ stroke: none;
74176
+ fill: var(--color-palette-pink-sand);
74177
+ }
74178
+ }
74179
+ & svg {
74180
+ stroke: none;
74181
+ fill: var(--color-palette-pink-sand);
74182
+ }
74183
+ }
73913
74184
  &_pink-sand {
73914
74185
  &-item {
73915
74186
  & svg {
@@ -73966,6 +74237,18 @@ h2.react-datepicker__current-month {
73966
74237
  }
73967
74238
  }
73968
74239
  }
74240
+ &-item {
74241
+ &_vintage-rose {
74242
+ & svg {
74243
+ stroke: none;
74244
+ fill: var(--color-palette-vintage-rose);
74245
+ }
74246
+ }
74247
+ & svg {
74248
+ stroke: none;
74249
+ fill: var(--color-palette-vintage-rose);
74250
+ }
74251
+ }
73969
74252
  &_vintage-rose {
73970
74253
  &-item {
73971
74254
  & svg {
@@ -74022,6 +74305,18 @@ h2.react-datepicker__current-month {
74022
74305
  }
74023
74306
  }
74024
74307
  }
74308
+ &-item {
74309
+ &_grapefruit {
74310
+ & svg {
74311
+ stroke: none;
74312
+ fill: var(--color-palette-grapefruit);
74313
+ }
74314
+ }
74315
+ & svg {
74316
+ stroke: none;
74317
+ fill: var(--color-palette-grapefruit);
74318
+ }
74319
+ }
74025
74320
  &_grapefruit {
74026
74321
  &-item {
74027
74322
  & svg {
@@ -74078,6 +74373,18 @@ h2.react-datepicker__current-month {
74078
74373
  }
74079
74374
  }
74080
74375
  }
74376
+ &-item {
74377
+ &_light-pink {
74378
+ & svg {
74379
+ stroke: none;
74380
+ fill: var(--color-palette-light-pink);
74381
+ }
74382
+ }
74383
+ & svg {
74384
+ stroke: none;
74385
+ fill: var(--color-palette-light-pink);
74386
+ }
74387
+ }
74081
74388
  &_light-pink {
74082
74389
  &-item {
74083
74390
  & svg {
@@ -74134,6 +74441,18 @@ h2.react-datepicker__current-month {
74134
74441
  }
74135
74442
  }
74136
74443
  }
74444
+ &-item {
74445
+ &_light-red {
74446
+ & svg {
74447
+ stroke: none;
74448
+ fill: var(--color-palette-light-red);
74449
+ }
74450
+ }
74451
+ & svg {
74452
+ stroke: none;
74453
+ fill: var(--color-palette-light-red);
74454
+ }
74455
+ }
74137
74456
  &_light-red {
74138
74457
  &-item {
74139
74458
  & svg {
@@ -74190,6 +74509,18 @@ h2.react-datepicker__current-month {
74190
74509
  }
74191
74510
  }
74192
74511
  }
74512
+ &-item {
74513
+ &_cream {
74514
+ & svg {
74515
+ stroke: none;
74516
+ fill: var(--color-palette-cream);
74517
+ }
74518
+ }
74519
+ & svg {
74520
+ stroke: none;
74521
+ fill: var(--color-palette-cream);
74522
+ }
74523
+ }
74193
74524
  &_cream {
74194
74525
  &-item {
74195
74526
  & svg {
@@ -74246,6 +74577,18 @@ h2.react-datepicker__current-month {
74246
74577
  }
74247
74578
  }
74248
74579
  }
74580
+ &-item {
74581
+ &_almond {
74582
+ & svg {
74583
+ stroke: none;
74584
+ fill: var(--color-palette-almond);
74585
+ }
74586
+ }
74587
+ & svg {
74588
+ stroke: none;
74589
+ fill: var(--color-palette-almond);
74590
+ }
74591
+ }
74249
74592
  &_almond {
74250
74593
  &-item {
74251
74594
  & svg {
@@ -74302,6 +74645,18 @@ h2.react-datepicker__current-month {
74302
74645
  }
74303
74646
  }
74304
74647
  }
74648
+ &-item {
74649
+ &_mellow-yellow {
74650
+ & svg {
74651
+ stroke: none;
74652
+ fill: var(--color-palette-mellow-yellow);
74653
+ }
74654
+ }
74655
+ & svg {
74656
+ stroke: none;
74657
+ fill: var(--color-palette-mellow-yellow);
74658
+ }
74659
+ }
74305
74660
  &_mellow-yellow {
74306
74661
  &-item {
74307
74662
  & svg {
@@ -74358,6 +74713,18 @@ h2.react-datepicker__current-month {
74358
74713
  }
74359
74714
  }
74360
74715
  }
74716
+ &-item {
74717
+ &_canary-yellow {
74718
+ & svg {
74719
+ stroke: none;
74720
+ fill: var(--color-palette-canary-yellow);
74721
+ }
74722
+ }
74723
+ & svg {
74724
+ stroke: none;
74725
+ fill: var(--color-palette-canary-yellow);
74726
+ }
74727
+ }
74361
74728
  &_canary-yellow {
74362
74729
  &-item {
74363
74730
  & svg {
@@ -74414,6 +74781,18 @@ h2.react-datepicker__current-month {
74414
74781
  }
74415
74782
  }
74416
74783
  }
74784
+ &-item {
74785
+ &_pollen {
74786
+ & svg {
74787
+ stroke: none;
74788
+ fill: var(--color-palette-pollen);
74789
+ }
74790
+ }
74791
+ & svg {
74792
+ stroke: none;
74793
+ fill: var(--color-palette-pollen);
74794
+ }
74795
+ }
74417
74796
  &_pollen {
74418
74797
  &-item {
74419
74798
  & svg {
@@ -74470,6 +74849,18 @@ h2.react-datepicker__current-month {
74470
74849
  }
74471
74850
  }
74472
74851
  }
74852
+ &-item {
74853
+ &_flash-light {
74854
+ & svg {
74855
+ stroke: none;
74856
+ fill: var(--color-palette-flash-light);
74857
+ }
74858
+ }
74859
+ & svg {
74860
+ stroke: none;
74861
+ fill: var(--color-palette-flash-light);
74862
+ }
74863
+ }
74473
74864
  &_flash-light {
74474
74865
  &-item {
74475
74866
  & svg {
@@ -74526,6 +74917,18 @@ h2.react-datepicker__current-month {
74526
74917
  }
74527
74918
  }
74528
74919
  }
74920
+ &-item {
74921
+ &_lemon-cream {
74922
+ & svg {
74923
+ stroke: none;
74924
+ fill: var(--color-palette-lemon-cream);
74925
+ }
74926
+ }
74927
+ & svg {
74928
+ stroke: none;
74929
+ fill: var(--color-palette-lemon-cream);
74930
+ }
74931
+ }
74529
74932
  &_lemon-cream {
74530
74933
  &-item {
74531
74934
  & svg {
@@ -74582,6 +74985,18 @@ h2.react-datepicker__current-month {
74582
74985
  }
74583
74986
  }
74584
74987
  }
74988
+ &-item {
74989
+ &_flash {
74990
+ & svg {
74991
+ stroke: none;
74992
+ fill: var(--color-palette-flash);
74993
+ }
74994
+ }
74995
+ & svg {
74996
+ stroke: none;
74997
+ fill: var(--color-palette-flash);
74998
+ }
74999
+ }
74585
75000
  &_flash {
74586
75001
  &-item {
74587
75002
  & svg {
@@ -74638,6 +75053,18 @@ h2.react-datepicker__current-month {
74638
75053
  }
74639
75054
  }
74640
75055
  }
75056
+ &-item {
75057
+ &_dark-green {
75058
+ & svg {
75059
+ stroke: none;
75060
+ fill: var(--color-palette-dark-green);
75061
+ }
75062
+ }
75063
+ & svg {
75064
+ stroke: none;
75065
+ fill: var(--color-palette-dark-green);
75066
+ }
75067
+ }
74641
75068
  &_dark-green {
74642
75069
  &-item {
74643
75070
  & svg {
@@ -74694,6 +75121,18 @@ h2.react-datepicker__current-month {
74694
75121
  }
74695
75122
  }
74696
75123
  }
75124
+ &-item {
75125
+ &_green {
75126
+ & svg {
75127
+ stroke: none;
75128
+ fill: var(--color-palette-green);
75129
+ }
75130
+ }
75131
+ & svg {
75132
+ stroke: none;
75133
+ fill: var(--color-palette-green);
75134
+ }
75135
+ }
74697
75136
  &_green {
74698
75137
  &-item {
74699
75138
  & svg {
@@ -74750,6 +75189,18 @@ h2.react-datepicker__current-month {
74750
75189
  }
74751
75190
  }
74752
75191
  }
75192
+ &-item {
75193
+ &_spearmint {
75194
+ & svg {
75195
+ stroke: none;
75196
+ fill: var(--color-palette-spearmint);
75197
+ }
75198
+ }
75199
+ & svg {
75200
+ stroke: none;
75201
+ fill: var(--color-palette-spearmint);
75202
+ }
75203
+ }
74753
75204
  &_spearmint {
74754
75205
  &-item {
74755
75206
  & svg {
@@ -74806,6 +75257,18 @@ h2.react-datepicker__current-month {
74806
75257
  }
74807
75258
  }
74808
75259
  }
75260
+ &-item {
75261
+ &_mint {
75262
+ & svg {
75263
+ stroke: none;
75264
+ fill: var(--color-palette-mint);
75265
+ }
75266
+ }
75267
+ & svg {
75268
+ stroke: none;
75269
+ fill: var(--color-palette-mint);
75270
+ }
75271
+ }
74809
75272
  &_mint {
74810
75273
  &-item {
74811
75274
  & svg {
@@ -74862,6 +75325,18 @@ h2.react-datepicker__current-month {
74862
75325
  }
74863
75326
  }
74864
75327
  }
75328
+ &-item {
75329
+ &_beryl {
75330
+ & svg {
75331
+ stroke: none;
75332
+ fill: var(--color-palette-beryl);
75333
+ }
75334
+ }
75335
+ & svg {
75336
+ stroke: none;
75337
+ fill: var(--color-palette-beryl);
75338
+ }
75339
+ }
74865
75340
  &_beryl {
74866
75341
  &-item {
74867
75342
  & svg {
@@ -74918,6 +75393,18 @@ h2.react-datepicker__current-month {
74918
75393
  }
74919
75394
  }
74920
75395
  }
75396
+ &-item {
75397
+ &_light-green {
75398
+ & svg {
75399
+ stroke: none;
75400
+ fill: var(--color-palette-light-green);
75401
+ }
75402
+ }
75403
+ & svg {
75404
+ stroke: none;
75405
+ fill: var(--color-palette-light-green);
75406
+ }
75407
+ }
74921
75408
  &_light-green {
74922
75409
  &-item {
74923
75410
  & svg {
@@ -74974,6 +75461,18 @@ h2.react-datepicker__current-month {
74974
75461
  }
74975
75462
  }
74976
75463
  }
75464
+ &-item {
75465
+ &_light-sky {
75466
+ & svg {
75467
+ stroke: none;
75468
+ fill: var(--color-palette-light-sky);
75469
+ }
75470
+ }
75471
+ & svg {
75472
+ stroke: none;
75473
+ fill: var(--color-palette-light-sky);
75474
+ }
75475
+ }
74977
75476
  &_light-sky {
74978
75477
  &-item {
74979
75478
  & svg {
@@ -75030,6 +75529,18 @@ h2.react-datepicker__current-month {
75030
75529
  }
75031
75530
  }
75032
75531
  }
75532
+ &-item {
75533
+ &_sea-foam {
75534
+ & svg {
75535
+ stroke: none;
75536
+ fill: var(--color-palette-sea-foam);
75537
+ }
75538
+ }
75539
+ & svg {
75540
+ stroke: none;
75541
+ fill: var(--color-palette-sea-foam);
75542
+ }
75543
+ }
75033
75544
  &_sea-foam {
75034
75545
  &-item {
75035
75546
  & svg {
@@ -75086,6 +75597,18 @@ h2.react-datepicker__current-month {
75086
75597
  }
75087
75598
  }
75088
75599
  }
75600
+ &-item {
75601
+ &_turquoise {
75602
+ & svg {
75603
+ stroke: none;
75604
+ fill: var(--color-palette-turquoise);
75605
+ }
75606
+ }
75607
+ & svg {
75608
+ stroke: none;
75609
+ fill: var(--color-palette-turquoise);
75610
+ }
75611
+ }
75089
75612
  &_turquoise {
75090
75613
  &-item {
75091
75614
  & svg {
@@ -75142,6 +75665,18 @@ h2.react-datepicker__current-month {
75142
75665
  }
75143
75666
  }
75144
75667
  }
75668
+ &-item {
75669
+ &_blue {
75670
+ & svg {
75671
+ stroke: none;
75672
+ fill: var(--color-palette-blue);
75673
+ }
75674
+ }
75675
+ & svg {
75676
+ stroke: none;
75677
+ fill: var(--color-palette-blue);
75678
+ }
75679
+ }
75145
75680
  &_blue {
75146
75681
  &-item {
75147
75682
  & svg {
@@ -75198,6 +75733,18 @@ h2.react-datepicker__current-month {
75198
75733
  }
75199
75734
  }
75200
75735
  }
75736
+ &-item {
75737
+ &_light-blue {
75738
+ & svg {
75739
+ stroke: none;
75740
+ fill: var(--color-palette-light-blue);
75741
+ }
75742
+ }
75743
+ & svg {
75744
+ stroke: none;
75745
+ fill: var(--color-palette-light-blue);
75746
+ }
75747
+ }
75201
75748
  &_light-blue {
75202
75749
  &-item {
75203
75750
  & svg {
@@ -75254,6 +75801,18 @@ h2.react-datepicker__current-month {
75254
75801
  }
75255
75802
  }
75256
75803
  }
75804
+ &-item {
75805
+ &_cerulean {
75806
+ & svg {
75807
+ stroke: none;
75808
+ fill: var(--color-palette-cerulean);
75809
+ }
75810
+ }
75811
+ & svg {
75812
+ stroke: none;
75813
+ fill: var(--color-palette-cerulean);
75814
+ }
75815
+ }
75257
75816
  &_cerulean {
75258
75817
  &-item {
75259
75818
  & svg {
@@ -75310,6 +75869,18 @@ h2.react-datepicker__current-month {
75310
75869
  }
75311
75870
  }
75312
75871
  }
75872
+ &-item {
75873
+ &_surf-blue {
75874
+ & svg {
75875
+ stroke: none;
75876
+ fill: var(--color-palette-surf-blue);
75877
+ }
75878
+ }
75879
+ & svg {
75880
+ stroke: none;
75881
+ fill: var(--color-palette-surf-blue);
75882
+ }
75883
+ }
75313
75884
  &_surf-blue {
75314
75885
  &-item {
75315
75886
  & svg {
@@ -75366,6 +75937,18 @@ h2.react-datepicker__current-month {
75366
75937
  }
75367
75938
  }
75368
75939
  }
75940
+ &-item {
75941
+ &_pacific-green {
75942
+ & svg {
75943
+ stroke: none;
75944
+ fill: var(--color-palette-pacific-green);
75945
+ }
75946
+ }
75947
+ & svg {
75948
+ stroke: none;
75949
+ fill: var(--color-palette-pacific-green);
75950
+ }
75951
+ }
75369
75952
  &_pacific-green {
75370
75953
  &-item {
75371
75954
  & svg {
@@ -75422,6 +76005,18 @@ h2.react-datepicker__current-month {
75422
76005
  }
75423
76006
  }
75424
76007
  }
76008
+ &-item {
76009
+ &_blue-cobalt {
76010
+ & svg {
76011
+ stroke: none;
76012
+ fill: var(--color-palette-blue-cobalt);
76013
+ }
76014
+ }
76015
+ & svg {
76016
+ stroke: none;
76017
+ fill: var(--color-palette-blue-cobalt);
76018
+ }
76019
+ }
75425
76020
  &_blue-cobalt {
75426
76021
  &-item {
75427
76022
  & svg {
@@ -75478,6 +76073,18 @@ h2.react-datepicker__current-month {
75478
76073
  }
75479
76074
  }
75480
76075
  }
76076
+ &-item {
76077
+ &_dark-teal {
76078
+ & svg {
76079
+ stroke: none;
76080
+ fill: var(--color-palette-dark-teal);
76081
+ }
76082
+ }
76083
+ & svg {
76084
+ stroke: none;
76085
+ fill: var(--color-palette-dark-teal);
76086
+ }
76087
+ }
75481
76088
  &_dark-teal {
75482
76089
  &-item {
75483
76090
  & svg {
@@ -75534,6 +76141,18 @@ h2.react-datepicker__current-month {
75534
76141
  }
75535
76142
  }
75536
76143
  }
76144
+ &-item {
76145
+ &_blue-horizon {
76146
+ & svg {
76147
+ stroke: none;
76148
+ fill: var(--color-palette-blue-horizon);
76149
+ }
76150
+ }
76151
+ & svg {
76152
+ stroke: none;
76153
+ fill: var(--color-palette-blue-horizon);
76154
+ }
76155
+ }
75537
76156
  &_blue-horizon {
75538
76157
  &-item {
75539
76158
  & svg {
@@ -75590,6 +76209,18 @@ h2.react-datepicker__current-month {
75590
76209
  }
75591
76210
  }
75592
76211
  }
76212
+ &-item {
76213
+ &_denim-blue {
76214
+ & svg {
76215
+ stroke: none;
76216
+ fill: var(--color-palette-denim-blue);
76217
+ }
76218
+ }
76219
+ & svg {
76220
+ stroke: none;
76221
+ fill: var(--color-palette-denim-blue);
76222
+ }
76223
+ }
75593
76224
  &_denim-blue {
75594
76225
  &-item {
75595
76226
  & svg {
@@ -75646,6 +76277,18 @@ h2.react-datepicker__current-month {
75646
76277
  }
75647
76278
  }
75648
76279
  }
76280
+ &-item {
76281
+ &_linen-blue {
76282
+ & svg {
76283
+ stroke: none;
76284
+ fill: var(--color-palette-linen-blue);
76285
+ }
76286
+ }
76287
+ & svg {
76288
+ stroke: none;
76289
+ fill: var(--color-palette-linen-blue);
76290
+ }
76291
+ }
75649
76292
  &_linen-blue {
75650
76293
  &-item {
75651
76294
  & svg {
@@ -75702,6 +76345,18 @@ h2.react-datepicker__current-month {
75702
76345
  }
75703
76346
  }
75704
76347
  }
76348
+ &-item {
76349
+ &_deep-navy {
76350
+ & svg {
76351
+ stroke: none;
76352
+ fill: var(--color-palette-deep-navy);
76353
+ }
76354
+ }
76355
+ & svg {
76356
+ stroke: none;
76357
+ fill: var(--color-palette-deep-navy);
76358
+ }
76359
+ }
75705
76360
  &_deep-navy {
75706
76361
  &-item {
75707
76362
  & svg {
@@ -75758,6 +76413,18 @@ h2.react-datepicker__current-month {
75758
76413
  }
75759
76414
  }
75760
76415
  }
76416
+ &-item {
76417
+ &_midnight-blue {
76418
+ & svg {
76419
+ stroke: none;
76420
+ fill: var(--color-palette-midnight-blue);
76421
+ }
76422
+ }
76423
+ & svg {
76424
+ stroke: none;
76425
+ fill: var(--color-palette-midnight-blue);
76426
+ }
76427
+ }
75761
76428
  &_midnight-blue {
75762
76429
  &-item {
75763
76430
  & svg {
@@ -75814,6 +76481,18 @@ h2.react-datepicker__current-month {
75814
76481
  }
75815
76482
  }
75816
76483
  }
76484
+ &-item {
76485
+ &_purple {
76486
+ & svg {
76487
+ stroke: none;
76488
+ fill: var(--color-palette-purple);
76489
+ }
76490
+ }
76491
+ & svg {
76492
+ stroke: none;
76493
+ fill: var(--color-palette-purple);
76494
+ }
76495
+ }
75817
76496
  &_purple {
75818
76497
  &-item {
75819
76498
  & svg {
@@ -75870,6 +76549,18 @@ h2.react-datepicker__current-month {
75870
76549
  }
75871
76550
  }
75872
76551
  }
76552
+ &-item {
76553
+ &_ultra-violet {
76554
+ & svg {
76555
+ stroke: none;
76556
+ fill: var(--color-palette-ultra-violet);
76557
+ }
76558
+ }
76559
+ & svg {
76560
+ stroke: none;
76561
+ fill: var(--color-palette-ultra-violet);
76562
+ }
76563
+ }
75873
76564
  &_ultra-violet {
75874
76565
  &-item {
75875
76566
  & svg {
@@ -75926,6 +76617,18 @@ h2.react-datepicker__current-month {
75926
76617
  }
75927
76618
  }
75928
76619
  }
76620
+ &-item {
76621
+ &_lilac {
76622
+ & svg {
76623
+ stroke: none;
76624
+ fill: var(--color-palette-lilac);
76625
+ }
76626
+ }
76627
+ & svg {
76628
+ stroke: none;
76629
+ fill: var(--color-palette-lilac);
76630
+ }
76631
+ }
75929
76632
  &_lilac {
75930
76633
  &-item {
75931
76634
  & svg {
@@ -75982,6 +76685,18 @@ h2.react-datepicker__current-month {
75982
76685
  }
75983
76686
  }
75984
76687
  }
76688
+ &-item {
76689
+ &_ocean-blue {
76690
+ & svg {
76691
+ stroke: none;
76692
+ fill: var(--color-palette-ocean-blue);
76693
+ }
76694
+ }
76695
+ & svg {
76696
+ stroke: none;
76697
+ fill: var(--color-palette-ocean-blue);
76698
+ }
76699
+ }
75985
76700
  &_ocean-blue {
75986
76701
  &-item {
75987
76702
  & svg {
@@ -76038,6 +76753,18 @@ h2.react-datepicker__current-month {
76038
76753
  }
76039
76754
  }
76040
76755
  }
76756
+ &-item {
76757
+ &_delft-blue {
76758
+ & svg {
76759
+ stroke: none;
76760
+ fill: var(--color-palette-delft-blue);
76761
+ }
76762
+ }
76763
+ & svg {
76764
+ stroke: none;
76765
+ fill: var(--color-palette-delft-blue);
76766
+ }
76767
+ }
76041
76768
  &_delft-blue {
76042
76769
  &-item {
76043
76770
  & svg {
@@ -76094,6 +76821,18 @@ h2.react-datepicker__current-month {
76094
76821
  }
76095
76822
  }
76096
76823
  }
76824
+ &-item {
76825
+ &_indigo {
76826
+ & svg {
76827
+ stroke: none;
76828
+ fill: var(--color-palette-indigo);
76829
+ }
76830
+ }
76831
+ & svg {
76832
+ stroke: none;
76833
+ fill: var(--color-palette-indigo);
76834
+ }
76835
+ }
76097
76836
  &_indigo {
76098
76837
  &-item {
76099
76838
  & svg {
@@ -76150,6 +76889,18 @@ h2.react-datepicker__current-month {
76150
76889
  }
76151
76890
  }
76152
76891
  }
76892
+ &-item {
76893
+ &_lavender-gray {
76894
+ & svg {
76895
+ stroke: none;
76896
+ fill: var(--color-palette-lavender-gray);
76897
+ }
76898
+ }
76899
+ & svg {
76900
+ stroke: none;
76901
+ fill: var(--color-palette-lavender-gray);
76902
+ }
76903
+ }
76153
76904
  &_lavender-gray {
76154
76905
  &-item {
76155
76906
  & svg {
@@ -76206,6 +76957,18 @@ h2.react-datepicker__current-month {
76206
76957
  }
76207
76958
  }
76208
76959
  }
76960
+ &-item {
76961
+ &_lavender {
76962
+ & svg {
76963
+ stroke: none;
76964
+ fill: var(--color-palette-lavender);
76965
+ }
76966
+ }
76967
+ & svg {
76968
+ stroke: none;
76969
+ fill: var(--color-palette-lavender);
76970
+ }
76971
+ }
76209
76972
  &_lavender {
76210
76973
  &-item {
76211
76974
  & svg {
@@ -76262,6 +77025,18 @@ h2.react-datepicker__current-month {
76262
77025
  }
76263
77026
  }
76264
77027
  }
77028
+ &-item {
77029
+ &_mist-blue {
77030
+ & svg {
77031
+ stroke: none;
77032
+ fill: var(--color-palette-mist-blue);
77033
+ }
77034
+ }
77035
+ & svg {
77036
+ stroke: none;
77037
+ fill: var(--color-palette-mist-blue);
77038
+ }
77039
+ }
76265
77040
  &_mist-blue {
76266
77041
  &-item {
76267
77042
  & svg {
@@ -76318,6 +77093,18 @@ h2.react-datepicker__current-month {
76318
77093
  }
76319
77094
  }
76320
77095
  }
77096
+ &-item {
77097
+ &_storm-gray {
77098
+ & svg {
77099
+ stroke: none;
77100
+ fill: var(--color-palette-storm-gray);
77101
+ }
77102
+ }
77103
+ & svg {
77104
+ stroke: none;
77105
+ fill: var(--color-palette-storm-gray);
77106
+ }
77107
+ }
76321
77108
  &_storm-gray {
76322
77109
  &-item {
76323
77110
  & svg {
@@ -76374,6 +77161,18 @@ h2.react-datepicker__current-month {
76374
77161
  }
76375
77162
  }
76376
77163
  }
77164
+ &-item {
77165
+ &_cactus {
77166
+ & svg {
77167
+ stroke: none;
77168
+ fill: var(--color-palette-cactus);
77169
+ }
77170
+ }
77171
+ & svg {
77172
+ stroke: none;
77173
+ fill: var(--color-palette-cactus);
77174
+ }
77175
+ }
76377
77176
  &_cactus {
76378
77177
  &-item {
76379
77178
  & svg {
@@ -76430,6 +77229,18 @@ h2.react-datepicker__current-month {
76430
77229
  }
76431
77230
  }
76432
77231
  }
77232
+ &-item {
77233
+ &_pine-green {
77234
+ & svg {
77235
+ stroke: none;
77236
+ fill: var(--color-palette-pine-green);
77237
+ }
77238
+ }
77239
+ & svg {
77240
+ stroke: none;
77241
+ fill: var(--color-palette-pine-green);
77242
+ }
77243
+ }
76433
77244
  &_pine-green {
76434
77245
  &-item {
76435
77246
  & svg {
@@ -76486,6 +77297,18 @@ h2.react-datepicker__current-month {
76486
77297
  }
76487
77298
  }
76488
77299
  }
77300
+ &-item {
77301
+ &_cyprus-green {
77302
+ & svg {
77303
+ stroke: none;
77304
+ fill: var(--color-palette-cyprus-green);
77305
+ }
77306
+ }
77307
+ & svg {
77308
+ stroke: none;
77309
+ fill: var(--color-palette-cyprus-green);
77310
+ }
77311
+ }
76489
77312
  &_cyprus-green {
76490
77313
  &-item {
76491
77314
  & svg {
@@ -76542,6 +77365,18 @@ h2.react-datepicker__current-month {
76542
77365
  }
76543
77366
  }
76544
77367
  }
77368
+ &-item {
77369
+ &_northern-blue {
77370
+ & svg {
77371
+ stroke: none;
77372
+ fill: var(--color-palette-northern-blue);
77373
+ }
77374
+ }
77375
+ & svg {
77376
+ stroke: none;
77377
+ fill: var(--color-palette-northern-blue);
77378
+ }
77379
+ }
76545
77380
  &_northern-blue {
76546
77381
  &-item {
76547
77382
  & svg {
@@ -76598,6 +77433,18 @@ h2.react-datepicker__current-month {
76598
77433
  }
76599
77434
  }
76600
77435
  }
77436
+ &-item {
77437
+ &_azure {
77438
+ & svg {
77439
+ stroke: none;
77440
+ fill: var(--color-palette-azure);
77441
+ }
77442
+ }
77443
+ & svg {
77444
+ stroke: none;
77445
+ fill: var(--color-palette-azure);
77446
+ }
77447
+ }
76601
77448
  &_azure {
76602
77449
  &-item {
76603
77450
  & svg {
@@ -76654,6 +77501,18 @@ h2.react-datepicker__current-month {
76654
77501
  }
76655
77502
  }
76656
77503
  }
77504
+ &-item {
77505
+ &_alaskan-blue {
77506
+ & svg {
77507
+ stroke: none;
77508
+ fill: var(--color-palette-alaskan-blue);
77509
+ }
77510
+ }
77511
+ & svg {
77512
+ stroke: none;
77513
+ fill: var(--color-palette-alaskan-blue);
77514
+ }
77515
+ }
76657
77516
  &_alaskan-blue {
76658
77517
  &-item {
76659
77518
  & svg {
@@ -76710,6 +77569,18 @@ h2.react-datepicker__current-month {
76710
77569
  }
76711
77570
  }
76712
77571
  }
77572
+ &-item {
77573
+ &_khaki {
77574
+ & svg {
77575
+ stroke: none;
77576
+ fill: var(--color-palette-khaki);
77577
+ }
77578
+ }
77579
+ & svg {
77580
+ stroke: none;
77581
+ fill: var(--color-palette-khaki);
77582
+ }
77583
+ }
76713
77584
  &_khaki {
76714
77585
  &-item {
76715
77586
  & svg {
@@ -76766,6 +77637,18 @@ h2.react-datepicker__current-month {
76766
77637
  }
76767
77638
  }
76768
77639
  }
77640
+ &-item {
77641
+ &_dark-olive {
77642
+ & svg {
77643
+ stroke: none;
77644
+ fill: var(--color-palette-dark-olive);
77645
+ }
77646
+ }
77647
+ & svg {
77648
+ stroke: none;
77649
+ fill: var(--color-palette-dark-olive);
77650
+ }
77651
+ }
76769
77652
  &_dark-olive {
76770
77653
  &-item {
76771
77654
  & svg {
@@ -76822,6 +77705,18 @@ h2.react-datepicker__current-month {
76822
77705
  }
76823
77706
  }
76824
77707
  }
77708
+ &-item {
77709
+ &_soft-white {
77710
+ & svg {
77711
+ stroke: none;
77712
+ fill: var(--color-palette-soft-white);
77713
+ }
77714
+ }
77715
+ & svg {
77716
+ stroke: none;
77717
+ fill: var(--color-palette-soft-white);
77718
+ }
77719
+ }
76825
77720
  &_soft-white {
76826
77721
  &-item {
76827
77722
  & svg {
@@ -76878,6 +77773,18 @@ h2.react-datepicker__current-month {
76878
77773
  }
76879
77774
  }
76880
77775
  }
77776
+ &-item {
77777
+ &_antique-white {
77778
+ & svg {
77779
+ stroke: none;
77780
+ fill: var(--color-palette-antique-white);
77781
+ }
77782
+ }
77783
+ & svg {
77784
+ stroke: none;
77785
+ fill: var(--color-palette-antique-white);
77786
+ }
77787
+ }
76881
77788
  &_antique-white {
76882
77789
  &-item {
76883
77790
  & svg {
@@ -76934,6 +77841,18 @@ h2.react-datepicker__current-month {
76934
77841
  }
76935
77842
  }
76936
77843
  }
77844
+ &-item {
77845
+ &_yellow-gold {
77846
+ & svg {
77847
+ stroke: none;
77848
+ fill: var(--color-palette-yellow-gold);
77849
+ }
77850
+ }
77851
+ & svg {
77852
+ stroke: none;
77853
+ fill: var(--color-palette-yellow-gold);
77854
+ }
77855
+ }
76937
77856
  &_yellow-gold {
76938
77857
  &-item {
76939
77858
  & svg {
@@ -76990,6 +77909,18 @@ h2.react-datepicker__current-month {
76990
77909
  }
76991
77910
  }
76992
77911
  }
77912
+ &-item {
77913
+ &_gold {
77914
+ & svg {
77915
+ stroke: none;
77916
+ fill: var(--color-palette-gold);
77917
+ }
77918
+ }
77919
+ & svg {
77920
+ stroke: none;
77921
+ fill: var(--color-palette-gold);
77922
+ }
77923
+ }
76993
77924
  &_gold {
76994
77925
  &-item {
76995
77926
  & svg {
@@ -77046,6 +77977,18 @@ h2.react-datepicker__current-month {
77046
77977
  }
77047
77978
  }
77048
77979
  }
77980
+ &-item {
77981
+ &_camel {
77982
+ & svg {
77983
+ stroke: none;
77984
+ fill: var(--color-palette-camel);
77985
+ }
77986
+ }
77987
+ & svg {
77988
+ stroke: none;
77989
+ fill: var(--color-palette-camel);
77990
+ }
77991
+ }
77049
77992
  &_camel {
77050
77993
  &-item {
77051
77994
  & svg {
@@ -77102,6 +78045,18 @@ h2.react-datepicker__current-month {
77102
78045
  }
77103
78046
  }
77104
78047
  }
78048
+ &-item {
78049
+ &_walnut {
78050
+ & svg {
78051
+ stroke: none;
78052
+ fill: var(--color-palette-walnut);
78053
+ }
78054
+ }
78055
+ & svg {
78056
+ stroke: none;
78057
+ fill: var(--color-palette-walnut);
78058
+ }
78059
+ }
77105
78060
  &_walnut {
77106
78061
  &-item {
77107
78062
  & svg {
@@ -77158,6 +78113,18 @@ h2.react-datepicker__current-month {
77158
78113
  }
77159
78114
  }
77160
78115
  }
78116
+ &-item {
78117
+ &_stone {
78118
+ & svg {
78119
+ stroke: none;
78120
+ fill: var(--color-palette-stone);
78121
+ }
78122
+ }
78123
+ & svg {
78124
+ stroke: none;
78125
+ fill: var(--color-palette-stone);
78126
+ }
78127
+ }
77161
78128
  &_stone {
77162
78129
  &-item {
77163
78130
  & svg {
@@ -77214,6 +78181,18 @@ h2.react-datepicker__current-month {
77214
78181
  }
77215
78182
  }
77216
78183
  }
78184
+ &-item {
78185
+ &_pebble {
78186
+ & svg {
78187
+ stroke: none;
78188
+ fill: var(--color-palette-pebble);
78189
+ }
78190
+ }
78191
+ & svg {
78192
+ stroke: none;
78193
+ fill: var(--color-palette-pebble);
78194
+ }
78195
+ }
77217
78196
  &_pebble {
77218
78197
  &-item {
77219
78198
  & svg {
@@ -77270,6 +78249,18 @@ h2.react-datepicker__current-month {
77270
78249
  }
77271
78250
  }
77272
78251
  }
78252
+ &-item {
78253
+ &_cocoa {
78254
+ & svg {
78255
+ stroke: none;
78256
+ fill: var(--color-palette-cocoa);
78257
+ }
78258
+ }
78259
+ & svg {
78260
+ stroke: none;
78261
+ fill: var(--color-palette-cocoa);
78262
+ }
78263
+ }
77273
78264
  &_cocoa {
77274
78265
  &-item {
77275
78266
  & svg {
@@ -77326,6 +78317,18 @@ h2.react-datepicker__current-month {
77326
78317
  }
77327
78318
  }
77328
78319
  }
78320
+ &-item {
78321
+ &_coastal-gray {
78322
+ & svg {
78323
+ stroke: none;
78324
+ fill: var(--color-palette-coastal-gray);
78325
+ }
78326
+ }
78327
+ & svg {
78328
+ stroke: none;
78329
+ fill: var(--color-palette-coastal-gray);
78330
+ }
78331
+ }
77329
78332
  &_coastal-gray {
77330
78333
  &-item {
77331
78334
  & svg {
@@ -77382,6 +78385,18 @@ h2.react-datepicker__current-month {
77382
78385
  }
77383
78386
  }
77384
78387
  }
78388
+ &-item {
78389
+ &_white {
78390
+ & svg {
78391
+ stroke: none;
78392
+ fill: var(--color-palette-white);
78393
+ }
78394
+ }
78395
+ & svg {
78396
+ stroke: none;
78397
+ fill: var(--color-palette-white);
78398
+ }
78399
+ }
77385
78400
  &_white {
77386
78401
  &-item {
77387
78402
  & svg {
@@ -77438,6 +78453,18 @@ h2.react-datepicker__current-month {
77438
78453
  }
77439
78454
  }
77440
78455
  }
78456
+ &-item {
78457
+ &_black {
78458
+ & svg {
78459
+ stroke: none;
78460
+ fill: var(--color-palette-black);
78461
+ }
78462
+ }
78463
+ & svg {
78464
+ stroke: none;
78465
+ fill: var(--color-palette-black);
78466
+ }
78467
+ }
77441
78468
  &_black {
77442
78469
  &-item {
77443
78470
  & svg {
@@ -77494,6 +78521,18 @@ h2.react-datepicker__current-month {
77494
78521
  }
77495
78522
  }
77496
78523
  }
78524
+ &-item {
78525
+ &_outer-space {
78526
+ & svg {
78527
+ stroke: none;
78528
+ fill: var(--color-palette-outer-space);
78529
+ }
78530
+ }
78531
+ & svg {
78532
+ stroke: none;
78533
+ fill: var(--color-palette-outer-space);
78534
+ }
78535
+ }
77497
78536
  &_outer-space {
77498
78537
  &-item {
77499
78538
  & svg {
@@ -77550,6 +78589,18 @@ h2.react-datepicker__current-month {
77550
78589
  }
77551
78590
  }
77552
78591
  }
78592
+ &-item {
78593
+ &_graphite-grey {
78594
+ & svg {
78595
+ stroke: none;
78596
+ fill: var(--color-palette-graphite-grey);
78597
+ }
78598
+ }
78599
+ & svg {
78600
+ stroke: none;
78601
+ fill: var(--color-palette-graphite-grey);
78602
+ }
78603
+ }
77553
78604
  &_graphite-grey {
77554
78605
  &-item {
77555
78606
  & svg {
@@ -77606,6 +78657,18 @@ h2.react-datepicker__current-month {
77606
78657
  }
77607
78658
  }
77608
78659
  }
78660
+ &-item {
78661
+ &_alto {
78662
+ & svg {
78663
+ stroke: none;
78664
+ fill: var(--color-palette-alto);
78665
+ }
78666
+ }
78667
+ & svg {
78668
+ stroke: none;
78669
+ fill: var(--color-palette-alto);
78670
+ }
78671
+ }
77609
78672
  &_alto {
77610
78673
  &-item {
77611
78674
  & svg {
@@ -77662,6 +78725,18 @@ h2.react-datepicker__current-month {
77662
78725
  }
77663
78726
  }
77664
78727
  }
78728
+ &-item {
78729
+ &_athens-gray {
78730
+ & svg {
78731
+ stroke: none;
78732
+ fill: var(--color-palette-athens-gray);
78733
+ }
78734
+ }
78735
+ & svg {
78736
+ stroke: none;
78737
+ fill: var(--color-palette-athens-gray);
78738
+ }
78739
+ }
77665
78740
  &_athens-gray {
77666
78741
  &-item {
77667
78742
  & svg {
@@ -77718,6 +78793,18 @@ h2.react-datepicker__current-month {
77718
78793
  }
77719
78794
  }
77720
78795
  }
78796
+ &-item {
78797
+ &_sonic-silver {
78798
+ & svg {
78799
+ stroke: none;
78800
+ fill: var(--color-palette-sonic-silver);
78801
+ }
78802
+ }
78803
+ & svg {
78804
+ stroke: none;
78805
+ fill: var(--color-palette-sonic-silver);
78806
+ }
78807
+ }
77721
78808
  &_sonic-silver {
77722
78809
  &-item {
77723
78810
  & svg {
@@ -79816,7 +80903,7 @@ div.label {
79816
80903
  }
79817
80904
  }
79818
80905
  :root {
79819
- --modal-max-width: 800px;
80906
+ --modal-max-width: 960px;
79820
80907
 
79821
80908
  --modal-xl-gap: 24px;
79822
80909
  --modal-xl-header-padding: 24px 24px 0 24px;