PluginProbe
ezCache / 1.3
ezCache v1.3
2.6.5 2.6.4 2.6.2 2.6.3 2.6.1 2.6.0 2.5.6 2.5.5 2.5.4 2.5.3 2.5.2 2.5.1 2.5 2.2.1 2.2.2 trunk 1.2 1.2.1 1.2.2 1.2.3 1.2.4 1.3 1.3.1 1.3.10 1.3.11 All 49 releases
ezcache / assets / dist / css / options.css

options.css in ezCache 1.3, at assets/dist/css/options.css

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