pixi-rainman-game-engine 0.1.21 → 0.1.23

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 (63) hide show
  1. package/dist/SettingsUI/SystemSettings/SystemSettingsComponent.d.ts +1 -0
  2. package/dist/SettingsUI/SystemSettings/SystemSettingsComponent.jsx +6 -7
  3. package/dist/SettingsUI/SystemSettings/systemSettings.css +41 -0
  4. package/dist/SettingsUI/components/AutoplaySettings/autoplaySettings.css +267 -0
  5. package/dist/SettingsUI/components/AutoplaySettings/index.d.ts +1 -0
  6. package/dist/SettingsUI/components/AutoplaySettings/index.jsx +38 -26
  7. package/dist/SettingsUI/components/Bet/BetControls.d.ts +1 -0
  8. package/dist/SettingsUI/components/Bet/BetControls.jsx +9 -9
  9. package/dist/SettingsUI/components/Bet/bet.css +115 -0
  10. package/dist/SettingsUI/components/Bet/index.d.ts +1 -0
  11. package/dist/SettingsUI/components/Bet/index.jsx +3 -1
  12. package/dist/SettingsUI/components/BuyFreeSpins/buyFreeSpin.css +46 -0
  13. package/dist/SettingsUI/components/BuyFreeSpins/index.d.ts +1 -0
  14. package/dist/SettingsUI/components/BuyFreeSpins/index.jsx +6 -6
  15. package/dist/SettingsUI/components/CloseModalButton/closeModalButton.css +20 -0
  16. package/dist/SettingsUI/components/CloseModalButton/index.d.ts +1 -0
  17. package/dist/SettingsUI/components/CloseModalButton/index.jsx +3 -3
  18. package/dist/SettingsUI/components/GameRules/gameRules.css +96 -0
  19. package/dist/SettingsUI/components/GameRules/index.d.ts +1 -0
  20. package/dist/SettingsUI/components/GameRules/index.jsx +13 -11
  21. package/dist/SettingsUI/components/OptionButton/index.jsx +1 -1
  22. package/dist/SettingsUI/components/RichLimitingSlider/index.d.ts +1 -0
  23. package/dist/SettingsUI/components/RichLimitingSlider/index.jsx +8 -8
  24. package/dist/SettingsUI/components/RichLimitingSlider/richLimitingSlider.css +39 -0
  25. package/dist/SettingsUI/components/SlidingSwitch/index.d.ts +1 -0
  26. package/dist/SettingsUI/components/SlidingSwitch/index.jsx +5 -4
  27. package/dist/SettingsUI/components/SlidingSwitch/slidingSwitch.css +126 -0
  28. package/dist/SettingsUI/components/SpeedSettingsPopup/index.d.ts +1 -0
  29. package/dist/SettingsUI/components/SpeedSettingsPopup/index.jsx +6 -6
  30. package/dist/SettingsUI/components/SpeedSettingsPopup/speedSettingsPopup.css +119 -0
  31. package/dist/SettingsUI/components/SpeedSwitchButton/index.jsx +5 -6
  32. package/dist/SettingsUI/components/SwitchWithHeader/headerStyle.css +28 -0
  33. package/dist/SettingsUI/components/SwitchWithHeader/index.d.ts +1 -0
  34. package/dist/SettingsUI/components/SwitchWithHeader/index.jsx +6 -5
  35. package/dist/SettingsUI/components/SymbolMultiplierPopup/index.d.ts +2 -1
  36. package/dist/SettingsUI/components/SymbolMultiplierPopup/index.jsx +15 -17
  37. package/dist/SettingsUI/components/SymbolMultiplierPopup/symbolPopup.css +101 -0
  38. package/dist/SettingsUI/components/UXSettings/UXSettings.css +28 -0
  39. package/dist/SettingsUI/components/UXSettings/index.d.ts +1 -0
  40. package/dist/SettingsUI/components/UXSettings/index.jsx +21 -8
  41. package/dist/SettingsUI/components/VolumeSettings/index.d.ts +1 -0
  42. package/dist/SettingsUI/components/VolumeSettings/index.jsx +5 -4
  43. package/dist/SettingsUI/components/VolumeSettings/volume.css +54 -0
  44. package/dist/SettingsUI/hooks/index.d.ts +0 -1
  45. package/dist/SettingsUI/hooks/index.js +0 -1
  46. package/dist/SettingsUI/index.css +26 -46
  47. package/dist/SettingsUI/index.d.ts +1 -1
  48. package/dist/SettingsUI/index.jsx +14 -15
  49. package/dist/components/AbstractMainContainer/AbstractMainContainer.js +0 -3
  50. package/dist/components/symbols/AbstractSymbolsColumn.js +9 -9
  51. package/dist/connectivity/ConnectionWrapper.js +2 -0
  52. package/dist/connectivity/serverConnection.d.ts +1 -0
  53. package/dist/utils/common/functions.js +2 -2
  54. package/package.json +4 -9
  55. package/dist/SettingsUI/components/Button/index.d.ts +0 -2
  56. package/dist/SettingsUI/components/Button/index.jsx +0 -6
  57. package/dist/SettingsUI/components/Modal/index.d.ts +0 -10
  58. package/dist/SettingsUI/components/Modal/index.jsx +0 -24
  59. package/dist/SettingsUI/hooks/useClickOutside.d.ts +0 -6
  60. package/dist/SettingsUI/hooks/useClickOutside.js +0 -20
  61. package/dist/SettingsUI/packedStyles.css +0 -1617
  62. package/dist/SettingsUI/utils/tw.d.ts +0 -2
  63. package/dist/SettingsUI/utils/tw.js +0 -3
@@ -1,1617 +0,0 @@
1
- /*
2
- ! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
3
- */
4
-
5
- /*
6
- 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
7
- 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
8
- */
9
-
10
- *,
11
- ::before,
12
- ::after {
13
- box-sizing: border-box;
14
- /* 1 */
15
- border-width: 0;
16
- /* 2 */
17
- border-style: solid;
18
- /* 2 */
19
- border-color: #e5e7eb;
20
- /* 2 */
21
- }
22
-
23
- ::before,
24
- ::after {
25
- --tw-content: '';
26
- }
27
-
28
- /*
29
- 1. Use a consistent sensible line-height in all browsers.
30
- 2. Prevent adjustments of font size after orientation changes in iOS.
31
- 3. Use a more readable tab size.
32
- 4. Use the user's configured `sans` font-family by default.
33
- 5. Use the user's configured `sans` font-feature-settings by default.
34
- 6. Use the user's configured `sans` font-variation-settings by default.
35
- 7. Disable tap highlights on iOS
36
- */
37
-
38
- html,
39
- :host {
40
- line-height: 1.5;
41
- /* 1 */
42
- -webkit-text-size-adjust: 100%;
43
- /* 2 */
44
- -moz-tab-size: 4;
45
- /* 3 */
46
- -o-tab-size: 4;
47
- tab-size: 4;
48
- /* 3 */
49
- font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
50
- /* 4 */
51
- font-feature-settings: normal;
52
- /* 5 */
53
- font-variation-settings: normal;
54
- /* 6 */
55
- -webkit-tap-highlight-color: transparent;
56
- /* 7 */
57
- }
58
-
59
- /*
60
- 1. Remove the margin in all browsers.
61
- 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
62
- */
63
-
64
- body {
65
- margin: 0;
66
- /* 1 */
67
- line-height: inherit;
68
- /* 2 */
69
- }
70
-
71
- /*
72
- 1. Add the correct height in Firefox.
73
- 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
74
- 3. Ensure horizontal rules are visible by default.
75
- */
76
-
77
- hr {
78
- height: 0;
79
- /* 1 */
80
- color: inherit;
81
- /* 2 */
82
- border-top-width: 1px;
83
- /* 3 */
84
- }
85
-
86
- /*
87
- Add the correct text decoration in Chrome, Edge, and Safari.
88
- */
89
-
90
- abbr:where([title]) {
91
- -webkit-text-decoration: underline dotted;
92
- text-decoration: underline dotted;
93
- }
94
-
95
- /*
96
- Remove the default font size and weight for headings.
97
- */
98
-
99
- h1,
100
- h2,
101
- h3,
102
- h4,
103
- h5,
104
- h6 {
105
- font-size: inherit;
106
- font-weight: inherit;
107
- }
108
-
109
- /*
110
- Reset links to optimize for opt-in styling instead of opt-out.
111
- */
112
-
113
- a {
114
- color: inherit;
115
- text-decoration: inherit;
116
- }
117
-
118
- /*
119
- Add the correct font weight in Edge and Safari.
120
- */
121
-
122
- b,
123
- strong {
124
- font-weight: bolder;
125
- }
126
-
127
- /*
128
- 1. Use the user's configured `mono` font-family by default.
129
- 2. Use the user's configured `mono` font-feature-settings by default.
130
- 3. Use the user's configured `mono` font-variation-settings by default.
131
- 4. Correct the odd `em` font sizing in all browsers.
132
- */
133
-
134
- code,
135
- kbd,
136
- samp,
137
- pre {
138
- font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
139
- /* 1 */
140
- font-feature-settings: normal;
141
- /* 2 */
142
- font-variation-settings: normal;
143
- /* 3 */
144
- font-size: 1em;
145
- /* 4 */
146
- }
147
-
148
- /*
149
- Add the correct font size in all browsers.
150
- */
151
-
152
- small {
153
- font-size: 80%;
154
- }
155
-
156
- /*
157
- Prevent `sub` and `sup` elements from affecting the line height in all browsers.
158
- */
159
-
160
- sub,
161
- sup {
162
- font-size: 75%;
163
- line-height: 0;
164
- position: relative;
165
- vertical-align: baseline;
166
- }
167
-
168
- sub {
169
- bottom: -0.25em;
170
- }
171
-
172
- sup {
173
- top: -0.5em;
174
- }
175
-
176
- /*
177
- 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
178
- 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
179
- 3. Remove gaps between table borders by default.
180
- */
181
-
182
- table {
183
- text-indent: 0;
184
- /* 1 */
185
- border-color: inherit;
186
- /* 2 */
187
- border-collapse: collapse;
188
- /* 3 */
189
- }
190
-
191
- /*
192
- 1. Change the font styles in all browsers.
193
- 2. Remove the margin in Firefox and Safari.
194
- 3. Remove default padding in all browsers.
195
- */
196
-
197
- button,
198
- input,
199
- optgroup,
200
- select,
201
- textarea {
202
- font-family: inherit;
203
- /* 1 */
204
- font-feature-settings: inherit;
205
- /* 1 */
206
- font-variation-settings: inherit;
207
- /* 1 */
208
- font-size: 100%;
209
- /* 1 */
210
- font-weight: inherit;
211
- /* 1 */
212
- line-height: inherit;
213
- /* 1 */
214
- letter-spacing: inherit;
215
- /* 1 */
216
- color: inherit;
217
- /* 1 */
218
- margin: 0;
219
- /* 2 */
220
- padding: 0;
221
- /* 3 */
222
- }
223
-
224
- /*
225
- Remove the inheritance of text transform in Edge and Firefox.
226
- */
227
-
228
- button,
229
- select {
230
- text-transform: none;
231
- }
232
-
233
- /*
234
- 1. Correct the inability to style clickable types in iOS and Safari.
235
- 2. Remove default button styles.
236
- */
237
-
238
- button,
239
- input:where([type='button']),
240
- input:where([type='reset']),
241
- input:where([type='submit']) {
242
- -webkit-appearance: button;
243
- /* 1 */
244
- background-color: transparent;
245
- /* 2 */
246
- background-image: none;
247
- /* 2 */
248
- }
249
-
250
- /*
251
- Use the modern Firefox focus style for all focusable elements.
252
- */
253
-
254
- :-moz-focusring {
255
- outline: auto;
256
- }
257
-
258
- /*
259
- Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
260
- */
261
-
262
- :-moz-ui-invalid {
263
- box-shadow: none;
264
- }
265
-
266
- /*
267
- Add the correct vertical alignment in Chrome and Firefox.
268
- */
269
-
270
- progress {
271
- vertical-align: baseline;
272
- }
273
-
274
- /*
275
- Correct the cursor style of increment and decrement buttons in Safari.
276
- */
277
-
278
- ::-webkit-inner-spin-button,
279
- ::-webkit-outer-spin-button {
280
- height: auto;
281
- }
282
-
283
- /*
284
- 1. Correct the odd appearance in Chrome and Safari.
285
- 2. Correct the outline style in Safari.
286
- */
287
-
288
- [type='search'] {
289
- -webkit-appearance: textfield;
290
- /* 1 */
291
- outline-offset: -2px;
292
- /* 2 */
293
- }
294
-
295
- /*
296
- Remove the inner padding in Chrome and Safari on macOS.
297
- */
298
-
299
- ::-webkit-search-decoration {
300
- -webkit-appearance: none;
301
- }
302
-
303
- /*
304
- 1. Correct the inability to style clickable types in iOS and Safari.
305
- 2. Change font properties to `inherit` in Safari.
306
- */
307
-
308
- ::-webkit-file-upload-button {
309
- -webkit-appearance: button;
310
- /* 1 */
311
- font: inherit;
312
- /* 2 */
313
- }
314
-
315
- /*
316
- Add the correct display in Chrome and Safari.
317
- */
318
-
319
- summary {
320
- display: list-item;
321
- }
322
-
323
- /*
324
- Removes the default spacing and border for appropriate elements.
325
- */
326
-
327
- blockquote,
328
- dl,
329
- dd,
330
- h1,
331
- h2,
332
- h3,
333
- h4,
334
- h5,
335
- h6,
336
- hr,
337
- figure,
338
- p,
339
- pre {
340
- margin: 0;
341
- }
342
-
343
- fieldset {
344
- margin: 0;
345
- padding: 0;
346
- }
347
-
348
- legend {
349
- padding: 0;
350
- }
351
-
352
- ol,
353
- ul,
354
- menu {
355
- list-style: none;
356
- margin: 0;
357
- padding: 0;
358
- }
359
-
360
- /*
361
- Reset default styling for dialogs.
362
- */
363
-
364
- dialog {
365
- padding: 0;
366
- }
367
-
368
- /*
369
- Prevent resizing textareas horizontally by default.
370
- */
371
-
372
- textarea {
373
- resize: vertical;
374
- }
375
-
376
- /*
377
- 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
378
- 2. Set the default placeholder color to the user's configured gray 400 color.
379
- */
380
-
381
- input::-moz-placeholder, textarea::-moz-placeholder {
382
- opacity: 1;
383
- /* 1 */
384
- color: #9ca3af;
385
- /* 2 */
386
- }
387
-
388
- input::placeholder,
389
- textarea::placeholder {
390
- opacity: 1;
391
- /* 1 */
392
- color: #9ca3af;
393
- /* 2 */
394
- }
395
-
396
- /*
397
- Set the default cursor for buttons.
398
- */
399
-
400
- button,
401
- [role="button"] {
402
- cursor: pointer;
403
- }
404
-
405
- /*
406
- Make sure disabled buttons don't get the pointer cursor.
407
- */
408
-
409
- :disabled {
410
- cursor: default;
411
- }
412
-
413
- /*
414
- 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
415
- 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
416
- This can trigger a poorly considered lint error in some tools but is included by design.
417
- */
418
-
419
- img,
420
- svg,
421
- video,
422
- canvas,
423
- audio,
424
- iframe,
425
- embed,
426
- object {
427
- display: block;
428
- /* 1 */
429
- vertical-align: middle;
430
- /* 2 */
431
- }
432
-
433
- /*
434
- Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
435
- */
436
-
437
- img,
438
- video {
439
- max-width: 100%;
440
- height: auto;
441
- }
442
-
443
- /* Make elements with the HTML hidden attribute stay hidden by default */
444
-
445
- [hidden] {
446
- display: none;
447
- }
448
-
449
- *, ::before, ::after {
450
- --tw-border-spacing-x: 0;
451
- --tw-border-spacing-y: 0;
452
- --tw-translate-x: 0;
453
- --tw-translate-y: 0;
454
- --tw-rotate: 0;
455
- --tw-skew-x: 0;
456
- --tw-skew-y: 0;
457
- --tw-scale-x: 1;
458
- --tw-scale-y: 1;
459
- --tw-pan-x: ;
460
- --tw-pan-y: ;
461
- --tw-pinch-zoom: ;
462
- --tw-scroll-snap-strictness: proximity;
463
- --tw-gradient-from-position: ;
464
- --tw-gradient-via-position: ;
465
- --tw-gradient-to-position: ;
466
- --tw-ordinal: ;
467
- --tw-slashed-zero: ;
468
- --tw-numeric-figure: ;
469
- --tw-numeric-spacing: ;
470
- --tw-numeric-fraction: ;
471
- --tw-ring-inset: ;
472
- --tw-ring-offset-width: 0px;
473
- --tw-ring-offset-color: #fff;
474
- --tw-ring-color: rgb(59 130 246 / 0.5);
475
- --tw-ring-offset-shadow: 0 0 #0000;
476
- --tw-ring-shadow: 0 0 #0000;
477
- --tw-shadow: 0 0 #0000;
478
- --tw-shadow-colored: 0 0 #0000;
479
- --tw-blur: ;
480
- --tw-brightness: ;
481
- --tw-contrast: ;
482
- --tw-grayscale: ;
483
- --tw-hue-rotate: ;
484
- --tw-invert: ;
485
- --tw-saturate: ;
486
- --tw-sepia: ;
487
- --tw-drop-shadow: ;
488
- --tw-backdrop-blur: ;
489
- --tw-backdrop-brightness: ;
490
- --tw-backdrop-contrast: ;
491
- --tw-backdrop-grayscale: ;
492
- --tw-backdrop-hue-rotate: ;
493
- --tw-backdrop-invert: ;
494
- --tw-backdrop-opacity: ;
495
- --tw-backdrop-saturate: ;
496
- --tw-backdrop-sepia: ;
497
- --tw-contain-size: ;
498
- --tw-contain-layout: ;
499
- --tw-contain-paint: ;
500
- --tw-contain-style: ;
501
- }
502
-
503
- ::backdrop {
504
- --tw-border-spacing-x: 0;
505
- --tw-border-spacing-y: 0;
506
- --tw-translate-x: 0;
507
- --tw-translate-y: 0;
508
- --tw-rotate: 0;
509
- --tw-skew-x: 0;
510
- --tw-skew-y: 0;
511
- --tw-scale-x: 1;
512
- --tw-scale-y: 1;
513
- --tw-pan-x: ;
514
- --tw-pan-y: ;
515
- --tw-pinch-zoom: ;
516
- --tw-scroll-snap-strictness: proximity;
517
- --tw-gradient-from-position: ;
518
- --tw-gradient-via-position: ;
519
- --tw-gradient-to-position: ;
520
- --tw-ordinal: ;
521
- --tw-slashed-zero: ;
522
- --tw-numeric-figure: ;
523
- --tw-numeric-spacing: ;
524
- --tw-numeric-fraction: ;
525
- --tw-ring-inset: ;
526
- --tw-ring-offset-width: 0px;
527
- --tw-ring-offset-color: #fff;
528
- --tw-ring-color: rgb(59 130 246 / 0.5);
529
- --tw-ring-offset-shadow: 0 0 #0000;
530
- --tw-ring-shadow: 0 0 #0000;
531
- --tw-shadow: 0 0 #0000;
532
- --tw-shadow-colored: 0 0 #0000;
533
- --tw-blur: ;
534
- --tw-brightness: ;
535
- --tw-contrast: ;
536
- --tw-grayscale: ;
537
- --tw-hue-rotate: ;
538
- --tw-invert: ;
539
- --tw-saturate: ;
540
- --tw-sepia: ;
541
- --tw-drop-shadow: ;
542
- --tw-backdrop-blur: ;
543
- --tw-backdrop-brightness: ;
544
- --tw-backdrop-contrast: ;
545
- --tw-backdrop-grayscale: ;
546
- --tw-backdrop-hue-rotate: ;
547
- --tw-backdrop-invert: ;
548
- --tw-backdrop-opacity: ;
549
- --tw-backdrop-saturate: ;
550
- --tw-backdrop-sepia: ;
551
- --tw-contain-size: ;
552
- --tw-contain-layout: ;
553
- --tw-contain-paint: ;
554
- --tw-contain-style: ;
555
- }
556
-
557
- .container {
558
- width: 100%;
559
- }
560
-
561
- @media (min-width: 640px) {
562
- .container {
563
- max-width: 640px;
564
- }
565
- }
566
-
567
- @media (min-width: 768px) {
568
- .container {
569
- max-width: 768px;
570
- }
571
- }
572
-
573
- @media (min-width: 1024px) {
574
- .container {
575
- max-width: 1024px;
576
- }
577
- }
578
-
579
- @media (min-width: 1280px) {
580
- .container {
581
- max-width: 1280px;
582
- }
583
- }
584
-
585
- @media (min-width: 1536px) {
586
- .container {
587
- max-width: 1536px;
588
- }
589
- }
590
-
591
- .visible {
592
- visibility: visible;
593
- }
594
-
595
- .static {
596
- position: static;
597
- }
598
-
599
- .fixed {
600
- position: fixed;
601
- }
602
-
603
- .absolute {
604
- position: absolute;
605
- }
606
-
607
- .relative {
608
- position: relative;
609
- }
610
-
611
- .inset-0 {
612
- inset: 0px;
613
- }
614
-
615
- .-left-5 {
616
- left: -1.25rem;
617
- }
618
-
619
- .-right-10 {
620
- right: -2.5rem;
621
- }
622
-
623
- .bottom-0 {
624
- bottom: 0px;
625
- }
626
-
627
- .bottom-2 {
628
- bottom: 0.5rem;
629
- }
630
-
631
- .bottom-\[5vh\] {
632
- bottom: 5vh;
633
- }
634
-
635
- .left-0 {
636
- left: 0px;
637
- }
638
-
639
- .left-2 {
640
- left: 0.5rem;
641
- }
642
-
643
- .left-4 {
644
- left: 1rem;
645
- }
646
-
647
- .left-9 {
648
- left: 2.25rem;
649
- }
650
-
651
- .left-\[1vw\] {
652
- left: 1vw;
653
- }
654
-
655
- .right-0 {
656
- right: 0px;
657
- }
658
-
659
- .right-5 {
660
- right: 1.25rem;
661
- }
662
-
663
- .top-0 {
664
- top: 0px;
665
- }
666
-
667
- .top-2 {
668
- top: 0.5rem;
669
- }
670
-
671
- .z-10 {
672
- z-index: 10;
673
- }
674
-
675
- .ml-4 {
676
- margin-left: 1rem;
677
- }
678
-
679
- .mt-3 {
680
- margin-top: 0.75rem;
681
- }
682
-
683
- .mt-6 {
684
- margin-top: 1.5rem;
685
- }
686
-
687
- .block {
688
- display: block;
689
- }
690
-
691
- .inline-block {
692
- display: inline-block;
693
- }
694
-
695
- .flex {
696
- display: flex;
697
- }
698
-
699
- .table {
700
- display: table;
701
- }
702
-
703
- .h-10 {
704
- height: 2.5rem;
705
- }
706
-
707
- .h-12 {
708
- height: 3rem;
709
- }
710
-
711
- .h-3 {
712
- height: 0.75rem;
713
- }
714
-
715
- .h-5 {
716
- height: 1.25rem;
717
- }
718
-
719
- .h-5\/6 {
720
- height: 83.333333%;
721
- }
722
-
723
- .h-\[24px\] {
724
- height: 24px;
725
- }
726
-
727
- .h-\[30px\] {
728
- height: 30px;
729
- }
730
-
731
- .h-\[34px\] {
732
- height: 34px;
733
- }
734
-
735
- .h-\[50px\] {
736
- height: 50px;
737
- }
738
-
739
- .h-\[90\%\] {
740
- height: 90%;
741
- }
742
-
743
- .h-fit {
744
- height: -moz-fit-content;
745
- height: fit-content;
746
- }
747
-
748
- .h-full {
749
- height: 100%;
750
- }
751
-
752
- .max-h-\[80vh\] {
753
- max-height: 80vh;
754
- }
755
-
756
- .min-h-\[60vh\] {
757
- min-height: 60vh;
758
- }
759
-
760
- .min-h-full {
761
- min-height: 100%;
762
- }
763
-
764
- .w-10 {
765
- width: 2.5rem;
766
- }
767
-
768
- .w-16 {
769
- width: 4rem;
770
- }
771
-
772
- .w-3 {
773
- width: 0.75rem;
774
- }
775
-
776
- .w-4\/5 {
777
- width: 80%;
778
- }
779
-
780
- .w-6 {
781
- width: 1.5rem;
782
- }
783
-
784
- .w-8 {
785
- width: 2rem;
786
- }
787
-
788
- .w-9 {
789
- width: 2.25rem;
790
- }
791
-
792
- .w-\[120px\] {
793
- width: 120px;
794
- }
795
-
796
- .w-\[145px\] {
797
- width: 145px;
798
- }
799
-
800
- .w-\[30px\] {
801
- width: 30px;
802
- }
803
-
804
- .w-\[40vh\] {
805
- width: 40vh;
806
- }
807
-
808
- .w-\[90\%\] {
809
- width: 90%;
810
- }
811
-
812
- .w-fit {
813
- width: -moz-fit-content;
814
- width: fit-content;
815
- }
816
-
817
- .w-full {
818
- width: 100%;
819
- }
820
-
821
- .w-screen {
822
- width: 100vw;
823
- }
824
-
825
- .max-w-20 {
826
- max-width: 5rem;
827
- }
828
-
829
- .max-w-3xl {
830
- max-width: 48rem;
831
- }
832
-
833
- .max-w-lg {
834
- max-width: 32rem;
835
- }
836
-
837
- .max-w-xl {
838
- max-width: 36rem;
839
- }
840
-
841
- .max-w-xs {
842
- max-width: 20rem;
843
- }
844
-
845
- .flex-shrink-0 {
846
- flex-shrink: 0;
847
- }
848
-
849
- .transform {
850
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
851
- }
852
-
853
- .cursor-pointer {
854
- cursor: pointer;
855
- }
856
-
857
- .resize {
858
- resize: both;
859
- }
860
-
861
- .appearance-none {
862
- -webkit-appearance: none;
863
- -moz-appearance: none;
864
- appearance: none;
865
- }
866
-
867
- .flex-col {
868
- flex-direction: column;
869
- }
870
-
871
- .flex-wrap {
872
- flex-wrap: wrap;
873
- }
874
-
875
- .items-center {
876
- align-items: center;
877
- }
878
-
879
- .justify-center {
880
- justify-content: center;
881
- }
882
-
883
- .justify-between {
884
- justify-content: space-between;
885
- }
886
-
887
- .justify-around {
888
- justify-content: space-around;
889
- }
890
-
891
- .gap-1 {
892
- gap: 0.25rem;
893
- }
894
-
895
- .gap-2 {
896
- gap: 0.5rem;
897
- }
898
-
899
- .gap-4 {
900
- gap: 1rem;
901
- }
902
-
903
- .gap-8 {
904
- gap: 2rem;
905
- }
906
-
907
- .gap-\[2px\] {
908
- gap: 2px;
909
- }
910
-
911
- .self-center {
912
- align-self: center;
913
- }
914
-
915
- .overflow-hidden {
916
- overflow: hidden;
917
- }
918
-
919
- .overflow-y-auto {
920
- overflow-y: auto;
921
- }
922
-
923
- .whitespace-nowrap {
924
- white-space: nowrap;
925
- }
926
-
927
- .rounded {
928
- border-radius: 0.25rem;
929
- }
930
-
931
- .rounded-\[8px\] {
932
- border-radius: 8px;
933
- }
934
-
935
- .rounded-full {
936
- border-radius: 9999px;
937
- }
938
-
939
- .rounded-lg {
940
- border-radius: 0.5rem;
941
- }
942
-
943
- .rounded-md {
944
- border-radius: 0.375rem;
945
- }
946
-
947
- .rounded-xl {
948
- border-radius: 0.75rem;
949
- }
950
-
951
- .border-2 {
952
- border-width: 2px;
953
- }
954
-
955
- .border-none {
956
- border-style: none;
957
- }
958
-
959
- .border-primary-500 {
960
- --tw-border-opacity: 1;
961
- border-color: rgb(236 94 39 / var(--tw-border-opacity));
962
- }
963
-
964
- .border-zinc-400 {
965
- --tw-border-opacity: 1;
966
- border-color: rgb(161 161 170 / var(--tw-border-opacity));
967
- }
968
-
969
- .bg-primary-400 {
970
- --tw-bg-opacity: 1;
971
- background-color: rgb(240 125 71 / var(--tw-bg-opacity));
972
- }
973
-
974
- .bg-primary-500 {
975
- --tw-bg-opacity: 1;
976
- background-color: rgb(236 94 39 / var(--tw-bg-opacity));
977
- }
978
-
979
- .bg-primary-900 {
980
- --tw-bg-opacity: 1;
981
- background-color: rgb(118 36 24 / var(--tw-bg-opacity));
982
- }
983
-
984
- .bg-white {
985
- --tw-bg-opacity: 1;
986
- background-color: rgb(255 255 255 / var(--tw-bg-opacity));
987
- }
988
-
989
- .bg-zinc-700 {
990
- --tw-bg-opacity: 1;
991
- background-color: rgb(63 63 70 / var(--tw-bg-opacity));
992
- }
993
-
994
- .bg-zinc-800 {
995
- --tw-bg-opacity: 1;
996
- background-color: rgb(39 39 42 / var(--tw-bg-opacity));
997
- }
998
-
999
- .bg-zinc-900 {
1000
- --tw-bg-opacity: 1;
1001
- background-color: rgb(24 24 27 / var(--tw-bg-opacity));
1002
- }
1003
-
1004
- .bg-opacity-75 {
1005
- --tw-bg-opacity: 0.75;
1006
- }
1007
-
1008
- .bg-\[url\(\'\/assets\/settings\/gameRules\/cross\.png\'\)\] {
1009
- background-image: url('/assets/settings/gameRules/cross.png');
1010
- }
1011
-
1012
- .bg-\[url\(\'\/assets\/settings\/gameRules\/left\.png\'\)\] {
1013
- background-image: url('/assets/settings/gameRules/left.png');
1014
- }
1015
-
1016
- .bg-\[url\(\'\/assets\/settings\/gameRules\/right\.png\'\)\] {
1017
- background-image: url('/assets/settings/gameRules/right.png');
1018
- }
1019
-
1020
- .bg-\[url\(\'\/assets\/settings\/sound-icon\.png\'\)\] {
1021
- background-image: url('/assets/settings/sound-icon.png');
1022
- }
1023
-
1024
- .bg-contain {
1025
- background-size: contain;
1026
- }
1027
-
1028
- .bg-center {
1029
- background-position: center;
1030
- }
1031
-
1032
- .bg-right {
1033
- background-position: right;
1034
- }
1035
-
1036
- .bg-no-repeat {
1037
- background-repeat: no-repeat;
1038
- }
1039
-
1040
- .p-1 {
1041
- padding: 0.25rem;
1042
- }
1043
-
1044
- .p-2 {
1045
- padding: 0.5rem;
1046
- }
1047
-
1048
- .p-4 {
1049
- padding: 1rem;
1050
- }
1051
-
1052
- .p-5 {
1053
- padding: 1.25rem;
1054
- }
1055
-
1056
- .p-6 {
1057
- padding: 1.5rem;
1058
- }
1059
-
1060
- .px-3 {
1061
- padding-left: 0.75rem;
1062
- padding-right: 0.75rem;
1063
- }
1064
-
1065
- .px-4 {
1066
- padding-left: 1rem;
1067
- padding-right: 1rem;
1068
- }
1069
-
1070
- .px-5 {
1071
- padding-left: 1.25rem;
1072
- padding-right: 1.25rem;
1073
- }
1074
-
1075
- .px-8 {
1076
- padding-left: 2rem;
1077
- padding-right: 2rem;
1078
- }
1079
-
1080
- .py-1 {
1081
- padding-top: 0.25rem;
1082
- padding-bottom: 0.25rem;
1083
- }
1084
-
1085
- .py-2 {
1086
- padding-top: 0.5rem;
1087
- padding-bottom: 0.5rem;
1088
- }
1089
-
1090
- .py-4 {
1091
- padding-top: 1rem;
1092
- padding-bottom: 1rem;
1093
- }
1094
-
1095
- .pl-2 {
1096
- padding-left: 0.5rem;
1097
- }
1098
-
1099
- .pt-4 {
1100
- padding-top: 1rem;
1101
- }
1102
-
1103
- .text-left {
1104
- text-align: left;
1105
- }
1106
-
1107
- .text-center {
1108
- text-align: center;
1109
- }
1110
-
1111
- .text-2xl {
1112
- font-size: 1.5rem;
1113
- line-height: 2rem;
1114
- }
1115
-
1116
- .text-3xl {
1117
- font-size: 1.875rem;
1118
- line-height: 2.25rem;
1119
- }
1120
-
1121
- .text-lg {
1122
- font-size: 1.125rem;
1123
- line-height: 1.75rem;
1124
- }
1125
-
1126
- .text-sm {
1127
- font-size: 0.875rem;
1128
- line-height: 1.25rem;
1129
- }
1130
-
1131
- .text-xl {
1132
- font-size: 1.25rem;
1133
- line-height: 1.75rem;
1134
- }
1135
-
1136
- .text-xs {
1137
- font-size: 0.75rem;
1138
- line-height: 1rem;
1139
- }
1140
-
1141
- .font-bold {
1142
- font-weight: 700;
1143
- }
1144
-
1145
- .uppercase {
1146
- text-transform: uppercase;
1147
- }
1148
-
1149
- .text-black {
1150
- --tw-text-opacity: 1;
1151
- color: rgb(0 0 0 / var(--tw-text-opacity));
1152
- }
1153
-
1154
- .text-primary-500 {
1155
- --tw-text-opacity: 1;
1156
- color: rgb(236 94 39 / var(--tw-text-opacity));
1157
- }
1158
-
1159
- .text-white {
1160
- --tw-text-opacity: 1;
1161
- color: rgb(255 255 255 / var(--tw-text-opacity));
1162
- }
1163
-
1164
- .shadow {
1165
- --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
1166
- --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
1167
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1168
- }
1169
-
1170
- .shadow-lg {
1171
- --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
1172
- --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
1173
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1174
- }
1175
-
1176
- .shadow-md {
1177
- --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
1178
- --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
1179
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1180
- }
1181
-
1182
- .shadow-xl {
1183
- --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
1184
- --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
1185
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1186
- }
1187
-
1188
- .shadow-primary-400\/25 {
1189
- --tw-shadow-color: rgb(240 125 71 / 0.25);
1190
- --tw-shadow: var(--tw-shadow-colored);
1191
- }
1192
-
1193
- .shadow-primary-500\/30 {
1194
- --tw-shadow-color: rgb(236 94 39 / 0.3);
1195
- --tw-shadow: var(--tw-shadow-colored);
1196
- }
1197
-
1198
- .shadow-primary-500\/40 {
1199
- --tw-shadow-color: rgb(236 94 39 / 0.4);
1200
- --tw-shadow: var(--tw-shadow-colored);
1201
- }
1202
-
1203
- .blur {
1204
- --tw-blur: blur(8px);
1205
- filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
1206
- }
1207
-
1208
- .filter {
1209
- filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
1210
- }
1211
-
1212
- .transition {
1213
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
1214
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
1215
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
1216
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1217
- transition-duration: 150ms;
1218
- }
1219
-
1220
- .transition-all {
1221
- transition-property: all;
1222
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1223
- transition-duration: 150ms;
1224
- }
1225
-
1226
- .transition-opacity {
1227
- transition-property: opacity;
1228
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1229
- transition-duration: 150ms;
1230
- }
1231
-
1232
- .duration-300 {
1233
- transition-duration: 300ms;
1234
- }
1235
-
1236
- .ease-in {
1237
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
1238
- }
1239
-
1240
- .ease-in-out {
1241
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1242
- }
1243
-
1244
- html {
1245
- height: 100vh;
1246
- }
1247
-
1248
- @font-face {
1249
- font-family: "HelveticaNeueLTStd";
1250
-
1251
- src: url("font/HelveticaNeueLTStd.ttf");
1252
- }
1253
-
1254
- @font-face {
1255
- font-family: "ZCOOLKuaiLe";
1256
-
1257
- src: url("font/ZCOOLKuaiLe.ttf");
1258
- }
1259
-
1260
- html.is-locked,
1261
- html.is-locked body {
1262
- overflow: hidden;
1263
- box-sizing: border-box;
1264
- }
1265
-
1266
- body {
1267
- overflow: hidden;
1268
- font-family:
1269
- Helvetica Neue,
1270
- Helvetica,
1271
- Arial,
1272
- sans-serif;
1273
- color: white;
1274
- margin: 0;
1275
- display: flex;
1276
- justify-content: center;
1277
- background: #000;
1278
- height: 100%;
1279
- -webkit-touch-callout: none;
1280
- /* iOS Safari */
1281
- -webkit-user-select: none;
1282
- /* Safari */
1283
- /* Konqueror HTML */
1284
- -moz-user-select: none;
1285
- /* Old versions of Firefox */
1286
- /* Internet Explorer/Edge */
1287
- user-select: none;
1288
- }
1289
-
1290
- .game-container {
1291
- margin: 0px;
1292
- width: 100%;
1293
- height: 100%;
1294
- align-items: center;
1295
- justify-content: center;
1296
- position: fixed;
1297
- }
1298
-
1299
- #dom-layer {
1300
- display: none;
1301
- }
1302
-
1303
- #volume-layer {
1304
- display: none;
1305
- }
1306
-
1307
- #game-rules-layer {
1308
- display: none;
1309
- }
1310
-
1311
- #autoPlay-settings-layer {
1312
- display: none;
1313
- }
1314
-
1315
- #speed-settings-layer {
1316
- display: none;
1317
- }
1318
-
1319
- #symbol-payTable-layer {
1320
- display: none;
1321
- }
1322
-
1323
- #free-spin-layer {
1324
- display: none;
1325
- }
1326
-
1327
- #bet-layer {
1328
- display: none;
1329
- }
1330
-
1331
- @keyframes iosAnimMove {
1332
- 0% {
1333
- background-position-y: 75%;
1334
- }
1335
-
1336
- 90% {
1337
- background-position-y: 25%;
1338
- }
1339
-
1340
- 100% {
1341
- background-position-y: 25%;
1342
- }
1343
- }
1344
-
1345
- .ios-scroller {
1346
- width: 100%;
1347
- height: 2500px;
1348
- position: absolute;
1349
- top: -500px;
1350
- left: 0;
1351
- margin: 0;
1352
- padding: 0;
1353
- background: rgba(173, 216, 230, 0.5);
1354
- }
1355
-
1356
- .ios-scroller-animation {
1357
- position: fixed;
1358
- width: 100%;
1359
- height: 100%;
1360
- background: url("../assets/images/materials/swipe-up.png") no-repeat 50% 50%;
1361
- background-size: 150px;
1362
- animation: iosAnimMove 1.5s ease-out infinite;
1363
- }
1364
-
1365
- .ios-scroller,
1366
- .ios-scroller-animation {
1367
- opacity: 1;
1368
- transition: opacity 0.3s linear;
1369
- z-index: 9999;
1370
- }
1371
-
1372
- html.is-locked .ios-scroller,
1373
- html.is-locked .ios-scroller-animation {
1374
- opacity: 0;
1375
- z-index: -9999;
1376
- }
1377
-
1378
- .arrow-on-left {
1379
- transform: translate(75px, -50%);
1380
- }
1381
-
1382
- .arrow-on-right {
1383
- transform: translate(calc(-100% - 75px), -50%);
1384
- }
1385
-
1386
- .arrow-on-left::after {
1387
- content: "";
1388
- position: absolute;
1389
- display: block;
1390
- background: url("/assets/settings/symbol-pointer.png");
1391
- top: 50%;
1392
- right: 100%;
1393
- height: 25px;
1394
- width: 25px;
1395
- transform: translateY(-50%);
1396
- }
1397
-
1398
- .arrow-on-right::after {
1399
- content: "";
1400
- position: absolute;
1401
- display: block;
1402
- background: url("/assets/settings/symbol-pointer.png");
1403
- top: 50%;
1404
- left: 100%;
1405
- height: 25px;
1406
- width: 25px;
1407
- transform: translate(0, -50%) rotate(180deg);
1408
- }
1409
-
1410
- @media only screen and (max-width: 900px) {
1411
- .arrow-on-left {
1412
- transform: translate(50px, -50%);
1413
- }
1414
-
1415
- .arrow-on-right {
1416
- transform: translate(calc(-100% - 50px), -50%);
1417
- }
1418
- }
1419
-
1420
- .after\:h-8::after {
1421
- content: var(--tw-content);
1422
- height: 2rem;
1423
- }
1424
-
1425
- .after\:w-8::after {
1426
- content: var(--tw-content);
1427
- width: 2rem;
1428
- }
1429
-
1430
- .after\:rounded-full::after {
1431
- content: var(--tw-content);
1432
- border-radius: 9999px;
1433
- }
1434
-
1435
- .after\:bg-white::after {
1436
- content: var(--tw-content);
1437
- --tw-bg-opacity: 1;
1438
- background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1439
- }
1440
-
1441
- .after\:shadow-md::after {
1442
- content: var(--tw-content);
1443
- --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
1444
- --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
1445
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1446
- }
1447
-
1448
- .after\:duration-300::after {
1449
- content: var(--tw-content);
1450
- transition-duration: 300ms;
1451
- }
1452
-
1453
- .hover\:cursor-pointer:hover {
1454
- cursor: pointer;
1455
- }
1456
-
1457
- .hover\:bg-primary-300:hover {
1458
- --tw-bg-opacity: 1;
1459
- background-color: rgb(245 170 124 / var(--tw-bg-opacity));
1460
- }
1461
-
1462
- .hover\:bg-primary-600:hover {
1463
- --tw-bg-opacity: 1;
1464
- background-color: rgb(221 66 25 / var(--tw-bg-opacity));
1465
- }
1466
-
1467
- .hover\:bg-zinc-500:hover {
1468
- --tw-bg-opacity: 1;
1469
- background-color: rgb(113 113 122 / var(--tw-bg-opacity));
1470
- }
1471
-
1472
- .hover\:bg-zinc-600:hover {
1473
- --tw-bg-opacity: 1;
1474
- background-color: rgb(82 82 91 / var(--tw-bg-opacity));
1475
- }
1476
-
1477
- .hover\:bg-zinc-700:hover {
1478
- --tw-bg-opacity: 1;
1479
- background-color: rgb(63 63 70 / var(--tw-bg-opacity));
1480
- }
1481
-
1482
- .hover\:text-zinc-500:hover {
1483
- --tw-text-opacity: 1;
1484
- color: rgb(113 113 122 / var(--tw-text-opacity));
1485
- }
1486
-
1487
- .hover\:opacity-50:hover {
1488
- opacity: 0.5;
1489
- }
1490
-
1491
- .disabled\:cursor-not-allowed:disabled {
1492
- cursor: not-allowed;
1493
- }
1494
-
1495
- .disabled\:bg-zinc-700:disabled {
1496
- --tw-bg-opacity: 1;
1497
- background-color: rgb(63 63 70 / var(--tw-bg-opacity));
1498
- }
1499
-
1500
- .disabled\:text-zinc-500:disabled {
1501
- --tw-text-opacity: 1;
1502
- color: rgb(113 113 122 / var(--tw-text-opacity));
1503
- }
1504
-
1505
- .group:hover .group-hover\:after\:translate-x-1::after {
1506
- content: var(--tw-content);
1507
- --tw-translate-x: 0.25rem;
1508
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1509
- }
1510
-
1511
- .peer:checked ~ .peer-checked\:bg-primary-400 {
1512
- --tw-bg-opacity: 1;
1513
- background-color: rgb(240 125 71 / var(--tw-bg-opacity));
1514
- }
1515
-
1516
- .peer:checked ~ .peer-checked\:after\:translate-x-6::after {
1517
- content: var(--tw-content);
1518
- --tw-translate-x: 1.5rem;
1519
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1520
- }
1521
-
1522
- @media (min-width: 640px) {
1523
- .sm\:left-auto {
1524
- left: auto;
1525
- }
1526
-
1527
- .sm\:right-8 {
1528
- right: 2rem;
1529
- }
1530
-
1531
- .sm\:top-4 {
1532
- top: 1rem;
1533
- }
1534
-
1535
- .sm\:top-auto {
1536
- top: auto;
1537
- }
1538
-
1539
- .sm\:ml-5 {
1540
- margin-left: 1.25rem;
1541
- }
1542
-
1543
- .sm\:mt-5 {
1544
- margin-top: 1.25rem;
1545
- }
1546
-
1547
- .sm\:w-full {
1548
- width: 100%;
1549
- }
1550
-
1551
- .sm\:max-w-72 {
1552
- max-width: 18rem;
1553
- }
1554
-
1555
- .sm\:max-w-md {
1556
- max-width: 28rem;
1557
- }
1558
-
1559
- .sm\:flex-row {
1560
- flex-direction: row;
1561
- }
1562
-
1563
- .sm\:flex-nowrap {
1564
- flex-wrap: nowrap;
1565
- }
1566
-
1567
- .sm\:gap-4 {
1568
- gap: 1rem;
1569
- }
1570
-
1571
- .sm\:text-2xl {
1572
- font-size: 1.5rem;
1573
- line-height: 2rem;
1574
- }
1575
-
1576
- .sm\:text-xl {
1577
- font-size: 1.25rem;
1578
- line-height: 1.75rem;
1579
- }
1580
-
1581
- .sm\:text-xs {
1582
- font-size: 0.75rem;
1583
- line-height: 1rem;
1584
- }
1585
- }
1586
-
1587
- @media (orientation: portrait) {
1588
- .portrait\:left-auto {
1589
- left: auto;
1590
- }
1591
-
1592
- .portrait\:top-auto {
1593
- top: auto;
1594
- }
1595
-
1596
- .portrait\:max-h-\[60vh\] {
1597
- max-height: 60vh;
1598
- }
1599
-
1600
- .portrait\:max-w-72 {
1601
- max-width: 18rem;
1602
- }
1603
-
1604
- .portrait\:items-center {
1605
- align-items: center;
1606
- }
1607
-
1608
- .portrait\:justify-center {
1609
- justify-content: center;
1610
- }
1611
- }
1612
-
1613
- @media (orientation: landscape) {
1614
- .landscape\:max-h-\[30vh\] {
1615
- max-height: 30vh;
1616
- }
1617
- }