react-gldn-kit 0.1.11 → 0.1.14

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 (30) hide show
  1. package/dist/index.js +1 -1
  2. package/dist/lib/components/LastBigWinners/index.js +1 -1
  3. package/dist/lib/components/Layouts/ModalLayout/component/ModalContent/index.d.ts +1 -1
  4. package/dist/lib/components/Layouts/ModalLayout/component/ModalContent/index.js +6 -2
  5. package/dist/lib/components/Modals/Alert/components/Auth/SignUp/index.js +9 -8
  6. package/dist/lib/components/Modals/Alert/components/Auth/SignUp/types.d.ts +1 -0
  7. package/dist/lib/components/Wheel/index.js +2 -2
  8. package/dist/lib/components/Wheel/types.d.ts +8 -0
  9. package/dist/lib/index.d.ts +11 -1
  10. package/dist/lib/index.js +26 -5
  11. package/dist/lib/zustandStore/connection/selectors.d.ts +7 -0
  12. package/dist/lib/zustandStore/connection/selectors.js +19 -0
  13. package/dist/lib/zustandStore/connection/store.d.ts +2 -0
  14. package/dist/lib/zustandStore/connection/store.js +11 -0
  15. package/dist/lib/zustandStore/connection/types.d.ts +8 -0
  16. package/dist/lib/zustandStore/connection/types.js +2 -0
  17. package/dist/lib/zustandStore/games/selectors.d.ts +9 -0
  18. package/dist/lib/zustandStore/games/selectors.js +26 -0
  19. package/dist/lib/zustandStore/games/store.d.ts +2 -0
  20. package/dist/lib/zustandStore/games/store.js +22 -0
  21. package/dist/lib/zustandStore/games/types.d.ts +11 -0
  22. package/dist/lib/zustandStore/games/types.js +2 -0
  23. package/dist/lib/zustandStore/wheelPromo/selectors.d.ts +5 -0
  24. package/dist/lib/zustandStore/wheelPromo/selectors.js +14 -0
  25. package/dist/lib/zustandStore/wheelPromo/store.d.ts +2 -0
  26. package/dist/lib/zustandStore/wheelPromo/store.js +11 -0
  27. package/dist/lib/zustandStore/wheelPromo/types.d.ts +15 -0
  28. package/dist/lib/zustandStore/wheelPromo/types.js +12 -0
  29. package/dist/main.css +192 -182
  30. package/package.json +1 -1
package/dist/main.css CHANGED
@@ -1,5 +1,5 @@
1
1
  .KIT__ButtonBase-module__wrapperButtonBase___e7Ilq {
2
- padding: var(--indent-base-half);
2
+ padding: calc(var(--indent-m) / 2);
3
3
  display: flex;
4
4
  align-items: center;
5
5
  min-height: var(--small-button-height);
@@ -34,11 +34,11 @@
34
34
  }
35
35
 
36
36
  .KIT__ButtonBase-module__marginLeft-base-double___q6_Lx {
37
- margin-left: var(--indent-base-double);
37
+ margin-left: var(--indent-xxl);
38
38
  }
39
39
 
40
40
  .KIT__ButtonBase-module__marginLeft-base-half___lIHHW {
41
- margin-left: var(--indent-base-half);
41
+ margin-left: calc(var(--indent-m) / 2);
42
42
  }
43
43
 
44
44
  .KIT__ButtonBase-module__marginBottom-base___a1gKB {
@@ -46,11 +46,11 @@
46
46
  }
47
47
 
48
48
  .KIT__ButtonBase-module__marginBottom-base-double___XL2W8 {
49
- margin-bottom: var(--indent-base-double);
49
+ margin-bottom: var(--indent-xxl);
50
50
  }
51
51
 
52
52
  .KIT__ButtonBase-module__marginBottom-base-half___jRat3 {
53
- margin-bottom: var(--indent-base-half);
53
+ margin-bottom: calc(var(--indent-m) / 2);
54
54
  }
55
55
 
56
56
  .KIT__ButtonBase-module__size--button-xs___d_IRC {
@@ -245,6 +245,7 @@
245
245
  margin-right: var(--indent-l);
246
246
  margin-left: auto;
247
247
  }
248
+
248
249
  .KIT__JivoButton-module__customJivoButtonWrapper___ZNgrt {
249
250
  width: 100%;
250
251
  display: flex;
@@ -339,15 +340,14 @@
339
340
  .KIT__DepositButton-module__btn___NNokN {
340
341
  height: 100%;
341
342
  min-height: 30px;
342
- padding: 0 var(--indent-base-half);
343
+ padding: 0 calc(var(--indent-m) / 2);
343
344
  }
344
345
 
345
346
  .KIT__DepositButton-module__fsWinWrapper___HOvj6 {
346
347
  height: 100%;
347
348
  position: relative;
348
- /* Notice header border top and bottom 2px */
349
+ /* Notice header border top and bottom 2px */
349
350
  height: calc(100% + 4px);
350
-
351
351
  }
352
352
 
353
353
  .KIT__DepositButton-module__fsWinWrapper___HOvj6 svg {
@@ -358,21 +358,22 @@
358
358
  stroke: #fff;
359
359
  stroke-dasharray: 150 480;
360
360
  animation: KIT__DepositButton-module__LoopLine___z34pZ 2s linear infinite;
361
-
361
+
362
362
  width: 100%;
363
363
  height: 100%;
364
364
  z-index: 3;
365
365
  }
366
366
 
367
-
368
367
  @keyframes KIT__DepositButton-module__LoopLine___z34pZ {
369
- 0%,100%{
368
+ 0%,
369
+ 100% {
370
370
  stroke-dashoffset: 150;
371
371
  }
372
- 50%{
372
+ 50% {
373
373
  stroke-dashoffset: -480;
374
374
  }
375
375
  }
376
+
376
377
  .KIT__ShowAllCard-module__wrapperShowAllCard___KV8Il {
377
378
  display: flex;
378
379
  justify-content: center;
@@ -619,12 +620,12 @@
619
620
  margin-left: 0;
620
621
  }
621
622
  .KIT__ProviderName-module__providerName___t7qlX {
622
- --min-provider-name-width:100px;
623
+ --min-provider-name-width: 100px;
623
624
 
624
625
  max-width: 100px;
625
626
 
626
627
  max-width: var(--min-provider-name-width);
627
- padding: var(--indent-base-half);
628
+ padding: calc(var(--indent-m) / 2);
628
629
  border-radius: var(--border-l);
629
630
  background-color: var(--provider-name-background-color);
630
631
  color: var(--provider-name-color);
@@ -640,7 +641,7 @@
640
641
  }
641
642
 
642
643
  .KIT__ProviderName-module__marginL___TopTi {
643
- margin-left: var(--indent-base-half);
644
+ margin-left: calc(var(--indent-m) / 2);
644
645
  }
645
646
 
646
647
  .KIT__ProviderName-module__flexShrink___PqYdd {
@@ -1352,7 +1353,7 @@
1352
1353
 
1353
1354
  @media (min-width: 768px) {
1354
1355
  .KIT__SignUp-module__wrapperReferralFailure___Nv53h {
1355
- max-width: 100%;
1356
+ max-width: 360px;
1356
1357
  border-radius: var(--border-l);
1357
1358
  }
1358
1359
  }
@@ -1448,6 +1449,99 @@
1448
1449
  .KIT__Timer-module__time___imFax:first-child {
1449
1450
  margin-left: 0;
1450
1451
  }
1452
+ .KIT__SignIn-module__content___fTb1F {
1453
+ width: 100%;
1454
+ display: flex;
1455
+ flex-direction: column;
1456
+ align-items: center;
1457
+ overflow: hidden;
1458
+ }
1459
+
1460
+ .KIT__SignIn-module__wrapperTitle___lYD6o {
1461
+ padding: var(--indent-m);
1462
+ margin-bottom: var(--indent-m);
1463
+ }
1464
+
1465
+ .KIT__SignIn-module__content___fTb1F .KIT__SignIn-module__wrapperTabs___DX4sX {
1466
+ width: calc(var(--full) - var(--indent-xxl));
1467
+ margin-bottom: var(--indent-m);
1468
+ border-bottom: 2px solid transparent;
1469
+ }
1470
+
1471
+ .KIT__SignIn-module__marginInput___DhXR2 {
1472
+ margin-bottom: var(--indent-m);
1473
+ flex-shrink: 0;
1474
+ }
1475
+
1476
+ .KIT__SignIn-module__wrapperForms___XD4t9 {
1477
+ width: 100%;
1478
+ display: flex;
1479
+ }
1480
+
1481
+ .KIT__SignIn-module__content___fTb1F .KIT__SignIn-module__passwordField___JDN8l,
1482
+ .KIT__SignIn-module__wrapperForm___QHw6_ > div,
1483
+ .KIT__SignIn-module__lostPsw___UZZrP {
1484
+ width: calc(var(--full) - var(--indent-xxl));
1485
+ }
1486
+
1487
+ .KIT__SignIn-module__wrapperForm___QHw6_ {
1488
+ flex-shrink: 0;
1489
+ width: 100%;
1490
+ display: flex;
1491
+ flex-direction: column;
1492
+ align-items: center;
1493
+ transition: 0.5s;
1494
+ }
1495
+
1496
+ .KIT__SignIn-module__formOne___AFk7Y {
1497
+ transform: translateX(0%);
1498
+ transition: 0.5s;
1499
+ }
1500
+
1501
+ .KIT__SignIn-module__formTwo___mCHk4 {
1502
+ transition: 0.5s;
1503
+ transform: translateX(-100%);
1504
+ }
1505
+
1506
+ .KIT__SignIn-module__formThree___NlshF {
1507
+ transition: 0.5s;
1508
+ transform: translateX(-200%);
1509
+ }
1510
+
1511
+ .KIT__SignIn-module__lostPsw___UZZrP {
1512
+ text-align: right;
1513
+ color: var(--sign-in-modal-lost-password-color);
1514
+ font-weight: 400;
1515
+ font-size: 12px;
1516
+ }
1517
+
1518
+ .KIT__SignIn-module__dash___C4wzA {
1519
+ width: calc(var(--full) - var(--indent-xxl));
1520
+ margin-bottom: var(--indent-m);
1521
+ border-bottom: 2px solid var(--border-color-gray);
1522
+ }
1523
+
1524
+ .KIT__SignIn-module__content___fTb1F .KIT__SignIn-module__btn___zszwq {
1525
+ width: calc(var(--full) - var(--indent-xxl));
1526
+ max-width: calc(var(--full) - var(--indent-xxl));
1527
+ min-width: calc(var(--full) - var(--indent-xxl));
1528
+ margin-bottom: var(--indent-m);
1529
+ }
1530
+
1531
+ .KIT__SignIn-module__btn___zszwq:last-child {
1532
+ margin-bottom: 0;
1533
+ }
1534
+
1535
+ .KIT__SignIn-module__reg___y_Vwi {
1536
+ opacity: 0.7;
1537
+ }
1538
+
1539
+ @media (min-width: 768px) {
1540
+ .KIT__SignIn-module__wrapperSignInModal___It11Z {
1541
+ width: 500px;
1542
+ }
1543
+ }
1544
+
1451
1545
  .KIT__PopUpHeader-module__wrapperPopUpHeader___GmjiQ {
1452
1546
  display: flex;
1453
1547
  justify-content: center;
@@ -1519,8 +1613,8 @@
1519
1613
  top: 0;
1520
1614
  background: rgba(0, 0, 0, .5);
1521
1615
  z-index: var(--layout-lvl-2);
1522
-
1523
1616
  }
1617
+
1524
1618
  .KIT__ModalContent-module__wrapperModalContent___tXL9n {
1525
1619
  max-width: 100%;
1526
1620
  width: 100%;
@@ -1598,12 +1692,13 @@
1598
1692
 
1599
1693
  @media (min-width: 768px) {
1600
1694
  .KIT__ModalLayout-module__wrapperModalLayout___A4nBX {
1601
- max-height: calc(100dvh - (var(--height-48) * 2 + var(--indent-base-double)));
1695
+ max-height: calc(100dvh - (var(--height-48) * 2 + var(--indent-xxl)));
1602
1696
  }
1603
1697
  }
1698
+
1604
1699
  .KIT__CountDown-module__wrapperCountDown___hTyPh {
1605
1700
  background-color: var(--count-down-background-color);
1606
- padding: var(--indent-base-half);
1701
+ padding: calc(var(--indent-m) / 2);
1607
1702
  width: -moz-fit-content;
1608
1703
  width: fit-content;
1609
1704
  border-radius: var(--border-s);
@@ -1709,6 +1804,7 @@
1709
1804
  .KIT__CountDown-module__item___JJduj:last-child {
1710
1805
  margin-bottom: var(--indent-l);
1711
1806
  }
1807
+
1712
1808
  .KIT__BonusCardLayout-module__wrapperBonusCardLayout___klMSg {
1713
1809
  position: relative;
1714
1810
  width: 100%;
@@ -1806,9 +1902,9 @@
1806
1902
  }
1807
1903
 
1808
1904
  .KIT__BonusCardLayout-module__wrapperBonusCardLayout___klMSg .KIT__BonusCardLayout-module__maxWidth___YsZz3 {
1809
- max-width: calc(50% - var(--indent-base-half));
1810
- min-width: calc(50% - var(--indent-base-half));
1811
- width: calc(50% - var(--indent-base-half));
1905
+ max-width: calc(50% - var(--indent-m) / 2);
1906
+ min-width: calc(50% - var(--indent-m) / 2);
1907
+ width: calc(50% - var(--indent-m) / 2);
1812
1908
  }
1813
1909
 
1814
1910
  .KIT__BonusCardLayout-module__timerBg___UWijk {
@@ -1833,6 +1929,7 @@
1833
1929
  min-width: initial;
1834
1930
  }
1835
1931
  }
1932
+
1836
1933
  .KIT__DrawerLayout-module__wrapperDrawer___DnsQm {
1837
1934
  --drawer-full-width: 320px;
1838
1935
  --drawer-min-width: 100px;
@@ -1939,7 +2036,7 @@
1939
2036
  }
1940
2037
  .KIT__Logos-module__wrapperLogo___jKLCC {
1941
2038
  --width: 100px;
1942
- --height: calc(var(--height-48) - var(--indent-base-half));
2039
+ --height: calc(var(--height-48) - var(--indent-m) / 2);
1943
2040
 
1944
2041
  width: 100px;
1945
2042
 
@@ -1972,97 +2069,6 @@
1972
2069
  font-weight: 700;
1973
2070
  }
1974
2071
 
1975
- .KIT__SignIn-module__content___fTb1F {
1976
- width: 100%;
1977
- display: flex;
1978
- flex-direction: column;
1979
- align-items: center;
1980
- overflow: hidden;
1981
- }
1982
-
1983
- .KIT__SignIn-module__wrapperTitle___lYD6o {
1984
- padding: var(--indent-base);
1985
- margin-bottom: var(--indent-base);
1986
- }
1987
-
1988
- .KIT__SignIn-module__content___fTb1F .KIT__SignIn-module__wrapperTabs___DX4sX {
1989
- width: calc(var(--full) - var(--indent-base-double));
1990
- margin-bottom: var(--indent-base);
1991
- border-bottom: 2px solid transparent;
1992
- }
1993
-
1994
- .KIT__SignIn-module__marginInput___DhXR2 {
1995
- margin-bottom: var(--indent-base);
1996
- flex-shrink: 0;
1997
- }
1998
-
1999
- .KIT__SignIn-module__wrapperForms___XD4t9 {
2000
- width: 100%;
2001
- display: flex;
2002
- }
2003
-
2004
- .KIT__SignIn-module__content___fTb1F .KIT__SignIn-module__passwordField___JDN8l,
2005
- .KIT__SignIn-module__wrapperForm___QHw6_ > div,
2006
- .KIT__SignIn-module__lostPsw___UZZrP {
2007
- width: calc(var(--full) - var(--indent-base-double));
2008
- }
2009
-
2010
- .KIT__SignIn-module__wrapperForm___QHw6_ {
2011
- flex-shrink: 0;
2012
- width: 100%;
2013
- display: flex;
2014
- flex-direction: column;
2015
- align-items: center;
2016
- transition: 0.5s;
2017
- }
2018
-
2019
- .KIT__SignIn-module__formOne___AFk7Y {
2020
- transform: translateX(0%);
2021
- transition: 0.5s;
2022
- }
2023
- .KIT__SignIn-module__formTwo___mCHk4 {
2024
- transition: 0.5s;
2025
- transform: translateX(-100%);
2026
- }
2027
- .KIT__SignIn-module__formThree___NlshF {
2028
- transition: 0.5s;
2029
- transform: translateX(-200%);
2030
- }
2031
-
2032
- .KIT__SignIn-module__lostPsw___UZZrP {
2033
- text-align: right;
2034
- color: var(--sign-in-modal-lost-password-color);
2035
- font-weight: 400;
2036
- font-size: 12px;
2037
- }
2038
-
2039
- .KIT__SignIn-module__dash___C4wzA {
2040
- width: calc(var(--full) - var(--indent-base-double));
2041
- margin-bottom: var(--indent-base);
2042
- border-bottom: 2px solid var(--border-color-gray);
2043
- }
2044
-
2045
- .KIT__SignIn-module__content___fTb1F .KIT__SignIn-module__btn___zszwq {
2046
- width: calc(var(--full) - var(--indent-base-double));
2047
- max-width: calc(var(--full) - var(--indent-base-double));
2048
- min-width: calc(var(--full) - var(--indent-base-double));
2049
- margin-bottom: var(--indent-base);
2050
- }
2051
-
2052
- .KIT__SignIn-module__btn___zszwq:last-child {
2053
- margin-bottom: 0;
2054
- }
2055
-
2056
- .KIT__SignIn-module__reg___y_Vwi {
2057
- opacity: 0.7;
2058
- }
2059
-
2060
- @media (min-width: 768px) {
2061
- .KIT__SignIn-module__wrapperSignInModal___It11Z {
2062
- width: 500px;
2063
- }
2064
- }
2065
-
2066
2072
  .KIT__Credentials-module__wrapperCredentials___AH3RX {
2067
2073
  display: flex;
2068
2074
  flex-direction: column;
@@ -2076,7 +2082,7 @@
2076
2082
  justify-content: space-between;
2077
2083
  align-items: center;
2078
2084
  width: var(--full);
2079
- margin-bottom: var(--indent-base-double);
2085
+ margin-bottom: var(--indent-xxl);
2080
2086
  }
2081
2087
 
2082
2088
  .KIT__Credentials-module__username___g5UjF {
@@ -2091,6 +2097,7 @@
2091
2097
  overflow: hidden;
2092
2098
  text-overflow: ellipsis;
2093
2099
  }
2100
+
2094
2101
  .KIT__Alert-module__wrapperModal___lOle6 {
2095
2102
  width: 100%;
2096
2103
  height: 100%;
@@ -2107,10 +2114,9 @@
2107
2114
  left: initial;
2108
2115
  top: auto;
2109
2116
  top: initial;
2110
- background: rgba(0, 0, 0, .5);
2117
+ background: rgba(0, 0, 0, 0.5);
2111
2118
  display: inline;
2112
2119
  display: initial;
2113
-
2114
2120
  }
2115
2121
 
2116
2122
  @media screen and (max-width: 768px) {
@@ -2118,7 +2124,6 @@
2118
2124
  .KIT__Alert-module__wrapperModal___lOle6 {
2119
2125
  display: flex;
2120
2126
  align-items: flex-end;
2121
-
2122
2127
  }
2123
2128
  }
2124
2129
 
@@ -2127,8 +2132,7 @@
2127
2132
  animation: KIT__Alert-module__FadeIn___Alo55 0.2s forwards;
2128
2133
  }
2129
2134
 
2130
- @media screen and (max-width:768px) {
2131
-
2135
+ @media screen and (max-width: 768px) {
2132
2136
  .KIT__Alert-module__wrapperModal___lOle6.KIT__Alert-module__animationFadeIn___pQUbq > div {
2133
2137
  animation: KIT__Alert-module__MoveToUp___vOjgR 0.5s forwards;
2134
2138
  }
@@ -2138,7 +2142,7 @@
2138
2142
  animation: KIT__Alert-module__FadeOutModal___JYGCw 0.5s forwards;
2139
2143
  }
2140
2144
 
2141
- @media screen and (max-width:768px) {
2145
+ @media screen and (max-width: 768px) {
2142
2146
  .KIT__Alert-module__wrapperModal___lOle6.KIT__Alert-module__animationFadeOutModal___dXCQD > div {
2143
2147
  animation: KIT__Alert-module__MoveToBottom___fgYYC 0.2s forwards;
2144
2148
  }
@@ -2170,7 +2174,6 @@
2170
2174
  }
2171
2175
  }
2172
2176
 
2173
-
2174
2177
  @keyframes KIT__Alert-module__MoveToUp___vOjgR {
2175
2178
  0% {
2176
2179
  transform: translateY(100%);
@@ -2212,6 +2215,7 @@
2212
2215
  opacity: 0;
2213
2216
  }
2214
2217
  }
2218
+
2215
2219
  .KIT__BannerTemplate-module__wrapperBanner___vPzec {
2216
2220
  height: 150px;
2217
2221
  background-size: cover;
@@ -2237,7 +2241,7 @@
2237
2241
  color: var(--banner-title-color);
2238
2242
  font-size: clamp(var(--font-size-xs), 0.314rem + 0.762vw, var(--font-size-l));
2239
2243
  text-align: left;
2240
- margin-bottom: var(--indent-base-half);
2244
+ margin-bottom: calc(var(--indent-m) / 2);
2241
2245
 
2242
2246
  overflow: hidden;
2243
2247
  text-overflow: ellipsis;
@@ -2277,12 +2281,12 @@
2277
2281
  @media screen and (min-width: 1170px) {
2278
2282
  .KIT__BannerTemplate-module__wrapperBanner___vPzec {
2279
2283
  height: 300px;
2280
- padding: var(--indent-base-double);
2284
+ padding: var(--indent-xxl);
2281
2285
  }
2282
2286
 
2283
2287
  .KIT__BannerTemplate-module__title___Mriw5 {
2284
2288
  width: 60%;
2285
- margin-bottom: var(--indent-base-half);
2289
+ margin-bottom: calc(var(--indent-m) / 2);
2286
2290
  }
2287
2291
 
2288
2292
  .KIT__BannerTemplate-module__subTitle___OE0bO {
@@ -2348,7 +2352,7 @@
2348
2352
  width: 100%;
2349
2353
  height: 100%;
2350
2354
  z-index: calc(var(--layout-lvl-1) + 3);
2351
- padding: var(--indent-base-double);
2355
+ padding: var(--indent-xxl);
2352
2356
  color: var(--applications-banner-text-color);
2353
2357
  display: flex;
2354
2358
  flex-direction: column;
@@ -2404,7 +2408,7 @@
2404
2408
 
2405
2409
  .KIT__PromotionMobileApp-module__wrapperMainBanner___En6WH .KIT__PromotionMobileApp-module__contentBanner___kB2XL .KIT__PromotionMobileApp-module__qrContent___P4o7O .KIT__PromotionMobileApp-module__description___eMrRV {
2406
2410
  font-size: var(--font-size-xs);
2407
- margin-left: var(--indent-base-half);
2411
+ margin-left: calc(var(--indent-m) / 2);
2408
2412
  max-width: 170px;
2409
2413
  margin-left: var(--indent-l);
2410
2414
  }
@@ -2453,6 +2457,7 @@
2453
2457
  transform: translateY(0);
2454
2458
  }
2455
2459
  }
2460
+
2456
2461
  .KIT__Docs-module__docContent___Yf1m5 {
2457
2462
  width: 100%;
2458
2463
  padding: var(--indent-l);
@@ -2576,15 +2581,14 @@
2576
2581
  }
2577
2582
 
2578
2583
  .KIT__Footer-module__marginL___lvqbw {
2579
- margin-left: var(--indent-base-half);
2584
+ margin-left: calc(var(--indent-m) / 2);
2580
2585
  }
2581
2586
 
2582
-
2583
-
2584
2587
  .KIT__Footer-module__img___MKKWs {
2585
2588
  width: 150px;
2586
2589
  height: 50px;
2587
2590
  }
2591
+
2588
2592
  .KIT__Content-module__wrapperMethods___zV1oZ {
2589
2593
  display: flex;
2590
2594
  width: 100%;
@@ -2830,7 +2834,7 @@
2830
2834
  }
2831
2835
 
2832
2836
  .KIT__MainLoader-module__marginB___phkty {
2833
- margin-bottom: var(--indent-base-double);
2837
+ margin-bottom: var(--indent-xxl);
2834
2838
  width: 200px;
2835
2839
  }
2836
2840
 
@@ -2843,19 +2847,16 @@
2843
2847
  overflow: hidden;
2844
2848
  }
2845
2849
 
2846
-
2847
2850
  .KIT__MainLoader-module__progress____OOs6 {
2848
2851
  height: 100%;
2849
2852
  transition: 0.1s;
2850
2853
  background-color: var(--green-100);
2851
2854
  }
2852
2855
 
2853
-
2854
2856
  .KIT__MainLoader-module__removeLoader___ymzO2 {
2855
2857
  animation: KIT__MainLoader-module__FadeOutAndMoveToTop___TyyPT 1s forwards;
2856
2858
  }
2857
2859
 
2858
-
2859
2860
  @keyframes KIT__MainLoader-module__FadeOutAndMoveToTop___TyyPT {
2860
2861
  0% {
2861
2862
  opacity: 1;
@@ -2872,6 +2873,7 @@
2872
2873
  top: 100%;
2873
2874
  }
2874
2875
  }
2876
+
2875
2877
  .KIT__TreasureSvg-module__treasureSvg___IK5Im {
2876
2878
  margin: 0 auto;
2877
2879
  }
@@ -2888,7 +2890,7 @@
2888
2890
  grid-template-columns: repeat(3, 1fr);
2889
2891
  color: rgb(var(--gray));
2890
2892
  font-size: var(--font-size-s);
2891
- margin-bottom: var(--indent-base-half);
2893
+ margin-bottom: calc(var(--indent-m) / 2);
2892
2894
  padding: 0 var(--indent-l);
2893
2895
  }
2894
2896
 
@@ -2899,10 +2901,11 @@
2899
2901
  .KIT__InvitedTableHead-module__thirdColumn___mAcYS {
2900
2902
  text-align: right;
2901
2903
  }
2904
+
2902
2905
  .KIT__List-module__wrapperList___CbQsY {
2903
2906
  display: flex;
2904
2907
  flex-direction: column;
2905
- gap: var(--indent-base-half);
2908
+ gap: calc(var(--indent-m) / 2);
2906
2909
  }
2907
2910
 
2908
2911
  .KIT__List-module__row___pPF_W {
@@ -2910,7 +2913,7 @@
2910
2913
  grid-template-columns: repeat(3, 1fr);
2911
2914
  align-items: center;
2912
2915
  font-size: var(--font-size-m);
2913
- height: calc(var(--height-48) - var(--indent-base-half));
2916
+ height: calc(var(--height-48) - var(--indent-m) / 2);
2914
2917
  border: 2px solid rgb(var(--border-color-gray));
2915
2918
  border-radius: var(--border-12);
2916
2919
  color: var(--referral-text-color);
@@ -2935,6 +2938,7 @@
2935
2938
  font-size: var(--font-size-m);
2936
2939
  font-weight: 300;
2937
2940
  }
2941
+
2938
2942
  .KIT__Pagination-module__wrapperPagination___GbUfd {
2939
2943
  display: flex;
2940
2944
  align-items: center;
@@ -3022,7 +3026,7 @@
3022
3026
 
3023
3027
  @media screen and (min-width: 768px) {
3024
3028
  .KIT__Pagination-module__wrapperPagination___GbUfd {
3025
- gap: var(--indent-base-double);
3029
+ gap: var(--indent-xxl);
3026
3030
  }
3027
3031
 
3028
3032
  .KIT__Pagination-module__pages___fNXOV {
@@ -3050,6 +3054,7 @@
3050
3054
  background-color: var(--pagination-active-button-background);
3051
3055
  }
3052
3056
  }
3057
+
3053
3058
  .KIT__ReferralTable-module__wrapperTable___w1vwn {
3054
3059
  margin-bottom: var(--indent-l);
3055
3060
  }
@@ -3098,11 +3103,11 @@
3098
3103
  position: relative;
3099
3104
  z-index: calc(var(--layout-lvl-1) + 1);
3100
3105
 
3101
- animation: KIT__Wheel-module__spin___X7BeU 2s ease-in-out infinite
3106
+ animation: KIT__Wheel-module__spin___X7BeU 2s ease-in-out infinite;
3102
3107
  }
3103
3108
 
3104
3109
  .KIT__Wheel-module__spinning___qQAW7 {
3105
- animation: KIT__Wheel-module__spinning___qQAW7 ease-in-out forwards
3110
+ animation: KIT__Wheel-module__spinning___qQAW7 ease-in-out forwards;
3106
3111
  }
3107
3112
 
3108
3113
  .KIT__Wheel-module__list___btgvY {
@@ -3142,37 +3147,36 @@
3142
3147
  padding: var(--indent-l);
3143
3148
  text-align: center;
3144
3149
 
3145
-
3146
3150
  justify-content: flex-start;
3147
3151
  flex-direction: column;
3148
3152
  }
3149
3153
 
3150
3154
  .KIT__Wheel-module__item2___GeqJL {
3151
- transform: translate(-50%, -50%) rotate(45deg)
3155
+ transform: translate(-50%, -50%) rotate(45deg);
3152
3156
  }
3153
3157
 
3154
3158
  .KIT__Wheel-module__item3___IvSJ3 {
3155
- transform: translate(-50%, -50%) rotate(90deg)
3159
+ transform: translate(-50%, -50%) rotate(90deg);
3156
3160
  }
3157
3161
 
3158
3162
  .KIT__Wheel-module__item4___q3RZY {
3159
- transform: translate(-50%, -50%) rotate(135deg)
3163
+ transform: translate(-50%, -50%) rotate(135deg);
3160
3164
  }
3161
3165
 
3162
3166
  .KIT__Wheel-module__item5___w7Jwh {
3163
- transform: translate(-50%, -50%) rotate(180deg)
3167
+ transform: translate(-50%, -50%) rotate(180deg);
3164
3168
  }
3165
3169
 
3166
3170
  .KIT__Wheel-module__item6___rycKo {
3167
- transform: translate(-50%, -50%) rotate(225deg)
3171
+ transform: translate(-50%, -50%) rotate(225deg);
3168
3172
  }
3169
3173
 
3170
3174
  .KIT__Wheel-module__item7___jfKrL {
3171
- transform: translate(-50%, -50%) rotate(270deg)
3175
+ transform: translate(-50%, -50%) rotate(270deg);
3172
3176
  }
3173
3177
 
3174
3178
  .KIT__Wheel-module__item8___En5Ei {
3175
- transform: translate(-50%, -50%) rotate(315deg)
3179
+ transform: translate(-50%, -50%) rotate(315deg);
3176
3180
  }
3177
3181
 
3178
3182
  .KIT__Wheel-module__spinBtn___AngbQ {
@@ -3192,6 +3196,7 @@
3192
3196
  height: 80px;
3193
3197
  height: var(--size);
3194
3198
  cursor: pointer;
3199
+ text-shadow: 0 5px 0 #290049, 0 6.38508px 11.706px #000000;
3195
3200
  }
3196
3201
 
3197
3202
  .KIT__Wheel-module__btnImg___rFBWp {
@@ -3210,7 +3215,6 @@
3210
3215
  font-weight: 900;
3211
3216
  font-size: var(--font-size-xxl);
3212
3217
  color: rgb(var(--white));
3213
- text-shadow: 0 5px 0 #290049, 0 6.38508px 11.706px #000000;
3214
3218
  }
3215
3219
 
3216
3220
  .KIT__Wheel-module__slotName___MqFJ9 {
@@ -3261,17 +3265,16 @@
3261
3265
  }
3262
3266
  }
3263
3267
 
3264
-
3265
3268
  @keyframes KIT__Wheel-module__spinning___qQAW7 {
3266
3269
  0% {
3267
3270
  transform: rotate(-5deg);
3268
3271
  }
3269
3272
 
3270
-
3271
3273
  100% {
3272
3274
  transform: rotate(5390deg);
3273
3275
  }
3274
3276
  }
3277
+
3275
3278
  .KIT__Scratch-module__scratch___n0TBg {
3276
3279
  width: 100%;
3277
3280
  height: 100%;
@@ -3421,7 +3424,7 @@
3421
3424
  }
3422
3425
 
3423
3426
  .KIT__TournamentCard-module__wrapperCountDown___UIb7q {
3424
- margin-bottom: var(--indent-base-double);
3427
+ margin-bottom: var(--indent-xxl);
3425
3428
  position: relative;
3426
3429
  }
3427
3430
 
@@ -3501,6 +3504,7 @@
3501
3504
  font-weight: 700;
3502
3505
  font-size: var(--font-size-xl);
3503
3506
  }
3507
+
3504
3508
  .KIT__SkeletLoader-module__wrapperSkeletLoader___oGTH8 {
3505
3509
  height: 100%;
3506
3510
  background: var(--skelet-loader-wrapper-background-color);
@@ -3582,7 +3586,7 @@
3582
3586
 
3583
3587
  .KIT__LastBigWinner-module__box___WNB7m .KIT__LastBigWinner-module__label___VPDnP {
3584
3588
  background: var(--big-win-card-label-background);
3585
- padding: 0 var(--indent-base-half);
3589
+ padding: 0 calc(var(--indent-m) / 2);
3586
3590
  border-radius: var(--border-xs);
3587
3591
  width: -moz-fit-content;
3588
3592
  width: fit-content;
@@ -3599,7 +3603,9 @@
3599
3603
  font-size: var(--font-size-s);
3600
3604
  line-height: var(--font-size-s);
3601
3605
  font-weight: 600;
3602
- width: calc(var(--winner-card-size) - (var(--card-img-width) + var(--indent-base-double)));
3606
+ width: calc(
3607
+ var(--winner-card-size) - (var(--card-img-width) + var(--indent-xxl))
3608
+ );
3603
3609
  text-overflow: ellipsis;
3604
3610
  overflow: hidden;
3605
3611
  white-space: nowrap;
@@ -3621,6 +3627,7 @@
3621
3627
  width: 40px;
3622
3628
  height: 15px;
3623
3629
  }
3630
+
3624
3631
  .KIT__LastBigWinners-module__wrapperBoxLoader___vM6yl {
3625
3632
  height: var(--last-big-winner-card-height);
3626
3633
  width: 100%;
@@ -3639,7 +3646,7 @@
3639
3646
  }
3640
3647
 
3641
3648
  .KIT__LastBigWinners-module__marginLeft___AifFu {
3642
- margin-left: var(--indent-base-half);
3649
+ margin-left: calc(var(--indent-m) / 2);
3643
3650
  }
3644
3651
 
3645
3652
  .KIT__Digit-module__digit___zpm_m {
@@ -3699,14 +3706,10 @@
3699
3706
 
3700
3707
  padding: var(--indent-l);
3701
3708
 
3702
-
3703
3709
  animation: KIT__Jackpot-module__Scaling___HkvJM 0.5s forwards;
3704
3710
  overflow: hidden;
3705
3711
  }
3706
3712
 
3707
-
3708
-
3709
-
3710
3713
  .KIT__Jackpot-module__content___Dm3Yh {
3711
3714
  position: relative;
3712
3715
  z-index: calc(var(--layout-lvl-1) + 1);
@@ -3734,13 +3737,13 @@
3734
3737
  justify-content: center;
3735
3738
  align-items: center;
3736
3739
  color: var(--jackpot-counter-text-color);
3737
- margin-bottom: calc(var(--indent-base-double) * 2);
3740
+ margin-bottom: calc(var(--indent-xxl) * 2);
3738
3741
 
3739
3742
  --jackpot-counter-text-color: rgb(var(--soft-gray));
3740
3743
  }
3741
3744
 
3742
3745
  .KIT__Jackpot-module__jackpotCounterWrapper___n3tiu {
3743
- padding: var(--indent-base-half);
3746
+ padding: calc(var(--indent-m) / 2);
3744
3747
  position: relative;
3745
3748
  font-weight: 900;
3746
3749
  width: 100%;
@@ -3759,7 +3762,6 @@
3759
3762
  }
3760
3763
 
3761
3764
  .KIT__Jackpot-module__whiteLight___sIqsJ {
3762
-
3763
3765
  opacity: 1;
3764
3766
  }
3765
3767
 
@@ -3806,6 +3808,7 @@
3806
3808
  transform: scale(1);
3807
3809
  }
3808
3810
  }
3811
+
3809
3812
  .KIT__JackpotWidget-module__wrapper___wLgvM {
3810
3813
  width: 100%;
3811
3814
  overflow-x: auto;
@@ -4605,29 +4608,35 @@
4605
4608
  --blue-300: rgba(69, 118, 244, 1);
4606
4609
  /* BASE COLORS */
4607
4610
 
4608
-
4609
4611
  /* --pop-up-header: rgb(var(--dark)); */
4610
4612
 
4611
- /* indents - ----- OLD need to remove*/
4612
- --indent-base-double: calc(var(--indent-l) * 2);
4613
- --indent-base-half: calc(var(--indent-l) / 2);
4613
+ /* indents */
4614
+ --indent-xs: 4px;
4615
+ --indent-s: 8px;
4616
+ --indent-m: 12px;
4617
+ --indent-l: 16px;
4618
+ --indent-xl: 20px;
4619
+ --indent-xxl: 24px;
4620
+ --indent-xxxl: 28px;
4614
4621
  /* borders */
4615
- --border-xs: 3px;
4616
- --border-s: 6px;
4617
- --border-m: 9px;
4618
- --border-l: 12px;
4619
- --border-xl: 15px;
4620
- --border-xxl: 18px;
4621
- --border-round: 50%;
4622
-
4623
- /* font-size */
4624
- --font-size-xxs: 0.5rem;
4625
- --font-size-xs: 0.7rem;
4626
- --font-size-s: 0.8rem;
4627
- --font-size-m: 0.9rem;
4628
- --font-size-l: 1rem;
4629
- --font-size-xl: 1.1rem;
4630
- --font-size-xxl: 1.5rem;
4622
+ /* border-radius */
4623
+ --border-xs: 4px;
4624
+ --border-s: 8px;
4625
+ --border-m: 12px;
4626
+ --border-l: 16px;
4627
+ --border-xl: 20px;
4628
+ --border-xxl: 24px;
4629
+ --border-xxxl: 28px;
4630
+ --border-circle: 50%;
4631
+ /* font-sizes */
4632
+ --font-size-xxs: 10px;
4633
+ --font-size-xs: 12px;
4634
+ --font-size-s: 14px;
4635
+ --font-size-m: 16px;
4636
+ --font-size-l: 20px;
4637
+ --font-size-xl: 22px;
4638
+ --font-size-xxl: 24px;
4639
+ --font-size-huge: 40px;
4631
4640
 
4632
4641
  /* local entities */
4633
4642
  --layout-lvl-1: 1;
@@ -4638,6 +4647,7 @@
4638
4647
  --layout-lvl-4: 31;
4639
4648
  --layout-lvl-5: 41;
4640
4649
  }
4650
+
4641
4651
  /* CSS variables. */
4642
4652
  :root {
4643
4653
  --PhoneInput-color--focus: #03b2cb;