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