@opexa/portal-components 0.0.613 → 0.0.615

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 (213) hide show
  1. package/dist/components/AccountInfo/GoogleDisconnect.d.ts +7 -0
  2. package/dist/components/AccountInfo/GoogleDisconnect.js +11 -0
  3. package/dist/components/Cashback/Cashback.client.d.ts +12 -1
  4. package/dist/components/Cashback/Cashback.client.js +23 -4
  5. package/dist/components/DigitainLauncher/Loading.js +1 -1
  6. package/dist/components/Jackpots/Jackpots.module.css +184 -184
  7. package/dist/components/Jackpots/JackpotsCarousel/JackpotsCarouselItem.module.css +184 -184
  8. package/dist/components/Jackpots/JackpotsList/JackpotsListItem.module.css +184 -184
  9. package/dist/components/KYC/BasicInformation.js +1 -1
  10. package/dist/components/KYC/IdentityVerification.js +1 -1
  11. package/dist/components/KYC/KYC.lazy.js +1 -1
  12. package/dist/components/KYC/KYCDefault/KYCVerificationStatus.lazy.js +2 -2
  13. package/dist/components/KYC/KYCReminder.lazy.js +1 -3
  14. package/dist/components/KYC/KYCVerificationStatus.lazy.js +2 -2
  15. package/dist/components/KYC/PersonalInformation.js +1 -1
  16. package/dist/components/Quests/WageringQuest.d.ts +3 -1
  17. package/dist/components/Quests/WageringQuest.js +64 -1
  18. package/dist/components/Tournaments/TournamentsCarousel/TournamentsCarouselItem.js +3 -3
  19. package/dist/components/Tournaments/TournamentsCarousel/TournamentsCarouselItem.module.css +184 -184
  20. package/dist/components/Tournaments/TournamentsList/TournamentItem.module.css +184 -184
  21. package/dist/components/Tournaments/TournamentsList/TournamentsListItemDesktop.js +3 -3
  22. package/dist/components/Tournaments/TournamentsList/TournamentsListItemMobile.js +3 -3
  23. package/dist/icons/LinkBrokenIcon.d.ts +2 -0
  24. package/dist/icons/LinkBrokenIcon.js +4 -0
  25. package/dist/services/queries.js +2758 -2758
  26. package/dist/styles/theme.css +762 -762
  27. package/dist/ui/AlertDialog/AlertDialog.d.ts +55 -55
  28. package/dist/ui/AlertDialog/alertDialog.recipe.d.ts +5 -5
  29. package/dist/ui/Badge/Badge.d.ts +12 -12
  30. package/dist/ui/Badge/badge.anatomy.d.ts +1 -1
  31. package/dist/ui/Badge/badge.recipe.d.ts +3 -3
  32. package/dist/ui/Carousel/Carousel.d.ts +99 -99
  33. package/dist/ui/Carousel/carousel.recipe.d.ts +11 -11
  34. package/dist/ui/Checkbox/Checkbox.d.ts +23 -23
  35. package/dist/ui/Checkbox/checkbox.recipe.d.ts +3 -3
  36. package/dist/ui/Combobox/Combobox.d.ts +42 -42
  37. package/dist/ui/Combobox/combobox.recipe.d.ts +3 -3
  38. package/dist/ui/DatePicker/DatePicker.d.ts +72 -72
  39. package/dist/ui/DatePicker/datePicker.recipe.d.ts +3 -3
  40. package/dist/ui/Dialog/Dialog.d.ts +33 -33
  41. package/dist/ui/Dialog/dialog.recipe.d.ts +3 -3
  42. package/dist/ui/Drawer/Drawer.d.ts +33 -33
  43. package/dist/ui/Drawer/drawer.recipe.d.ts +3 -3
  44. package/dist/ui/Menu/Menu.d.ts +252 -252
  45. package/dist/ui/Menu/menu.recipe.d.ts +14 -14
  46. package/dist/ui/Popover/Popover.d.ts +55 -55
  47. package/dist/ui/Popover/popover.recipe.d.ts +5 -5
  48. package/dist/ui/Progress/Progress.d.ts +27 -27
  49. package/dist/ui/Progress/progress.recipe.d.ts +3 -3
  50. package/dist/ui/QrCode/QrCode.d.ts +25 -25
  51. package/dist/ui/QrCode/qrCode.recipe.d.ts +5 -5
  52. package/dist/ui/Select/Select.d.ts +45 -45
  53. package/dist/ui/Select/select.recipe.d.ts +3 -3
  54. package/dist/ui/Table/Table.d.ts +21 -21
  55. package/dist/ui/Table/table.anatomy.d.ts +1 -1
  56. package/dist/ui/Table/table.recipe.d.ts +3 -3
  57. package/dist/ui/Tabs/Tabs.d.ts +15 -15
  58. package/dist/ui/Tabs/tabs.recipe.d.ts +3 -3
  59. package/dist/utils/mask.d.ts +19 -0
  60. package/dist/utils/mask.js +23 -0
  61. package/package.json +163 -163
  62. package/dist/components/Disclaimer/ResponsibleGaming.d.ts +0 -10
  63. package/dist/components/Disclaimer/ResponsibleGaming.js +0 -13
  64. package/dist/components/Disclaimer/TermsOfUse.d.ts +0 -11
  65. package/dist/components/Disclaimer/TermsOfUse.js +0 -13
  66. package/dist/components/FeatureFlag/FeatureFlag.d.ts +0 -1
  67. package/dist/components/FeatureFlag/FeatureFlag.js +0 -29
  68. package/dist/components/FeatureFlag/index.d.ts +0 -1
  69. package/dist/components/FeatureFlag/index.js +0 -1
  70. package/dist/components/KYC/AutoOpen.d.ts +0 -1
  71. package/dist/components/KYC/AutoOpen.js +0 -40
  72. package/dist/components/KYC/CaptureIdDocument.d.ts +0 -1
  73. package/dist/components/KYC/CaptureIdDocument.js +0 -219
  74. package/dist/components/KYC/CaptureSelfie.d.ts +0 -1
  75. package/dist/components/KYC/CaptureSelfie.js +0 -285
  76. package/dist/components/KYC/DisplayImage.d.ts +0 -5
  77. package/dist/components/KYC/DisplayImage.js +0 -8
  78. package/dist/components/KYC/FileUpload.d.ts +0 -10
  79. package/dist/components/KYC/FileUpload.js +0 -72
  80. package/dist/components/KYC/NoCameraError.d.ts +0 -7
  81. package/dist/components/KYC/NoCameraError.js +0 -6
  82. package/dist/components/KYC/PersonOverlayDesktop.d.ts +0 -7
  83. package/dist/components/KYC/PersonOverlayDesktop.js +0 -9
  84. package/dist/components/KYC/backup/Header.d.ts +0 -1
  85. package/dist/components/KYC/backup/Header.js +0 -8
  86. package/dist/components/KYC/backup/Indicator.d.ts +0 -1
  87. package/dist/components/KYC/backup/Indicator.js +0 -9
  88. package/dist/components/KYC/backup/KYC.d.ts +0 -1
  89. package/dist/components/KYC/backup/KYC.js +0 -14
  90. package/dist/components/KYC/backup/KYC.lazy.d.ts +0 -1
  91. package/dist/components/KYC/backup/KYC.lazy.js +0 -26
  92. package/dist/components/KYC/backup/KYCContext.d.ts +0 -6
  93. package/dist/components/KYC/backup/KYCContext.js +0 -2
  94. package/dist/components/KYC/backup/Step1.d.ts +0 -1
  95. package/dist/components/KYC/backup/Step1.js +0 -13
  96. package/dist/components/KYC/backup/Step2.d.ts +0 -1
  97. package/dist/components/KYC/backup/Step2.js +0 -13
  98. package/dist/components/KYC/backup/Step3.d.ts +0 -1
  99. package/dist/components/KYC/backup/Step3.js +0 -13
  100. package/dist/components/KYC/backup/Step4.d.ts +0 -1
  101. package/dist/components/KYC/backup/Step4.js +0 -7
  102. package/dist/components/KYC/backup/useKYC.d.ts +0 -10
  103. package/dist/components/KYC/backup/useKYC.js +0 -8
  104. package/dist/components/KYC/loadModels.d.ts +0 -1
  105. package/dist/components/KYC/loadModels.js +0 -9
  106. package/dist/components/KYC/utils.d.ts +0 -9
  107. package/dist/components/KYC/utils.js +0 -79
  108. package/dist/components/Messages/Message.d.ts +0 -1
  109. package/dist/components/Messages/Message.js +0 -35
  110. package/dist/components/Messages/MessageContext.d.ts +0 -6
  111. package/dist/components/Messages/MessageContext.js +0 -2
  112. package/dist/components/Messages/MessagePopup.d.ts +0 -1
  113. package/dist/components/Messages/MessagePopup.js +0 -20
  114. package/dist/components/Messages/MessageTrigger.d.ts +0 -8
  115. package/dist/components/Messages/MessageTrigger.js +0 -19
  116. package/dist/components/Quests/CountdownTimer.d.ts +0 -15
  117. package/dist/components/Quests/CountdownTimer.js +0 -33
  118. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuest.d.ts +0 -4
  119. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuest.js +0 -78
  120. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuestModal.d.ts +0 -8
  121. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuestModal.js +0 -9
  122. package/dist/components/Quests/OnboardingQuest/OnboardingQuest.d.ts +0 -4
  123. package/dist/components/Quests/OnboardingQuest/OnboardingQuest.js +0 -4
  124. package/dist/components/Quests/WageringQuest/WageringQuest.d.ts +0 -4
  125. package/dist/components/Quests/WageringQuest/WageringQuest.js +0 -20
  126. package/dist/components/Quests/WageringQuest/WageringQuestModal.d.ts +0 -9
  127. package/dist/components/Quests/WageringQuest/WageringQuestModal.js +0 -9
  128. package/dist/components/SignIn/utils.d.ts +0 -8
  129. package/dist/components/SignIn/utils.js +0 -26
  130. package/dist/components/SignUp/SignUp.lazy.d.ts +0 -12
  131. package/dist/components/SignUp/SignUp.lazy.js +0 -18
  132. package/dist/components/SignUp/SignUpContext.d.ts +0 -6
  133. package/dist/components/SignUp/SignUpContext.js +0 -2
  134. package/dist/components/SignUp/SignUpDefault/SignUp.lazy.d.ts +0 -17
  135. package/dist/components/SignUp/SignUpDefault/SignUp.lazy.js +0 -18
  136. package/dist/components/SignUp/SignUpDefault/SignUpContext.d.ts +0 -6
  137. package/dist/components/SignUp/SignUpDefault/SignUpContext.js +0 -2
  138. package/dist/components/SignUp/SignUpDefault/SignUpForm.d.ts +0 -1
  139. package/dist/components/SignUp/SignUpDefault/SignUpForm.js +0 -310
  140. package/dist/components/SignUp/SignUpForm.d.ts +0 -1
  141. package/dist/components/SignUp/SignUpForm.js +0 -284
  142. package/dist/components/SignUp/SignUpKYC/CaptureIdDocument.d.ts +0 -1
  143. package/dist/components/SignUp/SignUpKYC/CaptureIdDocument.js +0 -198
  144. package/dist/components/SignUp/SignUpKYC/CaptureSelfie.d.ts +0 -1
  145. package/dist/components/SignUp/SignUpKYC/CaptureSelfie.js +0 -251
  146. package/dist/components/SignUp/SignUpKYC/ImageUploader.d.ts +0 -10
  147. package/dist/components/SignUp/SignUpKYC/ImageUploader.js +0 -42
  148. package/dist/components/SignUp/SignUpKYC/PersonOverlayDesktop.d.ts +0 -7
  149. package/dist/components/SignUp/SignUpKYC/PersonOverlayDesktop.js +0 -9
  150. package/dist/components/SignUp/SignUpKYC/SignUpFormKYC.d.ts +0 -1
  151. package/dist/components/SignUp/SignUpKYC/SignUpFormKYC.js +0 -464
  152. package/dist/components/SignUp/SignUpKYC/useImageUploader.d.ts +0 -11
  153. package/dist/components/SignUp/SignUpKYC/useImageUploader.js +0 -20
  154. package/dist/components/SignUp/SignUpKYC/utils.d.ts +0 -9
  155. package/dist/components/SignUp/SignUpKYC/utils.js +0 -79
  156. package/dist/components/SignUp/SignUpPagcor/CaptureIdDocument.d.ts +0 -1
  157. package/dist/components/SignUp/SignUpPagcor/CaptureIdDocument.js +0 -198
  158. package/dist/components/SignUp/SignUpPagcor/CaptureSelfie.d.ts +0 -1
  159. package/dist/components/SignUp/SignUpPagcor/CaptureSelfie.js +0 -251
  160. package/dist/components/SignUp/SignUpPagcor/ImageUploader.d.ts +0 -10
  161. package/dist/components/SignUp/SignUpPagcor/ImageUploader.js +0 -41
  162. package/dist/components/SignUp/SignUpPagcor/SignUpFormPagcor.d.ts +0 -1
  163. package/dist/components/SignUp/SignUpPagcor/SignUpFormPagcor.js +0 -429
  164. package/dist/components/SignUp/SignUpPagcor/SignUpPagcor.lazy.d.ts +0 -13
  165. package/dist/components/SignUp/SignUpPagcor/SignUpPagcor.lazy.js +0 -26
  166. package/dist/components/SignUp/SignUpPagcor/SignUpPagcorContext.d.ts +0 -7
  167. package/dist/components/SignUp/SignUpPagcor/SignUpPagcorContext.js +0 -2
  168. package/dist/components/SignUp/SignUpPagcor/useImageUploader.d.ts +0 -11
  169. package/dist/components/SignUp/SignUpPagcor/useImageUploader.js +0 -20
  170. package/dist/components/shared/IdDocumentField.client.d.ts +0 -25
  171. package/dist/components/shared/IdDocumentField.client.js +0 -204
  172. package/dist/components/shared/IdDocumentField.d.ts +0 -2
  173. package/dist/components/shared/IdDocumentField.js +0 -11
  174. package/dist/components/shared/SelfieField.client.d.ts +0 -20
  175. package/dist/components/shared/SelfieField.client.js +0 -327
  176. package/dist/components/shared/SelfieField.d.ts +0 -2
  177. package/dist/components/shared/SelfieField.js +0 -11
  178. package/dist/constants/BranchCode.d.ts +0 -4
  179. package/dist/constants/BranchCode.js +0 -42
  180. package/dist/constants/Branches.d.ts +0 -2
  181. package/dist/constants/Branches.js +0 -42
  182. package/dist/handlers/postTransformIdFrontImage.d.ts +0 -3
  183. package/dist/handlers/postTransformIdFrontImage.js +0 -67
  184. package/dist/handlers/postTransformSelfieImage.d.ts +0 -3
  185. package/dist/handlers/postTransformSelfieImage.js +0 -71
  186. package/dist/handlers.d.ts +0 -43
  187. package/dist/handlers.js +0 -297
  188. package/dist/icons/BellRingIcon.d.ts +0 -2
  189. package/dist/icons/BellRingIcon.js +0 -4
  190. package/dist/third-parties/FacebookPixel/FacebookPixel.d.ts +0 -4
  191. package/dist/third-parties/FacebookPixel/FacebookPixel.js +0 -4
  192. package/dist/third-parties/FacebookPixel/api.d.ts +0 -0
  193. package/dist/third-parties/FacebookPixel/api.js +0 -1
  194. package/dist/third-parties/FacebookPixel/index.d.ts +0 -1
  195. package/dist/third-parties/FacebookPixel/index.js +0 -1
  196. package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.d.ts +0 -4
  197. package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.js +0 -4
  198. package/dist/third-parties/GoogleRecaptcha/api.d.ts +0 -0
  199. package/dist/third-parties/GoogleRecaptcha/api.js +0 -1
  200. package/dist/third-parties/GoogleRecaptcha/index.d.ts +0 -1
  201. package/dist/third-parties/GoogleRecaptcha/index.js +0 -1
  202. package/dist/third-parties/index.d.ts +0 -2
  203. package/dist/third-parties/index.js +0 -2
  204. package/dist/utils/dataUrlToBlob.d.ts +0 -1
  205. package/dist/utils/dataUrlToBlob.js +0 -11
  206. package/dist/utils/gamesAvailable3pmTo3am.d.ts +0 -1
  207. package/dist/utils/gamesAvailable3pmTo3am.js +0 -1
  208. package/dist/utils/getGameName.d.ts +0 -1
  209. package/dist/utils/getGameName.js +0 -6
  210. package/dist/utils/isBetween3amAnd3pm.d.ts +0 -1
  211. package/dist/utils/isBetween3amAnd3pm.js +0 -5
  212. package/dist/utils/resizeImageSize.d.ts +0 -2
  213. package/dist/utils/resizeImageSize.js +0 -11
@@ -1,762 +1,762 @@
1
- @plugin '@tailwindcss/typography';
2
- @plugin 'tailwind-zag';
3
-
4
- @layer base {
5
- html {
6
- @apply scheme-light dark:scheme-dark scroll-smooth;
7
- }
8
-
9
- body {
10
- @apply bg-bg-primary text-text-primary-900 min-h-screen overflow-x-hidden scroll-smooth font-sans;
11
- }
12
-
13
- button {
14
- cursor: pointer;
15
- }
16
-
17
- button:disabled,
18
- button[data-disabled] {
19
- cursor: not-allowed;
20
- }
21
-
22
- input,
23
- input::-webkit-inner-spin-button,
24
- input::-webkit-outer-spin-button {
25
- appearance: none;
26
- -webkit-appearance: none;
27
- }
28
-
29
- input::-ms-reveal,
30
- input::-ms-clear,
31
- input::-webkit-credentials-auto-fill-button,
32
- input::-webkit-contacts-auto-fill-button,
33
- input::-webkit-clear-button,
34
- input::-webkit-search-clear-button,
35
- input::-webkit-search-cancel-button,
36
- input::-webkit-search-decoration,
37
- input::-webkit-search-results-button,
38
- input::-webkit-search-results-decoration {
39
- display: none;
40
- }
41
-
42
- .grecaptcha-badge {
43
- visibility: hidden !important;
44
- }
45
-
46
- @media screen and (min-width: 0px) and (orientation: portrait) {
47
- :root {
48
- --root-fs: 14px;
49
- }
50
- }
51
-
52
- @media screen and (min-width: 400px) and (orientation: portrait) {
53
- :root {
54
- --root-fs: 16px;
55
- }
56
- }
57
-
58
- @media screen and (min-width: 450px) and (orientation: portrait) {
59
- :root {
60
- --root-fs: 18px;
61
- }
62
- }
63
-
64
- @media screen and (min-width: 500px) and (orientation: portrait) {
65
- :root {
66
- --root-fs: 20px;
67
- }
68
- }
69
-
70
- @media screen and (min-width: 550px) and (orientation: portrait) {
71
- :root {
72
- --root-fs: 22px;
73
- }
74
- }
75
-
76
- @media screen and (min-width: 600px) and (orientation: portrait) {
77
- :root {
78
- --root-fs: 24px;
79
- }
80
- }
81
-
82
- @media screen and (min-width: 650px) and (orientation: portrait) {
83
- :root {
84
- --root-fs: 26px;
85
- }
86
- }
87
-
88
- @media screen and (min-width: 700px) and (orientation: portrait) {
89
- :root {
90
- --root-fs: 28px;
91
- }
92
- }
93
-
94
- @media screen and (min-width: 750px) and (orientation: portrait) {
95
- :root {
96
- --root-fs: 30px;
97
- }
98
- }
99
-
100
- @media screen and (min-width: 800px) and (orientation: portrait) {
101
- :root {
102
- --root-fs: 28px;
103
- }
104
- }
105
-
106
- @media screen and (min-width: 850px) and (orientation: portrait) {
107
- :root {
108
- --root-fs: 30px;
109
- }
110
- }
111
-
112
- @media screen and (min-width: 900px) and (orientation: portrait) {
113
- :root {
114
- --root-fs: 32px;
115
- }
116
- }
117
-
118
- @media screen and (min-width: 950px) and (orientation: portrait) {
119
- :root {
120
- --root-fs: 34px;
121
- }
122
- }
123
-
124
- @media screen and (min-width: 1000px) and (orientation: portrait) {
125
- :root {
126
- --root-fs: 36px;
127
- }
128
- }
129
-
130
- @media screen and (min-width: 1024px) and (orientation: portrait) {
131
- :root {
132
- --root-fs: 16px;
133
- }
134
- }
135
-
136
- html {
137
- font-size: var(--root-fs, 16px);
138
- }
139
- }
140
-
141
- @theme {
142
- --color-*: initial;
143
-
144
- --color-black: #000000;
145
- --color-white: #ffffff;
146
- --color-unset: unset;
147
- --color-inherit: inherit;
148
- --color-current: currentColor;
149
- --color-transparent: transparent;
150
-
151
- --color-utility-brand-50: #542c0d;
152
- --color-utility-brand-200: #854a0e;
153
- --color-utility-brand-500: #eaaa08;
154
- --color-utility-brand-600: #fac515;
155
- --color-utility-brand-700: #fde272;
156
- --color-utility-success-50: #053321;
157
- --color-utility-success-100: #074d31;
158
- --color-utility-success-200: #085d3a;
159
- --color-utility-success-500: #17b26a;
160
- --color-utility-success-700: #75e0a7;
161
- --color-utility-blue-50: #102a56;
162
- --color-utility-blue-200: #1849a9;
163
- --color-utility-blue-500: #2e90fa;
164
- --color-utility-blue-700: #84caff;
165
- --color-utility-error-50: #55160c;
166
- --color-utility-error-200: #912018;
167
- --color-utility-error-500: #f04438;
168
- --color-utility-error-700: #fda29b;
169
- --color-utility-warning-50: #4e1d09;
170
- --color-utility-warning-200: #93370d;
171
- --color-utility-warning-500: #f79009;
172
- --color-utility-warning-700: #fec84b;
173
- --color-utility-gray-50: #13161b;
174
- --color-utility-gray-100: #22262f;
175
- --color-utility-gray-200: #373a41;
176
- --color-utility-gray-700: #cecfd2;
177
-
178
- --color-brand-300: #fde272;
179
- --color-brand-400: #fac515;
180
- --color-brand-500: #eaaa08;
181
- --color-brand-700: #d5b86f;
182
- --color-brand-800: #22262f;
183
- --color-brand-950: #542c0d;
184
- --color-gray-300: #d0d5dd;
185
- --color-gray-800: #22262f;
186
- --color-error-200: #fecdca;
187
- --color-error-400: #f97066;
188
- --color-error-600: #d92d20;
189
- --color-error-700: #b42318;
190
- --color-yellow-400: #fac515;
191
- --color-yellow-700: #a15c07;
192
- --color-success-200: #abefc6;
193
- --color-success-400: #47cd89;
194
- --color-success-700: #067647;
195
- --color-success-800: #085d3a;
196
- --color-cyan-950: #0d2d3a;
197
- --color-blue-dark-700: #004eeb;
198
-
199
- --color-button-primary-bg: #fac515;
200
- --color-button-primary-fg: #542c0d;
201
- --color-button-primary-border: #fac515;
202
- --color-button-secondary-bg: #13161b;
203
- --color-button-secondary-fg: #fac515;
204
- --color-button-secondary-border: #fac515;
205
- --color-button-tertiary-fg: #fac515;
206
- --color-button-tertiary-error-fg: #fda29b;
207
-
208
- --color-bg-brand-dark-solid: #351e13;
209
- --color-bg-brand-solid: #ca8504;
210
- --color-bg-primary: #0c0e12;
211
- --color-bg-primary-900: #0c0e12;
212
- --color-bg-primary-hover: #22262f;
213
- --color-bg-primary-alt: #13161b;
214
- --color-bg-brand-secondary: #db9d29;
215
- --color-bg-brand-secondary-alt: #22262f;
216
- --color-bg-secondary: #13161b;
217
- --color-bg-secondary-alt: #0c0e12;
218
- --color-bg-tertiary: #22262f;
219
- --color-bg-quaternary: #373a41;
220
- --color-bg-active: #22262f;
221
- --color-bg-disabled: #1f242f;
222
- --color-bg-disabled-subtle: #13161b;
223
- --color-bg-success-secondary: #079455;
224
- --color-bg-overlay: #22262f;
225
- --color-bg-error-secondary: #d92d20;
226
- --color-bg-warning-secondary: #dc6803;
227
- --color-bg-dark: #202020;
228
-
229
-
230
- --color-jackpot-rays-primary: var(--color-bg-tertiary);
231
- --color-jackpot-rays-secondary: var(--color-bg-quaternary);
232
- --color-jackpot-table-scrollbar-track: var(--color-bg-primary-alt);
233
- --color-jackpot-table-scrollbar-thumb: var(--color-bg-quaternary);
234
-
235
-
236
- --color-text-brand: #feee95;
237
- --color-text-brand-700: #a15c07;
238
- --color-text-brand-primary-600: #eaaa08;
239
- --color-text-primary-900: #f5f5f6;
240
- --color-text-primary-brand: #f5f5f6;
241
- --color-text-primary-success: #17b26a;
242
- --color-text-secondary-700: #cecfd2;
243
- --color-text-tertiary-600: #94969c;
244
- --color-text-tertiary-hover: #cecfd2;
245
- --color-text-quarterary-brand: #94969c;
246
- --color-text-quarterary-500: #94969c;
247
- --color-text-senary-300: #61646c;
248
- --color-text-quinary: #85888e;
249
- --color-text-disabled: #85888e;
250
- --color-text-disabled-subtle: #d0d5dd;
251
- --color-text-placeholder: #85888e;
252
- --color-text-placeholder-subtle: #373a41;
253
- --color-text-nav-item-button-icon: #94969c;
254
- --color-text-nav-item-button-icon-active: #ececed;
255
- --color-text-success-primary: #17b26a;
256
- --color-text-success-primary-600: #47cd89;
257
- --color-text-warning-primary: #f79009;
258
- --color-text-warning-primary-600: #fdb022;
259
- --color-text-error-primary: #f04438;
260
- --color-text-featured-icon-light-success: #abefc6;
261
- --color-text-featured-icon-light-error: #fecdca;
262
- --color-text-featured-icon-light-warning: #fedf89;
263
- --color-dark-text: #cccccc;
264
-
265
- --color-border-primary: #373a41;
266
- --color-border-secondary: #22262f;
267
- --color-border-disabled: #373a41;
268
- --color-border-disabled-subtle: #22262f;
269
- --color-border-brand: #fac515;
270
- --color-border-brand-dark: #6b4328;
271
- --color-border-brand-solid: #ca8504;
272
- --color-border-dark: #373A41;
273
-
274
- /* Checkbox */
275
-
276
- --color-border-checkbox-primary: #373a41;
277
- --color-bg-checkbox-primary: var(--color-bg-primary);
278
- --color-border-checkbox-checked-primary: var(--color-border-brand-solid);
279
- --color-bg-checkbox-checked-primary: var(--color-bg-brand-solid);
280
- --color-text-checkbox-indicator-primary: #0d2d3a;
281
- --color-text-checkbox-label-primary: var(--color-text-secondary-700);
282
-
283
-
284
- /* Progress Bar */
285
-
286
- --color-bg-progress-bar-track-primary: var(--color-bg-primary);
287
- --color-bg-progress-bar-range-primary: var(--color-brand-400);
288
-
289
- /* Tabs */
290
-
291
- --color-border-tab-list-primary: var(--color-border-secondary);
292
- --color-bg-tab-list-primary: var(--color-bg-secondary-alt);
293
- --color-bg-tab-indicator-primary: var(--color-bg-primary-hover);
294
- --color-text-tab-trigger-primary: var(--color-text-quarterary-500);
295
- --color-text-tab-trigger-selected-primary: var(--color-text-primary-brand);
296
-
297
-
298
- /* Segment */
299
-
300
- --color-border-segment-root-primary: var(--color-border-secondary);
301
- --color-bg-segment-root-primary: var(--color-bg-secondary-alt);
302
- --color-bg-segment-indicator-primary: var(--color-bg-primary-hover);
303
- --color-text-segment-item-primary: var(--color-text-quarterary-500);
304
- --color-text-segment-item-checked-primary: var(--color-text-primary-brand);
305
-
306
-
307
-
308
-
309
- --color-bg-lock: #161B26;
310
- --color-border-lock: #333741;
311
- --color-text-lock: #85888E;
312
-
313
- --color-border-badge: #373A41;
314
- --color-bg-badge: #13161B;
315
- --color-text-badge: #CECFD2;
316
-
317
- --color-border-wagering-popup: transparent;
318
- --color-bg-wagering-stage-popup: #13161b;
319
- --color-border-wagering-stage-popup: transparent;
320
-
321
-
322
- --font-sans: var(--font-sans);
323
- --font-mono: var(--font-mono);
324
-
325
- --text-2xs: 0.625rem;
326
- --text-2xs--line-height: 1.125rem;
327
- --text-3xs: 0.5rem;
328
- --text-3xs--line-height: 0.75rem;
329
-
330
- --spacing-4\.5: 1.125rem;
331
- --spacing-5\.5: 1.375rem;
332
- --spacing-6\.5: 1.625rem;
333
- --spacing-7\.5: 1.875rem;
334
- --spacing-8\.5: 2.25rem;
335
- --spacing-9\.5: 2.375rem;
336
- --spacing-13: 3.25rem;
337
- --spacing-18: 4.5rem;
338
- --spacing-xxs: 0.125rem;
339
- --spacing-xs: 0.25rem;
340
- --spacing-sm: 0.375rem;
341
- --spacing-md: 0.5rem;
342
- --spacing-lg: 0.75rem;
343
- --spacing-xl: 1rem;
344
- --spacing-2xl: 1.25rem;
345
- --spacing-3xl: 1.5rem;
346
- --spacing-4xl: 2rem;
347
- --spacing-5xl: 2.5rem;
348
- --spacing-6xl: 3rem;
349
- --spacing-7xl: 4rem;
350
- --spacing-8xl: 5rem;
351
-
352
- --radius-xs: 0.25rem;
353
- --radius-sm: 0.375rem;
354
- --radius-md: 0.5rem;
355
- --radius-lg: 0.625rem;
356
- --radius-xl: 0.75rem;
357
- --radius-2xl: 1rem;
358
-
359
- --shadow-*: initial;
360
- --shadow-xs: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
361
- --shadow-sm:
362
- 0px 1px 2px 0px rgba(16, 24, 40, 0.06),
363
- 0px 1px 3px 0px rgba(16, 24, 40, 0.1);
364
- --shadow-md:
365
- 0px 2px 4px -2px rgba(16, 24, 40, 0.06),
366
- 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
367
- --shadow-lg:
368
- 0px 12px 16px -4px rgba(16, 24, 40, 0.08),
369
- 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
370
- --shadow-xl:
371
- 0px 20px 24px -4px rgba(16, 24, 40, 0.08),
372
- 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
373
- --shadow-brand: 0px 0px 0px 4px rgba(250, 197, 21, 0.24);
374
- --shadow-brand-xs:
375
- 0px 1px 2px 0px rgba(16, 24, 40, 0.05),
376
- 0px 0px 0px 4px rgba(250, 197, 21, 0.5);
377
- --shadow-none: 0 0 #0000;
378
-
379
- --z-dropdown: 1000;
380
- --z-sticky: 1100;
381
- --z-banner: 1200;
382
- --z-backdrop: 1300;
383
- --z-drawer: 1400;
384
- --z-dialog: 1500;
385
- --z-popover: 1600;
386
- --z-toast: 1700;
387
- --z-tooltip: 1800;
388
-
389
- --animate-fade-in: fade-in 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
390
- --animate-fade-out: fade-out 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
391
- --animate-backdrop-in: fade-in 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
392
- --animate-backdrop-out: fade-out 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
393
- --animate-dialog-in: dialog-in 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
394
- --animate-dialog-out: dialog-out 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
395
- --animate-alertdialog-in: alertdialog-in 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
396
- --animate-alertdialog-out: alertdialog-out 250ms
397
- cubic-bezier(0.3, 0, 0.8, 0.15);
398
- --animate-drawer-in-left: drawer-in-left 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
399
- --animate-drawer-out-left: drawer-out-left 250ms
400
- cubic-bezier(0.3, 0, 0.8, 0.15);
401
- --animate-drawer-in-right: drawer-in-right 400ms
402
- cubic-bezier(0.05, 0.7, 0.1, 1);
403
- --animate-drawer-out-right: drawer-out-right 250ms
404
- cubic-bezier(0.3, 0, 0.8, 0.15);
405
- --animate-popover-in-bottom: popover-in-bottom 400ms
406
- cubic-bezier(0.05, 0.7, 0.1, 1);
407
- --animate-popover-out-bottom: popover-out-bottom 250ms
408
- cubic-bezier(0.3, 0, 0.8, 0.15);
409
- --animate-popover-in-top: popover-in-top 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
410
- --animate-popover-out-top: popover-out-top 250ms
411
- cubic-bezier(0.3, 0, 0.8, 0.15);
412
- --animate-popover-in-left: popover-in-left 400ms
413
- cubic-bezier(0.05, 0.7, 0.1, 1);
414
- --animate-popover-out-left: popover-out-left 250ms
415
- cubic-bezier(0.3, 0, 0.8, 0.15);
416
- --animate-popover-in-right: popover-in-right 400ms
417
- cubic-bezier(0.05, 0.7, 0.1, 1);
418
- --animate-popover-out-right: popover-out-right 250ms
419
- cubic-bezier(0.3, 0, 0.8, 0.15);
420
- --animate-collapse-in: collapse-in 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
421
- --animate-collapse-out: collapse-out 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
422
- --animate-slide-in-left: slide-in-left 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
423
- --animate-slide-out-left: slide-out-left 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
424
- --animate-slide-in-right: slide-in-right 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
425
- --animate-slide-out-right: slide-out-right 250ms
426
- cubic-bezier(0.3, 0, 0.8, 0.15);
427
- --animate-slide-in-down: slide-in-down 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
428
- --animate-slide-out-down: slide-out-down 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
429
- --animate-scale-in: scale-in 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
430
- --animate-scale-out: scale-out 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
431
- --animate-marquee: marquee 10s linear infinite forwards;
432
-
433
- @keyframes fade-in {
434
- from {
435
- opacity: 0;
436
- }
437
- to {
438
- opacity: 1;
439
- }
440
- }
441
-
442
- @keyframes fade-out {
443
- from {
444
- opacity: 1;
445
- }
446
- to {
447
- opacity: 0;
448
- }
449
- }
450
-
451
- @keyframes dialog-in {
452
- from {
453
- opacity: 0;
454
- transform: scale(0.8);
455
- }
456
- to {
457
- opacity: 1;
458
- transform: scale(1);
459
- }
460
- }
461
-
462
- @keyframes dialog-out {
463
- from {
464
- opacity: 1;
465
- transform: scale(1);
466
- }
467
- to {
468
- opacity: 0;
469
- transform: scale(0.8);
470
- }
471
- }
472
-
473
- @keyframes alertdialog-in {
474
- from {
475
- opacity: 0;
476
- transform: translateY(4rem);
477
- }
478
- to {
479
- opacity: 1;
480
- transform: translateY(0);
481
- }
482
- }
483
-
484
- @keyframes alertdialog-out {
485
- from {
486
- opacity: 1;
487
- transform: translateY(0);
488
- }
489
- to {
490
- opacity: 0;
491
- transform: translateY(4rem);
492
- }
493
- }
494
-
495
- @keyframes drawer-in-left {
496
- from {
497
- transform: translateX(-100%);
498
- }
499
- to {
500
- transform: translateX(0);
501
- }
502
- }
503
-
504
- @keyframes drawer-out-left {
505
- from {
506
- transform: translateX(0);
507
- }
508
- to {
509
- transform: translateX(-100%);
510
- }
511
- }
512
-
513
- @keyframes drawer-in-right {
514
- from {
515
- transform: translateX(100%);
516
- }
517
- to {
518
- transform: translateX(0);
519
- }
520
- }
521
-
522
- @keyframes drawer-out-right {
523
- from {
524
- transform: translateX(0);
525
- }
526
- to {
527
- transform: translateX(100%);
528
- }
529
- }
530
-
531
- @keyframes popover-in-bottom {
532
- from {
533
- opacity: 0.25;
534
- transform: translateY(0.5rem);
535
- }
536
- to {
537
- opacity: 1;
538
- transform: translateY(0);
539
- }
540
- }
541
-
542
- @keyframes popover-out-bottom {
543
- from {
544
- opacity: 1;
545
- transform: translateY(0);
546
- }
547
- to {
548
- opacity: 0.25;
549
- transform: translateY(0.5rem);
550
- }
551
- }
552
-
553
- @keyframes popover-in-top {
554
- from {
555
- opacity: 0.25;
556
- transform: translateY(-0.5rem);
557
- }
558
- to {
559
- opacity: 1;
560
- transform: translateY(0);
561
- }
562
- }
563
-
564
- @keyframes popover-out-top {
565
- from {
566
- opacity: 1;
567
- transform: translateY(0);
568
- }
569
- to {
570
- opacity: 0.25;
571
- transform: translateY(-0.5rem);
572
- }
573
- }
574
-
575
- @keyframes popover-in-left {
576
- from {
577
- opacity: 0.25;
578
- transform: translateX(-0.5rem);
579
- }
580
- to {
581
- opacity: 1;
582
- transform: translateX(0);
583
- }
584
- }
585
-
586
- @keyframes popover-out-left {
587
- from {
588
- opacity: 1;
589
- transform: translateX(0);
590
- }
591
- to {
592
- opacity: 0.25;
593
- transform: translateX(-0.5rem);
594
- }
595
- }
596
-
597
- @keyframes popover-in-right {
598
- from {
599
- opacity: 0.25;
600
- transform: translateX(0.5rem);
601
- }
602
- to {
603
- opacity: 1;
604
- transform: translateX(0);
605
- }
606
- }
607
-
608
- @keyframes popover-out-right {
609
- from {
610
- opacity: 1;
611
- transform: translateX(0);
612
- }
613
- to {
614
- opacity: 0.25;
615
- transform: translateX(0.5rem);
616
- }
617
- }
618
-
619
- @keyframes collapse-in {
620
- from {
621
- height: 0;
622
- opacity: 5;
623
- }
624
- to {
625
- height: var(--height);
626
- opacity: 1;
627
- }
628
- }
629
-
630
- @keyframes collapse-out {
631
- from {
632
- height: var(--height);
633
- opacity: 1;
634
- }
635
- to {
636
- height: 0;
637
- opacity: 5;
638
- }
639
- }
640
-
641
- @keyframes slide-in-left {
642
- from {
643
- transform: translateX(-100%);
644
- }
645
- to {
646
- transform: translateX(0);
647
- }
648
- }
649
-
650
- @keyframes slide-out-left {
651
- from {
652
- transform: translateX(0);
653
- }
654
- to {
655
- transform: translateX(-100%);
656
- }
657
- }
658
-
659
- @keyframes slide-in-right {
660
- from {
661
- transform: translateX(100%);
662
- }
663
- to {
664
- transform: translateX(0);
665
- }
666
- }
667
-
668
- @keyframes slide-out-right {
669
- from {
670
- transform: translateX(0);
671
- }
672
- to {
673
- transform: translateX(100%);
674
- }
675
- }
676
-
677
- @keyframes slide-in-down {
678
- from {
679
- transform: translateY(-100%);
680
- }
681
- to {
682
- transform: translateY(0);
683
- }
684
- }
685
-
686
- @keyframes slide-out-down {
687
- from {
688
- transform: translateY(0);
689
- }
690
- to {
691
- transform: translateY(-100%);
692
- }
693
- }
694
-
695
- @keyframes scale-in {
696
- from {
697
- transform: scale(0.85);
698
- opacity: 0;
699
- }
700
- to {
701
- transform: scale(1);
702
- opacity: 1;
703
- }
704
- }
705
-
706
- @keyframes scale-out {
707
- from {
708
- transform: scale(1);
709
- opacity: 1;
710
- }
711
- to {
712
- transform: scale(0.85);
713
- opacity: 0;
714
- }
715
- }
716
-
717
- @keyframes marquee {
718
- to {
719
- transform: translateX(-100%);
720
- }
721
- }
722
- }
723
-
724
- @utility z-* {
725
- z-index: --value(--z-\*, integer);
726
- }
727
-
728
- @utility arrow-bg-* {
729
- --arrow-background: --value(--color-\*, [color]);
730
- }
731
-
732
- @utility arrow-size-* {
733
- --arrow-size: calc(var(--spacing) * --value(integer));
734
- --arrow-size: --value([\*]);
735
- }
736
-
737
- @utility bleed {
738
- position: relative;
739
- width: 100dvw;
740
- left: 50%;
741
- right: 50%;
742
- margin-left: -50dvw;
743
- margin-right: -50dvw;
744
- }
745
-
746
- @utility not-bleed {
747
- position: relative;
748
- width: auto;
749
- left: auto;
750
- right: auto;
751
- margin-left: 0;
752
- margin-right: 0;
753
- }
754
-
755
- @custom-variant icon (& svg);
756
- @custom-variant tr (& tr);
757
- @custom-variant td (& td);
758
- @custom-variant th (& th);
759
- @custom-variant scrollbar (&::-webkit-scrollbar);
760
- @custom-variant scrollbar-thumb (&::-webkit-scrollbar-thumb);
761
- @custom-variant scrollbar-track (&::-webkit-scrollbar-track);
762
- @custom-variant dark (&:where(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *));
1
+ @plugin '@tailwindcss/typography';
2
+ @plugin 'tailwind-zag';
3
+
4
+ @layer base {
5
+ html {
6
+ @apply scheme-light dark:scheme-dark scroll-smooth;
7
+ }
8
+
9
+ body {
10
+ @apply bg-bg-primary text-text-primary-900 min-h-screen overflow-x-hidden scroll-smooth font-sans;
11
+ }
12
+
13
+ button {
14
+ cursor: pointer;
15
+ }
16
+
17
+ button:disabled,
18
+ button[data-disabled] {
19
+ cursor: not-allowed;
20
+ }
21
+
22
+ input,
23
+ input::-webkit-inner-spin-button,
24
+ input::-webkit-outer-spin-button {
25
+ appearance: none;
26
+ -webkit-appearance: none;
27
+ }
28
+
29
+ input::-ms-reveal,
30
+ input::-ms-clear,
31
+ input::-webkit-credentials-auto-fill-button,
32
+ input::-webkit-contacts-auto-fill-button,
33
+ input::-webkit-clear-button,
34
+ input::-webkit-search-clear-button,
35
+ input::-webkit-search-cancel-button,
36
+ input::-webkit-search-decoration,
37
+ input::-webkit-search-results-button,
38
+ input::-webkit-search-results-decoration {
39
+ display: none;
40
+ }
41
+
42
+ .grecaptcha-badge {
43
+ visibility: hidden !important;
44
+ }
45
+
46
+ @media screen and (min-width: 0px) and (orientation: portrait) {
47
+ :root {
48
+ --root-fs: 14px;
49
+ }
50
+ }
51
+
52
+ @media screen and (min-width: 400px) and (orientation: portrait) {
53
+ :root {
54
+ --root-fs: 16px;
55
+ }
56
+ }
57
+
58
+ @media screen and (min-width: 450px) and (orientation: portrait) {
59
+ :root {
60
+ --root-fs: 18px;
61
+ }
62
+ }
63
+
64
+ @media screen and (min-width: 500px) and (orientation: portrait) {
65
+ :root {
66
+ --root-fs: 20px;
67
+ }
68
+ }
69
+
70
+ @media screen and (min-width: 550px) and (orientation: portrait) {
71
+ :root {
72
+ --root-fs: 22px;
73
+ }
74
+ }
75
+
76
+ @media screen and (min-width: 600px) and (orientation: portrait) {
77
+ :root {
78
+ --root-fs: 24px;
79
+ }
80
+ }
81
+
82
+ @media screen and (min-width: 650px) and (orientation: portrait) {
83
+ :root {
84
+ --root-fs: 26px;
85
+ }
86
+ }
87
+
88
+ @media screen and (min-width: 700px) and (orientation: portrait) {
89
+ :root {
90
+ --root-fs: 28px;
91
+ }
92
+ }
93
+
94
+ @media screen and (min-width: 750px) and (orientation: portrait) {
95
+ :root {
96
+ --root-fs: 30px;
97
+ }
98
+ }
99
+
100
+ @media screen and (min-width: 800px) and (orientation: portrait) {
101
+ :root {
102
+ --root-fs: 28px;
103
+ }
104
+ }
105
+
106
+ @media screen and (min-width: 850px) and (orientation: portrait) {
107
+ :root {
108
+ --root-fs: 30px;
109
+ }
110
+ }
111
+
112
+ @media screen and (min-width: 900px) and (orientation: portrait) {
113
+ :root {
114
+ --root-fs: 32px;
115
+ }
116
+ }
117
+
118
+ @media screen and (min-width: 950px) and (orientation: portrait) {
119
+ :root {
120
+ --root-fs: 34px;
121
+ }
122
+ }
123
+
124
+ @media screen and (min-width: 1000px) and (orientation: portrait) {
125
+ :root {
126
+ --root-fs: 36px;
127
+ }
128
+ }
129
+
130
+ @media screen and (min-width: 1024px) and (orientation: portrait) {
131
+ :root {
132
+ --root-fs: 16px;
133
+ }
134
+ }
135
+
136
+ html {
137
+ font-size: var(--root-fs, 16px);
138
+ }
139
+ }
140
+
141
+ @theme {
142
+ --color-*: initial;
143
+
144
+ --color-black: #000000;
145
+ --color-white: #ffffff;
146
+ --color-unset: unset;
147
+ --color-inherit: inherit;
148
+ --color-current: currentColor;
149
+ --color-transparent: transparent;
150
+
151
+ --color-utility-brand-50: #542c0d;
152
+ --color-utility-brand-200: #854a0e;
153
+ --color-utility-brand-500: #eaaa08;
154
+ --color-utility-brand-600: #fac515;
155
+ --color-utility-brand-700: #fde272;
156
+ --color-utility-success-50: #053321;
157
+ --color-utility-success-100: #074d31;
158
+ --color-utility-success-200: #085d3a;
159
+ --color-utility-success-500: #17b26a;
160
+ --color-utility-success-700: #75e0a7;
161
+ --color-utility-blue-50: #102a56;
162
+ --color-utility-blue-200: #1849a9;
163
+ --color-utility-blue-500: #2e90fa;
164
+ --color-utility-blue-700: #84caff;
165
+ --color-utility-error-50: #55160c;
166
+ --color-utility-error-200: #912018;
167
+ --color-utility-error-500: #f04438;
168
+ --color-utility-error-700: #fda29b;
169
+ --color-utility-warning-50: #4e1d09;
170
+ --color-utility-warning-200: #93370d;
171
+ --color-utility-warning-500: #f79009;
172
+ --color-utility-warning-700: #fec84b;
173
+ --color-utility-gray-50: #13161b;
174
+ --color-utility-gray-100: #22262f;
175
+ --color-utility-gray-200: #373a41;
176
+ --color-utility-gray-700: #cecfd2;
177
+
178
+ --color-brand-300: #fde272;
179
+ --color-brand-400: #fac515;
180
+ --color-brand-500: #eaaa08;
181
+ --color-brand-700: #d5b86f;
182
+ --color-brand-800: #22262f;
183
+ --color-brand-950: #542c0d;
184
+ --color-gray-300: #d0d5dd;
185
+ --color-gray-800: #22262f;
186
+ --color-error-200: #fecdca;
187
+ --color-error-400: #f97066;
188
+ --color-error-600: #d92d20;
189
+ --color-error-700: #b42318;
190
+ --color-yellow-400: #fac515;
191
+ --color-yellow-700: #a15c07;
192
+ --color-success-200: #abefc6;
193
+ --color-success-400: #47cd89;
194
+ --color-success-700: #067647;
195
+ --color-success-800: #085d3a;
196
+ --color-cyan-950: #0d2d3a;
197
+ --color-blue-dark-700: #004eeb;
198
+
199
+ --color-button-primary-bg: #fac515;
200
+ --color-button-primary-fg: #542c0d;
201
+ --color-button-primary-border: #fac515;
202
+ --color-button-secondary-bg: #13161b;
203
+ --color-button-secondary-fg: #fac515;
204
+ --color-button-secondary-border: #fac515;
205
+ --color-button-tertiary-fg: #fac515;
206
+ --color-button-tertiary-error-fg: #fda29b;
207
+
208
+ --color-bg-brand-dark-solid: #351e13;
209
+ --color-bg-brand-solid: #ca8504;
210
+ --color-bg-primary: #0c0e12;
211
+ --color-bg-primary-900: #0c0e12;
212
+ --color-bg-primary-hover: #22262f;
213
+ --color-bg-primary-alt: #13161b;
214
+ --color-bg-brand-secondary: #db9d29;
215
+ --color-bg-brand-secondary-alt: #22262f;
216
+ --color-bg-secondary: #13161b;
217
+ --color-bg-secondary-alt: #0c0e12;
218
+ --color-bg-tertiary: #22262f;
219
+ --color-bg-quaternary: #373a41;
220
+ --color-bg-active: #22262f;
221
+ --color-bg-disabled: #1f242f;
222
+ --color-bg-disabled-subtle: #13161b;
223
+ --color-bg-success-secondary: #079455;
224
+ --color-bg-overlay: #22262f;
225
+ --color-bg-error-secondary: #d92d20;
226
+ --color-bg-warning-secondary: #dc6803;
227
+ --color-bg-dark: #202020;
228
+
229
+
230
+ --color-jackpot-rays-primary: var(--color-bg-tertiary);
231
+ --color-jackpot-rays-secondary: var(--color-bg-quaternary);
232
+ --color-jackpot-table-scrollbar-track: var(--color-bg-primary-alt);
233
+ --color-jackpot-table-scrollbar-thumb: var(--color-bg-quaternary);
234
+
235
+
236
+ --color-text-brand: #feee95;
237
+ --color-text-brand-700: #a15c07;
238
+ --color-text-brand-primary-600: #eaaa08;
239
+ --color-text-primary-900: #f5f5f6;
240
+ --color-text-primary-brand: #f5f5f6;
241
+ --color-text-primary-success: #17b26a;
242
+ --color-text-secondary-700: #cecfd2;
243
+ --color-text-tertiary-600: #94969c;
244
+ --color-text-tertiary-hover: #cecfd2;
245
+ --color-text-quarterary-brand: #94969c;
246
+ --color-text-quarterary-500: #94969c;
247
+ --color-text-senary-300: #61646c;
248
+ --color-text-quinary: #85888e;
249
+ --color-text-disabled: #85888e;
250
+ --color-text-disabled-subtle: #d0d5dd;
251
+ --color-text-placeholder: #85888e;
252
+ --color-text-placeholder-subtle: #373a41;
253
+ --color-text-nav-item-button-icon: #94969c;
254
+ --color-text-nav-item-button-icon-active: #ececed;
255
+ --color-text-success-primary: #17b26a;
256
+ --color-text-success-primary-600: #47cd89;
257
+ --color-text-warning-primary: #f79009;
258
+ --color-text-warning-primary-600: #fdb022;
259
+ --color-text-error-primary: #f04438;
260
+ --color-text-featured-icon-light-success: #abefc6;
261
+ --color-text-featured-icon-light-error: #fecdca;
262
+ --color-text-featured-icon-light-warning: #fedf89;
263
+ --color-dark-text: #cccccc;
264
+
265
+ --color-border-primary: #373a41;
266
+ --color-border-secondary: #22262f;
267
+ --color-border-disabled: #373a41;
268
+ --color-border-disabled-subtle: #22262f;
269
+ --color-border-brand: #fac515;
270
+ --color-border-brand-dark: #6b4328;
271
+ --color-border-brand-solid: #ca8504;
272
+ --color-border-dark: #373A41;
273
+
274
+ /* Checkbox */
275
+
276
+ --color-border-checkbox-primary: #373a41;
277
+ --color-bg-checkbox-primary: var(--color-bg-primary);
278
+ --color-border-checkbox-checked-primary: var(--color-border-brand-solid);
279
+ --color-bg-checkbox-checked-primary: var(--color-bg-brand-solid);
280
+ --color-text-checkbox-indicator-primary: #0d2d3a;
281
+ --color-text-checkbox-label-primary: var(--color-text-secondary-700);
282
+
283
+
284
+ /* Progress Bar */
285
+
286
+ --color-bg-progress-bar-track-primary: var(--color-bg-primary);
287
+ --color-bg-progress-bar-range-primary: var(--color-brand-400);
288
+
289
+ /* Tabs */
290
+
291
+ --color-border-tab-list-primary: var(--color-border-secondary);
292
+ --color-bg-tab-list-primary: var(--color-bg-secondary-alt);
293
+ --color-bg-tab-indicator-primary: var(--color-bg-primary-hover);
294
+ --color-text-tab-trigger-primary: var(--color-text-quarterary-500);
295
+ --color-text-tab-trigger-selected-primary: var(--color-text-primary-brand);
296
+
297
+
298
+ /* Segment */
299
+
300
+ --color-border-segment-root-primary: var(--color-border-secondary);
301
+ --color-bg-segment-root-primary: var(--color-bg-secondary-alt);
302
+ --color-bg-segment-indicator-primary: var(--color-bg-primary-hover);
303
+ --color-text-segment-item-primary: var(--color-text-quarterary-500);
304
+ --color-text-segment-item-checked-primary: var(--color-text-primary-brand);
305
+
306
+
307
+
308
+
309
+ --color-bg-lock: #161B26;
310
+ --color-border-lock: #333741;
311
+ --color-text-lock: #85888E;
312
+
313
+ --color-border-badge: #373A41;
314
+ --color-bg-badge: #13161B;
315
+ --color-text-badge: #CECFD2;
316
+
317
+ --color-border-wagering-popup: transparent;
318
+ --color-bg-wagering-stage-popup: #13161b;
319
+ --color-border-wagering-stage-popup: transparent;
320
+
321
+
322
+ --font-sans: var(--font-sans);
323
+ --font-mono: var(--font-mono);
324
+
325
+ --text-2xs: 0.625rem;
326
+ --text-2xs--line-height: 1.125rem;
327
+ --text-3xs: 0.5rem;
328
+ --text-3xs--line-height: 0.75rem;
329
+
330
+ --spacing-4\.5: 1.125rem;
331
+ --spacing-5\.5: 1.375rem;
332
+ --spacing-6\.5: 1.625rem;
333
+ --spacing-7\.5: 1.875rem;
334
+ --spacing-8\.5: 2.25rem;
335
+ --spacing-9\.5: 2.375rem;
336
+ --spacing-13: 3.25rem;
337
+ --spacing-18: 4.5rem;
338
+ --spacing-xxs: 0.125rem;
339
+ --spacing-xs: 0.25rem;
340
+ --spacing-sm: 0.375rem;
341
+ --spacing-md: 0.5rem;
342
+ --spacing-lg: 0.75rem;
343
+ --spacing-xl: 1rem;
344
+ --spacing-2xl: 1.25rem;
345
+ --spacing-3xl: 1.5rem;
346
+ --spacing-4xl: 2rem;
347
+ --spacing-5xl: 2.5rem;
348
+ --spacing-6xl: 3rem;
349
+ --spacing-7xl: 4rem;
350
+ --spacing-8xl: 5rem;
351
+
352
+ --radius-xs: 0.25rem;
353
+ --radius-sm: 0.375rem;
354
+ --radius-md: 0.5rem;
355
+ --radius-lg: 0.625rem;
356
+ --radius-xl: 0.75rem;
357
+ --radius-2xl: 1rem;
358
+
359
+ --shadow-*: initial;
360
+ --shadow-xs: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
361
+ --shadow-sm:
362
+ 0px 1px 2px 0px rgba(16, 24, 40, 0.06),
363
+ 0px 1px 3px 0px rgba(16, 24, 40, 0.1);
364
+ --shadow-md:
365
+ 0px 2px 4px -2px rgba(16, 24, 40, 0.06),
366
+ 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
367
+ --shadow-lg:
368
+ 0px 12px 16px -4px rgba(16, 24, 40, 0.08),
369
+ 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
370
+ --shadow-xl:
371
+ 0px 20px 24px -4px rgba(16, 24, 40, 0.08),
372
+ 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
373
+ --shadow-brand: 0px 0px 0px 4px rgba(250, 197, 21, 0.24);
374
+ --shadow-brand-xs:
375
+ 0px 1px 2px 0px rgba(16, 24, 40, 0.05),
376
+ 0px 0px 0px 4px rgba(250, 197, 21, 0.5);
377
+ --shadow-none: 0 0 #0000;
378
+
379
+ --z-dropdown: 1000;
380
+ --z-sticky: 1100;
381
+ --z-banner: 1200;
382
+ --z-backdrop: 1300;
383
+ --z-drawer: 1400;
384
+ --z-dialog: 1500;
385
+ --z-popover: 1600;
386
+ --z-toast: 1700;
387
+ --z-tooltip: 1800;
388
+
389
+ --animate-fade-in: fade-in 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
390
+ --animate-fade-out: fade-out 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
391
+ --animate-backdrop-in: fade-in 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
392
+ --animate-backdrop-out: fade-out 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
393
+ --animate-dialog-in: dialog-in 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
394
+ --animate-dialog-out: dialog-out 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
395
+ --animate-alertdialog-in: alertdialog-in 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
396
+ --animate-alertdialog-out: alertdialog-out 250ms
397
+ cubic-bezier(0.3, 0, 0.8, 0.15);
398
+ --animate-drawer-in-left: drawer-in-left 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
399
+ --animate-drawer-out-left: drawer-out-left 250ms
400
+ cubic-bezier(0.3, 0, 0.8, 0.15);
401
+ --animate-drawer-in-right: drawer-in-right 400ms
402
+ cubic-bezier(0.05, 0.7, 0.1, 1);
403
+ --animate-drawer-out-right: drawer-out-right 250ms
404
+ cubic-bezier(0.3, 0, 0.8, 0.15);
405
+ --animate-popover-in-bottom: popover-in-bottom 400ms
406
+ cubic-bezier(0.05, 0.7, 0.1, 1);
407
+ --animate-popover-out-bottom: popover-out-bottom 250ms
408
+ cubic-bezier(0.3, 0, 0.8, 0.15);
409
+ --animate-popover-in-top: popover-in-top 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
410
+ --animate-popover-out-top: popover-out-top 250ms
411
+ cubic-bezier(0.3, 0, 0.8, 0.15);
412
+ --animate-popover-in-left: popover-in-left 400ms
413
+ cubic-bezier(0.05, 0.7, 0.1, 1);
414
+ --animate-popover-out-left: popover-out-left 250ms
415
+ cubic-bezier(0.3, 0, 0.8, 0.15);
416
+ --animate-popover-in-right: popover-in-right 400ms
417
+ cubic-bezier(0.05, 0.7, 0.1, 1);
418
+ --animate-popover-out-right: popover-out-right 250ms
419
+ cubic-bezier(0.3, 0, 0.8, 0.15);
420
+ --animate-collapse-in: collapse-in 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
421
+ --animate-collapse-out: collapse-out 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
422
+ --animate-slide-in-left: slide-in-left 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
423
+ --animate-slide-out-left: slide-out-left 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
424
+ --animate-slide-in-right: slide-in-right 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
425
+ --animate-slide-out-right: slide-out-right 250ms
426
+ cubic-bezier(0.3, 0, 0.8, 0.15);
427
+ --animate-slide-in-down: slide-in-down 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
428
+ --animate-slide-out-down: slide-out-down 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
429
+ --animate-scale-in: scale-in 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
430
+ --animate-scale-out: scale-out 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
431
+ --animate-marquee: marquee 10s linear infinite forwards;
432
+
433
+ @keyframes fade-in {
434
+ from {
435
+ opacity: 0;
436
+ }
437
+ to {
438
+ opacity: 1;
439
+ }
440
+ }
441
+
442
+ @keyframes fade-out {
443
+ from {
444
+ opacity: 1;
445
+ }
446
+ to {
447
+ opacity: 0;
448
+ }
449
+ }
450
+
451
+ @keyframes dialog-in {
452
+ from {
453
+ opacity: 0;
454
+ transform: scale(0.8);
455
+ }
456
+ to {
457
+ opacity: 1;
458
+ transform: scale(1);
459
+ }
460
+ }
461
+
462
+ @keyframes dialog-out {
463
+ from {
464
+ opacity: 1;
465
+ transform: scale(1);
466
+ }
467
+ to {
468
+ opacity: 0;
469
+ transform: scale(0.8);
470
+ }
471
+ }
472
+
473
+ @keyframes alertdialog-in {
474
+ from {
475
+ opacity: 0;
476
+ transform: translateY(4rem);
477
+ }
478
+ to {
479
+ opacity: 1;
480
+ transform: translateY(0);
481
+ }
482
+ }
483
+
484
+ @keyframes alertdialog-out {
485
+ from {
486
+ opacity: 1;
487
+ transform: translateY(0);
488
+ }
489
+ to {
490
+ opacity: 0;
491
+ transform: translateY(4rem);
492
+ }
493
+ }
494
+
495
+ @keyframes drawer-in-left {
496
+ from {
497
+ transform: translateX(-100%);
498
+ }
499
+ to {
500
+ transform: translateX(0);
501
+ }
502
+ }
503
+
504
+ @keyframes drawer-out-left {
505
+ from {
506
+ transform: translateX(0);
507
+ }
508
+ to {
509
+ transform: translateX(-100%);
510
+ }
511
+ }
512
+
513
+ @keyframes drawer-in-right {
514
+ from {
515
+ transform: translateX(100%);
516
+ }
517
+ to {
518
+ transform: translateX(0);
519
+ }
520
+ }
521
+
522
+ @keyframes drawer-out-right {
523
+ from {
524
+ transform: translateX(0);
525
+ }
526
+ to {
527
+ transform: translateX(100%);
528
+ }
529
+ }
530
+
531
+ @keyframes popover-in-bottom {
532
+ from {
533
+ opacity: 0.25;
534
+ transform: translateY(0.5rem);
535
+ }
536
+ to {
537
+ opacity: 1;
538
+ transform: translateY(0);
539
+ }
540
+ }
541
+
542
+ @keyframes popover-out-bottom {
543
+ from {
544
+ opacity: 1;
545
+ transform: translateY(0);
546
+ }
547
+ to {
548
+ opacity: 0.25;
549
+ transform: translateY(0.5rem);
550
+ }
551
+ }
552
+
553
+ @keyframes popover-in-top {
554
+ from {
555
+ opacity: 0.25;
556
+ transform: translateY(-0.5rem);
557
+ }
558
+ to {
559
+ opacity: 1;
560
+ transform: translateY(0);
561
+ }
562
+ }
563
+
564
+ @keyframes popover-out-top {
565
+ from {
566
+ opacity: 1;
567
+ transform: translateY(0);
568
+ }
569
+ to {
570
+ opacity: 0.25;
571
+ transform: translateY(-0.5rem);
572
+ }
573
+ }
574
+
575
+ @keyframes popover-in-left {
576
+ from {
577
+ opacity: 0.25;
578
+ transform: translateX(-0.5rem);
579
+ }
580
+ to {
581
+ opacity: 1;
582
+ transform: translateX(0);
583
+ }
584
+ }
585
+
586
+ @keyframes popover-out-left {
587
+ from {
588
+ opacity: 1;
589
+ transform: translateX(0);
590
+ }
591
+ to {
592
+ opacity: 0.25;
593
+ transform: translateX(-0.5rem);
594
+ }
595
+ }
596
+
597
+ @keyframes popover-in-right {
598
+ from {
599
+ opacity: 0.25;
600
+ transform: translateX(0.5rem);
601
+ }
602
+ to {
603
+ opacity: 1;
604
+ transform: translateX(0);
605
+ }
606
+ }
607
+
608
+ @keyframes popover-out-right {
609
+ from {
610
+ opacity: 1;
611
+ transform: translateX(0);
612
+ }
613
+ to {
614
+ opacity: 0.25;
615
+ transform: translateX(0.5rem);
616
+ }
617
+ }
618
+
619
+ @keyframes collapse-in {
620
+ from {
621
+ height: 0;
622
+ opacity: 5;
623
+ }
624
+ to {
625
+ height: var(--height);
626
+ opacity: 1;
627
+ }
628
+ }
629
+
630
+ @keyframes collapse-out {
631
+ from {
632
+ height: var(--height);
633
+ opacity: 1;
634
+ }
635
+ to {
636
+ height: 0;
637
+ opacity: 5;
638
+ }
639
+ }
640
+
641
+ @keyframes slide-in-left {
642
+ from {
643
+ transform: translateX(-100%);
644
+ }
645
+ to {
646
+ transform: translateX(0);
647
+ }
648
+ }
649
+
650
+ @keyframes slide-out-left {
651
+ from {
652
+ transform: translateX(0);
653
+ }
654
+ to {
655
+ transform: translateX(-100%);
656
+ }
657
+ }
658
+
659
+ @keyframes slide-in-right {
660
+ from {
661
+ transform: translateX(100%);
662
+ }
663
+ to {
664
+ transform: translateX(0);
665
+ }
666
+ }
667
+
668
+ @keyframes slide-out-right {
669
+ from {
670
+ transform: translateX(0);
671
+ }
672
+ to {
673
+ transform: translateX(100%);
674
+ }
675
+ }
676
+
677
+ @keyframes slide-in-down {
678
+ from {
679
+ transform: translateY(-100%);
680
+ }
681
+ to {
682
+ transform: translateY(0);
683
+ }
684
+ }
685
+
686
+ @keyframes slide-out-down {
687
+ from {
688
+ transform: translateY(0);
689
+ }
690
+ to {
691
+ transform: translateY(-100%);
692
+ }
693
+ }
694
+
695
+ @keyframes scale-in {
696
+ from {
697
+ transform: scale(0.85);
698
+ opacity: 0;
699
+ }
700
+ to {
701
+ transform: scale(1);
702
+ opacity: 1;
703
+ }
704
+ }
705
+
706
+ @keyframes scale-out {
707
+ from {
708
+ transform: scale(1);
709
+ opacity: 1;
710
+ }
711
+ to {
712
+ transform: scale(0.85);
713
+ opacity: 0;
714
+ }
715
+ }
716
+
717
+ @keyframes marquee {
718
+ to {
719
+ transform: translateX(-100%);
720
+ }
721
+ }
722
+ }
723
+
724
+ @utility z-* {
725
+ z-index: --value(--z-\*, integer);
726
+ }
727
+
728
+ @utility arrow-bg-* {
729
+ --arrow-background: --value(--color-\*, [color]);
730
+ }
731
+
732
+ @utility arrow-size-* {
733
+ --arrow-size: calc(var(--spacing) * --value(integer));
734
+ --arrow-size: --value([\*]);
735
+ }
736
+
737
+ @utility bleed {
738
+ position: relative;
739
+ width: 100dvw;
740
+ left: 50%;
741
+ right: 50%;
742
+ margin-left: -50dvw;
743
+ margin-right: -50dvw;
744
+ }
745
+
746
+ @utility not-bleed {
747
+ position: relative;
748
+ width: auto;
749
+ left: auto;
750
+ right: auto;
751
+ margin-left: 0;
752
+ margin-right: 0;
753
+ }
754
+
755
+ @custom-variant icon (& svg);
756
+ @custom-variant tr (& tr);
757
+ @custom-variant td (& td);
758
+ @custom-variant th (& th);
759
+ @custom-variant scrollbar (&::-webkit-scrollbar);
760
+ @custom-variant scrollbar-thumb (&::-webkit-scrollbar-thumb);
761
+ @custom-variant scrollbar-track (&::-webkit-scrollbar-track);
762
+ @custom-variant dark (&:where(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *));