source: Application/ocrent/wwwroot/lib/bootstrap/css/bootstrap-utilities.rtl.css@ f5f7c24

Last change on this file since f5f7c24 was f5f7c24, checked in by 192011 <mk.snicker@…>, 15 months ago

Initial commit

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