@keenmate/pure-css 1.0.0-rc01

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,2773 @@
1
+ /* Pure Admin Visual Framework - Default Font Definitions */
2
+ .font-family-system {
3
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
4
+ }
5
+ .font-family-system *, .font-family-system h1, .font-family-system h2, .font-family-system h3, .font-family-system h4, .font-family-system h5, .font-family-system h6, .font-family-system p, .font-family-system div, .font-family-system span, .font-family-system button, .font-family-system input, .font-family-system textarea, .font-family-system select {
6
+ font-family: inherit;
7
+ }
8
+
9
+ .font-family-sans {
10
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
11
+ }
12
+ .font-family-sans *, .font-family-sans h1, .font-family-sans h2, .font-family-sans h3, .font-family-sans h4, .font-family-sans h5, .font-family-sans h6, .font-family-sans p, .font-family-sans div, .font-family-sans span, .font-family-sans button, .font-family-sans input, .font-family-sans textarea, .font-family-sans select {
13
+ font-family: inherit;
14
+ }
15
+
16
+ .font-family-serif {
17
+ font-family: Georgia, "Times New Roman", Times, serif;
18
+ }
19
+ .font-family-serif *, .font-family-serif h1, .font-family-serif h2, .font-family-serif h3, .font-family-serif h4, .font-family-serif h5, .font-family-serif h6, .font-family-serif p, .font-family-serif div, .font-family-serif span, .font-family-serif button, .font-family-serif input, .font-family-serif textarea, .font-family-serif select {
20
+ font-family: inherit;
21
+ }
22
+
23
+ .font-family-mono {
24
+ font-family: "Courier New", Courier, monospace;
25
+ }
26
+ .font-family-mono *, .font-family-mono h1, .font-family-mono h2, .font-family-mono h3, .font-family-mono h4, .font-family-mono h5, .font-family-mono h6, .font-family-mono p, .font-family-mono div, .font-family-mono span, .font-family-mono button, .font-family-mono input, .font-family-mono textarea, .font-family-mono select {
27
+ font-family: inherit;
28
+ }
29
+
30
+ .m-0 {
31
+ margin: 0 !important;
32
+ }
33
+
34
+ .mt-0 {
35
+ margin-top: 0 !important;
36
+ }
37
+
38
+ .mr-0 {
39
+ margin-right: 0 !important;
40
+ }
41
+
42
+ .mb-0 {
43
+ margin-bottom: 0 !important;
44
+ }
45
+
46
+ .ml-0 {
47
+ margin-left: 0 !important;
48
+ }
49
+
50
+ .mx-0 {
51
+ margin-left: 0 !important;
52
+ margin-right: 0 !important;
53
+ }
54
+
55
+ .my-0 {
56
+ margin-top: 0 !important;
57
+ margin-bottom: 0 !important;
58
+ }
59
+
60
+ .m-1 {
61
+ margin: 0.25rem !important;
62
+ }
63
+
64
+ .mt-1 {
65
+ margin-top: 0.25rem !important;
66
+ }
67
+
68
+ .mr-1 {
69
+ margin-right: 0.25rem !important;
70
+ }
71
+
72
+ .mb-1 {
73
+ margin-bottom: 0.25rem !important;
74
+ }
75
+
76
+ .ml-1 {
77
+ margin-left: 0.25rem !important;
78
+ }
79
+
80
+ .mx-1 {
81
+ margin-left: 0.25rem !important;
82
+ margin-right: 0.25rem !important;
83
+ }
84
+
85
+ .my-1 {
86
+ margin-top: 0.25rem !important;
87
+ margin-bottom: 0.25rem !important;
88
+ }
89
+
90
+ .m-2 {
91
+ margin: 0.5rem !important;
92
+ }
93
+
94
+ .mt-2 {
95
+ margin-top: 0.5rem !important;
96
+ }
97
+
98
+ .mr-2 {
99
+ margin-right: 0.5rem !important;
100
+ }
101
+
102
+ .mb-2 {
103
+ margin-bottom: 0.5rem !important;
104
+ }
105
+
106
+ .ml-2 {
107
+ margin-left: 0.5rem !important;
108
+ }
109
+
110
+ .mx-2 {
111
+ margin-left: 0.5rem !important;
112
+ margin-right: 0.5rem !important;
113
+ }
114
+
115
+ .my-2 {
116
+ margin-top: 0.5rem !important;
117
+ margin-bottom: 0.5rem !important;
118
+ }
119
+
120
+ .m-3 {
121
+ margin: 0.75rem !important;
122
+ }
123
+
124
+ .mt-3 {
125
+ margin-top: 0.75rem !important;
126
+ }
127
+
128
+ .mr-3 {
129
+ margin-right: 0.75rem !important;
130
+ }
131
+
132
+ .mb-3 {
133
+ margin-bottom: 0.75rem !important;
134
+ }
135
+
136
+ .ml-3 {
137
+ margin-left: 0.75rem !important;
138
+ }
139
+
140
+ .mx-3 {
141
+ margin-left: 0.75rem !important;
142
+ margin-right: 0.75rem !important;
143
+ }
144
+
145
+ .my-3 {
146
+ margin-top: 0.75rem !important;
147
+ margin-bottom: 0.75rem !important;
148
+ }
149
+
150
+ .m-4 {
151
+ margin: 1rem !important;
152
+ }
153
+
154
+ .mt-4 {
155
+ margin-top: 1rem !important;
156
+ }
157
+
158
+ .mr-4 {
159
+ margin-right: 1rem !important;
160
+ }
161
+
162
+ .mb-4 {
163
+ margin-bottom: 1rem !important;
164
+ }
165
+
166
+ .ml-4 {
167
+ margin-left: 1rem !important;
168
+ }
169
+
170
+ .mx-4 {
171
+ margin-left: 1rem !important;
172
+ margin-right: 1rem !important;
173
+ }
174
+
175
+ .my-4 {
176
+ margin-top: 1rem !important;
177
+ margin-bottom: 1rem !important;
178
+ }
179
+
180
+ .m-5 {
181
+ margin: 1.25rem !important;
182
+ }
183
+
184
+ .mt-5 {
185
+ margin-top: 1.25rem !important;
186
+ }
187
+
188
+ .mr-5 {
189
+ margin-right: 1.25rem !important;
190
+ }
191
+
192
+ .mb-5 {
193
+ margin-bottom: 1.25rem !important;
194
+ }
195
+
196
+ .ml-5 {
197
+ margin-left: 1.25rem !important;
198
+ }
199
+
200
+ .mx-5 {
201
+ margin-left: 1.25rem !important;
202
+ margin-right: 1.25rem !important;
203
+ }
204
+
205
+ .my-5 {
206
+ margin-top: 1.25rem !important;
207
+ margin-bottom: 1.25rem !important;
208
+ }
209
+
210
+ .m-6 {
211
+ margin: 1.5rem !important;
212
+ }
213
+
214
+ .mt-6 {
215
+ margin-top: 1.5rem !important;
216
+ }
217
+
218
+ .mr-6 {
219
+ margin-right: 1.5rem !important;
220
+ }
221
+
222
+ .mb-6 {
223
+ margin-bottom: 1.5rem !important;
224
+ }
225
+
226
+ .ml-6 {
227
+ margin-left: 1.5rem !important;
228
+ }
229
+
230
+ .mx-6 {
231
+ margin-left: 1.5rem !important;
232
+ margin-right: 1.5rem !important;
233
+ }
234
+
235
+ .my-6 {
236
+ margin-top: 1.5rem !important;
237
+ margin-bottom: 1.5rem !important;
238
+ }
239
+
240
+ .m-8 {
241
+ margin: 2rem !important;
242
+ }
243
+
244
+ .mt-8 {
245
+ margin-top: 2rem !important;
246
+ }
247
+
248
+ .mr-8 {
249
+ margin-right: 2rem !important;
250
+ }
251
+
252
+ .mb-8 {
253
+ margin-bottom: 2rem !important;
254
+ }
255
+
256
+ .ml-8 {
257
+ margin-left: 2rem !important;
258
+ }
259
+
260
+ .mx-8 {
261
+ margin-left: 2rem !important;
262
+ margin-right: 2rem !important;
263
+ }
264
+
265
+ .my-8 {
266
+ margin-top: 2rem !important;
267
+ margin-bottom: 2rem !important;
268
+ }
269
+
270
+ .m-10 {
271
+ margin: 2.5rem !important;
272
+ }
273
+
274
+ .mt-10 {
275
+ margin-top: 2.5rem !important;
276
+ }
277
+
278
+ .mr-10 {
279
+ margin-right: 2.5rem !important;
280
+ }
281
+
282
+ .mb-10 {
283
+ margin-bottom: 2.5rem !important;
284
+ }
285
+
286
+ .ml-10 {
287
+ margin-left: 2.5rem !important;
288
+ }
289
+
290
+ .mx-10 {
291
+ margin-left: 2.5rem !important;
292
+ margin-right: 2.5rem !important;
293
+ }
294
+
295
+ .my-10 {
296
+ margin-top: 2.5rem !important;
297
+ margin-bottom: 2.5rem !important;
298
+ }
299
+
300
+ .m-12 {
301
+ margin: 3rem !important;
302
+ }
303
+
304
+ .mt-12 {
305
+ margin-top: 3rem !important;
306
+ }
307
+
308
+ .mr-12 {
309
+ margin-right: 3rem !important;
310
+ }
311
+
312
+ .mb-12 {
313
+ margin-bottom: 3rem !important;
314
+ }
315
+
316
+ .ml-12 {
317
+ margin-left: 3rem !important;
318
+ }
319
+
320
+ .mx-12 {
321
+ margin-left: 3rem !important;
322
+ margin-right: 3rem !important;
323
+ }
324
+
325
+ .my-12 {
326
+ margin-top: 3rem !important;
327
+ margin-bottom: 3rem !important;
328
+ }
329
+
330
+ .m-16 {
331
+ margin: 4rem !important;
332
+ }
333
+
334
+ .mt-16 {
335
+ margin-top: 4rem !important;
336
+ }
337
+
338
+ .mr-16 {
339
+ margin-right: 4rem !important;
340
+ }
341
+
342
+ .mb-16 {
343
+ margin-bottom: 4rem !important;
344
+ }
345
+
346
+ .ml-16 {
347
+ margin-left: 4rem !important;
348
+ }
349
+
350
+ .mx-16 {
351
+ margin-left: 4rem !important;
352
+ margin-right: 4rem !important;
353
+ }
354
+
355
+ .my-16 {
356
+ margin-top: 4rem !important;
357
+ margin-bottom: 4rem !important;
358
+ }
359
+
360
+ .m-20 {
361
+ margin: 5rem !important;
362
+ }
363
+
364
+ .mt-20 {
365
+ margin-top: 5rem !important;
366
+ }
367
+
368
+ .mr-20 {
369
+ margin-right: 5rem !important;
370
+ }
371
+
372
+ .mb-20 {
373
+ margin-bottom: 5rem !important;
374
+ }
375
+
376
+ .ml-20 {
377
+ margin-left: 5rem !important;
378
+ }
379
+
380
+ .mx-20 {
381
+ margin-left: 5rem !important;
382
+ margin-right: 5rem !important;
383
+ }
384
+
385
+ .my-20 {
386
+ margin-top: 5rem !important;
387
+ margin-bottom: 5rem !important;
388
+ }
389
+
390
+ .p-0 {
391
+ padding: 0 !important;
392
+ }
393
+
394
+ .pt-0 {
395
+ padding-top: 0 !important;
396
+ }
397
+
398
+ .pr-0 {
399
+ padding-right: 0 !important;
400
+ }
401
+
402
+ .pb-0 {
403
+ padding-bottom: 0 !important;
404
+ }
405
+
406
+ .pl-0 {
407
+ padding-left: 0 !important;
408
+ }
409
+
410
+ .px-0 {
411
+ padding-left: 0 !important;
412
+ padding-right: 0 !important;
413
+ }
414
+
415
+ .py-0 {
416
+ padding-top: 0 !important;
417
+ padding-bottom: 0 !important;
418
+ }
419
+
420
+ .p-1 {
421
+ padding: 0.25rem !important;
422
+ }
423
+
424
+ .pt-1 {
425
+ padding-top: 0.25rem !important;
426
+ }
427
+
428
+ .pr-1 {
429
+ padding-right: 0.25rem !important;
430
+ }
431
+
432
+ .pb-1 {
433
+ padding-bottom: 0.25rem !important;
434
+ }
435
+
436
+ .pl-1 {
437
+ padding-left: 0.25rem !important;
438
+ }
439
+
440
+ .px-1 {
441
+ padding-left: 0.25rem !important;
442
+ padding-right: 0.25rem !important;
443
+ }
444
+
445
+ .py-1 {
446
+ padding-top: 0.25rem !important;
447
+ padding-bottom: 0.25rem !important;
448
+ }
449
+
450
+ .p-2 {
451
+ padding: 0.5rem !important;
452
+ }
453
+
454
+ .pt-2 {
455
+ padding-top: 0.5rem !important;
456
+ }
457
+
458
+ .pr-2 {
459
+ padding-right: 0.5rem !important;
460
+ }
461
+
462
+ .pb-2 {
463
+ padding-bottom: 0.5rem !important;
464
+ }
465
+
466
+ .pl-2 {
467
+ padding-left: 0.5rem !important;
468
+ }
469
+
470
+ .px-2 {
471
+ padding-left: 0.5rem !important;
472
+ padding-right: 0.5rem !important;
473
+ }
474
+
475
+ .py-2 {
476
+ padding-top: 0.5rem !important;
477
+ padding-bottom: 0.5rem !important;
478
+ }
479
+
480
+ .p-3 {
481
+ padding: 0.75rem !important;
482
+ }
483
+
484
+ .pt-3 {
485
+ padding-top: 0.75rem !important;
486
+ }
487
+
488
+ .pr-3 {
489
+ padding-right: 0.75rem !important;
490
+ }
491
+
492
+ .pb-3 {
493
+ padding-bottom: 0.75rem !important;
494
+ }
495
+
496
+ .pl-3 {
497
+ padding-left: 0.75rem !important;
498
+ }
499
+
500
+ .px-3 {
501
+ padding-left: 0.75rem !important;
502
+ padding-right: 0.75rem !important;
503
+ }
504
+
505
+ .py-3 {
506
+ padding-top: 0.75rem !important;
507
+ padding-bottom: 0.75rem !important;
508
+ }
509
+
510
+ .p-4 {
511
+ padding: 1rem !important;
512
+ }
513
+
514
+ .pt-4 {
515
+ padding-top: 1rem !important;
516
+ }
517
+
518
+ .pr-4 {
519
+ padding-right: 1rem !important;
520
+ }
521
+
522
+ .pb-4 {
523
+ padding-bottom: 1rem !important;
524
+ }
525
+
526
+ .pl-4 {
527
+ padding-left: 1rem !important;
528
+ }
529
+
530
+ .px-4 {
531
+ padding-left: 1rem !important;
532
+ padding-right: 1rem !important;
533
+ }
534
+
535
+ .py-4 {
536
+ padding-top: 1rem !important;
537
+ padding-bottom: 1rem !important;
538
+ }
539
+
540
+ .p-5 {
541
+ padding: 1.25rem !important;
542
+ }
543
+
544
+ .pt-5 {
545
+ padding-top: 1.25rem !important;
546
+ }
547
+
548
+ .pr-5 {
549
+ padding-right: 1.25rem !important;
550
+ }
551
+
552
+ .pb-5 {
553
+ padding-bottom: 1.25rem !important;
554
+ }
555
+
556
+ .pl-5 {
557
+ padding-left: 1.25rem !important;
558
+ }
559
+
560
+ .px-5 {
561
+ padding-left: 1.25rem !important;
562
+ padding-right: 1.25rem !important;
563
+ }
564
+
565
+ .py-5 {
566
+ padding-top: 1.25rem !important;
567
+ padding-bottom: 1.25rem !important;
568
+ }
569
+
570
+ .p-6 {
571
+ padding: 1.5rem !important;
572
+ }
573
+
574
+ .pt-6 {
575
+ padding-top: 1.5rem !important;
576
+ }
577
+
578
+ .pr-6 {
579
+ padding-right: 1.5rem !important;
580
+ }
581
+
582
+ .pb-6 {
583
+ padding-bottom: 1.5rem !important;
584
+ }
585
+
586
+ .pl-6 {
587
+ padding-left: 1.5rem !important;
588
+ }
589
+
590
+ .px-6 {
591
+ padding-left: 1.5rem !important;
592
+ padding-right: 1.5rem !important;
593
+ }
594
+
595
+ .py-6 {
596
+ padding-top: 1.5rem !important;
597
+ padding-bottom: 1.5rem !important;
598
+ }
599
+
600
+ .p-8 {
601
+ padding: 2rem !important;
602
+ }
603
+
604
+ .pt-8 {
605
+ padding-top: 2rem !important;
606
+ }
607
+
608
+ .pr-8 {
609
+ padding-right: 2rem !important;
610
+ }
611
+
612
+ .pb-8 {
613
+ padding-bottom: 2rem !important;
614
+ }
615
+
616
+ .pl-8 {
617
+ padding-left: 2rem !important;
618
+ }
619
+
620
+ .px-8 {
621
+ padding-left: 2rem !important;
622
+ padding-right: 2rem !important;
623
+ }
624
+
625
+ .py-8 {
626
+ padding-top: 2rem !important;
627
+ padding-bottom: 2rem !important;
628
+ }
629
+
630
+ .p-10 {
631
+ padding: 2.5rem !important;
632
+ }
633
+
634
+ .pt-10 {
635
+ padding-top: 2.5rem !important;
636
+ }
637
+
638
+ .pr-10 {
639
+ padding-right: 2.5rem !important;
640
+ }
641
+
642
+ .pb-10 {
643
+ padding-bottom: 2.5rem !important;
644
+ }
645
+
646
+ .pl-10 {
647
+ padding-left: 2.5rem !important;
648
+ }
649
+
650
+ .px-10 {
651
+ padding-left: 2.5rem !important;
652
+ padding-right: 2.5rem !important;
653
+ }
654
+
655
+ .py-10 {
656
+ padding-top: 2.5rem !important;
657
+ padding-bottom: 2.5rem !important;
658
+ }
659
+
660
+ .p-12 {
661
+ padding: 3rem !important;
662
+ }
663
+
664
+ .pt-12 {
665
+ padding-top: 3rem !important;
666
+ }
667
+
668
+ .pr-12 {
669
+ padding-right: 3rem !important;
670
+ }
671
+
672
+ .pb-12 {
673
+ padding-bottom: 3rem !important;
674
+ }
675
+
676
+ .pl-12 {
677
+ padding-left: 3rem !important;
678
+ }
679
+
680
+ .px-12 {
681
+ padding-left: 3rem !important;
682
+ padding-right: 3rem !important;
683
+ }
684
+
685
+ .py-12 {
686
+ padding-top: 3rem !important;
687
+ padding-bottom: 3rem !important;
688
+ }
689
+
690
+ .p-16 {
691
+ padding: 4rem !important;
692
+ }
693
+
694
+ .pt-16 {
695
+ padding-top: 4rem !important;
696
+ }
697
+
698
+ .pr-16 {
699
+ padding-right: 4rem !important;
700
+ }
701
+
702
+ .pb-16 {
703
+ padding-bottom: 4rem !important;
704
+ }
705
+
706
+ .pl-16 {
707
+ padding-left: 4rem !important;
708
+ }
709
+
710
+ .px-16 {
711
+ padding-left: 4rem !important;
712
+ padding-right: 4rem !important;
713
+ }
714
+
715
+ .py-16 {
716
+ padding-top: 4rem !important;
717
+ padding-bottom: 4rem !important;
718
+ }
719
+
720
+ .p-20 {
721
+ padding: 5rem !important;
722
+ }
723
+
724
+ .pt-20 {
725
+ padding-top: 5rem !important;
726
+ }
727
+
728
+ .pr-20 {
729
+ padding-right: 5rem !important;
730
+ }
731
+
732
+ .pb-20 {
733
+ padding-bottom: 5rem !important;
734
+ }
735
+
736
+ .pl-20 {
737
+ padding-left: 5rem !important;
738
+ }
739
+
740
+ .px-20 {
741
+ padding-left: 5rem !important;
742
+ padding-right: 5rem !important;
743
+ }
744
+
745
+ .py-20 {
746
+ padding-top: 5rem !important;
747
+ padding-bottom: 5rem !important;
748
+ }
749
+
750
+ .m-auto {
751
+ margin: auto !important;
752
+ }
753
+
754
+ .mt-auto {
755
+ margin-top: auto !important;
756
+ }
757
+
758
+ .mr-auto {
759
+ margin-right: auto !important;
760
+ }
761
+
762
+ .mb-auto {
763
+ margin-bottom: auto !important;
764
+ }
765
+
766
+ .ml-auto {
767
+ margin-left: auto !important;
768
+ }
769
+
770
+ .mx-auto {
771
+ margin-left: auto !important;
772
+ margin-right: auto !important;
773
+ }
774
+
775
+ .my-auto {
776
+ margin-top: auto !important;
777
+ margin-bottom: auto !important;
778
+ }
779
+
780
+ .m-0 {
781
+ margin: 0 !important;
782
+ }
783
+
784
+ .mt-0 {
785
+ margin-top: 0 !important;
786
+ }
787
+
788
+ .mr-0 {
789
+ margin-right: 0 !important;
790
+ }
791
+
792
+ .mb-0 {
793
+ margin-bottom: 0 !important;
794
+ }
795
+
796
+ .ml-0 {
797
+ margin-left: 0 !important;
798
+ }
799
+
800
+ .mx-0 {
801
+ margin-left: 0 !important;
802
+ margin-right: 0 !important;
803
+ }
804
+
805
+ .my-0 {
806
+ margin-top: 0 !important;
807
+ margin-bottom: 0 !important;
808
+ }
809
+
810
+ .m-xs {
811
+ margin: 0.4rem !important;
812
+ }
813
+
814
+ .mt-xs {
815
+ margin-top: 0.4rem !important;
816
+ }
817
+
818
+ .mr-xs {
819
+ margin-right: 0.4rem !important;
820
+ }
821
+
822
+ .mb-xs {
823
+ margin-bottom: 0.4rem !important;
824
+ }
825
+
826
+ .ml-xs {
827
+ margin-left: 0.4rem !important;
828
+ }
829
+
830
+ .mx-xs {
831
+ margin-left: 0.4rem !important;
832
+ margin-right: 0.4rem !important;
833
+ }
834
+
835
+ .my-xs {
836
+ margin-top: 0.4rem !important;
837
+ margin-bottom: 0.4rem !important;
838
+ }
839
+
840
+ .m-sm {
841
+ margin: 0.8rem !important;
842
+ }
843
+
844
+ .mt-sm {
845
+ margin-top: 0.8rem !important;
846
+ }
847
+
848
+ .mr-sm {
849
+ margin-right: 0.8rem !important;
850
+ }
851
+
852
+ .mb-sm {
853
+ margin-bottom: 0.8rem !important;
854
+ }
855
+
856
+ .ml-sm {
857
+ margin-left: 0.8rem !important;
858
+ }
859
+
860
+ .mx-sm {
861
+ margin-left: 0.8rem !important;
862
+ margin-right: 0.8rem !important;
863
+ }
864
+
865
+ .my-sm {
866
+ margin-top: 0.8rem !important;
867
+ margin-bottom: 0.8rem !important;
868
+ }
869
+
870
+ .m-md {
871
+ margin: 1.2rem !important;
872
+ }
873
+
874
+ .mt-md {
875
+ margin-top: 1.2rem !important;
876
+ }
877
+
878
+ .mr-md {
879
+ margin-right: 1.2rem !important;
880
+ }
881
+
882
+ .mb-md {
883
+ margin-bottom: 1.2rem !important;
884
+ }
885
+
886
+ .ml-md {
887
+ margin-left: 1.2rem !important;
888
+ }
889
+
890
+ .mx-md {
891
+ margin-left: 1.2rem !important;
892
+ margin-right: 1.2rem !important;
893
+ }
894
+
895
+ .my-md {
896
+ margin-top: 1.2rem !important;
897
+ margin-bottom: 1.2rem !important;
898
+ }
899
+
900
+ .m-base {
901
+ margin: 1.6rem !important;
902
+ }
903
+
904
+ .mt-base {
905
+ margin-top: 1.6rem !important;
906
+ }
907
+
908
+ .mr-base {
909
+ margin-right: 1.6rem !important;
910
+ }
911
+
912
+ .mb-base {
913
+ margin-bottom: 1.6rem !important;
914
+ }
915
+
916
+ .ml-base {
917
+ margin-left: 1.6rem !important;
918
+ }
919
+
920
+ .mx-base {
921
+ margin-left: 1.6rem !important;
922
+ margin-right: 1.6rem !important;
923
+ }
924
+
925
+ .my-base {
926
+ margin-top: 1.6rem !important;
927
+ margin-bottom: 1.6rem !important;
928
+ }
929
+
930
+ .m-lg {
931
+ margin: 2.4rem !important;
932
+ }
933
+
934
+ .mt-lg {
935
+ margin-top: 2.4rem !important;
936
+ }
937
+
938
+ .mr-lg {
939
+ margin-right: 2.4rem !important;
940
+ }
941
+
942
+ .mb-lg {
943
+ margin-bottom: 2.4rem !important;
944
+ }
945
+
946
+ .ml-lg {
947
+ margin-left: 2.4rem !important;
948
+ }
949
+
950
+ .mx-lg {
951
+ margin-left: 2.4rem !important;
952
+ margin-right: 2.4rem !important;
953
+ }
954
+
955
+ .my-lg {
956
+ margin-top: 2.4rem !important;
957
+ margin-bottom: 2.4rem !important;
958
+ }
959
+
960
+ .m-xl {
961
+ margin: 3.2rem !important;
962
+ }
963
+
964
+ .mt-xl {
965
+ margin-top: 3.2rem !important;
966
+ }
967
+
968
+ .mr-xl {
969
+ margin-right: 3.2rem !important;
970
+ }
971
+
972
+ .mb-xl {
973
+ margin-bottom: 3.2rem !important;
974
+ }
975
+
976
+ .ml-xl {
977
+ margin-left: 3.2rem !important;
978
+ }
979
+
980
+ .mx-xl {
981
+ margin-left: 3.2rem !important;
982
+ margin-right: 3.2rem !important;
983
+ }
984
+
985
+ .my-xl {
986
+ margin-top: 3.2rem !important;
987
+ margin-bottom: 3.2rem !important;
988
+ }
989
+
990
+ .m-2xl {
991
+ margin: 4.8rem !important;
992
+ }
993
+
994
+ .mt-2xl {
995
+ margin-top: 4.8rem !important;
996
+ }
997
+
998
+ .mr-2xl {
999
+ margin-right: 4.8rem !important;
1000
+ }
1001
+
1002
+ .mb-2xl {
1003
+ margin-bottom: 4.8rem !important;
1004
+ }
1005
+
1006
+ .ml-2xl {
1007
+ margin-left: 4.8rem !important;
1008
+ }
1009
+
1010
+ .mx-2xl {
1011
+ margin-left: 4.8rem !important;
1012
+ margin-right: 4.8rem !important;
1013
+ }
1014
+
1015
+ .my-2xl {
1016
+ margin-top: 4.8rem !important;
1017
+ margin-bottom: 4.8rem !important;
1018
+ }
1019
+
1020
+ .p-0 {
1021
+ padding: 0 !important;
1022
+ }
1023
+
1024
+ .pt-0 {
1025
+ padding-top: 0 !important;
1026
+ }
1027
+
1028
+ .pr-0 {
1029
+ padding-right: 0 !important;
1030
+ }
1031
+
1032
+ .pb-0 {
1033
+ padding-bottom: 0 !important;
1034
+ }
1035
+
1036
+ .pl-0 {
1037
+ padding-left: 0 !important;
1038
+ }
1039
+
1040
+ .px-0 {
1041
+ padding-left: 0 !important;
1042
+ padding-right: 0 !important;
1043
+ }
1044
+
1045
+ .py-0 {
1046
+ padding-top: 0 !important;
1047
+ padding-bottom: 0 !important;
1048
+ }
1049
+
1050
+ .p-xs {
1051
+ padding: 0.4rem !important;
1052
+ }
1053
+
1054
+ .pt-xs {
1055
+ padding-top: 0.4rem !important;
1056
+ }
1057
+
1058
+ .pr-xs {
1059
+ padding-right: 0.4rem !important;
1060
+ }
1061
+
1062
+ .pb-xs {
1063
+ padding-bottom: 0.4rem !important;
1064
+ }
1065
+
1066
+ .pl-xs {
1067
+ padding-left: 0.4rem !important;
1068
+ }
1069
+
1070
+ .px-xs {
1071
+ padding-left: 0.4rem !important;
1072
+ padding-right: 0.4rem !important;
1073
+ }
1074
+
1075
+ .py-xs {
1076
+ padding-top: 0.4rem !important;
1077
+ padding-bottom: 0.4rem !important;
1078
+ }
1079
+
1080
+ .p-sm {
1081
+ padding: 0.8rem !important;
1082
+ }
1083
+
1084
+ .pt-sm {
1085
+ padding-top: 0.8rem !important;
1086
+ }
1087
+
1088
+ .pr-sm {
1089
+ padding-right: 0.8rem !important;
1090
+ }
1091
+
1092
+ .pb-sm {
1093
+ padding-bottom: 0.8rem !important;
1094
+ }
1095
+
1096
+ .pl-sm {
1097
+ padding-left: 0.8rem !important;
1098
+ }
1099
+
1100
+ .px-sm {
1101
+ padding-left: 0.8rem !important;
1102
+ padding-right: 0.8rem !important;
1103
+ }
1104
+
1105
+ .py-sm {
1106
+ padding-top: 0.8rem !important;
1107
+ padding-bottom: 0.8rem !important;
1108
+ }
1109
+
1110
+ .p-md {
1111
+ padding: 1.2rem !important;
1112
+ }
1113
+
1114
+ .pt-md {
1115
+ padding-top: 1.2rem !important;
1116
+ }
1117
+
1118
+ .pr-md {
1119
+ padding-right: 1.2rem !important;
1120
+ }
1121
+
1122
+ .pb-md {
1123
+ padding-bottom: 1.2rem !important;
1124
+ }
1125
+
1126
+ .pl-md {
1127
+ padding-left: 1.2rem !important;
1128
+ }
1129
+
1130
+ .px-md {
1131
+ padding-left: 1.2rem !important;
1132
+ padding-right: 1.2rem !important;
1133
+ }
1134
+
1135
+ .py-md {
1136
+ padding-top: 1.2rem !important;
1137
+ padding-bottom: 1.2rem !important;
1138
+ }
1139
+
1140
+ .p-base {
1141
+ padding: 1.6rem !important;
1142
+ }
1143
+
1144
+ .pt-base {
1145
+ padding-top: 1.6rem !important;
1146
+ }
1147
+
1148
+ .pr-base {
1149
+ padding-right: 1.6rem !important;
1150
+ }
1151
+
1152
+ .pb-base {
1153
+ padding-bottom: 1.6rem !important;
1154
+ }
1155
+
1156
+ .pl-base {
1157
+ padding-left: 1.6rem !important;
1158
+ }
1159
+
1160
+ .px-base {
1161
+ padding-left: 1.6rem !important;
1162
+ padding-right: 1.6rem !important;
1163
+ }
1164
+
1165
+ .py-base {
1166
+ padding-top: 1.6rem !important;
1167
+ padding-bottom: 1.6rem !important;
1168
+ }
1169
+
1170
+ .p-lg {
1171
+ padding: 2.4rem !important;
1172
+ }
1173
+
1174
+ .pt-lg {
1175
+ padding-top: 2.4rem !important;
1176
+ }
1177
+
1178
+ .pr-lg {
1179
+ padding-right: 2.4rem !important;
1180
+ }
1181
+
1182
+ .pb-lg {
1183
+ padding-bottom: 2.4rem !important;
1184
+ }
1185
+
1186
+ .pl-lg {
1187
+ padding-left: 2.4rem !important;
1188
+ }
1189
+
1190
+ .px-lg {
1191
+ padding-left: 2.4rem !important;
1192
+ padding-right: 2.4rem !important;
1193
+ }
1194
+
1195
+ .py-lg {
1196
+ padding-top: 2.4rem !important;
1197
+ padding-bottom: 2.4rem !important;
1198
+ }
1199
+
1200
+ .p-xl {
1201
+ padding: 3.2rem !important;
1202
+ }
1203
+
1204
+ .pt-xl {
1205
+ padding-top: 3.2rem !important;
1206
+ }
1207
+
1208
+ .pr-xl {
1209
+ padding-right: 3.2rem !important;
1210
+ }
1211
+
1212
+ .pb-xl {
1213
+ padding-bottom: 3.2rem !important;
1214
+ }
1215
+
1216
+ .pl-xl {
1217
+ padding-left: 3.2rem !important;
1218
+ }
1219
+
1220
+ .px-xl {
1221
+ padding-left: 3.2rem !important;
1222
+ padding-right: 3.2rem !important;
1223
+ }
1224
+
1225
+ .py-xl {
1226
+ padding-top: 3.2rem !important;
1227
+ padding-bottom: 3.2rem !important;
1228
+ }
1229
+
1230
+ .p-2xl {
1231
+ padding: 4.8rem !important;
1232
+ }
1233
+
1234
+ .pt-2xl {
1235
+ padding-top: 4.8rem !important;
1236
+ }
1237
+
1238
+ .pr-2xl {
1239
+ padding-right: 4.8rem !important;
1240
+ }
1241
+
1242
+ .pb-2xl {
1243
+ padding-bottom: 4.8rem !important;
1244
+ }
1245
+
1246
+ .pl-2xl {
1247
+ padding-left: 4.8rem !important;
1248
+ }
1249
+
1250
+ .px-2xl {
1251
+ padding-left: 4.8rem !important;
1252
+ padding-right: 4.8rem !important;
1253
+ }
1254
+
1255
+ .py-2xl {
1256
+ padding-top: 4.8rem !important;
1257
+ padding-bottom: 4.8rem !important;
1258
+ }
1259
+
1260
+ .d-none {
1261
+ display: none !important;
1262
+ }
1263
+
1264
+ .d-inline {
1265
+ display: inline !important;
1266
+ }
1267
+
1268
+ .d-inline-block {
1269
+ display: inline-block !important;
1270
+ }
1271
+
1272
+ .d-block {
1273
+ display: block !important;
1274
+ }
1275
+
1276
+ .d-flex {
1277
+ display: flex !important;
1278
+ }
1279
+
1280
+ .d-inline-flex {
1281
+ display: inline-flex !important;
1282
+ }
1283
+
1284
+ .flex-row {
1285
+ flex-direction: row !important;
1286
+ }
1287
+
1288
+ .flex-column {
1289
+ flex-direction: column !important;
1290
+ }
1291
+
1292
+ .flex-wrap {
1293
+ flex-wrap: wrap !important;
1294
+ }
1295
+
1296
+ .flex-nowrap {
1297
+ flex-wrap: nowrap !important;
1298
+ }
1299
+
1300
+ .justify-content-start {
1301
+ justify-content: flex-start !important;
1302
+ }
1303
+
1304
+ .justify-content-end {
1305
+ justify-content: flex-end !important;
1306
+ }
1307
+
1308
+ .justify-content-center {
1309
+ justify-content: center !important;
1310
+ }
1311
+
1312
+ .justify-content-between {
1313
+ justify-content: space-between !important;
1314
+ }
1315
+
1316
+ .justify-content-around {
1317
+ justify-content: space-around !important;
1318
+ }
1319
+
1320
+ .align-items-start {
1321
+ align-items: flex-start !important;
1322
+ }
1323
+
1324
+ .align-items-end {
1325
+ align-items: flex-end !important;
1326
+ }
1327
+
1328
+ .align-items-center {
1329
+ align-items: center !important;
1330
+ }
1331
+
1332
+ .align-items-baseline {
1333
+ align-items: baseline !important;
1334
+ }
1335
+
1336
+ .align-items-stretch {
1337
+ align-items: stretch !important;
1338
+ }
1339
+
1340
+ .flex-fill {
1341
+ flex: 1 1 auto !important;
1342
+ }
1343
+
1344
+ .flex-grow-0 {
1345
+ flex-grow: 0 !important;
1346
+ }
1347
+
1348
+ .flex-grow-1 {
1349
+ flex-grow: 1 !important;
1350
+ }
1351
+
1352
+ .flex-shrink-0 {
1353
+ flex-shrink: 0 !important;
1354
+ }
1355
+
1356
+ .flex-shrink-1 {
1357
+ flex-shrink: 1 !important;
1358
+ }
1359
+
1360
+ .text-center {
1361
+ text-align: center !important;
1362
+ }
1363
+
1364
+ .text-nowrap {
1365
+ white-space: nowrap !important;
1366
+ }
1367
+
1368
+ .text-truncate {
1369
+ overflow: hidden !important;
1370
+ text-overflow: ellipsis !important;
1371
+ white-space: nowrap !important;
1372
+ }
1373
+
1374
+ .w-5 {
1375
+ width: 5% !important;
1376
+ }
1377
+
1378
+ .w-10 {
1379
+ width: 10% !important;
1380
+ }
1381
+
1382
+ .w-15 {
1383
+ width: 15% !important;
1384
+ }
1385
+
1386
+ .w-20 {
1387
+ width: 20% !important;
1388
+ }
1389
+
1390
+ .w-25 {
1391
+ width: 25% !important;
1392
+ }
1393
+
1394
+ .w-30 {
1395
+ width: 30% !important;
1396
+ }
1397
+
1398
+ .w-35 {
1399
+ width: 35% !important;
1400
+ }
1401
+
1402
+ .w-40 {
1403
+ width: 40% !important;
1404
+ }
1405
+
1406
+ .w-45 {
1407
+ width: 45% !important;
1408
+ }
1409
+
1410
+ .w-50 {
1411
+ width: 50% !important;
1412
+ }
1413
+
1414
+ .w-55 {
1415
+ width: 55% !important;
1416
+ }
1417
+
1418
+ .w-60 {
1419
+ width: 60% !important;
1420
+ }
1421
+
1422
+ .w-65 {
1423
+ width: 65% !important;
1424
+ }
1425
+
1426
+ .w-70 {
1427
+ width: 70% !important;
1428
+ }
1429
+
1430
+ .w-75 {
1431
+ width: 75% !important;
1432
+ }
1433
+
1434
+ .w-80 {
1435
+ width: 80% !important;
1436
+ }
1437
+
1438
+ .w-85 {
1439
+ width: 85% !important;
1440
+ }
1441
+
1442
+ .w-90 {
1443
+ width: 90% !important;
1444
+ }
1445
+
1446
+ .w-95 {
1447
+ width: 95% !important;
1448
+ }
1449
+
1450
+ .w-100 {
1451
+ width: 100% !important;
1452
+ }
1453
+
1454
+ .w-auto {
1455
+ width: auto !important;
1456
+ }
1457
+
1458
+ .w-1-2 {
1459
+ width: 50% !important;
1460
+ }
1461
+
1462
+ .w-1-3 {
1463
+ width: 33.333333% !important;
1464
+ }
1465
+
1466
+ .w-2-3 {
1467
+ width: 66.666667% !important;
1468
+ }
1469
+
1470
+ .w-1-4 {
1471
+ width: 25% !important;
1472
+ }
1473
+
1474
+ .w-3-4 {
1475
+ width: 75% !important;
1476
+ }
1477
+
1478
+ .mw-25 {
1479
+ min-width: 25% !important;
1480
+ }
1481
+
1482
+ .mw-50 {
1483
+ min-width: 50% !important;
1484
+ }
1485
+
1486
+ .mw-75 {
1487
+ min-width: 75% !important;
1488
+ }
1489
+
1490
+ .mw-100 {
1491
+ min-width: 100% !important;
1492
+ }
1493
+
1494
+ .mw-auto {
1495
+ min-width: auto !important;
1496
+ }
1497
+
1498
+ .mw-1-2 {
1499
+ min-width: 50% !important;
1500
+ }
1501
+
1502
+ .mw-1-3 {
1503
+ min-width: 33.333333% !important;
1504
+ }
1505
+
1506
+ .mw-2-3 {
1507
+ min-width: 66.666667% !important;
1508
+ }
1509
+
1510
+ .mw-1-4 {
1511
+ min-width: 25% !important;
1512
+ }
1513
+
1514
+ .mw-3-4 {
1515
+ min-width: 75% !important;
1516
+ }
1517
+
1518
+ .w-25-fixed {
1519
+ min-width: 25% !important;
1520
+ width: 25% !important;
1521
+ }
1522
+
1523
+ .w-50-fixed {
1524
+ min-width: 50% !important;
1525
+ width: 50% !important;
1526
+ }
1527
+
1528
+ .w-75-fixed {
1529
+ min-width: 75% !important;
1530
+ width: 75% !important;
1531
+ }
1532
+
1533
+ .w-100-fixed {
1534
+ min-width: 100% !important;
1535
+ width: 100% !important;
1536
+ }
1537
+
1538
+ .w-1-2-fixed {
1539
+ min-width: 50% !important;
1540
+ width: 50% !important;
1541
+ }
1542
+
1543
+ .w-1-3-fixed {
1544
+ min-width: 33.333333% !important;
1545
+ width: 33.333333% !important;
1546
+ }
1547
+
1548
+ .w-2-3-fixed {
1549
+ min-width: 66.666667% !important;
1550
+ width: 66.666667% !important;
1551
+ }
1552
+
1553
+ .w-1-4-fixed {
1554
+ min-width: 25% !important;
1555
+ width: 25% !important;
1556
+ }
1557
+
1558
+ .w-3-4-fixed {
1559
+ min-width: 75% !important;
1560
+ width: 75% !important;
1561
+ }
1562
+
1563
+ .h-25 {
1564
+ height: 25% !important;
1565
+ }
1566
+
1567
+ .h-50 {
1568
+ height: 50% !important;
1569
+ }
1570
+
1571
+ .h-75 {
1572
+ height: 75% !important;
1573
+ }
1574
+
1575
+ .h-100 {
1576
+ height: 100% !important;
1577
+ }
1578
+
1579
+ .h-auto {
1580
+ height: auto !important;
1581
+ }
1582
+
1583
+ .h-1-2 {
1584
+ height: 50% !important;
1585
+ }
1586
+
1587
+ .h-1-3 {
1588
+ height: 33.333333% !important;
1589
+ }
1590
+
1591
+ .h-2-3 {
1592
+ height: 66.666667% !important;
1593
+ }
1594
+
1595
+ .h-1-4 {
1596
+ height: 25% !important;
1597
+ }
1598
+
1599
+ .h-3-4 {
1600
+ height: 75% !important;
1601
+ }
1602
+
1603
+ .wr-1 {
1604
+ width: 1rem !important;
1605
+ }
1606
+
1607
+ .wr-2 {
1608
+ width: 2rem !important;
1609
+ }
1610
+
1611
+ .wr-3 {
1612
+ width: 3rem !important;
1613
+ }
1614
+
1615
+ .wr-4 {
1616
+ width: 4rem !important;
1617
+ }
1618
+
1619
+ .wr-5 {
1620
+ width: 5rem !important;
1621
+ }
1622
+
1623
+ .wr-6 {
1624
+ width: 6rem !important;
1625
+ }
1626
+
1627
+ .wr-7 {
1628
+ width: 7rem !important;
1629
+ }
1630
+
1631
+ .wr-8 {
1632
+ width: 8rem !important;
1633
+ }
1634
+
1635
+ .wr-9 {
1636
+ width: 9rem !important;
1637
+ }
1638
+
1639
+ .wr-10 {
1640
+ width: 10rem !important;
1641
+ }
1642
+
1643
+ .wr-15 {
1644
+ width: 15rem !important;
1645
+ }
1646
+
1647
+ .wr-20 {
1648
+ width: 20rem !important;
1649
+ }
1650
+
1651
+ .wr-25 {
1652
+ width: 25rem !important;
1653
+ }
1654
+
1655
+ .wr-30 {
1656
+ width: 30rem !important;
1657
+ }
1658
+
1659
+ .wr-35 {
1660
+ width: 35rem !important;
1661
+ }
1662
+
1663
+ .wr-40 {
1664
+ width: 40rem !important;
1665
+ }
1666
+
1667
+ .wr-45 {
1668
+ width: 45rem !important;
1669
+ }
1670
+
1671
+ .wr-50 {
1672
+ width: 50rem !important;
1673
+ }
1674
+
1675
+ .minwr-1 {
1676
+ min-width: 1rem !important;
1677
+ }
1678
+
1679
+ .minwr-2 {
1680
+ min-width: 2rem !important;
1681
+ }
1682
+
1683
+ .minwr-3 {
1684
+ min-width: 3rem !important;
1685
+ }
1686
+
1687
+ .minwr-4 {
1688
+ min-width: 4rem !important;
1689
+ }
1690
+
1691
+ .minwr-5 {
1692
+ min-width: 5rem !important;
1693
+ }
1694
+
1695
+ .minwr-6 {
1696
+ min-width: 6rem !important;
1697
+ }
1698
+
1699
+ .minwr-7 {
1700
+ min-width: 7rem !important;
1701
+ }
1702
+
1703
+ .minwr-8 {
1704
+ min-width: 8rem !important;
1705
+ }
1706
+
1707
+ .minwr-9 {
1708
+ min-width: 9rem !important;
1709
+ }
1710
+
1711
+ .minwr-10 {
1712
+ min-width: 10rem !important;
1713
+ }
1714
+
1715
+ .minwr-15 {
1716
+ min-width: 15rem !important;
1717
+ }
1718
+
1719
+ .minwr-20 {
1720
+ min-width: 20rem !important;
1721
+ }
1722
+
1723
+ .minwr-25 {
1724
+ min-width: 25rem !important;
1725
+ }
1726
+
1727
+ .minwr-30 {
1728
+ min-width: 30rem !important;
1729
+ }
1730
+
1731
+ .minwr-35 {
1732
+ min-width: 35rem !important;
1733
+ }
1734
+
1735
+ .minwr-40 {
1736
+ min-width: 40rem !important;
1737
+ }
1738
+
1739
+ .minwr-45 {
1740
+ min-width: 45rem !important;
1741
+ }
1742
+
1743
+ .minwr-50 {
1744
+ min-width: 50rem !important;
1745
+ }
1746
+
1747
+ .maxwr-1 {
1748
+ max-width: 1rem !important;
1749
+ }
1750
+
1751
+ .maxwr-2 {
1752
+ max-width: 2rem !important;
1753
+ }
1754
+
1755
+ .maxwr-3 {
1756
+ max-width: 3rem !important;
1757
+ }
1758
+
1759
+ .maxwr-4 {
1760
+ max-width: 4rem !important;
1761
+ }
1762
+
1763
+ .maxwr-5 {
1764
+ max-width: 5rem !important;
1765
+ }
1766
+
1767
+ .maxwr-6 {
1768
+ max-width: 6rem !important;
1769
+ }
1770
+
1771
+ .maxwr-7 {
1772
+ max-width: 7rem !important;
1773
+ }
1774
+
1775
+ .maxwr-8 {
1776
+ max-width: 8rem !important;
1777
+ }
1778
+
1779
+ .maxwr-9 {
1780
+ max-width: 9rem !important;
1781
+ }
1782
+
1783
+ .maxwr-10 {
1784
+ max-width: 10rem !important;
1785
+ }
1786
+
1787
+ .maxwr-15 {
1788
+ max-width: 15rem !important;
1789
+ }
1790
+
1791
+ .maxwr-20 {
1792
+ max-width: 20rem !important;
1793
+ }
1794
+
1795
+ .maxwr-25 {
1796
+ max-width: 25rem !important;
1797
+ }
1798
+
1799
+ .maxwr-30 {
1800
+ max-width: 30rem !important;
1801
+ }
1802
+
1803
+ .maxwr-35 {
1804
+ max-width: 35rem !important;
1805
+ }
1806
+
1807
+ .maxwr-40 {
1808
+ max-width: 40rem !important;
1809
+ }
1810
+
1811
+ .maxwr-45 {
1812
+ max-width: 45rem !important;
1813
+ }
1814
+
1815
+ .maxwr-50 {
1816
+ max-width: 50rem !important;
1817
+ }
1818
+
1819
+ .hr-1 {
1820
+ height: 1rem !important;
1821
+ }
1822
+
1823
+ .hr-2 {
1824
+ height: 2rem !important;
1825
+ }
1826
+
1827
+ .hr-3 {
1828
+ height: 3rem !important;
1829
+ }
1830
+
1831
+ .hr-4 {
1832
+ height: 4rem !important;
1833
+ }
1834
+
1835
+ .hr-5 {
1836
+ height: 5rem !important;
1837
+ }
1838
+
1839
+ .hr-6 {
1840
+ height: 6rem !important;
1841
+ }
1842
+
1843
+ .hr-7 {
1844
+ height: 7rem !important;
1845
+ }
1846
+
1847
+ .hr-8 {
1848
+ height: 8rem !important;
1849
+ }
1850
+
1851
+ .hr-9 {
1852
+ height: 9rem !important;
1853
+ }
1854
+
1855
+ .hr-10 {
1856
+ height: 10rem !important;
1857
+ }
1858
+
1859
+ .hr-15 {
1860
+ height: 15rem !important;
1861
+ }
1862
+
1863
+ .hr-20 {
1864
+ height: 20rem !important;
1865
+ }
1866
+
1867
+ .hr-25 {
1868
+ height: 25rem !important;
1869
+ }
1870
+
1871
+ .hr-30 {
1872
+ height: 30rem !important;
1873
+ }
1874
+
1875
+ .hr-35 {
1876
+ height: 35rem !important;
1877
+ }
1878
+
1879
+ .hr-40 {
1880
+ height: 40rem !important;
1881
+ }
1882
+
1883
+ .hr-45 {
1884
+ height: 45rem !important;
1885
+ }
1886
+
1887
+ .hr-50 {
1888
+ height: 50rem !important;
1889
+ }
1890
+
1891
+ .minhr-1 {
1892
+ min-height: 1rem !important;
1893
+ }
1894
+
1895
+ .minhr-2 {
1896
+ min-height: 2rem !important;
1897
+ }
1898
+
1899
+ .minhr-3 {
1900
+ min-height: 3rem !important;
1901
+ }
1902
+
1903
+ .minhr-4 {
1904
+ min-height: 4rem !important;
1905
+ }
1906
+
1907
+ .minhr-5 {
1908
+ min-height: 5rem !important;
1909
+ }
1910
+
1911
+ .minhr-6 {
1912
+ min-height: 6rem !important;
1913
+ }
1914
+
1915
+ .minhr-7 {
1916
+ min-height: 7rem !important;
1917
+ }
1918
+
1919
+ .minhr-8 {
1920
+ min-height: 8rem !important;
1921
+ }
1922
+
1923
+ .minhr-9 {
1924
+ min-height: 9rem !important;
1925
+ }
1926
+
1927
+ .minhr-10 {
1928
+ min-height: 10rem !important;
1929
+ }
1930
+
1931
+ .minhr-15 {
1932
+ min-height: 15rem !important;
1933
+ }
1934
+
1935
+ .minhr-20 {
1936
+ min-height: 20rem !important;
1937
+ }
1938
+
1939
+ .minhr-25 {
1940
+ min-height: 25rem !important;
1941
+ }
1942
+
1943
+ .minhr-30 {
1944
+ min-height: 30rem !important;
1945
+ }
1946
+
1947
+ .minhr-35 {
1948
+ min-height: 35rem !important;
1949
+ }
1950
+
1951
+ .minhr-40 {
1952
+ min-height: 40rem !important;
1953
+ }
1954
+
1955
+ .minhr-45 {
1956
+ min-height: 45rem !important;
1957
+ }
1958
+
1959
+ .minhr-50 {
1960
+ min-height: 50rem !important;
1961
+ }
1962
+
1963
+ .minhr-60 {
1964
+ min-height: 60rem !important;
1965
+ }
1966
+
1967
+ .minhr-70 {
1968
+ min-height: 70rem !important;
1969
+ }
1970
+
1971
+ .minhr-80 {
1972
+ min-height: 80rem !important;
1973
+ }
1974
+
1975
+ .minhr-90 {
1976
+ min-height: 90rem !important;
1977
+ }
1978
+
1979
+ .minhr-100 {
1980
+ min-height: 100rem !important;
1981
+ }
1982
+
1983
+ .maxhr-1 {
1984
+ max-height: 1rem !important;
1985
+ }
1986
+
1987
+ .maxhr-2 {
1988
+ max-height: 2rem !important;
1989
+ }
1990
+
1991
+ .maxhr-3 {
1992
+ max-height: 3rem !important;
1993
+ }
1994
+
1995
+ .maxhr-4 {
1996
+ max-height: 4rem !important;
1997
+ }
1998
+
1999
+ .maxhr-5 {
2000
+ max-height: 5rem !important;
2001
+ }
2002
+
2003
+ .maxhr-6 {
2004
+ max-height: 6rem !important;
2005
+ }
2006
+
2007
+ .maxhr-7 {
2008
+ max-height: 7rem !important;
2009
+ }
2010
+
2011
+ .maxhr-8 {
2012
+ max-height: 8rem !important;
2013
+ }
2014
+
2015
+ .maxhr-9 {
2016
+ max-height: 9rem !important;
2017
+ }
2018
+
2019
+ .maxhr-10 {
2020
+ max-height: 10rem !important;
2021
+ }
2022
+
2023
+ .maxhr-15 {
2024
+ max-height: 15rem !important;
2025
+ }
2026
+
2027
+ .maxhr-20 {
2028
+ max-height: 20rem !important;
2029
+ }
2030
+
2031
+ .maxhr-25 {
2032
+ max-height: 25rem !important;
2033
+ }
2034
+
2035
+ .maxhr-30 {
2036
+ max-height: 30rem !important;
2037
+ }
2038
+
2039
+ .maxhr-35 {
2040
+ max-height: 35rem !important;
2041
+ }
2042
+
2043
+ .maxhr-40 {
2044
+ max-height: 40rem !important;
2045
+ }
2046
+
2047
+ .maxhr-45 {
2048
+ max-height: 45rem !important;
2049
+ }
2050
+
2051
+ .maxhr-50 {
2052
+ max-height: 50rem !important;
2053
+ }
2054
+
2055
+ .minw-5 {
2056
+ min-width: 5% !important;
2057
+ }
2058
+
2059
+ .minw-10 {
2060
+ min-width: 10% !important;
2061
+ }
2062
+
2063
+ .minw-15 {
2064
+ min-width: 15% !important;
2065
+ }
2066
+
2067
+ .minw-20 {
2068
+ min-width: 20% !important;
2069
+ }
2070
+
2071
+ .minw-25 {
2072
+ min-width: 25% !important;
2073
+ }
2074
+
2075
+ .minw-30 {
2076
+ min-width: 30% !important;
2077
+ }
2078
+
2079
+ .minw-35 {
2080
+ min-width: 35% !important;
2081
+ }
2082
+
2083
+ .minw-40 {
2084
+ min-width: 40% !important;
2085
+ }
2086
+
2087
+ .minw-45 {
2088
+ min-width: 45% !important;
2089
+ }
2090
+
2091
+ .minw-50 {
2092
+ min-width: 50% !important;
2093
+ }
2094
+
2095
+ .minw-55 {
2096
+ min-width: 55% !important;
2097
+ }
2098
+
2099
+ .minw-60 {
2100
+ min-width: 60% !important;
2101
+ }
2102
+
2103
+ .minw-65 {
2104
+ min-width: 65% !important;
2105
+ }
2106
+
2107
+ .minw-70 {
2108
+ min-width: 70% !important;
2109
+ }
2110
+
2111
+ .minw-75 {
2112
+ min-width: 75% !important;
2113
+ }
2114
+
2115
+ .minw-80 {
2116
+ min-width: 80% !important;
2117
+ }
2118
+
2119
+ .minw-85 {
2120
+ min-width: 85% !important;
2121
+ }
2122
+
2123
+ .minw-90 {
2124
+ min-width: 90% !important;
2125
+ }
2126
+
2127
+ .minw-95 {
2128
+ min-width: 95% !important;
2129
+ }
2130
+
2131
+ .minw-100 {
2132
+ min-width: 100% !important;
2133
+ }
2134
+
2135
+ .minw-1-3 {
2136
+ min-width: 33.333333% !important;
2137
+ }
2138
+
2139
+ .minw-2-3 {
2140
+ min-width: 66.666667% !important;
2141
+ }
2142
+
2143
+ .maxw-5 {
2144
+ max-width: 5% !important;
2145
+ }
2146
+
2147
+ .maxw-10 {
2148
+ max-width: 10% !important;
2149
+ }
2150
+
2151
+ .maxw-15 {
2152
+ max-width: 15% !important;
2153
+ }
2154
+
2155
+ .maxw-20 {
2156
+ max-width: 20% !important;
2157
+ }
2158
+
2159
+ .maxw-25 {
2160
+ max-width: 25% !important;
2161
+ }
2162
+
2163
+ .maxw-30 {
2164
+ max-width: 30% !important;
2165
+ }
2166
+
2167
+ .maxw-35 {
2168
+ max-width: 35% !important;
2169
+ }
2170
+
2171
+ .maxw-40 {
2172
+ max-width: 40% !important;
2173
+ }
2174
+
2175
+ .maxw-45 {
2176
+ max-width: 45% !important;
2177
+ }
2178
+
2179
+ .maxw-50 {
2180
+ max-width: 50% !important;
2181
+ }
2182
+
2183
+ .maxw-55 {
2184
+ max-width: 55% !important;
2185
+ }
2186
+
2187
+ .maxw-60 {
2188
+ max-width: 60% !important;
2189
+ }
2190
+
2191
+ .maxw-65 {
2192
+ max-width: 65% !important;
2193
+ }
2194
+
2195
+ .maxw-70 {
2196
+ max-width: 70% !important;
2197
+ }
2198
+
2199
+ .maxw-75 {
2200
+ max-width: 75% !important;
2201
+ }
2202
+
2203
+ .maxw-80 {
2204
+ max-width: 80% !important;
2205
+ }
2206
+
2207
+ .maxw-85 {
2208
+ max-width: 85% !important;
2209
+ }
2210
+
2211
+ .maxw-90 {
2212
+ max-width: 90% !important;
2213
+ }
2214
+
2215
+ .maxw-95 {
2216
+ max-width: 95% !important;
2217
+ }
2218
+
2219
+ .maxw-100 {
2220
+ max-width: 100% !important;
2221
+ }
2222
+
2223
+ .maxw-1-2 {
2224
+ max-width: 50% !important;
2225
+ }
2226
+
2227
+ .maxw-1-3 {
2228
+ max-width: 33.333333% !important;
2229
+ }
2230
+
2231
+ .maxw-2-3 {
2232
+ max-width: 66.666667% !important;
2233
+ }
2234
+
2235
+ .maxw-1-4 {
2236
+ max-width: 25% !important;
2237
+ }
2238
+
2239
+ .maxw-3-4 {
2240
+ max-width: 75% !important;
2241
+ }
2242
+
2243
+ .minh-5 {
2244
+ min-height: 5% !important;
2245
+ }
2246
+
2247
+ .minh-10 {
2248
+ min-height: 10% !important;
2249
+ }
2250
+
2251
+ .minh-15 {
2252
+ min-height: 15% !important;
2253
+ }
2254
+
2255
+ .minh-20 {
2256
+ min-height: 20% !important;
2257
+ }
2258
+
2259
+ .minh-25 {
2260
+ min-height: 25% !important;
2261
+ }
2262
+
2263
+ .minh-30 {
2264
+ min-height: 30% !important;
2265
+ }
2266
+
2267
+ .minh-35 {
2268
+ min-height: 35% !important;
2269
+ }
2270
+
2271
+ .minh-40 {
2272
+ min-height: 40% !important;
2273
+ }
2274
+
2275
+ .minh-45 {
2276
+ min-height: 45% !important;
2277
+ }
2278
+
2279
+ .minh-50 {
2280
+ min-height: 50% !important;
2281
+ }
2282
+
2283
+ .minh-55 {
2284
+ min-height: 55% !important;
2285
+ }
2286
+
2287
+ .minh-60 {
2288
+ min-height: 60% !important;
2289
+ }
2290
+
2291
+ .minh-65 {
2292
+ min-height: 65% !important;
2293
+ }
2294
+
2295
+ .minh-70 {
2296
+ min-height: 70% !important;
2297
+ }
2298
+
2299
+ .minh-75 {
2300
+ min-height: 75% !important;
2301
+ }
2302
+
2303
+ .minh-80 {
2304
+ min-height: 80% !important;
2305
+ }
2306
+
2307
+ .minh-85 {
2308
+ min-height: 85% !important;
2309
+ }
2310
+
2311
+ .minh-90 {
2312
+ min-height: 90% !important;
2313
+ }
2314
+
2315
+ .minh-95 {
2316
+ min-height: 95% !important;
2317
+ }
2318
+
2319
+ .minh-100 {
2320
+ min-height: 100% !important;
2321
+ }
2322
+
2323
+ .minh-1-2 {
2324
+ min-height: 50% !important;
2325
+ }
2326
+
2327
+ .minh-1-3 {
2328
+ min-height: 33.333333% !important;
2329
+ }
2330
+
2331
+ .minh-2-3 {
2332
+ min-height: 66.666667% !important;
2333
+ }
2334
+
2335
+ .minh-1-4 {
2336
+ min-height: 25% !important;
2337
+ }
2338
+
2339
+ .minh-3-4 {
2340
+ min-height: 75% !important;
2341
+ }
2342
+
2343
+ .maxh-5 {
2344
+ max-height: 5% !important;
2345
+ }
2346
+
2347
+ .maxh-10 {
2348
+ max-height: 10% !important;
2349
+ }
2350
+
2351
+ .maxh-15 {
2352
+ max-height: 15% !important;
2353
+ }
2354
+
2355
+ .maxh-20 {
2356
+ max-height: 20% !important;
2357
+ }
2358
+
2359
+ .maxh-25 {
2360
+ max-height: 25% !important;
2361
+ }
2362
+
2363
+ .maxh-30 {
2364
+ max-height: 30% !important;
2365
+ }
2366
+
2367
+ .maxh-35 {
2368
+ max-height: 35% !important;
2369
+ }
2370
+
2371
+ .maxh-40 {
2372
+ max-height: 40% !important;
2373
+ }
2374
+
2375
+ .maxh-45 {
2376
+ max-height: 45% !important;
2377
+ }
2378
+
2379
+ .maxh-50 {
2380
+ max-height: 50% !important;
2381
+ }
2382
+
2383
+ .maxh-55 {
2384
+ max-height: 55% !important;
2385
+ }
2386
+
2387
+ .maxh-60 {
2388
+ max-height: 60% !important;
2389
+ }
2390
+
2391
+ .maxh-65 {
2392
+ max-height: 65% !important;
2393
+ }
2394
+
2395
+ .maxh-70 {
2396
+ max-height: 70% !important;
2397
+ }
2398
+
2399
+ .maxh-75 {
2400
+ max-height: 75% !important;
2401
+ }
2402
+
2403
+ .maxh-80 {
2404
+ max-height: 80% !important;
2405
+ }
2406
+
2407
+ .maxh-85 {
2408
+ max-height: 85% !important;
2409
+ }
2410
+
2411
+ .maxh-90 {
2412
+ max-height: 90% !important;
2413
+ }
2414
+
2415
+ .maxh-95 {
2416
+ max-height: 95% !important;
2417
+ }
2418
+
2419
+ .maxh-100 {
2420
+ max-height: 100% !important;
2421
+ }
2422
+
2423
+ .maxh-1-2 {
2424
+ max-height: 50% !important;
2425
+ }
2426
+
2427
+ .maxh-1-3 {
2428
+ max-height: 33.333333% !important;
2429
+ }
2430
+
2431
+ .maxh-2-3 {
2432
+ max-height: 66.666667% !important;
2433
+ }
2434
+
2435
+ .maxh-1-4 {
2436
+ max-height: 25% !important;
2437
+ }
2438
+
2439
+ .maxh-3-4 {
2440
+ max-height: 75% !important;
2441
+ }
2442
+
2443
+ .position-static {
2444
+ position: static !important;
2445
+ }
2446
+
2447
+ .position-relative {
2448
+ position: relative !important;
2449
+ }
2450
+
2451
+ .position-absolute {
2452
+ position: absolute !important;
2453
+ }
2454
+
2455
+ .position-fixed {
2456
+ position: fixed !important;
2457
+ }
2458
+
2459
+ .position-sticky {
2460
+ position: sticky !important;
2461
+ }
2462
+
2463
+ .border {
2464
+ border: 1px solid var(--pa-border-color) !important;
2465
+ }
2466
+
2467
+ .border-top {
2468
+ border-top: 1px solid var(--pa-border-color) !important;
2469
+ }
2470
+
2471
+ .border-right {
2472
+ border-right: 1px solid var(--pa-border-color) !important;
2473
+ }
2474
+
2475
+ .border-bottom {
2476
+ border-bottom: 1px solid var(--pa-border-color) !important;
2477
+ }
2478
+
2479
+ .border-left {
2480
+ border-left: 1px solid var(--pa-border-color) !important;
2481
+ }
2482
+
2483
+ .border-0 {
2484
+ border: 0 !important;
2485
+ }
2486
+
2487
+ .border-top-0 {
2488
+ border-top: 0 !important;
2489
+ }
2490
+
2491
+ .border-right-0 {
2492
+ border-right: 0 !important;
2493
+ }
2494
+
2495
+ .border-bottom-0 {
2496
+ border-bottom: 0 !important;
2497
+ }
2498
+
2499
+ .border-left-0 {
2500
+ border-left: 0 !important;
2501
+ }
2502
+
2503
+ .border-solid {
2504
+ border-style: solid !important;
2505
+ }
2506
+
2507
+ .border-dashed {
2508
+ border-style: dashed !important;
2509
+ }
2510
+
2511
+ .border-dotted {
2512
+ border-style: dotted !important;
2513
+ }
2514
+
2515
+ .border-none {
2516
+ border-style: none !important;
2517
+ }
2518
+
2519
+ .text-primary {
2520
+ color: var(--pa-accent) !important;
2521
+ }
2522
+
2523
+ .text-success {
2524
+ color: var(--pa-success-text) !important;
2525
+ }
2526
+
2527
+ .text-danger {
2528
+ color: var(--pa-danger-text) !important;
2529
+ }
2530
+
2531
+ .text-warning {
2532
+ color: var(--pa-warning-text) !important;
2533
+ }
2534
+
2535
+ .text-info {
2536
+ color: var(--pa-info-text) !important;
2537
+ }
2538
+
2539
+ .text-color-1 {
2540
+ color: var(--pa-color-1) !important;
2541
+ }
2542
+
2543
+ .text-color-2 {
2544
+ color: var(--pa-color-2) !important;
2545
+ }
2546
+
2547
+ .text-color-3 {
2548
+ color: var(--pa-color-3) !important;
2549
+ }
2550
+
2551
+ .text-color-4 {
2552
+ color: var(--pa-color-4) !important;
2553
+ }
2554
+
2555
+ .text-color-5 {
2556
+ color: var(--pa-color-5) !important;
2557
+ }
2558
+
2559
+ .text-color-6 {
2560
+ color: var(--pa-color-6) !important;
2561
+ }
2562
+
2563
+ .text-color-7 {
2564
+ color: var(--pa-color-7) !important;
2565
+ }
2566
+
2567
+ .text-color-8 {
2568
+ color: var(--pa-color-8) !important;
2569
+ }
2570
+
2571
+ .text-color-9 {
2572
+ color: var(--pa-color-9) !important;
2573
+ }
2574
+
2575
+ .rounded {
2576
+ border-radius: var(--pa-border-radius) !important;
2577
+ }
2578
+
2579
+ .rounded-lg {
2580
+ border-radius: var(--pa-border-radius-lg) !important;
2581
+ }
2582
+
2583
+ .rounded-circle {
2584
+ border-radius: 50% !important;
2585
+ }
2586
+
2587
+ .rounded-0 {
2588
+ border-radius: 0 !important;
2589
+ }
2590
+
2591
+ .rounded-top {
2592
+ border-top-left-radius: var(--pa-border-radius) !important;
2593
+ border-top-right-radius: var(--pa-border-radius) !important;
2594
+ }
2595
+
2596
+ .rounded-bottom {
2597
+ border-bottom-left-radius: var(--pa-border-radius) !important;
2598
+ border-bottom-right-radius: var(--pa-border-radius) !important;
2599
+ }
2600
+
2601
+ .rounded-left {
2602
+ border-top-left-radius: var(--pa-border-radius) !important;
2603
+ border-bottom-left-radius: var(--pa-border-radius) !important;
2604
+ }
2605
+
2606
+ .rounded-right {
2607
+ border-top-right-radius: var(--pa-border-radius) !important;
2608
+ border-bottom-right-radius: var(--pa-border-radius) !important;
2609
+ }
2610
+
2611
+ .shadow-none {
2612
+ box-shadow: none !important;
2613
+ }
2614
+
2615
+ .shadow-sm {
2616
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) !important;
2617
+ }
2618
+
2619
+ .shadow {
2620
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
2621
+ }
2622
+
2623
+ .shadow-lg {
2624
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
2625
+ }
2626
+
2627
+ .gap-0 {
2628
+ gap: 0 !important;
2629
+ }
2630
+
2631
+ .gap-x-0 {
2632
+ column-gap: 0 !important;
2633
+ }
2634
+
2635
+ .gap-y-0 {
2636
+ row-gap: 0 !important;
2637
+ }
2638
+
2639
+ .gap-1 {
2640
+ gap: 0.25rem !important;
2641
+ }
2642
+
2643
+ .gap-x-1 {
2644
+ column-gap: 0.25rem !important;
2645
+ }
2646
+
2647
+ .gap-y-1 {
2648
+ row-gap: 0.25rem !important;
2649
+ }
2650
+
2651
+ .gap-2 {
2652
+ gap: 0.5rem !important;
2653
+ }
2654
+
2655
+ .gap-x-2 {
2656
+ column-gap: 0.5rem !important;
2657
+ }
2658
+
2659
+ .gap-y-2 {
2660
+ row-gap: 0.5rem !important;
2661
+ }
2662
+
2663
+ .gap-3 {
2664
+ gap: 0.75rem !important;
2665
+ }
2666
+
2667
+ .gap-x-3 {
2668
+ column-gap: 0.75rem !important;
2669
+ }
2670
+
2671
+ .gap-y-3 {
2672
+ row-gap: 0.75rem !important;
2673
+ }
2674
+
2675
+ .gap-4 {
2676
+ gap: 1rem !important;
2677
+ }
2678
+
2679
+ .gap-x-4 {
2680
+ column-gap: 1rem !important;
2681
+ }
2682
+
2683
+ .gap-y-4 {
2684
+ row-gap: 1rem !important;
2685
+ }
2686
+
2687
+ .gap-5 {
2688
+ gap: 1.25rem !important;
2689
+ }
2690
+
2691
+ .gap-x-5 {
2692
+ column-gap: 1.25rem !important;
2693
+ }
2694
+
2695
+ .gap-y-5 {
2696
+ row-gap: 1.25rem !important;
2697
+ }
2698
+
2699
+ .gap-6 {
2700
+ gap: 1.5rem !important;
2701
+ }
2702
+
2703
+ .gap-x-6 {
2704
+ column-gap: 1.5rem !important;
2705
+ }
2706
+
2707
+ .gap-y-6 {
2708
+ row-gap: 1.5rem !important;
2709
+ }
2710
+
2711
+ .gap-8 {
2712
+ gap: 2rem !important;
2713
+ }
2714
+
2715
+ .gap-x-8 {
2716
+ column-gap: 2rem !important;
2717
+ }
2718
+
2719
+ .gap-y-8 {
2720
+ row-gap: 2rem !important;
2721
+ }
2722
+
2723
+ .gap-10 {
2724
+ gap: 2.5rem !important;
2725
+ }
2726
+
2727
+ .gap-x-10 {
2728
+ column-gap: 2.5rem !important;
2729
+ }
2730
+
2731
+ .gap-y-10 {
2732
+ row-gap: 2.5rem !important;
2733
+ }
2734
+
2735
+ .gap-12 {
2736
+ gap: 3rem !important;
2737
+ }
2738
+
2739
+ .gap-x-12 {
2740
+ column-gap: 3rem !important;
2741
+ }
2742
+
2743
+ .gap-y-12 {
2744
+ row-gap: 3rem !important;
2745
+ }
2746
+
2747
+ .gap-16 {
2748
+ gap: 4rem !important;
2749
+ }
2750
+
2751
+ .gap-x-16 {
2752
+ column-gap: 4rem !important;
2753
+ }
2754
+
2755
+ .gap-y-16 {
2756
+ row-gap: 4rem !important;
2757
+ }
2758
+
2759
+ .gap-20 {
2760
+ gap: 5rem !important;
2761
+ }
2762
+
2763
+ .gap-x-20 {
2764
+ column-gap: 5rem !important;
2765
+ }
2766
+
2767
+ .gap-y-20 {
2768
+ row-gap: 5rem !important;
2769
+ }
2770
+
2771
+ .pa-cq {
2772
+ container-type: inline-size;
2773
+ }