react-gldn-kit 0.1.4 → 0.1.6

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.
Files changed (61) hide show
  1. package/dist/{4c94314336076d6fec16041ab32c7af5.svg → 0b18d6095e5a5e01b27e1c47bf1ebeb4.svg} +1 -1
  2. package/dist/{7ec6f5f3bcbce4cd53ca73cb7e054566.svg → 44e37556cab6e2a7ab8cf131dca24fac.svg} +7 -7
  3. package/dist/{19a58eb7c3630d4b07306a6c3220d970.svg → 7cfac371763ab4ec53896d1456cadc29.svg} +2 -2
  4. package/dist/{319df1f071ee5d8a40e6abfdc5033808.svg → 807840745cf8259a5f25933495817c5f.svg} +2 -2
  5. package/dist/{a9758afe3827a85948f984caf2428242.svg → bbfcfc059e66f21a8905fad4ff7d8c47.svg} +2 -2
  6. package/dist/{495b0365b1bec48e3ed4d6b5050ab787.svg → c44d590ff930f630d3c46b918f89a235.svg} +2 -2
  7. package/dist/index.js +1 -1
  8. package/dist/lib/components/Banners/components/PromotionMobileApp/components/ElonAppBanner/index.js +1 -1
  9. package/dist/lib/components/Banners/components/PromotionMobileApp/components/JabiAppBanner/index.js +1 -1
  10. package/dist/lib/components/Banners/components/PromotionMobileApp/index.js +1 -1
  11. package/dist/lib/components/Modals/Alert/components/Auth/SignUp/components/CountrySelector/index.d.ts +3 -1
  12. package/dist/lib/components/Modals/Alert/components/Auth/SignUp/components/CountrySelector/index.js +26 -7
  13. package/dist/lib/components/Modals/Alert/components/Auth/SignUp/components/Forms/OneClickKit/index.d.ts +2 -1
  14. package/dist/lib/components/Modals/Alert/components/Auth/SignUp/components/Forms/OneClickKit/index.js +2 -2
  15. package/dist/lib/components/Modals/Alert/components/Auth/SignUp/components/Forms/OneClickKit/types.d.ts +7 -0
  16. package/dist/lib/components/Modals/Alert/components/Auth/SignUp/components/Forms/OneClickKit/types.js +2 -0
  17. package/dist/lib/components/Modals/Alert/components/Auth/SignUp/components/Forms/PhoneSignUp/index.d.ts +2 -0
  18. package/dist/lib/components/Modals/Alert/components/Auth/SignUp/components/Forms/PhoneSignUp/index.js +149 -0
  19. package/dist/lib/components/Modals/Alert/components/Auth/SignUp/components/Forms/PhoneSignUp/types.d.ts +10 -0
  20. package/dist/lib/components/Modals/Alert/components/Auth/SignUp/components/Forms/PhoneSignUp/types.js +2 -0
  21. package/dist/lib/components/Modals/Alert/components/Auth/SignUp/index.js +2 -1
  22. package/dist/lib/components/ui/Icons/Base/BonusGiftSvg.js +1 -1
  23. package/dist/lib/components/ui/Icons/Base/BurgerSvg.js +1 -1
  24. package/dist/lib/components/ui/Icons/Base/CashSvg.js +1 -1
  25. package/dist/lib/components/ui/Icons/Base/CoinSvg.js +1 -1
  26. package/dist/lib/components/ui/Icons/Base/DownloadSvg.js +1 -1
  27. package/dist/lib/components/ui/Icons/Base/LotterySvg.js +1 -1
  28. package/dist/lib/components/ui/Icons/Base/ProfileSvg.js +1 -1
  29. package/dist/lib/components/ui/Icons/Base/ProvidersBlocksSvg.js +1 -1
  30. package/dist/lib/components/ui/Icons/Bonuses/VipClub/GreenSvg.js +1 -1
  31. package/dist/lib/components/ui/Icons/Casino/DefaultImgSvg.js +1 -1
  32. package/dist/lib/components/ui/Icons/Casino/ProvidersSvg.js +1 -1
  33. package/dist/lib/components/ui/Icons/Casino/RecommendedSvg.js +1 -1
  34. package/dist/lib/components/ui/Icons/Casino/TournamentWagerSvg.js +1 -1
  35. package/dist/lib/components/ui/Icons/Categories/Icons/WagerSvg.js +1 -1
  36. package/dist/lib/components/ui/Icons/InHouse/ElonHouseSvg.js +1 -1
  37. package/dist/lib/components/ui/Icons/Navigation/NavBettingLiveSvg.js +1 -1
  38. package/dist/lib/components/ui/Icons/Navigation/NavBettingSvg.js +1 -1
  39. package/dist/lib/components/ui/Icons/Navigation/NavBonusesSvg.js +1 -1
  40. package/dist/lib/components/ui/Icons/Navigation/NavCasinoSvg.js +1 -1
  41. package/dist/lib/components/ui/Icons/Navigation/NavMyBetsSvg.js +1 -1
  42. package/dist/lib/components/ui/Icons/Navigation/NavReferralSvg.js +1 -1
  43. package/dist/lib/components/ui/Icons/Navigation/NavTournamentSvg.js +1 -1
  44. package/dist/lib/components/ui/Icons/Notifications/SuccessSvg.js +1 -1
  45. package/dist/lib/components/ui/Inputs/PhoneInput/index.d.ts +2 -22
  46. package/dist/lib/components/ui/Inputs/PhoneInput/index.js +11 -7
  47. package/dist/lib/components/ui/Inputs/PhoneInput/types.d.ts +25 -0
  48. package/dist/lib/components/ui/Inputs/PhoneInput/types.js +2 -0
  49. package/dist/lib/components/ui/Tabs/index.js +2 -2
  50. package/dist/lib/components/ui/Timer/constants.d.ts +1 -0
  51. package/dist/lib/components/ui/Timer/constants.js +4 -0
  52. package/dist/lib/components/ui/Timer/index.d.ts +5 -0
  53. package/dist/lib/components/ui/Timer/index.js +62 -0
  54. package/dist/lib/index.d.ts +1 -0
  55. package/dist/lib/index.js +1 -0
  56. package/dist/main.css +511 -313
  57. package/package.json +3 -1
  58. package/dist/lib/components/Modals/Alert/components/Auth/SignUp/components/Forms/Phone/index.d.ts +0 -5
  59. package/dist/lib/components/Modals/Alert/components/Auth/SignUp/components/Forms/Phone/index.js +0 -129
  60. /package/dist/lib/components/Modals/Alert/components/Auth/SignUp/components/Forms/{Phone → PhoneSignUp}/constants.d.ts +0 -0
  61. /package/dist/lib/components/Modals/Alert/components/Auth/SignUp/components/Forms/{Phone → PhoneSignUp}/constants.js +0 -0
package/dist/main.css CHANGED
@@ -30,7 +30,7 @@
30
30
  }
31
31
 
32
32
  .KIT__ButtonBase-module__marginLeft-base___AKGOF {
33
- margin-left: var(--indent-base);
33
+ margin-left: var(--indent-l);
34
34
  }
35
35
 
36
36
  .KIT__ButtonBase-module__marginLeft-base-double___q6_Lx {
@@ -42,7 +42,7 @@
42
42
  }
43
43
 
44
44
  .KIT__ButtonBase-module__marginBottom-base___a1gKB {
45
- margin-bottom: var(--indent-base);
45
+ margin-bottom: var(--indent-l);
46
46
  }
47
47
 
48
48
  .KIT__ButtonBase-module__marginBottom-base-double___XL2W8 {
@@ -89,6 +89,7 @@
89
89
  min-width: var(--button-xxl);
90
90
  max-width: var(--button-xxl);
91
91
  }
92
+
92
93
  .KIT__ButtonBase-module__size--button-full___aP5ZV {
93
94
  min-width: var(--button-full);
94
95
  max-width: var(--button-full);
@@ -126,9 +127,11 @@
126
127
  box-shadow: var(--button-box-shadow-primary);
127
128
  border: var(--button-primary-border);
128
129
  }
130
+
129
131
  .KIT__ButtonBase-module__buttonBackground-primary___IP9j4:hover {
130
132
  transform: scale(0.99);
131
133
  }
134
+
132
135
  .KIT__ButtonBase-module__buttonBackground-dark___KsTK4 {
133
136
  position: relative;
134
137
  background: var(--button-color-black);
@@ -136,15 +139,18 @@
136
139
  box-shadow: var(--button-box-shadow-black);
137
140
  border: var(--button-color-black-border);
138
141
  }
142
+
139
143
  .KIT__ButtonBase-module__buttonBackground-dark___KsTK4:hover {
140
144
  transform: scale(0.99);
141
145
  }
146
+
142
147
  /* Blue */
143
148
  .KIT__ButtonBase-module__buttonBackground-blue___sJluZ {
144
149
  background: var(--button-color-blue);
145
150
  position: relative;
146
151
  box-shadow: var(--button-box-shadow-blue);
147
152
  }
153
+
148
154
  .KIT__ButtonBase-module__buttonBackground-blue___sJluZ:hover {
149
155
  transform: scale(0.99);
150
156
  }
@@ -168,21 +174,27 @@
168
174
  .KIT__ButtonBase-module__borderRadius--border-xs___Yo4Wp {
169
175
  border-radius: var(--border-xs);
170
176
  }
177
+
171
178
  .KIT__ButtonBase-module__borderRadius--border-s___VQJPT {
172
179
  border-radius: var(--border-s);
173
180
  }
181
+
174
182
  .KIT__ButtonBase-module__borderRadius--border-m___avnss {
175
183
  border-radius: var(--border-m);
176
184
  }
185
+
177
186
  .KIT__ButtonBase-module__borderRadius--border-l___kaZvg {
178
187
  border-radius: var(--border-l);
179
188
  }
189
+
180
190
  .KIT__ButtonBase-module__borderRadius--border-xl___vyeFZ {
181
191
  border-radius: var(--border-xl);
182
192
  }
193
+
183
194
  .KIT__ButtonBase-module__borderRadius--border-xxl___teJqo {
184
195
  border-radius: var(--border-xxl);
185
196
  }
197
+
186
198
  .KIT__ButtonBase-module__borderRadius--border-round___P7_OP {
187
199
  border-radius: var(--border-round);
188
200
  }
@@ -200,21 +212,27 @@
200
212
  .KIT__ButtonBase-module__buttonHeight--button-height-xs___Khujx {
201
213
  height: var(--button-height-xs);
202
214
  }
215
+
203
216
  .KIT__ButtonBase-module__buttonHeight--button-height-s___V943R {
204
217
  height: var(--button-height-s);
205
218
  }
219
+
206
220
  .KIT__ButtonBase-module__buttonHeight--button-height-m___FSjZp {
207
221
  height: var(--button-height-m);
208
222
  }
223
+
209
224
  .KIT__ButtonBase-module__buttonHeight--button-height-l___nWZLI {
210
225
  height: var(--button-height-l);
211
226
  }
227
+
212
228
  .KIT__ButtonBase-module__buttonHeight--button-height-xl___heDLV {
213
229
  height: var(--button-height-xl);
214
230
  }
231
+
215
232
  .KIT__ButtonBase-module__buttonHeight--button-height-xxl___cZ2yr {
216
233
  height: var(--button-height-xxl);
217
234
  }
235
+
218
236
  .KIT__ButtonBase-module__buttonHeight--button-height-full___GE3AO {
219
237
  min-height: var(--button-height-xxl);
220
238
  max-height: 100%;
@@ -224,10 +242,9 @@
224
242
 
225
243
  .KIT__ButtonBase-module__endIcon___4Q5yl {
226
244
  /* Drawer */
227
- margin-right: var(--indent-base);
245
+ margin-right: var(--indent-l);
228
246
  margin-left: auto;
229
247
  }
230
-
231
248
  .KIT__JivoButton-module__customJivoButtonWrapper___ZNgrt {
232
249
  width: 100%;
233
250
  display: flex;
@@ -255,7 +272,7 @@
255
272
  }
256
273
 
257
274
  .KIT__JivoButton-module__supportAgentActive___y35JD {
258
- border: 2px solid rgb(var(--primary));
275
+ border: 2px solid var(--green-100);
259
276
  }
260
277
 
261
278
  /* .newMsg {
@@ -372,16 +389,16 @@
372
389
  background-color: var(--app-switcher-background-color);
373
390
  overflow: hidden;
374
391
  border-radius: var(--border-l);
375
- margin-bottom: var(--indent-base);
392
+ margin-bottom: var(--indent-l);
376
393
  justify-content: space-between;
377
- padding: calc(var(--indent-base) / 3);
394
+ padding: calc(var(--indent-l) / 3);
378
395
  border: 2px solid var(--border-app-switcher-color);
379
396
  }
380
397
 
381
398
  .KIT__AppSwitcher-module__navigationButton___d1gZ6 {
382
399
  display: flex;
383
400
  align-items: center;
384
- padding: calc(var(--indent-base) / 3);
401
+ padding: calc(var(--indent-l) / 3);
385
402
  width: 50%;
386
403
  justify-content: center;
387
404
  opacity: 0.7;
@@ -411,7 +428,7 @@
411
428
  }
412
429
 
413
430
  .KIT__AppSwitcher-module__icon___KB2dY {
414
- margin-bottom: calc(var(--indent-base) / 3);
431
+ margin-bottom: calc(var(--indent-l) / 3);
415
432
  height: 15px;
416
433
  }
417
434
 
@@ -427,14 +444,13 @@
427
444
  }
428
445
 
429
446
  .KIT__AppSwitcher-module__shortView___alZ8c .KIT__AppSwitcher-module__icon___KB2dY {
430
- padding: var(--indent-base);
447
+ padding: var(--indent-l);
431
448
  background: var(--gradient-drawer-bg);
432
- margin-bottom: var(--indent-base);
449
+ margin-bottom: var(--indent-l);
433
450
  width: 100%;
434
451
  height: var(--height-48);
435
452
  border-radius: var(--border-s);
436
453
  }
437
-
438
454
  .KIT__DrawerButton-module__wrapperDrawerButton___VXojY {
439
455
  --drawer-button-text-color: white;
440
456
  --border-button: var(--border-l);
@@ -459,7 +475,7 @@
459
475
  border-radius: var(--border-button);
460
476
  margin: 2px;
461
477
  background: var(--drawer-modal-content-color);
462
- padding-left: var(--indent-base);
478
+ padding-left: var(--indent-l);
463
479
  color: var(--drawer-modal-content-text-color);
464
480
  }
465
481
 
@@ -496,7 +512,6 @@
496
512
  .KIT__DrawerButton-module__full___AsBjM {
497
513
  width: 100%;
498
514
  }
499
-
500
515
  .KIT__CasinoCategoryButton-module__wrapperCasinoCategory___Kn74K {
501
516
  flex-shrink: 0;
502
517
  cursor: pointer;
@@ -504,7 +519,7 @@
504
519
  }
505
520
 
506
521
  .KIT__CasinoCategoryButton-module__casinoCategoryText___a40gb {
507
- padding: 0 9px var(--indent-base);
522
+ padding: 0 9px var(--indent-l);
508
523
  color: var(--casino-category-text-color);
509
524
  width: 100%;
510
525
  text-overflow: ellipsis;
@@ -530,7 +545,7 @@
530
545
  height: 55px;
531
546
  border-radius: 6px;
532
547
  flex-shrink: 0;
533
- margin-left: calc(var(--indent-base) / 3);
548
+ margin-left: calc(var(--indent-l) / 3);
534
549
  }
535
550
 
536
551
  .KIT__CasinoCategoryButton-module__wrapperCasinoCategoryButton___nULjT:first-child {
@@ -538,11 +553,11 @@
538
553
  }
539
554
 
540
555
  .KIT__CasinoCategoryButton-module__wrapperCasinoCategoryButton___nULjT .KIT__CasinoCategoryButton-module__casinoCategoryText___a40gb {
541
- padding: 0 calc(var(--indent-base) / 2);
556
+ padding: 0 calc(var(--indent-l) / 2);
542
557
  }
543
558
 
544
559
  .KIT__CasinoCategoryButton-module__categoryIcon___jnTx6 {
545
- margin-bottom: calc(var(--indent-base) / 2);
560
+ margin-bottom: calc(var(--indent-l) / 2);
546
561
  width: 45px;
547
562
  height: 20px;
548
563
  }
@@ -567,10 +582,11 @@
567
582
  background: var(--casino-category-in-house-active-button-background-color);
568
583
  }
569
584
 
570
- .KIT__CasinoCategoryButton-module__inHouse___iSRa7 svg > g {
585
+ .KIT__CasinoCategoryButton-module__inHouse___iSRa7 svg>g {
571
586
  transform: scale(1.6) translate(-9px, -9px);
572
587
  }
573
- .KIT__CasinoCategoryButton-module__inHouse___iSRa7 svg > g > path {
588
+
589
+ .KIT__CasinoCategoryButton-module__inHouse___iSRa7 svg>g>path {
574
590
  fill: var(--casino-category-in-house-svg-g-path-fill);
575
591
  }
576
592
 
@@ -580,7 +596,6 @@
580
596
  padding-top: 10px;
581
597
  }
582
598
  }
583
-
584
599
  .KIT__CasinoSubCategories-module__scroll___FVFZ3 {
585
600
  display: flex;
586
601
  overflow-x: auto;
@@ -589,13 +604,13 @@
589
604
 
590
605
  .KIT__CasinoSubCategories-module__subCategoriesWrapper___p7gxL {
591
606
  min-height: 28px;
592
- margin-bottom: var(--indent-base);
607
+ margin-bottom: var(--indent-l);
593
608
  }
594
609
 
595
610
  .KIT__CasinoSubCategories-module__subCategoryButton___GLksB {
596
- margin-left: calc(var(--indent-base) / 3);
611
+ margin-left: calc(var(--indent-l) / 3);
597
612
  font-size: 14px;
598
- padding: 0 var(--indent-base);
613
+ padding: 0 var(--indent-l);
599
614
  font-size: 12px;
600
615
  height: 28px;
601
616
  }
@@ -603,7 +618,6 @@
603
618
  .KIT__CasinoSubCategories-module__subCategoryButton___GLksB:first-child {
604
619
  margin-left: 0;
605
620
  }
606
-
607
621
  .KIT__ProviderName-module__providerName___t7qlX {
608
622
  --min-provider-name-width:100px;
609
623
 
@@ -660,27 +674,27 @@
660
674
  }
661
675
 
662
676
  .KIT__BaseInputUi-module__inputWrapper___AnbPW {
663
- border-radius: var(--border-s);
664
- border: 2px solid var(--border-color-gray);
665
- height: 40px;
677
+ border-radius: var(--input-border-radius);
678
+ border: var(--input-border);
679
+ height: var(--input-height);
666
680
  display: flex;
667
681
  align-items: center;
668
682
  justify-content: space-between;
669
- padding: 2px 10px;
683
+ padding: var(--input-padding);
670
684
  position: relative;
671
- background-color: var(--input-base-autofill-background-color);
685
+ background: var(--input-background);
672
686
  }
673
687
 
674
688
  .KIT__BaseInputUi-module__borderColorfulGreen___QRGSG,
675
689
  .KIT__BaseInputUi-module__borderColorfulGreen___QRGSG label {
676
- color: rgb(var(--primary));
677
- border-color: rgb(var(--primary));
690
+ color: var(--input-border-colorful);
691
+ border-color: var(--input-border-colorful);
678
692
  }
679
693
 
680
694
  .KIT__BaseInputUi-module__borderColorfulRed___vCRBt,
681
695
  .KIT__BaseInputUi-module__borderColorfulRed___vCRBt label {
682
- border-color: rgb(var(--red));
683
- color: rgb(var(--red));
696
+ border-color: var(--input-border-red);
697
+ color: var(--input-border-red);
684
698
  }
685
699
 
686
700
  .KIT__BaseInputUi-module__overflow___rpmQe {
@@ -706,7 +720,7 @@
706
720
  .KIT__BaseInputUi-module__label___uzM8L {
707
721
  position: absolute;
708
722
  left: 10px;
709
- color: var(--input-base-autofill-label-text-color);
723
+ color: var(--input-label-text-color);
710
724
  opacity: 0.5;
711
725
  z-index: 1;
712
726
  font-weight: bold;
@@ -723,7 +737,7 @@
723
737
  width: 100%;
724
738
  padding: 2px;
725
739
  background-color: transparent;
726
- color: var(--input-base-autofill-text-color);
740
+ color: var(--input-text-color);
727
741
  font-weight: bold;
728
742
  }
729
743
 
@@ -732,7 +746,7 @@
732
746
  transform: translateY(-50%);
733
747
  left: 10px;
734
748
  font-size: 11px;
735
- color: var(--input-base-autofill-label-text-color);
749
+ color: var(--input-label-text-color);
736
750
  }
737
751
 
738
752
  .KIT__BaseInputUi-module__input___RWf0J:placeholder-shown~.KIT__BaseInputUi-module__label___uzM8L {
@@ -740,7 +754,7 @@
740
754
  transform: translateY(-50%);
741
755
  left: 10px;
742
756
  font-size: 11px;
743
- color: var(--input-base-autofill-label-text-color);
757
+ color: var(--input-label-text-color);
744
758
  }
745
759
 
746
760
  .KIT__BaseInputUi-module__input___RWf0J:-moz-placeholder-shown~.KIT__BaseInputUi-module__labelRight___Q5n_d {
@@ -787,7 +801,7 @@
787
801
  }
788
802
 
789
803
  .KIT__BaseInputUi-module__errorBorder___DoUDN {
790
- border-color: rgb(var(--red));
804
+ border-color: var(--input-error);
791
805
  }
792
806
 
793
807
  .KIT__BaseInputUi-module__errorText___f7axC {
@@ -799,17 +813,17 @@
799
813
  left: 0;
800
814
  font-size: 11px;
801
815
  overflow: hidden;
802
- color: rgb(var(--red));
816
+ color: var(--input-error);
803
817
  }
804
818
 
805
819
  .KIT__BaseInputUi-module__resetErrorColor___sLSqG {
806
- color: rgb(var(--gray));
820
+ color: var(--input-text-color);
807
821
  }
808
822
 
809
823
  .KIT__BaseInputUi-module__rowChildrenData___KENSf {
810
824
  display: flex;
811
825
  align-items: center;
812
- margin-left: var(--indent-base-half);
826
+ margin-left: var(--input-inline-start);
813
827
  }
814
828
 
815
829
  .KIT__BaseInputUi-module__input___RWf0J:focus~.KIT__BaseInputUi-module__label___uzM8L.KIT__BaseInputUi-module__hideLabel___XBQr4 {
@@ -849,27 +863,29 @@
849
863
  .KIT__BaseInputUi-module__input___RWf0J:-webkit-autofill:hover,
850
864
  .KIT__BaseInputUi-module__input___RWf0J:-webkit-autofill:focus,
851
865
  .KIT__BaseInputUi-module__input___RWf0J:-webkit-autofill:active {
852
- -webkit-box-shadow: 0 40px var(--input-base-autofill-background-color) inset;
853
- -webkit-text-fill-color: var(--input-base-autofill-text-color);
866
+ -webkit-box-shadow: 0 40px var(--input-background) inset;
867
+ -webkit-text-fill-color: var(--input-text-color);
854
868
  -webkit-background-clip: text;
855
869
  background-clip: text;
856
870
  }
857
871
 
858
872
  .KIT__BaseInputUi-module__input___RWf0J:-moz-autofill {
859
- box-shadow: 0 40px var(--input-base-autofill-background-color) inset;
860
- color: var(--input-base-autofill-text-color);
873
+ box-shadow: 0 40px var(--input-background) inset;
874
+ color: var(--input-text-color);
861
875
  background-clip: text;
862
876
  }
863
877
 
864
878
  .KIT__BaseInputUi-module__input___RWf0J:-ms-autofill {
865
- box-shadow: 0 40px var(--input-base-autofill-background-color) inset;
866
- color: var(--input-base-autofill-text-color);
879
+ box-shadow: 0 40px var(--input-background) inset;
880
+ color: var(--input-text-color);
867
881
  background-clip: text;
868
882
  }
869
883
 
870
884
  .KIT__BaseInputUi-module__searchButton___Fj_pM {
871
885
  --size: 16px;
886
+
872
887
  width: 16px;
888
+
873
889
  width: var(--size);
874
890
  height: 16px;
875
891
  height: var(--size);
@@ -880,12 +896,12 @@
880
896
  }
881
897
 
882
898
  .KIT__BaseInputUi-module__searchButton___Fj_pM.KIT__BaseInputUi-module__clearButton___hwyGX {
883
- background: var(--base-input-clear-button-background);
899
+ background: var(--input-clean-btn-bg);
884
900
  border-radius: var(--border-circle);
885
901
  }
886
902
 
887
903
  .KIT__BaseInputUi-module__searchButton___Fj_pM.KIT__BaseInputUi-module__clearButton___hwyGX .KIT__BaseInputUi-module__crossSvg___y_O7R path {
888
- fill: var(--base-input-clear-button-svg-path);
904
+ fill: var(--input-clean-btn-svg-bg);
889
905
  }
890
906
 
891
907
  @keyframes KIT__BaseInputUi-module__FadeIn___kQ_6Q {
@@ -898,7 +914,7 @@
898
914
  }
899
915
  }
900
916
  .KIT__PromoCode-module__promoTitle___gtXxM {
901
- color: var(--promo-code-promo-title-color);
917
+ color: var(--sign-up-promo-code-color);
902
918
  font-size: var(--font-size-xs);
903
919
 
904
920
  display: flex;
@@ -911,7 +927,6 @@
911
927
  .KIT__PromoCode-module__marginBottom___ym0Mm {
912
928
  margin-bottom: 60px;
913
929
  }
914
-
915
930
  .KIT__ArrowButton-module__openedColor___M7HTi * {
916
931
  fill: var(--arrow-button-opened-svg-path-fill);
917
932
  cursor: pointer;
@@ -955,21 +970,21 @@
955
970
  }
956
971
 
957
972
  .KIT__Selector-module__item___H9Toq {
958
- border-radius: var(--border-s);
959
- background-color: var(--input-base-autofill-background-color);
973
+ border-radius: var(--selector-border-radius);
974
+ background-color: var(--selector-item-background);
960
975
  height: 40px;
961
976
  display: flex;
962
977
  justify-content: space-between;
963
978
  align-items: center;
964
979
  padding: 2px 10px;
965
- color: var(--selector-item-color);
980
+ color: var(--selector-color);
966
981
  width: 100%;
967
982
  overflow: hidden;
968
983
  white-space: nowrap;
969
984
  text-overflow: ellipsis;
970
985
  }
971
986
 
972
- .KIT__Selector-module__item___H9Toq > div {
987
+ .KIT__Selector-module__item___H9Toq>div {
973
988
  overflow: hidden;
974
989
  white-space: nowrap;
975
990
  text-overflow: ellipsis;
@@ -983,7 +998,7 @@
983
998
  display: flex;
984
999
  justify-content: space-between;
985
1000
  align-items: center;
986
- border: 2px solid var(--border-color-gray);
1001
+ border: var(--selector-border);
987
1002
  }
988
1003
 
989
1004
  .KIT__Selector-module__overflow____BqEX {
@@ -992,6 +1007,7 @@
992
1007
  white-space: nowrap;
993
1008
  text-overflow: ellipsis;
994
1009
  }
1010
+
995
1011
  .KIT__Selector-module__maxSize___ElpMa {
996
1012
  max-width: 100%;
997
1013
  }
@@ -1020,32 +1036,32 @@
1020
1036
 
1021
1037
  .KIT__Selector-module__dropDownWrapper___nTExd {
1022
1038
  overflow: auto;
1023
- background-color: var(--selector-drop-down-wrapper-background-color);
1039
+ background-color: var(--selector-drop-down-bg);
1024
1040
  position: absolute;
1025
- border-radius: var(--border-s);
1041
+ border-radius: var(--selector-border-radius);
1026
1042
  left: 0;
1027
1043
  z-index: 3;
1028
1044
  }
1029
1045
 
1030
1046
  .KIT__Selector-module__opacity___JnYUt {
1031
- background-color: var(--input-base-opened-background-color);
1032
- color: var(--input-base-opened-color);
1047
+ background-color: var(--selector-main-bg-opened);
1033
1048
  border-bottom: none;
1034
- border-radius: var(--border-s) var(--border-s) 0 0;
1049
+ opacity: 0.8;
1050
+ border-radius: var(--selector-border-radius) var(--selector-border-radius) 0 0;
1035
1051
  }
1036
1052
 
1037
1053
  .KIT__Selector-module__bigBorder___MFnZy {
1038
- border: 2px solid var(--border-color-gray);
1054
+ border: var(--selector-border);
1039
1055
  }
1040
1056
 
1041
1057
  .KIT__Selector-module__disabledBottom___SB7p7 {
1042
1058
  border-bottom: none;
1043
- border-radius: var(--border-s) var(--border-s) 0 0;
1059
+ border-radius: var(--selector-border-radius) var(--selector-border-radius) 0 0;
1044
1060
  }
1045
1061
 
1046
1062
  .KIT__Selector-module__disabledTop___JBoM_ {
1047
1063
  border-top: none;
1048
- border-radius: 0 0 var(--border-s) var(--border-s);
1064
+ border-radius: 0 0 var(--selector-border-radius) var(--selector-border-radius);
1049
1065
  }
1050
1066
 
1051
1067
  .KIT__Selector-module__dropDownDirection-up___b8JYy {
@@ -1057,9 +1073,9 @@
1057
1073
  }
1058
1074
 
1059
1075
  .KIT__Selector-module__listItem___dSMzY {
1060
- border-radius: var(--border-s);
1061
- border: 2px solid var(--border-color-gray);
1062
- background-color: var(--selector-list-item-background-color);
1076
+ border-radius: var(--selector-border-radius);
1077
+ border: var(--selector-border);
1078
+ background-color: var(--selector-arrow-gb-opened);
1063
1079
  height: 40px;
1064
1080
  display: flex;
1065
1081
  justify-content: space-between;
@@ -1139,12 +1155,7 @@
1139
1155
 
1140
1156
  .KIT__CheckBox-module__checkboxWrapperBig___lQiT2 input:checked + .KIT__CheckBox-module__slider___SGVW0:before {
1141
1157
  /* 4 + 4 left and right */
1142
- transform: translateX(
1143
- calc(
1144
- var(--check-box-width) -
1145
- (var(--check-box-slider-size) + var(--check-box-slider-padding) * 2)
1146
- )
1147
- );
1158
+ transform: translateX(calc(var(--check-box-width) - (var(--check-box-slider-size) + var(--check-box-slider-padding) * 2)));
1148
1159
  height: var(--check-box-slider-size);
1149
1160
  width: var(--check-box-slider-size);
1150
1161
  background-color: rgb(var(--white));
@@ -1158,29 +1169,28 @@
1158
1169
 
1159
1170
  .KIT__CheckBox-module__checkboxText___u6qjz {
1160
1171
  width: 70%;
1161
- margin-left: var(--indent-base);
1172
+ margin-left: var(--indent-l);
1162
1173
  }
1163
-
1164
1174
  .KIT__Docs-module__checkbox___DCvmb {
1165
- margin-bottom: var(--indent-base);
1175
+ margin-bottom: var(--indent-l);
1166
1176
  color: var(--sign-up-modal-checkbox-color);
1167
1177
  }
1178
+
1168
1179
  .KIT__Docs-module__link___PZSYE {
1169
1180
  -webkit-text-decoration: underline;
1170
1181
  text-decoration: underline;
1171
1182
  }
1172
-
1173
1183
  .KIT__OneClick-module__fullWidth___vk4aC {
1174
1184
  width: 100%;
1175
1185
  }
1176
1186
  .KIT__OneClick-module__fullWidth___vk4aC .KIT__OneClick-module__marginB___NGiBf {
1177
- margin-bottom: var(--indent-base);
1187
+ margin-bottom: var(--indent-l);
1178
1188
  }
1179
1189
  .KIT__PopUpHeader-module__wrapperPopUpHeader___GmjiQ {
1180
1190
  display: flex;
1181
1191
  justify-content: center;
1182
1192
  height: var(--height-48);
1183
- padding: var(--indent-base);
1193
+ padding: var(--indent-l);
1184
1194
  /* background-color: rgb(var(--dark)); */
1185
1195
  background-color: var(--pop-up-header);
1186
1196
  border-bottom: 2px solid var(--border-color-gray);
@@ -1233,13 +1243,12 @@
1233
1243
  }
1234
1244
 
1235
1245
  .KIT__PopUpHeader-module__left___I9Xx7 {
1236
- left: var(--indent-base);
1246
+ left: var(--indent-l);
1237
1247
  }
1238
1248
 
1239
1249
  .KIT__PopUpHeader-module__right___n8ZfB {
1240
- right: var(--indent-base);
1250
+ right: var(--indent-l);
1241
1251
  }
1242
-
1243
1252
  .KIT__PortalLayout-module__wrapperPortalLayout___o5fiH {
1244
1253
  position: fixed;
1245
1254
  width: 100%;
@@ -1322,7 +1331,7 @@
1322
1331
  .KIT__ModalLayout-module__overflow___wwFs1 {
1323
1332
  border-radius: var(--border-l) var(--border-l) 0 0;
1324
1333
  overflow: hidden;
1325
- margin-bottom: var(--indent-base);
1334
+ margin-bottom: var(--indent-l);
1326
1335
  }
1327
1336
 
1328
1337
  @media (min-width: 768px) {
@@ -1354,7 +1363,7 @@
1354
1363
  justify-content: center;
1355
1364
  align-items: center;
1356
1365
  color: var(--count-down-time-block-color);
1357
- margin-left: var(--indent-base);
1366
+ margin-left: var(--indent-l);
1358
1367
  font-size: var(--font-size-s);
1359
1368
  }
1360
1369
 
@@ -1398,7 +1407,7 @@
1398
1407
 
1399
1408
  .KIT__CountDown-module__timeCardBlock___urK_D {
1400
1409
  min-width: 35px;
1401
- padding: 0 calc(var(--indent-base) / 2);
1410
+ padding: 0 calc(var(--indent-l) / 2);
1402
1411
  height: 45px;
1403
1412
  display: flex;
1404
1413
  justify-content: center;
@@ -1406,7 +1415,7 @@
1406
1415
  background-color: var(--count-down-time-card-block-background-color);
1407
1416
  border: 2px solid var(--border-color-gray);
1408
1417
  border-radius: var(--border-s);
1409
- margin-left: calc(var(--indent-base) / 3);
1418
+ margin-left: calc(var(--indent-l) / 3);
1410
1419
  font-size: 28px;
1411
1420
  font-weight: 500;
1412
1421
  }
@@ -1417,7 +1426,7 @@
1417
1426
  flex-direction: column;
1418
1427
  position: relative;
1419
1428
  top: -5px;
1420
- margin-left: calc(var(--indent-base) / 3);
1429
+ margin-left: calc(var(--indent-l) / 3);
1421
1430
  }
1422
1431
 
1423
1432
  .KIT__CountDown-module__itemDot___WJBde {
@@ -1425,7 +1434,7 @@
1425
1434
  height: 4px;
1426
1435
  background-color: var(--count-down-item-dot-background-color);
1427
1436
  border-radius: 50%;
1428
- margin: 0 calc(var(--indent-base) / 2) var(--indent-base);
1437
+ margin: 0 calc(var(--indent-l) / 2) var(--indent-l);
1429
1438
  }
1430
1439
 
1431
1440
  .KIT__CountDown-module__dayName___VwIzj {
@@ -1436,16 +1445,15 @@
1436
1445
  }
1437
1446
 
1438
1447
  .KIT__CountDown-module__item___JJduj:last-child {
1439
- margin-bottom: var(--indent-base);
1448
+ margin-bottom: var(--indent-l);
1440
1449
  }
1441
-
1442
1450
  .KIT__BonusCardLayout-module__wrapperBonusCardLayout___klMSg {
1443
1451
  position: relative;
1444
1452
  width: 100%;
1445
1453
  min-height: 200px;
1446
1454
  max-height: 250px;
1447
1455
  min-width: 300px;
1448
- padding: var(--indent-base);
1456
+ padding: var(--indent-l);
1449
1457
  overflow: hidden;
1450
1458
  border-radius: 14px;
1451
1459
  background: var(--background-bonus-card);
@@ -1573,7 +1581,7 @@
1573
1581
  overflow-y: auto;
1574
1582
  position: relative;
1575
1583
  background: var(--drawer-modal-content-color);
1576
- padding: var(--indent-base);
1584
+ padding: var(--indent-l);
1577
1585
  z-index: var(--layout-lvl-1);
1578
1586
  transition: 0.3s;
1579
1587
  }
@@ -1707,75 +1715,64 @@
1707
1715
  align-items: center;
1708
1716
  width: 100%;
1709
1717
  position: relative;
1710
- }
1711
-
1712
- .KIT__Tabs-module__tab___NBVtA {
1713
- /* width: 100%; */
1714
- padding-bottom: var(--indent-base);
1715
- text-align: center;
1716
- color: var(--tab-text-color);
1717
- transition: 0.3s;
1718
- cursor: pointer;
1719
- display: flex;
1720
- justify-content: center;
1721
- position: relative;
1722
- z-index: 2;
1723
- padding-bottom: var(--indent-base);
1724
- white-space: nowrap;
1725
- text-overflow: ellipsis;
1726
- }
1727
-
1728
- .KIT__Tabs-module__bg___y6G1J {
1729
- background-color: var(--tabs-background);
1730
- }
1731
1718
 
1732
- .KIT__Tabs-module__tabButtonsWrapper___xcC8P {
1733
1719
  border-radius: var(--border-s);
1734
1720
  display: flex;
1735
1721
  align-items: center;
1736
1722
  padding: 1px;
1737
1723
  }
1738
-
1739
- .KIT__Tabs-module__buttonTab___Tpphz {
1740
- padding: calc(var(--indent-base) / 3);
1741
- border-radius: var(--border-s);
1742
- border: 2px solid transparent;
1743
- width: 100%;
1744
- }
1745
-
1746
- .KIT__Tabs-module__buttonTabActive___hoiNu {
1747
- display: flex;
1748
- justify-content: center;
1749
- align-items: center;
1750
- box-shadow: var(--primary-shadow);
1751
- height: 100%;
1752
- }
1753
-
1754
- .KIT__Tabs-module__buttonTabActive___hoiNu::after {
1755
- border-color: transparent;
1756
- }
1757
-
1758
- .KIT__Tabs-module__activeBlockIndicator___B35H_ {
1759
- position: absolute;
1760
- height: 2px;
1761
- background-color: rgb(var(--third));
1762
- transition: 0.3s;
1763
- bottom: 0;
1764
- z-index: 1;
1765
- }
1766
-
1767
- .KIT__Tabs-module__buttonActiveIndicator___l6_IM {
1768
- height: 100%;
1769
- border-radius: var(--border-s);
1770
- border: 2px solid rgb(var(--green));
1771
- background: var(--primary-gradient);
1772
- }
1773
-
1724
+ .KIT__Tabs-module__wrapperTabs___rFoBY.KIT__Tabs-module__bg___y6G1J {
1725
+ background-color: var(--tabs-background);
1726
+ }
1727
+ .KIT__Tabs-module__wrapperTabs___rFoBY .KIT__Tabs-module__tab___NBVtA {
1728
+ text-align: center;
1729
+ color: var(--tab-text-color);
1730
+ transition: 0.3s;
1731
+ cursor: pointer;
1732
+ display: flex;
1733
+ justify-content: center;
1734
+ position: relative;
1735
+ z-index: 2;
1736
+ padding-bottom: var(--indent-l);
1737
+ white-space: nowrap;
1738
+ text-overflow: ellipsis;
1739
+ }
1740
+ .KIT__Tabs-module__wrapperTabs___rFoBY .KIT__Tabs-module__tab___NBVtA.KIT__Tabs-module__buttonTab___Tpphz {
1741
+ padding: var(--indent-s);
1742
+ border-radius: var(--border-s);
1743
+ border: 2px solid transparent;
1744
+ width: 100%;
1745
+ }
1746
+ .KIT__Tabs-module__wrapperTabs___rFoBY .KIT__Tabs-module__tab___NBVtA.KIT__Tabs-module__buttonTabActive___hoiNu {
1747
+ display: flex;
1748
+ justify-content: center;
1749
+ align-items: center;
1750
+ box-shadow: none;
1751
+ box-shadow: initial;
1752
+ box-shadow: var(--tab-button-active-shadow, initial);
1753
+ height: 100%;
1754
+ }
1755
+ .KIT__Tabs-module__wrapperTabs___rFoBY .KIT__Tabs-module__tab___NBVtA.KIT__Tabs-module__buttonTabActive___hoiNu::after {
1756
+ border-color: transparent;
1757
+ }
1758
+ .KIT__Tabs-module__wrapperTabs___rFoBY .KIT__Tabs-module__activeBlockIndicator___B35H_ {
1759
+ position: absolute;
1760
+ height: 2px;
1761
+ background-color: var(--tab-indicator-bg);
1762
+ transition: 0.3s;
1763
+ bottom: 0;
1764
+ z-index: 1;
1765
+ }
1766
+ .KIT__Tabs-module__wrapperTabs___rFoBY .KIT__Tabs-module__buttonActiveIndicator___l6_IM {
1767
+ height: 100%;
1768
+ border-radius: var(--border-s);
1769
+ border: 2px solid var(--tab-border-bottom-color);
1770
+ background: var(--tab-indicator-bg);
1771
+ }
1774
1772
  .KIT__Tabs-module__wrapperTabs___rFoBY::-webkit-scrollbar {
1775
- width: 0;
1776
- height: 0;
1777
- }
1778
-
1773
+ width: 0;
1774
+ height: 0;
1775
+ }
1779
1776
  .KIT__SignUp-module__wrapperSignUpModal___xR9cE {
1780
1777
  display: flex;
1781
1778
  flex-direction: column;
@@ -1784,7 +1781,7 @@
1784
1781
  }
1785
1782
 
1786
1783
  .KIT__SignUp-module__wrapperTitle___ozW8l {
1787
- padding: var(--indent-base);
1784
+ padding: var(--indent-l);
1788
1785
  }
1789
1786
 
1790
1787
  .KIT__SignUp-module__textTitle___yNl9W {
@@ -1807,7 +1804,7 @@
1807
1804
  .KIT__SignUp-module__bonusText___Jir0o {
1808
1805
  font-size: var(--font-size-l);
1809
1806
  color: var(--sign-up-modal-bonus-text-color);
1810
- padding: var(--indent-base);
1807
+ padding: var(--indent-l);
1811
1808
  text-align: center;
1812
1809
  font-weight: 700;
1813
1810
  line-height: 26px;
@@ -1823,7 +1820,7 @@
1823
1820
  }
1824
1821
 
1825
1822
  .KIT__SignUp-module__tabs___yL_k1 {
1826
- margin-bottom: calc(var(--indent-base) * 2);
1823
+ margin-bottom: calc(var(--indent-l) * 2);
1827
1824
  }
1828
1825
 
1829
1826
  .KIT__SignUp-module__marginB___gJd7z {
@@ -1831,12 +1828,12 @@
1831
1828
  }
1832
1829
 
1833
1830
  .KIT__SignUp-module__checkbox___SgctZ {
1834
- margin-bottom: var(--indent-base);
1831
+ margin-bottom: var(--indent-l);
1835
1832
  color: var(--sign-up-modal-checkbox-color);
1836
1833
  }
1837
1834
 
1838
1835
  .KIT__SignUp-module__promoTitle___Qv0oq {
1839
- color: var(--promo-code-promo-title-color);
1836
+ color: var(--sign-up-promo-code-color);
1840
1837
  font-size: var(--font-size-s);
1841
1838
 
1842
1839
  display: flex;
@@ -1886,6 +1883,84 @@
1886
1883
  opacity: 1;
1887
1884
  }
1888
1885
  }
1886
+ .KIT__PhoneInput-module__input___hyTKa {
1887
+ border-radius: var(--border-s);
1888
+ border: 2px solid var(--border-color-gray);
1889
+ height: 40px;
1890
+ display: flex;
1891
+ justify-content: space-between;
1892
+ padding: 2px 10px;
1893
+ position: relative;
1894
+ background: var(--input-base-autofill-background-color);
1895
+ margin-bottom: var(--indent-l);
1896
+ color: white;
1897
+ }
1898
+
1899
+ .KIT__PhoneInput-module__input___hyTKa input {
1900
+ background: inherit;
1901
+ color: var(--input-base-autofill-text-color);
1902
+ }
1903
+
1904
+ .KIT__PhoneInput-module__input___hyTKa #KIT__PhoneInput-module__PhoneInputCountry___lx8XN {
1905
+ margin-right: var(--indent-l);
1906
+ }
1907
+
1908
+ .KIT__PhoneInput-module__wrapper___xIp3u {
1909
+ position: relative;
1910
+ }
1911
+
1912
+ .KIT__PhoneInput-module__errorBorder___QOw8R {
1913
+ border-color: rgb(var(--red));
1914
+ }
1915
+
1916
+ .KIT__PhoneInput-module__error___mgsEO {
1917
+ position: absolute;
1918
+ top: 40px;
1919
+ max-width: 100%;
1920
+ white-space: nowrap;
1921
+ text-overflow: ellipsis;
1922
+ left: 0;
1923
+ font-size: 11px;
1924
+ overflow: hidden;
1925
+ color: rgb(var(--red));
1926
+ }
1927
+
1928
+ .KIT__PhoneInput-module__input___hyTKa:-webkit-autofill,
1929
+ .KIT__PhoneInput-module__input___hyTKa:-webkit-autofill:hover,
1930
+ .KIT__PhoneInput-module__input___hyTKa:-webkit-autofill:focus,
1931
+ .KIT__PhoneInput-module__input___hyTKa:-webkit-autofill:active {
1932
+ -webkit-box-shadow: 0 40px var(--input-base-autofill-background-color) inset;
1933
+ -webkit-text-fill-color: var(--input-base-autofill-text-color);
1934
+ -webkit-background-clip: text;
1935
+ background-clip: text;
1936
+ }
1937
+
1938
+ .KIT__PhoneInput-module__input___hyTKa:-moz-autofill {
1939
+ box-shadow: 0 40px var(--input-base-autofill-background-color) inset;
1940
+ color: var(--input-base-autofill-text-color);
1941
+ background-clip: text;
1942
+ }
1943
+
1944
+ .KIT__PhoneInput-module__input___hyTKa:-ms-autofill {
1945
+ box-shadow: 0 40px var(--input-base-autofill-background-color) inset;
1946
+ color: var(--input-base-autofill-text-color);
1947
+ background-clip: text;
1948
+ }
1949
+ .KIT__Timer-module__wrapperTimer___yxeGk {
1950
+ display: flex;
1951
+ margin-bottom: var(--indent-l);
1952
+ justify-content: center;
1953
+ color: var(--timer-wrapper-color);
1954
+ }
1955
+
1956
+ .KIT__Timer-module__time___imFax {
1957
+ color: var(--timer-time-color);
1958
+ margin-left: var(--indent-l);
1959
+ }
1960
+
1961
+ .KIT__Timer-module__time___imFax:first-child {
1962
+ margin-left: 0;
1963
+ }
1889
1964
  .KIT__Alert-module__wrapperModal___lOle6 {
1890
1965
  width: 100%;
1891
1966
  height: 100%;
@@ -2018,17 +2093,16 @@
2018
2093
  .KIT__Credentials-module__result___MU6EV {
2019
2094
  color: var(--credentials-info-result-color);
2020
2095
  font-size: var(--font-size-m);
2021
- width: calc(var(--large) - (var(--small) + var(--indent-base)));
2096
+ width: calc(var(--large) - (var(--small) + var(--indent-l)));
2022
2097
  overflow: hidden;
2023
2098
  text-overflow: ellipsis;
2024
2099
  }
2025
-
2026
2100
  .KIT__BannerTemplate-module__wrapperBanner___vPzec {
2027
2101
  height: 150px;
2028
2102
  background-size: cover;
2029
2103
  background-position: center;
2030
2104
  border-radius: var(--border-l);
2031
- padding: var(--indent-base);
2105
+ padding: var(--indent-l);
2032
2106
  display: flex;
2033
2107
  flex-direction: column;
2034
2108
  justify-content: space-between;
@@ -2041,7 +2115,7 @@
2041
2115
  text-transform: uppercase;
2042
2116
  color: var(--banner-title-color);
2043
2117
  text-align: left;
2044
- margin-bottom: var(--indent-base);
2118
+ margin-bottom: var(--indent-l);
2045
2119
  }
2046
2120
 
2047
2121
  .KIT__BannerTemplate-module__subTitle___OE0bO {
@@ -2148,7 +2222,7 @@
2148
2222
  font-size: 3rem;
2149
2223
  line-height: 1.4;
2150
2224
  text-transform: uppercase;
2151
- margin-bottom: var(--indent-base);
2225
+ margin-bottom: var(--indent-l);
2152
2226
  }
2153
2227
 
2154
2228
  @media screen and (max-width: 768px) {
@@ -2161,7 +2235,7 @@
2161
2235
 
2162
2236
  .KIT__PromotionMobileApp-module__wrapperMainBanner___En6WH .KIT__PromotionMobileApp-module__contentBanner___kB2XL .KIT__PromotionMobileApp-module__subTitle___D5ALR {
2163
2237
  font-weight: 300;
2164
- margin-bottom: var(--indent-base);
2238
+ margin-bottom: var(--indent-l);
2165
2239
  font-size: 1.5rem;
2166
2240
  }
2167
2241
 
@@ -2194,7 +2268,7 @@
2194
2268
  font-size: var(--font-size-xs);
2195
2269
  margin-left: var(--indent-base-half);
2196
2270
  max-width: 170px;
2197
- margin-left: var(--indent-base);
2271
+ margin-left: var(--indent-l);
2198
2272
  }
2199
2273
 
2200
2274
  @media screen and (max-width: 768px) {
@@ -2241,22 +2315,20 @@
2241
2315
  transform: translateY(0);
2242
2316
  }
2243
2317
  }
2244
-
2245
2318
  .KIT__Docs-module__docContent___Yf1m5 {
2246
2319
  width: 100%;
2247
- padding: var(--indent-base);
2320
+ padding: var(--indent-l);
2248
2321
  }
2249
2322
 
2250
2323
  .KIT__Docs-module__accordionWrapper___axkDy {
2251
2324
  width: 100%;
2252
- margin-bottom: calc(var(--indent-base) / 2);
2325
+ margin-bottom: calc(var(--indent-l) / 2);
2253
2326
  color: var(--docs-accordion-wrapper-color);
2254
2327
  }
2255
2328
 
2256
2329
  .KIT__Docs-module__accordionWrapper___axkDy {
2257
2330
  border-bottom: 1px solid var(--border-color-gray);
2258
2331
  }
2259
-
2260
2332
  .KIT__Accordion-module__wrapperAccordion____bqbf {
2261
2333
  border-radius: var(--border-s);
2262
2334
  border: 2px solid var(--border-color-gray);
@@ -2307,15 +2379,14 @@
2307
2379
  }
2308
2380
 
2309
2381
  .KIT__Accordion-module__icon___rRDKP path {
2310
- fill: rgb(var(--primary));
2382
+ fill: var(--green-100);
2311
2383
  }
2312
2384
 
2313
2385
  .KIT__Accordion-module__starIcon___qizXK {
2314
2386
  margin-left: var(--indent-m);
2315
2387
  }
2316
-
2317
2388
  .KIT__Footer-module__wrapperFooter___cknrK {
2318
- padding: var(--indent-base) var(--indent-base) 60px;
2389
+ padding: var(--indent-l) var(--indent-l) 60px;
2319
2390
  padding-bottom: 60px;
2320
2391
  background: var(--footer-background-color);
2321
2392
  border-top: 2px solid var(--border-color-gray);
@@ -2334,32 +2405,32 @@
2334
2405
  font-size: 16px;
2335
2406
  width: 100%;
2336
2407
  color: var(--footer-doc-title-color);
2337
- padding: var(--indent-base);
2408
+ padding: var(--indent-l);
2338
2409
  padding-bottom: 0;
2339
2410
  }
2340
2411
 
2341
2412
  .KIT__Footer-module__content___N3GbI {
2342
- padding: var(--indent-base);
2413
+ padding: var(--indent-l);
2343
2414
  }
2344
2415
 
2345
2416
  .KIT__Footer-module__firstTextBlock___jIJYC {
2346
2417
  font-size: 12px;
2347
2418
  color: var(--footer-text-block-color);
2348
- margin-bottom: var(--indent-base);
2419
+ margin-bottom: var(--indent-l);
2349
2420
  }
2350
2421
 
2351
2422
  .KIT__Footer-module__secondText___nk15R {
2352
2423
  font-size: 12px;
2353
2424
  color: var(--footer-text-block-color);
2354
- margin-bottom: var(--indent-base);
2425
+ margin-bottom: var(--indent-l);
2355
2426
  }
2356
2427
 
2357
2428
  .KIT__Footer-module__license___mhG5E {
2358
2429
  width: 100%;
2359
- padding: var(--indent-base);
2430
+ padding: var(--indent-l);
2360
2431
  background: var(--footer-license-background-color);
2361
2432
  border-radius: var(--border-l);
2362
- margin-bottom: var(--indent-base);
2433
+ margin-bottom: var(--indent-l);
2363
2434
  border: 2px solid var(--border-color-gray);
2364
2435
  display: flex;
2365
2436
  justify-content: center;
@@ -2376,7 +2447,6 @@
2376
2447
  width: 150px;
2377
2448
  height: 50px;
2378
2449
  }
2379
-
2380
2450
  .KIT__Content-module__wrapperMethods___zV1oZ {
2381
2451
  display: flex;
2382
2452
  width: 100%;
@@ -2392,18 +2462,18 @@
2392
2462
  .KIT__Content-module__methods___HSBRd {
2393
2463
  width: 100%;
2394
2464
  flex-shrink: 0;
2395
- padding-top: var(--indent-base);
2465
+ padding-top: var(--indent-l);
2396
2466
  background-color: rgb(var(--dark));
2397
2467
  }
2398
2468
 
2399
2469
  .KIT__Content-module__title___y5mzr {
2400
2470
  color: rgb(var(--white));
2401
- margin-bottom: var(--indent-base);
2471
+ margin-bottom: var(--indent-l);
2402
2472
  text-align: center;
2403
2473
  }
2404
2474
 
2405
2475
  .KIT__Content-module__kycTitle___XEiR7 {
2406
- margin-bottom: var(--indent-base);
2476
+ margin-bottom: var(--indent-l);
2407
2477
  text-align: center;
2408
2478
  text-transform: uppercase;
2409
2479
  }
@@ -2418,10 +2488,10 @@
2418
2488
  display: grid;
2419
2489
  grid-template-columns: repeat(3, minmax(0, 1fr));
2420
2490
 
2421
- grid-gap: var(--indent-base);
2491
+ grid-gap: var(--indent-l);
2422
2492
 
2423
- gap: var(--indent-base);
2424
- margin-bottom: var(--indent-base);
2493
+ gap: var(--indent-l);
2494
+ margin-bottom: var(--indent-l);
2425
2495
  }
2426
2496
 
2427
2497
  .KIT__List-module__listWrapper___bCwsA:last-child {
@@ -2439,7 +2509,7 @@
2439
2509
  }
2440
2510
 
2441
2511
  .KIT__List-module__name___li7Ym {
2442
- padding:calc(var(--indent-base) / 3);
2512
+ padding: calc(var(--indent-l) / 3);
2443
2513
  background-color: rgb(var(--dark-gray));
2444
2514
  border-top: 2px solid var(--border-color-gray);
2445
2515
  font-size: 10px;
@@ -2451,16 +2521,16 @@
2451
2521
 
2452
2522
  .KIT__List-module__subTitle___d7sjr {
2453
2523
  font-size: 14px;
2454
- color:rgb(var(--white));
2455
- padding:calc(var(--indent-base) / 2) var(--indent-base);
2524
+ color: rgb(var(--white));
2525
+ padding: calc(var(--indent-l) / 2) var(--indent-l);
2456
2526
  position: sticky;
2457
- top: calc(var(--indent-base) * -2);
2527
+ top: calc(var(--indent-l) * -2);
2458
2528
  background-color: rgb(var(--dark));
2459
2529
  }
2460
2530
 
2461
2531
  .KIT__List-module__loaderItem____djPZ {
2462
2532
  width: 100%;
2463
- margin-bottom: var(--indent-base);
2533
+ margin-bottom: var(--indent-l);
2464
2534
  border-radius: var(--border-s);
2465
2535
  overflow: hidden;
2466
2536
  }
@@ -2472,9 +2542,9 @@
2472
2542
  .KIT__List-module__defaultImg___iBe8c {
2473
2543
  width: 45px;
2474
2544
  height: 45px;
2475
- margin: calc(var(--indent-base) / 2);
2545
+ margin: calc(var(--indent-l) / 2);
2476
2546
  /* background-color: rgba(var(--white),1); */
2477
- padding:calc(var(--indent-base) / 4);
2547
+ padding: calc(var(--indent-l) / 4);
2478
2548
  border-radius: var(--border-s);
2479
2549
  }
2480
2550
 
@@ -2482,20 +2552,20 @@
2482
2552
  fill: rgb(var(--gray));
2483
2553
  }
2484
2554
  .KIT__Methods-module__marginB___dPqFf {
2485
- margin-bottom: var(--indent-base);
2555
+ margin-bottom: var(--indent-l);
2486
2556
  }
2487
2557
  .KIT__DepositQrForm-module__wrapperDepositQrForm___jpmhS {
2488
2558
  display: flex;
2489
2559
  flex-direction: column;
2490
2560
  justify-content: space-between;
2491
- padding: var(--indent-base) 0;
2561
+ padding: var(--indent-l) 0;
2492
2562
  }
2493
2563
 
2494
2564
  .KIT__DepositQrForm-module__depositQrTitle___iHMFD {
2495
2565
  text-align: center;
2496
2566
  color: rgb(var(--white));
2497
2567
  font-size: 16px;
2498
- margin-bottom: calc(var(--indent-base) * 2);
2568
+ margin-bottom: calc(var(--indent-l) * 2);
2499
2569
  }
2500
2570
 
2501
2571
  .KIT__DepositQrForm-module__qrWrapper___gWVsu {
@@ -2503,11 +2573,11 @@
2503
2573
  justify-content: center;
2504
2574
  align-items: center;
2505
2575
  width: 100%;
2506
- margin-bottom: calc(var(--indent-base) * 3);
2576
+ margin-bottom: calc(var(--indent-l) * 3);
2507
2577
  }
2508
2578
 
2509
2579
  .KIT__DepositQrForm-module__inputInfo___h3vaW {
2510
- margin-bottom: calc(var(--indent-base) * 2);
2580
+ margin-bottom: calc(var(--indent-l) * 2);
2511
2581
  }
2512
2582
 
2513
2583
  .KIT__DepositQrForm-module__minInfo___iWrrr {
@@ -2516,14 +2586,13 @@
2516
2586
  }
2517
2587
 
2518
2588
  .KIT__DepositQrForm-module__minText___gQXm4 {
2519
- margin-left: var(--indent-base);
2589
+ margin-left: var(--indent-l);
2520
2590
  color: rgb(var(--gray));
2521
2591
  }
2522
2592
 
2523
2593
  .KIT__DepositQrForm-module__minText___gQXm4 span {
2524
2594
  color: rgba(var(--white), 0.8);
2525
2595
  }
2526
-
2527
2596
  .KIT__DepositSkelet-module__depositSkeletFormWrapper___SUKWx {
2528
2597
  height: 100%;
2529
2598
  }
@@ -2533,7 +2602,7 @@
2533
2602
  flex-direction: column;
2534
2603
  align-items: center;
2535
2604
  justify-content: center;
2536
- gap: var(--indent-base);
2605
+ gap: var(--indent-l);
2537
2606
  position: relative;
2538
2607
  overflow: hidden;
2539
2608
  }
@@ -2588,7 +2657,7 @@
2588
2657
  .KIT__HOCErrorBoundary-module__logo___tGF40 {
2589
2658
  position: absolute;
2590
2659
  left: 0;
2591
- top: var(--indent-base);
2660
+ top: var(--indent-l);
2592
2661
  z-index: 1;
2593
2662
  }
2594
2663
 
@@ -2601,19 +2670,18 @@
2601
2670
  bottom: 0%;
2602
2671
  }
2603
2672
  }
2604
-
2605
2673
  .KIT__MainLoader-module__wrapperMainLoader___m3z7o {
2606
2674
  width: 100%;
2607
2675
  height: 100%;
2608
2676
  position: fixed;
2609
- top:0;
2610
- left:0;
2677
+ top: 0;
2678
+ left: 0;
2611
2679
  background-color: rgb(var(--dark));
2612
2680
  display: flex;
2613
2681
  justify-content: center;
2614
2682
  align-items: center;
2615
2683
  flex-direction: column;
2616
- z-index: var(--layout-lvl-5);
2684
+ z-index: var(--layout-lvl-5);
2617
2685
  }
2618
2686
 
2619
2687
  .KIT__MainLoader-module__marginB___phkty {
@@ -2622,11 +2690,11 @@
2622
2690
  }
2623
2691
 
2624
2692
  .KIT__MainLoader-module__wrapperProgress___gkx8J {
2625
- width:80%;
2693
+ width: 80%;
2626
2694
  background-color: rgb(var(--semi-dark));
2627
2695
  height: 55px;
2628
2696
  border-radius: var(--border-l);
2629
- border:1px solid rgba(var(--gray),0.5);
2697
+ border: 1px solid rgba(var(--gray), 0.5);
2630
2698
  overflow: hidden;
2631
2699
  }
2632
2700
 
@@ -2634,7 +2702,7 @@
2634
2702
  .KIT__MainLoader-module__progress____OOs6 {
2635
2703
  height: 100%;
2636
2704
  transition: 0.1s;
2637
- background-color: rgb(var(--primary));
2705
+ background-color: var(--green-100);
2638
2706
  }
2639
2707
 
2640
2708
 
@@ -2676,7 +2744,7 @@
2676
2744
  color: rgb(var(--gray));
2677
2745
  font-size: var(--font-size-s);
2678
2746
  margin-bottom: var(--indent-base-half);
2679
- padding: 0 var(--indent-base);
2747
+ padding: 0 var(--indent-l);
2680
2748
  }
2681
2749
 
2682
2750
  .KIT__InvitedTableHead-module__secondColumn___Vy47V {
@@ -2686,7 +2754,6 @@
2686
2754
  .KIT__InvitedTableHead-module__thirdColumn___mAcYS {
2687
2755
  text-align: right;
2688
2756
  }
2689
-
2690
2757
  .KIT__List-module__wrapperList___CbQsY {
2691
2758
  display: flex;
2692
2759
  flex-direction: column;
@@ -2702,7 +2769,7 @@
2702
2769
  border: 2px solid rgb(var(--border-color-gray));
2703
2770
  border-radius: var(--border-12);
2704
2771
  color: var(--referral-text-color);
2705
- padding: 0 var(--indent-base);
2772
+ padding: 0 var(--indent-l);
2706
2773
  background-color: rgb(var(--dark), 0.5);
2707
2774
  }
2708
2775
 
@@ -2723,19 +2790,18 @@
2723
2790
  font-size: var(--font-size-m);
2724
2791
  font-weight: 300;
2725
2792
  }
2726
-
2727
2793
  .KIT__Pagination-module__wrapperPagination___GbUfd {
2728
2794
  display: flex;
2729
2795
  align-items: center;
2730
2796
  justify-content: center;
2731
- height: calc(var(--height-48) - var(--indent-base) / 3);
2732
- gap: var(--indent-base);
2797
+ height: calc(var(--height-48) - var(--indent-l) / 3);
2798
+ gap: var(--indent-l);
2733
2799
  }
2734
2800
 
2735
2801
  .KIT__Pagination-module__pages___fNXOV {
2736
2802
  display: flex;
2737
2803
  align-items: center;
2738
- gap: calc(var(--indent-base) / 3);
2804
+ gap: calc(var(--indent-l) / 3);
2739
2805
  height: 100%;
2740
2806
  }
2741
2807
 
@@ -2806,7 +2872,7 @@
2806
2872
 
2807
2873
  .KIT__Pagination-module__rotateRight___ZMQHv {
2808
2874
  transform: rotate(90deg);
2809
- margin-left: var(--indent-base);
2875
+ margin-left: var(--indent-l);
2810
2876
  }
2811
2877
 
2812
2878
  @media screen and (min-width: 768px) {
@@ -2816,7 +2882,7 @@
2816
2882
 
2817
2883
  .KIT__Pagination-module__pages___fNXOV {
2818
2884
  color: rgb(var(--gray));
2819
- gap: var(--indent-base);
2885
+ gap: var(--indent-l);
2820
2886
  }
2821
2887
 
2822
2888
  .KIT__Pagination-module__page___BM78i {
@@ -2839,11 +2905,9 @@
2839
2905
  background-color: var(--pagination-active-button-background);
2840
2906
  }
2841
2907
  }
2842
-
2843
2908
  .KIT__ReferralTable-module__wrapperTable___w1vwn {
2844
- margin-bottom: var(--indent-base);
2909
+ margin-bottom: var(--indent-l);
2845
2910
  }
2846
-
2847
2911
  .KIT__Wheel-module__wheelWrapper___pnGMz {
2848
2912
  width: var(--full);
2849
2913
  height: var(--full);
@@ -2925,39 +2989,45 @@
2925
2989
  position: absolute;
2926
2990
  top: 50%;
2927
2991
  left: 50%;
2928
- transform: translate(-50%,-50%);
2992
+ transform: translate(-50%, -50%);
2929
2993
 
2930
2994
  display: flex;
2931
2995
  z-index: calc(var(--layout-lvl-1) + 1);
2932
2996
 
2933
- padding: var(--indent-base);
2997
+ padding: var(--indent-l);
2934
2998
  text-align: center;
2935
-
2999
+
2936
3000
 
2937
3001
  justify-content: flex-start;
2938
3002
  flex-direction: column;
2939
3003
  }
2940
3004
 
2941
3005
  .KIT__Wheel-module__item2___GeqJL {
2942
- transform: translate(-50%,-50%) rotate(45deg)
3006
+ transform: translate(-50%, -50%) rotate(45deg)
2943
3007
  }
3008
+
2944
3009
  .KIT__Wheel-module__item3___IvSJ3 {
2945
- transform: translate(-50%,-50%) rotate(90deg)
3010
+ transform: translate(-50%, -50%) rotate(90deg)
2946
3011
  }
3012
+
2947
3013
  .KIT__Wheel-module__item4___q3RZY {
2948
- transform: translate(-50%,-50%) rotate(135deg)
3014
+ transform: translate(-50%, -50%) rotate(135deg)
2949
3015
  }
3016
+
2950
3017
  .KIT__Wheel-module__item5___w7Jwh {
2951
- transform: translate(-50%,-50%) rotate(180deg)
3018
+ transform: translate(-50%, -50%) rotate(180deg)
2952
3019
  }
3020
+
2953
3021
  .KIT__Wheel-module__item6___rycKo {
2954
- transform: translate(-50%,-50%) rotate(225deg)
3022
+ transform: translate(-50%, -50%) rotate(225deg)
2955
3023
  }
3024
+
2956
3025
  .KIT__Wheel-module__item7___jfKrL {
2957
- transform: translate(-50%,-50%) rotate(270deg)
3026
+ transform: translate(-50%, -50%) rotate(270deg)
2958
3027
  }
3028
+
2959
3029
  .KIT__Wheel-module__item8___En5Ei {
2960
- transform: translate(-50%,-50%) rotate(315deg)
3030
+ transform: translate(-50%, -50%) rotate(315deg)
2961
3031
  }
2962
3032
 
2963
3033
  .KIT__Wheel-module__spinBtn___AngbQ {
@@ -2969,7 +3039,7 @@
2969
3039
  top: var(--indent);
2970
3040
  left: 50%;
2971
3041
  left: var(--indent);
2972
- transform: translate(-50%,-50%);
3042
+ transform: translate(-50%, -50%);
2973
3043
 
2974
3044
  width: 80px;
2975
3045
 
@@ -2990,12 +3060,12 @@
2990
3060
  position: absolute;
2991
3061
  top: var(--indent);
2992
3062
  left: var(--indent);
2993
- transform: translate(-50%,-50%) rotate(-8.5deg);
3063
+ transform: translate(-50%, -50%) rotate(-8.5deg);
2994
3064
 
2995
3065
  font-weight: 900;
2996
3066
  font-size: var(--font-size-xxl);
2997
3067
  color: rgb(var(--white));
2998
- text-shadow: 0 5px 0 #290049,0 6.38508px 11.706px #000000;
3068
+ text-shadow: 0 5px 0 #290049, 0 6.38508px 11.706px #000000;
2999
3069
  }
3000
3070
 
3001
3071
  .KIT__Wheel-module__slotName___MqFJ9 {
@@ -3026,6 +3096,7 @@
3026
3096
  0% {
3027
3097
  transform: scale(0);
3028
3098
  }
3099
+
3029
3100
  100% {
3030
3101
  transform: scale(1) translateY(-50%);
3031
3102
  }
@@ -3037,7 +3108,7 @@
3037
3108
  }
3038
3109
 
3039
3110
  50% {
3040
- transform: rotate(5deg);
3111
+ transform: rotate(5deg);
3041
3112
  }
3042
3113
 
3043
3114
  100% {
@@ -3056,8 +3127,6 @@
3056
3127
  transform: rotate(5390deg);
3057
3128
  }
3058
3129
  }
3059
-
3060
-
3061
3130
  .KIT__Scratch-module__scratch___n0TBg {
3062
3131
  width: 100%;
3063
3132
  height: 100%;
@@ -3069,7 +3138,7 @@
3069
3138
  flex-wrap: wrap;
3070
3139
  align-items: center;
3071
3140
  justify-content: space-between;
3072
- padding: var(--indent-base);
3141
+ padding: var(--indent-l);
3073
3142
  z-index: 1;
3074
3143
  }
3075
3144
 
@@ -3133,6 +3202,7 @@
3133
3202
  0% {
3134
3203
  transform: scale(1, 1);
3135
3204
  }
3205
+
3136
3206
  50% {
3137
3207
  transform: scale(1.05, 1.05);
3138
3208
  }
@@ -3146,6 +3216,7 @@
3146
3216
  0% {
3147
3217
  transform: scale(0);
3148
3218
  }
3219
+
3149
3220
  100% {
3150
3221
  transform: scale(1) translateY(-50%);
3151
3222
  }
@@ -3160,7 +3231,7 @@
3160
3231
  height: 100vh;
3161
3232
  margin-top: 0;
3162
3233
  margin-top: initial;
3163
- padding: calc(var(--indent-base) * 2) 0;
3234
+ padding: calc(var(--indent-l) * 2) 0;
3164
3235
  }
3165
3236
 
3166
3237
  .KIT__Scratch-module__zeus___mWqU8 {
@@ -3176,13 +3247,12 @@
3176
3247
  max-height: 400px;
3177
3248
  }
3178
3249
  }
3179
-
3180
3250
  .KIT__TournamentCard-module__wrapperTournamentCard___B_cI_ {
3181
3251
  background: var(--tournament-card-background-color);
3182
3252
  width: 100%;
3183
3253
  border-radius: var(--border-xl);
3184
3254
  border: 2px solid var(--border-color-gray);
3185
- padding: var(--indent-base);
3255
+ padding: var(--indent-l);
3186
3256
  position: relative;
3187
3257
  overflow: hidden;
3188
3258
  max-width: 500px;
@@ -3201,7 +3271,7 @@
3201
3271
  font-weight: 700;
3202
3272
  font-size: 20px;
3203
3273
  text-transform: uppercase;
3204
- margin-bottom: var(--indent-base);
3274
+ margin-bottom: var(--indent-l);
3205
3275
  position: relative;
3206
3276
  }
3207
3277
 
@@ -3214,7 +3284,7 @@
3214
3284
  font-size: var(--font-size-xs);
3215
3285
  text-transform: uppercase;
3216
3286
  color: var(--tournament-card-win-sum-color);
3217
- margin-bottom: var(--indent-base);
3287
+ margin-bottom: var(--indent-l);
3218
3288
  position: relative;
3219
3289
  }
3220
3290
 
@@ -3251,7 +3321,7 @@
3251
3321
  display: flex;
3252
3322
  justify-content: center;
3253
3323
  align-items: center;
3254
- margin-left: var(--indent-base);
3324
+ margin-left: var(--indent-l);
3255
3325
  }
3256
3326
 
3257
3327
  .KIT__TournamentCard-module__info___j03kS {
@@ -3286,7 +3356,6 @@
3286
3356
  font-weight: 700;
3287
3357
  font-size: var(--font-size-xl);
3288
3358
  }
3289
-
3290
3359
  .KIT__SkeletLoader-module__wrapperSkeletLoader___oGTH8 {
3291
3360
  height: 100%;
3292
3361
  background: var(--skelet-loader-wrapper-background-color);
@@ -3321,7 +3390,7 @@
3321
3390
  width: var(--winner-card-size);
3322
3391
  border-radius: var(--border-s);
3323
3392
  background: var(--card-background);
3324
- padding: var(--indent-base);
3393
+ padding: var(--indent-l);
3325
3394
 
3326
3395
  color: var(--card-text-color);
3327
3396
  flex-shrink: 0;
@@ -3385,10 +3454,7 @@
3385
3454
  font-size: var(--font-size-s);
3386
3455
  line-height: var(--font-size-s);
3387
3456
  font-weight: 600;
3388
- width: calc(
3389
- var(--winner-card-size) -
3390
- (var(--card-img-width) + var(--indent-base-double))
3391
- );
3457
+ width: calc(var(--winner-card-size) - (var(--card-img-width) + var(--indent-base-double)));
3392
3458
  text-overflow: ellipsis;
3393
3459
  overflow: hidden;
3394
3460
  white-space: nowrap;
@@ -3403,14 +3469,13 @@
3403
3469
  .KIT__LastBigWinner-module__box___WNB7m .KIT__LastBigWinner-module__sum___ZpyFL {
3404
3470
  font-weight: 700;
3405
3471
  font-size: var(--font-size-m);
3406
- color: rgb(var(--primary));
3472
+ color: var(--green-100);
3407
3473
  }
3408
3474
 
3409
3475
  .KIT__LastBigWinner-module__box___WNB7m .KIT__LastBigWinner-module__loaderSum___GqO9a {
3410
3476
  width: 40px;
3411
3477
  height: 15px;
3412
3478
  }
3413
-
3414
3479
  .KIT__LastBigWinners-module__wrapperBoxLoader___vM6yl {
3415
3480
  height: var(--last-big-winner-card-height);
3416
3481
  width: 100%;
@@ -3433,7 +3498,7 @@
3433
3498
  }
3434
3499
 
3435
3500
  .KIT__Digit-module__digit___zpm_m {
3436
- margin-left: calc(var(--indent-base) / 3);
3501
+ margin-left: calc(var(--indent-l) / 3);
3437
3502
  height: 100%;
3438
3503
  overflow: hidden;
3439
3504
  text-align: center;
@@ -3462,7 +3527,6 @@
3462
3527
  transform: translateY(-100%);
3463
3528
  }
3464
3529
  }
3465
-
3466
3530
  .KIT__JackpotCounter-module__wrapperCounter___RcPhd {
3467
3531
  font-size: 2.5rem;
3468
3532
  display: flex;
@@ -3476,7 +3540,7 @@
3476
3540
 
3477
3541
  --jackpot-counter-text-color: rgb(var(--soft-gray));
3478
3542
  }
3479
- .KIT__Jackpot-module__jackpotInfoBoxWrapper___Pg4DB{
3543
+ .KIT__Jackpot-module__jackpotInfoBoxWrapper___Pg4DB {
3480
3544
  /* height: 250px; */
3481
3545
  border-radius: var(--border-xl);
3482
3546
  background: var(--gradient-purple);
@@ -3488,8 +3552,8 @@
3488
3552
  position: relative;
3489
3553
  z-index: var(--layout-lvl-1);
3490
3554
 
3491
- padding:var(--indent-base);
3492
-
3555
+ padding: var(--indent-l);
3556
+
3493
3557
 
3494
3558
  animation: KIT__Jackpot-module__Scaling___HkvJM 0.5s forwards;
3495
3559
  overflow: hidden;
@@ -3525,13 +3589,13 @@
3525
3589
  justify-content: center;
3526
3590
  align-items: center;
3527
3591
  color: var(--jackpot-counter-text-color);
3528
- margin-bottom: calc(var(--indent-base-double) * 2 );
3592
+ margin-bottom: calc(var(--indent-base-double) * 2);
3529
3593
 
3530
3594
  --jackpot-counter-text-color: rgb(var(--soft-gray));
3531
3595
  }
3532
3596
 
3533
3597
  .KIT__Jackpot-module__jackpotCounterWrapper___n3tiu {
3534
- padding:var(--indent-base-half);
3598
+ padding: var(--indent-base-half);
3535
3599
  position: relative;
3536
3600
  font-weight: 900;
3537
3601
  width: 100%;
@@ -3553,6 +3617,7 @@
3553
3617
 
3554
3618
  opacity: 1;
3555
3619
  }
3620
+
3556
3621
  .KIT__Jackpot-module__redLight___E5cw8 {
3557
3622
  opacity: 1;
3558
3623
  }
@@ -3575,6 +3640,7 @@
3575
3640
  height: 100%;
3576
3641
  bottom: -10%;
3577
3642
  }
3643
+
3578
3644
  .KIT__Jackpot-module__devil___agv4_ {
3579
3645
  top: auto;
3580
3646
  top: initial;
@@ -3587,7 +3653,7 @@
3587
3653
  }
3588
3654
 
3589
3655
  @keyframes KIT__Jackpot-module__Scaling___HkvJM {
3590
- 0%{
3656
+ 0% {
3591
3657
  transform: scale(0);
3592
3658
  }
3593
3659
 
@@ -3602,14 +3668,13 @@
3602
3668
  }
3603
3669
 
3604
3670
  .KIT__JackpotWidget-module__marginL___xUqkQ {
3605
- margin-left: var(--indent-base);
3671
+ margin-left: var(--indent-l);
3606
3672
  }
3607
3673
 
3608
3674
  .KIT__JackpotWidget-module__marginL___xUqkQ:first-child {
3609
3675
  margin-left: 0;
3610
3676
  }
3611
3677
 
3612
-
3613
3678
  .KIT__Icons-module__fsWinCashFill___cQ6iY path {
3614
3679
  fill:rgb(0,0,0)
3615
3680
  }
@@ -3624,9 +3689,9 @@
3624
3689
  border: 2px solid var(--border-color-gray);
3625
3690
  display: flex;
3626
3691
  align-items: center;
3627
- padding: var(--indent-base);
3692
+ padding: var(--indent-l);
3628
3693
  justify-content: space-between;
3629
- margin-bottom: var(--indent-base);
3694
+ margin-bottom: var(--indent-l);
3630
3695
  }
3631
3696
 
3632
3697
  .KIT__NotificationView-module__wrapperNotification___GLKdP.KIT__NotificationView-module__animationMoveToLeftNotification___RyoLN {
@@ -3647,7 +3712,7 @@
3647
3712
  }
3648
3713
 
3649
3714
  .KIT__NotificationView-module__text___zAS7m {
3650
- margin-left: var(--indent-base);
3715
+ margin-left: var(--indent-l);
3651
3716
  color: var(--notification-text-color);
3652
3717
  font-size: 12px;
3653
3718
  }
@@ -4257,18 +4322,14 @@
4257
4322
  }
4258
4323
 
4259
4324
  html {
4260
- --primary-shadow: 0 0px 9px rgb(var(--primary)),
4261
- inset 0 8px 1px rgba(var(--primary), 0.1);
4262
- --primary-gradient: linear-gradient(
4263
- 1turn,
4264
- rgba(var(--primary), 0.5) 0.8%,
4265
- rgb(var(--primary))
4266
- );
4267
- --primary-secondary: linear-gradient(
4268
- 1turn,
4269
- rgba(var(--soft-gray), 0.625) 0.8%,
4270
- rgb(var(--soft-gray))
4271
- );
4325
+ --primary-shadow: 0 0px 9px var(--green-100),
4326
+ inset 0 8px 1px rgba(, 0.1);
4327
+ --primary-gradient: linear-gradient(1turn,
4328
+ rgba(, 0.5) 0.8%,
4329
+ var(--green-100));
4330
+ --primary-secondary: linear-gradient(1turn,
4331
+ rgba(var(--soft-gray), 0.625) 0.8%,
4332
+ rgb(var(--soft-gray)));
4272
4333
  /* Buttons */
4273
4334
  --button-color-primary: var(--primary-gradient);
4274
4335
  --button-box-shadow-primary: var(--primary-shadow);
@@ -4278,7 +4339,7 @@ html {
4278
4339
  inset 0 4px 3px var(--secondary-05);
4279
4340
 
4280
4341
  --button-color-blue: linear-gradient(1turn, #0c5eff 0.8%, #1398f9);
4281
- --button-box-shadow-blue: 0 3px 28px rgb(var(--primary)) 66,
4342
+ --button-box-shadow-blue: 0 3px 28px var(--green-100) 66,
4282
4343
  inset 0 3px 3px rgba(255,255,255,0.30196);
4283
4344
 
4284
4345
  --button-color-secondary: var(--primary-secondary);
@@ -4295,25 +4356,15 @@ html {
4295
4356
  --button-full: 100%;
4296
4357
 
4297
4358
  --button-height-xs: var(--small-button-height);
4298
- --button-height-s: calc(
4299
- var(--small-button-height) + var(--button-height-step)
4300
- );
4301
- --button-height-m: calc(
4302
- var(--small-button-height) + var(--button-height-step) * 2
4303
- );
4304
- --button-height-l: calc(
4305
- var(--small-button-height) + var(--button-height-step) * 3
4306
- );
4307
- --button-height-xl: calc(
4308
- var(--small-button-height) + var(--button-height-step) * 4
4309
- );
4310
- --button-height-xxl: calc(
4311
- var(--small-button-height) + var(--button-height-step) * 5
4312
- );
4359
+ --button-height-s: calc(var(--small-button-height) + var(--button-height-step));
4360
+ --button-height-m: calc(var(--small-button-height) + var(--button-height-step) * 2);
4361
+ --button-height-l: calc(var(--small-button-height) + var(--button-height-step) * 3);
4362
+ --button-height-xl: calc(var(--small-button-height) + var(--button-height-step) * 4);
4363
+ --button-height-xxl: calc(var(--small-button-height) + var(--button-height-step) * 5);
4313
4364
 
4314
4365
  /* indents */
4315
- --indent-base-double: calc(var(--indent-base) * 2);
4316
- --indent-base-half: calc(var(--indent-base) / 2);
4366
+ --indent-base-double: calc(var(--indent-l) * 2);
4367
+ --indent-base-half: calc(var(--indent-l) / 2);
4317
4368
  /* borders */
4318
4369
  --border-xs: 3px;
4319
4370
  --border-s: 6px;
@@ -4333,7 +4384,7 @@ html {
4333
4384
  --input-full: 100%;
4334
4385
  --input-height: 40px;
4335
4386
  --input-icon-width: 25px;
4336
- --input-border-focus-bg: rgb(var(--primary));
4387
+ --input-border-focus-bg: var(--green-100);
4337
4388
  --input-border-bg: var(--border-color);
4338
4389
  /* font-size */
4339
4390
  --font-size-xxs: 0.5rem;
@@ -4357,28 +4408,22 @@ html {
4357
4408
  /* App Switcher */
4358
4409
  --border-app-switcher-color: inherit;
4359
4410
  --background-active-app-switcher-color: var(--border-app-switcher-color);
4360
- --active-app-border-color: var(--primary);
4361
- --app-switcher-svg-path-fill: rgb(var(--primary));
4411
+ --active-app-border-color: ;
4412
+ --app-switcher-svg-path-fill: var(--green-100);
4362
4413
  --pop-up-header-close-svg-path-fill: rgb(var(--gray));
4363
4414
 
4364
- --drawer-button-border-background: linear-gradient(
4365
- 90deg,
4366
- rgb(var(--primary)) 0.8%,
4367
- transparent
4368
- );
4369
- --drawer-button-shadow-background: linear-gradient(
4370
- 90deg,
4371
- #212433 0%,
4372
- var(--drawer-modal-content-color) 100%
4373
- );
4415
+ --drawer-button-border-background: linear-gradient(90deg,
4416
+ var(--green-100) 0.8%,
4417
+ transparent);
4418
+ --drawer-button-shadow-background: linear-gradient(90deg,
4419
+ #212433 0%,
4420
+ var(--drawer-modal-content-color) 100%);
4374
4421
 
4375
4422
  /* Checkbox */
4376
4423
 
4377
4424
  --check-box-height: 32px;
4378
4425
  --check-box-slider-padding: 4px;
4379
- --check-box-slider-size: calc(
4380
- var(--check-box-height) - var(--check-box-slider-padding) * 2
4381
- );
4426
+ --check-box-slider-size: calc(var(--check-box-height) - var(--check-box-slider-padding) * 2);
4382
4427
  --check-box-width: 52px;
4383
4428
  --check-box-selected-color: rgba(52, 199, 89, 1);
4384
4429
  --check-box-unselected-color: rgba(31, 34, 47, 1);
@@ -4388,4 +4433,157 @@ html {
4388
4433
  /* PromoCode */
4389
4434
  --promo-code-promo-title-color: rgba(var(--white), 0.5);
4390
4435
  }
4391
-
4436
+ /* CSS variables. */
4437
+ :root {
4438
+ --PhoneInput-color--focus: #03b2cb;
4439
+ --PhoneInputInternationalIconPhone-opacity: 0.8;
4440
+ --PhoneInputInternationalIconGlobe-opacity: 0.65;
4441
+ --PhoneInputCountrySelect-marginRight: 0.35em;
4442
+ --PhoneInputCountrySelectArrow-width: 0.3em;
4443
+ --PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);
4444
+ --PhoneInputCountrySelectArrow-borderWidth: 1px;
4445
+ --PhoneInputCountrySelectArrow-opacity: 0.45;
4446
+ --PhoneInputCountrySelectArrow-color: currentColor;
4447
+ --PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);
4448
+ --PhoneInputCountrySelectArrow-transform: rotate(45deg);
4449
+ --PhoneInputCountryFlag-aspectRatio: 1.5;
4450
+ --PhoneInputCountryFlag-height: 1em;
4451
+ --PhoneInputCountryFlag-borderWidth: 1px;
4452
+ --PhoneInputCountryFlag-borderColor: rgba(0,0,0,0.5);
4453
+ --PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);
4454
+ --PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,0.1);
4455
+ }
4456
+
4457
+ .PhoneInput {
4458
+ /* This is done to stretch the contents of this component. */
4459
+ display: flex;
4460
+ align-items: center;
4461
+ }
4462
+
4463
+ .PhoneInputInput {
4464
+ /* The phone number input stretches to fill all empty space */
4465
+ flex: 1;
4466
+ /* The phone number input should shrink
4467
+ to make room for the extension input */
4468
+ min-width: 0;
4469
+ }
4470
+
4471
+ .PhoneInputCountryIcon {
4472
+ width: calc(1em * 1.5);
4473
+ width: calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));
4474
+ height: 1em;
4475
+ height: var(--PhoneInputCountryFlag-height);
4476
+ }
4477
+
4478
+ .PhoneInputCountryIcon--square {
4479
+ width: 1em;
4480
+ width: var(--PhoneInputCountryFlag-height);
4481
+ }
4482
+
4483
+ .PhoneInputCountryIcon--border {
4484
+ /* Removed `background-color` because when an `<img/>` was still loading
4485
+ it would show a dark gray rectangle. */
4486
+ /* For some reason the `<img/>` is not stretched to 100% width and height
4487
+ and sometime there can be seen white pixels of the background at top and bottom. */
4488
+ background-color: rgba(0,0,0,0.1);
4489
+ background-color: var(--PhoneInputCountryFlag-backgroundColor--loading);
4490
+ /* Border is added via `box-shadow` because `border` interferes with `width`/`height`. */
4491
+ /* For some reason the `<img/>` is not stretched to 100% width and height
4492
+ and sometime there can be seen white pixels of the background at top and bottom,
4493
+ so an additional "inset" border is added. */
4494
+ box-shadow: 0 0 0 1px rgba(0,0,0,0.5),
4495
+ inset 0 0 0 1px rgba(0,0,0,0.5);
4496
+ box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),
4497
+ inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor);
4498
+ }
4499
+
4500
+ .PhoneInputCountryIconImg {
4501
+ /* Fixes weird vertical space above the flag icon. */
4502
+ /* https://gitlab.com/catamphetamine/react-phone-number-input/-/issues/7#note_348586559 */
4503
+ display: block;
4504
+ /* 3rd party <SVG/> flag icons won't stretch if they have `width` and `height`.
4505
+ Also, if an <SVG/> icon's aspect ratio was different, it wouldn't fit too. */
4506
+ width: 100%;
4507
+ height: 100%;
4508
+ }
4509
+
4510
+ .PhoneInputInternationalIconPhone {
4511
+ opacity: 0.8;
4512
+ opacity: var(--PhoneInputInternationalIconPhone-opacity);
4513
+ }
4514
+
4515
+ .PhoneInputInternationalIconGlobe {
4516
+ opacity: 0.65;
4517
+ opacity: var(--PhoneInputInternationalIconGlobe-opacity);
4518
+ }
4519
+
4520
+ /* Styling native country `<select/>`. */
4521
+
4522
+ .PhoneInputCountry {
4523
+ position: relative;
4524
+ align-self: stretch;
4525
+ display: flex;
4526
+ align-items: center;
4527
+ margin-right: 0.35em;
4528
+ margin-right: var(--PhoneInputCountrySelect-marginRight);
4529
+ }
4530
+
4531
+ .PhoneInputCountrySelect {
4532
+ position: absolute;
4533
+ top: 0;
4534
+ left: 0;
4535
+ height: 100%;
4536
+ width: 100%;
4537
+ z-index: 1;
4538
+ border: 0;
4539
+ opacity: 0;
4540
+ cursor: pointer;
4541
+ }
4542
+
4543
+ .PhoneInputCountrySelect[disabled],
4544
+ .PhoneInputCountrySelect[readonly] {
4545
+ cursor: default;
4546
+ }
4547
+
4548
+ .PhoneInputCountrySelectArrow {
4549
+ display: block;
4550
+ content: '';
4551
+ width: 0.3em;
4552
+ width: var(--PhoneInputCountrySelectArrow-width);
4553
+ height: 0.3em;
4554
+ height: var(--PhoneInputCountrySelectArrow-width);
4555
+ margin-left: 0.35em;
4556
+ margin-left: var(--PhoneInputCountrySelectArrow-marginLeft);
4557
+ border-style: solid;
4558
+ border-color: currentColor;
4559
+ border-color: var(--PhoneInputCountrySelectArrow-color);
4560
+ border-top-width: 0;
4561
+ border-bottom-width: 1px;
4562
+ border-bottom-width: var(--PhoneInputCountrySelectArrow-borderWidth);
4563
+ border-left-width: 0;
4564
+ border-right-width: 1px;
4565
+ border-right-width: var(--PhoneInputCountrySelectArrow-borderWidth);
4566
+ transform: rotate(45deg);
4567
+ transform: var(--PhoneInputCountrySelectArrow-transform);
4568
+ opacity: 0.45;
4569
+ opacity: var(--PhoneInputCountrySelectArrow-opacity);
4570
+ }
4571
+
4572
+ .PhoneInputCountrySelect:focus + .PhoneInputCountryIcon + .PhoneInputCountrySelectArrow {
4573
+ opacity: 1;
4574
+ color: #03b2cb;
4575
+ color: var(--PhoneInputCountrySelectArrow-color--focus);
4576
+ }
4577
+
4578
+ .PhoneInputCountrySelect:focus + .PhoneInputCountryIcon--border {
4579
+ box-shadow: 0 0 0 1px #03b2cb,
4580
+ inset 0 0 0 1px #03b2cb;
4581
+ box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),
4582
+ inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus);
4583
+ }
4584
+
4585
+ .PhoneInputCountrySelect:focus + .PhoneInputCountryIcon .PhoneInputInternationalIconGlobe {
4586
+ opacity: 1;
4587
+ color: #03b2cb;
4588
+ color: var(--PhoneInputCountrySelectArrow-color--focus);
4589
+ }