@coreui/coreui 5.1.2 → 5.3.0
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 +1 -1
- package/README.md +4 -4
- package/dist/css/coreui-grid.css +462 -235
- 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 +235 -235
- package/dist/css/coreui-grid.rtl.css.map +1 -1
- package/dist/css/coreui-grid.rtl.min.css +3 -3
- package/dist/css/coreui-grid.rtl.min.css.map +1 -1
- package/dist/css/coreui-reboot.css +56 -49
- 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 +54 -49
- package/dist/css/coreui-reboot.rtl.css.map +1 -1
- package/dist/css/coreui-reboot.rtl.min.css +3 -3
- package/dist/css/coreui-reboot.rtl.min.css.map +1 -1
- package/dist/css/coreui-utilities.css +531 -371
- 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 +353 -353
- package/dist/css/coreui-utilities.rtl.css.map +1 -1
- package/dist/css/coreui-utilities.rtl.min.css +3 -3
- package/dist/css/coreui-utilities.rtl.min.css.map +1 -1
- package/dist/css/coreui.css +1554 -1199
- 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 +1212 -1180
- package/dist/css/coreui.rtl.css.map +1 -1
- package/dist/css/coreui.rtl.min.css +3 -3
- package/dist/css/coreui.rtl.min.css.map +1 -1
- package/dist/css/themes/bootstrap/bootstrap.css +6027 -5264
- package/dist/css/themes/bootstrap/bootstrap.css.map +1 -1
- package/dist/css/themes/bootstrap/bootstrap.min.css +3 -7
- package/dist/css/themes/bootstrap/bootstrap.min.css.map +1 -1
- package/dist/css/themes/bootstrap/bootstrap.rtl.css +5651 -5388
- package/dist/css/themes/bootstrap/bootstrap.rtl.css.map +1 -1
- package/dist/css/themes/bootstrap/bootstrap.rtl.min.css +3 -7
- package/dist/css/themes/bootstrap/bootstrap.rtl.min.css.map +1 -1
- package/dist/js/bootstrap.bundle.js +37 -40
- package/dist/js/bootstrap.bundle.js.map +1 -1
- package/dist/js/bootstrap.bundle.min.js +3 -3
- package/dist/js/bootstrap.bundle.min.js.map +1 -1
- package/dist/js/bootstrap.esm.js +53 -54
- package/dist/js/bootstrap.esm.js.map +1 -1
- package/dist/js/bootstrap.esm.min.js +3 -3
- package/dist/js/bootstrap.esm.min.js.map +1 -1
- package/dist/js/bootstrap.js +53 -54
- package/dist/js/bootstrap.js.map +1 -1
- package/dist/js/bootstrap.min.js +3 -3
- package/dist/js/bootstrap.min.js.map +1 -1
- package/dist/js/coreui.bundle.js +4 -7
- package/dist/js/coreui.bundle.js.map +1 -1
- package/dist/js/coreui.bundle.min.js +3 -3
- package/dist/js/coreui.bundle.min.js.map +1 -1
- package/dist/js/coreui.esm.js +4 -5
- package/dist/js/coreui.esm.js.map +1 -1
- package/dist/js/coreui.esm.min.js +3 -3
- package/dist/js/coreui.esm.min.js.map +1 -1
- package/dist/js/coreui.js +4 -5
- package/dist/js/coreui.js.map +1 -1
- package/dist/js/coreui.min.js +3 -3
- package/dist/js/coreui.min.js.map +1 -1
- package/js/dist/alert.js +2 -2
- package/js/dist/alert.js.map +1 -1
- package/js/dist/base-component.js +3 -3
- package/js/dist/base-component.js.map +1 -1
- package/js/dist/button.js +2 -2
- package/js/dist/button.js.map +1 -1
- package/js/dist/carousel.js +2 -2
- package/js/dist/carousel.js.map +1 -1
- package/js/dist/collapse.js +2 -2
- package/js/dist/collapse.js.map +1 -1
- package/js/dist/dom/data.js +2 -2
- package/js/dist/dom/data.js.map +1 -1
- package/js/dist/dom/event-handler.js +2 -2
- package/js/dist/dom/event-handler.js.map +1 -1
- package/js/dist/dom/manipulator.js +2 -2
- package/js/dist/dom/manipulator.js.map +1 -1
- package/js/dist/dom/selector-engine.js +2 -2
- package/js/dist/dom/selector-engine.js.map +1 -1
- package/js/dist/dropdown.js +2 -2
- package/js/dist/dropdown.js.map +1 -1
- package/js/dist/modal.js +2 -2
- package/js/dist/modal.js.map +1 -1
- package/js/dist/navigation.js +3 -3
- package/js/dist/navigation.js.map +1 -1
- package/js/dist/offcanvas.js +2 -2
- package/js/dist/offcanvas.js.map +1 -1
- package/js/dist/popover.js +2 -2
- package/js/dist/popover.js.map +1 -1
- package/js/dist/scrollspy.js +2 -2
- package/js/dist/scrollspy.js.map +1 -1
- package/js/dist/sidebar.js +2 -2
- package/js/dist/sidebar.js.map +1 -1
- package/js/dist/tab.js +2 -2
- package/js/dist/tab.js.map +1 -1
- package/js/dist/toast.js +2 -2
- package/js/dist/toast.js.map +1 -1
- package/js/dist/tooltip.js +2 -2
- package/js/dist/tooltip.js.map +1 -1
- package/js/dist/util/backdrop.js +2 -2
- package/js/dist/util/backdrop.js.map +1 -1
- package/js/dist/util/component-functions.js +2 -2
- package/js/dist/util/component-functions.js.map +1 -1
- package/js/dist/util/config.js +2 -2
- package/js/dist/util/config.js.map +1 -1
- package/js/dist/util/focustrap.js +2 -2
- package/js/dist/util/focustrap.js.map +1 -1
- package/js/dist/util/index.js +2 -2
- package/js/dist/util/index.js.map +1 -1
- package/js/dist/util/sanitizer.js +2 -3
- package/js/dist/util/sanitizer.js.map +1 -1
- package/js/dist/util/scrollbar.js +2 -2
- package/js/dist/util/scrollbar.js.map +1 -1
- package/js/dist/util/swipe.js +2 -2
- package/js/dist/util/swipe.js.map +1 -1
- package/js/dist/util/template-factory.js +2 -2
- package/js/dist/util/template-factory.js.map +1 -1
- package/js/src/base-component.js +1 -1
- package/js/src/navigation.js +1 -1
- package/js/src/util/sanitizer.js +0 -1
- package/package.json +31 -34
- package/scss/_accordion.import.scss +1 -0
- package/scss/_accordion.scss +10 -2
- package/scss/_alert.import.scss +1 -0
- package/scss/_alert.scss +7 -3
- package/scss/_avatar.import.scss +1 -0
- package/scss/_avatar.scss +13 -8
- package/scss/_badge.import.scss +1 -0
- package/scss/_badge.scss +4 -0
- package/scss/_banner.scss +7 -0
- package/scss/_breadcrumb.import.scss +1 -0
- package/scss/_breadcrumb.scss +9 -3
- package/scss/_button-group.import.scss +1 -0
- package/scss/_button-group.scss +7 -3
- package/scss/_buttons.import.scss +1 -0
- package/scss/_buttons.scss +49 -18
- package/scss/_callout.import.scss +1 -0
- package/scss/_callout.scss +5 -2
- package/scss/_card.import.scss +1 -0
- package/scss/_card.scss +9 -5
- package/scss/_carousel.import.scss +1 -0
- package/scss/_carousel.scss +9 -3
- package/scss/_close.import.scss +1 -0
- package/scss/_close.scss +6 -1
- package/scss/_containers.import.scss +1 -0
- package/scss/_containers.scss +4 -0
- package/scss/_dropdown.import.scss +1 -0
- package/scss/_dropdown.scss +30 -21
- package/scss/_footer.import.scss +1 -0
- package/scss/_footer.scss +2 -0
- package/scss/_forms.import.scss +9 -0
- package/scss/_forms.scss +9 -9
- package/scss/_functions.import.scss +1 -0
- package/scss/_functions.scss +11 -366
- package/scss/_grid.import.scss +1 -0
- package/scss/_grid.scss +23 -1
- package/scss/_header.import.scss +1 -0
- package/scss/_header.scss +9 -2
- package/scss/_helpers.import.scss +1 -0
- package/scss/_helpers.scss +12 -12
- package/scss/_icon.import.scss +1 -0
- package/scss/_icon.scss +3 -0
- package/scss/_images.import.scss +1 -0
- package/scss/_images.scss +6 -0
- package/scss/_list-group.import.scss +1 -0
- package/scss/_list-group.scss +11 -6
- package/scss/_maps.import.scss +1 -0
- package/scss/_maps.scss +14 -7
- package/scss/_mixins.import.scss +1 -0
- package/scss/_mixins.scss +29 -29
- package/scss/_modal.import.scss +1 -0
- package/scss/_modal.scss +12 -3
- package/scss/_nav.import.scss +1 -0
- package/scss/_nav.scss +8 -2
- package/scss/_navbar.import.scss +1 -0
- package/scss/_navbar.scss +17 -5
- package/scss/_offcanvas.import.scss +1 -0
- package/scss/_offcanvas.scss +14 -7
- package/scss/_pagination.import.scss +1 -0
- package/scss/_pagination.scss +9 -1
- package/scss/_placeholders.import.scss +1 -0
- package/scss/_placeholders.scss +2 -0
- package/scss/_popover.import.scss +1 -0
- package/scss/_popover.scss +6 -0
- package/scss/_progress.import.scss +1 -0
- package/scss/_progress.scss +7 -0
- package/scss/_reboot.import.scss +1 -0
- package/scss/_reboot.scss +11 -7
- package/scss/_root.import.scss +1 -0
- package/scss/_root.scss +14 -5
- package/scss/_sidebar.import.scss +3 -0
- package/scss/_sidebar.scss +3 -3
- package/scss/_spinners.import.scss +1 -0
- package/scss/_spinners.scss +2 -0
- package/scss/_tables.import.scss +1 -0
- package/scss/_tables.scss +6 -1
- package/scss/_toasts.import.scss +1 -0
- package/scss/_toasts.scss +5 -2
- package/scss/_tooltip.import.scss +1 -0
- package/scss/_tooltip.scss +6 -0
- package/scss/_transitions.import.scss +1 -0
- package/scss/_transitions.scss +3 -0
- package/scss/_type.import.scss +1 -0
- package/scss/_type.scss +6 -1
- package/scss/_utilities.import.scss +1 -0
- package/scss/_utilities.scss +50 -63
- package/scss/_variables-dark.import.scss +1 -0
- package/scss/_variables-dark.scss +17 -36
- package/scss/_variables.import.scss +1 -0
- package/scss/_variables.scss +39 -35
- package/scss/coreui-grid.rtl.scss +4 -4
- package/scss/coreui-grid.scss +12 -21
- package/scss/coreui-reboot.rtl.scss +4 -4
- package/scss/coreui-reboot.scss +8 -9
- package/scss/coreui-utilities.rtl.scss +4 -4
- package/scss/coreui-utilities.scss +8 -11
- package/scss/coreui.rtl.scss +4 -4
- package/scss/coreui.scss +44 -47
- package/scss/forms/_floating-labels.import.scss +1 -0
- package/scss/forms/_floating-labels.scss +5 -1
- package/scss/forms/_form-check.import.scss +1 -0
- package/scss/forms/_form-check.scss +24 -20
- package/scss/forms/_form-control.import.scss +1 -0
- package/scss/forms/_form-control.scss +9 -1
- package/scss/forms/_form-range.import.scss +1 -0
- package/scss/forms/_form-range.scss +7 -0
- package/scss/forms/_form-select.import.scss +1 -0
- package/scss/forms/_form-select.scss +18 -5
- package/scss/forms/_form-text.import.scss +1 -0
- package/scss/forms/_form-text.scss +3 -0
- package/scss/forms/_input-group.import.scss +1 -0
- package/scss/forms/_input-group.scss +10 -4
- package/scss/forms/_labels.import.scss +1 -0
- package/scss/forms/_labels.scss +4 -0
- package/scss/forms/_validation.import.scss +1 -0
- package/scss/forms/_validation.scss +3 -0
- package/scss/functions/_assert-ascending.scss +19 -0
- package/scss/functions/_assert-starts-at-zero.scss +14 -0
- package/scss/functions/_color-contrast-variables.scss +24 -0
- package/scss/functions/_color-contrast.scss +27 -0
- package/scss/functions/_color.scss +18 -0
- package/scss/functions/_contrast-ratio.scss +35 -0
- package/scss/functions/_escape-svg.scss +22 -0
- package/scss/functions/_maps.scss +57 -0
- package/scss/functions/_math.scss +87 -0
- package/scss/functions/_rgba-css-var.scss +9 -0
- package/scss/functions/_str-replace.scss +19 -0
- package/scss/functions/_to-rgb.scss +5 -0
- package/scss/helpers/_clearfix.scss +2 -0
- package/scss/helpers/_color-bg.scss +9 -3
- package/scss/helpers/_colored-links.scss +13 -9
- package/scss/helpers/_focus-ring.scss +2 -0
- package/scss/helpers/_icon-link.scss +3 -0
- package/scss/helpers/_position.scss +5 -1
- package/scss/helpers/_ratio.scss +3 -1
- package/scss/helpers/_stretched-link.scss +2 -0
- package/scss/helpers/_text-truncation.scss +2 -0
- package/scss/helpers/_visually-hidden.scss +2 -0
- package/scss/helpers/_vr.scss +2 -0
- package/scss/mixins/_alert.scss +3 -0
- package/scss/mixins/_avatar.scss +3 -0
- package/scss/mixins/_backdrop.scss +2 -0
- package/scss/mixins/_border-radius.scss +15 -11
- package/scss/mixins/_box-shadow.scss +5 -2
- package/scss/mixins/_breakpoints.scss +82 -5
- package/scss/mixins/_buttons.scss +54 -50
- package/scss/mixins/_caret.scss +5 -3
- package/scss/mixins/_color-mode.scss +3 -1
- package/scss/mixins/_container.scss +2 -0
- package/scss/mixins/_deprecate.scss +2 -0
- package/scss/mixins/_forms.scss +12 -5
- package/scss/mixins/_gradients.scss +2 -0
- package/scss/mixins/_grid.scss +77 -8
- package/scss/mixins/_list-group.scss +6 -3
- package/scss/mixins/_lists.scss +1 -1
- package/scss/mixins/_ltr-rtl.scss +48 -17
- package/scss/mixins/_pagination.scss +3 -0
- package/scss/mixins/_reset-text.scss +2 -1
- package/scss/mixins/_table-variants.scss +10 -4
- package/scss/mixins/_transition.scss +7 -4
- package/scss/mixins/_utilities.import.scss +1 -0
- package/scss/mixins/_utilities.scss +30 -17
- package/scss/sidebar/_sidebar-narrow.scss +24 -45
- package/scss/sidebar/_sidebar-nav.scss +11 -6
- package/scss/sidebar/_sidebar.scss +80 -106
- package/scss/themes/bootstrap/bootstrap.rtl.scss +4 -24
- package/scss/themes/bootstrap/bootstrap.scss +120 -16
- package/scss/utilities/_api.import.scss +1 -0
- package/scss/utilities/_api.scss +14 -6
- package/scss/vendor/_rfs.scss +33 -27
- package/scss/mixins/_banner.scss +0 -7
- package/scss/themes/bootstrap/_variables.scss +0 -2
- package/scss/themes/bootstrap/mixins/_banner.scss +0 -7
package/dist/css/coreui-grid.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* CoreUI Grid v5.
|
|
4
|
-
* Copyright (c)
|
|
3
|
+
* CoreUI Grid v5.3.0 (https://coreui.io)
|
|
4
|
+
* Copyright (c) 2025 creativeLabs Łukasz Holeczek
|
|
5
5
|
* Licensed under MIT (https://github.com/coreui/coreui/blob/main/LICENSE)
|
|
6
6
|
*/
|
|
7
7
|
.container,
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
.col {
|
|
78
|
-
flex: 1 0 0
|
|
78
|
+
flex: 1 0 0;
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
.row-cols-auto > * {
|
|
@@ -179,47 +179,58 @@
|
|
|
179
179
|
}
|
|
180
180
|
|
|
181
181
|
.offset-1 {
|
|
182
|
-
margin-
|
|
182
|
+
-webkit-margin-start: 8.33333333%;
|
|
183
|
+
margin-inline-start: 8.33333333%;
|
|
183
184
|
}
|
|
184
185
|
|
|
185
186
|
.offset-2 {
|
|
186
|
-
margin-
|
|
187
|
+
-webkit-margin-start: 16.66666667%;
|
|
188
|
+
margin-inline-start: 16.66666667%;
|
|
187
189
|
}
|
|
188
190
|
|
|
189
191
|
.offset-3 {
|
|
190
|
-
margin-
|
|
192
|
+
-webkit-margin-start: 25%;
|
|
193
|
+
margin-inline-start: 25%;
|
|
191
194
|
}
|
|
192
195
|
|
|
193
196
|
.offset-4 {
|
|
194
|
-
margin-
|
|
197
|
+
-webkit-margin-start: 33.33333333%;
|
|
198
|
+
margin-inline-start: 33.33333333%;
|
|
195
199
|
}
|
|
196
200
|
|
|
197
201
|
.offset-5 {
|
|
198
|
-
margin-
|
|
202
|
+
-webkit-margin-start: 41.66666667%;
|
|
203
|
+
margin-inline-start: 41.66666667%;
|
|
199
204
|
}
|
|
200
205
|
|
|
201
206
|
.offset-6 {
|
|
202
|
-
margin-
|
|
207
|
+
-webkit-margin-start: 50%;
|
|
208
|
+
margin-inline-start: 50%;
|
|
203
209
|
}
|
|
204
210
|
|
|
205
211
|
.offset-7 {
|
|
206
|
-
margin-
|
|
212
|
+
-webkit-margin-start: 58.33333333%;
|
|
213
|
+
margin-inline-start: 58.33333333%;
|
|
207
214
|
}
|
|
208
215
|
|
|
209
216
|
.offset-8 {
|
|
210
|
-
margin-
|
|
217
|
+
-webkit-margin-start: 66.66666667%;
|
|
218
|
+
margin-inline-start: 66.66666667%;
|
|
211
219
|
}
|
|
212
220
|
|
|
213
221
|
.offset-9 {
|
|
214
|
-
margin-
|
|
222
|
+
-webkit-margin-start: 75%;
|
|
223
|
+
margin-inline-start: 75%;
|
|
215
224
|
}
|
|
216
225
|
|
|
217
226
|
.offset-10 {
|
|
218
|
-
margin-
|
|
227
|
+
-webkit-margin-start: 83.33333333%;
|
|
228
|
+
margin-inline-start: 83.33333333%;
|
|
219
229
|
}
|
|
220
230
|
|
|
221
231
|
.offset-11 {
|
|
222
|
-
margin-
|
|
232
|
+
-webkit-margin-start: 91.66666667%;
|
|
233
|
+
margin-inline-start: 91.66666667%;
|
|
223
234
|
}
|
|
224
235
|
|
|
225
236
|
.g-0,
|
|
@@ -284,7 +295,7 @@
|
|
|
284
295
|
|
|
285
296
|
@media (min-width: 576px) {
|
|
286
297
|
.col-sm {
|
|
287
|
-
flex: 1 0 0
|
|
298
|
+
flex: 1 0 0;
|
|
288
299
|
}
|
|
289
300
|
.row-cols-sm-auto > * {
|
|
290
301
|
flex: 0 0 auto;
|
|
@@ -367,40 +378,52 @@
|
|
|
367
378
|
width: 100%;
|
|
368
379
|
}
|
|
369
380
|
.offset-sm-0 {
|
|
370
|
-
margin-
|
|
381
|
+
-webkit-margin-start: 0;
|
|
382
|
+
margin-inline-start: 0;
|
|
371
383
|
}
|
|
372
384
|
.offset-sm-1 {
|
|
373
|
-
margin-
|
|
385
|
+
-webkit-margin-start: 8.33333333%;
|
|
386
|
+
margin-inline-start: 8.33333333%;
|
|
374
387
|
}
|
|
375
388
|
.offset-sm-2 {
|
|
376
|
-
margin-
|
|
389
|
+
-webkit-margin-start: 16.66666667%;
|
|
390
|
+
margin-inline-start: 16.66666667%;
|
|
377
391
|
}
|
|
378
392
|
.offset-sm-3 {
|
|
379
|
-
margin-
|
|
393
|
+
-webkit-margin-start: 25%;
|
|
394
|
+
margin-inline-start: 25%;
|
|
380
395
|
}
|
|
381
396
|
.offset-sm-4 {
|
|
382
|
-
margin-
|
|
397
|
+
-webkit-margin-start: 33.33333333%;
|
|
398
|
+
margin-inline-start: 33.33333333%;
|
|
383
399
|
}
|
|
384
400
|
.offset-sm-5 {
|
|
385
|
-
margin-
|
|
401
|
+
-webkit-margin-start: 41.66666667%;
|
|
402
|
+
margin-inline-start: 41.66666667%;
|
|
386
403
|
}
|
|
387
404
|
.offset-sm-6 {
|
|
388
|
-
margin-
|
|
405
|
+
-webkit-margin-start: 50%;
|
|
406
|
+
margin-inline-start: 50%;
|
|
389
407
|
}
|
|
390
408
|
.offset-sm-7 {
|
|
391
|
-
margin-
|
|
409
|
+
-webkit-margin-start: 58.33333333%;
|
|
410
|
+
margin-inline-start: 58.33333333%;
|
|
392
411
|
}
|
|
393
412
|
.offset-sm-8 {
|
|
394
|
-
margin-
|
|
413
|
+
-webkit-margin-start: 66.66666667%;
|
|
414
|
+
margin-inline-start: 66.66666667%;
|
|
395
415
|
}
|
|
396
416
|
.offset-sm-9 {
|
|
397
|
-
margin-
|
|
417
|
+
-webkit-margin-start: 75%;
|
|
418
|
+
margin-inline-start: 75%;
|
|
398
419
|
}
|
|
399
420
|
.offset-sm-10 {
|
|
400
|
-
margin-
|
|
421
|
+
-webkit-margin-start: 83.33333333%;
|
|
422
|
+
margin-inline-start: 83.33333333%;
|
|
401
423
|
}
|
|
402
424
|
.offset-sm-11 {
|
|
403
|
-
margin-
|
|
425
|
+
-webkit-margin-start: 91.66666667%;
|
|
426
|
+
margin-inline-start: 91.66666667%;
|
|
404
427
|
}
|
|
405
428
|
.g-sm-0,
|
|
406
429
|
.gx-sm-0 {
|
|
@@ -453,7 +476,7 @@
|
|
|
453
476
|
}
|
|
454
477
|
@media (min-width: 768px) {
|
|
455
478
|
.col-md {
|
|
456
|
-
flex: 1 0 0
|
|
479
|
+
flex: 1 0 0;
|
|
457
480
|
}
|
|
458
481
|
.row-cols-md-auto > * {
|
|
459
482
|
flex: 0 0 auto;
|
|
@@ -536,40 +559,52 @@
|
|
|
536
559
|
width: 100%;
|
|
537
560
|
}
|
|
538
561
|
.offset-md-0 {
|
|
539
|
-
margin-
|
|
562
|
+
-webkit-margin-start: 0;
|
|
563
|
+
margin-inline-start: 0;
|
|
540
564
|
}
|
|
541
565
|
.offset-md-1 {
|
|
542
|
-
margin-
|
|
566
|
+
-webkit-margin-start: 8.33333333%;
|
|
567
|
+
margin-inline-start: 8.33333333%;
|
|
543
568
|
}
|
|
544
569
|
.offset-md-2 {
|
|
545
|
-
margin-
|
|
570
|
+
-webkit-margin-start: 16.66666667%;
|
|
571
|
+
margin-inline-start: 16.66666667%;
|
|
546
572
|
}
|
|
547
573
|
.offset-md-3 {
|
|
548
|
-
margin-
|
|
574
|
+
-webkit-margin-start: 25%;
|
|
575
|
+
margin-inline-start: 25%;
|
|
549
576
|
}
|
|
550
577
|
.offset-md-4 {
|
|
551
|
-
margin-
|
|
578
|
+
-webkit-margin-start: 33.33333333%;
|
|
579
|
+
margin-inline-start: 33.33333333%;
|
|
552
580
|
}
|
|
553
581
|
.offset-md-5 {
|
|
554
|
-
margin-
|
|
582
|
+
-webkit-margin-start: 41.66666667%;
|
|
583
|
+
margin-inline-start: 41.66666667%;
|
|
555
584
|
}
|
|
556
585
|
.offset-md-6 {
|
|
557
|
-
margin-
|
|
586
|
+
-webkit-margin-start: 50%;
|
|
587
|
+
margin-inline-start: 50%;
|
|
558
588
|
}
|
|
559
589
|
.offset-md-7 {
|
|
560
|
-
margin-
|
|
590
|
+
-webkit-margin-start: 58.33333333%;
|
|
591
|
+
margin-inline-start: 58.33333333%;
|
|
561
592
|
}
|
|
562
593
|
.offset-md-8 {
|
|
563
|
-
margin-
|
|
594
|
+
-webkit-margin-start: 66.66666667%;
|
|
595
|
+
margin-inline-start: 66.66666667%;
|
|
564
596
|
}
|
|
565
597
|
.offset-md-9 {
|
|
566
|
-
margin-
|
|
598
|
+
-webkit-margin-start: 75%;
|
|
599
|
+
margin-inline-start: 75%;
|
|
567
600
|
}
|
|
568
601
|
.offset-md-10 {
|
|
569
|
-
margin-
|
|
602
|
+
-webkit-margin-start: 83.33333333%;
|
|
603
|
+
margin-inline-start: 83.33333333%;
|
|
570
604
|
}
|
|
571
605
|
.offset-md-11 {
|
|
572
|
-
margin-
|
|
606
|
+
-webkit-margin-start: 91.66666667%;
|
|
607
|
+
margin-inline-start: 91.66666667%;
|
|
573
608
|
}
|
|
574
609
|
.g-md-0,
|
|
575
610
|
.gx-md-0 {
|
|
@@ -622,7 +657,7 @@
|
|
|
622
657
|
}
|
|
623
658
|
@media (min-width: 992px) {
|
|
624
659
|
.col-lg {
|
|
625
|
-
flex: 1 0 0
|
|
660
|
+
flex: 1 0 0;
|
|
626
661
|
}
|
|
627
662
|
.row-cols-lg-auto > * {
|
|
628
663
|
flex: 0 0 auto;
|
|
@@ -705,40 +740,52 @@
|
|
|
705
740
|
width: 100%;
|
|
706
741
|
}
|
|
707
742
|
.offset-lg-0 {
|
|
708
|
-
margin-
|
|
743
|
+
-webkit-margin-start: 0;
|
|
744
|
+
margin-inline-start: 0;
|
|
709
745
|
}
|
|
710
746
|
.offset-lg-1 {
|
|
711
|
-
margin-
|
|
747
|
+
-webkit-margin-start: 8.33333333%;
|
|
748
|
+
margin-inline-start: 8.33333333%;
|
|
712
749
|
}
|
|
713
750
|
.offset-lg-2 {
|
|
714
|
-
margin-
|
|
751
|
+
-webkit-margin-start: 16.66666667%;
|
|
752
|
+
margin-inline-start: 16.66666667%;
|
|
715
753
|
}
|
|
716
754
|
.offset-lg-3 {
|
|
717
|
-
margin-
|
|
755
|
+
-webkit-margin-start: 25%;
|
|
756
|
+
margin-inline-start: 25%;
|
|
718
757
|
}
|
|
719
758
|
.offset-lg-4 {
|
|
720
|
-
margin-
|
|
759
|
+
-webkit-margin-start: 33.33333333%;
|
|
760
|
+
margin-inline-start: 33.33333333%;
|
|
721
761
|
}
|
|
722
762
|
.offset-lg-5 {
|
|
723
|
-
margin-
|
|
763
|
+
-webkit-margin-start: 41.66666667%;
|
|
764
|
+
margin-inline-start: 41.66666667%;
|
|
724
765
|
}
|
|
725
766
|
.offset-lg-6 {
|
|
726
|
-
margin-
|
|
767
|
+
-webkit-margin-start: 50%;
|
|
768
|
+
margin-inline-start: 50%;
|
|
727
769
|
}
|
|
728
770
|
.offset-lg-7 {
|
|
729
|
-
margin-
|
|
771
|
+
-webkit-margin-start: 58.33333333%;
|
|
772
|
+
margin-inline-start: 58.33333333%;
|
|
730
773
|
}
|
|
731
774
|
.offset-lg-8 {
|
|
732
|
-
margin-
|
|
775
|
+
-webkit-margin-start: 66.66666667%;
|
|
776
|
+
margin-inline-start: 66.66666667%;
|
|
733
777
|
}
|
|
734
778
|
.offset-lg-9 {
|
|
735
|
-
margin-
|
|
779
|
+
-webkit-margin-start: 75%;
|
|
780
|
+
margin-inline-start: 75%;
|
|
736
781
|
}
|
|
737
782
|
.offset-lg-10 {
|
|
738
|
-
margin-
|
|
783
|
+
-webkit-margin-start: 83.33333333%;
|
|
784
|
+
margin-inline-start: 83.33333333%;
|
|
739
785
|
}
|
|
740
786
|
.offset-lg-11 {
|
|
741
|
-
margin-
|
|
787
|
+
-webkit-margin-start: 91.66666667%;
|
|
788
|
+
margin-inline-start: 91.66666667%;
|
|
742
789
|
}
|
|
743
790
|
.g-lg-0,
|
|
744
791
|
.gx-lg-0 {
|
|
@@ -791,7 +838,7 @@
|
|
|
791
838
|
}
|
|
792
839
|
@media (min-width: 1200px) {
|
|
793
840
|
.col-xl {
|
|
794
|
-
flex: 1 0 0
|
|
841
|
+
flex: 1 0 0;
|
|
795
842
|
}
|
|
796
843
|
.row-cols-xl-auto > * {
|
|
797
844
|
flex: 0 0 auto;
|
|
@@ -874,40 +921,52 @@
|
|
|
874
921
|
width: 100%;
|
|
875
922
|
}
|
|
876
923
|
.offset-xl-0 {
|
|
877
|
-
margin-
|
|
924
|
+
-webkit-margin-start: 0;
|
|
925
|
+
margin-inline-start: 0;
|
|
878
926
|
}
|
|
879
927
|
.offset-xl-1 {
|
|
880
|
-
margin-
|
|
928
|
+
-webkit-margin-start: 8.33333333%;
|
|
929
|
+
margin-inline-start: 8.33333333%;
|
|
881
930
|
}
|
|
882
931
|
.offset-xl-2 {
|
|
883
|
-
margin-
|
|
932
|
+
-webkit-margin-start: 16.66666667%;
|
|
933
|
+
margin-inline-start: 16.66666667%;
|
|
884
934
|
}
|
|
885
935
|
.offset-xl-3 {
|
|
886
|
-
margin-
|
|
936
|
+
-webkit-margin-start: 25%;
|
|
937
|
+
margin-inline-start: 25%;
|
|
887
938
|
}
|
|
888
939
|
.offset-xl-4 {
|
|
889
|
-
margin-
|
|
940
|
+
-webkit-margin-start: 33.33333333%;
|
|
941
|
+
margin-inline-start: 33.33333333%;
|
|
890
942
|
}
|
|
891
943
|
.offset-xl-5 {
|
|
892
|
-
margin-
|
|
944
|
+
-webkit-margin-start: 41.66666667%;
|
|
945
|
+
margin-inline-start: 41.66666667%;
|
|
893
946
|
}
|
|
894
947
|
.offset-xl-6 {
|
|
895
|
-
margin-
|
|
948
|
+
-webkit-margin-start: 50%;
|
|
949
|
+
margin-inline-start: 50%;
|
|
896
950
|
}
|
|
897
951
|
.offset-xl-7 {
|
|
898
|
-
margin-
|
|
952
|
+
-webkit-margin-start: 58.33333333%;
|
|
953
|
+
margin-inline-start: 58.33333333%;
|
|
899
954
|
}
|
|
900
955
|
.offset-xl-8 {
|
|
901
|
-
margin-
|
|
956
|
+
-webkit-margin-start: 66.66666667%;
|
|
957
|
+
margin-inline-start: 66.66666667%;
|
|
902
958
|
}
|
|
903
959
|
.offset-xl-9 {
|
|
904
|
-
margin-
|
|
960
|
+
-webkit-margin-start: 75%;
|
|
961
|
+
margin-inline-start: 75%;
|
|
905
962
|
}
|
|
906
963
|
.offset-xl-10 {
|
|
907
|
-
margin-
|
|
964
|
+
-webkit-margin-start: 83.33333333%;
|
|
965
|
+
margin-inline-start: 83.33333333%;
|
|
908
966
|
}
|
|
909
967
|
.offset-xl-11 {
|
|
910
|
-
margin-
|
|
968
|
+
-webkit-margin-start: 91.66666667%;
|
|
969
|
+
margin-inline-start: 91.66666667%;
|
|
911
970
|
}
|
|
912
971
|
.g-xl-0,
|
|
913
972
|
.gx-xl-0 {
|
|
@@ -960,7 +1019,7 @@
|
|
|
960
1019
|
}
|
|
961
1020
|
@media (min-width: 1400px) {
|
|
962
1021
|
.col-xxl {
|
|
963
|
-
flex: 1 0 0
|
|
1022
|
+
flex: 1 0 0;
|
|
964
1023
|
}
|
|
965
1024
|
.row-cols-xxl-auto > * {
|
|
966
1025
|
flex: 0 0 auto;
|
|
@@ -1043,40 +1102,52 @@
|
|
|
1043
1102
|
width: 100%;
|
|
1044
1103
|
}
|
|
1045
1104
|
.offset-xxl-0 {
|
|
1046
|
-
margin-
|
|
1105
|
+
-webkit-margin-start: 0;
|
|
1106
|
+
margin-inline-start: 0;
|
|
1047
1107
|
}
|
|
1048
1108
|
.offset-xxl-1 {
|
|
1049
|
-
margin-
|
|
1109
|
+
-webkit-margin-start: 8.33333333%;
|
|
1110
|
+
margin-inline-start: 8.33333333%;
|
|
1050
1111
|
}
|
|
1051
1112
|
.offset-xxl-2 {
|
|
1052
|
-
margin-
|
|
1113
|
+
-webkit-margin-start: 16.66666667%;
|
|
1114
|
+
margin-inline-start: 16.66666667%;
|
|
1053
1115
|
}
|
|
1054
1116
|
.offset-xxl-3 {
|
|
1055
|
-
margin-
|
|
1117
|
+
-webkit-margin-start: 25%;
|
|
1118
|
+
margin-inline-start: 25%;
|
|
1056
1119
|
}
|
|
1057
1120
|
.offset-xxl-4 {
|
|
1058
|
-
margin-
|
|
1121
|
+
-webkit-margin-start: 33.33333333%;
|
|
1122
|
+
margin-inline-start: 33.33333333%;
|
|
1059
1123
|
}
|
|
1060
1124
|
.offset-xxl-5 {
|
|
1061
|
-
margin-
|
|
1125
|
+
-webkit-margin-start: 41.66666667%;
|
|
1126
|
+
margin-inline-start: 41.66666667%;
|
|
1062
1127
|
}
|
|
1063
1128
|
.offset-xxl-6 {
|
|
1064
|
-
margin-
|
|
1129
|
+
-webkit-margin-start: 50%;
|
|
1130
|
+
margin-inline-start: 50%;
|
|
1065
1131
|
}
|
|
1066
1132
|
.offset-xxl-7 {
|
|
1067
|
-
margin-
|
|
1133
|
+
-webkit-margin-start: 58.33333333%;
|
|
1134
|
+
margin-inline-start: 58.33333333%;
|
|
1068
1135
|
}
|
|
1069
1136
|
.offset-xxl-8 {
|
|
1070
|
-
margin-
|
|
1137
|
+
-webkit-margin-start: 66.66666667%;
|
|
1138
|
+
margin-inline-start: 66.66666667%;
|
|
1071
1139
|
}
|
|
1072
1140
|
.offset-xxl-9 {
|
|
1073
|
-
margin-
|
|
1141
|
+
-webkit-margin-start: 75%;
|
|
1142
|
+
margin-inline-start: 75%;
|
|
1074
1143
|
}
|
|
1075
1144
|
.offset-xxl-10 {
|
|
1076
|
-
margin-
|
|
1145
|
+
-webkit-margin-start: 83.33333333%;
|
|
1146
|
+
margin-inline-start: 83.33333333%;
|
|
1077
1147
|
}
|
|
1078
1148
|
.offset-xxl-11 {
|
|
1079
|
-
margin-
|
|
1149
|
+
-webkit-margin-start: 91.66666667%;
|
|
1150
|
+
margin-inline-start: 91.66666667%;
|
|
1080
1151
|
}
|
|
1081
1152
|
.g-xxl-0,
|
|
1082
1153
|
.gx-xxl-0 {
|
|
@@ -1470,31 +1541,38 @@
|
|
|
1470
1541
|
}
|
|
1471
1542
|
|
|
1472
1543
|
.me-0 {
|
|
1473
|
-
margin-
|
|
1544
|
+
-webkit-margin-end: 0 !important;
|
|
1545
|
+
margin-inline-end: 0 !important;
|
|
1474
1546
|
}
|
|
1475
1547
|
|
|
1476
1548
|
.me-1 {
|
|
1477
|
-
margin-
|
|
1549
|
+
-webkit-margin-end: 0.25rem !important;
|
|
1550
|
+
margin-inline-end: 0.25rem !important;
|
|
1478
1551
|
}
|
|
1479
1552
|
|
|
1480
1553
|
.me-2 {
|
|
1481
|
-
margin-
|
|
1554
|
+
-webkit-margin-end: 0.5rem !important;
|
|
1555
|
+
margin-inline-end: 0.5rem !important;
|
|
1482
1556
|
}
|
|
1483
1557
|
|
|
1484
1558
|
.me-3 {
|
|
1485
|
-
margin-
|
|
1559
|
+
-webkit-margin-end: 1rem !important;
|
|
1560
|
+
margin-inline-end: 1rem !important;
|
|
1486
1561
|
}
|
|
1487
1562
|
|
|
1488
1563
|
.me-4 {
|
|
1489
|
-
margin-
|
|
1564
|
+
-webkit-margin-end: 1.5rem !important;
|
|
1565
|
+
margin-inline-end: 1.5rem !important;
|
|
1490
1566
|
}
|
|
1491
1567
|
|
|
1492
1568
|
.me-5 {
|
|
1493
|
-
margin-
|
|
1569
|
+
-webkit-margin-end: 3rem !important;
|
|
1570
|
+
margin-inline-end: 3rem !important;
|
|
1494
1571
|
}
|
|
1495
1572
|
|
|
1496
1573
|
.me-auto {
|
|
1497
|
-
margin-
|
|
1574
|
+
-webkit-margin-end: auto !important;
|
|
1575
|
+
margin-inline-end: auto !important;
|
|
1498
1576
|
}
|
|
1499
1577
|
|
|
1500
1578
|
.mb-0 {
|
|
@@ -1526,31 +1604,38 @@
|
|
|
1526
1604
|
}
|
|
1527
1605
|
|
|
1528
1606
|
.ms-0 {
|
|
1529
|
-
margin-
|
|
1607
|
+
-webkit-margin-start: 0 !important;
|
|
1608
|
+
margin-inline-start: 0 !important;
|
|
1530
1609
|
}
|
|
1531
1610
|
|
|
1532
1611
|
.ms-1 {
|
|
1533
|
-
margin-
|
|
1612
|
+
-webkit-margin-start: 0.25rem !important;
|
|
1613
|
+
margin-inline-start: 0.25rem !important;
|
|
1534
1614
|
}
|
|
1535
1615
|
|
|
1536
1616
|
.ms-2 {
|
|
1537
|
-
margin-
|
|
1617
|
+
-webkit-margin-start: 0.5rem !important;
|
|
1618
|
+
margin-inline-start: 0.5rem !important;
|
|
1538
1619
|
}
|
|
1539
1620
|
|
|
1540
1621
|
.ms-3 {
|
|
1541
|
-
margin-
|
|
1622
|
+
-webkit-margin-start: 1rem !important;
|
|
1623
|
+
margin-inline-start: 1rem !important;
|
|
1542
1624
|
}
|
|
1543
1625
|
|
|
1544
1626
|
.ms-4 {
|
|
1545
|
-
margin-
|
|
1627
|
+
-webkit-margin-start: 1.5rem !important;
|
|
1628
|
+
margin-inline-start: 1.5rem !important;
|
|
1546
1629
|
}
|
|
1547
1630
|
|
|
1548
1631
|
.ms-5 {
|
|
1549
|
-
margin-
|
|
1632
|
+
-webkit-margin-start: 3rem !important;
|
|
1633
|
+
margin-inline-start: 3rem !important;
|
|
1550
1634
|
}
|
|
1551
1635
|
|
|
1552
1636
|
.ms-auto {
|
|
1553
|
-
margin-
|
|
1637
|
+
-webkit-margin-start: auto !important;
|
|
1638
|
+
margin-inline-start: auto !important;
|
|
1554
1639
|
}
|
|
1555
1640
|
|
|
1556
1641
|
.p-0 {
|
|
@@ -1662,27 +1747,33 @@
|
|
|
1662
1747
|
}
|
|
1663
1748
|
|
|
1664
1749
|
.pe-0 {
|
|
1665
|
-
padding-
|
|
1750
|
+
-webkit-padding-end: 0 !important;
|
|
1751
|
+
padding-inline-end: 0 !important;
|
|
1666
1752
|
}
|
|
1667
1753
|
|
|
1668
1754
|
.pe-1 {
|
|
1669
|
-
padding-
|
|
1755
|
+
-webkit-padding-end: 0.25rem !important;
|
|
1756
|
+
padding-inline-end: 0.25rem !important;
|
|
1670
1757
|
}
|
|
1671
1758
|
|
|
1672
1759
|
.pe-2 {
|
|
1673
|
-
padding-
|
|
1760
|
+
-webkit-padding-end: 0.5rem !important;
|
|
1761
|
+
padding-inline-end: 0.5rem !important;
|
|
1674
1762
|
}
|
|
1675
1763
|
|
|
1676
1764
|
.pe-3 {
|
|
1677
|
-
padding-
|
|
1765
|
+
-webkit-padding-end: 1rem !important;
|
|
1766
|
+
padding-inline-end: 1rem !important;
|
|
1678
1767
|
}
|
|
1679
1768
|
|
|
1680
1769
|
.pe-4 {
|
|
1681
|
-
padding-
|
|
1770
|
+
-webkit-padding-end: 1.5rem !important;
|
|
1771
|
+
padding-inline-end: 1.5rem !important;
|
|
1682
1772
|
}
|
|
1683
1773
|
|
|
1684
1774
|
.pe-5 {
|
|
1685
|
-
padding-
|
|
1775
|
+
-webkit-padding-end: 3rem !important;
|
|
1776
|
+
padding-inline-end: 3rem !important;
|
|
1686
1777
|
}
|
|
1687
1778
|
|
|
1688
1779
|
.pb-0 {
|
|
@@ -1710,27 +1801,33 @@
|
|
|
1710
1801
|
}
|
|
1711
1802
|
|
|
1712
1803
|
.ps-0 {
|
|
1713
|
-
padding-
|
|
1804
|
+
-webkit-padding-start: 0 !important;
|
|
1805
|
+
padding-inline-start: 0 !important;
|
|
1714
1806
|
}
|
|
1715
1807
|
|
|
1716
1808
|
.ps-1 {
|
|
1717
|
-
padding-
|
|
1809
|
+
-webkit-padding-start: 0.25rem !important;
|
|
1810
|
+
padding-inline-start: 0.25rem !important;
|
|
1718
1811
|
}
|
|
1719
1812
|
|
|
1720
1813
|
.ps-2 {
|
|
1721
|
-
padding-
|
|
1814
|
+
-webkit-padding-start: 0.5rem !important;
|
|
1815
|
+
padding-inline-start: 0.5rem !important;
|
|
1722
1816
|
}
|
|
1723
1817
|
|
|
1724
1818
|
.ps-3 {
|
|
1725
|
-
padding-
|
|
1819
|
+
-webkit-padding-start: 1rem !important;
|
|
1820
|
+
padding-inline-start: 1rem !important;
|
|
1726
1821
|
}
|
|
1727
1822
|
|
|
1728
1823
|
.ps-4 {
|
|
1729
|
-
padding-
|
|
1824
|
+
-webkit-padding-start: 1.5rem !important;
|
|
1825
|
+
padding-inline-start: 1.5rem !important;
|
|
1730
1826
|
}
|
|
1731
1827
|
|
|
1732
1828
|
.ps-5 {
|
|
1733
|
-
padding-
|
|
1829
|
+
-webkit-padding-start: 3rem !important;
|
|
1830
|
+
padding-inline-start: 3rem !important;
|
|
1734
1831
|
}
|
|
1735
1832
|
|
|
1736
1833
|
@media (min-width: 576px) {
|
|
@@ -1995,25 +2092,32 @@
|
|
|
1995
2092
|
margin-top: auto !important;
|
|
1996
2093
|
}
|
|
1997
2094
|
.me-sm-0 {
|
|
1998
|
-
margin-
|
|
2095
|
+
-webkit-margin-end: 0 !important;
|
|
2096
|
+
margin-inline-end: 0 !important;
|
|
1999
2097
|
}
|
|
2000
2098
|
.me-sm-1 {
|
|
2001
|
-
margin-
|
|
2099
|
+
-webkit-margin-end: 0.25rem !important;
|
|
2100
|
+
margin-inline-end: 0.25rem !important;
|
|
2002
2101
|
}
|
|
2003
2102
|
.me-sm-2 {
|
|
2004
|
-
margin-
|
|
2103
|
+
-webkit-margin-end: 0.5rem !important;
|
|
2104
|
+
margin-inline-end: 0.5rem !important;
|
|
2005
2105
|
}
|
|
2006
2106
|
.me-sm-3 {
|
|
2007
|
-
margin-
|
|
2107
|
+
-webkit-margin-end: 1rem !important;
|
|
2108
|
+
margin-inline-end: 1rem !important;
|
|
2008
2109
|
}
|
|
2009
2110
|
.me-sm-4 {
|
|
2010
|
-
margin-
|
|
2111
|
+
-webkit-margin-end: 1.5rem !important;
|
|
2112
|
+
margin-inline-end: 1.5rem !important;
|
|
2011
2113
|
}
|
|
2012
2114
|
.me-sm-5 {
|
|
2013
|
-
margin-
|
|
2115
|
+
-webkit-margin-end: 3rem !important;
|
|
2116
|
+
margin-inline-end: 3rem !important;
|
|
2014
2117
|
}
|
|
2015
2118
|
.me-sm-auto {
|
|
2016
|
-
margin-
|
|
2119
|
+
-webkit-margin-end: auto !important;
|
|
2120
|
+
margin-inline-end: auto !important;
|
|
2017
2121
|
}
|
|
2018
2122
|
.mb-sm-0 {
|
|
2019
2123
|
margin-bottom: 0 !important;
|
|
@@ -2037,25 +2141,32 @@
|
|
|
2037
2141
|
margin-bottom: auto !important;
|
|
2038
2142
|
}
|
|
2039
2143
|
.ms-sm-0 {
|
|
2040
|
-
margin-
|
|
2144
|
+
-webkit-margin-start: 0 !important;
|
|
2145
|
+
margin-inline-start: 0 !important;
|
|
2041
2146
|
}
|
|
2042
2147
|
.ms-sm-1 {
|
|
2043
|
-
margin-
|
|
2148
|
+
-webkit-margin-start: 0.25rem !important;
|
|
2149
|
+
margin-inline-start: 0.25rem !important;
|
|
2044
2150
|
}
|
|
2045
2151
|
.ms-sm-2 {
|
|
2046
|
-
margin-
|
|
2152
|
+
-webkit-margin-start: 0.5rem !important;
|
|
2153
|
+
margin-inline-start: 0.5rem !important;
|
|
2047
2154
|
}
|
|
2048
2155
|
.ms-sm-3 {
|
|
2049
|
-
margin-
|
|
2156
|
+
-webkit-margin-start: 1rem !important;
|
|
2157
|
+
margin-inline-start: 1rem !important;
|
|
2050
2158
|
}
|
|
2051
2159
|
.ms-sm-4 {
|
|
2052
|
-
margin-
|
|
2160
|
+
-webkit-margin-start: 1.5rem !important;
|
|
2161
|
+
margin-inline-start: 1.5rem !important;
|
|
2053
2162
|
}
|
|
2054
2163
|
.ms-sm-5 {
|
|
2055
|
-
margin-
|
|
2164
|
+
-webkit-margin-start: 3rem !important;
|
|
2165
|
+
margin-inline-start: 3rem !important;
|
|
2056
2166
|
}
|
|
2057
2167
|
.ms-sm-auto {
|
|
2058
|
-
margin-
|
|
2168
|
+
-webkit-margin-start: auto !important;
|
|
2169
|
+
margin-inline-start: auto !important;
|
|
2059
2170
|
}
|
|
2060
2171
|
.p-sm-0 {
|
|
2061
2172
|
padding: 0 !important;
|
|
@@ -2142,22 +2253,28 @@
|
|
|
2142
2253
|
padding-top: 3rem !important;
|
|
2143
2254
|
}
|
|
2144
2255
|
.pe-sm-0 {
|
|
2145
|
-
padding-
|
|
2256
|
+
-webkit-padding-end: 0 !important;
|
|
2257
|
+
padding-inline-end: 0 !important;
|
|
2146
2258
|
}
|
|
2147
2259
|
.pe-sm-1 {
|
|
2148
|
-
padding-
|
|
2260
|
+
-webkit-padding-end: 0.25rem !important;
|
|
2261
|
+
padding-inline-end: 0.25rem !important;
|
|
2149
2262
|
}
|
|
2150
2263
|
.pe-sm-2 {
|
|
2151
|
-
padding-
|
|
2264
|
+
-webkit-padding-end: 0.5rem !important;
|
|
2265
|
+
padding-inline-end: 0.5rem !important;
|
|
2152
2266
|
}
|
|
2153
2267
|
.pe-sm-3 {
|
|
2154
|
-
padding-
|
|
2268
|
+
-webkit-padding-end: 1rem !important;
|
|
2269
|
+
padding-inline-end: 1rem !important;
|
|
2155
2270
|
}
|
|
2156
2271
|
.pe-sm-4 {
|
|
2157
|
-
padding-
|
|
2272
|
+
-webkit-padding-end: 1.5rem !important;
|
|
2273
|
+
padding-inline-end: 1.5rem !important;
|
|
2158
2274
|
}
|
|
2159
2275
|
.pe-sm-5 {
|
|
2160
|
-
padding-
|
|
2276
|
+
-webkit-padding-end: 3rem !important;
|
|
2277
|
+
padding-inline-end: 3rem !important;
|
|
2161
2278
|
}
|
|
2162
2279
|
.pb-sm-0 {
|
|
2163
2280
|
padding-bottom: 0 !important;
|
|
@@ -2178,22 +2295,28 @@
|
|
|
2178
2295
|
padding-bottom: 3rem !important;
|
|
2179
2296
|
}
|
|
2180
2297
|
.ps-sm-0 {
|
|
2181
|
-
padding-
|
|
2298
|
+
-webkit-padding-start: 0 !important;
|
|
2299
|
+
padding-inline-start: 0 !important;
|
|
2182
2300
|
}
|
|
2183
2301
|
.ps-sm-1 {
|
|
2184
|
-
padding-
|
|
2302
|
+
-webkit-padding-start: 0.25rem !important;
|
|
2303
|
+
padding-inline-start: 0.25rem !important;
|
|
2185
2304
|
}
|
|
2186
2305
|
.ps-sm-2 {
|
|
2187
|
-
padding-
|
|
2306
|
+
-webkit-padding-start: 0.5rem !important;
|
|
2307
|
+
padding-inline-start: 0.5rem !important;
|
|
2188
2308
|
}
|
|
2189
2309
|
.ps-sm-3 {
|
|
2190
|
-
padding-
|
|
2310
|
+
-webkit-padding-start: 1rem !important;
|
|
2311
|
+
padding-inline-start: 1rem !important;
|
|
2191
2312
|
}
|
|
2192
2313
|
.ps-sm-4 {
|
|
2193
|
-
padding-
|
|
2314
|
+
-webkit-padding-start: 1.5rem !important;
|
|
2315
|
+
padding-inline-start: 1.5rem !important;
|
|
2194
2316
|
}
|
|
2195
2317
|
.ps-sm-5 {
|
|
2196
|
-
padding-
|
|
2318
|
+
-webkit-padding-start: 3rem !important;
|
|
2319
|
+
padding-inline-start: 3rem !important;
|
|
2197
2320
|
}
|
|
2198
2321
|
}
|
|
2199
2322
|
@media (min-width: 768px) {
|
|
@@ -2458,25 +2581,32 @@
|
|
|
2458
2581
|
margin-top: auto !important;
|
|
2459
2582
|
}
|
|
2460
2583
|
.me-md-0 {
|
|
2461
|
-
margin-
|
|
2584
|
+
-webkit-margin-end: 0 !important;
|
|
2585
|
+
margin-inline-end: 0 !important;
|
|
2462
2586
|
}
|
|
2463
2587
|
.me-md-1 {
|
|
2464
|
-
margin-
|
|
2588
|
+
-webkit-margin-end: 0.25rem !important;
|
|
2589
|
+
margin-inline-end: 0.25rem !important;
|
|
2465
2590
|
}
|
|
2466
2591
|
.me-md-2 {
|
|
2467
|
-
margin-
|
|
2592
|
+
-webkit-margin-end: 0.5rem !important;
|
|
2593
|
+
margin-inline-end: 0.5rem !important;
|
|
2468
2594
|
}
|
|
2469
2595
|
.me-md-3 {
|
|
2470
|
-
margin-
|
|
2596
|
+
-webkit-margin-end: 1rem !important;
|
|
2597
|
+
margin-inline-end: 1rem !important;
|
|
2471
2598
|
}
|
|
2472
2599
|
.me-md-4 {
|
|
2473
|
-
margin-
|
|
2600
|
+
-webkit-margin-end: 1.5rem !important;
|
|
2601
|
+
margin-inline-end: 1.5rem !important;
|
|
2474
2602
|
}
|
|
2475
2603
|
.me-md-5 {
|
|
2476
|
-
margin-
|
|
2604
|
+
-webkit-margin-end: 3rem !important;
|
|
2605
|
+
margin-inline-end: 3rem !important;
|
|
2477
2606
|
}
|
|
2478
2607
|
.me-md-auto {
|
|
2479
|
-
margin-
|
|
2608
|
+
-webkit-margin-end: auto !important;
|
|
2609
|
+
margin-inline-end: auto !important;
|
|
2480
2610
|
}
|
|
2481
2611
|
.mb-md-0 {
|
|
2482
2612
|
margin-bottom: 0 !important;
|
|
@@ -2500,25 +2630,32 @@
|
|
|
2500
2630
|
margin-bottom: auto !important;
|
|
2501
2631
|
}
|
|
2502
2632
|
.ms-md-0 {
|
|
2503
|
-
margin-
|
|
2633
|
+
-webkit-margin-start: 0 !important;
|
|
2634
|
+
margin-inline-start: 0 !important;
|
|
2504
2635
|
}
|
|
2505
2636
|
.ms-md-1 {
|
|
2506
|
-
margin-
|
|
2637
|
+
-webkit-margin-start: 0.25rem !important;
|
|
2638
|
+
margin-inline-start: 0.25rem !important;
|
|
2507
2639
|
}
|
|
2508
2640
|
.ms-md-2 {
|
|
2509
|
-
margin-
|
|
2641
|
+
-webkit-margin-start: 0.5rem !important;
|
|
2642
|
+
margin-inline-start: 0.5rem !important;
|
|
2510
2643
|
}
|
|
2511
2644
|
.ms-md-3 {
|
|
2512
|
-
margin-
|
|
2645
|
+
-webkit-margin-start: 1rem !important;
|
|
2646
|
+
margin-inline-start: 1rem !important;
|
|
2513
2647
|
}
|
|
2514
2648
|
.ms-md-4 {
|
|
2515
|
-
margin-
|
|
2649
|
+
-webkit-margin-start: 1.5rem !important;
|
|
2650
|
+
margin-inline-start: 1.5rem !important;
|
|
2516
2651
|
}
|
|
2517
2652
|
.ms-md-5 {
|
|
2518
|
-
margin-
|
|
2653
|
+
-webkit-margin-start: 3rem !important;
|
|
2654
|
+
margin-inline-start: 3rem !important;
|
|
2519
2655
|
}
|
|
2520
2656
|
.ms-md-auto {
|
|
2521
|
-
margin-
|
|
2657
|
+
-webkit-margin-start: auto !important;
|
|
2658
|
+
margin-inline-start: auto !important;
|
|
2522
2659
|
}
|
|
2523
2660
|
.p-md-0 {
|
|
2524
2661
|
padding: 0 !important;
|
|
@@ -2605,22 +2742,28 @@
|
|
|
2605
2742
|
padding-top: 3rem !important;
|
|
2606
2743
|
}
|
|
2607
2744
|
.pe-md-0 {
|
|
2608
|
-
padding-
|
|
2745
|
+
-webkit-padding-end: 0 !important;
|
|
2746
|
+
padding-inline-end: 0 !important;
|
|
2609
2747
|
}
|
|
2610
2748
|
.pe-md-1 {
|
|
2611
|
-
padding-
|
|
2749
|
+
-webkit-padding-end: 0.25rem !important;
|
|
2750
|
+
padding-inline-end: 0.25rem !important;
|
|
2612
2751
|
}
|
|
2613
2752
|
.pe-md-2 {
|
|
2614
|
-
padding-
|
|
2753
|
+
-webkit-padding-end: 0.5rem !important;
|
|
2754
|
+
padding-inline-end: 0.5rem !important;
|
|
2615
2755
|
}
|
|
2616
2756
|
.pe-md-3 {
|
|
2617
|
-
padding-
|
|
2757
|
+
-webkit-padding-end: 1rem !important;
|
|
2758
|
+
padding-inline-end: 1rem !important;
|
|
2618
2759
|
}
|
|
2619
2760
|
.pe-md-4 {
|
|
2620
|
-
padding-
|
|
2761
|
+
-webkit-padding-end: 1.5rem !important;
|
|
2762
|
+
padding-inline-end: 1.5rem !important;
|
|
2621
2763
|
}
|
|
2622
2764
|
.pe-md-5 {
|
|
2623
|
-
padding-
|
|
2765
|
+
-webkit-padding-end: 3rem !important;
|
|
2766
|
+
padding-inline-end: 3rem !important;
|
|
2624
2767
|
}
|
|
2625
2768
|
.pb-md-0 {
|
|
2626
2769
|
padding-bottom: 0 !important;
|
|
@@ -2641,22 +2784,28 @@
|
|
|
2641
2784
|
padding-bottom: 3rem !important;
|
|
2642
2785
|
}
|
|
2643
2786
|
.ps-md-0 {
|
|
2644
|
-
padding-
|
|
2787
|
+
-webkit-padding-start: 0 !important;
|
|
2788
|
+
padding-inline-start: 0 !important;
|
|
2645
2789
|
}
|
|
2646
2790
|
.ps-md-1 {
|
|
2647
|
-
padding-
|
|
2791
|
+
-webkit-padding-start: 0.25rem !important;
|
|
2792
|
+
padding-inline-start: 0.25rem !important;
|
|
2648
2793
|
}
|
|
2649
2794
|
.ps-md-2 {
|
|
2650
|
-
padding-
|
|
2795
|
+
-webkit-padding-start: 0.5rem !important;
|
|
2796
|
+
padding-inline-start: 0.5rem !important;
|
|
2651
2797
|
}
|
|
2652
2798
|
.ps-md-3 {
|
|
2653
|
-
padding-
|
|
2799
|
+
-webkit-padding-start: 1rem !important;
|
|
2800
|
+
padding-inline-start: 1rem !important;
|
|
2654
2801
|
}
|
|
2655
2802
|
.ps-md-4 {
|
|
2656
|
-
padding-
|
|
2803
|
+
-webkit-padding-start: 1.5rem !important;
|
|
2804
|
+
padding-inline-start: 1.5rem !important;
|
|
2657
2805
|
}
|
|
2658
2806
|
.ps-md-5 {
|
|
2659
|
-
padding-
|
|
2807
|
+
-webkit-padding-start: 3rem !important;
|
|
2808
|
+
padding-inline-start: 3rem !important;
|
|
2660
2809
|
}
|
|
2661
2810
|
}
|
|
2662
2811
|
@media (min-width: 992px) {
|
|
@@ -2921,25 +3070,32 @@
|
|
|
2921
3070
|
margin-top: auto !important;
|
|
2922
3071
|
}
|
|
2923
3072
|
.me-lg-0 {
|
|
2924
|
-
margin-
|
|
3073
|
+
-webkit-margin-end: 0 !important;
|
|
3074
|
+
margin-inline-end: 0 !important;
|
|
2925
3075
|
}
|
|
2926
3076
|
.me-lg-1 {
|
|
2927
|
-
margin-
|
|
3077
|
+
-webkit-margin-end: 0.25rem !important;
|
|
3078
|
+
margin-inline-end: 0.25rem !important;
|
|
2928
3079
|
}
|
|
2929
3080
|
.me-lg-2 {
|
|
2930
|
-
margin-
|
|
3081
|
+
-webkit-margin-end: 0.5rem !important;
|
|
3082
|
+
margin-inline-end: 0.5rem !important;
|
|
2931
3083
|
}
|
|
2932
3084
|
.me-lg-3 {
|
|
2933
|
-
margin-
|
|
3085
|
+
-webkit-margin-end: 1rem !important;
|
|
3086
|
+
margin-inline-end: 1rem !important;
|
|
2934
3087
|
}
|
|
2935
3088
|
.me-lg-4 {
|
|
2936
|
-
margin-
|
|
3089
|
+
-webkit-margin-end: 1.5rem !important;
|
|
3090
|
+
margin-inline-end: 1.5rem !important;
|
|
2937
3091
|
}
|
|
2938
3092
|
.me-lg-5 {
|
|
2939
|
-
margin-
|
|
3093
|
+
-webkit-margin-end: 3rem !important;
|
|
3094
|
+
margin-inline-end: 3rem !important;
|
|
2940
3095
|
}
|
|
2941
3096
|
.me-lg-auto {
|
|
2942
|
-
margin-
|
|
3097
|
+
-webkit-margin-end: auto !important;
|
|
3098
|
+
margin-inline-end: auto !important;
|
|
2943
3099
|
}
|
|
2944
3100
|
.mb-lg-0 {
|
|
2945
3101
|
margin-bottom: 0 !important;
|
|
@@ -2963,25 +3119,32 @@
|
|
|
2963
3119
|
margin-bottom: auto !important;
|
|
2964
3120
|
}
|
|
2965
3121
|
.ms-lg-0 {
|
|
2966
|
-
margin-
|
|
3122
|
+
-webkit-margin-start: 0 !important;
|
|
3123
|
+
margin-inline-start: 0 !important;
|
|
2967
3124
|
}
|
|
2968
3125
|
.ms-lg-1 {
|
|
2969
|
-
margin-
|
|
3126
|
+
-webkit-margin-start: 0.25rem !important;
|
|
3127
|
+
margin-inline-start: 0.25rem !important;
|
|
2970
3128
|
}
|
|
2971
3129
|
.ms-lg-2 {
|
|
2972
|
-
margin-
|
|
3130
|
+
-webkit-margin-start: 0.5rem !important;
|
|
3131
|
+
margin-inline-start: 0.5rem !important;
|
|
2973
3132
|
}
|
|
2974
3133
|
.ms-lg-3 {
|
|
2975
|
-
margin-
|
|
3134
|
+
-webkit-margin-start: 1rem !important;
|
|
3135
|
+
margin-inline-start: 1rem !important;
|
|
2976
3136
|
}
|
|
2977
3137
|
.ms-lg-4 {
|
|
2978
|
-
margin-
|
|
3138
|
+
-webkit-margin-start: 1.5rem !important;
|
|
3139
|
+
margin-inline-start: 1.5rem !important;
|
|
2979
3140
|
}
|
|
2980
3141
|
.ms-lg-5 {
|
|
2981
|
-
margin-
|
|
3142
|
+
-webkit-margin-start: 3rem !important;
|
|
3143
|
+
margin-inline-start: 3rem !important;
|
|
2982
3144
|
}
|
|
2983
3145
|
.ms-lg-auto {
|
|
2984
|
-
margin-
|
|
3146
|
+
-webkit-margin-start: auto !important;
|
|
3147
|
+
margin-inline-start: auto !important;
|
|
2985
3148
|
}
|
|
2986
3149
|
.p-lg-0 {
|
|
2987
3150
|
padding: 0 !important;
|
|
@@ -3068,22 +3231,28 @@
|
|
|
3068
3231
|
padding-top: 3rem !important;
|
|
3069
3232
|
}
|
|
3070
3233
|
.pe-lg-0 {
|
|
3071
|
-
padding-
|
|
3234
|
+
-webkit-padding-end: 0 !important;
|
|
3235
|
+
padding-inline-end: 0 !important;
|
|
3072
3236
|
}
|
|
3073
3237
|
.pe-lg-1 {
|
|
3074
|
-
padding-
|
|
3238
|
+
-webkit-padding-end: 0.25rem !important;
|
|
3239
|
+
padding-inline-end: 0.25rem !important;
|
|
3075
3240
|
}
|
|
3076
3241
|
.pe-lg-2 {
|
|
3077
|
-
padding-
|
|
3242
|
+
-webkit-padding-end: 0.5rem !important;
|
|
3243
|
+
padding-inline-end: 0.5rem !important;
|
|
3078
3244
|
}
|
|
3079
3245
|
.pe-lg-3 {
|
|
3080
|
-
padding-
|
|
3246
|
+
-webkit-padding-end: 1rem !important;
|
|
3247
|
+
padding-inline-end: 1rem !important;
|
|
3081
3248
|
}
|
|
3082
3249
|
.pe-lg-4 {
|
|
3083
|
-
padding-
|
|
3250
|
+
-webkit-padding-end: 1.5rem !important;
|
|
3251
|
+
padding-inline-end: 1.5rem !important;
|
|
3084
3252
|
}
|
|
3085
3253
|
.pe-lg-5 {
|
|
3086
|
-
padding-
|
|
3254
|
+
-webkit-padding-end: 3rem !important;
|
|
3255
|
+
padding-inline-end: 3rem !important;
|
|
3087
3256
|
}
|
|
3088
3257
|
.pb-lg-0 {
|
|
3089
3258
|
padding-bottom: 0 !important;
|
|
@@ -3104,22 +3273,28 @@
|
|
|
3104
3273
|
padding-bottom: 3rem !important;
|
|
3105
3274
|
}
|
|
3106
3275
|
.ps-lg-0 {
|
|
3107
|
-
padding-
|
|
3276
|
+
-webkit-padding-start: 0 !important;
|
|
3277
|
+
padding-inline-start: 0 !important;
|
|
3108
3278
|
}
|
|
3109
3279
|
.ps-lg-1 {
|
|
3110
|
-
padding-
|
|
3280
|
+
-webkit-padding-start: 0.25rem !important;
|
|
3281
|
+
padding-inline-start: 0.25rem !important;
|
|
3111
3282
|
}
|
|
3112
3283
|
.ps-lg-2 {
|
|
3113
|
-
padding-
|
|
3284
|
+
-webkit-padding-start: 0.5rem !important;
|
|
3285
|
+
padding-inline-start: 0.5rem !important;
|
|
3114
3286
|
}
|
|
3115
3287
|
.ps-lg-3 {
|
|
3116
|
-
padding-
|
|
3288
|
+
-webkit-padding-start: 1rem !important;
|
|
3289
|
+
padding-inline-start: 1rem !important;
|
|
3117
3290
|
}
|
|
3118
3291
|
.ps-lg-4 {
|
|
3119
|
-
padding-
|
|
3292
|
+
-webkit-padding-start: 1.5rem !important;
|
|
3293
|
+
padding-inline-start: 1.5rem !important;
|
|
3120
3294
|
}
|
|
3121
3295
|
.ps-lg-5 {
|
|
3122
|
-
padding-
|
|
3296
|
+
-webkit-padding-start: 3rem !important;
|
|
3297
|
+
padding-inline-start: 3rem !important;
|
|
3123
3298
|
}
|
|
3124
3299
|
}
|
|
3125
3300
|
@media (min-width: 1200px) {
|
|
@@ -3384,25 +3559,32 @@
|
|
|
3384
3559
|
margin-top: auto !important;
|
|
3385
3560
|
}
|
|
3386
3561
|
.me-xl-0 {
|
|
3387
|
-
margin-
|
|
3562
|
+
-webkit-margin-end: 0 !important;
|
|
3563
|
+
margin-inline-end: 0 !important;
|
|
3388
3564
|
}
|
|
3389
3565
|
.me-xl-1 {
|
|
3390
|
-
margin-
|
|
3566
|
+
-webkit-margin-end: 0.25rem !important;
|
|
3567
|
+
margin-inline-end: 0.25rem !important;
|
|
3391
3568
|
}
|
|
3392
3569
|
.me-xl-2 {
|
|
3393
|
-
margin-
|
|
3570
|
+
-webkit-margin-end: 0.5rem !important;
|
|
3571
|
+
margin-inline-end: 0.5rem !important;
|
|
3394
3572
|
}
|
|
3395
3573
|
.me-xl-3 {
|
|
3396
|
-
margin-
|
|
3574
|
+
-webkit-margin-end: 1rem !important;
|
|
3575
|
+
margin-inline-end: 1rem !important;
|
|
3397
3576
|
}
|
|
3398
3577
|
.me-xl-4 {
|
|
3399
|
-
margin-
|
|
3578
|
+
-webkit-margin-end: 1.5rem !important;
|
|
3579
|
+
margin-inline-end: 1.5rem !important;
|
|
3400
3580
|
}
|
|
3401
3581
|
.me-xl-5 {
|
|
3402
|
-
margin-
|
|
3582
|
+
-webkit-margin-end: 3rem !important;
|
|
3583
|
+
margin-inline-end: 3rem !important;
|
|
3403
3584
|
}
|
|
3404
3585
|
.me-xl-auto {
|
|
3405
|
-
margin-
|
|
3586
|
+
-webkit-margin-end: auto !important;
|
|
3587
|
+
margin-inline-end: auto !important;
|
|
3406
3588
|
}
|
|
3407
3589
|
.mb-xl-0 {
|
|
3408
3590
|
margin-bottom: 0 !important;
|
|
@@ -3426,25 +3608,32 @@
|
|
|
3426
3608
|
margin-bottom: auto !important;
|
|
3427
3609
|
}
|
|
3428
3610
|
.ms-xl-0 {
|
|
3429
|
-
margin-
|
|
3611
|
+
-webkit-margin-start: 0 !important;
|
|
3612
|
+
margin-inline-start: 0 !important;
|
|
3430
3613
|
}
|
|
3431
3614
|
.ms-xl-1 {
|
|
3432
|
-
margin-
|
|
3615
|
+
-webkit-margin-start: 0.25rem !important;
|
|
3616
|
+
margin-inline-start: 0.25rem !important;
|
|
3433
3617
|
}
|
|
3434
3618
|
.ms-xl-2 {
|
|
3435
|
-
margin-
|
|
3619
|
+
-webkit-margin-start: 0.5rem !important;
|
|
3620
|
+
margin-inline-start: 0.5rem !important;
|
|
3436
3621
|
}
|
|
3437
3622
|
.ms-xl-3 {
|
|
3438
|
-
margin-
|
|
3623
|
+
-webkit-margin-start: 1rem !important;
|
|
3624
|
+
margin-inline-start: 1rem !important;
|
|
3439
3625
|
}
|
|
3440
3626
|
.ms-xl-4 {
|
|
3441
|
-
margin-
|
|
3627
|
+
-webkit-margin-start: 1.5rem !important;
|
|
3628
|
+
margin-inline-start: 1.5rem !important;
|
|
3442
3629
|
}
|
|
3443
3630
|
.ms-xl-5 {
|
|
3444
|
-
margin-
|
|
3631
|
+
-webkit-margin-start: 3rem !important;
|
|
3632
|
+
margin-inline-start: 3rem !important;
|
|
3445
3633
|
}
|
|
3446
3634
|
.ms-xl-auto {
|
|
3447
|
-
margin-
|
|
3635
|
+
-webkit-margin-start: auto !important;
|
|
3636
|
+
margin-inline-start: auto !important;
|
|
3448
3637
|
}
|
|
3449
3638
|
.p-xl-0 {
|
|
3450
3639
|
padding: 0 !important;
|
|
@@ -3531,22 +3720,28 @@
|
|
|
3531
3720
|
padding-top: 3rem !important;
|
|
3532
3721
|
}
|
|
3533
3722
|
.pe-xl-0 {
|
|
3534
|
-
padding-
|
|
3723
|
+
-webkit-padding-end: 0 !important;
|
|
3724
|
+
padding-inline-end: 0 !important;
|
|
3535
3725
|
}
|
|
3536
3726
|
.pe-xl-1 {
|
|
3537
|
-
padding-
|
|
3727
|
+
-webkit-padding-end: 0.25rem !important;
|
|
3728
|
+
padding-inline-end: 0.25rem !important;
|
|
3538
3729
|
}
|
|
3539
3730
|
.pe-xl-2 {
|
|
3540
|
-
padding-
|
|
3731
|
+
-webkit-padding-end: 0.5rem !important;
|
|
3732
|
+
padding-inline-end: 0.5rem !important;
|
|
3541
3733
|
}
|
|
3542
3734
|
.pe-xl-3 {
|
|
3543
|
-
padding-
|
|
3735
|
+
-webkit-padding-end: 1rem !important;
|
|
3736
|
+
padding-inline-end: 1rem !important;
|
|
3544
3737
|
}
|
|
3545
3738
|
.pe-xl-4 {
|
|
3546
|
-
padding-
|
|
3739
|
+
-webkit-padding-end: 1.5rem !important;
|
|
3740
|
+
padding-inline-end: 1.5rem !important;
|
|
3547
3741
|
}
|
|
3548
3742
|
.pe-xl-5 {
|
|
3549
|
-
padding-
|
|
3743
|
+
-webkit-padding-end: 3rem !important;
|
|
3744
|
+
padding-inline-end: 3rem !important;
|
|
3550
3745
|
}
|
|
3551
3746
|
.pb-xl-0 {
|
|
3552
3747
|
padding-bottom: 0 !important;
|
|
@@ -3567,22 +3762,28 @@
|
|
|
3567
3762
|
padding-bottom: 3rem !important;
|
|
3568
3763
|
}
|
|
3569
3764
|
.ps-xl-0 {
|
|
3570
|
-
padding-
|
|
3765
|
+
-webkit-padding-start: 0 !important;
|
|
3766
|
+
padding-inline-start: 0 !important;
|
|
3571
3767
|
}
|
|
3572
3768
|
.ps-xl-1 {
|
|
3573
|
-
padding-
|
|
3769
|
+
-webkit-padding-start: 0.25rem !important;
|
|
3770
|
+
padding-inline-start: 0.25rem !important;
|
|
3574
3771
|
}
|
|
3575
3772
|
.ps-xl-2 {
|
|
3576
|
-
padding-
|
|
3773
|
+
-webkit-padding-start: 0.5rem !important;
|
|
3774
|
+
padding-inline-start: 0.5rem !important;
|
|
3577
3775
|
}
|
|
3578
3776
|
.ps-xl-3 {
|
|
3579
|
-
padding-
|
|
3777
|
+
-webkit-padding-start: 1rem !important;
|
|
3778
|
+
padding-inline-start: 1rem !important;
|
|
3580
3779
|
}
|
|
3581
3780
|
.ps-xl-4 {
|
|
3582
|
-
padding-
|
|
3781
|
+
-webkit-padding-start: 1.5rem !important;
|
|
3782
|
+
padding-inline-start: 1.5rem !important;
|
|
3583
3783
|
}
|
|
3584
3784
|
.ps-xl-5 {
|
|
3585
|
-
padding-
|
|
3785
|
+
-webkit-padding-start: 3rem !important;
|
|
3786
|
+
padding-inline-start: 3rem !important;
|
|
3586
3787
|
}
|
|
3587
3788
|
}
|
|
3588
3789
|
@media (min-width: 1400px) {
|
|
@@ -3847,25 +4048,32 @@
|
|
|
3847
4048
|
margin-top: auto !important;
|
|
3848
4049
|
}
|
|
3849
4050
|
.me-xxl-0 {
|
|
3850
|
-
margin-
|
|
4051
|
+
-webkit-margin-end: 0 !important;
|
|
4052
|
+
margin-inline-end: 0 !important;
|
|
3851
4053
|
}
|
|
3852
4054
|
.me-xxl-1 {
|
|
3853
|
-
margin-
|
|
4055
|
+
-webkit-margin-end: 0.25rem !important;
|
|
4056
|
+
margin-inline-end: 0.25rem !important;
|
|
3854
4057
|
}
|
|
3855
4058
|
.me-xxl-2 {
|
|
3856
|
-
margin-
|
|
4059
|
+
-webkit-margin-end: 0.5rem !important;
|
|
4060
|
+
margin-inline-end: 0.5rem !important;
|
|
3857
4061
|
}
|
|
3858
4062
|
.me-xxl-3 {
|
|
3859
|
-
margin-
|
|
4063
|
+
-webkit-margin-end: 1rem !important;
|
|
4064
|
+
margin-inline-end: 1rem !important;
|
|
3860
4065
|
}
|
|
3861
4066
|
.me-xxl-4 {
|
|
3862
|
-
margin-
|
|
4067
|
+
-webkit-margin-end: 1.5rem !important;
|
|
4068
|
+
margin-inline-end: 1.5rem !important;
|
|
3863
4069
|
}
|
|
3864
4070
|
.me-xxl-5 {
|
|
3865
|
-
margin-
|
|
4071
|
+
-webkit-margin-end: 3rem !important;
|
|
4072
|
+
margin-inline-end: 3rem !important;
|
|
3866
4073
|
}
|
|
3867
4074
|
.me-xxl-auto {
|
|
3868
|
-
margin-
|
|
4075
|
+
-webkit-margin-end: auto !important;
|
|
4076
|
+
margin-inline-end: auto !important;
|
|
3869
4077
|
}
|
|
3870
4078
|
.mb-xxl-0 {
|
|
3871
4079
|
margin-bottom: 0 !important;
|
|
@@ -3889,25 +4097,32 @@
|
|
|
3889
4097
|
margin-bottom: auto !important;
|
|
3890
4098
|
}
|
|
3891
4099
|
.ms-xxl-0 {
|
|
3892
|
-
margin-
|
|
4100
|
+
-webkit-margin-start: 0 !important;
|
|
4101
|
+
margin-inline-start: 0 !important;
|
|
3893
4102
|
}
|
|
3894
4103
|
.ms-xxl-1 {
|
|
3895
|
-
margin-
|
|
4104
|
+
-webkit-margin-start: 0.25rem !important;
|
|
4105
|
+
margin-inline-start: 0.25rem !important;
|
|
3896
4106
|
}
|
|
3897
4107
|
.ms-xxl-2 {
|
|
3898
|
-
margin-
|
|
4108
|
+
-webkit-margin-start: 0.5rem !important;
|
|
4109
|
+
margin-inline-start: 0.5rem !important;
|
|
3899
4110
|
}
|
|
3900
4111
|
.ms-xxl-3 {
|
|
3901
|
-
margin-
|
|
4112
|
+
-webkit-margin-start: 1rem !important;
|
|
4113
|
+
margin-inline-start: 1rem !important;
|
|
3902
4114
|
}
|
|
3903
4115
|
.ms-xxl-4 {
|
|
3904
|
-
margin-
|
|
4116
|
+
-webkit-margin-start: 1.5rem !important;
|
|
4117
|
+
margin-inline-start: 1.5rem !important;
|
|
3905
4118
|
}
|
|
3906
4119
|
.ms-xxl-5 {
|
|
3907
|
-
margin-
|
|
4120
|
+
-webkit-margin-start: 3rem !important;
|
|
4121
|
+
margin-inline-start: 3rem !important;
|
|
3908
4122
|
}
|
|
3909
4123
|
.ms-xxl-auto {
|
|
3910
|
-
margin-
|
|
4124
|
+
-webkit-margin-start: auto !important;
|
|
4125
|
+
margin-inline-start: auto !important;
|
|
3911
4126
|
}
|
|
3912
4127
|
.p-xxl-0 {
|
|
3913
4128
|
padding: 0 !important;
|
|
@@ -3994,22 +4209,28 @@
|
|
|
3994
4209
|
padding-top: 3rem !important;
|
|
3995
4210
|
}
|
|
3996
4211
|
.pe-xxl-0 {
|
|
3997
|
-
padding-
|
|
4212
|
+
-webkit-padding-end: 0 !important;
|
|
4213
|
+
padding-inline-end: 0 !important;
|
|
3998
4214
|
}
|
|
3999
4215
|
.pe-xxl-1 {
|
|
4000
|
-
padding-
|
|
4216
|
+
-webkit-padding-end: 0.25rem !important;
|
|
4217
|
+
padding-inline-end: 0.25rem !important;
|
|
4001
4218
|
}
|
|
4002
4219
|
.pe-xxl-2 {
|
|
4003
|
-
padding-
|
|
4220
|
+
-webkit-padding-end: 0.5rem !important;
|
|
4221
|
+
padding-inline-end: 0.5rem !important;
|
|
4004
4222
|
}
|
|
4005
4223
|
.pe-xxl-3 {
|
|
4006
|
-
padding-
|
|
4224
|
+
-webkit-padding-end: 1rem !important;
|
|
4225
|
+
padding-inline-end: 1rem !important;
|
|
4007
4226
|
}
|
|
4008
4227
|
.pe-xxl-4 {
|
|
4009
|
-
padding-
|
|
4228
|
+
-webkit-padding-end: 1.5rem !important;
|
|
4229
|
+
padding-inline-end: 1.5rem !important;
|
|
4010
4230
|
}
|
|
4011
4231
|
.pe-xxl-5 {
|
|
4012
|
-
padding-
|
|
4232
|
+
-webkit-padding-end: 3rem !important;
|
|
4233
|
+
padding-inline-end: 3rem !important;
|
|
4013
4234
|
}
|
|
4014
4235
|
.pb-xxl-0 {
|
|
4015
4236
|
padding-bottom: 0 !important;
|
|
@@ -4030,22 +4251,28 @@
|
|
|
4030
4251
|
padding-bottom: 3rem !important;
|
|
4031
4252
|
}
|
|
4032
4253
|
.ps-xxl-0 {
|
|
4033
|
-
padding-
|
|
4254
|
+
-webkit-padding-start: 0 !important;
|
|
4255
|
+
padding-inline-start: 0 !important;
|
|
4034
4256
|
}
|
|
4035
4257
|
.ps-xxl-1 {
|
|
4036
|
-
padding-
|
|
4258
|
+
-webkit-padding-start: 0.25rem !important;
|
|
4259
|
+
padding-inline-start: 0.25rem !important;
|
|
4037
4260
|
}
|
|
4038
4261
|
.ps-xxl-2 {
|
|
4039
|
-
padding-
|
|
4262
|
+
-webkit-padding-start: 0.5rem !important;
|
|
4263
|
+
padding-inline-start: 0.5rem !important;
|
|
4040
4264
|
}
|
|
4041
4265
|
.ps-xxl-3 {
|
|
4042
|
-
padding-
|
|
4266
|
+
-webkit-padding-start: 1rem !important;
|
|
4267
|
+
padding-inline-start: 1rem !important;
|
|
4043
4268
|
}
|
|
4044
4269
|
.ps-xxl-4 {
|
|
4045
|
-
padding-
|
|
4270
|
+
-webkit-padding-start: 1.5rem !important;
|
|
4271
|
+
padding-inline-start: 1.5rem !important;
|
|
4046
4272
|
}
|
|
4047
4273
|
.ps-xxl-5 {
|
|
4048
|
-
padding-
|
|
4274
|
+
-webkit-padding-start: 3rem !important;
|
|
4275
|
+
padding-inline-start: 3rem !important;
|
|
4049
4276
|
}
|
|
4050
4277
|
}
|
|
4051
4278
|
@media print {
|