@fileverse/ui 1.6.0

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.
package/dist/index.css ADDED
@@ -0,0 +1,1440 @@
1
+ /*
2
+ ! tailwindcss v3.4.1 | 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
+ color: inherit; /* 1 */
183
+ margin: 0; /* 2 */
184
+ padding: 0; /* 3 */
185
+ }
186
+
187
+ /*
188
+ Remove the inheritance of text transform in Edge and Firefox.
189
+ */
190
+
191
+ button,
192
+ select {
193
+ text-transform: none;
194
+ }
195
+
196
+ /*
197
+ 1. Correct the inability to style clickable types in iOS and Safari.
198
+ 2. Remove default button styles.
199
+ */
200
+
201
+ button,
202
+ [type='button'],
203
+ [type='reset'],
204
+ [type='submit'] {
205
+ -webkit-appearance: button; /* 1 */
206
+ background-color: transparent; /* 2 */
207
+ background-image: none; /* 2 */
208
+ }
209
+
210
+ /*
211
+ Use the modern Firefox focus style for all focusable elements.
212
+ */
213
+
214
+ :-moz-focusring {
215
+ outline: auto;
216
+ }
217
+
218
+ /*
219
+ Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
220
+ */
221
+
222
+ :-moz-ui-invalid {
223
+ box-shadow: none;
224
+ }
225
+
226
+ /*
227
+ Add the correct vertical alignment in Chrome and Firefox.
228
+ */
229
+
230
+ progress {
231
+ vertical-align: baseline;
232
+ }
233
+
234
+ /*
235
+ Correct the cursor style of increment and decrement buttons in Safari.
236
+ */
237
+
238
+ ::-webkit-inner-spin-button,
239
+ ::-webkit-outer-spin-button {
240
+ height: auto;
241
+ }
242
+
243
+ /*
244
+ 1. Correct the odd appearance in Chrome and Safari.
245
+ 2. Correct the outline style in Safari.
246
+ */
247
+
248
+ [type='search'] {
249
+ -webkit-appearance: textfield; /* 1 */
250
+ outline-offset: -2px; /* 2 */
251
+ }
252
+
253
+ /*
254
+ Remove the inner padding in Chrome and Safari on macOS.
255
+ */
256
+
257
+ ::-webkit-search-decoration {
258
+ -webkit-appearance: none;
259
+ }
260
+
261
+ /*
262
+ 1. Correct the inability to style clickable types in iOS and Safari.
263
+ 2. Change font properties to `inherit` in Safari.
264
+ */
265
+
266
+ ::-webkit-file-upload-button {
267
+ -webkit-appearance: button; /* 1 */
268
+ font: inherit; /* 2 */
269
+ }
270
+
271
+ /*
272
+ Add the correct display in Chrome and Safari.
273
+ */
274
+
275
+ summary {
276
+ display: list-item;
277
+ }
278
+
279
+ /*
280
+ Removes the default spacing and border for appropriate elements.
281
+ */
282
+
283
+ blockquote,
284
+ dl,
285
+ dd,
286
+ h1,
287
+ h2,
288
+ h3,
289
+ h4,
290
+ h5,
291
+ h6,
292
+ hr,
293
+ figure,
294
+ p,
295
+ pre {
296
+ margin: 0;
297
+ }
298
+
299
+ fieldset {
300
+ margin: 0;
301
+ padding: 0;
302
+ }
303
+
304
+ legend {
305
+ padding: 0;
306
+ }
307
+
308
+ ol,
309
+ ul,
310
+ menu {
311
+ list-style: none;
312
+ margin: 0;
313
+ padding: 0;
314
+ }
315
+
316
+ /*
317
+ Reset default styling for dialogs.
318
+ */
319
+ dialog {
320
+ padding: 0;
321
+ }
322
+
323
+ /*
324
+ Prevent resizing textareas horizontally by default.
325
+ */
326
+
327
+ textarea {
328
+ resize: vertical;
329
+ }
330
+
331
+ /*
332
+ 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
333
+ 2. Set the default placeholder color to the user's configured gray 400 color.
334
+ */
335
+
336
+ input::-moz-placeholder, textarea::-moz-placeholder {
337
+ opacity: 1; /* 1 */
338
+ color: #9ca3af; /* 2 */
339
+ }
340
+
341
+ input::placeholder,
342
+ textarea::placeholder {
343
+ opacity: 1; /* 1 */
344
+ color: #9ca3af; /* 2 */
345
+ }
346
+
347
+ /*
348
+ Set the default cursor for buttons.
349
+ */
350
+
351
+ button,
352
+ [role="button"] {
353
+ cursor: pointer;
354
+ }
355
+
356
+ /*
357
+ Make sure disabled buttons don't get the pointer cursor.
358
+ */
359
+ :disabled {
360
+ cursor: default;
361
+ }
362
+
363
+ /*
364
+ 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
365
+ 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
366
+ This can trigger a poorly considered lint error in some tools but is included by design.
367
+ */
368
+
369
+ img,
370
+ svg,
371
+ video,
372
+ canvas,
373
+ audio,
374
+ iframe,
375
+ embed,
376
+ object {
377
+ display: block; /* 1 */
378
+ vertical-align: middle; /* 2 */
379
+ }
380
+
381
+ /*
382
+ Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
383
+ */
384
+
385
+ img,
386
+ video {
387
+ max-width: 100%;
388
+ height: auto;
389
+ }
390
+
391
+ /* Make elements with the HTML hidden attribute stay hidden by default */
392
+ [hidden] {
393
+ display: none;
394
+ }
395
+ :root {
396
+ --background: 0 0% 100%;
397
+ --foreground: 222.2 84% 4.9%;
398
+
399
+ --card: 0 0% 100%;
400
+ --card-foreground: 222.2 84% 4.9%;
401
+
402
+ --popover: 0 0% 100%;
403
+ --popover-foreground: 222.2 84% 4.9%;
404
+
405
+ --primary: 222.2 47.4% 11.2%;
406
+ --primary-foreground: 210 40% 98%;
407
+
408
+ --secondary: 210 40% 96.1%;
409
+ --secondary-foreground: 222.2 47.4% 11.2%;
410
+
411
+ --muted: 210 40% 96.1%;
412
+ --muted-foreground: 215.4 16.3% 46.9%;
413
+
414
+ --accent: 210 40% 96.1%;
415
+ --accent-foreground: 222.2 47.4% 11.2%;
416
+
417
+ --danger: 0 84.2% 60.2%;
418
+ --danger-foreground: 210 40% 98%;
419
+
420
+ --border: 214.3 31.8% 91.4%;
421
+ --input: 214.3 31.8% 91.4%;
422
+ --ring: 260, 100%, 52%, 1; /* Blue-700 */
423
+
424
+ --radius: 0.5rem;
425
+
426
+ /* Button */
427
+ --color-button-default: 0, 0%, 0%, 1; /* Black */
428
+ --color-button-default-hover: 207, 8%, 23%, 1; /* Gray-950 */
429
+ --color-button-secondary: 0, 0%, 100%, 1; /* White */
430
+ --color-button-secondary-hover: 200, 13%, 95%, 1; /* Gray-100 */
431
+ --color-button-disabled: 195, 10%, 92%, 1; /* Gray-200 */
432
+ --color-button-danger: 354, 96%, 59%, 1; /* Red-500 */
433
+ --color-button-danger-hover: 354, 84%, 42%, 1; /* Red-700 */
434
+
435
+ /* Text */
436
+ --color-text-default: 0, 0%, 0%, 1; /* Black */
437
+ --color-text-secondary: 208, 8%, 50%, 1; /* Gray-700 */
438
+ --color-text-disabled: 206, 9%, 66%, 1; /* Gray-500 */
439
+ --color-text-danger: 354, 96%, 59%, 1; /* Red-500 */
440
+ --color-text-inverse: 0, 0%, 100%, 1; /* White */
441
+
442
+ /* Background */
443
+ --color-bg-default: 0, 0%, 100%, 1; /* White */
444
+ --color-bg-default-hover: 200, 13%, 95%, 1; /* Gray-100 */
445
+ --color-bg-default-active: 52, 100%, 52%, 1; /* Yellow-400 */
446
+ --color-bg-secondary: 210, 17%, 98%, 1; /* Gray-50 */
447
+ --color-bg-disabled: 195, 10%, 92%, 1; /* Gray-200 */
448
+ --color-bg-brand: 52, 100%, 52%, 1; /* Yellow-400 */
449
+ --color-bg-brand-hover: 50, 98%, 47%, 1; /* Yellow-500 */
450
+ --color-bg-brand-light: 53, 100%, 90%, 1; /* Yellow-100 */
451
+ --color-bg-danger: 354, 96%, 59%, 1; /* Red-500 */
452
+ --color-bg-default-inverse: 0, 0%, 0%, 1; /* Black */
453
+ --color-bg-tertiary: 195, 10%, 92%, 1; /* Tertiary */
454
+
455
+ /* Border */
456
+ --color-border-default: 195, 10%, 92%, 1; /* Gray-200 */
457
+ --color-border-hover: 0, 0%, 0%, 1; /* Black */
458
+ --color-border-bold: 0, 0%, 0%, 1; /* Black */
459
+ --color-border-light: 0, 0%, 100%, 1; /* White */
460
+ --color-border-active: 0, 0%, 0%, 1; /* Black */
461
+ --color-border-focused: 260, 100%, 52%, 1; /* Blue-700 */
462
+ --color-border-danger: 354, 96%, 59%, 1; /* Red-500 */
463
+
464
+ /* Icon */
465
+ --color-icon-default: 0, 0%, 0%, 1; /* Black */
466
+ --color-icon-brand: 52, 100%, 52%, 1; /* Yellow-400 */
467
+ --color-icon-secondary: 208, 8%, 50%, 1; /* Gray-700 */
468
+ --color-icon-disabled: 206, 9%, 66%, 1; /* Gray-500 */
469
+ --color-icon-inverse: 0, 0%, 100%, 1; /* White */
470
+
471
+ /* Utility */
472
+ --color-utility-overlay: 0, 0%, 0%, 0.9; /* Black 90% */
473
+ }
474
+ * {
475
+ border-color: hsl(var(--border));
476
+ }
477
+ body {
478
+ background-color: hsl(var(--background));
479
+ color: hsl(var(--foreground));
480
+ }
481
+
482
+ .text-heading-xlg {
483
+ font-family: system-ui;
484
+ font-size: 24px;
485
+ font-weight: 500;
486
+ line-height: 32px;
487
+ }
488
+
489
+ .text-heading-xlg-bold {
490
+ font-family: system-ui;
491
+ font-size: 24px;
492
+ font-weight: 700;
493
+ line-height: 32px;
494
+ }
495
+
496
+ .text-heading-lg {
497
+ font-family: system-ui;
498
+ font-size: 20px;
499
+ font-weight: 500;
500
+ line-height: 28px;
501
+ }
502
+
503
+ .text-heading-lg-bold {
504
+ font-family: system-ui;
505
+ font-size: 20px;
506
+ font-weight: 700;
507
+ line-height: 28px;
508
+ }
509
+
510
+ .text-heading-md {
511
+ font-family: system-ui;
512
+ font-size: 18px;
513
+ font-weight: 500;
514
+ line-height: 28px;
515
+ }
516
+
517
+ .text-heading-md-bold {
518
+ font-family: system-ui;
519
+ font-size: 18px;
520
+ font-weight: 700;
521
+ line-height: 28px;
522
+ }
523
+
524
+ .text-heading-sm {
525
+ font-family: system-ui;
526
+ font-size: 16px;
527
+ font-weight: 500;
528
+ line-height: 22px;
529
+ }
530
+
531
+ .text-heading-sm-bold {
532
+ font-family: system-ui;
533
+ font-size: 16px;
534
+ font-weight: 700;
535
+ line-height: 22px;
536
+ }
537
+
538
+ .text-heading-xsm {
539
+ font-family: system-ui;
540
+ font-size: 14px;
541
+ font-weight: 500;
542
+ line-height: 20px;
543
+ }
544
+
545
+ .text-heading-xsm-bold {
546
+ font-family: system-ui;
547
+ font-size: 14px;
548
+ font-weight: 700;
549
+ line-height: 20px;
550
+ }
551
+
552
+ .text-body-md {
553
+ font-family: system-ui;
554
+ font-size: 16px;
555
+ font-weight: 400;
556
+ line-height: 24px;
557
+ }
558
+
559
+ .text-body-md-bold {
560
+ font-family: system-ui;
561
+ font-size: 16px;
562
+ font-weight: 500;
563
+ line-height: 24px;
564
+ }
565
+
566
+ .text-body-sm {
567
+ font-family: system-ui;
568
+ font-size: 14px;
569
+ font-weight: 400;
570
+ line-height: 20px;
571
+ }
572
+
573
+ .text-body-sm-bold {
574
+ font-family: system-ui;
575
+ font-size: 14px;
576
+ font-weight: 500;
577
+ line-height: 20px;
578
+ }
579
+
580
+ .text-helper-text-sm {
581
+ font-family: system-ui;
582
+ font-size: 12px;
583
+ font-weight: 400;
584
+ line-height: 16px;
585
+ }
586
+
587
+ /** COLORS **/
588
+ .color-text-default {
589
+ color: hsl(var(--color-text-default));
590
+ }
591
+
592
+ .color-text-secondary {
593
+ color: hsl(var(--color-text-secondary));
594
+ }
595
+
596
+ .color-text-disabled {
597
+ color: hsl(var(--color-text-disabled));
598
+ }
599
+
600
+ .color-text-danger {
601
+ color: hsl(var(--color-text-danger));
602
+ }
603
+
604
+ .color-text-inverse {
605
+ color: hsl(var(--color-text-inverse));
606
+ }
607
+
608
+ .color-bg-default {
609
+ background-color: hsl(var(--color-bg-default));
610
+ }
611
+
612
+ .color-bg-default-hover {
613
+ background-color: hsl(var(--color-bg-default-hover));
614
+ }
615
+
616
+ .color-bg-default-active {
617
+ background-color: hsl(var(--color-bg-default-active));
618
+ }
619
+
620
+ .color-bg-secondary {
621
+ background-color: hsl(var(--color-bg-secondary));
622
+ }
623
+
624
+ .color-bg-tertiary {
625
+ background-color: hsl(var(--color-bg-tertiary));
626
+ }
627
+
628
+ .color-bg-disabled {
629
+ background-color: hsl(var(--color-bg-disabled));
630
+ }
631
+
632
+ .color-bg-brand {
633
+ background-color: hsl(var(--color-bg-brand));
634
+ }
635
+
636
+ .color-bg-brand-hover {
637
+ background-color: hsl(var(--color-bg-brand-hover));
638
+ }
639
+
640
+ .color-bg-brand-light {
641
+ background-color: hsl(var(--color-bg-brand-light));
642
+ }
643
+
644
+ .color-bg-danger {
645
+ background-color: hsl(var(--color-bg-danger));
646
+ }
647
+
648
+ .color-bg-default-inverse {
649
+ background-color: hsl(var(--color-bg-default-inverse));
650
+ }
651
+
652
+ .color-button-default {
653
+ background-color: hsl(var(--color-button-default));
654
+ border-color: hsl(var(--color-button-default));
655
+ }
656
+
657
+ .color-button-default-hover {
658
+ background-color: hsl(var(--color-button-default-hover));
659
+ }
660
+
661
+ .color-button-secondary {
662
+ background-color: hsl(var(--color-button-secondary));
663
+ border: 2px solid hsl(var(--color-border-bold));
664
+ }
665
+
666
+ .color-button-secondary-hover {
667
+ background-color: hsl(var(--color-button-secondary-hover));
668
+ }
669
+
670
+ .color-button-disabled {
671
+ background-color: hsl(var(--color-button-disabled));
672
+ border-color: hsl(var(--color-button-disabled));
673
+ color: hsl(var(--color-text-disabled));
674
+ }
675
+
676
+ .color-button-danger {
677
+ background-color: hsl(var(--color-button-danger));
678
+ border-color: hsl(var(--color-button-danger));
679
+ }
680
+
681
+ .color-button-danger-hover {
682
+ background-color: hsl(var(--color-button-danger-hover));
683
+ }
684
+
685
+ .color-border-default {
686
+ border-color: hsl(var(--color-border-default));
687
+ }
688
+
689
+ .color-border-hover {
690
+ border-color: hsl(var(--color-border-hover));
691
+ }
692
+
693
+ .color-border-light {
694
+ border-color: hsl(var(--color-border-light));
695
+ }
696
+
697
+ .color-border-active {
698
+ border-color: hsl(var(--color-border-active));
699
+ }
700
+
701
+ .color-border-focused {
702
+ border-color: hsl(var(--color-border-focused));
703
+ }
704
+
705
+ .color-border-danger {
706
+ border-color: hsl(var(--color-border-danger));
707
+ }
708
+
709
+ .color-icon-default {
710
+ background-color: hsl(var(--color-icon-default));
711
+ }
712
+
713
+ .color-icon-brand {
714
+ background-color: hsl(var(--color-icon-brand));
715
+ }
716
+
717
+ .color-icon-secondary {
718
+ background-color: hsl(var(--color-icon-secondary));
719
+ }
720
+
721
+ .color-icon-disabled {
722
+ background-color: hsl(var(--color-icon-disabled));
723
+ }
724
+
725
+ .color-icon-inverse {
726
+ background-color: hsl(var(--color-icon-inverse));
727
+ }
728
+
729
+ .color-utility-overlay {
730
+ background-color: hsl(var(--color-utility-overlay));
731
+ }
732
+
733
+ *, ::before, ::after {
734
+ --tw-border-spacing-x: 0;
735
+ --tw-border-spacing-y: 0;
736
+ --tw-translate-x: 0;
737
+ --tw-translate-y: 0;
738
+ --tw-rotate: 0;
739
+ --tw-skew-x: 0;
740
+ --tw-skew-y: 0;
741
+ --tw-scale-x: 1;
742
+ --tw-scale-y: 1;
743
+ --tw-pan-x: ;
744
+ --tw-pan-y: ;
745
+ --tw-pinch-zoom: ;
746
+ --tw-scroll-snap-strictness: proximity;
747
+ --tw-gradient-from-position: ;
748
+ --tw-gradient-via-position: ;
749
+ --tw-gradient-to-position: ;
750
+ --tw-ordinal: ;
751
+ --tw-slashed-zero: ;
752
+ --tw-numeric-figure: ;
753
+ --tw-numeric-spacing: ;
754
+ --tw-numeric-fraction: ;
755
+ --tw-ring-inset: ;
756
+ --tw-ring-offset-width: 0px;
757
+ --tw-ring-offset-color: #fff;
758
+ --tw-ring-color: rgb(59 130 246 / 0.5);
759
+ --tw-ring-offset-shadow: 0 0 #0000;
760
+ --tw-ring-shadow: 0 0 #0000;
761
+ --tw-shadow: 0 0 #0000;
762
+ --tw-shadow-colored: 0 0 #0000;
763
+ --tw-blur: ;
764
+ --tw-brightness: ;
765
+ --tw-contrast: ;
766
+ --tw-grayscale: ;
767
+ --tw-hue-rotate: ;
768
+ --tw-invert: ;
769
+ --tw-saturate: ;
770
+ --tw-sepia: ;
771
+ --tw-drop-shadow: ;
772
+ --tw-backdrop-blur: ;
773
+ --tw-backdrop-brightness: ;
774
+ --tw-backdrop-contrast: ;
775
+ --tw-backdrop-grayscale: ;
776
+ --tw-backdrop-hue-rotate: ;
777
+ --tw-backdrop-invert: ;
778
+ --tw-backdrop-opacity: ;
779
+ --tw-backdrop-saturate: ;
780
+ --tw-backdrop-sepia: ;
781
+ }
782
+
783
+ ::backdrop {
784
+ --tw-border-spacing-x: 0;
785
+ --tw-border-spacing-y: 0;
786
+ --tw-translate-x: 0;
787
+ --tw-translate-y: 0;
788
+ --tw-rotate: 0;
789
+ --tw-skew-x: 0;
790
+ --tw-skew-y: 0;
791
+ --tw-scale-x: 1;
792
+ --tw-scale-y: 1;
793
+ --tw-pan-x: ;
794
+ --tw-pan-y: ;
795
+ --tw-pinch-zoom: ;
796
+ --tw-scroll-snap-strictness: proximity;
797
+ --tw-gradient-from-position: ;
798
+ --tw-gradient-via-position: ;
799
+ --tw-gradient-to-position: ;
800
+ --tw-ordinal: ;
801
+ --tw-slashed-zero: ;
802
+ --tw-numeric-figure: ;
803
+ --tw-numeric-spacing: ;
804
+ --tw-numeric-fraction: ;
805
+ --tw-ring-inset: ;
806
+ --tw-ring-offset-width: 0px;
807
+ --tw-ring-offset-color: #fff;
808
+ --tw-ring-color: rgb(59 130 246 / 0.5);
809
+ --tw-ring-offset-shadow: 0 0 #0000;
810
+ --tw-ring-shadow: 0 0 #0000;
811
+ --tw-shadow: 0 0 #0000;
812
+ --tw-shadow-colored: 0 0 #0000;
813
+ --tw-blur: ;
814
+ --tw-brightness: ;
815
+ --tw-contrast: ;
816
+ --tw-grayscale: ;
817
+ --tw-hue-rotate: ;
818
+ --tw-invert: ;
819
+ --tw-saturate: ;
820
+ --tw-sepia: ;
821
+ --tw-drop-shadow: ;
822
+ --tw-backdrop-blur: ;
823
+ --tw-backdrop-brightness: ;
824
+ --tw-backdrop-contrast: ;
825
+ --tw-backdrop-grayscale: ;
826
+ --tw-backdrop-hue-rotate: ;
827
+ --tw-backdrop-invert: ;
828
+ --tw-backdrop-opacity: ;
829
+ --tw-backdrop-saturate: ;
830
+ --tw-backdrop-sepia: ;
831
+ }
832
+ .container {
833
+ width: 100%;
834
+ margin-right: auto;
835
+ margin-left: auto;
836
+ padding-right: 2rem;
837
+ padding-left: 2rem;
838
+ }
839
+ @media (min-width: 1400px) {
840
+
841
+ .container {
842
+ max-width: 1400px;
843
+ }
844
+ }
845
+ .avatar-sm {
846
+ border-radius: 4px;
847
+ border-width: 2px;
848
+ }
849
+ .avatar-lg {
850
+ border-radius: 8px;
851
+ border-width: 4px;
852
+ }
853
+ .pointer-events-none {
854
+ pointer-events: none;
855
+ }
856
+ .absolute {
857
+ position: absolute;
858
+ }
859
+ .relative {
860
+ position: relative;
861
+ }
862
+ .left-3 {
863
+ left: 0.75rem;
864
+ }
865
+ .right-3 {
866
+ right: 0.75rem;
867
+ }
868
+ .z-50 {
869
+ z-index: 50;
870
+ }
871
+ .-m-1 {
872
+ margin: -0.25rem;
873
+ }
874
+ .mx-auto {
875
+ margin-left: auto;
876
+ margin-right: auto;
877
+ }
878
+ .mb-2 {
879
+ margin-bottom: 0.5rem;
880
+ }
881
+ .ml-1 {
882
+ margin-left: 0.25rem;
883
+ }
884
+ .ml-2 {
885
+ margin-left: 0.5rem;
886
+ }
887
+ .mr-2 {
888
+ margin-right: 0.5rem;
889
+ }
890
+ .mt-2 {
891
+ margin-top: 0.5rem;
892
+ }
893
+ .block {
894
+ display: block;
895
+ }
896
+ .flex {
897
+ display: flex;
898
+ }
899
+ .inline-flex {
900
+ display: inline-flex;
901
+ }
902
+ .h-10 {
903
+ height: 2.5rem;
904
+ }
905
+ .h-11 {
906
+ height: 2.75rem;
907
+ }
908
+ .h-12 {
909
+ height: 3rem;
910
+ }
911
+ .h-4 {
912
+ height: 1rem;
913
+ }
914
+ .h-5 {
915
+ height: 1.25rem;
916
+ }
917
+ .h-6 {
918
+ height: 1.5rem;
919
+ }
920
+ .h-8 {
921
+ height: 2rem;
922
+ }
923
+ .h-9 {
924
+ height: 2.25rem;
925
+ }
926
+ .min-h-\[80px\] {
927
+ min-height: 80px;
928
+ }
929
+ .w-10 {
930
+ width: 2.5rem;
931
+ }
932
+ .w-11 {
933
+ width: 2.75rem;
934
+ }
935
+ .w-12 {
936
+ width: 3rem;
937
+ }
938
+ .w-16 {
939
+ width: 4rem;
940
+ }
941
+ .w-24 {
942
+ width: 6rem;
943
+ }
944
+ .w-32 {
945
+ width: 8rem;
946
+ }
947
+ .w-4 {
948
+ width: 1rem;
949
+ }
950
+ .w-5 {
951
+ width: 1.25rem;
952
+ }
953
+ .w-6 {
954
+ width: 1.5rem;
955
+ }
956
+ .w-8 {
957
+ width: 2rem;
958
+ }
959
+ .w-9 {
960
+ width: 2.25rem;
961
+ }
962
+ .w-\[350px\] {
963
+ width: 350px;
964
+ }
965
+ .w-full {
966
+ width: 100%;
967
+ }
968
+ .max-w-\[400px\] {
969
+ max-width: 400px;
970
+ }
971
+ .max-w-sm {
972
+ max-width: 24rem;
973
+ }
974
+ .shrink-0 {
975
+ flex-shrink: 0;
976
+ }
977
+ .transform {
978
+ 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));
979
+ }
980
+ @keyframes spin {
981
+
982
+ to {
983
+ transform: rotate(360deg);
984
+ }
985
+ }
986
+ .animate-spin {
987
+ animation: spin 1s linear infinite;
988
+ }
989
+ .cursor-not-allowed {
990
+ cursor: not-allowed;
991
+ }
992
+ .cursor-pointer {
993
+ cursor: pointer;
994
+ }
995
+ .flex-col {
996
+ flex-direction: column;
997
+ }
998
+ .items-start {
999
+ align-items: flex-start;
1000
+ }
1001
+ .items-center {
1002
+ align-items: center;
1003
+ }
1004
+ .justify-center {
1005
+ justify-content: center;
1006
+ }
1007
+ .gap-2 {
1008
+ gap: 0.5rem;
1009
+ }
1010
+ .gap-5 {
1011
+ gap: 1.25rem;
1012
+ }
1013
+ .gap-8 {
1014
+ gap: 2rem;
1015
+ }
1016
+ .space-x-2 > :not([hidden]) ~ :not([hidden]) {
1017
+ --tw-space-x-reverse: 0;
1018
+ margin-right: calc(0.5rem * var(--tw-space-x-reverse));
1019
+ margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
1020
+ }
1021
+ .overflow-hidden {
1022
+ overflow: hidden;
1023
+ }
1024
+ .whitespace-nowrap {
1025
+ white-space: nowrap;
1026
+ }
1027
+ .text-wrap {
1028
+ text-wrap: wrap;
1029
+ }
1030
+ .rounded {
1031
+ border-radius: 0.25rem;
1032
+ }
1033
+ .rounded-full {
1034
+ border-radius: 9999px;
1035
+ }
1036
+ .rounded-md {
1037
+ border-radius: calc(var(--radius) - 2px);
1038
+ }
1039
+ .rounded-sm {
1040
+ border-radius: calc(var(--radius) - 4px);
1041
+ }
1042
+ .rounded-xl {
1043
+ border-radius: 0.75rem;
1044
+ }
1045
+ .border {
1046
+ border-width: 1px;
1047
+ }
1048
+ .border-2 {
1049
+ border-width: 2px;
1050
+ }
1051
+ .border-none {
1052
+ border-style: none;
1053
+ }
1054
+ .border-\[\#ffffff\] {
1055
+ --tw-border-opacity: 1;
1056
+ border-color: rgb(255 255 255 / var(--tw-border-opacity));
1057
+ }
1058
+ .border-danger {
1059
+ border-color: hsl(var(--color-text-danger));
1060
+ }
1061
+ .border-input {
1062
+ border-color: hsl(var(--color-border-default));
1063
+ }
1064
+ .border-transparent {
1065
+ border-color: transparent;
1066
+ }
1067
+ .bg-background {
1068
+ background-color: hsl(var(--background));
1069
+ }
1070
+ .bg-transparent {
1071
+ background-color: transparent;
1072
+ }
1073
+ .object-contain {
1074
+ -o-object-fit: contain;
1075
+ object-fit: contain;
1076
+ }
1077
+ .object-cover {
1078
+ -o-object-fit: cover;
1079
+ object-fit: cover;
1080
+ }
1081
+ .p-0 {
1082
+ padding: 0px;
1083
+ }
1084
+ .p-1 {
1085
+ padding: 0.25rem;
1086
+ }
1087
+ .p-2 {
1088
+ padding: 0.5rem;
1089
+ }
1090
+ .px-0 {
1091
+ padding-left: 0px;
1092
+ padding-right: 0px;
1093
+ }
1094
+ .px-2 {
1095
+ padding-left: 0.5rem;
1096
+ padding-right: 0.5rem;
1097
+ }
1098
+ .px-3 {
1099
+ padding-left: 0.75rem;
1100
+ padding-right: 0.75rem;
1101
+ }
1102
+ .px-4 {
1103
+ padding-left: 1rem;
1104
+ padding-right: 1rem;
1105
+ }
1106
+ .px-8 {
1107
+ padding-left: 2rem;
1108
+ padding-right: 2rem;
1109
+ }
1110
+ .py-1 {
1111
+ padding-top: 0.25rem;
1112
+ padding-bottom: 0.25rem;
1113
+ }
1114
+ .py-2 {
1115
+ padding-top: 0.5rem;
1116
+ padding-bottom: 0.5rem;
1117
+ }
1118
+ .py-4 {
1119
+ padding-top: 1rem;
1120
+ padding-bottom: 1rem;
1121
+ }
1122
+ .pl-10 {
1123
+ padding-left: 2.5rem;
1124
+ }
1125
+ .pr-10 {
1126
+ padding-right: 2.5rem;
1127
+ }
1128
+ .pr-3 {
1129
+ padding-right: 0.75rem;
1130
+ }
1131
+ .text-justify {
1132
+ text-align: justify;
1133
+ }
1134
+ .text-sm {
1135
+ font-size: 0.875rem;
1136
+ line-height: 1.25rem;
1137
+ }
1138
+ .text-xs {
1139
+ font-size: 0.75rem;
1140
+ line-height: 1rem;
1141
+ }
1142
+ .font-medium {
1143
+ font-weight: 500;
1144
+ }
1145
+ .font-normal {
1146
+ font-weight: 400;
1147
+ }
1148
+ .font-semibold {
1149
+ font-weight: 600;
1150
+ }
1151
+ .leading-none {
1152
+ line-height: 1;
1153
+ }
1154
+ .text-danger {
1155
+ color: hsl(var(--color-text-danger));
1156
+ }
1157
+ .text-danger-foreground {
1158
+ color: hsl(var(--danger-foreground));
1159
+ }
1160
+ .text-muted {
1161
+ color: hsl(var(--color-text-disabled));
1162
+ }
1163
+ .text-primary {
1164
+ color: hsl(var(--primary));
1165
+ }
1166
+ .text-primary-foreground {
1167
+ color: hsl(var(--primary-foreground));
1168
+ }
1169
+ .text-red-500 {
1170
+ --tw-text-opacity: 1;
1171
+ color: rgb(239 68 68 / var(--tw-text-opacity));
1172
+ }
1173
+ .text-secondary {
1174
+ color: hsl(var(--color-text-secondary));
1175
+ }
1176
+ .text-secondary-foreground {
1177
+ color: hsl(var(--secondary-foreground));
1178
+ }
1179
+ .underline-offset-4 {
1180
+ text-underline-offset: 4px;
1181
+ }
1182
+ .shadow-lg {
1183
+ --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
1184
+ --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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
+ .shadow-none {
1188
+ --tw-shadow: 0 0 #0000;
1189
+ --tw-shadow-colored: 0 0 #0000;
1190
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1191
+ }
1192
+ .shadow-sm {
1193
+ --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
1194
+ --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
1195
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1196
+ }
1197
+ .outline-none {
1198
+ outline: 2px solid transparent;
1199
+ outline-offset: 2px;
1200
+ }
1201
+ .outline {
1202
+ outline-style: solid;
1203
+ }
1204
+ .ring-0 {
1205
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1206
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1207
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1208
+ }
1209
+ .ring-2 {
1210
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1211
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1212
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1213
+ }
1214
+ .ring-ring {
1215
+ --tw-ring-color: hsl(var(--ring));
1216
+ }
1217
+ .ring-offset-2 {
1218
+ --tw-ring-offset-width: 2px;
1219
+ }
1220
+ .ring-offset-background {
1221
+ --tw-ring-offset-color: hsl(var(--background));
1222
+ }
1223
+ .filter {
1224
+ 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);
1225
+ }
1226
+ .transition-colors {
1227
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
1228
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1229
+ transition-duration: 150ms;
1230
+ }
1231
+ .transition-transform {
1232
+ transition-property: transform;
1233
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1234
+ transition-duration: 150ms;
1235
+ }
1236
+ @keyframes enter {
1237
+
1238
+ from {
1239
+ opacity: var(--tw-enter-opacity, 1);
1240
+ 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));
1241
+ }
1242
+ }
1243
+ @keyframes exit {
1244
+
1245
+ to {
1246
+ opacity: var(--tw-exit-opacity, 1);
1247
+ 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));
1248
+ }
1249
+ }
1250
+ .animate-in {
1251
+ animation-name: enter;
1252
+ animation-duration: 150ms;
1253
+ --tw-enter-opacity: initial;
1254
+ --tw-enter-scale: initial;
1255
+ --tw-enter-rotate: initial;
1256
+ --tw-enter-translate-x: initial;
1257
+ --tw-enter-translate-y: initial;
1258
+ }
1259
+ .fade-in-0 {
1260
+ --tw-enter-opacity: 0;
1261
+ }
1262
+ .zoom-in-100 {
1263
+ --tw-enter-scale: 1;
1264
+ }
1265
+ .slide-in-from-bottom-2 {
1266
+ --tw-enter-translate-y: 0.5rem;
1267
+ }
1268
+ .slide-in-from-left-2 {
1269
+ --tw-enter-translate-x: -0.5rem;
1270
+ }
1271
+ .slide-in-from-right-2 {
1272
+ --tw-enter-translate-x: 0.5rem;
1273
+ }
1274
+ .slide-in-from-top-2 {
1275
+ --tw-enter-translate-y: -0.5rem;
1276
+ }
1277
+ .hover\:color-bg-tertiary:hover {
1278
+ background-color: hsl(var(--color-bg-tertiary));
1279
+ }
1280
+ .hover\:color-bg-brand-hover:hover {
1281
+ background-color: hsl(var(--color-bg-brand-hover));
1282
+ }
1283
+ .hover\:color-button-default-hover:hover {
1284
+ background-color: hsl(var(--color-button-default-hover));
1285
+ }
1286
+ .hover\:color-button-secondary-hover:hover {
1287
+ background-color: hsl(var(--color-button-secondary-hover));
1288
+ }
1289
+ .hover\:color-button-danger-hover:hover {
1290
+ background-color: hsl(var(--color-button-danger-hover));
1291
+ }
1292
+ .disabled\:color-button-disabled:disabled {
1293
+ background-color: hsl(var(--color-button-disabled));
1294
+ border-color: hsl(var(--color-button-disabled));
1295
+ color: hsl(var(--color-text-disabled));
1296
+ }
1297
+ .data-\[state\=unchecked\]\:color-bg-default-hover[data-state=unchecked] {
1298
+ background-color: hsl(var(--color-bg-default-hover));
1299
+ }
1300
+ .data-\[state\=checked\]\:color-bg-brand-hover[data-state=checked] {
1301
+ background-color: hsl(var(--color-bg-brand-hover));
1302
+ }
1303
+ .data-\[state\=unchecked\]\:hover\:enabled\:color-bg-default-hover:enabled:hover[data-state=unchecked] {
1304
+ background-color: hsl(var(--color-bg-default-hover));
1305
+ }
1306
+ .data-\[state\=checked\]\:hover\:enabled\:color-bg-brand-hover:enabled:hover[data-state=checked] {
1307
+ background-color: hsl(var(--color-bg-brand-hover));
1308
+ }
1309
+ .data-\[state\=unchecked\]\:toggle-default[data-state=unchecked] {
1310
+ background-color: hsl(var(--color-bg-disabled));
1311
+ }
1312
+ .data-\[state\=checked\]\:toggle-active[data-state=checked] {
1313
+ background-color: hsl(var(--color-bg-brand));
1314
+ }
1315
+ .data-\[state\=checked\]\:disabled\:toggle-default:disabled[data-state=checked] {
1316
+ background-color: hsl(var(--color-bg-disabled));
1317
+ }
1318
+ .file\:border-0::file-selector-button {
1319
+ border-width: 0px;
1320
+ }
1321
+ .file\:bg-transparent::file-selector-button {
1322
+ background-color: transparent;
1323
+ }
1324
+ .file\:text-sm::file-selector-button {
1325
+ font-size: 0.875rem;
1326
+ line-height: 1.25rem;
1327
+ }
1328
+ .file\:font-medium::file-selector-button {
1329
+ font-weight: 500;
1330
+ }
1331
+ .placeholder\:text-muted::-moz-placeholder {
1332
+ color: hsl(var(--color-text-disabled));
1333
+ }
1334
+ .placeholder\:text-muted::placeholder {
1335
+ color: hsl(var(--color-text-disabled));
1336
+ }
1337
+ .hover\:border-border-hover:hover {
1338
+ border-color: hsl(var(--color-border-hover));
1339
+ }
1340
+ .hover\:bg-accent:hover {
1341
+ background-color: hsl(var(--accent));
1342
+ }
1343
+ .hover\:bg-none:hover {
1344
+ background-image: none;
1345
+ }
1346
+ .hover\:text-accent-foreground:hover {
1347
+ color: hsl(var(--accent-foreground));
1348
+ }
1349
+ .hover\:underline:hover {
1350
+ text-decoration-line: underline;
1351
+ }
1352
+ .focus\:outline-none:focus {
1353
+ outline: 2px solid transparent;
1354
+ outline-offset: 2px;
1355
+ }
1356
+ .focus\:ring-2:focus {
1357
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1358
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1359
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1360
+ }
1361
+ .focus\:ring-ring:focus {
1362
+ --tw-ring-color: hsl(var(--ring));
1363
+ }
1364
+ .focus\:ring-offset-2:focus {
1365
+ --tw-ring-offset-width: 2px;
1366
+ }
1367
+ .focus-visible\:border-border-hover:focus-visible {
1368
+ border-color: hsl(var(--color-border-hover));
1369
+ }
1370
+ .focus-visible\:outline-none:focus-visible {
1371
+ outline: 2px solid transparent;
1372
+ outline-offset: 2px;
1373
+ }
1374
+ .focus-visible\:ring-2:focus-visible {
1375
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1376
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1377
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1378
+ }
1379
+ .focus-visible\:ring-ring:focus-visible {
1380
+ --tw-ring-color: hsl(var(--ring));
1381
+ }
1382
+ .focus-visible\:ring-offset-2:focus-visible {
1383
+ --tw-ring-offset-width: 2px;
1384
+ }
1385
+ .focus-visible\:ring-offset-background:focus-visible {
1386
+ --tw-ring-offset-color: hsl(var(--background));
1387
+ }
1388
+ .disabled\:cursor-not-allowed:disabled {
1389
+ cursor: not-allowed;
1390
+ }
1391
+ .disabled\:border-disabled:disabled {
1392
+ border-color: hsl(var(--color-bg-disabled));
1393
+ }
1394
+ .disabled\:bg-disabled:disabled {
1395
+ background-color: hsl(var(--color-bg-disabled));
1396
+ }
1397
+ .disabled\:text-muted:disabled {
1398
+ color: hsl(var(--color-text-disabled));
1399
+ }
1400
+ .peer:disabled ~ .peer-disabled\:cursor-not-allowed {
1401
+ cursor: not-allowed;
1402
+ }
1403
+ .peer:disabled ~ .peer-disabled\:opacity-70 {
1404
+ opacity: 0.7;
1405
+ }
1406
+ .data-\[state\=checked\]\:translate-x-5[data-state=checked] {
1407
+ --tw-translate-x: 1.25rem;
1408
+ 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));
1409
+ }
1410
+ .data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked] {
1411
+ --tw-translate-x: 0px;
1412
+ 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));
1413
+ }
1414
+ .data-\[state\=closed\]\:animate-out[data-state=closed] {
1415
+ animation-name: exit;
1416
+ animation-duration: 150ms;
1417
+ --tw-exit-opacity: initial;
1418
+ --tw-exit-scale: initial;
1419
+ --tw-exit-rotate: initial;
1420
+ --tw-exit-translate-x: initial;
1421
+ --tw-exit-translate-y: initial;
1422
+ }
1423
+ .data-\[state\=closed\]\:fade-out-0[data-state=closed] {
1424
+ --tw-exit-opacity: 0;
1425
+ }
1426
+ .data-\[state\=closed\]\:zoom-out-95[data-state=closed] {
1427
+ --tw-exit-scale: .95;
1428
+ }
1429
+ .\[\&\>span\]\:\!left-\[10\%\]>span {
1430
+ left: 10% !important;
1431
+ }
1432
+ .\[\&\>span\]\:\!left-\[80\%\]>span {
1433
+ left: 80% !important;
1434
+ }
1435
+ .\[\&\>span\]\:\!top-\[10\%\]>span {
1436
+ top: 10% !important;
1437
+ }
1438
+ .\[\&\>span\]\:\!top-\[80\%\]>span {
1439
+ top: 80% !important;
1440
+ }