@g4rcez/components 0.0.5 → 0.0.6

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 CHANGED
@@ -1,1670 +1 @@
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
- .pointer-events-none {
592
- pointer-events: none;
593
- }
594
-
595
- .pointer-events-auto {
596
- pointer-events: auto;
597
- }
598
-
599
- .invisible {
600
- visibility: hidden;
601
- }
602
-
603
- .absolute {
604
- position: absolute;
605
- }
606
-
607
- .relative {
608
- position: relative;
609
- }
610
-
611
- .left-0 {
612
- left: 0px;
613
- }
614
-
615
- .right-0 {
616
- right: 0px;
617
- }
618
-
619
- .top-0 {
620
- top: 0px;
621
- }
622
-
623
- .isolate {
624
- isolation: isolate;
625
- }
626
-
627
- .z-floating {
628
- z-index: 10;
629
- }
630
-
631
- .m-0 {
632
- margin: 0px;
633
- }
634
-
635
- .mx-auto {
636
- margin-left: auto;
637
- margin-right: auto;
638
- }
639
-
640
- .my-1 {
641
- margin-top: 0.25rem;
642
- margin-bottom: 0.25rem;
643
- }
644
-
645
- .my-4 {
646
- margin-top: 1rem;
647
- margin-bottom: 1rem;
648
- }
649
-
650
- .mb-1 {
651
- margin-bottom: 0.25rem;
652
- }
653
-
654
- .mb-2 {
655
- margin-bottom: 0.5rem;
656
- }
657
-
658
- .ml-3 {
659
- margin-left: 0.75rem;
660
- }
661
-
662
- .mr-2 {
663
- margin-right: 0.5rem;
664
- }
665
-
666
- .mt-1 {
667
- margin-top: 0.25rem;
668
- }
669
-
670
- .mt-4 {
671
- margin-top: 1rem;
672
- }
673
-
674
- .mt-5 {
675
- margin-top: 1.25rem;
676
- }
677
-
678
- .inline-block {
679
- display: inline-block;
680
- }
681
-
682
- .flex {
683
- display: flex;
684
- }
685
-
686
- .inline-flex {
687
- display: inline-flex;
688
- }
689
-
690
- .table {
691
- display: table;
692
- }
693
-
694
- .table-row {
695
- display: table-row;
696
- }
697
-
698
- .hidden {
699
- display: none;
700
- }
701
-
702
- .aspect-square {
703
- aspect-ratio: 1 / 1;
704
- }
705
-
706
- .size-3 {
707
- width: 0.75rem;
708
- height: 0.75rem;
709
- }
710
-
711
- .size-5 {
712
- width: 1.25rem;
713
- height: 1.25rem;
714
- }
715
-
716
- .h-10 {
717
- height: 2.5rem;
718
- }
719
-
720
- .h-12 {
721
- height: 3rem;
722
- }
723
-
724
- .h-14 {
725
- height: 3.5rem;
726
- }
727
-
728
- .h-2 {
729
- height: 0.5rem;
730
- }
731
-
732
- .h-3 {
733
- height: 0.75rem;
734
- }
735
-
736
- .h-4 {
737
- height: 1rem;
738
- }
739
-
740
- .h-6 {
741
- height: 1.5rem;
742
- }
743
-
744
- .h-full {
745
- height: 100%;
746
- }
747
-
748
- .h-screen {
749
- height: 100vh;
750
- }
751
-
752
- .w-11 {
753
- width: 2.75rem;
754
- }
755
-
756
- .w-3 {
757
- width: 0.75rem;
758
- }
759
-
760
- .w-4 {
761
- width: 1rem;
762
- }
763
-
764
- .w-auto {
765
- width: auto;
766
- }
767
-
768
- .w-fit {
769
- width: -moz-fit-content;
770
- width: fit-content;
771
- }
772
-
773
- .w-full {
774
- width: 100%;
775
- }
776
-
777
- .w-min {
778
- width: -moz-min-content;
779
- width: min-content;
780
- }
781
-
782
- .min-w-\[1ch\] {
783
- min-width: 1ch;
784
- }
785
-
786
- .min-w-full {
787
- min-width: 100%;
788
- }
789
-
790
- .flex-1 {
791
- flex: 1 1 0%;
792
- }
793
-
794
- .flex-shrink-0 {
795
- flex-shrink: 0;
796
- }
797
-
798
- .flex-grow {
799
- flex-grow: 1;
800
- }
801
-
802
- .table-auto {
803
- table-layout: auto;
804
- }
805
-
806
- .origin-\[top_center\] {
807
- transform-origin: top center;
808
- }
809
-
810
- .translate-x-0 {
811
- --tw-translate-x: 0px;
812
- 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));
813
- }
814
-
815
- .transform {
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
-
819
- @keyframes pulse {
820
- 50% {
821
- opacity: .5;
822
- }
823
- }
824
-
825
- .animate-pulse {
826
- animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
827
- }
828
-
829
- .cursor-grab {
830
- cursor: grab;
831
- }
832
-
833
- .cursor-pointer {
834
- cursor: pointer;
835
- }
836
-
837
- .cursor-text {
838
- cursor: text;
839
- }
840
-
841
- .list-none {
842
- list-style-type: none;
843
- }
844
-
845
- .flex-row {
846
- flex-direction: row;
847
- }
848
-
849
- .flex-col {
850
- flex-direction: column;
851
- }
852
-
853
- .flex-wrap {
854
- flex-wrap: wrap;
855
- }
856
-
857
- .flex-nowrap {
858
- flex-wrap: nowrap;
859
- }
860
-
861
- .items-start {
862
- align-items: flex-start;
863
- }
864
-
865
- .items-center {
866
- align-items: center;
867
- }
868
-
869
- .justify-start {
870
- justify-content: flex-start;
871
- }
872
-
873
- .justify-center {
874
- justify-content: center;
875
- }
876
-
877
- .justify-between {
878
- justify-content: space-between;
879
- }
880
-
881
- .gap-0 {
882
- gap: 0px;
883
- }
884
-
885
- .gap-0\.5 {
886
- gap: 0.125rem;
887
- }
888
-
889
- .gap-1 {
890
- gap: 0.25rem;
891
- }
892
-
893
- .gap-1\.5 {
894
- gap: 0.375rem;
895
- }
896
-
897
- .gap-2 {
898
- gap: 0.5rem;
899
- }
900
-
901
- .gap-3 {
902
- gap: 0.75rem;
903
- }
904
-
905
- .gap-4 {
906
- gap: 1rem;
907
- }
908
-
909
- .gap-6 {
910
- gap: 1.5rem;
911
- }
912
-
913
- .gap-x-2 {
914
- -moz-column-gap: 0.5rem;
915
- column-gap: 0.5rem;
916
- }
917
-
918
- .gap-x-4 {
919
- -moz-column-gap: 1rem;
920
- column-gap: 1rem;
921
- }
922
-
923
- .gap-y-1 {
924
- row-gap: 0.25rem;
925
- }
926
-
927
- .space-y-2 > :not([hidden]) ~ :not([hidden]) {
928
- --tw-space-y-reverse: 0;
929
- margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
930
- margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
931
- }
932
-
933
- .space-y-4 > :not([hidden]) ~ :not([hidden]) {
934
- --tw-space-y-reverse: 0;
935
- margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
936
- margin-bottom: calc(1rem * var(--tw-space-y-reverse));
937
- }
938
-
939
- .divide-y > :not([hidden]) ~ :not([hidden]) {
940
- --tw-divide-y-reverse: 0;
941
- border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
942
- border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
943
- }
944
-
945
- .divide-table-border > :not([hidden]) ~ :not([hidden]) {
946
- border-color: var(--table-border);
947
- }
948
-
949
- .divide-table-row > :not([hidden]) ~ :not([hidden]) {
950
- border-color: var(--table-row);
951
- }
952
-
953
- .overflow-auto {
954
- overflow: auto;
955
- }
956
-
957
- .overflow-y-auto {
958
- overflow-y: auto;
959
- }
960
-
961
- .whitespace-nowrap {
962
- white-space: nowrap;
963
- }
964
-
965
- .whitespace-pre {
966
- white-space: pre;
967
- }
968
-
969
- .text-balance {
970
- text-wrap: balance;
971
- }
972
-
973
- .rounded {
974
- border-radius: 0.25rem;
975
- }
976
-
977
- .rounded-full {
978
- border-radius: 9999px;
979
- }
980
-
981
- .rounded-lg {
982
- border-radius: 0.5rem;
983
- }
984
-
985
- .rounded-md {
986
- border-radius: 0.375rem;
987
- }
988
-
989
- .rounded-none {
990
- border-radius: 0px;
991
- }
992
-
993
- .rounded-sm {
994
- border-radius: 0.125rem;
995
- }
996
-
997
- .rounded-xl {
998
- border-radius: 0.75rem;
999
- }
1000
-
1001
- .rounded-b-lg {
1002
- border-bottom-right-radius: 0.5rem;
1003
- border-bottom-left-radius: 0.5rem;
1004
- }
1005
-
1006
- .border {
1007
- border-width: 1px;
1008
- }
1009
-
1010
- .border-2 {
1011
- border-width: 2px;
1012
- }
1013
-
1014
- .border-r-2 {
1015
- border-right-width: 2px;
1016
- }
1017
-
1018
- .border-none {
1019
- border-style: none;
1020
- }
1021
-
1022
- .border-card-border {
1023
- border-color: var(--card-border);
1024
- }
1025
-
1026
- .border-floating-border {
1027
- border-color: var(--floating-border);
1028
- }
1029
-
1030
- .border-input-border {
1031
- border-color: var(--input-border);
1032
- }
1033
-
1034
- .border-table-border {
1035
- border-color: var(--table-border);
1036
- }
1037
-
1038
- .border-tooltip-border {
1039
- border-color: var(--tooltip-border);
1040
- }
1041
-
1042
- .border-transparent {
1043
- border-color: transparent;
1044
- }
1045
-
1046
- .bg-background {
1047
- background-color: var(--background);
1048
- }
1049
-
1050
- .bg-card-background {
1051
- background-color: var(--card-background);
1052
- }
1053
-
1054
- .bg-disabled {
1055
- background-color: var(--disabled);
1056
- }
1057
-
1058
- .bg-floating-background {
1059
- background-color: var(--floating-background);
1060
- }
1061
-
1062
- .bg-primary {
1063
- background-color: var(--primary-DEFAULT);
1064
- }
1065
-
1066
- .bg-primary-subtle {
1067
- background-color: var(--primary-subtle);
1068
- }
1069
-
1070
- .bg-table-background {
1071
- background-color: var(--table-background);
1072
- }
1073
-
1074
- .bg-table-border {
1075
- background-color: var(--table-border);
1076
- }
1077
-
1078
- .bg-tooltip-background {
1079
- background-color: var(--tooltip-background);
1080
- }
1081
-
1082
- .bg-transparent {
1083
- background-color: transparent;
1084
- }
1085
-
1086
- .fill-floating-background {
1087
- fill: var(--floating-background);
1088
- }
1089
-
1090
- .fill-tooltip-background {
1091
- fill: var(--tooltip-background);
1092
- }
1093
-
1094
- .stroke-floating-border {
1095
- stroke: var(--floating-border);
1096
- }
1097
-
1098
- .stroke-tooltip-border {
1099
- stroke: var(--tooltip-border);
1100
- }
1101
-
1102
- .p-0 {
1103
- padding: 0px;
1104
- }
1105
-
1106
- .p-1 {
1107
- padding: 0.25rem;
1108
- }
1109
-
1110
- .p-2 {
1111
- padding: 0.5rem;
1112
- }
1113
-
1114
- .p-4 {
1115
- padding: 1rem;
1116
- }
1117
-
1118
- .p-6 {
1119
- padding: 1.5rem;
1120
- }
1121
-
1122
- .p-8 {
1123
- padding: 2rem;
1124
- }
1125
-
1126
- .px-1 {
1127
- padding-left: 0.25rem;
1128
- padding-right: 0.25rem;
1129
- }
1130
-
1131
- .px-2 {
1132
- padding-left: 0.5rem;
1133
- padding-right: 0.5rem;
1134
- }
1135
-
1136
- .px-4 {
1137
- padding-left: 1rem;
1138
- padding-right: 1rem;
1139
- }
1140
-
1141
- .px-6 {
1142
- padding-left: 1.5rem;
1143
- padding-right: 1.5rem;
1144
- }
1145
-
1146
- .py-0 {
1147
- padding-top: 0px;
1148
- padding-bottom: 0px;
1149
- }
1150
-
1151
- .py-0\.5 {
1152
- padding-top: 0.125rem;
1153
- padding-bottom: 0.125rem;
1154
- }
1155
-
1156
- .py-2 {
1157
- padding-top: 0.5rem;
1158
- padding-bottom: 0.5rem;
1159
- }
1160
-
1161
- .py-4 {
1162
- padding-top: 1rem;
1163
- padding-bottom: 1rem;
1164
- }
1165
-
1166
- .pe-12 {
1167
- padding-inline-end: 3rem;
1168
- }
1169
-
1170
- .pe-4 {
1171
- padding-inline-end: 1rem;
1172
- }
1173
-
1174
- .pl-2 {
1175
- padding-left: 0.5rem;
1176
- }
1177
-
1178
- .pr-1 {
1179
- padding-right: 0.25rem;
1180
- }
1181
-
1182
- .ps-4 {
1183
- padding-inline-start: 1rem;
1184
- }
1185
-
1186
- .ps-8 {
1187
- padding-inline-start: 2rem;
1188
- }
1189
-
1190
- .text-left {
1191
- text-align: left;
1192
- }
1193
-
1194
- .text-center {
1195
- text-align: center;
1196
- }
1197
-
1198
- .align-middle {
1199
- vertical-align: middle;
1200
- }
1201
-
1202
- .text-2xl {
1203
- font-size: 1.5rem;
1204
- line-height: 2rem;
1205
- }
1206
-
1207
- .text-7xl {
1208
- font-size: 4.5rem;
1209
- line-height: 1;
1210
- }
1211
-
1212
- .text-base {
1213
- font-size: 1rem;
1214
- line-height: 1.5rem;
1215
- }
1216
-
1217
- .text-lg {
1218
- font-size: 1.125rem;
1219
- line-height: 1.75rem;
1220
- }
1221
-
1222
- .text-sm {
1223
- font-size: 0.875rem;
1224
- line-height: 1.25rem;
1225
- }
1226
-
1227
- .text-xl {
1228
- font-size: 1.25rem;
1229
- line-height: 1.75rem;
1230
- }
1231
-
1232
- .text-xs {
1233
- font-size: 0.75rem;
1234
- line-height: 1rem;
1235
- }
1236
-
1237
- .font-medium {
1238
- font-weight: 500;
1239
- }
1240
-
1241
- .proportional-nums {
1242
- --tw-numeric-spacing: proportional-nums;
1243
- font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
1244
- }
1245
-
1246
- .leading-snug {
1247
- line-height: 1.375;
1248
- }
1249
-
1250
- .tracking-tight {
1251
- letter-spacing: -0.025em;
1252
- }
1253
-
1254
- .text-danger {
1255
- color: var(--danger-DEFAULT);
1256
- }
1257
-
1258
- .text-foreground {
1259
- color: var(--foreground);
1260
- }
1261
-
1262
- .text-primary {
1263
- color: var(--primary-DEFAULT);
1264
- }
1265
-
1266
- .text-primary-foreground {
1267
- color: var(--primary-foreground);
1268
- }
1269
-
1270
- .text-opacity-70 {
1271
- --tw-text-opacity: 0.7;
1272
- }
1273
-
1274
- .underline {
1275
- text-decoration-line: underline;
1276
- }
1277
-
1278
- .placeholder-input-placeholder::-moz-placeholder {
1279
- color: var(--input-placeholder);
1280
- }
1281
-
1282
- .placeholder-input-placeholder::placeholder {
1283
- color: var(--input-placeholder);
1284
- }
1285
-
1286
- .opacity-0 {
1287
- opacity: 0;
1288
- }
1289
-
1290
- .opacity-70 {
1291
- opacity: 0.7;
1292
- }
1293
-
1294
- .shadow {
1295
- --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
1296
- --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
1297
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1298
- }
1299
-
1300
- .shadow-2xl {
1301
- --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
1302
- --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
1303
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1304
- }
1305
-
1306
- .shadow-floating {
1307
- --tw-shadow: rgba(15, 15, 15, 0.1) 0px 0px 0px 1px, rgba(15, 15, 15, 0.2) 0px 3px 6px, rgba(15, 15, 15, 0.4) 0px 9px 24px;
1308
- --tw-shadow-colored: 0px 0px 0px 1px var(--tw-shadow-color), 0px 3px 6px var(--tw-shadow-color), 0px 9px 24px var(--tw-shadow-color);
1309
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1310
- }
1311
-
1312
- .shadow-sm {
1313
- --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
1314
- --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
1315
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1316
- }
1317
-
1318
- .outline-none {
1319
- outline: 2px solid transparent;
1320
- outline-offset: 2px;
1321
- }
1322
-
1323
- .ring-0 {
1324
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1325
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1326
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1327
- }
1328
-
1329
- .blur {
1330
- --tw-blur: blur(8px);
1331
- 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);
1332
- }
1333
-
1334
- .filter {
1335
- 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);
1336
- }
1337
-
1338
- .transition {
1339
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
1340
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
1341
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
1342
- transition-timing-function: cubic-bezier(1,.43,.36,.67);
1343
- transition-duration: 375ms;
1344
- }
1345
-
1346
- .transition-colors {
1347
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
1348
- transition-timing-function: cubic-bezier(1,.43,.36,.67);
1349
- transition-duration: 375ms;
1350
- }
1351
-
1352
- .transition-opacity {
1353
- transition-property: opacity;
1354
- transition-timing-function: cubic-bezier(1,.43,.36,.67);
1355
- transition-duration: 375ms;
1356
- }
1357
-
1358
- .\[appearance\:textfield\] {
1359
- -webkit-appearance: textfield;
1360
- -moz-appearance: textfield;
1361
- appearance: textfield;
1362
- }
1363
-
1364
- select.select {
1365
- -webkit-appearance: none;
1366
- -moz-appearance: none;
1367
- appearance: none;
1368
- background-repeat: no-repeat;
1369
- padding-right: 2.5rem;
1370
- }
1371
-
1372
- input::-webkit-outer-spin-button,
1373
- input::-webkit-inner-spin-button {
1374
- -webkit-appearance: none;
1375
- margin: 0;
1376
- }
1377
-
1378
- input[type="number"] {
1379
- -moz-appearance: textfield;
1380
- }
1381
-
1382
- input[type="color"],
1383
- input[type="date"],
1384
- input[type="datetime"],
1385
- input[type="datetime-local"],
1386
- input[type="email"],
1387
- input[type="month"],
1388
- input[type="number"],
1389
- input[type="password"],
1390
- input[type="search"],
1391
- input[type="tel"],
1392
- input[type="text"],
1393
- input[type="time"],
1394
- input[type="url"],
1395
- input[type="week"],
1396
- select,
1397
- select:focus,
1398
- textarea {
1399
- font-size: 1rem;
1400
- line-height: 1.5rem;
1401
- }
1402
-
1403
- .first\:table-cell:first-child {
1404
- display: table-cell;
1405
- }
1406
-
1407
- .last\:border-r-0:last-child {
1408
- border-right-width: 0px;
1409
- }
1410
-
1411
- .empty\:hidden:empty {
1412
- display: none;
1413
- }
1414
-
1415
- .hover\:bg-opacity-80:hover {
1416
- --tw-bg-opacity: 0.8;
1417
- }
1418
-
1419
- .focus\:outline-none:focus {
1420
- outline: 2px solid transparent;
1421
- outline-offset: 2px;
1422
- }
1423
-
1424
- .focus\:ring-2:focus {
1425
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1426
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1427
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1428
- }
1429
-
1430
- .focus\:ring-primary:focus {
1431
- --tw-ring-color: var(--primary-DEFAULT);
1432
- }
1433
-
1434
- .focus\:ring-offset-2:focus {
1435
- --tw-ring-offset-width: 2px;
1436
- }
1437
-
1438
- .focus-visible\:outline-none:focus-visible {
1439
- outline: 2px solid transparent;
1440
- outline-offset: 2px;
1441
- }
1442
-
1443
- .focus-visible\:ring-2:focus-visible {
1444
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1445
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1446
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1447
- }
1448
-
1449
- .focus-visible\:ring-4:focus-visible {
1450
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1451
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1452
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1453
- }
1454
-
1455
- .disabled\:cursor-not-allowed:disabled {
1456
- cursor: not-allowed;
1457
- }
1458
-
1459
- .disabled\:bg-opacity-50:disabled {
1460
- --tw-bg-opacity: 0.5;
1461
- }
1462
-
1463
- .disabled\:text-opacity-60:disabled {
1464
- --tw-text-opacity: 0.6;
1465
- }
1466
-
1467
- .disabled\:text-opacity-80:disabled {
1468
- --tw-text-opacity: 0.8;
1469
- }
1470
-
1471
- .group:focus-within .group-focus-within\:border-primary {
1472
- border-color: var(--primary-DEFAULT);
1473
- }
1474
-
1475
- .group:focus-within .group-focus-within\:text-primary {
1476
- color: var(--primary-DEFAULT);
1477
- }
1478
-
1479
- .group:hover .group-hover\:border-primary {
1480
- border-color: var(--primary-DEFAULT);
1481
- }
1482
-
1483
- .group:hover .group-hover\:text-primary {
1484
- color: var(--primary-DEFAULT);
1485
- }
1486
-
1487
- .data-\[checked\=true\]\:translate-x-5[data-checked=true] {
1488
- --tw-translate-x: 1.25rem;
1489
- 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));
1490
- }
1491
-
1492
- .data-\[active\=true\]\:border-solid[data-active=true] {
1493
- border-style: solid;
1494
- }
1495
-
1496
- .data-\[active\=false\]\:border-dashed[data-active=false] {
1497
- border-style: dashed;
1498
- }
1499
-
1500
- .data-\[active\=true\]\:bg-card-background[data-active=true] {
1501
- background-color: var(--card-background);
1502
- }
1503
-
1504
- .data-\[checked\=false\]\:bg-disabled[data-checked=false] {
1505
- background-color: var(--disabled);
1506
- }
1507
-
1508
- .data-\[checked\=false\]\:bg-input-switch-bg[data-checked=false] {
1509
- background-color: var(--input-switch-bg);
1510
- }
1511
-
1512
- .data-\[checked\=true\]\:bg-input-switch[data-checked=true] {
1513
- background-color: var(--input-switch);
1514
- }
1515
-
1516
- .data-\[checked\=true\]\:bg-primary[data-checked=true] {
1517
- background-color: var(--primary-DEFAULT);
1518
- }
1519
-
1520
- .data-\[selected\=false\]\:text-input-placeholder[data-selected=false] {
1521
- color: var(--input-placeholder);
1522
- }
1523
-
1524
- .link\:text-danger:hover {
1525
- color: var(--danger-DEFAULT);
1526
- }
1527
-
1528
- .link\:text-danger:active {
1529
- color: var(--danger-DEFAULT);
1530
- }
1531
-
1532
- .group:valid:has(.input:valid:not(:-moz-placeholder-shown)) .group-assert\:block {
1533
- display: block;
1534
- }
1535
-
1536
- .group:valid:has(.input:valid:not(:placeholder-shown)) .group-assert\:block {
1537
- display: block;
1538
- }
1539
-
1540
- .group:valid:has(.input:valid:not(:-moz-placeholder-shown)) .group-assert\:text-success {
1541
- color: var(--success-DEFAULT);
1542
- }
1543
-
1544
- .group:valid:has(.input:valid:not(:placeholder-shown)) .group-assert\:text-success {
1545
- color: var(--success-DEFAULT);
1546
- }
1547
-
1548
- .group:valid:has(.input:valid:not(:-moz-placeholder-shown)) .group-assert\:opacity-100 {
1549
- opacity: 1;
1550
- }
1551
-
1552
- .group:valid:has(.input:valid:not(:placeholder-shown)) .group-assert\:opacity-100 {
1553
- opacity: 1;
1554
- }
1555
-
1556
- .group:invalid:has(.input:not(:focus):invalid[data-initialized=true]) .group-error\:block {
1557
- display: block;
1558
- }
1559
-
1560
- .group:invalid:has(.input:not(:focus):invalid[data-initialized=true]) .group-error\:border-danger {
1561
- border-color: var(--danger-DEFAULT);
1562
- }
1563
-
1564
- .group:invalid:has(.input:not(:focus):invalid[data-initialized=true]) .group-error\:text-danger {
1565
- color: var(--danger-DEFAULT);
1566
- }
1567
-
1568
- .group:invalid:has(.input:not(:focus):invalid[data-initialized=true]) .group-error\:placeholder-input-mask-error::-moz-placeholder {
1569
- color: var(--input-mask-error);
1570
- }
1571
-
1572
- .group:invalid:has(.input:not(:focus):invalid[data-initialized=true]) .group-error\:placeholder-input-mask-error::placeholder {
1573
- color: var(--input-mask-error);
1574
- }
1575
-
1576
- .group:invalid:has(.input:not(:focus):invalid[data-initialized=true]) .group-error\:opacity-100 {
1577
- opacity: 1;
1578
- }
1579
-
1580
- .group[data-error=true][data-interactive=true]:has(.input[data-initialized=true]) .group-error\:block {
1581
- display: block;
1582
- }
1583
-
1584
- .group[data-error=true][data-interactive=true]:has(.input[data-initialized=true]) .group-error\:border-danger {
1585
- border-color: var(--danger-DEFAULT);
1586
- }
1587
-
1588
- .group[data-error=true][data-interactive=true]:has(.input[data-initialized=true]) .group-error\:text-danger {
1589
- color: var(--danger-DEFAULT);
1590
- }
1591
-
1592
- .group[data-error=true][data-interactive=true]:has(.input[data-initialized=true]) .group-error\:placeholder-input-mask-error::-moz-placeholder {
1593
- color: var(--input-mask-error);
1594
- }
1595
-
1596
- .group[data-error=true][data-interactive=true]:has(.input[data-initialized=true]) .group-error\:placeholder-input-mask-error::placeholder {
1597
- color: var(--input-mask-error);
1598
- }
1599
-
1600
- .group[data-error=true][data-interactive=true]:has(.input[data-initialized=true]) .group-error\:opacity-100 {
1601
- opacity: 1;
1602
- }
1603
-
1604
- .group[data-error=true][data-interactive=true]:has(.input) .group-error\:block {
1605
- display: block;
1606
- }
1607
-
1608
- .group[data-error=true][data-interactive=true]:has(.input) .group-error\:border-danger {
1609
- border-color: var(--danger-DEFAULT);
1610
- }
1611
-
1612
- .group[data-error=true][data-interactive=true]:has(.input) .group-error\:text-danger {
1613
- color: var(--danger-DEFAULT);
1614
- }
1615
-
1616
- .group[data-error=true][data-interactive=true]:has(.input) .group-error\:placeholder-input-mask-error::-moz-placeholder {
1617
- color: var(--input-mask-error);
1618
- }
1619
-
1620
- .group[data-error=true][data-interactive=true]:has(.input) .group-error\:placeholder-input-mask-error::placeholder {
1621
- color: var(--input-mask-error);
1622
- }
1623
-
1624
- .group[data-error=true][data-interactive=true]:has(.input) .group-error\:opacity-100 {
1625
- opacity: 1;
1626
- }
1627
-
1628
- .group[data-error=true]:has(.input[data-initialized=true]) .group-error\:block {
1629
- display: block;
1630
- }
1631
-
1632
- .group[data-error=true]:has(.input[data-initialized=true]) .group-error\:border-danger {
1633
- border-color: var(--danger-DEFAULT);
1634
- }
1635
-
1636
- .group[data-error=true]:has(.input[data-initialized=true]) .group-error\:text-danger {
1637
- color: var(--danger-DEFAULT);
1638
- }
1639
-
1640
- .group[data-error=true]:has(.input[data-initialized=true]) .group-error\:placeholder-input-mask-error::-moz-placeholder {
1641
- color: var(--input-mask-error);
1642
- }
1643
-
1644
- .group[data-error=true]:has(.input[data-initialized=true]) .group-error\:placeholder-input-mask-error::placeholder {
1645
- color: var(--input-mask-error);
1646
- }
1647
-
1648
- .group[data-error=true]:has(.input[data-initialized=true]) .group-error\:opacity-100 {
1649
- opacity: 1;
1650
- }
1651
-
1652
- @media (min-width: 768px) {
1653
- .md\:table-cell {
1654
- display: table-cell;
1655
- }
1656
-
1657
- .md\:justify-end {
1658
- justify-content: flex-end;
1659
- }
1660
- }
1661
-
1662
- .\[\&\:\:-webkit-inner-spin-button\]\:appearance-none::-webkit-inner-spin-button {
1663
- -webkit-appearance: none;
1664
- appearance: none;
1665
- }
1666
-
1667
- .\[\&\:\:-webkit-outer-spin-button\]\:appearance-none::-webkit-outer-spin-button {
1668
- -webkit-appearance: none;
1669
- appearance: none;
1670
- }
1
+ /*! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.invisible{visibility:hidden}.absolute{position:absolute}.relative{position:relative}.left-0{left:0}.right-0{right:0}.top-0{top:0}.isolate{isolation:isolate}.z-floating{z-index:10}.m-0{margin:0}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-4{margin-top:1rem;margin-bottom:1rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.ml-3{margin-left:.75rem}.mr-2{margin-right:.5rem}.mt-1{margin-top:.25rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.table-row{display:table-row}.hidden{display:none}.aspect-square{aspect-ratio:1/1}.size-3{width:.75rem;height:.75rem}.size-5{width:1.25rem;height:1.25rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-2{height:.5rem}.h-3{height:.75rem}.h-4{height:1rem}.h-6{height:1.5rem}.h-full{height:100%}.h-screen{height:100vh}.w-11{width:2.75rem}.w-3{width:.75rem}.w-4{width:1rem}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-min{width:-moz-min-content;width:min-content}.min-w-\[1ch\]{min-width:1ch}.min-w-full{min-width:100%}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.table-auto{table-layout:auto}.origin-\[top_center\]{transform-origin:top center}.translate-x-0{--tw-translate-x:0px}.transform,.translate-x-0{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))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.cursor-grab{cursor:grab}.cursor-pointer{cursor:pointer}.cursor-text{cursor:text}.list-none{list-style-type:none}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-y-1{row-gap:.25rem}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem*var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem*var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px*var(--tw-divide-y-reverse))}.divide-table-border>:not([hidden])~:not([hidden]){border-color:var(--table-border)}.divide-table-row>:not([hidden])~:not([hidden]){border-color:var(--table-row)}.overflow-auto{overflow:auto}.overflow-y-auto{overflow-y:auto}.whitespace-nowrap{white-space:nowrap}.whitespace-pre{white-space:pre}.text-balance{text-wrap:balance}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.border{border-width:1px}.border-2{border-width:2px}.border-r-2{border-right-width:2px}.border-none{border-style:none}.border-card-border{border-color:var(--card-border)}.border-floating-border{border-color:var(--floating-border)}.border-input-border{border-color:var(--input-border)}.border-table-border{border-color:var(--table-border)}.border-tooltip-border{border-color:var(--tooltip-border)}.border-transparent{border-color:#0000}.bg-background{background-color:var(--background)}.bg-card-background{background-color:var(--card-background)}.bg-disabled{background-color:var(--disabled)}.bg-floating-background{background-color:var(--floating-background)}.bg-primary{background-color:var(--primary-DEFAULT)}.bg-primary-subtle{background-color:var(--primary-subtle)}.bg-table-background{background-color:var(--table-background)}.bg-table-border{background-color:var(--table-border)}.bg-tooltip-background{background-color:var(--tooltip-background)}.bg-transparent{background-color:initial}.fill-floating-background{fill:var(--floating-background)}.fill-tooltip-background{fill:var(--tooltip-background)}.stroke-floating-border{stroke:var(--floating-border)}.stroke-tooltip-border{stroke:var(--tooltip-border)}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pe-12{padding-inline-end:3rem}.pe-4{padding-inline-end:1rem}.pl-2{padding-left:.5rem}.pr-1{padding-right:.25rem}.ps-4{padding-inline-start:1rem}.ps-8{padding-inline-start:2rem}.text-left{text-align:left}.text-center{text-align:center}.align-middle{vertical-align:middle}.text-2xl{font-size:1.5rem;line-height:2rem}.text-7xl{font-size:4.5rem;line-height:1}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-medium{font-weight:500}.proportional-nums{--tw-numeric-spacing:proportional-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-snug{line-height:1.375}.tracking-tight{letter-spacing:-.025em}.text-danger{color:var(--danger-DEFAULT)}.text-foreground{color:var(--foreground)}.text-primary{color:var(--primary-DEFAULT)}.text-primary-foreground{color:var(--primary-foreground)}.text-opacity-70{--tw-text-opacity:0.7}.underline{text-decoration-line:underline}.placeholder-input-placeholder::-moz-placeholder{color:var(--input-placeholder)}.placeholder-input-placeholder::placeholder{color:var(--input-placeholder)}.opacity-0{opacity:0}.opacity-70{opacity:.7}.shadow{--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-2xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow:0 25px 50px -12px #00000040;--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.shadow-floating{--tw-shadow:#0f0f0f1a 0px 0px 0px 1px,#0f0f0f33 0px 3px 6px,#0f0f0f66 0px 9px 24px;--tw-shadow-colored:0px 0px 0px 1px var(--tw-shadow-color),0px 3px 6px var(--tw-shadow-color),0px 9px 24px var(--tw-shadow-color)}.shadow-floating,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.outline-none{outline:2px solid #0000;outline-offset:2px}.ring-0{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.blur{--tw-blur:blur(8px)}.blur,.filter{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)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(1,.43,.36,.67);transition-duration:375ms}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(1,.43,.36,.67);transition-duration:375ms}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(1,.43,.36,.67);transition-duration:375ms}.\[appearance\:textfield\]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}select.select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-repeat:no-repeat;padding-right:2.5rem}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,select:focus,textarea{font-size:1rem;line-height:1.5rem}.first\:table-cell:first-child{display:table-cell}.last\:border-r-0:last-child{border-right-width:0}.empty\:hidden:empty{display:none}.hover\:bg-opacity-80:hover{--tw-bg-opacity:0.8}.focus\:outline-none:focus{outline:2px solid #0000;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-primary:focus{--tw-ring-color:var(--primary-DEFAULT)}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.focus-visible\:outline-none:focus-visible{outline:2px solid #0000;outline-offset:2px}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus-visible\:ring-2:focus-visible,.focus-visible\:ring-4:focus-visible{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-4:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-opacity-50:disabled{--tw-bg-opacity:0.5}.disabled\:text-opacity-60:disabled{--tw-text-opacity:0.6}.disabled\:text-opacity-80:disabled{--tw-text-opacity:0.8}.group:focus-within .group-focus-within\:border-primary{border-color:var(--primary-DEFAULT)}.group:focus-within .group-focus-within\:text-primary{color:var(--primary-DEFAULT)}.group:hover .group-hover\:border-primary{border-color:var(--primary-DEFAULT)}.group:hover .group-hover\:text-primary{color:var(--primary-DEFAULT)}.data-\[checked\=true\]\:translate-x-5[data-checked=true]{--tw-translate-x:1.25rem;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))}.data-\[active\=true\]\:border-solid[data-active=true]{border-style:solid}.data-\[active\=false\]\:border-dashed[data-active=false]{border-style:dashed}.data-\[active\=true\]\:bg-card-background[data-active=true]{background-color:var(--card-background)}.data-\[checked\=false\]\:bg-disabled[data-checked=false]{background-color:var(--disabled)}.data-\[checked\=false\]\:bg-input-switch-bg[data-checked=false]{background-color:var(--input-switch-bg)}.data-\[checked\=true\]\:bg-input-switch[data-checked=true]{background-color:var(--input-switch)}.data-\[checked\=true\]\:bg-primary[data-checked=true]{background-color:var(--primary-DEFAULT)}.data-\[selected\=false\]\:text-input-placeholder[data-selected=false]{color:var(--input-placeholder)}.link\:text-danger:active,.link\:text-danger:hover{color:var(--danger-DEFAULT)}.group:valid:has(.input:valid:not(:-moz-placeholder-shown)) .group-assert\:block{display:block}.group:valid:has(.input:valid:not(:placeholder-shown)) .group-assert\:block{display:block}.group:valid:has(.input:valid:not(:-moz-placeholder-shown)) .group-assert\:text-success{color:var(--success-DEFAULT)}.group:valid:has(.input:valid:not(:placeholder-shown)) .group-assert\:text-success{color:var(--success-DEFAULT)}.group:valid:has(.input:valid:not(:-moz-placeholder-shown)) .group-assert\:opacity-100{opacity:1}.group:valid:has(.input:valid:not(:placeholder-shown)) .group-assert\:opacity-100{opacity:1}.group:invalid:has(.input:not(:focus):invalid[data-initialized=true]) .group-error\:block{display:block}.group:invalid:has(.input:not(:focus):invalid[data-initialized=true]) .group-error\:border-danger{border-color:var(--danger-DEFAULT)}.group:invalid:has(.input:not(:focus):invalid[data-initialized=true]) .group-error\:text-danger{color:var(--danger-DEFAULT)}.group:invalid:has(.input:not(:focus):invalid[data-initialized=true]) .group-error\:placeholder-input-mask-error::-moz-placeholder{color:var(--input-mask-error)}.group:invalid:has(.input:not(:focus):invalid[data-initialized=true]) .group-error\:placeholder-input-mask-error::placeholder{color:var(--input-mask-error)}.group:invalid:has(.input:not(:focus):invalid[data-initialized=true]) .group-error\:opacity-100{opacity:1}.group[data-error=true][data-interactive=true]:has(.input[data-initialized=true]) .group-error\:block{display:block}.group[data-error=true][data-interactive=true]:has(.input[data-initialized=true]) .group-error\:border-danger{border-color:var(--danger-DEFAULT)}.group[data-error=true][data-interactive=true]:has(.input[data-initialized=true]) .group-error\:text-danger{color:var(--danger-DEFAULT)}.group[data-error=true][data-interactive=true]:has(.input[data-initialized=true]) .group-error\:placeholder-input-mask-error::-moz-placeholder{color:var(--input-mask-error)}.group[data-error=true][data-interactive=true]:has(.input[data-initialized=true]) .group-error\:placeholder-input-mask-error::placeholder{color:var(--input-mask-error)}.group[data-error=true][data-interactive=true]:has(.input[data-initialized=true]) .group-error\:opacity-100{opacity:1}.group[data-error=true][data-interactive=true]:has(.input) .group-error\:block{display:block}.group[data-error=true][data-interactive=true]:has(.input) .group-error\:border-danger{border-color:var(--danger-DEFAULT)}.group[data-error=true][data-interactive=true]:has(.input) .group-error\:text-danger{color:var(--danger-DEFAULT)}.group[data-error=true][data-interactive=true]:has(.input) .group-error\:placeholder-input-mask-error::-moz-placeholder{color:var(--input-mask-error)}.group[data-error=true][data-interactive=true]:has(.input) .group-error\:placeholder-input-mask-error::placeholder{color:var(--input-mask-error)}.group[data-error=true][data-interactive=true]:has(.input) .group-error\:opacity-100{opacity:1}.group[data-error=true]:has(.input[data-initialized=true]) .group-error\:block{display:block}.group[data-error=true]:has(.input[data-initialized=true]) .group-error\:border-danger{border-color:var(--danger-DEFAULT)}.group[data-error=true]:has(.input[data-initialized=true]) .group-error\:text-danger{color:var(--danger-DEFAULT)}.group[data-error=true]:has(.input[data-initialized=true]) .group-error\:placeholder-input-mask-error::-moz-placeholder{color:var(--input-mask-error)}.group[data-error=true]:has(.input[data-initialized=true]) .group-error\:placeholder-input-mask-error::placeholder{color:var(--input-mask-error)}.group[data-error=true]:has(.input[data-initialized=true]) .group-error\:opacity-100{opacity:1}@media (min-width:768px){.md\:table-cell{display:table-cell}.md\:justify-end{justify-content:flex-end}}.\[\&\:\:-webkit-inner-spin-button\]\:appearance-none::-webkit-inner-spin-button,.\[\&\:\:-webkit-outer-spin-button\]\:appearance-none::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none}