react-gldn-kit 0.0.1

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 (586) hide show
  1. package/Readme.md +12 -0
  2. package/dist/019a0906020876234aeea55bdffda84f.svg +3 -0
  3. package/dist/146c476d14957bf48f72f2624fca70a6.svg +4 -0
  4. package/dist/19a58eb7c3630d4b07306a6c3220d970.svg +4 -0
  5. package/dist/319df1f071ee5d8a40e6abfdc5033808.svg +4 -0
  6. package/dist/495b0365b1bec48e3ed4d6b5050ab787.svg +4 -0
  7. package/dist/4c94314336076d6fec16041ab32c7af5.svg +4 -0
  8. package/dist/4f5309751f47792d5ed9a10bb49b99c4.svg +83 -0
  9. package/dist/65721e7993374bcc4145e083b5f42af2.svg +47 -0
  10. package/dist/7ec6f5f3bcbce4cd53ca73cb7e054566.svg +48 -0
  11. package/dist/9be020560a317c79c0b3851ea0d60317.svg +76 -0
  12. package/dist/a7dae2f8305ee0edacaf65eefff21778.svg +3 -0
  13. package/dist/a9758afe3827a85948f984caf2428242.svg +4 -0
  14. package/dist/f1ecca5e9239e78b5053dc90f83a3edf.svg +3 -0
  15. package/dist/index.js +2 -0
  16. package/dist/index.js.LICENSE.txt +35 -0
  17. package/dist/lib/components/Banners/components/BannerTemplate/index.d.ts +13 -0
  18. package/dist/lib/components/Banners/components/BannerTemplate/index.js +52 -0
  19. package/dist/lib/components/Banners/components/BannerTemplate/types.d.ts +6 -0
  20. package/dist/lib/components/Banners/components/BannerTemplate/types.js +0 -0
  21. package/dist/lib/components/Banners/components/BattleBanner/index.d.ts +3 -0
  22. package/dist/lib/components/Banners/components/BattleBanner/index.js +59 -0
  23. package/dist/lib/components/Banners/components/BattleBanner/types.d.ts +15 -0
  24. package/dist/lib/components/Banners/components/BattleBanner/types.js +2 -0
  25. package/dist/lib/components/Banners/components/PromotionMobileApp/components/ElonAppBanner/index.d.ts +2 -0
  26. package/dist/lib/components/Banners/components/PromotionMobileApp/components/ElonAppBanner/index.js +65 -0
  27. package/dist/lib/components/Banners/components/PromotionMobileApp/components/JabiAppBanner/index.d.ts +2 -0
  28. package/dist/lib/components/Banners/components/PromotionMobileApp/components/JabiAppBanner/index.js +53 -0
  29. package/dist/lib/components/Banners/components/PromotionMobileApp/constants.d.ts +6 -0
  30. package/dist/lib/components/Banners/components/PromotionMobileApp/constants.js +9 -0
  31. package/dist/lib/components/Banners/components/PromotionMobileApp/index.d.ts +2 -0
  32. package/dist/lib/components/Banners/components/PromotionMobileApp/index.js +54 -0
  33. package/dist/lib/components/Banners/components/PromotionMobileApp/types.d.ts +12 -0
  34. package/dist/lib/components/Banners/components/PromotionMobileApp/types.js +2 -0
  35. package/dist/lib/components/Banners/index.d.ts +2 -0
  36. package/dist/lib/components/Banners/index.js +52 -0
  37. package/dist/lib/components/Banners/types.d.ts +18 -0
  38. package/dist/lib/components/Banners/types.js +2 -0
  39. package/dist/lib/components/BattlesCard/index.d.ts +2 -0
  40. package/dist/lib/components/BattlesCard/index.js +69 -0
  41. package/dist/lib/components/BattlesCard/types.d.ts +25 -0
  42. package/dist/lib/components/BattlesCard/types.js +2 -0
  43. package/dist/lib/components/HOCs/HOCErrorBoundary/index.d.ts +13 -0
  44. package/dist/lib/components/HOCs/HOCErrorBoundary/index.js +107 -0
  45. package/dist/lib/components/HOCs/HOCErrorBoundary/types.d.ts +7 -0
  46. package/dist/lib/components/HOCs/HOCErrorBoundary/types.js +2 -0
  47. package/dist/lib/components/HOCs/HOCImageLoader/index.d.ts +2 -0
  48. package/dist/lib/components/HOCs/HOCImageLoader/index.js +17 -0
  49. package/dist/lib/components/HOCs/HOCImageLoader/types.d.ts +6 -0
  50. package/dist/lib/components/HOCs/HOCImageLoader/types.js +2 -0
  51. package/dist/lib/components/HOCs/HOCOutsideClick/index.d.ts +2 -0
  52. package/dist/lib/components/HOCs/HOCOutsideClick/index.js +25 -0
  53. package/dist/lib/components/HOCs/HOCOutsideClick/types.d.ts +11 -0
  54. package/dist/lib/components/HOCs/HOCOutsideClick/types.js +8 -0
  55. package/dist/lib/components/Jackpots/JackpotWidget/components/Jackpot/index.d.ts +6 -0
  56. package/dist/lib/components/Jackpots/JackpotWidget/components/Jackpot/index.js +77 -0
  57. package/dist/lib/components/Jackpots/JackpotWidget/components/JackpotCounter/components/Digit/index.d.ts +6 -0
  58. package/dist/lib/components/Jackpots/JackpotWidget/components/JackpotCounter/components/Digit/index.js +50 -0
  59. package/dist/lib/components/Jackpots/JackpotWidget/components/JackpotCounter/index.d.ts +6 -0
  60. package/dist/lib/components/Jackpots/JackpotWidget/components/JackpotCounter/index.js +57 -0
  61. package/dist/lib/components/Jackpots/JackpotWidget/index.d.ts +2 -0
  62. package/dist/lib/components/Jackpots/JackpotWidget/index.js +52 -0
  63. package/dist/lib/components/Jackpots/JackpotWidget/types.d.ts +13 -0
  64. package/dist/lib/components/Jackpots/JackpotWidget/types.js +2 -0
  65. package/dist/lib/components/Jackpots/JackpotWidget/utils.d.ts +13 -0
  66. package/dist/lib/components/Jackpots/JackpotWidget/utils.js +48 -0
  67. package/dist/lib/components/LastBigWinners/components/LastBigWinner/LastBigWinner.d.ts +3 -0
  68. package/dist/lib/components/LastBigWinners/components/LastBigWinner/LastBigWinner.js +53 -0
  69. package/dist/lib/components/LastBigWinners/components/LastBigWinner/types.d.ts +15 -0
  70. package/dist/lib/components/LastBigWinners/components/LastBigWinner/types.js +2 -0
  71. package/dist/lib/components/LastBigWinners/index.d.ts +2 -0
  72. package/dist/lib/components/LastBigWinners/index.js +122 -0
  73. package/dist/lib/components/LastBigWinners/types.d.ts +9 -0
  74. package/dist/lib/components/LastBigWinners/types.js +2 -0
  75. package/dist/lib/components/Layouts/BonusCardLayout/index.d.ts +2 -0
  76. package/dist/lib/components/Layouts/BonusCardLayout/index.js +53 -0
  77. package/dist/lib/components/Layouts/BonusCardLayout/types.d.ts +11 -0
  78. package/dist/lib/components/Layouts/BonusCardLayout/types.js +2 -0
  79. package/dist/lib/components/Layouts/DrawerLayout/index.d.ts +2 -0
  80. package/dist/lib/components/Layouts/DrawerLayout/index.js +56 -0
  81. package/dist/lib/components/Layouts/DrawerLayout/types.d.ts +10 -0
  82. package/dist/lib/components/Layouts/DrawerLayout/types.js +2 -0
  83. package/dist/lib/components/Layouts/ModalLayout/index.d.ts +2 -0
  84. package/dist/lib/components/Layouts/ModalLayout/index.js +53 -0
  85. package/dist/lib/components/Layouts/ModalLayout/types.d.ts +8 -0
  86. package/dist/lib/components/Layouts/ModalLayout/types.js +2 -0
  87. package/dist/lib/components/Payments/DepositQrForm/index.d.ts +2 -0
  88. package/dist/lib/components/Payments/DepositQrForm/index.js +49 -0
  89. package/dist/lib/components/Payments/DepositQrForm/types.d.ts +14 -0
  90. package/dist/lib/components/Payments/DepositQrForm/types.js +2 -0
  91. package/dist/lib/components/Payments/DepositSkelet/components/Default/index.d.ts +11 -0
  92. package/dist/lib/components/Payments/DepositSkelet/components/Default/index.js +38 -0
  93. package/dist/lib/components/Payments/DepositSkelet/components/WellexPay/NagadAndBKash/index.d.ts +9 -0
  94. package/dist/lib/components/Payments/DepositSkelet/components/WellexPay/NagadAndBKash/index.js +43 -0
  95. package/dist/lib/components/Payments/DepositSkelet/constants.d.ts +2 -0
  96. package/dist/lib/components/Payments/DepositSkelet/constants.js +15 -0
  97. package/dist/lib/components/Payments/DepositSkelet/index.d.ts +2 -0
  98. package/dist/lib/components/Payments/DepositSkelet/index.js +59 -0
  99. package/dist/lib/components/Payments/DepositSkelet/types.d.ts +87 -0
  100. package/dist/lib/components/Payments/DepositSkelet/types.js +81 -0
  101. package/dist/lib/components/Payments/Methods/components/Content/index.d.ts +2 -0
  102. package/dist/lib/components/Payments/Methods/components/Content/index.js +58 -0
  103. package/dist/lib/components/Payments/Methods/components/Content/types.d.ts +27 -0
  104. package/dist/lib/components/Payments/Methods/components/Content/types.js +2 -0
  105. package/dist/lib/components/Payments/Methods/components/PaymentList/index.d.ts +3 -0
  106. package/dist/lib/components/Payments/Methods/components/PaymentList/index.js +61 -0
  107. package/dist/lib/components/Payments/Methods/components/PaymentList/types.d.ts +12 -0
  108. package/dist/lib/components/Payments/Methods/components/PaymentList/types.js +2 -0
  109. package/dist/lib/components/Payments/Methods/constants.d.ts +5 -0
  110. package/dist/lib/components/Payments/Methods/constants.js +14 -0
  111. package/dist/lib/components/Payments/Methods/index.d.ts +2 -0
  112. package/dist/lib/components/Payments/Methods/index.js +60 -0
  113. package/dist/lib/components/Payments/Methods/types.d.ts +10 -0
  114. package/dist/lib/components/Payments/Methods/types.js +8 -0
  115. package/dist/lib/components/ReferralTable/components/EmptyTreasure/index.d.ts +2 -0
  116. package/dist/lib/components/ReferralTable/components/EmptyTreasure/index.js +22 -0
  117. package/dist/lib/components/ReferralTable/components/EmptyTreasure/types.d.ts +4 -0
  118. package/dist/lib/components/ReferralTable/components/EmptyTreasure/types.js +2 -0
  119. package/dist/lib/components/ReferralTable/components/InvitedTableHead/index.d.ts +2 -0
  120. package/dist/lib/components/ReferralTable/components/InvitedTableHead/index.js +46 -0
  121. package/dist/lib/components/ReferralTable/components/InvitedTableHead/types.d.ts +3 -0
  122. package/dist/lib/components/ReferralTable/components/InvitedTableHead/types.js +2 -0
  123. package/dist/lib/components/ReferralTable/components/List/index.d.ts +2 -0
  124. package/dist/lib/components/ReferralTable/components/List/index.js +47 -0
  125. package/dist/lib/components/ReferralTable/components/List/types.d.ts +4 -0
  126. package/dist/lib/components/ReferralTable/components/List/types.js +2 -0
  127. package/dist/lib/components/ReferralTable/index.d.ts +2 -0
  128. package/dist/lib/components/ReferralTable/index.js +66 -0
  129. package/dist/lib/components/ReferralTable/types.d.ts +15 -0
  130. package/dist/lib/components/ReferralTable/types.js +2 -0
  131. package/dist/lib/components/Scratch/index.d.ts +2 -0
  132. package/dist/lib/components/Scratch/index.js +118 -0
  133. package/dist/lib/components/Scratch/types.d.ts +14 -0
  134. package/dist/lib/components/Scratch/types.js +8 -0
  135. package/dist/lib/components/SignUp/CountrySelector/constants.d.ts +7 -0
  136. package/dist/lib/components/SignUp/CountrySelector/constants.js +815 -0
  137. package/dist/lib/components/SignUp/CountrySelector/index.d.ts +2 -0
  138. package/dist/lib/components/SignUp/CountrySelector/index.js +23 -0
  139. package/dist/lib/components/SignUp/CountrySelector/types.d.ts +10 -0
  140. package/dist/lib/components/SignUp/CountrySelector/types.js +2 -0
  141. package/dist/lib/components/SignUp/CurrencySelector/index.d.ts +2 -0
  142. package/dist/lib/components/SignUp/CurrencySelector/index.js +27 -0
  143. package/dist/lib/components/SignUp/CurrencySelector/types.d.ts +11 -0
  144. package/dist/lib/components/SignUp/CurrencySelector/types.js +2 -0
  145. package/dist/lib/components/SignUp/DocsCheckBox/index.d.ts +9 -0
  146. package/dist/lib/components/SignUp/DocsCheckBox/index.js +39 -0
  147. package/dist/lib/components/SignUp/OneClick/constants.d.ts +10 -0
  148. package/dist/lib/components/SignUp/OneClick/constants.js +13 -0
  149. package/dist/lib/components/SignUp/OneClick/index.d.ts +31 -0
  150. package/dist/lib/components/SignUp/OneClick/index.js +86 -0
  151. package/dist/lib/components/SignUp/PromoCode/index.d.ts +2 -0
  152. package/dist/lib/components/SignUp/PromoCode/index.js +63 -0
  153. package/dist/lib/components/SignUp/PromoCode/types.d.ts +6 -0
  154. package/dist/lib/components/SignUp/PromoCode/types.js +2 -0
  155. package/dist/lib/components/Text/index.d.ts +6 -0
  156. package/dist/lib/components/Text/index.js +11 -0
  157. package/dist/lib/components/Wheel/index.d.ts +2 -0
  158. package/dist/lib/components/Wheel/index.js +131 -0
  159. package/dist/lib/components/Wheel/types.d.ts +54 -0
  160. package/dist/lib/components/Wheel/types.js +2 -0
  161. package/dist/lib/components/ui/AccordionGroup/Accordion.d.ts +21 -0
  162. package/dist/lib/components/ui/AccordionGroup/Accordion.js +70 -0
  163. package/dist/lib/components/ui/AccordionGroup/index.d.ts +6 -0
  164. package/dist/lib/components/ui/AccordionGroup/index.js +53 -0
  165. package/dist/lib/components/ui/Bonuses/AvailableBonusesSlider/index.d.ts +8 -0
  166. package/dist/lib/components/ui/Bonuses/AvailableBonusesSlider/index.js +80 -0
  167. package/dist/lib/components/ui/Buttons/AppSwitcher/index.d.ts +12 -0
  168. package/dist/lib/components/ui/Buttons/AppSwitcher/index.js +74 -0
  169. package/dist/lib/components/ui/Buttons/ArrowButton/index.d.ts +7 -0
  170. package/dist/lib/components/ui/Buttons/ArrowButton/index.js +41 -0
  171. package/dist/lib/components/ui/Buttons/BaseButton/index.d.ts +2 -0
  172. package/dist/lib/components/ui/Buttons/BaseButton/index.js +65 -0
  173. package/dist/lib/components/ui/Buttons/BaseButton/types.d.ts +30 -0
  174. package/dist/lib/components/ui/Buttons/BaseButton/types.js +2 -0
  175. package/dist/lib/components/ui/Buttons/CasinoCategoryButton/index.d.ts +2 -0
  176. package/dist/lib/components/ui/Buttons/CasinoCategoryButton/index.js +68 -0
  177. package/dist/lib/components/ui/Buttons/CasinoCategoryButton/types.d.ts +21 -0
  178. package/dist/lib/components/ui/Buttons/CasinoCategoryButton/types.js +2 -0
  179. package/dist/lib/components/ui/Buttons/CasinoSubCategoriesButton/index.d.ts +2 -0
  180. package/dist/lib/components/ui/Buttons/CasinoSubCategoriesButton/index.js +51 -0
  181. package/dist/lib/components/ui/Buttons/CasinoSubCategoriesButton/types.d.ts +13 -0
  182. package/dist/lib/components/ui/Buttons/CasinoSubCategoriesButton/types.js +2 -0
  183. package/dist/lib/components/ui/Buttons/CloseButton/index.d.ts +2 -0
  184. package/dist/lib/components/ui/Buttons/CloseButton/index.js +49 -0
  185. package/dist/lib/components/ui/Buttons/CloseButton/types.d.ts +4 -0
  186. package/dist/lib/components/ui/Buttons/CloseButton/types.js +2 -0
  187. package/dist/lib/components/ui/Buttons/DepositButton/index.d.ts +10 -0
  188. package/dist/lib/components/ui/Buttons/DepositButton/index.js +57 -0
  189. package/dist/lib/components/ui/Buttons/DrawerButton/index.d.ts +2 -0
  190. package/dist/lib/components/ui/Buttons/DrawerButton/index.js +63 -0
  191. package/dist/lib/components/ui/Buttons/DrawerButton/types.d.ts +4 -0
  192. package/dist/lib/components/ui/Buttons/DrawerButton/types.js +2 -0
  193. package/dist/lib/components/ui/Buttons/GameActions/index.d.ts +0 -0
  194. package/dist/lib/components/ui/Buttons/GameActions/index.js +0 -0
  195. package/dist/lib/components/ui/Buttons/JivoButton/index.d.ts +2 -0
  196. package/dist/lib/components/ui/Buttons/JivoButton/index.js +154 -0
  197. package/dist/lib/components/ui/Buttons/JivoButton/types.d.ts +30 -0
  198. package/dist/lib/components/ui/Buttons/JivoButton/types.js +2 -0
  199. package/dist/lib/components/ui/Buttons/ProviderName/index.d.ts +2 -0
  200. package/dist/lib/components/ui/Buttons/ProviderName/index.js +54 -0
  201. package/dist/lib/components/ui/Buttons/ProviderName/types.d.ts +6 -0
  202. package/dist/lib/components/ui/Buttons/ProviderName/types.js +2 -0
  203. package/dist/lib/components/ui/Buttons/index.d.ts +4 -0
  204. package/dist/lib/components/ui/Buttons/index.js +7 -0
  205. package/dist/lib/components/ui/CountDown/index.d.ts +2 -0
  206. package/dist/lib/components/ui/CountDown/index.js +65 -0
  207. package/dist/lib/components/ui/CountDown/types.d.ts +19 -0
  208. package/dist/lib/components/ui/CountDown/types.js +2 -0
  209. package/dist/lib/components/ui/Docs/index.d.ts +2 -0
  210. package/dist/lib/components/ui/Docs/index.js +72 -0
  211. package/dist/lib/components/ui/Docs/types.d.ts +14 -0
  212. package/dist/lib/components/ui/Docs/types.js +2 -0
  213. package/dist/lib/components/ui/Footer/index.d.ts +2 -0
  214. package/dist/lib/components/ui/Footer/index.js +46 -0
  215. package/dist/lib/components/ui/Footer/types.d.ts +13 -0
  216. package/dist/lib/components/ui/Footer/types.js +2 -0
  217. package/dist/lib/components/ui/Headers/PopUpHeader/index.d.ts +2 -0
  218. package/dist/lib/components/ui/Headers/PopUpHeader/index.js +52 -0
  219. package/dist/lib/components/ui/Headers/PopUpHeader/types.d.ts +17 -0
  220. package/dist/lib/components/ui/Headers/PopUpHeader/types.js +2 -0
  221. package/dist/lib/components/ui/Headers/index.d.ts +2 -0
  222. package/dist/lib/components/ui/Headers/index.js +5 -0
  223. package/dist/lib/components/ui/Icons/ArrowSvg.d.ts +5 -0
  224. package/dist/lib/components/ui/Icons/ArrowSvg.js +20 -0
  225. package/dist/lib/components/ui/Icons/Base/AvatarSvg.d.ts +2 -0
  226. package/dist/lib/components/ui/Icons/Base/AvatarSvg.js +20 -0
  227. package/dist/lib/components/ui/Icons/Base/BonusGiftSvg.d.ts +2 -0
  228. package/dist/lib/components/ui/Icons/Base/BonusGiftSvg.js +20 -0
  229. package/dist/lib/components/ui/Icons/Base/BurgerSvg.d.ts +2 -0
  230. package/dist/lib/components/ui/Icons/Base/BurgerSvg.js +20 -0
  231. package/dist/lib/components/ui/Icons/Base/CalendarSvg.d.ts +2 -0
  232. package/dist/lib/components/ui/Icons/Base/CalendarSvg.js +20 -0
  233. package/dist/lib/components/ui/Icons/Base/CashSvg.d.ts +5 -0
  234. package/dist/lib/components/ui/Icons/Base/CashSvg.js +52 -0
  235. package/dist/lib/components/ui/Icons/Base/CloseEyeSvg.d.ts +2 -0
  236. package/dist/lib/components/ui/Icons/Base/CloseEyeSvg.js +20 -0
  237. package/dist/lib/components/ui/Icons/Base/CoinSvg.d.ts +2 -0
  238. package/dist/lib/components/ui/Icons/Base/CoinSvg.js +20 -0
  239. package/dist/lib/components/ui/Icons/Base/CoinsSvg.d.ts +2 -0
  240. package/dist/lib/components/ui/Icons/Base/CoinsSvg.js +20 -0
  241. package/dist/lib/components/ui/Icons/Base/CopySvg.d.ts +2 -0
  242. package/dist/lib/components/ui/Icons/Base/CopySvg.js +20 -0
  243. package/dist/lib/components/ui/Icons/Base/DocSvg.d.ts +2 -0
  244. package/dist/lib/components/ui/Icons/Base/DocSvg.js +20 -0
  245. package/dist/lib/components/ui/Icons/Base/DownloadSvg.d.ts +2 -0
  246. package/dist/lib/components/ui/Icons/Base/DownloadSvg.js +20 -0
  247. package/dist/lib/components/ui/Icons/Base/DrawerTogglerSvg.d.ts +2 -0
  248. package/dist/lib/components/ui/Icons/Base/DrawerTogglerSvg.js +20 -0
  249. package/dist/lib/components/ui/Icons/Base/FavoritesSvg.d.ts +2 -0
  250. package/dist/lib/components/ui/Icons/Base/FavoritesSvg.js +20 -0
  251. package/dist/lib/components/ui/Icons/Base/GoogleSvg.d.ts +2 -0
  252. package/dist/lib/components/ui/Icons/Base/GoogleSvg.js +20 -0
  253. package/dist/lib/components/ui/Icons/Base/GrowSvg.d.ts +2 -0
  254. package/dist/lib/components/ui/Icons/Base/GrowSvg.js +20 -0
  255. package/dist/lib/components/ui/Icons/Base/InfoLotterySvg.d.ts +2 -0
  256. package/dist/lib/components/ui/Icons/Base/InfoLotterySvg.js +20 -0
  257. package/dist/lib/components/ui/Icons/Base/LotterySvg.d.ts +2 -0
  258. package/dist/lib/components/ui/Icons/Base/LotterySvg.js +20 -0
  259. package/dist/lib/components/ui/Icons/Base/OpenEyeSvg.d.ts +2 -0
  260. package/dist/lib/components/ui/Icons/Base/OpenEyeSvg.js +20 -0
  261. package/dist/lib/components/ui/Icons/Base/PlusSvg.d.ts +2 -0
  262. package/dist/lib/components/ui/Icons/Base/PlusSvg.js +20 -0
  263. package/dist/lib/components/ui/Icons/Base/ProfileSvg.d.ts +2 -0
  264. package/dist/lib/components/ui/Icons/Base/ProfileSvg.js +20 -0
  265. package/dist/lib/components/ui/Icons/Base/ProvidersBlocksSvg.d.ts +2 -0
  266. package/dist/lib/components/ui/Icons/Base/ProvidersBlocksSvg.js +20 -0
  267. package/dist/lib/components/ui/Icons/Base/SearchSvg.d.ts +2 -0
  268. package/dist/lib/components/ui/Icons/Base/SearchSvg.js +20 -0
  269. package/dist/lib/components/ui/Icons/Base/SelectedSvg.d.ts +2 -0
  270. package/dist/lib/components/ui/Icons/Base/SelectedSvg.js +20 -0
  271. package/dist/lib/components/ui/Icons/Base/SettingsSvg.d.ts +2 -0
  272. package/dist/lib/components/ui/Icons/Base/SettingsSvg.js +20 -0
  273. package/dist/lib/components/ui/Icons/Base/ShareSvg.d.ts +2 -0
  274. package/dist/lib/components/ui/Icons/Base/ShareSvg.js +20 -0
  275. package/dist/lib/components/ui/Icons/Base/StarSvg.d.ts +2 -0
  276. package/dist/lib/components/ui/Icons/Base/StarSvg.js +20 -0
  277. package/dist/lib/components/ui/Icons/Base/SupportSvg.d.ts +2 -0
  278. package/dist/lib/components/ui/Icons/Base/SupportSvg.js +20 -0
  279. package/dist/lib/components/ui/Icons/Base/ThreeDotsSvg.d.ts +2 -0
  280. package/dist/lib/components/ui/Icons/Base/ThreeDotsSvg.js +20 -0
  281. package/dist/lib/components/ui/Icons/Base/TrashSvg.d.ts +2 -0
  282. package/dist/lib/components/ui/Icons/Base/TrashSvg.js +20 -0
  283. package/dist/lib/components/ui/Icons/Base/WalletSvg.d.ts +2 -0
  284. package/dist/lib/components/ui/Icons/Base/WalletSvg.js +20 -0
  285. package/dist/lib/components/ui/Icons/Bonuses/FirstBonusSvg.d.ts +2 -0
  286. package/dist/lib/components/ui/Icons/Bonuses/FirstBonusSvg.js +20 -0
  287. package/dist/lib/components/ui/Icons/Bonuses/SecondBonusSvg.d.ts +2 -0
  288. package/dist/lib/components/ui/Icons/Bonuses/SecondBonusSvg.js +20 -0
  289. package/dist/lib/components/ui/Icons/Bonuses/ThirdBonusSvg.d.ts +2 -0
  290. package/dist/lib/components/ui/Icons/Bonuses/ThirdBonusSvg.js +20 -0
  291. package/dist/lib/components/ui/Icons/Bonuses/VipClub/BronzeSvg.d.ts +2 -0
  292. package/dist/lib/components/ui/Icons/Bonuses/VipClub/BronzeSvg.js +20 -0
  293. package/dist/lib/components/ui/Icons/Bonuses/VipClub/DiamondSvg.d.ts +2 -0
  294. package/dist/lib/components/ui/Icons/Bonuses/VipClub/DiamondSvg.js +20 -0
  295. package/dist/lib/components/ui/Icons/Bonuses/VipClub/GoldSvg.d.ts +2 -0
  296. package/dist/lib/components/ui/Icons/Bonuses/VipClub/GoldSvg.js +20 -0
  297. package/dist/lib/components/ui/Icons/Bonuses/VipClub/GreenSvg.d.ts +2 -0
  298. package/dist/lib/components/ui/Icons/Bonuses/VipClub/GreenSvg.js +20 -0
  299. package/dist/lib/components/ui/Icons/Bonuses/VipClub/PlatinumOneSvg.d.ts +2 -0
  300. package/dist/lib/components/ui/Icons/Bonuses/VipClub/PlatinumOneSvg.js +20 -0
  301. package/dist/lib/components/ui/Icons/Bonuses/VipClub/PlatinumSvg.d.ts +2 -0
  302. package/dist/lib/components/ui/Icons/Bonuses/VipClub/PlatinumSvg.js +20 -0
  303. package/dist/lib/components/ui/Icons/Bonuses/VipClub/SilverSvg.d.ts +2 -0
  304. package/dist/lib/components/ui/Icons/Bonuses/VipClub/SilverSvg.js +20 -0
  305. package/dist/lib/components/ui/Icons/Bonuses/VipClubSvg.d.ts +2 -0
  306. package/dist/lib/components/ui/Icons/Bonuses/VipClubSvg.js +20 -0
  307. package/dist/lib/components/ui/Icons/Casino/CoinSvg.d.ts +2 -0
  308. package/dist/lib/components/ui/Icons/Casino/CoinSvg.js +20 -0
  309. package/dist/lib/components/ui/Icons/Casino/DefaultImgSvg.d.ts +2 -0
  310. package/dist/lib/components/ui/Icons/Casino/DefaultImgSvg.js +20 -0
  311. package/dist/lib/components/ui/Icons/Casino/ProvidersSvg.d.ts +2 -0
  312. package/dist/lib/components/ui/Icons/Casino/ProvidersSvg.js +20 -0
  313. package/dist/lib/components/ui/Icons/Casino/RecommendedSvg.d.ts +2 -0
  314. package/dist/lib/components/ui/Icons/Casino/RecommendedSvg.js +20 -0
  315. package/dist/lib/components/ui/Icons/Casino/TournamentWagerSvg.d.ts +2 -0
  316. package/dist/lib/components/ui/Icons/Casino/TournamentWagerSvg.js +20 -0
  317. package/dist/lib/components/ui/Icons/Categories/Icons/CasinoSvg.d.ts +2 -0
  318. package/dist/lib/components/ui/Icons/Categories/Icons/CasinoSvg.js +20 -0
  319. package/dist/lib/components/ui/Icons/Categories/Icons/CrashSvg.d.ts +2 -0
  320. package/dist/lib/components/ui/Icons/Categories/Icons/CrashSvg.js +20 -0
  321. package/dist/lib/components/ui/Icons/Categories/Icons/HotSvg.d.ts +2 -0
  322. package/dist/lib/components/ui/Icons/Categories/Icons/HotSvg.js +20 -0
  323. package/dist/lib/components/ui/Icons/Categories/Icons/InstantSvg.d.ts +2 -0
  324. package/dist/lib/components/ui/Icons/Categories/Icons/InstantSvg.js +20 -0
  325. package/dist/lib/components/ui/Icons/Categories/Icons/OtersSvg.d.ts +2 -0
  326. package/dist/lib/components/ui/Icons/Categories/Icons/OtersSvg.js +20 -0
  327. package/dist/lib/components/ui/Icons/Categories/Icons/PopularSvg.d.ts +2 -0
  328. package/dist/lib/components/ui/Icons/Categories/Icons/PopularSvg.js +20 -0
  329. package/dist/lib/components/ui/Icons/Categories/Icons/ProviderSvg.d.ts +2 -0
  330. package/dist/lib/components/ui/Icons/Categories/Icons/ProviderSvg.js +20 -0
  331. package/dist/lib/components/ui/Icons/Categories/Icons/ScratchSvg.d.ts +2 -0
  332. package/dist/lib/components/ui/Icons/Categories/Icons/ScratchSvg.js +20 -0
  333. package/dist/lib/components/ui/Icons/Categories/Icons/SlotsSvg.d.ts +2 -0
  334. package/dist/lib/components/ui/Icons/Categories/Icons/SlotsSvg.js +20 -0
  335. package/dist/lib/components/ui/Icons/Categories/Icons/TableSvg.d.ts +2 -0
  336. package/dist/lib/components/ui/Icons/Categories/Icons/TableSvg.js +20 -0
  337. package/dist/lib/components/ui/Icons/Categories/Icons/TurboSvg.d.ts +2 -0
  338. package/dist/lib/components/ui/Icons/Categories/Icons/TurboSvg.js +20 -0
  339. package/dist/lib/components/ui/Icons/Categories/Icons/VSportSvg.d.ts +2 -0
  340. package/dist/lib/components/ui/Icons/Categories/Icons/VSportSvg.js +20 -0
  341. package/dist/lib/components/ui/Icons/Categories/Icons/WagerSvg.d.ts +2 -0
  342. package/dist/lib/components/ui/Icons/Categories/Icons/WagerSvg.js +20 -0
  343. package/dist/lib/components/ui/Icons/Categories/index.d.ts +3 -0
  344. package/dist/lib/components/ui/Icons/Categories/index.js +50 -0
  345. package/dist/lib/components/ui/Icons/CheckBoxSvg.d.ts +2 -0
  346. package/dist/lib/components/ui/Icons/CheckBoxSvg.js +18 -0
  347. package/dist/lib/components/ui/Icons/CloseSvg.d.ts +2 -0
  348. package/dist/lib/components/ui/Icons/CloseSvg.js +20 -0
  349. package/dist/lib/components/ui/Icons/Deposit/DepositSvg.d.ts +2 -0
  350. package/dist/lib/components/ui/Icons/Deposit/DepositSvg.js +20 -0
  351. package/dist/lib/components/ui/Icons/Deposit/ErrorSvg.d.ts +2 -0
  352. package/dist/lib/components/ui/Icons/Deposit/ErrorSvg.js +20 -0
  353. package/dist/lib/components/ui/Icons/Deposit/SuccessSvg.d.ts +2 -0
  354. package/dist/lib/components/ui/Icons/Deposit/SuccessSvg.js +20 -0
  355. package/dist/lib/components/ui/Icons/Deposit/WaitingSvg.d.ts +2 -0
  356. package/dist/lib/components/ui/Icons/Deposit/WaitingSvg.js +20 -0
  357. package/dist/lib/components/ui/Icons/Deposit/WithdrawSvg.d.ts +2 -0
  358. package/dist/lib/components/ui/Icons/Deposit/WithdrawSvg.js +20 -0
  359. package/dist/lib/components/ui/Icons/FlagIcons/AzeSvg.d.ts +2 -0
  360. package/dist/lib/components/ui/Icons/FlagIcons/AzeSvg.js +20 -0
  361. package/dist/lib/components/ui/Icons/FlagIcons/BnSvg.d.ts +2 -0
  362. package/dist/lib/components/ui/Icons/FlagIcons/BnSvg.js +20 -0
  363. package/dist/lib/components/ui/Icons/FlagIcons/BsSvg.d.ts +2 -0
  364. package/dist/lib/components/ui/Icons/FlagIcons/BsSvg.js +20 -0
  365. package/dist/lib/components/ui/Icons/FlagIcons/ChSvg.d.ts +2 -0
  366. package/dist/lib/components/ui/Icons/FlagIcons/ChSvg.js +20 -0
  367. package/dist/lib/components/ui/Icons/FlagIcons/DeSvg.d.ts +2 -0
  368. package/dist/lib/components/ui/Icons/FlagIcons/DeSvg.js +20 -0
  369. package/dist/lib/components/ui/Icons/FlagIcons/EnSvg.d.ts +2 -0
  370. package/dist/lib/components/ui/Icons/FlagIcons/EnSvg.js +20 -0
  371. package/dist/lib/components/ui/Icons/FlagIcons/EsSvg.d.ts +2 -0
  372. package/dist/lib/components/ui/Icons/FlagIcons/EsSvg.js +20 -0
  373. package/dist/lib/components/ui/Icons/FlagIcons/FrSvg.d.ts +2 -0
  374. package/dist/lib/components/ui/Icons/FlagIcons/FrSvg.js +20 -0
  375. package/dist/lib/components/ui/Icons/FlagIcons/HiSvg.d.ts +2 -0
  376. package/dist/lib/components/ui/Icons/FlagIcons/HiSvg.js +20 -0
  377. package/dist/lib/components/ui/Icons/FlagIcons/ItSvg.d.ts +2 -0
  378. package/dist/lib/components/ui/Icons/FlagIcons/ItSvg.js +20 -0
  379. package/dist/lib/components/ui/Icons/FlagIcons/KoSvg.d.ts +2 -0
  380. package/dist/lib/components/ui/Icons/FlagIcons/KoSvg.js +20 -0
  381. package/dist/lib/components/ui/Icons/FlagIcons/KzSvg.d.ts +2 -0
  382. package/dist/lib/components/ui/Icons/FlagIcons/KzSvg.js +20 -0
  383. package/dist/lib/components/ui/Icons/FlagIcons/NoSvg.d.ts +2 -0
  384. package/dist/lib/components/ui/Icons/FlagIcons/NoSvg.js +20 -0
  385. package/dist/lib/components/ui/Icons/FlagIcons/PtSvg.d.ts +2 -0
  386. package/dist/lib/components/ui/Icons/FlagIcons/PtSvg.js +20 -0
  387. package/dist/lib/components/ui/Icons/FlagIcons/RoSvg.d.ts +2 -0
  388. package/dist/lib/components/ui/Icons/FlagIcons/RoSvg.js +20 -0
  389. package/dist/lib/components/ui/Icons/FlagIcons/RuSvg.d.ts +2 -0
  390. package/dist/lib/components/ui/Icons/FlagIcons/RuSvg.js +20 -0
  391. package/dist/lib/components/ui/Icons/FlagIcons/TrSvg.d.ts +2 -0
  392. package/dist/lib/components/ui/Icons/FlagIcons/TrSvg.js +20 -0
  393. package/dist/lib/components/ui/Icons/FlagIcons/UkrSvg.d.ts +2 -0
  394. package/dist/lib/components/ui/Icons/FlagIcons/UkrSvg.js +20 -0
  395. package/dist/lib/components/ui/Icons/FlagIcons/UzSvg.d.ts +2 -0
  396. package/dist/lib/components/ui/Icons/FlagIcons/UzSvg.js +20 -0
  397. package/dist/lib/components/ui/Icons/InHouse/ElonHouseSvg.d.ts +2 -0
  398. package/dist/lib/components/ui/Icons/InHouse/ElonHouseSvg.js +20 -0
  399. package/dist/lib/components/ui/Icons/InHouse/FSWinHouseSvg.d.ts +2 -0
  400. package/dist/lib/components/ui/Icons/InHouse/FSWinHouseSvg.js +20 -0
  401. package/dist/lib/components/ui/Icons/InHouse/JabiInHouseSvg.d.ts +2 -0
  402. package/dist/lib/components/ui/Icons/InHouse/JabiInHouseSvg.js +20 -0
  403. package/dist/lib/components/ui/Icons/InfoSvg.d.ts +2 -0
  404. package/dist/lib/components/ui/Icons/InfoSvg.js +20 -0
  405. package/dist/lib/components/ui/Icons/LockSvg.d.ts +2 -0
  406. package/dist/lib/components/ui/Icons/LockSvg.js +20 -0
  407. package/dist/lib/components/ui/Icons/Navigation/NavBettingLiveSvg.d.ts +2 -0
  408. package/dist/lib/components/ui/Icons/Navigation/NavBettingLiveSvg.js +20 -0
  409. package/dist/lib/components/ui/Icons/Navigation/NavBettingSvg.d.ts +2 -0
  410. package/dist/lib/components/ui/Icons/Navigation/NavBettingSvg.js +20 -0
  411. package/dist/lib/components/ui/Icons/Navigation/NavBonusesSvg.d.ts +2 -0
  412. package/dist/lib/components/ui/Icons/Navigation/NavBonusesSvg.js +20 -0
  413. package/dist/lib/components/ui/Icons/Navigation/NavCasinoSvg.d.ts +2 -0
  414. package/dist/lib/components/ui/Icons/Navigation/NavCasinoSvg.js +20 -0
  415. package/dist/lib/components/ui/Icons/Navigation/NavMyBetsSvg.d.ts +2 -0
  416. package/dist/lib/components/ui/Icons/Navigation/NavMyBetsSvg.js +20 -0
  417. package/dist/lib/components/ui/Icons/Navigation/NavReferralSvg.d.ts +2 -0
  418. package/dist/lib/components/ui/Icons/Navigation/NavReferralSvg.js +20 -0
  419. package/dist/lib/components/ui/Icons/Navigation/NavTournamentSvg.d.ts +2 -0
  420. package/dist/lib/components/ui/Icons/Navigation/NavTournamentSvg.js +20 -0
  421. package/dist/lib/components/ui/Icons/NotFound/BonusesSvg.d.ts +2 -0
  422. package/dist/lib/components/ui/Icons/NotFound/BonusesSvg.js +20 -0
  423. package/dist/lib/components/ui/Icons/Notifications/ErrorSvg.d.ts +2 -0
  424. package/dist/lib/components/ui/Icons/Notifications/ErrorSvg.js +20 -0
  425. package/dist/lib/components/ui/Icons/Notifications/SuccessSvg.d.ts +2 -0
  426. package/dist/lib/components/ui/Icons/Notifications/SuccessSvg.js +20 -0
  427. package/dist/lib/components/ui/Icons/Notifications/WarningSvg.d.ts +2 -0
  428. package/dist/lib/components/ui/Icons/Notifications/WarningSvg.js +20 -0
  429. package/dist/lib/components/ui/Icons/PlaySvg.d.ts +2 -0
  430. package/dist/lib/components/ui/Icons/PlaySvg.js +20 -0
  431. package/dist/lib/components/ui/Icons/ReferralTreasures/ElonTreasureSvg.d.ts +2 -0
  432. package/dist/lib/components/ui/Icons/ReferralTreasures/ElonTreasureSvg.js +44 -0
  433. package/dist/lib/components/ui/Icons/ReferralTreasures/FSWinTreasureSvg.d.ts +2 -0
  434. package/dist/lib/components/ui/Icons/ReferralTreasures/FSWinTreasureSvg.js +44 -0
  435. package/dist/lib/components/ui/Icons/ReferralTreasures/JabibetTreasureSvg.d.ts +2 -0
  436. package/dist/lib/components/ui/Icons/ReferralTreasures/JabibetTreasureSvg.js +44 -0
  437. package/dist/lib/components/ui/Icons/SocialMedia/FacebookSvg.d.ts +2 -0
  438. package/dist/lib/components/ui/Icons/SocialMedia/FacebookSvg.js +20 -0
  439. package/dist/lib/components/ui/Icons/SocialMedia/InstagramSvg.d.ts +2 -0
  440. package/dist/lib/components/ui/Icons/SocialMedia/InstagramSvg.js +20 -0
  441. package/dist/lib/components/ui/Icons/SocialMedia/TelegramSvg.d.ts +2 -0
  442. package/dist/lib/components/ui/Icons/SocialMedia/TelegramSvg.js +20 -0
  443. package/dist/lib/components/ui/Icons/Sports/AmericanFootballSvg.d.ts +2 -0
  444. package/dist/lib/components/ui/Icons/Sports/AmericanFootballSvg.js +20 -0
  445. package/dist/lib/components/ui/Icons/Sports/AussieRulesSvg.d.ts +2 -0
  446. package/dist/lib/components/ui/Icons/Sports/AussieRulesSvg.js +20 -0
  447. package/dist/lib/components/ui/Icons/Sports/BadmintonSvg.d.ts +2 -0
  448. package/dist/lib/components/ui/Icons/Sports/BadmintonSvg.js +20 -0
  449. package/dist/lib/components/ui/Icons/Sports/BaseballSvg.d.ts +2 -0
  450. package/dist/lib/components/ui/Icons/Sports/BaseballSvg.js +20 -0
  451. package/dist/lib/components/ui/Icons/Sports/Basketball3x3Svg.d.ts +2 -0
  452. package/dist/lib/components/ui/Icons/Sports/Basketball3x3Svg.js +20 -0
  453. package/dist/lib/components/ui/Icons/Sports/BasketballSvg.d.ts +2 -0
  454. package/dist/lib/components/ui/Icons/Sports/BasketballSvg.js +20 -0
  455. package/dist/lib/components/ui/Icons/Sports/BeachSoccerSvg.d.ts +2 -0
  456. package/dist/lib/components/ui/Icons/Sports/BeachSoccerSvg.js +20 -0
  457. package/dist/lib/components/ui/Icons/Sports/BoxingSvg.d.ts +2 -0
  458. package/dist/lib/components/ui/Icons/Sports/BoxingSvg.js +20 -0
  459. package/dist/lib/components/ui/Icons/Sports/ChessSvg.d.ts +2 -0
  460. package/dist/lib/components/ui/Icons/Sports/ChessSvg.js +20 -0
  461. package/dist/lib/components/ui/Icons/Sports/CricketSvg.d.ts +2 -0
  462. package/dist/lib/components/ui/Icons/Sports/CricketSvg.js +20 -0
  463. package/dist/lib/components/ui/Icons/Sports/DartsSvg.d.ts +2 -0
  464. package/dist/lib/components/ui/Icons/Sports/DartsSvg.js +20 -0
  465. package/dist/lib/components/ui/Icons/Sports/EFifaSvg.d.ts +2 -0
  466. package/dist/lib/components/ui/Icons/Sports/EFifaSvg.js +20 -0
  467. package/dist/lib/components/ui/Icons/Sports/ENbaSvg.d.ts +2 -0
  468. package/dist/lib/components/ui/Icons/Sports/ENbaSvg.js +20 -0
  469. package/dist/lib/components/ui/Icons/Sports/ENhlSvg.d.ts +2 -0
  470. package/dist/lib/components/ui/Icons/Sports/ENhlSvg.js +20 -0
  471. package/dist/lib/components/ui/Icons/Sports/EsportSvg.d.ts +2 -0
  472. package/dist/lib/components/ui/Icons/Sports/EsportSvg.js +20 -0
  473. package/dist/lib/components/ui/Icons/Sports/FieldHockeySvg.d.ts +2 -0
  474. package/dist/lib/components/ui/Icons/Sports/FieldHockeySvg.js +20 -0
  475. package/dist/lib/components/ui/Icons/Sports/FutsalSvg.d.ts +2 -0
  476. package/dist/lib/components/ui/Icons/Sports/FutsalSvg.js +20 -0
  477. package/dist/lib/components/ui/Icons/Sports/IceHockeySvg.d.ts +2 -0
  478. package/dist/lib/components/ui/Icons/Sports/IceHockeySvg.js +20 -0
  479. package/dist/lib/components/ui/Icons/Sports/KabaddiSvg.d.ts +2 -0
  480. package/dist/lib/components/ui/Icons/Sports/KabaddiSvg.js +20 -0
  481. package/dist/lib/components/ui/Icons/Sports/MmaSvg.d.ts +2 -0
  482. package/dist/lib/components/ui/Icons/Sports/MmaSvg.js +20 -0
  483. package/dist/lib/components/ui/Icons/Sports/RugbySvg.d.ts +2 -0
  484. package/dist/lib/components/ui/Icons/Sports/RugbySvg.js +20 -0
  485. package/dist/lib/components/ui/Icons/Sports/SnookerSvg.d.ts +2 -0
  486. package/dist/lib/components/ui/Icons/Sports/SnookerSvg.js +20 -0
  487. package/dist/lib/components/ui/Icons/Sports/SoccerSvg.d.ts +2 -0
  488. package/dist/lib/components/ui/Icons/Sports/SoccerSvg.js +20 -0
  489. package/dist/lib/components/ui/Icons/Sports/SquashSvg.d.ts +2 -0
  490. package/dist/lib/components/ui/Icons/Sports/SquashSvg.js +20 -0
  491. package/dist/lib/components/ui/Icons/Sports/TableTennisSvg.d.ts +2 -0
  492. package/dist/lib/components/ui/Icons/Sports/TableTennisSvg.js +20 -0
  493. package/dist/lib/components/ui/Icons/Sports/TennisSvg.d.ts +2 -0
  494. package/dist/lib/components/ui/Icons/Sports/TennisSvg.js +20 -0
  495. package/dist/lib/components/ui/Icons/Sports/VolleyballSvg.d.ts +2 -0
  496. package/dist/lib/components/ui/Icons/Sports/VolleyballSvg.js +20 -0
  497. package/dist/lib/components/ui/Icons/types.d.ts +8 -0
  498. package/dist/lib/components/ui/Icons/types.js +2 -0
  499. package/dist/lib/components/ui/Inputs/AmountInput/index.d.ts +3 -0
  500. package/dist/lib/components/ui/Inputs/AmountInput/index.js +123 -0
  501. package/dist/lib/components/ui/Inputs/AmountInput/types.d.ts +20 -0
  502. package/dist/lib/components/ui/Inputs/AmountInput/types.js +2 -0
  503. package/dist/lib/components/ui/Inputs/BaseInput/BaseInputUi.d.ts +2 -0
  504. package/dist/lib/components/ui/Inputs/BaseInput/BaseInputUi.js +72 -0
  505. package/dist/lib/components/ui/Inputs/BaseInput/constant.d.ts +2 -0
  506. package/dist/lib/components/ui/Inputs/BaseInput/constant.js +7 -0
  507. package/dist/lib/components/ui/Inputs/BaseInput/index.d.ts +2 -0
  508. package/dist/lib/components/ui/Inputs/BaseInput/index.js +52 -0
  509. package/dist/lib/components/ui/Inputs/BaseInput/types.d.ts +37 -0
  510. package/dist/lib/components/ui/Inputs/BaseInput/types.js +2 -0
  511. package/dist/lib/components/ui/Inputs/CheckBox/index.d.ts +12 -0
  512. package/dist/lib/components/ui/Inputs/CheckBox/index.js +52 -0
  513. package/dist/lib/components/ui/Leaderboard/components/User/index.d.ts +4 -0
  514. package/dist/lib/components/ui/Leaderboard/components/User/index.js +56 -0
  515. package/dist/lib/components/ui/Leaderboard/constants.d.ts +1 -0
  516. package/dist/lib/components/ui/Leaderboard/constants.js +4 -0
  517. package/dist/lib/components/ui/Leaderboard/index.d.ts +2 -0
  518. package/dist/lib/components/ui/Leaderboard/index.js +70 -0
  519. package/dist/lib/components/ui/Leaderboard/types.d.ts +17 -0
  520. package/dist/lib/components/ui/Leaderboard/types.js +2 -0
  521. package/dist/lib/components/ui/Loaders/CircularLoader/index.d.ts +5 -0
  522. package/dist/lib/components/ui/Loaders/CircularLoader/index.js +48 -0
  523. package/dist/lib/components/ui/Loaders/MainLoader/index.d.ts +2 -0
  524. package/dist/lib/components/ui/Loaders/MainLoader/index.js +52 -0
  525. package/dist/lib/components/ui/Loaders/MainLoader/types.d.ts +6 -0
  526. package/dist/lib/components/ui/Loaders/MainLoader/types.js +2 -0
  527. package/dist/lib/components/ui/Loaders/SkeletLoader/index.d.ts +5 -0
  528. package/dist/lib/components/ui/Loaders/SkeletLoader/index.js +47 -0
  529. package/dist/lib/components/ui/Logos/index.d.ts +2 -0
  530. package/dist/lib/components/ui/Logos/index.js +101 -0
  531. package/dist/lib/components/ui/Logos/types.d.ts +13 -0
  532. package/dist/lib/components/ui/Logos/types.js +2 -0
  533. package/dist/lib/components/ui/Pagination/index.d.ts +2 -0
  534. package/dist/lib/components/ui/Pagination/index.js +76 -0
  535. package/dist/lib/components/ui/Pagination/types.d.ts +10 -0
  536. package/dist/lib/components/ui/Pagination/types.js +2 -0
  537. package/dist/lib/components/ui/Section/index.d.ts +4 -0
  538. package/dist/lib/components/ui/Section/index.js +48 -0
  539. package/dist/lib/components/ui/Selector/index.d.ts +2 -0
  540. package/dist/lib/components/ui/Selector/index.js +135 -0
  541. package/dist/lib/components/ui/Selector/types.d.ts +43 -0
  542. package/dist/lib/components/ui/Selector/types.js +2 -0
  543. package/dist/lib/components/ui/ShowAll/index.d.ts +7 -0
  544. package/dist/lib/components/ui/ShowAll/index.js +50 -0
  545. package/dist/lib/components/ui/Step/index.d.ts +2 -0
  546. package/dist/lib/components/ui/Step/index.js +44 -0
  547. package/dist/lib/components/ui/Step/types.d.ts +5 -0
  548. package/dist/lib/components/ui/Step/types.js +2 -0
  549. package/dist/lib/components/ui/Tabs/index.d.ts +2 -0
  550. package/dist/lib/components/ui/Tabs/index.js +109 -0
  551. package/dist/lib/components/ui/Tabs/types.d.ts +15 -0
  552. package/dist/lib/components/ui/Tabs/types.js +2 -0
  553. package/dist/lib/components/ui/TournamentCard/index.d.ts +2 -0
  554. package/dist/lib/components/ui/TournamentCard/index.js +58 -0
  555. package/dist/lib/components/ui/TournamentCard/types.d.ts +16 -0
  556. package/dist/lib/components/ui/TournamentCard/types.js +2 -0
  557. package/dist/lib/hooks/useCountDown.d.ts +8 -0
  558. package/dist/lib/hooks/useCountDown.js +25 -0
  559. package/dist/lib/hooks/useElementResize.d.ts +5 -0
  560. package/dist/lib/hooks/useElementResize.js +41 -0
  561. package/dist/lib/hooks/useInView.d.ts +2 -0
  562. package/dist/lib/hooks/useInView.js +27 -0
  563. package/dist/lib/hooks/useOutsideClick.d.ts +5 -0
  564. package/dist/lib/hooks/useOutsideClick.js +22 -0
  565. package/dist/lib/hooks/useSwipe.d.ts +9 -0
  566. package/dist/lib/hooks/useSwipe.js +69 -0
  567. package/dist/lib/hooks/useTranslate.d.ts +6 -0
  568. package/dist/lib/hooks/useTranslate.js +46 -0
  569. package/dist/lib/index.d.ts +189 -0
  570. package/dist/lib/index.js +411 -0
  571. package/dist/lib/service/validation.d.ts +72 -0
  572. package/dist/lib/service/validation.js +190 -0
  573. package/dist/lib/types/ui.d.ts +14 -0
  574. package/dist/lib/types/ui.js +16 -0
  575. package/dist/lib/utils/date.d.ts +1 -0
  576. package/dist/lib/utils/date.js +11 -0
  577. package/dist/lib/zustandStore/languages/constants.d.ts +2 -0
  578. package/dist/lib/zustandStore/languages/constants.js +14 -0
  579. package/dist/lib/zustandStore/languages/selectors.d.ts +22 -0
  580. package/dist/lib/zustandStore/languages/selectors.js +31 -0
  581. package/dist/lib/zustandStore/languages/store.d.ts +2 -0
  582. package/dist/lib/zustandStore/languages/store.js +115 -0
  583. package/dist/lib/zustandStore/languages/types.d.ts +18 -0
  584. package/dist/lib/zustandStore/languages/types.js +2 -0
  585. package/dist/main.css +3950 -0
  586. package/package.json +66 -0
package/dist/main.css ADDED
@@ -0,0 +1,3950 @@
1
+ .KIT__ButtonBase-module__wrapperButtonBase___e7Ilq {
2
+ padding: var(--indent-base-half);
3
+ display: flex;
4
+ align-items: center;
5
+ min-height: var(--small-button-height);
6
+ font-size: var(--font-size-m);
7
+ border-radius: var(--border-m);
8
+ cursor: pointer;
9
+ color: var(--white);
10
+ flex-shrink: 0;
11
+ }
12
+
13
+ .KIT__ButtonBase-module__disabled___J8mxp {
14
+ opacity: 0.5;
15
+ pointer-events: none;
16
+ }
17
+
18
+ .KIT__ButtonBase-module__center___t9Izo {
19
+ width: 100%;
20
+ justify-content: center;
21
+ }
22
+
23
+ .KIT__ButtonBase-module__text___zQFfw {
24
+ text-overflow: ellipsis;
25
+ }
26
+
27
+ .KIT__ButtonBase-module__wrapperButtonBase___e7Ilq,
28
+ .KIT__ButtonBase-module__wrapperButtonBase___e7Ilq * {
29
+ transition: 0.1s;
30
+ }
31
+
32
+ .KIT__ButtonBase-module__marginLeft-base___AKGOF {
33
+ margin-left: var(--indent-base);
34
+ }
35
+
36
+ .KIT__ButtonBase-module__marginLeft-base-double___q6_Lx {
37
+ margin-left: var(--indent-base-double);
38
+ }
39
+
40
+ .KIT__ButtonBase-module__marginLeft-base-half___lIHHW {
41
+ margin-left: var(--indent-base-half);
42
+ }
43
+
44
+ .KIT__ButtonBase-module__marginBottom-base___a1gKB {
45
+ margin-bottom: var(--indent-base);
46
+ }
47
+
48
+ .KIT__ButtonBase-module__marginBottom-base-double___XL2W8 {
49
+ margin-bottom: var(--indent-base-double);
50
+ }
51
+
52
+ .KIT__ButtonBase-module__marginBottom-base-half___jRat3 {
53
+ margin-bottom: var(--indent-base-half);
54
+ }
55
+
56
+ .KIT__ButtonBase-module__size--button-xs___d_IRC {
57
+ min-width: var(--button-xs);
58
+ max-width: var(--button-xs);
59
+ min-height: var(--button-xs);
60
+ padding: 0;
61
+ justify-content: center;
62
+ }
63
+
64
+ .KIT__ButtonBase-module__size--button-s___phjwP {
65
+ min-width: var(--button-s);
66
+ max-width: var(--button-s);
67
+ min-height: var(--button-s);
68
+ justify-content: center;
69
+ padding: 0;
70
+ box-shadow: var(--header-button-shadow);
71
+ }
72
+
73
+ .KIT__ButtonBase-module__size--button-m___oJJg7 {
74
+ min-width: var(--button-m);
75
+ max-width: var(--button-m);
76
+ }
77
+
78
+ .KIT__ButtonBase-module__size--button-l___aIVJL {
79
+ min-width: var(--button-l);
80
+ max-width: var(--button-l);
81
+ }
82
+
83
+ .KIT__ButtonBase-module__size--button-xl___MSy1U {
84
+ min-width: var(--button-xl);
85
+ max-width: var(--button-xl);
86
+ }
87
+
88
+ .KIT__ButtonBase-module__size--button-xxl___v4ld3 {
89
+ min-width: var(--button-xxl);
90
+ max-width: var(--button-xxl);
91
+ }
92
+ .KIT__ButtonBase-module__size--button-full___aP5ZV {
93
+ min-width: var(--button-full);
94
+ max-width: var(--button-full);
95
+ }
96
+
97
+ .KIT__ButtonBase-module__fontSize--font-size-xs___NbIb5 {
98
+ font-size: var(--font-size-xs);
99
+ }
100
+
101
+ .KIT__ButtonBase-module__fontSize--font-size-s___ZqUaG {
102
+ font-size: var(--font-size-s);
103
+ }
104
+
105
+ .KIT__ButtonBase-module__fontSize--font-size-m___SQGHR {
106
+ font-size: var(--font-size-m);
107
+ }
108
+
109
+ .KIT__ButtonBase-module__fontSize--font-size-l___JV60a {
110
+ font-size: var(--font-size-l);
111
+ }
112
+
113
+ .KIT__ButtonBase-module__fontSize--font-size-xl___SWmzy {
114
+ font-size: var(--font-size-xl);
115
+ }
116
+
117
+ .KIT__ButtonBase-module__fontSize--font-size-xxl___XIgWE {
118
+ font-size: var(--font-size-xxl);
119
+ }
120
+
121
+ /* primary */
122
+ .KIT__ButtonBase-module__buttonBackground-primary___IP9j4 {
123
+ background: var(--button-color-primary);
124
+ position: relative;
125
+ color: var(--button-color-primary-text);
126
+ box-shadow: var(--button-box-shadow-primary);
127
+ border: var(--button-primary-border);
128
+ }
129
+ .KIT__ButtonBase-module__buttonBackground-primary___IP9j4:hover {
130
+ transform: scale(0.99);
131
+ }
132
+ .KIT__ButtonBase-module__buttonBackground-dark___KsTK4 {
133
+ position: relative;
134
+ background: var(--button-color-black);
135
+ color: var(--button-color-black-text);
136
+ box-shadow: var(--button-box-shadow-black);
137
+ border: var(--button-color-black-border);
138
+ }
139
+ .KIT__ButtonBase-module__buttonBackground-dark___KsTK4:hover {
140
+ transform: scale(0.99);
141
+ }
142
+ /* Blue */
143
+ .KIT__ButtonBase-module__buttonBackground-blue___sJluZ {
144
+ background: var(--button-color-blue);
145
+ position: relative;
146
+ box-shadow: var(--button-box-shadow-blue);
147
+ }
148
+ .KIT__ButtonBase-module__buttonBackground-blue___sJluZ:hover {
149
+ transform: scale(0.99);
150
+ }
151
+
152
+ /* GOLD */
153
+ .KIT__ButtonBase-module__buttonBackground-secondary___tOneV {
154
+ background: var(--button-color-secondary);
155
+ color: var(--button-color-secondary-text);
156
+ }
157
+
158
+ /* GREEN */
159
+ .KIT__ButtonBase-module__buttonBackground-green___Riho1 {
160
+ background: var(--button-color-green);
161
+ }
162
+
163
+ /* Transparent */
164
+ .KIT__ButtonBase-module__buttonBackground-transparent___ER47n {
165
+ background: transparent;
166
+ }
167
+
168
+ .KIT__ButtonBase-module__borderRadius--border-xs___Yo4Wp {
169
+ border-radius: var(--border-xs);
170
+ }
171
+ .KIT__ButtonBase-module__borderRadius--border-s___VQJPT {
172
+ border-radius: var(--border-s);
173
+ }
174
+ .KIT__ButtonBase-module__borderRadius--border-m___avnss {
175
+ border-radius: var(--border-m);
176
+ }
177
+ .KIT__ButtonBase-module__borderRadius--border-l___kaZvg {
178
+ border-radius: var(--border-l);
179
+ }
180
+ .KIT__ButtonBase-module__borderRadius--border-xl___vyeFZ {
181
+ border-radius: var(--border-xl);
182
+ }
183
+ .KIT__ButtonBase-module__borderRadius--border-xxl___teJqo {
184
+ border-radius: var(--border-xxl);
185
+ }
186
+ .KIT__ButtonBase-module__borderRadius--border-round___P7_OP {
187
+ border-radius: var(--border-round);
188
+ }
189
+
190
+ .KIT__ButtonBase-module__resizedButton___Pfiil {
191
+ max-width: var(--button-full);
192
+ }
193
+
194
+ .KIT__ButtonBase-module__textContainer___LzurZ {
195
+ height: 100%;
196
+ display: flex;
197
+ align-items: center;
198
+ }
199
+
200
+ .KIT__ButtonBase-module__buttonHeight--button-height-xs___Khujx {
201
+ height: var(--button-height-xs);
202
+ }
203
+ .KIT__ButtonBase-module__buttonHeight--button-height-s___V943R {
204
+ height: var(--button-height-s);
205
+ }
206
+ .KIT__ButtonBase-module__buttonHeight--button-height-m___FSjZp {
207
+ height: var(--button-height-m);
208
+ }
209
+ .KIT__ButtonBase-module__buttonHeight--button-height-l___nWZLI {
210
+ height: var(--button-height-l);
211
+ }
212
+ .KIT__ButtonBase-module__buttonHeight--button-height-xl___heDLV {
213
+ height: var(--button-height-xl);
214
+ }
215
+ .KIT__ButtonBase-module__buttonHeight--button-height-xxl___cZ2yr {
216
+ height: var(--button-height-xxl);
217
+ }
218
+ .KIT__ButtonBase-module__buttonHeight--button-height-full___GE3AO {
219
+ min-height: var(--button-height-xxl);
220
+ max-height: 100%;
221
+ height: 100%;
222
+ max-height: calc(var(--button-height-xxl) * 2);
223
+ }
224
+
225
+ .KIT__ButtonBase-module__endIcon___4Q5yl {
226
+ /* Drawer */
227
+ margin-right: var(--indent-base);
228
+ margin-left: auto;
229
+ }
230
+
231
+ .KIT__JivoButton-module__customJivoButtonWrapper___ZNgrt {
232
+ width: 100%;
233
+ display: flex;
234
+ justify-content: center;
235
+ align-items: center;
236
+ flex-direction: column;
237
+ color: rgb(var(--white), 1);
238
+ -webkit-text-decoration: none;
239
+ text-decoration: none;
240
+ font-size: 10px;
241
+ font-weight: 400;
242
+ position: relative;
243
+ }
244
+
245
+ .KIT__JivoButton-module__customJivoButtonWrapper___ZNgrt>svg {
246
+ width: 24px;
247
+ height: 24px;
248
+ }
249
+
250
+ .KIT__JivoButton-module__customJivoButtonWrapper___ZNgrt .KIT__JivoButton-module__loaderSize____6Iqq {
251
+ width: 24px;
252
+ height: 24px;
253
+ overflow: hidden;
254
+ border-width: 2px;
255
+ }
256
+
257
+ .KIT__JivoButton-module__supportAgentActive___y35JD {
258
+ border: 2px solid rgb(var(--primary));
259
+ }
260
+
261
+ /* .newMsg {
262
+ position: absolute;
263
+ top:0;
264
+ right:0;
265
+ width:10px;
266
+ height: 10px;
267
+ border-radius: 50%;
268
+ background-color: rgb(var(--red));
269
+ } */
270
+ .KIT__CircularLoader-module__wrapper____8e1L {
271
+ height: var(--height-48);
272
+ border: 5px solid transparent;
273
+ border-radius: 50%;
274
+ width: var(--height-48);
275
+ border-left: 5px solid rgb(var(--third));
276
+ animation: KIT__CircularLoader-module__RotateLeft___DOTBC 1s infinite;
277
+ }
278
+
279
+ .KIT__CircularLoader-module__insideCircular___dAeiI {
280
+ position: relative;
281
+ top:-5px;
282
+ left:-5px;
283
+ width: var(--height-48);
284
+ height: var(--height-48);
285
+ border-radius: 50%;
286
+ border: 5px solid transparent;
287
+ border-right: 5px solid rgb(var(--soft-gray));
288
+ animation: KIT__CircularLoader-module__RotateRight___rccix 1s infinite;
289
+ }
290
+
291
+
292
+ @keyframes KIT__CircularLoader-module__RotateLeft___DOTBC {
293
+ 0% {
294
+ transform: rotate(0deg);
295
+ }
296
+
297
+ 100% {
298
+ transform: rotate(360deg);
299
+ }
300
+ }
301
+
302
+ @keyframes KIT__CircularLoader-module__RotateRight___rccix {
303
+ 0% {
304
+ transform: rotate(0deg);
305
+ }
306
+
307
+ 100% {
308
+ transform: rotate(-720deg);
309
+ }
310
+ }
311
+ .KIT__DepositButton-module__mobileWrapper___yESLz {
312
+ background-color: var(--profile-info-wallet-button-background-color);
313
+ border: 2px solid var(--profile-info-wallet-button-border-color);
314
+ height: 36px;
315
+ width: 36px;
316
+ border-radius: var(--border-m);
317
+ display: flex;
318
+ justify-content: center;
319
+ align-items: center;
320
+ }
321
+
322
+ .KIT__DepositButton-module__btn___NNokN {
323
+ height: 100%;
324
+ min-height: 30px;
325
+ padding: 0 var(--indent-base-half);
326
+ }
327
+
328
+ .KIT__DepositButton-module__fsWinWrapper___HOvj6 {
329
+ height: 100%;
330
+ position: relative;
331
+ /* Notice header border top and bottom 2px */
332
+ height: calc(100% + 4px);
333
+
334
+ }
335
+
336
+ .KIT__DepositButton-module__fsWinWrapper___HOvj6 svg {
337
+ position: absolute;
338
+ left: 0;
339
+ top: 0%;
340
+ fill: none;
341
+ stroke: #fff;
342
+ stroke-dasharray: 150 480;
343
+ animation: KIT__DepositButton-module__LoopLine___z34pZ 2s linear infinite;
344
+
345
+ width: 100%;
346
+ height: 100%;
347
+ z-index: 3;
348
+ }
349
+
350
+
351
+ @keyframes KIT__DepositButton-module__LoopLine___z34pZ {
352
+ 0%,100%{
353
+ stroke-dashoffset: 150;
354
+ }
355
+ 50%{
356
+ stroke-dashoffset: -480;
357
+ }
358
+ }
359
+ .KIT__ShowAllCard-module__wrapperShowAllCard___KV8Il {
360
+ display: flex;
361
+ justify-content: center;
362
+ align-items: center;
363
+ border-radius: var(--border-s);
364
+ font-size: var(--font-size-s);
365
+ text-align: center;
366
+ color: var(--row-casino-games-show-all-button-color);
367
+ font-weight: 700;
368
+ }
369
+ .KIT__AppSwitcher-module__wrapperAppSwitcher___nBfRM {
370
+ display: flex;
371
+
372
+ background-color: var(--app-switcher-background-color);
373
+ overflow: hidden;
374
+ border-radius: var(--border-l);
375
+ margin-bottom: var(--indent-base);
376
+ justify-content: space-between;
377
+ padding: calc(var(--indent-base) / 3);
378
+ border: 2px solid var(--border-app-switcher-color);
379
+ }
380
+
381
+ .KIT__AppSwitcher-module__navigationButton___d1gZ6 {
382
+ display: flex;
383
+ align-items: center;
384
+ padding: calc(var(--indent-base) / 3);
385
+ width: 50%;
386
+ justify-content: center;
387
+ opacity: 0.7;
388
+ -webkit-text-decoration: none;
389
+ text-decoration: none;
390
+ flex-direction: column;
391
+ position: relative;
392
+ }
393
+
394
+ .KIT__AppSwitcher-module__text___gS8_9 {
395
+ -webkit-text-decoration: none;
396
+ text-decoration: none;
397
+ color: var(--app-switcher-link-text-color);
398
+ font-size: 0.7rem;
399
+ text-align: center;
400
+ white-space: nowrap;
401
+ text-overflow: ellipsis;
402
+ max-width: 90px;
403
+ overflow: hidden;
404
+ }
405
+
406
+ .KIT__AppSwitcher-module__activeNav___qbhq1 {
407
+ opacity: 1;
408
+ background: var(--background-active-app-switcher-color);
409
+ border: 2px solid rgb(var(--active-app-border-color));
410
+ border-radius: var(--border-l);
411
+ }
412
+
413
+ .KIT__AppSwitcher-module__icon___KB2dY {
414
+ margin-bottom: calc(var(--indent-base) / 3);
415
+ height: 15px;
416
+ }
417
+
418
+ .KIT__AppSwitcher-module__icon___KB2dY path {
419
+ fill: var(--app-switcher-svg-path-fill);
420
+ }
421
+
422
+ .KIT__AppSwitcher-module__shortView___alZ8c {
423
+ display: flex;
424
+ flex-direction: column;
425
+ width: 100%;
426
+ justify-content: space-between;
427
+ }
428
+
429
+ .KIT__AppSwitcher-module__shortView___alZ8c .KIT__AppSwitcher-module__icon___KB2dY {
430
+ padding: var(--indent-base);
431
+ background: var(--gradient-drawer-bg);
432
+ margin-bottom: var(--indent-base);
433
+ width: 100%;
434
+ height: var(--height-48);
435
+ border-radius: var(--border-s);
436
+ }
437
+
438
+ .KIT__DrawerButton-module__wrapperDrawerButton___VXojY {
439
+ --drawer-button-text-color: white;
440
+ --border-button: var(--border-l);
441
+ --border-background: var(--drawer-button-border-background);
442
+
443
+ --drawer-button-bg: rgb(var(--dark-gray));
444
+
445
+ border-radius: var(--border-button);
446
+ overflow: hidden;
447
+
448
+ width: 100%;
449
+
450
+ color: white;
451
+
452
+ color: var(--drawer-button-text-color);
453
+ position: relative;
454
+ }
455
+
456
+ .KIT__DrawerButton-module__buttonIndex___OnNej {
457
+ position: relative;
458
+ z-index: calc(var(--layout-lvl-1) + 1);
459
+ border-radius: var(--border-button);
460
+ margin: 2px;
461
+ background: var(--drawer-modal-content-color);
462
+ padding-left: var(--indent-base);
463
+ color: var(--drawer-modal-content-text-color);
464
+ }
465
+
466
+ .KIT__DrawerButton-module__center___VojH7 {
467
+ justify-content: center;
468
+ }
469
+
470
+ .KIT__DrawerButton-module__center___VojH7 {
471
+ justify-content: center;
472
+ }
473
+
474
+ .KIT__DrawerButton-module__borderBg___OHEWy {
475
+ width: 100%;
476
+ height: 100%;
477
+ position: absolute;
478
+ left: 0;
479
+ top: 0;
480
+ z-index: var(--layout-lvl-1);
481
+ background: var(--drawer-button-border-background);
482
+ }
483
+
484
+ .KIT__DrawerButton-module__shadowBg___k4cHp {
485
+ position: absolute;
486
+ right: 0%;
487
+ top: 2px;
488
+ width: calc(100% - 2px);
489
+ height: calc(100% - 4px);
490
+
491
+ background: var(--drawer-button-shadow-background);
492
+ z-index: var(--layout-lvl-1);
493
+ border-radius: var(--border-button);
494
+ }
495
+
496
+ .KIT__DrawerButton-module__full___AsBjM {
497
+ width: 100%;
498
+ }
499
+
500
+ .KIT__CasinoCategoryButton-module__wrapperCasinoCategory___Kn74K {
501
+ flex-shrink: 0;
502
+ cursor: pointer;
503
+ width: 100%;
504
+ }
505
+
506
+ .KIT__CasinoCategoryButton-module__casinoCategoryText___a40gb {
507
+ padding: 0 9px var(--indent-base);
508
+ color: var(--casino-category-text-color);
509
+ width: 100%;
510
+ text-overflow: ellipsis;
511
+ white-space: nowrap;
512
+ overflow: hidden;
513
+ text-align: center;
514
+ }
515
+
516
+ .KIT__CasinoCategoryButton-module__activeCategory___selUm {
517
+ border-bottom: 2px solid var(--casino-active-category-border-color);
518
+ border-radius: var(--border-xs);
519
+ }
520
+
521
+ .KIT__CasinoCategoryButton-module__wrapperCasinoCategoryButton___nULjT {
522
+ background: var(--casino-category-button-background-color);
523
+ display: flex;
524
+ align-items: center;
525
+ flex-direction: column;
526
+ justify-content: center;
527
+ font-size: 9px;
528
+
529
+ width: 55px;
530
+ height: 55px;
531
+ border-radius: 6px;
532
+ flex-shrink: 0;
533
+ margin-left: calc(var(--indent-base) / 3);
534
+ }
535
+
536
+ .KIT__CasinoCategoryButton-module__wrapperCasinoCategoryButton___nULjT:first-child {
537
+ margin-left: 0;
538
+ }
539
+
540
+ .KIT__CasinoCategoryButton-module__wrapperCasinoCategoryButton___nULjT .KIT__CasinoCategoryButton-module__casinoCategoryText___a40gb {
541
+ padding: 0 calc(var(--indent-base) / 2);
542
+ }
543
+
544
+ .KIT__CasinoCategoryButton-module__categoryIcon___jnTx6 {
545
+ margin-bottom: calc(var(--indent-base) / 2);
546
+ width: 45px;
547
+ height: 20px;
548
+ }
549
+
550
+ .KIT__CasinoCategoryButton-module__categoryIcon___jnTx6 path {
551
+ fill: var(--casino-category-button-icon-path-fill);
552
+ }
553
+
554
+ .KIT__CasinoCategoryButton-module__active___Xd4GY .KIT__CasinoCategoryButton-module__categoryIcon___jnTx6 path {
555
+ fill: var(--casino-active-category-button-icon-path-fill);
556
+ }
557
+
558
+ .KIT__CasinoCategoryButton-module__active___Xd4GY {
559
+ background: var(--casino-active-category-button-background-color);
560
+ }
561
+
562
+ .KIT__CasinoCategoryButton-module__inHouse___iSRa7 {
563
+ background: var(--casino-category-in-house-background-color);
564
+ }
565
+
566
+ .KIT__CasinoCategoryButton-module__active___Xd4GY.KIT__CasinoCategoryButton-module__inHouse___iSRa7 {
567
+ background: var(--casino-category-in-house-active-button-background-color);
568
+ }
569
+
570
+ .KIT__CasinoCategoryButton-module__inHouse___iSRa7 svg > g {
571
+ transform: scale(1.6) translate(-9px, -9px);
572
+ }
573
+ .KIT__CasinoCategoryButton-module__inHouse___iSRa7 svg > g > path {
574
+ fill: var(--casino-category-in-house-svg-g-path-fill);
575
+ }
576
+
577
+ @media (min-width: 768px) {
578
+ .KIT__CasinoCategoryButton-module__casinoCategoryText___a40gb {
579
+ padding-bottom: 20px;
580
+ padding-top: 10px;
581
+ }
582
+ }
583
+
584
+ .KIT__CasinoSubCategories-module__scroll___FVFZ3 {
585
+ display: flex;
586
+ overflow-x: auto;
587
+ width: 100%;
588
+ }
589
+
590
+ .KIT__CasinoSubCategories-module__subCategoriesWrapper___p7gxL {
591
+ min-height: 28px;
592
+ margin-bottom: var(--indent-base);
593
+ }
594
+
595
+ .KIT__CasinoSubCategories-module__subCategoryButton___GLksB {
596
+ margin-left: calc(var(--indent-base) / 3);
597
+ font-size: 14px;
598
+ padding: 0 var(--indent-base);
599
+ font-size: 12px;
600
+ height: 28px;
601
+ }
602
+
603
+ .KIT__CasinoSubCategories-module__subCategoryButton___GLksB:first-child {
604
+ margin-left: 0;
605
+ }
606
+
607
+ .KIT__ProviderName-module__providerName___t7qlX {
608
+ --min-provider-name-width:100px;
609
+
610
+ max-width: 100px;
611
+
612
+ max-width: var(--min-provider-name-width);
613
+ padding: var(--indent-base-half);
614
+ border-radius: var(--border-l);
615
+ background-color: var(--provider-name-background-color);
616
+ color: var(--provider-name-color);
617
+ font-size: 12px;
618
+ white-space: nowrap;
619
+ text-overflow: ellipsis;
620
+ overflow: hidden;
621
+ height: -moz-fit-content;
622
+ height: fit-content;
623
+
624
+ display: flex;
625
+ align-items: center;
626
+ }
627
+
628
+ .KIT__ProviderName-module__marginL___TopTi {
629
+ margin-left: var(--indent-base-half);
630
+ }
631
+
632
+ .KIT__ProviderName-module__flexShrink___PqYdd {
633
+ flex-shrink: 0;
634
+ width: 16px;
635
+ height: 16px;
636
+ }
637
+
638
+ .KIT__ProviderName-module__name___UJCAO {
639
+ width: 100%;
640
+ display: block;
641
+ overflow: hidden;
642
+ text-overflow: ellipsis;
643
+ white-space: nowrap;
644
+ }
645
+
646
+ .KIT__CloseButton-module__closeButton____h4dV {
647
+ border-radius: 50%;
648
+ width:24px;
649
+ height: 24px;
650
+ border:2px solid var(--border-color-gray);
651
+ display: flex;
652
+ justify-content: center;
653
+ align-items: center;
654
+ background-color: rgb(var(--semi-dark));
655
+ }
656
+
657
+ .KIT__CloseButton-module__closeButton____h4dV svg {
658
+ width:8px;
659
+ height:8px;
660
+ }
661
+
662
+ .KIT__BaseInputUi-module__inputWrapper___AnbPW {
663
+ border-radius: var(--border-s);
664
+ border: 2px solid var(--border-color-gray);
665
+ height: 40px;
666
+ display: flex;
667
+ justify-content: space-between;
668
+ padding: 2px 10px;
669
+ position: relative;
670
+ background-color: var(--input-base-autofill-background-color);
671
+ }
672
+
673
+ .KIT__BaseInputUi-module__borderColorfulGreen___QRGSG,
674
+ .KIT__BaseInputUi-module__borderColorfulGreen___QRGSG label {
675
+ color: rgb(var(--primary));
676
+ border-color: rgb(var(--primary));
677
+ }
678
+
679
+ .KIT__BaseInputUi-module__borderColorfulRed___vCRBt,
680
+ .KIT__BaseInputUi-module__borderColorfulRed___vCRBt label {
681
+ border-color: rgb(var(--red));
682
+ color: rgb(var(--red));
683
+ }
684
+
685
+ .KIT__BaseInputUi-module__overflow___rpmQe {
686
+ overflow: hidden;
687
+ }
688
+
689
+ .KIT__BaseInputUi-module__inputWrapperSize-full____PYz0 {
690
+ width: var(--full);
691
+ }
692
+
693
+ .KIT__BaseInputUi-module__inputWrapperSize-small___dIxON {
694
+ width: var(--small);
695
+ }
696
+
697
+ .KIT__BaseInputUi-module__inputWrapperSize-medium___tLMNO {
698
+ width: var(--medium);
699
+ }
700
+
701
+ .KIT__BaseInputUi-module__inputWrapperSize-large___E5JjL {
702
+ width: var(--large);
703
+ }
704
+
705
+ .KIT__BaseInputUi-module__label___uzM8L {
706
+ position: absolute;
707
+ left: 10px;
708
+ color: var(--input-base-autofill-label-text-color);
709
+ opacity: 0.5;
710
+ z-index: 1;
711
+ font-weight: bold;
712
+ transition: 0.5s;
713
+ }
714
+
715
+ .KIT__BaseInputUi-module__labelRight___Q5n_d {
716
+ left: 25px;
717
+ }
718
+
719
+ .KIT__BaseInputUi-module__input___RWf0J {
720
+ z-index: 2;
721
+ height: 100%;
722
+ width: 100%;
723
+ padding: 2px;
724
+ background-color: transparent;
725
+ color: var(--input-base-autofill-text-color);
726
+ font-weight: bold;
727
+ }
728
+
729
+ .KIT__BaseInputUi-module__input___RWf0J:-moz-placeholder-shown ~ .KIT__BaseInputUi-module__label___uzM8L {
730
+ top: 50%;
731
+ transform: translateY(-50%);
732
+ left: 10px;
733
+ font-size: 11px;
734
+ color: var(--input-base-autofill-text-color);
735
+ }
736
+
737
+ .KIT__BaseInputUi-module__input___RWf0J:placeholder-shown ~ .KIT__BaseInputUi-module__label___uzM8L {
738
+ top: 50%;
739
+ transform: translateY(-50%);
740
+ left: 10px;
741
+ font-size: 11px;
742
+ color: var(--input-base-autofill-text-color);
743
+ }
744
+
745
+ .KIT__BaseInputUi-module__input___RWf0J:-moz-placeholder-shown ~ .KIT__BaseInputUi-module__labelRight___Q5n_d {
746
+ top: 50%;
747
+ transform: translateY(-50%);
748
+ left: 25px;
749
+ font-size: 11px;
750
+ }
751
+
752
+ .KIT__BaseInputUi-module__input___RWf0J:placeholder-shown ~ .KIT__BaseInputUi-module__labelRight___Q5n_d {
753
+ top: 50%;
754
+ transform: translateY(-50%);
755
+ left: 25px;
756
+ font-size: 11px;
757
+ }
758
+
759
+ .KIT__BaseInputUi-module__input___RWf0J:not(placeholder-shown) ~ .KIT__BaseInputUi-module__label___uzM8L {
760
+ top: -15px;
761
+ transform: translateY(0%);
762
+ z-index: 1;
763
+ left: 0px;
764
+ font-size: 10px;
765
+ }
766
+
767
+ .KIT__BaseInputUi-module__input___RWf0J::-moz-placeholder {
768
+ font-size: 0;
769
+ }
770
+
771
+ .KIT__BaseInputUi-module__input___RWf0J::placeholder {
772
+ font-size: 0;
773
+ }
774
+
775
+ .KIT__BaseInputUi-module__input___RWf0J:focus ~ .KIT__BaseInputUi-module__label___uzM8L {
776
+ top: -15px;
777
+ transform: translateY(0%);
778
+ left: 0px;
779
+ z-index: 2;
780
+ font-size: 10px;
781
+ }
782
+
783
+ .KIT__BaseInputUi-module__disabled___eDvdR {
784
+ pointer-events: none;
785
+ text-overflow: ellipsis;
786
+ }
787
+
788
+ .KIT__BaseInputUi-module__errorBorder___DoUDN {
789
+ border-color: rgb(var(--red));
790
+ }
791
+
792
+ .KIT__BaseInputUi-module__errorText___f7axC {
793
+ position: absolute;
794
+ bottom: -15px;
795
+ max-width: 100%;
796
+ white-space: nowrap;
797
+ text-overflow: ellipsis;
798
+ left: 0;
799
+ font-size: 11px;
800
+ overflow: hidden;
801
+ color: rgb(var(--red));
802
+ }
803
+
804
+ .KIT__BaseInputUi-module__resetErrorColor___sLSqG {
805
+ color: rgb(var(--gray));
806
+ }
807
+
808
+ .KIT__BaseInputUi-module__rowChildrenData___KENSf {
809
+ display: flex;
810
+ align-items: center;
811
+ margin-left: var(--indent-base-half);
812
+ }
813
+
814
+ .KIT__BaseInputUi-module__input___RWf0J:focus ~ .KIT__BaseInputUi-module__label___uzM8L.KIT__BaseInputUi-module__hideLabel___XBQr4 {
815
+ opacity: 0;
816
+ }
817
+
818
+ .KIT__BaseInputUi-module__input___RWf0J:not(placeholder-shown) ~ label.KIT__BaseInputUi-module__hideLabel___XBQr4 {
819
+ opacity: 0;
820
+ }
821
+
822
+ .KIT__BaseInputUi-module__input___RWf0J:-moz-placeholder-shown ~ label.KIT__BaseInputUi-module__hideLabel___XBQr4 {
823
+ opacity: 1;
824
+ }
825
+
826
+ .KIT__BaseInputUi-module__input___RWf0J:placeholder-shown ~ label.KIT__BaseInputUi-module__hideLabel___XBQr4 {
827
+ opacity: 1;
828
+ }
829
+
830
+ .KIT__BaseInputUi-module__fistIcon___K8TLN {
831
+ padding-left: 0;
832
+ }
833
+
834
+ .KIT__BaseInputUi-module__inputWrapper___AnbPW .KIT__BaseInputUi-module__label___uzM8L.KIT__BaseInputUi-module__labelUp___Mdr3p {
835
+ top: -15px;
836
+ transform: translateY(0%);
837
+ left: 0px;
838
+ z-index: 2;
839
+ font-size: 10px;
840
+ }
841
+
842
+ .KIT__BaseInputUi-module__animationFadeIn___qsCmj {
843
+ animation: KIT__BaseInputUi-module__FadeIn___kQ_6Q 1s forwards;
844
+ }
845
+
846
+ .KIT__BaseInputUi-module__input___RWf0J:-webkit-autofill,
847
+ .KIT__BaseInputUi-module__input___RWf0J:-webkit-autofill:hover,
848
+ .KIT__BaseInputUi-module__input___RWf0J:-webkit-autofill:focus,
849
+ .KIT__BaseInputUi-module__input___RWf0J:-webkit-autofill:active {
850
+ -webkit-box-shadow: 0 40px var(--input-base-autofill-background-color) inset;
851
+ -webkit-text-fill-color: var(--input-base-autofill-text-color);
852
+ -webkit-background-clip: text;
853
+ background-clip: text;
854
+ }
855
+
856
+ .KIT__BaseInputUi-module__input___RWf0J:-moz-autofill {
857
+ box-shadow: 0 40px var(--input-base-autofill-background-color) inset;
858
+ color: var(--input-base-autofill-text-color);
859
+ background-clip: text;
860
+ }
861
+
862
+ .KIT__BaseInputUi-module__input___RWf0J:-ms-autofill {
863
+ box-shadow: 0 40px var(--input-base-autofill-background-color) inset;
864
+ color: var(--input-base-autofill-text-color);
865
+ background-clip: text;
866
+ }
867
+
868
+ @keyframes KIT__BaseInputUi-module__FadeIn___kQ_6Q {
869
+ 0% {
870
+ opacity: 0;
871
+ }
872
+
873
+ 100% {
874
+ opacity: 1;
875
+ }
876
+ }
877
+
878
+ .KIT__PromoCode-module__promoTitle___gtXxM {
879
+ text-align: center;
880
+ color: var(--promo-code-promo-title-color);
881
+ font-size: var(--font-size-xs);
882
+ }
883
+
884
+ .KIT__ArrowButton-module__openedColor___M7HTi * {
885
+ fill: var(--arrow-button-opened-svg-path-fill);
886
+ cursor: pointer;
887
+ }
888
+
889
+ .KIT__ArrowButton-module__openedColor___M7HTi {
890
+ transition: 0.5s;
891
+ transform: rotate(180deg);
892
+ }
893
+
894
+ .KIT__ArrowButton-module__default___LNKYw {
895
+ padding: 5px;
896
+ width: 22px;
897
+ height: 18px;
898
+ }
899
+
900
+ .KIT__ArrowButton-module__default___LNKYw path {
901
+ fill: var(--arrow-button-svg-path-fill);
902
+ }
903
+
904
+ .KIT__Selector-module__wrapperSelector___gMgBa {
905
+ position: relative;
906
+ flex-shrink: 0;
907
+ }
908
+
909
+ /* MOVE to GLOBAL Css -full -small etc */
910
+ .KIT__Selector-module__dropDownContentSize-full___Hm4pX {
911
+ width: var(--full);
912
+ }
913
+
914
+ .KIT__Selector-module__dropDownContentSize-small___moHih {
915
+ width: var(--small);
916
+ }
917
+
918
+ .KIT__Selector-module__dropDownContentSize-medium___VGXFJ {
919
+ width: var(--medium);
920
+ }
921
+
922
+ .KIT__Selector-module__dropDownContentSize-large___ajRW1 {
923
+ width: var(--large);
924
+ }
925
+
926
+ .KIT__Selector-module__item___H9Toq {
927
+ border-radius: var(--border-s);
928
+ background-color: var(--input-base-autofill-background-color);
929
+ height: 40px;
930
+ display: flex;
931
+ justify-content: space-between;
932
+ align-items: center;
933
+ padding: 2px 10px;
934
+ color: var(--selector-item-color);
935
+ width: 100%;
936
+ overflow: hidden;
937
+ white-space: nowrap;
938
+ text-overflow: ellipsis;
939
+ }
940
+
941
+ .KIT__Selector-module__item___H9Toq > div {
942
+ overflow: hidden;
943
+ white-space: nowrap;
944
+ text-overflow: ellipsis;
945
+ }
946
+
947
+ .KIT__Selector-module__item___H9Toq svg {
948
+ flex-shrink: 0;
949
+ }
950
+
951
+ .KIT__Selector-module__mainContainer___OUUM_ {
952
+ display: flex;
953
+ justify-content: space-between;
954
+ align-items: center;
955
+ border: 2px solid var(--border-color-gray);
956
+ }
957
+
958
+ .KIT__Selector-module__overflow____BqEX {
959
+ max-width: calc(100% - 20px);
960
+ overflow: hidden;
961
+ white-space: nowrap;
962
+ text-overflow: ellipsis;
963
+ }
964
+ .KIT__Selector-module__maxSize___ElpMa {
965
+ max-width: 100%;
966
+ }
967
+
968
+ .KIT__Selector-module__iconBlock___L9NBK {
969
+ width: 15px;
970
+ height: 15px;
971
+ display: flex;
972
+ align-items: center;
973
+ justify-content: center;
974
+ }
975
+
976
+ .KIT__Selector-module__iconBlock___L9NBK svg {
977
+ width: 15px;
978
+ height: 15px;
979
+ padding: 0;
980
+ }
981
+
982
+ .KIT__Selector-module__placeholder___GWxtX {
983
+ position: absolute;
984
+ top: -20px;
985
+ left: 0;
986
+ font-size: 12px;
987
+ color: var(--selector-item-placeholder-color);
988
+ }
989
+
990
+ .KIT__Selector-module__dropDownWrapper___nTExd {
991
+ overflow: auto;
992
+ background-color: var(--selector-drop-down-wrapper-background-color);
993
+ position: absolute;
994
+ border-radius: var(--border-s);
995
+ left: 0;
996
+ z-index: 3;
997
+ }
998
+
999
+ .KIT__Selector-module__opacity___JnYUt {
1000
+ opacity: 0.6;
1001
+ }
1002
+
1003
+ .KIT__Selector-module__bigBorder___MFnZy {
1004
+ border: 2px solid var(--border-color-gray);
1005
+ }
1006
+
1007
+ .KIT__Selector-module__disabledBottom___SB7p7 {
1008
+ border-bottom: none;
1009
+ border-radius: var(--border-s) var(--border-s) 0 0;
1010
+ }
1011
+
1012
+ .KIT__Selector-module__disabledTop___JBoM_ {
1013
+ border-top: none;
1014
+ border-radius: 0 0 var(--border-s) var(--border-s);
1015
+ }
1016
+
1017
+ .KIT__Selector-module__dropDownDirection-up___b8JYy {
1018
+ bottom: 100%;
1019
+ }
1020
+
1021
+ .KIT__Selector-module__dropDownDirection-down___VP7l8 {
1022
+ top: 100%;
1023
+ }
1024
+
1025
+ .KIT__Selector-module__listItem___dSMzY {
1026
+ border-radius: var(--border-s);
1027
+ border: 2px solid var(--border-color-gray);
1028
+ background-color: var(--selector-list-item-background-color);
1029
+ height: 40px;
1030
+ display: flex;
1031
+ justify-content: space-between;
1032
+ align-items: center;
1033
+ padding: 2px 10px;
1034
+ }
1035
+
1036
+
1037
+ .KIT__Selector-module__animationSelectorGrowing___iR5t8 {
1038
+ animation: KIT__Selector-module__SelectorGrowing___ymeCM 0.3s forwards;
1039
+ }
1040
+
1041
+ @keyframes KIT__Selector-module__SelectorGrowing___ymeCM {
1042
+ 0% {
1043
+ max-height: 0;
1044
+ }
1045
+
1046
+ 100% {
1047
+ max-height: 150px;
1048
+ }
1049
+ }
1050
+
1051
+ .KIT__Selector-module__animationSelectorReducing___XlFWP {
1052
+ animation: KIT__Selector-module__animationSelectorReducing___XlFWP 0.3s forwards;
1053
+ }
1054
+
1055
+ @keyframes KIT__Selector-module__animationSelectorReducing___XlFWP {
1056
+ 0% {
1057
+ max-height: 150px;
1058
+ }
1059
+
1060
+ 100% {
1061
+ max-height: 0;
1062
+ }
1063
+ }
1064
+
1065
+ .KIT__CheckBox-module__checkboxWrapperBig___lQiT2 .KIT__CheckBox-module__switch___l_7bC {
1066
+ display: inline-block;
1067
+ height: var(--check-box-height);
1068
+ position: relative;
1069
+ width: var(--check-box-width);
1070
+ }
1071
+
1072
+ .KIT__CheckBox-module__checkboxWrapperBig___lQiT2 .KIT__CheckBox-module__switch___l_7bC input {
1073
+ display: none;
1074
+ }
1075
+
1076
+ .KIT__CheckBox-module__checkboxWrapperBig___lQiT2 .KIT__CheckBox-module__slider___SGVW0 {
1077
+ background-color: var(--check-box-unselected-color);
1078
+ border-radius: 34px;
1079
+ border: 2px solid var(--check-box-slider-border-color);
1080
+ bottom: 0;
1081
+ cursor: pointer;
1082
+ left: 0;
1083
+ position: absolute;
1084
+ right: 0;
1085
+ top: 0;
1086
+ transition: 0.4s;
1087
+ }
1088
+
1089
+ .KIT__CheckBox-module__checkboxWrapperBig___lQiT2 .KIT__CheckBox-module__slider___SGVW0:before {
1090
+ background-color: var(--check-box-slider-before-background-color);
1091
+ border-radius: 50%;
1092
+ bottom: var(--check-box-slider-padding);
1093
+ content: '';
1094
+ height: calc(var(--check-box-slider-size) - 4px);
1095
+ width: calc(var(--check-box-slider-size) - 4px);
1096
+ left: var(--check-box-slider-padding);
1097
+ position: absolute;
1098
+ transition: 0.4s;
1099
+ }
1100
+
1101
+ .KIT__CheckBox-module__checkboxWrapperBig___lQiT2 input:checked + .KIT__CheckBox-module__slider___SGVW0 {
1102
+ background-color: var(--check-box-selected-color);
1103
+ border: none;
1104
+ }
1105
+
1106
+ .KIT__CheckBox-module__checkboxWrapperBig___lQiT2 input:checked + .KIT__CheckBox-module__slider___SGVW0:before {
1107
+ /* 4 + 4 left and right */
1108
+ transform: translateX(
1109
+ calc(
1110
+ var(--check-box-width) -
1111
+ (var(--check-box-slider-size) + var(--check-box-slider-padding) * 2)
1112
+ )
1113
+ );
1114
+ height: var(--check-box-slider-size);
1115
+ width: var(--check-box-slider-size);
1116
+ background-color: rgb(var(--white));
1117
+ }
1118
+
1119
+ .KIT__CheckBox-module__checkboxWrapper___mOh36 {
1120
+ display: flex;
1121
+ align-items: center;
1122
+ font-size: var(--font-size-xs);
1123
+ }
1124
+
1125
+ .KIT__CheckBox-module__checkboxText___u6qjz {
1126
+ width: 70%;
1127
+ margin-left: var(--indent-base);
1128
+ }
1129
+
1130
+ .KIT__Docs-module__checkbox___DCvmb {
1131
+ margin-bottom: var(--indent-base);
1132
+ color: var(--sign-up-modal-checkbox-color);
1133
+ }
1134
+ .KIT__Docs-module__link___PZSYE {
1135
+ -webkit-text-decoration: underline;
1136
+ text-decoration: underline;
1137
+ }
1138
+
1139
+ .KIT__OneClick-module__fullWidth___vk4aC {
1140
+ width: 100%;
1141
+ }
1142
+ .KIT__OneClick-module__fullWidth___vk4aC .KIT__OneClick-module__marginB___NGiBf {
1143
+ margin-bottom: var(--indent-base);
1144
+ }
1145
+ .KIT__ModalLayout-module__wrapperModalLayout___A4nBX {
1146
+ border-top: 2px solid var(--border-color-gray);
1147
+ background-color: var(--modal-layout-background-color);
1148
+ border-radius: var(--border-xl) var(--border-xl) 0 0 ;
1149
+ padding: var(--indent-base);
1150
+
1151
+ display: flex;
1152
+ flex-direction: column;
1153
+ align-items: center;
1154
+
1155
+ max-height: calc(var(--app-height) - var(--height-48));
1156
+ transition: 0.5s;
1157
+ max-width: 500px;
1158
+ width: 100%;
1159
+ overflow: hidden;
1160
+ position: relative;
1161
+ }
1162
+
1163
+ .KIT__ModalLayout-module__header___VvKRR {
1164
+ height: var(--height-48);
1165
+ display: flex;
1166
+ align-items: center;
1167
+ position: relative;
1168
+ width: 100%;
1169
+ z-index: var(--layout-lvl-1);
1170
+ }
1171
+
1172
+ .KIT__ModalLayout-module__wrapperModalLayout___A4nBX .KIT__ModalLayout-module__buttonClose___vwkbg {
1173
+ position: absolute;
1174
+ right: var(--indent-base-half);
1175
+ top: 50%;
1176
+ transform: translateY(-50%);
1177
+ }
1178
+
1179
+ .KIT__ModalLayout-module__swipeButton___JJySo {
1180
+ position: absolute;
1181
+ width: 150px;
1182
+ height: 100%;
1183
+ left: 50%;
1184
+ transform: translateX(-50%);
1185
+ }
1186
+
1187
+ .KIT__ModalLayout-module__swipeButton___JJySo::before {
1188
+ content: '';
1189
+ width: 100%;
1190
+ height: 4px;
1191
+ position: absolute;
1192
+ top: 50%;
1193
+ left: 50%;
1194
+ background-color: var(--swipe-button-color);
1195
+ transform: translate(-50%,-50%);
1196
+ }
1197
+
1198
+ .KIT__ModalLayout-module__overflow___wwFs1 {
1199
+ border-radius: var(--border-l) var(--border-l) 0 0 ;
1200
+ overflow: hidden;
1201
+ margin-bottom: var(--indent-base);
1202
+ }
1203
+
1204
+ @media (min-width: 768px) {
1205
+ .KIT__ModalLayout-module__wrapperModalLayout___A4nBX {
1206
+ max-height: calc(100dvh - (var(--height-48) * 2 + var(--indent-base-double)));
1207
+ }
1208
+ }
1209
+ .KIT__PopUpHeader-module__wrapperPopUpHeader___GmjiQ {
1210
+ display: flex;
1211
+ justify-content: center;
1212
+ height: var(--height-48);
1213
+ padding: var(--indent-base);
1214
+ /* background-color: rgb(var(--dark)); */
1215
+ background-color: var(--pop-up-header);
1216
+ border-bottom: 2px solid var(--border-color-gray);
1217
+ align-items: center;
1218
+ width: 100%;
1219
+ position: relative;
1220
+ }
1221
+
1222
+ .KIT__PopUpHeader-module__transparent___iWbm6 {
1223
+ background-color: transparent;
1224
+ border-bottom: none;
1225
+ }
1226
+
1227
+ .KIT__PopUpHeader-module__title___PWFyT {
1228
+ font-weight: 400;
1229
+ font-size: 14px;
1230
+ color: var(--pop-up-header-title-color);
1231
+ text-align: center;
1232
+ white-space: nowrap;
1233
+ text-overflow: ellipsis;
1234
+ overflow: hidden;
1235
+ width: 70%;
1236
+ }
1237
+
1238
+ .KIT__PopUpHeader-module__closeButton___fwcjS {
1239
+ border-radius: 50%;
1240
+ width: 24px;
1241
+ height: 24px;
1242
+ border: 2px solid var(--border-color-gray);
1243
+ display: flex;
1244
+ justify-content: center;
1245
+ align-items: center;
1246
+ background-color: rgb(var(--semi-dark));
1247
+ position: absolute;
1248
+ top: 50%;
1249
+ transform: translateY(-50%);
1250
+ }
1251
+
1252
+ .KIT__PopUpHeader-module__closeSvg___knY5T {
1253
+ --size: 8px;
1254
+ width: 8px;
1255
+ width: var(--size);
1256
+ height: 8px;
1257
+ height: var(--size);
1258
+ }
1259
+
1260
+ .KIT__PopUpHeader-module__closeSvg___knY5T path {
1261
+ fill: var(--pop-up-header-close-svg-path-fill);
1262
+ }
1263
+
1264
+ .KIT__PopUpHeader-module__left___I9Xx7 {
1265
+ left: var(--indent-base);
1266
+ }
1267
+
1268
+ .KIT__PopUpHeader-module__right___n8ZfB {
1269
+ right: var(--indent-base);
1270
+ }
1271
+
1272
+ .KIT__CountDown-module__wrapperCountDown___hTyPh {
1273
+ background-color: var(--count-down-background-color);
1274
+ padding: var(--indent-base-half);
1275
+ width: -moz-fit-content;
1276
+ width: fit-content;
1277
+ border-radius: var(--border-s);
1278
+ display: flex;
1279
+ border: 1px solid rgba(var(--primary), 0.3);
1280
+ }
1281
+
1282
+ .KIT__CountDown-module__wrapperCountDown___hTyPh:has(.KIT__CountDown-module__row___Pg1OZ) {
1283
+ background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
1284
+ background: initial;
1285
+ padding: 0;
1286
+ padding: initial;
1287
+ border: none;
1288
+ }
1289
+
1290
+ .KIT__CountDown-module__timeBlock___jzus8 {
1291
+ display: flex;
1292
+ flex-direction: column;
1293
+ justify-content: center;
1294
+ align-items: center;
1295
+ color: var(--count-down-time-block-color);
1296
+ margin-left: var(--indent-base);
1297
+ font-size: var(--font-size-s);
1298
+ }
1299
+
1300
+ .KIT__CountDown-module__timeBlock___jzus8:first-child {
1301
+ margin-left: 0;
1302
+ }
1303
+
1304
+ .KIT__CountDown-module__time___vYdN2 {
1305
+ font-size: var(--font-size-m);
1306
+ text-transform: uppercase;
1307
+ font-weight: 500;
1308
+ }
1309
+
1310
+ .KIT__CountDown-module__timeInfo___zUbG5 {
1311
+ color: var(--count-down-time-info-color);
1312
+ font-size: var(--font-size-xs);
1313
+ }
1314
+
1315
+ .KIT__CountDown-module__wrapperCardCounters___wEAG7 {
1316
+ display: flex;
1317
+ justify-content: center;
1318
+ align-items: center;
1319
+ }
1320
+
1321
+ .KIT__CountDown-module__rowCounter____mduV,
1322
+ .KIT__CountDown-module__row___Pg1OZ {
1323
+ display: flex;
1324
+ align-items: center;
1325
+ margin-bottom: var(--indent-m);
1326
+ }
1327
+
1328
+ .KIT__CountDown-module__row___Pg1OZ {
1329
+ color: rgba(245, 187, 37, 1);
1330
+ margin-bottom: 0;
1331
+ margin-bottom: initial;
1332
+ }
1333
+
1334
+ .KIT__CountDown-module__row___Pg1OZ:not(:last-child)::after {
1335
+ content: ':';
1336
+ }
1337
+
1338
+ .KIT__CountDown-module__timeCardBlock___urK_D {
1339
+ min-width: 35px;
1340
+ padding: 0 calc(var(--indent-base) / 2);
1341
+ height: 45px;
1342
+ display: flex;
1343
+ justify-content: center;
1344
+ align-items: center;
1345
+ background-color: var(--count-down-time-card-block-background-color);
1346
+ border: 2px solid var(--border-color-gray);
1347
+ border-radius: var(--border-s);
1348
+ margin-left: calc(var(--indent-base) / 3);
1349
+ font-size: 28px;
1350
+ font-weight: 500;
1351
+ }
1352
+
1353
+ .KIT__CountDown-module__dots___Vlr0w {
1354
+ display: flex;
1355
+ align-items: center;
1356
+ flex-direction: column;
1357
+ position: relative;
1358
+ top: -5px;
1359
+ margin-left: calc(var(--indent-base) / 3);
1360
+ }
1361
+
1362
+ .KIT__CountDown-module__itemDot___WJBde {
1363
+ width: 4px;
1364
+ height: 4px;
1365
+ background-color: var(--count-down-item-dot-background-color);
1366
+ border-radius: 50%;
1367
+ margin: 0 calc(var(--indent-base) / 2) var(--indent-base);
1368
+ }
1369
+
1370
+ .KIT__CountDown-module__dayName___VwIzj {
1371
+ text-align: center;
1372
+ font-size: var(--font-size-xs);
1373
+ color: var(--count-down-day-name-color);
1374
+ text-transform: uppercase;
1375
+ }
1376
+
1377
+ .KIT__CountDown-module__item___JJduj:last-child {
1378
+ margin-bottom: var(--indent-base);
1379
+ }
1380
+
1381
+ .KIT__BonusCardLayout-module__wrapperBonusCardLayout___klMSg {
1382
+ position: relative;
1383
+ width: 100%;
1384
+ min-height: 200px;
1385
+ max-height: 250px;
1386
+ min-width: 300px;
1387
+ padding: var(--indent-base);
1388
+ overflow: hidden;
1389
+ border-radius: 14px;
1390
+ background: var(--background-bonus-card);
1391
+ border: 2px solid var(--border-color-gray);
1392
+ }
1393
+
1394
+ .KIT__BonusCardLayout-module__dots___RfsaQ {
1395
+ position: absolute;
1396
+ top: 0;
1397
+ left: 0;
1398
+ height: 100%;
1399
+ width: 100%;
1400
+ -o-object-fit: cover;
1401
+ object-fit: cover;
1402
+ }
1403
+
1404
+ .KIT__BonusCardLayout-module__row___B4YuW {
1405
+ display: flex;
1406
+ align-items: center;
1407
+ justify-content: space-between;
1408
+ margin-bottom: 8px;
1409
+ }
1410
+
1411
+ .KIT__BonusCardLayout-module__title___BStV1 {
1412
+ font-size: 14px;
1413
+ color: var(--bonus-card-layout-title-color);
1414
+ font-weight: 700;
1415
+ margin-bottom: 4px;
1416
+ }
1417
+
1418
+ .KIT__BonusCardLayout-module__detail___rwO1z {
1419
+ color: var(--bonus-card-layout-detail-color);
1420
+ font-size: 10px;
1421
+ }
1422
+
1423
+ .KIT__BonusCardLayout-module__description___kuXoe {
1424
+ width: 50%;
1425
+ color: var(--bonus-card-layout-description-color);
1426
+ opacity: 0.5;
1427
+ font-size: 12px;
1428
+ margin-bottom: 8px;
1429
+ }
1430
+
1431
+ .KIT__BonusCardLayout-module__container___xL3D6 {
1432
+ height: 100%;
1433
+
1434
+ display: flex;
1435
+ flex-direction: column;
1436
+ justify-content: space-between;
1437
+
1438
+ position: relative;
1439
+ z-index: 1;
1440
+ overflow: hidden;
1441
+ }
1442
+
1443
+ .KIT__BonusCardLayout-module__contentRow___lWV13 {
1444
+ display: flex;
1445
+ height: 100%;
1446
+ justify-content: space-between;
1447
+ }
1448
+
1449
+ .KIT__BonusCardLayout-module__img___D7ZA2 {
1450
+ position: absolute;
1451
+ top: 0%;
1452
+ right: 0;
1453
+ width: 100%;
1454
+ height: 100%;
1455
+ -o-object-fit: cover;
1456
+ object-fit: cover;
1457
+ z-index: 0;
1458
+ }
1459
+
1460
+ .KIT__BonusCardLayout-module__value___ab83F {
1461
+ font-size: 18px;
1462
+ color: var(--bonus-card-layout-value-color);
1463
+ font-weight: bold;
1464
+ }
1465
+
1466
+ .KIT__BonusCardLayout-module__btn___r4YOm {
1467
+ position: relative;
1468
+ z-index: calc(var(--layout-lvl-1) + 2);
1469
+ }
1470
+
1471
+ .KIT__BonusCardLayout-module__rowBtn___QDOht {
1472
+ display: flex;
1473
+ width: 100%;
1474
+ justify-content: space-between;
1475
+ }
1476
+
1477
+ .KIT__BonusCardLayout-module__wrapperBonusCardLayout___klMSg .KIT__BonusCardLayout-module__maxWidth___YsZz3 {
1478
+ max-width: calc(50% - var(--indent-base-half));
1479
+ min-width: calc(50% - var(--indent-base-half));
1480
+ width: calc(50% - var(--indent-base-half));
1481
+ }
1482
+
1483
+ .KIT__BonusCardLayout-module__timerBg___UWijk {
1484
+ background: var(--bonus-card-layout-timer-background-color);
1485
+ }
1486
+
1487
+ .KIT__BonusCardLayout-module__disabled___s__tA {
1488
+ opacity: 0.5;
1489
+ }
1490
+
1491
+ .KIT__BonusCardLayout-module__wrapperBonusCard___MxU8c {
1492
+ position: absolute;
1493
+ right: 0;
1494
+ height: 100%;
1495
+ }
1496
+
1497
+ @media (min-width: 1024px) {
1498
+ .KIT__BonusCardLayout-module__wrapperBonusCardLayout___klMSg {
1499
+ width: auto;
1500
+ width: initial;
1501
+ min-width: 0;
1502
+ min-width: initial;
1503
+ }
1504
+ }
1505
+ .KIT__DrawerLayout-module__wrapperDrawer___DnsQm {
1506
+ --drawer-full-width: 320px;
1507
+ --drawer-min-width: 100px;
1508
+
1509
+ width: 100%;
1510
+ height: 100%;
1511
+ overflow-x: hidden;
1512
+ overflow-y: auto;
1513
+ position: relative;
1514
+ background: var(--drawer-modal-content-color);
1515
+ padding: var(--indent-base);
1516
+ z-index: var(--layout-lvl-1);
1517
+ transition: 0.3s;
1518
+ }
1519
+
1520
+ .KIT__DrawerLayout-module__animationOpenDrawer___Z3IOK {
1521
+ transform: translateX(-100%);
1522
+
1523
+ animation: KIT__DrawerLayout-module__MoveToRight___AwA4r 0.7s forwards;
1524
+ /* TODO: refactor need to remove it ) and fix it in main app */
1525
+ animation-delay: 0.5s;
1526
+ }
1527
+
1528
+ @keyframes KIT__DrawerLayout-module__MoveToRight___AwA4r {
1529
+ 0% {
1530
+ transform: translateX(-100%);
1531
+ }
1532
+
1533
+ 100% {
1534
+ transform: translateX(0%);
1535
+ }
1536
+ }
1537
+
1538
+ .KIT__DrawerLayout-module__animationCloseDrawer___MtXZq {
1539
+ animation: KIT__DrawerLayout-module__MoveToLeft___Mxham 0.3s forwards;
1540
+ }
1541
+
1542
+ @keyframes KIT__DrawerLayout-module__MoveToLeft___Mxham {
1543
+ 0% {
1544
+ transform: translateX(0%);
1545
+ }
1546
+
1547
+ 100% {
1548
+ transform: translateX(-100%);
1549
+ }
1550
+ }
1551
+
1552
+ .KIT__DrawerLayout-module__animationOpenDrawerRtl___MaP9M {
1553
+ transform: translateX(100%);
1554
+
1555
+ animation: KIT__DrawerLayout-module__MoveToLeftRtl___fPUoj 0.7s forwards;
1556
+ animation-delay: 0.5s;
1557
+ }
1558
+
1559
+ @keyframes KIT__DrawerLayout-module__MoveToLeftRtl___fPUoj {
1560
+ 0% {
1561
+ transform: translateX(100%);
1562
+ }
1563
+
1564
+ 100% {
1565
+ transform: translateX(0%);
1566
+ }
1567
+ }
1568
+
1569
+ .KIT__DrawerLayout-module__animationCloseDrawerRtl___sfPDC {
1570
+ animation: KIT__DrawerLayout-module__MoveToRightRtl___yBlpk 0.3s forwards;
1571
+ }
1572
+
1573
+ @keyframes KIT__DrawerLayout-module__MoveToRightRtl___yBlpk {
1574
+ 0% {
1575
+ transform: translateX(0%);
1576
+ }
1577
+
1578
+ 100% {
1579
+ transform: translateX(100%);
1580
+ }
1581
+ }
1582
+
1583
+ @media screen and (min-width: 768px) {
1584
+ .KIT__DrawerLayout-module__wrapperDrawer___DnsQm {
1585
+ width: var(--drawer-full-width);
1586
+ flex-shrink: 0;
1587
+ overflow-y: hidden;
1588
+ display: flex;
1589
+ flex-direction: column;
1590
+ justify-content: space-between;
1591
+ height: var(--app-height);
1592
+ position: sticky;
1593
+ background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
1594
+ background: initial;
1595
+ top: 0;
1596
+ padding: 0;
1597
+ }
1598
+
1599
+ .KIT__DrawerLayout-module__animationCasinoDrawerGrowing___wpvdM {
1600
+ width: var(--drawer-full-width);
1601
+ animation: none;
1602
+ }
1603
+ .KIT__DrawerLayout-module__animationCasinoDrawerReducing___YOdkP {
1604
+ width: var(--drawer-min-width);
1605
+ animation: none;
1606
+ }
1607
+ }
1608
+
1609
+ .KIT__BannerTemplate-module__wrapperBanner___vPzec {
1610
+ height: 150px;
1611
+ background-size: cover;
1612
+ background-position: center;
1613
+ border-radius: var(--border-l);
1614
+ padding: var(--indent-base);
1615
+ display: flex;
1616
+ flex-direction: column;
1617
+ justify-content: space-between;
1618
+ background-position: right;
1619
+ }
1620
+
1621
+ .KIT__BannerTemplate-module__title___Mriw5 {
1622
+ font-size: clamp(var(--font-size-l), 0.114rem + 2.095vw, 2rem);
1623
+ font-weight: 700;
1624
+ text-transform: uppercase;
1625
+ color: var(--banner-title-color);
1626
+ text-align: left;
1627
+ margin-bottom: var(--indent-base);
1628
+ }
1629
+
1630
+ .KIT__BannerTemplate-module__subTitle___OE0bO {
1631
+ color: var(--banner-title-color);
1632
+ font-size: clamp(var(--font-size-xs), 0.314rem + 0.762vw, var(--font-size-l));
1633
+ text-align: left;
1634
+ margin-bottom: var(--indent-base-half);
1635
+
1636
+ overflow: hidden;
1637
+ text-overflow: ellipsis;
1638
+ display: -webkit-box;
1639
+ -webkit-line-clamp: 3;
1640
+ -webkit-box-orient: vertical;
1641
+ }
1642
+
1643
+ @media screen and (min-width: 429px) {
1644
+ .KIT__BannerTemplate-module__wrapperBanner___vPzec {
1645
+ height: 200px;
1646
+ }
1647
+ }
1648
+
1649
+ @media screen and (min-width: 1170px) {
1650
+ .KIT__BannerTemplate-module__wrapperBanner___vPzec {
1651
+ height: 300px;
1652
+ padding: var(--indent-base-double)
1653
+ }
1654
+
1655
+ .KIT__BannerTemplate-module__title___Mriw5 {
1656
+ width: 60%;
1657
+ margin-bottom: var(--indent-base-half);
1658
+ }
1659
+
1660
+ .KIT__BannerTemplate-module__subTitle___OE0bO {
1661
+ width: 60%;
1662
+ }
1663
+ }
1664
+ .KIT__Banners-module__noMargin___sWCuQ {
1665
+ margin: 0;
1666
+ margin: initial;
1667
+ }
1668
+
1669
+ .KIT__PromotionMobileApp-module__wrapperMainBanner___En6WH {
1670
+ width: 100%;
1671
+ position: relative;
1672
+ overflow: hidden;
1673
+ height: 500px;
1674
+ border-radius: var(--border-l);
1675
+ margin-bottom: 100px;
1676
+ }
1677
+
1678
+ @media screen and (max-width: 768px) {
1679
+
1680
+ .KIT__PromotionMobileApp-module__wrapperMainBanner___En6WH {
1681
+ margin-bottom: 60px;
1682
+ }
1683
+ }
1684
+
1685
+ .KIT__PromotionMobileApp-module__wrapperMainBanner___En6WH .KIT__PromotionMobileApp-module__mobileBtn___XVLpR {
1686
+ display: none;
1687
+ }
1688
+
1689
+ @media screen and (max-width: 768px) {
1690
+
1691
+ .KIT__PromotionMobileApp-module__wrapperMainBanner___En6WH .KIT__PromotionMobileApp-module__mobileBtn___XVLpR {
1692
+ display: flex;
1693
+ }
1694
+ }
1695
+
1696
+ .KIT__PromotionMobileApp-module__wrapperMainBanner___En6WH .KIT__PromotionMobileApp-module__desktopBanner___GCwiQ {
1697
+ position: absolute;
1698
+ left: 0;
1699
+ top: 0;
1700
+ width: 100%;
1701
+ height: 100%;
1702
+ -o-object-fit: cover;
1703
+ object-fit: cover;
1704
+ }
1705
+
1706
+ @media screen and (max-width: 768px) {
1707
+
1708
+ .KIT__PromotionMobileApp-module__wrapperMainBanner___En6WH .KIT__PromotionMobileApp-module__desktopBanner___GCwiQ {
1709
+ display: none;
1710
+ }
1711
+ }
1712
+
1713
+ .KIT__PromotionMobileApp-module__wrapperMainBanner___En6WH .KIT__PromotionMobileApp-module__mobileBanner___KNrfX {
1714
+ display: none;
1715
+ }
1716
+
1717
+ @media screen and (max-width: 768px) {
1718
+
1719
+ .KIT__PromotionMobileApp-module__wrapperMainBanner___En6WH .KIT__PromotionMobileApp-module__mobileBanner___KNrfX {
1720
+ display: block;
1721
+ position: absolute;
1722
+ bottom: 0;
1723
+ left: 0;
1724
+ width: 100%;
1725
+ height: 100%;
1726
+ z-index: calc(var(--layout-lvl-1) + 2);
1727
+ }
1728
+ }
1729
+
1730
+ .KIT__PromotionMobileApp-module__wrapperMainBanner___En6WH .KIT__PromotionMobileApp-module__contentBanner___kB2XL {
1731
+ position: absolute;
1732
+ top: 0;
1733
+ left: 0;
1734
+ width: 100%;
1735
+ height: 100%;
1736
+ z-index: calc(var(--layout-lvl-1) + 3);
1737
+ padding: var(--indent-base-double);
1738
+ color: var(--applications-banner-text-color);
1739
+ display: flex;
1740
+ flex-direction: column;
1741
+ justify-content: space-between;
1742
+ }
1743
+
1744
+ .KIT__PromotionMobileApp-module__wrapperMainBanner___En6WH .KIT__PromotionMobileApp-module__contentBanner___kB2XL .KIT__PromotionMobileApp-module__title___LZ8wz {
1745
+ font-weight: 700;
1746
+ font-size: 3rem;
1747
+ line-height: 1.4;
1748
+ text-transform: uppercase;
1749
+ margin-bottom: var(--indent-base);
1750
+ }
1751
+
1752
+ @media screen and (max-width: 768px) {
1753
+
1754
+ .KIT__PromotionMobileApp-module__wrapperMainBanner___En6WH .KIT__PromotionMobileApp-module__contentBanner___kB2XL .KIT__PromotionMobileApp-module__title___LZ8wz {
1755
+ font-size: 2rem;
1756
+ text-align: center;
1757
+ }
1758
+ }
1759
+
1760
+ .KIT__PromotionMobileApp-module__wrapperMainBanner___En6WH .KIT__PromotionMobileApp-module__contentBanner___kB2XL .KIT__PromotionMobileApp-module__subTitle___D5ALR {
1761
+ font-weight: 300;
1762
+ margin-bottom: var(--indent-base);
1763
+ font-size: 1.5rem;
1764
+ }
1765
+
1766
+ @media screen and (max-width: 768px) {
1767
+
1768
+ .KIT__PromotionMobileApp-module__wrapperMainBanner___En6WH .KIT__PromotionMobileApp-module__contentBanner___kB2XL .KIT__PromotionMobileApp-module__subTitle___D5ALR {
1769
+ text-align: center;
1770
+ font-size: var(--font-size-l);
1771
+ font-weight: 400;
1772
+ }
1773
+ }
1774
+
1775
+ .KIT__PromotionMobileApp-module__wrapperMainBanner___En6WH .KIT__PromotionMobileApp-module__contentBanner___kB2XL .KIT__PromotionMobileApp-module__qrContent___P4o7O {
1776
+ display: flex;
1777
+ align-items: center;
1778
+ }
1779
+
1780
+ .KIT__PromotionMobileApp-module__wrapperMainBanner___En6WH .KIT__PromotionMobileApp-module__contentBanner___kB2XL .KIT__PromotionMobileApp-module__qrContent___P4o7O .KIT__PromotionMobileApp-module__whiteSvg___RkBQy path {
1781
+ fill: var(--button-color-primary-text);
1782
+ }
1783
+
1784
+ @media screen and (max-width: 768px) {
1785
+
1786
+ .KIT__PromotionMobileApp-module__wrapperMainBanner___En6WH .KIT__PromotionMobileApp-module__contentBanner___kB2XL .KIT__PromotionMobileApp-module__qrContent___P4o7O > svg {
1787
+ display: none;
1788
+ }
1789
+ }
1790
+
1791
+ .KIT__PromotionMobileApp-module__wrapperMainBanner___En6WH .KIT__PromotionMobileApp-module__contentBanner___kB2XL .KIT__PromotionMobileApp-module__qrContent___P4o7O .KIT__PromotionMobileApp-module__description___eMrRV {
1792
+ font-size: var(--font-size-xs);
1793
+ margin-left: var(--indent-base-half);
1794
+ max-width: 170px;
1795
+ margin-left: var(--indent-base);
1796
+ }
1797
+
1798
+ @media screen and (max-width: 768px) {
1799
+
1800
+ .KIT__PromotionMobileApp-module__wrapperMainBanner___En6WH .KIT__PromotionMobileApp-module__contentBanner___kB2XL .KIT__PromotionMobileApp-module__qrContent___P4o7O .KIT__PromotionMobileApp-module__description___eMrRV {
1801
+ display: none;
1802
+ }
1803
+ }
1804
+
1805
+ .KIT__PromotionMobileApp-module__wrapperMainBannerJabiBet___rtnk7 .KIT__PromotionMobileApp-module__desktopBanner___GCwiQ {
1806
+ height: 100%;
1807
+ width: 100%;
1808
+ right: 0;
1809
+
1810
+ }
1811
+
1812
+ .KIT__PromotionMobileApp-module__wrapperMainBannerElon___rSUsO {
1813
+ background: #3C16D4;
1814
+ }
1815
+
1816
+ .KIT__PromotionMobileApp-module__wrapperMainBannerElon___rSUsO .KIT__PromotionMobileApp-module__mobileBanner___KNrfX {
1817
+ bottom: -20%;
1818
+ }
1819
+
1820
+ .KIT__PromotionMobileApp-module__wrapperMainBannerElon___rSUsO .KIT__PromotionMobileApp-module__desktopBanner___GCwiQ {
1821
+ height: 100%;
1822
+ width: auto;
1823
+ left: auto;
1824
+ left: initial;
1825
+ right: 0;
1826
+ }
1827
+
1828
+ .KIT__PromotionMobileApp-module__wrapperMainBannerFsWin___lNZ2e {
1829
+ /* background: linear-gradient(0deg, #e9e9eb, #e9e9eb),
1830
+ linear-gradient(103.54deg, #9b23f8 -28.05%, #f6f6f6 18.07%),
1831
+ linear-gradient(113.11deg, rgba(255, 211, 20, 0) 70.72%, #ffd314 102.08%); */
1832
+ }
1833
+
1834
+ @keyframes KIT__PromotionMobileApp-module__PopUpPhone___d1MO7 {
1835
+ 0% {
1836
+ transform: translateY(100%);
1837
+ }
1838
+
1839
+ 100% {
1840
+ transform: translateY(0);
1841
+ }
1842
+ }
1843
+ .KIT__Tabs-module__wrapperTabs___rFoBY {
1844
+ display: flex;
1845
+ align-items: center;
1846
+ width: 100%;
1847
+ position: relative;
1848
+ }
1849
+
1850
+ .KIT__Tabs-module__tab___NBVtA {
1851
+ /* width: 100%; */
1852
+ padding-bottom: var(--indent-base);
1853
+ text-align: center;
1854
+ color: var(--tab-text-color);
1855
+ transition: 0.3s;
1856
+ cursor: pointer;
1857
+ display: flex;
1858
+ justify-content: center;
1859
+ position: relative;
1860
+ z-index: 2;
1861
+ padding-bottom: var(--indent-base);
1862
+ white-space: nowrap;
1863
+ text-overflow: ellipsis;
1864
+ }
1865
+
1866
+ .KIT__Tabs-module__bg___y6G1J {
1867
+ background-color: var(--tabs-background);
1868
+ }
1869
+
1870
+ .KIT__Tabs-module__tabButtonsWrapper___xcC8P {
1871
+ border-radius: var(--border-s);
1872
+ display: flex;
1873
+ align-items: center;
1874
+ padding: 1px;
1875
+ }
1876
+
1877
+ .KIT__Tabs-module__buttonTab___Tpphz {
1878
+ padding: calc(var(--indent-base) / 3);
1879
+ border-radius: var(--border-s);
1880
+ border: 2px solid transparent;
1881
+ width: 100%;
1882
+ }
1883
+
1884
+ .KIT__Tabs-module__buttonTabActive___hoiNu {
1885
+ display: flex;
1886
+ justify-content: center;
1887
+ align-items: center;
1888
+ box-shadow: var(--primary-shadow);
1889
+ height: 100%;
1890
+ }
1891
+
1892
+ .KIT__Tabs-module__buttonTabActive___hoiNu::after {
1893
+ border-color: transparent;
1894
+ }
1895
+
1896
+ .KIT__Tabs-module__activeBlockIndicator___B35H_ {
1897
+ position: absolute;
1898
+ height: 2px;
1899
+ background-color: rgb(var(--third));
1900
+ transition: 0.3s;
1901
+ bottom: 0;
1902
+ z-index: 1;
1903
+ }
1904
+
1905
+ .KIT__Tabs-module__buttonActiveIndicator___l6_IM {
1906
+ height: 100%;
1907
+ border-radius: var(--border-s);
1908
+ border: 2px solid rgb(var(--green));
1909
+ background: var(--primary-gradient);
1910
+ }
1911
+
1912
+ .KIT__Tabs-module__wrapperTabs___rFoBY::-webkit-scrollbar {
1913
+ width: 0;
1914
+ height: 0;
1915
+ }
1916
+
1917
+ .KIT__Logos-module__wrapperLogo___jKLCC {
1918
+ --width: 100px;
1919
+ --height: calc(var(--height-48) - var(--indent-base-half));
1920
+
1921
+ width: 100px;
1922
+
1923
+ width: var(--width);
1924
+ height: var(--height);
1925
+ }
1926
+
1927
+
1928
+ .KIT__Docs-module__docContent___Yf1m5 {
1929
+ width: 100%;
1930
+ padding: var(--indent-base);
1931
+ }
1932
+
1933
+ .KIT__Docs-module__accordionWrapper___axkDy {
1934
+ width: 100%;
1935
+ margin-bottom: calc(var(--indent-base) / 2);
1936
+ color: var(--docs-accordion-wrapper-color);
1937
+ }
1938
+
1939
+ .KIT__Docs-module__accordionWrapper___axkDy {
1940
+ border-bottom: 1px solid var(--border-color-gray);
1941
+ }
1942
+
1943
+ .KIT__Accordion-module__wrapperAccordion____bqbf {
1944
+ border-radius: var(--border-s);
1945
+ border: 2px solid var(--border-color-gray);
1946
+ border-radius: var(--border-s);
1947
+ padding: var(--indent-xl) var(--indent-xxxl);
1948
+ color: rgb(var(--white));
1949
+ }
1950
+
1951
+ .KIT__Accordion-module__paddingB___Iw85_ {
1952
+ padding-bottom: var(--indent-xs);
1953
+ }
1954
+
1955
+ .KIT__Accordion-module__titleWrapper___md9Dj {
1956
+ display: flex;
1957
+ justify-content: space-between;
1958
+ align-items: center;
1959
+ font-size: var(--font-size-l);
1960
+ }
1961
+
1962
+ .KIT__Accordion-module__leftBlock___c021g {
1963
+ display: flex;
1964
+ align-items: center;
1965
+ }
1966
+
1967
+ .KIT__Accordion-module__title___RZZnD {
1968
+ font-size: inherit;
1969
+ font-weight: inherit;
1970
+ }
1971
+
1972
+ .KIT__Accordion-module__itemRow___kute6 {
1973
+ display: flex;
1974
+ position: relative;
1975
+ font-size: var(--font-size-m);
1976
+ }
1977
+
1978
+ .KIT__Accordion-module__itemRow___kute6:last-child {
1979
+ margin-bottom: 0;
1980
+ }
1981
+
1982
+ .KIT__Accordion-module__icon___rRDKP {
1983
+ flex-shrink: 0;
1984
+ transform: rotate(180deg);
1985
+ transition: all 0.5s;
1986
+ }
1987
+
1988
+ .KIT__Accordion-module__icon___rRDKP.KIT__Accordion-module__rotate___y6LH4 {
1989
+ transform: rotate(0deg);
1990
+ }
1991
+
1992
+ .KIT__Accordion-module__icon___rRDKP path {
1993
+ fill: rgb(var(--primary));
1994
+ }
1995
+
1996
+ .KIT__Accordion-module__starIcon___qizXK {
1997
+ margin-left: var(--indent-m);
1998
+ }
1999
+
2000
+ .KIT__Footer-module__wrapperFooter___cknrK {
2001
+ padding: var(--indent-base) var(--indent-base) 60px;
2002
+ padding-bottom: 60px;
2003
+ background: var(--footer-background-color);
2004
+ border-top: 2px solid var(--border-color-gray);
2005
+ display: flex;
2006
+ flex-direction: column;
2007
+ width: 100%;
2008
+ align-items: center;
2009
+ }
2010
+
2011
+ .KIT__Footer-module__logoFooter___oB__R {
2012
+ height: var(--height-48);
2013
+ width: 150px;
2014
+ }
2015
+
2016
+ .KIT__Footer-module__docTitle___VWUWp {
2017
+ font-size: 16px;
2018
+ width: 100%;
2019
+ color: var(--footer-doc-title-color);
2020
+ padding: var(--indent-base);
2021
+ padding-bottom: 0;
2022
+ }
2023
+
2024
+ .KIT__Footer-module__content___N3GbI {
2025
+ padding: var(--indent-base);
2026
+ }
2027
+
2028
+ .KIT__Footer-module__firstTextBlock___jIJYC {
2029
+ font-size: 12px;
2030
+ color: var(--footer-text-block-color);
2031
+ margin-bottom: var(--indent-base);
2032
+ }
2033
+
2034
+ .KIT__Footer-module__secondText___nk15R {
2035
+ font-size: 12px;
2036
+ color: var(--footer-text-block-color);
2037
+ margin-bottom: var(--indent-base);
2038
+ }
2039
+
2040
+ .KIT__Footer-module__license___mhG5E {
2041
+ width: 100%;
2042
+ padding: var(--indent-base);
2043
+ background: var(--footer-license-background-color);
2044
+ border-radius: var(--border-l);
2045
+ margin-bottom: var(--indent-base);
2046
+ border: 2px solid var(--border-color-gray);
2047
+ display: flex;
2048
+ justify-content: center;
2049
+ align-items: center;
2050
+ }
2051
+
2052
+ .KIT__Footer-module__marginL___lvqbw {
2053
+ margin-left: var(--indent-base-half);
2054
+ }
2055
+
2056
+
2057
+
2058
+ .KIT__Footer-module__img___MKKWs {
2059
+ width: 150px;
2060
+ height: 50px;
2061
+ }
2062
+
2063
+ .KIT__Content-module__wrapperMethods___zV1oZ {
2064
+ display: flex;
2065
+ width: 100%;
2066
+ overflow-x: hidden;
2067
+ /* top padding tabs + pagging */
2068
+ height: calc(100% - 65px);
2069
+ }
2070
+
2071
+ .KIT__Content-module__kycBlock___ZXa14 {
2072
+ min-height: 100px;
2073
+ }
2074
+
2075
+ .KIT__Content-module__methods___HSBRd {
2076
+ width: 100%;
2077
+ flex-shrink: 0;
2078
+ padding-top: var(--indent-base);
2079
+ background-color: rgb(var(--dark));
2080
+ }
2081
+
2082
+ .KIT__Content-module__title___y5mzr {
2083
+ color: rgb(var(--white));
2084
+ margin-bottom: var(--indent-base);
2085
+ text-align: center;
2086
+ }
2087
+
2088
+ .KIT__Content-module__kycTitle___XEiR7 {
2089
+ margin-bottom: var(--indent-base);
2090
+ text-align: center;
2091
+ text-transform: uppercase;
2092
+ }
2093
+
2094
+ .KIT__Content-module__subTitle___nBfD1 {
2095
+ text-align: center;
2096
+ }
2097
+ .KIT__List-module__listWrapper___bCwsA {
2098
+ height: calc(100% - 25px);
2099
+ overflow-y: auto;
2100
+
2101
+ display: grid;
2102
+ grid-template-columns: repeat(3, minmax(0, 1fr));
2103
+
2104
+ grid-gap: var(--indent-base);
2105
+
2106
+ gap: var(--indent-base);
2107
+ margin-bottom: var(--indent-base);
2108
+ }
2109
+
2110
+ .KIT__List-module__listWrapper___bCwsA:last-child {
2111
+ margin-bottom: 0;
2112
+ }
2113
+
2114
+ .KIT__List-module__itemWrapper___k0yOO {
2115
+ background-color: rgb(var(--semi-dark));
2116
+
2117
+ border-radius: var(--border-s);
2118
+ border: 2px solid var(--border-color-gray);
2119
+
2120
+ color: rgb(var(--semi-gray));
2121
+ text-align: center;
2122
+ }
2123
+
2124
+ .KIT__List-module__name___li7Ym {
2125
+ padding:calc(var(--indent-base) / 3);
2126
+ background-color: rgb(var(--dark-gray));
2127
+ border-top: 2px solid var(--border-color-gray);
2128
+ font-size: 10px;
2129
+ width: 100%;
2130
+ text-overflow: ellipsis;
2131
+ overflow: hidden;
2132
+ white-space: nowrap;
2133
+ }
2134
+
2135
+ .KIT__List-module__subTitle___d7sjr {
2136
+ font-size: 14px;
2137
+ color:rgb(var(--white));
2138
+ padding:calc(var(--indent-base) / 2) var(--indent-base);
2139
+ position: sticky;
2140
+ top: calc(var(--indent-base) * -2);
2141
+ background-color: rgb(var(--dark));
2142
+ }
2143
+
2144
+ .KIT__List-module__loaderItem____djPZ {
2145
+ width: 100%;
2146
+ margin-bottom: var(--indent-base);
2147
+ border-radius: var(--border-s);
2148
+ overflow: hidden;
2149
+ }
2150
+
2151
+ .KIT__List-module__active___kZGqa {
2152
+ background-color: rgb(var(--soft-gray));
2153
+ }
2154
+
2155
+ .KIT__List-module__defaultImg___iBe8c {
2156
+ width: 45px;
2157
+ height: 45px;
2158
+ margin: calc(var(--indent-base) / 2);
2159
+ /* background-color: rgba(var(--white),1); */
2160
+ padding:calc(var(--indent-base) / 4);
2161
+ border-radius: var(--border-s);
2162
+ }
2163
+
2164
+ .KIT__List-module__defaultImg___iBe8c path {
2165
+ fill: rgb(var(--gray));
2166
+ }
2167
+ .KIT__Methods-module__marginB___dPqFf {
2168
+ margin-bottom: var(--indent-base);
2169
+ }
2170
+ .KIT__DepositQrForm-module__wrapperDepositQrForm___jpmhS {
2171
+ display: flex;
2172
+ flex-direction: column;
2173
+ justify-content: space-between;
2174
+ padding: var(--indent-base) 0;
2175
+ }
2176
+
2177
+ .KIT__DepositQrForm-module__depositQrTitle___iHMFD {
2178
+ text-align: center;
2179
+ color: rgb(var(--white));
2180
+ font-size: 16px;
2181
+ margin-bottom: calc(var(--indent-base) * 2);
2182
+ }
2183
+
2184
+ .KIT__DepositQrForm-module__qrWrapper___gWVsu {
2185
+ display: flex;
2186
+ justify-content: center;
2187
+ align-items: center;
2188
+ width: 100%;
2189
+ margin-bottom: calc(var(--indent-base) * 3);
2190
+ }
2191
+
2192
+ .KIT__DepositQrForm-module__inputInfo___h3vaW {
2193
+ margin-bottom: calc(var(--indent-base) * 2);
2194
+ }
2195
+
2196
+ .KIT__DepositQrForm-module__minInfo___iWrrr {
2197
+ display: flex;
2198
+ align-items: center;
2199
+ }
2200
+
2201
+ .KIT__DepositQrForm-module__minText___gQXm4 {
2202
+ margin-left: var(--indent-base);
2203
+ color: rgb(var(--gray));
2204
+ }
2205
+
2206
+ .KIT__DepositQrForm-module__minText___gQXm4 span {
2207
+ color: rgba(var(--white), 0.8);
2208
+ }
2209
+
2210
+ .KIT__DepositSkelet-module__depositSkeletFormWrapper___SUKWx {
2211
+ height: 100%;
2212
+ }
2213
+ .KIT__HOCErrorBoundary-module__wrapperErrorPage___IXmg2 {
2214
+ height: var(--app-height);
2215
+ display: flex;
2216
+ flex-direction: column;
2217
+ align-items: center;
2218
+ justify-content: center;
2219
+ gap: var(--indent-base);
2220
+ position: relative;
2221
+ overflow: hidden;
2222
+ }
2223
+
2224
+ .KIT__HOCErrorBoundary-module__wrapperErrorPage___IXmg2::after {
2225
+ content: '';
2226
+ position: fixed;
2227
+ background: var(--gradient-desktop-bg);
2228
+ max-height: 700px;
2229
+ top: 0;
2230
+ left: 0;
2231
+ width: 50%;
2232
+ height: 50%;
2233
+ z-index: 0;
2234
+ }
2235
+
2236
+ .KIT__HOCErrorBoundary-module__title___r9gXY {
2237
+ color: rgb(var(--white));
2238
+ font-size: clamp(1.875rem, 1.429rem + 1.19vw, 2.5rem);
2239
+ text-transform: uppercase;
2240
+ }
2241
+
2242
+ .KIT__HOCErrorBoundary-module__subTitle___TvUeY {
2243
+ color: rgb(var(--semi-gray));
2244
+ font-size: clamp(0.875rem, 0.786rem + 0.238vw, 1rem);
2245
+ text-transform: capitalize;
2246
+ }
2247
+
2248
+ .KIT__HOCErrorBoundary-module__errorButton___CTfDF {
2249
+ margin-bottom: 0;
2250
+ margin-bottom: initial;
2251
+ color: rgb(var(--white));
2252
+ position: relative;
2253
+ z-index: 1;
2254
+ }
2255
+
2256
+ .KIT__HOCErrorBoundary-module__tape___xGKY0 {
2257
+ position: absolute;
2258
+ width: 100%;
2259
+ height: 100%;
2260
+ z-index: 0;
2261
+ }
2262
+
2263
+ .KIT__HOCErrorBoundary-module__topTape___DJsqd {
2264
+ top: -10%;
2265
+ }
2266
+
2267
+ .KIT__HOCErrorBoundary-module__bottomTape___y2Y1U {
2268
+ bottom: -25%;
2269
+ }
2270
+
2271
+ .KIT__HOCErrorBoundary-module__logo___tGF40 {
2272
+ position: absolute;
2273
+ left: 0;
2274
+ top: var(--indent-base);
2275
+ z-index: 1;
2276
+ }
2277
+
2278
+ @media screen and (min-width: 768px) {
2279
+ .KIT__HOCErrorBoundary-module__topTape___DJsqd {
2280
+ top: -5%;
2281
+ }
2282
+
2283
+ .KIT__HOCErrorBoundary-module__bottomTape___y2Y1U {
2284
+ bottom: 0%;
2285
+ }
2286
+ }
2287
+
2288
+ .KIT__MainLoader-module__wrapperMainLoader___m3z7o {
2289
+ width: 100%;
2290
+ height: 100%;
2291
+ position: fixed;
2292
+ top:0;
2293
+ left:0;
2294
+ background-color: rgb(var(--dark));
2295
+ display: flex;
2296
+ justify-content: center;
2297
+ align-items: center;
2298
+ flex-direction: column;
2299
+ z-index: var(--layout-lvl-5);
2300
+ }
2301
+
2302
+ .KIT__MainLoader-module__marginB___phkty {
2303
+ margin-bottom: var(--indent-base-double);
2304
+ width: 200px;
2305
+ }
2306
+
2307
+ .KIT__MainLoader-module__wrapperProgress___gkx8J {
2308
+ width:80%;
2309
+ background-color: rgb(var(--semi-dark));
2310
+ height: 55px;
2311
+ border-radius: var(--border-l);
2312
+ border:1px solid rgba(var(--gray),0.5);
2313
+ overflow: hidden;
2314
+ }
2315
+
2316
+
2317
+ .KIT__MainLoader-module__progress____OOs6 {
2318
+ height: 100%;
2319
+ transition: 0.1s;
2320
+ background-color: rgb(var(--primary));
2321
+ }
2322
+
2323
+
2324
+ .KIT__MainLoader-module__removeLoader___ymzO2 {
2325
+ animation: KIT__MainLoader-module__FadeOutAndMoveToTop___TyyPT 1s forwards;
2326
+ }
2327
+
2328
+
2329
+ @keyframes KIT__MainLoader-module__FadeOutAndMoveToTop___TyyPT {
2330
+ 0% {
2331
+ opacity: 1;
2332
+ top: 0;
2333
+ }
2334
+
2335
+ 50% {
2336
+ opacity: 0.2;
2337
+ top: 0;
2338
+ }
2339
+
2340
+ 100% {
2341
+ opacity: 0;
2342
+ top: 100%;
2343
+ }
2344
+ }
2345
+ .KIT__TreasureSvg-module__treasureSvg___IK5Im {
2346
+ margin: 0 auto;
2347
+ }
2348
+
2349
+ @media screen and (min-width: 768px) {
2350
+ .KIT__TreasureSvg-module__treasureSvg___IK5Im {
2351
+ width: 400px;
2352
+ height: 320px;
2353
+ }
2354
+ }
2355
+
2356
+ .KIT__InvitedTableHead-module__tableHeader___hXysd {
2357
+ display: grid;
2358
+ grid-template-columns: repeat(3, 1fr);
2359
+ color: rgb(var(--gray));
2360
+ font-size: var(--font-size-s);
2361
+ margin-bottom: var(--indent-base-half);
2362
+ padding: 0 var(--indent-base);
2363
+ }
2364
+
2365
+ .KIT__InvitedTableHead-module__secondColumn___Vy47V {
2366
+ text-align: center;
2367
+ }
2368
+
2369
+ .KIT__InvitedTableHead-module__thirdColumn___mAcYS {
2370
+ text-align: right;
2371
+ }
2372
+
2373
+ .KIT__List-module__wrapperList___CbQsY {
2374
+ display: flex;
2375
+ flex-direction: column;
2376
+ gap: var(--indent-base-half);
2377
+ }
2378
+
2379
+ .KIT__List-module__row___pPF_W {
2380
+ display: grid;
2381
+ grid-template-columns: repeat(3, 1fr);
2382
+ align-items: center;
2383
+ font-size: var(--font-size-m);
2384
+ height: calc(var(--height-48) - var(--indent-base-half));
2385
+ border: 2px solid rgb(var(--border-color-gray));
2386
+ border-radius: var(--border-12);
2387
+ color: var(--referral-text-color);
2388
+ padding: 0 var(--indent-base);
2389
+ background-color: rgb(var(--dark), 0.5);
2390
+ }
2391
+
2392
+ .KIT__List-module__clientId___bcsvZ {
2393
+ font-size: var(--font-size-m);
2394
+ white-space: nowrap;
2395
+ }
2396
+
2397
+ .KIT__List-module__secondColumn___03GSK {
2398
+ text-align: center;
2399
+ }
2400
+
2401
+ .KIT__List-module__thirdColumn___FRocC {
2402
+ text-align: right;
2403
+ }
2404
+
2405
+ .KIT__List-module__cell___AhGA6 {
2406
+ font-size: var(--font-size-m);
2407
+ font-weight: 300;
2408
+ }
2409
+
2410
+ .KIT__Pagination-module__wrapperPagination___GbUfd {
2411
+ display: flex;
2412
+ align-items: center;
2413
+ justify-content: center;
2414
+ height: calc(var(--height-48) - var(--indent-base) / 3);
2415
+ gap: var(--indent-base);
2416
+ }
2417
+
2418
+ .KIT__Pagination-module__pages___fNXOV {
2419
+ display: flex;
2420
+ align-items: center;
2421
+ gap: calc(var(--indent-base) / 3);
2422
+ height: 100%;
2423
+ }
2424
+
2425
+ .KIT__Pagination-module__stepButton___q1Yn5 {
2426
+ background-color: rgb(var(--dark), 0.5);
2427
+ height: 100%;
2428
+ border-radius: var(--border-12);
2429
+ max-width: var(--button-xxl);
2430
+ }
2431
+
2432
+ @media screen and (min-width: 768px) {
2433
+
2434
+ .KIT__Pagination-module__stepButton___q1Yn5 {
2435
+ --size: 38px;
2436
+ min-width: 38px;
2437
+ min-width: var(--size);
2438
+ max-width: 38px;
2439
+ max-width: var(--size);
2440
+ height: 38px;
2441
+ height: var(--size);
2442
+ border-radius: var(--border-round);
2443
+ }
2444
+ }
2445
+
2446
+ .KIT__Pagination-module__stepButton___q1Yn5,
2447
+ .KIT__Pagination-module__startPage___CfFGF,
2448
+ .KIT__Pagination-module__slash___bckao {
2449
+ color: rgb(var(--semi-gray));
2450
+ }
2451
+
2452
+ .KIT__Pagination-module__startPage___CfFGF,
2453
+ .KIT__Pagination-module__lastPage___JACZN,
2454
+ .KIT__Pagination-module__page___BM78i {
2455
+ font-size: var(--font-size-m);
2456
+ line-height: var(--font-size-m);
2457
+ font-weight: 500;
2458
+ text-align: center;
2459
+ }
2460
+
2461
+ .KIT__Pagination-module__lastPage___JACZN,
2462
+ .KIT__Pagination-module__page___BM78i,
2463
+ .KIT__Pagination-module__ellipsis___sTeYv {
2464
+ color: rgb(var(--gray));
2465
+ }
2466
+
2467
+ .KIT__Pagination-module__stepButton___q1Yn5.KIT__Pagination-module__desk___H7s8O {
2468
+ --size: 38px;
2469
+ width: 38px;
2470
+ width: var(--size);
2471
+ height: 38px;
2472
+ height: var(--size);
2473
+ border-radius: 50%;
2474
+ display: flex;
2475
+ align-items: center;
2476
+ justify-content: center;
2477
+ background-color: rgb(var(--semi-dark-gray));
2478
+ border: 2px solid rgb(var(--border-color-gray));
2479
+ }
2480
+
2481
+ .KIT__Pagination-module__page___BM78i.KIT__Pagination-module__active___YIzUU {
2482
+ color: var(--referral-text-color);
2483
+ }
2484
+
2485
+ .KIT__Pagination-module__rotateLeft___RQRIv {
2486
+ transform: rotate(-90deg);
2487
+ }
2488
+
2489
+ .KIT__Pagination-module__rotateRight___ZMQHv {
2490
+ transform: rotate(90deg);
2491
+ margin-left: var(--indent-base);
2492
+ }
2493
+
2494
+ @media screen and (min-width: 768px) {
2495
+ .KIT__Pagination-module__wrapperPagination___GbUfd {
2496
+ gap: var(--indent-base-double);
2497
+ }
2498
+
2499
+ .KIT__Pagination-module__pages___fNXOV {
2500
+ color: rgb(var(--gray));
2501
+ gap: var(--indent-base);
2502
+ }
2503
+
2504
+ .KIT__Pagination-module__page___BM78i {
2505
+ --size: 38px;
2506
+ width: 38px;
2507
+ width: var(--size);
2508
+ height: 38px;
2509
+ height: var(--size);
2510
+ border-radius: 50%;
2511
+ display: flex;
2512
+ align-items: center;
2513
+ justify-content: center;
2514
+ background-color: rgb(var(--semi-dark-gray));
2515
+ border: 2px solid rgb(var(--border-color-gray));
2516
+ cursor: pointer;
2517
+ }
2518
+
2519
+ .KIT__Pagination-module__page___BM78i.KIT__Pagination-module__active___YIzUU {
2520
+ border-color: rgb(var(--soft-gray));
2521
+ background-color: rgb(var(--soft-gray));
2522
+ }
2523
+ }
2524
+
2525
+ .KIT__ReferralTable-module__wrapperTable___w1vwn {
2526
+ margin-bottom: var(--indent-base);
2527
+ }
2528
+
2529
+ .KIT__Wheel-module__wheelWrapper___pnGMz {
2530
+ width: var(--full);
2531
+ height: var(--full);
2532
+ position: relative;
2533
+ z-index: calc(var(--layout-lvl-1) + 2);
2534
+ }
2535
+
2536
+ .KIT__Wheel-module__pointer___z2RYd {
2537
+ --width: 35px;
2538
+ position: absolute;
2539
+ top: 0;
2540
+ left: 50%;
2541
+ transform: translateX(-50%);
2542
+
2543
+ z-index: calc(var(--layout-lvl-1) + 3);
2544
+
2545
+ width: 35px;
2546
+
2547
+ width: var(--width);
2548
+ }
2549
+
2550
+ .KIT__Wheel-module__content___Wljkb {
2551
+ width: var(--full);
2552
+ padding: var(--indent-base-double);
2553
+ position: relative;
2554
+ }
2555
+
2556
+ .KIT__Wheel-module__disk___G19lL {
2557
+ --size: 88%;
2558
+ --indent: 6%;
2559
+ width: 88%;
2560
+ width: var(--size);
2561
+ height: 88%;
2562
+ height: var(--size);
2563
+ margin-left: 6%;
2564
+ margin-left: var(--indent);
2565
+ margin-top: 6%;
2566
+ margin-top: var(--indent);
2567
+
2568
+ display: flex;
2569
+ justify-content: center;
2570
+ align-items: center;
2571
+ position: relative;
2572
+ z-index: calc(var(--layout-lvl-1) + 1);
2573
+
2574
+ animation: KIT__Wheel-module__spin___X7BeU 2s ease-in-out infinite
2575
+ }
2576
+
2577
+ .KIT__Wheel-module__spinning___qQAW7 {
2578
+ animation: KIT__Wheel-module__spinning___qQAW7 ease-in-out forwards
2579
+ }
2580
+
2581
+ .KIT__Wheel-module__list___btgvY {
2582
+ position: absolute;
2583
+ top: 0;
2584
+ left: 0;
2585
+ width: var(--full);
2586
+ height: var(--full);
2587
+ color: var(--wheel-text-color);
2588
+ }
2589
+
2590
+ .KIT__Wheel-module__wheelContentImg___r1dE_ {
2591
+ position: absolute;
2592
+ top: 0;
2593
+ left: 0;
2594
+ width: var(--full);
2595
+ height: var(--full);
2596
+ z-index: var(--layout-lvl-1);
2597
+ -o-object-fit: contain;
2598
+ object-fit: contain;
2599
+ }
2600
+
2601
+ .KIT__Wheel-module__item___HhMIN {
2602
+ --width: 37.5%;
2603
+ width: 37.5%;
2604
+ width: var(--width);
2605
+ height: var(--full);
2606
+
2607
+ position: absolute;
2608
+ top: 50%;
2609
+ left: 50%;
2610
+ transform: translate(-50%,-50%);
2611
+
2612
+ display: flex;
2613
+ z-index: calc(var(--layout-lvl-1) + 1);
2614
+
2615
+ padding: var(--indent-base);
2616
+ text-align: center;
2617
+
2618
+
2619
+ justify-content: flex-start;
2620
+ flex-direction: column;
2621
+ }
2622
+
2623
+ .KIT__Wheel-module__item2___GeqJL {
2624
+ transform: translate(-50%,-50%) rotate(45deg)
2625
+ }
2626
+ .KIT__Wheel-module__item3___IvSJ3 {
2627
+ transform: translate(-50%,-50%) rotate(90deg)
2628
+ }
2629
+ .KIT__Wheel-module__item4___q3RZY {
2630
+ transform: translate(-50%,-50%) rotate(135deg)
2631
+ }
2632
+ .KIT__Wheel-module__item5___w7Jwh {
2633
+ transform: translate(-50%,-50%) rotate(180deg)
2634
+ }
2635
+ .KIT__Wheel-module__item6___rycKo {
2636
+ transform: translate(-50%,-50%) rotate(225deg)
2637
+ }
2638
+ .KIT__Wheel-module__item7___jfKrL {
2639
+ transform: translate(-50%,-50%) rotate(270deg)
2640
+ }
2641
+ .KIT__Wheel-module__item8___En5Ei {
2642
+ transform: translate(-50%,-50%) rotate(315deg)
2643
+ }
2644
+
2645
+ .KIT__Wheel-module__spinBtn___AngbQ {
2646
+ --size: 80px;
2647
+ --indent: 50%;
2648
+ position: absolute;
2649
+ z-index: calc(var(--layout-lvl-1) + 2);
2650
+ top: 50%;
2651
+ top: var(--indent);
2652
+ left: 50%;
2653
+ left: var(--indent);
2654
+ transform: translate(-50%,-50%);
2655
+
2656
+ width: 80px;
2657
+
2658
+ width: var(--size);
2659
+ height: 80px;
2660
+ height: var(--size);
2661
+ cursor: pointer;
2662
+ }
2663
+
2664
+ .KIT__Wheel-module__btnImg___rFBWp {
2665
+ width: var(--full);
2666
+ height: var(--full);
2667
+ -o-object-fit: contain;
2668
+ object-fit: contain;
2669
+ }
2670
+
2671
+ .KIT__Wheel-module__bntText___CVBR2 {
2672
+ position: absolute;
2673
+ top: var(--indent);
2674
+ left: var(--indent);
2675
+ transform: translate(-50%,-50%) rotate(-8.5deg);
2676
+
2677
+ font-weight: 900;
2678
+ font-size: var(--font-size-xxl);
2679
+ color: rgb(var(--white));
2680
+ text-shadow: 0 5px 0 #290049,0 6.38508px 11.706px #000000;
2681
+ }
2682
+
2683
+ .KIT__Wheel-module__slotName___MqFJ9 {
2684
+ --width: 80%;
2685
+ position: absolute;
2686
+ transform: scale(0) translateY(-50%);
2687
+ width: 80%;
2688
+ width: var(--width);
2689
+ height: auto;
2690
+ left: 10%;
2691
+ z-index: calc(var(--layout-lvl-1) + 1);
2692
+
2693
+ animation: KIT__Wheel-module__Scaling___q79tE 1s forwards;
2694
+ animation-delay: 1s;
2695
+ }
2696
+
2697
+ .KIT__Wheel-module__textBold___IseJE {
2698
+ text-align: center;
2699
+ font-weight: bold;
2700
+ }
2701
+
2702
+ .KIT__Wheel-module__textRegular___bFOHZ {
2703
+ text-align: center;
2704
+ font-weight: 600;
2705
+ }
2706
+
2707
+ @keyframes KIT__Wheel-module__Scaling___q79tE {
2708
+ 0% {
2709
+ transform: scale(0);
2710
+ }
2711
+ 100% {
2712
+ transform: scale(1) translateY(-50%);
2713
+ }
2714
+ }
2715
+
2716
+ @keyframes KIT__Wheel-module__spin___X7BeU {
2717
+ 0% {
2718
+ transform: rotate(-5deg);
2719
+ }
2720
+
2721
+ 50% {
2722
+ transform: rotate(5deg);
2723
+ }
2724
+
2725
+ 100% {
2726
+ transform: rotate(-5deg);
2727
+ }
2728
+ }
2729
+
2730
+
2731
+ @keyframes KIT__Wheel-module__spinning___qQAW7 {
2732
+ 0% {
2733
+ transform: rotate(-5deg);
2734
+ }
2735
+
2736
+
2737
+ 100% {
2738
+ transform: rotate(5390deg);
2739
+ }
2740
+ }
2741
+
2742
+
2743
+ .KIT__Scratch-module__scratch___n0TBg {
2744
+ width: 100%;
2745
+ height: 100%;
2746
+ position: absolute;
2747
+ left: 0;
2748
+ top: 0;
2749
+
2750
+ display: flex;
2751
+ flex-wrap: wrap;
2752
+ align-items: center;
2753
+ justify-content: space-between;
2754
+ padding: var(--indent-base);
2755
+ z-index: 1;
2756
+ }
2757
+
2758
+ .KIT__Scratch-module__scratchText___jISwD {
2759
+ font-weight: 900;
2760
+ font-size: max(1.4rem, min(1.6vw, 1.6rem));
2761
+ transform: rotate(-12.5deg);
2762
+ text-transform: uppercase;
2763
+ color: #fff;
2764
+ position: absolute;
2765
+ top: 0;
2766
+ left: 0;
2767
+ width: 100%;
2768
+ height: 100%;
2769
+ display: flex;
2770
+ justify-content: center;
2771
+ align-items: center;
2772
+ text-align: center;
2773
+ z-index: 1;
2774
+ }
2775
+
2776
+ .KIT__Scratch-module__box___NjFhi {
2777
+ width: 32%;
2778
+ height: 32%;
2779
+ position: relative;
2780
+ cursor: pointer;
2781
+ }
2782
+
2783
+ .KIT__Scratch-module__image___hVebg {
2784
+ width: 100%;
2785
+ height: 100%;
2786
+ position: relative;
2787
+ z-index: 2;
2788
+ }
2789
+
2790
+ .KIT__Scratch-module__scratched___aHtaM {
2791
+ animation: KIT__Scratch-module__increase___ZB86o 0.5s ease-out;
2792
+ animation-delay: 1s;
2793
+ will-change: transform;
2794
+ }
2795
+
2796
+ .KIT__Scratch-module__text___LH7SX {
2797
+ text-transform: uppercase;
2798
+ font-weight: 700;
2799
+ }
2800
+
2801
+ .KIT__Scratch-module__slotName___ikn4x {
2802
+ position: absolute;
2803
+ bottom: -60%;
2804
+ transform: scale(0) translateY(-50%);
2805
+ width: 70%;
2806
+ height: auto;
2807
+ left: 15%;
2808
+ z-index: 2;
2809
+
2810
+ animation: KIT__Scratch-module__Scaling___VXsqP 1s forwards;
2811
+ animation-delay: 1s;
2812
+ }
2813
+
2814
+ @keyframes KIT__Scratch-module__increase___ZB86o {
2815
+ 0% {
2816
+ transform: scale(1, 1);
2817
+ }
2818
+ 50% {
2819
+ transform: scale(1.05, 1.05);
2820
+ }
2821
+
2822
+ 100% {
2823
+ transform: scale(1, 1);
2824
+ }
2825
+ }
2826
+
2827
+ @keyframes KIT__Scratch-module__Scaling___VXsqP {
2828
+ 0% {
2829
+ transform: scale(0);
2830
+ }
2831
+ 100% {
2832
+ transform: scale(1) translateY(-50%);
2833
+ }
2834
+ }
2835
+
2836
+ @media (min-width: 768px) {
2837
+ .KIT__Scratch-module__wrapperOlympus___q0_ph {
2838
+ position: fixed;
2839
+ top: 0;
2840
+ left: 0;
2841
+ width: 100vw;
2842
+ height: 100vh;
2843
+ margin-top: 0;
2844
+ margin-top: initial;
2845
+ padding: calc(var(--indent-base) * 2) 0;
2846
+ }
2847
+
2848
+ .KIT__Scratch-module__zeus___mWqU8 {
2849
+ display: block;
2850
+ position: absolute;
2851
+ width: 90%;
2852
+ right: -80%;
2853
+ top: -20%;
2854
+ }
2855
+
2856
+ .KIT__Scratch-module__scratchContent___ajCtE {
2857
+ max-width: 500px;
2858
+ max-height: 400px;
2859
+ }
2860
+ }
2861
+
2862
+ .KIT__TournamentCard-module__wrapperTournamentCard___B_cI_ {
2863
+ background: var(--tournament-card-background-color);
2864
+ width: 100%;
2865
+ border-radius: var(--border-xl);
2866
+ border: 2px solid var(--border-color-gray);
2867
+ padding: var(--indent-base);
2868
+ position: relative;
2869
+ overflow: hidden;
2870
+ max-width: 500px;
2871
+ }
2872
+
2873
+ .KIT__TournamentCard-module__battleBanner___jZhTz {
2874
+ position: absolute;
2875
+ width: 100%;
2876
+ height: 100%;
2877
+ bottom: 0;
2878
+ right: 0;
2879
+ }
2880
+
2881
+ .KIT__TournamentCard-module__tournamentName___CH86N {
2882
+ color: var(--tournament-card-tournament-name-color);
2883
+ font-weight: 700;
2884
+ font-size: 20px;
2885
+ text-transform: uppercase;
2886
+ margin-bottom: var(--indent-base);
2887
+ position: relative;
2888
+ }
2889
+
2890
+ .KIT__TournamentCard-module__wrapperCountDown___UIb7q {
2891
+ margin-bottom: var(--indent-base-double);
2892
+ position: relative;
2893
+ }
2894
+
2895
+ .KIT__TournamentCard-module__winSum___RQg1C {
2896
+ font-size: var(--font-size-xs);
2897
+ text-transform: uppercase;
2898
+ color: var(--tournament-card-win-sum-color);
2899
+ margin-bottom: var(--indent-base);
2900
+ position: relative;
2901
+ }
2902
+
2903
+ .KIT__TournamentCard-module__rowResultAndButtons___jL0kG {
2904
+ display: flex;
2905
+ justify-content: space-between;
2906
+ align-items: center;
2907
+ position: relative;
2908
+ }
2909
+
2910
+ .KIT__TournamentCard-module__sum___cr6RY {
2911
+ font-weight: 700;
2912
+ font-size: var(--font-size-xxl);
2913
+ text-transform: uppercase;
2914
+ color: var(--tournament-card-sum-color);
2915
+ border-radius: var(--border-s);
2916
+ }
2917
+
2918
+ .KIT__TournamentCard-module__buttons___VMGZV {
2919
+ display: flex;
2920
+ position: relative;
2921
+ z-index: var(--layout-lvl-1);
2922
+ }
2923
+
2924
+ .KIT__TournamentCard-module__info___j03kS,
2925
+ .KIT__TournamentCard-module__play___Q7Guz {
2926
+ --size: 45px;
2927
+ width: 45px;
2928
+ width: var(--size);
2929
+ height: 45px;
2930
+ height: var(--size);
2931
+
2932
+ border-radius: 50%;
2933
+ display: flex;
2934
+ justify-content: center;
2935
+ align-items: center;
2936
+ margin-left: var(--indent-base);
2937
+ }
2938
+
2939
+ .KIT__TournamentCard-module__info___j03kS {
2940
+ border: 2px solid var(--tournament-card-info-border-color);
2941
+ background: var(--tournament-card-info-background-color);
2942
+ }
2943
+
2944
+ .KIT__TournamentCard-module__info___j03kS path {
2945
+ fill: var(--tournament-card-info-path-fill);
2946
+ }
2947
+
2948
+ .KIT__TournamentCard-module__info___j03kS path:nth-child(2),
2949
+ .KIT__TournamentCard-module__info___j03kS path:nth-child(3) {
2950
+ fill: var(--tournament-card-info-exclamation-mark-pathes-fill);
2951
+ }
2952
+
2953
+ .KIT__TournamentCard-module__play___Q7Guz {
2954
+ border: 2px solid var(--tournament-card-play-border-color);
2955
+ background: var(--tournament-card-play-background-color);
2956
+ }
2957
+
2958
+ .KIT__TournamentCard-module__play___Q7Guz path {
2959
+ fill: var(--tournament-card-play-path-fill);
2960
+ }
2961
+
2962
+ .KIT__TournamentCard-module__wrapperCountDownClasses___FZiSj {
2963
+ background-color: var(--tournament-card-count-down-background-color);
2964
+ border: 2px solid var(--border-color-gray);
2965
+ }
2966
+
2967
+ .KIT__TournamentCard-module__timeText___PMhzE {
2968
+ font-weight: 700;
2969
+ font-size: var(--font-size-xl);
2970
+ }
2971
+
2972
+ .KIT__LastBigWinner-module__wrapperLastBugWinner___xWv0v {
2973
+ --card-text-color: var(--big-win-card-text-color);
2974
+ --card-img-width: var(--big-win-card-img-width);
2975
+ --card-background: var(--big-win-card-background);
2976
+ --card-label-background: var(--big-win-card-label-background);
2977
+
2978
+ --winner-card-size:var(--big-win-winner-card-size);
2979
+ --winner-card-height:var(--big-win-winner-card-height);
2980
+
2981
+ display: flex;
2982
+
2983
+ width: var(--winner-card-size);
2984
+ border-radius: var(--border-l);
2985
+ background: var(--card-background);
2986
+ padding: var(--indent-base);
2987
+
2988
+ color: var(--card-text-color);
2989
+ flex-shrink: 0;
2990
+ height: var(--last-big-winner-card-height);
2991
+ }
2992
+
2993
+ .KIT__LastBigWinner-module__img___NNPgm {
2994
+ width: var(--card-img-width);
2995
+ height: auto;
2996
+ border-radius: var(--border-s);
2997
+ overflow: hidden;
2998
+ }
2999
+
3000
+ .KIT__LastBigWinner-module__box___WNB7m {
3001
+ margin-left: var(--indent-base-half);
3002
+ font-weight: 600;
3003
+ width: 100%;
3004
+ }
3005
+
3006
+ .KIT__LastBigWinner-module__box___WNB7m .KIT__LastBigWinner-module__header___DLYUP {
3007
+ display: flex;
3008
+ align-items: center;
3009
+ margin-bottom: var(--indent-base);
3010
+ font-weight: 300;
3011
+ font-size: var(--font-size-s);
3012
+ }
3013
+
3014
+ .KIT__LastBigWinner-module__box___WNB7m .KIT__LastBigWinner-module__header___DLYUP .KIT__LastBigWinner-module__userId___ZrRQn {
3015
+ margin-left: var(--indent-base-half);
3016
+ display: flex;
3017
+ align-items: center;
3018
+ }
3019
+
3020
+ .KIT__LastBigWinner-module__box___WNB7m .KIT__LastBigWinner-module__header___DLYUP .KIT__LastBigWinner-module__userId___ZrRQn .KIT__LastBigWinner-module__idLoader___PcBPs {
3021
+ margin-left: var(--indent-base-half);
3022
+ width: 40px;
3023
+ height: 16px;
3024
+ overflow: hidden;
3025
+ border-radius: var(--border-l);
3026
+ }
3027
+
3028
+ .KIT__LastBigWinner-module__box___WNB7m .KIT__LastBigWinner-module__header___DLYUP .KIT__LastBigWinner-module__label___VPDnP {
3029
+ /* TODO: move to var */
3030
+ background: var(--bit-win-card-label-background);
3031
+ margin-left: var(--indent-base);
3032
+ padding: 0 var(--indent-base-half);
3033
+ border-radius: var(--border-xs);
3034
+ }
3035
+
3036
+ .KIT__LastBigWinner-module__box___WNB7m .KIT__LastBigWinner-module__title___Es6Eu {
3037
+ margin-bottom: var(--indent-base-half);
3038
+ font-size: var(--font-size-xl);
3039
+ width: calc(
3040
+ var(--winner-card-size) -
3041
+ (var(--card-img-width) + var(--indent-base-double))
3042
+ );
3043
+ text-overflow: ellipsis;
3044
+ overflow: hidden;
3045
+ white-space: nowrap;
3046
+ }
3047
+
3048
+ .KIT__LastBigWinner-module__box___WNB7m .KIT__LastBigWinner-module__loaderTitle___FAEKf {
3049
+ height: 15px;
3050
+ border-radius: var(--border-xs);
3051
+ width: 100%;
3052
+ }
3053
+
3054
+ .KIT__LastBigWinner-module__box___WNB7m .KIT__LastBigWinner-module__sum___ZpyFL {
3055
+ /* font-weight: 900; */
3056
+ font-size: var(--font-size-l);
3057
+ color: rgb(var(--primary));
3058
+ }
3059
+
3060
+ .KIT__LastBigWinner-module__box___WNB7m .KIT__LastBigWinner-module__loaderSum___GqO9a {
3061
+ width: 40px;
3062
+ height: 15px;
3063
+ }
3064
+
3065
+ .KIT__SkeletLoader-module__wrapperSkeletLoader___oGTH8 {
3066
+ height: 100%;
3067
+ background: var(--skelet-loader-wrapper-background-color);
3068
+ }
3069
+
3070
+ .KIT__SkeletLoader-module__loader___UcLim {
3071
+ height: 100%;
3072
+ width: 300%;
3073
+ background: var(--skelet-loader-background-color);
3074
+ border-radius: 5px;
3075
+ background-size: 200% 100%;
3076
+ animation: 1.5s KIT__SkeletLoader-module__shine___c90e1 linear infinite;
3077
+ }
3078
+
3079
+ @keyframes KIT__SkeletLoader-module__shine___c90e1 {
3080
+ to {
3081
+ background-position-x: -200%;
3082
+ }
3083
+ }
3084
+
3085
+ .KIT__LastBigWinners-module__wrapperBoxLoader___vM6yl {
3086
+ height: var(--last-big-winner-card-height);
3087
+ width: 100%;
3088
+ overflow: hidden;
3089
+ }
3090
+
3091
+ .KIT__LastBigWinners-module__wrapperBox___lz_N1 {
3092
+ width: 100%;
3093
+ overflow: hidden;
3094
+ }
3095
+
3096
+ .KIT__LastBigWinners-module__hiddenBox___PxBeP {
3097
+ width: 100%;
3098
+ display: flex;
3099
+ transition: 0.5s;
3100
+ }
3101
+
3102
+ .KIT__LastBigWinners-module__marginLeft___AifFu {
3103
+ margin-left: var(--indent-base-half);
3104
+ }
3105
+ .KIT__Digit-module__digit___zpm_m {
3106
+ margin-left: calc(var(--indent-base) / 3);
3107
+ height: 100%;
3108
+ overflow: hidden;
3109
+ text-align: center;
3110
+ flex-shrink: 0;
3111
+ font-size: var(--font-size-xxl);
3112
+ }
3113
+
3114
+ .KIT__Digit-module__digit___zpm_m div {
3115
+ height: 100%;
3116
+ display: flex;
3117
+ align-items: center;
3118
+ justify-content: center;
3119
+ }
3120
+
3121
+ .KIT__Digit-module__animationChange___jWL1u .KIT__Digit-module__prevDigit___LXZQB,
3122
+ .KIT__Digit-module__animationChange___jWL1u .KIT__Digit-module__currentDigit___ZpGvF {
3123
+ animation: KIT__Digit-module__ChangeDigit___RLtid 1.5s forwards;
3124
+ }
3125
+
3126
+ @keyframes KIT__Digit-module__ChangeDigit___RLtid {
3127
+ 0% {
3128
+ transform: translateY(0px);
3129
+ }
3130
+
3131
+ 100% {
3132
+ transform: translateY(-100%);
3133
+ }
3134
+ }
3135
+
3136
+ .KIT__JackpotCounter-module__wrapperCounter___RcPhd {
3137
+ font-size: 2.5rem;
3138
+ display: flex;
3139
+ color: var(--jackpot-counter-text-color);
3140
+ font-weight: 900;
3141
+ justify-content: center;
3142
+ height: 2rem;
3143
+ position: relative;
3144
+ z-index: calc(var(--layout-lvl-1) + 1);
3145
+
3146
+
3147
+ --jackpot-counter-text-color: rgb(var(--soft-gray));
3148
+ }
3149
+ .KIT__Jackpot-module__jackpotInfoBoxWrapper___Pg4DB{
3150
+ /* height: 250px; */
3151
+ border-radius: var(--border-xl);
3152
+ background: var(--gradient-purple);
3153
+ flex-shrink: 0;
3154
+ width: 100%;
3155
+ max-width: 550px;
3156
+ color: rgb(var(--white));
3157
+
3158
+ position: relative;
3159
+ z-index: var(--layout-lvl-1);
3160
+
3161
+ padding:var(--indent-base);
3162
+
3163
+
3164
+ animation: KIT__Jackpot-module__Scaling___HkvJM 0.5s forwards;
3165
+ overflow: hidden;
3166
+ }
3167
+
3168
+
3169
+
3170
+
3171
+ .KIT__Jackpot-module__content___Dm3Yh {
3172
+ position: relative;
3173
+ z-index: calc(var(--layout-lvl-1) + 1);
3174
+ height: 100%;
3175
+ width: 100%;
3176
+ display: flex;
3177
+ flex-direction: column;
3178
+ justify-content: space-between;
3179
+ }
3180
+
3181
+ .KIT__Jackpot-module__title___pohEv {
3182
+ text-align: center;
3183
+ font-size: var(--font-size-l);
3184
+ font-weight: bold;
3185
+ text-transform: capitalize;
3186
+
3187
+ display: flex;
3188
+ justify-content: center;
3189
+ align-items: center;
3190
+
3191
+ width: 100%;
3192
+ height: 100px;
3193
+ padding-top: 18px;
3194
+ display: flex;
3195
+ justify-content: center;
3196
+ align-items: center;
3197
+ color: var(--jackpot-counter-text-color);
3198
+ margin-bottom: calc(var(--indent-base-double) * 2 );
3199
+
3200
+ --jackpot-counter-text-color: rgb(var(--soft-gray));
3201
+ }
3202
+
3203
+ .KIT__Jackpot-module__jackpotCounterWrapper___n3tiu {
3204
+ padding:var(--indent-base-half);
3205
+ position: relative;
3206
+ font-weight: 900;
3207
+ width: 100%;
3208
+ }
3209
+
3210
+ .KIT__Jackpot-module__img___b4jnB {
3211
+ position: absolute;
3212
+ width: 100%;
3213
+ height: auto;
3214
+ -o-object-fit: contain;
3215
+ object-fit: contain;
3216
+ left: 0;
3217
+ top: 0;
3218
+ z-index: var(--layout-lvl-1);
3219
+ opacity: 0.6;
3220
+ }
3221
+
3222
+ .KIT__Jackpot-module__whiteLight___sIqsJ {
3223
+
3224
+ opacity: 1;
3225
+ }
3226
+ .KIT__Jackpot-module__redLight___E5cw8 {
3227
+ opacity: 1;
3228
+ }
3229
+
3230
+ .KIT__Jackpot-module__jackpotBtn___M0yGK {
3231
+ /* width: 100%; */
3232
+ /* height: auto; */
3233
+ /* padding: 30px 0; */
3234
+ height: 100px;
3235
+ display: flex;
3236
+ align-items: center;
3237
+ justify-content: center;
3238
+ }
3239
+
3240
+ .KIT__Jackpot-module__zues___XMRzP {
3241
+ top: auto;
3242
+ top: initial;
3243
+ opacity: 1;
3244
+ left: -50%;
3245
+ height: 100%;
3246
+ bottom: -10%;
3247
+ }
3248
+ .KIT__Jackpot-module__devil___agv4_ {
3249
+ top: auto;
3250
+ top: initial;
3251
+ left: auto;
3252
+ left: initial;
3253
+ opacity: 1;
3254
+ height: 110%;
3255
+ right: -40%;
3256
+ bottom: -20%;
3257
+ }
3258
+
3259
+ @keyframes KIT__Jackpot-module__Scaling___HkvJM {
3260
+ 0%{
3261
+ transform: scale(0);
3262
+ }
3263
+
3264
+ 100% {
3265
+ transform: scale(1);
3266
+ }
3267
+ }
3268
+ .KIT__JackpotWidget-module__wrapper___wLgvM {
3269
+ width: 100%;
3270
+ overflow-x: auto;
3271
+ display: flex;
3272
+ }
3273
+
3274
+ .KIT__JackpotWidget-module__marginL___xUqkQ {
3275
+ margin-left: var(--indent-base);
3276
+ }
3277
+
3278
+ .KIT__JackpotWidget-module__marginL___xUqkQ:first-child {
3279
+ margin-left: 0;
3280
+ }
3281
+
3282
+
3283
+ .KIT__Icons-module__fsWinCashFill___cQ6iY path {
3284
+ fill:rgb(0,0,0)
3285
+ }
3286
+ .KIT__BattlesCard-module__wrapperBattlesCard___Lj8jQ {
3287
+ display: flex;
3288
+ flex-direction: column;
3289
+ gap: var(--indent-s);
3290
+ position: relative;
3291
+ }
3292
+ .KIT__BattlesCard-module__wrapperBattlesCard___Lj8jQ .KIT__BattlesCard-module__wrapperContent___hUZyt {
3293
+ position: absolute;
3294
+ top: 0;
3295
+ left: 0;
3296
+ width: 100%;
3297
+ height: 100%;
3298
+ display: flex;
3299
+ flex-direction: column;
3300
+ justify-content: space-between;
3301
+ color: rgba(255, 255, 255, 1);
3302
+ padding: var(--indent-s);
3303
+ }
3304
+ .KIT__BattlesCard-module__wrapperBattlesCard___Lj8jQ .KIT__BattlesCard-module__wrapperContent___hUZyt .KIT__BattlesCard-module__date___SNEuT {
3305
+ font-size: 12px;
3306
+ color: rgba(255, 255, 255, 1);
3307
+ padding-left: 12px;
3308
+ }
3309
+ .KIT__BattlesCard-module__wrapperBattlesCard___Lj8jQ .KIT__BattlesCard-module__wrapperContent___hUZyt .KIT__BattlesCard-module__prizeWrapper___Tx_6u {
3310
+ font-size: 12px;
3311
+ font-weight: 700;
3312
+ padding: 12px;
3313
+ padding-bottom: 20px;
3314
+
3315
+
3316
+ }
3317
+ .KIT__BattlesCard-module__wrapperBattlesCard___Lj8jQ .KIT__BattlesCard-module__wrapperContent___hUZyt .KIT__BattlesCard-module__prizeWrapper___Tx_6u .KIT__BattlesCard-module__prize___zCwmd {
3318
+ font-size: 32px;
3319
+ font-style: normal;
3320
+ font-weight: 700;
3321
+ line-height: 100%;
3322
+
3323
+ text-transform: uppercase;
3324
+ background: linear-gradient(178deg, #F6B200 16.97%, #FFCE04 23.75%, #FFFB68 36.76%, #F0A300 47.43%, #C57700 53.21%, #BA6C00 58.56%, #EC9F00 66.97%, #F6AB00 68.88%, #FFE11D 84.16%);
3325
+ background-clip: text;
3326
+ -webkit-background-clip: text;
3327
+ -webkit-text-fill-color: transparent;
3328
+ }
3329
+ .KIT__BattlesCard-module__wrapperBattlesCard___Lj8jQ .KIT__BattlesCard-module__imageWrapper___VTIdP {
3330
+ width: 100%;
3331
+ height: 215px;
3332
+ border-radius: var(--border-l);
3333
+ overflow: hidden;
3334
+ position: relative;
3335
+ }
3336
+ @media screen and (max-width: 768px) {
3337
+ .KIT__BattlesCard-module__wrapperBattlesCard___Lj8jQ .KIT__BattlesCard-module__imageWrapper___VTIdP {
3338
+ height: 180px;
3339
+ }
3340
+ }
3341
+ .KIT__BattlesCard-module__wrapperBattlesCard___Lj8jQ .KIT__BattlesCard-module__image____tzSz {
3342
+ width: 100%;
3343
+ height: 100%;
3344
+ -o-object-fit: cover;
3345
+ object-fit: cover;
3346
+ -o-object-position: left;
3347
+ object-position: left;
3348
+ }
3349
+ .KIT__BattlesCard-module__wrapperBattlesCard___Lj8jQ .KIT__BattlesCard-module__textBox___r4AK3 {
3350
+ display: flex;
3351
+ flex-direction: column;
3352
+ gap: var(--indent-xs);
3353
+ padding: 0 var(--indent-s);
3354
+ }
3355
+ .KIT__BattlesCard-module__wrapperBattlesCard___Lj8jQ .KIT__BattlesCard-module__textBox___r4AK3 .KIT__BattlesCard-module__providerName___hP5is {
3356
+ border: 1px solid rgba(77, 33, 255, 1);
3357
+ border-radius: var(--border-m);
3358
+ padding: var(--indent-xs) var(--indent-m);
3359
+ color: rgb(var(--white));
3360
+ text-align: center;
3361
+ width: -moz-fit-content;
3362
+ width: fit-content;
3363
+ font-size: var(--font-size-xxs);
3364
+ text-transform: uppercase;
3365
+ }
3366
+ .KIT__BattlesCard-module__wrapperBattlesCard___Lj8jQ .KIT__BattlesCard-module__textBox___r4AK3 .KIT__BattlesCard-module__providerName___hP5is.KIT__BattlesCard-module__full___jmdya {
3367
+ background: rgba(77, 33, 255, 1);
3368
+ }
3369
+ .KIT__BattlesCard-module__wrapperBattlesCard___Lj8jQ .KIT__BattlesCard-module__textBox___r4AK3 .KIT__BattlesCard-module__name___DJXDf {
3370
+ color: rgb(var(--white));
3371
+ /*вынести в colors*/
3372
+ font-size: var(--font-size-l);
3373
+ font-weight: 600;
3374
+ }
3375
+ .KIT__BattlesCard-module__wrapperBattlesCard___Lj8jQ .KIT__BattlesCard-module__textBox___r4AK3 .KIT__BattlesCard-module__details___Yh7o_ {
3376
+ display: flex;
3377
+ align-items: center;
3378
+ color: rgb(var(--primary));
3379
+ /*вынести в colors*/
3380
+ gap: var(--indent-m);
3381
+ cursor: pointer;
3382
+ }
3383
+ .KIT__BattlesCard-module__wrapperBattlesCard___Lj8jQ .KIT__BattlesCard-module__textBox___r4AK3 .KIT__BattlesCard-module__details___Yh7o_ .KIT__BattlesCard-module__arrowSvg___RwUg1 {
3384
+ transform: rotate(90deg);
3385
+ }
3386
+ .KIT__BattlesCard-module__wrapperBattlesCard___Lj8jQ .KIT__BattlesCard-module__textBox___r4AK3 .KIT__BattlesCard-module__details___Yh7o_ .KIT__BattlesCard-module__arrowSvg___RwUg1 path {
3387
+ fill: rgb(var(--primary));
3388
+ }
3389
+ .KIT__BattlesCard-module__wrapperBattlesCard___Lj8jQ .KIT__BattlesCard-module__textBox___r4AK3 .KIT__BattlesCard-module__details___Yh7o_.KIT__BattlesCard-module__dark___SRv2F {
3390
+ color: rgb(var(--semi-gray));
3391
+ }
3392
+ .KIT__BattlesCard-module__wrapperBattlesCard___Lj8jQ .KIT__BattlesCard-module__textBox___r4AK3 .KIT__BattlesCard-module__details___Yh7o_.KIT__BattlesCard-module__dark___SRv2F .KIT__BattlesCard-module__arrowSvg___RwUg1 path {
3393
+ fill: rgb(var(--semi-gray));
3394
+ }
3395
+
3396
+ .KIT__Step-module__wrapperStep___wBtLk .KIT__Step-module__img___YsqV2 {
3397
+ width: 100%;
3398
+ border-radius: var(--border-m);
3399
+ }
3400
+ .KIT__Step-module__wrapperStep___wBtLk .KIT__Step-module__title___lPmPa {
3401
+ font-weight: 700;
3402
+ font-size: var(--font-size-l);
3403
+ font-style: italic;
3404
+ color: rgb(var(--primary));
3405
+ text-transform: uppercase;
3406
+ }
3407
+ @media screen and (min-width: 768px) {
3408
+ .KIT__Step-module__wrapperStep___wBtLk .KIT__Step-module__title___lPmPa {
3409
+ font-size: var(--font-size-xxl);
3410
+ }
3411
+ }
3412
+ .KIT__Step-module__wrapperStep___wBtLk .KIT__Step-module__subTitle___LnyqY {
3413
+ font-size: var(--font-size-m);
3414
+ color: rgb(var(--white));
3415
+ }
3416
+ @media screen and (min-width: 768px) {
3417
+ .KIT__Step-module__wrapperStep___wBtLk .KIT__Step-module__subTitle___LnyqY {
3418
+ font-size: var(--font-size-l);
3419
+ }
3420
+ }
3421
+
3422
+ .KIT__Section-module__wrapperSection___FBy_9 {
3423
+ --indent: calc(var(--indent-xl) * 3);
3424
+ display: flex;
3425
+ flex-direction: column;
3426
+ gap: var(--indent);
3427
+ margin-bottom: var(--indent);
3428
+ }
3429
+ @media screen and (min-width: 768px) {
3430
+ .KIT__Section-module__wrapperSection___FBy_9 {
3431
+ --indent: calc(var(--indent-xl) * 5);
3432
+ padding: 0;
3433
+ padding: initial;
3434
+ }
3435
+ }
3436
+ .KIT__BattleBanner-module__wrapperBattleBanner___kvoNM {
3437
+ position: relative;
3438
+ min-height: 450px;
3439
+ display: flex;
3440
+ flex-direction: column;
3441
+ justify-content: space-between;
3442
+ padding: var(--indent-m);
3443
+ border-radius: var(--border-l);
3444
+ }
3445
+
3446
+ .KIT__BattleBanner-module__wrapperBattleBanner___kvoNM .KIT__BattleBanner-module__top___Pmvv2 {
3447
+ display: flex;
3448
+ flex-direction: column;
3449
+ gap: var(--indent-m);
3450
+ }
3451
+
3452
+ .KIT__BattleBanner-module__wrapperBattleBanner___kvoNM .KIT__BattleBanner-module__path___DguJU {
3453
+ display: flex;
3454
+ align-items: center;
3455
+ gap: var(--indent-m);
3456
+ font-size: var(--font-size-s);
3457
+ color: rgb(var(--gray));
3458
+ }
3459
+
3460
+ .KIT__BattleBanner-module__wrapperBattleBanner___kvoNM .KIT__BattleBanner-module__path___DguJU .KIT__BattleBanner-module__arrowSvg___cOmXg {
3461
+ transform: rotate(90deg);
3462
+ }
3463
+
3464
+ .KIT__BattleBanner-module__wrapperBattleBanner___kvoNM .KIT__BattleBanner-module__path___DguJU .KIT__BattleBanner-module__name___lPY6l {
3465
+ color: rgb(var(--white));
3466
+ }
3467
+
3468
+ .KIT__BattleBanner-module__wrapperBattleBanner___kvoNM .KIT__BattleBanner-module__content___Nm5hb {
3469
+ display: flex;
3470
+ flex-direction: column;
3471
+ gap: var(--indent-xl);
3472
+ }
3473
+
3474
+ .KIT__BattleBanner-module__wrapperBattleBanner___kvoNM .KIT__BattleBanner-module__content___Nm5hb .KIT__BattleBanner-module__title___oBHat {
3475
+ font-size: clamp(var(--font-size-xxl), -0.107rem + 4.286vw, 60px);
3476
+ text-transform: uppercase;
3477
+ color: rgb(var(--white));
3478
+ }
3479
+
3480
+ .KIT__BattleBanner-module__wrapperBattleBanner___kvoNM .KIT__BattleBanner-module__content___Nm5hb .KIT__BattleBanner-module__subTitle___nK3G2 {
3481
+ color: rgb(var(--semi-gray));
3482
+ font-size: clamp(var(--font-size-s),
3483
+ 0.429rem + 1.19vw,
3484
+ var(--font-size-xxl));
3485
+ max-width: 50%;
3486
+ }
3487
+
3488
+ .KIT__BattleBanner-module__wrapperBattleBanner___kvoNM .KIT__BattleBanner-module__content___Nm5hb .KIT__BattleBanner-module__prizePool___DAQ74 {
3489
+ text-transform: uppercase;
3490
+ color: rgb(var(--white));
3491
+ font-size: clamp(var(--font-size-s),
3492
+ 0.429rem + 1.19vw,
3493
+ var(--font-size-xxl));
3494
+ }
3495
+
3496
+ .KIT__BattleBanner-module__wrapperBattleBanner___kvoNM .KIT__BattleBanner-module__content___Nm5hb .KIT__BattleBanner-module__prizeAmount___yWw4j {
3497
+ font-size: clamp(var(--font-size-xxl), -0.107rem + 4.286vw, 60px);
3498
+ background-clip: text;
3499
+ -webkit-background-clip: text;
3500
+ background-image: linear-gradient(180deg, #FFBE00 -2.29%, #FFE406 13.05%, #FFFFB7 35.56%, #E88100 62.94%, #FFB800 83.02%, #E66000 105.28%);
3501
+ color: transparent;
3502
+ font-weight: 700;
3503
+ }
3504
+
3505
+ .KIT__BattleBanner-module__wrapperBattleBanner___kvoNM .KIT__BattleBanner-module__time___oaNuD {
3506
+ background-color: rgba(77, 33, 255, 1);
3507
+ border-top-right-radius: var(--border-s);
3508
+ border-bottom-right-radius: var(--border-s);
3509
+ display: flex;
3510
+ gap: var(--indent-xs);
3511
+ padding: var(--indent-xs) var(--indent-m);
3512
+ width: 90%;
3513
+ }
3514
+
3515
+ @media screen and (max-width: 768px) {
3516
+
3517
+ .KIT__BattleBanner-module__wrapperBattleBanner___kvoNM .KIT__BattleBanner-module__time___oaNuD {
3518
+ transform: translateX(calc(-1 * var(--indent-m)));
3519
+ }
3520
+ }
3521
+
3522
+ .KIT__BattleBanner-module__wrapperBattleBanner___kvoNM .KIT__BattleBanner-module__time___oaNuD.KIT__BattleBanner-module__finished___frmmh {
3523
+ background-color: rgba(230, 166, 0, 1);
3524
+ }
3525
+
3526
+ .KIT__BattleBanner-module__wrapperBattleBanner___kvoNM .KIT__BattleBanner-module__time___oaNuD .KIT__BattleBanner-module__countDownText___Bcsrt {
3527
+ color: rgb(var(--white));
3528
+ font-size: var(--font-size-m);
3529
+ font-size: 600;
3530
+ }
3531
+
3532
+ .KIT__BattleBanner-module__wrapperBattleBanner___kvoNM .KIT__BattleBanner-module__time___oaNuD .KIT__BattleBanner-module__countDown___pr8hY {
3533
+ background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
3534
+ background: initial;
3535
+ border: medium none currentcolor;
3536
+ border: initial;
3537
+ }
3538
+
3539
+ .KIT__BattleBanner-module__wrapperBattleBanner___kvoNM .KIT__BattleBanner-module__time___oaNuD .KIT__BattleBanner-module__timeBlock___Ym7lT {
3540
+ flex-direction: row;
3541
+ }
3542
+
3543
+ .KIT__BattleBanner-module__wrapperBattleBanner___kvoNM .KIT__BattleBanner-module__button___yjczx {
3544
+ text-transform: uppercase;
3545
+ --width: full;
3546
+ --height: 48px;
3547
+ width: full;
3548
+ width: var(--width);
3549
+ height: 48px;
3550
+ height: var(--height);
3551
+ max-width: full;
3552
+ max-width: var(--width);
3553
+ }
3554
+
3555
+ @media screen and (min-width: 768px) {
3556
+
3557
+ .KIT__BattleBanner-module__wrapperBattleBanner___kvoNM {
3558
+ min-height: 500px;
3559
+ padding: var(--indent-xxxl);
3560
+ }
3561
+
3562
+ .KIT__BattleBanner-module__wrapperBattleBanner___kvoNM .KIT__BattleBanner-module__path___DguJU {
3563
+
3564
+ font-size: var(--font-size-m);
3565
+ cursor: pointer;
3566
+ }
3567
+
3568
+ .KIT__BattleBanner-module__wrapperBattleBanner___kvoNM .KIT__BattleBanner-module__time___oaNuD {
3569
+ border-top-left-radius: var(--border-l);
3570
+ position: absolute;
3571
+ right: 0;
3572
+ bottom: 0;
3573
+ gap: var(--indent-m);
3574
+ width: 40%;
3575
+ max-width: 573px;
3576
+ min-width: -moz-fit-content;
3577
+ min-width: fit-content;
3578
+ }
3579
+
3580
+ .KIT__BattleBanner-module__wrapperBattleBanner___kvoNM .KIT__BattleBanner-module__time___oaNuD .KIT__BattleBanner-module__countDownText___Bcsrt {
3581
+ font-size: var(--font-size-xxl);
3582
+ }
3583
+
3584
+ .KIT__BattleBanner-module__wrapperBattleBanner___kvoNM .KIT__BattleBanner-module__button___yjczx {
3585
+ --width: 368px;
3586
+ --height: 52px;
3587
+ }
3588
+ }
3589
+ .KIT__User-module__wrapperUser___N3jg2 {
3590
+ display: flex;
3591
+ align-items: center;
3592
+ justify-content: space-between;
3593
+ gap: var(--indent-m);
3594
+ border-radius: var(--border-m);
3595
+ padding: var(--indent-l);
3596
+ background: linear-gradient(90deg, #000000 49.5%, #191821 100%);
3597
+ }
3598
+
3599
+ @media screen and (min-width: 768px) {
3600
+
3601
+ .KIT__User-module__wrapperUser___N3jg2 {
3602
+ padding: var(--indent-xl) var(--indent-xxxl);
3603
+ }
3604
+ }
3605
+
3606
+ .KIT__User-module__wrapperUser___N3jg2 .KIT__User-module__left___cYfKx {
3607
+ display: flex;
3608
+ align-items: center;
3609
+ gap: var(--indent-xxl);
3610
+ }
3611
+
3612
+ .KIT__User-module__wrapperUser___N3jg2 .KIT__User-module__place___lVhKm {
3613
+ --width: 60px;
3614
+ width: 60px;
3615
+ width: var(--width);
3616
+ font-size: clamp(
3617
+ var(--font-size-xxl),
3618
+ 0.786rem + 1.905vw,
3619
+ var(--font-size-huge)
3620
+ );
3621
+ font-weight: 700;
3622
+ background-clip: text;
3623
+ -webkit-background-clip: text;
3624
+ color: rgb(var(--white));
3625
+ }
3626
+
3627
+ @media screen and (min-width: 768px) {
3628
+
3629
+ .KIT__User-module__wrapperUser___N3jg2 .KIT__User-module__place___lVhKm {
3630
+ --width: 80px;
3631
+ }
3632
+ }
3633
+
3634
+ .KIT__User-module__wrapperUser___N3jg2 .KIT__User-module__place___lVhKm.KIT__User-module__first___OAFVe {
3635
+ background-image: linear-gradient(
3636
+ 180deg,
3637
+ #ffbe00 -2.29%,
3638
+ #ffe406 13.05%,
3639
+ #ffffb7 35.56%,
3640
+ #e88100 62.94%,
3641
+ #ffb800 83.02%,
3642
+ #e66000 105.28%
3643
+ );
3644
+ color: transparent;
3645
+ }
3646
+
3647
+ .KIT__User-module__wrapperUser___N3jg2 .KIT__User-module__place___lVhKm.KIT__User-module__second___Nr3uj {
3648
+ background-image: linear-gradient(
3649
+ 357.12deg,
3650
+ #a8a8a6 -8.37%,
3651
+ #696969 29.07%,
3652
+ #f9f8f6 46.76%,
3653
+ #d4d4d4 60.02%,
3654
+ #7f7f7f 74.52%
3655
+ );
3656
+ color: transparent;
3657
+ }
3658
+
3659
+ .KIT__User-module__wrapperUser___N3jg2 .KIT__User-module__place___lVhKm.KIT__User-module__third___STcdJ {
3660
+ background-image: linear-gradient(
3661
+ 181.1deg,
3662
+ #a3652a 25.3%,
3663
+ #efb06e 41.65%,
3664
+ #fefbf2 54.89%,
3665
+ #f9c176 66.58%,
3666
+ #e77b33 79.43%,
3667
+ #dc702a 90.72%,
3668
+ #733d19 103.18%
3669
+ );
3670
+ color: transparent;
3671
+ }
3672
+
3673
+ .KIT__User-module__wrapperUser___N3jg2 .KIT__User-module__place___lVhKm.KIT__User-module__fourth___hU49Z {
3674
+ color: transparent;
3675
+ background-image: linear-gradient(
3676
+ 182.23deg,
3677
+ #7abbac 16.36%,
3678
+ #b1ffef 30.66%,
3679
+ #8ad2c3 43.47%,
3680
+ #cffef4 54.08%,
3681
+ #6ca196 67.83%,
3682
+ #35544e 83.19%
3683
+ );
3684
+ }
3685
+
3686
+ .KIT__User-module__wrapperUser___N3jg2 .KIT__User-module__place___lVhKm.KIT__User-module__fifth___kPBil {
3687
+ color: transparent;
3688
+ background-image: linear-gradient(
3689
+ 184.57deg,
3690
+ #b6947e 19.35%,
3691
+ #8f6959 34.04%,
3692
+ #f8dac8 54.24%,
3693
+ #ac836e 68.56%,
3694
+ #b6947e 80.31%,
3695
+ #f8dccb 92.8%
3696
+ );
3697
+ }
3698
+
3699
+ .KIT__User-module__wrapperUser___N3jg2 .KIT__User-module__description___f1AMN {
3700
+ display: flex;
3701
+ align-items: center;
3702
+ gap: var(--indent-xl);
3703
+ }
3704
+
3705
+ .KIT__User-module__wrapperUser___N3jg2 .KIT__User-module__description___f1AMN .KIT__User-module__icon___UpfJt {
3706
+ --size: 28px;
3707
+ width: 28px;
3708
+ width: var(--size);
3709
+ height: 28px;
3710
+ height: var(--size);
3711
+ display: flex;
3712
+ align-items: center;
3713
+ justify-content: center;
3714
+ border-radius: var(--border-circle);
3715
+ border: 2px solid rgb(var(--soft-gray));
3716
+ }
3717
+
3718
+ .KIT__User-module__wrapperUser___N3jg2 .KIT__User-module__description___f1AMN .KIT__User-module__icon___UpfJt .KIT__User-module__svg___Buyp8 {
3719
+ --size: 20px;
3720
+ width: 20px;
3721
+ width: var(--size);
3722
+ height: 20px;
3723
+ height: var(--size);
3724
+ }
3725
+
3726
+ @media screen and (min-width: 768px) {
3727
+
3728
+ .KIT__User-module__wrapperUser___N3jg2 .KIT__User-module__description___f1AMN .KIT__User-module__icon___UpfJt {
3729
+ --size: 58px;
3730
+ }
3731
+
3732
+ .KIT__User-module__wrapperUser___N3jg2 .KIT__User-module__description___f1AMN .KIT__User-module__icon___UpfJt .KIT__User-module__svg___Buyp8 {
3733
+ --size: 40px;
3734
+ }
3735
+ }
3736
+
3737
+ .KIT__User-module__wrapperUser___N3jg2 .KIT__User-module__description___f1AMN .KIT__User-module__id___n98Z1 {
3738
+ color: rgb(var(--white));
3739
+ font-size: clamp(
3740
+ var(--font-size-xs),
3741
+ 0.214rem + 1.429vw,
3742
+ var(--font-size-xxl)
3743
+ );
3744
+ }
3745
+
3746
+ .KIT__User-module__wrapperUser___N3jg2 .KIT__User-module__wager___L05r7 {
3747
+ font-size: clamp(
3748
+ var(--font-size-s),
3749
+ 0.429rem + 1.19vw,
3750
+ var(--font-size-xxl)
3751
+ );
3752
+ font-weight: 700;
3753
+ color: rgb(var(--white));
3754
+ }
3755
+
3756
+ .KIT__Leaderboard-module__wrapperLeaderboard___a7Igz {
3757
+ display: flex;
3758
+ flex-direction: column;
3759
+ gap: var(--indent-xxl);
3760
+ }
3761
+ .KIT__Leaderboard-module__wrapperLeaderboard___a7Igz .KIT__Leaderboard-module__title___agvnq {
3762
+ font-weight: 700;
3763
+ color: rgb(var(--white));
3764
+ text-transform: uppercase;
3765
+ font-size: var(--font-size-xl);
3766
+ }
3767
+ @media screen and (min-width: 768px) {
3768
+ .KIT__Leaderboard-module__wrapperLeaderboard___a7Igz .KIT__Leaderboard-module__title___agvnq {
3769
+ font-size: var(--font-size-huge);
3770
+ }
3771
+ }
3772
+ .KIT__Leaderboard-module__wrapperLeaderboard___a7Igz .KIT__Leaderboard-module__board___F9Dbg {
3773
+ display: flex;
3774
+ flex-direction: column;
3775
+ gap: var(--indent-m);
3776
+ }
3777
+ .KIT__Leaderboard-module__wrapperLeaderboard___a7Igz .KIT__Leaderboard-module__board___F9Dbg .KIT__Leaderboard-module__header___wRCOl {
3778
+ display: flex;
3779
+ align-items: center;
3780
+ justify-content: space-between;
3781
+ text-transform: uppercase;
3782
+ color: rgba(var(--white), 0.5);
3783
+ font-size: var(--font-size-xxs);
3784
+ padding: 0 var(--indent-l);
3785
+ }
3786
+ @media screen and (min-width: 768px) {
3787
+ .KIT__Leaderboard-module__wrapperLeaderboard___a7Igz .KIT__Leaderboard-module__board___F9Dbg .KIT__Leaderboard-module__header___wRCOl {
3788
+ font-size: var(--font-size-xs);
3789
+ padding: 0 var(--indent-xxxl);
3790
+ }
3791
+ }
3792
+ .KIT__Leaderboard-module__wrapperLeaderboard___a7Igz .KIT__Leaderboard-module__board___F9Dbg .KIT__Leaderboard-module__header___wRCOl .KIT__Leaderboard-module__left___wEaS9 {
3793
+ display: flex;
3794
+ align-items: center;
3795
+ gap: var(--indent-xxl);
3796
+ }
3797
+ .KIT__Leaderboard-module__wrapperLeaderboard___a7Igz .KIT__Leaderboard-module__board___F9Dbg .KIT__Leaderboard-module__header___wRCOl .KIT__Leaderboard-module__left___wEaS9 .KIT__Leaderboard-module__rating___otKNs {
3798
+ --width: 60px;
3799
+ width: 60px;
3800
+ width: var(--width);
3801
+ }
3802
+ @media screen and (min-width: 768px) {
3803
+ .KIT__Leaderboard-module__wrapperLeaderboard___a7Igz .KIT__Leaderboard-module__board___F9Dbg .KIT__Leaderboard-module__header___wRCOl .KIT__Leaderboard-module__left___wEaS9 .KIT__Leaderboard-module__rating___otKNs {
3804
+ --width: 80px;
3805
+ }
3806
+ }
3807
+ .KIT__Leaderboard-module__wrapperLeaderboard___a7Igz .KIT__Leaderboard-module__board___F9Dbg .KIT__Leaderboard-module__winners___Ee9tE {
3808
+ display: flex;
3809
+ flex-direction: column;
3810
+ gap: var(--indent-s);
3811
+ }
3812
+ @media screen and (min-width: 768px) {
3813
+ .KIT__Leaderboard-module__wrapperLeaderboard___a7Igz .KIT__Leaderboard-module__board___F9Dbg .KIT__Leaderboard-module__winners___Ee9tE {
3814
+ gap: var(--indent-xl);
3815
+ }
3816
+ }
3817
+
3818
+ html {
3819
+ --primary-shadow: 0 0px 9px rgb(var(--primary)),
3820
+ inset 0 8px 1px rgba(var(--primary), 0.1);
3821
+ --primary-gradient: linear-gradient(
3822
+ 1turn,
3823
+ rgba(var(--primary), 0.5) 0.8%,
3824
+ rgb(var(--primary))
3825
+ );
3826
+ --primary-secondary: linear-gradient(
3827
+ 1turn,
3828
+ rgba(var(--soft-gray), 0.625) 0.8%,
3829
+ rgb(var(--soft-gray))
3830
+ );
3831
+ /* Buttons */
3832
+ --button-color-primary: var(--primary-gradient);
3833
+ --button-box-shadow-primary: var(--primary-shadow);
3834
+
3835
+ --button-color-green: var(--secondary);
3836
+ --button-box-shadow-green: 0 3px 16px var(--secondary),
3837
+ inset 0 4px 3px var(--secondary-05);
3838
+
3839
+ --button-color-blue: linear-gradient(1turn, #0c5eff 0.8%, #1398f9);
3840
+ --button-box-shadow-blue: 0 3px 28px rgb(var(--primary)) 66,
3841
+ inset 0 3px 3px rgba(255,255,255,0.30196);
3842
+
3843
+ --button-color-secondary: var(--primary-secondary);
3844
+ --button-color-secondary-text: #fff;
3845
+
3846
+ --pop-up-header: rgb(var(--dark));
3847
+ /* Button SIZES */
3848
+ --button-xs: 30px;
3849
+ --button-s: 45px;
3850
+ --button-m: 60px;
3851
+ --button-l: 75px;
3852
+ --button-xl: 90px;
3853
+ --button-xxl: 150px;
3854
+ --button-full: 100%;
3855
+
3856
+ --button-height-xs: var(--small-button-height);
3857
+ --button-height-s: calc(
3858
+ var(--small-button-height) + var(--button-height-step)
3859
+ );
3860
+ --button-height-m: calc(
3861
+ var(--small-button-height) + var(--button-height-step) * 2
3862
+ );
3863
+ --button-height-l: calc(
3864
+ var(--small-button-height) + var(--button-height-step) * 3
3865
+ );
3866
+ --button-height-xl: calc(
3867
+ var(--small-button-height) + var(--button-height-step) * 4
3868
+ );
3869
+ --button-height-xxl: calc(
3870
+ var(--small-button-height) + var(--button-height-step) * 5
3871
+ );
3872
+
3873
+ /* indents */
3874
+ --indent-base-double: calc(var(--indent-base) * 2);
3875
+ --indent-base-half: calc(var(--indent-base) / 2);
3876
+ /* borders */
3877
+ --border-xs: 3px;
3878
+ --border-s: 6px;
3879
+ --border-m: 9px;
3880
+ --border-l: 12px;
3881
+ --border-xl: 15px;
3882
+ --border-xxl: 18px;
3883
+ --border-round: 50%;
3884
+
3885
+ /* Inputs */
3886
+ --input-xs: 30px;
3887
+ --input-s: 45px;
3888
+ --input-m: 60px;
3889
+ --input-l: 75px;
3890
+ --input-xl: 90px;
3891
+ --input-xxl: 150px;
3892
+ --input-full: 100%;
3893
+ --input-height: 40px;
3894
+ --input-icon-width: 25px;
3895
+ --input-border-focus-bg: rgb(var(--primary));
3896
+ --input-border-bg: var(--border-color);
3897
+ /* font-size */
3898
+ --font-size-xxs: 0.5rem;
3899
+ --font-size-xs: 0.7rem;
3900
+ --font-size-s: 0.8rem;
3901
+ --font-size-m: 0.9rem;
3902
+ --font-size-l: 1rem;
3903
+ --font-size-xl: 1.1rem;
3904
+ --font-size-xxl: 1.5rem;
3905
+
3906
+ /* local entities */
3907
+ --layout-lvl-1: 1;
3908
+ /* layouts */
3909
+ --layout-lvl-2: 11;
3910
+ /* modals */
3911
+ --layout-lvl-3: 21;
3912
+ --layout-lvl-4: 31;
3913
+ --layout-lvl-5: 41;
3914
+
3915
+ /* Components */
3916
+ /* App Switcher */
3917
+ --border-app-switcher-color: inherit;
3918
+ --background-active-app-switcher-color: var(--border-app-switcher-color);
3919
+ --active-app-border-color: var(--primary);
3920
+ --app-switcher-svg-path-fill: rgb(var(--primary));
3921
+ --pop-up-header-close-svg-path-fill: rgb(var(--gray));
3922
+
3923
+ --drawer-button-border-background: linear-gradient(
3924
+ 90deg,
3925
+ rgb(var(--primary)) 0.8%,
3926
+ transparent
3927
+ );
3928
+ --drawer-button-shadow-background: linear-gradient(
3929
+ 90deg,
3930
+ #212433 0%,
3931
+ var(--drawer-modal-content-color) 100%
3932
+ );
3933
+
3934
+ /* Checkbox */
3935
+
3936
+ --check-box-height: 32px;
3937
+ --check-box-slider-padding: 4px;
3938
+ --check-box-slider-size: calc(
3939
+ var(--check-box-height) - var(--check-box-slider-padding) * 2
3940
+ );
3941
+ --check-box-width: 52px;
3942
+ --check-box-selected-color: rgba(52, 199, 89, 1);
3943
+ --check-box-unselected-color: rgba(246, 246, 246, 1);
3944
+ --check-box-slider-border-color: rgb(204, 204, 204);
3945
+ --check-box-slider-before-background-color: rgba(198, 198, 200, 1);
3946
+
3947
+ /* PromoCode */
3948
+ --promo-code-promo-title-color: rgba(var(--white), 0.5);
3949
+ }
3950
+