@tapcart/mobile-components 0.1.41 → 0.1.42

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