mrxy-yk 1.0.3 → 1.0.4

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.
@@ -0,0 +1,2161 @@
1
+ .fw-1 {
2
+ font-weight: 100 !important;
3
+ }
4
+
5
+ .fw-2 {
6
+ font-weight: 200 !important;
7
+ }
8
+
9
+ .fw-3 {
10
+ font-weight: 300 !important;
11
+ }
12
+
13
+ .fw-4 {
14
+ font-weight: 400 !important;
15
+ }
16
+
17
+ .fw-5 {
18
+ font-weight: 500 !important;
19
+ }
20
+
21
+ .fw-6 {
22
+ font-weight: 600 !important;
23
+ }
24
+
25
+ .fw-7 {
26
+ font-weight: 700 !important;
27
+ }
28
+
29
+ .fw-8 {
30
+ font-weight: 800 !important;
31
+ }
32
+
33
+ .fw-9 {
34
+ font-weight: 900 !important;
35
+ }
36
+
37
+ .fs-12 {
38
+ font-size: 12px !important;
39
+ }
40
+
41
+ .fs-14 {
42
+ font-size: 14px !important;
43
+ }
44
+
45
+ .fs-16 {
46
+ font-size: 16px !important;
47
+ }
48
+
49
+ .fs-18 {
50
+ font-size: 18px !important;
51
+ }
52
+
53
+ .fs-20 {
54
+ font-size: 20px !important;
55
+ }
56
+
57
+ .fs-22 {
58
+ font-size: 22px !important;
59
+ }
60
+
61
+ .fs-24 {
62
+ font-size: 24px !important;
63
+ }
64
+
65
+ .fs-26 {
66
+ font-size: 26px !important;
67
+ }
68
+
69
+ .fs-28 {
70
+ font-size: 28px !important;
71
+ }
72
+
73
+ .fs-30 {
74
+ font-size: 30px !important;
75
+ }
76
+
77
+ .fs-32 {
78
+ font-size: 32px !important;
79
+ }
80
+
81
+ .fs-34 {
82
+ font-size: 34px !important;
83
+ }
84
+
85
+ .fs-36 {
86
+ font-size: 36px !important;
87
+ }
88
+
89
+ .fs-38 {
90
+ font-size: 38px !important;
91
+ }
92
+
93
+ .fs-40 {
94
+ font-size: 40px !important;
95
+ }
96
+
97
+ .fs-42 {
98
+ font-size: 42px !important;
99
+ }
100
+
101
+ .fs-44 {
102
+ font-size: 44px !important;
103
+ }
104
+
105
+ .fs-46 {
106
+ font-size: 46px !important;
107
+ }
108
+
109
+ .fs-48 {
110
+ font-size: 48px !important;
111
+ }
112
+
113
+ .flex-1 {
114
+ flex: 1;
115
+ }
116
+
117
+ .flex-hidden-1 {
118
+ overflow: hidden;
119
+ flex: 1;
120
+ }
121
+
122
+ .flex-scroll-1 {
123
+ overflow: auto;
124
+ flex: 1;
125
+ }
126
+
127
+ .flex-2 {
128
+ flex: 2;
129
+ }
130
+
131
+ .flex-hidden-2 {
132
+ overflow: hidden;
133
+ flex: 2;
134
+ }
135
+
136
+ .flex-scroll-2 {
137
+ overflow: auto;
138
+ flex: 2;
139
+ }
140
+
141
+ .flex-3 {
142
+ flex: 3;
143
+ }
144
+
145
+ .flex-hidden-3 {
146
+ overflow: hidden;
147
+ flex: 3;
148
+ }
149
+
150
+ .flex-scroll-3 {
151
+ overflow: auto;
152
+ flex: 3;
153
+ }
154
+
155
+ .flex-4 {
156
+ flex: 4;
157
+ }
158
+
159
+ .flex-hidden-4 {
160
+ overflow: hidden;
161
+ flex: 4;
162
+ }
163
+
164
+ .flex-scroll-4 {
165
+ overflow: auto;
166
+ flex: 4;
167
+ }
168
+
169
+ .w-0, .wh-0 {
170
+ width: 0% !important;
171
+ }
172
+
173
+ .h-0, .wh-0 {
174
+ height: 0% !important;
175
+ }
176
+
177
+ .w-10 {
178
+ width: 10% !important;
179
+ }
180
+
181
+ .h-10 {
182
+ height: 10% !important;
183
+ }
184
+
185
+ .w-20 {
186
+ width: 20% !important;
187
+ }
188
+
189
+ .h-20 {
190
+ height: 20% !important;
191
+ }
192
+
193
+ .w-30 {
194
+ width: 30% !important;
195
+ }
196
+
197
+ .h-30 {
198
+ height: 30% !important;
199
+ }
200
+
201
+ .w-40 {
202
+ width: 40% !important;
203
+ }
204
+
205
+ .h-40 {
206
+ height: 40% !important;
207
+ }
208
+
209
+ .w-50 {
210
+ width: 50% !important;
211
+ }
212
+
213
+ .h-50 {
214
+ height: 50% !important;
215
+ }
216
+
217
+ .w-60 {
218
+ width: 60% !important;
219
+ }
220
+
221
+ .h-60 {
222
+ height: 60% !important;
223
+ }
224
+
225
+ .w-70 {
226
+ width: 70% !important;
227
+ }
228
+
229
+ .h-70 {
230
+ height: 70% !important;
231
+ }
232
+
233
+ .w-80 {
234
+ width: 80% !important;
235
+ }
236
+
237
+ .h-80 {
238
+ height: 80% !important;
239
+ }
240
+
241
+ .w-90 {
242
+ width: 90% !important;
243
+ }
244
+
245
+ .h-90 {
246
+ height: 90% !important;
247
+ }
248
+
249
+ .w-100, .wh-100 {
250
+ width: 100% !important;
251
+ }
252
+
253
+ .h-100, .wh-100 {
254
+ height: 100% !important;
255
+ }
256
+
257
+ .bor-radius-2 {
258
+ border-radius: 2px !important;
259
+ }
260
+
261
+ .bor-radius-4 {
262
+ border-radius: 4px !important;
263
+ }
264
+
265
+ .bor-radius-6 {
266
+ border-radius: 6px !important;
267
+ }
268
+
269
+ .bor-radius-8 {
270
+ border-radius: 8px !important;
271
+ }
272
+
273
+ .bor-radius-10 {
274
+ border-radius: 10px !important;
275
+ }
276
+
277
+ .bor-radius-12 {
278
+ border-radius: 12px !important;
279
+ }
280
+
281
+ .m-0 {
282
+ margin: 0px !important;
283
+ }
284
+
285
+ .p-0 {
286
+ padding: 0px !important;
287
+ }
288
+
289
+ .mt-0, .my-0 {
290
+ margin-top: 0px !important;
291
+ }
292
+
293
+ .pt-0, .py-0 {
294
+ padding-top: 0px !important;
295
+ }
296
+
297
+ .mr-0, .mx-0 {
298
+ margin-right: 0px !important;
299
+ }
300
+
301
+ .pr-0, .px-0 {
302
+ padding-right: 0px !important;
303
+ }
304
+
305
+ .mb-0, .my-0 {
306
+ margin-bottom: 0px !important;
307
+ }
308
+
309
+ .pb-0, .py-0 {
310
+ padding-bottom: 0px !important;
311
+ }
312
+
313
+ .ml-0, .mx-0 {
314
+ margin-left: 0px !important;
315
+ }
316
+
317
+ .pl-0, .px-0 {
318
+ padding-left: 0px !important;
319
+ }
320
+
321
+ .m-2 {
322
+ margin: 2px !important;
323
+ }
324
+
325
+ .p-2 {
326
+ padding: 2px !important;
327
+ }
328
+
329
+ .mt-2, .my-2 {
330
+ margin-top: 2px !important;
331
+ }
332
+
333
+ .pt-2, .py-2 {
334
+ padding-top: 2px !important;
335
+ }
336
+
337
+ .mr-2, .mx-2 {
338
+ margin-right: 2px !important;
339
+ }
340
+
341
+ .pr-2, .px-2 {
342
+ padding-right: 2px !important;
343
+ }
344
+
345
+ .mb-2, .my-2 {
346
+ margin-bottom: 2px !important;
347
+ }
348
+
349
+ .pb-2, .py-2 {
350
+ padding-bottom: 2px !important;
351
+ }
352
+
353
+ .ml-2, .mx-2 {
354
+ margin-left: 2px !important;
355
+ }
356
+
357
+ .pl-2, .px-2 {
358
+ padding-left: 2px !important;
359
+ }
360
+
361
+ .m-4 {
362
+ margin: 4px !important;
363
+ }
364
+
365
+ .p-4 {
366
+ padding: 4px !important;
367
+ }
368
+
369
+ .mt-4, .my-4 {
370
+ margin-top: 4px !important;
371
+ }
372
+
373
+ .pt-4, .py-4 {
374
+ padding-top: 4px !important;
375
+ }
376
+
377
+ .mr-4, .mx-4 {
378
+ margin-right: 4px !important;
379
+ }
380
+
381
+ .pr-4, .px-4 {
382
+ padding-right: 4px !important;
383
+ }
384
+
385
+ .mb-4, .my-4 {
386
+ margin-bottom: 4px !important;
387
+ }
388
+
389
+ .pb-4, .py-4 {
390
+ padding-bottom: 4px !important;
391
+ }
392
+
393
+ .ml-4, .mx-4 {
394
+ margin-left: 4px !important;
395
+ }
396
+
397
+ .pl-4, .px-4 {
398
+ padding-left: 4px !important;
399
+ }
400
+
401
+ .m-6 {
402
+ margin: 6px !important;
403
+ }
404
+
405
+ .p-6 {
406
+ padding: 6px !important;
407
+ }
408
+
409
+ .mt-6, .my-6 {
410
+ margin-top: 6px !important;
411
+ }
412
+
413
+ .pt-6, .py-6 {
414
+ padding-top: 6px !important;
415
+ }
416
+
417
+ .mr-6, .mx-6 {
418
+ margin-right: 6px !important;
419
+ }
420
+
421
+ .pr-6, .px-6 {
422
+ padding-right: 6px !important;
423
+ }
424
+
425
+ .mb-6, .my-6 {
426
+ margin-bottom: 6px !important;
427
+ }
428
+
429
+ .pb-6, .py-6 {
430
+ padding-bottom: 6px !important;
431
+ }
432
+
433
+ .ml-6, .mx-6 {
434
+ margin-left: 6px !important;
435
+ }
436
+
437
+ .pl-6, .px-6 {
438
+ padding-left: 6px !important;
439
+ }
440
+
441
+ .m-8 {
442
+ margin: 8px !important;
443
+ }
444
+
445
+ .p-8 {
446
+ padding: 8px !important;
447
+ }
448
+
449
+ .mt-8, .my-8 {
450
+ margin-top: 8px !important;
451
+ }
452
+
453
+ .pt-8, .py-8 {
454
+ padding-top: 8px !important;
455
+ }
456
+
457
+ .mr-8, .mx-8 {
458
+ margin-right: 8px !important;
459
+ }
460
+
461
+ .pr-8, .px-8 {
462
+ padding-right: 8px !important;
463
+ }
464
+
465
+ .mb-8, .my-8 {
466
+ margin-bottom: 8px !important;
467
+ }
468
+
469
+ .pb-8, .py-8 {
470
+ padding-bottom: 8px !important;
471
+ }
472
+
473
+ .ml-8, .mx-8 {
474
+ margin-left: 8px !important;
475
+ }
476
+
477
+ .pl-8, .px-8 {
478
+ padding-left: 8px !important;
479
+ }
480
+
481
+ .m-10 {
482
+ margin: 10px !important;
483
+ }
484
+
485
+ .p-10 {
486
+ padding: 10px !important;
487
+ }
488
+
489
+ .mt-10, .my-10 {
490
+ margin-top: 10px !important;
491
+ }
492
+
493
+ .pt-10, .py-10 {
494
+ padding-top: 10px !important;
495
+ }
496
+
497
+ .mr-10, .mx-10 {
498
+ margin-right: 10px !important;
499
+ }
500
+
501
+ .pr-10, .px-10 {
502
+ padding-right: 10px !important;
503
+ }
504
+
505
+ .mb-10, .my-10 {
506
+ margin-bottom: 10px !important;
507
+ }
508
+
509
+ .pb-10, .py-10 {
510
+ padding-bottom: 10px !important;
511
+ }
512
+
513
+ .ml-10, .mx-10 {
514
+ margin-left: 10px !important;
515
+ }
516
+
517
+ .pl-10, .px-10 {
518
+ padding-left: 10px !important;
519
+ }
520
+
521
+ .m-12 {
522
+ margin: 12px !important;
523
+ }
524
+
525
+ .p-12 {
526
+ padding: 12px !important;
527
+ }
528
+
529
+ .mt-12, .my-12 {
530
+ margin-top: 12px !important;
531
+ }
532
+
533
+ .pt-12, .py-12 {
534
+ padding-top: 12px !important;
535
+ }
536
+
537
+ .mr-12, .mx-12 {
538
+ margin-right: 12px !important;
539
+ }
540
+
541
+ .pr-12, .px-12 {
542
+ padding-right: 12px !important;
543
+ }
544
+
545
+ .mb-12, .my-12 {
546
+ margin-bottom: 12px !important;
547
+ }
548
+
549
+ .pb-12, .py-12 {
550
+ padding-bottom: 12px !important;
551
+ }
552
+
553
+ .ml-12, .mx-12 {
554
+ margin-left: 12px !important;
555
+ }
556
+
557
+ .pl-12, .px-12 {
558
+ padding-left: 12px !important;
559
+ }
560
+
561
+ .m-14 {
562
+ margin: 14px !important;
563
+ }
564
+
565
+ .p-14 {
566
+ padding: 14px !important;
567
+ }
568
+
569
+ .mt-14, .my-14 {
570
+ margin-top: 14px !important;
571
+ }
572
+
573
+ .pt-14, .py-14 {
574
+ padding-top: 14px !important;
575
+ }
576
+
577
+ .mr-14, .mx-14 {
578
+ margin-right: 14px !important;
579
+ }
580
+
581
+ .pr-14, .px-14 {
582
+ padding-right: 14px !important;
583
+ }
584
+
585
+ .mb-14, .my-14 {
586
+ margin-bottom: 14px !important;
587
+ }
588
+
589
+ .pb-14, .py-14 {
590
+ padding-bottom: 14px !important;
591
+ }
592
+
593
+ .ml-14, .mx-14 {
594
+ margin-left: 14px !important;
595
+ }
596
+
597
+ .pl-14, .px-14 {
598
+ padding-left: 14px !important;
599
+ }
600
+
601
+ .m-16 {
602
+ margin: 16px !important;
603
+ }
604
+
605
+ .p-16 {
606
+ padding: 16px !important;
607
+ }
608
+
609
+ .mt-16, .my-16 {
610
+ margin-top: 16px !important;
611
+ }
612
+
613
+ .pt-16, .py-16 {
614
+ padding-top: 16px !important;
615
+ }
616
+
617
+ .mr-16, .mx-16 {
618
+ margin-right: 16px !important;
619
+ }
620
+
621
+ .pr-16, .px-16 {
622
+ padding-right: 16px !important;
623
+ }
624
+
625
+ .mb-16, .my-16 {
626
+ margin-bottom: 16px !important;
627
+ }
628
+
629
+ .pb-16, .py-16 {
630
+ padding-bottom: 16px !important;
631
+ }
632
+
633
+ .ml-16, .mx-16 {
634
+ margin-left: 16px !important;
635
+ }
636
+
637
+ .pl-16, .px-16 {
638
+ padding-left: 16px !important;
639
+ }
640
+
641
+ .m-18 {
642
+ margin: 18px !important;
643
+ }
644
+
645
+ .p-18 {
646
+ padding: 18px !important;
647
+ }
648
+
649
+ .mt-18, .my-18 {
650
+ margin-top: 18px !important;
651
+ }
652
+
653
+ .pt-18, .py-18 {
654
+ padding-top: 18px !important;
655
+ }
656
+
657
+ .mr-18, .mx-18 {
658
+ margin-right: 18px !important;
659
+ }
660
+
661
+ .pr-18, .px-18 {
662
+ padding-right: 18px !important;
663
+ }
664
+
665
+ .mb-18, .my-18 {
666
+ margin-bottom: 18px !important;
667
+ }
668
+
669
+ .pb-18, .py-18 {
670
+ padding-bottom: 18px !important;
671
+ }
672
+
673
+ .ml-18, .mx-18 {
674
+ margin-left: 18px !important;
675
+ }
676
+
677
+ .pl-18, .px-18 {
678
+ padding-left: 18px !important;
679
+ }
680
+
681
+ .m-20 {
682
+ margin: 20px !important;
683
+ }
684
+
685
+ .p-20 {
686
+ padding: 20px !important;
687
+ }
688
+
689
+ .mt-20, .my-20 {
690
+ margin-top: 20px !important;
691
+ }
692
+
693
+ .pt-20, .py-20 {
694
+ padding-top: 20px !important;
695
+ }
696
+
697
+ .mr-20, .mx-20 {
698
+ margin-right: 20px !important;
699
+ }
700
+
701
+ .pr-20, .px-20 {
702
+ padding-right: 20px !important;
703
+ }
704
+
705
+ .mb-20, .my-20 {
706
+ margin-bottom: 20px !important;
707
+ }
708
+
709
+ .pb-20, .py-20 {
710
+ padding-bottom: 20px !important;
711
+ }
712
+
713
+ .ml-20, .mx-20 {
714
+ margin-left: 20px !important;
715
+ }
716
+
717
+ .pl-20, .px-20 {
718
+ padding-left: 20px !important;
719
+ }
720
+
721
+ .m-22 {
722
+ margin: 22px !important;
723
+ }
724
+
725
+ .p-22 {
726
+ padding: 22px !important;
727
+ }
728
+
729
+ .mt-22, .my-22 {
730
+ margin-top: 22px !important;
731
+ }
732
+
733
+ .pt-22, .py-22 {
734
+ padding-top: 22px !important;
735
+ }
736
+
737
+ .mr-22, .mx-22 {
738
+ margin-right: 22px !important;
739
+ }
740
+
741
+ .pr-22, .px-22 {
742
+ padding-right: 22px !important;
743
+ }
744
+
745
+ .mb-22, .my-22 {
746
+ margin-bottom: 22px !important;
747
+ }
748
+
749
+ .pb-22, .py-22 {
750
+ padding-bottom: 22px !important;
751
+ }
752
+
753
+ .ml-22, .mx-22 {
754
+ margin-left: 22px !important;
755
+ }
756
+
757
+ .pl-22, .px-22 {
758
+ padding-left: 22px !important;
759
+ }
760
+
761
+ .m-24 {
762
+ margin: 24px !important;
763
+ }
764
+
765
+ .p-24 {
766
+ padding: 24px !important;
767
+ }
768
+
769
+ .mt-24, .my-24 {
770
+ margin-top: 24px !important;
771
+ }
772
+
773
+ .pt-24, .py-24 {
774
+ padding-top: 24px !important;
775
+ }
776
+
777
+ .mr-24, .mx-24 {
778
+ margin-right: 24px !important;
779
+ }
780
+
781
+ .pr-24, .px-24 {
782
+ padding-right: 24px !important;
783
+ }
784
+
785
+ .mb-24, .my-24 {
786
+ margin-bottom: 24px !important;
787
+ }
788
+
789
+ .pb-24, .py-24 {
790
+ padding-bottom: 24px !important;
791
+ }
792
+
793
+ .ml-24, .mx-24 {
794
+ margin-left: 24px !important;
795
+ }
796
+
797
+ .pl-24, .px-24 {
798
+ padding-left: 24px !important;
799
+ }
800
+
801
+ .m-26 {
802
+ margin: 26px !important;
803
+ }
804
+
805
+ .p-26 {
806
+ padding: 26px !important;
807
+ }
808
+
809
+ .mt-26, .my-26 {
810
+ margin-top: 26px !important;
811
+ }
812
+
813
+ .pt-26, .py-26 {
814
+ padding-top: 26px !important;
815
+ }
816
+
817
+ .mr-26, .mx-26 {
818
+ margin-right: 26px !important;
819
+ }
820
+
821
+ .pr-26, .px-26 {
822
+ padding-right: 26px !important;
823
+ }
824
+
825
+ .mb-26, .my-26 {
826
+ margin-bottom: 26px !important;
827
+ }
828
+
829
+ .pb-26, .py-26 {
830
+ padding-bottom: 26px !important;
831
+ }
832
+
833
+ .ml-26, .mx-26 {
834
+ margin-left: 26px !important;
835
+ }
836
+
837
+ .pl-26, .px-26 {
838
+ padding-left: 26px !important;
839
+ }
840
+
841
+ .m-28 {
842
+ margin: 28px !important;
843
+ }
844
+
845
+ .p-28 {
846
+ padding: 28px !important;
847
+ }
848
+
849
+ .mt-28, .my-28 {
850
+ margin-top: 28px !important;
851
+ }
852
+
853
+ .pt-28, .py-28 {
854
+ padding-top: 28px !important;
855
+ }
856
+
857
+ .mr-28, .mx-28 {
858
+ margin-right: 28px !important;
859
+ }
860
+
861
+ .pr-28, .px-28 {
862
+ padding-right: 28px !important;
863
+ }
864
+
865
+ .mb-28, .my-28 {
866
+ margin-bottom: 28px !important;
867
+ }
868
+
869
+ .pb-28, .py-28 {
870
+ padding-bottom: 28px !important;
871
+ }
872
+
873
+ .ml-28, .mx-28 {
874
+ margin-left: 28px !important;
875
+ }
876
+
877
+ .pl-28, .px-28 {
878
+ padding-left: 28px !important;
879
+ }
880
+
881
+ .m-30 {
882
+ margin: 30px !important;
883
+ }
884
+
885
+ .p-30 {
886
+ padding: 30px !important;
887
+ }
888
+
889
+ .mt-30, .my-30 {
890
+ margin-top: 30px !important;
891
+ }
892
+
893
+ .pt-30, .py-30 {
894
+ padding-top: 30px !important;
895
+ }
896
+
897
+ .mr-30, .mx-30 {
898
+ margin-right: 30px !important;
899
+ }
900
+
901
+ .pr-30, .px-30 {
902
+ padding-right: 30px !important;
903
+ }
904
+
905
+ .mb-30, .my-30 {
906
+ margin-bottom: 30px !important;
907
+ }
908
+
909
+ .pb-30, .py-30 {
910
+ padding-bottom: 30px !important;
911
+ }
912
+
913
+ .ml-30, .mx-30 {
914
+ margin-left: 30px !important;
915
+ }
916
+
917
+ .pl-30, .px-30 {
918
+ padding-left: 30px !important;
919
+ }
920
+
921
+ .m-32 {
922
+ margin: 32px !important;
923
+ }
924
+
925
+ .p-32 {
926
+ padding: 32px !important;
927
+ }
928
+
929
+ .mt-32, .my-32 {
930
+ margin-top: 32px !important;
931
+ }
932
+
933
+ .pt-32, .py-32 {
934
+ padding-top: 32px !important;
935
+ }
936
+
937
+ .mr-32, .mx-32 {
938
+ margin-right: 32px !important;
939
+ }
940
+
941
+ .pr-32, .px-32 {
942
+ padding-right: 32px !important;
943
+ }
944
+
945
+ .mb-32, .my-32 {
946
+ margin-bottom: 32px !important;
947
+ }
948
+
949
+ .pb-32, .py-32 {
950
+ padding-bottom: 32px !important;
951
+ }
952
+
953
+ .ml-32, .mx-32 {
954
+ margin-left: 32px !important;
955
+ }
956
+
957
+ .pl-32, .px-32 {
958
+ padding-left: 32px !important;
959
+ }
960
+
961
+ .m-34 {
962
+ margin: 34px !important;
963
+ }
964
+
965
+ .p-34 {
966
+ padding: 34px !important;
967
+ }
968
+
969
+ .mt-34, .my-34 {
970
+ margin-top: 34px !important;
971
+ }
972
+
973
+ .pt-34, .py-34 {
974
+ padding-top: 34px !important;
975
+ }
976
+
977
+ .mr-34, .mx-34 {
978
+ margin-right: 34px !important;
979
+ }
980
+
981
+ .pr-34, .px-34 {
982
+ padding-right: 34px !important;
983
+ }
984
+
985
+ .mb-34, .my-34 {
986
+ margin-bottom: 34px !important;
987
+ }
988
+
989
+ .pb-34, .py-34 {
990
+ padding-bottom: 34px !important;
991
+ }
992
+
993
+ .ml-34, .mx-34 {
994
+ margin-left: 34px !important;
995
+ }
996
+
997
+ .pl-34, .px-34 {
998
+ padding-left: 34px !important;
999
+ }
1000
+
1001
+ .m-36 {
1002
+ margin: 36px !important;
1003
+ }
1004
+
1005
+ .p-36 {
1006
+ padding: 36px !important;
1007
+ }
1008
+
1009
+ .mt-36, .my-36 {
1010
+ margin-top: 36px !important;
1011
+ }
1012
+
1013
+ .pt-36, .py-36 {
1014
+ padding-top: 36px !important;
1015
+ }
1016
+
1017
+ .mr-36, .mx-36 {
1018
+ margin-right: 36px !important;
1019
+ }
1020
+
1021
+ .pr-36, .px-36 {
1022
+ padding-right: 36px !important;
1023
+ }
1024
+
1025
+ .mb-36, .my-36 {
1026
+ margin-bottom: 36px !important;
1027
+ }
1028
+
1029
+ .pb-36, .py-36 {
1030
+ padding-bottom: 36px !important;
1031
+ }
1032
+
1033
+ .ml-36, .mx-36 {
1034
+ margin-left: 36px !important;
1035
+ }
1036
+
1037
+ .pl-36, .px-36 {
1038
+ padding-left: 36px !important;
1039
+ }
1040
+
1041
+ .m-38 {
1042
+ margin: 38px !important;
1043
+ }
1044
+
1045
+ .p-38 {
1046
+ padding: 38px !important;
1047
+ }
1048
+
1049
+ .mt-38, .my-38 {
1050
+ margin-top: 38px !important;
1051
+ }
1052
+
1053
+ .pt-38, .py-38 {
1054
+ padding-top: 38px !important;
1055
+ }
1056
+
1057
+ .mr-38, .mx-38 {
1058
+ margin-right: 38px !important;
1059
+ }
1060
+
1061
+ .pr-38, .px-38 {
1062
+ padding-right: 38px !important;
1063
+ }
1064
+
1065
+ .mb-38, .my-38 {
1066
+ margin-bottom: 38px !important;
1067
+ }
1068
+
1069
+ .pb-38, .py-38 {
1070
+ padding-bottom: 38px !important;
1071
+ }
1072
+
1073
+ .ml-38, .mx-38 {
1074
+ margin-left: 38px !important;
1075
+ }
1076
+
1077
+ .pl-38, .px-38 {
1078
+ padding-left: 38px !important;
1079
+ }
1080
+
1081
+ .m-40 {
1082
+ margin: 40px !important;
1083
+ }
1084
+
1085
+ .p-40 {
1086
+ padding: 40px !important;
1087
+ }
1088
+
1089
+ .mt-40, .my-40 {
1090
+ margin-top: 40px !important;
1091
+ }
1092
+
1093
+ .pt-40, .py-40 {
1094
+ padding-top: 40px !important;
1095
+ }
1096
+
1097
+ .mr-40, .mx-40 {
1098
+ margin-right: 40px !important;
1099
+ }
1100
+
1101
+ .pr-40, .px-40 {
1102
+ padding-right: 40px !important;
1103
+ }
1104
+
1105
+ .mb-40, .my-40 {
1106
+ margin-bottom: 40px !important;
1107
+ }
1108
+
1109
+ .pb-40, .py-40 {
1110
+ padding-bottom: 40px !important;
1111
+ }
1112
+
1113
+ .ml-40, .mx-40 {
1114
+ margin-left: 40px !important;
1115
+ }
1116
+
1117
+ .pl-40, .px-40 {
1118
+ padding-left: 40px !important;
1119
+ }
1120
+
1121
+ .m-42 {
1122
+ margin: 42px !important;
1123
+ }
1124
+
1125
+ .p-42 {
1126
+ padding: 42px !important;
1127
+ }
1128
+
1129
+ .mt-42, .my-42 {
1130
+ margin-top: 42px !important;
1131
+ }
1132
+
1133
+ .pt-42, .py-42 {
1134
+ padding-top: 42px !important;
1135
+ }
1136
+
1137
+ .mr-42, .mx-42 {
1138
+ margin-right: 42px !important;
1139
+ }
1140
+
1141
+ .pr-42, .px-42 {
1142
+ padding-right: 42px !important;
1143
+ }
1144
+
1145
+ .mb-42, .my-42 {
1146
+ margin-bottom: 42px !important;
1147
+ }
1148
+
1149
+ .pb-42, .py-42 {
1150
+ padding-bottom: 42px !important;
1151
+ }
1152
+
1153
+ .ml-42, .mx-42 {
1154
+ margin-left: 42px !important;
1155
+ }
1156
+
1157
+ .pl-42, .px-42 {
1158
+ padding-left: 42px !important;
1159
+ }
1160
+
1161
+ .m-44 {
1162
+ margin: 44px !important;
1163
+ }
1164
+
1165
+ .p-44 {
1166
+ padding: 44px !important;
1167
+ }
1168
+
1169
+ .mt-44, .my-44 {
1170
+ margin-top: 44px !important;
1171
+ }
1172
+
1173
+ .pt-44, .py-44 {
1174
+ padding-top: 44px !important;
1175
+ }
1176
+
1177
+ .mr-44, .mx-44 {
1178
+ margin-right: 44px !important;
1179
+ }
1180
+
1181
+ .pr-44, .px-44 {
1182
+ padding-right: 44px !important;
1183
+ }
1184
+
1185
+ .mb-44, .my-44 {
1186
+ margin-bottom: 44px !important;
1187
+ }
1188
+
1189
+ .pb-44, .py-44 {
1190
+ padding-bottom: 44px !important;
1191
+ }
1192
+
1193
+ .ml-44, .mx-44 {
1194
+ margin-left: 44px !important;
1195
+ }
1196
+
1197
+ .pl-44, .px-44 {
1198
+ padding-left: 44px !important;
1199
+ }
1200
+
1201
+ .m-46 {
1202
+ margin: 46px !important;
1203
+ }
1204
+
1205
+ .p-46 {
1206
+ padding: 46px !important;
1207
+ }
1208
+
1209
+ .mt-46, .my-46 {
1210
+ margin-top: 46px !important;
1211
+ }
1212
+
1213
+ .pt-46, .py-46 {
1214
+ padding-top: 46px !important;
1215
+ }
1216
+
1217
+ .mr-46, .mx-46 {
1218
+ margin-right: 46px !important;
1219
+ }
1220
+
1221
+ .pr-46, .px-46 {
1222
+ padding-right: 46px !important;
1223
+ }
1224
+
1225
+ .mb-46, .my-46 {
1226
+ margin-bottom: 46px !important;
1227
+ }
1228
+
1229
+ .pb-46, .py-46 {
1230
+ padding-bottom: 46px !important;
1231
+ }
1232
+
1233
+ .ml-46, .mx-46 {
1234
+ margin-left: 46px !important;
1235
+ }
1236
+
1237
+ .pl-46, .px-46 {
1238
+ padding-left: 46px !important;
1239
+ }
1240
+
1241
+ .m-48 {
1242
+ margin: 48px !important;
1243
+ }
1244
+
1245
+ .p-48 {
1246
+ padding: 48px !important;
1247
+ }
1248
+
1249
+ .mt-48, .my-48 {
1250
+ margin-top: 48px !important;
1251
+ }
1252
+
1253
+ .pt-48, .py-48 {
1254
+ padding-top: 48px !important;
1255
+ }
1256
+
1257
+ .mr-48, .mx-48 {
1258
+ margin-right: 48px !important;
1259
+ }
1260
+
1261
+ .pr-48, .px-48 {
1262
+ padding-right: 48px !important;
1263
+ }
1264
+
1265
+ .mb-48, .my-48 {
1266
+ margin-bottom: 48px !important;
1267
+ }
1268
+
1269
+ .pb-48, .py-48 {
1270
+ padding-bottom: 48px !important;
1271
+ }
1272
+
1273
+ .ml-48, .mx-48 {
1274
+ margin-left: 48px !important;
1275
+ }
1276
+
1277
+ .pl-48, .px-48 {
1278
+ padding-left: 48px !important;
1279
+ }
1280
+
1281
+ .m-auto {
1282
+ margin: auto !important;
1283
+ }
1284
+
1285
+ .mt-auto, .my-auto {
1286
+ margin-top: auto !important;
1287
+ }
1288
+
1289
+ .mr-auto, .mx-auto {
1290
+ margin-right: auto !important;
1291
+ }
1292
+
1293
+ .mb-auto, .my-auto {
1294
+ margin-bottom: auto !important;
1295
+ }
1296
+
1297
+ .ml-auto, .mx-auto {
1298
+ margin-left: auto !important;
1299
+ }
1300
+
1301
+ .grid-columns-2 {
1302
+ grid-template-columns: repeat(2, 1fr) !important;
1303
+ }
1304
+
1305
+ .grid-col-span-2 {
1306
+ grid-column: span 2 !important;
1307
+ }
1308
+
1309
+ .grid-row-span-2 {
1310
+ grid-row: span 2 !important;
1311
+ }
1312
+
1313
+ .grid-columns-3 {
1314
+ grid-template-columns: repeat(3, 1fr) !important;
1315
+ }
1316
+
1317
+ .grid-col-span-3 {
1318
+ grid-column: span 3 !important;
1319
+ }
1320
+
1321
+ .grid-row-span-3 {
1322
+ grid-row: span 3 !important;
1323
+ }
1324
+
1325
+ .grid-columns-4 {
1326
+ grid-template-columns: repeat(4, 1fr) !important;
1327
+ }
1328
+
1329
+ .grid-col-span-4 {
1330
+ grid-column: span 4 !important;
1331
+ }
1332
+
1333
+ .grid-row-span-4 {
1334
+ grid-row: span 4 !important;
1335
+ }
1336
+
1337
+ .grid-columns-5 {
1338
+ grid-template-columns: repeat(5, 1fr) !important;
1339
+ }
1340
+
1341
+ .grid-col-span-5 {
1342
+ grid-column: span 5 !important;
1343
+ }
1344
+
1345
+ .grid-row-span-5 {
1346
+ grid-row: span 5 !important;
1347
+ }
1348
+
1349
+ .grid-columns-6 {
1350
+ grid-template-columns: repeat(6, 1fr) !important;
1351
+ }
1352
+
1353
+ .grid-col-span-6 {
1354
+ grid-column: span 6 !important;
1355
+ }
1356
+
1357
+ .grid-row-span-6 {
1358
+ grid-row: span 6 !important;
1359
+ }
1360
+
1361
+ .grid-columns-7 {
1362
+ grid-template-columns: repeat(7, 1fr) !important;
1363
+ }
1364
+
1365
+ .grid-col-span-7 {
1366
+ grid-column: span 7 !important;
1367
+ }
1368
+
1369
+ .grid-row-span-7 {
1370
+ grid-row: span 7 !important;
1371
+ }
1372
+
1373
+ .grid-columns-8 {
1374
+ grid-template-columns: repeat(8, 1fr) !important;
1375
+ }
1376
+
1377
+ .grid-col-span-8 {
1378
+ grid-column: span 8 !important;
1379
+ }
1380
+
1381
+ .grid-row-span-8 {
1382
+ grid-row: span 8 !important;
1383
+ }
1384
+
1385
+ .grid-columns-auto {
1386
+ --min-col-width: 100px;
1387
+ grid-template-columns: repeat(auto-fit, minmax(var(--min-col-width), 1fr));
1388
+ }
1389
+
1390
+ .gap-2 {
1391
+ grid-gap: 2px !important;
1392
+ }
1393
+
1394
+ .gap-row-2 {
1395
+ grid-row-gap: 2px !important;
1396
+ }
1397
+
1398
+ .gap-col-2 {
1399
+ grid-column-gap: 2px !important;
1400
+ }
1401
+
1402
+ .gap-4 {
1403
+ grid-gap: 4px !important;
1404
+ }
1405
+
1406
+ .gap-row-4 {
1407
+ grid-row-gap: 4px !important;
1408
+ }
1409
+
1410
+ .gap-col-4 {
1411
+ grid-column-gap: 4px !important;
1412
+ }
1413
+
1414
+ .gap-6 {
1415
+ grid-gap: 6px !important;
1416
+ }
1417
+
1418
+ .gap-row-6 {
1419
+ grid-row-gap: 6px !important;
1420
+ }
1421
+
1422
+ .gap-col-6 {
1423
+ grid-column-gap: 6px !important;
1424
+ }
1425
+
1426
+ .gap-8 {
1427
+ grid-gap: 8px !important;
1428
+ }
1429
+
1430
+ .gap-row-8 {
1431
+ grid-row-gap: 8px !important;
1432
+ }
1433
+
1434
+ .gap-col-8 {
1435
+ grid-column-gap: 8px !important;
1436
+ }
1437
+
1438
+ .gap-10 {
1439
+ grid-gap: 10px !important;
1440
+ }
1441
+
1442
+ .gap-row-10 {
1443
+ grid-row-gap: 10px !important;
1444
+ }
1445
+
1446
+ .gap-col-10 {
1447
+ grid-column-gap: 10px !important;
1448
+ }
1449
+
1450
+ .gap-12 {
1451
+ grid-gap: 12px !important;
1452
+ }
1453
+
1454
+ .gap-row-12 {
1455
+ grid-row-gap: 12px !important;
1456
+ }
1457
+
1458
+ .gap-col-12 {
1459
+ grid-column-gap: 12px !important;
1460
+ }
1461
+
1462
+ .gap-14 {
1463
+ grid-gap: 14px !important;
1464
+ }
1465
+
1466
+ .gap-row-14 {
1467
+ grid-row-gap: 14px !important;
1468
+ }
1469
+
1470
+ .gap-col-14 {
1471
+ grid-column-gap: 14px !important;
1472
+ }
1473
+
1474
+ .gap-16 {
1475
+ grid-gap: 16px !important;
1476
+ }
1477
+
1478
+ .gap-row-16 {
1479
+ grid-row-gap: 16px !important;
1480
+ }
1481
+
1482
+ .gap-col-16 {
1483
+ grid-column-gap: 16px !important;
1484
+ }
1485
+
1486
+ .gap-18 {
1487
+ grid-gap: 18px !important;
1488
+ }
1489
+
1490
+ .gap-row-18 {
1491
+ grid-row-gap: 18px !important;
1492
+ }
1493
+
1494
+ .gap-col-18 {
1495
+ grid-column-gap: 18px !important;
1496
+ }
1497
+
1498
+ .gap-20 {
1499
+ grid-gap: 20px !important;
1500
+ }
1501
+
1502
+ .gap-row-20 {
1503
+ grid-row-gap: 20px !important;
1504
+ }
1505
+
1506
+ .gap-col-20 {
1507
+ grid-column-gap: 20px !important;
1508
+ }
1509
+
1510
+ .gap-22 {
1511
+ grid-gap: 22px !important;
1512
+ }
1513
+
1514
+ .gap-row-22 {
1515
+ grid-row-gap: 22px !important;
1516
+ }
1517
+
1518
+ .gap-col-22 {
1519
+ grid-column-gap: 22px !important;
1520
+ }
1521
+
1522
+ .gap-24 {
1523
+ grid-gap: 24px !important;
1524
+ }
1525
+
1526
+ .gap-row-24 {
1527
+ grid-row-gap: 24px !important;
1528
+ }
1529
+
1530
+ .gap-col-24 {
1531
+ grid-column-gap: 24px !important;
1532
+ }
1533
+
1534
+ .gap-26 {
1535
+ grid-gap: 26px !important;
1536
+ }
1537
+
1538
+ .gap-row-26 {
1539
+ grid-row-gap: 26px !important;
1540
+ }
1541
+
1542
+ .gap-col-26 {
1543
+ grid-column-gap: 26px !important;
1544
+ }
1545
+
1546
+ .gap-28 {
1547
+ grid-gap: 28px !important;
1548
+ }
1549
+
1550
+ .gap-row-28 {
1551
+ grid-row-gap: 28px !important;
1552
+ }
1553
+
1554
+ .gap-col-28 {
1555
+ grid-column-gap: 28px !important;
1556
+ }
1557
+
1558
+ .gap-30 {
1559
+ grid-gap: 30px !important;
1560
+ }
1561
+
1562
+ .gap-row-30 {
1563
+ grid-row-gap: 30px !important;
1564
+ }
1565
+
1566
+ .gap-col-30 {
1567
+ grid-column-gap: 30px !important;
1568
+ }
1569
+
1570
+ .gap-32 {
1571
+ grid-gap: 32px !important;
1572
+ }
1573
+
1574
+ .gap-row-32 {
1575
+ grid-row-gap: 32px !important;
1576
+ }
1577
+
1578
+ .gap-col-32 {
1579
+ grid-column-gap: 32px !important;
1580
+ }
1581
+
1582
+ .gap-34 {
1583
+ grid-gap: 34px !important;
1584
+ }
1585
+
1586
+ .gap-row-34 {
1587
+ grid-row-gap: 34px !important;
1588
+ }
1589
+
1590
+ .gap-col-34 {
1591
+ grid-column-gap: 34px !important;
1592
+ }
1593
+
1594
+ .gap-36 {
1595
+ grid-gap: 36px !important;
1596
+ }
1597
+
1598
+ .gap-row-36 {
1599
+ grid-row-gap: 36px !important;
1600
+ }
1601
+
1602
+ .gap-col-36 {
1603
+ grid-column-gap: 36px !important;
1604
+ }
1605
+
1606
+ .gap-38 {
1607
+ grid-gap: 38px !important;
1608
+ }
1609
+
1610
+ .gap-row-38 {
1611
+ grid-row-gap: 38px !important;
1612
+ }
1613
+
1614
+ .gap-col-38 {
1615
+ grid-column-gap: 38px !important;
1616
+ }
1617
+
1618
+ .gap-40 {
1619
+ grid-gap: 40px !important;
1620
+ }
1621
+
1622
+ .gap-row-40 {
1623
+ grid-row-gap: 40px !important;
1624
+ }
1625
+
1626
+ .gap-col-40 {
1627
+ grid-column-gap: 40px !important;
1628
+ }
1629
+
1630
+ .gap-42 {
1631
+ grid-gap: 42px !important;
1632
+ }
1633
+
1634
+ .gap-row-42 {
1635
+ grid-row-gap: 42px !important;
1636
+ }
1637
+
1638
+ .gap-col-42 {
1639
+ grid-column-gap: 42px !important;
1640
+ }
1641
+
1642
+ .gap-44 {
1643
+ grid-gap: 44px !important;
1644
+ }
1645
+
1646
+ .gap-row-44 {
1647
+ grid-row-gap: 44px !important;
1648
+ }
1649
+
1650
+ .gap-col-44 {
1651
+ grid-column-gap: 44px !important;
1652
+ }
1653
+
1654
+ .gap-46 {
1655
+ grid-gap: 46px !important;
1656
+ }
1657
+
1658
+ .gap-row-46 {
1659
+ grid-row-gap: 46px !important;
1660
+ }
1661
+
1662
+ .gap-col-46 {
1663
+ grid-column-gap: 46px !important;
1664
+ }
1665
+
1666
+ .gap-48 {
1667
+ grid-gap: 48px !important;
1668
+ }
1669
+
1670
+ .gap-row-48 {
1671
+ grid-row-gap: 48px !important;
1672
+ }
1673
+
1674
+ .gap-col-48 {
1675
+ grid-column-gap: 48px !important;
1676
+ }
1677
+
1678
+ .d-none {
1679
+ display: none !important;
1680
+ }
1681
+
1682
+ .d-block {
1683
+ display: block !important;
1684
+ }
1685
+
1686
+ .d-inline {
1687
+ display: inline !important;
1688
+ }
1689
+
1690
+ .d-flex, .d-flex-around-center, .d-flex-between-center, .d-flex-between, .d-flex-align-center, .d-flex-column-center, .d-flex-column, .d-flex-center {
1691
+ display: flex !important;
1692
+ }
1693
+
1694
+ .d-grid {
1695
+ display: grid !important;
1696
+ }
1697
+
1698
+ .d-inline-block {
1699
+ display: inline-block !important;
1700
+ }
1701
+
1702
+ .d-inline-flex {
1703
+ display: inline-flex !important;
1704
+ }
1705
+
1706
+ .justify-content-start {
1707
+ justify-content: flex-start !important;
1708
+ }
1709
+
1710
+ .justify-content-end {
1711
+ justify-content: flex-end !important;
1712
+ }
1713
+
1714
+ .justify-content-between, .d-flex-between-center, .d-flex-between {
1715
+ justify-content: space-between !important;
1716
+ }
1717
+
1718
+ .justify-content-around, .d-flex-around-center {
1719
+ justify-content: space-around !important;
1720
+ }
1721
+
1722
+ .justify-content-center, .d-flex-center {
1723
+ justify-content: center !important;
1724
+ }
1725
+
1726
+ .justify-content-initial {
1727
+ justify-content: initial !important;
1728
+ }
1729
+
1730
+ .align-content-stretch {
1731
+ align-content: stretch !important;
1732
+ }
1733
+
1734
+ .align-content-center {
1735
+ align-content: center !important;
1736
+ }
1737
+
1738
+ .align-content-start {
1739
+ align-content: flex-start !important;
1740
+ }
1741
+
1742
+ .align-content-end {
1743
+ align-content: flex-end !important;
1744
+ }
1745
+
1746
+ .align-content-between {
1747
+ align-content: space-between !important;
1748
+ }
1749
+
1750
+ .align-content-around {
1751
+ align-content: space-around !important;
1752
+ }
1753
+
1754
+ .align-content-initial {
1755
+ align-content: initial !important;
1756
+ }
1757
+
1758
+ .align-content-inherit {
1759
+ align-content: inherit !important;
1760
+ }
1761
+
1762
+ .justify-items-center {
1763
+ justify-items: center !important;
1764
+ }
1765
+
1766
+ .justify-items-start {
1767
+ justify-items: start !important;
1768
+ }
1769
+
1770
+ .justify-items-end {
1771
+ justify-items: end !important;
1772
+ }
1773
+
1774
+ .justify-items-start {
1775
+ justify-items: flex-start !important;
1776
+ }
1777
+
1778
+ .justify-items-end {
1779
+ justify-items: flex-end !important;
1780
+ }
1781
+
1782
+ .justify-items-self-start {
1783
+ justify-items: self-start !important;
1784
+ }
1785
+
1786
+ .justify-items-self-end {
1787
+ justify-items: self-end !important;
1788
+ }
1789
+
1790
+ .justify-items-left {
1791
+ justify-items: left !important;
1792
+ }
1793
+
1794
+ .justify-items-right {
1795
+ justify-items: right !important;
1796
+ }
1797
+
1798
+ .align-items-stretch {
1799
+ align-items: stretch !important;
1800
+ }
1801
+
1802
+ .align-items-center, .d-flex-around-center, .d-flex-between-center, .d-flex-align-center, .d-flex-column-center, .d-flex-center {
1803
+ align-items: center !important;
1804
+ }
1805
+
1806
+ .align-items-start {
1807
+ align-items: flex-start !important;
1808
+ }
1809
+
1810
+ .align-items-end {
1811
+ align-items: flex-end !important;
1812
+ }
1813
+
1814
+ .align-items-baseline {
1815
+ align-items: baseline !important;
1816
+ }
1817
+
1818
+ .align-items-initial {
1819
+ align-items: initial !important;
1820
+ }
1821
+
1822
+ .flex-row {
1823
+ flex-direction: row !important;
1824
+ }
1825
+
1826
+ .flex-row-reverse {
1827
+ flex-direction: row-reverse !important;
1828
+ }
1829
+
1830
+ .flex-column, .d-flex-column-center, .d-flex-column {
1831
+ flex-direction: column !important;
1832
+ }
1833
+
1834
+ .flex-column-reverse {
1835
+ flex-direction: column-reverse !important;
1836
+ }
1837
+
1838
+ .flex-nowrap {
1839
+ flex-wrap: nowrap !important;
1840
+ }
1841
+
1842
+ .flex-wrap {
1843
+ flex-wrap: wrap !important;
1844
+ }
1845
+
1846
+ .flex-wrap-reverse {
1847
+ flex-wrap: wrap-reverse !important;
1848
+ }
1849
+
1850
+ .position-absolute {
1851
+ position: absolute !important;
1852
+ }
1853
+
1854
+ .position-fixed {
1855
+ position: fixed !important;
1856
+ }
1857
+
1858
+ .position-relative {
1859
+ position: relative !important;
1860
+ }
1861
+
1862
+ .position-static {
1863
+ position: static !important;
1864
+ }
1865
+
1866
+ .position-inherit {
1867
+ position: inherit !important;
1868
+ }
1869
+
1870
+ .position-sticky {
1871
+ position: sticky !important;
1872
+ }
1873
+
1874
+ .text-left {
1875
+ text-align: left !important;
1876
+ }
1877
+
1878
+ .text-right {
1879
+ text-align: right !important;
1880
+ }
1881
+
1882
+ .text-center {
1883
+ text-align: center !important;
1884
+ }
1885
+
1886
+ .text-justify {
1887
+ text-align: justify !important;
1888
+ }
1889
+
1890
+ .text-inherit {
1891
+ text-align: inherit !important;
1892
+ }
1893
+
1894
+ .vertical-align-baseline {
1895
+ vertical-align: baseline !important;
1896
+ }
1897
+
1898
+ .vertical-align-sub {
1899
+ vertical-align: sub !important;
1900
+ }
1901
+
1902
+ .vertical-align-super {
1903
+ vertical-align: super !important;
1904
+ }
1905
+
1906
+ .vertical-align-top {
1907
+ vertical-align: top !important;
1908
+ }
1909
+
1910
+ .vertical-align-text-top {
1911
+ vertical-align: text-top !important;
1912
+ }
1913
+
1914
+ .vertical-align-middle {
1915
+ vertical-align: middle !important;
1916
+ }
1917
+
1918
+ .vertical-align-bottom {
1919
+ vertical-align: bottom !important;
1920
+ }
1921
+
1922
+ .vertical-align-text-bottom {
1923
+ vertical-align: text-bottom !important;
1924
+ }
1925
+
1926
+ .vertical-align-inherit {
1927
+ vertical-align: inherit !important;
1928
+ }
1929
+
1930
+ .float-left {
1931
+ float: left !important;
1932
+ }
1933
+
1934
+ .float-right {
1935
+ float: right !important;
1936
+ }
1937
+
1938
+ .float-none {
1939
+ float: none !important;
1940
+ }
1941
+
1942
+ .float-inherit {
1943
+ float: inherit !important;
1944
+ }
1945
+
1946
+ .w-auto {
1947
+ width: auto !important;
1948
+ }
1949
+
1950
+ .w-fit {
1951
+ width: fit-content !important;
1952
+ }
1953
+
1954
+ .w-inherit {
1955
+ width: inherit !important;
1956
+ }
1957
+
1958
+ .h-auto {
1959
+ height: auto !important;
1960
+ }
1961
+
1962
+ .h-fit {
1963
+ height: fit-content !important;
1964
+ }
1965
+
1966
+ .h-inherit {
1967
+ height: inherit !important;
1968
+ }
1969
+
1970
+ .cursor-default {
1971
+ cursor: default !important;
1972
+ }
1973
+
1974
+ .cursor-auto {
1975
+ cursor: auto !important;
1976
+ }
1977
+
1978
+ .cursor-crosshair {
1979
+ cursor: crosshair !important;
1980
+ }
1981
+
1982
+ .cursor-pointer {
1983
+ cursor: pointer !important;
1984
+ }
1985
+
1986
+ .cursor-move {
1987
+ cursor: move !important;
1988
+ }
1989
+
1990
+ .cursor-e-resize {
1991
+ cursor: e-resize !important;
1992
+ }
1993
+
1994
+ .cursor-ne-resize {
1995
+ cursor: ne-resize !important;
1996
+ }
1997
+
1998
+ .cursor-nw-resize {
1999
+ cursor: nw-resize !important;
2000
+ }
2001
+
2002
+ .cursor-n-resize {
2003
+ cursor: n-resize !important;
2004
+ }
2005
+
2006
+ .cursor-se-resize {
2007
+ cursor: se-resize !important;
2008
+ }
2009
+
2010
+ .cursor-sw-resize {
2011
+ cursor: sw-resize !important;
2012
+ }
2013
+
2014
+ .cursor-s-resize {
2015
+ cursor: s-resize !important;
2016
+ }
2017
+
2018
+ .cursor-w-resize {
2019
+ cursor: w-resize !important;
2020
+ }
2021
+
2022
+ .cursor-text {
2023
+ cursor: text !important;
2024
+ }
2025
+
2026
+ .cursor-wait {
2027
+ cursor: wait !important;
2028
+ }
2029
+
2030
+ .cursor-help {
2031
+ cursor: help !important;
2032
+ }
2033
+
2034
+ .overflow-visible {
2035
+ overflow: visible !important;
2036
+ }
2037
+
2038
+ .overflow-hidden {
2039
+ overflow: hidden !important;
2040
+ }
2041
+
2042
+ .overflow-scroll {
2043
+ overflow: scroll !important;
2044
+ }
2045
+
2046
+ .overflow-auto {
2047
+ overflow: auto !important;
2048
+ }
2049
+
2050
+ .overflow-inherit {
2051
+ overflow: inherit !important;
2052
+ }
2053
+
2054
+ .events-none {
2055
+ pointer-events: none !important;
2056
+ }
2057
+
2058
+ .events-initial {
2059
+ pointer-events: initial !important;
2060
+ }
2061
+
2062
+ .events-inherit {
2063
+ pointer-events: inherit !important;
2064
+ }
2065
+
2066
+ .resize-both {
2067
+ resize: both !important;
2068
+ }
2069
+
2070
+ .resize-horizontal {
2071
+ resize: horizontal !important;
2072
+ }
2073
+
2074
+ .resize-vertical {
2075
+ resize: vertical !important;
2076
+ }
2077
+
2078
+ .resize-none {
2079
+ resize: none !important;
2080
+ }
2081
+
2082
+ .resize-initial {
2083
+ resize: initial !important;
2084
+ }
2085
+
2086
+ .resize-inherit {
2087
+ resize: inherit !important;
2088
+ }
2089
+
2090
+ .debugger-bor-1 {
2091
+ outline: 2px dashed hsl(50, 100%, 50%);
2092
+ box-shadow: inset 0 0 10px 0 hsla(50, 100%, 50%, 0.7);
2093
+ }
2094
+
2095
+ .debugger-bor-2 {
2096
+ outline: 2px dashed hsl(100, 100%, 50%);
2097
+ box-shadow: inset 0 0 10px 0 hsla(100, 100%, 50%, 0.7);
2098
+ }
2099
+
2100
+ .debugger-bor-3 {
2101
+ outline: 2px dashed hsl(150, 100%, 50%);
2102
+ box-shadow: inset 0 0 10px 0 hsla(150, 100%, 50%, 0.7);
2103
+ }
2104
+
2105
+ .debugger-bor-4 {
2106
+ outline: 2px dashed hsl(200, 100%, 50%);
2107
+ box-shadow: inset 0 0 10px 0 hsla(200, 100%, 50%, 0.7);
2108
+ }
2109
+
2110
+ .debugger-bor-5 {
2111
+ outline: 2px dashed hsl(250, 100%, 50%);
2112
+ box-shadow: inset 0 0 10px 0 hsla(250, 100%, 50%, 0.7);
2113
+ }
2114
+
2115
+ .debugger-bor-6 {
2116
+ outline: 2px dashed hsl(300, 100%, 50%);
2117
+ box-shadow: inset 0 0 10px 0 hsla(300, 100%, 50%, 0.7);
2118
+ }
2119
+
2120
+ .debugger-bor-7, .debugger-bor {
2121
+ outline: 2px dashed hsl(350, 100%, 50%);
2122
+ box-shadow: inset 0 0 10px 0 hsla(350, 100%, 50%, 0.7);
2123
+ }
2124
+
2125
+ .overflow-ellipsis {
2126
+ overflow: hidden;
2127
+ text-overflow: ellipsis;
2128
+ white-space: nowrap;
2129
+ }
2130
+
2131
+ .overflow-line-clamp-2 {
2132
+ overflow: hidden;
2133
+ text-overflow: ellipsis;
2134
+ display: -webkit-box;
2135
+ -webkit-line-clamp: 2;
2136
+ -webkit-box-orient: vertical;
2137
+ }
2138
+
2139
+ .overflow-line-clamp-3 {
2140
+ overflow: hidden;
2141
+ text-overflow: ellipsis;
2142
+ display: -webkit-box;
2143
+ -webkit-line-clamp: 3;
2144
+ -webkit-box-orient: vertical;
2145
+ }
2146
+
2147
+ .overflow-line-clamp-4 {
2148
+ overflow: hidden;
2149
+ text-overflow: ellipsis;
2150
+ display: -webkit-box;
2151
+ -webkit-line-clamp: 4;
2152
+ -webkit-box-orient: vertical;
2153
+ }
2154
+
2155
+ .text-gradient {
2156
+ background-clip: text;
2157
+ -webkit-background-clip: text;
2158
+ -webkit-text-fill-color: transparent;
2159
+ }
2160
+
2161
+ /*# sourceMappingURL=index.css.map */