@akinon/ui-utils 1.0.1 → 1.1.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/index.css DELETED
@@ -1,4925 +0,0 @@
1
- /*
2
- TODO: fix styles for RTL compatibility and change variables to Akinon compatible
3
- */
4
-
5
- *,
6
- ::backdrop,
7
- :after,
8
- :before {
9
- --aki-border-spacing-x: 0;
10
- --aki-border-spacing-y: 0;
11
- --aki-translate-x: 0;
12
- --aki-translate-y: 0;
13
- --aki-rotate: 0;
14
- --aki-skew-x: 0;
15
- --aki-skew-y: 0;
16
- --aki-scale-x: 1;
17
- --aki-scale-y: 1;
18
- --aki-pan-x: ;
19
- --aki-pan-y: ;
20
- --aki-pinch-zoom: ;
21
- --aki-scroll-snap-strictness: proximity;
22
- --aki-gradient-from-position: ;
23
- --aki-gradient-via-position: ;
24
- --aki-gradient-to-position: ;
25
- --aki-ordinal: ;
26
- --aki-slashed-zero: ;
27
- --aki-numeric-figure: ;
28
- --aki-numeric-spacing: ;
29
- --aki-numeric-fraction: ;
30
- --aki-ring-inset: ;
31
- --aki-ring-offset-width: 0px;
32
- --aki-ring-offset-color: #fff;
33
- --aki-ring-color: #3b82f680;
34
- --aki-ring-offset-shadow: 0 0 #0000;
35
- --aki-ring-shadow: 0 0 #0000;
36
- --aki-shadow: 0 0 #0000;
37
- --aki-shadow-colored: 0 0 #0000;
38
- --aki-blur: ;
39
- --aki-brightness: ;
40
- --aki-contrast: ;
41
- --aki-grayscale: ;
42
- --aki-hue-rotate: ;
43
- --aki-invert: ;
44
- --aki-saturate: ;
45
- --aki-sepia: ;
46
- --aki-drop-shadow: ;
47
- --aki-backdrop-blur: ;
48
- --aki-backdrop-brightness: ;
49
- --aki-backdrop-contrast: ;
50
- --aki-backdrop-grayscale: ;
51
- --aki-backdrop-hue-rotate: ;
52
- --aki-backdrop-invert: ;
53
- --aki-backdrop-opacity: ;
54
- --aki-backdrop-saturate: ;
55
- --aki-backdrop-sepia: ;
56
- }
57
- .static {
58
- position: static;
59
- }
60
- .fixed {
61
- position: fixed;
62
- }
63
- .absolute {
64
- position: absolute;
65
- }
66
- .relative {
67
- position: relative;
68
- }
69
- .sticky {
70
- position: sticky;
71
- }
72
- .bottom-0 {
73
- bottom: 0;
74
- }
75
- .bottom-1 {
76
- bottom: 0.25rem;
77
- }
78
- .bottom-10 {
79
- bottom: 2.5rem;
80
- }
81
- .bottom-11 {
82
- bottom: 2.75rem;
83
- }
84
- .bottom-12 {
85
- bottom: 3rem;
86
- }
87
- .bottom-14 {
88
- bottom: 3.5rem;
89
- }
90
- .bottom-16 {
91
- bottom: 4rem;
92
- }
93
- .bottom-2 {
94
- bottom: 0.5rem;
95
- }
96
- .bottom-20 {
97
- bottom: 5rem;
98
- }
99
- .bottom-24 {
100
- bottom: 6rem;
101
- }
102
- .bottom-28 {
103
- bottom: 7rem;
104
- }
105
- .bottom-3 {
106
- bottom: 0.75rem;
107
- }
108
- .bottom-32 {
109
- bottom: 8rem;
110
- }
111
- .bottom-36 {
112
- bottom: 9rem;
113
- }
114
- .bottom-4 {
115
- bottom: 1rem;
116
- }
117
- .bottom-40 {
118
- bottom: 10rem;
119
- }
120
- .bottom-44 {
121
- bottom: 11rem;
122
- }
123
- .bottom-48 {
124
- bottom: 12rem;
125
- }
126
- .bottom-5 {
127
- bottom: 1.25rem;
128
- }
129
- .bottom-52 {
130
- bottom: 13rem;
131
- }
132
- .bottom-56 {
133
- bottom: 14rem;
134
- }
135
- .bottom-6 {
136
- bottom: 1.5rem;
137
- }
138
- .bottom-60 {
139
- bottom: 15rem;
140
- }
141
- .bottom-64 {
142
- bottom: 16rem;
143
- }
144
- .bottom-7 {
145
- bottom: 1.75rem;
146
- }
147
- .bottom-72 {
148
- bottom: 18rem;
149
- }
150
- .bottom-8 {
151
- bottom: 2rem;
152
- }
153
- .bottom-80 {
154
- bottom: 20rem;
155
- }
156
- .bottom-9 {
157
- bottom: 2.25rem;
158
- }
159
- .bottom-96 {
160
- bottom: 24rem;
161
- }
162
- .bottom-auto {
163
- bottom: auto;
164
- }
165
- .bottom-full {
166
- bottom: 100%;
167
- }
168
- .bottom-px {
169
- bottom: 1px;
170
- }
171
- .left-0 {
172
- left: 0;
173
- }
174
- .left-1 {
175
- left: 0.25rem;
176
- }
177
- .left-10 {
178
- left: 2.5rem;
179
- }
180
- .left-11 {
181
- left: 2.75rem;
182
- }
183
- .left-12 {
184
- left: 3rem;
185
- }
186
- .left-14 {
187
- left: 3.5rem;
188
- }
189
- .left-16 {
190
- left: 4rem;
191
- }
192
- .left-2 {
193
- left: 0.5rem;
194
- }
195
- .left-20 {
196
- left: 5rem;
197
- }
198
- .left-24 {
199
- left: 6rem;
200
- }
201
- .left-28 {
202
- left: 7rem;
203
- }
204
- .left-3 {
205
- left: 0.75rem;
206
- }
207
- .left-32 {
208
- left: 8rem;
209
- }
210
- .left-36 {
211
- left: 9rem;
212
- }
213
- .left-4 {
214
- left: 1rem;
215
- }
216
- .left-40 {
217
- left: 10rem;
218
- }
219
- .left-44 {
220
- left: 11rem;
221
- }
222
- .left-48 {
223
- left: 12rem;
224
- }
225
- .left-5 {
226
- left: 1.25rem;
227
- }
228
- .left-52 {
229
- left: 13rem;
230
- }
231
- .left-56 {
232
- left: 14rem;
233
- }
234
- .left-6 {
235
- left: 1.5rem;
236
- }
237
- .left-60 {
238
- left: 15rem;
239
- }
240
- .left-64 {
241
- left: 16rem;
242
- }
243
- .left-7 {
244
- left: 1.75rem;
245
- }
246
- .left-72 {
247
- left: 18rem;
248
- }
249
- .left-8 {
250
- left: 2rem;
251
- }
252
- .left-80 {
253
- left: 20rem;
254
- }
255
- .left-9 {
256
- left: 2.25rem;
257
- }
258
- .left-96 {
259
- left: 24rem;
260
- }
261
- .left-auto {
262
- left: auto;
263
- }
264
- .left-full {
265
- left: 100%;
266
- }
267
- .left-px {
268
- left: 1px;
269
- }
270
- .right-0 {
271
- right: 0;
272
- }
273
- .right-1 {
274
- right: 0.25rem;
275
- }
276
- .right-10 {
277
- right: 2.5rem;
278
- }
279
- .right-11 {
280
- right: 2.75rem;
281
- }
282
- .right-12 {
283
- right: 3rem;
284
- }
285
- .right-14 {
286
- right: 3.5rem;
287
- }
288
- .right-16 {
289
- right: 4rem;
290
- }
291
- .right-2 {
292
- right: 0.5rem;
293
- }
294
- .right-20 {
295
- right: 5rem;
296
- }
297
- .right-24 {
298
- right: 6rem;
299
- }
300
- .right-28 {
301
- right: 7rem;
302
- }
303
- .right-3 {
304
- right: 0.75rem;
305
- }
306
- .right-32 {
307
- right: 8rem;
308
- }
309
- .right-36 {
310
- right: 9rem;
311
- }
312
- .right-4 {
313
- right: 1rem;
314
- }
315
- .right-40 {
316
- right: 10rem;
317
- }
318
- .right-44 {
319
- right: 11rem;
320
- }
321
- .right-48 {
322
- right: 12rem;
323
- }
324
- .right-5 {
325
- right: 1.25rem;
326
- }
327
- .right-52 {
328
- right: 13rem;
329
- }
330
- .right-56 {
331
- right: 14rem;
332
- }
333
- .right-6 {
334
- right: 1.5rem;
335
- }
336
- .right-60 {
337
- right: 15rem;
338
- }
339
- .right-64 {
340
- right: 16rem;
341
- }
342
- .right-7 {
343
- right: 1.75rem;
344
- }
345
- .right-72 {
346
- right: 18rem;
347
- }
348
- .right-8 {
349
- right: 2rem;
350
- }
351
- .right-80 {
352
- right: 20rem;
353
- }
354
- .right-9 {
355
- right: 2.25rem;
356
- }
357
- .right-96 {
358
- right: 24rem;
359
- }
360
- .right-auto {
361
- right: auto;
362
- }
363
- .right-full {
364
- right: 100%;
365
- }
366
- .right-px {
367
- right: 1px;
368
- }
369
- .top-0 {
370
- top: 0;
371
- }
372
- .top-1 {
373
- top: 0.25rem;
374
- }
375
- .top-10 {
376
- top: 2.5rem;
377
- }
378
- .top-11 {
379
- top: 2.75rem;
380
- }
381
- .top-12 {
382
- top: 3rem;
383
- }
384
- .top-14 {
385
- top: 3.5rem;
386
- }
387
- .top-16 {
388
- top: 4rem;
389
- }
390
- .top-2 {
391
- top: 0.5rem;
392
- }
393
- .top-20 {
394
- top: 5rem;
395
- }
396
- .top-24 {
397
- top: 6rem;
398
- }
399
- .top-28 {
400
- top: 7rem;
401
- }
402
- .top-3 {
403
- top: 0.75rem;
404
- }
405
- .top-32 {
406
- top: 8rem;
407
- }
408
- .top-36 {
409
- top: 9rem;
410
- }
411
- .top-4 {
412
- top: 1rem;
413
- }
414
- .top-40 {
415
- top: 10rem;
416
- }
417
- .top-44 {
418
- top: 11rem;
419
- }
420
- .top-48 {
421
- top: 12rem;
422
- }
423
- .top-5 {
424
- top: 1.25rem;
425
- }
426
- .top-52 {
427
- top: 13rem;
428
- }
429
- .top-56 {
430
- top: 14rem;
431
- }
432
- .top-6 {
433
- top: 1.5rem;
434
- }
435
- .top-60 {
436
- top: 15rem;
437
- }
438
- .top-64 {
439
- top: 16rem;
440
- }
441
- .top-7 {
442
- top: 1.75rem;
443
- }
444
- .top-72 {
445
- top: 18rem;
446
- }
447
- .top-8 {
448
- top: 2rem;
449
- }
450
- .top-80 {
451
- top: 20rem;
452
- }
453
- .top-9 {
454
- top: 2.25rem;
455
- }
456
- .top-96 {
457
- top: 24rem;
458
- }
459
- .top-auto {
460
- top: auto;
461
- }
462
- .top-full {
463
- top: 100%;
464
- }
465
- .top-px {
466
- top: 1px;
467
- }
468
- .z-0 {
469
- z-index: 0;
470
- }
471
- .z-10 {
472
- z-index: 10;
473
- }
474
- .z-20 {
475
- z-index: 20;
476
- }
477
- .z-30 {
478
- z-index: 30;
479
- }
480
- .z-40 {
481
- z-index: 40;
482
- }
483
- .z-50 {
484
- z-index: 50;
485
- }
486
- .z-auto {
487
- z-index: auto;
488
- }
489
- .m-0 {
490
- margin: 0;
491
- }
492
- .m-1 {
493
- margin: 0.25rem;
494
- }
495
- .m-10 {
496
- margin: 2.5rem;
497
- }
498
- .m-11 {
499
- margin: 2.75rem;
500
- }
501
- .m-12 {
502
- margin: 3rem;
503
- }
504
- .m-14 {
505
- margin: 3.5rem;
506
- }
507
- .m-16 {
508
- margin: 4rem;
509
- }
510
- .m-2 {
511
- margin: 0.5rem;
512
- }
513
- .m-20 {
514
- margin: 5rem;
515
- }
516
- .m-24 {
517
- margin: 6rem;
518
- }
519
- .m-28 {
520
- margin: 7rem;
521
- }
522
- .m-3 {
523
- margin: 0.75rem;
524
- }
525
- .m-32 {
526
- margin: 8rem;
527
- }
528
- .m-36 {
529
- margin: 9rem;
530
- }
531
- .m-4 {
532
- margin: 1rem;
533
- }
534
- .m-40 {
535
- margin: 10rem;
536
- }
537
- .m-44 {
538
- margin: 11rem;
539
- }
540
- .m-48 {
541
- margin: 12rem;
542
- }
543
- .m-5 {
544
- margin: 1.25rem;
545
- }
546
- .m-52 {
547
- margin: 13rem;
548
- }
549
- .m-56 {
550
- margin: 14rem;
551
- }
552
- .m-6 {
553
- margin: 1.5rem;
554
- }
555
- .m-60 {
556
- margin: 15rem;
557
- }
558
- .m-64 {
559
- margin: 16rem;
560
- }
561
- .m-7 {
562
- margin: 1.75rem;
563
- }
564
- .m-72 {
565
- margin: 18rem;
566
- }
567
- .m-8 {
568
- margin: 2rem;
569
- }
570
- .m-80 {
571
- margin: 20rem;
572
- }
573
- .m-9 {
574
- margin: 2.25rem;
575
- }
576
- .m-96 {
577
- margin: 24rem;
578
- }
579
- .m-auto {
580
- margin: auto;
581
- }
582
- .m-px {
583
- margin: 1px;
584
- }
585
- .mx-0 {
586
- margin-left: 0;
587
- margin-right: 0;
588
- }
589
- .mx-1 {
590
- margin-left: 0.25rem;
591
- margin-right: 0.25rem;
592
- }
593
- .mx-10 {
594
- margin-left: 2.5rem;
595
- margin-right: 2.5rem;
596
- }
597
- .mx-11 {
598
- margin-left: 2.75rem;
599
- margin-right: 2.75rem;
600
- }
601
- .mx-12 {
602
- margin-left: 3rem;
603
- margin-right: 3rem;
604
- }
605
- .mx-14 {
606
- margin-left: 3.5rem;
607
- margin-right: 3.5rem;
608
- }
609
- .mx-16 {
610
- margin-left: 4rem;
611
- margin-right: 4rem;
612
- }
613
- .mx-2 {
614
- margin-left: 0.5rem;
615
- margin-right: 0.5rem;
616
- }
617
- .mx-20 {
618
- margin-left: 5rem;
619
- margin-right: 5rem;
620
- }
621
- .mx-24 {
622
- margin-left: 6rem;
623
- margin-right: 6rem;
624
- }
625
- .mx-28 {
626
- margin-left: 7rem;
627
- margin-right: 7rem;
628
- }
629
- .mx-3 {
630
- margin-left: 0.75rem;
631
- margin-right: 0.75rem;
632
- }
633
- .mx-32 {
634
- margin-left: 8rem;
635
- margin-right: 8rem;
636
- }
637
- .mx-36 {
638
- margin-left: 9rem;
639
- margin-right: 9rem;
640
- }
641
- .mx-4 {
642
- margin-left: 1rem;
643
- margin-right: 1rem;
644
- }
645
- .mx-40 {
646
- margin-left: 10rem;
647
- margin-right: 10rem;
648
- }
649
- .mx-44 {
650
- margin-left: 11rem;
651
- margin-right: 11rem;
652
- }
653
- .mx-48 {
654
- margin-left: 12rem;
655
- margin-right: 12rem;
656
- }
657
- .mx-5 {
658
- margin-left: 1.25rem;
659
- margin-right: 1.25rem;
660
- }
661
- .mx-52 {
662
- margin-left: 13rem;
663
- margin-right: 13rem;
664
- }
665
- .mx-56 {
666
- margin-left: 14rem;
667
- margin-right: 14rem;
668
- }
669
- .mx-6 {
670
- margin-left: 1.5rem;
671
- margin-right: 1.5rem;
672
- }
673
- .mx-60 {
674
- margin-left: 15rem;
675
- margin-right: 15rem;
676
- }
677
- .mx-64 {
678
- margin-left: 16rem;
679
- margin-right: 16rem;
680
- }
681
- .mx-7 {
682
- margin-left: 1.75rem;
683
- margin-right: 1.75rem;
684
- }
685
- .mx-72 {
686
- margin-left: 18rem;
687
- margin-right: 18rem;
688
- }
689
- .mx-8 {
690
- margin-left: 2rem;
691
- margin-right: 2rem;
692
- }
693
- .mx-80 {
694
- margin-left: 20rem;
695
- margin-right: 20rem;
696
- }
697
- .mx-9 {
698
- margin-left: 2.25rem;
699
- margin-right: 2.25rem;
700
- }
701
- .mx-96 {
702
- margin-left: 24rem;
703
- margin-right: 24rem;
704
- }
705
- .mx-auto {
706
- margin-left: auto;
707
- margin-right: auto;
708
- }
709
- .mx-px {
710
- margin-left: 1px;
711
- margin-right: 1px;
712
- }
713
- .my-0 {
714
- margin-bottom: 0;
715
- margin-top: 0;
716
- }
717
- .my-1 {
718
- margin-bottom: 0.25rem;
719
- margin-top: 0.25rem;
720
- }
721
- .my-10 {
722
- margin-bottom: 2.5rem;
723
- margin-top: 2.5rem;
724
- }
725
- .my-11 {
726
- margin-bottom: 2.75rem;
727
- margin-top: 2.75rem;
728
- }
729
- .my-12 {
730
- margin-bottom: 3rem;
731
- margin-top: 3rem;
732
- }
733
- .my-14 {
734
- margin-bottom: 3.5rem;
735
- margin-top: 3.5rem;
736
- }
737
- .my-16 {
738
- margin-bottom: 4rem;
739
- margin-top: 4rem;
740
- }
741
- .my-2 {
742
- margin-bottom: 0.5rem;
743
- margin-top: 0.5rem;
744
- }
745
- .my-20 {
746
- margin-bottom: 5rem;
747
- margin-top: 5rem;
748
- }
749
- .my-24 {
750
- margin-bottom: 6rem;
751
- margin-top: 6rem;
752
- }
753
- .my-28 {
754
- margin-bottom: 7rem;
755
- margin-top: 7rem;
756
- }
757
- .my-3 {
758
- margin-bottom: 0.75rem;
759
- margin-top: 0.75rem;
760
- }
761
- .my-32 {
762
- margin-bottom: 8rem;
763
- margin-top: 8rem;
764
- }
765
- .my-36 {
766
- margin-bottom: 9rem;
767
- margin-top: 9rem;
768
- }
769
- .my-4 {
770
- margin-bottom: 1rem;
771
- margin-top: 1rem;
772
- }
773
- .my-40 {
774
- margin-bottom: 10rem;
775
- margin-top: 10rem;
776
- }
777
- .my-44 {
778
- margin-bottom: 11rem;
779
- margin-top: 11rem;
780
- }
781
- .my-48 {
782
- margin-bottom: 12rem;
783
- margin-top: 12rem;
784
- }
785
- .my-5 {
786
- margin-bottom: 1.25rem;
787
- margin-top: 1.25rem;
788
- }
789
- .my-52 {
790
- margin-bottom: 13rem;
791
- margin-top: 13rem;
792
- }
793
- .my-56 {
794
- margin-bottom: 14rem;
795
- margin-top: 14rem;
796
- }
797
- .my-6 {
798
- margin-bottom: 1.5rem;
799
- margin-top: 1.5rem;
800
- }
801
- .my-60 {
802
- margin-bottom: 15rem;
803
- margin-top: 15rem;
804
- }
805
- .my-64 {
806
- margin-bottom: 16rem;
807
- margin-top: 16rem;
808
- }
809
- .my-7 {
810
- margin-bottom: 1.75rem;
811
- margin-top: 1.75rem;
812
- }
813
- .my-72 {
814
- margin-bottom: 18rem;
815
- margin-top: 18rem;
816
- }
817
- .my-8 {
818
- margin-bottom: 2rem;
819
- margin-top: 2rem;
820
- }
821
- .my-80 {
822
- margin-bottom: 20rem;
823
- margin-top: 20rem;
824
- }
825
- .my-9 {
826
- margin-bottom: 2.25rem;
827
- margin-top: 2.25rem;
828
- }
829
- .my-96 {
830
- margin-bottom: 24rem;
831
- margin-top: 24rem;
832
- }
833
- .my-auto {
834
- margin-bottom: auto;
835
- margin-top: auto;
836
- }
837
- .my-px {
838
- margin-bottom: 1px;
839
- margin-top: 1px;
840
- }
841
- .mb-0 {
842
- margin-bottom: 0;
843
- }
844
- .mb-1 {
845
- margin-bottom: 0.25rem;
846
- }
847
- .mb-10 {
848
- margin-bottom: 2.5rem;
849
- }
850
- .mb-11 {
851
- margin-bottom: 2.75rem;
852
- }
853
- .mb-12 {
854
- margin-bottom: 3rem;
855
- }
856
- .mb-14 {
857
- margin-bottom: 3.5rem;
858
- }
859
- .mb-16 {
860
- margin-bottom: 4rem;
861
- }
862
- .mb-2 {
863
- margin-bottom: 0.5rem;
864
- }
865
- .mb-20 {
866
- margin-bottom: 5rem;
867
- }
868
- .mb-24 {
869
- margin-bottom: 6rem;
870
- }
871
- .mb-28 {
872
- margin-bottom: 7rem;
873
- }
874
- .mb-3 {
875
- margin-bottom: 0.75rem;
876
- }
877
- .mb-32 {
878
- margin-bottom: 8rem;
879
- }
880
- .mb-36 {
881
- margin-bottom: 9rem;
882
- }
883
- .mb-4 {
884
- margin-bottom: 1rem;
885
- }
886
- .mb-40 {
887
- margin-bottom: 10rem;
888
- }
889
- .mb-44 {
890
- margin-bottom: 11rem;
891
- }
892
- .mb-48 {
893
- margin-bottom: 12rem;
894
- }
895
- .mb-5 {
896
- margin-bottom: 1.25rem;
897
- }
898
- .mb-52 {
899
- margin-bottom: 13rem;
900
- }
901
- .mb-56 {
902
- margin-bottom: 14rem;
903
- }
904
- .mb-6 {
905
- margin-bottom: 1.5rem;
906
- }
907
- .mb-60 {
908
- margin-bottom: 15rem;
909
- }
910
- .mb-64 {
911
- margin-bottom: 16rem;
912
- }
913
- .mb-7 {
914
- margin-bottom: 1.75rem;
915
- }
916
- .mb-72 {
917
- margin-bottom: 18rem;
918
- }
919
- .mb-8 {
920
- margin-bottom: 2rem;
921
- }
922
- .mb-80 {
923
- margin-bottom: 20rem;
924
- }
925
- .mb-9 {
926
- margin-bottom: 2.25rem;
927
- }
928
- .mb-96 {
929
- margin-bottom: 24rem;
930
- }
931
- .mb-auto {
932
- margin-bottom: auto;
933
- }
934
- .mb-px {
935
- margin-bottom: 1px;
936
- }
937
- .ml-0 {
938
- margin-left: 0;
939
- }
940
- .ml-1 {
941
- margin-left: 0.25rem;
942
- }
943
- .ml-10 {
944
- margin-left: 2.5rem;
945
- }
946
- .ml-11 {
947
- margin-left: 2.75rem;
948
- }
949
- .ml-12 {
950
- margin-left: 3rem;
951
- }
952
- .ml-14 {
953
- margin-left: 3.5rem;
954
- }
955
- .ml-16 {
956
- margin-left: 4rem;
957
- }
958
- .ml-2 {
959
- margin-left: 0.5rem;
960
- }
961
- .ml-20 {
962
- margin-left: 5rem;
963
- }
964
- .ml-24 {
965
- margin-left: 6rem;
966
- }
967
- .ml-28 {
968
- margin-left: 7rem;
969
- }
970
- .ml-3 {
971
- margin-left: 0.75rem;
972
- }
973
- .ml-32 {
974
- margin-left: 8rem;
975
- }
976
- .ml-36 {
977
- margin-left: 9rem;
978
- }
979
- .ml-4 {
980
- margin-left: 1rem;
981
- }
982
- .ml-40 {
983
- margin-left: 10rem;
984
- }
985
- .ml-44 {
986
- margin-left: 11rem;
987
- }
988
- .ml-48 {
989
- margin-left: 12rem;
990
- }
991
- .ml-5 {
992
- margin-left: 1.25rem;
993
- }
994
- .ml-52 {
995
- margin-left: 13rem;
996
- }
997
- .ml-56 {
998
- margin-left: 14rem;
999
- }
1000
- .ml-6 {
1001
- margin-left: 1.5rem;
1002
- }
1003
- .ml-60 {
1004
- margin-left: 15rem;
1005
- }
1006
- .ml-64 {
1007
- margin-left: 16rem;
1008
- }
1009
- .ml-7 {
1010
- margin-left: 1.75rem;
1011
- }
1012
- .ml-72 {
1013
- margin-left: 18rem;
1014
- }
1015
- .ml-8 {
1016
- margin-left: 2rem;
1017
- }
1018
- .ml-80 {
1019
- margin-left: 20rem;
1020
- }
1021
- .ml-9 {
1022
- margin-left: 2.25rem;
1023
- }
1024
- .ml-96 {
1025
- margin-left: 24rem;
1026
- }
1027
- .ml-auto {
1028
- margin-left: auto;
1029
- }
1030
- .ml-px {
1031
- margin-left: 1px;
1032
- }
1033
- .mr-0 {
1034
- margin-right: 0;
1035
- }
1036
- .mr-1 {
1037
- margin-right: 0.25rem;
1038
- }
1039
- .mr-10 {
1040
- margin-right: 2.5rem;
1041
- }
1042
- .mr-11 {
1043
- margin-right: 2.75rem;
1044
- }
1045
- .mr-12 {
1046
- margin-right: 3rem;
1047
- }
1048
- .mr-14 {
1049
- margin-right: 3.5rem;
1050
- }
1051
- .mr-16 {
1052
- margin-right: 4rem;
1053
- }
1054
- .mr-2 {
1055
- margin-right: 0.5rem;
1056
- }
1057
- .mr-20 {
1058
- margin-right: 5rem;
1059
- }
1060
- .mr-24 {
1061
- margin-right: 6rem;
1062
- }
1063
- .mr-28 {
1064
- margin-right: 7rem;
1065
- }
1066
- .mr-3 {
1067
- margin-right: 0.75rem;
1068
- }
1069
- .mr-32 {
1070
- margin-right: 8rem;
1071
- }
1072
- .mr-36 {
1073
- margin-right: 9rem;
1074
- }
1075
- .mr-4 {
1076
- margin-right: 1rem;
1077
- }
1078
- .mr-40 {
1079
- margin-right: 10rem;
1080
- }
1081
- .mr-44 {
1082
- margin-right: 11rem;
1083
- }
1084
- .mr-48 {
1085
- margin-right: 12rem;
1086
- }
1087
- .mr-5 {
1088
- margin-right: 1.25rem;
1089
- }
1090
- .mr-52 {
1091
- margin-right: 13rem;
1092
- }
1093
- .mr-56 {
1094
- margin-right: 14rem;
1095
- }
1096
- .mr-6 {
1097
- margin-right: 1.5rem;
1098
- }
1099
- .mr-60 {
1100
- margin-right: 15rem;
1101
- }
1102
- .mr-64 {
1103
- margin-right: 16rem;
1104
- }
1105
- .mr-7 {
1106
- margin-right: 1.75rem;
1107
- }
1108
- .mr-72 {
1109
- margin-right: 18rem;
1110
- }
1111
- .mr-8 {
1112
- margin-right: 2rem;
1113
- }
1114
- .mr-80 {
1115
- margin-right: 20rem;
1116
- }
1117
- .mr-9 {
1118
- margin-right: 2.25rem;
1119
- }
1120
- .mr-96 {
1121
- margin-right: 24rem;
1122
- }
1123
- .mr-auto {
1124
- margin-right: auto;
1125
- }
1126
- .mr-px {
1127
- margin-right: 1px;
1128
- }
1129
- .mt-0 {
1130
- margin-top: 0;
1131
- }
1132
- .mt-1 {
1133
- margin-top: 0.25rem;
1134
- }
1135
- .mt-10 {
1136
- margin-top: 2.5rem;
1137
- }
1138
- .mt-11 {
1139
- margin-top: 2.75rem;
1140
- }
1141
- .mt-12 {
1142
- margin-top: 3rem;
1143
- }
1144
- .mt-14 {
1145
- margin-top: 3.5rem;
1146
- }
1147
- .mt-16 {
1148
- margin-top: 4rem;
1149
- }
1150
- .mt-2 {
1151
- margin-top: 0.5rem;
1152
- }
1153
- .mt-20 {
1154
- margin-top: 5rem;
1155
- }
1156
- .mt-24 {
1157
- margin-top: 6rem;
1158
- }
1159
- .mt-28 {
1160
- margin-top: 7rem;
1161
- }
1162
- .mt-3 {
1163
- margin-top: 0.75rem;
1164
- }
1165
- .mt-32 {
1166
- margin-top: 8rem;
1167
- }
1168
- .mt-36 {
1169
- margin-top: 9rem;
1170
- }
1171
- .mt-4 {
1172
- margin-top: 1rem;
1173
- }
1174
- .mt-40 {
1175
- margin-top: 10rem;
1176
- }
1177
- .mt-44 {
1178
- margin-top: 11rem;
1179
- }
1180
- .mt-48 {
1181
- margin-top: 12rem;
1182
- }
1183
- .mt-5 {
1184
- margin-top: 1.25rem;
1185
- }
1186
- .mt-52 {
1187
- margin-top: 13rem;
1188
- }
1189
- .mt-56 {
1190
- margin-top: 14rem;
1191
- }
1192
- .mt-6 {
1193
- margin-top: 1.5rem;
1194
- }
1195
- .mt-60 {
1196
- margin-top: 15rem;
1197
- }
1198
- .mt-64 {
1199
- margin-top: 16rem;
1200
- }
1201
- .mt-7 {
1202
- margin-top: 1.75rem;
1203
- }
1204
- .mt-72 {
1205
- margin-top: 18rem;
1206
- }
1207
- .mt-8 {
1208
- margin-top: 2rem;
1209
- }
1210
- .mt-80 {
1211
- margin-top: 20rem;
1212
- }
1213
- .mt-9 {
1214
- margin-top: 2.25rem;
1215
- }
1216
- .mt-96 {
1217
- margin-top: 24rem;
1218
- }
1219
- .mt-auto {
1220
- margin-top: auto;
1221
- }
1222
- .mt-px {
1223
- margin-top: 1px;
1224
- }
1225
- .box-border {
1226
- box-sizing: border-box;
1227
- }
1228
- .box-content {
1229
- box-sizing: initial;
1230
- }
1231
- .block {
1232
- display: block;
1233
- }
1234
- .inline {
1235
- display: inline;
1236
- }
1237
- .flex {
1238
- display: flex;
1239
- }
1240
- .inline-flex {
1241
- display: inline-flex;
1242
- }
1243
- .grid {
1244
- display: grid;
1245
- }
1246
- .inline-grid {
1247
- display: inline-grid;
1248
- }
1249
- .hidden {
1250
- display: none;
1251
- }
1252
- .size-0 {
1253
- width: 0;
1254
- height: 0;
1255
- }
1256
- .size-1 {
1257
- width: 0.25rem;
1258
- height: 0.25rem;
1259
- }
1260
- .size-10 {
1261
- width: 2.5rem;
1262
- height: 2.5rem;
1263
- }
1264
- .size-11 {
1265
- width: 2.75rem;
1266
- height: 2.75rem;
1267
- }
1268
- .size-12 {
1269
- width: 3rem;
1270
- height: 3rem;
1271
- }
1272
- .size-14 {
1273
- width: 3.5rem;
1274
- height: 3.5rem;
1275
- }
1276
- .size-16 {
1277
- width: 4rem;
1278
- height: 4rem;
1279
- }
1280
- .size-2 {
1281
- width: 0.5rem;
1282
- height: 0.5rem;
1283
- }
1284
- .size-20 {
1285
- width: 5rem;
1286
- height: 5rem;
1287
- }
1288
- .size-24 {
1289
- width: 6rem;
1290
- height: 6rem;
1291
- }
1292
- .size-28 {
1293
- width: 7rem;
1294
- height: 7rem;
1295
- }
1296
- .size-3 {
1297
- width: 0.75rem;
1298
- height: 0.75rem;
1299
- }
1300
- .size-32 {
1301
- width: 8rem;
1302
- height: 8rem;
1303
- }
1304
- .size-36 {
1305
- width: 9rem;
1306
- height: 9rem;
1307
- }
1308
- .size-4 {
1309
- width: 1rem;
1310
- height: 1rem;
1311
- }
1312
- .size-40 {
1313
- width: 10rem;
1314
- height: 10rem;
1315
- }
1316
- .size-44 {
1317
- width: 11rem;
1318
- height: 11rem;
1319
- }
1320
- .size-48 {
1321
- width: 12rem;
1322
- height: 12rem;
1323
- }
1324
- .size-5 {
1325
- width: 1.25rem;
1326
- height: 1.25rem;
1327
- }
1328
- .size-52 {
1329
- width: 13rem;
1330
- height: 13rem;
1331
- }
1332
- .size-56 {
1333
- width: 14rem;
1334
- height: 14rem;
1335
- }
1336
- .size-6 {
1337
- width: 1.5rem;
1338
- height: 1.5rem;
1339
- }
1340
- .size-60 {
1341
- width: 15rem;
1342
- height: 15rem;
1343
- }
1344
- .size-64 {
1345
- width: 16rem;
1346
- height: 16rem;
1347
- }
1348
- .size-7 {
1349
- width: 1.75rem;
1350
- height: 1.75rem;
1351
- }
1352
- .size-72 {
1353
- width: 18rem;
1354
- height: 18rem;
1355
- }
1356
- .size-8 {
1357
- width: 2rem;
1358
- height: 2rem;
1359
- }
1360
- .size-80 {
1361
- width: 20rem;
1362
- height: 20rem;
1363
- }
1364
- .size-9 {
1365
- width: 2.25rem;
1366
- height: 2.25rem;
1367
- }
1368
- .size-96 {
1369
- width: 24rem;
1370
- height: 24rem;
1371
- }
1372
- .size-full {
1373
- width: 100%;
1374
- height: 100%;
1375
- }
1376
- .size-px {
1377
- width: 1px;
1378
- height: 1px;
1379
- }
1380
- .size-1\/5 {
1381
- width: 20%;
1382
- height: 20%;
1383
- }
1384
- .size-1\/4 {
1385
- width: 25%;
1386
- height: 25%;
1387
- }
1388
- .size-1\/3 {
1389
- width: 33.333333%;
1390
- height: 33.333333%;
1391
- }
1392
- .size-1\/2 {
1393
- width: 50%;
1394
- height: 50%;
1395
- }
1396
- .size-2\/3 {
1397
- width: 66.666667%;
1398
- height: 66.666667%;
1399
- }
1400
- .size-3\/4 {
1401
- width: 75%;
1402
- height: 75%;
1403
- }
1404
- .h-0 {
1405
- height: 0;
1406
- }
1407
- .h-1 {
1408
- height: 0.25rem;
1409
- }
1410
- .h-10 {
1411
- height: 2.5rem;
1412
- }
1413
- .h-11 {
1414
- height: 2.75rem;
1415
- }
1416
- .h-12 {
1417
- height: 3rem;
1418
- }
1419
- .h-14 {
1420
- height: 3.5rem;
1421
- }
1422
- .h-16 {
1423
- height: 4rem;
1424
- }
1425
- .h-2 {
1426
- height: 0.5rem;
1427
- }
1428
- .h-20 {
1429
- height: 5rem;
1430
- }
1431
- .h-24 {
1432
- height: 6rem;
1433
- }
1434
- .h-28 {
1435
- height: 7rem;
1436
- }
1437
- .h-3 {
1438
- height: 0.75rem;
1439
- }
1440
- .h-32 {
1441
- height: 8rem;
1442
- }
1443
- .h-36 {
1444
- height: 9rem;
1445
- }
1446
- .h-4 {
1447
- height: 1rem;
1448
- }
1449
- .h-40 {
1450
- height: 10rem;
1451
- }
1452
- .h-44 {
1453
- height: 11rem;
1454
- }
1455
- .h-48 {
1456
- height: 12rem;
1457
- }
1458
- .h-5 {
1459
- height: 1.25rem;
1460
- }
1461
- .h-52 {
1462
- height: 13rem;
1463
- }
1464
- .h-56 {
1465
- height: 14rem;
1466
- }
1467
- .h-6 {
1468
- height: 1.5rem;
1469
- }
1470
- .h-60 {
1471
- height: 15rem;
1472
- }
1473
- .h-64 {
1474
- height: 16rem;
1475
- }
1476
- .h-7 {
1477
- height: 1.75rem;
1478
- }
1479
- .h-72 {
1480
- height: 18rem;
1481
- }
1482
- .h-8 {
1483
- height: 2rem;
1484
- }
1485
- .h-80 {
1486
- height: 20rem;
1487
- }
1488
- .h-9 {
1489
- height: 2.25rem;
1490
- }
1491
- .h-96 {
1492
- height: 24rem;
1493
- }
1494
- .h-auto {
1495
- height: auto;
1496
- }
1497
- .h-dvh {
1498
- height: 100dvh;
1499
- }
1500
- .h-fit {
1501
- height: -moz-fit-content;
1502
- height: fit-content;
1503
- }
1504
- .h-full {
1505
- height: 100%;
1506
- }
1507
- .h-lvh {
1508
- height: 100lvh;
1509
- }
1510
- .h-max {
1511
- height: -moz-max-content;
1512
- height: max-content;
1513
- }
1514
- .h-min {
1515
- height: -moz-min-content;
1516
- height: min-content;
1517
- }
1518
- .h-px {
1519
- height: 1px;
1520
- }
1521
- .h-screen {
1522
- height: 100vh;
1523
- }
1524
- .h-svh {
1525
- height: 100svh;
1526
- }
1527
- .h-1\/5 {
1528
- height: 20%;
1529
- }
1530
- .h-1\/4 {
1531
- height: 25%;
1532
- }
1533
- .h-1\/3 {
1534
- height: 33.333333%;
1535
- }
1536
- .h-1\/2 {
1537
- height: 50%;
1538
- }
1539
- .h-2\/3 {
1540
- height: 66.666667%;
1541
- }
1542
- .h-3\/4 {
1543
- height: 75%;
1544
- }
1545
- .w-0 {
1546
- width: 0;
1547
- }
1548
- .w-1 {
1549
- width: 0.25rem;
1550
- }
1551
- .w-10 {
1552
- width: 2.5rem;
1553
- }
1554
- .w-11 {
1555
- width: 2.75rem;
1556
- }
1557
- .w-12 {
1558
- width: 3rem;
1559
- }
1560
- .w-14 {
1561
- width: 3.5rem;
1562
- }
1563
- .w-16 {
1564
- width: 4rem;
1565
- }
1566
- .w-2 {
1567
- width: 0.5rem;
1568
- }
1569
- .w-20 {
1570
- width: 5rem;
1571
- }
1572
- .w-24 {
1573
- width: 6rem;
1574
- }
1575
- .w-28 {
1576
- width: 7rem;
1577
- }
1578
- .w-3 {
1579
- width: 0.75rem;
1580
- }
1581
- .w-32 {
1582
- width: 8rem;
1583
- }
1584
- .w-36 {
1585
- width: 9rem;
1586
- }
1587
- .w-4 {
1588
- width: 1rem;
1589
- }
1590
- .w-40 {
1591
- width: 10rem;
1592
- }
1593
- .w-44 {
1594
- width: 11rem;
1595
- }
1596
- .w-48 {
1597
- width: 12rem;
1598
- }
1599
- .w-5 {
1600
- width: 1.25rem;
1601
- }
1602
- .w-52 {
1603
- width: 13rem;
1604
- }
1605
- .w-56 {
1606
- width: 14rem;
1607
- }
1608
- .w-6 {
1609
- width: 1.5rem;
1610
- }
1611
- .w-60 {
1612
- width: 15rem;
1613
- }
1614
- .w-64 {
1615
- width: 16rem;
1616
- }
1617
- .w-7 {
1618
- width: 1.75rem;
1619
- }
1620
- .w-72 {
1621
- width: 18rem;
1622
- }
1623
- .w-8 {
1624
- width: 2rem;
1625
- }
1626
- .w-80 {
1627
- width: 20rem;
1628
- }
1629
- .w-9 {
1630
- width: 2.25rem;
1631
- }
1632
- .w-96 {
1633
- width: 24rem;
1634
- }
1635
- .w-auto {
1636
- width: auto;
1637
- }
1638
- .w-dvw {
1639
- width: 100dvw;
1640
- }
1641
- .w-fit {
1642
- width: -moz-fit-content;
1643
- width: fit-content;
1644
- }
1645
- .w-full {
1646
- width: 100%;
1647
- }
1648
- .w-lvw {
1649
- width: 100lvw;
1650
- }
1651
- .w-max {
1652
- width: -moz-max-content;
1653
- width: max-content;
1654
- }
1655
- .w-min {
1656
- width: -moz-min-content;
1657
- width: min-content;
1658
- }
1659
- .w-px {
1660
- width: 1px;
1661
- }
1662
- .w-screen {
1663
- width: 100vw;
1664
- }
1665
- .w-svw {
1666
- width: 100svw;
1667
- }
1668
- .w-1\/5 {
1669
- width: 20%;
1670
- }
1671
- .w-1\/4 {
1672
- width: 25%;
1673
- }
1674
- .w-1\/3 {
1675
- width: 33.333333%;
1676
- }
1677
- .w-1\/2 {
1678
- width: 50%;
1679
- }
1680
- .w-2\/3 {
1681
- width: 66.666667%;
1682
- }
1683
- .w-3\/4 {
1684
- width: 75%;
1685
- }
1686
- .min-w-1 {
1687
- min-width: 0.25rem;
1688
- }
1689
- .min-w-10 {
1690
- min-width: 2.5rem;
1691
- }
1692
- .min-w-11 {
1693
- min-width: 2.75rem;
1694
- }
1695
- .min-w-12 {
1696
- min-width: 3rem;
1697
- }
1698
- .min-w-14 {
1699
- min-width: 3.5rem;
1700
- }
1701
- .min-w-16 {
1702
- min-width: 4rem;
1703
- }
1704
- .min-w-2 {
1705
- min-width: 0.5rem;
1706
- }
1707
- .min-w-20 {
1708
- min-width: 5rem;
1709
- }
1710
- .min-w-24 {
1711
- min-width: 6rem;
1712
- }
1713
- .min-w-28 {
1714
- min-width: 7rem;
1715
- }
1716
- .min-w-3 {
1717
- min-width: 0.75rem;
1718
- }
1719
- .min-w-32 {
1720
- min-width: 8rem;
1721
- }
1722
- .min-w-36 {
1723
- min-width: 9rem;
1724
- }
1725
- .min-w-4 {
1726
- min-width: 1rem;
1727
- }
1728
- .min-w-40 {
1729
- min-width: 10rem;
1730
- }
1731
- .min-w-44 {
1732
- min-width: 11rem;
1733
- }
1734
- .min-w-48 {
1735
- min-width: 12rem;
1736
- }
1737
- .min-w-5 {
1738
- min-width: 1.25rem;
1739
- }
1740
- .min-w-52 {
1741
- min-width: 13rem;
1742
- }
1743
- .min-w-56 {
1744
- min-width: 14rem;
1745
- }
1746
- .min-w-6 {
1747
- min-width: 1.5rem;
1748
- }
1749
- .min-w-60 {
1750
- min-width: 15rem;
1751
- }
1752
- .min-w-64 {
1753
- min-width: 16rem;
1754
- }
1755
- .min-w-7 {
1756
- min-width: 1.75rem;
1757
- }
1758
- .min-w-72 {
1759
- min-width: 18rem;
1760
- }
1761
- .min-w-8 {
1762
- min-width: 2rem;
1763
- }
1764
- .min-w-80 {
1765
- min-width: 20rem;
1766
- }
1767
- .min-w-9 {
1768
- min-width: 2.25rem;
1769
- }
1770
- .min-w-96 {
1771
- min-width: 24rem;
1772
- }
1773
- .min-w-full {
1774
- min-width: 100%;
1775
- }
1776
- .min-w-min {
1777
- min-width: -moz-min-content;
1778
- min-width: min-content;
1779
- }
1780
- .min-w-max {
1781
- min-width: -moz-max-content;
1782
- min-width: max-content;
1783
- }
1784
- .min-w-0 {
1785
- min-width: 0;
1786
- }
1787
- .min-w-px {
1788
- min-width: 1px;
1789
- }
1790
- .min-w-screen {
1791
- min-width: 100vw;
1792
- }
1793
- .min-w-svw {
1794
- min-width: 100svw;
1795
- }
1796
- .min-w-lvw {
1797
- min-width: 100lvw;
1798
- }
1799
- .min-w-dvw {
1800
- min-width: 100dvw;
1801
- }
1802
- .max-w-1 {
1803
- max-width: 0.25rem;
1804
- }
1805
- .max-w-10 {
1806
- max-width: 2.5rem;
1807
- }
1808
- .max-w-11 {
1809
- max-width: 2.75rem;
1810
- }
1811
- .max-w-12 {
1812
- max-width: 3rem;
1813
- }
1814
- .max-w-14 {
1815
- max-width: 3.5rem;
1816
- }
1817
- .max-w-16 {
1818
- max-width: 4rem;
1819
- }
1820
- .max-w-2 {
1821
- max-width: 0.5rem;
1822
- }
1823
- .max-w-20 {
1824
- max-width: 5rem;
1825
- }
1826
- .max-w-24 {
1827
- max-width: 6rem;
1828
- }
1829
- .max-w-28 {
1830
- max-width: 7rem;
1831
- }
1832
- .max-w-3 {
1833
- max-width: 0.75rem;
1834
- }
1835
- .max-w-32 {
1836
- max-width: 8rem;
1837
- }
1838
- .max-w-36 {
1839
- max-width: 9rem;
1840
- }
1841
- .max-w-4 {
1842
- max-width: 1rem;
1843
- }
1844
- .max-w-40 {
1845
- max-width: 10rem;
1846
- }
1847
- .max-w-44 {
1848
- max-width: 11rem;
1849
- }
1850
- .max-w-48 {
1851
- max-width: 12rem;
1852
- }
1853
- .max-w-5 {
1854
- max-width: 1.25rem;
1855
- }
1856
- .max-w-52 {
1857
- max-width: 13rem;
1858
- }
1859
- .max-w-56 {
1860
- max-width: 14rem;
1861
- }
1862
- .max-w-6 {
1863
- max-width: 1.5rem;
1864
- }
1865
- .max-w-60 {
1866
- max-width: 15rem;
1867
- }
1868
- .max-w-64 {
1869
- max-width: 16rem;
1870
- }
1871
- .max-w-7 {
1872
- max-width: 1.75rem;
1873
- }
1874
- .max-w-72 {
1875
- max-width: 18rem;
1876
- }
1877
- .max-w-8 {
1878
- max-width: 2rem;
1879
- }
1880
- .max-w-80 {
1881
- max-width: 20rem;
1882
- }
1883
- .max-w-9 {
1884
- max-width: 2.25rem;
1885
- }
1886
- .max-w-96 {
1887
- max-width: 24rem;
1888
- }
1889
- .max-w-full {
1890
- max-width: 100%;
1891
- }
1892
- .max-w-min {
1893
- max-width: -moz-min-content;
1894
- max-width: min-content;
1895
- }
1896
- .max-w-max {
1897
- max-width: -moz-max-content;
1898
- max-width: max-content;
1899
- }
1900
- .max-w-0 {
1901
- max-width: 0;
1902
- }
1903
- .max-w-px {
1904
- max-width: 1px;
1905
- }
1906
- .max-w-screen {
1907
- max-width: 100vw;
1908
- }
1909
- .max-w-svw {
1910
- max-width: 100svw;
1911
- }
1912
- .max-w-lvw {
1913
- max-width: 100lvw;
1914
- }
1915
- .max-w-dvw {
1916
- max-width: 100dvw;
1917
- }
1918
- .min-h-1 {
1919
- min-height: 0.25rem;
1920
- }
1921
- .min-h-10 {
1922
- min-height: 2.5rem;
1923
- }
1924
- .min-h-11 {
1925
- min-height: 2.75rem;
1926
- }
1927
- .min-h-12 {
1928
- min-height: 3rem;
1929
- }
1930
- .min-h-14 {
1931
- min-height: 3.5rem;
1932
- }
1933
- .min-h-16 {
1934
- min-height: 4rem;
1935
- }
1936
- .min-h-2 {
1937
- min-height: 0.5rem;
1938
- }
1939
- .min-h-20 {
1940
- min-height: 5rem;
1941
- }
1942
- .min-h-24 {
1943
- min-height: 6rem;
1944
- }
1945
- .min-h-28 {
1946
- min-height: 7rem;
1947
- }
1948
- .min-h-3 {
1949
- min-height: 0.75rem;
1950
- }
1951
- .min-h-32 {
1952
- min-height: 8rem;
1953
- }
1954
- .min-h-36 {
1955
- min-height: 9rem;
1956
- }
1957
- .min-h-4 {
1958
- min-height: 1rem;
1959
- }
1960
- .min-h-40 {
1961
- min-height: 10rem;
1962
- }
1963
- .min-h-44 {
1964
- min-height: 11rem;
1965
- }
1966
- .min-h-48 {
1967
- min-height: 12rem;
1968
- }
1969
- .min-h-5 {
1970
- min-height: 1.25rem;
1971
- }
1972
- .min-h-52 {
1973
- min-height: 13rem;
1974
- }
1975
- .min-h-56 {
1976
- min-height: 14rem;
1977
- }
1978
- .min-h-6 {
1979
- min-height: 1.5rem;
1980
- }
1981
- .min-h-60 {
1982
- min-height: 15rem;
1983
- }
1984
- .min-h-64 {
1985
- min-height: 16rem;
1986
- }
1987
- .min-h-7 {
1988
- min-height: 1.75rem;
1989
- }
1990
- .min-h-72 {
1991
- min-height: 18rem;
1992
- }
1993
- .min-h-8 {
1994
- min-height: 2rem;
1995
- }
1996
- .min-h-80 {
1997
- min-height: 20rem;
1998
- }
1999
- .min-h-9 {
2000
- min-height: 2.25rem;
2001
- }
2002
- .min-h-96 {
2003
- min-height: 24rem;
2004
- }
2005
- .min-h-1\/5 {
2006
- min-height: 20%;
2007
- }
2008
- .min-h-1\/4 {
2009
- min-height: 25%;
2010
- }
2011
- .min-h-1\/3 {
2012
- min-height: 33.333333%;
2013
- }
2014
- .min-h-1\/2 {
2015
- min-height: 50%;
2016
- }
2017
- .min-h-2\/3 {
2018
- min-height: 66.666667%;
2019
- }
2020
- .min-h-3\/4 {
2021
- min-height: 75%;
2022
- }
2023
- .min-h-full {
2024
- min-height: 100%;
2025
- }
2026
- .min-h-auto {
2027
- min-height: auto;
2028
- }
2029
- .min-h-min {
2030
- min-height: -moz-min-content;
2031
- min-width: min-content;
2032
- }
2033
- .min-h-max {
2034
- min-height: -moz-max-content;
2035
- min-width: max-content;
2036
- }
2037
- .min-h-0 {
2038
- min-height: 0;
2039
- }
2040
- .min-h-px {
2041
- min-height: 1px;
2042
- }
2043
- .min-h-screen {
2044
- min-height: 100vh;
2045
- }
2046
- .min-h-svh {
2047
- min-height: 100svh;
2048
- }
2049
- .min-h-lvh {
2050
- min-height: 100lvh;
2051
- }
2052
- .min-h-dvh {
2053
- min-height: 100dvh;
2054
- }
2055
- .max-h-1 {
2056
- max-height: 0.25rem;
2057
- }
2058
- .max-h-10 {
2059
- max-height: 2.5rem;
2060
- }
2061
- .max-h-11 {
2062
- max-height: 2.75rem;
2063
- }
2064
- .max-h-12 {
2065
- max-height: 3rem;
2066
- }
2067
- .max-h-14 {
2068
- max-height: 3.5rem;
2069
- }
2070
- .max-h-16 {
2071
- max-height: 4rem;
2072
- }
2073
- .max-h-2 {
2074
- max-height: 0.5rem;
2075
- }
2076
- .max-h-20 {
2077
- max-height: 5rem;
2078
- }
2079
- .max-h-24 {
2080
- max-height: 6rem;
2081
- }
2082
- .max-h-28 {
2083
- max-height: 7rem;
2084
- }
2085
- .max-h-3 {
2086
- max-height: 0.75rem;
2087
- }
2088
- .max-h-32 {
2089
- max-height: 8rem;
2090
- }
2091
- .max-h-36 {
2092
- max-height: 9rem;
2093
- }
2094
- .max-h-4 {
2095
- max-height: 1rem;
2096
- }
2097
- .max-h-40 {
2098
- max-height: 10rem;
2099
- }
2100
- .max-h-44 {
2101
- max-height: 11rem;
2102
- }
2103
- .max-h-48 {
2104
- max-height: 12rem;
2105
- }
2106
- .max-h-5 {
2107
- max-height: 1.25rem;
2108
- }
2109
- .max-h-52 {
2110
- max-height: 13rem;
2111
- }
2112
- .max-h-56 {
2113
- max-height: 14rem;
2114
- }
2115
- .max-h-6 {
2116
- max-height: 1.5rem;
2117
- }
2118
- .max-h-60 {
2119
- max-height: 15rem;
2120
- }
2121
- .max-h-64 {
2122
- max-height: 16rem;
2123
- }
2124
- .max-h-7 {
2125
- max-height: 1.75rem;
2126
- }
2127
- .max-h-72 {
2128
- max-height: 18rem;
2129
- }
2130
- .max-h-8 {
2131
- max-height: 2rem;
2132
- }
2133
- .max-h-80 {
2134
- max-height: 20rem;
2135
- }
2136
- .max-h-9 {
2137
- max-height: 2.25rem;
2138
- }
2139
- .max-h-96 {
2140
- max-height: 24rem;
2141
- }
2142
- .max-h-auto {
2143
- max-height: auto;
2144
- }
2145
- .max-h-none {
2146
- max-height: none;
2147
- }
2148
- .max-h-full {
2149
- max-height: 100%;
2150
- }
2151
- .max-h-1\/5 {
2152
- max-height: 20%;
2153
- }
2154
- .max-h-1\/4 {
2155
- max-height: 25%;
2156
- }
2157
- .max-h-1\/3 {
2158
- max-height: 33.333333%;
2159
- }
2160
- .max-h-1\/2 {
2161
- max-height: 50%;
2162
- }
2163
- .max-h-2\/3 {
2164
- max-height: 66.666667%;
2165
- }
2166
- .max-h-3\/4 {
2167
- max-height: 75%;
2168
- }
2169
- .max-h-min {
2170
- max-height: -moz-min-content;
2171
- max-width: min-content;
2172
- }
2173
- .max-h-max {
2174
- max-height: -moz-max-content;
2175
- max-width: max-content;
2176
- }
2177
- .max-h-0 {
2178
- max-height: 0;
2179
- }
2180
- .max-h-px {
2181
- max-height: 1px;
2182
- }
2183
- .max-h-screen {
2184
- max-height: 100vh;
2185
- }
2186
- .max-h-svh {
2187
- max-height: 100svh;
2188
- }
2189
- .max-h-lvh {
2190
- max-height: 100lvh;
2191
- }
2192
- .max-h-dvh {
2193
- max-height: 100dvh;
2194
- }
2195
- .flex-1 {
2196
- flex: 1 1 0%;
2197
- }
2198
- .flex-auto {
2199
- flex: 1 1 auto;
2200
- }
2201
- .flex-initial {
2202
- flex: 0 1 auto;
2203
- }
2204
- .flex-none {
2205
- flex: none;
2206
- }
2207
- .flex-shrink {
2208
- flex-shrink: 1;
2209
- }
2210
- .flex-grow {
2211
- flex-grow: 1;
2212
- }
2213
- .order-0 {
2214
- order: 0;
2215
- }
2216
- .order-1 {
2217
- order: 1;
2218
- }
2219
- .order-2 {
2220
- order: 2;
2221
- }
2222
- .order-3 {
2223
- order: 3;
2224
- }
2225
- .order-4 {
2226
- order: 4;
2227
- }
2228
- .order-5 {
2229
- order: 5;
2230
- }
2231
- .order-6 {
2232
- order: 6;
2233
- }
2234
- .order-7 {
2235
- order: 7;
2236
- }
2237
- .order-8 {
2238
- order: 8;
2239
- }
2240
- .order-9 {
2241
- order: 9;
2242
- }
2243
- .order-10 {
2244
- order: 10;
2245
- }
2246
- .cursor-alias {
2247
- cursor: alias;
2248
- }
2249
- .cursor-auto {
2250
- cursor: auto;
2251
- }
2252
- .cursor-cell {
2253
- cursor: cell;
2254
- }
2255
- .cursor-copy {
2256
- cursor: copy;
2257
- }
2258
- .cursor-crosshair {
2259
- cursor: crosshair;
2260
- }
2261
- .cursor-default {
2262
- cursor: default;
2263
- }
2264
- .cursor-grab {
2265
- cursor: grab;
2266
- }
2267
- .cursor-grabbing {
2268
- cursor: grabbing;
2269
- }
2270
- .cursor-help {
2271
- cursor: help;
2272
- }
2273
- .cursor-move {
2274
- cursor: move;
2275
- }
2276
- .cursor-none {
2277
- cursor: none;
2278
- }
2279
- .cursor-pointer {
2280
- cursor: pointer;
2281
- }
2282
- .cursor-progress {
2283
- cursor: progress;
2284
- }
2285
- .cursor-text {
2286
- cursor: text;
2287
- }
2288
- .cursor-wait {
2289
- cursor: wait;
2290
- }
2291
- .flex-row {
2292
- flex-direction: row;
2293
- }
2294
- .flex-col {
2295
- flex-direction: column;
2296
- }
2297
- .flex-row-reverse {
2298
- flex-direction: row-reverse;
2299
- }
2300
- .flex-col-reverse {
2301
- flex-direction: column-reverse;
2302
- }
2303
- .flex-wrap {
2304
- flex-wrap: wrap;
2305
- }
2306
- .flex-nowrap {
2307
- flex-wrap: nowrap;
2308
- }
2309
- .content-normal {
2310
- align-content: normal;
2311
- }
2312
- .content-center {
2313
- align-content: center;
2314
- }
2315
- .content-start {
2316
- align-content: flex-start;
2317
- }
2318
- .content-end {
2319
- align-content: flex-end;
2320
- }
2321
- .content-between {
2322
- align-content: space-between;
2323
- }
2324
- .content-around {
2325
- align-content: space-around;
2326
- }
2327
- .content-evenly {
2328
- align-content: space-evenly;
2329
- }
2330
- .content-baseline {
2331
- align-content: baseline;
2332
- }
2333
- .content-stretch {
2334
- align-content: stretch;
2335
- }
2336
- .items-start {
2337
- align-items: flex-start;
2338
- }
2339
- .items-end {
2340
- align-items: flex-end;
2341
- }
2342
- .items-center {
2343
- align-items: center;
2344
- }
2345
- .items-baseline {
2346
- align-items: baseline;
2347
- }
2348
- .items-stretch {
2349
- align-items: stretch;
2350
- }
2351
- .self-auto {
2352
- align-self: auto;
2353
- }
2354
- .self-start {
2355
- align-self: flex-start;
2356
- }
2357
- .self-end {
2358
- align-self: flex-end;
2359
- }
2360
- .self-center {
2361
- align-self: center;
2362
- }
2363
- .self-stretch {
2364
- align-self: stretch;
2365
- }
2366
- .self-baseline {
2367
- align-self: baseline;
2368
- }
2369
- .place-content-center {
2370
- place-content: center;
2371
- }
2372
- .place-content-start {
2373
- place-content: start;
2374
- }
2375
- .place-content-end {
2376
- place-content: end;
2377
- }
2378
- .place-content-between {
2379
- place-content: space-between;
2380
- }
2381
- .place-content-around {
2382
- place-content: space-around;
2383
- }
2384
- .place-content-evenly {
2385
- place-content: space-evenly;
2386
- }
2387
- .place-content-baseline {
2388
- place-content: baseline;
2389
- }
2390
- .place-content-stretch {
2391
- place-content: stretch;
2392
- }
2393
- .place-items-start {
2394
- place-items: start;
2395
- }
2396
- .place-items-end {
2397
- place-items: end;
2398
- }
2399
- .place-items-center {
2400
- place-items: center;
2401
- }
2402
- .place-items-baseline {
2403
- place-items: baseline;
2404
- }
2405
- .place-items-stretch {
2406
- place-items: stretch;
2407
- }
2408
- .place-self-auto {
2409
- place-self: auto;
2410
- }
2411
- .place-self-start {
2412
- place-self: start;
2413
- }
2414
- .place-self-end {
2415
- place-self: end;
2416
- }
2417
- .place-self-center {
2418
- place-self: center;
2419
- }
2420
- .place-self-stretch {
2421
- place-self: stretch;
2422
- }
2423
- .justify-normal {
2424
- justify-content: normal;
2425
- }
2426
- .justify-start {
2427
- justify-content: flex-start;
2428
- }
2429
- .justify-end {
2430
- justify-content: flex-end;
2431
- }
2432
- .justify-center {
2433
- justify-content: center;
2434
- }
2435
- .justify-between {
2436
- justify-content: space-between;
2437
- }
2438
- .justify-around {
2439
- justify-content: space-around;
2440
- }
2441
- .justify-evenly {
2442
- justify-content: space-evenly;
2443
- }
2444
- .justify-stretch {
2445
- justify-content: stretch;
2446
- }
2447
- .justify-items-start {
2448
- justify-items: start;
2449
- }
2450
- .justify-items-end {
2451
- justify-items: end;
2452
- }
2453
- .justify-items-center {
2454
- justify-items: center;
2455
- }
2456
- .justify-items-stretch {
2457
- justify-items: stretch;
2458
- }
2459
- .justify-items-normal {
2460
- justify-items: normal;
2461
- }
2462
- .justify-self-auto {
2463
- justify-self: auto;
2464
- }
2465
- .justify-self-start {
2466
- justify-self: flex-start;
2467
- }
2468
- .justify-self-end {
2469
- justify-self: flex-end;
2470
- }
2471
- .justify-self-center {
2472
- justify-self: center;
2473
- }
2474
- .justify-self-stretch {
2475
- justify-self: stretch;
2476
- }
2477
- .gap-0 {
2478
- gap: 0;
2479
- }
2480
- .gap-1 {
2481
- gap: 0.25rem;
2482
- }
2483
- .gap-10 {
2484
- gap: 2.5rem;
2485
- }
2486
- .gap-11 {
2487
- gap: 2.75rem;
2488
- }
2489
- .gap-12 {
2490
- gap: 3rem;
2491
- }
2492
- .gap-14 {
2493
- gap: 3.5rem;
2494
- }
2495
- .gap-16 {
2496
- gap: 4rem;
2497
- }
2498
- .gap-2 {
2499
- gap: 0.5rem;
2500
- }
2501
- .gap-20 {
2502
- gap: 5rem;
2503
- }
2504
- .gap-24 {
2505
- gap: 6rem;
2506
- }
2507
- .gap-28 {
2508
- gap: 7rem;
2509
- }
2510
- .gap-3 {
2511
- gap: 0.75rem;
2512
- }
2513
- .gap-32 {
2514
- gap: 8rem;
2515
- }
2516
- .gap-36 {
2517
- gap: 9rem;
2518
- }
2519
- .gap-4 {
2520
- gap: 1rem;
2521
- }
2522
- .gap-40 {
2523
- gap: 10rem;
2524
- }
2525
- .gap-44 {
2526
- gap: 11rem;
2527
- }
2528
- .gap-48 {
2529
- gap: 12rem;
2530
- }
2531
- .gap-5 {
2532
- gap: 1.25rem;
2533
- }
2534
- .gap-52 {
2535
- gap: 13rem;
2536
- }
2537
- .gap-56 {
2538
- gap: 14rem;
2539
- }
2540
- .gap-6 {
2541
- gap: 1.5rem;
2542
- }
2543
- .gap-60 {
2544
- gap: 15rem;
2545
- }
2546
- .gap-64 {
2547
- gap: 16rem;
2548
- }
2549
- .gap-7 {
2550
- gap: 1.75rem;
2551
- }
2552
- .gap-72 {
2553
- gap: 18rem;
2554
- }
2555
- .gap-8 {
2556
- gap: 2rem;
2557
- }
2558
- .gap-80 {
2559
- gap: 20rem;
2560
- }
2561
- .gap-9 {
2562
- gap: 2.25rem;
2563
- }
2564
- .gap-96 {
2565
- gap: 24rem;
2566
- }
2567
- .gap-px {
2568
- gap: 1px;
2569
- }
2570
- .border {
2571
- border-width: 1px;
2572
- }
2573
- .border-0 {
2574
- border-width: 0;
2575
- }
2576
- .border-4 {
2577
- border-width: 0.25rem;
2578
- }
2579
- .border-8 {
2580
- border-width: 0.5rem;
2581
- }
2582
- .border-t {
2583
- border-top-width: 1px;
2584
- }
2585
- .border-r {
2586
- border-right-width: 1px;
2587
- }
2588
- .border-b {
2589
- border-bottom-width: 1px;
2590
- }
2591
- .border-l {
2592
- border-left-width: 1px;
2593
- }
2594
- .border-t-0 {
2595
- border-top-width: 0;
2596
- }
2597
- .border-r-0 {
2598
- border-right-width: 0;
2599
- }
2600
- .border-b-0 {
2601
- border-bottom-width: 0;
2602
- }
2603
- .border-l-0 {
2604
- border-left-width: 0;
2605
- }
2606
- .border-t-4 {
2607
- border-top-width: 0.25rem;
2608
- }
2609
- .border-r-4 {
2610
- border-right-width: 0.25rem;
2611
- }
2612
- .border-b-4 {
2613
- border-bottom-width: 0.25rem;
2614
- }
2615
- .border-l-4 {
2616
- border-left-width: 0.25rem;
2617
- }
2618
- .border-t-8 {
2619
- border-top-width: 0.5rem;
2620
- }
2621
- .border-r-8 {
2622
- border-right-width: 0.5rem;
2623
- }
2624
- .border-b-8 {
2625
- border-bottom-width: 0.5rem;
2626
- }
2627
- .border-l-8 {
2628
- border-left-width: 0.5rem;
2629
- }
2630
- .border-x {
2631
- border-left-width: 1px;
2632
- border-right-width: 1px;
2633
- }
2634
- .border-y {
2635
- border-top-width: 1px;
2636
- border-bottom-width: 1px;
2637
- }
2638
- .border-x-0 {
2639
- border-left-width: 0;
2640
- border-right-width: 0;
2641
- }
2642
- .border-y-0 {
2643
- border-top-width: 0;
2644
- border-bottom-width: 0;
2645
- }
2646
- .border-x-4 {
2647
- border-left-width: 0.25rem;
2648
- border-right-width: 0.25rem;
2649
- }
2650
- .border-y-4 {
2651
- border-top-width: 0.25rem;
2652
- border-bottom-width: 0.25rem;
2653
- }
2654
- .border-x-8 {
2655
- border-left-width: 0.5rem;
2656
- border-right-width: 0.5rem;
2657
- }
2658
- .border-y-8 {
2659
- border-top-width: 0.5rem;
2660
- border-bottom-width: 0.5rem;
2661
- }
2662
- .border-solid {
2663
- border-style: solid;
2664
- }
2665
- .border-dashed {
2666
- border-style: dashed;
2667
- }
2668
- .border-dotted {
2669
- border-style: dotted;
2670
- }
2671
- .border-double {
2672
- border-style: double;
2673
- }
2674
- .border-none {
2675
- border-style: none;
2676
- }
2677
- .border-hidden {
2678
- border-style: hidden;
2679
- }
2680
- .outline {
2681
- outline-width: 1px;
2682
- }
2683
- .outline-0 {
2684
- outline: 0;
2685
- }
2686
- .outline-2 {
2687
- outline-width: 0.125rem;
2688
- }
2689
- .outline-4 {
2690
- outline-width: 0.25rem;
2691
- }
2692
- .outline-8 {
2693
- outline-width: 0.5rem;
2694
- }
2695
- .outline-solid {
2696
- outline-style: solid;
2697
- }
2698
- .outline-dashed {
2699
- outline-style: dashed;
2700
- }
2701
- .outline-dotted {
2702
- outline-style: dotted;
2703
- }
2704
- .outline-double {
2705
- outline-style: double;
2706
- }
2707
- .outline-none {
2708
- outline-style: none;
2709
- }
2710
- .outline-hidden {
2711
- outline: 0.125rem solid transparent;
2712
- outline-offset: 0.125rem;
2713
- }
2714
- .outline-offset {
2715
- outline-offset: 1px;
2716
- }
2717
- .outline-offset-0 {
2718
- outline-offset: 0;
2719
- }
2720
- .outline-offset-2 {
2721
- outline-offset: 0.125rem;
2722
- }
2723
- .outline-offset-4 {
2724
- outline-offset: 0.25rem;
2725
- }
2726
- .outline-offset-8 {
2727
- outline-offset: 0.5rem;
2728
- }
2729
- .rounded-2xl {
2730
- border-radius: 1rem;
2731
- }
2732
- .rounded-3xl {
2733
- border-radius: 1.5rem;
2734
- }
2735
- .rounded-full {
2736
- border-radius: 9999px;
2737
- }
2738
- .rounded-lg {
2739
- border-radius: 0.5rem;
2740
- }
2741
- .rounded-md {
2742
- border-radius: 0.375rem;
2743
- }
2744
- .rounded-none {
2745
- border-radius: 0;
2746
- }
2747
- .rounded-sm {
2748
- border-radius: 0.125rem;
2749
- }
2750
- .rounded-xl {
2751
- border-radius: 0.75rem;
2752
- }
2753
- .rounded-b {
2754
- border-bottom-left-radius: 0.25rem;
2755
- border-bottom-right-radius: 0.25rem;
2756
- }
2757
- .rounded-b-2xl {
2758
- border-bottom-left-radius: 1rem;
2759
- border-bottom-right-radius: 1rem;
2760
- }
2761
- .rounded-b-3xl {
2762
- border-bottom-left-radius: 1.5rem;
2763
- border-bottom-right-radius: 1.5rem;
2764
- }
2765
- .rounded-b-full {
2766
- border-bottom-left-radius: 9999px;
2767
- border-bottom-right-radius: 9999px;
2768
- }
2769
- .rounded-b-lg {
2770
- border-bottom-left-radius: 0.5rem;
2771
- border-bottom-right-radius: 0.5rem;
2772
- }
2773
- .rounded-b-md {
2774
- border-bottom-left-radius: 0.375rem;
2775
- border-bottom-right-radius: 0.375rem;
2776
- }
2777
- .rounded-b-none {
2778
- border-bottom-left-radius: 0;
2779
- border-bottom-right-radius: 0;
2780
- }
2781
- .rounded-b-sm {
2782
- border-bottom-left-radius: 0.125rem;
2783
- border-bottom-right-radius: 0.125rem;
2784
- }
2785
- .rounded-b-xl {
2786
- border-bottom-left-radius: 0.75rem;
2787
- border-bottom-right-radius: 0.75rem;
2788
- }
2789
- .rounded-e {
2790
- border-end-end-radius: 0.25rem;
2791
- border-start-end-radius: 0.25rem;
2792
- }
2793
- .rounded-e-2xl {
2794
- border-end-end-radius: 1rem;
2795
- border-start-end-radius: 1rem;
2796
- }
2797
- .rounded-e-3xl {
2798
- border-end-end-radius: 1.5rem;
2799
- border-start-end-radius: 1.5rem;
2800
- }
2801
- .rounded-e-full {
2802
- border-end-end-radius: 9999px;
2803
- border-start-end-radius: 9999px;
2804
- }
2805
- .rounded-e-lg {
2806
- border-end-end-radius: 0.5rem;
2807
- border-start-end-radius: 0.5rem;
2808
- }
2809
- .rounded-e-md {
2810
- border-end-end-radius: 0.375rem;
2811
- border-start-end-radius: 0.375rem;
2812
- }
2813
- .rounded-e-none {
2814
- border-end-end-radius: 0;
2815
- border-start-end-radius: 0;
2816
- }
2817
- .rounded-e-sm {
2818
- border-end-end-radius: 0.125rem;
2819
- border-start-end-radius: 0.125rem;
2820
- }
2821
- .rounded-e-xl {
2822
- border-end-end-radius: 0.75rem;
2823
- border-start-end-radius: 0.75rem;
2824
- }
2825
- .rounded-l {
2826
- border-bottom-left-radius: 0.25rem;
2827
- border-top-left-radius: 0.25rem;
2828
- }
2829
- .rounded-l-2xl {
2830
- border-bottom-left-radius: 1rem;
2831
- border-top-left-radius: 1rem;
2832
- }
2833
- .rounded-l-3xl {
2834
- border-bottom-left-radius: 1.5rem;
2835
- border-top-left-radius: 1.5rem;
2836
- }
2837
- .rounded-l-full {
2838
- border-bottom-left-radius: 9999px;
2839
- border-top-left-radius: 9999px;
2840
- }
2841
- .rounded-l-lg {
2842
- border-bottom-left-radius: 0.5rem;
2843
- border-top-left-radius: 0.5rem;
2844
- }
2845
- .rounded-l-md {
2846
- border-bottom-left-radius: 0.375rem;
2847
- border-top-left-radius: 0.375rem;
2848
- }
2849
- .rounded-l-none {
2850
- border-bottom-left-radius: 0;
2851
- border-top-left-radius: 0;
2852
- }
2853
- .rounded-l-sm {
2854
- border-bottom-left-radius: 0.125rem;
2855
- border-top-left-radius: 0.125rem;
2856
- }
2857
- .rounded-l-xl {
2858
- border-bottom-left-radius: 0.75rem;
2859
- border-top-left-radius: 0.75rem;
2860
- }
2861
- .rounded-r {
2862
- border-bottom-right-radius: 0.25rem;
2863
- border-top-right-radius: 0.25rem;
2864
- }
2865
- .rounded-r-2xl {
2866
- border-bottom-right-radius: 1rem;
2867
- border-top-right-radius: 1rem;
2868
- }
2869
- .rounded-r-3xl {
2870
- border-bottom-right-radius: 1.5rem;
2871
- border-top-right-radius: 1.5rem;
2872
- }
2873
- .rounded-r-full {
2874
- border-bottom-right-radius: 9999px;
2875
- border-top-right-radius: 9999px;
2876
- }
2877
- .rounded-r-lg {
2878
- border-bottom-right-radius: 0.5rem;
2879
- border-top-right-radius: 0.5rem;
2880
- }
2881
- .rounded-r-md {
2882
- border-bottom-right-radius: 0.375rem;
2883
- border-top-right-radius: 0.375rem;
2884
- }
2885
- .rounded-r-none {
2886
- border-bottom-right-radius: 0;
2887
- border-top-right-radius: 0;
2888
- }
2889
- .rounded-r-sm {
2890
- border-bottom-right-radius: 0.125rem;
2891
- border-top-right-radius: 0.125rem;
2892
- }
2893
- .rounded-r-xl {
2894
- border-bottom-right-radius: 0.75rem;
2895
- border-top-right-radius: 0.75rem;
2896
- }
2897
- .rounded-s {
2898
- border-end-start-radius: 0.25rem;
2899
- border-start-start-radius: 0.25rem;
2900
- }
2901
- .rounded-s-2xl {
2902
- border-end-start-radius: 1rem;
2903
- border-start-start-radius: 1rem;
2904
- }
2905
- .rounded-s-3xl {
2906
- border-end-start-radius: 1.5rem;
2907
- border-start-start-radius: 1.5rem;
2908
- }
2909
- .rounded-s-full {
2910
- border-end-start-radius: 9999px;
2911
- border-start-start-radius: 9999px;
2912
- }
2913
- .rounded-s-lg {
2914
- border-end-start-radius: 0.5rem;
2915
- border-start-start-radius: 0.5rem;
2916
- }
2917
- .rounded-s-md {
2918
- border-end-start-radius: 0.375rem;
2919
- border-start-start-radius: 0.375rem;
2920
- }
2921
- .rounded-s-none {
2922
- border-end-start-radius: 0;
2923
- border-start-start-radius: 0;
2924
- }
2925
- .rounded-s-sm {
2926
- border-end-start-radius: 0.125rem;
2927
- border-start-start-radius: 0.125rem;
2928
- }
2929
- .rounded-s-xl {
2930
- border-end-start-radius: 0.75rem;
2931
- border-start-start-radius: 0.75rem;
2932
- }
2933
- .rounded-t {
2934
- border-top-left-radius: 0.25rem;
2935
- border-top-right-radius: 0.25rem;
2936
- }
2937
- .rounded-t-2xl {
2938
- border-top-left-radius: 1rem;
2939
- border-top-right-radius: 1rem;
2940
- }
2941
- .rounded-t-3xl {
2942
- border-top-left-radius: 1.5rem;
2943
- border-top-right-radius: 1.5rem;
2944
- }
2945
- .rounded-t-full {
2946
- border-top-left-radius: 9999px;
2947
- border-top-right-radius: 9999px;
2948
- }
2949
- .rounded-t-lg {
2950
- border-top-left-radius: 0.5rem;
2951
- border-top-right-radius: 0.5rem;
2952
- }
2953
- .rounded-t-md {
2954
- border-top-left-radius: 0.375rem;
2955
- border-top-right-radius: 0.375rem;
2956
- }
2957
- .rounded-t-none {
2958
- border-top-left-radius: 0;
2959
- border-top-right-radius: 0;
2960
- }
2961
- .rounded-t-sm {
2962
- border-top-left-radius: 0.125rem;
2963
- border-top-right-radius: 0.125rem;
2964
- }
2965
- .rounded-t-xl {
2966
- border-top-left-radius: 0.75rem;
2967
- border-top-right-radius: 0.75rem;
2968
- }
2969
- .rounded-bl {
2970
- border-bottom-left-radius: 0.25rem;
2971
- }
2972
- .rounded-bl-2xl {
2973
- border-bottom-left-radius: 1rem;
2974
- }
2975
- .rounded-bl-3xl {
2976
- border-bottom-left-radius: 1.5rem;
2977
- }
2978
- .rounded-bl-full {
2979
- border-bottom-left-radius: 9999px;
2980
- }
2981
- .rounded-bl-lg {
2982
- border-bottom-left-radius: 0.5rem;
2983
- }
2984
- .rounded-bl-md {
2985
- border-bottom-left-radius: 0.375rem;
2986
- }
2987
- .rounded-bl-none {
2988
- border-bottom-left-radius: 0;
2989
- }
2990
- .rounded-bl-sm {
2991
- border-bottom-left-radius: 0.125rem;
2992
- }
2993
- .rounded-bl-xl {
2994
- border-bottom-left-radius: 0.75rem;
2995
- }
2996
- .rounded-br {
2997
- border-bottom-right-radius: 0.25rem;
2998
- }
2999
- .rounded-br-2xl {
3000
- border-bottom-right-radius: 1rem;
3001
- }
3002
- .rounded-br-3xl {
3003
- border-bottom-right-radius: 1.5rem;
3004
- }
3005
- .rounded-br-full {
3006
- border-bottom-right-radius: 9999px;
3007
- }
3008
- .rounded-br-lg {
3009
- border-bottom-right-radius: 0.5rem;
3010
- }
3011
- .rounded-br-md {
3012
- border-bottom-right-radius: 0.375rem;
3013
- }
3014
- .rounded-br-none {
3015
- border-bottom-right-radius: 0;
3016
- }
3017
- .rounded-br-sm {
3018
- border-bottom-right-radius: 0.125rem;
3019
- }
3020
- .rounded-br-xl {
3021
- border-bottom-right-radius: 0.75rem;
3022
- }
3023
- .rounded-ee {
3024
- border-end-end-radius: 0.25rem;
3025
- }
3026
- .rounded-ee-2xl {
3027
- border-end-end-radius: 1rem;
3028
- }
3029
- .rounded-ee-3xl {
3030
- border-end-end-radius: 1.5rem;
3031
- }
3032
- .rounded-ee-full {
3033
- border-end-end-radius: 9999px;
3034
- }
3035
- .rounded-ee-lg {
3036
- border-end-end-radius: 0.5rem;
3037
- }
3038
- .rounded-ee-md {
3039
- border-end-end-radius: 0.375rem;
3040
- }
3041
- .rounded-ee-none {
3042
- border-end-end-radius: 0;
3043
- }
3044
- .rounded-ee-sm {
3045
- border-end-end-radius: 0.125rem;
3046
- }
3047
- .rounded-ee-xl {
3048
- border-end-end-radius: 0.75rem;
3049
- }
3050
- .rounded-es {
3051
- border-end-start-radius: 0.25rem;
3052
- }
3053
- .rounded-es-2xl {
3054
- border-end-start-radius: 1rem;
3055
- }
3056
- .rounded-es-3xl {
3057
- border-end-start-radius: 1.5rem;
3058
- }
3059
- .rounded-es-full {
3060
- border-end-start-radius: 9999px;
3061
- }
3062
- .rounded-es-lg {
3063
- border-end-start-radius: 0.5rem;
3064
- }
3065
- .rounded-es-md {
3066
- border-end-start-radius: 0.375rem;
3067
- }
3068
- .rounded-es-none {
3069
- border-end-start-radius: 0;
3070
- }
3071
- .rounded-es-sm {
3072
- border-end-start-radius: 0.125rem;
3073
- }
3074
- .rounded-es-xl {
3075
- border-end-start-radius: 0.75rem;
3076
- }
3077
- .rounded-se {
3078
- border-start-end-radius: 0.25rem;
3079
- }
3080
- .rounded-se-2xl {
3081
- border-start-end-radius: 1rem;
3082
- }
3083
- .rounded-se-3xl {
3084
- border-start-end-radius: 1.5rem;
3085
- }
3086
- .rounded-se-full {
3087
- border-start-end-radius: 9999px;
3088
- }
3089
- .rounded-se-lg {
3090
- border-start-end-radius: 0.5rem;
3091
- }
3092
- .rounded-se-md {
3093
- border-start-end-radius: 0.375rem;
3094
- }
3095
- .rounded-se-none {
3096
- border-start-end-radius: 0;
3097
- }
3098
- .rounded-se-sm {
3099
- border-start-end-radius: 0.125rem;
3100
- }
3101
- .rounded-se-xl {
3102
- border-start-end-radius: 0.75rem;
3103
- }
3104
- .rounded-ss {
3105
- border-start-start-radius: 0.25rem;
3106
- }
3107
- .rounded-ss-2xl {
3108
- border-start-start-radius: 1rem;
3109
- }
3110
- .rounded-ss-3xl {
3111
- border-start-start-radius: 1.5rem;
3112
- }
3113
- .rounded-ss-full {
3114
- border-start-start-radius: 9999px;
3115
- }
3116
- .rounded-ss-lg {
3117
- border-start-start-radius: 0.5rem;
3118
- }
3119
- .rounded-ss-md {
3120
- border-start-start-radius: 0.375rem;
3121
- }
3122
- .rounded-ss-none {
3123
- border-start-start-radius: 0;
3124
- }
3125
- .rounded-ss-sm {
3126
- border-start-start-radius: 0.125rem;
3127
- }
3128
- .rounded-ss-xl {
3129
- border-start-start-radius: 0.75rem;
3130
- }
3131
- .rounded-tl {
3132
- border-top-left-radius: 0.25rem;
3133
- }
3134
- .rounded-tl-2xl {
3135
- border-top-left-radius: 1rem;
3136
- }
3137
- .rounded-tl-3xl {
3138
- border-top-left-radius: 1.5rem;
3139
- }
3140
- .rounded-tl-full {
3141
- border-top-left-radius: 9999px;
3142
- }
3143
- .rounded-tl-lg {
3144
- border-top-left-radius: 0.5rem;
3145
- }
3146
- .rounded-tl-md {
3147
- border-top-left-radius: 0.375rem;
3148
- }
3149
- .rounded-tl-none {
3150
- border-top-left-radius: 0;
3151
- }
3152
- .rounded-tl-sm {
3153
- border-top-left-radius: 0.125rem;
3154
- }
3155
- .rounded-tl-xl {
3156
- border-top-left-radius: 0.75rem;
3157
- }
3158
- .rounded-tr {
3159
- border-top-right-radius: 0.25rem;
3160
- }
3161
- .rounded-tr-2xl {
3162
- border-top-right-radius: 1rem;
3163
- }
3164
- .rounded-tr-3xl {
3165
- border-top-right-radius: 1.5rem;
3166
- }
3167
- .rounded-tr-full {
3168
- border-top-right-radius: 9999px;
3169
- }
3170
- .rounded-tr-lg {
3171
- border-top-right-radius: 0.5rem;
3172
- }
3173
- .rounded-tr-md {
3174
- border-top-right-radius: 0.375rem;
3175
- }
3176
- .rounded-tr-none {
3177
- border-top-right-radius: 0;
3178
- }
3179
- .rounded-tr-sm {
3180
- border-top-right-radius: 0.125rem;
3181
- }
3182
- .rounded-tr-xl {
3183
- border-top-right-radius: 0.75rem;
3184
- }
3185
- .p-0 {
3186
- padding: 0;
3187
- }
3188
- .p-1 {
3189
- padding: 0.25rem;
3190
- }
3191
- .p-10 {
3192
- padding: 2.5rem;
3193
- }
3194
- .p-11 {
3195
- padding: 2.75rem;
3196
- }
3197
- .p-12 {
3198
- padding: 3rem;
3199
- }
3200
- .p-14 {
3201
- padding: 3.5rem;
3202
- }
3203
- .p-16 {
3204
- padding: 4rem;
3205
- }
3206
- .p-2 {
3207
- padding: 0.5rem;
3208
- }
3209
- .p-20 {
3210
- padding: 5rem;
3211
- }
3212
- .p-24 {
3213
- padding: 6rem;
3214
- }
3215
- .p-28 {
3216
- padding: 7rem;
3217
- }
3218
- .p-3 {
3219
- padding: 0.75rem;
3220
- }
3221
- .p-32 {
3222
- padding: 8rem;
3223
- }
3224
- .p-36 {
3225
- padding: 9rem;
3226
- }
3227
- .p-4 {
3228
- padding: 1rem;
3229
- }
3230
- .p-40 {
3231
- padding: 10rem;
3232
- }
3233
- .p-44 {
3234
- padding: 11rem;
3235
- }
3236
- .p-48 {
3237
- padding: 12rem;
3238
- }
3239
- .p-5 {
3240
- padding: 1.25rem;
3241
- }
3242
- .p-52 {
3243
- padding: 13rem;
3244
- }
3245
- .p-56 {
3246
- padding: 14rem;
3247
- }
3248
- .p-6 {
3249
- padding: 1.5rem;
3250
- }
3251
- .p-60 {
3252
- padding: 15rem;
3253
- }
3254
- .p-64 {
3255
- padding: 16rem;
3256
- }
3257
- .p-7 {
3258
- padding: 1.75rem;
3259
- }
3260
- .p-72 {
3261
- padding: 18rem;
3262
- }
3263
- .p-8 {
3264
- padding: 2rem;
3265
- }
3266
- .p-80 {
3267
- padding: 20rem;
3268
- }
3269
- .p-9 {
3270
- padding: 2.25rem;
3271
- }
3272
- .p-96 {
3273
- padding: 24rem;
3274
- }
3275
- .p-px {
3276
- padding: 1px;
3277
- }
3278
- .px-0 {
3279
- padding-left: 0;
3280
- padding-right: 0;
3281
- }
3282
- .px-1 {
3283
- padding-left: 0.25rem;
3284
- padding-right: 0.25rem;
3285
- }
3286
- .px-10 {
3287
- padding-left: 2.5rem;
3288
- padding-right: 2.5rem;
3289
- }
3290
- .px-11 {
3291
- padding-left: 2.75rem;
3292
- padding-right: 2.75rem;
3293
- }
3294
- .px-12 {
3295
- padding-left: 3rem;
3296
- padding-right: 3rem;
3297
- }
3298
- .px-14 {
3299
- padding-left: 3.5rem;
3300
- padding-right: 3.5rem;
3301
- }
3302
- .px-16 {
3303
- padding-left: 4rem;
3304
- padding-right: 4rem;
3305
- }
3306
- .px-2 {
3307
- padding-left: 0.5rem;
3308
- padding-right: 0.5rem;
3309
- }
3310
- .px-20 {
3311
- padding-left: 5rem;
3312
- padding-right: 5rem;
3313
- }
3314
- .px-24 {
3315
- padding-left: 6rem;
3316
- padding-right: 6rem;
3317
- }
3318
- .px-28 {
3319
- padding-left: 7rem;
3320
- padding-right: 7rem;
3321
- }
3322
- .px-3 {
3323
- padding-left: 0.75rem;
3324
- padding-right: 0.75rem;
3325
- }
3326
- .px-32 {
3327
- padding-left: 8rem;
3328
- padding-right: 8rem;
3329
- }
3330
- .px-36 {
3331
- padding-left: 9rem;
3332
- padding-right: 9rem;
3333
- }
3334
- .px-4 {
3335
- padding-left: 1rem;
3336
- padding-right: 1rem;
3337
- }
3338
- .px-40 {
3339
- padding-left: 10rem;
3340
- padding-right: 10rem;
3341
- }
3342
- .px-44 {
3343
- padding-left: 11rem;
3344
- padding-right: 11rem;
3345
- }
3346
- .px-48 {
3347
- padding-left: 12rem;
3348
- padding-right: 12rem;
3349
- }
3350
- .px-5 {
3351
- padding-left: 1.25rem;
3352
- padding-right: 1.25rem;
3353
- }
3354
- .px-52 {
3355
- padding-left: 13rem;
3356
- padding-right: 13rem;
3357
- }
3358
- .px-56 {
3359
- padding-left: 14rem;
3360
- padding-right: 14rem;
3361
- }
3362
- .px-6 {
3363
- padding-left: 1.5rem;
3364
- padding-right: 1.5rem;
3365
- }
3366
- .px-60 {
3367
- padding-left: 15rem;
3368
- padding-right: 15rem;
3369
- }
3370
- .px-64 {
3371
- padding-left: 16rem;
3372
- padding-right: 16rem;
3373
- }
3374
- .px-7 {
3375
- padding-left: 1.75rem;
3376
- padding-right: 1.75rem;
3377
- }
3378
- .px-72 {
3379
- padding-left: 18rem;
3380
- padding-right: 18rem;
3381
- }
3382
- .px-8 {
3383
- padding-left: 2rem;
3384
- padding-right: 2rem;
3385
- }
3386
- .px-80 {
3387
- padding-left: 20rem;
3388
- padding-right: 20rem;
3389
- }
3390
- .px-9 {
3391
- padding-left: 2.25rem;
3392
- padding-right: 2.25rem;
3393
- }
3394
- .px-96 {
3395
- padding-left: 24rem;
3396
- padding-right: 24rem;
3397
- }
3398
- .px-px {
3399
- padding-left: 1px;
3400
- padding-right: 1px;
3401
- }
3402
- .py-0 {
3403
- padding-bottom: 0;
3404
- padding-top: 0;
3405
- }
3406
- .py-1 {
3407
- padding-bottom: 0.25rem;
3408
- padding-top: 0.25rem;
3409
- }
3410
- .py-10 {
3411
- padding-bottom: 2.5rem;
3412
- padding-top: 2.5rem;
3413
- }
3414
- .py-11 {
3415
- padding-bottom: 2.75rem;
3416
- padding-top: 2.75rem;
3417
- }
3418
- .py-12 {
3419
- padding-bottom: 3rem;
3420
- padding-top: 3rem;
3421
- }
3422
- .py-14 {
3423
- padding-bottom: 3.5rem;
3424
- padding-top: 3.5rem;
3425
- }
3426
- .py-16 {
3427
- padding-bottom: 4rem;
3428
- padding-top: 4rem;
3429
- }
3430
- .py-2 {
3431
- padding-bottom: 0.5rem;
3432
- padding-top: 0.5rem;
3433
- }
3434
- .py-20 {
3435
- padding-bottom: 5rem;
3436
- padding-top: 5rem;
3437
- }
3438
- .py-24 {
3439
- padding-bottom: 6rem;
3440
- padding-top: 6rem;
3441
- }
3442
- .py-28 {
3443
- padding-bottom: 7rem;
3444
- padding-top: 7rem;
3445
- }
3446
- .py-3 {
3447
- padding-bottom: 0.75rem;
3448
- padding-top: 0.75rem;
3449
- }
3450
- .py-32 {
3451
- padding-bottom: 8rem;
3452
- padding-top: 8rem;
3453
- }
3454
- .py-36 {
3455
- padding-bottom: 9rem;
3456
- padding-top: 9rem;
3457
- }
3458
- .py-4 {
3459
- padding-bottom: 1rem;
3460
- padding-top: 1rem;
3461
- }
3462
- .py-40 {
3463
- padding-bottom: 10rem;
3464
- padding-top: 10rem;
3465
- }
3466
- .py-44 {
3467
- padding-bottom: 11rem;
3468
- padding-top: 11rem;
3469
- }
3470
- .py-48 {
3471
- padding-bottom: 12rem;
3472
- padding-top: 12rem;
3473
- }
3474
- .py-5 {
3475
- padding-bottom: 1.25rem;
3476
- padding-top: 1.25rem;
3477
- }
3478
- .py-52 {
3479
- padding-bottom: 13rem;
3480
- padding-top: 13rem;
3481
- }
3482
- .py-56 {
3483
- padding-bottom: 14rem;
3484
- padding-top: 14rem;
3485
- }
3486
- .py-6 {
3487
- padding-bottom: 1.5rem;
3488
- padding-top: 1.5rem;
3489
- }
3490
- .py-60 {
3491
- padding-bottom: 15rem;
3492
- padding-top: 15rem;
3493
- }
3494
- .py-64 {
3495
- padding-bottom: 16rem;
3496
- padding-top: 16rem;
3497
- }
3498
- .py-7 {
3499
- padding-bottom: 1.75rem;
3500
- padding-top: 1.75rem;
3501
- }
3502
- .py-72 {
3503
- padding-bottom: 18rem;
3504
- padding-top: 18rem;
3505
- }
3506
- .py-8 {
3507
- padding-bottom: 2rem;
3508
- padding-top: 2rem;
3509
- }
3510
- .py-80 {
3511
- padding-bottom: 20rem;
3512
- padding-top: 20rem;
3513
- }
3514
- .py-9 {
3515
- padding-bottom: 2.25rem;
3516
- padding-top: 2.25rem;
3517
- }
3518
- .py-96 {
3519
- padding-bottom: 24rem;
3520
- padding-top: 24rem;
3521
- }
3522
- .py-px {
3523
- padding-bottom: 1px;
3524
- padding-top: 1px;
3525
- }
3526
- .pb-0 {
3527
- padding-bottom: 0;
3528
- }
3529
- .pb-1 {
3530
- padding-bottom: 0.25rem;
3531
- }
3532
- .pb-10 {
3533
- padding-bottom: 2.5rem;
3534
- }
3535
- .pb-11 {
3536
- padding-bottom: 2.75rem;
3537
- }
3538
- .pb-12 {
3539
- padding-bottom: 3rem;
3540
- }
3541
- .pb-14 {
3542
- padding-bottom: 3.5rem;
3543
- }
3544
- .pb-16 {
3545
- padding-bottom: 4rem;
3546
- }
3547
- .pb-2 {
3548
- padding-bottom: 0.5rem;
3549
- }
3550
- .pb-20 {
3551
- padding-bottom: 5rem;
3552
- }
3553
- .pb-24 {
3554
- padding-bottom: 6rem;
3555
- }
3556
- .pb-28 {
3557
- padding-bottom: 7rem;
3558
- }
3559
- .pb-3 {
3560
- padding-bottom: 0.75rem;
3561
- }
3562
- .pb-32 {
3563
- padding-bottom: 8rem;
3564
- }
3565
- .pb-36 {
3566
- padding-bottom: 9rem;
3567
- }
3568
- .pb-4 {
3569
- padding-bottom: 1rem;
3570
- }
3571
- .pb-40 {
3572
- padding-bottom: 10rem;
3573
- }
3574
- .pb-44 {
3575
- padding-bottom: 11rem;
3576
- }
3577
- .pb-48 {
3578
- padding-bottom: 12rem;
3579
- }
3580
- .pb-5 {
3581
- padding-bottom: 1.25rem;
3582
- }
3583
- .pb-52 {
3584
- padding-bottom: 13rem;
3585
- }
3586
- .pb-56 {
3587
- padding-bottom: 14rem;
3588
- }
3589
- .pb-6 {
3590
- padding-bottom: 1.5rem;
3591
- }
3592
- .pb-60 {
3593
- padding-bottom: 15rem;
3594
- }
3595
- .pb-64 {
3596
- padding-bottom: 16rem;
3597
- }
3598
- .pb-7 {
3599
- padding-bottom: 1.75rem;
3600
- }
3601
- .pb-72 {
3602
- padding-bottom: 18rem;
3603
- }
3604
- .pb-8 {
3605
- padding-bottom: 2rem;
3606
- }
3607
- .pb-80 {
3608
- padding-bottom: 20rem;
3609
- }
3610
- .pb-9 {
3611
- padding-bottom: 2.25rem;
3612
- }
3613
- .pb-96 {
3614
- padding-bottom: 24rem;
3615
- }
3616
- .pb-px {
3617
- padding-bottom: 1px;
3618
- }
3619
- .pl-0 {
3620
- padding-left: 0;
3621
- }
3622
- .pl-1 {
3623
- padding-left: 0.25rem;
3624
- }
3625
- .pl-10 {
3626
- padding-left: 2.5rem;
3627
- }
3628
- .pl-11 {
3629
- padding-left: 2.75rem;
3630
- }
3631
- .pl-12 {
3632
- padding-left: 3rem;
3633
- }
3634
- .pl-14 {
3635
- padding-left: 3.5rem;
3636
- }
3637
- .pl-16 {
3638
- padding-left: 4rem;
3639
- }
3640
- .pl-2 {
3641
- padding-left: 0.5rem;
3642
- }
3643
- .pl-20 {
3644
- padding-left: 5rem;
3645
- }
3646
- .pl-24 {
3647
- padding-left: 6rem;
3648
- }
3649
- .pl-28 {
3650
- padding-left: 7rem;
3651
- }
3652
- .pl-3 {
3653
- padding-left: 0.75rem;
3654
- }
3655
- .pl-32 {
3656
- padding-left: 8rem;
3657
- }
3658
- .pl-36 {
3659
- padding-left: 9rem;
3660
- }
3661
- .pl-4 {
3662
- padding-left: 1rem;
3663
- }
3664
- .pl-40 {
3665
- padding-left: 10rem;
3666
- }
3667
- .pl-44 {
3668
- padding-left: 11rem;
3669
- }
3670
- .pl-48 {
3671
- padding-left: 12rem;
3672
- }
3673
- .pl-5 {
3674
- padding-left: 1.25rem;
3675
- }
3676
- .pl-52 {
3677
- padding-left: 13rem;
3678
- }
3679
- .pl-56 {
3680
- padding-left: 14rem;
3681
- }
3682
- .pl-6 {
3683
- padding-left: 1.5rem;
3684
- }
3685
- .pl-60 {
3686
- padding-left: 15rem;
3687
- }
3688
- .pl-64 {
3689
- padding-left: 16rem;
3690
- }
3691
- .pl-7 {
3692
- padding-left: 1.75rem;
3693
- }
3694
- .pl-72 {
3695
- padding-left: 18rem;
3696
- }
3697
- .pl-8 {
3698
- padding-left: 2rem;
3699
- }
3700
- .pl-80 {
3701
- padding-left: 20rem;
3702
- }
3703
- .pl-9 {
3704
- padding-left: 2.25rem;
3705
- }
3706
- .pl-96 {
3707
- padding-left: 24rem;
3708
- }
3709
- .pl-px {
3710
- padding-left: 1px;
3711
- }
3712
- .pr-0 {
3713
- padding-right: 0;
3714
- }
3715
- .pr-1 {
3716
- padding-right: 0.25rem;
3717
- }
3718
- .pr-10 {
3719
- padding-right: 2.5rem;
3720
- }
3721
- .pr-11 {
3722
- padding-right: 2.75rem;
3723
- }
3724
- .pr-12 {
3725
- padding-right: 3rem;
3726
- }
3727
- .pr-14 {
3728
- padding-right: 3.5rem;
3729
- }
3730
- .pr-16 {
3731
- padding-right: 4rem;
3732
- }
3733
- .pr-2 {
3734
- padding-right: 0.5rem;
3735
- }
3736
- .pr-20 {
3737
- padding-right: 5rem;
3738
- }
3739
- .pr-24 {
3740
- padding-right: 6rem;
3741
- }
3742
- .pr-28 {
3743
- padding-right: 7rem;
3744
- }
3745
- .pr-3 {
3746
- padding-right: 0.75rem;
3747
- }
3748
- .pr-32 {
3749
- padding-right: 8rem;
3750
- }
3751
- .pr-36 {
3752
- padding-right: 9rem;
3753
- }
3754
- .pr-4 {
3755
- padding-right: 1rem;
3756
- }
3757
- .pr-40 {
3758
- padding-right: 10rem;
3759
- }
3760
- .pr-44 {
3761
- padding-right: 11rem;
3762
- }
3763
- .pr-48 {
3764
- padding-right: 12rem;
3765
- }
3766
- .pr-5 {
3767
- padding-right: 1.25rem;
3768
- }
3769
- .pr-52 {
3770
- padding-right: 13rem;
3771
- }
3772
- .pr-56 {
3773
- padding-right: 14rem;
3774
- }
3775
- .pr-6 {
3776
- padding-right: 1.5rem;
3777
- }
3778
- .pr-60 {
3779
- padding-right: 15rem;
3780
- }
3781
- .pr-64 {
3782
- padding-right: 16rem;
3783
- }
3784
- .pr-7 {
3785
- padding-right: 1.75rem;
3786
- }
3787
- .pr-72 {
3788
- padding-right: 18rem;
3789
- }
3790
- .pr-8 {
3791
- padding-right: 2rem;
3792
- }
3793
- .pr-80 {
3794
- padding-right: 20rem;
3795
- }
3796
- .pr-9 {
3797
- padding-right: 2.25rem;
3798
- }
3799
- .pr-96 {
3800
- padding-right: 24rem;
3801
- }
3802
- .pr-px {
3803
- padding-right: 1px;
3804
- }
3805
- .pt-0 {
3806
- padding-top: 0;
3807
- }
3808
- .pt-1 {
3809
- padding-top: 0.25rem;
3810
- }
3811
- .pt-10 {
3812
- padding-top: 2.5rem;
3813
- }
3814
- .pt-11 {
3815
- padding-top: 2.75rem;
3816
- }
3817
- .pt-12 {
3818
- padding-top: 3rem;
3819
- }
3820
- .pt-14 {
3821
- padding-top: 3.5rem;
3822
- }
3823
- .pt-16 {
3824
- padding-top: 4rem;
3825
- }
3826
- .pt-2 {
3827
- padding-top: 0.5rem;
3828
- }
3829
- .pt-20 {
3830
- padding-top: 5rem;
3831
- }
3832
- .pt-24 {
3833
- padding-top: 6rem;
3834
- }
3835
- .pt-28 {
3836
- padding-top: 7rem;
3837
- }
3838
- .pt-3 {
3839
- padding-top: 0.75rem;
3840
- }
3841
- .pt-32 {
3842
- padding-top: 8rem;
3843
- }
3844
- .pt-36 {
3845
- padding-top: 9rem;
3846
- }
3847
- .pt-4 {
3848
- padding-top: 1rem;
3849
- }
3850
- .pt-40 {
3851
- padding-top: 10rem;
3852
- }
3853
- .pt-44 {
3854
- padding-top: 11rem;
3855
- }
3856
- .pt-48 {
3857
- padding-top: 12rem;
3858
- }
3859
- .pt-5 {
3860
- padding-top: 1.25rem;
3861
- }
3862
- .pt-52 {
3863
- padding-top: 13rem;
3864
- }
3865
- .pt-56 {
3866
- padding-top: 14rem;
3867
- }
3868
- .pt-6 {
3869
- padding-top: 1.5rem;
3870
- }
3871
- .pt-60 {
3872
- padding-top: 15rem;
3873
- }
3874
- .pt-64 {
3875
- padding-top: 16rem;
3876
- }
3877
- .pt-7 {
3878
- padding-top: 1.75rem;
3879
- }
3880
- .pt-72 {
3881
- padding-top: 18rem;
3882
- }
3883
- .pt-8 {
3884
- padding-top: 2rem;
3885
- }
3886
- .pt-80 {
3887
- padding-top: 20rem;
3888
- }
3889
- .pt-9 {
3890
- padding-top: 2.25rem;
3891
- }
3892
- .pt-96 {
3893
- padding-top: 24rem;
3894
- }
3895
- .pt-px {
3896
- padding-top: 1px;
3897
- }
3898
- .align-baseline {
3899
- vertical-align: initial;
3900
- }
3901
- .align-top {
3902
- vertical-align: top;
3903
- }
3904
- .align-middle {
3905
- vertical-align: middle;
3906
- }
3907
- .align-bottom {
3908
- vertical-align: bottom;
3909
- }
3910
- .align-sub {
3911
- vertical-align: sub;
3912
- }
3913
- .align-super {
3914
- vertical-align: super;
3915
- }
3916
- .text-xs {
3917
- font-size: 0.75rem;
3918
- }
3919
- .text-sm {
3920
- font-size: 0.875rem;
3921
- }
3922
- .text-base {
3923
- font-size: 1rem;
3924
- }
3925
- .text-lg {
3926
- font-size: 1.125rem;
3927
- }
3928
- .text-xl {
3929
- font-size: 1.25rem;
3930
- }
3931
- .text-2xl {
3932
- font-size: 1.5rem;
3933
- }
3934
- .text-3xl {
3935
- font-size: 1.875rem;
3936
- }
3937
- .text-4xl {
3938
- font-size: 2.25rem;
3939
- }
3940
- .text-5xl {
3941
- font-size: 2.5rem;
3942
- }
3943
- .italic {
3944
- font-style: italic;
3945
- }
3946
- .not-italic {
3947
- font-style: normal;
3948
- }
3949
- .text-left {
3950
- text-align: left;
3951
- }
3952
- .text-center {
3953
- text-align: center;
3954
- }
3955
- .text-right {
3956
- text-align: right;
3957
- }
3958
- .text-justify {
3959
- text-align: justify;
3960
- }
3961
- .underline {
3962
- text-decoration-line: underline;
3963
- }
3964
- .overline {
3965
- text-decoration-line: overline;
3966
- }
3967
- .line-through {
3968
- text-decoration-line: line-through;
3969
- }
3970
- .no-underline {
3971
- text-decoration-line: none;
3972
- }
3973
- .decoration-solid {
3974
- text-decoration-style: solid;
3975
- }
3976
- .decoration-double {
3977
- text-decoration-style: double;
3978
- }
3979
- .decoration-dotted {
3980
- text-decoration-style: dotted;
3981
- }
3982
- .decoration-dashed {
3983
- text-decoration-style: dashed;
3984
- }
3985
- .decoration-wavy {
3986
- text-decoration-style: wavy;
3987
- }
3988
- .decoration-from-font {
3989
- text-decoration-thickness: from-font;
3990
- }
3991
- .decoration-auto {
3992
- text-decoration-thickness: auto;
3993
- }
3994
- .decoration-1 {
3995
- text-decoration-thickness: 1px;
3996
- }
3997
- .decoration-2 {
3998
- text-decoration-thickness: 2px;
3999
- }
4000
- .decoration-3 {
4001
- text-decoration-thickness: 3px;
4002
- }
4003
- .decoration-4 {
4004
- text-decoration-thickness: 4px;
4005
- }
4006
- .decoration-5 {
4007
- text-decoration-thickness: 5px;
4008
- }
4009
- .underline-offset-auto {
4010
- text-underline-offset: auto;
4011
- }
4012
- .underline-offset-1 {
4013
- text-underline-offset: 1px;
4014
- }
4015
- .underline-offset-2 {
4016
- text-underline-offset: 2px;
4017
- }
4018
- .underline-offset-3 {
4019
- text-underline-offset: 3px;
4020
- }
4021
- .underline-offset-4 {
4022
- text-underline-offset: 4px;
4023
- }
4024
- .underline-offset-5 {
4025
- text-underline-offset: 5px;
4026
- }
4027
- .uppercase {
4028
- text-transform: uppercase;
4029
- }
4030
- .lowercase {
4031
- text-transform: lowercase;
4032
- }
4033
- .capitalize {
4034
- text-transform: capitalize;
4035
- }
4036
- .normal-case {
4037
- text-transform: none;
4038
- }
4039
- .truncate {
4040
- overflow: hidden;
4041
- text-overflow: ellipsis;
4042
- white-space: nowrap;
4043
- }
4044
- .text-ellipsis {
4045
- text-overflow: ellipsis;
4046
- }
4047
- .text-clip {
4048
- text-overflow: clip;
4049
- }
4050
- .text-wrap {
4051
- text-wrap: wrap;
4052
- }
4053
- .text-nowrap {
4054
- text-wrap: nowrap;
4055
- }
4056
- .text-balance {
4057
- text-wrap: balance;
4058
- }
4059
- .text-pretty {
4060
- text-wrap: pretty;
4061
- }
4062
- .indent-px {
4063
- text-indent: 1px;
4064
- }
4065
- .indent-2 {
4066
- text-indent: 0.125rem;
4067
- }
4068
- .indent-4 {
4069
- text-indent: 0.25rem;
4070
- }
4071
- .indent-6 {
4072
- text-indent: 0.375rem;
4073
- }
4074
- .indent-8 {
4075
- text-indent: 0.5rem;
4076
- }
4077
- .indent-10 {
4078
- text-indent: 0.625rem;
4079
- }
4080
- .indent-12 {
4081
- text-indent: 0.75rem;
4082
- }
4083
- .indent-14 {
4084
- text-indent: 0.875rem;
4085
- }
4086
- .indent-16 {
4087
- text-indent: 1rem;
4088
- }
4089
- .font-black {
4090
- font-weight: 900;
4091
- }
4092
- .font-bold {
4093
- font-weight: 700;
4094
- }
4095
- .font-extrabold {
4096
- font-weight: 800;
4097
- }
4098
- .font-extralight {
4099
- font-weight: 200;
4100
- }
4101
- .font-light {
4102
- font-weight: 300;
4103
- }
4104
- .font-medium {
4105
- font-weight: 500;
4106
- }
4107
- .font-normal {
4108
- font-weight: 400;
4109
- }
4110
- .font-semibold {
4111
- font-weight: 600;
4112
- }
4113
- .font-thin {
4114
- font-weight: 100;
4115
- }
4116
- .leading-10 {
4117
- line-height: 2.5rem;
4118
- }
4119
- .leading-3 {
4120
- line-height: 0.75rem;
4121
- }
4122
- .leading-4 {
4123
- line-height: 1rem;
4124
- }
4125
- .leading-5 {
4126
- line-height: 1.25rem;
4127
- }
4128
- .leading-6 {
4129
- line-height: 1.5rem;
4130
- }
4131
- .leading-7 {
4132
- line-height: 1.75rem;
4133
- }
4134
- .leading-8 {
4135
- line-height: 2rem;
4136
- }
4137
- .leading-9 {
4138
- line-height: 2.25rem;
4139
- }
4140
- .leading-loose {
4141
- line-height: 2;
4142
- }
4143
- .leading-none {
4144
- line-height: 1;
4145
- }
4146
- .leading-normal {
4147
- line-height: 1.5;
4148
- }
4149
- .leading-relaxed {
4150
- line-height: 1.625;
4151
- }
4152
- .leading-snug {
4153
- line-height: 1.375;
4154
- }
4155
- .leading-tight {
4156
- line-height: 1.25;
4157
- }
4158
- .list-inside {
4159
- list-style-position: inside;
4160
- }
4161
- .list-outside {
4162
- list-style-position: outside;
4163
- }
4164
- .list-disc {
4165
- list-style-type: disc;
4166
- }
4167
- .list-decimal {
4168
- list-style-type: decimal;
4169
- }
4170
- .list-none {
4171
- list-style-type: none;
4172
- }
4173
- .tracking-normal {
4174
- letter-spacing: 0;
4175
- }
4176
- .tracking-tight {
4177
- letter-spacing: -0.025em;
4178
- }
4179
- .tracking-tighter {
4180
- letter-spacing: -0.05em;
4181
- }
4182
- .tracking-wide {
4183
- letter-spacing: 0.025em;
4184
- }
4185
- .tracking-wider {
4186
- letter-spacing: 0.05em;
4187
- }
4188
- .tracking-widest {
4189
- letter-spacing: 0.1em;
4190
- }
4191
- .line-clamp-1 {
4192
- overflow: hidden;
4193
- display: -webkit-box;
4194
- -webkit-line-clamp: 1;
4195
- -webkit-box-orient: vertical;
4196
- }
4197
- .line-clamp-2 {
4198
- overflow: hidden;
4199
- display: -webkit-box;
4200
- -webkit-line-clamp: 2;
4201
- -webkit-box-orient: vertical;
4202
- }
4203
- .line-clamp-3 {
4204
- overflow: hidden;
4205
- display: -webkit-box;
4206
- -webkit-line-clamp: 3;
4207
- -webkit-box-orient: vertical;
4208
- }
4209
- .line-clamp-4 {
4210
- overflow: hidden;
4211
- display: -webkit-box;
4212
- -webkit-line-clamp: 4;
4213
- -webkit-box-orient: vertical;
4214
- }
4215
- .line-clamp-5 {
4216
- overflow: hidden;
4217
- display: -webkit-box;
4218
- -webkit-line-clamp: 5;
4219
- -webkit-box-orient: vertical;
4220
- }
4221
- .line-clamp-none {
4222
- overflow: visible;
4223
- display: block;
4224
- -webkit-box-orient: horizontal;
4225
- -webkit-line-clamp: unset;
4226
- }
4227
- .opacity-0 {
4228
- opacity: 0;
4229
- }
4230
- .opacity-10 {
4231
- opacity: 0.1;
4232
- }
4233
- .opacity-100 {
4234
- opacity: 1;
4235
- }
4236
- .opacity-15 {
4237
- opacity: 0.15;
4238
- }
4239
- .opacity-20 {
4240
- opacity: 0.2;
4241
- }
4242
- .opacity-25 {
4243
- opacity: 0.25;
4244
- }
4245
- .opacity-30 {
4246
- opacity: 0.3;
4247
- }
4248
- .opacity-35 {
4249
- opacity: 0.35;
4250
- }
4251
- .opacity-40 {
4252
- opacity: 0.4;
4253
- }
4254
- .opacity-45 {
4255
- opacity: 0.45;
4256
- }
4257
- .opacity-5 {
4258
- opacity: 0.05;
4259
- }
4260
- .opacity-50 {
4261
- opacity: 0.5;
4262
- }
4263
- .opacity-55 {
4264
- opacity: 0.55;
4265
- }
4266
- .opacity-60 {
4267
- opacity: 0.6;
4268
- }
4269
- .opacity-65 {
4270
- opacity: 0.65;
4271
- }
4272
- .opacity-70 {
4273
- opacity: 0.7;
4274
- }
4275
- .opacity-75 {
4276
- opacity: 0.75;
4277
- }
4278
- .opacity-80 {
4279
- opacity: 0.8;
4280
- }
4281
- .opacity-85 {
4282
- opacity: 0.85;
4283
- }
4284
- .opacity-90 {
4285
- opacity: 0.9;
4286
- }
4287
- .opacity-95 {
4288
- opacity: 0.95;
4289
- }
4290
- .shadow-2xl {
4291
- --aki-shadow: 0 25px 50px -12px #00000040;
4292
- --aki-shadow-colored: 0 25px 50px -12px var(--aki-shadow-color);
4293
- }
4294
- .shadow-2xl,
4295
- .shadow-inner {
4296
- box-shadow: var(--aki-ring-offset-shadow, 0 0 #0000),
4297
- var(--aki-ring-shadow, 0 0 #0000), var(--aki-shadow);
4298
- }
4299
- .shadow-inner {
4300
- --aki-shadow: inset 0 2px 4px 0 #0000000d;
4301
- --aki-shadow-colored: inset 0 2px 4px 0 var(--aki-shadow-color);
4302
- }
4303
- .shadow-lg {
4304
- --aki-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
4305
- --aki-shadow-colored: 0 10px 15px -3px var(--aki-shadow-color),
4306
- 0 4px 6px -4px var(--aki-shadow-color);
4307
- }
4308
- .shadow-lg,
4309
- .shadow-md {
4310
- box-shadow: var(--aki-ring-offset-shadow, 0 0 #0000),
4311
- var(--aki-ring-shadow, 0 0 #0000), var(--aki-shadow);
4312
- }
4313
- .shadow-md {
4314
- --aki-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
4315
- --aki-shadow-colored: 0 4px 6px -1px var(--aki-shadow-color),
4316
- 0 2px 4px -2px var(--aki-shadow-color);
4317
- }
4318
- .shadow-none {
4319
- --aki-shadow: 0 0 #0000;
4320
- --aki-shadow-colored: 0 0 #0000;
4321
- }
4322
- .shadow-none,
4323
- .shadow-sm {
4324
- box-shadow: var(--aki-ring-offset-shadow, 0 0 #0000),
4325
- var(--aki-ring-shadow, 0 0 #0000), var(--aki-shadow);
4326
- }
4327
- .shadow-sm {
4328
- --aki-shadow: 0 1px 2px 0 #0000000d;
4329
- --aki-shadow-colored: 0 1px 2px 0 var(--aki-shadow-color);
4330
- }
4331
- .shadow-xl {
4332
- --aki-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
4333
- --aki-shadow-colored: 0 20px 25px -5px var(--aki-shadow-color),
4334
- 0 8px 10px -6px var(--aki-shadow-color);
4335
- box-shadow: var(--aki-ring-offset-shadow, 0 0 #0000),
4336
- var(--aki-ring-shadow, 0 0 #0000), var(--aki-shadow);
4337
- }
4338
- .shadow-black {
4339
- --aki-shadow-color: #000;
4340
- --aki-shadow: var(--aki-shadow-colored);
4341
- }
4342
- .shadow-current {
4343
- --aki-shadow-color: currentColor;
4344
- --aki-shadow: var(--aki-shadow-colored);
4345
- }
4346
- .shadow-inherit {
4347
- --aki-shadow-color: inherit;
4348
- --aki-shadow: var(--aki-shadow-colored);
4349
- }
4350
- .shadow-transparent {
4351
- --aki-shadow-color: #0000;
4352
- --aki-shadow: var(--aki-shadow-colored);
4353
- }
4354
- .shadow-white {
4355
- --aki-shadow-color: #fff;
4356
- --aki-shadow: var(--aki-shadow-colored);
4357
- }
4358
- .content-none {
4359
- --aki-content: none;
4360
- content: var(--aki-content);
4361
- }
4362
- .aspect-square {
4363
- aspect-ratio: 1 / 1;
4364
- }
4365
- .aspect-video {
4366
- aspect-ratio: 16 / 9;
4367
- }
4368
- .aspect-3\/2 {
4369
- aspect-ratio: 3 / 2;
4370
- }
4371
- .aspect-4\/3 {
4372
- aspect-ratio: 4 / 3;
4373
- }
4374
- .aspect-9\/16 {
4375
- aspect-ratio: 9 / 16;
4376
- }
4377
- .float-right {
4378
- float: right;
4379
- }
4380
- .float-left {
4381
- float: left;
4382
- }
4383
- .float-start {
4384
- float: inline-start;
4385
- }
4386
- .float-end {
4387
- float: inline-end;
4388
- }
4389
- .float-none {
4390
- float: none;
4391
- }
4392
- .clear-left {
4393
- clear: left;
4394
- }
4395
- .clear-right {
4396
- clear: right;
4397
- }
4398
- .clear-both {
4399
- clear: both;
4400
- }
4401
- .clear-start {
4402
- clear: inline-start;
4403
- }
4404
- .clear-end {
4405
- clear: inline-end;
4406
- }
4407
- .clear-none {
4408
- clear: none;
4409
- }
4410
- .object-contain {
4411
- object-fit: contain;
4412
- }
4413
- .object-cover {
4414
- object-fit: cover;
4415
- }
4416
- .object-fill {
4417
- object-fit: fill;
4418
- }
4419
- .object-none {
4420
- object-fit: none;
4421
- }
4422
- .object-scale-down {
4423
- object-fit: scale-down;
4424
- }
4425
- .object-bottom {
4426
- object-position: bottom;
4427
- }
4428
- .object-center {
4429
- object-position: center;
4430
- }
4431
- .object-left {
4432
- object-position: left;
4433
- }
4434
- .object-left-bottom {
4435
- object-position: left bottom;
4436
- }
4437
- .object-left-top {
4438
- object-position: left top;
4439
- }
4440
- .object-right {
4441
- object-position: right;
4442
- }
4443
- .object-right-bottom {
4444
- object-position: right bottom;
4445
- }
4446
- .object-right-top {
4447
- object-position: right top;
4448
- }
4449
- .object-top {
4450
- object-position: top;
4451
- }
4452
- .overflow-auto {
4453
- overflow: auto;
4454
- }
4455
- .overflow-hidden {
4456
- overflow: hidden;
4457
- }
4458
- .overflow-clip {
4459
- overflow: clip;
4460
- }
4461
- .overflow-visible {
4462
- overflow: visible;
4463
- }
4464
- .overflow-scroll {
4465
- overflow: scroll;
4466
- }
4467
- .overflow-x-auto {
4468
- overflow-x: auto;
4469
- }
4470
- .overflow-x-hidden {
4471
- overflow-x: hidden;
4472
- }
4473
- .overflow-x-clip {
4474
- overflow-x: clip;
4475
- }
4476
- .overflow-x-visible {
4477
- overflow-x: visible;
4478
- }
4479
- .overflow-x-scroll {
4480
- overflow-x: scroll;
4481
- }
4482
- .overflow-y-auto {
4483
- overflow-y: auto;
4484
- }
4485
- .overflow-y-hidden {
4486
- overflow-y: hidden;
4487
- }
4488
- .overflow-y-clip {
4489
- overflow-y: clip;
4490
- }
4491
- .overflow-y-visible {
4492
- overflow-y: visible;
4493
- }
4494
- .overflow-y-scroll {
4495
- overflow-y: scroll;
4496
- }
4497
- .overscroll-auto {
4498
- overscroll-behavior: auto;
4499
- }
4500
- .overscroll-contain {
4501
- overscroll-behavior: contain;
4502
- }
4503
- .overscroll-none {
4504
- overscroll-behavior: none;
4505
- }
4506
- .overscroll-x-auto {
4507
- overscroll-behavior-x: auto;
4508
- }
4509
- .overscroll-x-contain {
4510
- overscroll-behavior-x: contain;
4511
- }
4512
- .overscroll-x-none {
4513
- overscroll-behavior-x: none;
4514
- }
4515
- .overscroll-y-auto {
4516
- overscroll-behavior-y: auto;
4517
- }
4518
- .overscroll-y-contain {
4519
- overscroll-behavior-y: contain;
4520
- }
4521
- .overscroll-y-none {
4522
- overscroll-behavior-y: none;
4523
- }
4524
- .visible {
4525
- visibility: visible;
4526
- }
4527
- .invisible {
4528
- visibility: hidden;
4529
- }
4530
- .align-baseline {
4531
- vertical-align: baseline;
4532
- }
4533
- .align-top {
4534
- vertical-align: top;
4535
- }
4536
- .align-middle {
4537
- vertical-align: middle;
4538
- }
4539
- .align-bottom {
4540
- vertical-align: bottom;
4541
- }
4542
- .align-text-top {
4543
- vertical-align: text-top;
4544
- }
4545
- .align-text-bottom {
4546
- vertical-align: text-bottom;
4547
- }
4548
- .whitespace-normal {
4549
- white-space: normal;
4550
- }
4551
- .whitespace-nowrap {
4552
- white-space: nowrap;
4553
- }
4554
- .whitespace-pre {
4555
- white-space: pre;
4556
- }
4557
- .whitespace-pre-line {
4558
- white-space: pre-line;
4559
- }
4560
- .whitespace-pre-wrap {
4561
- white-space: pre-wrap;
4562
- }
4563
- .break-normal {
4564
- overflow-wrap: normal;
4565
- word-break: normal;
4566
- }
4567
- .break-words {
4568
- overflow-wrap: break-word;
4569
- }
4570
- .break-all {
4571
- word-break: break-all;
4572
- }
4573
- .break-keep {
4574
- word-break: keep-all;
4575
- }
4576
- .hyphens-none {
4577
- hyphens: none;
4578
- }
4579
- .hyphens-manual {
4580
- hyphens: manual;
4581
- }
4582
- .hyphens-auto {
4583
- hyphens: auto;
4584
- }
4585
- .break-after-auto {
4586
- break-after: auto;
4587
- }
4588
- .break-after-avoid {
4589
- break-after: avoid;
4590
- }
4591
- .break-after-all {
4592
- break-after: all;
4593
- }
4594
- .break-after-avoid-page {
4595
- break-after: avoid-page;
4596
- }
4597
- .break-after-page {
4598
- break-after: page;
4599
- }
4600
- .break-after-left {
4601
- break-after: left;
4602
- }
4603
- .break-after-right {
4604
- break-after: right;
4605
- }
4606
- .break-after-column {
4607
- break-after: column;
4608
- }
4609
- .break-before-auto {
4610
- break-before: auto;
4611
- }
4612
- .break-before-avoid {
4613
- break-before: avoid;
4614
- }
4615
- .break-before-all {
4616
- break-before: all;
4617
- }
4618
- .break-before-avoid-page {
4619
- break-before: avoid-page;
4620
- }
4621
- .break-before-page {
4622
- break-before: page;
4623
- }
4624
- .break-before-left {
4625
- break-before: left;
4626
- }
4627
- .break-before-right {
4628
- break-before: right;
4629
- }
4630
- .break-before-column {
4631
- break-before: column;
4632
- }
4633
- .break-inside-auto {
4634
- break-inside: auto;
4635
- }
4636
- .break-inside-avoid {
4637
- break-inside: avoid;
4638
- }
4639
- .break-inside-avoid-page {
4640
- break-inside: avoid-page;
4641
- }
4642
- .break-inside-avoid-column {
4643
- break-inside: avoid-column;
4644
- }
4645
- .box-decoration-clone {
4646
- box-decoration-break: clone;
4647
- -webkit-box-decoration-break: clone;
4648
- }
4649
- .box-decoration-slice {
4650
- box-decoration-break: slice;
4651
- -webkit-box-decoration-break: slice;
4652
- }
4653
- .isolate {
4654
- isolation: isolate;
4655
- }
4656
- .isolate-auto {
4657
- isolation: auto;
4658
- }
4659
- .bg-fixed {
4660
- background-attachment: fixed;
4661
- }
4662
- .bg-local {
4663
- background-attachment: local;
4664
- }
4665
- .bg-scroll {
4666
- background-attachment: scroll;
4667
- }
4668
- .bg-clip-border {
4669
- background-clip: border-box;
4670
- }
4671
- .bg-clip-padding {
4672
- background-clip: padding-box;
4673
- }
4674
- .bg-clip-content {
4675
- background-clip: content-box;
4676
- }
4677
- .bg-clip-text {
4678
- background-clip: text;
4679
- }
4680
- .bg-none {
4681
- background-image: none;
4682
- }
4683
- .bg-origin-border {
4684
- background-origin: border-box;
4685
- }
4686
- .bg-origin-padding {
4687
- background-origin: padding-box;
4688
- }
4689
- .bg-origin-content {
4690
- background-origin: content-box;
4691
- }
4692
- .bg-bottom {
4693
- background-position: bottom;
4694
- }
4695
- .bg-center {
4696
- background-position: center;
4697
- }
4698
- .bg-left {
4699
- background-position: left;
4700
- }
4701
- .bg-left-bottom {
4702
- background-position: left bottom;
4703
- }
4704
- .bg-left-top {
4705
- background-position: left top;
4706
- }
4707
- .bg-right {
4708
- background-position: right;
4709
- }
4710
- .bg-right-bottom {
4711
- background-position: right bottom;
4712
- }
4713
- .bg-right-top {
4714
- background-position: right top;
4715
- }
4716
- .bg-top {
4717
- background-position: top;
4718
- }
4719
- .bg-repeat {
4720
- background-repeat: repeat;
4721
- }
4722
- .bg-repeat-x {
4723
- background-repeat: repeat-x;
4724
- }
4725
- .bg-repeat-y {
4726
- background-repeat: repeat-y;
4727
- }
4728
- .bg-repeat-space {
4729
- background-repeat: space;
4730
- }
4731
- .bg-repeat-round {
4732
- background-repeat: round;
4733
- }
4734
- .bg-no-repeat {
4735
- background-repeat: no-repeat;
4736
- }
4737
- .bg-auto {
4738
- background-size: auto;
4739
- }
4740
- .bg-cover {
4741
- background-size: cover;
4742
- }
4743
- .bg-contain {
4744
- background-size: contain;
4745
- }
4746
- .accent-inherit {
4747
- accent-color: inherit;
4748
- }
4749
- .accent-current {
4750
- accent-color: currentColor;
4751
- }
4752
- .accent-transparent {
4753
- accent-color: transparent;
4754
- }
4755
- .appearance-none {
4756
- appearance: none;
4757
- }
4758
- .appearance-auto {
4759
- appearance: auto;
4760
- }
4761
- .caret-inherit {
4762
- caret-color: inherit;
4763
- }
4764
- .caret-current {
4765
- caret-color: currentColor;
4766
- }
4767
- .caret-transparent {
4768
- caret-color: transparent;
4769
- }
4770
- .field-sizing-fixed {
4771
- field-sizing: fixed;
4772
- }
4773
- .field-sizing-content {
4774
- field-sizing: content;
4775
- }
4776
- .pointer-events-auto {
4777
- pointer-events: auto;
4778
- }
4779
- .pointer-events-none {
4780
- pointer-events: none;
4781
- }
4782
- .resize-none {
4783
- resize: none;
4784
- }
4785
- .resize {
4786
- resize: both;
4787
- }
4788
- .resize-y {
4789
- resize: vertical;
4790
- }
4791
- .resize-x {
4792
- resize: horizontal;
4793
- }
4794
- .scroll-auto {
4795
- scroll-behavior: auto;
4796
- }
4797
- .scroll-smooth {
4798
- scroll-behavior: smooth;
4799
- }
4800
- .snap-start {
4801
- scroll-snap-align: start;
4802
- }
4803
- .snap-end {
4804
- scroll-snap-align: end;
4805
- }
4806
- .snap-center {
4807
- scroll-snap-align: center;
4808
- }
4809
- .snap-align-none {
4810
- scroll-snap-align: none;
4811
- }
4812
- .snap-normal {
4813
- scroll-snap-stop: normal;
4814
- }
4815
- .snap-always {
4816
- scroll-snap-stop: always;
4817
- }
4818
- .select-none {
4819
- user-select: none;
4820
- }
4821
- .select-text {
4822
- user-select: text;
4823
- }
4824
- .select-all {
4825
- user-select: all;
4826
- }
4827
- .select-auto {
4828
- user-select: auto;
4829
- }
4830
- .will-change-auto {
4831
- will-change: auto;
4832
- }
4833
- .will-change-scroll {
4834
- will-change: scroll-position;
4835
- }
4836
- .will-change-contents {
4837
- will-change: contents;
4838
- }
4839
- .will-change-transform {
4840
- will-change: transform;
4841
- }
4842
- .fill-none {
4843
- fill: none;
4844
- }
4845
- .fill-inherit {
4846
- fill: inherit;
4847
- }
4848
- .fill-current {
4849
- fill: currentColor;
4850
- }
4851
- .fill-transparent {
4852
- fill: transparent;
4853
- }
4854
- .stroke-none {
4855
- stroke: none;
4856
- }
4857
- .stroke-inherit {
4858
- stroke: inherit;
4859
- }
4860
- .stroke-current {
4861
- stroke: currentColor;
4862
- }
4863
- .stroke-transparent {
4864
- stroke: transparent;
4865
- }
4866
- .stroke-1 {
4867
- stroke-width: 1px;
4868
- }
4869
- .stroke-2 {
4870
- stroke-width: 2px;
4871
- }
4872
- .stroke-3 {
4873
- stroke-width: 3px;
4874
- }
4875
- .stroke-4 {
4876
- stroke-width: 4px;
4877
- }
4878
- .stroke-5 {
4879
- stroke-width: 5px;
4880
- }
4881
- .text-inherit {
4882
- color: inherit;
4883
- }
4884
- .text-current {
4885
- color: currentColor;
4886
- }
4887
- .text-transparent {
4888
- color: transparent;
4889
- }
4890
- .decoration-inherit {
4891
- text-decoration-color: inherit;
4892
- }
4893
- .decoration-current {
4894
- text-decoration-color: currentColor;
4895
- }
4896
- .decoration-transparent {
4897
- text-decoration-color: transparent;
4898
- }
4899
- .bg-inherit {
4900
- background-color: inherit;
4901
- }
4902
- .bg-current {
4903
- background-color: currentColor;
4904
- }
4905
- .bg-transparent {
4906
- background-color: transparent;
4907
- }
4908
- .border-inherit {
4909
- border-color: inherit;
4910
- }
4911
- .border-current {
4912
- border-color: currentColor;
4913
- }
4914
- .border-transparent {
4915
- border-color: transparent;
4916
- }
4917
- .outline-inherit {
4918
- outline-color: inherit;
4919
- }
4920
- .outline-current {
4921
- outline-color: currentColor;
4922
- }
4923
- .outline-transparent {
4924
- outline-color: transparent;
4925
- }