@coreui/coreui 4.1.5 → 4.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +2 -2
- package/README.md +64 -11
- package/dist/css/coreui-grid.css +23 -949
- package/dist/css/coreui-grid.css.map +1 -1
- package/dist/css/coreui-grid.min.css +3 -3
- package/dist/css/coreui-grid.min.css.map +1 -1
- package/dist/css/coreui-grid.rtl.css +25 -951
- package/dist/css/coreui-grid.rtl.css.map +1 -1
- package/dist/css/coreui-grid.rtl.min.css +5 -5
- package/dist/css/coreui-grid.rtl.min.css.map +1 -1
- package/dist/css/coreui-reboot.css +35 -42
- package/dist/css/coreui-reboot.css.map +1 -1
- package/dist/css/coreui-reboot.min.css +3 -3
- package/dist/css/coreui-reboot.min.css.map +1 -1
- package/dist/css/coreui-reboot.rtl.css +36 -44
- package/dist/css/coreui-reboot.rtl.css.map +1 -1
- package/dist/css/coreui-reboot.rtl.min.css +5 -5
- package/dist/css/coreui-reboot.rtl.min.css.map +1 -1
- package/dist/css/coreui-utilities.css +279 -951
- package/dist/css/coreui-utilities.css.map +1 -1
- package/dist/css/coreui-utilities.min.css +3 -3
- package/dist/css/coreui-utilities.min.css.map +1 -1
- package/dist/css/coreui-utilities.rtl.css +275 -953
- package/dist/css/coreui-utilities.rtl.css.map +1 -1
- package/dist/css/coreui-utilities.rtl.min.css +5 -5
- package/dist/css/coreui-utilities.rtl.min.css.map +1 -1
- package/dist/css/coreui.css +2179 -2259
- package/dist/css/coreui.css.map +1 -1
- package/dist/css/coreui.min.css +3 -3
- package/dist/css/coreui.min.css.map +1 -1
- package/dist/css/coreui.rtl.css +2166 -2253
- package/dist/css/coreui.rtl.css.map +1 -1
- package/dist/css/coreui.rtl.min.css +5 -5
- package/dist/css/coreui.rtl.min.css.map +1 -1
- package/dist/js/coreui.bundle.js +2095 -1906
- package/dist/js/coreui.bundle.js.map +1 -1
- package/dist/js/coreui.bundle.min.js +2 -2
- package/dist/js/coreui.bundle.min.js.map +1 -1
- package/dist/js/coreui.esm.js +2098 -1909
- package/dist/js/coreui.esm.js.map +1 -1
- package/dist/js/coreui.esm.min.js +2 -2
- package/dist/js/coreui.esm.min.js.map +1 -1
- package/dist/js/coreui.js +2099 -1910
- package/dist/js/coreui.js.map +1 -1
- package/dist/js/coreui.min.js +2 -2
- package/dist/js/coreui.min.js.map +1 -1
- package/js/dist/alert.js +10 -148
- package/js/dist/alert.js.map +1 -1
- package/js/dist/base-component.js +36 -122
- package/js/dist/base-component.js.map +1 -1
- package/js/dist/button.js +9 -76
- package/js/dist/button.js.map +1 -1
- package/js/dist/carousel.js +212 -507
- package/js/dist/carousel.js.map +1 -1
- package/js/dist/collapse.js +64 -251
- package/js/dist/collapse.js.map +1 -1
- package/js/dist/dom/data.js +2 -4
- package/js/dist/dom/data.js.map +1 -1
- package/js/dist/dom/event-handler.js +82 -133
- package/js/dist/dom/event-handler.js.map +1 -1
- package/js/dist/dom/manipulator.js +22 -26
- package/js/dist/dom/manipulator.js.map +1 -1
- package/js/dist/dom/selector-engine.js +16 -81
- package/js/dist/dom/selector-engine.js.map +1 -1
- package/js/dist/dropdown.js +99 -338
- package/js/dist/dropdown.js.map +1 -1
- package/js/dist/modal.js +106 -774
- package/js/dist/modal.js.map +1 -1
- package/js/dist/navigation.js +309 -0
- package/js/dist/navigation.js.map +1 -0
- package/js/dist/offcanvas.js +88 -680
- package/js/dist/offcanvas.js.map +1 -1
- package/js/dist/popover.js +35 -120
- package/js/dist/popover.js.map +1 -1
- package/js/dist/scrollspy.js +178 -264
- package/js/dist/scrollspy.js.map +1 -1
- package/js/dist/sidebar.js +347 -0
- package/js/dist/sidebar.js.map +1 -0
- package/js/dist/tab.js +226 -216
- package/js/dist/tab.js.map +1 -1
- package/js/dist/toast.js +27 -216
- package/js/dist/toast.js.map +1 -1
- package/js/dist/tooltip.js +271 -618
- package/js/dist/tooltip.js.map +1 -1
- package/js/dist/util/backdrop.js +166 -0
- package/js/dist/util/backdrop.js.map +1 -0
- package/js/dist/util/component-functions.js +47 -0
- package/js/dist/util/component-functions.js.map +1 -0
- package/js/dist/util/config.js +80 -0
- package/js/dist/util/config.js.map +1 -0
- package/js/dist/util/focustrap.js +130 -0
- package/js/dist/util/focustrap.js.map +1 -0
- package/js/dist/util/index.js +354 -0
- package/js/dist/util/index.js.map +1 -0
- package/js/dist/util/sanitizer.js +126 -0
- package/js/dist/util/sanitizer.js.map +1 -0
- package/js/dist/util/scrollbar.js +139 -0
- package/js/dist/util/scrollbar.js.map +1 -0
- package/js/dist/util/swipe.js +156 -0
- package/js/dist/util/swipe.js.map +1 -0
- package/js/dist/util/template-factory.js +178 -0
- package/js/dist/util/template-factory.js.map +1 -0
- package/js/src/alert.js +3 -15
- package/js/src/base-component.js +28 -18
- package/js/src/button.js +3 -15
- package/js/src/carousel.js +203 -320
- package/js/src/collapse.js +61 -94
- package/js/src/dom/data.js +1 -3
- package/js/src/dom/event-handler.js +74 -107
- package/js/src/dom/manipulator.js +22 -31
- package/js/src/dom/selector-engine.js +10 -19
- package/js/src/dropdown.js +84 -138
- package/js/src/modal.js +94 -158
- package/js/src/navigation.js +12 -13
- package/js/src/offcanvas.js +71 -60
- package/js/src/popover.js +31 -62
- package/js/src/scrollspy.js +166 -171
- package/js/src/sidebar.js +5 -8
- package/js/src/tab.js +201 -110
- package/js/src/toast.js +19 -41
- package/js/src/tooltip.js +264 -374
- package/js/src/util/backdrop.js +55 -36
- package/js/src/util/component-functions.js +1 -1
- package/js/src/util/config.js +66 -0
- package/js/src/util/focustrap.js +38 -28
- package/js/src/util/index.js +41 -57
- package/js/src/util/sanitizer.js +9 -17
- package/js/src/util/scrollbar.js +47 -30
- package/js/src/util/swipe.js +146 -0
- package/js/src/util/template-factory.js +160 -0
- package/package.json +40 -40
- package/scss/_accordion.scss +53 -25
- package/scss/_alert.scss +29 -9
- package/scss/_badge.scss +15 -6
- package/scss/_breadcrumb.scss +23 -11
- package/scss/_button-group.scss +3 -0
- package/scss/_buttons.scss +77 -50
- package/scss/_callout.scss +18 -6
- package/scss/_card.scss +55 -37
- package/scss/_carousel.scss +6 -6
- package/scss/_close.scss +4 -4
- package/scss/_containers.scss +1 -1
- package/scss/_dropdown.scss +86 -64
- package/scss/_footer.scss +15 -5
- package/scss/_functions.scss +11 -24
- package/scss/_grid.scss +3 -3
- package/scss/_header.scss +59 -34
- package/scss/_helpers.scss +1 -0
- package/scss/_images.scss +3 -3
- package/scss/_list-group.scss +47 -29
- package/scss/_maps.scss +54 -0
- package/scss/_modal.scss +70 -43
- package/scss/_nav.scss +53 -20
- package/scss/_navbar.scss +84 -94
- package/scss/_offcanvas.scss +120 -60
- package/scss/_pagination.scss +66 -21
- package/scss/_popover.scss +90 -52
- package/scss/_progress.scss +20 -9
- package/scss/_reboot.scss +31 -58
- package/scss/_root.scss +41 -21
- package/scss/_spinners.scss +37 -21
- package/scss/_subheader.scss +9 -9
- package/scss/_tables.scss +34 -36
- package/scss/_toasts.scss +35 -19
- package/scss/_tooltip.scss +61 -56
- package/scss/_utilities.scss +42 -27
- package/scss/_variables.scss +169 -148
- package/scss/coreui-grid.rtl.scss +2 -2
- package/scss/coreui-grid.scss +3 -2
- package/scss/coreui-reboot.rtl.scss +2 -2
- package/scss/coreui-reboot.scss +2 -2
- package/scss/coreui-utilities.rtl.scss +2 -2
- package/scss/coreui-utilities.scss +3 -2
- package/scss/coreui.rtl.scss +2 -2
- package/scss/coreui.scss +3 -2
- package/scss/forms/_floating-labels.scss +14 -3
- package/scss/forms/_form-check.scss +42 -19
- package/scss/forms/_form-control.scss +25 -50
- package/scss/forms/_form-range.scss +8 -8
- package/scss/forms/_form-select.scss +8 -8
- package/scss/forms/_form-text.scss +1 -1
- package/scss/forms/_input-group.scss +3 -3
- package/scss/forms/_labels.scss +2 -2
- package/scss/helpers/_color-bg.scss +10 -0
- package/scss/helpers/_colored-links.scss +2 -2
- package/scss/helpers/_position.scss +7 -1
- package/scss/helpers/_ratio.scss +2 -2
- package/scss/helpers/_vr.scss +1 -0
- package/scss/mixins/_alert.scss +10 -10
- package/scss/mixins/_breakpoints.scss +8 -8
- package/scss/mixins/_buttons.scss +45 -47
- package/scss/mixins/_container.scss +4 -2
- package/scss/mixins/_css-vars.scss +47 -47
- package/scss/mixins/_forms.scss +8 -0
- package/scss/mixins/_gradients.scss +1 -1
- package/scss/mixins/_grid.scss +11 -11
- package/scss/mixins/_list-group.scss +7 -9
- package/scss/mixins/_pagination.scss +4 -25
- package/scss/mixins/_table-variants.scss +20 -12
- package/scss/mixins/_utilities.scss +8 -3
- package/scss/sidebar/_sidebar-narrow.scss +10 -10
- package/scss/sidebar/_sidebar-nav.scss +33 -32
- package/scss/sidebar/_sidebar.scss +110 -56
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
3
|
* CoreUI - HTML, CSS, and JavaScript UI Components Library
|
|
4
|
-
* @version v4.1
|
|
4
|
+
* @version v4.2.1
|
|
5
5
|
* @link https://coreui.io/
|
|
6
|
-
* Copyright (c)
|
|
6
|
+
* Copyright (c) 2022 creativeLabs Łukasz Holeczek
|
|
7
7
|
* License MIT (https://coreui.io/license/)
|
|
8
8
|
*/
|
|
9
9
|
/*!
|
|
10
10
|
* CoreUI - HTML, CSS, and JavaScript UI Components Library
|
|
11
|
-
* @version v4.1
|
|
11
|
+
* @version v4.2.1
|
|
12
12
|
* @link https://coreui.io/
|
|
13
|
-
* Copyright (c)
|
|
13
|
+
* Copyright (c) 2022 creativeLabs Łukasz Holeczek
|
|
14
14
|
* License MIT (https://coreui.io/license/)
|
|
15
15
|
*/
|
|
16
16
|
:root {
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
--cui-green: #198754;
|
|
25
25
|
--cui-teal: #20c997;
|
|
26
26
|
--cui-cyan: #0dcaf0;
|
|
27
|
+
--cui-black: #000015;
|
|
27
28
|
--cui-white: #fff;
|
|
28
29
|
--cui-gray: #8a93a2;
|
|
29
30
|
--cui-gray-dark: #636f83;
|
|
@@ -56,7 +57,7 @@
|
|
|
56
57
|
--cui-black-rgb: 0, 0, 21;
|
|
57
58
|
--cui-body-color-rgb: 44, 56, 74;
|
|
58
59
|
--cui-body-bg-rgb: 255, 255, 255;
|
|
59
|
-
--cui-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
|
|
60
|
+
--cui-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
60
61
|
--cui-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
61
62
|
--cui-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
|
|
62
63
|
--cui-body-font-family: var(--cui-font-sans-serif);
|
|
@@ -65,6 +66,21 @@
|
|
|
65
66
|
--cui-body-line-height: 1.5;
|
|
66
67
|
--cui-body-color: rgba(44, 56, 74, 0.95);
|
|
67
68
|
--cui-body-bg: #fff;
|
|
69
|
+
--cui-border-width: 1px;
|
|
70
|
+
--cui-border-style: solid;
|
|
71
|
+
--cui-border-color: #d8dbe0;
|
|
72
|
+
--cui-border-color-translucent: rgba(0, 0, 21, 0.175);
|
|
73
|
+
--cui-border-radius: 0.375rem;
|
|
74
|
+
--cui-border-radius-sm: 0.25rem;
|
|
75
|
+
--cui-border-radius-lg: 0.5rem;
|
|
76
|
+
--cui-border-radius-xl: 1rem;
|
|
77
|
+
--cui-border-radius-2xl: 2rem;
|
|
78
|
+
--cui-border-radius-pill: 50rem;
|
|
79
|
+
--cui-heading-color: unset;
|
|
80
|
+
--cui-link-color: #321fdb;
|
|
81
|
+
--cui-link-hover-color: #2819af;
|
|
82
|
+
--cui-code-color: #d63384;
|
|
83
|
+
--cui-highlight-bg: #fff3cd;
|
|
68
84
|
}
|
|
69
85
|
|
|
70
86
|
.container,
|
|
@@ -74,9 +90,11 @@
|
|
|
74
90
|
.container-lg,
|
|
75
91
|
.container-md,
|
|
76
92
|
.container-sm {
|
|
93
|
+
--cui-gutter-x: 1.5rem;
|
|
94
|
+
--cui-gutter-y: 0;
|
|
77
95
|
width: 100%;
|
|
78
|
-
padding-right: var(--cui-gutter-x
|
|
79
|
-
padding-left: var(--cui-gutter-x
|
|
96
|
+
padding-right: calc(var(--cui-gutter-x) * 0.5);
|
|
97
|
+
padding-left: calc(var(--cui-gutter-x) * 0.5);
|
|
80
98
|
margin-right: auto;
|
|
81
99
|
margin-left: auto;
|
|
82
100
|
}
|
|
@@ -337,210 +355,166 @@
|
|
|
337
355
|
.col-sm {
|
|
338
356
|
flex: 1 0 0%;
|
|
339
357
|
}
|
|
340
|
-
|
|
341
358
|
.row-cols-sm-auto > * {
|
|
342
359
|
flex: 0 0 auto;
|
|
343
360
|
width: auto;
|
|
344
361
|
}
|
|
345
|
-
|
|
346
362
|
.row-cols-sm-1 > * {
|
|
347
363
|
flex: 0 0 auto;
|
|
348
364
|
width: 100%;
|
|
349
365
|
}
|
|
350
|
-
|
|
351
366
|
.row-cols-sm-2 > * {
|
|
352
367
|
flex: 0 0 auto;
|
|
353
368
|
width: 50%;
|
|
354
369
|
}
|
|
355
|
-
|
|
356
370
|
.row-cols-sm-3 > * {
|
|
357
371
|
flex: 0 0 auto;
|
|
358
372
|
width: 33.3333333333%;
|
|
359
373
|
}
|
|
360
|
-
|
|
361
374
|
.row-cols-sm-4 > * {
|
|
362
375
|
flex: 0 0 auto;
|
|
363
376
|
width: 25%;
|
|
364
377
|
}
|
|
365
|
-
|
|
366
378
|
.row-cols-sm-5 > * {
|
|
367
379
|
flex: 0 0 auto;
|
|
368
380
|
width: 20%;
|
|
369
381
|
}
|
|
370
|
-
|
|
371
382
|
.row-cols-sm-6 > * {
|
|
372
383
|
flex: 0 0 auto;
|
|
373
384
|
width: 16.6666666667%;
|
|
374
385
|
}
|
|
375
|
-
|
|
376
386
|
.col-sm-auto {
|
|
377
387
|
flex: 0 0 auto;
|
|
378
388
|
width: auto;
|
|
379
389
|
}
|
|
380
|
-
|
|
381
390
|
.col-sm-1 {
|
|
382
391
|
flex: 0 0 auto;
|
|
383
392
|
width: 8.33333333%;
|
|
384
393
|
}
|
|
385
|
-
|
|
386
394
|
.col-sm-2 {
|
|
387
395
|
flex: 0 0 auto;
|
|
388
396
|
width: 16.66666667%;
|
|
389
397
|
}
|
|
390
|
-
|
|
391
398
|
.col-sm-3 {
|
|
392
399
|
flex: 0 0 auto;
|
|
393
400
|
width: 25%;
|
|
394
401
|
}
|
|
395
|
-
|
|
396
402
|
.col-sm-4 {
|
|
397
403
|
flex: 0 0 auto;
|
|
398
404
|
width: 33.33333333%;
|
|
399
405
|
}
|
|
400
|
-
|
|
401
406
|
.col-sm-5 {
|
|
402
407
|
flex: 0 0 auto;
|
|
403
408
|
width: 41.66666667%;
|
|
404
409
|
}
|
|
405
|
-
|
|
406
410
|
.col-sm-6 {
|
|
407
411
|
flex: 0 0 auto;
|
|
408
412
|
width: 50%;
|
|
409
413
|
}
|
|
410
|
-
|
|
411
414
|
.col-sm-7 {
|
|
412
415
|
flex: 0 0 auto;
|
|
413
416
|
width: 58.33333333%;
|
|
414
417
|
}
|
|
415
|
-
|
|
416
418
|
.col-sm-8 {
|
|
417
419
|
flex: 0 0 auto;
|
|
418
420
|
width: 66.66666667%;
|
|
419
421
|
}
|
|
420
|
-
|
|
421
422
|
.col-sm-9 {
|
|
422
423
|
flex: 0 0 auto;
|
|
423
424
|
width: 75%;
|
|
424
425
|
}
|
|
425
|
-
|
|
426
426
|
.col-sm-10 {
|
|
427
427
|
flex: 0 0 auto;
|
|
428
428
|
width: 83.33333333%;
|
|
429
429
|
}
|
|
430
|
-
|
|
431
430
|
.col-sm-11 {
|
|
432
431
|
flex: 0 0 auto;
|
|
433
432
|
width: 91.66666667%;
|
|
434
433
|
}
|
|
435
|
-
|
|
436
434
|
.col-sm-12 {
|
|
437
435
|
flex: 0 0 auto;
|
|
438
436
|
width: 100%;
|
|
439
437
|
}
|
|
440
|
-
|
|
441
438
|
.offset-sm-0 {
|
|
442
439
|
margin-right: 0;
|
|
443
440
|
}
|
|
444
|
-
|
|
445
441
|
.offset-sm-1 {
|
|
446
442
|
margin-right: 8.33333333%;
|
|
447
443
|
}
|
|
448
|
-
|
|
449
444
|
.offset-sm-2 {
|
|
450
445
|
margin-right: 16.66666667%;
|
|
451
446
|
}
|
|
452
|
-
|
|
453
447
|
.offset-sm-3 {
|
|
454
448
|
margin-right: 25%;
|
|
455
449
|
}
|
|
456
|
-
|
|
457
450
|
.offset-sm-4 {
|
|
458
451
|
margin-right: 33.33333333%;
|
|
459
452
|
}
|
|
460
|
-
|
|
461
453
|
.offset-sm-5 {
|
|
462
454
|
margin-right: 41.66666667%;
|
|
463
455
|
}
|
|
464
|
-
|
|
465
456
|
.offset-sm-6 {
|
|
466
457
|
margin-right: 50%;
|
|
467
458
|
}
|
|
468
|
-
|
|
469
459
|
.offset-sm-7 {
|
|
470
460
|
margin-right: 58.33333333%;
|
|
471
461
|
}
|
|
472
|
-
|
|
473
462
|
.offset-sm-8 {
|
|
474
463
|
margin-right: 66.66666667%;
|
|
475
464
|
}
|
|
476
|
-
|
|
477
465
|
.offset-sm-9 {
|
|
478
466
|
margin-right: 75%;
|
|
479
467
|
}
|
|
480
|
-
|
|
481
468
|
.offset-sm-10 {
|
|
482
469
|
margin-right: 83.33333333%;
|
|
483
470
|
}
|
|
484
|
-
|
|
485
471
|
.offset-sm-11 {
|
|
486
472
|
margin-right: 91.66666667%;
|
|
487
473
|
}
|
|
488
|
-
|
|
489
474
|
.g-sm-0,
|
|
490
475
|
.gx-sm-0 {
|
|
491
476
|
--cui-gutter-x: 0;
|
|
492
477
|
}
|
|
493
|
-
|
|
494
478
|
.g-sm-0,
|
|
495
479
|
.gy-sm-0 {
|
|
496
480
|
--cui-gutter-y: 0;
|
|
497
481
|
}
|
|
498
|
-
|
|
499
482
|
.g-sm-1,
|
|
500
483
|
.gx-sm-1 {
|
|
501
484
|
--cui-gutter-x: 0.25rem;
|
|
502
485
|
}
|
|
503
|
-
|
|
504
486
|
.g-sm-1,
|
|
505
487
|
.gy-sm-1 {
|
|
506
488
|
--cui-gutter-y: 0.25rem;
|
|
507
489
|
}
|
|
508
|
-
|
|
509
490
|
.g-sm-2,
|
|
510
491
|
.gx-sm-2 {
|
|
511
492
|
--cui-gutter-x: 0.5rem;
|
|
512
493
|
}
|
|
513
|
-
|
|
514
494
|
.g-sm-2,
|
|
515
495
|
.gy-sm-2 {
|
|
516
496
|
--cui-gutter-y: 0.5rem;
|
|
517
497
|
}
|
|
518
|
-
|
|
519
498
|
.g-sm-3,
|
|
520
499
|
.gx-sm-3 {
|
|
521
500
|
--cui-gutter-x: 1rem;
|
|
522
501
|
}
|
|
523
|
-
|
|
524
502
|
.g-sm-3,
|
|
525
503
|
.gy-sm-3 {
|
|
526
504
|
--cui-gutter-y: 1rem;
|
|
527
505
|
}
|
|
528
|
-
|
|
529
506
|
.g-sm-4,
|
|
530
507
|
.gx-sm-4 {
|
|
531
508
|
--cui-gutter-x: 1.5rem;
|
|
532
509
|
}
|
|
533
|
-
|
|
534
510
|
.g-sm-4,
|
|
535
511
|
.gy-sm-4 {
|
|
536
512
|
--cui-gutter-y: 1.5rem;
|
|
537
513
|
}
|
|
538
|
-
|
|
539
514
|
.g-sm-5,
|
|
540
515
|
.gx-sm-5 {
|
|
541
516
|
--cui-gutter-x: 3rem;
|
|
542
517
|
}
|
|
543
|
-
|
|
544
518
|
.g-sm-5,
|
|
545
519
|
.gy-sm-5 {
|
|
546
520
|
--cui-gutter-y: 3rem;
|
|
@@ -550,210 +524,166 @@
|
|
|
550
524
|
.col-md {
|
|
551
525
|
flex: 1 0 0%;
|
|
552
526
|
}
|
|
553
|
-
|
|
554
527
|
.row-cols-md-auto > * {
|
|
555
528
|
flex: 0 0 auto;
|
|
556
529
|
width: auto;
|
|
557
530
|
}
|
|
558
|
-
|
|
559
531
|
.row-cols-md-1 > * {
|
|
560
532
|
flex: 0 0 auto;
|
|
561
533
|
width: 100%;
|
|
562
534
|
}
|
|
563
|
-
|
|
564
535
|
.row-cols-md-2 > * {
|
|
565
536
|
flex: 0 0 auto;
|
|
566
537
|
width: 50%;
|
|
567
538
|
}
|
|
568
|
-
|
|
569
539
|
.row-cols-md-3 > * {
|
|
570
540
|
flex: 0 0 auto;
|
|
571
541
|
width: 33.3333333333%;
|
|
572
542
|
}
|
|
573
|
-
|
|
574
543
|
.row-cols-md-4 > * {
|
|
575
544
|
flex: 0 0 auto;
|
|
576
545
|
width: 25%;
|
|
577
546
|
}
|
|
578
|
-
|
|
579
547
|
.row-cols-md-5 > * {
|
|
580
548
|
flex: 0 0 auto;
|
|
581
549
|
width: 20%;
|
|
582
550
|
}
|
|
583
|
-
|
|
584
551
|
.row-cols-md-6 > * {
|
|
585
552
|
flex: 0 0 auto;
|
|
586
553
|
width: 16.6666666667%;
|
|
587
554
|
}
|
|
588
|
-
|
|
589
555
|
.col-md-auto {
|
|
590
556
|
flex: 0 0 auto;
|
|
591
557
|
width: auto;
|
|
592
558
|
}
|
|
593
|
-
|
|
594
559
|
.col-md-1 {
|
|
595
560
|
flex: 0 0 auto;
|
|
596
561
|
width: 8.33333333%;
|
|
597
562
|
}
|
|
598
|
-
|
|
599
563
|
.col-md-2 {
|
|
600
564
|
flex: 0 0 auto;
|
|
601
565
|
width: 16.66666667%;
|
|
602
566
|
}
|
|
603
|
-
|
|
604
567
|
.col-md-3 {
|
|
605
568
|
flex: 0 0 auto;
|
|
606
569
|
width: 25%;
|
|
607
570
|
}
|
|
608
|
-
|
|
609
571
|
.col-md-4 {
|
|
610
572
|
flex: 0 0 auto;
|
|
611
573
|
width: 33.33333333%;
|
|
612
574
|
}
|
|
613
|
-
|
|
614
575
|
.col-md-5 {
|
|
615
576
|
flex: 0 0 auto;
|
|
616
577
|
width: 41.66666667%;
|
|
617
578
|
}
|
|
618
|
-
|
|
619
579
|
.col-md-6 {
|
|
620
580
|
flex: 0 0 auto;
|
|
621
581
|
width: 50%;
|
|
622
582
|
}
|
|
623
|
-
|
|
624
583
|
.col-md-7 {
|
|
625
584
|
flex: 0 0 auto;
|
|
626
585
|
width: 58.33333333%;
|
|
627
586
|
}
|
|
628
|
-
|
|
629
587
|
.col-md-8 {
|
|
630
588
|
flex: 0 0 auto;
|
|
631
589
|
width: 66.66666667%;
|
|
632
590
|
}
|
|
633
|
-
|
|
634
591
|
.col-md-9 {
|
|
635
592
|
flex: 0 0 auto;
|
|
636
593
|
width: 75%;
|
|
637
594
|
}
|
|
638
|
-
|
|
639
595
|
.col-md-10 {
|
|
640
596
|
flex: 0 0 auto;
|
|
641
597
|
width: 83.33333333%;
|
|
642
598
|
}
|
|
643
|
-
|
|
644
599
|
.col-md-11 {
|
|
645
600
|
flex: 0 0 auto;
|
|
646
601
|
width: 91.66666667%;
|
|
647
602
|
}
|
|
648
|
-
|
|
649
603
|
.col-md-12 {
|
|
650
604
|
flex: 0 0 auto;
|
|
651
605
|
width: 100%;
|
|
652
606
|
}
|
|
653
|
-
|
|
654
607
|
.offset-md-0 {
|
|
655
608
|
margin-right: 0;
|
|
656
609
|
}
|
|
657
|
-
|
|
658
610
|
.offset-md-1 {
|
|
659
611
|
margin-right: 8.33333333%;
|
|
660
612
|
}
|
|
661
|
-
|
|
662
613
|
.offset-md-2 {
|
|
663
614
|
margin-right: 16.66666667%;
|
|
664
615
|
}
|
|
665
|
-
|
|
666
616
|
.offset-md-3 {
|
|
667
617
|
margin-right: 25%;
|
|
668
618
|
}
|
|
669
|
-
|
|
670
619
|
.offset-md-4 {
|
|
671
620
|
margin-right: 33.33333333%;
|
|
672
621
|
}
|
|
673
|
-
|
|
674
622
|
.offset-md-5 {
|
|
675
623
|
margin-right: 41.66666667%;
|
|
676
624
|
}
|
|
677
|
-
|
|
678
625
|
.offset-md-6 {
|
|
679
626
|
margin-right: 50%;
|
|
680
627
|
}
|
|
681
|
-
|
|
682
628
|
.offset-md-7 {
|
|
683
629
|
margin-right: 58.33333333%;
|
|
684
630
|
}
|
|
685
|
-
|
|
686
631
|
.offset-md-8 {
|
|
687
632
|
margin-right: 66.66666667%;
|
|
688
633
|
}
|
|
689
|
-
|
|
690
634
|
.offset-md-9 {
|
|
691
635
|
margin-right: 75%;
|
|
692
636
|
}
|
|
693
|
-
|
|
694
637
|
.offset-md-10 {
|
|
695
638
|
margin-right: 83.33333333%;
|
|
696
639
|
}
|
|
697
|
-
|
|
698
640
|
.offset-md-11 {
|
|
699
641
|
margin-right: 91.66666667%;
|
|
700
642
|
}
|
|
701
|
-
|
|
702
643
|
.g-md-0,
|
|
703
644
|
.gx-md-0 {
|
|
704
645
|
--cui-gutter-x: 0;
|
|
705
646
|
}
|
|
706
|
-
|
|
707
647
|
.g-md-0,
|
|
708
648
|
.gy-md-0 {
|
|
709
649
|
--cui-gutter-y: 0;
|
|
710
650
|
}
|
|
711
|
-
|
|
712
651
|
.g-md-1,
|
|
713
652
|
.gx-md-1 {
|
|
714
653
|
--cui-gutter-x: 0.25rem;
|
|
715
654
|
}
|
|
716
|
-
|
|
717
655
|
.g-md-1,
|
|
718
656
|
.gy-md-1 {
|
|
719
657
|
--cui-gutter-y: 0.25rem;
|
|
720
658
|
}
|
|
721
|
-
|
|
722
659
|
.g-md-2,
|
|
723
660
|
.gx-md-2 {
|
|
724
661
|
--cui-gutter-x: 0.5rem;
|
|
725
662
|
}
|
|
726
|
-
|
|
727
663
|
.g-md-2,
|
|
728
664
|
.gy-md-2 {
|
|
729
665
|
--cui-gutter-y: 0.5rem;
|
|
730
666
|
}
|
|
731
|
-
|
|
732
667
|
.g-md-3,
|
|
733
668
|
.gx-md-3 {
|
|
734
669
|
--cui-gutter-x: 1rem;
|
|
735
670
|
}
|
|
736
|
-
|
|
737
671
|
.g-md-3,
|
|
738
672
|
.gy-md-3 {
|
|
739
673
|
--cui-gutter-y: 1rem;
|
|
740
674
|
}
|
|
741
|
-
|
|
742
675
|
.g-md-4,
|
|
743
676
|
.gx-md-4 {
|
|
744
677
|
--cui-gutter-x: 1.5rem;
|
|
745
678
|
}
|
|
746
|
-
|
|
747
679
|
.g-md-4,
|
|
748
680
|
.gy-md-4 {
|
|
749
681
|
--cui-gutter-y: 1.5rem;
|
|
750
682
|
}
|
|
751
|
-
|
|
752
683
|
.g-md-5,
|
|
753
684
|
.gx-md-5 {
|
|
754
685
|
--cui-gutter-x: 3rem;
|
|
755
686
|
}
|
|
756
|
-
|
|
757
687
|
.g-md-5,
|
|
758
688
|
.gy-md-5 {
|
|
759
689
|
--cui-gutter-y: 3rem;
|
|
@@ -763,210 +693,166 @@
|
|
|
763
693
|
.col-lg {
|
|
764
694
|
flex: 1 0 0%;
|
|
765
695
|
}
|
|
766
|
-
|
|
767
696
|
.row-cols-lg-auto > * {
|
|
768
697
|
flex: 0 0 auto;
|
|
769
698
|
width: auto;
|
|
770
699
|
}
|
|
771
|
-
|
|
772
700
|
.row-cols-lg-1 > * {
|
|
773
701
|
flex: 0 0 auto;
|
|
774
702
|
width: 100%;
|
|
775
703
|
}
|
|
776
|
-
|
|
777
704
|
.row-cols-lg-2 > * {
|
|
778
705
|
flex: 0 0 auto;
|
|
779
706
|
width: 50%;
|
|
780
707
|
}
|
|
781
|
-
|
|
782
708
|
.row-cols-lg-3 > * {
|
|
783
709
|
flex: 0 0 auto;
|
|
784
710
|
width: 33.3333333333%;
|
|
785
711
|
}
|
|
786
|
-
|
|
787
712
|
.row-cols-lg-4 > * {
|
|
788
713
|
flex: 0 0 auto;
|
|
789
714
|
width: 25%;
|
|
790
715
|
}
|
|
791
|
-
|
|
792
716
|
.row-cols-lg-5 > * {
|
|
793
717
|
flex: 0 0 auto;
|
|
794
718
|
width: 20%;
|
|
795
719
|
}
|
|
796
|
-
|
|
797
720
|
.row-cols-lg-6 > * {
|
|
798
721
|
flex: 0 0 auto;
|
|
799
722
|
width: 16.6666666667%;
|
|
800
723
|
}
|
|
801
|
-
|
|
802
724
|
.col-lg-auto {
|
|
803
725
|
flex: 0 0 auto;
|
|
804
726
|
width: auto;
|
|
805
727
|
}
|
|
806
|
-
|
|
807
728
|
.col-lg-1 {
|
|
808
729
|
flex: 0 0 auto;
|
|
809
730
|
width: 8.33333333%;
|
|
810
731
|
}
|
|
811
|
-
|
|
812
732
|
.col-lg-2 {
|
|
813
733
|
flex: 0 0 auto;
|
|
814
734
|
width: 16.66666667%;
|
|
815
735
|
}
|
|
816
|
-
|
|
817
736
|
.col-lg-3 {
|
|
818
737
|
flex: 0 0 auto;
|
|
819
738
|
width: 25%;
|
|
820
739
|
}
|
|
821
|
-
|
|
822
740
|
.col-lg-4 {
|
|
823
741
|
flex: 0 0 auto;
|
|
824
742
|
width: 33.33333333%;
|
|
825
743
|
}
|
|
826
|
-
|
|
827
744
|
.col-lg-5 {
|
|
828
745
|
flex: 0 0 auto;
|
|
829
746
|
width: 41.66666667%;
|
|
830
747
|
}
|
|
831
|
-
|
|
832
748
|
.col-lg-6 {
|
|
833
749
|
flex: 0 0 auto;
|
|
834
750
|
width: 50%;
|
|
835
751
|
}
|
|
836
|
-
|
|
837
752
|
.col-lg-7 {
|
|
838
753
|
flex: 0 0 auto;
|
|
839
754
|
width: 58.33333333%;
|
|
840
755
|
}
|
|
841
|
-
|
|
842
756
|
.col-lg-8 {
|
|
843
757
|
flex: 0 0 auto;
|
|
844
758
|
width: 66.66666667%;
|
|
845
759
|
}
|
|
846
|
-
|
|
847
760
|
.col-lg-9 {
|
|
848
761
|
flex: 0 0 auto;
|
|
849
762
|
width: 75%;
|
|
850
763
|
}
|
|
851
|
-
|
|
852
764
|
.col-lg-10 {
|
|
853
765
|
flex: 0 0 auto;
|
|
854
766
|
width: 83.33333333%;
|
|
855
767
|
}
|
|
856
|
-
|
|
857
768
|
.col-lg-11 {
|
|
858
769
|
flex: 0 0 auto;
|
|
859
770
|
width: 91.66666667%;
|
|
860
771
|
}
|
|
861
|
-
|
|
862
772
|
.col-lg-12 {
|
|
863
773
|
flex: 0 0 auto;
|
|
864
774
|
width: 100%;
|
|
865
775
|
}
|
|
866
|
-
|
|
867
776
|
.offset-lg-0 {
|
|
868
777
|
margin-right: 0;
|
|
869
778
|
}
|
|
870
|
-
|
|
871
779
|
.offset-lg-1 {
|
|
872
780
|
margin-right: 8.33333333%;
|
|
873
781
|
}
|
|
874
|
-
|
|
875
782
|
.offset-lg-2 {
|
|
876
783
|
margin-right: 16.66666667%;
|
|
877
784
|
}
|
|
878
|
-
|
|
879
785
|
.offset-lg-3 {
|
|
880
786
|
margin-right: 25%;
|
|
881
787
|
}
|
|
882
|
-
|
|
883
788
|
.offset-lg-4 {
|
|
884
789
|
margin-right: 33.33333333%;
|
|
885
790
|
}
|
|
886
|
-
|
|
887
791
|
.offset-lg-5 {
|
|
888
792
|
margin-right: 41.66666667%;
|
|
889
793
|
}
|
|
890
|
-
|
|
891
794
|
.offset-lg-6 {
|
|
892
795
|
margin-right: 50%;
|
|
893
796
|
}
|
|
894
|
-
|
|
895
797
|
.offset-lg-7 {
|
|
896
798
|
margin-right: 58.33333333%;
|
|
897
799
|
}
|
|
898
|
-
|
|
899
800
|
.offset-lg-8 {
|
|
900
801
|
margin-right: 66.66666667%;
|
|
901
802
|
}
|
|
902
|
-
|
|
903
803
|
.offset-lg-9 {
|
|
904
804
|
margin-right: 75%;
|
|
905
805
|
}
|
|
906
|
-
|
|
907
806
|
.offset-lg-10 {
|
|
908
807
|
margin-right: 83.33333333%;
|
|
909
808
|
}
|
|
910
|
-
|
|
911
809
|
.offset-lg-11 {
|
|
912
810
|
margin-right: 91.66666667%;
|
|
913
811
|
}
|
|
914
|
-
|
|
915
812
|
.g-lg-0,
|
|
916
813
|
.gx-lg-0 {
|
|
917
814
|
--cui-gutter-x: 0;
|
|
918
815
|
}
|
|
919
|
-
|
|
920
816
|
.g-lg-0,
|
|
921
817
|
.gy-lg-0 {
|
|
922
818
|
--cui-gutter-y: 0;
|
|
923
819
|
}
|
|
924
|
-
|
|
925
820
|
.g-lg-1,
|
|
926
821
|
.gx-lg-1 {
|
|
927
822
|
--cui-gutter-x: 0.25rem;
|
|
928
823
|
}
|
|
929
|
-
|
|
930
824
|
.g-lg-1,
|
|
931
825
|
.gy-lg-1 {
|
|
932
826
|
--cui-gutter-y: 0.25rem;
|
|
933
827
|
}
|
|
934
|
-
|
|
935
828
|
.g-lg-2,
|
|
936
829
|
.gx-lg-2 {
|
|
937
830
|
--cui-gutter-x: 0.5rem;
|
|
938
831
|
}
|
|
939
|
-
|
|
940
832
|
.g-lg-2,
|
|
941
833
|
.gy-lg-2 {
|
|
942
834
|
--cui-gutter-y: 0.5rem;
|
|
943
835
|
}
|
|
944
|
-
|
|
945
836
|
.g-lg-3,
|
|
946
837
|
.gx-lg-3 {
|
|
947
838
|
--cui-gutter-x: 1rem;
|
|
948
839
|
}
|
|
949
|
-
|
|
950
840
|
.g-lg-3,
|
|
951
841
|
.gy-lg-3 {
|
|
952
842
|
--cui-gutter-y: 1rem;
|
|
953
843
|
}
|
|
954
|
-
|
|
955
844
|
.g-lg-4,
|
|
956
845
|
.gx-lg-4 {
|
|
957
846
|
--cui-gutter-x: 1.5rem;
|
|
958
847
|
}
|
|
959
|
-
|
|
960
848
|
.g-lg-4,
|
|
961
849
|
.gy-lg-4 {
|
|
962
850
|
--cui-gutter-y: 1.5rem;
|
|
963
851
|
}
|
|
964
|
-
|
|
965
852
|
.g-lg-5,
|
|
966
853
|
.gx-lg-5 {
|
|
967
854
|
--cui-gutter-x: 3rem;
|
|
968
855
|
}
|
|
969
|
-
|
|
970
856
|
.g-lg-5,
|
|
971
857
|
.gy-lg-5 {
|
|
972
858
|
--cui-gutter-y: 3rem;
|
|
@@ -976,210 +862,166 @@
|
|
|
976
862
|
.col-xl {
|
|
977
863
|
flex: 1 0 0%;
|
|
978
864
|
}
|
|
979
|
-
|
|
980
865
|
.row-cols-xl-auto > * {
|
|
981
866
|
flex: 0 0 auto;
|
|
982
867
|
width: auto;
|
|
983
868
|
}
|
|
984
|
-
|
|
985
869
|
.row-cols-xl-1 > * {
|
|
986
870
|
flex: 0 0 auto;
|
|
987
871
|
width: 100%;
|
|
988
872
|
}
|
|
989
|
-
|
|
990
873
|
.row-cols-xl-2 > * {
|
|
991
874
|
flex: 0 0 auto;
|
|
992
875
|
width: 50%;
|
|
993
876
|
}
|
|
994
|
-
|
|
995
877
|
.row-cols-xl-3 > * {
|
|
996
878
|
flex: 0 0 auto;
|
|
997
879
|
width: 33.3333333333%;
|
|
998
880
|
}
|
|
999
|
-
|
|
1000
881
|
.row-cols-xl-4 > * {
|
|
1001
882
|
flex: 0 0 auto;
|
|
1002
883
|
width: 25%;
|
|
1003
884
|
}
|
|
1004
|
-
|
|
1005
885
|
.row-cols-xl-5 > * {
|
|
1006
886
|
flex: 0 0 auto;
|
|
1007
887
|
width: 20%;
|
|
1008
888
|
}
|
|
1009
|
-
|
|
1010
889
|
.row-cols-xl-6 > * {
|
|
1011
890
|
flex: 0 0 auto;
|
|
1012
891
|
width: 16.6666666667%;
|
|
1013
892
|
}
|
|
1014
|
-
|
|
1015
893
|
.col-xl-auto {
|
|
1016
894
|
flex: 0 0 auto;
|
|
1017
895
|
width: auto;
|
|
1018
896
|
}
|
|
1019
|
-
|
|
1020
897
|
.col-xl-1 {
|
|
1021
898
|
flex: 0 0 auto;
|
|
1022
899
|
width: 8.33333333%;
|
|
1023
900
|
}
|
|
1024
|
-
|
|
1025
901
|
.col-xl-2 {
|
|
1026
902
|
flex: 0 0 auto;
|
|
1027
903
|
width: 16.66666667%;
|
|
1028
904
|
}
|
|
1029
|
-
|
|
1030
905
|
.col-xl-3 {
|
|
1031
906
|
flex: 0 0 auto;
|
|
1032
907
|
width: 25%;
|
|
1033
908
|
}
|
|
1034
|
-
|
|
1035
909
|
.col-xl-4 {
|
|
1036
910
|
flex: 0 0 auto;
|
|
1037
911
|
width: 33.33333333%;
|
|
1038
912
|
}
|
|
1039
|
-
|
|
1040
913
|
.col-xl-5 {
|
|
1041
914
|
flex: 0 0 auto;
|
|
1042
915
|
width: 41.66666667%;
|
|
1043
916
|
}
|
|
1044
|
-
|
|
1045
917
|
.col-xl-6 {
|
|
1046
918
|
flex: 0 0 auto;
|
|
1047
919
|
width: 50%;
|
|
1048
920
|
}
|
|
1049
|
-
|
|
1050
921
|
.col-xl-7 {
|
|
1051
922
|
flex: 0 0 auto;
|
|
1052
923
|
width: 58.33333333%;
|
|
1053
924
|
}
|
|
1054
|
-
|
|
1055
925
|
.col-xl-8 {
|
|
1056
926
|
flex: 0 0 auto;
|
|
1057
927
|
width: 66.66666667%;
|
|
1058
928
|
}
|
|
1059
|
-
|
|
1060
929
|
.col-xl-9 {
|
|
1061
930
|
flex: 0 0 auto;
|
|
1062
931
|
width: 75%;
|
|
1063
932
|
}
|
|
1064
|
-
|
|
1065
933
|
.col-xl-10 {
|
|
1066
934
|
flex: 0 0 auto;
|
|
1067
935
|
width: 83.33333333%;
|
|
1068
936
|
}
|
|
1069
|
-
|
|
1070
937
|
.col-xl-11 {
|
|
1071
938
|
flex: 0 0 auto;
|
|
1072
939
|
width: 91.66666667%;
|
|
1073
940
|
}
|
|
1074
|
-
|
|
1075
941
|
.col-xl-12 {
|
|
1076
942
|
flex: 0 0 auto;
|
|
1077
943
|
width: 100%;
|
|
1078
944
|
}
|
|
1079
|
-
|
|
1080
945
|
.offset-xl-0 {
|
|
1081
946
|
margin-right: 0;
|
|
1082
947
|
}
|
|
1083
|
-
|
|
1084
948
|
.offset-xl-1 {
|
|
1085
949
|
margin-right: 8.33333333%;
|
|
1086
950
|
}
|
|
1087
|
-
|
|
1088
951
|
.offset-xl-2 {
|
|
1089
952
|
margin-right: 16.66666667%;
|
|
1090
953
|
}
|
|
1091
|
-
|
|
1092
954
|
.offset-xl-3 {
|
|
1093
955
|
margin-right: 25%;
|
|
1094
956
|
}
|
|
1095
|
-
|
|
1096
957
|
.offset-xl-4 {
|
|
1097
958
|
margin-right: 33.33333333%;
|
|
1098
959
|
}
|
|
1099
|
-
|
|
1100
960
|
.offset-xl-5 {
|
|
1101
961
|
margin-right: 41.66666667%;
|
|
1102
962
|
}
|
|
1103
|
-
|
|
1104
963
|
.offset-xl-6 {
|
|
1105
964
|
margin-right: 50%;
|
|
1106
965
|
}
|
|
1107
|
-
|
|
1108
966
|
.offset-xl-7 {
|
|
1109
967
|
margin-right: 58.33333333%;
|
|
1110
968
|
}
|
|
1111
|
-
|
|
1112
969
|
.offset-xl-8 {
|
|
1113
970
|
margin-right: 66.66666667%;
|
|
1114
971
|
}
|
|
1115
|
-
|
|
1116
972
|
.offset-xl-9 {
|
|
1117
973
|
margin-right: 75%;
|
|
1118
974
|
}
|
|
1119
|
-
|
|
1120
975
|
.offset-xl-10 {
|
|
1121
976
|
margin-right: 83.33333333%;
|
|
1122
977
|
}
|
|
1123
|
-
|
|
1124
978
|
.offset-xl-11 {
|
|
1125
979
|
margin-right: 91.66666667%;
|
|
1126
980
|
}
|
|
1127
|
-
|
|
1128
981
|
.g-xl-0,
|
|
1129
982
|
.gx-xl-0 {
|
|
1130
983
|
--cui-gutter-x: 0;
|
|
1131
984
|
}
|
|
1132
|
-
|
|
1133
985
|
.g-xl-0,
|
|
1134
986
|
.gy-xl-0 {
|
|
1135
987
|
--cui-gutter-y: 0;
|
|
1136
988
|
}
|
|
1137
|
-
|
|
1138
989
|
.g-xl-1,
|
|
1139
990
|
.gx-xl-1 {
|
|
1140
991
|
--cui-gutter-x: 0.25rem;
|
|
1141
992
|
}
|
|
1142
|
-
|
|
1143
993
|
.g-xl-1,
|
|
1144
994
|
.gy-xl-1 {
|
|
1145
995
|
--cui-gutter-y: 0.25rem;
|
|
1146
996
|
}
|
|
1147
|
-
|
|
1148
997
|
.g-xl-2,
|
|
1149
998
|
.gx-xl-2 {
|
|
1150
999
|
--cui-gutter-x: 0.5rem;
|
|
1151
1000
|
}
|
|
1152
|
-
|
|
1153
1001
|
.g-xl-2,
|
|
1154
1002
|
.gy-xl-2 {
|
|
1155
1003
|
--cui-gutter-y: 0.5rem;
|
|
1156
1004
|
}
|
|
1157
|
-
|
|
1158
1005
|
.g-xl-3,
|
|
1159
1006
|
.gx-xl-3 {
|
|
1160
1007
|
--cui-gutter-x: 1rem;
|
|
1161
1008
|
}
|
|
1162
|
-
|
|
1163
1009
|
.g-xl-3,
|
|
1164
1010
|
.gy-xl-3 {
|
|
1165
1011
|
--cui-gutter-y: 1rem;
|
|
1166
1012
|
}
|
|
1167
|
-
|
|
1168
1013
|
.g-xl-4,
|
|
1169
1014
|
.gx-xl-4 {
|
|
1170
1015
|
--cui-gutter-x: 1.5rem;
|
|
1171
1016
|
}
|
|
1172
|
-
|
|
1173
1017
|
.g-xl-4,
|
|
1174
1018
|
.gy-xl-4 {
|
|
1175
1019
|
--cui-gutter-y: 1.5rem;
|
|
1176
1020
|
}
|
|
1177
|
-
|
|
1178
1021
|
.g-xl-5,
|
|
1179
1022
|
.gx-xl-5 {
|
|
1180
1023
|
--cui-gutter-x: 3rem;
|
|
1181
1024
|
}
|
|
1182
|
-
|
|
1183
1025
|
.g-xl-5,
|
|
1184
1026
|
.gy-xl-5 {
|
|
1185
1027
|
--cui-gutter-y: 3rem;
|
|
@@ -1189,210 +1031,166 @@
|
|
|
1189
1031
|
.col-xxl {
|
|
1190
1032
|
flex: 1 0 0%;
|
|
1191
1033
|
}
|
|
1192
|
-
|
|
1193
1034
|
.row-cols-xxl-auto > * {
|
|
1194
1035
|
flex: 0 0 auto;
|
|
1195
1036
|
width: auto;
|
|
1196
1037
|
}
|
|
1197
|
-
|
|
1198
1038
|
.row-cols-xxl-1 > * {
|
|
1199
1039
|
flex: 0 0 auto;
|
|
1200
1040
|
width: 100%;
|
|
1201
1041
|
}
|
|
1202
|
-
|
|
1203
1042
|
.row-cols-xxl-2 > * {
|
|
1204
1043
|
flex: 0 0 auto;
|
|
1205
1044
|
width: 50%;
|
|
1206
1045
|
}
|
|
1207
|
-
|
|
1208
1046
|
.row-cols-xxl-3 > * {
|
|
1209
1047
|
flex: 0 0 auto;
|
|
1210
1048
|
width: 33.3333333333%;
|
|
1211
1049
|
}
|
|
1212
|
-
|
|
1213
1050
|
.row-cols-xxl-4 > * {
|
|
1214
1051
|
flex: 0 0 auto;
|
|
1215
1052
|
width: 25%;
|
|
1216
1053
|
}
|
|
1217
|
-
|
|
1218
1054
|
.row-cols-xxl-5 > * {
|
|
1219
1055
|
flex: 0 0 auto;
|
|
1220
1056
|
width: 20%;
|
|
1221
1057
|
}
|
|
1222
|
-
|
|
1223
1058
|
.row-cols-xxl-6 > * {
|
|
1224
1059
|
flex: 0 0 auto;
|
|
1225
1060
|
width: 16.6666666667%;
|
|
1226
1061
|
}
|
|
1227
|
-
|
|
1228
1062
|
.col-xxl-auto {
|
|
1229
1063
|
flex: 0 0 auto;
|
|
1230
1064
|
width: auto;
|
|
1231
1065
|
}
|
|
1232
|
-
|
|
1233
1066
|
.col-xxl-1 {
|
|
1234
1067
|
flex: 0 0 auto;
|
|
1235
1068
|
width: 8.33333333%;
|
|
1236
1069
|
}
|
|
1237
|
-
|
|
1238
1070
|
.col-xxl-2 {
|
|
1239
1071
|
flex: 0 0 auto;
|
|
1240
1072
|
width: 16.66666667%;
|
|
1241
1073
|
}
|
|
1242
|
-
|
|
1243
1074
|
.col-xxl-3 {
|
|
1244
1075
|
flex: 0 0 auto;
|
|
1245
1076
|
width: 25%;
|
|
1246
1077
|
}
|
|
1247
|
-
|
|
1248
1078
|
.col-xxl-4 {
|
|
1249
1079
|
flex: 0 0 auto;
|
|
1250
1080
|
width: 33.33333333%;
|
|
1251
1081
|
}
|
|
1252
|
-
|
|
1253
1082
|
.col-xxl-5 {
|
|
1254
1083
|
flex: 0 0 auto;
|
|
1255
1084
|
width: 41.66666667%;
|
|
1256
1085
|
}
|
|
1257
|
-
|
|
1258
1086
|
.col-xxl-6 {
|
|
1259
1087
|
flex: 0 0 auto;
|
|
1260
1088
|
width: 50%;
|
|
1261
1089
|
}
|
|
1262
|
-
|
|
1263
1090
|
.col-xxl-7 {
|
|
1264
1091
|
flex: 0 0 auto;
|
|
1265
1092
|
width: 58.33333333%;
|
|
1266
1093
|
}
|
|
1267
|
-
|
|
1268
1094
|
.col-xxl-8 {
|
|
1269
1095
|
flex: 0 0 auto;
|
|
1270
1096
|
width: 66.66666667%;
|
|
1271
1097
|
}
|
|
1272
|
-
|
|
1273
1098
|
.col-xxl-9 {
|
|
1274
1099
|
flex: 0 0 auto;
|
|
1275
1100
|
width: 75%;
|
|
1276
1101
|
}
|
|
1277
|
-
|
|
1278
1102
|
.col-xxl-10 {
|
|
1279
1103
|
flex: 0 0 auto;
|
|
1280
1104
|
width: 83.33333333%;
|
|
1281
1105
|
}
|
|
1282
|
-
|
|
1283
1106
|
.col-xxl-11 {
|
|
1284
1107
|
flex: 0 0 auto;
|
|
1285
1108
|
width: 91.66666667%;
|
|
1286
1109
|
}
|
|
1287
|
-
|
|
1288
1110
|
.col-xxl-12 {
|
|
1289
1111
|
flex: 0 0 auto;
|
|
1290
1112
|
width: 100%;
|
|
1291
1113
|
}
|
|
1292
|
-
|
|
1293
1114
|
.offset-xxl-0 {
|
|
1294
1115
|
margin-right: 0;
|
|
1295
1116
|
}
|
|
1296
|
-
|
|
1297
1117
|
.offset-xxl-1 {
|
|
1298
1118
|
margin-right: 8.33333333%;
|
|
1299
1119
|
}
|
|
1300
|
-
|
|
1301
1120
|
.offset-xxl-2 {
|
|
1302
1121
|
margin-right: 16.66666667%;
|
|
1303
1122
|
}
|
|
1304
|
-
|
|
1305
1123
|
.offset-xxl-3 {
|
|
1306
1124
|
margin-right: 25%;
|
|
1307
1125
|
}
|
|
1308
|
-
|
|
1309
1126
|
.offset-xxl-4 {
|
|
1310
1127
|
margin-right: 33.33333333%;
|
|
1311
1128
|
}
|
|
1312
|
-
|
|
1313
1129
|
.offset-xxl-5 {
|
|
1314
1130
|
margin-right: 41.66666667%;
|
|
1315
1131
|
}
|
|
1316
|
-
|
|
1317
1132
|
.offset-xxl-6 {
|
|
1318
1133
|
margin-right: 50%;
|
|
1319
1134
|
}
|
|
1320
|
-
|
|
1321
1135
|
.offset-xxl-7 {
|
|
1322
1136
|
margin-right: 58.33333333%;
|
|
1323
1137
|
}
|
|
1324
|
-
|
|
1325
1138
|
.offset-xxl-8 {
|
|
1326
1139
|
margin-right: 66.66666667%;
|
|
1327
1140
|
}
|
|
1328
|
-
|
|
1329
1141
|
.offset-xxl-9 {
|
|
1330
1142
|
margin-right: 75%;
|
|
1331
1143
|
}
|
|
1332
|
-
|
|
1333
1144
|
.offset-xxl-10 {
|
|
1334
1145
|
margin-right: 83.33333333%;
|
|
1335
1146
|
}
|
|
1336
|
-
|
|
1337
1147
|
.offset-xxl-11 {
|
|
1338
1148
|
margin-right: 91.66666667%;
|
|
1339
1149
|
}
|
|
1340
|
-
|
|
1341
1150
|
.g-xxl-0,
|
|
1342
1151
|
.gx-xxl-0 {
|
|
1343
1152
|
--cui-gutter-x: 0;
|
|
1344
1153
|
}
|
|
1345
|
-
|
|
1346
1154
|
.g-xxl-0,
|
|
1347
1155
|
.gy-xxl-0 {
|
|
1348
1156
|
--cui-gutter-y: 0;
|
|
1349
1157
|
}
|
|
1350
|
-
|
|
1351
1158
|
.g-xxl-1,
|
|
1352
1159
|
.gx-xxl-1 {
|
|
1353
1160
|
--cui-gutter-x: 0.25rem;
|
|
1354
1161
|
}
|
|
1355
|
-
|
|
1356
1162
|
.g-xxl-1,
|
|
1357
1163
|
.gy-xxl-1 {
|
|
1358
1164
|
--cui-gutter-y: 0.25rem;
|
|
1359
1165
|
}
|
|
1360
|
-
|
|
1361
1166
|
.g-xxl-2,
|
|
1362
1167
|
.gx-xxl-2 {
|
|
1363
1168
|
--cui-gutter-x: 0.5rem;
|
|
1364
1169
|
}
|
|
1365
|
-
|
|
1366
1170
|
.g-xxl-2,
|
|
1367
1171
|
.gy-xxl-2 {
|
|
1368
1172
|
--cui-gutter-y: 0.5rem;
|
|
1369
1173
|
}
|
|
1370
|
-
|
|
1371
1174
|
.g-xxl-3,
|
|
1372
1175
|
.gx-xxl-3 {
|
|
1373
1176
|
--cui-gutter-x: 1rem;
|
|
1374
1177
|
}
|
|
1375
|
-
|
|
1376
1178
|
.g-xxl-3,
|
|
1377
1179
|
.gy-xxl-3 {
|
|
1378
1180
|
--cui-gutter-y: 1rem;
|
|
1379
1181
|
}
|
|
1380
|
-
|
|
1381
1182
|
.g-xxl-4,
|
|
1382
1183
|
.gx-xxl-4 {
|
|
1383
1184
|
--cui-gutter-x: 1.5rem;
|
|
1384
1185
|
}
|
|
1385
|
-
|
|
1386
1186
|
.g-xxl-4,
|
|
1387
1187
|
.gy-xxl-4 {
|
|
1388
1188
|
--cui-gutter-y: 1.5rem;
|
|
1389
1189
|
}
|
|
1390
|
-
|
|
1391
1190
|
.g-xxl-5,
|
|
1392
1191
|
.gx-xxl-5 {
|
|
1393
1192
|
--cui-gutter-x: 3rem;
|
|
1394
1193
|
}
|
|
1395
|
-
|
|
1396
1194
|
.g-xxl-5,
|
|
1397
1195
|
.gy-xxl-5 {
|
|
1398
1196
|
--cui-gutter-y: 3rem;
|
|
@@ -2004,601 +1802,458 @@
|
|
|
2004
1802
|
.d-sm-inline {
|
|
2005
1803
|
display: inline !important;
|
|
2006
1804
|
}
|
|
2007
|
-
|
|
2008
1805
|
.d-sm-inline-block {
|
|
2009
1806
|
display: inline-block !important;
|
|
2010
1807
|
}
|
|
2011
|
-
|
|
2012
1808
|
.d-sm-block {
|
|
2013
1809
|
display: block !important;
|
|
2014
1810
|
}
|
|
2015
|
-
|
|
2016
1811
|
.d-sm-grid {
|
|
2017
1812
|
display: grid !important;
|
|
2018
1813
|
}
|
|
2019
|
-
|
|
2020
1814
|
.d-sm-table {
|
|
2021
1815
|
display: table !important;
|
|
2022
1816
|
}
|
|
2023
|
-
|
|
2024
1817
|
.d-sm-table-row {
|
|
2025
1818
|
display: table-row !important;
|
|
2026
1819
|
}
|
|
2027
|
-
|
|
2028
1820
|
.d-sm-table-cell {
|
|
2029
1821
|
display: table-cell !important;
|
|
2030
1822
|
}
|
|
2031
|
-
|
|
2032
1823
|
.d-sm-flex {
|
|
2033
1824
|
display: flex !important;
|
|
2034
1825
|
}
|
|
2035
|
-
|
|
2036
1826
|
.d-sm-inline-flex {
|
|
2037
1827
|
display: inline-flex !important;
|
|
2038
1828
|
}
|
|
2039
|
-
|
|
2040
1829
|
.d-sm-none {
|
|
2041
1830
|
display: none !important;
|
|
2042
1831
|
}
|
|
2043
|
-
|
|
2044
1832
|
.flex-sm-fill {
|
|
2045
1833
|
flex: 1 1 auto !important;
|
|
2046
1834
|
}
|
|
2047
|
-
|
|
2048
1835
|
.flex-sm-row {
|
|
2049
1836
|
flex-direction: row !important;
|
|
2050
1837
|
}
|
|
2051
|
-
|
|
2052
1838
|
.flex-sm-column {
|
|
2053
1839
|
flex-direction: column !important;
|
|
2054
1840
|
}
|
|
2055
|
-
|
|
2056
1841
|
.flex-sm-row-reverse {
|
|
2057
1842
|
flex-direction: row-reverse !important;
|
|
2058
1843
|
}
|
|
2059
|
-
|
|
2060
1844
|
.flex-sm-column-reverse {
|
|
2061
1845
|
flex-direction: column-reverse !important;
|
|
2062
1846
|
}
|
|
2063
|
-
|
|
2064
1847
|
.flex-sm-grow-0 {
|
|
2065
1848
|
flex-grow: 0 !important;
|
|
2066
1849
|
}
|
|
2067
|
-
|
|
2068
1850
|
.flex-sm-grow-1 {
|
|
2069
1851
|
flex-grow: 1 !important;
|
|
2070
1852
|
}
|
|
2071
|
-
|
|
2072
1853
|
.flex-sm-shrink-0 {
|
|
2073
1854
|
flex-shrink: 0 !important;
|
|
2074
1855
|
}
|
|
2075
|
-
|
|
2076
1856
|
.flex-sm-shrink-1 {
|
|
2077
1857
|
flex-shrink: 1 !important;
|
|
2078
1858
|
}
|
|
2079
|
-
|
|
2080
1859
|
.flex-sm-wrap {
|
|
2081
1860
|
flex-wrap: wrap !important;
|
|
2082
1861
|
}
|
|
2083
|
-
|
|
2084
1862
|
.flex-sm-nowrap {
|
|
2085
1863
|
flex-wrap: nowrap !important;
|
|
2086
1864
|
}
|
|
2087
|
-
|
|
2088
1865
|
.flex-sm-wrap-reverse {
|
|
2089
1866
|
flex-wrap: wrap-reverse !important;
|
|
2090
1867
|
}
|
|
2091
|
-
|
|
2092
1868
|
.justify-content-sm-start {
|
|
2093
1869
|
justify-content: flex-start !important;
|
|
2094
1870
|
}
|
|
2095
|
-
|
|
2096
1871
|
.justify-content-sm-end {
|
|
2097
1872
|
justify-content: flex-end !important;
|
|
2098
1873
|
}
|
|
2099
|
-
|
|
2100
1874
|
.justify-content-sm-center {
|
|
2101
1875
|
justify-content: center !important;
|
|
2102
1876
|
}
|
|
2103
|
-
|
|
2104
1877
|
.justify-content-sm-between {
|
|
2105
1878
|
justify-content: space-between !important;
|
|
2106
1879
|
}
|
|
2107
|
-
|
|
2108
1880
|
.justify-content-sm-around {
|
|
2109
1881
|
justify-content: space-around !important;
|
|
2110
1882
|
}
|
|
2111
|
-
|
|
2112
1883
|
.justify-content-sm-evenly {
|
|
2113
1884
|
justify-content: space-evenly !important;
|
|
2114
1885
|
}
|
|
2115
|
-
|
|
2116
1886
|
.align-items-sm-start {
|
|
2117
1887
|
align-items: flex-start !important;
|
|
2118
1888
|
}
|
|
2119
|
-
|
|
2120
1889
|
.align-items-sm-end {
|
|
2121
1890
|
align-items: flex-end !important;
|
|
2122
1891
|
}
|
|
2123
|
-
|
|
2124
1892
|
.align-items-sm-center {
|
|
2125
1893
|
align-items: center !important;
|
|
2126
1894
|
}
|
|
2127
|
-
|
|
2128
1895
|
.align-items-sm-baseline {
|
|
2129
1896
|
align-items: baseline !important;
|
|
2130
1897
|
}
|
|
2131
|
-
|
|
2132
1898
|
.align-items-sm-stretch {
|
|
2133
1899
|
align-items: stretch !important;
|
|
2134
1900
|
}
|
|
2135
|
-
|
|
2136
1901
|
.align-content-sm-start {
|
|
2137
1902
|
align-content: flex-start !important;
|
|
2138
1903
|
}
|
|
2139
|
-
|
|
2140
1904
|
.align-content-sm-end {
|
|
2141
1905
|
align-content: flex-end !important;
|
|
2142
1906
|
}
|
|
2143
|
-
|
|
2144
1907
|
.align-content-sm-center {
|
|
2145
1908
|
align-content: center !important;
|
|
2146
1909
|
}
|
|
2147
|
-
|
|
2148
1910
|
.align-content-sm-between {
|
|
2149
1911
|
align-content: space-between !important;
|
|
2150
1912
|
}
|
|
2151
|
-
|
|
2152
1913
|
.align-content-sm-around {
|
|
2153
1914
|
align-content: space-around !important;
|
|
2154
1915
|
}
|
|
2155
|
-
|
|
2156
1916
|
.align-content-sm-stretch {
|
|
2157
1917
|
align-content: stretch !important;
|
|
2158
1918
|
}
|
|
2159
|
-
|
|
2160
1919
|
.align-self-sm-auto {
|
|
2161
1920
|
align-self: auto !important;
|
|
2162
1921
|
}
|
|
2163
|
-
|
|
2164
1922
|
.align-self-sm-start {
|
|
2165
1923
|
align-self: flex-start !important;
|
|
2166
1924
|
}
|
|
2167
|
-
|
|
2168
1925
|
.align-self-sm-end {
|
|
2169
1926
|
align-self: flex-end !important;
|
|
2170
1927
|
}
|
|
2171
|
-
|
|
2172
1928
|
.align-self-sm-center {
|
|
2173
1929
|
align-self: center !important;
|
|
2174
1930
|
}
|
|
2175
|
-
|
|
2176
1931
|
.align-self-sm-baseline {
|
|
2177
1932
|
align-self: baseline !important;
|
|
2178
1933
|
}
|
|
2179
|
-
|
|
2180
1934
|
.align-self-sm-stretch {
|
|
2181
1935
|
align-self: stretch !important;
|
|
2182
1936
|
}
|
|
2183
|
-
|
|
2184
1937
|
.order-sm-first {
|
|
2185
1938
|
order: -1 !important;
|
|
2186
1939
|
}
|
|
2187
|
-
|
|
2188
1940
|
.order-sm-0 {
|
|
2189
1941
|
order: 0 !important;
|
|
2190
1942
|
}
|
|
2191
|
-
|
|
2192
1943
|
.order-sm-1 {
|
|
2193
1944
|
order: 1 !important;
|
|
2194
1945
|
}
|
|
2195
|
-
|
|
2196
1946
|
.order-sm-2 {
|
|
2197
1947
|
order: 2 !important;
|
|
2198
1948
|
}
|
|
2199
|
-
|
|
2200
1949
|
.order-sm-3 {
|
|
2201
1950
|
order: 3 !important;
|
|
2202
1951
|
}
|
|
2203
|
-
|
|
2204
1952
|
.order-sm-4 {
|
|
2205
1953
|
order: 4 !important;
|
|
2206
1954
|
}
|
|
2207
|
-
|
|
2208
1955
|
.order-sm-5 {
|
|
2209
1956
|
order: 5 !important;
|
|
2210
1957
|
}
|
|
2211
|
-
|
|
2212
1958
|
.order-sm-last {
|
|
2213
1959
|
order: 6 !important;
|
|
2214
1960
|
}
|
|
2215
|
-
|
|
2216
1961
|
.m-sm-0 {
|
|
2217
1962
|
margin: 0 !important;
|
|
2218
1963
|
}
|
|
2219
|
-
|
|
2220
1964
|
.m-sm-1 {
|
|
2221
1965
|
margin: 0.25rem !important;
|
|
2222
1966
|
}
|
|
2223
|
-
|
|
2224
1967
|
.m-sm-2 {
|
|
2225
1968
|
margin: 0.5rem !important;
|
|
2226
1969
|
}
|
|
2227
|
-
|
|
2228
1970
|
.m-sm-3 {
|
|
2229
1971
|
margin: 1rem !important;
|
|
2230
1972
|
}
|
|
2231
|
-
|
|
2232
1973
|
.m-sm-4 {
|
|
2233
1974
|
margin: 1.5rem !important;
|
|
2234
1975
|
}
|
|
2235
|
-
|
|
2236
1976
|
.m-sm-5 {
|
|
2237
1977
|
margin: 3rem !important;
|
|
2238
1978
|
}
|
|
2239
|
-
|
|
2240
1979
|
.m-sm-auto {
|
|
2241
1980
|
margin: auto !important;
|
|
2242
1981
|
}
|
|
2243
|
-
|
|
2244
1982
|
.mx-sm-0 {
|
|
2245
1983
|
margin-right: 0 !important;
|
|
2246
1984
|
margin-left: 0 !important;
|
|
2247
1985
|
}
|
|
2248
|
-
|
|
2249
1986
|
.mx-sm-1 {
|
|
2250
1987
|
margin-right: 0.25rem !important;
|
|
2251
1988
|
margin-left: 0.25rem !important;
|
|
2252
1989
|
}
|
|
2253
|
-
|
|
2254
1990
|
.mx-sm-2 {
|
|
2255
1991
|
margin-right: 0.5rem !important;
|
|
2256
1992
|
margin-left: 0.5rem !important;
|
|
2257
1993
|
}
|
|
2258
|
-
|
|
2259
1994
|
.mx-sm-3 {
|
|
2260
1995
|
margin-right: 1rem !important;
|
|
2261
1996
|
margin-left: 1rem !important;
|
|
2262
1997
|
}
|
|
2263
|
-
|
|
2264
1998
|
.mx-sm-4 {
|
|
2265
1999
|
margin-right: 1.5rem !important;
|
|
2266
2000
|
margin-left: 1.5rem !important;
|
|
2267
2001
|
}
|
|
2268
|
-
|
|
2269
2002
|
.mx-sm-5 {
|
|
2270
2003
|
margin-right: 3rem !important;
|
|
2271
2004
|
margin-left: 3rem !important;
|
|
2272
2005
|
}
|
|
2273
|
-
|
|
2274
2006
|
.mx-sm-auto {
|
|
2275
2007
|
margin-right: auto !important;
|
|
2276
2008
|
margin-left: auto !important;
|
|
2277
2009
|
}
|
|
2278
|
-
|
|
2279
2010
|
.my-sm-0 {
|
|
2280
2011
|
margin-top: 0 !important;
|
|
2281
2012
|
margin-bottom: 0 !important;
|
|
2282
2013
|
}
|
|
2283
|
-
|
|
2284
2014
|
.my-sm-1 {
|
|
2285
2015
|
margin-top: 0.25rem !important;
|
|
2286
2016
|
margin-bottom: 0.25rem !important;
|
|
2287
2017
|
}
|
|
2288
|
-
|
|
2289
2018
|
.my-sm-2 {
|
|
2290
2019
|
margin-top: 0.5rem !important;
|
|
2291
2020
|
margin-bottom: 0.5rem !important;
|
|
2292
2021
|
}
|
|
2293
|
-
|
|
2294
2022
|
.my-sm-3 {
|
|
2295
2023
|
margin-top: 1rem !important;
|
|
2296
2024
|
margin-bottom: 1rem !important;
|
|
2297
2025
|
}
|
|
2298
|
-
|
|
2299
2026
|
.my-sm-4 {
|
|
2300
2027
|
margin-top: 1.5rem !important;
|
|
2301
2028
|
margin-bottom: 1.5rem !important;
|
|
2302
2029
|
}
|
|
2303
|
-
|
|
2304
2030
|
.my-sm-5 {
|
|
2305
2031
|
margin-top: 3rem !important;
|
|
2306
2032
|
margin-bottom: 3rem !important;
|
|
2307
2033
|
}
|
|
2308
|
-
|
|
2309
2034
|
.my-sm-auto {
|
|
2310
2035
|
margin-top: auto !important;
|
|
2311
2036
|
margin-bottom: auto !important;
|
|
2312
2037
|
}
|
|
2313
|
-
|
|
2314
2038
|
.mt-sm-0 {
|
|
2315
2039
|
margin-top: 0 !important;
|
|
2316
2040
|
}
|
|
2317
|
-
|
|
2318
2041
|
.mt-sm-1 {
|
|
2319
2042
|
margin-top: 0.25rem !important;
|
|
2320
2043
|
}
|
|
2321
|
-
|
|
2322
2044
|
.mt-sm-2 {
|
|
2323
2045
|
margin-top: 0.5rem !important;
|
|
2324
2046
|
}
|
|
2325
|
-
|
|
2326
2047
|
.mt-sm-3 {
|
|
2327
2048
|
margin-top: 1rem !important;
|
|
2328
2049
|
}
|
|
2329
|
-
|
|
2330
2050
|
.mt-sm-4 {
|
|
2331
2051
|
margin-top: 1.5rem !important;
|
|
2332
2052
|
}
|
|
2333
|
-
|
|
2334
2053
|
.mt-sm-5 {
|
|
2335
2054
|
margin-top: 3rem !important;
|
|
2336
2055
|
}
|
|
2337
|
-
|
|
2338
2056
|
.mt-sm-auto {
|
|
2339
2057
|
margin-top: auto !important;
|
|
2340
2058
|
}
|
|
2341
|
-
|
|
2342
2059
|
.me-sm-0 {
|
|
2343
2060
|
margin-left: 0 !important;
|
|
2344
2061
|
}
|
|
2345
|
-
|
|
2346
2062
|
.me-sm-1 {
|
|
2347
2063
|
margin-left: 0.25rem !important;
|
|
2348
2064
|
}
|
|
2349
|
-
|
|
2350
2065
|
.me-sm-2 {
|
|
2351
2066
|
margin-left: 0.5rem !important;
|
|
2352
2067
|
}
|
|
2353
|
-
|
|
2354
2068
|
.me-sm-3 {
|
|
2355
2069
|
margin-left: 1rem !important;
|
|
2356
2070
|
}
|
|
2357
|
-
|
|
2358
2071
|
.me-sm-4 {
|
|
2359
2072
|
margin-left: 1.5rem !important;
|
|
2360
2073
|
}
|
|
2361
|
-
|
|
2362
2074
|
.me-sm-5 {
|
|
2363
2075
|
margin-left: 3rem !important;
|
|
2364
2076
|
}
|
|
2365
|
-
|
|
2366
2077
|
.me-sm-auto {
|
|
2367
2078
|
margin-left: auto !important;
|
|
2368
2079
|
}
|
|
2369
|
-
|
|
2370
2080
|
.mb-sm-0 {
|
|
2371
2081
|
margin-bottom: 0 !important;
|
|
2372
2082
|
}
|
|
2373
|
-
|
|
2374
2083
|
.mb-sm-1 {
|
|
2375
2084
|
margin-bottom: 0.25rem !important;
|
|
2376
2085
|
}
|
|
2377
|
-
|
|
2378
2086
|
.mb-sm-2 {
|
|
2379
2087
|
margin-bottom: 0.5rem !important;
|
|
2380
2088
|
}
|
|
2381
|
-
|
|
2382
2089
|
.mb-sm-3 {
|
|
2383
2090
|
margin-bottom: 1rem !important;
|
|
2384
2091
|
}
|
|
2385
|
-
|
|
2386
2092
|
.mb-sm-4 {
|
|
2387
2093
|
margin-bottom: 1.5rem !important;
|
|
2388
2094
|
}
|
|
2389
|
-
|
|
2390
2095
|
.mb-sm-5 {
|
|
2391
2096
|
margin-bottom: 3rem !important;
|
|
2392
2097
|
}
|
|
2393
|
-
|
|
2394
2098
|
.mb-sm-auto {
|
|
2395
2099
|
margin-bottom: auto !important;
|
|
2396
2100
|
}
|
|
2397
|
-
|
|
2398
2101
|
.ms-sm-0 {
|
|
2399
2102
|
margin-right: 0 !important;
|
|
2400
2103
|
}
|
|
2401
|
-
|
|
2402
2104
|
.ms-sm-1 {
|
|
2403
2105
|
margin-right: 0.25rem !important;
|
|
2404
2106
|
}
|
|
2405
|
-
|
|
2406
2107
|
.ms-sm-2 {
|
|
2407
2108
|
margin-right: 0.5rem !important;
|
|
2408
2109
|
}
|
|
2409
|
-
|
|
2410
2110
|
.ms-sm-3 {
|
|
2411
2111
|
margin-right: 1rem !important;
|
|
2412
2112
|
}
|
|
2413
|
-
|
|
2414
2113
|
.ms-sm-4 {
|
|
2415
2114
|
margin-right: 1.5rem !important;
|
|
2416
2115
|
}
|
|
2417
|
-
|
|
2418
2116
|
.ms-sm-5 {
|
|
2419
2117
|
margin-right: 3rem !important;
|
|
2420
2118
|
}
|
|
2421
|
-
|
|
2422
2119
|
.ms-sm-auto {
|
|
2423
2120
|
margin-right: auto !important;
|
|
2424
2121
|
}
|
|
2425
|
-
|
|
2426
2122
|
.p-sm-0 {
|
|
2427
2123
|
padding: 0 !important;
|
|
2428
2124
|
}
|
|
2429
|
-
|
|
2430
2125
|
.p-sm-1 {
|
|
2431
2126
|
padding: 0.25rem !important;
|
|
2432
2127
|
}
|
|
2433
|
-
|
|
2434
2128
|
.p-sm-2 {
|
|
2435
2129
|
padding: 0.5rem !important;
|
|
2436
2130
|
}
|
|
2437
|
-
|
|
2438
2131
|
.p-sm-3 {
|
|
2439
2132
|
padding: 1rem !important;
|
|
2440
2133
|
}
|
|
2441
|
-
|
|
2442
2134
|
.p-sm-4 {
|
|
2443
2135
|
padding: 1.5rem !important;
|
|
2444
2136
|
}
|
|
2445
|
-
|
|
2446
2137
|
.p-sm-5 {
|
|
2447
2138
|
padding: 3rem !important;
|
|
2448
2139
|
}
|
|
2449
|
-
|
|
2450
2140
|
.px-sm-0 {
|
|
2451
2141
|
padding-right: 0 !important;
|
|
2452
2142
|
padding-left: 0 !important;
|
|
2453
2143
|
}
|
|
2454
|
-
|
|
2455
2144
|
.px-sm-1 {
|
|
2456
2145
|
padding-right: 0.25rem !important;
|
|
2457
2146
|
padding-left: 0.25rem !important;
|
|
2458
2147
|
}
|
|
2459
|
-
|
|
2460
2148
|
.px-sm-2 {
|
|
2461
2149
|
padding-right: 0.5rem !important;
|
|
2462
2150
|
padding-left: 0.5rem !important;
|
|
2463
2151
|
}
|
|
2464
|
-
|
|
2465
2152
|
.px-sm-3 {
|
|
2466
2153
|
padding-right: 1rem !important;
|
|
2467
2154
|
padding-left: 1rem !important;
|
|
2468
2155
|
}
|
|
2469
|
-
|
|
2470
2156
|
.px-sm-4 {
|
|
2471
2157
|
padding-right: 1.5rem !important;
|
|
2472
2158
|
padding-left: 1.5rem !important;
|
|
2473
2159
|
}
|
|
2474
|
-
|
|
2475
2160
|
.px-sm-5 {
|
|
2476
2161
|
padding-right: 3rem !important;
|
|
2477
2162
|
padding-left: 3rem !important;
|
|
2478
2163
|
}
|
|
2479
|
-
|
|
2480
2164
|
.py-sm-0 {
|
|
2481
2165
|
padding-top: 0 !important;
|
|
2482
2166
|
padding-bottom: 0 !important;
|
|
2483
2167
|
}
|
|
2484
|
-
|
|
2485
2168
|
.py-sm-1 {
|
|
2486
2169
|
padding-top: 0.25rem !important;
|
|
2487
2170
|
padding-bottom: 0.25rem !important;
|
|
2488
2171
|
}
|
|
2489
|
-
|
|
2490
2172
|
.py-sm-2 {
|
|
2491
2173
|
padding-top: 0.5rem !important;
|
|
2492
2174
|
padding-bottom: 0.5rem !important;
|
|
2493
2175
|
}
|
|
2494
|
-
|
|
2495
2176
|
.py-sm-3 {
|
|
2496
2177
|
padding-top: 1rem !important;
|
|
2497
2178
|
padding-bottom: 1rem !important;
|
|
2498
2179
|
}
|
|
2499
|
-
|
|
2500
2180
|
.py-sm-4 {
|
|
2501
2181
|
padding-top: 1.5rem !important;
|
|
2502
2182
|
padding-bottom: 1.5rem !important;
|
|
2503
2183
|
}
|
|
2504
|
-
|
|
2505
2184
|
.py-sm-5 {
|
|
2506
2185
|
padding-top: 3rem !important;
|
|
2507
2186
|
padding-bottom: 3rem !important;
|
|
2508
2187
|
}
|
|
2509
|
-
|
|
2510
2188
|
.pt-sm-0 {
|
|
2511
2189
|
padding-top: 0 !important;
|
|
2512
2190
|
}
|
|
2513
|
-
|
|
2514
2191
|
.pt-sm-1 {
|
|
2515
2192
|
padding-top: 0.25rem !important;
|
|
2516
2193
|
}
|
|
2517
|
-
|
|
2518
2194
|
.pt-sm-2 {
|
|
2519
2195
|
padding-top: 0.5rem !important;
|
|
2520
2196
|
}
|
|
2521
|
-
|
|
2522
2197
|
.pt-sm-3 {
|
|
2523
2198
|
padding-top: 1rem !important;
|
|
2524
2199
|
}
|
|
2525
|
-
|
|
2526
2200
|
.pt-sm-4 {
|
|
2527
2201
|
padding-top: 1.5rem !important;
|
|
2528
2202
|
}
|
|
2529
|
-
|
|
2530
2203
|
.pt-sm-5 {
|
|
2531
2204
|
padding-top: 3rem !important;
|
|
2532
2205
|
}
|
|
2533
|
-
|
|
2534
2206
|
.pe-sm-0 {
|
|
2535
2207
|
padding-left: 0 !important;
|
|
2536
2208
|
}
|
|
2537
|
-
|
|
2538
2209
|
.pe-sm-1 {
|
|
2539
2210
|
padding-left: 0.25rem !important;
|
|
2540
2211
|
}
|
|
2541
|
-
|
|
2542
2212
|
.pe-sm-2 {
|
|
2543
2213
|
padding-left: 0.5rem !important;
|
|
2544
2214
|
}
|
|
2545
|
-
|
|
2546
2215
|
.pe-sm-3 {
|
|
2547
2216
|
padding-left: 1rem !important;
|
|
2548
2217
|
}
|
|
2549
|
-
|
|
2550
2218
|
.pe-sm-4 {
|
|
2551
2219
|
padding-left: 1.5rem !important;
|
|
2552
2220
|
}
|
|
2553
|
-
|
|
2554
2221
|
.pe-sm-5 {
|
|
2555
2222
|
padding-left: 3rem !important;
|
|
2556
2223
|
}
|
|
2557
|
-
|
|
2558
2224
|
.pb-sm-0 {
|
|
2559
2225
|
padding-bottom: 0 !important;
|
|
2560
2226
|
}
|
|
2561
|
-
|
|
2562
2227
|
.pb-sm-1 {
|
|
2563
2228
|
padding-bottom: 0.25rem !important;
|
|
2564
2229
|
}
|
|
2565
|
-
|
|
2566
2230
|
.pb-sm-2 {
|
|
2567
2231
|
padding-bottom: 0.5rem !important;
|
|
2568
2232
|
}
|
|
2569
|
-
|
|
2570
2233
|
.pb-sm-3 {
|
|
2571
2234
|
padding-bottom: 1rem !important;
|
|
2572
2235
|
}
|
|
2573
|
-
|
|
2574
2236
|
.pb-sm-4 {
|
|
2575
2237
|
padding-bottom: 1.5rem !important;
|
|
2576
2238
|
}
|
|
2577
|
-
|
|
2578
2239
|
.pb-sm-5 {
|
|
2579
2240
|
padding-bottom: 3rem !important;
|
|
2580
2241
|
}
|
|
2581
|
-
|
|
2582
2242
|
.ps-sm-0 {
|
|
2583
2243
|
padding-right: 0 !important;
|
|
2584
2244
|
}
|
|
2585
|
-
|
|
2586
2245
|
.ps-sm-1 {
|
|
2587
2246
|
padding-right: 0.25rem !important;
|
|
2588
2247
|
}
|
|
2589
|
-
|
|
2590
2248
|
.ps-sm-2 {
|
|
2591
2249
|
padding-right: 0.5rem !important;
|
|
2592
2250
|
}
|
|
2593
|
-
|
|
2594
2251
|
.ps-sm-3 {
|
|
2595
2252
|
padding-right: 1rem !important;
|
|
2596
2253
|
}
|
|
2597
|
-
|
|
2598
2254
|
.ps-sm-4 {
|
|
2599
2255
|
padding-right: 1.5rem !important;
|
|
2600
2256
|
}
|
|
2601
|
-
|
|
2602
2257
|
.ps-sm-5 {
|
|
2603
2258
|
padding-right: 3rem !important;
|
|
2604
2259
|
}
|
|
@@ -2607,601 +2262,458 @@
|
|
|
2607
2262
|
.d-md-inline {
|
|
2608
2263
|
display: inline !important;
|
|
2609
2264
|
}
|
|
2610
|
-
|
|
2611
2265
|
.d-md-inline-block {
|
|
2612
2266
|
display: inline-block !important;
|
|
2613
2267
|
}
|
|
2614
|
-
|
|
2615
2268
|
.d-md-block {
|
|
2616
2269
|
display: block !important;
|
|
2617
2270
|
}
|
|
2618
|
-
|
|
2619
2271
|
.d-md-grid {
|
|
2620
2272
|
display: grid !important;
|
|
2621
2273
|
}
|
|
2622
|
-
|
|
2623
2274
|
.d-md-table {
|
|
2624
2275
|
display: table !important;
|
|
2625
2276
|
}
|
|
2626
|
-
|
|
2627
2277
|
.d-md-table-row {
|
|
2628
2278
|
display: table-row !important;
|
|
2629
2279
|
}
|
|
2630
|
-
|
|
2631
2280
|
.d-md-table-cell {
|
|
2632
2281
|
display: table-cell !important;
|
|
2633
2282
|
}
|
|
2634
|
-
|
|
2635
2283
|
.d-md-flex {
|
|
2636
2284
|
display: flex !important;
|
|
2637
2285
|
}
|
|
2638
|
-
|
|
2639
2286
|
.d-md-inline-flex {
|
|
2640
2287
|
display: inline-flex !important;
|
|
2641
2288
|
}
|
|
2642
|
-
|
|
2643
2289
|
.d-md-none {
|
|
2644
2290
|
display: none !important;
|
|
2645
2291
|
}
|
|
2646
|
-
|
|
2647
2292
|
.flex-md-fill {
|
|
2648
2293
|
flex: 1 1 auto !important;
|
|
2649
2294
|
}
|
|
2650
|
-
|
|
2651
2295
|
.flex-md-row {
|
|
2652
2296
|
flex-direction: row !important;
|
|
2653
2297
|
}
|
|
2654
|
-
|
|
2655
2298
|
.flex-md-column {
|
|
2656
2299
|
flex-direction: column !important;
|
|
2657
2300
|
}
|
|
2658
|
-
|
|
2659
2301
|
.flex-md-row-reverse {
|
|
2660
2302
|
flex-direction: row-reverse !important;
|
|
2661
2303
|
}
|
|
2662
|
-
|
|
2663
2304
|
.flex-md-column-reverse {
|
|
2664
2305
|
flex-direction: column-reverse !important;
|
|
2665
2306
|
}
|
|
2666
|
-
|
|
2667
2307
|
.flex-md-grow-0 {
|
|
2668
2308
|
flex-grow: 0 !important;
|
|
2669
2309
|
}
|
|
2670
|
-
|
|
2671
2310
|
.flex-md-grow-1 {
|
|
2672
2311
|
flex-grow: 1 !important;
|
|
2673
2312
|
}
|
|
2674
|
-
|
|
2675
2313
|
.flex-md-shrink-0 {
|
|
2676
2314
|
flex-shrink: 0 !important;
|
|
2677
2315
|
}
|
|
2678
|
-
|
|
2679
2316
|
.flex-md-shrink-1 {
|
|
2680
2317
|
flex-shrink: 1 !important;
|
|
2681
2318
|
}
|
|
2682
|
-
|
|
2683
2319
|
.flex-md-wrap {
|
|
2684
2320
|
flex-wrap: wrap !important;
|
|
2685
2321
|
}
|
|
2686
|
-
|
|
2687
2322
|
.flex-md-nowrap {
|
|
2688
2323
|
flex-wrap: nowrap !important;
|
|
2689
2324
|
}
|
|
2690
|
-
|
|
2691
2325
|
.flex-md-wrap-reverse {
|
|
2692
2326
|
flex-wrap: wrap-reverse !important;
|
|
2693
2327
|
}
|
|
2694
|
-
|
|
2695
2328
|
.justify-content-md-start {
|
|
2696
2329
|
justify-content: flex-start !important;
|
|
2697
2330
|
}
|
|
2698
|
-
|
|
2699
2331
|
.justify-content-md-end {
|
|
2700
2332
|
justify-content: flex-end !important;
|
|
2701
2333
|
}
|
|
2702
|
-
|
|
2703
2334
|
.justify-content-md-center {
|
|
2704
2335
|
justify-content: center !important;
|
|
2705
2336
|
}
|
|
2706
|
-
|
|
2707
2337
|
.justify-content-md-between {
|
|
2708
2338
|
justify-content: space-between !important;
|
|
2709
2339
|
}
|
|
2710
|
-
|
|
2711
2340
|
.justify-content-md-around {
|
|
2712
2341
|
justify-content: space-around !important;
|
|
2713
2342
|
}
|
|
2714
|
-
|
|
2715
2343
|
.justify-content-md-evenly {
|
|
2716
2344
|
justify-content: space-evenly !important;
|
|
2717
2345
|
}
|
|
2718
|
-
|
|
2719
2346
|
.align-items-md-start {
|
|
2720
2347
|
align-items: flex-start !important;
|
|
2721
2348
|
}
|
|
2722
|
-
|
|
2723
2349
|
.align-items-md-end {
|
|
2724
2350
|
align-items: flex-end !important;
|
|
2725
2351
|
}
|
|
2726
|
-
|
|
2727
2352
|
.align-items-md-center {
|
|
2728
2353
|
align-items: center !important;
|
|
2729
2354
|
}
|
|
2730
|
-
|
|
2731
2355
|
.align-items-md-baseline {
|
|
2732
2356
|
align-items: baseline !important;
|
|
2733
2357
|
}
|
|
2734
|
-
|
|
2735
2358
|
.align-items-md-stretch {
|
|
2736
2359
|
align-items: stretch !important;
|
|
2737
2360
|
}
|
|
2738
|
-
|
|
2739
2361
|
.align-content-md-start {
|
|
2740
2362
|
align-content: flex-start !important;
|
|
2741
2363
|
}
|
|
2742
|
-
|
|
2743
2364
|
.align-content-md-end {
|
|
2744
2365
|
align-content: flex-end !important;
|
|
2745
2366
|
}
|
|
2746
|
-
|
|
2747
2367
|
.align-content-md-center {
|
|
2748
2368
|
align-content: center !important;
|
|
2749
2369
|
}
|
|
2750
|
-
|
|
2751
2370
|
.align-content-md-between {
|
|
2752
2371
|
align-content: space-between !important;
|
|
2753
2372
|
}
|
|
2754
|
-
|
|
2755
2373
|
.align-content-md-around {
|
|
2756
2374
|
align-content: space-around !important;
|
|
2757
2375
|
}
|
|
2758
|
-
|
|
2759
2376
|
.align-content-md-stretch {
|
|
2760
2377
|
align-content: stretch !important;
|
|
2761
2378
|
}
|
|
2762
|
-
|
|
2763
2379
|
.align-self-md-auto {
|
|
2764
2380
|
align-self: auto !important;
|
|
2765
2381
|
}
|
|
2766
|
-
|
|
2767
2382
|
.align-self-md-start {
|
|
2768
2383
|
align-self: flex-start !important;
|
|
2769
2384
|
}
|
|
2770
|
-
|
|
2771
2385
|
.align-self-md-end {
|
|
2772
2386
|
align-self: flex-end !important;
|
|
2773
2387
|
}
|
|
2774
|
-
|
|
2775
2388
|
.align-self-md-center {
|
|
2776
2389
|
align-self: center !important;
|
|
2777
2390
|
}
|
|
2778
|
-
|
|
2779
2391
|
.align-self-md-baseline {
|
|
2780
2392
|
align-self: baseline !important;
|
|
2781
2393
|
}
|
|
2782
|
-
|
|
2783
2394
|
.align-self-md-stretch {
|
|
2784
2395
|
align-self: stretch !important;
|
|
2785
2396
|
}
|
|
2786
|
-
|
|
2787
2397
|
.order-md-first {
|
|
2788
2398
|
order: -1 !important;
|
|
2789
2399
|
}
|
|
2790
|
-
|
|
2791
2400
|
.order-md-0 {
|
|
2792
2401
|
order: 0 !important;
|
|
2793
2402
|
}
|
|
2794
|
-
|
|
2795
2403
|
.order-md-1 {
|
|
2796
2404
|
order: 1 !important;
|
|
2797
2405
|
}
|
|
2798
|
-
|
|
2799
2406
|
.order-md-2 {
|
|
2800
2407
|
order: 2 !important;
|
|
2801
2408
|
}
|
|
2802
|
-
|
|
2803
2409
|
.order-md-3 {
|
|
2804
2410
|
order: 3 !important;
|
|
2805
2411
|
}
|
|
2806
|
-
|
|
2807
2412
|
.order-md-4 {
|
|
2808
2413
|
order: 4 !important;
|
|
2809
2414
|
}
|
|
2810
|
-
|
|
2811
2415
|
.order-md-5 {
|
|
2812
2416
|
order: 5 !important;
|
|
2813
2417
|
}
|
|
2814
|
-
|
|
2815
2418
|
.order-md-last {
|
|
2816
2419
|
order: 6 !important;
|
|
2817
2420
|
}
|
|
2818
|
-
|
|
2819
2421
|
.m-md-0 {
|
|
2820
2422
|
margin: 0 !important;
|
|
2821
2423
|
}
|
|
2822
|
-
|
|
2823
2424
|
.m-md-1 {
|
|
2824
2425
|
margin: 0.25rem !important;
|
|
2825
2426
|
}
|
|
2826
|
-
|
|
2827
2427
|
.m-md-2 {
|
|
2828
2428
|
margin: 0.5rem !important;
|
|
2829
2429
|
}
|
|
2830
|
-
|
|
2831
2430
|
.m-md-3 {
|
|
2832
2431
|
margin: 1rem !important;
|
|
2833
2432
|
}
|
|
2834
|
-
|
|
2835
2433
|
.m-md-4 {
|
|
2836
2434
|
margin: 1.5rem !important;
|
|
2837
2435
|
}
|
|
2838
|
-
|
|
2839
2436
|
.m-md-5 {
|
|
2840
2437
|
margin: 3rem !important;
|
|
2841
2438
|
}
|
|
2842
|
-
|
|
2843
2439
|
.m-md-auto {
|
|
2844
2440
|
margin: auto !important;
|
|
2845
2441
|
}
|
|
2846
|
-
|
|
2847
2442
|
.mx-md-0 {
|
|
2848
2443
|
margin-right: 0 !important;
|
|
2849
2444
|
margin-left: 0 !important;
|
|
2850
2445
|
}
|
|
2851
|
-
|
|
2852
2446
|
.mx-md-1 {
|
|
2853
2447
|
margin-right: 0.25rem !important;
|
|
2854
2448
|
margin-left: 0.25rem !important;
|
|
2855
2449
|
}
|
|
2856
|
-
|
|
2857
2450
|
.mx-md-2 {
|
|
2858
2451
|
margin-right: 0.5rem !important;
|
|
2859
2452
|
margin-left: 0.5rem !important;
|
|
2860
2453
|
}
|
|
2861
|
-
|
|
2862
2454
|
.mx-md-3 {
|
|
2863
2455
|
margin-right: 1rem !important;
|
|
2864
2456
|
margin-left: 1rem !important;
|
|
2865
2457
|
}
|
|
2866
|
-
|
|
2867
2458
|
.mx-md-4 {
|
|
2868
2459
|
margin-right: 1.5rem !important;
|
|
2869
2460
|
margin-left: 1.5rem !important;
|
|
2870
2461
|
}
|
|
2871
|
-
|
|
2872
2462
|
.mx-md-5 {
|
|
2873
2463
|
margin-right: 3rem !important;
|
|
2874
2464
|
margin-left: 3rem !important;
|
|
2875
2465
|
}
|
|
2876
|
-
|
|
2877
2466
|
.mx-md-auto {
|
|
2878
2467
|
margin-right: auto !important;
|
|
2879
2468
|
margin-left: auto !important;
|
|
2880
2469
|
}
|
|
2881
|
-
|
|
2882
2470
|
.my-md-0 {
|
|
2883
2471
|
margin-top: 0 !important;
|
|
2884
2472
|
margin-bottom: 0 !important;
|
|
2885
2473
|
}
|
|
2886
|
-
|
|
2887
2474
|
.my-md-1 {
|
|
2888
2475
|
margin-top: 0.25rem !important;
|
|
2889
2476
|
margin-bottom: 0.25rem !important;
|
|
2890
2477
|
}
|
|
2891
|
-
|
|
2892
2478
|
.my-md-2 {
|
|
2893
2479
|
margin-top: 0.5rem !important;
|
|
2894
2480
|
margin-bottom: 0.5rem !important;
|
|
2895
2481
|
}
|
|
2896
|
-
|
|
2897
2482
|
.my-md-3 {
|
|
2898
2483
|
margin-top: 1rem !important;
|
|
2899
2484
|
margin-bottom: 1rem !important;
|
|
2900
2485
|
}
|
|
2901
|
-
|
|
2902
2486
|
.my-md-4 {
|
|
2903
2487
|
margin-top: 1.5rem !important;
|
|
2904
2488
|
margin-bottom: 1.5rem !important;
|
|
2905
2489
|
}
|
|
2906
|
-
|
|
2907
2490
|
.my-md-5 {
|
|
2908
2491
|
margin-top: 3rem !important;
|
|
2909
2492
|
margin-bottom: 3rem !important;
|
|
2910
2493
|
}
|
|
2911
|
-
|
|
2912
2494
|
.my-md-auto {
|
|
2913
2495
|
margin-top: auto !important;
|
|
2914
2496
|
margin-bottom: auto !important;
|
|
2915
2497
|
}
|
|
2916
|
-
|
|
2917
2498
|
.mt-md-0 {
|
|
2918
2499
|
margin-top: 0 !important;
|
|
2919
2500
|
}
|
|
2920
|
-
|
|
2921
2501
|
.mt-md-1 {
|
|
2922
2502
|
margin-top: 0.25rem !important;
|
|
2923
2503
|
}
|
|
2924
|
-
|
|
2925
2504
|
.mt-md-2 {
|
|
2926
2505
|
margin-top: 0.5rem !important;
|
|
2927
2506
|
}
|
|
2928
|
-
|
|
2929
2507
|
.mt-md-3 {
|
|
2930
2508
|
margin-top: 1rem !important;
|
|
2931
2509
|
}
|
|
2932
|
-
|
|
2933
2510
|
.mt-md-4 {
|
|
2934
2511
|
margin-top: 1.5rem !important;
|
|
2935
2512
|
}
|
|
2936
|
-
|
|
2937
2513
|
.mt-md-5 {
|
|
2938
2514
|
margin-top: 3rem !important;
|
|
2939
2515
|
}
|
|
2940
|
-
|
|
2941
2516
|
.mt-md-auto {
|
|
2942
2517
|
margin-top: auto !important;
|
|
2943
2518
|
}
|
|
2944
|
-
|
|
2945
2519
|
.me-md-0 {
|
|
2946
2520
|
margin-left: 0 !important;
|
|
2947
2521
|
}
|
|
2948
|
-
|
|
2949
2522
|
.me-md-1 {
|
|
2950
2523
|
margin-left: 0.25rem !important;
|
|
2951
2524
|
}
|
|
2952
|
-
|
|
2953
2525
|
.me-md-2 {
|
|
2954
2526
|
margin-left: 0.5rem !important;
|
|
2955
2527
|
}
|
|
2956
|
-
|
|
2957
2528
|
.me-md-3 {
|
|
2958
2529
|
margin-left: 1rem !important;
|
|
2959
2530
|
}
|
|
2960
|
-
|
|
2961
2531
|
.me-md-4 {
|
|
2962
2532
|
margin-left: 1.5rem !important;
|
|
2963
2533
|
}
|
|
2964
|
-
|
|
2965
2534
|
.me-md-5 {
|
|
2966
2535
|
margin-left: 3rem !important;
|
|
2967
2536
|
}
|
|
2968
|
-
|
|
2969
2537
|
.me-md-auto {
|
|
2970
2538
|
margin-left: auto !important;
|
|
2971
2539
|
}
|
|
2972
|
-
|
|
2973
2540
|
.mb-md-0 {
|
|
2974
2541
|
margin-bottom: 0 !important;
|
|
2975
2542
|
}
|
|
2976
|
-
|
|
2977
2543
|
.mb-md-1 {
|
|
2978
2544
|
margin-bottom: 0.25rem !important;
|
|
2979
2545
|
}
|
|
2980
|
-
|
|
2981
2546
|
.mb-md-2 {
|
|
2982
2547
|
margin-bottom: 0.5rem !important;
|
|
2983
2548
|
}
|
|
2984
|
-
|
|
2985
2549
|
.mb-md-3 {
|
|
2986
2550
|
margin-bottom: 1rem !important;
|
|
2987
2551
|
}
|
|
2988
|
-
|
|
2989
2552
|
.mb-md-4 {
|
|
2990
2553
|
margin-bottom: 1.5rem !important;
|
|
2991
2554
|
}
|
|
2992
|
-
|
|
2993
2555
|
.mb-md-5 {
|
|
2994
2556
|
margin-bottom: 3rem !important;
|
|
2995
2557
|
}
|
|
2996
|
-
|
|
2997
2558
|
.mb-md-auto {
|
|
2998
2559
|
margin-bottom: auto !important;
|
|
2999
2560
|
}
|
|
3000
|
-
|
|
3001
2561
|
.ms-md-0 {
|
|
3002
2562
|
margin-right: 0 !important;
|
|
3003
2563
|
}
|
|
3004
|
-
|
|
3005
2564
|
.ms-md-1 {
|
|
3006
2565
|
margin-right: 0.25rem !important;
|
|
3007
2566
|
}
|
|
3008
|
-
|
|
3009
2567
|
.ms-md-2 {
|
|
3010
2568
|
margin-right: 0.5rem !important;
|
|
3011
2569
|
}
|
|
3012
|
-
|
|
3013
2570
|
.ms-md-3 {
|
|
3014
2571
|
margin-right: 1rem !important;
|
|
3015
2572
|
}
|
|
3016
|
-
|
|
3017
2573
|
.ms-md-4 {
|
|
3018
2574
|
margin-right: 1.5rem !important;
|
|
3019
2575
|
}
|
|
3020
|
-
|
|
3021
2576
|
.ms-md-5 {
|
|
3022
2577
|
margin-right: 3rem !important;
|
|
3023
2578
|
}
|
|
3024
|
-
|
|
3025
2579
|
.ms-md-auto {
|
|
3026
2580
|
margin-right: auto !important;
|
|
3027
2581
|
}
|
|
3028
|
-
|
|
3029
2582
|
.p-md-0 {
|
|
3030
2583
|
padding: 0 !important;
|
|
3031
2584
|
}
|
|
3032
|
-
|
|
3033
2585
|
.p-md-1 {
|
|
3034
2586
|
padding: 0.25rem !important;
|
|
3035
2587
|
}
|
|
3036
|
-
|
|
3037
2588
|
.p-md-2 {
|
|
3038
2589
|
padding: 0.5rem !important;
|
|
3039
2590
|
}
|
|
3040
|
-
|
|
3041
2591
|
.p-md-3 {
|
|
3042
2592
|
padding: 1rem !important;
|
|
3043
2593
|
}
|
|
3044
|
-
|
|
3045
2594
|
.p-md-4 {
|
|
3046
2595
|
padding: 1.5rem !important;
|
|
3047
2596
|
}
|
|
3048
|
-
|
|
3049
2597
|
.p-md-5 {
|
|
3050
2598
|
padding: 3rem !important;
|
|
3051
2599
|
}
|
|
3052
|
-
|
|
3053
2600
|
.px-md-0 {
|
|
3054
2601
|
padding-right: 0 !important;
|
|
3055
2602
|
padding-left: 0 !important;
|
|
3056
2603
|
}
|
|
3057
|
-
|
|
3058
2604
|
.px-md-1 {
|
|
3059
2605
|
padding-right: 0.25rem !important;
|
|
3060
2606
|
padding-left: 0.25rem !important;
|
|
3061
2607
|
}
|
|
3062
|
-
|
|
3063
2608
|
.px-md-2 {
|
|
3064
2609
|
padding-right: 0.5rem !important;
|
|
3065
2610
|
padding-left: 0.5rem !important;
|
|
3066
2611
|
}
|
|
3067
|
-
|
|
3068
2612
|
.px-md-3 {
|
|
3069
2613
|
padding-right: 1rem !important;
|
|
3070
2614
|
padding-left: 1rem !important;
|
|
3071
2615
|
}
|
|
3072
|
-
|
|
3073
2616
|
.px-md-4 {
|
|
3074
2617
|
padding-right: 1.5rem !important;
|
|
3075
2618
|
padding-left: 1.5rem !important;
|
|
3076
2619
|
}
|
|
3077
|
-
|
|
3078
2620
|
.px-md-5 {
|
|
3079
2621
|
padding-right: 3rem !important;
|
|
3080
2622
|
padding-left: 3rem !important;
|
|
3081
2623
|
}
|
|
3082
|
-
|
|
3083
2624
|
.py-md-0 {
|
|
3084
2625
|
padding-top: 0 !important;
|
|
3085
2626
|
padding-bottom: 0 !important;
|
|
3086
2627
|
}
|
|
3087
|
-
|
|
3088
2628
|
.py-md-1 {
|
|
3089
2629
|
padding-top: 0.25rem !important;
|
|
3090
2630
|
padding-bottom: 0.25rem !important;
|
|
3091
2631
|
}
|
|
3092
|
-
|
|
3093
2632
|
.py-md-2 {
|
|
3094
2633
|
padding-top: 0.5rem !important;
|
|
3095
2634
|
padding-bottom: 0.5rem !important;
|
|
3096
2635
|
}
|
|
3097
|
-
|
|
3098
2636
|
.py-md-3 {
|
|
3099
2637
|
padding-top: 1rem !important;
|
|
3100
2638
|
padding-bottom: 1rem !important;
|
|
3101
2639
|
}
|
|
3102
|
-
|
|
3103
2640
|
.py-md-4 {
|
|
3104
2641
|
padding-top: 1.5rem !important;
|
|
3105
2642
|
padding-bottom: 1.5rem !important;
|
|
3106
2643
|
}
|
|
3107
|
-
|
|
3108
2644
|
.py-md-5 {
|
|
3109
2645
|
padding-top: 3rem !important;
|
|
3110
2646
|
padding-bottom: 3rem !important;
|
|
3111
2647
|
}
|
|
3112
|
-
|
|
3113
2648
|
.pt-md-0 {
|
|
3114
2649
|
padding-top: 0 !important;
|
|
3115
2650
|
}
|
|
3116
|
-
|
|
3117
2651
|
.pt-md-1 {
|
|
3118
2652
|
padding-top: 0.25rem !important;
|
|
3119
2653
|
}
|
|
3120
|
-
|
|
3121
2654
|
.pt-md-2 {
|
|
3122
2655
|
padding-top: 0.5rem !important;
|
|
3123
2656
|
}
|
|
3124
|
-
|
|
3125
2657
|
.pt-md-3 {
|
|
3126
2658
|
padding-top: 1rem !important;
|
|
3127
2659
|
}
|
|
3128
|
-
|
|
3129
2660
|
.pt-md-4 {
|
|
3130
2661
|
padding-top: 1.5rem !important;
|
|
3131
2662
|
}
|
|
3132
|
-
|
|
3133
2663
|
.pt-md-5 {
|
|
3134
2664
|
padding-top: 3rem !important;
|
|
3135
2665
|
}
|
|
3136
|
-
|
|
3137
2666
|
.pe-md-0 {
|
|
3138
2667
|
padding-left: 0 !important;
|
|
3139
2668
|
}
|
|
3140
|
-
|
|
3141
2669
|
.pe-md-1 {
|
|
3142
2670
|
padding-left: 0.25rem !important;
|
|
3143
2671
|
}
|
|
3144
|
-
|
|
3145
2672
|
.pe-md-2 {
|
|
3146
2673
|
padding-left: 0.5rem !important;
|
|
3147
2674
|
}
|
|
3148
|
-
|
|
3149
2675
|
.pe-md-3 {
|
|
3150
2676
|
padding-left: 1rem !important;
|
|
3151
2677
|
}
|
|
3152
|
-
|
|
3153
2678
|
.pe-md-4 {
|
|
3154
2679
|
padding-left: 1.5rem !important;
|
|
3155
2680
|
}
|
|
3156
|
-
|
|
3157
2681
|
.pe-md-5 {
|
|
3158
2682
|
padding-left: 3rem !important;
|
|
3159
2683
|
}
|
|
3160
|
-
|
|
3161
2684
|
.pb-md-0 {
|
|
3162
2685
|
padding-bottom: 0 !important;
|
|
3163
2686
|
}
|
|
3164
|
-
|
|
3165
2687
|
.pb-md-1 {
|
|
3166
2688
|
padding-bottom: 0.25rem !important;
|
|
3167
2689
|
}
|
|
3168
|
-
|
|
3169
2690
|
.pb-md-2 {
|
|
3170
2691
|
padding-bottom: 0.5rem !important;
|
|
3171
2692
|
}
|
|
3172
|
-
|
|
3173
2693
|
.pb-md-3 {
|
|
3174
2694
|
padding-bottom: 1rem !important;
|
|
3175
2695
|
}
|
|
3176
|
-
|
|
3177
2696
|
.pb-md-4 {
|
|
3178
2697
|
padding-bottom: 1.5rem !important;
|
|
3179
2698
|
}
|
|
3180
|
-
|
|
3181
2699
|
.pb-md-5 {
|
|
3182
2700
|
padding-bottom: 3rem !important;
|
|
3183
2701
|
}
|
|
3184
|
-
|
|
3185
2702
|
.ps-md-0 {
|
|
3186
2703
|
padding-right: 0 !important;
|
|
3187
2704
|
}
|
|
3188
|
-
|
|
3189
2705
|
.ps-md-1 {
|
|
3190
2706
|
padding-right: 0.25rem !important;
|
|
3191
2707
|
}
|
|
3192
|
-
|
|
3193
2708
|
.ps-md-2 {
|
|
3194
2709
|
padding-right: 0.5rem !important;
|
|
3195
2710
|
}
|
|
3196
|
-
|
|
3197
2711
|
.ps-md-3 {
|
|
3198
2712
|
padding-right: 1rem !important;
|
|
3199
2713
|
}
|
|
3200
|
-
|
|
3201
2714
|
.ps-md-4 {
|
|
3202
2715
|
padding-right: 1.5rem !important;
|
|
3203
2716
|
}
|
|
3204
|
-
|
|
3205
2717
|
.ps-md-5 {
|
|
3206
2718
|
padding-right: 3rem !important;
|
|
3207
2719
|
}
|
|
@@ -3210,601 +2722,458 @@
|
|
|
3210
2722
|
.d-lg-inline {
|
|
3211
2723
|
display: inline !important;
|
|
3212
2724
|
}
|
|
3213
|
-
|
|
3214
2725
|
.d-lg-inline-block {
|
|
3215
2726
|
display: inline-block !important;
|
|
3216
2727
|
}
|
|
3217
|
-
|
|
3218
2728
|
.d-lg-block {
|
|
3219
2729
|
display: block !important;
|
|
3220
2730
|
}
|
|
3221
|
-
|
|
3222
2731
|
.d-lg-grid {
|
|
3223
2732
|
display: grid !important;
|
|
3224
2733
|
}
|
|
3225
|
-
|
|
3226
2734
|
.d-lg-table {
|
|
3227
2735
|
display: table !important;
|
|
3228
2736
|
}
|
|
3229
|
-
|
|
3230
2737
|
.d-lg-table-row {
|
|
3231
2738
|
display: table-row !important;
|
|
3232
2739
|
}
|
|
3233
|
-
|
|
3234
2740
|
.d-lg-table-cell {
|
|
3235
2741
|
display: table-cell !important;
|
|
3236
2742
|
}
|
|
3237
|
-
|
|
3238
2743
|
.d-lg-flex {
|
|
3239
2744
|
display: flex !important;
|
|
3240
2745
|
}
|
|
3241
|
-
|
|
3242
2746
|
.d-lg-inline-flex {
|
|
3243
2747
|
display: inline-flex !important;
|
|
3244
2748
|
}
|
|
3245
|
-
|
|
3246
2749
|
.d-lg-none {
|
|
3247
2750
|
display: none !important;
|
|
3248
2751
|
}
|
|
3249
|
-
|
|
3250
2752
|
.flex-lg-fill {
|
|
3251
2753
|
flex: 1 1 auto !important;
|
|
3252
2754
|
}
|
|
3253
|
-
|
|
3254
2755
|
.flex-lg-row {
|
|
3255
2756
|
flex-direction: row !important;
|
|
3256
2757
|
}
|
|
3257
|
-
|
|
3258
2758
|
.flex-lg-column {
|
|
3259
2759
|
flex-direction: column !important;
|
|
3260
2760
|
}
|
|
3261
|
-
|
|
3262
2761
|
.flex-lg-row-reverse {
|
|
3263
2762
|
flex-direction: row-reverse !important;
|
|
3264
2763
|
}
|
|
3265
|
-
|
|
3266
2764
|
.flex-lg-column-reverse {
|
|
3267
2765
|
flex-direction: column-reverse !important;
|
|
3268
2766
|
}
|
|
3269
|
-
|
|
3270
2767
|
.flex-lg-grow-0 {
|
|
3271
2768
|
flex-grow: 0 !important;
|
|
3272
2769
|
}
|
|
3273
|
-
|
|
3274
2770
|
.flex-lg-grow-1 {
|
|
3275
2771
|
flex-grow: 1 !important;
|
|
3276
2772
|
}
|
|
3277
|
-
|
|
3278
2773
|
.flex-lg-shrink-0 {
|
|
3279
2774
|
flex-shrink: 0 !important;
|
|
3280
2775
|
}
|
|
3281
|
-
|
|
3282
2776
|
.flex-lg-shrink-1 {
|
|
3283
2777
|
flex-shrink: 1 !important;
|
|
3284
2778
|
}
|
|
3285
|
-
|
|
3286
2779
|
.flex-lg-wrap {
|
|
3287
2780
|
flex-wrap: wrap !important;
|
|
3288
2781
|
}
|
|
3289
|
-
|
|
3290
2782
|
.flex-lg-nowrap {
|
|
3291
2783
|
flex-wrap: nowrap !important;
|
|
3292
2784
|
}
|
|
3293
|
-
|
|
3294
2785
|
.flex-lg-wrap-reverse {
|
|
3295
2786
|
flex-wrap: wrap-reverse !important;
|
|
3296
2787
|
}
|
|
3297
|
-
|
|
3298
2788
|
.justify-content-lg-start {
|
|
3299
2789
|
justify-content: flex-start !important;
|
|
3300
2790
|
}
|
|
3301
|
-
|
|
3302
2791
|
.justify-content-lg-end {
|
|
3303
2792
|
justify-content: flex-end !important;
|
|
3304
2793
|
}
|
|
3305
|
-
|
|
3306
2794
|
.justify-content-lg-center {
|
|
3307
2795
|
justify-content: center !important;
|
|
3308
2796
|
}
|
|
3309
|
-
|
|
3310
2797
|
.justify-content-lg-between {
|
|
3311
2798
|
justify-content: space-between !important;
|
|
3312
2799
|
}
|
|
3313
|
-
|
|
3314
2800
|
.justify-content-lg-around {
|
|
3315
2801
|
justify-content: space-around !important;
|
|
3316
2802
|
}
|
|
3317
|
-
|
|
3318
2803
|
.justify-content-lg-evenly {
|
|
3319
2804
|
justify-content: space-evenly !important;
|
|
3320
2805
|
}
|
|
3321
|
-
|
|
3322
2806
|
.align-items-lg-start {
|
|
3323
2807
|
align-items: flex-start !important;
|
|
3324
2808
|
}
|
|
3325
|
-
|
|
3326
2809
|
.align-items-lg-end {
|
|
3327
2810
|
align-items: flex-end !important;
|
|
3328
2811
|
}
|
|
3329
|
-
|
|
3330
2812
|
.align-items-lg-center {
|
|
3331
2813
|
align-items: center !important;
|
|
3332
2814
|
}
|
|
3333
|
-
|
|
3334
2815
|
.align-items-lg-baseline {
|
|
3335
2816
|
align-items: baseline !important;
|
|
3336
2817
|
}
|
|
3337
|
-
|
|
3338
2818
|
.align-items-lg-stretch {
|
|
3339
2819
|
align-items: stretch !important;
|
|
3340
2820
|
}
|
|
3341
|
-
|
|
3342
2821
|
.align-content-lg-start {
|
|
3343
2822
|
align-content: flex-start !important;
|
|
3344
2823
|
}
|
|
3345
|
-
|
|
3346
2824
|
.align-content-lg-end {
|
|
3347
2825
|
align-content: flex-end !important;
|
|
3348
2826
|
}
|
|
3349
|
-
|
|
3350
2827
|
.align-content-lg-center {
|
|
3351
2828
|
align-content: center !important;
|
|
3352
2829
|
}
|
|
3353
|
-
|
|
3354
2830
|
.align-content-lg-between {
|
|
3355
2831
|
align-content: space-between !important;
|
|
3356
2832
|
}
|
|
3357
|
-
|
|
3358
2833
|
.align-content-lg-around {
|
|
3359
2834
|
align-content: space-around !important;
|
|
3360
2835
|
}
|
|
3361
|
-
|
|
3362
2836
|
.align-content-lg-stretch {
|
|
3363
2837
|
align-content: stretch !important;
|
|
3364
2838
|
}
|
|
3365
|
-
|
|
3366
2839
|
.align-self-lg-auto {
|
|
3367
2840
|
align-self: auto !important;
|
|
3368
2841
|
}
|
|
3369
|
-
|
|
3370
2842
|
.align-self-lg-start {
|
|
3371
2843
|
align-self: flex-start !important;
|
|
3372
2844
|
}
|
|
3373
|
-
|
|
3374
2845
|
.align-self-lg-end {
|
|
3375
2846
|
align-self: flex-end !important;
|
|
3376
2847
|
}
|
|
3377
|
-
|
|
3378
2848
|
.align-self-lg-center {
|
|
3379
2849
|
align-self: center !important;
|
|
3380
2850
|
}
|
|
3381
|
-
|
|
3382
2851
|
.align-self-lg-baseline {
|
|
3383
2852
|
align-self: baseline !important;
|
|
3384
2853
|
}
|
|
3385
|
-
|
|
3386
2854
|
.align-self-lg-stretch {
|
|
3387
2855
|
align-self: stretch !important;
|
|
3388
2856
|
}
|
|
3389
|
-
|
|
3390
2857
|
.order-lg-first {
|
|
3391
2858
|
order: -1 !important;
|
|
3392
2859
|
}
|
|
3393
|
-
|
|
3394
2860
|
.order-lg-0 {
|
|
3395
2861
|
order: 0 !important;
|
|
3396
2862
|
}
|
|
3397
|
-
|
|
3398
2863
|
.order-lg-1 {
|
|
3399
2864
|
order: 1 !important;
|
|
3400
2865
|
}
|
|
3401
|
-
|
|
3402
2866
|
.order-lg-2 {
|
|
3403
2867
|
order: 2 !important;
|
|
3404
2868
|
}
|
|
3405
|
-
|
|
3406
2869
|
.order-lg-3 {
|
|
3407
2870
|
order: 3 !important;
|
|
3408
2871
|
}
|
|
3409
|
-
|
|
3410
2872
|
.order-lg-4 {
|
|
3411
2873
|
order: 4 !important;
|
|
3412
2874
|
}
|
|
3413
|
-
|
|
3414
2875
|
.order-lg-5 {
|
|
3415
2876
|
order: 5 !important;
|
|
3416
2877
|
}
|
|
3417
|
-
|
|
3418
2878
|
.order-lg-last {
|
|
3419
2879
|
order: 6 !important;
|
|
3420
2880
|
}
|
|
3421
|
-
|
|
3422
2881
|
.m-lg-0 {
|
|
3423
2882
|
margin: 0 !important;
|
|
3424
2883
|
}
|
|
3425
|
-
|
|
3426
2884
|
.m-lg-1 {
|
|
3427
2885
|
margin: 0.25rem !important;
|
|
3428
2886
|
}
|
|
3429
|
-
|
|
3430
2887
|
.m-lg-2 {
|
|
3431
2888
|
margin: 0.5rem !important;
|
|
3432
2889
|
}
|
|
3433
|
-
|
|
3434
2890
|
.m-lg-3 {
|
|
3435
2891
|
margin: 1rem !important;
|
|
3436
2892
|
}
|
|
3437
|
-
|
|
3438
2893
|
.m-lg-4 {
|
|
3439
2894
|
margin: 1.5rem !important;
|
|
3440
2895
|
}
|
|
3441
|
-
|
|
3442
2896
|
.m-lg-5 {
|
|
3443
2897
|
margin: 3rem !important;
|
|
3444
2898
|
}
|
|
3445
|
-
|
|
3446
2899
|
.m-lg-auto {
|
|
3447
2900
|
margin: auto !important;
|
|
3448
2901
|
}
|
|
3449
|
-
|
|
3450
2902
|
.mx-lg-0 {
|
|
3451
2903
|
margin-right: 0 !important;
|
|
3452
2904
|
margin-left: 0 !important;
|
|
3453
2905
|
}
|
|
3454
|
-
|
|
3455
2906
|
.mx-lg-1 {
|
|
3456
2907
|
margin-right: 0.25rem !important;
|
|
3457
2908
|
margin-left: 0.25rem !important;
|
|
3458
2909
|
}
|
|
3459
|
-
|
|
3460
2910
|
.mx-lg-2 {
|
|
3461
2911
|
margin-right: 0.5rem !important;
|
|
3462
2912
|
margin-left: 0.5rem !important;
|
|
3463
2913
|
}
|
|
3464
|
-
|
|
3465
2914
|
.mx-lg-3 {
|
|
3466
2915
|
margin-right: 1rem !important;
|
|
3467
2916
|
margin-left: 1rem !important;
|
|
3468
2917
|
}
|
|
3469
|
-
|
|
3470
2918
|
.mx-lg-4 {
|
|
3471
2919
|
margin-right: 1.5rem !important;
|
|
3472
2920
|
margin-left: 1.5rem !important;
|
|
3473
2921
|
}
|
|
3474
|
-
|
|
3475
2922
|
.mx-lg-5 {
|
|
3476
2923
|
margin-right: 3rem !important;
|
|
3477
2924
|
margin-left: 3rem !important;
|
|
3478
2925
|
}
|
|
3479
|
-
|
|
3480
2926
|
.mx-lg-auto {
|
|
3481
2927
|
margin-right: auto !important;
|
|
3482
2928
|
margin-left: auto !important;
|
|
3483
2929
|
}
|
|
3484
|
-
|
|
3485
2930
|
.my-lg-0 {
|
|
3486
2931
|
margin-top: 0 !important;
|
|
3487
2932
|
margin-bottom: 0 !important;
|
|
3488
2933
|
}
|
|
3489
|
-
|
|
3490
2934
|
.my-lg-1 {
|
|
3491
2935
|
margin-top: 0.25rem !important;
|
|
3492
2936
|
margin-bottom: 0.25rem !important;
|
|
3493
2937
|
}
|
|
3494
|
-
|
|
3495
2938
|
.my-lg-2 {
|
|
3496
2939
|
margin-top: 0.5rem !important;
|
|
3497
2940
|
margin-bottom: 0.5rem !important;
|
|
3498
2941
|
}
|
|
3499
|
-
|
|
3500
2942
|
.my-lg-3 {
|
|
3501
2943
|
margin-top: 1rem !important;
|
|
3502
2944
|
margin-bottom: 1rem !important;
|
|
3503
2945
|
}
|
|
3504
|
-
|
|
3505
2946
|
.my-lg-4 {
|
|
3506
2947
|
margin-top: 1.5rem !important;
|
|
3507
2948
|
margin-bottom: 1.5rem !important;
|
|
3508
2949
|
}
|
|
3509
|
-
|
|
3510
2950
|
.my-lg-5 {
|
|
3511
2951
|
margin-top: 3rem !important;
|
|
3512
2952
|
margin-bottom: 3rem !important;
|
|
3513
2953
|
}
|
|
3514
|
-
|
|
3515
2954
|
.my-lg-auto {
|
|
3516
2955
|
margin-top: auto !important;
|
|
3517
2956
|
margin-bottom: auto !important;
|
|
3518
2957
|
}
|
|
3519
|
-
|
|
3520
2958
|
.mt-lg-0 {
|
|
3521
2959
|
margin-top: 0 !important;
|
|
3522
2960
|
}
|
|
3523
|
-
|
|
3524
2961
|
.mt-lg-1 {
|
|
3525
2962
|
margin-top: 0.25rem !important;
|
|
3526
2963
|
}
|
|
3527
|
-
|
|
3528
2964
|
.mt-lg-2 {
|
|
3529
2965
|
margin-top: 0.5rem !important;
|
|
3530
2966
|
}
|
|
3531
|
-
|
|
3532
2967
|
.mt-lg-3 {
|
|
3533
2968
|
margin-top: 1rem !important;
|
|
3534
2969
|
}
|
|
3535
|
-
|
|
3536
2970
|
.mt-lg-4 {
|
|
3537
2971
|
margin-top: 1.5rem !important;
|
|
3538
2972
|
}
|
|
3539
|
-
|
|
3540
2973
|
.mt-lg-5 {
|
|
3541
2974
|
margin-top: 3rem !important;
|
|
3542
2975
|
}
|
|
3543
|
-
|
|
3544
2976
|
.mt-lg-auto {
|
|
3545
2977
|
margin-top: auto !important;
|
|
3546
2978
|
}
|
|
3547
|
-
|
|
3548
2979
|
.me-lg-0 {
|
|
3549
2980
|
margin-left: 0 !important;
|
|
3550
2981
|
}
|
|
3551
|
-
|
|
3552
2982
|
.me-lg-1 {
|
|
3553
2983
|
margin-left: 0.25rem !important;
|
|
3554
2984
|
}
|
|
3555
|
-
|
|
3556
2985
|
.me-lg-2 {
|
|
3557
2986
|
margin-left: 0.5rem !important;
|
|
3558
2987
|
}
|
|
3559
|
-
|
|
3560
2988
|
.me-lg-3 {
|
|
3561
2989
|
margin-left: 1rem !important;
|
|
3562
2990
|
}
|
|
3563
|
-
|
|
3564
2991
|
.me-lg-4 {
|
|
3565
2992
|
margin-left: 1.5rem !important;
|
|
3566
2993
|
}
|
|
3567
|
-
|
|
3568
2994
|
.me-lg-5 {
|
|
3569
2995
|
margin-left: 3rem !important;
|
|
3570
2996
|
}
|
|
3571
|
-
|
|
3572
2997
|
.me-lg-auto {
|
|
3573
2998
|
margin-left: auto !important;
|
|
3574
2999
|
}
|
|
3575
|
-
|
|
3576
3000
|
.mb-lg-0 {
|
|
3577
3001
|
margin-bottom: 0 !important;
|
|
3578
3002
|
}
|
|
3579
|
-
|
|
3580
3003
|
.mb-lg-1 {
|
|
3581
3004
|
margin-bottom: 0.25rem !important;
|
|
3582
3005
|
}
|
|
3583
|
-
|
|
3584
3006
|
.mb-lg-2 {
|
|
3585
3007
|
margin-bottom: 0.5rem !important;
|
|
3586
3008
|
}
|
|
3587
|
-
|
|
3588
3009
|
.mb-lg-3 {
|
|
3589
3010
|
margin-bottom: 1rem !important;
|
|
3590
3011
|
}
|
|
3591
|
-
|
|
3592
3012
|
.mb-lg-4 {
|
|
3593
3013
|
margin-bottom: 1.5rem !important;
|
|
3594
3014
|
}
|
|
3595
|
-
|
|
3596
3015
|
.mb-lg-5 {
|
|
3597
3016
|
margin-bottom: 3rem !important;
|
|
3598
3017
|
}
|
|
3599
|
-
|
|
3600
3018
|
.mb-lg-auto {
|
|
3601
3019
|
margin-bottom: auto !important;
|
|
3602
3020
|
}
|
|
3603
|
-
|
|
3604
3021
|
.ms-lg-0 {
|
|
3605
3022
|
margin-right: 0 !important;
|
|
3606
3023
|
}
|
|
3607
|
-
|
|
3608
3024
|
.ms-lg-1 {
|
|
3609
3025
|
margin-right: 0.25rem !important;
|
|
3610
3026
|
}
|
|
3611
|
-
|
|
3612
3027
|
.ms-lg-2 {
|
|
3613
3028
|
margin-right: 0.5rem !important;
|
|
3614
3029
|
}
|
|
3615
|
-
|
|
3616
3030
|
.ms-lg-3 {
|
|
3617
3031
|
margin-right: 1rem !important;
|
|
3618
3032
|
}
|
|
3619
|
-
|
|
3620
3033
|
.ms-lg-4 {
|
|
3621
3034
|
margin-right: 1.5rem !important;
|
|
3622
3035
|
}
|
|
3623
|
-
|
|
3624
3036
|
.ms-lg-5 {
|
|
3625
3037
|
margin-right: 3rem !important;
|
|
3626
3038
|
}
|
|
3627
|
-
|
|
3628
3039
|
.ms-lg-auto {
|
|
3629
3040
|
margin-right: auto !important;
|
|
3630
3041
|
}
|
|
3631
|
-
|
|
3632
3042
|
.p-lg-0 {
|
|
3633
3043
|
padding: 0 !important;
|
|
3634
3044
|
}
|
|
3635
|
-
|
|
3636
3045
|
.p-lg-1 {
|
|
3637
3046
|
padding: 0.25rem !important;
|
|
3638
3047
|
}
|
|
3639
|
-
|
|
3640
3048
|
.p-lg-2 {
|
|
3641
3049
|
padding: 0.5rem !important;
|
|
3642
3050
|
}
|
|
3643
|
-
|
|
3644
3051
|
.p-lg-3 {
|
|
3645
3052
|
padding: 1rem !important;
|
|
3646
3053
|
}
|
|
3647
|
-
|
|
3648
3054
|
.p-lg-4 {
|
|
3649
3055
|
padding: 1.5rem !important;
|
|
3650
3056
|
}
|
|
3651
|
-
|
|
3652
3057
|
.p-lg-5 {
|
|
3653
3058
|
padding: 3rem !important;
|
|
3654
3059
|
}
|
|
3655
|
-
|
|
3656
3060
|
.px-lg-0 {
|
|
3657
3061
|
padding-right: 0 !important;
|
|
3658
3062
|
padding-left: 0 !important;
|
|
3659
3063
|
}
|
|
3660
|
-
|
|
3661
3064
|
.px-lg-1 {
|
|
3662
3065
|
padding-right: 0.25rem !important;
|
|
3663
3066
|
padding-left: 0.25rem !important;
|
|
3664
3067
|
}
|
|
3665
|
-
|
|
3666
3068
|
.px-lg-2 {
|
|
3667
3069
|
padding-right: 0.5rem !important;
|
|
3668
3070
|
padding-left: 0.5rem !important;
|
|
3669
3071
|
}
|
|
3670
|
-
|
|
3671
3072
|
.px-lg-3 {
|
|
3672
3073
|
padding-right: 1rem !important;
|
|
3673
3074
|
padding-left: 1rem !important;
|
|
3674
3075
|
}
|
|
3675
|
-
|
|
3676
3076
|
.px-lg-4 {
|
|
3677
3077
|
padding-right: 1.5rem !important;
|
|
3678
3078
|
padding-left: 1.5rem !important;
|
|
3679
3079
|
}
|
|
3680
|
-
|
|
3681
3080
|
.px-lg-5 {
|
|
3682
3081
|
padding-right: 3rem !important;
|
|
3683
3082
|
padding-left: 3rem !important;
|
|
3684
3083
|
}
|
|
3685
|
-
|
|
3686
3084
|
.py-lg-0 {
|
|
3687
3085
|
padding-top: 0 !important;
|
|
3688
3086
|
padding-bottom: 0 !important;
|
|
3689
3087
|
}
|
|
3690
|
-
|
|
3691
3088
|
.py-lg-1 {
|
|
3692
3089
|
padding-top: 0.25rem !important;
|
|
3693
3090
|
padding-bottom: 0.25rem !important;
|
|
3694
3091
|
}
|
|
3695
|
-
|
|
3696
3092
|
.py-lg-2 {
|
|
3697
3093
|
padding-top: 0.5rem !important;
|
|
3698
3094
|
padding-bottom: 0.5rem !important;
|
|
3699
3095
|
}
|
|
3700
|
-
|
|
3701
3096
|
.py-lg-3 {
|
|
3702
3097
|
padding-top: 1rem !important;
|
|
3703
3098
|
padding-bottom: 1rem !important;
|
|
3704
3099
|
}
|
|
3705
|
-
|
|
3706
3100
|
.py-lg-4 {
|
|
3707
3101
|
padding-top: 1.5rem !important;
|
|
3708
3102
|
padding-bottom: 1.5rem !important;
|
|
3709
3103
|
}
|
|
3710
|
-
|
|
3711
3104
|
.py-lg-5 {
|
|
3712
3105
|
padding-top: 3rem !important;
|
|
3713
3106
|
padding-bottom: 3rem !important;
|
|
3714
3107
|
}
|
|
3715
|
-
|
|
3716
3108
|
.pt-lg-0 {
|
|
3717
3109
|
padding-top: 0 !important;
|
|
3718
3110
|
}
|
|
3719
|
-
|
|
3720
3111
|
.pt-lg-1 {
|
|
3721
3112
|
padding-top: 0.25rem !important;
|
|
3722
3113
|
}
|
|
3723
|
-
|
|
3724
3114
|
.pt-lg-2 {
|
|
3725
3115
|
padding-top: 0.5rem !important;
|
|
3726
3116
|
}
|
|
3727
|
-
|
|
3728
3117
|
.pt-lg-3 {
|
|
3729
3118
|
padding-top: 1rem !important;
|
|
3730
3119
|
}
|
|
3731
|
-
|
|
3732
3120
|
.pt-lg-4 {
|
|
3733
3121
|
padding-top: 1.5rem !important;
|
|
3734
3122
|
}
|
|
3735
|
-
|
|
3736
3123
|
.pt-lg-5 {
|
|
3737
3124
|
padding-top: 3rem !important;
|
|
3738
3125
|
}
|
|
3739
|
-
|
|
3740
3126
|
.pe-lg-0 {
|
|
3741
3127
|
padding-left: 0 !important;
|
|
3742
3128
|
}
|
|
3743
|
-
|
|
3744
3129
|
.pe-lg-1 {
|
|
3745
3130
|
padding-left: 0.25rem !important;
|
|
3746
3131
|
}
|
|
3747
|
-
|
|
3748
3132
|
.pe-lg-2 {
|
|
3749
3133
|
padding-left: 0.5rem !important;
|
|
3750
3134
|
}
|
|
3751
|
-
|
|
3752
3135
|
.pe-lg-3 {
|
|
3753
3136
|
padding-left: 1rem !important;
|
|
3754
3137
|
}
|
|
3755
|
-
|
|
3756
3138
|
.pe-lg-4 {
|
|
3757
3139
|
padding-left: 1.5rem !important;
|
|
3758
3140
|
}
|
|
3759
|
-
|
|
3760
3141
|
.pe-lg-5 {
|
|
3761
3142
|
padding-left: 3rem !important;
|
|
3762
3143
|
}
|
|
3763
|
-
|
|
3764
3144
|
.pb-lg-0 {
|
|
3765
3145
|
padding-bottom: 0 !important;
|
|
3766
3146
|
}
|
|
3767
|
-
|
|
3768
3147
|
.pb-lg-1 {
|
|
3769
3148
|
padding-bottom: 0.25rem !important;
|
|
3770
3149
|
}
|
|
3771
|
-
|
|
3772
3150
|
.pb-lg-2 {
|
|
3773
3151
|
padding-bottom: 0.5rem !important;
|
|
3774
3152
|
}
|
|
3775
|
-
|
|
3776
3153
|
.pb-lg-3 {
|
|
3777
3154
|
padding-bottom: 1rem !important;
|
|
3778
3155
|
}
|
|
3779
|
-
|
|
3780
3156
|
.pb-lg-4 {
|
|
3781
3157
|
padding-bottom: 1.5rem !important;
|
|
3782
3158
|
}
|
|
3783
|
-
|
|
3784
3159
|
.pb-lg-5 {
|
|
3785
3160
|
padding-bottom: 3rem !important;
|
|
3786
3161
|
}
|
|
3787
|
-
|
|
3788
3162
|
.ps-lg-0 {
|
|
3789
3163
|
padding-right: 0 !important;
|
|
3790
3164
|
}
|
|
3791
|
-
|
|
3792
3165
|
.ps-lg-1 {
|
|
3793
3166
|
padding-right: 0.25rem !important;
|
|
3794
3167
|
}
|
|
3795
|
-
|
|
3796
3168
|
.ps-lg-2 {
|
|
3797
3169
|
padding-right: 0.5rem !important;
|
|
3798
3170
|
}
|
|
3799
|
-
|
|
3800
3171
|
.ps-lg-3 {
|
|
3801
3172
|
padding-right: 1rem !important;
|
|
3802
3173
|
}
|
|
3803
|
-
|
|
3804
3174
|
.ps-lg-4 {
|
|
3805
3175
|
padding-right: 1.5rem !important;
|
|
3806
3176
|
}
|
|
3807
|
-
|
|
3808
3177
|
.ps-lg-5 {
|
|
3809
3178
|
padding-right: 3rem !important;
|
|
3810
3179
|
}
|
|
@@ -3813,601 +3182,458 @@
|
|
|
3813
3182
|
.d-xl-inline {
|
|
3814
3183
|
display: inline !important;
|
|
3815
3184
|
}
|
|
3816
|
-
|
|
3817
3185
|
.d-xl-inline-block {
|
|
3818
3186
|
display: inline-block !important;
|
|
3819
3187
|
}
|
|
3820
|
-
|
|
3821
3188
|
.d-xl-block {
|
|
3822
3189
|
display: block !important;
|
|
3823
3190
|
}
|
|
3824
|
-
|
|
3825
3191
|
.d-xl-grid {
|
|
3826
3192
|
display: grid !important;
|
|
3827
3193
|
}
|
|
3828
|
-
|
|
3829
3194
|
.d-xl-table {
|
|
3830
3195
|
display: table !important;
|
|
3831
3196
|
}
|
|
3832
|
-
|
|
3833
3197
|
.d-xl-table-row {
|
|
3834
3198
|
display: table-row !important;
|
|
3835
3199
|
}
|
|
3836
|
-
|
|
3837
3200
|
.d-xl-table-cell {
|
|
3838
3201
|
display: table-cell !important;
|
|
3839
3202
|
}
|
|
3840
|
-
|
|
3841
3203
|
.d-xl-flex {
|
|
3842
3204
|
display: flex !important;
|
|
3843
3205
|
}
|
|
3844
|
-
|
|
3845
3206
|
.d-xl-inline-flex {
|
|
3846
3207
|
display: inline-flex !important;
|
|
3847
3208
|
}
|
|
3848
|
-
|
|
3849
3209
|
.d-xl-none {
|
|
3850
3210
|
display: none !important;
|
|
3851
3211
|
}
|
|
3852
|
-
|
|
3853
3212
|
.flex-xl-fill {
|
|
3854
3213
|
flex: 1 1 auto !important;
|
|
3855
3214
|
}
|
|
3856
|
-
|
|
3857
3215
|
.flex-xl-row {
|
|
3858
3216
|
flex-direction: row !important;
|
|
3859
3217
|
}
|
|
3860
|
-
|
|
3861
3218
|
.flex-xl-column {
|
|
3862
3219
|
flex-direction: column !important;
|
|
3863
3220
|
}
|
|
3864
|
-
|
|
3865
3221
|
.flex-xl-row-reverse {
|
|
3866
3222
|
flex-direction: row-reverse !important;
|
|
3867
3223
|
}
|
|
3868
|
-
|
|
3869
3224
|
.flex-xl-column-reverse {
|
|
3870
3225
|
flex-direction: column-reverse !important;
|
|
3871
3226
|
}
|
|
3872
|
-
|
|
3873
3227
|
.flex-xl-grow-0 {
|
|
3874
3228
|
flex-grow: 0 !important;
|
|
3875
3229
|
}
|
|
3876
|
-
|
|
3877
3230
|
.flex-xl-grow-1 {
|
|
3878
3231
|
flex-grow: 1 !important;
|
|
3879
3232
|
}
|
|
3880
|
-
|
|
3881
3233
|
.flex-xl-shrink-0 {
|
|
3882
3234
|
flex-shrink: 0 !important;
|
|
3883
3235
|
}
|
|
3884
|
-
|
|
3885
3236
|
.flex-xl-shrink-1 {
|
|
3886
3237
|
flex-shrink: 1 !important;
|
|
3887
3238
|
}
|
|
3888
|
-
|
|
3889
3239
|
.flex-xl-wrap {
|
|
3890
3240
|
flex-wrap: wrap !important;
|
|
3891
3241
|
}
|
|
3892
|
-
|
|
3893
3242
|
.flex-xl-nowrap {
|
|
3894
3243
|
flex-wrap: nowrap !important;
|
|
3895
3244
|
}
|
|
3896
|
-
|
|
3897
3245
|
.flex-xl-wrap-reverse {
|
|
3898
3246
|
flex-wrap: wrap-reverse !important;
|
|
3899
3247
|
}
|
|
3900
|
-
|
|
3901
3248
|
.justify-content-xl-start {
|
|
3902
3249
|
justify-content: flex-start !important;
|
|
3903
3250
|
}
|
|
3904
|
-
|
|
3905
3251
|
.justify-content-xl-end {
|
|
3906
3252
|
justify-content: flex-end !important;
|
|
3907
3253
|
}
|
|
3908
|
-
|
|
3909
3254
|
.justify-content-xl-center {
|
|
3910
3255
|
justify-content: center !important;
|
|
3911
3256
|
}
|
|
3912
|
-
|
|
3913
3257
|
.justify-content-xl-between {
|
|
3914
3258
|
justify-content: space-between !important;
|
|
3915
3259
|
}
|
|
3916
|
-
|
|
3917
3260
|
.justify-content-xl-around {
|
|
3918
3261
|
justify-content: space-around !important;
|
|
3919
3262
|
}
|
|
3920
|
-
|
|
3921
3263
|
.justify-content-xl-evenly {
|
|
3922
3264
|
justify-content: space-evenly !important;
|
|
3923
3265
|
}
|
|
3924
|
-
|
|
3925
3266
|
.align-items-xl-start {
|
|
3926
3267
|
align-items: flex-start !important;
|
|
3927
3268
|
}
|
|
3928
|
-
|
|
3929
3269
|
.align-items-xl-end {
|
|
3930
3270
|
align-items: flex-end !important;
|
|
3931
3271
|
}
|
|
3932
|
-
|
|
3933
3272
|
.align-items-xl-center {
|
|
3934
3273
|
align-items: center !important;
|
|
3935
3274
|
}
|
|
3936
|
-
|
|
3937
3275
|
.align-items-xl-baseline {
|
|
3938
3276
|
align-items: baseline !important;
|
|
3939
3277
|
}
|
|
3940
|
-
|
|
3941
3278
|
.align-items-xl-stretch {
|
|
3942
3279
|
align-items: stretch !important;
|
|
3943
3280
|
}
|
|
3944
|
-
|
|
3945
3281
|
.align-content-xl-start {
|
|
3946
3282
|
align-content: flex-start !important;
|
|
3947
3283
|
}
|
|
3948
|
-
|
|
3949
3284
|
.align-content-xl-end {
|
|
3950
3285
|
align-content: flex-end !important;
|
|
3951
3286
|
}
|
|
3952
|
-
|
|
3953
3287
|
.align-content-xl-center {
|
|
3954
3288
|
align-content: center !important;
|
|
3955
3289
|
}
|
|
3956
|
-
|
|
3957
3290
|
.align-content-xl-between {
|
|
3958
3291
|
align-content: space-between !important;
|
|
3959
3292
|
}
|
|
3960
|
-
|
|
3961
3293
|
.align-content-xl-around {
|
|
3962
3294
|
align-content: space-around !important;
|
|
3963
3295
|
}
|
|
3964
|
-
|
|
3965
3296
|
.align-content-xl-stretch {
|
|
3966
3297
|
align-content: stretch !important;
|
|
3967
3298
|
}
|
|
3968
|
-
|
|
3969
3299
|
.align-self-xl-auto {
|
|
3970
3300
|
align-self: auto !important;
|
|
3971
3301
|
}
|
|
3972
|
-
|
|
3973
3302
|
.align-self-xl-start {
|
|
3974
3303
|
align-self: flex-start !important;
|
|
3975
3304
|
}
|
|
3976
|
-
|
|
3977
3305
|
.align-self-xl-end {
|
|
3978
3306
|
align-self: flex-end !important;
|
|
3979
3307
|
}
|
|
3980
|
-
|
|
3981
3308
|
.align-self-xl-center {
|
|
3982
3309
|
align-self: center !important;
|
|
3983
3310
|
}
|
|
3984
|
-
|
|
3985
3311
|
.align-self-xl-baseline {
|
|
3986
3312
|
align-self: baseline !important;
|
|
3987
3313
|
}
|
|
3988
|
-
|
|
3989
3314
|
.align-self-xl-stretch {
|
|
3990
3315
|
align-self: stretch !important;
|
|
3991
3316
|
}
|
|
3992
|
-
|
|
3993
3317
|
.order-xl-first {
|
|
3994
3318
|
order: -1 !important;
|
|
3995
3319
|
}
|
|
3996
|
-
|
|
3997
3320
|
.order-xl-0 {
|
|
3998
3321
|
order: 0 !important;
|
|
3999
3322
|
}
|
|
4000
|
-
|
|
4001
3323
|
.order-xl-1 {
|
|
4002
3324
|
order: 1 !important;
|
|
4003
3325
|
}
|
|
4004
|
-
|
|
4005
3326
|
.order-xl-2 {
|
|
4006
3327
|
order: 2 !important;
|
|
4007
3328
|
}
|
|
4008
|
-
|
|
4009
3329
|
.order-xl-3 {
|
|
4010
3330
|
order: 3 !important;
|
|
4011
3331
|
}
|
|
4012
|
-
|
|
4013
3332
|
.order-xl-4 {
|
|
4014
3333
|
order: 4 !important;
|
|
4015
3334
|
}
|
|
4016
|
-
|
|
4017
3335
|
.order-xl-5 {
|
|
4018
3336
|
order: 5 !important;
|
|
4019
3337
|
}
|
|
4020
|
-
|
|
4021
3338
|
.order-xl-last {
|
|
4022
3339
|
order: 6 !important;
|
|
4023
3340
|
}
|
|
4024
|
-
|
|
4025
3341
|
.m-xl-0 {
|
|
4026
3342
|
margin: 0 !important;
|
|
4027
3343
|
}
|
|
4028
|
-
|
|
4029
3344
|
.m-xl-1 {
|
|
4030
3345
|
margin: 0.25rem !important;
|
|
4031
3346
|
}
|
|
4032
|
-
|
|
4033
3347
|
.m-xl-2 {
|
|
4034
3348
|
margin: 0.5rem !important;
|
|
4035
3349
|
}
|
|
4036
|
-
|
|
4037
3350
|
.m-xl-3 {
|
|
4038
3351
|
margin: 1rem !important;
|
|
4039
3352
|
}
|
|
4040
|
-
|
|
4041
3353
|
.m-xl-4 {
|
|
4042
3354
|
margin: 1.5rem !important;
|
|
4043
3355
|
}
|
|
4044
|
-
|
|
4045
3356
|
.m-xl-5 {
|
|
4046
3357
|
margin: 3rem !important;
|
|
4047
3358
|
}
|
|
4048
|
-
|
|
4049
3359
|
.m-xl-auto {
|
|
4050
3360
|
margin: auto !important;
|
|
4051
3361
|
}
|
|
4052
|
-
|
|
4053
3362
|
.mx-xl-0 {
|
|
4054
3363
|
margin-right: 0 !important;
|
|
4055
3364
|
margin-left: 0 !important;
|
|
4056
3365
|
}
|
|
4057
|
-
|
|
4058
3366
|
.mx-xl-1 {
|
|
4059
3367
|
margin-right: 0.25rem !important;
|
|
4060
3368
|
margin-left: 0.25rem !important;
|
|
4061
3369
|
}
|
|
4062
|
-
|
|
4063
3370
|
.mx-xl-2 {
|
|
4064
3371
|
margin-right: 0.5rem !important;
|
|
4065
3372
|
margin-left: 0.5rem !important;
|
|
4066
3373
|
}
|
|
4067
|
-
|
|
4068
3374
|
.mx-xl-3 {
|
|
4069
3375
|
margin-right: 1rem !important;
|
|
4070
3376
|
margin-left: 1rem !important;
|
|
4071
3377
|
}
|
|
4072
|
-
|
|
4073
3378
|
.mx-xl-4 {
|
|
4074
3379
|
margin-right: 1.5rem !important;
|
|
4075
3380
|
margin-left: 1.5rem !important;
|
|
4076
3381
|
}
|
|
4077
|
-
|
|
4078
3382
|
.mx-xl-5 {
|
|
4079
3383
|
margin-right: 3rem !important;
|
|
4080
3384
|
margin-left: 3rem !important;
|
|
4081
3385
|
}
|
|
4082
|
-
|
|
4083
3386
|
.mx-xl-auto {
|
|
4084
3387
|
margin-right: auto !important;
|
|
4085
3388
|
margin-left: auto !important;
|
|
4086
3389
|
}
|
|
4087
|
-
|
|
4088
3390
|
.my-xl-0 {
|
|
4089
3391
|
margin-top: 0 !important;
|
|
4090
3392
|
margin-bottom: 0 !important;
|
|
4091
3393
|
}
|
|
4092
|
-
|
|
4093
3394
|
.my-xl-1 {
|
|
4094
3395
|
margin-top: 0.25rem !important;
|
|
4095
3396
|
margin-bottom: 0.25rem !important;
|
|
4096
3397
|
}
|
|
4097
|
-
|
|
4098
3398
|
.my-xl-2 {
|
|
4099
3399
|
margin-top: 0.5rem !important;
|
|
4100
3400
|
margin-bottom: 0.5rem !important;
|
|
4101
3401
|
}
|
|
4102
|
-
|
|
4103
3402
|
.my-xl-3 {
|
|
4104
3403
|
margin-top: 1rem !important;
|
|
4105
3404
|
margin-bottom: 1rem !important;
|
|
4106
3405
|
}
|
|
4107
|
-
|
|
4108
3406
|
.my-xl-4 {
|
|
4109
3407
|
margin-top: 1.5rem !important;
|
|
4110
3408
|
margin-bottom: 1.5rem !important;
|
|
4111
3409
|
}
|
|
4112
|
-
|
|
4113
3410
|
.my-xl-5 {
|
|
4114
3411
|
margin-top: 3rem !important;
|
|
4115
3412
|
margin-bottom: 3rem !important;
|
|
4116
3413
|
}
|
|
4117
|
-
|
|
4118
3414
|
.my-xl-auto {
|
|
4119
3415
|
margin-top: auto !important;
|
|
4120
3416
|
margin-bottom: auto !important;
|
|
4121
3417
|
}
|
|
4122
|
-
|
|
4123
3418
|
.mt-xl-0 {
|
|
4124
3419
|
margin-top: 0 !important;
|
|
4125
3420
|
}
|
|
4126
|
-
|
|
4127
3421
|
.mt-xl-1 {
|
|
4128
3422
|
margin-top: 0.25rem !important;
|
|
4129
3423
|
}
|
|
4130
|
-
|
|
4131
3424
|
.mt-xl-2 {
|
|
4132
3425
|
margin-top: 0.5rem !important;
|
|
4133
3426
|
}
|
|
4134
|
-
|
|
4135
3427
|
.mt-xl-3 {
|
|
4136
3428
|
margin-top: 1rem !important;
|
|
4137
3429
|
}
|
|
4138
|
-
|
|
4139
3430
|
.mt-xl-4 {
|
|
4140
3431
|
margin-top: 1.5rem !important;
|
|
4141
3432
|
}
|
|
4142
|
-
|
|
4143
3433
|
.mt-xl-5 {
|
|
4144
3434
|
margin-top: 3rem !important;
|
|
4145
3435
|
}
|
|
4146
|
-
|
|
4147
3436
|
.mt-xl-auto {
|
|
4148
3437
|
margin-top: auto !important;
|
|
4149
3438
|
}
|
|
4150
|
-
|
|
4151
3439
|
.me-xl-0 {
|
|
4152
3440
|
margin-left: 0 !important;
|
|
4153
3441
|
}
|
|
4154
|
-
|
|
4155
3442
|
.me-xl-1 {
|
|
4156
3443
|
margin-left: 0.25rem !important;
|
|
4157
3444
|
}
|
|
4158
|
-
|
|
4159
3445
|
.me-xl-2 {
|
|
4160
3446
|
margin-left: 0.5rem !important;
|
|
4161
3447
|
}
|
|
4162
|
-
|
|
4163
3448
|
.me-xl-3 {
|
|
4164
3449
|
margin-left: 1rem !important;
|
|
4165
3450
|
}
|
|
4166
|
-
|
|
4167
3451
|
.me-xl-4 {
|
|
4168
3452
|
margin-left: 1.5rem !important;
|
|
4169
3453
|
}
|
|
4170
|
-
|
|
4171
3454
|
.me-xl-5 {
|
|
4172
3455
|
margin-left: 3rem !important;
|
|
4173
3456
|
}
|
|
4174
|
-
|
|
4175
3457
|
.me-xl-auto {
|
|
4176
3458
|
margin-left: auto !important;
|
|
4177
3459
|
}
|
|
4178
|
-
|
|
4179
3460
|
.mb-xl-0 {
|
|
4180
3461
|
margin-bottom: 0 !important;
|
|
4181
3462
|
}
|
|
4182
|
-
|
|
4183
3463
|
.mb-xl-1 {
|
|
4184
3464
|
margin-bottom: 0.25rem !important;
|
|
4185
3465
|
}
|
|
4186
|
-
|
|
4187
3466
|
.mb-xl-2 {
|
|
4188
3467
|
margin-bottom: 0.5rem !important;
|
|
4189
3468
|
}
|
|
4190
|
-
|
|
4191
3469
|
.mb-xl-3 {
|
|
4192
3470
|
margin-bottom: 1rem !important;
|
|
4193
3471
|
}
|
|
4194
|
-
|
|
4195
3472
|
.mb-xl-4 {
|
|
4196
3473
|
margin-bottom: 1.5rem !important;
|
|
4197
3474
|
}
|
|
4198
|
-
|
|
4199
3475
|
.mb-xl-5 {
|
|
4200
3476
|
margin-bottom: 3rem !important;
|
|
4201
3477
|
}
|
|
4202
|
-
|
|
4203
3478
|
.mb-xl-auto {
|
|
4204
3479
|
margin-bottom: auto !important;
|
|
4205
3480
|
}
|
|
4206
|
-
|
|
4207
3481
|
.ms-xl-0 {
|
|
4208
3482
|
margin-right: 0 !important;
|
|
4209
3483
|
}
|
|
4210
|
-
|
|
4211
3484
|
.ms-xl-1 {
|
|
4212
3485
|
margin-right: 0.25rem !important;
|
|
4213
3486
|
}
|
|
4214
|
-
|
|
4215
3487
|
.ms-xl-2 {
|
|
4216
3488
|
margin-right: 0.5rem !important;
|
|
4217
3489
|
}
|
|
4218
|
-
|
|
4219
3490
|
.ms-xl-3 {
|
|
4220
3491
|
margin-right: 1rem !important;
|
|
4221
3492
|
}
|
|
4222
|
-
|
|
4223
3493
|
.ms-xl-4 {
|
|
4224
3494
|
margin-right: 1.5rem !important;
|
|
4225
3495
|
}
|
|
4226
|
-
|
|
4227
3496
|
.ms-xl-5 {
|
|
4228
3497
|
margin-right: 3rem !important;
|
|
4229
3498
|
}
|
|
4230
|
-
|
|
4231
3499
|
.ms-xl-auto {
|
|
4232
3500
|
margin-right: auto !important;
|
|
4233
3501
|
}
|
|
4234
|
-
|
|
4235
3502
|
.p-xl-0 {
|
|
4236
3503
|
padding: 0 !important;
|
|
4237
3504
|
}
|
|
4238
|
-
|
|
4239
3505
|
.p-xl-1 {
|
|
4240
3506
|
padding: 0.25rem !important;
|
|
4241
3507
|
}
|
|
4242
|
-
|
|
4243
3508
|
.p-xl-2 {
|
|
4244
3509
|
padding: 0.5rem !important;
|
|
4245
3510
|
}
|
|
4246
|
-
|
|
4247
3511
|
.p-xl-3 {
|
|
4248
3512
|
padding: 1rem !important;
|
|
4249
3513
|
}
|
|
4250
|
-
|
|
4251
3514
|
.p-xl-4 {
|
|
4252
3515
|
padding: 1.5rem !important;
|
|
4253
3516
|
}
|
|
4254
|
-
|
|
4255
3517
|
.p-xl-5 {
|
|
4256
3518
|
padding: 3rem !important;
|
|
4257
3519
|
}
|
|
4258
|
-
|
|
4259
3520
|
.px-xl-0 {
|
|
4260
3521
|
padding-right: 0 !important;
|
|
4261
3522
|
padding-left: 0 !important;
|
|
4262
3523
|
}
|
|
4263
|
-
|
|
4264
3524
|
.px-xl-1 {
|
|
4265
3525
|
padding-right: 0.25rem !important;
|
|
4266
3526
|
padding-left: 0.25rem !important;
|
|
4267
3527
|
}
|
|
4268
|
-
|
|
4269
3528
|
.px-xl-2 {
|
|
4270
3529
|
padding-right: 0.5rem !important;
|
|
4271
3530
|
padding-left: 0.5rem !important;
|
|
4272
3531
|
}
|
|
4273
|
-
|
|
4274
3532
|
.px-xl-3 {
|
|
4275
3533
|
padding-right: 1rem !important;
|
|
4276
3534
|
padding-left: 1rem !important;
|
|
4277
3535
|
}
|
|
4278
|
-
|
|
4279
3536
|
.px-xl-4 {
|
|
4280
3537
|
padding-right: 1.5rem !important;
|
|
4281
3538
|
padding-left: 1.5rem !important;
|
|
4282
3539
|
}
|
|
4283
|
-
|
|
4284
3540
|
.px-xl-5 {
|
|
4285
3541
|
padding-right: 3rem !important;
|
|
4286
3542
|
padding-left: 3rem !important;
|
|
4287
3543
|
}
|
|
4288
|
-
|
|
4289
3544
|
.py-xl-0 {
|
|
4290
3545
|
padding-top: 0 !important;
|
|
4291
3546
|
padding-bottom: 0 !important;
|
|
4292
3547
|
}
|
|
4293
|
-
|
|
4294
3548
|
.py-xl-1 {
|
|
4295
3549
|
padding-top: 0.25rem !important;
|
|
4296
3550
|
padding-bottom: 0.25rem !important;
|
|
4297
3551
|
}
|
|
4298
|
-
|
|
4299
3552
|
.py-xl-2 {
|
|
4300
3553
|
padding-top: 0.5rem !important;
|
|
4301
3554
|
padding-bottom: 0.5rem !important;
|
|
4302
3555
|
}
|
|
4303
|
-
|
|
4304
3556
|
.py-xl-3 {
|
|
4305
3557
|
padding-top: 1rem !important;
|
|
4306
3558
|
padding-bottom: 1rem !important;
|
|
4307
3559
|
}
|
|
4308
|
-
|
|
4309
3560
|
.py-xl-4 {
|
|
4310
3561
|
padding-top: 1.5rem !important;
|
|
4311
3562
|
padding-bottom: 1.5rem !important;
|
|
4312
3563
|
}
|
|
4313
|
-
|
|
4314
3564
|
.py-xl-5 {
|
|
4315
3565
|
padding-top: 3rem !important;
|
|
4316
3566
|
padding-bottom: 3rem !important;
|
|
4317
3567
|
}
|
|
4318
|
-
|
|
4319
3568
|
.pt-xl-0 {
|
|
4320
3569
|
padding-top: 0 !important;
|
|
4321
3570
|
}
|
|
4322
|
-
|
|
4323
3571
|
.pt-xl-1 {
|
|
4324
3572
|
padding-top: 0.25rem !important;
|
|
4325
3573
|
}
|
|
4326
|
-
|
|
4327
3574
|
.pt-xl-2 {
|
|
4328
3575
|
padding-top: 0.5rem !important;
|
|
4329
3576
|
}
|
|
4330
|
-
|
|
4331
3577
|
.pt-xl-3 {
|
|
4332
3578
|
padding-top: 1rem !important;
|
|
4333
3579
|
}
|
|
4334
|
-
|
|
4335
3580
|
.pt-xl-4 {
|
|
4336
3581
|
padding-top: 1.5rem !important;
|
|
4337
3582
|
}
|
|
4338
|
-
|
|
4339
3583
|
.pt-xl-5 {
|
|
4340
3584
|
padding-top: 3rem !important;
|
|
4341
3585
|
}
|
|
4342
|
-
|
|
4343
3586
|
.pe-xl-0 {
|
|
4344
3587
|
padding-left: 0 !important;
|
|
4345
3588
|
}
|
|
4346
|
-
|
|
4347
3589
|
.pe-xl-1 {
|
|
4348
3590
|
padding-left: 0.25rem !important;
|
|
4349
3591
|
}
|
|
4350
|
-
|
|
4351
3592
|
.pe-xl-2 {
|
|
4352
3593
|
padding-left: 0.5rem !important;
|
|
4353
3594
|
}
|
|
4354
|
-
|
|
4355
3595
|
.pe-xl-3 {
|
|
4356
3596
|
padding-left: 1rem !important;
|
|
4357
3597
|
}
|
|
4358
|
-
|
|
4359
3598
|
.pe-xl-4 {
|
|
4360
3599
|
padding-left: 1.5rem !important;
|
|
4361
3600
|
}
|
|
4362
|
-
|
|
4363
3601
|
.pe-xl-5 {
|
|
4364
3602
|
padding-left: 3rem !important;
|
|
4365
3603
|
}
|
|
4366
|
-
|
|
4367
3604
|
.pb-xl-0 {
|
|
4368
3605
|
padding-bottom: 0 !important;
|
|
4369
3606
|
}
|
|
4370
|
-
|
|
4371
3607
|
.pb-xl-1 {
|
|
4372
3608
|
padding-bottom: 0.25rem !important;
|
|
4373
3609
|
}
|
|
4374
|
-
|
|
4375
3610
|
.pb-xl-2 {
|
|
4376
3611
|
padding-bottom: 0.5rem !important;
|
|
4377
3612
|
}
|
|
4378
|
-
|
|
4379
3613
|
.pb-xl-3 {
|
|
4380
3614
|
padding-bottom: 1rem !important;
|
|
4381
3615
|
}
|
|
4382
|
-
|
|
4383
3616
|
.pb-xl-4 {
|
|
4384
3617
|
padding-bottom: 1.5rem !important;
|
|
4385
3618
|
}
|
|
4386
|
-
|
|
4387
3619
|
.pb-xl-5 {
|
|
4388
3620
|
padding-bottom: 3rem !important;
|
|
4389
3621
|
}
|
|
4390
|
-
|
|
4391
3622
|
.ps-xl-0 {
|
|
4392
3623
|
padding-right: 0 !important;
|
|
4393
3624
|
}
|
|
4394
|
-
|
|
4395
3625
|
.ps-xl-1 {
|
|
4396
3626
|
padding-right: 0.25rem !important;
|
|
4397
3627
|
}
|
|
4398
|
-
|
|
4399
3628
|
.ps-xl-2 {
|
|
4400
3629
|
padding-right: 0.5rem !important;
|
|
4401
3630
|
}
|
|
4402
|
-
|
|
4403
3631
|
.ps-xl-3 {
|
|
4404
3632
|
padding-right: 1rem !important;
|
|
4405
3633
|
}
|
|
4406
|
-
|
|
4407
3634
|
.ps-xl-4 {
|
|
4408
3635
|
padding-right: 1.5rem !important;
|
|
4409
3636
|
}
|
|
4410
|
-
|
|
4411
3637
|
.ps-xl-5 {
|
|
4412
3638
|
padding-right: 3rem !important;
|
|
4413
3639
|
}
|
|
@@ -4416,601 +3642,458 @@
|
|
|
4416
3642
|
.d-xxl-inline {
|
|
4417
3643
|
display: inline !important;
|
|
4418
3644
|
}
|
|
4419
|
-
|
|
4420
3645
|
.d-xxl-inline-block {
|
|
4421
3646
|
display: inline-block !important;
|
|
4422
3647
|
}
|
|
4423
|
-
|
|
4424
3648
|
.d-xxl-block {
|
|
4425
3649
|
display: block !important;
|
|
4426
3650
|
}
|
|
4427
|
-
|
|
4428
3651
|
.d-xxl-grid {
|
|
4429
3652
|
display: grid !important;
|
|
4430
3653
|
}
|
|
4431
|
-
|
|
4432
3654
|
.d-xxl-table {
|
|
4433
3655
|
display: table !important;
|
|
4434
3656
|
}
|
|
4435
|
-
|
|
4436
3657
|
.d-xxl-table-row {
|
|
4437
3658
|
display: table-row !important;
|
|
4438
3659
|
}
|
|
4439
|
-
|
|
4440
3660
|
.d-xxl-table-cell {
|
|
4441
3661
|
display: table-cell !important;
|
|
4442
3662
|
}
|
|
4443
|
-
|
|
4444
3663
|
.d-xxl-flex {
|
|
4445
3664
|
display: flex !important;
|
|
4446
3665
|
}
|
|
4447
|
-
|
|
4448
3666
|
.d-xxl-inline-flex {
|
|
4449
3667
|
display: inline-flex !important;
|
|
4450
3668
|
}
|
|
4451
|
-
|
|
4452
3669
|
.d-xxl-none {
|
|
4453
3670
|
display: none !important;
|
|
4454
3671
|
}
|
|
4455
|
-
|
|
4456
3672
|
.flex-xxl-fill {
|
|
4457
3673
|
flex: 1 1 auto !important;
|
|
4458
3674
|
}
|
|
4459
|
-
|
|
4460
3675
|
.flex-xxl-row {
|
|
4461
3676
|
flex-direction: row !important;
|
|
4462
3677
|
}
|
|
4463
|
-
|
|
4464
3678
|
.flex-xxl-column {
|
|
4465
3679
|
flex-direction: column !important;
|
|
4466
3680
|
}
|
|
4467
|
-
|
|
4468
3681
|
.flex-xxl-row-reverse {
|
|
4469
3682
|
flex-direction: row-reverse !important;
|
|
4470
3683
|
}
|
|
4471
|
-
|
|
4472
3684
|
.flex-xxl-column-reverse {
|
|
4473
3685
|
flex-direction: column-reverse !important;
|
|
4474
3686
|
}
|
|
4475
|
-
|
|
4476
3687
|
.flex-xxl-grow-0 {
|
|
4477
3688
|
flex-grow: 0 !important;
|
|
4478
3689
|
}
|
|
4479
|
-
|
|
4480
3690
|
.flex-xxl-grow-1 {
|
|
4481
3691
|
flex-grow: 1 !important;
|
|
4482
3692
|
}
|
|
4483
|
-
|
|
4484
3693
|
.flex-xxl-shrink-0 {
|
|
4485
3694
|
flex-shrink: 0 !important;
|
|
4486
3695
|
}
|
|
4487
|
-
|
|
4488
3696
|
.flex-xxl-shrink-1 {
|
|
4489
3697
|
flex-shrink: 1 !important;
|
|
4490
3698
|
}
|
|
4491
|
-
|
|
4492
3699
|
.flex-xxl-wrap {
|
|
4493
3700
|
flex-wrap: wrap !important;
|
|
4494
3701
|
}
|
|
4495
|
-
|
|
4496
3702
|
.flex-xxl-nowrap {
|
|
4497
3703
|
flex-wrap: nowrap !important;
|
|
4498
3704
|
}
|
|
4499
|
-
|
|
4500
3705
|
.flex-xxl-wrap-reverse {
|
|
4501
3706
|
flex-wrap: wrap-reverse !important;
|
|
4502
3707
|
}
|
|
4503
|
-
|
|
4504
3708
|
.justify-content-xxl-start {
|
|
4505
3709
|
justify-content: flex-start !important;
|
|
4506
3710
|
}
|
|
4507
|
-
|
|
4508
3711
|
.justify-content-xxl-end {
|
|
4509
3712
|
justify-content: flex-end !important;
|
|
4510
3713
|
}
|
|
4511
|
-
|
|
4512
3714
|
.justify-content-xxl-center {
|
|
4513
3715
|
justify-content: center !important;
|
|
4514
3716
|
}
|
|
4515
|
-
|
|
4516
3717
|
.justify-content-xxl-between {
|
|
4517
3718
|
justify-content: space-between !important;
|
|
4518
3719
|
}
|
|
4519
|
-
|
|
4520
3720
|
.justify-content-xxl-around {
|
|
4521
3721
|
justify-content: space-around !important;
|
|
4522
3722
|
}
|
|
4523
|
-
|
|
4524
3723
|
.justify-content-xxl-evenly {
|
|
4525
3724
|
justify-content: space-evenly !important;
|
|
4526
3725
|
}
|
|
4527
|
-
|
|
4528
3726
|
.align-items-xxl-start {
|
|
4529
3727
|
align-items: flex-start !important;
|
|
4530
3728
|
}
|
|
4531
|
-
|
|
4532
3729
|
.align-items-xxl-end {
|
|
4533
3730
|
align-items: flex-end !important;
|
|
4534
3731
|
}
|
|
4535
|
-
|
|
4536
3732
|
.align-items-xxl-center {
|
|
4537
3733
|
align-items: center !important;
|
|
4538
3734
|
}
|
|
4539
|
-
|
|
4540
3735
|
.align-items-xxl-baseline {
|
|
4541
3736
|
align-items: baseline !important;
|
|
4542
3737
|
}
|
|
4543
|
-
|
|
4544
3738
|
.align-items-xxl-stretch {
|
|
4545
3739
|
align-items: stretch !important;
|
|
4546
3740
|
}
|
|
4547
|
-
|
|
4548
3741
|
.align-content-xxl-start {
|
|
4549
3742
|
align-content: flex-start !important;
|
|
4550
3743
|
}
|
|
4551
|
-
|
|
4552
3744
|
.align-content-xxl-end {
|
|
4553
3745
|
align-content: flex-end !important;
|
|
4554
3746
|
}
|
|
4555
|
-
|
|
4556
3747
|
.align-content-xxl-center {
|
|
4557
3748
|
align-content: center !important;
|
|
4558
3749
|
}
|
|
4559
|
-
|
|
4560
3750
|
.align-content-xxl-between {
|
|
4561
3751
|
align-content: space-between !important;
|
|
4562
3752
|
}
|
|
4563
|
-
|
|
4564
3753
|
.align-content-xxl-around {
|
|
4565
3754
|
align-content: space-around !important;
|
|
4566
3755
|
}
|
|
4567
|
-
|
|
4568
3756
|
.align-content-xxl-stretch {
|
|
4569
3757
|
align-content: stretch !important;
|
|
4570
3758
|
}
|
|
4571
|
-
|
|
4572
3759
|
.align-self-xxl-auto {
|
|
4573
3760
|
align-self: auto !important;
|
|
4574
3761
|
}
|
|
4575
|
-
|
|
4576
3762
|
.align-self-xxl-start {
|
|
4577
3763
|
align-self: flex-start !important;
|
|
4578
3764
|
}
|
|
4579
|
-
|
|
4580
3765
|
.align-self-xxl-end {
|
|
4581
3766
|
align-self: flex-end !important;
|
|
4582
3767
|
}
|
|
4583
|
-
|
|
4584
3768
|
.align-self-xxl-center {
|
|
4585
3769
|
align-self: center !important;
|
|
4586
3770
|
}
|
|
4587
|
-
|
|
4588
3771
|
.align-self-xxl-baseline {
|
|
4589
3772
|
align-self: baseline !important;
|
|
4590
3773
|
}
|
|
4591
|
-
|
|
4592
3774
|
.align-self-xxl-stretch {
|
|
4593
3775
|
align-self: stretch !important;
|
|
4594
3776
|
}
|
|
4595
|
-
|
|
4596
3777
|
.order-xxl-first {
|
|
4597
3778
|
order: -1 !important;
|
|
4598
3779
|
}
|
|
4599
|
-
|
|
4600
3780
|
.order-xxl-0 {
|
|
4601
3781
|
order: 0 !important;
|
|
4602
3782
|
}
|
|
4603
|
-
|
|
4604
3783
|
.order-xxl-1 {
|
|
4605
3784
|
order: 1 !important;
|
|
4606
3785
|
}
|
|
4607
|
-
|
|
4608
3786
|
.order-xxl-2 {
|
|
4609
3787
|
order: 2 !important;
|
|
4610
3788
|
}
|
|
4611
|
-
|
|
4612
3789
|
.order-xxl-3 {
|
|
4613
3790
|
order: 3 !important;
|
|
4614
3791
|
}
|
|
4615
|
-
|
|
4616
3792
|
.order-xxl-4 {
|
|
4617
3793
|
order: 4 !important;
|
|
4618
3794
|
}
|
|
4619
|
-
|
|
4620
3795
|
.order-xxl-5 {
|
|
4621
3796
|
order: 5 !important;
|
|
4622
3797
|
}
|
|
4623
|
-
|
|
4624
3798
|
.order-xxl-last {
|
|
4625
3799
|
order: 6 !important;
|
|
4626
3800
|
}
|
|
4627
|
-
|
|
4628
3801
|
.m-xxl-0 {
|
|
4629
3802
|
margin: 0 !important;
|
|
4630
3803
|
}
|
|
4631
|
-
|
|
4632
3804
|
.m-xxl-1 {
|
|
4633
3805
|
margin: 0.25rem !important;
|
|
4634
3806
|
}
|
|
4635
|
-
|
|
4636
3807
|
.m-xxl-2 {
|
|
4637
3808
|
margin: 0.5rem !important;
|
|
4638
3809
|
}
|
|
4639
|
-
|
|
4640
3810
|
.m-xxl-3 {
|
|
4641
3811
|
margin: 1rem !important;
|
|
4642
3812
|
}
|
|
4643
|
-
|
|
4644
3813
|
.m-xxl-4 {
|
|
4645
3814
|
margin: 1.5rem !important;
|
|
4646
3815
|
}
|
|
4647
|
-
|
|
4648
3816
|
.m-xxl-5 {
|
|
4649
3817
|
margin: 3rem !important;
|
|
4650
3818
|
}
|
|
4651
|
-
|
|
4652
3819
|
.m-xxl-auto {
|
|
4653
3820
|
margin: auto !important;
|
|
4654
3821
|
}
|
|
4655
|
-
|
|
4656
3822
|
.mx-xxl-0 {
|
|
4657
3823
|
margin-right: 0 !important;
|
|
4658
3824
|
margin-left: 0 !important;
|
|
4659
3825
|
}
|
|
4660
|
-
|
|
4661
3826
|
.mx-xxl-1 {
|
|
4662
3827
|
margin-right: 0.25rem !important;
|
|
4663
3828
|
margin-left: 0.25rem !important;
|
|
4664
3829
|
}
|
|
4665
|
-
|
|
4666
3830
|
.mx-xxl-2 {
|
|
4667
3831
|
margin-right: 0.5rem !important;
|
|
4668
3832
|
margin-left: 0.5rem !important;
|
|
4669
3833
|
}
|
|
4670
|
-
|
|
4671
3834
|
.mx-xxl-3 {
|
|
4672
3835
|
margin-right: 1rem !important;
|
|
4673
3836
|
margin-left: 1rem !important;
|
|
4674
3837
|
}
|
|
4675
|
-
|
|
4676
3838
|
.mx-xxl-4 {
|
|
4677
3839
|
margin-right: 1.5rem !important;
|
|
4678
3840
|
margin-left: 1.5rem !important;
|
|
4679
3841
|
}
|
|
4680
|
-
|
|
4681
3842
|
.mx-xxl-5 {
|
|
4682
3843
|
margin-right: 3rem !important;
|
|
4683
3844
|
margin-left: 3rem !important;
|
|
4684
3845
|
}
|
|
4685
|
-
|
|
4686
3846
|
.mx-xxl-auto {
|
|
4687
3847
|
margin-right: auto !important;
|
|
4688
3848
|
margin-left: auto !important;
|
|
4689
3849
|
}
|
|
4690
|
-
|
|
4691
3850
|
.my-xxl-0 {
|
|
4692
3851
|
margin-top: 0 !important;
|
|
4693
3852
|
margin-bottom: 0 !important;
|
|
4694
3853
|
}
|
|
4695
|
-
|
|
4696
3854
|
.my-xxl-1 {
|
|
4697
3855
|
margin-top: 0.25rem !important;
|
|
4698
3856
|
margin-bottom: 0.25rem !important;
|
|
4699
3857
|
}
|
|
4700
|
-
|
|
4701
3858
|
.my-xxl-2 {
|
|
4702
3859
|
margin-top: 0.5rem !important;
|
|
4703
3860
|
margin-bottom: 0.5rem !important;
|
|
4704
3861
|
}
|
|
4705
|
-
|
|
4706
3862
|
.my-xxl-3 {
|
|
4707
3863
|
margin-top: 1rem !important;
|
|
4708
3864
|
margin-bottom: 1rem !important;
|
|
4709
3865
|
}
|
|
4710
|
-
|
|
4711
3866
|
.my-xxl-4 {
|
|
4712
3867
|
margin-top: 1.5rem !important;
|
|
4713
3868
|
margin-bottom: 1.5rem !important;
|
|
4714
3869
|
}
|
|
4715
|
-
|
|
4716
3870
|
.my-xxl-5 {
|
|
4717
3871
|
margin-top: 3rem !important;
|
|
4718
3872
|
margin-bottom: 3rem !important;
|
|
4719
3873
|
}
|
|
4720
|
-
|
|
4721
3874
|
.my-xxl-auto {
|
|
4722
3875
|
margin-top: auto !important;
|
|
4723
3876
|
margin-bottom: auto !important;
|
|
4724
3877
|
}
|
|
4725
|
-
|
|
4726
3878
|
.mt-xxl-0 {
|
|
4727
3879
|
margin-top: 0 !important;
|
|
4728
3880
|
}
|
|
4729
|
-
|
|
4730
3881
|
.mt-xxl-1 {
|
|
4731
3882
|
margin-top: 0.25rem !important;
|
|
4732
3883
|
}
|
|
4733
|
-
|
|
4734
3884
|
.mt-xxl-2 {
|
|
4735
3885
|
margin-top: 0.5rem !important;
|
|
4736
3886
|
}
|
|
4737
|
-
|
|
4738
3887
|
.mt-xxl-3 {
|
|
4739
3888
|
margin-top: 1rem !important;
|
|
4740
3889
|
}
|
|
4741
|
-
|
|
4742
3890
|
.mt-xxl-4 {
|
|
4743
3891
|
margin-top: 1.5rem !important;
|
|
4744
3892
|
}
|
|
4745
|
-
|
|
4746
3893
|
.mt-xxl-5 {
|
|
4747
3894
|
margin-top: 3rem !important;
|
|
4748
3895
|
}
|
|
4749
|
-
|
|
4750
3896
|
.mt-xxl-auto {
|
|
4751
3897
|
margin-top: auto !important;
|
|
4752
3898
|
}
|
|
4753
|
-
|
|
4754
3899
|
.me-xxl-0 {
|
|
4755
3900
|
margin-left: 0 !important;
|
|
4756
3901
|
}
|
|
4757
|
-
|
|
4758
3902
|
.me-xxl-1 {
|
|
4759
3903
|
margin-left: 0.25rem !important;
|
|
4760
3904
|
}
|
|
4761
|
-
|
|
4762
3905
|
.me-xxl-2 {
|
|
4763
3906
|
margin-left: 0.5rem !important;
|
|
4764
3907
|
}
|
|
4765
|
-
|
|
4766
3908
|
.me-xxl-3 {
|
|
4767
3909
|
margin-left: 1rem !important;
|
|
4768
3910
|
}
|
|
4769
|
-
|
|
4770
3911
|
.me-xxl-4 {
|
|
4771
3912
|
margin-left: 1.5rem !important;
|
|
4772
3913
|
}
|
|
4773
|
-
|
|
4774
3914
|
.me-xxl-5 {
|
|
4775
3915
|
margin-left: 3rem !important;
|
|
4776
3916
|
}
|
|
4777
|
-
|
|
4778
3917
|
.me-xxl-auto {
|
|
4779
3918
|
margin-left: auto !important;
|
|
4780
3919
|
}
|
|
4781
|
-
|
|
4782
3920
|
.mb-xxl-0 {
|
|
4783
3921
|
margin-bottom: 0 !important;
|
|
4784
3922
|
}
|
|
4785
|
-
|
|
4786
3923
|
.mb-xxl-1 {
|
|
4787
3924
|
margin-bottom: 0.25rem !important;
|
|
4788
3925
|
}
|
|
4789
|
-
|
|
4790
3926
|
.mb-xxl-2 {
|
|
4791
3927
|
margin-bottom: 0.5rem !important;
|
|
4792
3928
|
}
|
|
4793
|
-
|
|
4794
3929
|
.mb-xxl-3 {
|
|
4795
3930
|
margin-bottom: 1rem !important;
|
|
4796
3931
|
}
|
|
4797
|
-
|
|
4798
3932
|
.mb-xxl-4 {
|
|
4799
3933
|
margin-bottom: 1.5rem !important;
|
|
4800
3934
|
}
|
|
4801
|
-
|
|
4802
3935
|
.mb-xxl-5 {
|
|
4803
3936
|
margin-bottom: 3rem !important;
|
|
4804
3937
|
}
|
|
4805
|
-
|
|
4806
3938
|
.mb-xxl-auto {
|
|
4807
3939
|
margin-bottom: auto !important;
|
|
4808
3940
|
}
|
|
4809
|
-
|
|
4810
3941
|
.ms-xxl-0 {
|
|
4811
3942
|
margin-right: 0 !important;
|
|
4812
3943
|
}
|
|
4813
|
-
|
|
4814
3944
|
.ms-xxl-1 {
|
|
4815
3945
|
margin-right: 0.25rem !important;
|
|
4816
3946
|
}
|
|
4817
|
-
|
|
4818
3947
|
.ms-xxl-2 {
|
|
4819
3948
|
margin-right: 0.5rem !important;
|
|
4820
3949
|
}
|
|
4821
|
-
|
|
4822
3950
|
.ms-xxl-3 {
|
|
4823
3951
|
margin-right: 1rem !important;
|
|
4824
3952
|
}
|
|
4825
|
-
|
|
4826
3953
|
.ms-xxl-4 {
|
|
4827
3954
|
margin-right: 1.5rem !important;
|
|
4828
3955
|
}
|
|
4829
|
-
|
|
4830
3956
|
.ms-xxl-5 {
|
|
4831
3957
|
margin-right: 3rem !important;
|
|
4832
3958
|
}
|
|
4833
|
-
|
|
4834
3959
|
.ms-xxl-auto {
|
|
4835
3960
|
margin-right: auto !important;
|
|
4836
3961
|
}
|
|
4837
|
-
|
|
4838
3962
|
.p-xxl-0 {
|
|
4839
3963
|
padding: 0 !important;
|
|
4840
3964
|
}
|
|
4841
|
-
|
|
4842
3965
|
.p-xxl-1 {
|
|
4843
3966
|
padding: 0.25rem !important;
|
|
4844
3967
|
}
|
|
4845
|
-
|
|
4846
3968
|
.p-xxl-2 {
|
|
4847
3969
|
padding: 0.5rem !important;
|
|
4848
3970
|
}
|
|
4849
|
-
|
|
4850
3971
|
.p-xxl-3 {
|
|
4851
3972
|
padding: 1rem !important;
|
|
4852
3973
|
}
|
|
4853
|
-
|
|
4854
3974
|
.p-xxl-4 {
|
|
4855
3975
|
padding: 1.5rem !important;
|
|
4856
3976
|
}
|
|
4857
|
-
|
|
4858
3977
|
.p-xxl-5 {
|
|
4859
3978
|
padding: 3rem !important;
|
|
4860
3979
|
}
|
|
4861
|
-
|
|
4862
3980
|
.px-xxl-0 {
|
|
4863
3981
|
padding-right: 0 !important;
|
|
4864
3982
|
padding-left: 0 !important;
|
|
4865
3983
|
}
|
|
4866
|
-
|
|
4867
3984
|
.px-xxl-1 {
|
|
4868
3985
|
padding-right: 0.25rem !important;
|
|
4869
3986
|
padding-left: 0.25rem !important;
|
|
4870
3987
|
}
|
|
4871
|
-
|
|
4872
3988
|
.px-xxl-2 {
|
|
4873
3989
|
padding-right: 0.5rem !important;
|
|
4874
3990
|
padding-left: 0.5rem !important;
|
|
4875
3991
|
}
|
|
4876
|
-
|
|
4877
3992
|
.px-xxl-3 {
|
|
4878
3993
|
padding-right: 1rem !important;
|
|
4879
3994
|
padding-left: 1rem !important;
|
|
4880
3995
|
}
|
|
4881
|
-
|
|
4882
3996
|
.px-xxl-4 {
|
|
4883
3997
|
padding-right: 1.5rem !important;
|
|
4884
3998
|
padding-left: 1.5rem !important;
|
|
4885
3999
|
}
|
|
4886
|
-
|
|
4887
4000
|
.px-xxl-5 {
|
|
4888
4001
|
padding-right: 3rem !important;
|
|
4889
4002
|
padding-left: 3rem !important;
|
|
4890
4003
|
}
|
|
4891
|
-
|
|
4892
4004
|
.py-xxl-0 {
|
|
4893
4005
|
padding-top: 0 !important;
|
|
4894
4006
|
padding-bottom: 0 !important;
|
|
4895
4007
|
}
|
|
4896
|
-
|
|
4897
4008
|
.py-xxl-1 {
|
|
4898
4009
|
padding-top: 0.25rem !important;
|
|
4899
4010
|
padding-bottom: 0.25rem !important;
|
|
4900
4011
|
}
|
|
4901
|
-
|
|
4902
4012
|
.py-xxl-2 {
|
|
4903
4013
|
padding-top: 0.5rem !important;
|
|
4904
4014
|
padding-bottom: 0.5rem !important;
|
|
4905
4015
|
}
|
|
4906
|
-
|
|
4907
4016
|
.py-xxl-3 {
|
|
4908
4017
|
padding-top: 1rem !important;
|
|
4909
4018
|
padding-bottom: 1rem !important;
|
|
4910
4019
|
}
|
|
4911
|
-
|
|
4912
4020
|
.py-xxl-4 {
|
|
4913
4021
|
padding-top: 1.5rem !important;
|
|
4914
4022
|
padding-bottom: 1.5rem !important;
|
|
4915
4023
|
}
|
|
4916
|
-
|
|
4917
4024
|
.py-xxl-5 {
|
|
4918
4025
|
padding-top: 3rem !important;
|
|
4919
4026
|
padding-bottom: 3rem !important;
|
|
4920
4027
|
}
|
|
4921
|
-
|
|
4922
4028
|
.pt-xxl-0 {
|
|
4923
4029
|
padding-top: 0 !important;
|
|
4924
4030
|
}
|
|
4925
|
-
|
|
4926
4031
|
.pt-xxl-1 {
|
|
4927
4032
|
padding-top: 0.25rem !important;
|
|
4928
4033
|
}
|
|
4929
|
-
|
|
4930
4034
|
.pt-xxl-2 {
|
|
4931
4035
|
padding-top: 0.5rem !important;
|
|
4932
4036
|
}
|
|
4933
|
-
|
|
4934
4037
|
.pt-xxl-3 {
|
|
4935
4038
|
padding-top: 1rem !important;
|
|
4936
4039
|
}
|
|
4937
|
-
|
|
4938
4040
|
.pt-xxl-4 {
|
|
4939
4041
|
padding-top: 1.5rem !important;
|
|
4940
4042
|
}
|
|
4941
|
-
|
|
4942
4043
|
.pt-xxl-5 {
|
|
4943
4044
|
padding-top: 3rem !important;
|
|
4944
4045
|
}
|
|
4945
|
-
|
|
4946
4046
|
.pe-xxl-0 {
|
|
4947
4047
|
padding-left: 0 !important;
|
|
4948
4048
|
}
|
|
4949
|
-
|
|
4950
4049
|
.pe-xxl-1 {
|
|
4951
4050
|
padding-left: 0.25rem !important;
|
|
4952
4051
|
}
|
|
4953
|
-
|
|
4954
4052
|
.pe-xxl-2 {
|
|
4955
4053
|
padding-left: 0.5rem !important;
|
|
4956
4054
|
}
|
|
4957
|
-
|
|
4958
4055
|
.pe-xxl-3 {
|
|
4959
4056
|
padding-left: 1rem !important;
|
|
4960
4057
|
}
|
|
4961
|
-
|
|
4962
4058
|
.pe-xxl-4 {
|
|
4963
4059
|
padding-left: 1.5rem !important;
|
|
4964
4060
|
}
|
|
4965
|
-
|
|
4966
4061
|
.pe-xxl-5 {
|
|
4967
4062
|
padding-left: 3rem !important;
|
|
4968
4063
|
}
|
|
4969
|
-
|
|
4970
4064
|
.pb-xxl-0 {
|
|
4971
4065
|
padding-bottom: 0 !important;
|
|
4972
4066
|
}
|
|
4973
|
-
|
|
4974
4067
|
.pb-xxl-1 {
|
|
4975
4068
|
padding-bottom: 0.25rem !important;
|
|
4976
4069
|
}
|
|
4977
|
-
|
|
4978
4070
|
.pb-xxl-2 {
|
|
4979
4071
|
padding-bottom: 0.5rem !important;
|
|
4980
4072
|
}
|
|
4981
|
-
|
|
4982
4073
|
.pb-xxl-3 {
|
|
4983
4074
|
padding-bottom: 1rem !important;
|
|
4984
4075
|
}
|
|
4985
|
-
|
|
4986
4076
|
.pb-xxl-4 {
|
|
4987
4077
|
padding-bottom: 1.5rem !important;
|
|
4988
4078
|
}
|
|
4989
|
-
|
|
4990
4079
|
.pb-xxl-5 {
|
|
4991
4080
|
padding-bottom: 3rem !important;
|
|
4992
4081
|
}
|
|
4993
|
-
|
|
4994
4082
|
.ps-xxl-0 {
|
|
4995
4083
|
padding-right: 0 !important;
|
|
4996
4084
|
}
|
|
4997
|
-
|
|
4998
4085
|
.ps-xxl-1 {
|
|
4999
4086
|
padding-right: 0.25rem !important;
|
|
5000
4087
|
}
|
|
5001
|
-
|
|
5002
4088
|
.ps-xxl-2 {
|
|
5003
4089
|
padding-right: 0.5rem !important;
|
|
5004
4090
|
}
|
|
5005
|
-
|
|
5006
4091
|
.ps-xxl-3 {
|
|
5007
4092
|
padding-right: 1rem !important;
|
|
5008
4093
|
}
|
|
5009
|
-
|
|
5010
4094
|
.ps-xxl-4 {
|
|
5011
4095
|
padding-right: 1.5rem !important;
|
|
5012
4096
|
}
|
|
5013
|
-
|
|
5014
4097
|
.ps-xxl-5 {
|
|
5015
4098
|
padding-right: 3rem !important;
|
|
5016
4099
|
}
|
|
@@ -5019,39 +4102,30 @@
|
|
|
5019
4102
|
.d-print-inline {
|
|
5020
4103
|
display: inline !important;
|
|
5021
4104
|
}
|
|
5022
|
-
|
|
5023
4105
|
.d-print-inline-block {
|
|
5024
4106
|
display: inline-block !important;
|
|
5025
4107
|
}
|
|
5026
|
-
|
|
5027
4108
|
.d-print-block {
|
|
5028
4109
|
display: block !important;
|
|
5029
4110
|
}
|
|
5030
|
-
|
|
5031
4111
|
.d-print-grid {
|
|
5032
4112
|
display: grid !important;
|
|
5033
4113
|
}
|
|
5034
|
-
|
|
5035
4114
|
.d-print-table {
|
|
5036
4115
|
display: table !important;
|
|
5037
4116
|
}
|
|
5038
|
-
|
|
5039
4117
|
.d-print-table-row {
|
|
5040
4118
|
display: table-row !important;
|
|
5041
4119
|
}
|
|
5042
|
-
|
|
5043
4120
|
.d-print-table-cell {
|
|
5044
4121
|
display: table-cell !important;
|
|
5045
4122
|
}
|
|
5046
|
-
|
|
5047
4123
|
.d-print-flex {
|
|
5048
4124
|
display: flex !important;
|
|
5049
4125
|
}
|
|
5050
|
-
|
|
5051
4126
|
.d-print-inline-flex {
|
|
5052
4127
|
display: inline-flex !important;
|
|
5053
4128
|
}
|
|
5054
|
-
|
|
5055
4129
|
.d-print-none {
|
|
5056
4130
|
display: none !important;
|
|
5057
4131
|
}
|