PluginProbe ʕ •ᴥ•ʔ
PiWeb Delivery & Pickup Date Time for WooCommerce / 3.0.49.70
PiWeb Delivery & Pickup Date Time for WooCommerce v3.0.49.70
3.0.63 3.0.62 3.0.61 3.0.60 3.0.49.49 3.0.49.6 3.0.49.60 3.0.49.61 3.0.49.62 3.0.49.63 3.0.49.64 3.0.49.66 3.0.49.67 3.0.49.69 3.0.49.7 3.0.49.70 3.0.49.72 3.0.49.73 3.0.49.74 3.0.49.76 3.0.49.77 3.0.49.79 3.0.49.9 3.0.49.90 3.0.49.91 3.0.49.92 3.0.49.93 3.0.49.94 3.0.49.96 3.0.49.97 3.0.49.99 trunk 1.0 1.1 1.2 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 2.9.17 3.0.47 3.0.49 3.0.49.1 3.0.49.10 3.0.49.11 3.0.49.12 3.0.49.13 3.0.49.16 3.0.49.17 3.0.49.19 3.0.49.2 3.0.49.20 3.0.49.21 3.0.49.22 3.0.49.23 3.0.49.24 3.0.49.26 3.0.49.27 3.0.49.29 3.0.49.3 3.0.49.30 3.0.49.31 3.0.49.32 3.0.49.33 3.0.49.34 3.0.49.36 3.0.49.37 3.0.49.39 3.0.49.4 3.0.49.40 3.0.49.41 3.0.49.42 3.0.49.43 3.0.49.44 3.0.49.46 3.0.49.47
pi-woocommerce-order-date-time-and-type / admin / css / bootstrap.css
pi-woocommerce-order-date-time-and-type / admin / css Last commit date
images 8 months ago bootstrap.css 8 months ago jquery-ui.css 8 months ago jquery.timepicker.min.css 8 months ago style.css 8 months ago
bootstrap.css
11296 lines
1 /**
2 * All of the CSS for your admin-specific functionality should be
3 * included in this file.
4 */
5 /*!
6 * Bootstrap Grid Only (grid and responsive utilities extracted from Bootstrap 4.1.3)
7 * GitHub: https://github.com/dmhendricks/bootstrap-grid-css
8 * Bootstrap License: MIT (https://github.com/twbs/bootstrap/blob/v4-dev/LICENSE)
9 * Credits: Twitter, Inc. & The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
10 */
11
12 :root {
13 --blue: #007bff;
14 --indigo: #6610f2;
15 --purple: #6f42c1;
16 --pink: #e83e8c;
17 --red: #dc3545;
18 --orange: #fd7e14;
19 --yellow: #ffc107;
20 --green: #28a745;
21 --teal: #20c997;
22 --cyan: #17a2b8;
23 --white: #fff;
24 --gray: #6c757d;
25 --gray-dark: #343a40;
26 --primary: #ee6443;
27 --secondary: #00a69f;
28 --success: #eda11b;
29 --info: #17a2b8;
30 --warning: #ffc107;
31 --danger: #dc3545;
32 --light: #ffffff;
33 --dark: #1a4562;
34 --breakpoint-xs: 0;
35 --breakpoint-sm: 576px;
36 --breakpoint-md: 768px;
37 --breakpoint-lg: 992px;
38 --breakpoint-xl: 1200px;
39 --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
40 --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
41 }
42
43 .bootstrap-wrapper *,
44 .bootstrap-wrapper ::after,
45 .bootstrap-wrapper ::before {
46 box-sizing: border-box;
47 }
48
49 .bootstrap-wrapper html {
50 font-family: var(--font-family-sans-serif);
51 line-height: 1.15;
52 -webkit-text-size-adjust: 100%;
53 -webkit-tap-highlight-color: transparent;
54 }
55
56 .bootstrap-wrapper article,
57 .bootstrap-wrapper aside,
58 .bootstrap-wrapper figcaption,
59 .bootstrap-wrapper figure,
60 .bootstrap-wrapper footer,
61 .bootstrap-wrapper header,
62 .bootstrap-wrapper hgroup,
63 .bootstrap-wrapper main,
64 .bootstrap-wrapper nav,
65 .bootstrap-wrapper section {
66 display: block;
67 }
68
69 .bootstrap-wrapper body {
70 margin: 0;
71 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
72 font-size: 1rem;
73 font-weight: 400;
74 line-height: 1.5;
75 color: #212529;
76 text-align: left;
77 background-color: #fff;
78 }
79
80 .bootstrap-wrapper [tabindex="-1"]:focus {
81 outline: 0 !important;
82 }
83
84 .bootstrap-wrapper hr {
85 box-sizing: content-box;
86 height: 0;
87 overflow: visible;
88 }
89
90 .bootstrap-wrapper h1,
91 .bootstrap-wrapper h2,
92 .bootstrap-wrapper h3,
93 .bootstrap-wrapper h4,
94 .bootstrap-wrapper h5,
95 .bootstrap-wrapper h6 {
96 margin-top: 0;
97 margin-bottom: 0.5rem;
98 }
99
100 .bootstrap-wrapper p {
101 margin-top: 0;
102 margin-bottom: 1rem;
103 }
104
105 .bootstrap-wrapper abbr[data-original-title],
106 .bootstrap-wrapper abbr[title] {
107 text-decoration: underline;
108 -webkit-text-decoration: underline dotted;
109 text-decoration: underline dotted;
110 cursor: help;
111 border-bottom: 0;
112 -webkit-text-decoration-skip-ink: none;
113 text-decoration-skip-ink: none;
114 }
115
116 .bootstrap-wrapper address {
117 margin-bottom: 1rem;
118 font-style: normal;
119 line-height: inherit;
120 }
121
122 .bootstrap-wrapper dl,
123 .bootstrap-wrapper ol,
124 .bootstrap-wrapper ul {
125 margin-top: 0;
126 margin-bottom: 1rem;
127 }
128
129 .bootstrap-wrapper ol ol,
130 .bootstrap-wrapper ol ul,
131 .bootstrap-wrapper ul ol,
132 .bootstrap-wrapper ul ul {
133 margin-bottom: 0;
134 }
135
136 .bootstrap-wrapper dt {
137 font-weight: 700;
138 }
139
140 .bootstrap-wrapper dd {
141 margin-bottom: .5rem;
142 margin-left: 0;
143 }
144
145 .bootstrap-wrapper blockquote {
146 margin: 0 0 1rem;
147 }
148
149 .bootstrap-wrapper b,
150 .bootstrap-wrapper strong {
151 font-weight: bolder;
152 }
153
154 .bootstrap-wrapper small {
155 font-size: 90%;
156 }
157
158 .bootstrap-wrapper sub,
159 .bootstrap-wrapper sup {
160 position: relative;
161 font-size: 75%;
162 line-height: 0;
163 vertical-align: baseline;
164 }
165
166 .bootstrap-wrapper sub {
167 bottom: -0.25em;
168 }
169
170 .bootstrap-wrapper sup {
171 top: -0.5em;
172 }
173
174 .bootstrap-wrapper a {
175 color: #ee6443;
176 text-decoration: none;
177 background-color: transparent;
178 }
179
180 .bootstrap-wrapper a:hover {
181 color: #d23813;
182 text-decoration: underline;
183 }
184
185 .bootstrap-wrapper a:not([href]):not([tabindex]) {
186 color: inherit;
187 text-decoration: none;
188 }
189
190 .bootstrap-wrapper a:not([href]):not([tabindex]):focus,
191 .bootstrap-wrapper a:not([href]):not([tabindex]):hover {
192 color: inherit;
193 text-decoration: none;
194 }
195
196 .bootstrap-wrapper a:not([href]):not([tabindex]):focus {
197 outline: 0;
198 }
199
200 .bootstrap-wrapper code,
201 .bootstrap-wrapper kbd,
202 .bootstrap-wrapper pre,
203 .bootstrap-wrapper samp {
204 font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
205 font-size: 1em;
206 }
207
208 .bootstrap-wrapper pre {
209 margin-top: 0;
210 margin-bottom: 1rem;
211 overflow: auto;
212 }
213
214 .bootstrap-wrapper figure {
215 margin: 0 0 1rem;
216 }
217
218 .bootstrap-wrapper img {
219 vertical-align: middle;
220 border-style: none;
221 }
222
223 .bootstrap-wrapper svg {
224 overflow: hidden;
225 vertical-align: middle;
226 }
227
228 .bootstrap-wrapper table {
229 border-collapse: collapse;
230 }
231
232 .bootstrap-wrapper caption {
233 padding-top: .75rem;
234 padding-bottom: .75rem;
235 color: #6c757d;
236 text-align: left;
237 caption-side: bottom;
238 }
239
240 .bootstrap-wrapper th {
241 text-align: inherit;
242 }
243
244 .bootstrap-wrapper label {
245 display: inline-block;
246 margin-bottom: 0.5rem;
247 font-family: var(--font-family-sans-serif);
248 }
249
250 .bootstrap-wrapper button {
251 border-radius: 0;
252 }
253
254 .bootstrap-wrapper button:focus {
255 outline: 1px dotted;
256 outline: 5px auto -webkit-focus-ring-color;
257 }
258
259 .bootstrap-wrapper button,
260 .bootstrap-wrapper input,
261 .bootstrap-wrapper optgroup,
262 .bootstrap-wrapper select,
263 .bootstrap-wrapper textarea {
264 margin: 0;
265 font-family: inherit;
266 font-size: inherit;
267 line-height: inherit;
268 }
269
270 .bootstrap-wrapper button,
271 .bootstrap-wrapper input {
272 overflow: visible;
273 }
274
275 .bootstrap-wrapper button,
276 .bootstrap-wrapper select {
277 text-transform: none;
278 }
279
280 .bootstrap-wrapper select {
281 word-wrap: normal;
282 }
283
284 .bootstrap-wrapper [type=button],
285 .bootstrap-wrapper [type=reset],
286 .bootstrap-wrapper [type=submit],
287 .bootstrap-wrapper button {
288 -webkit-appearance: button;
289 }
290
291 .bootstrap-wrapper [type=button]:not(:disabled),
292 .bootstrap-wrapper [type=reset]:not(:disabled),
293 .bootstrap-wrapper [type=submit]:not(:disabled),
294 .bootstrap-wrapper button:not(:disabled) {
295 cursor: pointer;
296 }
297
298 .bootstrap-wrapper [type=button]::-moz-focus-inner,
299 .bootstrap-wrapper [type=reset]::-moz-focus-inner,
300 .bootstrap-wrapper [type=submit]::-moz-focus-inner,
301 .bootstrap-wrapper button::-moz-focus-inner {
302 padding: 0;
303 border-style: none;
304 }
305
306 .bootstrap-wrapper input[type=checkbox],
307 .bootstrap-wrapper input[type=radio] {
308 box-sizing: border-box;
309 padding: 0;
310 }
311
312 .bootstrap-wrapper input[type=date],
313 .bootstrap-wrapper input[type=datetime-local],
314 .bootstrap-wrapper input[type=month],
315 .bootstrap-wrapper input[type=time] {
316 -webkit-appearance: listbox;
317 }
318
319 .bootstrap-wrapper textarea {
320 overflow: auto;
321 resize: vertical;
322 }
323
324 .bootstrap-wrapper fieldset {
325 min-width: 0;
326 padding: 0;
327 margin: 0;
328 border: 0;
329 }
330
331 .bootstrap-wrapper legend {
332 display: block;
333 width: 100%;
334 max-width: 100%;
335 padding: 0;
336 margin-bottom: .5rem;
337 font-size: 1.5rem;
338 line-height: inherit;
339 color: inherit;
340 white-space: normal;
341 }
342
343 .bootstrap-wrapper progress {
344 vertical-align: baseline;
345 }
346
347 .bootstrap-wrapper [type=number]::-webkit-inner-spin-button,
348 .bootstrap-wrapper [type=number]::-webkit-outer-spin-button {
349 height: auto;
350 }
351
352 .bootstrap-wrapper [type=search] {
353 outline-offset: -2px;
354 -webkit-appearance: none;
355 }
356
357 .bootstrap-wrapper [type=search]::-webkit-search-decoration {
358 -webkit-appearance: none;
359 }
360
361 .bootstrap-wrapper ::-webkit-file-upload-button {
362 font: inherit;
363 -webkit-appearance: button;
364 }
365
366 .bootstrap-wrapper output {
367 display: inline-block;
368 }
369
370 .bootstrap-wrapper summary {
371 display: list-item;
372 cursor: pointer;
373 }
374
375 .bootstrap-wrapper template {
376 display: none;
377 }
378
379 .bootstrap-wrapper [hidden] {
380 display: none !important;
381 }
382
383 .bootstrap-wrapper .h1,
384 .bootstrap-wrapper .h2,
385 .bootstrap-wrapper .h3,
386 .bootstrap-wrapper .h4,
387 .bootstrap-wrapper .h5,
388 .bootstrap-wrapper .h6,
389 .bootstrap-wrapper h1,
390 .bootstrap-wrapper h2,
391 .bootstrap-wrapper h3,
392 .bootstrap-wrapper h4,
393 .bootstrap-wrapper h5,
394 .bootstrap-wrapper h6 {
395 margin-bottom: .5rem;
396 font-weight: 700;
397 line-height: 1.2;
398 font-family: var(--font-family-sans-serif);
399 color: #1a4562 !important;
400 }
401
402 .bootstrap-wrapper .h1,
403 .bootstrap-wrapper h1 {
404 font-size: 2.5rem;
405 }
406
407 .bootstrap-wrapper .h2,
408 .bootstrap-wrapper h2 {
409 font-size: 2rem;
410 }
411
412 .bootstrap-wrapper .h3,
413 .bootstrap-wrapper h3 {
414 font-size: 1.75rem;
415 }
416
417 .bootstrap-wrapper .h4,
418 .bootstrap-wrapper h4 {
419 font-size: 1.5rem;
420 }
421
422 .bootstrap-wrapper .h5,
423 .bootstrap-wrapper h5 {
424 font-size: 1.25rem;
425 }
426
427 .bootstrap-wrapper .h6,
428 .bootstrap-wrapper h6 {
429 font-size: 1rem;
430 }
431
432 .bootstrap-wrapper .lead {
433 font-size: 1.25rem;
434 font-weight: 300;
435 }
436
437 .bootstrap-wrapper .display-1 {
438 font-size: 6rem;
439 font-weight: 300;
440 line-height: 1.2;
441 }
442
443 .bootstrap-wrapper .display-2 {
444 font-size: 5.5rem;
445 font-weight: 300;
446 line-height: 1.2;
447 }
448
449 .bootstrap-wrapper .display-3 {
450 font-size: 4.5rem;
451 font-weight: 300;
452 line-height: 1.2;
453 }
454
455 .bootstrap-wrapper .display-4 {
456 font-size: 3.5rem;
457 font-weight: 300;
458 line-height: 1.2;
459 }
460
461 .bootstrap-wrapper hr {
462 margin-top: 1rem;
463 margin-bottom: 1rem;
464 border: 0;
465 border-top: 1px solid rgba(0, 0, 0, 0.1);
466 }
467
468 .bootstrap-wrapper .small,
469 .bootstrap-wrapper small {
470 font-size: 90%;
471 font-weight: 400;
472 font-family: var(--font-family-sans-serif);
473 }
474
475 .bootstrap-wrapper .mark,
476 .bootstrap-wrapper mark {
477 padding: .2em;
478 background-color: #fcf8e3;
479 }
480
481 .bootstrap-wrapper .list-unstyled {
482 padding-left: 0;
483 list-style: none;
484 }
485
486 .bootstrap-wrapper .list-inline {
487 padding-left: 0;
488 list-style: none;
489 }
490
491 .bootstrap-wrapper .list-inline-item {
492 display: inline-block;
493 }
494
495 .bootstrap-wrapper .list-inline-item:not(:last-child) {
496 margin-right: 0.5rem;
497 }
498
499 .bootstrap-wrapper .initialism {
500 font-size: 90%;
501 text-transform: uppercase;
502 }
503
504 .bootstrap-wrapper .blockquote {
505 margin-bottom: 1rem;
506 font-size: 1.25rem;
507 }
508
509 .bootstrap-wrapper .blockquote-footer {
510 display: block;
511 font-size: 80%;
512 color: #6c757d;
513 }
514
515 .bootstrap-wrapper .blockquote-footer::before {
516 content: "\2014\00A0";
517 }
518
519 .bootstrap-wrapper .img-fluid {
520 max-width: 100%;
521 height: auto;
522 }
523
524 .bootstrap-wrapper .img-thumbnail {
525 padding: .25rem;
526 background-color: #fff;
527 border: 1px solid #dee2e6;
528 border-radius: .25rem;
529 max-width: 100%;
530 height: auto;
531 }
532
533 .bootstrap-wrapper .figure {
534 display: inline-block;
535 }
536
537 .bootstrap-wrapper .figure-img {
538 margin-bottom: .5rem;
539 line-height: 1;
540 }
541
542 .bootstrap-wrapper .figure-caption {
543 font-size: 90%;
544 color: #6c757d;
545 }
546
547 .bootstrap-wrapper code {
548 font-size: 87.5%;
549 color: #e83e8c;
550 word-break: break-word;
551 }
552
553 .bootstrap-wrapper a>code {
554 color: inherit;
555 }
556
557 .bootstrap-wrapper kbd {
558 padding: .2rem .4rem;
559 font-size: 87.5%;
560 color: #fff;
561 background-color: #212529;
562 border-radius: 0.2rem;
563 }
564
565 .bootstrap-wrapper kbd kbd {
566 padding: 0;
567 font-size: 100%;
568 font-weight: 700;
569 }
570
571 .bootstrap-wrapper pre {
572 display: block;
573 font-size: 87.5%;
574 color: #212529;
575 }
576
577 .bootstrap-wrapper pre code {
578 font-size: inherit;
579 color: inherit;
580 word-break: normal;
581 }
582
583 .bootstrap-wrapper .pre-scrollable {
584 max-height: 340px;
585 overflow-y: scroll;
586 }
587
588 .bootstrap-wrapper .container, .bootstrap-wrapper .pisol-container {
589 width: 100%;
590 padding-right: 15px;
591 padding-left: 15px;
592 margin-right: auto;
593 margin-left: auto;
594 }
595
596 @media (min-width: 576px) {
597 .bootstrap-wrapper .container, .bootstrap-wrapper .pisol-container {
598 max-width: 540px;
599 }
600 }
601
602 @media (min-width: 768px) {
603 .bootstrap-wrapper .container, .bootstrap-wrapper .pisol-container {
604 max-width: 720px;
605 }
606 }
607
608 @media (min-width: 992px) {
609 .bootstrap-wrapper .container, .bootstrap-wrapper .pisol-container {
610 max-width: 960px;
611 }
612 }
613
614 @media (min-width: 1200px) {
615 .bootstrap-wrapper .container, .bootstrap-wrapper .pisol-container {
616 max-width: 1140px;
617 }
618 }
619
620 .bootstrap-wrapper .container-fluid, .bootstrap-wrapper .pisol-container-fluid {
621 width: 100%;
622 padding-right: 15px;
623 padding-left: 15px;
624 margin-right: auto;
625 margin-left: auto;
626 }
627
628 .bootstrap-wrapper .row, .bootstrap-wrapper .pisol-row{
629 display: -ms-flexbox;
630 display: flex;
631 -ms-flex-wrap: wrap;
632 flex-wrap: wrap;
633 margin-right: -15px;
634 margin-left: -15px;
635 }
636
637 .bootstrap-wrapper .no-gutters {
638 margin-right: 0;
639 margin-left: 0;
640 }
641
642 .bootstrap-wrapper .no-gutters>.col,
643 .bootstrap-wrapper .no-gutters>[class*=col-] {
644 padding-right: 0;
645 padding-left: 0;
646 }
647
648 .bootstrap-wrapper .col,
649 .bootstrap-wrapper .col-1,
650 .bootstrap-wrapper .col-10,
651 .bootstrap-wrapper .col-11,
652 .bootstrap-wrapper .col-12,
653 .bootstrap-wrapper .col-2,
654 .bootstrap-wrapper .col-3,
655 .bootstrap-wrapper .col-4,
656 .bootstrap-wrapper .col-5,
657 .bootstrap-wrapper .col-6,
658 .bootstrap-wrapper .col-7,
659 .bootstrap-wrapper .col-8,
660 .bootstrap-wrapper .col-9,
661 .bootstrap-wrapper .col-auto,
662 .bootstrap-wrapper .col-lg,
663 .bootstrap-wrapper .col-lg-1,
664 .bootstrap-wrapper .col-lg-10,
665 .bootstrap-wrapper .col-lg-11,
666 .bootstrap-wrapper .col-lg-12,
667 .bootstrap-wrapper .col-lg-2,
668 .bootstrap-wrapper .col-lg-3,
669 .bootstrap-wrapper .col-lg-4,
670 .bootstrap-wrapper .col-lg-5,
671 .bootstrap-wrapper .col-lg-6,
672 .bootstrap-wrapper .col-lg-7,
673 .bootstrap-wrapper .col-lg-8,
674 .bootstrap-wrapper .col-lg-9,
675 .bootstrap-wrapper .col-lg-auto,
676 .bootstrap-wrapper .col-md,
677 .bootstrap-wrapper .col-md-1,
678 .bootstrap-wrapper .col-md-10,
679 .bootstrap-wrapper .col-md-11,
680 .bootstrap-wrapper .col-md-12,
681 .bootstrap-wrapper .col-md-2,
682 .bootstrap-wrapper .col-md-3,
683 .bootstrap-wrapper .col-md-4,
684 .bootstrap-wrapper .col-md-5,
685 .bootstrap-wrapper .col-md-6,
686 .bootstrap-wrapper .col-md-7,
687 .bootstrap-wrapper .col-md-8,
688 .bootstrap-wrapper .col-md-9,
689 .bootstrap-wrapper .col-md-auto,
690 .bootstrap-wrapper .col-sm,
691 .bootstrap-wrapper .col-sm-1,
692 .bootstrap-wrapper .col-sm-10,
693 .bootstrap-wrapper .col-sm-11,
694 .bootstrap-wrapper .col-sm-12,
695 .bootstrap-wrapper .col-sm-2,
696 .bootstrap-wrapper .col-sm-3,
697 .bootstrap-wrapper .col-sm-4,
698 .bootstrap-wrapper .col-sm-5,
699 .bootstrap-wrapper .col-sm-6,
700 .bootstrap-wrapper .col-sm-7,
701 .bootstrap-wrapper .col-sm-8,
702 .bootstrap-wrapper .col-sm-9,
703 .bootstrap-wrapper .col-sm-auto,
704 .bootstrap-wrapper .col-xl,
705 .bootstrap-wrapper .col-xl-1,
706 .bootstrap-wrapper .col-xl-10,
707 .bootstrap-wrapper .col-xl-11,
708 .bootstrap-wrapper .col-xl-12,
709 .bootstrap-wrapper .col-xl-2,
710 .bootstrap-wrapper .col-xl-3,
711 .bootstrap-wrapper .col-xl-4,
712 .bootstrap-wrapper .col-xl-5,
713 .bootstrap-wrapper .col-xl-6,
714 .bootstrap-wrapper .col-xl-7,
715 .bootstrap-wrapper .col-xl-8,
716 .bootstrap-wrapper .col-xl-9,
717 .bootstrap-wrapper .col-xl-auto {
718 position: relative;
719 width: 100%;
720 padding-right: 15px;
721 padding-left: 15px;
722 }
723
724 .bootstrap-wrapper .col {
725 -ms-flex-preferred-size: 0;
726 flex-basis: 0;
727 -ms-flex-positive: 1;
728 flex-grow: 1;
729 max-width: 100%;
730 }
731
732 .bootstrap-wrapper .col-auto {
733 -ms-flex: 0 0 auto;
734 flex: 0 0 auto;
735 width: auto;
736 max-width: 100%;
737 }
738
739 .bootstrap-wrapper .col-1 {
740 -ms-flex: 0 0 8.333333%;
741 flex: 0 0 8.333333%;
742 max-width: 8.333333%;
743 }
744
745 .bootstrap-wrapper .col-2 {
746 -ms-flex: 0 0 16.666667%;
747 flex: 0 0 16.666667%;
748 max-width: 16.666667%;
749 }
750
751 .bootstrap-wrapper .col-3 {
752 -ms-flex: 0 0 25%;
753 flex: 0 0 25%;
754 max-width: 25%;
755 }
756
757 .bootstrap-wrapper .col-4 {
758 -ms-flex: 0 0 33.333333%;
759 flex: 0 0 33.333333%;
760 max-width: 33.333333%;
761 }
762
763 .bootstrap-wrapper .col-5 {
764 -ms-flex: 0 0 41.666667%;
765 flex: 0 0 41.666667%;
766 max-width: 41.666667%;
767 }
768
769 .bootstrap-wrapper .col-6 {
770 -ms-flex: 0 0 50%;
771 flex: 0 0 50%;
772 max-width: 50%;
773 }
774
775 .bootstrap-wrapper .col-7 {
776 -ms-flex: 0 0 58.333333%;
777 flex: 0 0 58.333333%;
778 max-width: 58.333333%;
779 }
780
781 .bootstrap-wrapper .col-8 {
782 -ms-flex: 0 0 66.666667%;
783 flex: 0 0 66.666667%;
784 max-width: 66.666667%;
785 }
786
787 .bootstrap-wrapper .col-9 {
788 -ms-flex: 0 0 75%;
789 flex: 0 0 75%;
790 max-width: 75%;
791 }
792
793 .bootstrap-wrapper .col-10 {
794 -ms-flex: 0 0 83.333333%;
795 flex: 0 0 83.333333%;
796 max-width: 83.333333%;
797 }
798
799 .bootstrap-wrapper .col-11 {
800 -ms-flex: 0 0 91.666667%;
801 flex: 0 0 91.666667%;
802 max-width: 91.666667%;
803 }
804
805 .bootstrap-wrapper .col-12 {
806 -ms-flex: 0 0 100%;
807 flex: 0 0 100%;
808 max-width: 100%;
809 }
810
811 .bootstrap-wrapper .order-first {
812 -ms-flex-order: -1;
813 order: -1;
814 }
815
816 .bootstrap-wrapper .order-last {
817 -ms-flex-order: 13;
818 order: 13;
819 }
820
821 .bootstrap-wrapper .order-0 {
822 -ms-flex-order: 0;
823 order: 0;
824 }
825
826 .bootstrap-wrapper .order-1 {
827 -ms-flex-order: 1;
828 order: 1;
829 }
830
831 .bootstrap-wrapper .order-2 {
832 -ms-flex-order: 2;
833 order: 2;
834 }
835
836 .bootstrap-wrapper .order-3 {
837 -ms-flex-order: 3;
838 order: 3;
839 }
840
841 .bootstrap-wrapper .order-4 {
842 -ms-flex-order: 4;
843 order: 4;
844 }
845
846 .bootstrap-wrapper .order-5 {
847 -ms-flex-order: 5;
848 order: 5;
849 }
850
851 .bootstrap-wrapper .order-6 {
852 -ms-flex-order: 6;
853 order: 6;
854 }
855
856 .bootstrap-wrapper .order-7 {
857 -ms-flex-order: 7;
858 order: 7;
859 }
860
861 .bootstrap-wrapper .order-8 {
862 -ms-flex-order: 8;
863 order: 8;
864 }
865
866 .bootstrap-wrapper .order-9 {
867 -ms-flex-order: 9;
868 order: 9;
869 }
870
871 .bootstrap-wrapper .order-10 {
872 -ms-flex-order: 10;
873 order: 10;
874 }
875
876 .bootstrap-wrapper .order-11 {
877 -ms-flex-order: 11;
878 order: 11;
879 }
880
881 .bootstrap-wrapper .order-12 {
882 -ms-flex-order: 12;
883 order: 12;
884 }
885
886 .bootstrap-wrapper .offset-1 {
887 margin-left: 8.333333%;
888 }
889
890 .bootstrap-wrapper .offset-2 {
891 margin-left: 16.666667%;
892 }
893
894 .bootstrap-wrapper .offset-3 {
895 margin-left: 25%;
896 }
897
898 .bootstrap-wrapper .offset-4 {
899 margin-left: 33.333333%;
900 }
901
902 .bootstrap-wrapper .offset-5 {
903 margin-left: 41.666667%;
904 }
905
906 .bootstrap-wrapper .offset-6 {
907 margin-left: 50%;
908 }
909
910 .bootstrap-wrapper .offset-7 {
911 margin-left: 58.333333%;
912 }
913
914 .bootstrap-wrapper .offset-8 {
915 margin-left: 66.666667%;
916 }
917
918 .bootstrap-wrapper .offset-9 {
919 margin-left: 75%;
920 }
921
922 .bootstrap-wrapper .offset-10 {
923 margin-left: 83.333333%;
924 }
925
926 .bootstrap-wrapper .offset-11 {
927 margin-left: 91.666667%;
928 }
929
930 @media (min-width: 576px) {
931 .bootstrap-wrapper .col-sm {
932 -ms-flex-preferred-size: 0;
933 flex-basis: 0;
934 -ms-flex-positive: 1;
935 flex-grow: 1;
936 max-width: 100%;
937 }
938
939 .bootstrap-wrapper .col-sm-auto {
940 -ms-flex: 0 0 auto;
941 flex: 0 0 auto;
942 width: auto;
943 max-width: 100%;
944 }
945
946 .bootstrap-wrapper .col-sm-1 {
947 -ms-flex: 0 0 8.333333%;
948 flex: 0 0 8.333333%;
949 max-width: 8.333333%;
950 }
951
952 .bootstrap-wrapper .col-sm-2 {
953 -ms-flex: 0 0 16.666667%;
954 flex: 0 0 16.666667%;
955 max-width: 16.666667%;
956 }
957
958 .bootstrap-wrapper .col-sm-3 {
959 -ms-flex: 0 0 25%;
960 flex: 0 0 25%;
961 max-width: 25%;
962 }
963
964 .bootstrap-wrapper .col-sm-4 {
965 -ms-flex: 0 0 33.333333%;
966 flex: 0 0 33.333333%;
967 max-width: 33.333333%;
968 }
969
970 .bootstrap-wrapper .col-sm-5 {
971 -ms-flex: 0 0 41.666667%;
972 flex: 0 0 41.666667%;
973 max-width: 41.666667%;
974 }
975
976 .bootstrap-wrapper .col-sm-6 {
977 -ms-flex: 0 0 50%;
978 flex: 0 0 50%;
979 max-width: 50%;
980 }
981
982 .bootstrap-wrapper .col-sm-7 {
983 -ms-flex: 0 0 58.333333%;
984 flex: 0 0 58.333333%;
985 max-width: 58.333333%;
986 }
987
988 .bootstrap-wrapper .col-sm-8 {
989 -ms-flex: 0 0 66.666667%;
990 flex: 0 0 66.666667%;
991 max-width: 66.666667%;
992 }
993
994 .bootstrap-wrapper .col-sm-9 {
995 -ms-flex: 0 0 75%;
996 flex: 0 0 75%;
997 max-width: 75%;
998 }
999
1000 .bootstrap-wrapper .col-sm-10 {
1001 -ms-flex: 0 0 83.333333%;
1002 flex: 0 0 83.333333%;
1003 max-width: 83.333333%;
1004 }
1005
1006 .bootstrap-wrapper .col-sm-11 {
1007 -ms-flex: 0 0 91.666667%;
1008 flex: 0 0 91.666667%;
1009 max-width: 91.666667%;
1010 }
1011
1012 .bootstrap-wrapper .col-sm-12 {
1013 -ms-flex: 0 0 100%;
1014 flex: 0 0 100%;
1015 max-width: 100%;
1016 }
1017
1018 .bootstrap-wrapper .order-sm-first {
1019 -ms-flex-order: -1;
1020 order: -1;
1021 }
1022
1023 .bootstrap-wrapper .order-sm-last {
1024 -ms-flex-order: 13;
1025 order: 13;
1026 }
1027
1028 .bootstrap-wrapper .order-sm-0 {
1029 -ms-flex-order: 0;
1030 order: 0;
1031 }
1032
1033 .bootstrap-wrapper .order-sm-1 {
1034 -ms-flex-order: 1;
1035 order: 1;
1036 }
1037
1038 .bootstrap-wrapper .order-sm-2 {
1039 -ms-flex-order: 2;
1040 order: 2;
1041 }
1042
1043 .bootstrap-wrapper .order-sm-3 {
1044 -ms-flex-order: 3;
1045 order: 3;
1046 }
1047
1048 .bootstrap-wrapper .order-sm-4 {
1049 -ms-flex-order: 4;
1050 order: 4;
1051 }
1052
1053 .bootstrap-wrapper .order-sm-5 {
1054 -ms-flex-order: 5;
1055 order: 5;
1056 }
1057
1058 .bootstrap-wrapper .order-sm-6 {
1059 -ms-flex-order: 6;
1060 order: 6;
1061 }
1062
1063 .bootstrap-wrapper .order-sm-7 {
1064 -ms-flex-order: 7;
1065 order: 7;
1066 }
1067
1068 .bootstrap-wrapper .order-sm-8 {
1069 -ms-flex-order: 8;
1070 order: 8;
1071 }
1072
1073 .bootstrap-wrapper .order-sm-9 {
1074 -ms-flex-order: 9;
1075 order: 9;
1076 }
1077
1078 .bootstrap-wrapper .order-sm-10 {
1079 -ms-flex-order: 10;
1080 order: 10;
1081 }
1082
1083 .bootstrap-wrapper .order-sm-11 {
1084 -ms-flex-order: 11;
1085 order: 11;
1086 }
1087
1088 .bootstrap-wrapper .order-sm-12 {
1089 -ms-flex-order: 12;
1090 order: 12;
1091 }
1092
1093 .bootstrap-wrapper .offset-sm-0 {
1094 margin-left: 0;
1095 }
1096
1097 .bootstrap-wrapper .offset-sm-1 {
1098 margin-left: 8.333333%;
1099 }
1100
1101 .bootstrap-wrapper .offset-sm-2 {
1102 margin-left: 16.666667%;
1103 }
1104
1105 .bootstrap-wrapper .offset-sm-3 {
1106 margin-left: 25%;
1107 }
1108
1109 .bootstrap-wrapper .offset-sm-4 {
1110 margin-left: 33.333333%;
1111 }
1112
1113 .bootstrap-wrapper .offset-sm-5 {
1114 margin-left: 41.666667%;
1115 }
1116
1117 .bootstrap-wrapper .offset-sm-6 {
1118 margin-left: 50%;
1119 }
1120
1121 .bootstrap-wrapper .offset-sm-7 {
1122 margin-left: 58.333333%;
1123 }
1124
1125 .bootstrap-wrapper .offset-sm-8 {
1126 margin-left: 66.666667%;
1127 }
1128
1129 .bootstrap-wrapper .offset-sm-9 {
1130 margin-left: 75%;
1131 }
1132
1133 .bootstrap-wrapper .offset-sm-10 {
1134 margin-left: 83.333333%;
1135 }
1136
1137 .bootstrap-wrapper .offset-sm-11 {
1138 margin-left: 91.666667%;
1139 }
1140 }
1141
1142 @media (min-width: 768px) {
1143 .bootstrap-wrapper .col-md {
1144 -ms-flex-preferred-size: 0;
1145 flex-basis: 0;
1146 -ms-flex-positive: 1;
1147 flex-grow: 1;
1148 max-width: 100%;
1149 }
1150
1151 .bootstrap-wrapper .col-md-auto {
1152 -ms-flex: 0 0 auto;
1153 flex: 0 0 auto;
1154 width: auto;
1155 max-width: 100%;
1156 }
1157
1158 .bootstrap-wrapper .col-md-1 {
1159 -ms-flex: 0 0 8.333333%;
1160 flex: 0 0 8.333333%;
1161 max-width: 8.333333%;
1162 }
1163
1164 .bootstrap-wrapper .col-md-2 {
1165 -ms-flex: 0 0 16.666667%;
1166 flex: 0 0 16.666667%;
1167 max-width: 16.666667%;
1168 }
1169
1170 .bootstrap-wrapper .col-md-3 {
1171 -ms-flex: 0 0 25%;
1172 flex: 0 0 25%;
1173 max-width: 25%;
1174 }
1175
1176 .bootstrap-wrapper .col-md-4 {
1177 -ms-flex: 0 0 33.333333%;
1178 flex: 0 0 33.333333%;
1179 max-width: 33.333333%;
1180 }
1181
1182 .bootstrap-wrapper .col-md-5 {
1183 -ms-flex: 0 0 41.666667%;
1184 flex: 0 0 41.666667%;
1185 max-width: 41.666667%;
1186 }
1187
1188 .bootstrap-wrapper .col-md-6 {
1189 -ms-flex: 0 0 50%;
1190 flex: 0 0 50%;
1191 max-width: 50%;
1192 }
1193
1194 .bootstrap-wrapper .col-md-7 {
1195 -ms-flex: 0 0 58.333333%;
1196 flex: 0 0 58.333333%;
1197 max-width: 58.333333%;
1198 }
1199
1200 .bootstrap-wrapper .col-md-8 {
1201 -ms-flex: 0 0 66.666667%;
1202 flex: 0 0 66.666667%;
1203 max-width: 66.666667%;
1204 }
1205
1206 .bootstrap-wrapper .col-md-9 {
1207 -ms-flex: 0 0 75%;
1208 flex: 0 0 75%;
1209 max-width: 75%;
1210 }
1211
1212 .bootstrap-wrapper .col-md-10 {
1213 -ms-flex: 0 0 83.333333%;
1214 flex: 0 0 83.333333%;
1215 max-width: 83.333333%;
1216 }
1217
1218 .bootstrap-wrapper .col-md-11 {
1219 -ms-flex: 0 0 91.666667%;
1220 flex: 0 0 91.666667%;
1221 max-width: 91.666667%;
1222 }
1223
1224 .bootstrap-wrapper .col-md-12 {
1225 -ms-flex: 0 0 100%;
1226 flex: 0 0 100%;
1227 max-width: 100%;
1228 }
1229
1230 .bootstrap-wrapper .order-md-first {
1231 -ms-flex-order: -1;
1232 order: -1;
1233 }
1234
1235 .bootstrap-wrapper .order-md-last {
1236 -ms-flex-order: 13;
1237 order: 13;
1238 }
1239
1240 .bootstrap-wrapper .order-md-0 {
1241 -ms-flex-order: 0;
1242 order: 0;
1243 }
1244
1245 .bootstrap-wrapper .order-md-1 {
1246 -ms-flex-order: 1;
1247 order: 1;
1248 }
1249
1250 .bootstrap-wrapper .order-md-2 {
1251 -ms-flex-order: 2;
1252 order: 2;
1253 }
1254
1255 .bootstrap-wrapper .order-md-3 {
1256 -ms-flex-order: 3;
1257 order: 3;
1258 }
1259
1260 .bootstrap-wrapper .order-md-4 {
1261 -ms-flex-order: 4;
1262 order: 4;
1263 }
1264
1265 .bootstrap-wrapper .order-md-5 {
1266 -ms-flex-order: 5;
1267 order: 5;
1268 }
1269
1270 .bootstrap-wrapper .order-md-6 {
1271 -ms-flex-order: 6;
1272 order: 6;
1273 }
1274
1275 .bootstrap-wrapper .order-md-7 {
1276 -ms-flex-order: 7;
1277 order: 7;
1278 }
1279
1280 .bootstrap-wrapper .order-md-8 {
1281 -ms-flex-order: 8;
1282 order: 8;
1283 }
1284
1285 .bootstrap-wrapper .order-md-9 {
1286 -ms-flex-order: 9;
1287 order: 9;
1288 }
1289
1290 .bootstrap-wrapper .order-md-10 {
1291 -ms-flex-order: 10;
1292 order: 10;
1293 }
1294
1295 .bootstrap-wrapper .order-md-11 {
1296 -ms-flex-order: 11;
1297 order: 11;
1298 }
1299
1300 .bootstrap-wrapper .order-md-12 {
1301 -ms-flex-order: 12;
1302 order: 12;
1303 }
1304
1305 .bootstrap-wrapper .offset-md-0 {
1306 margin-left: 0;
1307 }
1308
1309 .bootstrap-wrapper .offset-md-1 {
1310 margin-left: 8.333333%;
1311 }
1312
1313 .bootstrap-wrapper .offset-md-2 {
1314 margin-left: 16.666667%;
1315 }
1316
1317 .bootstrap-wrapper .offset-md-3 {
1318 margin-left: 25%;
1319 }
1320
1321 .bootstrap-wrapper .offset-md-4 {
1322 margin-left: 33.333333%;
1323 }
1324
1325 .bootstrap-wrapper .offset-md-5 {
1326 margin-left: 41.666667%;
1327 }
1328
1329 .bootstrap-wrapper .offset-md-6 {
1330 margin-left: 50%;
1331 }
1332
1333 .bootstrap-wrapper .offset-md-7 {
1334 margin-left: 58.333333%;
1335 }
1336
1337 .bootstrap-wrapper .offset-md-8 {
1338 margin-left: 66.666667%;
1339 }
1340
1341 .bootstrap-wrapper .offset-md-9 {
1342 margin-left: 75%;
1343 }
1344
1345 .bootstrap-wrapper .offset-md-10 {
1346 margin-left: 83.333333%;
1347 }
1348
1349 .bootstrap-wrapper .offset-md-11 {
1350 margin-left: 91.666667%;
1351 }
1352 }
1353
1354 @media (min-width: 992px) {
1355 .bootstrap-wrapper .col-lg {
1356 -ms-flex-preferred-size: 0;
1357 flex-basis: 0;
1358 -ms-flex-positive: 1;
1359 flex-grow: 1;
1360 max-width: 100%;
1361 }
1362
1363 .bootstrap-wrapper .col-lg-auto {
1364 -ms-flex: 0 0 auto;
1365 flex: 0 0 auto;
1366 width: auto;
1367 max-width: 100%;
1368 }
1369
1370 .bootstrap-wrapper .col-lg-1 {
1371 -ms-flex: 0 0 8.333333%;
1372 flex: 0 0 8.333333%;
1373 max-width: 8.333333%;
1374 }
1375
1376 .bootstrap-wrapper .col-lg-2 {
1377 -ms-flex: 0 0 16.666667%;
1378 flex: 0 0 16.666667%;
1379 max-width: 16.666667%;
1380 }
1381
1382 .bootstrap-wrapper .col-lg-3 {
1383 -ms-flex: 0 0 25%;
1384 flex: 0 0 25%;
1385 max-width: 25%;
1386 }
1387
1388 .bootstrap-wrapper .col-lg-4 {
1389 -ms-flex: 0 0 33.333333%;
1390 flex: 0 0 33.333333%;
1391 max-width: 33.333333%;
1392 }
1393
1394 .bootstrap-wrapper .col-lg-5 {
1395 -ms-flex: 0 0 41.666667%;
1396 flex: 0 0 41.666667%;
1397 max-width: 41.666667%;
1398 }
1399
1400 .bootstrap-wrapper .col-lg-6 {
1401 -ms-flex: 0 0 50%;
1402 flex: 0 0 50%;
1403 max-width: 50%;
1404 }
1405
1406 .bootstrap-wrapper .col-lg-7 {
1407 -ms-flex: 0 0 58.333333%;
1408 flex: 0 0 58.333333%;
1409 max-width: 58.333333%;
1410 }
1411
1412 .bootstrap-wrapper .col-lg-8 {
1413 -ms-flex: 0 0 66.666667%;
1414 flex: 0 0 66.666667%;
1415 max-width: 66.666667%;
1416 }
1417
1418 .bootstrap-wrapper .col-lg-9 {
1419 -ms-flex: 0 0 75%;
1420 flex: 0 0 75%;
1421 max-width: 75%;
1422 }
1423
1424 .bootstrap-wrapper .col-lg-10 {
1425 -ms-flex: 0 0 83.333333%;
1426 flex: 0 0 83.333333%;
1427 max-width: 83.333333%;
1428 }
1429
1430 .bootstrap-wrapper .col-lg-11 {
1431 -ms-flex: 0 0 91.666667%;
1432 flex: 0 0 91.666667%;
1433 max-width: 91.666667%;
1434 }
1435
1436 .bootstrap-wrapper .col-lg-12 {
1437 -ms-flex: 0 0 100%;
1438 flex: 0 0 100%;
1439 max-width: 100%;
1440 }
1441
1442 .bootstrap-wrapper .order-lg-first {
1443 -ms-flex-order: -1;
1444 order: -1;
1445 }
1446
1447 .bootstrap-wrapper .order-lg-last {
1448 -ms-flex-order: 13;
1449 order: 13;
1450 }
1451
1452 .bootstrap-wrapper .order-lg-0 {
1453 -ms-flex-order: 0;
1454 order: 0;
1455 }
1456
1457 .bootstrap-wrapper .order-lg-1 {
1458 -ms-flex-order: 1;
1459 order: 1;
1460 }
1461
1462 .bootstrap-wrapper .order-lg-2 {
1463 -ms-flex-order: 2;
1464 order: 2;
1465 }
1466
1467 .bootstrap-wrapper .order-lg-3 {
1468 -ms-flex-order: 3;
1469 order: 3;
1470 }
1471
1472 .bootstrap-wrapper .order-lg-4 {
1473 -ms-flex-order: 4;
1474 order: 4;
1475 }
1476
1477 .bootstrap-wrapper .order-lg-5 {
1478 -ms-flex-order: 5;
1479 order: 5;
1480 }
1481
1482 .bootstrap-wrapper .order-lg-6 {
1483 -ms-flex-order: 6;
1484 order: 6;
1485 }
1486
1487 .bootstrap-wrapper .order-lg-7 {
1488 -ms-flex-order: 7;
1489 order: 7;
1490 }
1491
1492 .bootstrap-wrapper .order-lg-8 {
1493 -ms-flex-order: 8;
1494 order: 8;
1495 }
1496
1497 .bootstrap-wrapper .order-lg-9 {
1498 -ms-flex-order: 9;
1499 order: 9;
1500 }
1501
1502 .bootstrap-wrapper .order-lg-10 {
1503 -ms-flex-order: 10;
1504 order: 10;
1505 }
1506
1507 .bootstrap-wrapper .order-lg-11 {
1508 -ms-flex-order: 11;
1509 order: 11;
1510 }
1511
1512 .bootstrap-wrapper .order-lg-12 {
1513 -ms-flex-order: 12;
1514 order: 12;
1515 }
1516
1517 .bootstrap-wrapper .offset-lg-0 {
1518 margin-left: 0;
1519 }
1520
1521 .bootstrap-wrapper .offset-lg-1 {
1522 margin-left: 8.333333%;
1523 }
1524
1525 .bootstrap-wrapper .offset-lg-2 {
1526 margin-left: 16.666667%;
1527 }
1528
1529 .bootstrap-wrapper .offset-lg-3 {
1530 margin-left: 25%;
1531 }
1532
1533 .bootstrap-wrapper .offset-lg-4 {
1534 margin-left: 33.333333%;
1535 }
1536
1537 .bootstrap-wrapper .offset-lg-5 {
1538 margin-left: 41.666667%;
1539 }
1540
1541 .bootstrap-wrapper .offset-lg-6 {
1542 margin-left: 50%;
1543 }
1544
1545 .bootstrap-wrapper .offset-lg-7 {
1546 margin-left: 58.333333%;
1547 }
1548
1549 .bootstrap-wrapper .offset-lg-8 {
1550 margin-left: 66.666667%;
1551 }
1552
1553 .bootstrap-wrapper .offset-lg-9 {
1554 margin-left: 75%;
1555 }
1556
1557 .bootstrap-wrapper .offset-lg-10 {
1558 margin-left: 83.333333%;
1559 }
1560
1561 .bootstrap-wrapper .offset-lg-11 {
1562 margin-left: 91.666667%;
1563 }
1564 }
1565
1566 @media (min-width: 1200px) {
1567 .bootstrap-wrapper .col-xl {
1568 -ms-flex-preferred-size: 0;
1569 flex-basis: 0;
1570 -ms-flex-positive: 1;
1571 flex-grow: 1;
1572 max-width: 100%;
1573 }
1574
1575 .bootstrap-wrapper .col-xl-auto {
1576 -ms-flex: 0 0 auto;
1577 flex: 0 0 auto;
1578 width: auto;
1579 max-width: 100%;
1580 }
1581
1582 .bootstrap-wrapper .col-xl-1 {
1583 -ms-flex: 0 0 8.333333%;
1584 flex: 0 0 8.333333%;
1585 max-width: 8.333333%;
1586 }
1587
1588 .bootstrap-wrapper .col-xl-2 {
1589 -ms-flex: 0 0 16.666667%;
1590 flex: 0 0 16.666667%;
1591 max-width: 16.666667%;
1592 }
1593
1594 .bootstrap-wrapper .col-xl-3 {
1595 -ms-flex: 0 0 25%;
1596 flex: 0 0 25%;
1597 max-width: 25%;
1598 }
1599
1600 .bootstrap-wrapper .col-xl-4 {
1601 -ms-flex: 0 0 33.333333%;
1602 flex: 0 0 33.333333%;
1603 max-width: 33.333333%;
1604 }
1605
1606 .bootstrap-wrapper .col-xl-5 {
1607 -ms-flex: 0 0 41.666667%;
1608 flex: 0 0 41.666667%;
1609 max-width: 41.666667%;
1610 }
1611
1612 .bootstrap-wrapper .col-xl-6 {
1613 -ms-flex: 0 0 50%;
1614 flex: 0 0 50%;
1615 max-width: 50%;
1616 }
1617
1618 .bootstrap-wrapper .col-xl-7 {
1619 -ms-flex: 0 0 58.333333%;
1620 flex: 0 0 58.333333%;
1621 max-width: 58.333333%;
1622 }
1623
1624 .bootstrap-wrapper .col-xl-8 {
1625 -ms-flex: 0 0 66.666667%;
1626 flex: 0 0 66.666667%;
1627 max-width: 66.666667%;
1628 }
1629
1630 .bootstrap-wrapper .col-xl-9 {
1631 -ms-flex: 0 0 75%;
1632 flex: 0 0 75%;
1633 max-width: 75%;
1634 }
1635
1636 .bootstrap-wrapper .col-xl-10 {
1637 -ms-flex: 0 0 83.333333%;
1638 flex: 0 0 83.333333%;
1639 max-width: 83.333333%;
1640 }
1641
1642 .bootstrap-wrapper .col-xl-11 {
1643 -ms-flex: 0 0 91.666667%;
1644 flex: 0 0 91.666667%;
1645 max-width: 91.666667%;
1646 }
1647
1648 .bootstrap-wrapper .col-xl-12 {
1649 -ms-flex: 0 0 100%;
1650 flex: 0 0 100%;
1651 max-width: 100%;
1652 }
1653
1654 .bootstrap-wrapper .order-xl-first {
1655 -ms-flex-order: -1;
1656 order: -1;
1657 }
1658
1659 .bootstrap-wrapper .order-xl-last {
1660 -ms-flex-order: 13;
1661 order: 13;
1662 }
1663
1664 .bootstrap-wrapper .order-xl-0 {
1665 -ms-flex-order: 0;
1666 order: 0;
1667 }
1668
1669 .bootstrap-wrapper .order-xl-1 {
1670 -ms-flex-order: 1;
1671 order: 1;
1672 }
1673
1674 .bootstrap-wrapper .order-xl-2 {
1675 -ms-flex-order: 2;
1676 order: 2;
1677 }
1678
1679 .bootstrap-wrapper .order-xl-3 {
1680 -ms-flex-order: 3;
1681 order: 3;
1682 }
1683
1684 .bootstrap-wrapper .order-xl-4 {
1685 -ms-flex-order: 4;
1686 order: 4;
1687 }
1688
1689 .bootstrap-wrapper .order-xl-5 {
1690 -ms-flex-order: 5;
1691 order: 5;
1692 }
1693
1694 .bootstrap-wrapper .order-xl-6 {
1695 -ms-flex-order: 6;
1696 order: 6;
1697 }
1698
1699 .bootstrap-wrapper .order-xl-7 {
1700 -ms-flex-order: 7;
1701 order: 7;
1702 }
1703
1704 .bootstrap-wrapper .order-xl-8 {
1705 -ms-flex-order: 8;
1706 order: 8;
1707 }
1708
1709 .bootstrap-wrapper .order-xl-9 {
1710 -ms-flex-order: 9;
1711 order: 9;
1712 }
1713
1714 .bootstrap-wrapper .order-xl-10 {
1715 -ms-flex-order: 10;
1716 order: 10;
1717 }
1718
1719 .bootstrap-wrapper .order-xl-11 {
1720 -ms-flex-order: 11;
1721 order: 11;
1722 }
1723
1724 .bootstrap-wrapper .order-xl-12 {
1725 -ms-flex-order: 12;
1726 order: 12;
1727 }
1728
1729 .bootstrap-wrapper .offset-xl-0 {
1730 margin-left: 0;
1731 }
1732
1733 .bootstrap-wrapper .offset-xl-1 {
1734 margin-left: 8.333333%;
1735 }
1736
1737 .bootstrap-wrapper .offset-xl-2 {
1738 margin-left: 16.666667%;
1739 }
1740
1741 .bootstrap-wrapper .offset-xl-3 {
1742 margin-left: 25%;
1743 }
1744
1745 .bootstrap-wrapper .offset-xl-4 {
1746 margin-left: 33.333333%;
1747 }
1748
1749 .bootstrap-wrapper .offset-xl-5 {
1750 margin-left: 41.666667%;
1751 }
1752
1753 .bootstrap-wrapper .offset-xl-6 {
1754 margin-left: 50%;
1755 }
1756
1757 .bootstrap-wrapper .offset-xl-7 {
1758 margin-left: 58.333333%;
1759 }
1760
1761 .bootstrap-wrapper .offset-xl-8 {
1762 margin-left: 66.666667%;
1763 }
1764
1765 .bootstrap-wrapper .offset-xl-9 {
1766 margin-left: 75%;
1767 }
1768
1769 .bootstrap-wrapper .offset-xl-10 {
1770 margin-left: 83.333333%;
1771 }
1772
1773 .bootstrap-wrapper .offset-xl-11 {
1774 margin-left: 91.666667%;
1775 }
1776 }
1777
1778 .bootstrap-wrapper .table {
1779 width: 100%;
1780 margin-bottom: 1rem;
1781 color: #212529;
1782 }
1783
1784 .bootstrap-wrapper .table td,
1785 .bootstrap-wrapper .table th {
1786 padding: .75rem;
1787 vertical-align: top;
1788 border-top: 1px solid #dee2e6;
1789 }
1790
1791 .bootstrap-wrapper .table thead th {
1792 vertical-align: bottom;
1793 border-bottom: 2px solid #dee2e6;
1794 }
1795
1796 .bootstrap-wrapper .table tbody+tbody {
1797 border-top: 2px solid #dee2e6;
1798 }
1799
1800 .bootstrap-wrapper .table-sm td,
1801 .bootstrap-wrapper .table-sm th {
1802 padding: 0.3rem;
1803 }
1804
1805 .bootstrap-wrapper .table-bordered {
1806 border: 1px solid #dee2e6;
1807 }
1808
1809 .bootstrap-wrapper .table-bordered td,
1810 .bootstrap-wrapper .table-bordered th {
1811 border: 1px solid #dee2e6;
1812 }
1813
1814 .bootstrap-wrapper .table-bordered thead td,
1815 .bootstrap-wrapper .table-bordered thead th {
1816 border-bottom-width: 2px;
1817 }
1818
1819 .bootstrap-wrapper .table-borderless tbody+tbody,
1820 .bootstrap-wrapper .table-borderless td,
1821 .bootstrap-wrapper .table-borderless th,
1822 .bootstrap-wrapper .table-borderless thead th {
1823 border: 0;
1824 }
1825
1826 .bootstrap-wrapper .table-striped tbody tr:nth-of-type(odd) {
1827 background-color: rgba(0, 0, 0, 0.05);
1828 }
1829
1830 .bootstrap-wrapper .table-hover tbody tr:hover {
1831 color: #212529;
1832 background-color: rgba(0, 0, 0, 0.075);
1833 }
1834
1835 .bootstrap-wrapper .table-primary,
1836 .bootstrap-wrapper .table-primary>td,
1837 .bootstrap-wrapper .table-primary>th {
1838 background-color: #fad4ca;
1839 }
1840
1841 .bootstrap-wrapper .table-primary tbody+tbody,
1842 .bootstrap-wrapper .table-primary td,
1843 .bootstrap-wrapper .table-primary th,
1844 .bootstrap-wrapper .table-primary thead th {
1845 border-color: #f6ae9d;
1846 }
1847
1848 .bootstrap-wrapper .table-hover .table-primary:hover {
1849 background-color: #f8c1b3;
1850 }
1851
1852 .bootstrap-wrapper .table-hover .table-primary:hover>td,
1853 .bootstrap-wrapper .table-hover .table-primary:hover>th {
1854 background-color: #f8c1b3;
1855 }
1856
1857 .bootstrap-wrapper .table-secondary,
1858 .bootstrap-wrapper .table-secondary>td,
1859 .bootstrap-wrapper .table-secondary>th {
1860 background-color: #b8e6e4;
1861 }
1862
1863 .bootstrap-wrapper .table-secondary tbody+tbody,
1864 .bootstrap-wrapper .table-secondary td,
1865 .bootstrap-wrapper .table-secondary th,
1866 .bootstrap-wrapper .table-secondary thead th {
1867 border-color: #7ad1cd;
1868 }
1869
1870 .bootstrap-wrapper .table-hover .table-secondary:hover {
1871 background-color: #a5dfdd;
1872 }
1873
1874 .bootstrap-wrapper .table-hover .table-secondary:hover>td,
1875 .bootstrap-wrapper .table-hover .table-secondary:hover>th {
1876 background-color: #a5dfdd;
1877 }
1878
1879 .bootstrap-wrapper .table-success,
1880 .bootstrap-wrapper .table-success>td,
1881 .bootstrap-wrapper .table-success>th {
1882 background-color: #fae5bf;
1883 }
1884
1885 .bootstrap-wrapper .table-success tbody+tbody,
1886 .bootstrap-wrapper .table-success td,
1887 .bootstrap-wrapper .table-success th,
1888 .bootstrap-wrapper .table-success thead th {
1889 border-color: #f6ce88;
1890 }
1891
1892 .bootstrap-wrapper .table-hover .table-success:hover {
1893 background-color: #f8dba7;
1894 }
1895
1896 .bootstrap-wrapper .table-hover .table-success:hover>td,
1897 .bootstrap-wrapper .table-hover .table-success:hover>th {
1898 background-color: #f8dba7;
1899 }
1900
1901 .bootstrap-wrapper .table-info,
1902 .bootstrap-wrapper .table-info>td,
1903 .bootstrap-wrapper .table-info>th {
1904 background-color: #bee5eb;
1905 }
1906
1907 .bootstrap-wrapper .table-info tbody+tbody,
1908 .bootstrap-wrapper .table-info td,
1909 .bootstrap-wrapper .table-info th,
1910 .bootstrap-wrapper .table-info thead th {
1911 border-color: #86cfda;
1912 }
1913
1914 .bootstrap-wrapper .table-hover .table-info:hover {
1915 background-color: #abdde5;
1916 }
1917
1918 .bootstrap-wrapper .table-hover .table-info:hover>td,
1919 .bootstrap-wrapper .table-hover .table-info:hover>th {
1920 background-color: #abdde5;
1921 }
1922
1923 .bootstrap-wrapper .table-warning,
1924 .bootstrap-wrapper .table-warning>td,
1925 .bootstrap-wrapper .table-warning>th {
1926 background-color: #ffeeba;
1927 }
1928
1929 .bootstrap-wrapper .table-warning tbody+tbody,
1930 .bootstrap-wrapper .table-warning td,
1931 .bootstrap-wrapper .table-warning th,
1932 .bootstrap-wrapper .table-warning thead th {
1933 border-color: #ffdf7e;
1934 }
1935
1936 .bootstrap-wrapper .table-hover .table-warning:hover {
1937 background-color: #ffe8a1;
1938 }
1939
1940 .bootstrap-wrapper .table-hover .table-warning:hover>td,
1941 .bootstrap-wrapper .table-hover .table-warning:hover>th {
1942 background-color: #ffe8a1;
1943 }
1944
1945 .bootstrap-wrapper .table-danger,
1946 .bootstrap-wrapper .table-danger>td,
1947 .bootstrap-wrapper .table-danger>th {
1948 background-color: #f5c6cb;
1949 }
1950
1951 .bootstrap-wrapper .table-danger tbody+tbody,
1952 .bootstrap-wrapper .table-danger td,
1953 .bootstrap-wrapper .table-danger th,
1954 .bootstrap-wrapper .table-danger thead th {
1955 border-color: #ed969e;
1956 }
1957
1958 .bootstrap-wrapper .table-hover .table-danger:hover {
1959 background-color: #f1b0b7;
1960 }
1961
1962 .bootstrap-wrapper .table-hover .table-danger:hover>td,
1963 .bootstrap-wrapper .table-hover .table-danger:hover>th {
1964 background-color: #f1b0b7;
1965 }
1966
1967 .bootstrap-wrapper .table-light,
1968 .bootstrap-wrapper .table-light>td,
1969 .bootstrap-wrapper .table-light>th {
1970 background-color: #fff;
1971 }
1972
1973 .bootstrap-wrapper .table-light tbody+tbody,
1974 .bootstrap-wrapper .table-light td,
1975 .bootstrap-wrapper .table-light th,
1976 .bootstrap-wrapper .table-light thead th {
1977 border-color: #fff;
1978 }
1979
1980 .bootstrap-wrapper .table-hover .table-light:hover {
1981 background-color: #f2f2f2;
1982 }
1983
1984 .bootstrap-wrapper .table-hover .table-light:hover>td,
1985 .bootstrap-wrapper .table-hover .table-light:hover>th {
1986 background-color: #f2f2f2;
1987 }
1988
1989 .bootstrap-wrapper .table-dark,
1990 .bootstrap-wrapper .table-dark>td,
1991 .bootstrap-wrapper .table-dark>th {
1992 background-color: #bfcbd3;
1993 }
1994
1995 .bootstrap-wrapper .table-dark tbody+tbody,
1996 .bootstrap-wrapper .table-dark td,
1997 .bootstrap-wrapper .table-dark th,
1998 .bootstrap-wrapper .table-dark thead th {
1999 border-color: #889ead;
2000 }
2001
2002 .bootstrap-wrapper .table-hover .table-dark:hover {
2003 background-color: #b0bfc9;
2004 }
2005
2006 .bootstrap-wrapper .table-hover .table-dark:hover>td,
2007 .bootstrap-wrapper .table-hover .table-dark:hover>th {
2008 background-color: #b0bfc9;
2009 }
2010
2011 .bootstrap-wrapper .table-active,
2012 .bootstrap-wrapper .table-active>td,
2013 .bootstrap-wrapper .table-active>th {
2014 background-color: rgba(0, 0, 0, 0.075);
2015 }
2016
2017 .bootstrap-wrapper .table-hover .table-active:hover {
2018 background-color: rgba(0, 0, 0, 0.075);
2019 }
2020
2021 .bootstrap-wrapper .table-hover .table-active:hover>td,
2022 .bootstrap-wrapper .table-hover .table-active:hover>th {
2023 background-color: rgba(0, 0, 0, 0.075);
2024 }
2025
2026 .bootstrap-wrapper .table .thead-dark th {
2027 color: #fff;
2028 background-color: #343a40;
2029 border-color: #454d55;
2030 }
2031
2032 .bootstrap-wrapper .table .thead-light th {
2033 color: #495057;
2034 background-color: #e9ecef;
2035 border-color: #dee2e6;
2036 }
2037
2038 .bootstrap-wrapper .table-dark {
2039 color: #fff;
2040 background-color: #343a40;
2041 }
2042
2043 .bootstrap-wrapper .table-dark td,
2044 .bootstrap-wrapper .table-dark th,
2045 .bootstrap-wrapper .table-dark thead th {
2046 border-color: #454d55;
2047 }
2048
2049 .bootstrap-wrapper .table-dark.table-bordered {
2050 border: 0;
2051 }
2052
2053 .bootstrap-wrapper .table-dark.table-striped tbody tr:nth-of-type(odd) {
2054 background-color: rgba(255, 255, 255, 0.05);
2055 }
2056
2057 .bootstrap-wrapper .table-dark.table-hover tbody tr:hover {
2058 color: #fff;
2059 background-color: rgba(255, 255, 255, 0.075);
2060 }
2061
2062 @media (max-width: 575.98px) {
2063 .bootstrap-wrapper .table-responsive-sm {
2064 display: block;
2065 width: 100%;
2066 overflow-x: auto;
2067 -webkit-overflow-scrolling: touch;
2068 }
2069
2070 .bootstrap-wrapper .table-responsive-sm>.table-bordered {
2071 border: 0;
2072 }
2073 }
2074
2075 @media (max-width: 767.98px) {
2076 .bootstrap-wrapper .table-responsive-md {
2077 display: block;
2078 width: 100%;
2079 overflow-x: auto;
2080 -webkit-overflow-scrolling: touch;
2081 }
2082
2083 .bootstrap-wrapper .table-responsive-md>.table-bordered {
2084 border: 0;
2085 }
2086 }
2087
2088 @media (max-width: 991.98px) {
2089 .bootstrap-wrapper .table-responsive-lg {
2090 display: block;
2091 width: 100%;
2092 overflow-x: auto;
2093 -webkit-overflow-scrolling: touch;
2094 }
2095
2096 .bootstrap-wrapper .table-responsive-lg>.table-bordered {
2097 border: 0;
2098 }
2099 }
2100
2101 @media (max-width: 1199.98px) {
2102 .bootstrap-wrapper .table-responsive-xl {
2103 display: block;
2104 width: 100%;
2105 overflow-x: auto;
2106 -webkit-overflow-scrolling: touch;
2107 }
2108
2109 .bootstrap-wrapper .table-responsive-xl>.table-bordered {
2110 border: 0;
2111 }
2112 }
2113
2114 .bootstrap-wrapper .table-responsive {
2115 display: block;
2116 width: 100%;
2117 overflow-x: auto;
2118 -webkit-overflow-scrolling: touch;
2119 }
2120
2121 .bootstrap-wrapper .table-responsive>.table-bordered {
2122 border: 0;
2123 }
2124
2125 .bootstrap-wrapper .form-control {
2126 display: block;
2127 width: 100%;
2128 height: calc(1.5em + .75rem + 2px) !important;
2129 padding: .375rem .75rem;
2130 font-size: 1rem;
2131 font-weight: 400;
2132 line-height: 1.5;
2133 color: #495057;
2134 background-color: #fff;
2135 background-clip: padding-box;
2136 border: 1px solid #ced4da;
2137 border-radius: .25rem;
2138 transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2139 }
2140
2141 @media (prefers-reduced-motion: reduce) {
2142 .bootstrap-wrapper .form-control {
2143 transition: none;
2144 }
2145 }
2146
2147 .bootstrap-wrapper .form-control::-ms-expand {
2148 background-color: transparent;
2149 border: 0;
2150 }
2151
2152 .bootstrap-wrapper .form-control:focus {
2153 color: #495057;
2154 background-color: #fff;
2155 border-color: #f9c4b8;
2156 outline: 0;
2157 box-shadow: 0 0 0 0.2rem rgba(238, 100, 67, 0.25);
2158 }
2159
2160 .bootstrap-wrapper .form-control::-webkit-input-placeholder {
2161 color: #6c757d;
2162 opacity: 1;
2163 }
2164
2165 .bootstrap-wrapper .form-control::-moz-placeholder {
2166 color: #6c757d;
2167 opacity: 1;
2168 }
2169
2170 .bootstrap-wrapper .form-control:-ms-input-placeholder {
2171 color: #6c757d;
2172 opacity: 1;
2173 }
2174
2175 .bootstrap-wrapper .form-control::-ms-input-placeholder {
2176 color: #6c757d;
2177 opacity: 1;
2178 }
2179
2180 .bootstrap-wrapper .form-control::placeholder {
2181 color: #6c757d;
2182 opacity: 1;
2183 }
2184
2185 .bootstrap-wrapper .form-control:disabled,
2186 .bootstrap-wrapper .form-control[readonly] {
2187 background-color: #e9ecef;
2188 opacity: 1;
2189 }
2190
2191 .bootstrap-wrapper select.form-control:focus::-ms-value {
2192 color: #495057;
2193 background-color: #fff;
2194 }
2195
2196 .bootstrap-wrapper .form-control-file,
2197 .bootstrap-wrapper .form-control-range {
2198 display: block;
2199 width: 100%;
2200 }
2201
2202 .bootstrap-wrapper .col-form-label {
2203 padding-top: calc(1.375rem);
2204 padding-bottom: calc(1.375rem);
2205 margin-bottom: 0;
2206 font-size: inherit;
2207 line-height: 1.5;
2208 }
2209
2210 .bootstrap-wrapper .col-form-label-lg {
2211 padding-top: calc(1.5rem);
2212 padding-bottom: calc(1.5rem);
2213 font-size: 1.25rem;
2214 line-height: 1.5;
2215 }
2216
2217 .bootstrap-wrapper .col-form-label-sm {
2218 padding-top: calc(1.25rem);
2219 padding-bottom: calc(1.25rem);
2220 font-size: .875rem;
2221 line-height: 1.5;
2222 }
2223
2224 .bootstrap-wrapper .form-control-plaintext {
2225 display: block;
2226 width: 100%;
2227 padding-top: .375rem;
2228 padding-bottom: .375rem;
2229 margin-bottom: 0;
2230 line-height: 1.5;
2231 color: #212529;
2232 background-color: transparent;
2233 border: solid transparent;
2234 border-width: 1px 0;
2235 }
2236
2237 .bootstrap-wrapper .form-control-plaintext.form-control-lg,
2238 .bootstrap-wrapper .form-control-plaintext.form-control-sm {
2239 padding-right: 0;
2240 padding-left: 0;
2241 }
2242
2243 .bootstrap-wrapper .form-control-sm {
2244 height: calc(4em);
2245 padding: .25rem .5rem;
2246 font-size: .875rem;
2247 line-height: 1.5;
2248 border-radius: 0.2rem;
2249 }
2250
2251 .bootstrap-wrapper .form-control-lg {
2252 height: calc(4.5em);
2253 padding: .5rem 1rem;
2254 font-size: 1.25rem;
2255 line-height: 1.5;
2256 border-radius: 0.3rem;
2257 }
2258
2259 .bootstrap-wrapper select.form-control[multiple],
2260 .bootstrap-wrapper select.form-control[size] {
2261 height: auto;
2262 }
2263
2264 .bootstrap-wrapper textarea.form-control {
2265 height: auto;
2266 }
2267
2268 .bootstrap-wrapper .form-group {
2269 margin-bottom: 1rem;
2270 }
2271
2272 .bootstrap-wrapper .form-text {
2273 display: block;
2274 margin-top: 0.25rem;
2275 }
2276
2277 .bootstrap-wrapper .form-row {
2278 display: -ms-flexbox;
2279 display: flex;
2280 -ms-flex-wrap: wrap;
2281 flex-wrap: wrap;
2282 margin-right: -5px;
2283 margin-left: -5px;
2284 }
2285
2286 .bootstrap-wrapper .form-row>.col,
2287 .bootstrap-wrapper .form-row>[class*=col-] {
2288 padding-right: 5px;
2289 padding-left: 5px;
2290 }
2291
2292 .bootstrap-wrapper .form-check {
2293 position: relative;
2294 display: block;
2295 padding-left: 1.25rem;
2296 }
2297
2298 .bootstrap-wrapper .form-check-input {
2299 position: absolute;
2300 margin-top: .3rem;
2301 margin-left: -1.25rem;
2302 }
2303
2304 .bootstrap-wrapper .form-check-input:disabled~.form-check-label {
2305 color: #6c757d;
2306 }
2307
2308 .bootstrap-wrapper .form-check-label {
2309 margin-bottom: 0;
2310 }
2311
2312 .bootstrap-wrapper .form-check-inline {
2313 display: -ms-inline-flexbox;
2314 display: inline-flex;
2315 -ms-flex-align: center;
2316 align-items: center;
2317 padding-left: 0;
2318 margin-right: 0.75rem;
2319 }
2320
2321 .bootstrap-wrapper .form-check-inline .form-check-input {
2322 position: static;
2323 margin-top: 0;
2324 margin-right: .3125rem;
2325 margin-left: 0;
2326 }
2327
2328 .bootstrap-wrapper .valid-feedback {
2329 display: none;
2330 width: 100%;
2331 margin-top: .25rem;
2332 font-size: 80%;
2333 color: #eda11b;
2334 }
2335
2336 .bootstrap-wrapper .valid-tooltip {
2337 position: absolute;
2338 top: 100%;
2339 z-index: 5;
2340 display: none;
2341 max-width: 100%;
2342 padding: .25rem .5rem;
2343 margin-top: .1rem;
2344 font-size: .875rem;
2345 line-height: 1.5;
2346 color: #212529;
2347 background-color: rgba(237, 161, 27, 0.9);
2348 border-radius: 0.25rem;
2349 }
2350
2351 .bootstrap-wrapper .form-control.is-valid,
2352 .bootstrap-wrapper .was-validated .form-control:valid {
2353 border-color: #eda11b;
2354 padding-right: calc(2.25em);
2355 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23eda11b' 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");
2356 background-repeat: no-repeat;
2357 background-position: center right calc(0.5625em);
2358 background-size: calc(1.125em) calc(1.125em);
2359 }
2360
2361 .bootstrap-wrapper .form-control.is-valid:focus,
2362 .bootstrap-wrapper .was-validated .form-control:valid:focus {
2363 border-color: #eda11b;
2364 box-shadow: 0 0 0 0.2rem rgba(237, 161, 27, 0.25);
2365 }
2366
2367 .bootstrap-wrapper .form-control.is-valid~.valid-feedback,
2368 .bootstrap-wrapper .form-control.is-valid~.valid-tooltip,
2369 .bootstrap-wrapper .was-validated .form-control:valid~.valid-feedback,
2370 .bootstrap-wrapper .was-validated .form-control:valid~.valid-tooltip {
2371 display: block;
2372 }
2373
2374 .bootstrap-wrapper .was-validated textarea.form-control:valid,
2375 .bootstrap-wrapper textarea.form-control.is-valid {
2376 padding-right: calc(2.25em);
2377 background-position: top calc(0.5625em) right calc(0.5625em);
2378 }
2379
2380 .bootstrap-wrapper .custom-select.is-valid,
2381 .bootstrap-wrapper .was-validated .custom-select:valid {
2382 border-color: #eda11b;
2383 padding-right: calc(3.0625em);
2384 }
2385
2386 .bootstrap-wrapper .custom-select.is-valid:focus,
2387 .bootstrap-wrapper .was-validated .custom-select:valid:focus {
2388 border-color: #eda11b;
2389 box-shadow: 0 0 0 0.2rem rgba(237, 161, 27, 0.25);
2390 }
2391
2392 .bootstrap-wrapper .custom-select.is-valid~.valid-feedback,
2393 .bootstrap-wrapper .custom-select.is-valid~.valid-tooltip,
2394 .bootstrap-wrapper .was-validated .custom-select:valid~.valid-feedback,
2395 .bootstrap-wrapper .was-validated .custom-select:valid~.valid-tooltip {
2396 display: block;
2397 }
2398
2399 .bootstrap-wrapper .form-control-file.is-valid~.valid-feedback,
2400 .bootstrap-wrapper .form-control-file.is-valid~.valid-tooltip,
2401 .bootstrap-wrapper .was-validated .form-control-file:valid~.valid-feedback,
2402 .bootstrap-wrapper .was-validated .form-control-file:valid~.valid-tooltip {
2403 display: block;
2404 }
2405
2406 .bootstrap-wrapper .form-check-input.is-valid~.form-check-label,
2407 .bootstrap-wrapper .was-validated .form-check-input:valid~.form-check-label {
2408 color: #eda11b;
2409 }
2410
2411 .bootstrap-wrapper .form-check-input.is-valid~.valid-feedback,
2412 .bootstrap-wrapper .form-check-input.is-valid~.valid-tooltip,
2413 .bootstrap-wrapper .was-validated .form-check-input:valid~.valid-feedback,
2414 .bootstrap-wrapper .was-validated .form-check-input:valid~.valid-tooltip {
2415 display: block;
2416 }
2417
2418 .bootstrap-wrapper .custom-control-input.is-valid~.custom-control-label,
2419 .bootstrap-wrapper .was-validated .custom-control-input:valid~.custom-control-label {
2420 color: #eda11b;
2421 }
2422
2423 .bootstrap-wrapper .custom-control-input.is-valid~.custom-control-label::before,
2424 .bootstrap-wrapper .was-validated .custom-control-input:valid~.custom-control-label::before {
2425 border-color: #eda11b;
2426 }
2427
2428 .bootstrap-wrapper .custom-control-input.is-valid~.valid-feedback,
2429 .bootstrap-wrapper .custom-control-input.is-valid~.valid-tooltip,
2430 .bootstrap-wrapper .was-validated .custom-control-input:valid~.valid-feedback,
2431 .bootstrap-wrapper .was-validated .custom-control-input:valid~.valid-tooltip {
2432 display: block;
2433 }
2434
2435 .bootstrap-wrapper .custom-control-input.is-valid:checked~.custom-control-label::before,
2436 .bootstrap-wrapper .was-validated .custom-control-input:valid:checked~.custom-control-label::before {
2437 border-color: #f1b44a;
2438 background-color: #f1b44a;
2439 }
2440
2441 .bootstrap-wrapper .custom-control-input.is-valid:focus~.custom-control-label::before,
2442 .bootstrap-wrapper .was-validated .custom-control-input:valid:focus~.custom-control-label::before {
2443 box-shadow: 0 0 0 0.2rem rgba(237, 161, 27, 0.25);
2444 }
2445
2446 .bootstrap-wrapper .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
2447 .bootstrap-wrapper .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
2448 border-color: #eda11b;
2449 }
2450
2451 .bootstrap-wrapper .custom-file-input.is-valid~.custom-file-label,
2452 .bootstrap-wrapper .was-validated .custom-file-input:valid~.custom-file-label {
2453 border-color: #eda11b;
2454 }
2455
2456 .bootstrap-wrapper .custom-file-input.is-valid~.valid-feedback,
2457 .bootstrap-wrapper .custom-file-input.is-valid~.valid-tooltip,
2458 .bootstrap-wrapper .was-validated .custom-file-input:valid~.valid-feedback,
2459 .bootstrap-wrapper .was-validated .custom-file-input:valid~.valid-tooltip {
2460 display: block;
2461 }
2462
2463 .bootstrap-wrapper .custom-file-input.is-valid:focus~.custom-file-label,
2464 .bootstrap-wrapper .was-validated .custom-file-input:valid:focus~.custom-file-label {
2465 border-color: #eda11b;
2466 box-shadow: 0 0 0 0.2rem rgba(237, 161, 27, 0.25);
2467 }
2468
2469 .bootstrap-wrapper .invalid-feedback {
2470 display: none;
2471 width: 100%;
2472 margin-top: .25rem;
2473 font-size: 80%;
2474 color: #dc3545;
2475 }
2476
2477 .bootstrap-wrapper .invalid-tooltip {
2478 position: absolute;
2479 top: 100%;
2480 z-index: 5;
2481 display: none;
2482 max-width: 100%;
2483 padding: .25rem .5rem;
2484 margin-top: .1rem;
2485 font-size: .875rem;
2486 line-height: 1.5;
2487 color: #fff;
2488 background-color: rgba(220, 53, 69, 0.9);
2489 border-radius: 0.25rem;
2490 }
2491
2492 .bootstrap-wrapper .form-control.is-invalid,
2493 .bootstrap-wrapper .was-validated .form-control:invalid {
2494 border-color: #dc3545;
2495 padding-right: calc(2.25em);
2496 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");
2497 background-repeat: no-repeat;
2498 background-position: center right calc(0.5625em);
2499 background-size: calc(1.125em) calc(1.125em);
2500 }
2501
2502 .bootstrap-wrapper .form-control.is-invalid:focus,
2503 .bootstrap-wrapper .was-validated .form-control:invalid:focus {
2504 border-color: #dc3545;
2505 box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
2506 }
2507
2508 .bootstrap-wrapper .form-control.is-invalid~.invalid-feedback,
2509 .bootstrap-wrapper .form-control.is-invalid~.invalid-tooltip,
2510 .bootstrap-wrapper .was-validated .form-control:invalid~.invalid-feedback,
2511 .bootstrap-wrapper .was-validated .form-control:invalid~.invalid-tooltip {
2512 display: block;
2513 }
2514
2515 .bootstrap-wrapper .was-validated textarea.form-control:invalid,
2516 .bootstrap-wrapper textarea.form-control.is-invalid {
2517 padding-right: calc(2.25em);
2518 background-position: top calc(0.5625em) right calc(0.5625em);
2519 }
2520
2521 .bootstrap-wrapper .custom-select.is-invalid,
2522 .bootstrap-wrapper .was-validated .custom-select:invalid {
2523 border-color: #dc3545;
2524 padding-right: calc(3.0625em);
2525 }
2526
2527 .bootstrap-wrapper .custom-select.is-invalid:focus,
2528 .bootstrap-wrapper .was-validated .custom-select:invalid:focus {
2529 border-color: #dc3545;
2530 box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
2531 }
2532
2533 .bootstrap-wrapper .custom-select.is-invalid~.invalid-feedback,
2534 .bootstrap-wrapper .custom-select.is-invalid~.invalid-tooltip,
2535 .bootstrap-wrapper .was-validated .custom-select:invalid~.invalid-feedback,
2536 .bootstrap-wrapper .was-validated .custom-select:invalid~.invalid-tooltip {
2537 display: block;
2538 }
2539
2540 .bootstrap-wrapper .form-control-file.is-invalid~.invalid-feedback,
2541 .bootstrap-wrapper .form-control-file.is-invalid~.invalid-tooltip,
2542 .bootstrap-wrapper .was-validated .form-control-file:invalid~.invalid-feedback,
2543 .bootstrap-wrapper .was-validated .form-control-file:invalid~.invalid-tooltip {
2544 display: block;
2545 }
2546
2547 .bootstrap-wrapper .form-check-input.is-invalid~.form-check-label,
2548 .bootstrap-wrapper .was-validated .form-check-input:invalid~.form-check-label {
2549 color: #dc3545;
2550 }
2551
2552 .bootstrap-wrapper .form-check-input.is-invalid~.invalid-feedback,
2553 .bootstrap-wrapper .form-check-input.is-invalid~.invalid-tooltip,
2554 .bootstrap-wrapper .was-validated .form-check-input:invalid~.invalid-feedback,
2555 .bootstrap-wrapper .was-validated .form-check-input:invalid~.invalid-tooltip {
2556 display: block;
2557 }
2558
2559 .bootstrap-wrapper .custom-control-input.is-invalid~.custom-control-label,
2560 .bootstrap-wrapper .was-validated .custom-control-input:invalid~.custom-control-label {
2561 color: #dc3545;
2562 }
2563
2564 .bootstrap-wrapper .custom-control-input.is-invalid~.custom-control-label::before,
2565 .bootstrap-wrapper .was-validated .custom-control-input:invalid~.custom-control-label::before {
2566 border-color: #dc3545;
2567 }
2568
2569 .bootstrap-wrapper .custom-control-input.is-invalid~.invalid-feedback,
2570 .bootstrap-wrapper .custom-control-input.is-invalid~.invalid-tooltip,
2571 .bootstrap-wrapper .was-validated .custom-control-input:invalid~.invalid-feedback,
2572 .bootstrap-wrapper .was-validated .custom-control-input:invalid~.invalid-tooltip {
2573 display: block;
2574 }
2575
2576 .bootstrap-wrapper .custom-control-input.is-invalid:checked~.custom-control-label::before,
2577 .bootstrap-wrapper .was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
2578 border-color: #e4606d;
2579 background-color: #e4606d;
2580 }
2581
2582 .bootstrap-wrapper .custom-control-input.is-invalid:focus~.custom-control-label::before,
2583 .bootstrap-wrapper .was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
2584 box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
2585 }
2586
2587 .bootstrap-wrapper .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
2588 .bootstrap-wrapper .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
2589 border-color: #dc3545;
2590 }
2591
2592 .bootstrap-wrapper .custom-file-input.is-invalid~.custom-file-label,
2593 .bootstrap-wrapper .was-validated .custom-file-input:invalid~.custom-file-label {
2594 border-color: #dc3545;
2595 }
2596
2597 .bootstrap-wrapper .custom-file-input.is-invalid~.invalid-feedback,
2598 .bootstrap-wrapper .custom-file-input.is-invalid~.invalid-tooltip,
2599 .bootstrap-wrapper .was-validated .custom-file-input:invalid~.invalid-feedback,
2600 .bootstrap-wrapper .was-validated .custom-file-input:invalid~.invalid-tooltip {
2601 display: block;
2602 }
2603
2604 .bootstrap-wrapper .custom-file-input.is-invalid:focus~.custom-file-label,
2605 .bootstrap-wrapper .was-validated .custom-file-input:invalid:focus~.custom-file-label {
2606 border-color: #dc3545;
2607 box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
2608 }
2609
2610 .bootstrap-wrapper .form-inline {
2611 display: -ms-flexbox;
2612 display: flex;
2613 -ms-flex-flow: row wrap;
2614 flex-flow: row wrap;
2615 -ms-flex-align: center;
2616 align-items: center;
2617 }
2618
2619 .bootstrap-wrapper .form-inline .form-check {
2620 width: 100%;
2621 }
2622
2623 @media (min-width: 576px) {
2624 .bootstrap-wrapper .form-inline label {
2625 display: -ms-flexbox;
2626 display: flex;
2627 -ms-flex-align: center;
2628 align-items: center;
2629 -ms-flex-pack: center;
2630 justify-content: center;
2631 margin-bottom: 0;
2632 }
2633
2634 .bootstrap-wrapper .form-inline .form-group {
2635 display: -ms-flexbox;
2636 display: flex;
2637 -ms-flex: 0 0 auto;
2638 flex: 0 0 auto;
2639 -ms-flex-flow: row wrap;
2640 flex-flow: row wrap;
2641 -ms-flex-align: center;
2642 align-items: center;
2643 margin-bottom: 0;
2644 }
2645
2646 .bootstrap-wrapper .form-inline .form-control {
2647 display: inline-block;
2648 width: auto;
2649 vertical-align: middle;
2650 }
2651
2652 .bootstrap-wrapper .form-inline .form-control-plaintext {
2653 display: inline-block;
2654 }
2655
2656 .bootstrap-wrapper .form-inline .custom-select,
2657 .bootstrap-wrapper .form-inline .input-group {
2658 width: auto;
2659 }
2660
2661 .bootstrap-wrapper .form-inline .form-check {
2662 display: -ms-flexbox;
2663 display: flex;
2664 -ms-flex-align: center;
2665 align-items: center;
2666 -ms-flex-pack: center;
2667 justify-content: center;
2668 width: auto;
2669 padding-left: 0;
2670 }
2671
2672 .bootstrap-wrapper .form-inline .form-check-input {
2673 position: relative;
2674 -ms-flex-negative: 0;
2675 flex-shrink: 0;
2676 margin-top: 0;
2677 margin-right: .25rem;
2678 margin-left: 0;
2679 }
2680
2681 .bootstrap-wrapper .form-inline .custom-control {
2682 -ms-flex-align: center;
2683 align-items: center;
2684 -ms-flex-pack: center;
2685 justify-content: center;
2686 }
2687
2688 .bootstrap-wrapper .form-inline .custom-control-label {
2689 margin-bottom: 0;
2690 }
2691 }
2692
2693 .bootstrap-wrapper .btn {
2694 display: inline-block;
2695 font-weight: 400;
2696 color: #212529;
2697 text-align: center;
2698 vertical-align: middle;
2699 -webkit-user-select: none;
2700 -moz-user-select: none;
2701 -ms-user-select: none;
2702 user-select: none;
2703 background-color: transparent;
2704 border: 1px solid transparent;
2705 padding: .375rem .75rem;
2706 font-size: 1rem;
2707 line-height: 1.5;
2708 border-radius: .25rem;
2709 transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2710 }
2711
2712 @media (prefers-reduced-motion: reduce) {
2713 .bootstrap-wrapper .btn {
2714 transition: none;
2715 }
2716 }
2717
2718 .bootstrap-wrapper .btn:hover {
2719 color: #212529;
2720 text-decoration: none;
2721 }
2722
2723 .bootstrap-wrapper .btn.focus,
2724 .bootstrap-wrapper .btn:focus {
2725 outline: 0;
2726 box-shadow: 0 0 0 0.2rem rgba(238, 100, 67, 0.25);
2727 }
2728
2729 .bootstrap-wrapper .btn.disabled,
2730 .bootstrap-wrapper .btn:disabled {
2731 opacity: 0.65;
2732 }
2733
2734 .bootstrap-wrapper a.btn.disabled,
2735 .bootstrap-wrapper fieldset:disabled a.btn {
2736 pointer-events: none;
2737 }
2738
2739 .bootstrap-wrapper .btn-primary {
2740 color: #fff;
2741 background-color: #ee6443;
2742 border-color: #ee6443;
2743 }
2744
2745 .bootstrap-wrapper .btn-primary:hover {
2746 color: #fff;
2747 background-color: #eb4720;
2748 border-color: #e93e15;
2749 }
2750
2751 .bootstrap-wrapper .btn-primary.focus,
2752 .bootstrap-wrapper .btn-primary:focus {
2753 box-shadow: 0 0 0 0.2rem rgba(241, 123, 95, 0.5);
2754 }
2755
2756 .bootstrap-wrapper .btn-primary.disabled,
2757 .bootstrap-wrapper .btn-primary:disabled {
2758 color: #fff;
2759 background-color: #ee6443;
2760 border-color: #ee6443;
2761 }
2762
2763 .bootstrap-wrapper .btn-primary:not(:disabled):not(.disabled).active,
2764 .bootstrap-wrapper .btn-primary:not(:disabled):not(.disabled):active,
2765 .bootstrap-wrapper .show>.btn-primary.dropdown-toggle {
2766 color: #fff;
2767 background-color: #e93e15;
2768 border-color: #dd3b14;
2769 }
2770
2771 .bootstrap-wrapper .btn-primary:not(:disabled):not(.disabled).active:focus,
2772 .bootstrap-wrapper .btn-primary:not(:disabled):not(.disabled):active:focus,
2773 .bootstrap-wrapper .show>.btn-primary.dropdown-toggle:focus {
2774 box-shadow: 0 0 0 0.2rem rgba(241, 123, 95, 0.5);
2775 }
2776
2777 .bootstrap-wrapper .btn-secondary {
2778 color: #fff;
2779 background-color: #00a69f;
2780 border-color: #00a69f;
2781 }
2782
2783 .bootstrap-wrapper .btn-secondary:hover {
2784 color: #fff;
2785 background-color: #00807a;
2786 border-color: #00736e;
2787 }
2788
2789 .bootstrap-wrapper .btn-secondary.focus,
2790 .bootstrap-wrapper .btn-secondary:focus {
2791 box-shadow: 0 0 0 0.2rem rgba(38, 179, 173, 0.5);
2792 }
2793
2794 .bootstrap-wrapper .btn-secondary.disabled,
2795 .bootstrap-wrapper .btn-secondary:disabled {
2796 color: #fff;
2797 background-color: #00a69f;
2798 border-color: #00a69f;
2799 }
2800
2801 .bootstrap-wrapper .btn-secondary:not(:disabled):not(.disabled).active,
2802 .bootstrap-wrapper .btn-secondary:not(:disabled):not(.disabled):active,
2803 .bootstrap-wrapper .show>.btn-secondary.dropdown-toggle {
2804 color: #fff;
2805 background-color: #00736e;
2806 border-color: #006662;
2807 }
2808
2809 .bootstrap-wrapper .btn-secondary:not(:disabled):not(.disabled).active:focus,
2810 .bootstrap-wrapper .btn-secondary:not(:disabled):not(.disabled):active:focus,
2811 .bootstrap-wrapper .show>.btn-secondary.dropdown-toggle:focus {
2812 box-shadow: 0 0 0 0.2rem rgba(38, 179, 173, 0.5);
2813 }
2814
2815 .bootstrap-wrapper .btn-success {
2816 color: #212529;
2817 background-color: #eda11b;
2818 border-color: #eda11b;
2819 }
2820
2821 .bootstrap-wrapper .btn-success:hover {
2822 color: #fff;
2823 background-color: #d18b11;
2824 border-color: #c58410;
2825 }
2826
2827 .bootstrap-wrapper .btn-success.focus,
2828 .bootstrap-wrapper .btn-success:focus {
2829 box-shadow: 0 0 0 0.2rem rgba(206, 142, 29, 0.5);
2830 }
2831
2832 .bootstrap-wrapper .btn-success.disabled,
2833 .bootstrap-wrapper .btn-success:disabled {
2834 color: #212529;
2835 background-color: #eda11b;
2836 border-color: #eda11b;
2837 }
2838
2839 .bootstrap-wrapper .btn-success:not(:disabled):not(.disabled).active,
2840 .bootstrap-wrapper .btn-success:not(:disabled):not(.disabled):active,
2841 .bootstrap-wrapper .show>.btn-success.dropdown-toggle {
2842 color: #fff;
2843 background-color: #c58410;
2844 border-color: #ba7c0f;
2845 }
2846
2847 .bootstrap-wrapper .btn-success:not(:disabled):not(.disabled).active:focus,
2848 .bootstrap-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
2849 .bootstrap-wrapper .show>.btn-success.dropdown-toggle:focus {
2850 box-shadow: 0 0 0 0.2rem rgba(206, 142, 29, 0.5);
2851 }
2852
2853 .bootstrap-wrapper .btn-info {
2854 color: #fff;
2855 background-color: #17a2b8;
2856 border-color: #17a2b8;
2857 }
2858
2859 .bootstrap-wrapper .btn-info:hover {
2860 color: #fff;
2861 background-color: #138496;
2862 border-color: #117a8b;
2863 }
2864
2865 .bootstrap-wrapper .btn-info.focus,
2866 .bootstrap-wrapper .btn-info:focus {
2867 box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
2868 }
2869
2870 .bootstrap-wrapper .btn-info.disabled,
2871 .bootstrap-wrapper .btn-info:disabled {
2872 color: #fff;
2873 background-color: #17a2b8;
2874 border-color: #17a2b8;
2875 }
2876
2877 .bootstrap-wrapper .btn-info:not(:disabled):not(.disabled).active,
2878 .bootstrap-wrapper .btn-info:not(:disabled):not(.disabled):active,
2879 .bootstrap-wrapper .show>.btn-info.dropdown-toggle {
2880 color: #fff;
2881 background-color: #117a8b;
2882 border-color: #10707f;
2883 }
2884
2885 .bootstrap-wrapper .btn-info:not(:disabled):not(.disabled).active:focus,
2886 .bootstrap-wrapper .btn-info:not(:disabled):not(.disabled):active:focus,
2887 .bootstrap-wrapper .show>.btn-info.dropdown-toggle:focus {
2888 box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
2889 }
2890
2891 .bootstrap-wrapper .btn-warning {
2892 color: #212529;
2893 background-color: #ffc107;
2894 border-color: #ffc107;
2895 }
2896
2897 .bootstrap-wrapper .btn-warning:hover {
2898 color: #212529;
2899 background-color: #e0a800;
2900 border-color: #d39e00;
2901 }
2902
2903 .bootstrap-wrapper .btn-warning.focus,
2904 .bootstrap-wrapper .btn-warning:focus {
2905 box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
2906 }
2907
2908 .bootstrap-wrapper .btn-warning.disabled,
2909 .bootstrap-wrapper .btn-warning:disabled {
2910 color: #212529;
2911 background-color: #ffc107;
2912 border-color: #ffc107;
2913 }
2914
2915 .bootstrap-wrapper .btn-warning:not(:disabled):not(.disabled).active,
2916 .bootstrap-wrapper .btn-warning:not(:disabled):not(.disabled):active,
2917 .bootstrap-wrapper .show>.btn-warning.dropdown-toggle {
2918 color: #212529;
2919 background-color: #d39e00;
2920 border-color: #c69500;
2921 }
2922
2923 .bootstrap-wrapper .btn-warning:not(:disabled):not(.disabled).active:focus,
2924 .bootstrap-wrapper .btn-warning:not(:disabled):not(.disabled):active:focus,
2925 .bootstrap-wrapper .show>.btn-warning.dropdown-toggle:focus {
2926 box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
2927 }
2928
2929 .bootstrap-wrapper .btn-danger {
2930 color: #fff;
2931 background-color: #dc3545;
2932 border-color: #dc3545;
2933 }
2934
2935 .bootstrap-wrapper .btn-danger:hover {
2936 color: #fff;
2937 background-color: #c82333;
2938 border-color: #bd2130;
2939 }
2940
2941 .bootstrap-wrapper .btn-danger.focus,
2942 .bootstrap-wrapper .btn-danger:focus {
2943 box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
2944 }
2945
2946 .bootstrap-wrapper .btn-danger.disabled,
2947 .bootstrap-wrapper .btn-danger:disabled {
2948 color: #fff;
2949 background-color: #dc3545;
2950 border-color: #dc3545;
2951 }
2952
2953 .bootstrap-wrapper .btn-danger:not(:disabled):not(.disabled).active,
2954 .bootstrap-wrapper .btn-danger:not(:disabled):not(.disabled):active,
2955 .bootstrap-wrapper .show>.btn-danger.dropdown-toggle {
2956 color: #fff;
2957 background-color: #bd2130;
2958 border-color: #b21f2d;
2959 }
2960
2961 .bootstrap-wrapper .btn-danger:not(:disabled):not(.disabled).active:focus,
2962 .bootstrap-wrapper .btn-danger:not(:disabled):not(.disabled):active:focus,
2963 .bootstrap-wrapper .show>.btn-danger.dropdown-toggle:focus {
2964 box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
2965 }
2966
2967 .bootstrap-wrapper .btn-light {
2968 color: #212529;
2969 background-color: #fff;
2970 border-color: #fff;
2971 }
2972
2973 .bootstrap-wrapper .btn-light:hover {
2974 color: #212529;
2975 background-color: #ececec;
2976 border-color: #e6e6e6;
2977 }
2978
2979 .bootstrap-wrapper .btn-light.focus,
2980 .bootstrap-wrapper .btn-light:focus {
2981 box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
2982 }
2983
2984 .bootstrap-wrapper .btn-light.disabled,
2985 .bootstrap-wrapper .btn-light:disabled {
2986 color: #212529;
2987 background-color: #fff;
2988 border-color: #fff;
2989 }
2990
2991 .bootstrap-wrapper .btn-light:not(:disabled):not(.disabled).active,
2992 .bootstrap-wrapper .btn-light:not(:disabled):not(.disabled):active,
2993 .bootstrap-wrapper .show>.btn-light.dropdown-toggle {
2994 color: #212529;
2995 background-color: #e6e6e6;
2996 border-color: #dfdfdf;
2997 }
2998
2999 .bootstrap-wrapper .btn-light:not(:disabled):not(.disabled).active:focus,
3000 .bootstrap-wrapper .btn-light:not(:disabled):not(.disabled):active:focus,
3001 .bootstrap-wrapper .show>.btn-light.dropdown-toggle:focus {
3002 box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
3003 }
3004
3005 .bootstrap-wrapper .btn-dark {
3006 color: #fff;
3007 background-color: #1a4562;
3008 border-color: #1a4562;
3009 }
3010
3011 .bootstrap-wrapper .btn-dark:hover {
3012 color: #fff;
3013 background-color: #123044;
3014 border-color: #0f293a;
3015 }
3016
3017 .bootstrap-wrapper .btn-dark.focus,
3018 .bootstrap-wrapper .btn-dark:focus {
3019 box-shadow: 0 0 0 0.2rem rgba(60, 97, 122, 0.5);
3020 }
3021
3022 .bootstrap-wrapper .btn-dark.disabled,
3023 .bootstrap-wrapper .btn-dark:disabled {
3024 color: #fff;
3025 background-color: #1a4562;
3026 border-color: #1a4562;
3027 }
3028
3029 .bootstrap-wrapper .btn-dark:not(:disabled):not(.disabled).active,
3030 .bootstrap-wrapper .btn-dark:not(:disabled):not(.disabled):active,
3031 .bootstrap-wrapper .show>.btn-dark.dropdown-toggle {
3032 color: #fff;
3033 background-color: #0f293a;
3034 border-color: #0d2230;
3035 }
3036
3037 .bootstrap-wrapper .btn-dark:not(:disabled):not(.disabled).active:focus,
3038 .bootstrap-wrapper .btn-dark:not(:disabled):not(.disabled):active:focus,
3039 .bootstrap-wrapper .show>.btn-dark.dropdown-toggle:focus {
3040 box-shadow: 0 0 0 0.2rem rgba(60, 97, 122, 0.5);
3041 }
3042
3043 .bootstrap-wrapper .btn-outline-primary {
3044 color: #ee6443;
3045 border-color: #ee6443;
3046 }
3047
3048 .bootstrap-wrapper .btn-outline-primary:hover {
3049 color: #fff;
3050 background-color: #ee6443;
3051 border-color: #ee6443;
3052 }
3053
3054 .bootstrap-wrapper .btn-outline-primary.focus,
3055 .bootstrap-wrapper .btn-outline-primary:focus {
3056 box-shadow: 0 0 0 0.2rem rgba(238, 100, 67, 0.5);
3057 }
3058
3059 .bootstrap-wrapper .btn-outline-primary.disabled,
3060 .bootstrap-wrapper .btn-outline-primary:disabled {
3061 color: #ee6443;
3062 background-color: transparent;
3063 }
3064
3065 .bootstrap-wrapper .btn-outline-primary:not(:disabled):not(.disabled).active,
3066 .bootstrap-wrapper .btn-outline-primary:not(:disabled):not(.disabled):active,
3067 .bootstrap-wrapper .show>.btn-outline-primary.dropdown-toggle {
3068 color: #fff;
3069 background-color: #ee6443;
3070 border-color: #ee6443;
3071 }
3072
3073 .bootstrap-wrapper .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
3074 .bootstrap-wrapper .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
3075 .bootstrap-wrapper .show>.btn-outline-primary.dropdown-toggle:focus {
3076 box-shadow: 0 0 0 0.2rem rgba(238, 100, 67, 0.5);
3077 }
3078
3079 .bootstrap-wrapper .btn-outline-secondary {
3080 color: #00a69f;
3081 border-color: #00a69f;
3082 }
3083
3084 .bootstrap-wrapper .btn-outline-secondary:hover {
3085 color: #fff;
3086 background-color: #00a69f;
3087 border-color: #00a69f;
3088 }
3089
3090 .bootstrap-wrapper .btn-outline-secondary.focus,
3091 .bootstrap-wrapper .btn-outline-secondary:focus {
3092 box-shadow: 0 0 0 0.2rem rgba(0, 166, 159, 0.5);
3093 }
3094
3095 .bootstrap-wrapper .btn-outline-secondary.disabled,
3096 .bootstrap-wrapper .btn-outline-secondary:disabled {
3097 color: #00a69f;
3098 background-color: transparent;
3099 }
3100
3101 .bootstrap-wrapper .btn-outline-secondary:not(:disabled):not(.disabled).active,
3102 .bootstrap-wrapper .btn-outline-secondary:not(:disabled):not(.disabled):active,
3103 .bootstrap-wrapper .show>.btn-outline-secondary.dropdown-toggle {
3104 color: #fff;
3105 background-color: #00a69f;
3106 border-color: #00a69f;
3107 }
3108
3109 .bootstrap-wrapper .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
3110 .bootstrap-wrapper .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
3111 .bootstrap-wrapper .show>.btn-outline-secondary.dropdown-toggle:focus {
3112 box-shadow: 0 0 0 0.2rem rgba(0, 166, 159, 0.5);
3113 }
3114
3115 .bootstrap-wrapper .btn-outline-success {
3116 color: #eda11b;
3117 border-color: #eda11b;
3118 }
3119
3120 .bootstrap-wrapper .btn-outline-success:hover {
3121 color: #212529;
3122 background-color: #eda11b;
3123 border-color: #eda11b;
3124 }
3125
3126 .bootstrap-wrapper .btn-outline-success.focus,
3127 .bootstrap-wrapper .btn-outline-success:focus {
3128 box-shadow: 0 0 0 0.2rem rgba(237, 161, 27, 0.5);
3129 }
3130
3131 .bootstrap-wrapper .btn-outline-success.disabled,
3132 .bootstrap-wrapper .btn-outline-success:disabled {
3133 color: #eda11b;
3134 background-color: transparent;
3135 }
3136
3137 .bootstrap-wrapper .btn-outline-success:not(:disabled):not(.disabled).active,
3138 .bootstrap-wrapper .btn-outline-success:not(:disabled):not(.disabled):active,
3139 .bootstrap-wrapper .show>.btn-outline-success.dropdown-toggle {
3140 color: #212529;
3141 background-color: #eda11b;
3142 border-color: #eda11b;
3143 }
3144
3145 .bootstrap-wrapper .btn-outline-success:not(:disabled):not(.disabled).active:focus,
3146 .bootstrap-wrapper .btn-outline-success:not(:disabled):not(.disabled):active:focus,
3147 .bootstrap-wrapper .show>.btn-outline-success.dropdown-toggle:focus {
3148 box-shadow: 0 0 0 0.2rem rgba(237, 161, 27, 0.5);
3149 }
3150
3151 .bootstrap-wrapper .btn-outline-info {
3152 color: #17a2b8;
3153 border-color: #17a2b8;
3154 }
3155
3156 .bootstrap-wrapper .btn-outline-info:hover {
3157 color: #fff;
3158 background-color: #17a2b8;
3159 border-color: #17a2b8;
3160 }
3161
3162 .bootstrap-wrapper .btn-outline-info.focus,
3163 .bootstrap-wrapper .btn-outline-info:focus {
3164 box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
3165 }
3166
3167 .bootstrap-wrapper .btn-outline-info.disabled,
3168 .bootstrap-wrapper .btn-outline-info:disabled {
3169 color: #17a2b8;
3170 background-color: transparent;
3171 }
3172
3173 .bootstrap-wrapper .btn-outline-info:not(:disabled):not(.disabled).active,
3174 .bootstrap-wrapper .btn-outline-info:not(:disabled):not(.disabled):active,
3175 .bootstrap-wrapper .show>.btn-outline-info.dropdown-toggle {
3176 color: #fff;
3177 background-color: #17a2b8;
3178 border-color: #17a2b8;
3179 }
3180
3181 .bootstrap-wrapper .btn-outline-info:not(:disabled):not(.disabled).active:focus,
3182 .bootstrap-wrapper .btn-outline-info:not(:disabled):not(.disabled):active:focus,
3183 .bootstrap-wrapper .show>.btn-outline-info.dropdown-toggle:focus {
3184 box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
3185 }
3186
3187 .bootstrap-wrapper .btn-outline-warning {
3188 color: #ffc107;
3189 border-color: #ffc107;
3190 }
3191
3192 .bootstrap-wrapper .btn-outline-warning:hover {
3193 color: #212529;
3194 background-color: #ffc107;
3195 border-color: #ffc107;
3196 }
3197
3198 .bootstrap-wrapper .btn-outline-warning.focus,
3199 .bootstrap-wrapper .btn-outline-warning:focus {
3200 box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
3201 }
3202
3203 .bootstrap-wrapper .btn-outline-warning.disabled,
3204 .bootstrap-wrapper .btn-outline-warning:disabled {
3205 color: #ffc107;
3206 background-color: transparent;
3207 }
3208
3209 .bootstrap-wrapper .btn-outline-warning:not(:disabled):not(.disabled).active,
3210 .bootstrap-wrapper .btn-outline-warning:not(:disabled):not(.disabled):active,
3211 .bootstrap-wrapper .show>.btn-outline-warning.dropdown-toggle {
3212 color: #212529;
3213 background-color: #ffc107;
3214 border-color: #ffc107;
3215 }
3216
3217 .bootstrap-wrapper .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
3218 .bootstrap-wrapper .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
3219 .bootstrap-wrapper .show>.btn-outline-warning.dropdown-toggle:focus {
3220 box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
3221 }
3222
3223 .bootstrap-wrapper .btn-outline-danger {
3224 color: #dc3545;
3225 border-color: #dc3545;
3226 }
3227
3228 .bootstrap-wrapper .btn-outline-danger:hover {
3229 color: #fff;
3230 background-color: #dc3545;
3231 border-color: #dc3545;
3232 }
3233
3234 .bootstrap-wrapper .btn-outline-danger.focus,
3235 .bootstrap-wrapper .btn-outline-danger:focus {
3236 box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
3237 }
3238
3239 .bootstrap-wrapper .btn-outline-danger.disabled,
3240 .bootstrap-wrapper .btn-outline-danger:disabled {
3241 color: #dc3545;
3242 background-color: transparent;
3243 }
3244
3245 .bootstrap-wrapper .btn-outline-danger:not(:disabled):not(.disabled).active,
3246 .bootstrap-wrapper .btn-outline-danger:not(:disabled):not(.disabled):active,
3247 .bootstrap-wrapper .show>.btn-outline-danger.dropdown-toggle {
3248 color: #fff;
3249 background-color: #dc3545;
3250 border-color: #dc3545;
3251 }
3252
3253 .bootstrap-wrapper .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
3254 .bootstrap-wrapper .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
3255 .bootstrap-wrapper .show>.btn-outline-danger.dropdown-toggle:focus {
3256 box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
3257 }
3258
3259 .bootstrap-wrapper .btn-outline-light {
3260 color: #fff;
3261 border-color: #fff;
3262 }
3263
3264 .bootstrap-wrapper .btn-outline-light:hover {
3265 color: #212529;
3266 background-color: #fff;
3267 border-color: #fff;
3268 }
3269
3270 .bootstrap-wrapper .btn-outline-light.focus,
3271 .bootstrap-wrapper .btn-outline-light:focus {
3272 box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
3273 }
3274
3275 .bootstrap-wrapper .btn-outline-light.disabled,
3276 .bootstrap-wrapper .btn-outline-light:disabled {
3277 color: #fff;
3278 background-color: transparent;
3279 }
3280
3281 .bootstrap-wrapper .btn-outline-light:not(:disabled):not(.disabled).active,
3282 .bootstrap-wrapper .btn-outline-light:not(:disabled):not(.disabled):active,
3283 .bootstrap-wrapper .show>.btn-outline-light.dropdown-toggle {
3284 color: #212529;
3285 background-color: #fff;
3286 border-color: #fff;
3287 }
3288
3289 .bootstrap-wrapper .btn-outline-light:not(:disabled):not(.disabled).active:focus,
3290 .bootstrap-wrapper .btn-outline-light:not(:disabled):not(.disabled):active:focus,
3291 .bootstrap-wrapper .show>.btn-outline-light.dropdown-toggle:focus {
3292 box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
3293 }
3294
3295 .bootstrap-wrapper .btn-outline-dark {
3296 color: #1a4562;
3297 border-color: #1a4562;
3298 }
3299
3300 .bootstrap-wrapper .btn-outline-dark:hover {
3301 color: #fff;
3302 background-color: #1a4562;
3303 border-color: #1a4562;
3304 }
3305
3306 .bootstrap-wrapper .btn-outline-dark.focus,
3307 .bootstrap-wrapper .btn-outline-dark:focus {
3308 box-shadow: 0 0 0 0.2rem rgba(26, 69, 98, 0.5);
3309 }
3310
3311 .bootstrap-wrapper .btn-outline-dark.disabled,
3312 .bootstrap-wrapper .btn-outline-dark:disabled {
3313 color: #1a4562;
3314 background-color: transparent;
3315 }
3316
3317 .bootstrap-wrapper .btn-outline-dark:not(:disabled):not(.disabled).active,
3318 .bootstrap-wrapper .btn-outline-dark:not(:disabled):not(.disabled):active,
3319 .bootstrap-wrapper .show>.btn-outline-dark.dropdown-toggle {
3320 color: #fff;
3321 background-color: #1a4562;
3322 border-color: #1a4562;
3323 }
3324
3325 .bootstrap-wrapper .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
3326 .bootstrap-wrapper .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
3327 .bootstrap-wrapper .show>.btn-outline-dark.dropdown-toggle:focus {
3328 box-shadow: 0 0 0 0.2rem rgba(26, 69, 98, 0.5);
3329 }
3330
3331 .bootstrap-wrapper .btn-link {
3332 font-weight: 400;
3333 color: #ee6443;
3334 text-decoration: none;
3335 }
3336
3337 .bootstrap-wrapper .btn-link:hover {
3338 color: #d23813;
3339 text-decoration: underline;
3340 }
3341
3342 .bootstrap-wrapper .btn-link.focus,
3343 .bootstrap-wrapper .btn-link:focus {
3344 text-decoration: underline;
3345 box-shadow: none;
3346 }
3347
3348 .bootstrap-wrapper .btn-link.disabled,
3349 .bootstrap-wrapper .btn-link:disabled {
3350 color: #6c757d;
3351 pointer-events: none;
3352 }
3353
3354 .bootstrap-wrapper .btn-group-lg>.btn,
3355 .bootstrap-wrapper .btn-lg {
3356 padding: .5rem 1rem;
3357 font-size: 1.25rem;
3358 line-height: 1.5;
3359 border-radius: 0.3rem;
3360 }
3361
3362 .bootstrap-wrapper .btn-group-sm>.btn,
3363 .bootstrap-wrapper .btn-sm {
3364 padding: .25rem .5rem;
3365 font-size: .875rem;
3366 line-height: 1.5;
3367 border-radius: 0.2rem;
3368 }
3369
3370 .bootstrap-wrapper .btn-block {
3371 display: block;
3372 width: 100%;
3373 }
3374
3375 .bootstrap-wrapper .btn-block+.btn-block {
3376 margin-top: 0.5rem;
3377 }
3378
3379 .bootstrap-wrapper input[type=button].btn-block,
3380 .bootstrap-wrapper input[type=reset].btn-block,
3381 .bootstrap-wrapper input[type=submit].btn-block {
3382 width: 100%;
3383 }
3384
3385 .bootstrap-wrapper .fade {
3386 transition: opacity 0.15s linear;
3387 }
3388
3389 @media (prefers-reduced-motion: reduce) {
3390 .bootstrap-wrapper .fade {
3391 transition: none;
3392 }
3393 }
3394
3395 .bootstrap-wrapper .fade:not(.show) {
3396 opacity: 0;
3397 }
3398
3399 .bootstrap-wrapper .collapse:not(.show) {
3400 display: none;
3401 }
3402
3403 .bootstrap-wrapper .collapsing {
3404 position: relative;
3405 height: 0;
3406 overflow: hidden;
3407 transition: height 0.35s ease;
3408 }
3409
3410 @media (prefers-reduced-motion: reduce) {
3411 .bootstrap-wrapper .collapsing {
3412 transition: none;
3413 }
3414 }
3415
3416 .bootstrap-wrapper .dropdown,
3417 .bootstrap-wrapper .dropleft,
3418 .bootstrap-wrapper .dropright,
3419 .bootstrap-wrapper .dropup {
3420 position: relative;
3421 }
3422
3423 .bootstrap-wrapper .dropdown-toggle {
3424 white-space: nowrap;
3425 }
3426
3427 .bootstrap-wrapper .dropdown-toggle::after {
3428 display: inline-block;
3429 margin-left: .255em;
3430 vertical-align: .255em;
3431 content: "";
3432 border-top: .3em solid;
3433 border-right: .3em solid transparent;
3434 border-bottom: 0;
3435 border-left: 0.3em solid transparent;
3436 }
3437
3438 .bootstrap-wrapper .dropdown-toggle:empty::after {
3439 margin-left: 0;
3440 }
3441
3442 .bootstrap-wrapper .dropdown-menu {
3443 position: absolute;
3444 top: 100%;
3445 left: 0;
3446 z-index: 1000;
3447 display: none;
3448 float: left;
3449 min-width: 10rem;
3450 padding: .5rem 0;
3451 margin: .125rem 0 0;
3452 font-size: 1rem;
3453 color: #212529;
3454 text-align: left;
3455 list-style: none;
3456 background-color: #fff;
3457 background-clip: padding-box;
3458 border: 1px solid rgba(0, 0, 0, 0.15);
3459 border-radius: 0.25rem;
3460 }
3461
3462 .bootstrap-wrapper .dropdown-menu-left {
3463 right: auto;
3464 left: 0;
3465 }
3466
3467 .bootstrap-wrapper .dropdown-menu-right {
3468 right: 0;
3469 left: auto;
3470 }
3471
3472 @media (min-width: 576px) {
3473 .bootstrap-wrapper .dropdown-menu-sm-left {
3474 right: auto;
3475 left: 0;
3476 }
3477
3478 .bootstrap-wrapper .dropdown-menu-sm-right {
3479 right: 0;
3480 left: auto;
3481 }
3482 }
3483
3484 @media (min-width: 768px) {
3485 .bootstrap-wrapper .dropdown-menu-md-left {
3486 right: auto;
3487 left: 0;
3488 }
3489
3490 .bootstrap-wrapper .dropdown-menu-md-right {
3491 right: 0;
3492 left: auto;
3493 }
3494 }
3495
3496 @media (min-width: 992px) {
3497 .bootstrap-wrapper .dropdown-menu-lg-left {
3498 right: auto;
3499 left: 0;
3500 }
3501
3502 .bootstrap-wrapper .dropdown-menu-lg-right {
3503 right: 0;
3504 left: auto;
3505 }
3506 }
3507
3508 @media (min-width: 1200px) {
3509 .bootstrap-wrapper .dropdown-menu-xl-left {
3510 right: auto;
3511 left: 0;
3512 }
3513
3514 .bootstrap-wrapper .dropdown-menu-xl-right {
3515 right: 0;
3516 left: auto;
3517 }
3518 }
3519
3520 .bootstrap-wrapper .dropup .dropdown-menu {
3521 top: auto;
3522 bottom: 100%;
3523 margin-top: 0;
3524 margin-bottom: 0.125rem;
3525 }
3526
3527 .bootstrap-wrapper .dropup .dropdown-toggle::after {
3528 display: inline-block;
3529 margin-left: .255em;
3530 vertical-align: .255em;
3531 content: "";
3532 border-top: 0;
3533 border-right: .3em solid transparent;
3534 border-bottom: .3em solid;
3535 border-left: 0.3em solid transparent;
3536 }
3537
3538 .bootstrap-wrapper .dropup .dropdown-toggle:empty::after {
3539 margin-left: 0;
3540 }
3541
3542 .bootstrap-wrapper .dropright .dropdown-menu {
3543 top: 0;
3544 right: auto;
3545 left: 100%;
3546 margin-top: 0;
3547 margin-left: 0.125rem;
3548 }
3549
3550 .bootstrap-wrapper .dropright .dropdown-toggle::after {
3551 display: inline-block;
3552 margin-left: .255em;
3553 vertical-align: .255em;
3554 content: "";
3555 border-top: .3em solid transparent;
3556 border-right: 0;
3557 border-bottom: .3em solid transparent;
3558 border-left: 0.3em solid;
3559 }
3560
3561 .bootstrap-wrapper .dropright .dropdown-toggle:empty::after {
3562 margin-left: 0;
3563 }
3564
3565 .bootstrap-wrapper .dropright .dropdown-toggle::after {
3566 vertical-align: 0;
3567 }
3568
3569 .bootstrap-wrapper .dropleft .dropdown-menu {
3570 top: 0;
3571 right: 100%;
3572 left: auto;
3573 margin-top: 0;
3574 margin-right: 0.125rem;
3575 }
3576
3577 .bootstrap-wrapper .dropleft .dropdown-toggle::after {
3578 display: inline-block;
3579 margin-left: .255em;
3580 vertical-align: .255em;
3581 content: "";
3582 }
3583
3584 .bootstrap-wrapper .dropleft .dropdown-toggle::after {
3585 display: none;
3586 }
3587
3588 .bootstrap-wrapper .dropleft .dropdown-toggle::before {
3589 display: inline-block;
3590 margin-right: .255em;
3591 vertical-align: .255em;
3592 content: "";
3593 border-top: .3em solid transparent;
3594 border-right: .3em solid;
3595 border-bottom: 0.3em solid transparent;
3596 }
3597
3598 .bootstrap-wrapper .dropleft .dropdown-toggle:empty::after {
3599 margin-left: 0;
3600 }
3601
3602 .bootstrap-wrapper .dropleft .dropdown-toggle::before {
3603 vertical-align: 0;
3604 }
3605
3606 .bootstrap-wrapper .dropdown-menu[x-placement^=bottom],
3607 .bootstrap-wrapper .dropdown-menu[x-placement^=left],
3608 .bootstrap-wrapper .dropdown-menu[x-placement^=right],
3609 .bootstrap-wrapper .dropdown-menu[x-placement^=top] {
3610 right: auto;
3611 bottom: auto;
3612 }
3613
3614 .bootstrap-wrapper .dropdown-divider {
3615 height: 0;
3616 margin: .5rem 0;
3617 overflow: hidden;
3618 border-top: 1px solid #e9ecef;
3619 }
3620
3621 .bootstrap-wrapper .dropdown-item {
3622 display: block;
3623 width: 100%;
3624 padding: .25rem 1.5rem;
3625 clear: both;
3626 font-weight: 400;
3627 color: #212529;
3628 text-align: inherit;
3629 white-space: nowrap;
3630 background-color: transparent;
3631 border: 0;
3632 }
3633
3634 .bootstrap-wrapper .dropdown-item:focus,
3635 .bootstrap-wrapper .dropdown-item:hover {
3636 color: #16181b;
3637 text-decoration: none;
3638 background-color: #f8f9fa;
3639 }
3640
3641 .bootstrap-wrapper .dropdown-item.active,
3642 .bootstrap-wrapper .dropdown-item:active {
3643 color: #fff;
3644 text-decoration: none;
3645 background-color: #ee6443;
3646 }
3647
3648 .bootstrap-wrapper .dropdown-item.disabled,
3649 .bootstrap-wrapper .dropdown-item:disabled {
3650 color: #6c757d;
3651 pointer-events: none;
3652 background-color: transparent;
3653 }
3654
3655 .bootstrap-wrapper .dropdown-menu.show {
3656 display: block;
3657 }
3658
3659 .bootstrap-wrapper .dropdown-header {
3660 display: block;
3661 padding: .5rem 1.5rem;
3662 margin-bottom: 0;
3663 font-size: .875rem;
3664 color: #6c757d;
3665 white-space: nowrap;
3666 }
3667
3668 .bootstrap-wrapper .dropdown-item-text {
3669 display: block;
3670 padding: .25rem 1.5rem;
3671 color: #212529;
3672 }
3673
3674 .bootstrap-wrapper .btn-group,
3675 .bootstrap-wrapper .btn-group-vertical {
3676 position: relative;
3677 display: -ms-inline-flexbox;
3678 display: inline-flex;
3679 vertical-align: middle;
3680 }
3681
3682 .bootstrap-wrapper .btn-group-vertical>.btn,
3683 .bootstrap-wrapper .btn-group>.btn {
3684 position: relative;
3685 -ms-flex: 1 1 auto;
3686 flex: 1 1 auto;
3687 }
3688
3689 .bootstrap-wrapper .btn-group-vertical>.btn:hover,
3690 .bootstrap-wrapper .btn-group>.btn:hover {
3691 z-index: 1;
3692 }
3693
3694 .bootstrap-wrapper .btn-group-vertical>.btn.active,
3695 .bootstrap-wrapper .btn-group-vertical>.btn:active,
3696 .bootstrap-wrapper .btn-group-vertical>.btn:focus,
3697 .bootstrap-wrapper .btn-group>.btn.active,
3698 .bootstrap-wrapper .btn-group>.btn:active,
3699 .bootstrap-wrapper .btn-group>.btn:focus {
3700 z-index: 1;
3701 }
3702
3703 .bootstrap-wrapper .btn-toolbar {
3704 display: -ms-flexbox;
3705 display: flex;
3706 -ms-flex-wrap: wrap;
3707 flex-wrap: wrap;
3708 -ms-flex-pack: start;
3709 justify-content: flex-start;
3710 }
3711
3712 .bootstrap-wrapper .btn-toolbar .input-group {
3713 width: auto;
3714 }
3715
3716 .bootstrap-wrapper .btn-group>.btn-group:not(:first-child),
3717 .bootstrap-wrapper .btn-group>.btn:not(:first-child) {
3718 margin-left: -1px;
3719 }
3720
3721 .bootstrap-wrapper .btn-group>.btn-group:not(:last-child)>.btn,
3722 .bootstrap-wrapper .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
3723 border-top-right-radius: 0;
3724 border-bottom-right-radius: 0;
3725 }
3726
3727 .bootstrap-wrapper .btn-group>.btn-group:not(:first-child)>.btn,
3728 .bootstrap-wrapper .btn-group>.btn:not(:first-child) {
3729 border-top-left-radius: 0;
3730 border-bottom-left-radius: 0;
3731 }
3732
3733 .bootstrap-wrapper .dropdown-toggle-split {
3734 padding-right: .5625rem;
3735 padding-left: 0.5625rem;
3736 }
3737
3738 .bootstrap-wrapper .dropdown-toggle-split::after,
3739 .bootstrap-wrapper .dropright .dropdown-toggle-split::after,
3740 .bootstrap-wrapper .dropup .dropdown-toggle-split::after {
3741 margin-left: 0;
3742 }
3743
3744 .bootstrap-wrapper .dropleft .dropdown-toggle-split::before {
3745 margin-right: 0;
3746 }
3747
3748 .bootstrap-wrapper .btn-group-sm>.btn+.dropdown-toggle-split,
3749 .bootstrap-wrapper .btn-sm+.dropdown-toggle-split {
3750 padding-right: .375rem;
3751 padding-left: 0.375rem;
3752 }
3753
3754 .bootstrap-wrapper .btn-group-lg>.btn+.dropdown-toggle-split,
3755 .bootstrap-wrapper .btn-lg+.dropdown-toggle-split {
3756 padding-right: .75rem;
3757 padding-left: 0.75rem;
3758 }
3759
3760 .bootstrap-wrapper .btn-group-vertical {
3761 -ms-flex-direction: column;
3762 flex-direction: column;
3763 -ms-flex-align: start;
3764 align-items: flex-start;
3765 -ms-flex-pack: center;
3766 justify-content: center;
3767 }
3768
3769 .bootstrap-wrapper .btn-group-vertical>.btn,
3770 .bootstrap-wrapper .btn-group-vertical>.btn-group {
3771 width: 100%;
3772 }
3773
3774 .bootstrap-wrapper .btn-group-vertical>.btn-group:not(:first-child),
3775 .bootstrap-wrapper .btn-group-vertical>.btn:not(:first-child) {
3776 margin-top: -1px;
3777 }
3778
3779 .bootstrap-wrapper .btn-group-vertical>.btn-group:not(:last-child)>.btn,
3780 .bootstrap-wrapper .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
3781 border-bottom-right-radius: 0;
3782 border-bottom-left-radius: 0;
3783 }
3784
3785 .bootstrap-wrapper .btn-group-vertical>.btn-group:not(:first-child)>.btn,
3786 .bootstrap-wrapper .btn-group-vertical>.btn:not(:first-child) {
3787 border-top-left-radius: 0;
3788 border-top-right-radius: 0;
3789 }
3790
3791 .bootstrap-wrapper .btn-group-toggle>.btn,
3792 .bootstrap-wrapper .btn-group-toggle>.btn-group>.btn {
3793 margin-bottom: 0;
3794 }
3795
3796 .bootstrap-wrapper .btn-group-toggle>.btn input[type=checkbox],
3797 .bootstrap-wrapper .btn-group-toggle>.btn input[type=radio],
3798 .bootstrap-wrapper .btn-group-toggle>.btn-group>.btn input[type=checkbox],
3799 .bootstrap-wrapper .btn-group-toggle>.btn-group>.btn input[type=radio] {
3800 position: absolute;
3801 clip: rect(0, 0, 0, 0);
3802 pointer-events: none;
3803 }
3804
3805 .bootstrap-wrapper .input-group {
3806 position: relative;
3807 display: -ms-flexbox;
3808 display: flex;
3809 -ms-flex-wrap: wrap;
3810 flex-wrap: wrap;
3811 -ms-flex-align: stretch;
3812 align-items: stretch;
3813 width: 100%;
3814 }
3815
3816 .bootstrap-wrapper .input-group>.custom-file,
3817 .bootstrap-wrapper .input-group>.custom-select,
3818 .bootstrap-wrapper .input-group>.form-control,
3819 .bootstrap-wrapper .input-group>.form-control-plaintext {
3820 position: relative;
3821 -ms-flex: 1 1 auto;
3822 flex: 1 1 auto;
3823 width: 1%;
3824 margin-bottom: 0;
3825 }
3826
3827 .bootstrap-wrapper .input-group>.custom-file+.custom-file,
3828 .bootstrap-wrapper .input-group>.custom-file+.custom-select,
3829 .bootstrap-wrapper .input-group>.custom-file+.form-control,
3830 .bootstrap-wrapper .input-group>.custom-select+.custom-file,
3831 .bootstrap-wrapper .input-group>.custom-select+.custom-select,
3832 .bootstrap-wrapper .input-group>.custom-select+.form-control,
3833 .bootstrap-wrapper .input-group>.form-control+.custom-file,
3834 .bootstrap-wrapper .input-group>.form-control+.custom-select,
3835 .bootstrap-wrapper .input-group>.form-control+.form-control,
3836 .bootstrap-wrapper .input-group>.form-control-plaintext+.custom-file,
3837 .bootstrap-wrapper .input-group>.form-control-plaintext+.custom-select,
3838 .bootstrap-wrapper .input-group>.form-control-plaintext+.form-control {
3839 margin-left: -1px;
3840 }
3841
3842 .bootstrap-wrapper .input-group>.custom-file .custom-file-input:focus~.custom-file-label,
3843 .bootstrap-wrapper .input-group>.custom-select:focus,
3844 .bootstrap-wrapper .input-group>.form-control:focus {
3845 z-index: 3;
3846 }
3847
3848 .bootstrap-wrapper .input-group>.custom-file .custom-file-input:focus {
3849 z-index: 4;
3850 }
3851
3852 .bootstrap-wrapper .input-group>.custom-select:not(:last-child),
3853 .bootstrap-wrapper .input-group>.form-control:not(:last-child) {
3854 border-top-right-radius: 0;
3855 border-bottom-right-radius: 0;
3856 }
3857
3858 .bootstrap-wrapper .input-group>.custom-select:not(:first-child),
3859 .bootstrap-wrapper .input-group>.form-control:not(:first-child) {
3860 border-top-left-radius: 0;
3861 border-bottom-left-radius: 0;
3862 }
3863
3864 .bootstrap-wrapper .input-group>.custom-file {
3865 display: -ms-flexbox;
3866 display: flex;
3867 -ms-flex-align: center;
3868 align-items: center;
3869 }
3870
3871 .bootstrap-wrapper .input-group>.custom-file:not(:last-child) .custom-file-label,
3872 .bootstrap-wrapper .input-group>.custom-file:not(:last-child) .custom-file-label::after {
3873 border-top-right-radius: 0;
3874 border-bottom-right-radius: 0;
3875 }
3876
3877 .bootstrap-wrapper .input-group>.custom-file:not(:first-child) .custom-file-label {
3878 border-top-left-radius: 0;
3879 border-bottom-left-radius: 0;
3880 }
3881
3882 .bootstrap-wrapper .input-group-append,
3883 .bootstrap-wrapper .input-group-prepend {
3884 display: -ms-flexbox;
3885 display: flex;
3886 }
3887
3888 .bootstrap-wrapper .input-group-append .btn,
3889 .bootstrap-wrapper .input-group-prepend .btn {
3890 position: relative;
3891 z-index: 2;
3892 }
3893
3894 .bootstrap-wrapper .input-group-append .btn:focus,
3895 .bootstrap-wrapper .input-group-prepend .btn:focus {
3896 z-index: 3;
3897 }
3898
3899 .bootstrap-wrapper .input-group-append .btn+.btn,
3900 .bootstrap-wrapper .input-group-append .btn+.input-group-text,
3901 .bootstrap-wrapper .input-group-append .input-group-text+.btn,
3902 .bootstrap-wrapper .input-group-append .input-group-text+.input-group-text,
3903 .bootstrap-wrapper .input-group-prepend .btn+.btn,
3904 .bootstrap-wrapper .input-group-prepend .btn+.input-group-text,
3905 .bootstrap-wrapper .input-group-prepend .input-group-text+.btn,
3906 .bootstrap-wrapper .input-group-prepend .input-group-text+.input-group-text {
3907 margin-left: -1px;
3908 }
3909
3910 .bootstrap-wrapper .input-group-prepend {
3911 margin-right: -1px;
3912 }
3913
3914 .bootstrap-wrapper .input-group-append {
3915 margin-left: -1px;
3916 }
3917
3918 .bootstrap-wrapper .input-group-text {
3919 display: -ms-flexbox;
3920 display: flex;
3921 -ms-flex-align: center;
3922 align-items: center;
3923 padding: .375rem .75rem;
3924 margin-bottom: 0;
3925 font-size: 1rem;
3926 font-weight: 400;
3927 line-height: 1.5;
3928 color: #495057;
3929 text-align: center;
3930 white-space: nowrap;
3931 background-color: #e9ecef;
3932 border: 1px solid #ced4da;
3933 border-radius: 0.25rem;
3934 }
3935
3936 .bootstrap-wrapper .input-group-text input[type=checkbox],
3937 .bootstrap-wrapper .input-group-text input[type=radio] {
3938 margin-top: 0;
3939 }
3940
3941 .bootstrap-wrapper .input-group-lg>.custom-select,
3942 .bootstrap-wrapper .input-group-lg>.form-control:not(textarea) {
3943 height: calc(4.5em);
3944 }
3945
3946 .bootstrap-wrapper .input-group-lg>.custom-select,
3947 .bootstrap-wrapper .input-group-lg>.form-control,
3948 .bootstrap-wrapper .input-group-lg>.input-group-append>.btn,
3949 .bootstrap-wrapper .input-group-lg>.input-group-append>.input-group-text,
3950 .bootstrap-wrapper .input-group-lg>.input-group-prepend>.btn,
3951 .bootstrap-wrapper .input-group-lg>.input-group-prepend>.input-group-text {
3952 padding: .5rem 1rem;
3953 font-size: 1.25rem;
3954 line-height: 1.5;
3955 border-radius: 0.3rem;
3956 }
3957
3958 .bootstrap-wrapper .input-group-sm>.custom-select,
3959 .bootstrap-wrapper .input-group-sm>.form-control:not(textarea) {
3960 height: calc(4em);
3961 }
3962
3963 .bootstrap-wrapper .input-group-sm>.custom-select,
3964 .bootstrap-wrapper .input-group-sm>.form-control,
3965 .bootstrap-wrapper .input-group-sm>.input-group-append>.btn,
3966 .bootstrap-wrapper .input-group-sm>.input-group-append>.input-group-text,
3967 .bootstrap-wrapper .input-group-sm>.input-group-prepend>.btn,
3968 .bootstrap-wrapper .input-group-sm>.input-group-prepend>.input-group-text {
3969 padding: .25rem .5rem;
3970 font-size: .875rem;
3971 line-height: 1.5;
3972 border-radius: 0.2rem;
3973 }
3974
3975 .bootstrap-wrapper .input-group-lg>.custom-select,
3976 .bootstrap-wrapper .input-group-sm>.custom-select {
3977 padding-right: 1.75rem;
3978 }
3979
3980 .bootstrap-wrapper .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
3981 .bootstrap-wrapper .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
3982 .bootstrap-wrapper .input-group>.input-group-append:not(:last-child)>.btn,
3983 .bootstrap-wrapper .input-group>.input-group-append:not(:last-child)>.input-group-text,
3984 .bootstrap-wrapper .input-group>.input-group-prepend>.btn,
3985 .bootstrap-wrapper .input-group>.input-group-prepend>.input-group-text {
3986 border-top-right-radius: 0;
3987 border-bottom-right-radius: 0;
3988 }
3989
3990 .bootstrap-wrapper .input-group>.input-group-append>.btn,
3991 .bootstrap-wrapper .input-group>.input-group-append>.input-group-text,
3992 .bootstrap-wrapper .input-group>.input-group-prepend:first-child>.btn:not(:first-child),
3993 .bootstrap-wrapper .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
3994 .bootstrap-wrapper .input-group>.input-group-prepend:not(:first-child)>.btn,
3995 .bootstrap-wrapper .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
3996 border-top-left-radius: 0;
3997 border-bottom-left-radius: 0;
3998 }
3999
4000 .bootstrap-wrapper .custom-control {
4001 position: relative;
4002 display: block;
4003 min-height: 1.5rem;
4004 padding-left: 1.5rem;
4005 }
4006
4007 .bootstrap-wrapper .custom-control-inline {
4008 display: -ms-inline-flexbox;
4009 display: inline-flex;
4010 margin-right: 1rem;
4011 }
4012
4013 .bootstrap-wrapper .custom-control-input {
4014 position: absolute;
4015 z-index: -1;
4016 opacity: 0;
4017 }
4018
4019 .bootstrap-wrapper .custom-control-input:checked~.custom-control-label::before {
4020 color: #fff;
4021 border-color: #ee6443;
4022 background-color: #ee6443;
4023 }
4024
4025 .bootstrap-wrapper .custom-control-input:focus~.custom-control-label::before {
4026 box-shadow: 0 0 0 0.2rem rgba(238, 100, 67, 0.25);
4027 }
4028
4029 .bootstrap-wrapper .custom-control-input:focus:not(:checked)~.custom-control-label::before {
4030 border-color: #f9c4b8;
4031 }
4032
4033 .bootstrap-wrapper .custom-control-input:not(:disabled):active~.custom-control-label::before {
4034 color: #fff;
4035 background-color: #fdebe7;
4036 border-color: #fdebe7;
4037 }
4038
4039 .bootstrap-wrapper .custom-control-input:disabled~.custom-control-label {
4040 color: #6c757d;
4041 }
4042
4043 .bootstrap-wrapper .custom-control-input:disabled~.custom-control-label::before {
4044 background-color: #e9ecef;
4045 }
4046
4047 .bootstrap-wrapper .custom-control-label {
4048 position: relative;
4049 margin-bottom: 0;
4050 vertical-align: top;
4051 }
4052
4053 .bootstrap-wrapper .custom-control-label::before {
4054 position: absolute;
4055 top: .25rem;
4056 left: -1.5rem;
4057 display: block;
4058 width: 1rem;
4059 height: 1rem;
4060 pointer-events: none;
4061 content: "";
4062 background-color: #fff;
4063 border: #adb5bd solid 1px;
4064 }
4065
4066 .bootstrap-wrapper .custom-control-label::after {
4067 position: absolute;
4068 top: .25rem;
4069 left: -1.5rem;
4070 display: block;
4071 width: 1rem;
4072 height: 1rem;
4073 content: "";
4074 background: no-repeat 1% 50%;
4075 }
4076
4077 .bootstrap-wrapper .custom-checkbox .custom-control-label::before {
4078 border-radius: 0.25rem;
4079 }
4080
4081 .bootstrap-wrapper .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
4082 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
4083 }
4084
4085 .bootstrap-wrapper .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
4086 border-color: #ee6443;
4087 background-color: #ee6443;
4088 }
4089
4090 .bootstrap-wrapper .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
4091 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
4092 }
4093
4094 .bootstrap-wrapper .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
4095 background-color: rgba(238, 100, 67, 0.5);
4096 }
4097
4098 .bootstrap-wrapper .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
4099 background-color: rgba(238, 100, 67, 0.5);
4100 }
4101
4102 .bootstrap-wrapper .custom-radio .custom-control-label::before {
4103 border-radius: 50%;
4104 }
4105
4106 .bootstrap-wrapper .custom-radio .custom-control-input:checked~.custom-control-label::after {
4107 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
4108 }
4109
4110 .bootstrap-wrapper .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
4111 background-color: rgba(238, 100, 67, 0.5);
4112 }
4113
4114 .bootstrap-wrapper .custom-switch {
4115 padding-left: 2.25rem;
4116 }
4117
4118 .bootstrap-wrapper .custom-switch .custom-control-label::before {
4119 left: -2.25rem;
4120 width: 1.75rem;
4121 pointer-events: all;
4122 border-radius: 0.5rem;
4123 }
4124
4125 .bootstrap-wrapper .custom-switch .custom-control-label::after {
4126 top: calc(.25rem + 2px);
4127 left: calc(-2.25rem + 2px);
4128 width: calc(1rem - 4px);
4129 height: calc(1rem - 4px);
4130 background-color: #adb5bd;
4131 border-radius: .5rem;
4132 transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
4133 transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
4134 transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
4135 }
4136
4137 @media (prefers-reduced-motion: reduce) {
4138 .bootstrap-wrapper .custom-switch .custom-control-label::after {
4139 transition: none;
4140 }
4141 }
4142
4143 .bootstrap-wrapper .custom-switch .custom-control-input:checked~.custom-control-label::after {
4144 background-color: #fff;
4145 -webkit-transform: translateX(0.75rem);
4146 transform: translateX(0.75rem);
4147 }
4148
4149 .bootstrap-wrapper .custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
4150 background-color: rgba(238, 100, 67, 0.5);
4151 }
4152
4153 .bootstrap-wrapper .custom-select {
4154 display: inline-block;
4155 width: 100%;
4156 height: calc(4.25em);
4157 padding: .375rem 1.75rem .375rem .75rem;
4158 font-size: 1rem;
4159 font-weight: 400;
4160 line-height: 1.5;
4161 color: #495057;
4162 vertical-align: middle;
4163 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;
4164 background-color: #fff;
4165 border: 1px solid #ced4da;
4166 border-radius: .25rem;
4167 -webkit-appearance: none;
4168 -moz-appearance: none;
4169 appearance: none;
4170 }
4171
4172 .bootstrap-wrapper .custom-select:focus {
4173 border-color: #f9c4b8;
4174 outline: 0;
4175 box-shadow: 0 0 0 0.2rem rgba(238, 100, 67, 0.25);
4176 }
4177
4178 .bootstrap-wrapper .custom-select:focus::-ms-value {
4179 color: #495057;
4180 background-color: #fff;
4181 }
4182
4183 .bootstrap-wrapper .custom-select[multiple],
4184 .bootstrap-wrapper .custom-select[size]:not([size="1"]) {
4185 height: auto;
4186 padding-right: .75rem;
4187 background-image: none;
4188 }
4189
4190 .bootstrap-wrapper .custom-select:disabled {
4191 color: #6c757d;
4192 background-color: #e9ecef;
4193 }
4194
4195 .bootstrap-wrapper .custom-select::-ms-expand {
4196 display: none;
4197 }
4198
4199 .bootstrap-wrapper .custom-select-sm {
4200 height: calc(4em);
4201 padding-top: .25rem;
4202 padding-bottom: .25rem;
4203 padding-left: .5rem;
4204 font-size: 0.875rem;
4205 }
4206
4207 .bootstrap-wrapper .custom-select-lg {
4208 height: calc(4.5em);
4209 padding-top: .5rem;
4210 padding-bottom: .5rem;
4211 padding-left: 1rem;
4212 font-size: 1.25rem;
4213 }
4214
4215 .bootstrap-wrapper .custom-file {
4216 position: relative;
4217 display: inline-block;
4218 width: 100%;
4219 height: calc(4.25em);
4220 margin-bottom: 0;
4221 }
4222
4223 .bootstrap-wrapper .custom-file-input {
4224 position: relative;
4225 z-index: 2;
4226 width: 100%;
4227 height: calc(4.25em);
4228 margin: 0;
4229 opacity: 0;
4230 }
4231
4232 .bootstrap-wrapper .custom-file-input:focus~.custom-file-label {
4233 border-color: #f9c4b8;
4234 box-shadow: 0 0 0 0.2rem rgba(238, 100, 67, 0.25);
4235 }
4236
4237 .bootstrap-wrapper .custom-file-input:disabled~.custom-file-label {
4238 background-color: #e9ecef;
4239 }
4240
4241 .bootstrap-wrapper .custom-file-input:lang(en)~.custom-file-label::after {
4242 content: "Browse";
4243 }
4244
4245 .bootstrap-wrapper .custom-file-input~.custom-file-label[data-browse]::after {
4246 content: attr(data-browse);
4247 }
4248
4249 .bootstrap-wrapper .custom-file-label {
4250 position: absolute;
4251 top: 0;
4252 right: 0;
4253 left: 0;
4254 z-index: 1;
4255 height: calc(4.25em);
4256 padding: .375rem .75rem;
4257 font-weight: 400;
4258 line-height: 1.5;
4259 color: #495057;
4260 background-color: #fff;
4261 border: 1px solid #ced4da;
4262 border-radius: 0.25rem;
4263 }
4264
4265 .bootstrap-wrapper .custom-file-label::after {
4266 position: absolute;
4267 top: 0;
4268 right: 0;
4269 bottom: 0;
4270 z-index: 3;
4271 display: block;
4272 height: calc(2.25em);
4273 padding: .375rem .75rem;
4274 line-height: 1.5;
4275 color: #495057;
4276 content: "Browse";
4277 background-color: #e9ecef;
4278 border-left: inherit;
4279 border-radius: 0 0.25rem 0.25rem 0;
4280 }
4281
4282 .bootstrap-wrapper .custom-range {
4283 width: 100%;
4284 height: calc(1.4rem);
4285 padding: 0;
4286 background-color: transparent;
4287 -webkit-appearance: none;
4288 -moz-appearance: none;
4289 appearance: none;
4290 }
4291
4292 .bootstrap-wrapper .custom-range:focus {
4293 outline: 0;
4294 }
4295
4296 .bootstrap-wrapper .custom-range:focus::-webkit-slider-thumb {
4297 box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(238, 100, 67, 0.25);
4298 }
4299
4300 .bootstrap-wrapper .custom-range:focus::-moz-range-thumb {
4301 box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(238, 100, 67, 0.25);
4302 }
4303
4304 .bootstrap-wrapper .custom-range:focus::-ms-thumb {
4305 box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(238, 100, 67, 0.25);
4306 }
4307
4308 .bootstrap-wrapper .custom-range::-moz-focus-outer {
4309 border: 0;
4310 }
4311
4312 .bootstrap-wrapper .custom-range::-webkit-slider-thumb {
4313 width: 1rem;
4314 height: 1rem;
4315 margin-top: -0.25rem;
4316 background-color: #ee6443;
4317 border: 0;
4318 border-radius: 1rem;
4319 transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
4320 -webkit-appearance: none;
4321 appearance: none;
4322 }
4323
4324 @media (prefers-reduced-motion: reduce) {
4325 .bootstrap-wrapper .custom-range::-webkit-slider-thumb {
4326 transition: none;
4327 }
4328 }
4329
4330 .bootstrap-wrapper .custom-range::-webkit-slider-thumb:active {
4331 background-color: #fdebe7;
4332 }
4333
4334 .bootstrap-wrapper .custom-range::-webkit-slider-runnable-track {
4335 width: 100%;
4336 height: .5rem;
4337 color: transparent;
4338 cursor: pointer;
4339 background-color: #dee2e6;
4340 border-color: transparent;
4341 border-radius: 1rem;
4342 }
4343
4344 .bootstrap-wrapper .custom-range::-moz-range-thumb {
4345 width: 1rem;
4346 height: 1rem;
4347 background-color: #ee6443;
4348 border: 0;
4349 border-radius: 1rem;
4350 transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
4351 -moz-appearance: none;
4352 appearance: none;
4353 }
4354
4355 @media (prefers-reduced-motion: reduce) {
4356 .bootstrap-wrapper .custom-range::-moz-range-thumb {
4357 transition: none;
4358 }
4359 }
4360
4361 .bootstrap-wrapper .custom-range::-moz-range-thumb:active {
4362 background-color: #fdebe7;
4363 }
4364
4365 .bootstrap-wrapper .custom-range::-moz-range-track {
4366 width: 100%;
4367 height: .5rem;
4368 color: transparent;
4369 cursor: pointer;
4370 background-color: #dee2e6;
4371 border-color: transparent;
4372 border-radius: 1rem;
4373 }
4374
4375 .bootstrap-wrapper .custom-range::-ms-thumb {
4376 width: 1rem;
4377 height: 1rem;
4378 margin-top: 0;
4379 margin-right: .2rem;
4380 margin-left: .2rem;
4381 background-color: #ee6443;
4382 border: 0;
4383 border-radius: 1rem;
4384 transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
4385 appearance: none;
4386 }
4387
4388 @media (prefers-reduced-motion: reduce) {
4389 .bootstrap-wrapper .custom-range::-ms-thumb {
4390 transition: none;
4391 }
4392 }
4393
4394 .bootstrap-wrapper .custom-range::-ms-thumb:active {
4395 background-color: #fdebe7;
4396 }
4397
4398 .bootstrap-wrapper .custom-range::-ms-track {
4399 width: 100%;
4400 height: .5rem;
4401 color: transparent;
4402 cursor: pointer;
4403 background-color: transparent;
4404 border-color: transparent;
4405 border-width: 0.5rem;
4406 }
4407
4408 .bootstrap-wrapper .custom-range::-ms-fill-lower {
4409 background-color: #dee2e6;
4410 border-radius: 1rem;
4411 }
4412
4413 .bootstrap-wrapper .custom-range::-ms-fill-upper {
4414 margin-right: 15px;
4415 background-color: #dee2e6;
4416 border-radius: 1rem;
4417 }
4418
4419 .bootstrap-wrapper .custom-range:disabled::-webkit-slider-thumb {
4420 background-color: #adb5bd;
4421 }
4422
4423 .bootstrap-wrapper .custom-range:disabled::-webkit-slider-runnable-track {
4424 cursor: default;
4425 }
4426
4427 .bootstrap-wrapper .custom-range:disabled::-moz-range-thumb {
4428 background-color: #adb5bd;
4429 }
4430
4431 .bootstrap-wrapper .custom-range:disabled::-moz-range-track {
4432 cursor: default;
4433 }
4434
4435 .bootstrap-wrapper .custom-range:disabled::-ms-thumb {
4436 background-color: #adb5bd;
4437 }
4438
4439 .bootstrap-wrapper .custom-control-label::before,
4440 .bootstrap-wrapper .custom-file-label,
4441 .bootstrap-wrapper .custom-select {
4442 transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
4443 }
4444
4445 @media (prefers-reduced-motion: reduce) {
4446
4447 .bootstrap-wrapper .custom-control-label::before,
4448 .bootstrap-wrapper .custom-file-label,
4449 .bootstrap-wrapper .custom-select {
4450 transition: none;
4451 }
4452 }
4453
4454 .bootstrap-wrapper .nav {
4455 display: -ms-flexbox;
4456 display: flex;
4457 -ms-flex-wrap: wrap;
4458 flex-wrap: wrap;
4459 padding-left: 0;
4460 margin-bottom: 0;
4461 list-style: none;
4462 }
4463
4464 .bootstrap-wrapper .nav-link {
4465 display: block;
4466 padding: 0.5rem 1rem;
4467 }
4468
4469 .bootstrap-wrapper .nav-link:focus,
4470 .bootstrap-wrapper .nav-link:hover {
4471 text-decoration: none;
4472 }
4473
4474 .bootstrap-wrapper .nav-link.disabled {
4475 color: #6c757d;
4476 pointer-events: none;
4477 cursor: default;
4478 }
4479
4480 .bootstrap-wrapper .nav-tabs {
4481 border-bottom: 1px solid #dee2e6;
4482 }
4483
4484 .bootstrap-wrapper .nav-tabs .nav-item {
4485 margin-bottom: -1px;
4486 }
4487
4488 .bootstrap-wrapper .nav-tabs .nav-link {
4489 border: 1px solid transparent;
4490 border-top-left-radius: .25rem;
4491 border-top-right-radius: 0.25rem;
4492 }
4493
4494 .bootstrap-wrapper .nav-tabs .nav-link:focus,
4495 .bootstrap-wrapper .nav-tabs .nav-link:hover {
4496 border-color: #e9ecef #e9ecef #dee2e6;
4497 }
4498
4499 .bootstrap-wrapper .nav-tabs .nav-link.disabled {
4500 color: #6c757d;
4501 background-color: transparent;
4502 border-color: transparent;
4503 }
4504
4505 .bootstrap-wrapper .nav-tabs .nav-item.show .nav-link,
4506 .bootstrap-wrapper .nav-tabs .nav-link.active {
4507 color: #495057;
4508 background-color: #fff;
4509 border-color: #dee2e6 #dee2e6 #fff;
4510 }
4511
4512 .bootstrap-wrapper .nav-tabs .dropdown-menu {
4513 margin-top: -1px;
4514 border-top-left-radius: 0;
4515 border-top-right-radius: 0;
4516 }
4517
4518 .bootstrap-wrapper .nav-pills .nav-link {
4519 border-radius: 0.25rem;
4520 }
4521
4522 .bootstrap-wrapper .nav-pills .nav-link.active,
4523 .bootstrap-wrapper .nav-pills .show>.nav-link {
4524 color: #fff;
4525 background-color: #ee6443;
4526 }
4527
4528 .bootstrap-wrapper .nav-fill .nav-item {
4529 -ms-flex: 1 1 auto;
4530 flex: 1 1 auto;
4531 text-align: center;
4532 }
4533
4534 .bootstrap-wrapper .nav-justified .nav-item {
4535 -ms-flex-preferred-size: 0;
4536 flex-basis: 0;
4537 -ms-flex-positive: 1;
4538 flex-grow: 1;
4539 text-align: center;
4540 }
4541
4542 .bootstrap-wrapper .tab-content>.tab-pane {
4543 display: none;
4544 }
4545
4546 .bootstrap-wrapper .tab-content>.active {
4547 display: block;
4548 }
4549
4550 .bootstrap-wrapper .navbar {
4551 position: relative;
4552 display: -ms-flexbox;
4553 display: flex;
4554 -ms-flex-wrap: wrap;
4555 flex-wrap: wrap;
4556 -ms-flex-align: center;
4557 align-items: center;
4558 -ms-flex-pack: justify;
4559 justify-content: space-between;
4560 padding: 0.5rem 1rem;
4561 }
4562
4563 .bootstrap-wrapper .navbar>.container,
4564 .bootstrap-wrapper .navbar>.container-fluid {
4565 display: -ms-flexbox;
4566 display: flex;
4567 -ms-flex-wrap: wrap;
4568 flex-wrap: wrap;
4569 -ms-flex-align: center;
4570 align-items: center;
4571 -ms-flex-pack: justify;
4572 justify-content: space-between;
4573 }
4574
4575 .bootstrap-wrapper .navbar-brand {
4576 display: inline-block;
4577 padding-top: .3125rem;
4578 padding-bottom: .3125rem;
4579 margin-right: 1rem;
4580 font-size: 1.25rem;
4581 line-height: inherit;
4582 white-space: nowrap;
4583 }
4584
4585 .bootstrap-wrapper .navbar-brand:focus,
4586 .bootstrap-wrapper .navbar-brand:hover {
4587 text-decoration: none;
4588 }
4589
4590 .bootstrap-wrapper .navbar-nav {
4591 display: -ms-flexbox;
4592 display: flex;
4593 -ms-flex-direction: column;
4594 flex-direction: column;
4595 padding-left: 0;
4596 margin-bottom: 0;
4597 list-style: none;
4598 }
4599
4600 .bootstrap-wrapper .navbar-nav .nav-link {
4601 padding-right: 0;
4602 padding-left: 0;
4603 }
4604
4605 .bootstrap-wrapper .navbar-nav .dropdown-menu {
4606 position: static;
4607 float: none;
4608 }
4609
4610 .bootstrap-wrapper .navbar-text {
4611 display: inline-block;
4612 padding-top: .5rem;
4613 padding-bottom: 0.5rem;
4614 }
4615
4616 .bootstrap-wrapper .navbar-collapse {
4617 -ms-flex-preferred-size: 100%;
4618 flex-basis: 100%;
4619 -ms-flex-positive: 1;
4620 flex-grow: 1;
4621 -ms-flex-align: center;
4622 align-items: center;
4623 }
4624
4625 .bootstrap-wrapper .navbar-toggler {
4626 padding: .25rem .75rem;
4627 font-size: 1.25rem;
4628 line-height: 1;
4629 background-color: transparent;
4630 border: 1px solid transparent;
4631 border-radius: 0.25rem;
4632 }
4633
4634 .bootstrap-wrapper .navbar-toggler:focus,
4635 .bootstrap-wrapper .navbar-toggler:hover {
4636 text-decoration: none;
4637 }
4638
4639 .bootstrap-wrapper .navbar-toggler-icon {
4640 display: inline-block;
4641 width: 1.5em;
4642 height: 1.5em;
4643 vertical-align: middle;
4644 content: "";
4645 background: no-repeat center center;
4646 background-size: 100% 100%;
4647 }
4648
4649 @media (max-width: 575.98px) {
4650
4651 .bootstrap-wrapper .navbar-expand-sm>.container,
4652 .bootstrap-wrapper .navbar-expand-sm>.container-fluid {
4653 padding-right: 0;
4654 padding-left: 0;
4655 }
4656 }
4657
4658 @media (min-width: 576px) {
4659 .bootstrap-wrapper .navbar-expand-sm {
4660 -ms-flex-flow: row nowrap;
4661 flex-flow: row nowrap;
4662 -ms-flex-pack: start;
4663 justify-content: flex-start;
4664 }
4665
4666 .bootstrap-wrapper .navbar-expand-sm .navbar-nav {
4667 -ms-flex-direction: row;
4668 flex-direction: row;
4669 }
4670
4671 .bootstrap-wrapper .navbar-expand-sm .navbar-nav .dropdown-menu {
4672 position: absolute;
4673 }
4674
4675 .bootstrap-wrapper .navbar-expand-sm .navbar-nav .nav-link {
4676 padding-right: .5rem;
4677 padding-left: 0.5rem;
4678 }
4679
4680 .bootstrap-wrapper .navbar-expand-sm>.container,
4681 .bootstrap-wrapper .navbar-expand-sm>.container-fluid {
4682 -ms-flex-wrap: nowrap;
4683 flex-wrap: nowrap;
4684 }
4685
4686 .bootstrap-wrapper .navbar-expand-sm .navbar-collapse {
4687 display: -ms-flexbox !important;
4688 display: flex !important;
4689 -ms-flex-preferred-size: auto;
4690 flex-basis: auto;
4691 }
4692
4693 .bootstrap-wrapper .navbar-expand-sm .navbar-toggler {
4694 display: none;
4695 }
4696 }
4697
4698 @media (max-width: 767.98px) {
4699
4700 .bootstrap-wrapper .navbar-expand-md>.container,
4701 .bootstrap-wrapper .navbar-expand-md>.container-fluid {
4702 padding-right: 0;
4703 padding-left: 0;
4704 }
4705 }
4706
4707 @media (min-width: 768px) {
4708 .bootstrap-wrapper .navbar-expand-md {
4709 -ms-flex-flow: row nowrap;
4710 flex-flow: row nowrap;
4711 -ms-flex-pack: start;
4712 justify-content: flex-start;
4713 }
4714
4715 .bootstrap-wrapper .navbar-expand-md .navbar-nav {
4716 -ms-flex-direction: row;
4717 flex-direction: row;
4718 }
4719
4720 .bootstrap-wrapper .navbar-expand-md .navbar-nav .dropdown-menu {
4721 position: absolute;
4722 }
4723
4724 .bootstrap-wrapper .navbar-expand-md .navbar-nav .nav-link {
4725 padding-right: .5rem;
4726 padding-left: 0.5rem;
4727 }
4728
4729 .bootstrap-wrapper .navbar-expand-md>.container,
4730 .bootstrap-wrapper .navbar-expand-md>.container-fluid {
4731 -ms-flex-wrap: nowrap;
4732 flex-wrap: nowrap;
4733 }
4734
4735 .bootstrap-wrapper .navbar-expand-md .navbar-collapse {
4736 display: -ms-flexbox !important;
4737 display: flex !important;
4738 -ms-flex-preferred-size: auto;
4739 flex-basis: auto;
4740 }
4741
4742 .bootstrap-wrapper .navbar-expand-md .navbar-toggler {
4743 display: none;
4744 }
4745 }
4746
4747 @media (max-width: 991.98px) {
4748
4749 .bootstrap-wrapper .navbar-expand-lg>.container,
4750 .bootstrap-wrapper .navbar-expand-lg>.container-fluid {
4751 padding-right: 0;
4752 padding-left: 0;
4753 }
4754 }
4755
4756 @media (min-width: 992px) {
4757 .bootstrap-wrapper .navbar-expand-lg {
4758 -ms-flex-flow: row nowrap;
4759 flex-flow: row nowrap;
4760 -ms-flex-pack: start;
4761 justify-content: flex-start;
4762 }
4763
4764 .bootstrap-wrapper .navbar-expand-lg .navbar-nav {
4765 -ms-flex-direction: row;
4766 flex-direction: row;
4767 }
4768
4769 .bootstrap-wrapper .navbar-expand-lg .navbar-nav .dropdown-menu {
4770 position: absolute;
4771 }
4772
4773 .bootstrap-wrapper .navbar-expand-lg .navbar-nav .nav-link {
4774 padding-right: .5rem;
4775 padding-left: 0.5rem;
4776 }
4777
4778 .bootstrap-wrapper .navbar-expand-lg>.container,
4779 .bootstrap-wrapper .navbar-expand-lg>.container-fluid {
4780 -ms-flex-wrap: nowrap;
4781 flex-wrap: nowrap;
4782 }
4783
4784 .bootstrap-wrapper .navbar-expand-lg .navbar-collapse {
4785 display: -ms-flexbox !important;
4786 display: flex !important;
4787 -ms-flex-preferred-size: auto;
4788 flex-basis: auto;
4789 }
4790
4791 .bootstrap-wrapper .navbar-expand-lg .navbar-toggler {
4792 display: none;
4793 }
4794 }
4795
4796 @media (max-width: 1199.98px) {
4797
4798 .bootstrap-wrapper .navbar-expand-xl>.container,
4799 .bootstrap-wrapper .navbar-expand-xl>.container-fluid {
4800 padding-right: 0;
4801 padding-left: 0;
4802 }
4803 }
4804
4805 @media (min-width: 1200px) {
4806 .bootstrap-wrapper .navbar-expand-xl {
4807 -ms-flex-flow: row nowrap;
4808 flex-flow: row nowrap;
4809 -ms-flex-pack: start;
4810 justify-content: flex-start;
4811 }
4812
4813 .bootstrap-wrapper .navbar-expand-xl .navbar-nav {
4814 -ms-flex-direction: row;
4815 flex-direction: row;
4816 }
4817
4818 .bootstrap-wrapper .navbar-expand-xl .navbar-nav .dropdown-menu {
4819 position: absolute;
4820 }
4821
4822 .bootstrap-wrapper .navbar-expand-xl .navbar-nav .nav-link {
4823 padding-right: .5rem;
4824 padding-left: 0.5rem;
4825 }
4826
4827 .bootstrap-wrapper .navbar-expand-xl>.container,
4828 .bootstrap-wrapper .navbar-expand-xl>.container-fluid {
4829 -ms-flex-wrap: nowrap;
4830 flex-wrap: nowrap;
4831 }
4832
4833 .bootstrap-wrapper .navbar-expand-xl .navbar-collapse {
4834 display: -ms-flexbox !important;
4835 display: flex !important;
4836 -ms-flex-preferred-size: auto;
4837 flex-basis: auto;
4838 }
4839
4840 .bootstrap-wrapper .navbar-expand-xl .navbar-toggler {
4841 display: none;
4842 }
4843 }
4844
4845 .bootstrap-wrapper .navbar-expand {
4846 -ms-flex-flow: row nowrap;
4847 flex-flow: row nowrap;
4848 -ms-flex-pack: start;
4849 justify-content: flex-start;
4850 }
4851
4852 .bootstrap-wrapper .navbar-expand>.container,
4853 .bootstrap-wrapper .navbar-expand>.container-fluid {
4854 padding-right: 0;
4855 padding-left: 0;
4856 }
4857
4858 .bootstrap-wrapper .navbar-expand .navbar-nav {
4859 -ms-flex-direction: row;
4860 flex-direction: row;
4861 }
4862
4863 .bootstrap-wrapper .navbar-expand .navbar-nav .dropdown-menu {
4864 position: absolute;
4865 }
4866
4867 .bootstrap-wrapper .navbar-expand .navbar-nav .nav-link {
4868 padding-right: .5rem;
4869 padding-left: 0.5rem;
4870 }
4871
4872 .bootstrap-wrapper .navbar-expand>.container,
4873 .bootstrap-wrapper .navbar-expand>.container-fluid {
4874 -ms-flex-wrap: nowrap;
4875 flex-wrap: nowrap;
4876 }
4877
4878 .bootstrap-wrapper .navbar-expand .navbar-collapse {
4879 display: -ms-flexbox !important;
4880 display: flex !important;
4881 -ms-flex-preferred-size: auto;
4882 flex-basis: auto;
4883 }
4884
4885 .bootstrap-wrapper .navbar-expand .navbar-toggler {
4886 display: none;
4887 }
4888
4889 .bootstrap-wrapper .navbar-light .navbar-brand {
4890 color: rgba(0, 0, 0, 0.9);
4891 }
4892
4893 .bootstrap-wrapper .navbar-light .navbar-brand:focus,
4894 .bootstrap-wrapper .navbar-light .navbar-brand:hover {
4895 color: rgba(0, 0, 0, 0.9);
4896 }
4897
4898 .bootstrap-wrapper .navbar-light .navbar-nav .nav-link {
4899 color: rgba(0, 0, 0, 0.5);
4900 }
4901
4902 .bootstrap-wrapper .navbar-light .navbar-nav .nav-link:focus,
4903 .bootstrap-wrapper .navbar-light .navbar-nav .nav-link:hover {
4904 color: rgba(0, 0, 0, 0.7);
4905 }
4906
4907 .bootstrap-wrapper .navbar-light .navbar-nav .nav-link.disabled {
4908 color: rgba(0, 0, 0, 0.3);
4909 }
4910
4911 .bootstrap-wrapper .navbar-light .navbar-nav .active>.nav-link,
4912 .bootstrap-wrapper .navbar-light .navbar-nav .nav-link.active,
4913 .bootstrap-wrapper .navbar-light .navbar-nav .nav-link.show,
4914 .bootstrap-wrapper .navbar-light .navbar-nav .show>.nav-link {
4915 color: rgba(0, 0, 0, 0.9);
4916 }
4917
4918 .bootstrap-wrapper .navbar-light .navbar-toggler {
4919 color: rgba(0, 0, 0, 0.5);
4920 border-color: rgba(0, 0, 0, 0.1);
4921 }
4922
4923 .bootstrap-wrapper .navbar-light .navbar-toggler-icon {
4924 background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
4925 }
4926
4927 .bootstrap-wrapper .navbar-light .navbar-text {
4928 color: rgba(0, 0, 0, 0.5);
4929 }
4930
4931 .bootstrap-wrapper .navbar-light .navbar-text a {
4932 color: rgba(0, 0, 0, 0.9);
4933 }
4934
4935 .bootstrap-wrapper .navbar-light .navbar-text a:focus,
4936 .bootstrap-wrapper .navbar-light .navbar-text a:hover {
4937 color: rgba(0, 0, 0, 0.9);
4938 }
4939
4940 .bootstrap-wrapper .navbar-dark .navbar-brand {
4941 color: #fff;
4942 }
4943
4944 .bootstrap-wrapper .navbar-dark .navbar-brand:focus,
4945 .bootstrap-wrapper .navbar-dark .navbar-brand:hover {
4946 color: #fff;
4947 }
4948
4949 .bootstrap-wrapper .navbar-dark .navbar-nav .nav-link {
4950 color: rgba(255, 255, 255, 0.5);
4951 }
4952
4953 .bootstrap-wrapper .navbar-dark .navbar-nav .nav-link:focus,
4954 .bootstrap-wrapper .navbar-dark .navbar-nav .nav-link:hover {
4955 color: rgba(255, 255, 255, 0.75);
4956 }
4957
4958 .bootstrap-wrapper .navbar-dark .navbar-nav .nav-link.disabled {
4959 color: rgba(255, 255, 255, 0.25);
4960 }
4961
4962 .bootstrap-wrapper .navbar-dark .navbar-nav .active>.nav-link,
4963 .bootstrap-wrapper .navbar-dark .navbar-nav .nav-link.active,
4964 .bootstrap-wrapper .navbar-dark .navbar-nav .nav-link.show,
4965 .bootstrap-wrapper .navbar-dark .navbar-nav .show>.nav-link {
4966 color: #fff;
4967 }
4968
4969 .bootstrap-wrapper .navbar-dark .navbar-toggler {
4970 color: rgba(255, 255, 255, 0.5);
4971 border-color: rgba(255, 255, 255, 0.1);
4972 }
4973
4974 .bootstrap-wrapper .navbar-dark .navbar-toggler-icon {
4975 background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
4976 }
4977
4978 .bootstrap-wrapper .navbar-dark .navbar-text {
4979 color: rgba(255, 255, 255, 0.5);
4980 }
4981
4982 .bootstrap-wrapper .navbar-dark .navbar-text a {
4983 color: #fff;
4984 }
4985
4986 .bootstrap-wrapper .navbar-dark .navbar-text a:focus,
4987 .bootstrap-wrapper .navbar-dark .navbar-text a:hover {
4988 color: #fff;
4989 }
4990
4991 .bootstrap-wrapper .card {
4992 position: relative;
4993 display: -ms-flexbox;
4994 display: flex;
4995 -ms-flex-direction: column;
4996 flex-direction: column;
4997 min-width: 0;
4998 word-wrap: break-word;
4999 background-color: #fff;
5000 background-clip: border-box;
5001 border: 1px solid rgba(0, 0, 0, 0.125);
5002 border-radius: 0.25rem;
5003 }
5004
5005 .bootstrap-wrapper .card>hr {
5006 margin-right: 0;
5007 margin-left: 0;
5008 }
5009
5010 .bootstrap-wrapper .card>.list-group:first-child .list-group-item:first-child {
5011 border-top-left-radius: .25rem;
5012 border-top-right-radius: 0.25rem;
5013 }
5014
5015 .bootstrap-wrapper .card>.list-group:last-child .list-group-item:last-child {
5016 border-bottom-right-radius: .25rem;
5017 border-bottom-left-radius: 0.25rem;
5018 }
5019
5020 .bootstrap-wrapper .card-body {
5021 -ms-flex: 1 1 auto;
5022 flex: 1 1 auto;
5023 padding: 1.25rem;
5024 }
5025
5026 .bootstrap-wrapper .card-title {
5027 margin-bottom: 0.75rem;
5028 }
5029
5030 .bootstrap-wrapper .card-subtitle {
5031 margin-top: -0.375rem;
5032 margin-bottom: 0;
5033 }
5034
5035 .bootstrap-wrapper .card-text:last-child {
5036 margin-bottom: 0;
5037 }
5038
5039 .bootstrap-wrapper .card-link:hover {
5040 text-decoration: none;
5041 }
5042
5043 .bootstrap-wrapper .card-link+.card-link {
5044 margin-left: 1.25rem;
5045 }
5046
5047 .bootstrap-wrapper .card-header {
5048 padding: .75rem 1.25rem;
5049 margin-bottom: 0;
5050 background-color: rgba(0, 0, 0, 0.03);
5051 border-bottom: 1px solid rgba(0, 0, 0, 0.125);
5052 }
5053
5054 .bootstrap-wrapper .card-header:first-child {
5055 border-radius: calc(-0.75rem) calc(-0.75rem) 0 0;
5056 }
5057
5058 .bootstrap-wrapper .card-header+.list-group .list-group-item:first-child {
5059 border-top: 0;
5060 }
5061
5062 .bootstrap-wrapper .card-footer {
5063 padding: .75rem 1.25rem;
5064 background-color: rgba(0, 0, 0, 0.03);
5065 border-top: 1px solid rgba(0, 0, 0, 0.125);
5066 }
5067
5068 .bootstrap-wrapper .card-footer:last-child {
5069 border-radius: 0 0 calc(-0.75rem) calc(-0.75rem);
5070 }
5071
5072 .bootstrap-wrapper .card-header-tabs {
5073 margin-right: -0.625rem;
5074 margin-bottom: -0.75rem;
5075 margin-left: -0.625rem;
5076 border-bottom: 0;
5077 }
5078
5079 .bootstrap-wrapper .card-header-pills {
5080 margin-right: -0.625rem;
5081 margin-left: -0.625rem;
5082 }
5083
5084 .bootstrap-wrapper .card-img-overlay {
5085 position: absolute;
5086 top: 0;
5087 right: 0;
5088 bottom: 0;
5089 left: 0;
5090 padding: 1.25rem;
5091 }
5092
5093 .bootstrap-wrapper .card-img {
5094 width: 100%;
5095 border-radius: calc(-0.75rem);
5096 }
5097
5098 .bootstrap-wrapper .card-img-top {
5099 width: 100%;
5100 border-top-left-radius: calc(-0.75rem);
5101 border-top-right-radius: calc(-0.75rem);
5102 }
5103
5104 .bootstrap-wrapper .card-img-bottom {
5105 width: 100%;
5106 border-bottom-right-radius: calc(-0.75rem);
5107 border-bottom-left-radius: calc(-0.75rem);
5108 }
5109
5110 .bootstrap-wrapper .card-deck {
5111 display: -ms-flexbox;
5112 display: flex;
5113 -ms-flex-direction: column;
5114 flex-direction: column;
5115 }
5116
5117 .bootstrap-wrapper .card-deck .card {
5118 margin-bottom: 15px;
5119 }
5120
5121 @media (min-width: 576px) {
5122 .bootstrap-wrapper .card-deck {
5123 -ms-flex-flow: row wrap;
5124 flex-flow: row wrap;
5125 margin-right: -15px;
5126 margin-left: -15px;
5127 }
5128
5129 .bootstrap-wrapper .card-deck .card {
5130 display: -ms-flexbox;
5131 display: flex;
5132 -ms-flex: 1 0 0%;
5133 flex: 1 0 0%;
5134 -ms-flex-direction: column;
5135 flex-direction: column;
5136 margin-right: 15px;
5137 margin-bottom: 0;
5138 margin-left: 15px;
5139 }
5140 }
5141
5142 .bootstrap-wrapper .card-group {
5143 display: -ms-flexbox;
5144 display: flex;
5145 -ms-flex-direction: column;
5146 flex-direction: column;
5147 }
5148
5149 .bootstrap-wrapper .card-group>.card {
5150 margin-bottom: 15px;
5151 }
5152
5153 @media (min-width: 576px) {
5154 .bootstrap-wrapper .card-group {
5155 -ms-flex-flow: row wrap;
5156 flex-flow: row wrap;
5157 }
5158
5159 .bootstrap-wrapper .card-group>.card {
5160 -ms-flex: 1 0 0%;
5161 flex: 1 0 0%;
5162 margin-bottom: 0;
5163 }
5164
5165 .bootstrap-wrapper .card-group>.card+.card {
5166 margin-left: 0;
5167 border-left: 0;
5168 }
5169
5170 .bootstrap-wrapper .card-group>.card:not(:last-child) {
5171 border-top-right-radius: 0;
5172 border-bottom-right-radius: 0;
5173 }
5174
5175 .bootstrap-wrapper .card-group>.card:not(:last-child) .card-header,
5176 .bootstrap-wrapper .card-group>.card:not(:last-child) .card-img-top {
5177 border-top-right-radius: 0;
5178 }
5179
5180 .bootstrap-wrapper .card-group>.card:not(:last-child) .card-footer,
5181 .bootstrap-wrapper .card-group>.card:not(:last-child) .card-img-bottom {
5182 border-bottom-right-radius: 0;
5183 }
5184
5185 .bootstrap-wrapper .card-group>.card:not(:first-child) {
5186 border-top-left-radius: 0;
5187 border-bottom-left-radius: 0;
5188 }
5189
5190 .bootstrap-wrapper .card-group>.card:not(:first-child) .card-header,
5191 .bootstrap-wrapper .card-group>.card:not(:first-child) .card-img-top {
5192 border-top-left-radius: 0;
5193 }
5194
5195 .bootstrap-wrapper .card-group>.card:not(:first-child) .card-footer,
5196 .bootstrap-wrapper .card-group>.card:not(:first-child) .card-img-bottom {
5197 border-bottom-left-radius: 0;
5198 }
5199 }
5200
5201 .bootstrap-wrapper .card-columns .card {
5202 margin-bottom: 0.75rem;
5203 }
5204
5205 @media (min-width: 576px) {
5206 .bootstrap-wrapper .card-columns {
5207 -webkit-column-count: 3;
5208 -moz-column-count: 3;
5209 column-count: 3;
5210 -webkit-column-gap: 1.25rem;
5211 -moz-column-gap: 1.25rem;
5212 column-gap: 1.25rem;
5213 orphans: 1;
5214 widows: 1;
5215 }
5216
5217 .bootstrap-wrapper .card-columns .card {
5218 display: inline-block;
5219 width: 100%;
5220 }
5221 }
5222
5223 .bootstrap-wrapper .accordion>.card {
5224 overflow: hidden;
5225 }
5226
5227 .bootstrap-wrapper .accordion>.card:not(:first-of-type) .card-header:first-child {
5228 border-radius: 0;
5229 }
5230
5231 .bootstrap-wrapper .accordion>.card:not(:first-of-type):not(:last-of-type) {
5232 border-bottom: 0;
5233 border-radius: 0;
5234 }
5235
5236 .bootstrap-wrapper .accordion>.card:first-of-type {
5237 border-bottom: 0;
5238 border-bottom-right-radius: 0;
5239 border-bottom-left-radius: 0;
5240 }
5241
5242 .bootstrap-wrapper .accordion>.card:last-of-type {
5243 border-top-left-radius: 0;
5244 border-top-right-radius: 0;
5245 }
5246
5247 .bootstrap-wrapper .accordion>.card .card-header {
5248 margin-bottom: -1px;
5249 }
5250
5251 .bootstrap-wrapper .breadcrumb {
5252 display: -ms-flexbox;
5253 display: flex;
5254 -ms-flex-wrap: wrap;
5255 flex-wrap: wrap;
5256 padding: .75rem 1rem;
5257 margin-bottom: 1rem;
5258 list-style: none;
5259 background-color: #e9ecef;
5260 border-radius: 0.25rem;
5261 }
5262
5263 .bootstrap-wrapper .breadcrumb-item+.breadcrumb-item {
5264 padding-left: 0.5rem;
5265 }
5266
5267 .bootstrap-wrapper .breadcrumb-item+.breadcrumb-item::before {
5268 display: inline-block;
5269 padding-right: .5rem;
5270 color: #6c757d;
5271 content: "/";
5272 }
5273
5274 .bootstrap-wrapper .breadcrumb-item+.breadcrumb-item:hover::before {
5275 text-decoration: underline;
5276 }
5277
5278 .bootstrap-wrapper .breadcrumb-item+.breadcrumb-item:hover::before {
5279 text-decoration: none;
5280 }
5281
5282 .bootstrap-wrapper .breadcrumb-item.active {
5283 color: #6c757d;
5284 }
5285
5286 .bootstrap-wrapper .pagination {
5287 display: -ms-flexbox;
5288 display: flex;
5289 padding-left: 0;
5290 list-style: none;
5291 border-radius: 0.25rem;
5292 }
5293
5294 .bootstrap-wrapper .page-link {
5295 position: relative;
5296 display: block;
5297 padding: .5rem .75rem;
5298 margin-left: -1px;
5299 line-height: 1.25;
5300 color: #ee6443;
5301 background-color: #fff;
5302 border: 1px solid #dee2e6;
5303 }
5304
5305 .bootstrap-wrapper .page-link:hover {
5306 z-index: 2;
5307 color: #d23813;
5308 text-decoration: none;
5309 background-color: #e9ecef;
5310 border-color: #dee2e6;
5311 }
5312
5313 .bootstrap-wrapper .page-link:focus {
5314 z-index: 2;
5315 outline: 0;
5316 box-shadow: 0 0 0 0.2rem rgba(238, 100, 67, 0.25);
5317 }
5318
5319 .bootstrap-wrapper .page-item:first-child .page-link {
5320 margin-left: 0;
5321 border-top-left-radius: .25rem;
5322 border-bottom-left-radius: 0.25rem;
5323 }
5324
5325 .bootstrap-wrapper .page-item:last-child .page-link {
5326 border-top-right-radius: .25rem;
5327 border-bottom-right-radius: 0.25rem;
5328 }
5329
5330 .bootstrap-wrapper .page-item.active .page-link {
5331 z-index: 1;
5332 color: #fff;
5333 background-color: #ee6443;
5334 border-color: #ee6443;
5335 }
5336
5337 .bootstrap-wrapper .page-item.disabled .page-link {
5338 color: #6c757d;
5339 pointer-events: none;
5340 cursor: auto;
5341 background-color: #fff;
5342 border-color: #dee2e6;
5343 }
5344
5345 .bootstrap-wrapper .pagination-lg .page-link {
5346 padding: .75rem 1.5rem;
5347 font-size: 1.25rem;
5348 line-height: 1.5;
5349 }
5350
5351 .bootstrap-wrapper .pagination-lg .page-item:first-child .page-link {
5352 border-top-left-radius: .3rem;
5353 border-bottom-left-radius: 0.3rem;
5354 }
5355
5356 .bootstrap-wrapper .pagination-lg .page-item:last-child .page-link {
5357 border-top-right-radius: .3rem;
5358 border-bottom-right-radius: 0.3rem;
5359 }
5360
5361 .bootstrap-wrapper .pagination-sm .page-link {
5362 padding: .25rem .5rem;
5363 font-size: .875rem;
5364 line-height: 1.5;
5365 }
5366
5367 .bootstrap-wrapper .pagination-sm .page-item:first-child .page-link {
5368 border-top-left-radius: .2rem;
5369 border-bottom-left-radius: 0.2rem;
5370 }
5371
5372 .bootstrap-wrapper .pagination-sm .page-item:last-child .page-link {
5373 border-top-right-radius: .2rem;
5374 border-bottom-right-radius: 0.2rem;
5375 }
5376
5377 .bootstrap-wrapper .badge {
5378 display: inline-block;
5379 padding: .25em .4em;
5380 font-size: 75%;
5381 font-weight: 700;
5382 line-height: 1;
5383 text-align: center;
5384 white-space: nowrap;
5385 vertical-align: baseline;
5386 border-radius: .25rem;
5387 transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
5388 }
5389
5390 @media (prefers-reduced-motion: reduce) {
5391 .bootstrap-wrapper .badge {
5392 transition: none;
5393 }
5394 }
5395
5396 .bootstrap-wrapper a.badge:focus,
5397 .bootstrap-wrapper a.badge:hover {
5398 text-decoration: none;
5399 }
5400
5401 .bootstrap-wrapper .badge:empty {
5402 display: none;
5403 }
5404
5405 .bootstrap-wrapper .btn .badge {
5406 position: relative;
5407 top: -1px;
5408 }
5409
5410 .bootstrap-wrapper .badge-pill {
5411 padding-right: .6em;
5412 padding-left: .6em;
5413 border-radius: 10rem;
5414 }
5415
5416 .bootstrap-wrapper .badge-primary {
5417 color: #fff;
5418 background-color: #ee6443;
5419 }
5420
5421 .bootstrap-wrapper a.badge-primary:focus,
5422 .bootstrap-wrapper a.badge-primary:hover {
5423 color: #fff;
5424 background-color: #e93e15;
5425 }
5426
5427 .bootstrap-wrapper a.badge-primary.focus,
5428 .bootstrap-wrapper a.badge-primary:focus {
5429 outline: 0;
5430 box-shadow: 0 0 0 0.2rem rgba(238, 100, 67, 0.5);
5431 }
5432
5433 .bootstrap-wrapper .badge-secondary {
5434 color: #fff;
5435 background-color: #00a69f;
5436 }
5437
5438 .bootstrap-wrapper a.badge-secondary:focus,
5439 .bootstrap-wrapper a.badge-secondary:hover {
5440 color: #fff;
5441 background-color: #00736e;
5442 }
5443
5444 .bootstrap-wrapper a.badge-secondary.focus,
5445 .bootstrap-wrapper a.badge-secondary:focus {
5446 outline: 0;
5447 box-shadow: 0 0 0 0.2rem rgba(0, 166, 159, 0.5);
5448 }
5449
5450 .bootstrap-wrapper .badge-success {
5451 color: #212529;
5452 background-color: #eda11b;
5453 }
5454
5455 .bootstrap-wrapper a.badge-success:focus,
5456 .bootstrap-wrapper a.badge-success:hover {
5457 color: #212529;
5458 background-color: #c58410;
5459 }
5460
5461 .bootstrap-wrapper a.badge-success.focus,
5462 .bootstrap-wrapper a.badge-success:focus {
5463 outline: 0;
5464 box-shadow: 0 0 0 0.2rem rgba(237, 161, 27, 0.5);
5465 }
5466
5467 .bootstrap-wrapper .badge-info {
5468 color: #fff;
5469 background-color: #17a2b8;
5470 }
5471
5472 .bootstrap-wrapper a.badge-info:focus,
5473 .bootstrap-wrapper a.badge-info:hover {
5474 color: #fff;
5475 background-color: #117a8b;
5476 }
5477
5478 .bootstrap-wrapper a.badge-info.focus,
5479 .bootstrap-wrapper a.badge-info:focus {
5480 outline: 0;
5481 box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
5482 }
5483
5484 .bootstrap-wrapper .badge-warning {
5485 color: #212529;
5486 background-color: #ffc107;
5487 }
5488
5489 .bootstrap-wrapper a.badge-warning:focus,
5490 .bootstrap-wrapper a.badge-warning:hover {
5491 color: #212529;
5492 background-color: #d39e00;
5493 }
5494
5495 .bootstrap-wrapper a.badge-warning.focus,
5496 .bootstrap-wrapper a.badge-warning:focus {
5497 outline: 0;
5498 box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
5499 }
5500
5501 .bootstrap-wrapper .badge-danger {
5502 color: #fff;
5503 background-color: #dc3545;
5504 }
5505
5506 .bootstrap-wrapper a.badge-danger:focus,
5507 .bootstrap-wrapper a.badge-danger:hover {
5508 color: #fff;
5509 background-color: #bd2130;
5510 }
5511
5512 .bootstrap-wrapper a.badge-danger.focus,
5513 .bootstrap-wrapper a.badge-danger:focus {
5514 outline: 0;
5515 box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
5516 }
5517
5518 .bootstrap-wrapper .badge-light {
5519 color: #212529;
5520 background-color: #fff;
5521 }
5522
5523 .bootstrap-wrapper a.badge-light:focus,
5524 .bootstrap-wrapper a.badge-light:hover {
5525 color: #212529;
5526 background-color: #e6e6e6;
5527 }
5528
5529 .bootstrap-wrapper a.badge-light.focus,
5530 .bootstrap-wrapper a.badge-light:focus {
5531 outline: 0;
5532 box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
5533 }
5534
5535 .bootstrap-wrapper .badge-dark {
5536 color: #fff;
5537 background-color: #1a4562;
5538 }
5539
5540 .bootstrap-wrapper a.badge-dark:focus,
5541 .bootstrap-wrapper a.badge-dark:hover {
5542 color: #fff;
5543 background-color: #0f293a;
5544 }
5545
5546 .bootstrap-wrapper a.badge-dark.focus,
5547 .bootstrap-wrapper a.badge-dark:focus {
5548 outline: 0;
5549 box-shadow: 0 0 0 0.2rem rgba(26, 69, 98, 0.5);
5550 }
5551
5552 .bootstrap-wrapper .jumbotron {
5553 padding: 2rem 1rem;
5554 margin-bottom: 2rem;
5555 background-color: #e9ecef;
5556 border-radius: 0.3rem;
5557 }
5558
5559 @media (min-width: 576px) {
5560 .bootstrap-wrapper .jumbotron {
5561 padding: 4rem 2rem;
5562 }
5563 }
5564
5565 .bootstrap-wrapper .jumbotron-fluid {
5566 padding-right: 0;
5567 padding-left: 0;
5568 border-radius: 0;
5569 }
5570
5571 .bootstrap-wrapper .alert {
5572 position: relative;
5573 padding: .75rem 1.25rem;
5574 margin-bottom: 1rem;
5575 border: 1px solid transparent;
5576 border-radius: 0.25rem;
5577 }
5578
5579 .bootstrap-wrapper .alert-heading {
5580 color: inherit;
5581 }
5582
5583 .bootstrap-wrapper .alert-link {
5584 font-weight: 700;
5585 }
5586
5587 .bootstrap-wrapper .alert-dismissible {
5588 padding-right: 4rem;
5589 }
5590
5591 .bootstrap-wrapper .alert-dismissible .close {
5592 position: absolute;
5593 top: 0;
5594 right: 0;
5595 padding: .75rem 1.25rem;
5596 color: inherit;
5597 }
5598
5599 .bootstrap-wrapper .alert-primary {
5600 color: #7c3423;
5601 background-color: #fce0d9;
5602 border-color: #fad4ca;
5603 }
5604
5605 .bootstrap-wrapper .alert-primary hr {
5606 border-top-color: #f8c1b3;
5607 }
5608
5609 .bootstrap-wrapper .alert-primary .alert-link {
5610 color: #542318;
5611 }
5612
5613 .bootstrap-wrapper .alert-secondary {
5614 color: #005653;
5615 background-color: #ccedec;
5616 border-color: #b8e6e4;
5617 }
5618
5619 .bootstrap-wrapper .alert-secondary hr {
5620 border-top-color: #a5dfdd;
5621 }
5622
5623 .bootstrap-wrapper .alert-secondary .alert-link {
5624 color: #002322;
5625 }
5626
5627 .bootstrap-wrapper .alert-success {
5628 color: #7b540e;
5629 background-color: #fbecd1;
5630 border-color: #fae5bf;
5631 }
5632
5633 .bootstrap-wrapper .alert-success hr {
5634 border-top-color: #f8dba7;
5635 }
5636
5637 .bootstrap-wrapper .alert-success .alert-link {
5638 color: #4d3509;
5639 }
5640
5641 .bootstrap-wrapper .alert-info {
5642 color: #0c5460;
5643 background-color: #d1ecf1;
5644 border-color: #bee5eb;
5645 }
5646
5647 .bootstrap-wrapper .alert-info hr {
5648 border-top-color: #abdde5;
5649 }
5650
5651 .bootstrap-wrapper .alert-info .alert-link {
5652 color: #062c33;
5653 }
5654
5655 .bootstrap-wrapper .alert-warning {
5656 color: #856404;
5657 background-color: #fff3cd;
5658 border-color: #ffeeba;
5659 }
5660
5661 .bootstrap-wrapper .alert-warning hr {
5662 border-top-color: #ffe8a1;
5663 }
5664
5665 .bootstrap-wrapper .alert-warning .alert-link {
5666 color: #533f03;
5667 }
5668
5669 .bootstrap-wrapper .alert-danger {
5670 color: #721c24;
5671 background-color: #f8d7da;
5672 border-color: #f5c6cb;
5673 }
5674
5675 .bootstrap-wrapper .alert-danger hr {
5676 border-top-color: #f1b0b7;
5677 }
5678
5679 .bootstrap-wrapper .alert-danger .alert-link {
5680 color: #491217;
5681 }
5682
5683 .bootstrap-wrapper .alert-light {
5684 color: #858585;
5685 background-color: #fff;
5686 border-color: #fff;
5687 }
5688
5689 .bootstrap-wrapper .alert-light hr {
5690 border-top-color: #f2f2f2;
5691 }
5692
5693 .bootstrap-wrapper .alert-light .alert-link {
5694 color: #6c6c6c;
5695 }
5696
5697 .bootstrap-wrapper .alert-dark {
5698 color: #0e2433;
5699 background-color: #d1dae0;
5700 border-color: #bfcbd3;
5701 }
5702
5703 .bootstrap-wrapper .alert-dark hr {
5704 border-top-color: #b0bfc9;
5705 }
5706
5707 .bootstrap-wrapper .alert-dark .alert-link {
5708 color: #03080b;
5709 }
5710
5711 @-webkit-keyframes progress-bar-stripes {
5712 from {
5713 background-position: 1rem 0;
5714 }
5715
5716 to {
5717 background-position: 0 0;
5718 }
5719 }
5720
5721 @keyframes progress-bar-stripes {
5722 from {
5723 background-position: 1rem 0;
5724 }
5725
5726 to {
5727 background-position: 0 0;
5728 }
5729 }
5730
5731 .bootstrap-wrapper .progress {
5732 display: -ms-flexbox;
5733 display: flex;
5734 height: 1rem;
5735 overflow: hidden;
5736 font-size: .75rem;
5737 background-color: #e9ecef;
5738 border-radius: 0.25rem;
5739 }
5740
5741 .bootstrap-wrapper .progress-bar {
5742 display: -ms-flexbox;
5743 display: flex;
5744 -ms-flex-direction: column;
5745 flex-direction: column;
5746 -ms-flex-pack: center;
5747 justify-content: center;
5748 color: #fff;
5749 text-align: center;
5750 white-space: nowrap;
5751 background-color: #ee6443;
5752 transition: width 0.6s ease;
5753 }
5754
5755 @media (prefers-reduced-motion: reduce) {
5756 .bootstrap-wrapper .progress-bar {
5757 transition: none;
5758 }
5759 }
5760
5761 .bootstrap-wrapper .progress-bar-striped {
5762 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5763 background-size: 1rem 1rem;
5764 }
5765
5766 .bootstrap-wrapper .progress-bar-animated {
5767 -webkit-animation: progress-bar-stripes 1s linear infinite;
5768 animation: progress-bar-stripes 1s linear infinite;
5769 }
5770
5771 @media (prefers-reduced-motion: reduce) {
5772 .bootstrap-wrapper .progress-bar-animated {
5773 -webkit-animation: none;
5774 animation: none;
5775 }
5776 }
5777
5778 .bootstrap-wrapper .media {
5779 display: -ms-flexbox;
5780 display: flex;
5781 -ms-flex-align: start;
5782 align-items: flex-start;
5783 }
5784
5785 .bootstrap-wrapper .media-body {
5786 -ms-flex: 1;
5787 flex: 1;
5788 }
5789
5790 .bootstrap-wrapper .list-group {
5791 display: -ms-flexbox;
5792 display: flex;
5793 -ms-flex-direction: column;
5794 flex-direction: column;
5795 padding-left: 0;
5796 margin-bottom: 0;
5797 }
5798
5799 .bootstrap-wrapper .list-group-item-action {
5800 width: 100%;
5801 color: #495057;
5802 text-align: inherit;
5803 }
5804
5805 .bootstrap-wrapper .list-group-item-action:focus,
5806 .bootstrap-wrapper .list-group-item-action:hover {
5807 z-index: 1;
5808 color: #495057;
5809 text-decoration: none;
5810 background-color: #f8f9fa;
5811 }
5812
5813 .bootstrap-wrapper .list-group-item-action:active {
5814 color: #212529;
5815 background-color: #e9ecef;
5816 }
5817
5818 .bootstrap-wrapper .list-group-item {
5819 position: relative;
5820 display: block;
5821 padding: .75rem 1.25rem;
5822 margin-bottom: -1px;
5823 background-color: #fff;
5824 border: 1px solid rgba(0, 0, 0, 0.125);
5825 }
5826
5827 .bootstrap-wrapper .list-group-item:first-child {
5828 border-top-left-radius: .25rem;
5829 border-top-right-radius: 0.25rem;
5830 }
5831
5832 .bootstrap-wrapper .list-group-item:last-child {
5833 margin-bottom: 0;
5834 border-bottom-right-radius: .25rem;
5835 border-bottom-left-radius: 0.25rem;
5836 }
5837
5838 .bootstrap-wrapper .list-group-item.disabled,
5839 .bootstrap-wrapper .list-group-item:disabled {
5840 color: #6c757d;
5841 pointer-events: none;
5842 background-color: #fff;
5843 }
5844
5845 .bootstrap-wrapper .list-group-item.active {
5846 z-index: 2;
5847 color: #fff;
5848 background-color: #ee6443;
5849 border-color: #ee6443;
5850 }
5851
5852 .bootstrap-wrapper .list-group-horizontal {
5853 -ms-flex-direction: row;
5854 flex-direction: row;
5855 }
5856
5857 .bootstrap-wrapper .list-group-horizontal .list-group-item {
5858 margin-right: -1px;
5859 margin-bottom: 0;
5860 }
5861
5862 .bootstrap-wrapper .list-group-horizontal .list-group-item:first-child {
5863 border-top-left-radius: .25rem;
5864 border-bottom-left-radius: .25rem;
5865 border-top-right-radius: 0;
5866 }
5867
5868 .bootstrap-wrapper .list-group-horizontal .list-group-item:last-child {
5869 margin-right: 0;
5870 border-top-right-radius: .25rem;
5871 border-bottom-right-radius: .25rem;
5872 border-bottom-left-radius: 0;
5873 }
5874
5875 @media (min-width: 576px) {
5876 .bootstrap-wrapper .list-group-horizontal-sm {
5877 -ms-flex-direction: row;
5878 flex-direction: row;
5879 }
5880
5881 .bootstrap-wrapper .list-group-horizontal-sm .list-group-item {
5882 margin-right: -1px;
5883 margin-bottom: 0;
5884 }
5885
5886 .bootstrap-wrapper .list-group-horizontal-sm .list-group-item:first-child {
5887 border-top-left-radius: .25rem;
5888 border-bottom-left-radius: .25rem;
5889 border-top-right-radius: 0;
5890 }
5891
5892 .bootstrap-wrapper .list-group-horizontal-sm .list-group-item:last-child {
5893 margin-right: 0;
5894 border-top-right-radius: .25rem;
5895 border-bottom-right-radius: .25rem;
5896 border-bottom-left-radius: 0;
5897 }
5898 }
5899
5900 @media (min-width: 768px) {
5901 .bootstrap-wrapper .list-group-horizontal-md {
5902 -ms-flex-direction: row;
5903 flex-direction: row;
5904 }
5905
5906 .bootstrap-wrapper .list-group-horizontal-md .list-group-item {
5907 margin-right: -1px;
5908 margin-bottom: 0;
5909 }
5910
5911 .bootstrap-wrapper .list-group-horizontal-md .list-group-item:first-child {
5912 border-top-left-radius: .25rem;
5913 border-bottom-left-radius: .25rem;
5914 border-top-right-radius: 0;
5915 }
5916
5917 .bootstrap-wrapper .list-group-horizontal-md .list-group-item:last-child {
5918 margin-right: 0;
5919 border-top-right-radius: .25rem;
5920 border-bottom-right-radius: .25rem;
5921 border-bottom-left-radius: 0;
5922 }
5923 }
5924
5925 @media (min-width: 992px) {
5926 .bootstrap-wrapper .list-group-horizontal-lg {
5927 -ms-flex-direction: row;
5928 flex-direction: row;
5929 }
5930
5931 .bootstrap-wrapper .list-group-horizontal-lg .list-group-item {
5932 margin-right: -1px;
5933 margin-bottom: 0;
5934 }
5935
5936 .bootstrap-wrapper .list-group-horizontal-lg .list-group-item:first-child {
5937 border-top-left-radius: .25rem;
5938 border-bottom-left-radius: .25rem;
5939 border-top-right-radius: 0;
5940 }
5941
5942 .bootstrap-wrapper .list-group-horizontal-lg .list-group-item:last-child {
5943 margin-right: 0;
5944 border-top-right-radius: .25rem;
5945 border-bottom-right-radius: .25rem;
5946 border-bottom-left-radius: 0;
5947 }
5948 }
5949
5950 @media (min-width: 1200px) {
5951 .bootstrap-wrapper .list-group-horizontal-xl {
5952 -ms-flex-direction: row;
5953 flex-direction: row;
5954 }
5955
5956 .bootstrap-wrapper .list-group-horizontal-xl .list-group-item {
5957 margin-right: -1px;
5958 margin-bottom: 0;
5959 }
5960
5961 .bootstrap-wrapper .list-group-horizontal-xl .list-group-item:first-child {
5962 border-top-left-radius: .25rem;
5963 border-bottom-left-radius: .25rem;
5964 border-top-right-radius: 0;
5965 }
5966
5967 .bootstrap-wrapper .list-group-horizontal-xl .list-group-item:last-child {
5968 margin-right: 0;
5969 border-top-right-radius: .25rem;
5970 border-bottom-right-radius: .25rem;
5971 border-bottom-left-radius: 0;
5972 }
5973 }
5974
5975 .bootstrap-wrapper .list-group-flush .list-group-item {
5976 border-right: 0;
5977 border-left: 0;
5978 border-radius: 0;
5979 }
5980
5981 .bootstrap-wrapper .list-group-flush .list-group-item:last-child {
5982 margin-bottom: -1px;
5983 }
5984
5985 .bootstrap-wrapper .list-group-flush:first-child .list-group-item:first-child {
5986 border-top: 0;
5987 }
5988
5989 .bootstrap-wrapper .list-group-flush:last-child .list-group-item:last-child {
5990 margin-bottom: 0;
5991 border-bottom: 0;
5992 }
5993
5994 .bootstrap-wrapper .list-group-item-primary {
5995 color: #7c3423;
5996 background-color: #fad4ca;
5997 }
5998
5999 .bootstrap-wrapper .list-group-item-primary.list-group-item-action:focus,
6000 .bootstrap-wrapper .list-group-item-primary.list-group-item-action:hover {
6001 color: #7c3423;
6002 background-color: #f8c1b3;
6003 }
6004
6005 .bootstrap-wrapper .list-group-item-primary.list-group-item-action.active {
6006 color: #fff;
6007 background-color: #7c3423;
6008 border-color: #7c3423;
6009 }
6010
6011 .bootstrap-wrapper .list-group-item-secondary {
6012 color: #005653;
6013 background-color: #b8e6e4;
6014 }
6015
6016 .bootstrap-wrapper .list-group-item-secondary.list-group-item-action:focus,
6017 .bootstrap-wrapper .list-group-item-secondary.list-group-item-action:hover {
6018 color: #005653;
6019 background-color: #a5dfdd;
6020 }
6021
6022 .bootstrap-wrapper .list-group-item-secondary.list-group-item-action.active {
6023 color: #fff;
6024 background-color: #005653;
6025 border-color: #005653;
6026 }
6027
6028 .bootstrap-wrapper .list-group-item-success {
6029 color: #7b540e;
6030 background-color: #fae5bf;
6031 }
6032
6033 .bootstrap-wrapper .list-group-item-success.list-group-item-action:focus,
6034 .bootstrap-wrapper .list-group-item-success.list-group-item-action:hover {
6035 color: #7b540e;
6036 background-color: #f8dba7;
6037 }
6038
6039 .bootstrap-wrapper .list-group-item-success.list-group-item-action.active {
6040 color: #fff;
6041 background-color: #7b540e;
6042 border-color: #7b540e;
6043 }
6044
6045 .bootstrap-wrapper .list-group-item-info {
6046 color: #0c5460;
6047 background-color: #bee5eb;
6048 }
6049
6050 .bootstrap-wrapper .list-group-item-info.list-group-item-action:focus,
6051 .bootstrap-wrapper .list-group-item-info.list-group-item-action:hover {
6052 color: #0c5460;
6053 background-color: #abdde5;
6054 }
6055
6056 .bootstrap-wrapper .list-group-item-info.list-group-item-action.active {
6057 color: #fff;
6058 background-color: #0c5460;
6059 border-color: #0c5460;
6060 }
6061
6062 .bootstrap-wrapper .list-group-item-warning {
6063 color: #856404;
6064 background-color: #ffeeba;
6065 }
6066
6067 .bootstrap-wrapper .list-group-item-warning.list-group-item-action:focus,
6068 .bootstrap-wrapper .list-group-item-warning.list-group-item-action:hover {
6069 color: #856404;
6070 background-color: #ffe8a1;
6071 }
6072
6073 .bootstrap-wrapper .list-group-item-warning.list-group-item-action.active {
6074 color: #fff;
6075 background-color: #856404;
6076 border-color: #856404;
6077 }
6078
6079 .bootstrap-wrapper .list-group-item-danger {
6080 color: #721c24;
6081 background-color: #f5c6cb;
6082 }
6083
6084 .bootstrap-wrapper .list-group-item-danger.list-group-item-action:focus,
6085 .bootstrap-wrapper .list-group-item-danger.list-group-item-action:hover {
6086 color: #721c24;
6087 background-color: #f1b0b7;
6088 }
6089
6090 .bootstrap-wrapper .list-group-item-danger.list-group-item-action.active {
6091 color: #fff;
6092 background-color: #721c24;
6093 border-color: #721c24;
6094 }
6095
6096 .bootstrap-wrapper .list-group-item-light {
6097 color: #858585;
6098 background-color: #fff;
6099 }
6100
6101 .bootstrap-wrapper .list-group-item-light.list-group-item-action:focus,
6102 .bootstrap-wrapper .list-group-item-light.list-group-item-action:hover {
6103 color: #858585;
6104 background-color: #f2f2f2;
6105 }
6106
6107 .bootstrap-wrapper .list-group-item-light.list-group-item-action.active {
6108 color: #fff;
6109 background-color: #858585;
6110 border-color: #858585;
6111 }
6112
6113 .bootstrap-wrapper .list-group-item-dark {
6114 color: #0e2433;
6115 background-color: #bfcbd3;
6116 }
6117
6118 .bootstrap-wrapper .list-group-item-dark.list-group-item-action:focus,
6119 .bootstrap-wrapper .list-group-item-dark.list-group-item-action:hover {
6120 color: #0e2433;
6121 background-color: #b0bfc9;
6122 }
6123
6124 .bootstrap-wrapper .list-group-item-dark.list-group-item-action.active {
6125 color: #fff;
6126 background-color: #0e2433;
6127 border-color: #0e2433;
6128 }
6129
6130 .bootstrap-wrapper .close {
6131 float: right;
6132 font-size: 1.5rem;
6133 font-weight: 700;
6134 line-height: 1;
6135 color: #000;
6136 text-shadow: 0 1px 0 #fff;
6137 opacity: 0.5;
6138 }
6139
6140 .bootstrap-wrapper .close:hover {
6141 color: #000;
6142 text-decoration: none;
6143 }
6144
6145 .bootstrap-wrapper .close:not(:disabled):not(.disabled):focus,
6146 .bootstrap-wrapper .close:not(:disabled):not(.disabled):hover {
6147 opacity: 0.75;
6148 }
6149
6150 .bootstrap-wrapper button.close {
6151 padding: 0;
6152 background-color: transparent;
6153 border: 0;
6154 -webkit-appearance: none;
6155 -moz-appearance: none;
6156 appearance: none;
6157 }
6158
6159 .bootstrap-wrapper a.close.disabled {
6160 pointer-events: none;
6161 }
6162
6163 .bootstrap-wrapper .toast {
6164 max-width: 350px;
6165 overflow: hidden;
6166 font-size: .875rem;
6167 background-color: rgba(255, 255, 255, 0.85);
6168 background-clip: padding-box;
6169 border: 1px solid rgba(0, 0, 0, 0.1);
6170 box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
6171 -webkit-backdrop-filter: blur(10px);
6172 backdrop-filter: blur(10px);
6173 opacity: 0;
6174 border-radius: 0.25rem;
6175 }
6176
6177 .bootstrap-wrapper .toast:not(:last-child) {
6178 margin-bottom: 0.75rem;
6179 }
6180
6181 .bootstrap-wrapper .toast.showing {
6182 opacity: 1;
6183 }
6184
6185 .bootstrap-wrapper .toast.show {
6186 display: block;
6187 opacity: 1;
6188 }
6189
6190 .bootstrap-wrapper .toast.hide {
6191 display: none;
6192 }
6193
6194 .bootstrap-wrapper .toast-header {
6195 display: -ms-flexbox;
6196 display: flex;
6197 -ms-flex-align: center;
6198 align-items: center;
6199 padding: .25rem .75rem;
6200 color: #6c757d;
6201 background-color: rgba(255, 255, 255, 0.85);
6202 background-clip: padding-box;
6203 border-bottom: 1px solid rgba(0, 0, 0, 0.05);
6204 }
6205
6206 .bootstrap-wrapper .toast-body {
6207 padding: 0.75rem;
6208 }
6209
6210 .bootstrap-wrapper .modal-open {
6211 overflow: hidden;
6212 }
6213
6214 .bootstrap-wrapper .modal-open .modal {
6215 overflow-x: hidden;
6216 overflow-y: auto;
6217 }
6218
6219 .bootstrap-wrapper .modal {
6220 position: fixed;
6221 top: 0;
6222 left: 0;
6223 z-index: 1050;
6224 display: none;
6225 width: 100%;
6226 height: 100%;
6227 overflow: hidden;
6228 outline: 0;
6229 }
6230
6231 .bootstrap-wrapper .modal-dialog {
6232 position: relative;
6233 width: auto;
6234 margin: .5rem;
6235 pointer-events: none;
6236 }
6237
6238 .bootstrap-wrapper .modal.fade .modal-dialog {
6239 transition: -webkit-transform 0.3s ease-out;
6240 transition: transform 0.3s ease-out;
6241 transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
6242 -webkit-transform: translate(0, -50px);
6243 transform: translate(0, -50px);
6244 }
6245
6246 @media (prefers-reduced-motion: reduce) {
6247 .bootstrap-wrapper .modal.fade .modal-dialog {
6248 transition: none;
6249 }
6250 }
6251
6252 .bootstrap-wrapper .modal.show .modal-dialog {
6253 -webkit-transform: none;
6254 transform: none;
6255 }
6256
6257 .bootstrap-wrapper .modal-dialog-scrollable {
6258 display: -ms-flexbox;
6259 display: flex;
6260 max-height: calc(99%);
6261 }
6262
6263 .bootstrap-wrapper .modal-dialog-scrollable .modal-content {
6264 max-height: calc(99vh);
6265 overflow: hidden;
6266 }
6267
6268 .bootstrap-wrapper .modal-dialog-scrollable .modal-footer,
6269 .bootstrap-wrapper .modal-dialog-scrollable .modal-header {
6270 -ms-flex-negative: 0;
6271 flex-shrink: 0;
6272 }
6273
6274 .bootstrap-wrapper .modal-dialog-scrollable .modal-body {
6275 overflow-y: auto;
6276 }
6277
6278 .bootstrap-wrapper .modal-dialog-centered {
6279 display: -ms-flexbox;
6280 display: flex;
6281 -ms-flex-align: center;
6282 align-items: center;
6283 min-height: calc(99%);
6284 }
6285
6286 .bootstrap-wrapper .modal-dialog-centered::before {
6287 display: block;
6288 height: calc(99vh);
6289 content: "";
6290 }
6291
6292 .bootstrap-wrapper .modal-dialog-centered.modal-dialog-scrollable {
6293 -ms-flex-direction: column;
6294 flex-direction: column;
6295 -ms-flex-pack: center;
6296 justify-content: center;
6297 height: 100%;
6298 }
6299
6300 .bootstrap-wrapper .modal-dialog-centered.modal-dialog-scrollable .modal-content {
6301 max-height: none;
6302 }
6303
6304 .bootstrap-wrapper .modal-dialog-centered.modal-dialog-scrollable::before {
6305 content: none;
6306 }
6307
6308 .bootstrap-wrapper .modal-content {
6309 position: relative;
6310 display: -ms-flexbox;
6311 display: flex;
6312 -ms-flex-direction: column;
6313 flex-direction: column;
6314 width: 100%;
6315 pointer-events: auto;
6316 background-color: #fff;
6317 background-clip: padding-box;
6318 border: 1px solid rgba(0, 0, 0, 0.2);
6319 border-radius: .3rem;
6320 outline: 0;
6321 }
6322
6323 .bootstrap-wrapper .modal-backdrop {
6324 position: fixed;
6325 top: 0;
6326 left: 0;
6327 z-index: 1040;
6328 width: 100vw;
6329 height: 100vh;
6330 background-color: #000;
6331 }
6332
6333 .bootstrap-wrapper .modal-backdrop.fade {
6334 opacity: 0;
6335 }
6336
6337 .bootstrap-wrapper .modal-backdrop.show {
6338 opacity: 0.5;
6339 }
6340
6341 .bootstrap-wrapper .modal-header {
6342 display: -ms-flexbox;
6343 display: flex;
6344 -ms-flex-align: start;
6345 align-items: flex-start;
6346 -ms-flex-pack: justify;
6347 justify-content: space-between;
6348 padding: 1rem 1rem;
6349 border-bottom: 1px solid #dee2e6;
6350 border-top-left-radius: .3rem;
6351 border-top-right-radius: 0.3rem;
6352 }
6353
6354 .bootstrap-wrapper .modal-header .close {
6355 padding: 1rem 1rem;
6356 margin: -1rem -1rem -1rem auto;
6357 }
6358
6359 .bootstrap-wrapper .modal-title {
6360 margin-bottom: 0;
6361 line-height: 1.5;
6362 }
6363
6364 .bootstrap-wrapper .modal-body {
6365 position: relative;
6366 -ms-flex: 1 1 auto;
6367 flex: 1 1 auto;
6368 padding: 1rem;
6369 }
6370
6371 .bootstrap-wrapper .modal-footer {
6372 display: -ms-flexbox;
6373 display: flex;
6374 -ms-flex-align: center;
6375 align-items: center;
6376 -ms-flex-pack: end;
6377 justify-content: flex-end;
6378 padding: 1rem;
6379 border-top: 1px solid #dee2e6;
6380 border-bottom-right-radius: .3rem;
6381 border-bottom-left-radius: 0.3rem;
6382 }
6383
6384 .bootstrap-wrapper .modal-footer> :not(:first-child) {
6385 margin-left: 0.25rem;
6386 }
6387
6388 .bootstrap-wrapper .modal-footer> :not(:last-child) {
6389 margin-right: 0.25rem;
6390 }
6391
6392 .bootstrap-wrapper .modal-scrollbar-measure {
6393 position: absolute;
6394 top: -9999px;
6395 width: 50px;
6396 height: 50px;
6397 overflow: scroll;
6398 }
6399
6400 @media (min-width: 576px) {
6401 .bootstrap-wrapper .modal-dialog {
6402 max-width: 500px;
6403 margin: 1.75rem auto;
6404 }
6405
6406 .bootstrap-wrapper .modal-dialog-scrollable {
6407 max-height: calc(96.5%);
6408 }
6409
6410 .bootstrap-wrapper .modal-dialog-scrollable .modal-content {
6411 max-height: calc(96.5vh);
6412 }
6413
6414 .bootstrap-wrapper .modal-dialog-centered {
6415 min-height: calc(96.5%);
6416 }
6417
6418 .bootstrap-wrapper .modal-dialog-centered::before {
6419 height: calc(96.5vh);
6420 }
6421
6422 .bootstrap-wrapper .modal-sm {
6423 max-width: 300px;
6424 }
6425 }
6426
6427 @media (min-width: 992px) {
6428
6429 .bootstrap-wrapper .modal-lg,
6430 .bootstrap-wrapper .modal-xl {
6431 max-width: 800px;
6432 }
6433 }
6434
6435 @media (min-width: 1200px) {
6436 .bootstrap-wrapper .modal-xl {
6437 max-width: 1140px;
6438 }
6439 }
6440
6441 .bootstrap-wrapper .tooltip {
6442 position: absolute;
6443 z-index: 1070;
6444 display: block;
6445 margin: 0;
6446 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
6447 font-style: normal;
6448 font-weight: 400;
6449 line-height: 1.5;
6450 text-align: left;
6451 text-align: start;
6452 text-decoration: none;
6453 text-shadow: none;
6454 text-transform: none;
6455 letter-spacing: normal;
6456 word-break: normal;
6457 word-spacing: normal;
6458 white-space: normal;
6459 line-break: auto;
6460 font-size: .875rem;
6461 word-wrap: break-word;
6462 opacity: 0;
6463 }
6464
6465 .bootstrap-wrapper .tooltip.show {
6466 opacity: 0.9;
6467 }
6468
6469 .bootstrap-wrapper .tooltip .arrow {
6470 position: absolute;
6471 display: block;
6472 width: .8rem;
6473 height: 0.4rem;
6474 }
6475
6476 .bootstrap-wrapper .tooltip .arrow::before {
6477 position: absolute;
6478 content: "";
6479 border-color: transparent;
6480 border-style: solid;
6481 }
6482
6483 .bootstrap-wrapper .bs-tooltip-auto[x-placement^=top],
6484 .bootstrap-wrapper .bs-tooltip-top {
6485 padding: 0.4rem 0;
6486 }
6487
6488 .bootstrap-wrapper .bs-tooltip-auto[x-placement^=top] .arrow,
6489 .bootstrap-wrapper .bs-tooltip-top .arrow {
6490 bottom: 0;
6491 }
6492
6493 .bootstrap-wrapper .bs-tooltip-auto[x-placement^=top] .arrow::before,
6494 .bootstrap-wrapper .bs-tooltip-top .arrow::before {
6495 top: 0;
6496 border-width: .4rem .4rem 0;
6497 border-top-color: #000;
6498 }
6499
6500 .bootstrap-wrapper .bs-tooltip-auto[x-placement^=right],
6501 .bootstrap-wrapper .bs-tooltip-right {
6502 padding: 0 0.4rem;
6503 }
6504
6505 .bootstrap-wrapper .bs-tooltip-auto[x-placement^=right] .arrow,
6506 .bootstrap-wrapper .bs-tooltip-right .arrow {
6507 left: 0;
6508 width: .4rem;
6509 height: 0.8rem;
6510 }
6511
6512 .bootstrap-wrapper .bs-tooltip-auto[x-placement^=right] .arrow::before,
6513 .bootstrap-wrapper .bs-tooltip-right .arrow::before {
6514 right: 0;
6515 border-width: .4rem .4rem .4rem 0;
6516 border-right-color: #000;
6517 }
6518
6519 .bootstrap-wrapper .bs-tooltip-auto[x-placement^=bottom],
6520 .bootstrap-wrapper .bs-tooltip-bottom {
6521 padding: 0.4rem 0;
6522 }
6523
6524 .bootstrap-wrapper .bs-tooltip-auto[x-placement^=bottom] .arrow,
6525 .bootstrap-wrapper .bs-tooltip-bottom .arrow {
6526 top: 0;
6527 }
6528
6529 .bootstrap-wrapper .bs-tooltip-auto[x-placement^=bottom] .arrow::before,
6530 .bootstrap-wrapper .bs-tooltip-bottom .arrow::before {
6531 bottom: 0;
6532 border-width: 0 .4rem .4rem;
6533 border-bottom-color: #000;
6534 }
6535
6536 .bootstrap-wrapper .bs-tooltip-auto[x-placement^=left],
6537 .bootstrap-wrapper .bs-tooltip-left {
6538 padding: 0 0.4rem;
6539 }
6540
6541 .bootstrap-wrapper .bs-tooltip-auto[x-placement^=left] .arrow,
6542 .bootstrap-wrapper .bs-tooltip-left .arrow {
6543 right: 0;
6544 width: .4rem;
6545 height: 0.8rem;
6546 }
6547
6548 .bootstrap-wrapper .bs-tooltip-auto[x-placement^=left] .arrow::before,
6549 .bootstrap-wrapper .bs-tooltip-left .arrow::before {
6550 left: 0;
6551 border-width: .4rem 0 .4rem .4rem;
6552 border-left-color: #000;
6553 }
6554
6555 .bootstrap-wrapper .tooltip-inner {
6556 max-width: 200px;
6557 padding: .25rem .5rem;
6558 color: #fff;
6559 text-align: center;
6560 background-color: #000;
6561 border-radius: 0.25rem;
6562 }
6563
6564 .bootstrap-wrapper .popover {
6565 position: absolute;
6566 top: 0;
6567 left: 0;
6568 z-index: 1060;
6569 display: block;
6570 max-width: 276px;
6571 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
6572 font-style: normal;
6573 font-weight: 400;
6574 line-height: 1.5;
6575 text-align: left;
6576 text-align: start;
6577 text-decoration: none;
6578 text-shadow: none;
6579 text-transform: none;
6580 letter-spacing: normal;
6581 word-break: normal;
6582 word-spacing: normal;
6583 white-space: normal;
6584 line-break: auto;
6585 font-size: .875rem;
6586 word-wrap: break-word;
6587 background-color: #fff;
6588 background-clip: padding-box;
6589 border: 1px solid rgba(0, 0, 0, 0.2);
6590 border-radius: 0.3rem;
6591 }
6592
6593 .bootstrap-wrapper .popover .arrow {
6594 position: absolute;
6595 display: block;
6596 width: 1rem;
6597 height: .5rem;
6598 margin: 0 0.3rem;
6599 }
6600
6601 .bootstrap-wrapper .popover .arrow::after,
6602 .bootstrap-wrapper .popover .arrow::before {
6603 position: absolute;
6604 display: block;
6605 content: "";
6606 border-color: transparent;
6607 border-style: solid;
6608 }
6609
6610 .bootstrap-wrapper .bs-popover-auto[x-placement^=top],
6611 .bootstrap-wrapper .bs-popover-top {
6612 margin-bottom: 0.5rem;
6613 }
6614
6615 .bootstrap-wrapper .bs-popover-auto[x-placement^=top]>.arrow,
6616 .bootstrap-wrapper .bs-popover-top>.arrow {
6617 bottom: calc(-1.5rem);
6618 }
6619
6620 .bootstrap-wrapper .bs-popover-auto[x-placement^=top]>.arrow::before,
6621 .bootstrap-wrapper .bs-popover-top>.arrow::before {
6622 bottom: 0;
6623 border-width: .5rem .5rem 0;
6624 border-top-color: rgba(0, 0, 0, 0.25);
6625 }
6626
6627 .bootstrap-wrapper .bs-popover-auto[x-placement^=top]>.arrow::after,
6628 .bootstrap-wrapper .bs-popover-top>.arrow::after {
6629 bottom: 1px;
6630 border-width: .5rem .5rem 0;
6631 border-top-color: #fff;
6632 }
6633
6634 .bootstrap-wrapper .bs-popover-auto[x-placement^=right],
6635 .bootstrap-wrapper .bs-popover-right {
6636 margin-left: 0.5rem;
6637 }
6638
6639 .bootstrap-wrapper .bs-popover-auto[x-placement^=right]>.arrow,
6640 .bootstrap-wrapper .bs-popover-right>.arrow {
6641 left: calc(-1.5rem);
6642 width: .5rem;
6643 height: 1rem;
6644 margin: 0.3rem 0;
6645 }
6646
6647 .bootstrap-wrapper .bs-popover-auto[x-placement^=right]>.arrow::before,
6648 .bootstrap-wrapper .bs-popover-right>.arrow::before {
6649 left: 0;
6650 border-width: .5rem .5rem .5rem 0;
6651 border-right-color: rgba(0, 0, 0, 0.25);
6652 }
6653
6654 .bootstrap-wrapper .bs-popover-auto[x-placement^=right]>.arrow::after,
6655 .bootstrap-wrapper .bs-popover-right>.arrow::after {
6656 left: 1px;
6657 border-width: .5rem .5rem .5rem 0;
6658 border-right-color: #fff;
6659 }
6660
6661 .bootstrap-wrapper .bs-popover-auto[x-placement^=bottom],
6662 .bootstrap-wrapper .bs-popover-bottom {
6663 margin-top: 0.5rem;
6664 }
6665
6666 .bootstrap-wrapper .bs-popover-auto[x-placement^=bottom]>.arrow,
6667 .bootstrap-wrapper .bs-popover-bottom>.arrow {
6668 top: calc(-1.5rem);
6669 }
6670
6671 .bootstrap-wrapper .bs-popover-auto[x-placement^=bottom]>.arrow::before,
6672 .bootstrap-wrapper .bs-popover-bottom>.arrow::before {
6673 top: 0;
6674 border-width: 0 .5rem .5rem .5rem;
6675 border-bottom-color: rgba(0, 0, 0, 0.25);
6676 }
6677
6678 .bootstrap-wrapper .bs-popover-auto[x-placement^=bottom]>.arrow::after,
6679 .bootstrap-wrapper .bs-popover-bottom>.arrow::after {
6680 top: 1px;
6681 border-width: 0 .5rem .5rem .5rem;
6682 border-bottom-color: #fff;
6683 }
6684
6685 .bootstrap-wrapper .bs-popover-auto[x-placement^=bottom] .popover-header::before,
6686 .bootstrap-wrapper .bs-popover-bottom .popover-header::before {
6687 position: absolute;
6688 top: 0;
6689 left: 50%;
6690 display: block;
6691 width: 1rem;
6692 margin-left: -0.5rem;
6693 content: "";
6694 border-bottom: 1px solid #f7f7f7;
6695 }
6696
6697 .bootstrap-wrapper .bs-popover-auto[x-placement^=left],
6698 .bootstrap-wrapper .bs-popover-left {
6699 margin-right: 0.5rem;
6700 }
6701
6702 .bootstrap-wrapper .bs-popover-auto[x-placement^=left]>.arrow,
6703 .bootstrap-wrapper .bs-popover-left>.arrow {
6704 right: calc(-1.5rem);
6705 width: .5rem;
6706 height: 1rem;
6707 margin: 0.3rem 0;
6708 }
6709
6710 .bootstrap-wrapper .bs-popover-auto[x-placement^=left]>.arrow::before,
6711 .bootstrap-wrapper .bs-popover-left>.arrow::before {
6712 right: 0;
6713 border-width: .5rem 0 .5rem .5rem;
6714 border-left-color: rgba(0, 0, 0, 0.25);
6715 }
6716
6717 .bootstrap-wrapper .bs-popover-auto[x-placement^=left]>.arrow::after,
6718 .bootstrap-wrapper .bs-popover-left>.arrow::after {
6719 right: 1px;
6720 border-width: .5rem 0 .5rem .5rem;
6721 border-left-color: #fff;
6722 }
6723
6724 .bootstrap-wrapper .popover-header {
6725 padding: .5rem .75rem;
6726 margin-bottom: 0;
6727 font-size: 1rem;
6728 background-color: #f7f7f7;
6729 border-bottom: 1px solid #ebebeb;
6730 border-top-left-radius: calc(-0.7rem);
6731 border-top-right-radius: calc(-0.7rem);
6732 }
6733
6734 .bootstrap-wrapper .popover-header:empty {
6735 display: none;
6736 }
6737
6738 .bootstrap-wrapper .popover-body {
6739 padding: .5rem .75rem;
6740 color: #212529;
6741 }
6742
6743 .bootstrap-wrapper .carousel {
6744 position: relative;
6745 }
6746
6747 .bootstrap-wrapper .carousel.pointer-event {
6748 -ms-touch-action: pan-y;
6749 touch-action: pan-y;
6750 }
6751
6752 .bootstrap-wrapper .carousel-inner {
6753 position: relative;
6754 width: 100%;
6755 overflow: hidden;
6756 }
6757
6758 .bootstrap-wrapper .carousel-inner::after {
6759 display: block;
6760 clear: both;
6761 content: "";
6762 }
6763
6764 .bootstrap-wrapper .carousel-item {
6765 position: relative;
6766 display: none;
6767 float: left;
6768 width: 100%;
6769 margin-right: -100%;
6770 -webkit-backface-visibility: hidden;
6771 backface-visibility: hidden;
6772 transition: -webkit-transform 0.6s ease-in-out;
6773 transition: transform 0.6s ease-in-out;
6774 transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
6775 }
6776
6777 @media (prefers-reduced-motion: reduce) {
6778 .bootstrap-wrapper .carousel-item {
6779 transition: none;
6780 }
6781 }
6782
6783 .bootstrap-wrapper .carousel-item-next,
6784 .bootstrap-wrapper .carousel-item-prev,
6785 .bootstrap-wrapper .carousel-item.active {
6786 display: block;
6787 }
6788
6789 .bootstrap-wrapper .active.carousel-item-right,
6790 .bootstrap-wrapper .carousel-item-next:not(.carousel-item-left) {
6791 -webkit-transform: translateX(100%);
6792 transform: translateX(100%);
6793 }
6794
6795 .bootstrap-wrapper .active.carousel-item-left,
6796 .bootstrap-wrapper .carousel-item-prev:not(.carousel-item-right) {
6797 -webkit-transform: translateX(-100%);
6798 transform: translateX(-100%);
6799 }
6800
6801 .bootstrap-wrapper .carousel-fade .carousel-item {
6802 opacity: 0;
6803 transition-property: opacity;
6804 -webkit-transform: none;
6805 transform: none;
6806 }
6807
6808 .bootstrap-wrapper .carousel-fade .carousel-item-next.carousel-item-left,
6809 .bootstrap-wrapper .carousel-fade .carousel-item-prev.carousel-item-right,
6810 .bootstrap-wrapper .carousel-fade .carousel-item.active {
6811 z-index: 1;
6812 opacity: 1;
6813 }
6814
6815 .bootstrap-wrapper .carousel-fade .active.carousel-item-left,
6816 .bootstrap-wrapper .carousel-fade .active.carousel-item-right {
6817 z-index: 0;
6818 opacity: 0;
6819 transition: 0s 0.6s opacity;
6820 }
6821
6822 @media (prefers-reduced-motion: reduce) {
6823
6824 .bootstrap-wrapper .carousel-fade .active.carousel-item-left,
6825 .bootstrap-wrapper .carousel-fade .active.carousel-item-right {
6826 transition: none;
6827 }
6828 }
6829
6830 .bootstrap-wrapper .carousel-control-next,
6831 .bootstrap-wrapper .carousel-control-prev {
6832 position: absolute;
6833 top: 0;
6834 bottom: 0;
6835 z-index: 1;
6836 display: -ms-flexbox;
6837 display: flex;
6838 -ms-flex-align: center;
6839 align-items: center;
6840 -ms-flex-pack: center;
6841 justify-content: center;
6842 width: 15%;
6843 color: #fff;
6844 text-align: center;
6845 opacity: .5;
6846 transition: opacity 0.15s ease;
6847 }
6848
6849 @media (prefers-reduced-motion: reduce) {
6850
6851 .bootstrap-wrapper .carousel-control-next,
6852 .bootstrap-wrapper .carousel-control-prev {
6853 transition: none;
6854 }
6855 }
6856
6857 .bootstrap-wrapper .carousel-control-next:focus,
6858 .bootstrap-wrapper .carousel-control-next:hover,
6859 .bootstrap-wrapper .carousel-control-prev:focus,
6860 .bootstrap-wrapper .carousel-control-prev:hover {
6861 color: #fff;
6862 text-decoration: none;
6863 outline: 0;
6864 opacity: 0.9;
6865 }
6866
6867 .bootstrap-wrapper .carousel-control-prev {
6868 left: 0;
6869 }
6870
6871 .bootstrap-wrapper .carousel-control-next {
6872 right: 0;
6873 }
6874
6875 .bootstrap-wrapper .carousel-control-next-icon,
6876 .bootstrap-wrapper .carousel-control-prev-icon {
6877 display: inline-block;
6878 width: 20px;
6879 height: 20px;
6880 background: no-repeat 0.5% 100%;
6881 }
6882
6883 .bootstrap-wrapper .carousel-control-prev-icon {
6884 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
6885 }
6886
6887 .bootstrap-wrapper .carousel-control-next-icon {
6888 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
6889 }
6890
6891 .bootstrap-wrapper .carousel-indicators {
6892 position: absolute;
6893 right: 0;
6894 bottom: 0;
6895 left: 0;
6896 z-index: 15;
6897 display: -ms-flexbox;
6898 display: flex;
6899 -ms-flex-pack: center;
6900 justify-content: center;
6901 padding-left: 0;
6902 margin-right: 15%;
6903 margin-left: 15%;
6904 list-style: none;
6905 }
6906
6907 .bootstrap-wrapper .carousel-indicators li {
6908 box-sizing: content-box;
6909 -ms-flex: 0 1 auto;
6910 flex: 0 1 auto;
6911 width: 30px;
6912 height: 3px;
6913 margin-right: 3px;
6914 margin-left: 3px;
6915 text-indent: -999px;
6916 cursor: pointer;
6917 background-color: #fff;
6918 background-clip: padding-box;
6919 border-top: 10px solid transparent;
6920 border-bottom: 10px solid transparent;
6921 opacity: .5;
6922 transition: opacity 0.6s ease;
6923 }
6924
6925 @media (prefers-reduced-motion: reduce) {
6926 .bootstrap-wrapper .carousel-indicators li {
6927 transition: none;
6928 }
6929 }
6930
6931 .bootstrap-wrapper .carousel-indicators .active {
6932 opacity: 1;
6933 }
6934
6935 .bootstrap-wrapper .carousel-caption {
6936 position: absolute;
6937 right: 15%;
6938 bottom: 20px;
6939 left: 15%;
6940 z-index: 10;
6941 padding-top: 20px;
6942 padding-bottom: 20px;
6943 color: #fff;
6944 text-align: center;
6945 }
6946
6947 @-webkit-keyframes spinner-border {
6948 to {
6949 -webkit-transform: rotate(360deg);
6950 transform: rotate(360deg);
6951 }
6952 }
6953
6954 @keyframes spinner-border {
6955 to {
6956 -webkit-transform: rotate(360deg);
6957 transform: rotate(360deg);
6958 }
6959 }
6960
6961 .bootstrap-wrapper .spinner-border {
6962 display: inline-block;
6963 width: 2rem;
6964 height: 2rem;
6965 vertical-align: text-bottom;
6966 border: .25em solid currentColor;
6967 border-right-color: transparent;
6968 border-radius: 50%;
6969 -webkit-animation: spinner-border 0.75s linear infinite;
6970 animation: spinner-border 0.75s linear infinite;
6971 }
6972
6973 .bootstrap-wrapper .spinner-border-sm {
6974 width: 1rem;
6975 height: 1rem;
6976 border-width: 0.2em;
6977 }
6978
6979 @-webkit-keyframes spinner-grow {
6980 0% {
6981 -webkit-transform: scale(0);
6982 transform: scale(0);
6983 }
6984
6985 50% {
6986 opacity: 1;
6987 }
6988 }
6989
6990 @keyframes spinner-grow {
6991 0% {
6992 -webkit-transform: scale(0);
6993 transform: scale(0);
6994 }
6995
6996 50% {
6997 opacity: 1;
6998 }
6999 }
7000
7001 .bootstrap-wrapper .spinner-grow {
7002 display: inline-block;
7003 width: 2rem;
7004 height: 2rem;
7005 vertical-align: text-bottom;
7006 background-color: currentColor;
7007 border-radius: 50%;
7008 opacity: 0;
7009 -webkit-animation: spinner-grow 0.75s linear infinite;
7010 animation: spinner-grow 0.75s linear infinite;
7011 }
7012
7013 .bootstrap-wrapper .spinner-grow-sm {
7014 width: 1rem;
7015 height: 1rem;
7016 }
7017
7018 .bootstrap-wrapper .align-baseline {
7019 vertical-align: baseline !important;
7020 }
7021
7022 .bootstrap-wrapper .align-top {
7023 vertical-align: top !important;
7024 }
7025
7026 .bootstrap-wrapper .align-middle {
7027 vertical-align: middle !important;
7028 }
7029
7030 .bootstrap-wrapper .align-bottom {
7031 vertical-align: bottom !important;
7032 }
7033
7034 .bootstrap-wrapper .align-text-bottom {
7035 vertical-align: text-bottom !important;
7036 }
7037
7038 .bootstrap-wrapper .align-text-top {
7039 vertical-align: text-top !important;
7040 }
7041
7042 .bootstrap-wrapper .bg-primary {
7043 background-color: #ee6443 !important;
7044 }
7045
7046 .bootstrap-wrapper a.bg-primary:focus,
7047 .bootstrap-wrapper a.bg-primary:hover,
7048 .bootstrap-wrapper button.bg-primary:focus,
7049 .bootstrap-wrapper button.bg-primary:hover {
7050 background-color: #e93e15 !important;
7051 }
7052
7053 .bootstrap-wrapper .bg-secondary {
7054 background-color: #00a69f !important;
7055 }
7056
7057 .bootstrap-wrapper a.bg-secondary:focus,
7058 .bootstrap-wrapper a.bg-secondary:hover,
7059 .bootstrap-wrapper button.bg-secondary:focus,
7060 .bootstrap-wrapper button.bg-secondary:hover {
7061 background-color: #00736e !important;
7062 }
7063
7064 .bootstrap-wrapper .bg-success {
7065 background-color: #eda11b !important;
7066 }
7067
7068 .bootstrap-wrapper a.bg-success:focus,
7069 .bootstrap-wrapper a.bg-success:hover,
7070 .bootstrap-wrapper button.bg-success:focus,
7071 .bootstrap-wrapper button.bg-success:hover {
7072 background-color: #c58410 !important;
7073 }
7074
7075 .bootstrap-wrapper .bg-info {
7076 background-color: #17a2b8 !important;
7077 }
7078
7079 .bootstrap-wrapper a.bg-info:focus,
7080 .bootstrap-wrapper a.bg-info:hover,
7081 .bootstrap-wrapper button.bg-info:focus,
7082 .bootstrap-wrapper button.bg-info:hover {
7083 background-color: #117a8b !important;
7084 }
7085
7086 .bootstrap-wrapper .bg-warning {
7087 background-color: #ffc107 !important;
7088 }
7089
7090 .bootstrap-wrapper a.bg-warning:focus,
7091 .bootstrap-wrapper a.bg-warning:hover,
7092 .bootstrap-wrapper button.bg-warning:focus,
7093 .bootstrap-wrapper button.bg-warning:hover {
7094 background-color: #d39e00 !important;
7095 }
7096
7097 .bootstrap-wrapper .bg-danger {
7098 background-color: #dc3545 !important;
7099 }
7100
7101 .bootstrap-wrapper a.bg-danger:focus,
7102 .bootstrap-wrapper a.bg-danger:hover,
7103 .bootstrap-wrapper button.bg-danger:focus,
7104 .bootstrap-wrapper button.bg-danger:hover {
7105 background-color: #bd2130 !important;
7106 }
7107
7108 .bootstrap-wrapper .bg-light {
7109 background-color: #fff !important;
7110 }
7111
7112 .bootstrap-wrapper a.bg-light:focus,
7113 .bootstrap-wrapper a.bg-light:hover,
7114 .bootstrap-wrapper button.bg-light:focus,
7115 .bootstrap-wrapper button.bg-light:hover {
7116 background-color: #e6e6e6 !important;
7117 }
7118
7119 .bootstrap-wrapper .bg-dark {
7120 background-color: #1a4562 !important;
7121 }
7122
7123 .bootstrap-wrapper a.bg-dark:focus,
7124 .bootstrap-wrapper a.bg-dark:hover,
7125 .bootstrap-wrapper button.bg-dark:focus,
7126 .bootstrap-wrapper button.bg-dark:hover {
7127 background-color: #0f293a !important;
7128 }
7129
7130 .bootstrap-wrapper .bg-white {
7131 background-color: #fff !important;
7132 }
7133
7134 .bootstrap-wrapper .bg-transparent {
7135 background-color: transparent !important;
7136 }
7137
7138 .bootstrap-wrapper .border {
7139 border: 1px solid #dee2e6 !important;
7140 }
7141
7142 .bootstrap-wrapper .border-top {
7143 border-top: 1px solid #dee2e6 !important;
7144 }
7145
7146 .bootstrap-wrapper .border-right {
7147 border-right: 1px solid #dee2e6 !important;
7148 }
7149
7150 .bootstrap-wrapper .border-bottom {
7151 border-bottom: 1px solid #dee2e6 !important;
7152 }
7153
7154 .bootstrap-wrapper .border-left {
7155 border-left: 1px solid #dee2e6 !important;
7156 }
7157
7158 .bootstrap-wrapper .border-0 {
7159 border: 0 !important;
7160 }
7161
7162 .bootstrap-wrapper .border-top-0 {
7163 border-top: 0 !important;
7164 }
7165
7166 .bootstrap-wrapper .border-right-0 {
7167 border-right: 0 !important;
7168 }
7169
7170 .bootstrap-wrapper .border-bottom-0 {
7171 border-bottom: 0 !important;
7172 }
7173
7174 .bootstrap-wrapper .border-left-0 {
7175 border-left: 0 !important;
7176 }
7177
7178 .bootstrap-wrapper .border-primary {
7179 border-color: #ee6443 !important;
7180 }
7181
7182 .bootstrap-wrapper .border-secondary {
7183 border-color: #00a69f !important;
7184 }
7185
7186 .bootstrap-wrapper .border-success {
7187 border-color: #eda11b !important;
7188 }
7189
7190 .bootstrap-wrapper .border-info {
7191 border-color: #17a2b8 !important;
7192 }
7193
7194 .bootstrap-wrapper .border-warning {
7195 border-color: #ffc107 !important;
7196 }
7197
7198 .bootstrap-wrapper .border-danger {
7199 border-color: #dc3545 !important;
7200 }
7201
7202 .bootstrap-wrapper .border-light {
7203 border-color: #fff !important;
7204 }
7205
7206 .bootstrap-wrapper .border-dark {
7207 border-color: #1a4562 !important;
7208 }
7209
7210 .bootstrap-wrapper .border-white {
7211 border-color: #fff !important;
7212 }
7213
7214 .bootstrap-wrapper .rounded-sm {
7215 border-radius: 0.2rem !important;
7216 }
7217
7218 .bootstrap-wrapper .rounded {
7219 border-radius: 0.25rem !important;
7220 }
7221
7222 .bootstrap-wrapper .rounded-top {
7223 border-top-left-radius: .25rem !important;
7224 border-top-right-radius: 0.25rem !important;
7225 }
7226
7227 .bootstrap-wrapper .rounded-right {
7228 border-top-right-radius: .25rem !important;
7229 border-bottom-right-radius: 0.25rem !important;
7230 }
7231
7232 .bootstrap-wrapper .rounded-bottom {
7233 border-bottom-right-radius: .25rem !important;
7234 border-bottom-left-radius: 0.25rem !important;
7235 }
7236
7237 .bootstrap-wrapper .rounded-left {
7238 border-top-left-radius: .25rem !important;
7239 border-bottom-left-radius: 0.25rem !important;
7240 }
7241
7242 .bootstrap-wrapper .rounded-lg {
7243 border-radius: 0.3rem !important;
7244 }
7245
7246 .bootstrap-wrapper .rounded-circle {
7247 border-radius: 50% !important;
7248 }
7249
7250 .bootstrap-wrapper .rounded-pill {
7251 border-radius: 50rem !important;
7252 }
7253
7254 .bootstrap-wrapper .rounded-0 {
7255 border-radius: 0 !important;
7256 }
7257
7258 .bootstrap-wrapper .clearfix::after {
7259 display: block;
7260 clear: both;
7261 content: "";
7262 }
7263
7264 .bootstrap-wrapper .d-none {
7265 display: none !important;
7266 }
7267
7268 .bootstrap-wrapper .d-inline {
7269 display: inline !important;
7270 }
7271
7272 .bootstrap-wrapper .d-inline-block {
7273 display: inline-block !important;
7274 }
7275
7276 .bootstrap-wrapper .d-block {
7277 display: block !important;
7278 }
7279
7280 .bootstrap-wrapper .d-table {
7281 display: table !important;
7282 }
7283
7284 .bootstrap-wrapper .d-table-row {
7285 display: table-row !important;
7286 }
7287
7288 .bootstrap-wrapper .d-table-cell {
7289 display: table-cell !important;
7290 }
7291
7292 .bootstrap-wrapper .d-flex {
7293 display: -ms-flexbox !important;
7294 display: flex !important;
7295 }
7296
7297 .bootstrap-wrapper .d-inline-flex {
7298 display: -ms-inline-flexbox !important;
7299 display: inline-flex !important;
7300 }
7301
7302 @media (min-width: 576px) {
7303 .bootstrap-wrapper .d-sm-none {
7304 display: none !important;
7305 }
7306
7307 .bootstrap-wrapper .d-sm-inline {
7308 display: inline !important;
7309 }
7310
7311 .bootstrap-wrapper .d-sm-inline-block {
7312 display: inline-block !important;
7313 }
7314
7315 .bootstrap-wrapper .d-sm-block {
7316 display: block !important;
7317 }
7318
7319 .bootstrap-wrapper .d-sm-table {
7320 display: table !important;
7321 }
7322
7323 .bootstrap-wrapper .d-sm-table-row {
7324 display: table-row !important;
7325 }
7326
7327 .bootstrap-wrapper .d-sm-table-cell {
7328 display: table-cell !important;
7329 }
7330
7331 .bootstrap-wrapper .d-sm-flex {
7332 display: -ms-flexbox !important;
7333 display: flex !important;
7334 }
7335
7336 .bootstrap-wrapper .d-sm-inline-flex {
7337 display: -ms-inline-flexbox !important;
7338 display: inline-flex !important;
7339 }
7340 }
7341
7342 @media (min-width: 768px) {
7343 .bootstrap-wrapper .d-md-none {
7344 display: none !important;
7345 }
7346
7347 .bootstrap-wrapper .d-md-inline {
7348 display: inline !important;
7349 }
7350
7351 .bootstrap-wrapper .d-md-inline-block {
7352 display: inline-block !important;
7353 }
7354
7355 .bootstrap-wrapper .d-md-block {
7356 display: block !important;
7357 }
7358
7359 .bootstrap-wrapper .d-md-table {
7360 display: table !important;
7361 }
7362
7363 .bootstrap-wrapper .d-md-table-row {
7364 display: table-row !important;
7365 }
7366
7367 .bootstrap-wrapper .d-md-table-cell {
7368 display: table-cell !important;
7369 }
7370
7371 .bootstrap-wrapper .d-md-flex {
7372 display: -ms-flexbox !important;
7373 display: flex !important;
7374 }
7375
7376 .bootstrap-wrapper .d-md-inline-flex {
7377 display: -ms-inline-flexbox !important;
7378 display: inline-flex !important;
7379 }
7380 }
7381
7382 @media (min-width: 992px) {
7383 .bootstrap-wrapper .d-lg-none {
7384 display: none !important;
7385 }
7386
7387 .bootstrap-wrapper .d-lg-inline {
7388 display: inline !important;
7389 }
7390
7391 .bootstrap-wrapper .d-lg-inline-block {
7392 display: inline-block !important;
7393 }
7394
7395 .bootstrap-wrapper .d-lg-block {
7396 display: block !important;
7397 }
7398
7399 .bootstrap-wrapper .d-lg-table {
7400 display: table !important;
7401 }
7402
7403 .bootstrap-wrapper .d-lg-table-row {
7404 display: table-row !important;
7405 }
7406
7407 .bootstrap-wrapper .d-lg-table-cell {
7408 display: table-cell !important;
7409 }
7410
7411 .bootstrap-wrapper .d-lg-flex {
7412 display: -ms-flexbox !important;
7413 display: flex !important;
7414 }
7415
7416 .bootstrap-wrapper .d-lg-inline-flex {
7417 display: -ms-inline-flexbox !important;
7418 display: inline-flex !important;
7419 }
7420 }
7421
7422 @media (min-width: 1200px) {
7423 .bootstrap-wrapper .d-xl-none {
7424 display: none !important;
7425 }
7426
7427 .bootstrap-wrapper .d-xl-inline {
7428 display: inline !important;
7429 }
7430
7431 .bootstrap-wrapper .d-xl-inline-block {
7432 display: inline-block !important;
7433 }
7434
7435 .bootstrap-wrapper .d-xl-block {
7436 display: block !important;
7437 }
7438
7439 .bootstrap-wrapper .d-xl-table {
7440 display: table !important;
7441 }
7442
7443 .bootstrap-wrapper .d-xl-table-row {
7444 display: table-row !important;
7445 }
7446
7447 .bootstrap-wrapper .d-xl-table-cell {
7448 display: table-cell !important;
7449 }
7450
7451 .bootstrap-wrapper .d-xl-flex {
7452 display: -ms-flexbox !important;
7453 display: flex !important;
7454 }
7455
7456 .bootstrap-wrapper .d-xl-inline-flex {
7457 display: -ms-inline-flexbox !important;
7458 display: inline-flex !important;
7459 }
7460 }
7461
7462 @media print {
7463 .bootstrap-wrapper .d-print-none {
7464 display: none !important;
7465 }
7466
7467 .bootstrap-wrapper .d-print-inline {
7468 display: inline !important;
7469 }
7470
7471 .bootstrap-wrapper .d-print-inline-block {
7472 display: inline-block !important;
7473 }
7474
7475 .bootstrap-wrapper .d-print-block {
7476 display: block !important;
7477 }
7478
7479 .bootstrap-wrapper .d-print-table {
7480 display: table !important;
7481 }
7482
7483 .bootstrap-wrapper .d-print-table-row {
7484 display: table-row !important;
7485 }
7486
7487 .bootstrap-wrapper .d-print-table-cell {
7488 display: table-cell !important;
7489 }
7490
7491 .bootstrap-wrapper .d-print-flex {
7492 display: -ms-flexbox !important;
7493 display: flex !important;
7494 }
7495
7496 .bootstrap-wrapper .d-print-inline-flex {
7497 display: -ms-inline-flexbox !important;
7498 display: inline-flex !important;
7499 }
7500 }
7501
7502 .bootstrap-wrapper .embed-responsive {
7503 position: relative;
7504 display: block;
7505 width: 100%;
7506 padding: 0;
7507 overflow: hidden;
7508 }
7509
7510 .bootstrap-wrapper .embed-responsive::before {
7511 display: block;
7512 content: "";
7513 }
7514
7515 .bootstrap-wrapper .embed-responsive .embed-responsive-item,
7516 .bootstrap-wrapper .embed-responsive embed,
7517 .bootstrap-wrapper .embed-responsive iframe,
7518 .bootstrap-wrapper .embed-responsive object,
7519 .bootstrap-wrapper .embed-responsive video {
7520 position: absolute;
7521 top: 0;
7522 bottom: 0;
7523 left: 0;
7524 width: 100%;
7525 height: 100%;
7526 border: 0;
7527 }
7528
7529 .bootstrap-wrapper .embed-responsive-21by9::before {
7530 padding-top: 42.857143%;
7531 }
7532
7533 .bootstrap-wrapper .embed-responsive-16by9::before {
7534 padding-top: 56.25%;
7535 }
7536
7537 .bootstrap-wrapper .embed-responsive-4by3::before {
7538 padding-top: 75%;
7539 }
7540
7541 .bootstrap-wrapper .embed-responsive-1by1::before {
7542 padding-top: 100%;
7543 }
7544
7545 .bootstrap-wrapper .flex-row {
7546 -ms-flex-direction: row !important;
7547 flex-direction: row !important;
7548 }
7549
7550 .bootstrap-wrapper .flex-column {
7551 -ms-flex-direction: column !important;
7552 flex-direction: column !important;
7553 }
7554
7555 .bootstrap-wrapper .flex-row-reverse {
7556 -ms-flex-direction: row-reverse !important;
7557 flex-direction: row-reverse !important;
7558 }
7559
7560 .bootstrap-wrapper .flex-column-reverse {
7561 -ms-flex-direction: column-reverse !important;
7562 flex-direction: column-reverse !important;
7563 }
7564
7565 .bootstrap-wrapper .flex-wrap {
7566 -ms-flex-wrap: wrap !important;
7567 flex-wrap: wrap !important;
7568 }
7569
7570 .bootstrap-wrapper .flex-nowrap {
7571 -ms-flex-wrap: nowrap !important;
7572 flex-wrap: nowrap !important;
7573 }
7574
7575 .bootstrap-wrapper .flex-wrap-reverse {
7576 -ms-flex-wrap: wrap-reverse !important;
7577 flex-wrap: wrap-reverse !important;
7578 }
7579
7580 .bootstrap-wrapper .flex-fill {
7581 -ms-flex: 1 1 auto !important;
7582 flex: 1 1 auto !important;
7583 }
7584
7585 .bootstrap-wrapper .flex-grow-0 {
7586 -ms-flex-positive: 0 !important;
7587 flex-grow: 0 !important;
7588 }
7589
7590 .bootstrap-wrapper .flex-grow-1 {
7591 -ms-flex-positive: 1 !important;
7592 flex-grow: 1 !important;
7593 }
7594
7595 .bootstrap-wrapper .flex-shrink-0 {
7596 -ms-flex-negative: 0 !important;
7597 flex-shrink: 0 !important;
7598 }
7599
7600 .bootstrap-wrapper .flex-shrink-1 {
7601 -ms-flex-negative: 1 !important;
7602 flex-shrink: 1 !important;
7603 }
7604
7605 .bootstrap-wrapper .justify-content-start {
7606 -ms-flex-pack: start !important;
7607 justify-content: flex-start !important;
7608 }
7609
7610 .bootstrap-wrapper .justify-content-end {
7611 -ms-flex-pack: end !important;
7612 justify-content: flex-end !important;
7613 }
7614
7615 .bootstrap-wrapper .justify-content-center {
7616 -ms-flex-pack: center !important;
7617 justify-content: center !important;
7618 }
7619
7620 .bootstrap-wrapper .justify-content-between {
7621 -ms-flex-pack: justify !important;
7622 justify-content: space-between !important;
7623 }
7624
7625 .bootstrap-wrapper .justify-content-around {
7626 -ms-flex-pack: distribute !important;
7627 justify-content: space-around !important;
7628 }
7629
7630 .bootstrap-wrapper .align-items-start {
7631 -ms-flex-align: start !important;
7632 align-items: flex-start !important;
7633 }
7634
7635 .bootstrap-wrapper .align-items-end {
7636 -ms-flex-align: end !important;
7637 align-items: flex-end !important;
7638 }
7639
7640 .bootstrap-wrapper .align-items-center {
7641 -ms-flex-align: center !important;
7642 align-items: center !important;
7643 }
7644
7645 .bootstrap-wrapper .align-items-baseline {
7646 -ms-flex-align: baseline !important;
7647 align-items: baseline !important;
7648 }
7649
7650 .bootstrap-wrapper .align-items-stretch {
7651 -ms-flex-align: stretch !important;
7652 align-items: stretch !important;
7653 }
7654
7655 .bootstrap-wrapper .align-content-start {
7656 -ms-flex-line-pack: start !important;
7657 align-content: flex-start !important;
7658 }
7659
7660 .bootstrap-wrapper .align-content-end {
7661 -ms-flex-line-pack: end !important;
7662 align-content: flex-end !important;
7663 }
7664
7665 .bootstrap-wrapper .align-content-center {
7666 -ms-flex-line-pack: center !important;
7667 align-content: center !important;
7668 }
7669
7670 .bootstrap-wrapper .align-content-between {
7671 -ms-flex-line-pack: justify !important;
7672 align-content: space-between !important;
7673 }
7674
7675 .bootstrap-wrapper .align-content-around {
7676 -ms-flex-line-pack: distribute !important;
7677 align-content: space-around !important;
7678 }
7679
7680 .bootstrap-wrapper .align-content-stretch {
7681 -ms-flex-line-pack: stretch !important;
7682 align-content: stretch !important;
7683 }
7684
7685 .bootstrap-wrapper .align-self-auto {
7686 -ms-flex-item-align: auto !important;
7687 align-self: auto !important;
7688 }
7689
7690 .bootstrap-wrapper .align-self-start {
7691 -ms-flex-item-align: start !important;
7692 align-self: flex-start !important;
7693 }
7694
7695 .bootstrap-wrapper .align-self-end {
7696 -ms-flex-item-align: end !important;
7697 align-self: flex-end !important;
7698 }
7699
7700 .bootstrap-wrapper .align-self-center {
7701 -ms-flex-item-align: center !important;
7702 align-self: center !important;
7703 }
7704
7705 .bootstrap-wrapper .align-self-baseline {
7706 -ms-flex-item-align: baseline !important;
7707 align-self: baseline !important;
7708 }
7709
7710 .bootstrap-wrapper .align-self-stretch {
7711 -ms-flex-item-align: stretch !important;
7712 align-self: stretch !important;
7713 }
7714
7715 @media (min-width: 576px) {
7716 .bootstrap-wrapper .flex-sm-row {
7717 -ms-flex-direction: row !important;
7718 flex-direction: row !important;
7719 }
7720
7721 .bootstrap-wrapper .flex-sm-column {
7722 -ms-flex-direction: column !important;
7723 flex-direction: column !important;
7724 }
7725
7726 .bootstrap-wrapper .flex-sm-row-reverse {
7727 -ms-flex-direction: row-reverse !important;
7728 flex-direction: row-reverse !important;
7729 }
7730
7731 .bootstrap-wrapper .flex-sm-column-reverse {
7732 -ms-flex-direction: column-reverse !important;
7733 flex-direction: column-reverse !important;
7734 }
7735
7736 .bootstrap-wrapper .flex-sm-wrap {
7737 -ms-flex-wrap: wrap !important;
7738 flex-wrap: wrap !important;
7739 }
7740
7741 .bootstrap-wrapper .flex-sm-nowrap {
7742 -ms-flex-wrap: nowrap !important;
7743 flex-wrap: nowrap !important;
7744 }
7745
7746 .bootstrap-wrapper .flex-sm-wrap-reverse {
7747 -ms-flex-wrap: wrap-reverse !important;
7748 flex-wrap: wrap-reverse !important;
7749 }
7750
7751 .bootstrap-wrapper .flex-sm-fill {
7752 -ms-flex: 1 1 auto !important;
7753 flex: 1 1 auto !important;
7754 }
7755
7756 .bootstrap-wrapper .flex-sm-grow-0 {
7757 -ms-flex-positive: 0 !important;
7758 flex-grow: 0 !important;
7759 }
7760
7761 .bootstrap-wrapper .flex-sm-grow-1 {
7762 -ms-flex-positive: 1 !important;
7763 flex-grow: 1 !important;
7764 }
7765
7766 .bootstrap-wrapper .flex-sm-shrink-0 {
7767 -ms-flex-negative: 0 !important;
7768 flex-shrink: 0 !important;
7769 }
7770
7771 .bootstrap-wrapper .flex-sm-shrink-1 {
7772 -ms-flex-negative: 1 !important;
7773 flex-shrink: 1 !important;
7774 }
7775
7776 .bootstrap-wrapper .justify-content-sm-start {
7777 -ms-flex-pack: start !important;
7778 justify-content: flex-start !important;
7779 }
7780
7781 .bootstrap-wrapper .justify-content-sm-end {
7782 -ms-flex-pack: end !important;
7783 justify-content: flex-end !important;
7784 }
7785
7786 .bootstrap-wrapper .justify-content-sm-center {
7787 -ms-flex-pack: center !important;
7788 justify-content: center !important;
7789 }
7790
7791 .bootstrap-wrapper .justify-content-sm-between {
7792 -ms-flex-pack: justify !important;
7793 justify-content: space-between !important;
7794 }
7795
7796 .bootstrap-wrapper .justify-content-sm-around {
7797 -ms-flex-pack: distribute !important;
7798 justify-content: space-around !important;
7799 }
7800
7801 .bootstrap-wrapper .align-items-sm-start {
7802 -ms-flex-align: start !important;
7803 align-items: flex-start !important;
7804 }
7805
7806 .bootstrap-wrapper .align-items-sm-end {
7807 -ms-flex-align: end !important;
7808 align-items: flex-end !important;
7809 }
7810
7811 .bootstrap-wrapper .align-items-sm-center {
7812 -ms-flex-align: center !important;
7813 align-items: center !important;
7814 }
7815
7816 .bootstrap-wrapper .align-items-sm-baseline {
7817 -ms-flex-align: baseline !important;
7818 align-items: baseline !important;
7819 }
7820
7821 .bootstrap-wrapper .align-items-sm-stretch {
7822 -ms-flex-align: stretch !important;
7823 align-items: stretch !important;
7824 }
7825
7826 .bootstrap-wrapper .align-content-sm-start {
7827 -ms-flex-line-pack: start !important;
7828 align-content: flex-start !important;
7829 }
7830
7831 .bootstrap-wrapper .align-content-sm-end {
7832 -ms-flex-line-pack: end !important;
7833 align-content: flex-end !important;
7834 }
7835
7836 .bootstrap-wrapper .align-content-sm-center {
7837 -ms-flex-line-pack: center !important;
7838 align-content: center !important;
7839 }
7840
7841 .bootstrap-wrapper .align-content-sm-between {
7842 -ms-flex-line-pack: justify !important;
7843 align-content: space-between !important;
7844 }
7845
7846 .bootstrap-wrapper .align-content-sm-around {
7847 -ms-flex-line-pack: distribute !important;
7848 align-content: space-around !important;
7849 }
7850
7851 .bootstrap-wrapper .align-content-sm-stretch {
7852 -ms-flex-line-pack: stretch !important;
7853 align-content: stretch !important;
7854 }
7855
7856 .bootstrap-wrapper .align-self-sm-auto {
7857 -ms-flex-item-align: auto !important;
7858 align-self: auto !important;
7859 }
7860
7861 .bootstrap-wrapper .align-self-sm-start {
7862 -ms-flex-item-align: start !important;
7863 align-self: flex-start !important;
7864 }
7865
7866 .bootstrap-wrapper .align-self-sm-end {
7867 -ms-flex-item-align: end !important;
7868 align-self: flex-end !important;
7869 }
7870
7871 .bootstrap-wrapper .align-self-sm-center {
7872 -ms-flex-item-align: center !important;
7873 align-self: center !important;
7874 }
7875
7876 .bootstrap-wrapper .align-self-sm-baseline {
7877 -ms-flex-item-align: baseline !important;
7878 align-self: baseline !important;
7879 }
7880
7881 .bootstrap-wrapper .align-self-sm-stretch {
7882 -ms-flex-item-align: stretch !important;
7883 align-self: stretch !important;
7884 }
7885 }
7886
7887 @media (min-width: 768px) {
7888 .bootstrap-wrapper .flex-md-row {
7889 -ms-flex-direction: row !important;
7890 flex-direction: row !important;
7891 }
7892
7893 .bootstrap-wrapper .flex-md-column {
7894 -ms-flex-direction: column !important;
7895 flex-direction: column !important;
7896 }
7897
7898 .bootstrap-wrapper .flex-md-row-reverse {
7899 -ms-flex-direction: row-reverse !important;
7900 flex-direction: row-reverse !important;
7901 }
7902
7903 .bootstrap-wrapper .flex-md-column-reverse {
7904 -ms-flex-direction: column-reverse !important;
7905 flex-direction: column-reverse !important;
7906 }
7907
7908 .bootstrap-wrapper .flex-md-wrap {
7909 -ms-flex-wrap: wrap !important;
7910 flex-wrap: wrap !important;
7911 }
7912
7913 .bootstrap-wrapper .flex-md-nowrap {
7914 -ms-flex-wrap: nowrap !important;
7915 flex-wrap: nowrap !important;
7916 }
7917
7918 .bootstrap-wrapper .flex-md-wrap-reverse {
7919 -ms-flex-wrap: wrap-reverse !important;
7920 flex-wrap: wrap-reverse !important;
7921 }
7922
7923 .bootstrap-wrapper .flex-md-fill {
7924 -ms-flex: 1 1 auto !important;
7925 flex: 1 1 auto !important;
7926 }
7927
7928 .bootstrap-wrapper .flex-md-grow-0 {
7929 -ms-flex-positive: 0 !important;
7930 flex-grow: 0 !important;
7931 }
7932
7933 .bootstrap-wrapper .flex-md-grow-1 {
7934 -ms-flex-positive: 1 !important;
7935 flex-grow: 1 !important;
7936 }
7937
7938 .bootstrap-wrapper .flex-md-shrink-0 {
7939 -ms-flex-negative: 0 !important;
7940 flex-shrink: 0 !important;
7941 }
7942
7943 .bootstrap-wrapper .flex-md-shrink-1 {
7944 -ms-flex-negative: 1 !important;
7945 flex-shrink: 1 !important;
7946 }
7947
7948 .bootstrap-wrapper .justify-content-md-start {
7949 -ms-flex-pack: start !important;
7950 justify-content: flex-start !important;
7951 }
7952
7953 .bootstrap-wrapper .justify-content-md-end {
7954 -ms-flex-pack: end !important;
7955 justify-content: flex-end !important;
7956 }
7957
7958 .bootstrap-wrapper .justify-content-md-center {
7959 -ms-flex-pack: center !important;
7960 justify-content: center !important;
7961 }
7962
7963 .bootstrap-wrapper .justify-content-md-between {
7964 -ms-flex-pack: justify !important;
7965 justify-content: space-between !important;
7966 }
7967
7968 .bootstrap-wrapper .justify-content-md-around {
7969 -ms-flex-pack: distribute !important;
7970 justify-content: space-around !important;
7971 }
7972
7973 .bootstrap-wrapper .align-items-md-start {
7974 -ms-flex-align: start !important;
7975 align-items: flex-start !important;
7976 }
7977
7978 .bootstrap-wrapper .align-items-md-end {
7979 -ms-flex-align: end !important;
7980 align-items: flex-end !important;
7981 }
7982
7983 .bootstrap-wrapper .align-items-md-center {
7984 -ms-flex-align: center !important;
7985 align-items: center !important;
7986 }
7987
7988 .bootstrap-wrapper .align-items-md-baseline {
7989 -ms-flex-align: baseline !important;
7990 align-items: baseline !important;
7991 }
7992
7993 .bootstrap-wrapper .align-items-md-stretch {
7994 -ms-flex-align: stretch !important;
7995 align-items: stretch !important;
7996 }
7997
7998 .bootstrap-wrapper .align-content-md-start {
7999 -ms-flex-line-pack: start !important;
8000 align-content: flex-start !important;
8001 }
8002
8003 .bootstrap-wrapper .align-content-md-end {
8004 -ms-flex-line-pack: end !important;
8005 align-content: flex-end !important;
8006 }
8007
8008 .bootstrap-wrapper .align-content-md-center {
8009 -ms-flex-line-pack: center !important;
8010 align-content: center !important;
8011 }
8012
8013 .bootstrap-wrapper .align-content-md-between {
8014 -ms-flex-line-pack: justify !important;
8015 align-content: space-between !important;
8016 }
8017
8018 .bootstrap-wrapper .align-content-md-around {
8019 -ms-flex-line-pack: distribute !important;
8020 align-content: space-around !important;
8021 }
8022
8023 .bootstrap-wrapper .align-content-md-stretch {
8024 -ms-flex-line-pack: stretch !important;
8025 align-content: stretch !important;
8026 }
8027
8028 .bootstrap-wrapper .align-self-md-auto {
8029 -ms-flex-item-align: auto !important;
8030 align-self: auto !important;
8031 }
8032
8033 .bootstrap-wrapper .align-self-md-start {
8034 -ms-flex-item-align: start !important;
8035 align-self: flex-start !important;
8036 }
8037
8038 .bootstrap-wrapper .align-self-md-end {
8039 -ms-flex-item-align: end !important;
8040 align-self: flex-end !important;
8041 }
8042
8043 .bootstrap-wrapper .align-self-md-center {
8044 -ms-flex-item-align: center !important;
8045 align-self: center !important;
8046 }
8047
8048 .bootstrap-wrapper .align-self-md-baseline {
8049 -ms-flex-item-align: baseline !important;
8050 align-self: baseline !important;
8051 }
8052
8053 .bootstrap-wrapper .align-self-md-stretch {
8054 -ms-flex-item-align: stretch !important;
8055 align-self: stretch !important;
8056 }
8057 }
8058
8059 @media (min-width: 992px) {
8060 .bootstrap-wrapper .flex-lg-row {
8061 -ms-flex-direction: row !important;
8062 flex-direction: row !important;
8063 }
8064
8065 .bootstrap-wrapper .flex-lg-column {
8066 -ms-flex-direction: column !important;
8067 flex-direction: column !important;
8068 }
8069
8070 .bootstrap-wrapper .flex-lg-row-reverse {
8071 -ms-flex-direction: row-reverse !important;
8072 flex-direction: row-reverse !important;
8073 }
8074
8075 .bootstrap-wrapper .flex-lg-column-reverse {
8076 -ms-flex-direction: column-reverse !important;
8077 flex-direction: column-reverse !important;
8078 }
8079
8080 .bootstrap-wrapper .flex-lg-wrap {
8081 -ms-flex-wrap: wrap !important;
8082 flex-wrap: wrap !important;
8083 }
8084
8085 .bootstrap-wrapper .flex-lg-nowrap {
8086 -ms-flex-wrap: nowrap !important;
8087 flex-wrap: nowrap !important;
8088 }
8089
8090 .bootstrap-wrapper .flex-lg-wrap-reverse {
8091 -ms-flex-wrap: wrap-reverse !important;
8092 flex-wrap: wrap-reverse !important;
8093 }
8094
8095 .bootstrap-wrapper .flex-lg-fill {
8096 -ms-flex: 1 1 auto !important;
8097 flex: 1 1 auto !important;
8098 }
8099
8100 .bootstrap-wrapper .flex-lg-grow-0 {
8101 -ms-flex-positive: 0 !important;
8102 flex-grow: 0 !important;
8103 }
8104
8105 .bootstrap-wrapper .flex-lg-grow-1 {
8106 -ms-flex-positive: 1 !important;
8107 flex-grow: 1 !important;
8108 }
8109
8110 .bootstrap-wrapper .flex-lg-shrink-0 {
8111 -ms-flex-negative: 0 !important;
8112 flex-shrink: 0 !important;
8113 }
8114
8115 .bootstrap-wrapper .flex-lg-shrink-1 {
8116 -ms-flex-negative: 1 !important;
8117 flex-shrink: 1 !important;
8118 }
8119
8120 .bootstrap-wrapper .justify-content-lg-start {
8121 -ms-flex-pack: start !important;
8122 justify-content: flex-start !important;
8123 }
8124
8125 .bootstrap-wrapper .justify-content-lg-end {
8126 -ms-flex-pack: end !important;
8127 justify-content: flex-end !important;
8128 }
8129
8130 .bootstrap-wrapper .justify-content-lg-center {
8131 -ms-flex-pack: center !important;
8132 justify-content: center !important;
8133 }
8134
8135 .bootstrap-wrapper .justify-content-lg-between {
8136 -ms-flex-pack: justify !important;
8137 justify-content: space-between !important;
8138 }
8139
8140 .bootstrap-wrapper .justify-content-lg-around {
8141 -ms-flex-pack: distribute !important;
8142 justify-content: space-around !important;
8143 }
8144
8145 .bootstrap-wrapper .align-items-lg-start {
8146 -ms-flex-align: start !important;
8147 align-items: flex-start !important;
8148 }
8149
8150 .bootstrap-wrapper .align-items-lg-end {
8151 -ms-flex-align: end !important;
8152 align-items: flex-end !important;
8153 }
8154
8155 .bootstrap-wrapper .align-items-lg-center {
8156 -ms-flex-align: center !important;
8157 align-items: center !important;
8158 }
8159
8160 .bootstrap-wrapper .align-items-lg-baseline {
8161 -ms-flex-align: baseline !important;
8162 align-items: baseline !important;
8163 }
8164
8165 .bootstrap-wrapper .align-items-lg-stretch {
8166 -ms-flex-align: stretch !important;
8167 align-items: stretch !important;
8168 }
8169
8170 .bootstrap-wrapper .align-content-lg-start {
8171 -ms-flex-line-pack: start !important;
8172 align-content: flex-start !important;
8173 }
8174
8175 .bootstrap-wrapper .align-content-lg-end {
8176 -ms-flex-line-pack: end !important;
8177 align-content: flex-end !important;
8178 }
8179
8180 .bootstrap-wrapper .align-content-lg-center {
8181 -ms-flex-line-pack: center !important;
8182 align-content: center !important;
8183 }
8184
8185 .bootstrap-wrapper .align-content-lg-between {
8186 -ms-flex-line-pack: justify !important;
8187 align-content: space-between !important;
8188 }
8189
8190 .bootstrap-wrapper .align-content-lg-around {
8191 -ms-flex-line-pack: distribute !important;
8192 align-content: space-around !important;
8193 }
8194
8195 .bootstrap-wrapper .align-content-lg-stretch {
8196 -ms-flex-line-pack: stretch !important;
8197 align-content: stretch !important;
8198 }
8199
8200 .bootstrap-wrapper .align-self-lg-auto {
8201 -ms-flex-item-align: auto !important;
8202 align-self: auto !important;
8203 }
8204
8205 .bootstrap-wrapper .align-self-lg-start {
8206 -ms-flex-item-align: start !important;
8207 align-self: flex-start !important;
8208 }
8209
8210 .bootstrap-wrapper .align-self-lg-end {
8211 -ms-flex-item-align: end !important;
8212 align-self: flex-end !important;
8213 }
8214
8215 .bootstrap-wrapper .align-self-lg-center {
8216 -ms-flex-item-align: center !important;
8217 align-self: center !important;
8218 }
8219
8220 .bootstrap-wrapper .align-self-lg-baseline {
8221 -ms-flex-item-align: baseline !important;
8222 align-self: baseline !important;
8223 }
8224
8225 .bootstrap-wrapper .align-self-lg-stretch {
8226 -ms-flex-item-align: stretch !important;
8227 align-self: stretch !important;
8228 }
8229 }
8230
8231 @media (min-width: 1200px) {
8232 .bootstrap-wrapper .flex-xl-row {
8233 -ms-flex-direction: row !important;
8234 flex-direction: row !important;
8235 }
8236
8237 .bootstrap-wrapper .flex-xl-column {
8238 -ms-flex-direction: column !important;
8239 flex-direction: column !important;
8240 }
8241
8242 .bootstrap-wrapper .flex-xl-row-reverse {
8243 -ms-flex-direction: row-reverse !important;
8244 flex-direction: row-reverse !important;
8245 }
8246
8247 .bootstrap-wrapper .flex-xl-column-reverse {
8248 -ms-flex-direction: column-reverse !important;
8249 flex-direction: column-reverse !important;
8250 }
8251
8252 .bootstrap-wrapper .flex-xl-wrap {
8253 -ms-flex-wrap: wrap !important;
8254 flex-wrap: wrap !important;
8255 }
8256
8257 .bootstrap-wrapper .flex-xl-nowrap {
8258 -ms-flex-wrap: nowrap !important;
8259 flex-wrap: nowrap !important;
8260 }
8261
8262 .bootstrap-wrapper .flex-xl-wrap-reverse {
8263 -ms-flex-wrap: wrap-reverse !important;
8264 flex-wrap: wrap-reverse !important;
8265 }
8266
8267 .bootstrap-wrapper .flex-xl-fill {
8268 -ms-flex: 1 1 auto !important;
8269 flex: 1 1 auto !important;
8270 }
8271
8272 .bootstrap-wrapper .flex-xl-grow-0 {
8273 -ms-flex-positive: 0 !important;
8274 flex-grow: 0 !important;
8275 }
8276
8277 .bootstrap-wrapper .flex-xl-grow-1 {
8278 -ms-flex-positive: 1 !important;
8279 flex-grow: 1 !important;
8280 }
8281
8282 .bootstrap-wrapper .flex-xl-shrink-0 {
8283 -ms-flex-negative: 0 !important;
8284 flex-shrink: 0 !important;
8285 }
8286
8287 .bootstrap-wrapper .flex-xl-shrink-1 {
8288 -ms-flex-negative: 1 !important;
8289 flex-shrink: 1 !important;
8290 }
8291
8292 .bootstrap-wrapper .justify-content-xl-start {
8293 -ms-flex-pack: start !important;
8294 justify-content: flex-start !important;
8295 }
8296
8297 .bootstrap-wrapper .justify-content-xl-end {
8298 -ms-flex-pack: end !important;
8299 justify-content: flex-end !important;
8300 }
8301
8302 .bootstrap-wrapper .justify-content-xl-center {
8303 -ms-flex-pack: center !important;
8304 justify-content: center !important;
8305 }
8306
8307 .bootstrap-wrapper .justify-content-xl-between {
8308 -ms-flex-pack: justify !important;
8309 justify-content: space-between !important;
8310 }
8311
8312 .bootstrap-wrapper .justify-content-xl-around {
8313 -ms-flex-pack: distribute !important;
8314 justify-content: space-around !important;
8315 }
8316
8317 .bootstrap-wrapper .align-items-xl-start {
8318 -ms-flex-align: start !important;
8319 align-items: flex-start !important;
8320 }
8321
8322 .bootstrap-wrapper .align-items-xl-end {
8323 -ms-flex-align: end !important;
8324 align-items: flex-end !important;
8325 }
8326
8327 .bootstrap-wrapper .align-items-xl-center {
8328 -ms-flex-align: center !important;
8329 align-items: center !important;
8330 }
8331
8332 .bootstrap-wrapper .align-items-xl-baseline {
8333 -ms-flex-align: baseline !important;
8334 align-items: baseline !important;
8335 }
8336
8337 .bootstrap-wrapper .align-items-xl-stretch {
8338 -ms-flex-align: stretch !important;
8339 align-items: stretch !important;
8340 }
8341
8342 .bootstrap-wrapper .align-content-xl-start {
8343 -ms-flex-line-pack: start !important;
8344 align-content: flex-start !important;
8345 }
8346
8347 .bootstrap-wrapper .align-content-xl-end {
8348 -ms-flex-line-pack: end !important;
8349 align-content: flex-end !important;
8350 }
8351
8352 .bootstrap-wrapper .align-content-xl-center {
8353 -ms-flex-line-pack: center !important;
8354 align-content: center !important;
8355 }
8356
8357 .bootstrap-wrapper .align-content-xl-between {
8358 -ms-flex-line-pack: justify !important;
8359 align-content: space-between !important;
8360 }
8361
8362 .bootstrap-wrapper .align-content-xl-around {
8363 -ms-flex-line-pack: distribute !important;
8364 align-content: space-around !important;
8365 }
8366
8367 .bootstrap-wrapper .align-content-xl-stretch {
8368 -ms-flex-line-pack: stretch !important;
8369 align-content: stretch !important;
8370 }
8371
8372 .bootstrap-wrapper .align-self-xl-auto {
8373 -ms-flex-item-align: auto !important;
8374 align-self: auto !important;
8375 }
8376
8377 .bootstrap-wrapper .align-self-xl-start {
8378 -ms-flex-item-align: start !important;
8379 align-self: flex-start !important;
8380 }
8381
8382 .bootstrap-wrapper .align-self-xl-end {
8383 -ms-flex-item-align: end !important;
8384 align-self: flex-end !important;
8385 }
8386
8387 .bootstrap-wrapper .align-self-xl-center {
8388 -ms-flex-item-align: center !important;
8389 align-self: center !important;
8390 }
8391
8392 .bootstrap-wrapper .align-self-xl-baseline {
8393 -ms-flex-item-align: baseline !important;
8394 align-self: baseline !important;
8395 }
8396
8397 .bootstrap-wrapper .align-self-xl-stretch {
8398 -ms-flex-item-align: stretch !important;
8399 align-self: stretch !important;
8400 }
8401 }
8402
8403 .bootstrap-wrapper .float-left {
8404 float: left !important;
8405 }
8406
8407 .bootstrap-wrapper .float-right {
8408 float: right !important;
8409 }
8410
8411 .bootstrap-wrapper .float-none {
8412 float: none !important;
8413 }
8414
8415 @media (min-width: 576px) {
8416 .bootstrap-wrapper .float-sm-left {
8417 float: left !important;
8418 }
8419
8420 .bootstrap-wrapper .float-sm-right {
8421 float: right !important;
8422 }
8423
8424 .bootstrap-wrapper .float-sm-none {
8425 float: none !important;
8426 }
8427 }
8428
8429 @media (min-width: 768px) {
8430 .bootstrap-wrapper .float-md-left {
8431 float: left !important;
8432 }
8433
8434 .bootstrap-wrapper .float-md-right {
8435 float: right !important;
8436 }
8437
8438 .bootstrap-wrapper .float-md-none {
8439 float: none !important;
8440 }
8441 }
8442
8443 @media (min-width: 992px) {
8444 .bootstrap-wrapper .float-lg-left {
8445 float: left !important;
8446 }
8447
8448 .bootstrap-wrapper .float-lg-right {
8449 float: right !important;
8450 }
8451
8452 .bootstrap-wrapper .float-lg-none {
8453 float: none !important;
8454 }
8455 }
8456
8457 @media (min-width: 1200px) {
8458 .bootstrap-wrapper .float-xl-left {
8459 float: left !important;
8460 }
8461
8462 .bootstrap-wrapper .float-xl-right {
8463 float: right !important;
8464 }
8465
8466 .bootstrap-wrapper .float-xl-none {
8467 float: none !important;
8468 }
8469 }
8470
8471 .bootstrap-wrapper .overflow-auto {
8472 overflow: auto !important;
8473 }
8474
8475 .bootstrap-wrapper .overflow-hidden {
8476 overflow: hidden !important;
8477 }
8478
8479 .bootstrap-wrapper .position-static {
8480 position: static !important;
8481 }
8482
8483 .bootstrap-wrapper .position-relative {
8484 position: relative !important;
8485 }
8486
8487 .bootstrap-wrapper .position-absolute {
8488 position: absolute !important;
8489 }
8490
8491 .bootstrap-wrapper .position-fixed {
8492 position: fixed !important;
8493 }
8494
8495 .bootstrap-wrapper .position-sticky {
8496 position: -webkit-sticky !important;
8497 position: sticky !important;
8498 }
8499
8500 .bootstrap-wrapper .fixed-top {
8501 position: fixed;
8502 top: 0;
8503 right: 0;
8504 left: 0;
8505 z-index: 1030;
8506 }
8507
8508 .bootstrap-wrapper .fixed-bottom {
8509 position: fixed;
8510 right: 0;
8511 bottom: 0;
8512 left: 0;
8513 z-index: 1030;
8514 }
8515
8516 @supports ((position: -webkit-sticky) or (position:sticky)) {
8517 .bootstrap-wrapper .sticky-top {
8518 position: -webkit-sticky;
8519 position: sticky;
8520 top: 0;
8521 z-index: 1020;
8522 }
8523 }
8524
8525 .bootstrap-wrapper .sr-only {
8526 position: absolute;
8527 width: 1px;
8528 height: 1px;
8529 padding: 0;
8530 overflow: hidden;
8531 clip: rect(0, 0, 0, 0);
8532 white-space: nowrap;
8533 border: 0;
8534 }
8535
8536 .bootstrap-wrapper .sr-only-focusable:active,
8537 .bootstrap-wrapper .sr-only-focusable:focus {
8538 position: static;
8539 width: auto;
8540 height: auto;
8541 overflow: visible;
8542 clip: auto;
8543 white-space: normal;
8544 }
8545
8546 .bootstrap-wrapper .shadow-sm {
8547 box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
8548 }
8549
8550 .bootstrap-wrapper .shadow {
8551 box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
8552 }
8553
8554 .bootstrap-wrapper .shadow-lg {
8555 box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
8556 }
8557
8558 .bootstrap-wrapper .shadow-none {
8559 box-shadow: none !important;
8560 }
8561
8562 .bootstrap-wrapper .w-25 {
8563 width: 25% !important;
8564 }
8565
8566 .bootstrap-wrapper .w-50 {
8567 width: 50% !important;
8568 }
8569
8570 .bootstrap-wrapper .w-75 {
8571 width: 75% !important;
8572 }
8573
8574 .bootstrap-wrapper .w-100 {
8575 width: 100% !important;
8576 }
8577
8578 .bootstrap-wrapper .w-auto {
8579 width: auto !important;
8580 }
8581
8582 .bootstrap-wrapper .h-25 {
8583 height: 25% !important;
8584 }
8585
8586 .bootstrap-wrapper .h-50 {
8587 height: 50% !important;
8588 }
8589
8590 .bootstrap-wrapper .h-75 {
8591 height: 75% !important;
8592 }
8593
8594 .bootstrap-wrapper .h-100 {
8595 height: 100% !important;
8596 }
8597
8598 .bootstrap-wrapper .h-auto {
8599 height: auto !important;
8600 }
8601
8602 .bootstrap-wrapper .mw-100 {
8603 max-width: 100% !important;
8604 }
8605
8606 .bootstrap-wrapper .mh-100 {
8607 max-height: 100% !important;
8608 }
8609
8610 .bootstrap-wrapper .min-vw-100 {
8611 min-width: 100vw !important;
8612 }
8613
8614 .bootstrap-wrapper .min-vh-100 {
8615 min-height: 100vh !important;
8616 }
8617
8618 .bootstrap-wrapper .vw-100 {
8619 width: 100vw !important;
8620 }
8621
8622 .bootstrap-wrapper .vh-100 {
8623 height: 100vh !important;
8624 }
8625
8626 .bootstrap-wrapper .stretched-link::after {
8627 position: absolute;
8628 top: 0;
8629 right: 0;
8630 bottom: 0;
8631 left: 0;
8632 z-index: 1;
8633 pointer-events: auto;
8634 content: "";
8635 background-color: rgba(0, 0, 0, 0);
8636 }
8637
8638 .bootstrap-wrapper .m-0 {
8639 margin: 0 !important;
8640 }
8641
8642 .bootstrap-wrapper .mt-0,
8643 .bootstrap-wrapper .my-0 {
8644 margin-top: 0 !important;
8645 }
8646
8647 .bootstrap-wrapper .mr-0,
8648 .bootstrap-wrapper .mx-0 {
8649 margin-right: 0 !important;
8650 }
8651
8652 .bootstrap-wrapper .mb-0,
8653 .bootstrap-wrapper .my-0 {
8654 margin-bottom: 0 !important;
8655 }
8656
8657 .bootstrap-wrapper .ml-0,
8658 .bootstrap-wrapper .mx-0 {
8659 margin-left: 0 !important;
8660 }
8661
8662 .bootstrap-wrapper .m-1 {
8663 margin: 0.25rem !important;
8664 }
8665
8666 .bootstrap-wrapper .mt-1,
8667 .bootstrap-wrapper .my-1 {
8668 margin-top: 0.25rem !important;
8669 }
8670
8671 .bootstrap-wrapper .mr-1,
8672 .bootstrap-wrapper .mx-1 {
8673 margin-right: 0.25rem !important;
8674 }
8675
8676 .bootstrap-wrapper .mb-1,
8677 .bootstrap-wrapper .my-1 {
8678 margin-bottom: 0.25rem !important;
8679 }
8680
8681 .bootstrap-wrapper .ml-1,
8682 .bootstrap-wrapper .mx-1 {
8683 margin-left: 0.25rem !important;
8684 }
8685
8686 .bootstrap-wrapper .m-2 {
8687 margin: 0.5rem !important;
8688 }
8689
8690 .bootstrap-wrapper .mt-2,
8691 .bootstrap-wrapper .my-2 {
8692 margin-top: 0.5rem !important;
8693 }
8694
8695 .bootstrap-wrapper .mr-2,
8696 .bootstrap-wrapper .mx-2 {
8697 margin-right: 0.5rem !important;
8698 }
8699
8700 .bootstrap-wrapper .mb-2,
8701 .bootstrap-wrapper .my-2 {
8702 margin-bottom: 0.5rem !important;
8703 }
8704
8705 .bootstrap-wrapper .ml-2,
8706 .bootstrap-wrapper .mx-2 {
8707 margin-left: 0.5rem !important;
8708 }
8709
8710 .bootstrap-wrapper .m-3 {
8711 margin: 1rem !important;
8712 }
8713
8714 .bootstrap-wrapper .mt-3,
8715 .bootstrap-wrapper .my-3 {
8716 margin-top: 1rem !important;
8717 }
8718
8719 .bootstrap-wrapper .mr-3,
8720 .bootstrap-wrapper .mx-3 {
8721 margin-right: 1rem !important;
8722 }
8723
8724 .bootstrap-wrapper .mb-3,
8725 .bootstrap-wrapper .my-3 {
8726 margin-bottom: 1rem !important;
8727 }
8728
8729 .bootstrap-wrapper .ml-3,
8730 .bootstrap-wrapper .mx-3 {
8731 margin-left: 1rem !important;
8732 }
8733
8734 .bootstrap-wrapper .m-4 {
8735 margin: 1.5rem !important;
8736 }
8737
8738 .bootstrap-wrapper .mt-4,
8739 .bootstrap-wrapper .my-4 {
8740 margin-top: 1.5rem !important;
8741 }
8742
8743 .bootstrap-wrapper .mr-4,
8744 .bootstrap-wrapper .mx-4 {
8745 margin-right: 1.5rem !important;
8746 }
8747
8748 .bootstrap-wrapper .mb-4,
8749 .bootstrap-wrapper .my-4 {
8750 margin-bottom: 1.5rem !important;
8751 }
8752
8753 .bootstrap-wrapper .ml-4,
8754 .bootstrap-wrapper .mx-4 {
8755 margin-left: 1.5rem !important;
8756 }
8757
8758 .bootstrap-wrapper .m-5 {
8759 margin: 3rem !important;
8760 }
8761
8762 .bootstrap-wrapper .mt-5,
8763 .bootstrap-wrapper .my-5 {
8764 margin-top: 3rem !important;
8765 }
8766
8767 .bootstrap-wrapper .mr-5,
8768 .bootstrap-wrapper .mx-5 {
8769 margin-right: 3rem !important;
8770 }
8771
8772 .bootstrap-wrapper .mb-5,
8773 .bootstrap-wrapper .my-5 {
8774 margin-bottom: 3rem !important;
8775 }
8776
8777 .bootstrap-wrapper .ml-5,
8778 .bootstrap-wrapper .mx-5 {
8779 margin-left: 3rem !important;
8780 }
8781
8782 .bootstrap-wrapper .p-0 {
8783 padding: 0 !important;
8784 }
8785
8786 .bootstrap-wrapper .pt-0,
8787 .bootstrap-wrapper .py-0 {
8788 padding-top: 0 !important;
8789 }
8790
8791 .bootstrap-wrapper .pr-0,
8792 .bootstrap-wrapper .px-0 {
8793 padding-right: 0 !important;
8794 }
8795
8796 .bootstrap-wrapper .pb-0,
8797 .bootstrap-wrapper .py-0 {
8798 padding-bottom: 0 !important;
8799 }
8800
8801 .bootstrap-wrapper .pl-0,
8802 .bootstrap-wrapper .px-0 {
8803 padding-left: 0 !important;
8804 }
8805
8806 .bootstrap-wrapper .p-1 {
8807 padding: 0.25rem !important;
8808 }
8809
8810 .bootstrap-wrapper .pt-1,
8811 .bootstrap-wrapper .py-1 {
8812 padding-top: 0.25rem !important;
8813 }
8814
8815 .bootstrap-wrapper .pr-1,
8816 .bootstrap-wrapper .px-1 {
8817 padding-right: 0.25rem !important;
8818 }
8819
8820 .bootstrap-wrapper .pb-1,
8821 .bootstrap-wrapper .py-1 {
8822 padding-bottom: 0.25rem !important;
8823 }
8824
8825 .bootstrap-wrapper .pl-1,
8826 .bootstrap-wrapper .px-1 {
8827 padding-left: 0.25rem !important;
8828 }
8829
8830 .bootstrap-wrapper .p-2 {
8831 padding: 0.5rem !important;
8832 }
8833
8834 .bootstrap-wrapper .pt-2,
8835 .bootstrap-wrapper .py-2 {
8836 padding-top: 0.5rem !important;
8837 }
8838
8839 .bootstrap-wrapper .pr-2,
8840 .bootstrap-wrapper .px-2 {
8841 padding-right: 0.5rem !important;
8842 }
8843
8844 .bootstrap-wrapper .pb-2,
8845 .bootstrap-wrapper .py-2 {
8846 padding-bottom: 0.5rem !important;
8847 }
8848
8849 .bootstrap-wrapper .pl-2,
8850 .bootstrap-wrapper .px-2 {
8851 padding-left: 0.5rem !important;
8852 }
8853
8854 .bootstrap-wrapper .p-3 {
8855 padding: 1rem !important;
8856 }
8857
8858 .bootstrap-wrapper .pt-3,
8859 .bootstrap-wrapper .py-3 {
8860 padding-top: 1rem !important;
8861 }
8862
8863 .bootstrap-wrapper .pr-3,
8864 .bootstrap-wrapper .px-3 {
8865 padding-right: 1rem !important;
8866 }
8867
8868 .bootstrap-wrapper .pb-3,
8869 .bootstrap-wrapper .py-3 {
8870 padding-bottom: 1rem !important;
8871 }
8872
8873 .bootstrap-wrapper .pl-3,
8874 .bootstrap-wrapper .px-3 {
8875 padding-left: 1rem !important;
8876 }
8877
8878 .bootstrap-wrapper .p-4 {
8879 padding: 1.5rem !important;
8880 }
8881
8882 .bootstrap-wrapper .pt-4,
8883 .bootstrap-wrapper .py-4 {
8884 padding-top: 1.5rem !important;
8885 }
8886
8887 .bootstrap-wrapper .pr-4,
8888 .bootstrap-wrapper .px-4 {
8889 padding-right: 1.5rem !important;
8890 }
8891
8892 .bootstrap-wrapper .pb-4,
8893 .bootstrap-wrapper .py-4 {
8894 padding-bottom: 1.5rem !important;
8895 }
8896
8897 .bootstrap-wrapper .pl-4,
8898 .bootstrap-wrapper .px-4 {
8899 padding-left: 1.5rem !important;
8900 }
8901
8902 .bootstrap-wrapper .p-5 {
8903 padding: 3rem !important;
8904 }
8905
8906 .bootstrap-wrapper .pt-5,
8907 .bootstrap-wrapper .py-5 {
8908 padding-top: 3rem !important;
8909 }
8910
8911 .bootstrap-wrapper .pr-5,
8912 .bootstrap-wrapper .px-5 {
8913 padding-right: 3rem !important;
8914 }
8915
8916 .bootstrap-wrapper .pb-5,
8917 .bootstrap-wrapper .py-5 {
8918 padding-bottom: 3rem !important;
8919 }
8920
8921 .bootstrap-wrapper .pl-5,
8922 .bootstrap-wrapper .px-5 {
8923 padding-left: 3rem !important;
8924 }
8925
8926 .bootstrap-wrapper .m-n1 {
8927 margin: -0.25rem !important;
8928 }
8929
8930 .bootstrap-wrapper .mt-n1,
8931 .bootstrap-wrapper .my-n1 {
8932 margin-top: -0.25rem !important;
8933 }
8934
8935 .bootstrap-wrapper .mr-n1,
8936 .bootstrap-wrapper .mx-n1 {
8937 margin-right: -0.25rem !important;
8938 }
8939
8940 .bootstrap-wrapper .mb-n1,
8941 .bootstrap-wrapper .my-n1 {
8942 margin-bottom: -0.25rem !important;
8943 }
8944
8945 .bootstrap-wrapper .ml-n1,
8946 .bootstrap-wrapper .mx-n1 {
8947 margin-left: -0.25rem !important;
8948 }
8949
8950 .bootstrap-wrapper .m-n2 {
8951 margin: -0.5rem !important;
8952 }
8953
8954 .bootstrap-wrapper .mt-n2,
8955 .bootstrap-wrapper .my-n2 {
8956 margin-top: -0.5rem !important;
8957 }
8958
8959 .bootstrap-wrapper .mr-n2,
8960 .bootstrap-wrapper .mx-n2 {
8961 margin-right: -0.5rem !important;
8962 }
8963
8964 .bootstrap-wrapper .mb-n2,
8965 .bootstrap-wrapper .my-n2 {
8966 margin-bottom: -0.5rem !important;
8967 }
8968
8969 .bootstrap-wrapper .ml-n2,
8970 .bootstrap-wrapper .mx-n2 {
8971 margin-left: -0.5rem !important;
8972 }
8973
8974 .bootstrap-wrapper .m-n3 {
8975 margin: -1rem !important;
8976 }
8977
8978 .bootstrap-wrapper .mt-n3,
8979 .bootstrap-wrapper .my-n3 {
8980 margin-top: -1rem !important;
8981 }
8982
8983 .bootstrap-wrapper .mr-n3,
8984 .bootstrap-wrapper .mx-n3 {
8985 margin-right: -1rem !important;
8986 }
8987
8988 .bootstrap-wrapper .mb-n3,
8989 .bootstrap-wrapper .my-n3 {
8990 margin-bottom: -1rem !important;
8991 }
8992
8993 .bootstrap-wrapper .ml-n3,
8994 .bootstrap-wrapper .mx-n3 {
8995 margin-left: -1rem !important;
8996 }
8997
8998 .bootstrap-wrapper .m-n4 {
8999 margin: -1.5rem !important;
9000 }
9001
9002 .bootstrap-wrapper .mt-n4,
9003 .bootstrap-wrapper .my-n4 {
9004 margin-top: -1.5rem !important;
9005 }
9006
9007 .bootstrap-wrapper .mr-n4,
9008 .bootstrap-wrapper .mx-n4 {
9009 margin-right: -1.5rem !important;
9010 }
9011
9012 .bootstrap-wrapper .mb-n4,
9013 .bootstrap-wrapper .my-n4 {
9014 margin-bottom: -1.5rem !important;
9015 }
9016
9017 .bootstrap-wrapper .ml-n4,
9018 .bootstrap-wrapper .mx-n4 {
9019 margin-left: -1.5rem !important;
9020 }
9021
9022 .bootstrap-wrapper .m-n5 {
9023 margin: -3rem !important;
9024 }
9025
9026 .bootstrap-wrapper .mt-n5,
9027 .bootstrap-wrapper .my-n5 {
9028 margin-top: -3rem !important;
9029 }
9030
9031 .bootstrap-wrapper .mr-n5,
9032 .bootstrap-wrapper .mx-n5 {
9033 margin-right: -3rem !important;
9034 }
9035
9036 .bootstrap-wrapper .mb-n5,
9037 .bootstrap-wrapper .my-n5 {
9038 margin-bottom: -3rem !important;
9039 }
9040
9041 .bootstrap-wrapper .ml-n5,
9042 .bootstrap-wrapper .mx-n5 {
9043 margin-left: -3rem !important;
9044 }
9045
9046 .bootstrap-wrapper .m-auto {
9047 margin: auto !important;
9048 }
9049
9050 .bootstrap-wrapper .mt-auto,
9051 .bootstrap-wrapper .my-auto {
9052 margin-top: auto !important;
9053 }
9054
9055 .bootstrap-wrapper .mr-auto,
9056 .bootstrap-wrapper .mx-auto {
9057 margin-right: auto !important;
9058 }
9059
9060 .bootstrap-wrapper .mb-auto,
9061 .bootstrap-wrapper .my-auto {
9062 margin-bottom: auto !important;
9063 }
9064
9065 .bootstrap-wrapper .ml-auto,
9066 .bootstrap-wrapper .mx-auto {
9067 margin-left: auto !important;
9068 }
9069
9070 @media (min-width: 576px) {
9071 .bootstrap-wrapper .m-sm-0 {
9072 margin: 0 !important;
9073 }
9074
9075 .bootstrap-wrapper .mt-sm-0,
9076 .bootstrap-wrapper .my-sm-0 {
9077 margin-top: 0 !important;
9078 }
9079
9080 .bootstrap-wrapper .mr-sm-0,
9081 .bootstrap-wrapper .mx-sm-0 {
9082 margin-right: 0 !important;
9083 }
9084
9085 .bootstrap-wrapper .mb-sm-0,
9086 .bootstrap-wrapper .my-sm-0 {
9087 margin-bottom: 0 !important;
9088 }
9089
9090 .bootstrap-wrapper .ml-sm-0,
9091 .bootstrap-wrapper .mx-sm-0 {
9092 margin-left: 0 !important;
9093 }
9094
9095 .bootstrap-wrapper .m-sm-1 {
9096 margin: 0.25rem !important;
9097 }
9098
9099 .bootstrap-wrapper .mt-sm-1,
9100 .bootstrap-wrapper .my-sm-1 {
9101 margin-top: 0.25rem !important;
9102 }
9103
9104 .bootstrap-wrapper .mr-sm-1,
9105 .bootstrap-wrapper .mx-sm-1 {
9106 margin-right: 0.25rem !important;
9107 }
9108
9109 .bootstrap-wrapper .mb-sm-1,
9110 .bootstrap-wrapper .my-sm-1 {
9111 margin-bottom: 0.25rem !important;
9112 }
9113
9114 .bootstrap-wrapper .ml-sm-1,
9115 .bootstrap-wrapper .mx-sm-1 {
9116 margin-left: 0.25rem !important;
9117 }
9118
9119 .bootstrap-wrapper .m-sm-2 {
9120 margin: 0.5rem !important;
9121 }
9122
9123 .bootstrap-wrapper .mt-sm-2,
9124 .bootstrap-wrapper .my-sm-2 {
9125 margin-top: 0.5rem !important;
9126 }
9127
9128 .bootstrap-wrapper .mr-sm-2,
9129 .bootstrap-wrapper .mx-sm-2 {
9130 margin-right: 0.5rem !important;
9131 }
9132
9133 .bootstrap-wrapper .mb-sm-2,
9134 .bootstrap-wrapper .my-sm-2 {
9135 margin-bottom: 0.5rem !important;
9136 }
9137
9138 .bootstrap-wrapper .ml-sm-2,
9139 .bootstrap-wrapper .mx-sm-2 {
9140 margin-left: 0.5rem !important;
9141 }
9142
9143 .bootstrap-wrapper .m-sm-3 {
9144 margin: 1rem !important;
9145 }
9146
9147 .bootstrap-wrapper .mt-sm-3,
9148 .bootstrap-wrapper .my-sm-3 {
9149 margin-top: 1rem !important;
9150 }
9151
9152 .bootstrap-wrapper .mr-sm-3,
9153 .bootstrap-wrapper .mx-sm-3 {
9154 margin-right: 1rem !important;
9155 }
9156
9157 .bootstrap-wrapper .mb-sm-3,
9158 .bootstrap-wrapper .my-sm-3 {
9159 margin-bottom: 1rem !important;
9160 }
9161
9162 .bootstrap-wrapper .ml-sm-3,
9163 .bootstrap-wrapper .mx-sm-3 {
9164 margin-left: 1rem !important;
9165 }
9166
9167 .bootstrap-wrapper .m-sm-4 {
9168 margin: 1.5rem !important;
9169 }
9170
9171 .bootstrap-wrapper .mt-sm-4,
9172 .bootstrap-wrapper .my-sm-4 {
9173 margin-top: 1.5rem !important;
9174 }
9175
9176 .bootstrap-wrapper .mr-sm-4,
9177 .bootstrap-wrapper .mx-sm-4 {
9178 margin-right: 1.5rem !important;
9179 }
9180
9181 .bootstrap-wrapper .mb-sm-4,
9182 .bootstrap-wrapper .my-sm-4 {
9183 margin-bottom: 1.5rem !important;
9184 }
9185
9186 .bootstrap-wrapper .ml-sm-4,
9187 .bootstrap-wrapper .mx-sm-4 {
9188 margin-left: 1.5rem !important;
9189 }
9190
9191 .bootstrap-wrapper .m-sm-5 {
9192 margin: 3rem !important;
9193 }
9194
9195 .bootstrap-wrapper .mt-sm-5,
9196 .bootstrap-wrapper .my-sm-5 {
9197 margin-top: 3rem !important;
9198 }
9199
9200 .bootstrap-wrapper .mr-sm-5,
9201 .bootstrap-wrapper .mx-sm-5 {
9202 margin-right: 3rem !important;
9203 }
9204
9205 .bootstrap-wrapper .mb-sm-5,
9206 .bootstrap-wrapper .my-sm-5 {
9207 margin-bottom: 3rem !important;
9208 }
9209
9210 .bootstrap-wrapper .ml-sm-5,
9211 .bootstrap-wrapper .mx-sm-5 {
9212 margin-left: 3rem !important;
9213 }
9214
9215 .bootstrap-wrapper .p-sm-0 {
9216 padding: 0 !important;
9217 }
9218
9219 .bootstrap-wrapper .pt-sm-0,
9220 .bootstrap-wrapper .py-sm-0 {
9221 padding-top: 0 !important;
9222 }
9223
9224 .bootstrap-wrapper .pr-sm-0,
9225 .bootstrap-wrapper .px-sm-0 {
9226 padding-right: 0 !important;
9227 }
9228
9229 .bootstrap-wrapper .pb-sm-0,
9230 .bootstrap-wrapper .py-sm-0 {
9231 padding-bottom: 0 !important;
9232 }
9233
9234 .bootstrap-wrapper .pl-sm-0,
9235 .bootstrap-wrapper .px-sm-0 {
9236 padding-left: 0 !important;
9237 }
9238
9239 .bootstrap-wrapper .p-sm-1 {
9240 padding: 0.25rem !important;
9241 }
9242
9243 .bootstrap-wrapper .pt-sm-1,
9244 .bootstrap-wrapper .py-sm-1 {
9245 padding-top: 0.25rem !important;
9246 }
9247
9248 .bootstrap-wrapper .pr-sm-1,
9249 .bootstrap-wrapper .px-sm-1 {
9250 padding-right: 0.25rem !important;
9251 }
9252
9253 .bootstrap-wrapper .pb-sm-1,
9254 .bootstrap-wrapper .py-sm-1 {
9255 padding-bottom: 0.25rem !important;
9256 }
9257
9258 .bootstrap-wrapper .pl-sm-1,
9259 .bootstrap-wrapper .px-sm-1 {
9260 padding-left: 0.25rem !important;
9261 }
9262
9263 .bootstrap-wrapper .p-sm-2 {
9264 padding: 0.5rem !important;
9265 }
9266
9267 .bootstrap-wrapper .pt-sm-2,
9268 .bootstrap-wrapper .py-sm-2 {
9269 padding-top: 0.5rem !important;
9270 }
9271
9272 .bootstrap-wrapper .pr-sm-2,
9273 .bootstrap-wrapper .px-sm-2 {
9274 padding-right: 0.5rem !important;
9275 }
9276
9277 .bootstrap-wrapper .pb-sm-2,
9278 .bootstrap-wrapper .py-sm-2 {
9279 padding-bottom: 0.5rem !important;
9280 }
9281
9282 .bootstrap-wrapper .pl-sm-2,
9283 .bootstrap-wrapper .px-sm-2 {
9284 padding-left: 0.5rem !important;
9285 }
9286
9287 .bootstrap-wrapper .p-sm-3 {
9288 padding: 1rem !important;
9289 }
9290
9291 .bootstrap-wrapper .pt-sm-3,
9292 .bootstrap-wrapper .py-sm-3 {
9293 padding-top: 1rem !important;
9294 }
9295
9296 .bootstrap-wrapper .pr-sm-3,
9297 .bootstrap-wrapper .px-sm-3 {
9298 padding-right: 1rem !important;
9299 }
9300
9301 .bootstrap-wrapper .pb-sm-3,
9302 .bootstrap-wrapper .py-sm-3 {
9303 padding-bottom: 1rem !important;
9304 }
9305
9306 .bootstrap-wrapper .pl-sm-3,
9307 .bootstrap-wrapper .px-sm-3 {
9308 padding-left: 1rem !important;
9309 }
9310
9311 .bootstrap-wrapper .p-sm-4 {
9312 padding: 1.5rem !important;
9313 }
9314
9315 .bootstrap-wrapper .pt-sm-4,
9316 .bootstrap-wrapper .py-sm-4 {
9317 padding-top: 1.5rem !important;
9318 }
9319
9320 .bootstrap-wrapper .pr-sm-4,
9321 .bootstrap-wrapper .px-sm-4 {
9322 padding-right: 1.5rem !important;
9323 }
9324
9325 .bootstrap-wrapper .pb-sm-4,
9326 .bootstrap-wrapper .py-sm-4 {
9327 padding-bottom: 1.5rem !important;
9328 }
9329
9330 .bootstrap-wrapper .pl-sm-4,
9331 .bootstrap-wrapper .px-sm-4 {
9332 padding-left: 1.5rem !important;
9333 }
9334
9335 .bootstrap-wrapper .p-sm-5 {
9336 padding: 3rem !important;
9337 }
9338
9339 .bootstrap-wrapper .pt-sm-5,
9340 .bootstrap-wrapper .py-sm-5 {
9341 padding-top: 3rem !important;
9342 }
9343
9344 .bootstrap-wrapper .pr-sm-5,
9345 .bootstrap-wrapper .px-sm-5 {
9346 padding-right: 3rem !important;
9347 }
9348
9349 .bootstrap-wrapper .pb-sm-5,
9350 .bootstrap-wrapper .py-sm-5 {
9351 padding-bottom: 3rem !important;
9352 }
9353
9354 .bootstrap-wrapper .pl-sm-5,
9355 .bootstrap-wrapper .px-sm-5 {
9356 padding-left: 3rem !important;
9357 }
9358
9359 .bootstrap-wrapper .m-sm-n1 {
9360 margin: -0.25rem !important;
9361 }
9362
9363 .bootstrap-wrapper .mt-sm-n1,
9364 .bootstrap-wrapper .my-sm-n1 {
9365 margin-top: -0.25rem !important;
9366 }
9367
9368 .bootstrap-wrapper .mr-sm-n1,
9369 .bootstrap-wrapper .mx-sm-n1 {
9370 margin-right: -0.25rem !important;
9371 }
9372
9373 .bootstrap-wrapper .mb-sm-n1,
9374 .bootstrap-wrapper .my-sm-n1 {
9375 margin-bottom: -0.25rem !important;
9376 }
9377
9378 .bootstrap-wrapper .ml-sm-n1,
9379 .bootstrap-wrapper .mx-sm-n1 {
9380 margin-left: -0.25rem !important;
9381 }
9382
9383 .bootstrap-wrapper .m-sm-n2 {
9384 margin: -0.5rem !important;
9385 }
9386
9387 .bootstrap-wrapper .mt-sm-n2,
9388 .bootstrap-wrapper .my-sm-n2 {
9389 margin-top: -0.5rem !important;
9390 }
9391
9392 .bootstrap-wrapper .mr-sm-n2,
9393 .bootstrap-wrapper .mx-sm-n2 {
9394 margin-right: -0.5rem !important;
9395 }
9396
9397 .bootstrap-wrapper .mb-sm-n2,
9398 .bootstrap-wrapper .my-sm-n2 {
9399 margin-bottom: -0.5rem !important;
9400 }
9401
9402 .bootstrap-wrapper .ml-sm-n2,
9403 .bootstrap-wrapper .mx-sm-n2 {
9404 margin-left: -0.5rem !important;
9405 }
9406
9407 .bootstrap-wrapper .m-sm-n3 {
9408 margin: -1rem !important;
9409 }
9410
9411 .bootstrap-wrapper .mt-sm-n3,
9412 .bootstrap-wrapper .my-sm-n3 {
9413 margin-top: -1rem !important;
9414 }
9415
9416 .bootstrap-wrapper .mr-sm-n3,
9417 .bootstrap-wrapper .mx-sm-n3 {
9418 margin-right: -1rem !important;
9419 }
9420
9421 .bootstrap-wrapper .mb-sm-n3,
9422 .bootstrap-wrapper .my-sm-n3 {
9423 margin-bottom: -1rem !important;
9424 }
9425
9426 .bootstrap-wrapper .ml-sm-n3,
9427 .bootstrap-wrapper .mx-sm-n3 {
9428 margin-left: -1rem !important;
9429 }
9430
9431 .bootstrap-wrapper .m-sm-n4 {
9432 margin: -1.5rem !important;
9433 }
9434
9435 .bootstrap-wrapper .mt-sm-n4,
9436 .bootstrap-wrapper .my-sm-n4 {
9437 margin-top: -1.5rem !important;
9438 }
9439
9440 .bootstrap-wrapper .mr-sm-n4,
9441 .bootstrap-wrapper .mx-sm-n4 {
9442 margin-right: -1.5rem !important;
9443 }
9444
9445 .bootstrap-wrapper .mb-sm-n4,
9446 .bootstrap-wrapper .my-sm-n4 {
9447 margin-bottom: -1.5rem !important;
9448 }
9449
9450 .bootstrap-wrapper .ml-sm-n4,
9451 .bootstrap-wrapper .mx-sm-n4 {
9452 margin-left: -1.5rem !important;
9453 }
9454
9455 .bootstrap-wrapper .m-sm-n5 {
9456 margin: -3rem !important;
9457 }
9458
9459 .bootstrap-wrapper .mt-sm-n5,
9460 .bootstrap-wrapper .my-sm-n5 {
9461 margin-top: -3rem !important;
9462 }
9463
9464 .bootstrap-wrapper .mr-sm-n5,
9465 .bootstrap-wrapper .mx-sm-n5 {
9466 margin-right: -3rem !important;
9467 }
9468
9469 .bootstrap-wrapper .mb-sm-n5,
9470 .bootstrap-wrapper .my-sm-n5 {
9471 margin-bottom: -3rem !important;
9472 }
9473
9474 .bootstrap-wrapper .ml-sm-n5,
9475 .bootstrap-wrapper .mx-sm-n5 {
9476 margin-left: -3rem !important;
9477 }
9478
9479 .bootstrap-wrapper .m-sm-auto {
9480 margin: auto !important;
9481 }
9482
9483 .bootstrap-wrapper .mt-sm-auto,
9484 .bootstrap-wrapper .my-sm-auto {
9485 margin-top: auto !important;
9486 }
9487
9488 .bootstrap-wrapper .mr-sm-auto,
9489 .bootstrap-wrapper .mx-sm-auto {
9490 margin-right: auto !important;
9491 }
9492
9493 .bootstrap-wrapper .mb-sm-auto,
9494 .bootstrap-wrapper .my-sm-auto {
9495 margin-bottom: auto !important;
9496 }
9497
9498 .bootstrap-wrapper .ml-sm-auto,
9499 .bootstrap-wrapper .mx-sm-auto {
9500 margin-left: auto !important;
9501 }
9502 }
9503
9504 @media (min-width: 768px) {
9505 .bootstrap-wrapper .m-md-0 {
9506 margin: 0 !important;
9507 }
9508
9509 .bootstrap-wrapper .mt-md-0,
9510 .bootstrap-wrapper .my-md-0 {
9511 margin-top: 0 !important;
9512 }
9513
9514 .bootstrap-wrapper .mr-md-0,
9515 .bootstrap-wrapper .mx-md-0 {
9516 margin-right: 0 !important;
9517 }
9518
9519 .bootstrap-wrapper .mb-md-0,
9520 .bootstrap-wrapper .my-md-0 {
9521 margin-bottom: 0 !important;
9522 }
9523
9524 .bootstrap-wrapper .ml-md-0,
9525 .bootstrap-wrapper .mx-md-0 {
9526 margin-left: 0 !important;
9527 }
9528
9529 .bootstrap-wrapper .m-md-1 {
9530 margin: 0.25rem !important;
9531 }
9532
9533 .bootstrap-wrapper .mt-md-1,
9534 .bootstrap-wrapper .my-md-1 {
9535 margin-top: 0.25rem !important;
9536 }
9537
9538 .bootstrap-wrapper .mr-md-1,
9539 .bootstrap-wrapper .mx-md-1 {
9540 margin-right: 0.25rem !important;
9541 }
9542
9543 .bootstrap-wrapper .mb-md-1,
9544 .bootstrap-wrapper .my-md-1 {
9545 margin-bottom: 0.25rem !important;
9546 }
9547
9548 .bootstrap-wrapper .ml-md-1,
9549 .bootstrap-wrapper .mx-md-1 {
9550 margin-left: 0.25rem !important;
9551 }
9552
9553 .bootstrap-wrapper .m-md-2 {
9554 margin: 0.5rem !important;
9555 }
9556
9557 .bootstrap-wrapper .mt-md-2,
9558 .bootstrap-wrapper .my-md-2 {
9559 margin-top: 0.5rem !important;
9560 }
9561
9562 .bootstrap-wrapper .mr-md-2,
9563 .bootstrap-wrapper .mx-md-2 {
9564 margin-right: 0.5rem !important;
9565 }
9566
9567 .bootstrap-wrapper .mb-md-2,
9568 .bootstrap-wrapper .my-md-2 {
9569 margin-bottom: 0.5rem !important;
9570 }
9571
9572 .bootstrap-wrapper .ml-md-2,
9573 .bootstrap-wrapper .mx-md-2 {
9574 margin-left: 0.5rem !important;
9575 }
9576
9577 .bootstrap-wrapper .m-md-3 {
9578 margin: 1rem !important;
9579 }
9580
9581 .bootstrap-wrapper .mt-md-3,
9582 .bootstrap-wrapper .my-md-3 {
9583 margin-top: 1rem !important;
9584 }
9585
9586 .bootstrap-wrapper .mr-md-3,
9587 .bootstrap-wrapper .mx-md-3 {
9588 margin-right: 1rem !important;
9589 }
9590
9591 .bootstrap-wrapper .mb-md-3,
9592 .bootstrap-wrapper .my-md-3 {
9593 margin-bottom: 1rem !important;
9594 }
9595
9596 .bootstrap-wrapper .ml-md-3,
9597 .bootstrap-wrapper .mx-md-3 {
9598 margin-left: 1rem !important;
9599 }
9600
9601 .bootstrap-wrapper .m-md-4 {
9602 margin: 1.5rem !important;
9603 }
9604
9605 .bootstrap-wrapper .mt-md-4,
9606 .bootstrap-wrapper .my-md-4 {
9607 margin-top: 1.5rem !important;
9608 }
9609
9610 .bootstrap-wrapper .mr-md-4,
9611 .bootstrap-wrapper .mx-md-4 {
9612 margin-right: 1.5rem !important;
9613 }
9614
9615 .bootstrap-wrapper .mb-md-4,
9616 .bootstrap-wrapper .my-md-4 {
9617 margin-bottom: 1.5rem !important;
9618 }
9619
9620 .bootstrap-wrapper .ml-md-4,
9621 .bootstrap-wrapper .mx-md-4 {
9622 margin-left: 1.5rem !important;
9623 }
9624
9625 .bootstrap-wrapper .m-md-5 {
9626 margin: 3rem !important;
9627 }
9628
9629 .bootstrap-wrapper .mt-md-5,
9630 .bootstrap-wrapper .my-md-5 {
9631 margin-top: 3rem !important;
9632 }
9633
9634 .bootstrap-wrapper .mr-md-5,
9635 .bootstrap-wrapper .mx-md-5 {
9636 margin-right: 3rem !important;
9637 }
9638
9639 .bootstrap-wrapper .mb-md-5,
9640 .bootstrap-wrapper .my-md-5 {
9641 margin-bottom: 3rem !important;
9642 }
9643
9644 .bootstrap-wrapper .ml-md-5,
9645 .bootstrap-wrapper .mx-md-5 {
9646 margin-left: 3rem !important;
9647 }
9648
9649 .bootstrap-wrapper .p-md-0 {
9650 padding: 0 !important;
9651 }
9652
9653 .bootstrap-wrapper .pt-md-0,
9654 .bootstrap-wrapper .py-md-0 {
9655 padding-top: 0 !important;
9656 }
9657
9658 .bootstrap-wrapper .pr-md-0,
9659 .bootstrap-wrapper .px-md-0 {
9660 padding-right: 0 !important;
9661 }
9662
9663 .bootstrap-wrapper .pb-md-0,
9664 .bootstrap-wrapper .py-md-0 {
9665 padding-bottom: 0 !important;
9666 }
9667
9668 .bootstrap-wrapper .pl-md-0,
9669 .bootstrap-wrapper .px-md-0 {
9670 padding-left: 0 !important;
9671 }
9672
9673 .bootstrap-wrapper .p-md-1 {
9674 padding: 0.25rem !important;
9675 }
9676
9677 .bootstrap-wrapper .pt-md-1,
9678 .bootstrap-wrapper .py-md-1 {
9679 padding-top: 0.25rem !important;
9680 }
9681
9682 .bootstrap-wrapper .pr-md-1,
9683 .bootstrap-wrapper .px-md-1 {
9684 padding-right: 0.25rem !important;
9685 }
9686
9687 .bootstrap-wrapper .pb-md-1,
9688 .bootstrap-wrapper .py-md-1 {
9689 padding-bottom: 0.25rem !important;
9690 }
9691
9692 .bootstrap-wrapper .pl-md-1,
9693 .bootstrap-wrapper .px-md-1 {
9694 padding-left: 0.25rem !important;
9695 }
9696
9697 .bootstrap-wrapper .p-md-2 {
9698 padding: 0.5rem !important;
9699 }
9700
9701 .bootstrap-wrapper .pt-md-2,
9702 .bootstrap-wrapper .py-md-2 {
9703 padding-top: 0.5rem !important;
9704 }
9705
9706 .bootstrap-wrapper .pr-md-2,
9707 .bootstrap-wrapper .px-md-2 {
9708 padding-right: 0.5rem !important;
9709 }
9710
9711 .bootstrap-wrapper .pb-md-2,
9712 .bootstrap-wrapper .py-md-2 {
9713 padding-bottom: 0.5rem !important;
9714 }
9715
9716 .bootstrap-wrapper .pl-md-2,
9717 .bootstrap-wrapper .px-md-2 {
9718 padding-left: 0.5rem !important;
9719 }
9720
9721 .bootstrap-wrapper .p-md-3 {
9722 padding: 1rem !important;
9723 }
9724
9725 .bootstrap-wrapper .pt-md-3,
9726 .bootstrap-wrapper .py-md-3 {
9727 padding-top: 1rem !important;
9728 }
9729
9730 .bootstrap-wrapper .pr-md-3,
9731 .bootstrap-wrapper .px-md-3 {
9732 padding-right: 1rem !important;
9733 }
9734
9735 .bootstrap-wrapper .pb-md-3,
9736 .bootstrap-wrapper .py-md-3 {
9737 padding-bottom: 1rem !important;
9738 }
9739
9740 .bootstrap-wrapper .pl-md-3,
9741 .bootstrap-wrapper .px-md-3 {
9742 padding-left: 1rem !important;
9743 }
9744
9745 .bootstrap-wrapper .p-md-4 {
9746 padding: 1.5rem !important;
9747 }
9748
9749 .bootstrap-wrapper .pt-md-4,
9750 .bootstrap-wrapper .py-md-4 {
9751 padding-top: 1.5rem !important;
9752 }
9753
9754 .bootstrap-wrapper .pr-md-4,
9755 .bootstrap-wrapper .px-md-4 {
9756 padding-right: 1.5rem !important;
9757 }
9758
9759 .bootstrap-wrapper .pb-md-4,
9760 .bootstrap-wrapper .py-md-4 {
9761 padding-bottom: 1.5rem !important;
9762 }
9763
9764 .bootstrap-wrapper .pl-md-4,
9765 .bootstrap-wrapper .px-md-4 {
9766 padding-left: 1.5rem !important;
9767 }
9768
9769 .bootstrap-wrapper .p-md-5 {
9770 padding: 3rem !important;
9771 }
9772
9773 .bootstrap-wrapper .pt-md-5,
9774 .bootstrap-wrapper .py-md-5 {
9775 padding-top: 3rem !important;
9776 }
9777
9778 .bootstrap-wrapper .pr-md-5,
9779 .bootstrap-wrapper .px-md-5 {
9780 padding-right: 3rem !important;
9781 }
9782
9783 .bootstrap-wrapper .pb-md-5,
9784 .bootstrap-wrapper .py-md-5 {
9785 padding-bottom: 3rem !important;
9786 }
9787
9788 .bootstrap-wrapper .pl-md-5,
9789 .bootstrap-wrapper .px-md-5 {
9790 padding-left: 3rem !important;
9791 }
9792
9793 .bootstrap-wrapper .m-md-n1 {
9794 margin: -0.25rem !important;
9795 }
9796
9797 .bootstrap-wrapper .mt-md-n1,
9798 .bootstrap-wrapper .my-md-n1 {
9799 margin-top: -0.25rem !important;
9800 }
9801
9802 .bootstrap-wrapper .mr-md-n1,
9803 .bootstrap-wrapper .mx-md-n1 {
9804 margin-right: -0.25rem !important;
9805 }
9806
9807 .bootstrap-wrapper .mb-md-n1,
9808 .bootstrap-wrapper .my-md-n1 {
9809 margin-bottom: -0.25rem !important;
9810 }
9811
9812 .bootstrap-wrapper .ml-md-n1,
9813 .bootstrap-wrapper .mx-md-n1 {
9814 margin-left: -0.25rem !important;
9815 }
9816
9817 .bootstrap-wrapper .m-md-n2 {
9818 margin: -0.5rem !important;
9819 }
9820
9821 .bootstrap-wrapper .mt-md-n2,
9822 .bootstrap-wrapper .my-md-n2 {
9823 margin-top: -0.5rem !important;
9824 }
9825
9826 .bootstrap-wrapper .mr-md-n2,
9827 .bootstrap-wrapper .mx-md-n2 {
9828 margin-right: -0.5rem !important;
9829 }
9830
9831 .bootstrap-wrapper .mb-md-n2,
9832 .bootstrap-wrapper .my-md-n2 {
9833 margin-bottom: -0.5rem !important;
9834 }
9835
9836 .bootstrap-wrapper .ml-md-n2,
9837 .bootstrap-wrapper .mx-md-n2 {
9838 margin-left: -0.5rem !important;
9839 }
9840
9841 .bootstrap-wrapper .m-md-n3 {
9842 margin: -1rem !important;
9843 }
9844
9845 .bootstrap-wrapper .mt-md-n3,
9846 .bootstrap-wrapper .my-md-n3 {
9847 margin-top: -1rem !important;
9848 }
9849
9850 .bootstrap-wrapper .mr-md-n3,
9851 .bootstrap-wrapper .mx-md-n3 {
9852 margin-right: -1rem !important;
9853 }
9854
9855 .bootstrap-wrapper .mb-md-n3,
9856 .bootstrap-wrapper .my-md-n3 {
9857 margin-bottom: -1rem !important;
9858 }
9859
9860 .bootstrap-wrapper .ml-md-n3,
9861 .bootstrap-wrapper .mx-md-n3 {
9862 margin-left: -1rem !important;
9863 }
9864
9865 .bootstrap-wrapper .m-md-n4 {
9866 margin: -1.5rem !important;
9867 }
9868
9869 .bootstrap-wrapper .mt-md-n4,
9870 .bootstrap-wrapper .my-md-n4 {
9871 margin-top: -1.5rem !important;
9872 }
9873
9874 .bootstrap-wrapper .mr-md-n4,
9875 .bootstrap-wrapper .mx-md-n4 {
9876 margin-right: -1.5rem !important;
9877 }
9878
9879 .bootstrap-wrapper .mb-md-n4,
9880 .bootstrap-wrapper .my-md-n4 {
9881 margin-bottom: -1.5rem !important;
9882 }
9883
9884 .bootstrap-wrapper .ml-md-n4,
9885 .bootstrap-wrapper .mx-md-n4 {
9886 margin-left: -1.5rem !important;
9887 }
9888
9889 .bootstrap-wrapper .m-md-n5 {
9890 margin: -3rem !important;
9891 }
9892
9893 .bootstrap-wrapper .mt-md-n5,
9894 .bootstrap-wrapper .my-md-n5 {
9895 margin-top: -3rem !important;
9896 }
9897
9898 .bootstrap-wrapper .mr-md-n5,
9899 .bootstrap-wrapper .mx-md-n5 {
9900 margin-right: -3rem !important;
9901 }
9902
9903 .bootstrap-wrapper .mb-md-n5,
9904 .bootstrap-wrapper .my-md-n5 {
9905 margin-bottom: -3rem !important;
9906 }
9907
9908 .bootstrap-wrapper .ml-md-n5,
9909 .bootstrap-wrapper .mx-md-n5 {
9910 margin-left: -3rem !important;
9911 }
9912
9913 .bootstrap-wrapper .m-md-auto {
9914 margin: auto !important;
9915 }
9916
9917 .bootstrap-wrapper .mt-md-auto,
9918 .bootstrap-wrapper .my-md-auto {
9919 margin-top: auto !important;
9920 }
9921
9922 .bootstrap-wrapper .mr-md-auto,
9923 .bootstrap-wrapper .mx-md-auto {
9924 margin-right: auto !important;
9925 }
9926
9927 .bootstrap-wrapper .mb-md-auto,
9928 .bootstrap-wrapper .my-md-auto {
9929 margin-bottom: auto !important;
9930 }
9931
9932 .bootstrap-wrapper .ml-md-auto,
9933 .bootstrap-wrapper .mx-md-auto {
9934 margin-left: auto !important;
9935 }
9936 }
9937
9938 @media (min-width: 992px) {
9939 .bootstrap-wrapper .m-lg-0 {
9940 margin: 0 !important;
9941 }
9942
9943 .bootstrap-wrapper .mt-lg-0,
9944 .bootstrap-wrapper .my-lg-0 {
9945 margin-top: 0 !important;
9946 }
9947
9948 .bootstrap-wrapper .mr-lg-0,
9949 .bootstrap-wrapper .mx-lg-0 {
9950 margin-right: 0 !important;
9951 }
9952
9953 .bootstrap-wrapper .mb-lg-0,
9954 .bootstrap-wrapper .my-lg-0 {
9955 margin-bottom: 0 !important;
9956 }
9957
9958 .bootstrap-wrapper .ml-lg-0,
9959 .bootstrap-wrapper .mx-lg-0 {
9960 margin-left: 0 !important;
9961 }
9962
9963 .bootstrap-wrapper .m-lg-1 {
9964 margin: 0.25rem !important;
9965 }
9966
9967 .bootstrap-wrapper .mt-lg-1,
9968 .bootstrap-wrapper .my-lg-1 {
9969 margin-top: 0.25rem !important;
9970 }
9971
9972 .bootstrap-wrapper .mr-lg-1,
9973 .bootstrap-wrapper .mx-lg-1 {
9974 margin-right: 0.25rem !important;
9975 }
9976
9977 .bootstrap-wrapper .mb-lg-1,
9978 .bootstrap-wrapper .my-lg-1 {
9979 margin-bottom: 0.25rem !important;
9980 }
9981
9982 .bootstrap-wrapper .ml-lg-1,
9983 .bootstrap-wrapper .mx-lg-1 {
9984 margin-left: 0.25rem !important;
9985 }
9986
9987 .bootstrap-wrapper .m-lg-2 {
9988 margin: 0.5rem !important;
9989 }
9990
9991 .bootstrap-wrapper .mt-lg-2,
9992 .bootstrap-wrapper .my-lg-2 {
9993 margin-top: 0.5rem !important;
9994 }
9995
9996 .bootstrap-wrapper .mr-lg-2,
9997 .bootstrap-wrapper .mx-lg-2 {
9998 margin-right: 0.5rem !important;
9999 }
10000
10001 .bootstrap-wrapper .mb-lg-2,
10002 .bootstrap-wrapper .my-lg-2 {
10003 margin-bottom: 0.5rem !important;
10004 }
10005
10006 .bootstrap-wrapper .ml-lg-2,
10007 .bootstrap-wrapper .mx-lg-2 {
10008 margin-left: 0.5rem !important;
10009 }
10010
10011 .bootstrap-wrapper .m-lg-3 {
10012 margin: 1rem !important;
10013 }
10014
10015 .bootstrap-wrapper .mt-lg-3,
10016 .bootstrap-wrapper .my-lg-3 {
10017 margin-top: 1rem !important;
10018 }
10019
10020 .bootstrap-wrapper .mr-lg-3,
10021 .bootstrap-wrapper .mx-lg-3 {
10022 margin-right: 1rem !important;
10023 }
10024
10025 .bootstrap-wrapper .mb-lg-3,
10026 .bootstrap-wrapper .my-lg-3 {
10027 margin-bottom: 1rem !important;
10028 }
10029
10030 .bootstrap-wrapper .ml-lg-3,
10031 .bootstrap-wrapper .mx-lg-3 {
10032 margin-left: 1rem !important;
10033 }
10034
10035 .bootstrap-wrapper .m-lg-4 {
10036 margin: 1.5rem !important;
10037 }
10038
10039 .bootstrap-wrapper .mt-lg-4,
10040 .bootstrap-wrapper .my-lg-4 {
10041 margin-top: 1.5rem !important;
10042 }
10043
10044 .bootstrap-wrapper .mr-lg-4,
10045 .bootstrap-wrapper .mx-lg-4 {
10046 margin-right: 1.5rem !important;
10047 }
10048
10049 .bootstrap-wrapper .mb-lg-4,
10050 .bootstrap-wrapper .my-lg-4 {
10051 margin-bottom: 1.5rem !important;
10052 }
10053
10054 .bootstrap-wrapper .ml-lg-4,
10055 .bootstrap-wrapper .mx-lg-4 {
10056 margin-left: 1.5rem !important;
10057 }
10058
10059 .bootstrap-wrapper .m-lg-5 {
10060 margin: 3rem !important;
10061 }
10062
10063 .bootstrap-wrapper .mt-lg-5,
10064 .bootstrap-wrapper .my-lg-5 {
10065 margin-top: 3rem !important;
10066 }
10067
10068 .bootstrap-wrapper .mr-lg-5,
10069 .bootstrap-wrapper .mx-lg-5 {
10070 margin-right: 3rem !important;
10071 }
10072
10073 .bootstrap-wrapper .mb-lg-5,
10074 .bootstrap-wrapper .my-lg-5 {
10075 margin-bottom: 3rem !important;
10076 }
10077
10078 .bootstrap-wrapper .ml-lg-5,
10079 .bootstrap-wrapper .mx-lg-5 {
10080 margin-left: 3rem !important;
10081 }
10082
10083 .bootstrap-wrapper .p-lg-0 {
10084 padding: 0 !important;
10085 }
10086
10087 .bootstrap-wrapper .pt-lg-0,
10088 .bootstrap-wrapper .py-lg-0 {
10089 padding-top: 0 !important;
10090 }
10091
10092 .bootstrap-wrapper .pr-lg-0,
10093 .bootstrap-wrapper .px-lg-0 {
10094 padding-right: 0 !important;
10095 }
10096
10097 .bootstrap-wrapper .pb-lg-0,
10098 .bootstrap-wrapper .py-lg-0 {
10099 padding-bottom: 0 !important;
10100 }
10101
10102 .bootstrap-wrapper .pl-lg-0,
10103 .bootstrap-wrapper .px-lg-0 {
10104 padding-left: 0 !important;
10105 }
10106
10107 .bootstrap-wrapper .p-lg-1 {
10108 padding: 0.25rem !important;
10109 }
10110
10111 .bootstrap-wrapper .pt-lg-1,
10112 .bootstrap-wrapper .py-lg-1 {
10113 padding-top: 0.25rem !important;
10114 }
10115
10116 .bootstrap-wrapper .pr-lg-1,
10117 .bootstrap-wrapper .px-lg-1 {
10118 padding-right: 0.25rem !important;
10119 }
10120
10121 .bootstrap-wrapper .pb-lg-1,
10122 .bootstrap-wrapper .py-lg-1 {
10123 padding-bottom: 0.25rem !important;
10124 }
10125
10126 .bootstrap-wrapper .pl-lg-1,
10127 .bootstrap-wrapper .px-lg-1 {
10128 padding-left: 0.25rem !important;
10129 }
10130
10131 .bootstrap-wrapper .p-lg-2 {
10132 padding: 0.5rem !important;
10133 }
10134
10135 .bootstrap-wrapper .pt-lg-2,
10136 .bootstrap-wrapper .py-lg-2 {
10137 padding-top: 0.5rem !important;
10138 }
10139
10140 .bootstrap-wrapper .pr-lg-2,
10141 .bootstrap-wrapper .px-lg-2 {
10142 padding-right: 0.5rem !important;
10143 }
10144
10145 .bootstrap-wrapper .pb-lg-2,
10146 .bootstrap-wrapper .py-lg-2 {
10147 padding-bottom: 0.5rem !important;
10148 }
10149
10150 .bootstrap-wrapper .pl-lg-2,
10151 .bootstrap-wrapper .px-lg-2 {
10152 padding-left: 0.5rem !important;
10153 }
10154
10155 .bootstrap-wrapper .p-lg-3 {
10156 padding: 1rem !important;
10157 }
10158
10159 .bootstrap-wrapper .pt-lg-3,
10160 .bootstrap-wrapper .py-lg-3 {
10161 padding-top: 1rem !important;
10162 }
10163
10164 .bootstrap-wrapper .pr-lg-3,
10165 .bootstrap-wrapper .px-lg-3 {
10166 padding-right: 1rem !important;
10167 }
10168
10169 .bootstrap-wrapper .pb-lg-3,
10170 .bootstrap-wrapper .py-lg-3 {
10171 padding-bottom: 1rem !important;
10172 }
10173
10174 .bootstrap-wrapper .pl-lg-3,
10175 .bootstrap-wrapper .px-lg-3 {
10176 padding-left: 1rem !important;
10177 }
10178
10179 .bootstrap-wrapper .p-lg-4 {
10180 padding: 1.5rem !important;
10181 }
10182
10183 .bootstrap-wrapper .pt-lg-4,
10184 .bootstrap-wrapper .py-lg-4 {
10185 padding-top: 1.5rem !important;
10186 }
10187
10188 .bootstrap-wrapper .pr-lg-4,
10189 .bootstrap-wrapper .px-lg-4 {
10190 padding-right: 1.5rem !important;
10191 }
10192
10193 .bootstrap-wrapper .pb-lg-4,
10194 .bootstrap-wrapper .py-lg-4 {
10195 padding-bottom: 1.5rem !important;
10196 }
10197
10198 .bootstrap-wrapper .pl-lg-4,
10199 .bootstrap-wrapper .px-lg-4 {
10200 padding-left: 1.5rem !important;
10201 }
10202
10203 .bootstrap-wrapper .p-lg-5 {
10204 padding: 3rem !important;
10205 }
10206
10207 .bootstrap-wrapper .pt-lg-5,
10208 .bootstrap-wrapper .py-lg-5 {
10209 padding-top: 3rem !important;
10210 }
10211
10212 .bootstrap-wrapper .pr-lg-5,
10213 .bootstrap-wrapper .px-lg-5 {
10214 padding-right: 3rem !important;
10215 }
10216
10217 .bootstrap-wrapper .pb-lg-5,
10218 .bootstrap-wrapper .py-lg-5 {
10219 padding-bottom: 3rem !important;
10220 }
10221
10222 .bootstrap-wrapper .pl-lg-5,
10223 .bootstrap-wrapper .px-lg-5 {
10224 padding-left: 3rem !important;
10225 }
10226
10227 .bootstrap-wrapper .m-lg-n1 {
10228 margin: -0.25rem !important;
10229 }
10230
10231 .bootstrap-wrapper .mt-lg-n1,
10232 .bootstrap-wrapper .my-lg-n1 {
10233 margin-top: -0.25rem !important;
10234 }
10235
10236 .bootstrap-wrapper .mr-lg-n1,
10237 .bootstrap-wrapper .mx-lg-n1 {
10238 margin-right: -0.25rem !important;
10239 }
10240
10241 .bootstrap-wrapper .mb-lg-n1,
10242 .bootstrap-wrapper .my-lg-n1 {
10243 margin-bottom: -0.25rem !important;
10244 }
10245
10246 .bootstrap-wrapper .ml-lg-n1,
10247 .bootstrap-wrapper .mx-lg-n1 {
10248 margin-left: -0.25rem !important;
10249 }
10250
10251 .bootstrap-wrapper .m-lg-n2 {
10252 margin: -0.5rem !important;
10253 }
10254
10255 .bootstrap-wrapper .mt-lg-n2,
10256 .bootstrap-wrapper .my-lg-n2 {
10257 margin-top: -0.5rem !important;
10258 }
10259
10260 .bootstrap-wrapper .mr-lg-n2,
10261 .bootstrap-wrapper .mx-lg-n2 {
10262 margin-right: -0.5rem !important;
10263 }
10264
10265 .bootstrap-wrapper .mb-lg-n2,
10266 .bootstrap-wrapper .my-lg-n2 {
10267 margin-bottom: -0.5rem !important;
10268 }
10269
10270 .bootstrap-wrapper .ml-lg-n2,
10271 .bootstrap-wrapper .mx-lg-n2 {
10272 margin-left: -0.5rem !important;
10273 }
10274
10275 .bootstrap-wrapper .m-lg-n3 {
10276 margin: -1rem !important;
10277 }
10278
10279 .bootstrap-wrapper .mt-lg-n3,
10280 .bootstrap-wrapper .my-lg-n3 {
10281 margin-top: -1rem !important;
10282 }
10283
10284 .bootstrap-wrapper .mr-lg-n3,
10285 .bootstrap-wrapper .mx-lg-n3 {
10286 margin-right: -1rem !important;
10287 }
10288
10289 .bootstrap-wrapper .mb-lg-n3,
10290 .bootstrap-wrapper .my-lg-n3 {
10291 margin-bottom: -1rem !important;
10292 }
10293
10294 .bootstrap-wrapper .ml-lg-n3,
10295 .bootstrap-wrapper .mx-lg-n3 {
10296 margin-left: -1rem !important;
10297 }
10298
10299 .bootstrap-wrapper .m-lg-n4 {
10300 margin: -1.5rem !important;
10301 }
10302
10303 .bootstrap-wrapper .mt-lg-n4,
10304 .bootstrap-wrapper .my-lg-n4 {
10305 margin-top: -1.5rem !important;
10306 }
10307
10308 .bootstrap-wrapper .mr-lg-n4,
10309 .bootstrap-wrapper .mx-lg-n4 {
10310 margin-right: -1.5rem !important;
10311 }
10312
10313 .bootstrap-wrapper .mb-lg-n4,
10314 .bootstrap-wrapper .my-lg-n4 {
10315 margin-bottom: -1.5rem !important;
10316 }
10317
10318 .bootstrap-wrapper .ml-lg-n4,
10319 .bootstrap-wrapper .mx-lg-n4 {
10320 margin-left: -1.5rem !important;
10321 }
10322
10323 .bootstrap-wrapper .m-lg-n5 {
10324 margin: -3rem !important;
10325 }
10326
10327 .bootstrap-wrapper .mt-lg-n5,
10328 .bootstrap-wrapper .my-lg-n5 {
10329 margin-top: -3rem !important;
10330 }
10331
10332 .bootstrap-wrapper .mr-lg-n5,
10333 .bootstrap-wrapper .mx-lg-n5 {
10334 margin-right: -3rem !important;
10335 }
10336
10337 .bootstrap-wrapper .mb-lg-n5,
10338 .bootstrap-wrapper .my-lg-n5 {
10339 margin-bottom: -3rem !important;
10340 }
10341
10342 .bootstrap-wrapper .ml-lg-n5,
10343 .bootstrap-wrapper .mx-lg-n5 {
10344 margin-left: -3rem !important;
10345 }
10346
10347 .bootstrap-wrapper .m-lg-auto {
10348 margin: auto !important;
10349 }
10350
10351 .bootstrap-wrapper .mt-lg-auto,
10352 .bootstrap-wrapper .my-lg-auto {
10353 margin-top: auto !important;
10354 }
10355
10356 .bootstrap-wrapper .mr-lg-auto,
10357 .bootstrap-wrapper .mx-lg-auto {
10358 margin-right: auto !important;
10359 }
10360
10361 .bootstrap-wrapper .mb-lg-auto,
10362 .bootstrap-wrapper .my-lg-auto {
10363 margin-bottom: auto !important;
10364 }
10365
10366 .bootstrap-wrapper .ml-lg-auto,
10367 .bootstrap-wrapper .mx-lg-auto {
10368 margin-left: auto !important;
10369 }
10370 }
10371
10372 @media (min-width: 1200px) {
10373 .bootstrap-wrapper .m-xl-0 {
10374 margin: 0 !important;
10375 }
10376
10377 .bootstrap-wrapper .mt-xl-0,
10378 .bootstrap-wrapper .my-xl-0 {
10379 margin-top: 0 !important;
10380 }
10381
10382 .bootstrap-wrapper .mr-xl-0,
10383 .bootstrap-wrapper .mx-xl-0 {
10384 margin-right: 0 !important;
10385 }
10386
10387 .bootstrap-wrapper .mb-xl-0,
10388 .bootstrap-wrapper .my-xl-0 {
10389 margin-bottom: 0 !important;
10390 }
10391
10392 .bootstrap-wrapper .ml-xl-0,
10393 .bootstrap-wrapper .mx-xl-0 {
10394 margin-left: 0 !important;
10395 }
10396
10397 .bootstrap-wrapper .m-xl-1 {
10398 margin: 0.25rem !important;
10399 }
10400
10401 .bootstrap-wrapper .mt-xl-1,
10402 .bootstrap-wrapper .my-xl-1 {
10403 margin-top: 0.25rem !important;
10404 }
10405
10406 .bootstrap-wrapper .mr-xl-1,
10407 .bootstrap-wrapper .mx-xl-1 {
10408 margin-right: 0.25rem !important;
10409 }
10410
10411 .bootstrap-wrapper .mb-xl-1,
10412 .bootstrap-wrapper .my-xl-1 {
10413 margin-bottom: 0.25rem !important;
10414 }
10415
10416 .bootstrap-wrapper .ml-xl-1,
10417 .bootstrap-wrapper .mx-xl-1 {
10418 margin-left: 0.25rem !important;
10419 }
10420
10421 .bootstrap-wrapper .m-xl-2 {
10422 margin: 0.5rem !important;
10423 }
10424
10425 .bootstrap-wrapper .mt-xl-2,
10426 .bootstrap-wrapper .my-xl-2 {
10427 margin-top: 0.5rem !important;
10428 }
10429
10430 .bootstrap-wrapper .mr-xl-2,
10431 .bootstrap-wrapper .mx-xl-2 {
10432 margin-right: 0.5rem !important;
10433 }
10434
10435 .bootstrap-wrapper .mb-xl-2,
10436 .bootstrap-wrapper .my-xl-2 {
10437 margin-bottom: 0.5rem !important;
10438 }
10439
10440 .bootstrap-wrapper .ml-xl-2,
10441 .bootstrap-wrapper .mx-xl-2 {
10442 margin-left: 0.5rem !important;
10443 }
10444
10445 .bootstrap-wrapper .m-xl-3 {
10446 margin: 1rem !important;
10447 }
10448
10449 .bootstrap-wrapper .mt-xl-3,
10450 .bootstrap-wrapper .my-xl-3 {
10451 margin-top: 1rem !important;
10452 }
10453
10454 .bootstrap-wrapper .mr-xl-3,
10455 .bootstrap-wrapper .mx-xl-3 {
10456 margin-right: 1rem !important;
10457 }
10458
10459 .bootstrap-wrapper .mb-xl-3,
10460 .bootstrap-wrapper .my-xl-3 {
10461 margin-bottom: 1rem !important;
10462 }
10463
10464 .bootstrap-wrapper .ml-xl-3,
10465 .bootstrap-wrapper .mx-xl-3 {
10466 margin-left: 1rem !important;
10467 }
10468
10469 .bootstrap-wrapper .m-xl-4 {
10470 margin: 1.5rem !important;
10471 }
10472
10473 .bootstrap-wrapper .mt-xl-4,
10474 .bootstrap-wrapper .my-xl-4 {
10475 margin-top: 1.5rem !important;
10476 }
10477
10478 .bootstrap-wrapper .mr-xl-4,
10479 .bootstrap-wrapper .mx-xl-4 {
10480 margin-right: 1.5rem !important;
10481 }
10482
10483 .bootstrap-wrapper .mb-xl-4,
10484 .bootstrap-wrapper .my-xl-4 {
10485 margin-bottom: 1.5rem !important;
10486 }
10487
10488 .bootstrap-wrapper .ml-xl-4,
10489 .bootstrap-wrapper .mx-xl-4 {
10490 margin-left: 1.5rem !important;
10491 }
10492
10493 .bootstrap-wrapper .m-xl-5 {
10494 margin: 3rem !important;
10495 }
10496
10497 .bootstrap-wrapper .mt-xl-5,
10498 .bootstrap-wrapper .my-xl-5 {
10499 margin-top: 3rem !important;
10500 }
10501
10502 .bootstrap-wrapper .mr-xl-5,
10503 .bootstrap-wrapper .mx-xl-5 {
10504 margin-right: 3rem !important;
10505 }
10506
10507 .bootstrap-wrapper .mb-xl-5,
10508 .bootstrap-wrapper .my-xl-5 {
10509 margin-bottom: 3rem !important;
10510 }
10511
10512 .bootstrap-wrapper .ml-xl-5,
10513 .bootstrap-wrapper .mx-xl-5 {
10514 margin-left: 3rem !important;
10515 }
10516
10517 .bootstrap-wrapper .p-xl-0 {
10518 padding: 0 !important;
10519 }
10520
10521 .bootstrap-wrapper .pt-xl-0,
10522 .bootstrap-wrapper .py-xl-0 {
10523 padding-top: 0 !important;
10524 }
10525
10526 .bootstrap-wrapper .pr-xl-0,
10527 .bootstrap-wrapper .px-xl-0 {
10528 padding-right: 0 !important;
10529 }
10530
10531 .bootstrap-wrapper .pb-xl-0,
10532 .bootstrap-wrapper .py-xl-0 {
10533 padding-bottom: 0 !important;
10534 }
10535
10536 .bootstrap-wrapper .pl-xl-0,
10537 .bootstrap-wrapper .px-xl-0 {
10538 padding-left: 0 !important;
10539 }
10540
10541 .bootstrap-wrapper .p-xl-1 {
10542 padding: 0.25rem !important;
10543 }
10544
10545 .bootstrap-wrapper .pt-xl-1,
10546 .bootstrap-wrapper .py-xl-1 {
10547 padding-top: 0.25rem !important;
10548 }
10549
10550 .bootstrap-wrapper .pr-xl-1,
10551 .bootstrap-wrapper .px-xl-1 {
10552 padding-right: 0.25rem !important;
10553 }
10554
10555 .bootstrap-wrapper .pb-xl-1,
10556 .bootstrap-wrapper .py-xl-1 {
10557 padding-bottom: 0.25rem !important;
10558 }
10559
10560 .bootstrap-wrapper .pl-xl-1,
10561 .bootstrap-wrapper .px-xl-1 {
10562 padding-left: 0.25rem !important;
10563 }
10564
10565 .bootstrap-wrapper .p-xl-2 {
10566 padding: 0.5rem !important;
10567 }
10568
10569 .bootstrap-wrapper .pt-xl-2,
10570 .bootstrap-wrapper .py-xl-2 {
10571 padding-top: 0.5rem !important;
10572 }
10573
10574 .bootstrap-wrapper .pr-xl-2,
10575 .bootstrap-wrapper .px-xl-2 {
10576 padding-right: 0.5rem !important;
10577 }
10578
10579 .bootstrap-wrapper .pb-xl-2,
10580 .bootstrap-wrapper .py-xl-2 {
10581 padding-bottom: 0.5rem !important;
10582 }
10583
10584 .bootstrap-wrapper .pl-xl-2,
10585 .bootstrap-wrapper .px-xl-2 {
10586 padding-left: 0.5rem !important;
10587 }
10588
10589 .bootstrap-wrapper .p-xl-3 {
10590 padding: 1rem !important;
10591 }
10592
10593 .bootstrap-wrapper .pt-xl-3,
10594 .bootstrap-wrapper .py-xl-3 {
10595 padding-top: 1rem !important;
10596 }
10597
10598 .bootstrap-wrapper .pr-xl-3,
10599 .bootstrap-wrapper .px-xl-3 {
10600 padding-right: 1rem !important;
10601 }
10602
10603 .bootstrap-wrapper .pb-xl-3,
10604 .bootstrap-wrapper .py-xl-3 {
10605 padding-bottom: 1rem !important;
10606 }
10607
10608 .bootstrap-wrapper .pl-xl-3,
10609 .bootstrap-wrapper .px-xl-3 {
10610 padding-left: 1rem !important;
10611 }
10612
10613 .bootstrap-wrapper .p-xl-4 {
10614 padding: 1.5rem !important;
10615 }
10616
10617 .bootstrap-wrapper .pt-xl-4,
10618 .bootstrap-wrapper .py-xl-4 {
10619 padding-top: 1.5rem !important;
10620 }
10621
10622 .bootstrap-wrapper .pr-xl-4,
10623 .bootstrap-wrapper .px-xl-4 {
10624 padding-right: 1.5rem !important;
10625 }
10626
10627 .bootstrap-wrapper .pb-xl-4,
10628 .bootstrap-wrapper .py-xl-4 {
10629 padding-bottom: 1.5rem !important;
10630 }
10631
10632 .bootstrap-wrapper .pl-xl-4,
10633 .bootstrap-wrapper .px-xl-4 {
10634 padding-left: 1.5rem !important;
10635 }
10636
10637 .bootstrap-wrapper .p-xl-5 {
10638 padding: 3rem !important;
10639 }
10640
10641 .bootstrap-wrapper .pt-xl-5,
10642 .bootstrap-wrapper .py-xl-5 {
10643 padding-top: 3rem !important;
10644 }
10645
10646 .bootstrap-wrapper .pr-xl-5,
10647 .bootstrap-wrapper .px-xl-5 {
10648 padding-right: 3rem !important;
10649 }
10650
10651 .bootstrap-wrapper .pb-xl-5,
10652 .bootstrap-wrapper .py-xl-5 {
10653 padding-bottom: 3rem !important;
10654 }
10655
10656 .bootstrap-wrapper .pl-xl-5,
10657 .bootstrap-wrapper .px-xl-5 {
10658 padding-left: 3rem !important;
10659 }
10660
10661 .bootstrap-wrapper .m-xl-n1 {
10662 margin: -0.25rem !important;
10663 }
10664
10665 .bootstrap-wrapper .mt-xl-n1,
10666 .bootstrap-wrapper .my-xl-n1 {
10667 margin-top: -0.25rem !important;
10668 }
10669
10670 .bootstrap-wrapper .mr-xl-n1,
10671 .bootstrap-wrapper .mx-xl-n1 {
10672 margin-right: -0.25rem !important;
10673 }
10674
10675 .bootstrap-wrapper .mb-xl-n1,
10676 .bootstrap-wrapper .my-xl-n1 {
10677 margin-bottom: -0.25rem !important;
10678 }
10679
10680 .bootstrap-wrapper .ml-xl-n1,
10681 .bootstrap-wrapper .mx-xl-n1 {
10682 margin-left: -0.25rem !important;
10683 }
10684
10685 .bootstrap-wrapper .m-xl-n2 {
10686 margin: -0.5rem !important;
10687 }
10688
10689 .bootstrap-wrapper .mt-xl-n2,
10690 .bootstrap-wrapper .my-xl-n2 {
10691 margin-top: -0.5rem !important;
10692 }
10693
10694 .bootstrap-wrapper .mr-xl-n2,
10695 .bootstrap-wrapper .mx-xl-n2 {
10696 margin-right: -0.5rem !important;
10697 }
10698
10699 .bootstrap-wrapper .mb-xl-n2,
10700 .bootstrap-wrapper .my-xl-n2 {
10701 margin-bottom: -0.5rem !important;
10702 }
10703
10704 .bootstrap-wrapper .ml-xl-n2,
10705 .bootstrap-wrapper .mx-xl-n2 {
10706 margin-left: -0.5rem !important;
10707 }
10708
10709 .bootstrap-wrapper .m-xl-n3 {
10710 margin: -1rem !important;
10711 }
10712
10713 .bootstrap-wrapper .mt-xl-n3,
10714 .bootstrap-wrapper .my-xl-n3 {
10715 margin-top: -1rem !important;
10716 }
10717
10718 .bootstrap-wrapper .mr-xl-n3,
10719 .bootstrap-wrapper .mx-xl-n3 {
10720 margin-right: -1rem !important;
10721 }
10722
10723 .bootstrap-wrapper .mb-xl-n3,
10724 .bootstrap-wrapper .my-xl-n3 {
10725 margin-bottom: -1rem !important;
10726 }
10727
10728 .bootstrap-wrapper .ml-xl-n3,
10729 .bootstrap-wrapper .mx-xl-n3 {
10730 margin-left: -1rem !important;
10731 }
10732
10733 .bootstrap-wrapper .m-xl-n4 {
10734 margin: -1.5rem !important;
10735 }
10736
10737 .bootstrap-wrapper .mt-xl-n4,
10738 .bootstrap-wrapper .my-xl-n4 {
10739 margin-top: -1.5rem !important;
10740 }
10741
10742 .bootstrap-wrapper .mr-xl-n4,
10743 .bootstrap-wrapper .mx-xl-n4 {
10744 margin-right: -1.5rem !important;
10745 }
10746
10747 .bootstrap-wrapper .mb-xl-n4,
10748 .bootstrap-wrapper .my-xl-n4 {
10749 margin-bottom: -1.5rem !important;
10750 }
10751
10752 .bootstrap-wrapper .ml-xl-n4,
10753 .bootstrap-wrapper .mx-xl-n4 {
10754 margin-left: -1.5rem !important;
10755 }
10756
10757 .bootstrap-wrapper .m-xl-n5 {
10758 margin: -3rem !important;
10759 }
10760
10761 .bootstrap-wrapper .mt-xl-n5,
10762 .bootstrap-wrapper .my-xl-n5 {
10763 margin-top: -3rem !important;
10764 }
10765
10766 .bootstrap-wrapper .mr-xl-n5,
10767 .bootstrap-wrapper .mx-xl-n5 {
10768 margin-right: -3rem !important;
10769 }
10770
10771 .bootstrap-wrapper .mb-xl-n5,
10772 .bootstrap-wrapper .my-xl-n5 {
10773 margin-bottom: -3rem !important;
10774 }
10775
10776 .bootstrap-wrapper .ml-xl-n5,
10777 .bootstrap-wrapper .mx-xl-n5 {
10778 margin-left: -3rem !important;
10779 }
10780
10781 .bootstrap-wrapper .m-xl-auto {
10782 margin: auto !important;
10783 }
10784
10785 .bootstrap-wrapper .mt-xl-auto,
10786 .bootstrap-wrapper .my-xl-auto {
10787 margin-top: auto !important;
10788 }
10789
10790 .bootstrap-wrapper .mr-xl-auto,
10791 .bootstrap-wrapper .mx-xl-auto {
10792 margin-right: auto !important;
10793 }
10794
10795 .bootstrap-wrapper .mb-xl-auto,
10796 .bootstrap-wrapper .my-xl-auto {
10797 margin-bottom: auto !important;
10798 }
10799
10800 .bootstrap-wrapper .ml-xl-auto,
10801 .bootstrap-wrapper .mx-xl-auto {
10802 margin-left: auto !important;
10803 }
10804 }
10805
10806 .bootstrap-wrapper .text-monospace {
10807 font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
10808 }
10809
10810 .bootstrap-wrapper .text-justify {
10811 text-align: justify !important;
10812 }
10813
10814 .bootstrap-wrapper .text-wrap {
10815 white-space: normal !important;
10816 }
10817
10818 .bootstrap-wrapper .text-nowrap {
10819 white-space: nowrap !important;
10820 }
10821
10822 .bootstrap-wrapper .text-truncate {
10823 overflow: hidden;
10824 text-overflow: ellipsis;
10825 white-space: nowrap;
10826 }
10827
10828 .bootstrap-wrapper .text-left {
10829 text-align: left !important;
10830 }
10831
10832 .bootstrap-wrapper .text-right {
10833 text-align: right !important;
10834 }
10835
10836 .bootstrap-wrapper .text-center {
10837 text-align: center !important;
10838 }
10839
10840 @media (min-width: 576px) {
10841 .bootstrap-wrapper .text-sm-left {
10842 text-align: left !important;
10843 }
10844
10845 .bootstrap-wrapper .text-sm-right {
10846 text-align: right !important;
10847 }
10848
10849 .bootstrap-wrapper .text-sm-center {
10850 text-align: center !important;
10851 }
10852 }
10853
10854 @media (min-width: 768px) {
10855 .bootstrap-wrapper .text-md-left {
10856 text-align: left !important;
10857 }
10858
10859 .bootstrap-wrapper .text-md-right {
10860 text-align: right !important;
10861 }
10862
10863 .bootstrap-wrapper .text-md-center {
10864 text-align: center !important;
10865 }
10866 }
10867
10868 @media (min-width: 992px) {
10869 .bootstrap-wrapper .text-lg-left {
10870 text-align: left !important;
10871 }
10872
10873 .bootstrap-wrapper .text-lg-right {
10874 text-align: right !important;
10875 }
10876
10877 .bootstrap-wrapper .text-lg-center {
10878 text-align: center !important;
10879 }
10880 }
10881
10882 @media (min-width: 1200px) {
10883 .bootstrap-wrapper .text-xl-left {
10884 text-align: left !important;
10885 }
10886
10887 .bootstrap-wrapper .text-xl-right {
10888 text-align: right !important;
10889 }
10890
10891 .bootstrap-wrapper .text-xl-center {
10892 text-align: center !important;
10893 }
10894 }
10895
10896 .bootstrap-wrapper .text-lowercase {
10897 text-transform: lowercase !important;
10898 }
10899
10900 .bootstrap-wrapper .text-uppercase {
10901 text-transform: uppercase !important;
10902 }
10903
10904 .bootstrap-wrapper .text-capitalize {
10905 text-transform: capitalize !important;
10906 }
10907
10908 .bootstrap-wrapper .font-weight-light {
10909 font-weight: 300 !important;
10910 }
10911
10912 .bootstrap-wrapper .font-weight-lighter {
10913 font-weight: lighter !important;
10914 }
10915
10916 .bootstrap-wrapper .font-weight-normal {
10917 font-weight: 400 !important;
10918 }
10919
10920 .bootstrap-wrapper .font-weight-bold {
10921 font-weight: 700 !important;
10922 }
10923
10924 .bootstrap-wrapper .font-weight-bolder {
10925 font-weight: bolder !important;
10926 }
10927
10928 .bootstrap-wrapper .font-italic {
10929 font-style: italic !important;
10930 }
10931
10932 .bootstrap-wrapper .text-white {
10933 color: #fff !important;
10934 }
10935
10936 .bootstrap-wrapper .text-primary {
10937 color: #ee6443 !important;
10938 }
10939
10940 .bootstrap-wrapper a.text-primary:focus,
10941 .bootstrap-wrapper a.text-primary:hover {
10942 color: #d23813 !important;
10943 }
10944
10945 .bootstrap-wrapper .text-secondary {
10946 color: #00a69f !important;
10947 }
10948
10949 .bootstrap-wrapper a.text-secondary:focus,
10950 .bootstrap-wrapper a.text-secondary:hover {
10951 color: #005a56 !important;
10952 }
10953
10954 .bootstrap-wrapper .text-success {
10955 color: #eda11b !important;
10956 }
10957
10958 .bootstrap-wrapper a.text-success:focus,
10959 .bootstrap-wrapper a.text-success:hover {
10960 color: #ae740e !important;
10961 }
10962
10963 .bootstrap-wrapper .text-info {
10964 color: #17a2b8 !important;
10965 }
10966
10967 .bootstrap-wrapper a.text-info:focus,
10968 .bootstrap-wrapper a.text-info:hover {
10969 color: #0f6674 !important;
10970 }
10971
10972 .bootstrap-wrapper .text-warning {
10973 color: #ffc107 !important;
10974 }
10975
10976 .bootstrap-wrapper a.text-warning:focus,
10977 .bootstrap-wrapper a.text-warning:hover {
10978 color: #ba8b00 !important;
10979 }
10980
10981 .bootstrap-wrapper .text-danger {
10982 color: #dc3545 !important;
10983 }
10984
10985 .bootstrap-wrapper a.text-danger:focus,
10986 .bootstrap-wrapper a.text-danger:hover {
10987 color: #a71d2a !important;
10988 }
10989
10990 .bootstrap-wrapper .text-light {
10991 color: #fff !important;
10992 }
10993
10994 .bootstrap-wrapper a.text-light:focus,
10995 .bootstrap-wrapper a.text-light:hover {
10996 color: #d9d9d9 !important;
10997 }
10998
10999 .bootstrap-wrapper .text-dark {
11000 color: #1a4562 !important;
11001 }
11002
11003 .bootstrap-wrapper a.text-dark:focus,
11004 .bootstrap-wrapper a.text-dark:hover {
11005 color: #0a1a26 !important;
11006 }
11007
11008 .bootstrap-wrapper .text-body {
11009 color: #212529 !important;
11010 }
11011
11012 .bootstrap-wrapper .text-muted {
11013 color: #6c757d !important;
11014 }
11015
11016 .bootstrap-wrapper .text-black-50 {
11017 color: rgba(0, 0, 0, 0.5) !important;
11018 }
11019
11020 .bootstrap-wrapper .text-white-50 {
11021 color: rgba(255, 255, 255, 0.5) !important;
11022 }
11023
11024 .bootstrap-wrapper .text-hide {
11025 font: 0/0 a;
11026 color: transparent;
11027 text-shadow: none;
11028 background-color: transparent;
11029 border: 0;
11030 }
11031
11032 .bootstrap-wrapper .text-decoration-none {
11033 text-decoration: none !important;
11034 }
11035
11036 .bootstrap-wrapper .text-break {
11037 word-break: break-word !important;
11038 overflow-wrap: break-word !important;
11039 }
11040
11041 .bootstrap-wrapper .text-reset {
11042 color: inherit !important;
11043 }
11044
11045 .bootstrap-wrapper .visible {
11046 visibility: visible !important;
11047 }
11048
11049 .bootstrap-wrapper .invisible {
11050 visibility: hidden !important;
11051 }
11052
11053 @media print {
11054
11055 .bootstrap-wrapper *,
11056 .bootstrap-wrapper ::after,
11057 .bootstrap-wrapper ::before {
11058 text-shadow: none !important;
11059 box-shadow: none !important;
11060 }
11061
11062 .bootstrap-wrapper a:not(.btn) {
11063 text-decoration: underline;
11064 }
11065
11066 .bootstrap-wrapper abbr[title]::after {
11067 content: " ("attr(title) ")";
11068 }
11069
11070 .bootstrap-wrapper pre {
11071 white-space: pre-wrap !important;
11072 }
11073
11074 .bootstrap-wrapper blockquote,
11075 .bootstrap-wrapper pre {
11076 border: 1px solid #adb5bd;
11077 page-break-inside: avoid;
11078 }
11079
11080 .bootstrap-wrapper thead {
11081 display: table-header-group;
11082 }
11083
11084 .bootstrap-wrapper img,
11085 .bootstrap-wrapper tr {
11086 page-break-inside: avoid;
11087 }
11088
11089 .bootstrap-wrapper h2,
11090 .bootstrap-wrapper h3,
11091 .bootstrap-wrapper p {
11092 orphans: 3;
11093 widows: 3;
11094 }
11095
11096 .bootstrap-wrapper h2,
11097 .bootstrap-wrapper h3 {
11098 page-break-after: avoid;
11099 }
11100
11101
11102 .bootstrap-wrapper body {
11103 min-width: 992px !important;
11104 }
11105
11106 .bootstrap-wrapper .container, .bootstrap-wrapper .pisol-container {
11107 min-width: 992px !important;
11108 }
11109
11110 .bootstrap-wrapper .navbar {
11111 display: none;
11112 }
11113
11114 .bootstrap-wrapper .badge {
11115 border: 1px solid #000;
11116 }
11117
11118 .bootstrap-wrapper .table {
11119 border-collapse: collapse !important;
11120 }
11121
11122 .bootstrap-wrapper .table td,
11123 .bootstrap-wrapper .table th {
11124 background-color: #fff !important;
11125 }
11126
11127 .bootstrap-wrapper .table-bordered td,
11128 .bootstrap-wrapper .table-bordered th {
11129 border: 1px solid #dee2e6 !important;
11130 }
11131
11132 .bootstrap-wrapper .table-dark {
11133 color: inherit;
11134 }
11135
11136 .bootstrap-wrapper .table-dark tbody+tbody,
11137 .bootstrap-wrapper .table-dark td,
11138 .bootstrap-wrapper .table-dark th,
11139 .bootstrap-wrapper .table-dark thead th {
11140 border-color: #dee2e6;
11141 }
11142
11143 .bootstrap-wrapper .table .thead-dark th {
11144 color: inherit;
11145 border-color: #dee2e6;
11146 }
11147 }
11148
11149 .bootstrap-wrapper .free-version {
11150 position: relative;
11151 background: #ffe;
11152 }
11153
11154 .bootstrap-wrapper .free-version:hover:after {
11155 content: "Available in PRO";
11156 display: flex;
11157 align-items: center;
11158 justify-content: center;
11159 position: absolute;
11160 color: #FFF;
11161 font-weight: bold;
11162 font-size: 24px;
11163 width: 100%;
11164 height: 100%;
11165 left: 0;
11166 top: 0;
11167 background: rgba(255, 0, 0, 0.4);
11168 }
11169
11170 .bootstrap-wrapper .container, .bootstrap-wrapper .pisol-container {
11171 min-width: 100%;
11172 }
11173
11174 .bootstrap-wrapper .pi-side-menu {
11175 padding: 20px 10px;
11176 display: block;
11177 color: #1a4562;
11178 border-bottom: 1px solid #fff;
11179 font-weight: bold;
11180 font-size: 11px;
11181 font-family: var(--font-family-sans-serif);
11182 }
11183
11184 .bootstrap-wrapper .pi-side-menu:hover {
11185 color: #1a4562;
11186 text-decoration: none;
11187 }
11188
11189 .bootstrap-wrapper .pi-side-menu.bg-primary {
11190 background-color: #1a4562 !important;
11191 color: #fff;
11192 }
11193
11194 .bootstrap-wrapper .pi-side-menu.bg-primary:hover,
11195 .bootstrap-wrapper .pi-side-menu.bg-primary:focus {
11196 background-color: #0f2e43 !important;
11197 }
11198
11199 .bootstrap-wrapper .pi-side-menu.bg-secondary {
11200 background-color: #ccc !important;
11201 }
11202
11203 .bootstrap-wrapper .pi-side-menu.bg-secondary:hover,
11204 .bootstrap-wrapper .pi-side-menu.bg-secondary:focus {
11205 background: #eee !important;
11206 }
11207
11208 .bootstrap-wrapper .pi-side-menu.bg-primary {
11209 border-left: 5px solid #ee6443 !important;
11210 }
11211
11212 .bootstrap-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice {
11213 padding: 7px;
11214 }
11215
11216 .bootstrap-wrapper .pi-side-menu .dashicons {
11217 font-size: 22px !important;
11218 margin-right: 7px;
11219
11220 }
11221
11222 .bootstrap-wrapper .pi-side-menu.bg-primary .dashicons {
11223 color: #ee6443 !important;
11224 }
11225
11226 .bootstrap-wrapper .pisol-top-menu a {
11227 flex-grow: 1;
11228 font-size: 12px;
11229 justify-content: center;
11230 }
11231
11232 .bootstrap-wrapper .pisol-top-menu a:hover {
11233 text-decoration: none;
11234 }
11235
11236 .bootstrap-wrapper .pisol-top-menu a .dashicons {
11237 font-size: 20px;
11238 margin-right: 3px;
11239 }
11240
11241 .bootstrap-wrapper .pisol-pro-feature-list li.h6 {
11242 color:#000;
11243 font-size: 16px;
11244 margin-bottom: 0px;
11245 }
11246
11247 .bootstrap-wrapper svg {
11248 max-width: 100%;
11249 height: auto;
11250 }
11251
11252 .bootstrap-wrapper .pi-shadow {
11253 box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
11254 position: relative;
11255 z-index: 1;
11256 border-radius:10px;
11257 }
11258
11259 @media (max-width:1124px) {
11260 .bootstrap-wrapper .pisol-top-menu {
11261 flex-wrap: wrap !important;
11262 }
11263
11264 .bootstrap-wrapper .pisol-top-menu a {
11265 padding: 15px 0px;
11266 }
11267 }
11268
11269 .bootstrap-wrapper .promotion-bg {
11270 background: url(../img/bg.jpg);
11271 background-size: contain;
11272 border-radius: 4px;
11273 }
11274
11275 .bootstrap-wrapper .promotion-bg li {
11276 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
11277 }
11278
11279 #pi-promotion-banner{
11280 max-width:70%;
11281 margin:auto;
11282 display:block;
11283 }
11284
11285 h2#pi-banner-tagline{
11286 padding:10px;
11287 color:#fff !important;
11288 font-size:1.2rem !important;
11289 text-align:center;
11290 }
11291
11292 .pisol-pro-feature-list li{
11293 list-style-type: none;
11294 padding:5px 5px;
11295 font-size:1rem;
11296 }