From a54ee1c023656d18cfd77bcbfee045a08ea0c609 Mon Sep 17 00:00:00 2001 From: Divyajose <75604843+divya-intelli@users.noreply.github.com> Date: Thu, 15 Feb 2024 17:33:49 +0530 Subject: [PATCH] Changes for bootstrap 5 upgrade (#678) --- apigee_devportal_kickstart.install | 16 + composer.json | 2 +- .../install/views.view.apigee_api_catalog.yml | 2 +- ...igee-kickstart.monetization.add-credit.css | 6154 ++++ .../css/apigee-kickstart.monetization.css | 6154 ++++ .../assets/css/apigee-kickstart.style.css | 24812 +++++++++----- .../assets/js/apigee-kickstart.script.js | 26814 +++++----------- .../apigee_kickstart/assets/js/modernizr.js | 136 +- .../custom/apigee_kickstart/package-lock.json | 98 +- themes/custom/apigee_kickstart/package.json | 2 +- .../src/components/alert/alert.twig | 9 +- .../src/components/button/_button.scss | 16 +- .../src/components/callout/_callout.scss | 2 +- .../src/components/card/card.twig | 5 +- .../src/components/card/collapsible-card.twig | 4 +- .../src/components/code/_code.scss | 2 +- .../src/components/details/details.twig | 4 +- .../src/components/form/fieldset.twig | 2 +- .../src/components/forum/_forum.scss | 13 + .../src/components/navbar/_navbar.scss | 27 +- .../src/components/navbar/navbar.twig | 2 +- .../src/components/title-bar/title-bar.twig | 8 +- .../kits/apigee_custom/apigee_custom.info.yml | 2 +- .../src/sass/apigee-kickstart.style.scss | 12 +- .../src/sass/apigee/_apidoc.scss | 4 + .../src/sass/apigee/_rate-plan.scss | 2 +- .../apigee_kickstart/src/sass/base/_base.scss | 11 +- .../src/sass/base/_buttons.scss | 3 + .../src/sass/base/_elements.scss | 5 +- .../src/sass/base/_placeholders.scss | 4 + .../apigee_kickstart/src/sass/base/_root.scss | 3 +- .../src/sass/base/_variables.scss | 1545 +- .../src/sass/content/_node.article.scss | 13 + .../src/sass/form/_form.search-form.scss | 2 +- .../src/sass/page/_page.search.scss | 2 +- ...ee-entity--app--collapsible-card.html.twig | 6 +- .../apigee/conflicting-products.html.twig | 2 +- .../apigee/status-property.html.twig | 30 +- .../block/block--page-title-block.html.twig | 2 +- .../block/block--system-menu-block.html.twig | 2 +- .../templates/comment/comment.html.twig | 2 +- ...aragraph--field-title--title-bar.html.twig | 2 +- .../field--rate-plan--purchase.html.twig | 2 + .../templates/form/form-element.html.twig | 1 + .../templates/forum/forum-list.html.twig | 2 +- .../node/node--article--teaser.html.twig | 2 +- .../node/node--forum--full.html.twig | 2 +- .../templates/page/page.html.twig | 4 +- .../paragraph/paragraph--card-group.html.twig | 3 +- .../paragraph/paragraph--title-bar.html.twig | 4 +- .../templates/user/user--full.html.twig | 4 +- 51 files changed, 37652 insertions(+), 28310 deletions(-) create mode 100644 themes/custom/apigee_kickstart/src/components/forum/_forum.scss create mode 100644 themes/custom/apigee_kickstart/src/sass/base/_buttons.scss create mode 100644 themes/custom/apigee_kickstart/src/sass/base/_placeholders.scss diff --git a/apigee_devportal_kickstart.install b/apigee_devportal_kickstart.install index eb646274..f03b9b28 100644 --- a/apigee_devportal_kickstart.install +++ b/apigee_devportal_kickstart.install @@ -720,3 +720,19 @@ function apigee_devportal_kickstart_update_9002() { // Clear all caches. drupal_flush_all_caches(); } + +/** + * Update automatic width to false. + */ +function apigee_devportal_kickstart_update_9003() { + $view = Views::getView('apigee_api_catalog'); + if(is_object($view)){ + $display = $view->getDisplay(); + $style = $display->getOption('style'); + // Change the automatic width to false. + $style['options']['automatic_width'] = false; + $view->display_handler->overrideOption('style', $style); + $view->save(); + } + +} \ No newline at end of file diff --git a/composer.json b/composer.json index 78655cc2..521b6144 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "drupal/fontawesome": "^2.12", "drupal/paragraphs": "^1.6", "drupal/pathauto": "^1.6", - "drupal/radix": "^4.13", + "drupal/radix": "^5.0", "drupal/components": "^2.1 || ^3.0@beta", "drupal/color": "^1.0", "drupal/quickedit": "^1.0", diff --git a/config/install/views.view.apigee_api_catalog.yml b/config/install/views.view.apigee_api_catalog.yml index a544a609..98dbdbce 100644 --- a/config/install/views.view.apigee_api_catalog.yml +++ b/config/install/views.view.apigee_api_catalog.yml @@ -454,7 +454,7 @@ display: options: grouping: { } columns: 12 - automatic_width: true + automatic_width: false alignment: horizontal row_class_custom: row row_class_default: false diff --git a/themes/custom/apigee_kickstart/assets/css/apigee-kickstart.monetization.add-credit.css b/themes/custom/apigee_kickstart/assets/css/apigee-kickstart.monetization.add-credit.css index 9f1b51d3..3eb9a769 100644 --- a/themes/custom/apigee_kickstart/assets/css/apigee-kickstart.monetization.add-credit.css +++ b/themes/custom/apigee_kickstart/assets/css/apigee-kickstart.monetization.add-credit.css @@ -1,3 +1,6157 @@ +.clearfix::after { + display: block; + clear: both; + content: ""; +} + +.text-bg-primary { + color: #000 !important; + background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important; +} + +.text-bg-secondary { + color: #000 !important; + background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important; +} + +.text-bg-success { + color: #000 !important; + background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important; +} + +.text-bg-info { + color: #000 !important; + background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important; +} + +.text-bg-warning { + color: #000 !important; + background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important; +} + +.text-bg-danger { + color: #fff !important; + background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important; +} + +.text-bg-light { + color: #000 !important; + background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important; +} + +.text-bg-lighter { + color: #000 !important; + background-color: RGBA(var(--bs-lighter-rgb), var(--bs-bg-opacity, 1)) !important; +} + +.text-bg-dark { + color: #fff !important; + background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important; +} + +.link-primary { + color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important; +} +.link-primary:hover, .link-primary:focus { + color: RGBA(77, 171, 245, var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(77, 171, 245, var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(77, 171, 245, var(--bs-link-underline-opacity, 1)) !important; +} + +.link-secondary { + color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important; +} +.link-secondary:hover, .link-secondary:focus { + color: RGBA(147, 147, 147, var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(147, 147, 147, var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(147, 147, 147, var(--bs-link-underline-opacity, 1)) !important; +} + +.link-success { + color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important; +} +.link-success:hover, .link-success:focus { + color: RGBA(117, 203, 138, var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(117, 203, 138, var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(117, 203, 138, var(--bs-link-underline-opacity, 1)) !important; +} + +.link-info { + color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important; +} +.link-info:hover, .link-info:focus { + color: RGBA(69, 181, 198, var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(69, 181, 198, var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(69, 181, 198, var(--bs-link-underline-opacity, 1)) !important; +} + +.link-warning { + color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important; +} +.link-warning:hover, .link-warning:focus { + color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important; +} + +.link-danger { + color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important; +} +.link-danger:hover, .link-danger:focus { + color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important; +} + +.link-light { + color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important; +} +.link-light:hover, .link-light:focus { + color: RGBA(243, 243, 243, var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(243, 243, 243, var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(243, 243, 243, var(--bs-link-underline-opacity, 1)) !important; +} + +.link-lighter { + color: RGBA(var(--bs-lighter-rgb), var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(var(--bs-lighter-rgb), var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(var(--bs-lighter-rgb), var(--bs-link-underline-opacity, 1)) !important; +} +.link-lighter:hover, .link-lighter:focus { + color: RGBA(250, 250, 250, var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(250, 250, 250, var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(250, 250, 250, var(--bs-link-underline-opacity, 1)) !important; +} + +.link-dark { + color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important; +} +.link-dark:hover, .link-dark:focus { + color: RGBA(64, 64, 64, var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(64, 64, 64, var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(64, 64, 64, var(--bs-link-underline-opacity, 1)) !important; +} + +.link-body-emphasis { + color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important; +} +.link-body-emphasis:hover, .link-body-emphasis:focus { + color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important; + -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important; + text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important; +} + +.focus-ring:focus { + outline: 0; + box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color); +} + +.icon-link { + display: inline-flex; + gap: 0.375rem; + align-items: center; + -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5)); + text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5)); + text-underline-offset: 0.25em; + backface-visibility: hidden; +} +.icon-link > .bi { + flex-shrink: 0; + width: 1em; + height: 1em; + fill: currentcolor; + transition: 0.2s ease-in-out transform; +} +@media (prefers-reduced-motion: reduce) { + .icon-link > .bi { + transition: none; + } +} + +.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi { + transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0)); +} + +.ratio { + position: relative; + width: 100%; +} +.ratio::before { + display: block; + padding-top: var(--bs-aspect-ratio); + content: ""; +} +.ratio > * { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; +} + +.ratio-1x1 { + --bs-aspect-ratio: 100%; +} + +.ratio-4x3 { + --bs-aspect-ratio: 75%; +} + +.ratio-16x9 { + --bs-aspect-ratio: 56.25%; +} + +.ratio-21x9 { + --bs-aspect-ratio: 42.8571428571%; +} + +.fixed-top { + position: fixed; + top: 0; + right: 0; + left: 0; + z-index: 1030; +} + +.fixed-bottom { + position: fixed; + right: 0; + bottom: 0; + left: 0; + z-index: 1030; +} + +.sticky-top { + position: sticky; + top: 0; + z-index: 1020; +} + +.sticky-bottom { + position: sticky; + bottom: 0; + z-index: 1020; +} + +@media (min-width: 576px) { + .sticky-sm-top { + position: sticky; + top: 0; + z-index: 1020; + } + .sticky-sm-bottom { + position: sticky; + bottom: 0; + z-index: 1020; + } +} +@media (min-width: 768px) { + .sticky-md-top { + position: sticky; + top: 0; + z-index: 1020; + } + .sticky-md-bottom { + position: sticky; + bottom: 0; + z-index: 1020; + } +} +@media (min-width: 992px) { + .sticky-lg-top { + position: sticky; + top: 0; + z-index: 1020; + } + .sticky-lg-bottom { + position: sticky; + bottom: 0; + z-index: 1020; + } +} +@media (min-width: 1200px) { + .sticky-xl-top { + position: sticky; + top: 0; + z-index: 1020; + } + .sticky-xl-bottom { + position: sticky; + bottom: 0; + z-index: 1020; + } +} +.hstack { + display: flex; + flex-direction: row; + align-items: center; + align-self: stretch; +} + +.vstack { + display: flex; + flex: 1 1 auto; + flex-direction: column; + align-self: stretch; +} + +.visually-hidden, +.visually-hidden-focusable:not(:focus):not(:focus-within) { + width: 1px !important; + height: 1px !important; + padding: 0 !important; + margin: -1px !important; + overflow: hidden !important; + clip: rect(0, 0, 0, 0) !important; + white-space: nowrap !important; + border: 0 !important; +} +.visually-hidden:not(caption), +.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) { + position: absolute !important; +} + +.stretched-link::after { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1; + content: ""; +} + +.text-truncate { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.vr { + display: inline-block; + align-self: stretch; + width: var(--bs-border-width); + min-height: 1em; + background-color: currentcolor; + opacity: 1; +} + +.align-baseline { + vertical-align: baseline !important; +} + +.align-top { + vertical-align: top !important; +} + +.align-middle { + vertical-align: middle !important; +} + +.align-bottom { + vertical-align: bottom !important; +} + +.align-text-bottom { + vertical-align: text-bottom !important; +} + +.align-text-top { + vertical-align: text-top !important; +} + +.float-start { + float: left !important; +} + +.float-end { + float: right !important; +} + +.float-none { + float: none !important; +} + +.object-fit-contain { + -o-object-fit: contain !important; + object-fit: contain !important; +} + +.object-fit-cover { + -o-object-fit: cover !important; + object-fit: cover !important; +} + +.object-fit-fill { + -o-object-fit: fill !important; + object-fit: fill !important; +} + +.object-fit-scale { + -o-object-fit: scale-down !important; + object-fit: scale-down !important; +} + +.object-fit-none { + -o-object-fit: none !important; + object-fit: none !important; +} + +.opacity-0 { + opacity: 0 !important; +} + +.opacity-25 { + opacity: 0.25 !important; +} + +.opacity-50 { + opacity: 0.5 !important; +} + +.opacity-75 { + opacity: 0.75 !important; +} + +.opacity-100 { + opacity: 1 !important; +} + +.overflow-auto { + overflow: auto !important; +} + +.overflow-hidden { + overflow: hidden !important; +} + +.overflow-visible { + overflow: visible !important; +} + +.overflow-scroll { + overflow: scroll !important; +} + +.overflow-x-auto { + overflow-x: auto !important; +} + +.overflow-x-hidden { + overflow-x: hidden !important; +} + +.overflow-x-visible { + overflow-x: visible !important; +} + +.overflow-x-scroll { + overflow-x: scroll !important; +} + +.overflow-y-auto { + overflow-y: auto !important; +} + +.overflow-y-hidden { + overflow-y: hidden !important; +} + +.overflow-y-visible { + overflow-y: visible !important; +} + +.overflow-y-scroll { + overflow-y: scroll !important; +} + +.d-inline { + display: inline !important; +} + +.d-inline-block { + display: inline-block !important; +} + +.d-block { + display: block !important; +} + +.d-grid { + display: grid !important; +} + +.d-inline-grid { + display: inline-grid !important; +} + +.d-table { + display: table !important; +} + +.d-table-row { + display: table-row !important; +} + +.d-table-cell { + display: table-cell !important; +} + +.d-flex { + display: flex !important; +} + +.d-inline-flex { + display: inline-flex !important; +} + +.d-none { + display: none !important; +} + +.shadow { + box-shadow: var(--bs-box-shadow) !important; +} + +.shadow-sm { + box-shadow: var(--bs-box-shadow-sm) !important; +} + +.shadow-lg { + box-shadow: var(--bs-box-shadow-lg) !important; +} + +.shadow-none { + box-shadow: none !important; +} + +.focus-ring-primary { + --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity)); +} + +.focus-ring-secondary { + --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity)); +} + +.focus-ring-success { + --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity)); +} + +.focus-ring-info { + --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity)); +} + +.focus-ring-warning { + --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity)); +} + +.focus-ring-danger { + --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity)); +} + +.focus-ring-light { + --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity)); +} + +.focus-ring-lighter { + --bs-focus-ring-color: rgba(var(--bs-lighter-rgb), var(--bs-focus-ring-opacity)); +} + +.focus-ring-dark { + --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity)); +} + +.position-static { + position: static !important; +} + +.position-relative { + position: relative !important; +} + +.position-absolute { + position: absolute !important; +} + +.position-fixed { + position: fixed !important; +} + +.position-sticky { + position: sticky !important; +} + +.top-0 { + top: 0 !important; +} + +.top-50 { + top: 50% !important; +} + +.top-100 { + top: 100% !important; +} + +.bottom-0 { + bottom: 0 !important; +} + +.bottom-50 { + bottom: 50% !important; +} + +.bottom-100 { + bottom: 100% !important; +} + +.start-0 { + left: 0 !important; +} + +.start-50 { + left: 50% !important; +} + +.start-100 { + left: 100% !important; +} + +.end-0 { + right: 0 !important; +} + +.end-50 { + right: 50% !important; +} + +.end-100 { + right: 100% !important; +} + +.translate-middle { + transform: translate(-50%, -50%) !important; +} + +.translate-middle-x { + transform: translateX(-50%) !important; +} + +.translate-middle-y { + transform: translateY(-50%) !important; +} + +.border { + border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; +} + +.border-0 { + border: 0 !important; +} + +.border-top { + border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; +} + +.border-top-0 { + border-top: 0 !important; +} + +.border-end { + border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; +} + +.border-end-0 { + border-right: 0 !important; +} + +.border-bottom { + border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; +} + +.border-bottom-0 { + border-bottom: 0 !important; +} + +.border-start { + border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; +} + +.border-start-0 { + border-left: 0 !important; +} + +.border-primary { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important; +} + +.border-secondary { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important; +} + +.border-success { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important; +} + +.border-info { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important; +} + +.border-warning { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important; +} + +.border-danger { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important; +} + +.border-light { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important; +} + +.border-lighter { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-lighter-rgb), var(--bs-border-opacity)) !important; +} + +.border-dark { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important; +} + +.border-black { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important; +} + +.border-white { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important; +} + +.border-primary-subtle { + border-color: var(--bs-primary-border-subtle) !important; +} + +.border-secondary-subtle { + border-color: var(--bs-secondary-border-subtle) !important; +} + +.border-success-subtle { + border-color: var(--bs-success-border-subtle) !important; +} + +.border-info-subtle { + border-color: var(--bs-info-border-subtle) !important; +} + +.border-warning-subtle { + border-color: var(--bs-warning-border-subtle) !important; +} + +.border-danger-subtle { + border-color: var(--bs-danger-border-subtle) !important; +} + +.border-light-subtle { + border-color: var(--bs-light-border-subtle) !important; +} + +.border-dark-subtle { + border-color: var(--bs-dark-border-subtle) !important; +} + +.border-1 { + border-width: 1px !important; +} + +.border-2 { + border-width: 2px !important; +} + +.border-3 { + border-width: 3px !important; +} + +.border-4 { + border-width: 4px !important; +} + +.border-5 { + border-width: 5px !important; +} + +.border-opacity-10 { + --bs-border-opacity: 0.1; +} + +.border-opacity-25 { + --bs-border-opacity: 0.25; +} + +.border-opacity-50 { + --bs-border-opacity: 0.5; +} + +.border-opacity-75 { + --bs-border-opacity: 0.75; +} + +.border-opacity-100 { + --bs-border-opacity: 1; +} + +.w-25 { + width: 25% !important; +} + +.w-50 { + width: 50% !important; +} + +.w-75 { + width: 75% !important; +} + +.w-100 { + width: 100% !important; +} + +.w-auto { + width: auto !important; +} + +.mw-100 { + max-width: 100% !important; +} + +.vw-100 { + width: 100vw !important; +} + +.min-vw-100 { + min-width: 100vw !important; +} + +.h-25 { + height: 25% !important; +} + +.h-50 { + height: 50% !important; +} + +.h-75 { + height: 75% !important; +} + +.h-100 { + height: 100% !important; +} + +.h-auto { + height: auto !important; +} + +.mh-100 { + max-height: 100% !important; +} + +.vh-100 { + height: 100vh !important; +} + +.min-vh-100 { + min-height: 100vh !important; +} + +.flex-fill { + flex: 1 1 auto !important; +} + +.flex-row { + flex-direction: row !important; +} + +.flex-column { + flex-direction: column !important; +} + +.flex-row-reverse { + flex-direction: row-reverse !important; +} + +.flex-column-reverse { + flex-direction: column-reverse !important; +} + +.flex-grow-0 { + flex-grow: 0 !important; +} + +.flex-grow-1 { + flex-grow: 1 !important; +} + +.flex-shrink-0 { + flex-shrink: 0 !important; +} + +.flex-shrink-1 { + flex-shrink: 1 !important; +} + +.flex-wrap { + flex-wrap: wrap !important; +} + +.flex-nowrap { + flex-wrap: nowrap !important; +} + +.flex-wrap-reverse { + flex-wrap: wrap-reverse !important; +} + +.justify-content-start { + justify-content: flex-start !important; +} + +.justify-content-end { + justify-content: flex-end !important; +} + +.justify-content-center { + justify-content: center !important; +} + +.justify-content-between { + justify-content: space-between !important; +} + +.justify-content-around { + justify-content: space-around !important; +} + +.justify-content-evenly { + justify-content: space-evenly !important; +} + +.align-items-start { + align-items: flex-start !important; +} + +.align-items-end { + align-items: flex-end !important; +} + +.align-items-center { + align-items: center !important; +} + +.align-items-baseline { + align-items: baseline !important; +} + +.align-items-stretch { + align-items: stretch !important; +} + +.align-content-start { + align-content: flex-start !important; +} + +.align-content-end { + align-content: flex-end !important; +} + +.align-content-center { + align-content: center !important; +} + +.align-content-between { + align-content: space-between !important; +} + +.align-content-around { + align-content: space-around !important; +} + +.align-content-stretch { + align-content: stretch !important; +} + +.align-self-auto { + align-self: auto !important; +} + +.align-self-start { + align-self: flex-start !important; +} + +.align-self-end { + align-self: flex-end !important; +} + +.align-self-center { + align-self: center !important; +} + +.align-self-baseline { + align-self: baseline !important; +} + +.align-self-stretch { + align-self: stretch !important; +} + +.order-first { + order: -1 !important; +} + +.order-0 { + order: 0 !important; +} + +.order-1 { + order: 1 !important; +} + +.order-2 { + order: 2 !important; +} + +.order-3 { + order: 3 !important; +} + +.order-4 { + order: 4 !important; +} + +.order-5 { + order: 5 !important; +} + +.order-last { + order: 6 !important; +} + +.m-0 { + margin: 0rem !important; +} + +.m-1 { + margin: 0.495rem !important; +} + +.m-2 { + margin: 0.75rem !important; +} + +.m-3 { + margin: 0.9975rem !important; +} + +.m-4 { + margin: 1.5rem !important; +} + +.m-5 { + margin: 2.1255rem !important; +} + +.m-6 { + margin: 3rem !important; +} + +.m-7 { + margin: 3.9975rem !important; +} + +.m-8 { + margin: 4.5rem !important; +} + +.m-9 { + margin: 6rem !important; +} + +.m-10 { + margin: 7.875rem !important; +} + +.m-auto { + margin: auto !important; +} + +.mx-0 { + margin-right: 0rem !important; + margin-left: 0rem !important; +} + +.mx-1 { + margin-right: 0.495rem !important; + margin-left: 0.495rem !important; +} + +.mx-2 { + margin-right: 0.75rem !important; + margin-left: 0.75rem !important; +} + +.mx-3 { + margin-right: 0.9975rem !important; + margin-left: 0.9975rem !important; +} + +.mx-4 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; +} + +.mx-5 { + margin-right: 2.1255rem !important; + margin-left: 2.1255rem !important; +} + +.mx-6 { + margin-right: 3rem !important; + margin-left: 3rem !important; +} + +.mx-7 { + margin-right: 3.9975rem !important; + margin-left: 3.9975rem !important; +} + +.mx-8 { + margin-right: 4.5rem !important; + margin-left: 4.5rem !important; +} + +.mx-9 { + margin-right: 6rem !important; + margin-left: 6rem !important; +} + +.mx-10 { + margin-right: 7.875rem !important; + margin-left: 7.875rem !important; +} + +.mx-auto { + margin-right: auto !important; + margin-left: auto !important; +} + +.my-0 { + margin-top: 0rem !important; + margin-bottom: 0rem !important; +} + +.my-1 { + margin-top: 0.495rem !important; + margin-bottom: 0.495rem !important; +} + +.my-2 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; +} + +.my-3 { + margin-top: 0.9975rem !important; + margin-bottom: 0.9975rem !important; +} + +.my-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; +} + +.my-5 { + margin-top: 2.1255rem !important; + margin-bottom: 2.1255rem !important; +} + +.my-6 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; +} + +.my-7 { + margin-top: 3.9975rem !important; + margin-bottom: 3.9975rem !important; +} + +.my-8 { + margin-top: 4.5rem !important; + margin-bottom: 4.5rem !important; +} + +.my-9 { + margin-top: 6rem !important; + margin-bottom: 6rem !important; +} + +.my-10 { + margin-top: 7.875rem !important; + margin-bottom: 7.875rem !important; +} + +.my-auto { + margin-top: auto !important; + margin-bottom: auto !important; +} + +.mt-0 { + margin-top: 0rem !important; +} + +.mt-1 { + margin-top: 0.495rem !important; +} + +.mt-2 { + margin-top: 0.75rem !important; +} + +.mt-3 { + margin-top: 0.9975rem !important; +} + +.mt-4 { + margin-top: 1.5rem !important; +} + +.mt-5 { + margin-top: 2.1255rem !important; +} + +.mt-6 { + margin-top: 3rem !important; +} + +.mt-7 { + margin-top: 3.9975rem !important; +} + +.mt-8 { + margin-top: 4.5rem !important; +} + +.mt-9 { + margin-top: 6rem !important; +} + +.mt-10 { + margin-top: 7.875rem !important; +} + +.mt-auto { + margin-top: auto !important; +} + +.me-0 { + margin-right: 0rem !important; +} + +.me-1 { + margin-right: 0.495rem !important; +} + +.me-2 { + margin-right: 0.75rem !important; +} + +.me-3 { + margin-right: 0.9975rem !important; +} + +.me-4 { + margin-right: 1.5rem !important; +} + +.me-5 { + margin-right: 2.1255rem !important; +} + +.me-6 { + margin-right: 3rem !important; +} + +.me-7 { + margin-right: 3.9975rem !important; +} + +.me-8 { + margin-right: 4.5rem !important; +} + +.me-9 { + margin-right: 6rem !important; +} + +.me-10 { + margin-right: 7.875rem !important; +} + +.me-auto { + margin-right: auto !important; +} + +.mb-0 { + margin-bottom: 0rem !important; +} + +.mb-1 { + margin-bottom: 0.495rem !important; +} + +.mb-2 { + margin-bottom: 0.75rem !important; +} + +.mb-3 { + margin-bottom: 0.9975rem !important; +} + +.mb-4 { + margin-bottom: 1.5rem !important; +} + +.mb-5 { + margin-bottom: 2.1255rem !important; +} + +.mb-6 { + margin-bottom: 3rem !important; +} + +.mb-7 { + margin-bottom: 3.9975rem !important; +} + +.mb-8 { + margin-bottom: 4.5rem !important; +} + +.mb-9 { + margin-bottom: 6rem !important; +} + +.mb-10 { + margin-bottom: 7.875rem !important; +} + +.mb-auto { + margin-bottom: auto !important; +} + +.ms-0 { + margin-left: 0rem !important; +} + +.ms-1 { + margin-left: 0.495rem !important; +} + +.ms-2 { + margin-left: 0.75rem !important; +} + +.ms-3 { + margin-left: 0.9975rem !important; +} + +.ms-4 { + margin-left: 1.5rem !important; +} + +.ms-5 { + margin-left: 2.1255rem !important; +} + +.ms-6 { + margin-left: 3rem !important; +} + +.ms-7 { + margin-left: 3.9975rem !important; +} + +.ms-8 { + margin-left: 4.5rem !important; +} + +.ms-9 { + margin-left: 6rem !important; +} + +.ms-10 { + margin-left: 7.875rem !important; +} + +.ms-auto { + margin-left: auto !important; +} + +.p-0 { + padding: 0rem !important; +} + +.p-1 { + padding: 0.495rem !important; +} + +.p-2 { + padding: 0.75rem !important; +} + +.p-3 { + padding: 0.9975rem !important; +} + +.p-4 { + padding: 1.5rem !important; +} + +.p-5 { + padding: 2.1255rem !important; +} + +.p-6 { + padding: 3rem !important; +} + +.p-7 { + padding: 3.9975rem !important; +} + +.p-8 { + padding: 4.5rem !important; +} + +.p-9 { + padding: 6rem !important; +} + +.p-10 { + padding: 7.875rem !important; +} + +.px-0 { + padding-right: 0rem !important; + padding-left: 0rem !important; +} + +.px-1 { + padding-right: 0.495rem !important; + padding-left: 0.495rem !important; +} + +.px-2 { + padding-right: 0.75rem !important; + padding-left: 0.75rem !important; +} + +.px-3 { + padding-right: 0.9975rem !important; + padding-left: 0.9975rem !important; +} + +.px-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; +} + +.px-5 { + padding-right: 2.1255rem !important; + padding-left: 2.1255rem !important; +} + +.px-6 { + padding-right: 3rem !important; + padding-left: 3rem !important; +} + +.px-7 { + padding-right: 3.9975rem !important; + padding-left: 3.9975rem !important; +} + +.px-8 { + padding-right: 4.5rem !important; + padding-left: 4.5rem !important; +} + +.px-9 { + padding-right: 6rem !important; + padding-left: 6rem !important; +} + +.px-10 { + padding-right: 7.875rem !important; + padding-left: 7.875rem !important; +} + +.py-0 { + padding-top: 0rem !important; + padding-bottom: 0rem !important; +} + +.py-1 { + padding-top: 0.495rem !important; + padding-bottom: 0.495rem !important; +} + +.py-2 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; +} + +.py-3 { + padding-top: 0.9975rem !important; + padding-bottom: 0.9975rem !important; +} + +.py-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; +} + +.py-5 { + padding-top: 2.1255rem !important; + padding-bottom: 2.1255rem !important; +} + +.py-6 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; +} + +.py-7 { + padding-top: 3.9975rem !important; + padding-bottom: 3.9975rem !important; +} + +.py-8 { + padding-top: 4.5rem !important; + padding-bottom: 4.5rem !important; +} + +.py-9 { + padding-top: 6rem !important; + padding-bottom: 6rem !important; +} + +.py-10 { + padding-top: 7.875rem !important; + padding-bottom: 7.875rem !important; +} + +.pt-0 { + padding-top: 0rem !important; +} + +.pt-1 { + padding-top: 0.495rem !important; +} + +.pt-2 { + padding-top: 0.75rem !important; +} + +.pt-3 { + padding-top: 0.9975rem !important; +} + +.pt-4 { + padding-top: 1.5rem !important; +} + +.pt-5 { + padding-top: 2.1255rem !important; +} + +.pt-6 { + padding-top: 3rem !important; +} + +.pt-7 { + padding-top: 3.9975rem !important; +} + +.pt-8 { + padding-top: 4.5rem !important; +} + +.pt-9 { + padding-top: 6rem !important; +} + +.pt-10 { + padding-top: 7.875rem !important; +} + +.pe-0 { + padding-right: 0rem !important; +} + +.pe-1 { + padding-right: 0.495rem !important; +} + +.pe-2 { + padding-right: 0.75rem !important; +} + +.pe-3 { + padding-right: 0.9975rem !important; +} + +.pe-4 { + padding-right: 1.5rem !important; +} + +.pe-5 { + padding-right: 2.1255rem !important; +} + +.pe-6 { + padding-right: 3rem !important; +} + +.pe-7 { + padding-right: 3.9975rem !important; +} + +.pe-8 { + padding-right: 4.5rem !important; +} + +.pe-9 { + padding-right: 6rem !important; +} + +.pe-10 { + padding-right: 7.875rem !important; +} + +.pb-0 { + padding-bottom: 0rem !important; +} + +.pb-1 { + padding-bottom: 0.495rem !important; +} + +.pb-2 { + padding-bottom: 0.75rem !important; +} + +.pb-3 { + padding-bottom: 0.9975rem !important; +} + +.pb-4 { + padding-bottom: 1.5rem !important; +} + +.pb-5 { + padding-bottom: 2.1255rem !important; +} + +.pb-6 { + padding-bottom: 3rem !important; +} + +.pb-7 { + padding-bottom: 3.9975rem !important; +} + +.pb-8 { + padding-bottom: 4.5rem !important; +} + +.pb-9 { + padding-bottom: 6rem !important; +} + +.pb-10 { + padding-bottom: 7.875rem !important; +} + +.ps-0 { + padding-left: 0rem !important; +} + +.ps-1 { + padding-left: 0.495rem !important; +} + +.ps-2 { + padding-left: 0.75rem !important; +} + +.ps-3 { + padding-left: 0.9975rem !important; +} + +.ps-4 { + padding-left: 1.5rem !important; +} + +.ps-5 { + padding-left: 2.1255rem !important; +} + +.ps-6 { + padding-left: 3rem !important; +} + +.ps-7 { + padding-left: 3.9975rem !important; +} + +.ps-8 { + padding-left: 4.5rem !important; +} + +.ps-9 { + padding-left: 6rem !important; +} + +.ps-10 { + padding-left: 7.875rem !important; +} + +.gap-0 { + gap: 0rem !important; +} + +.gap-1 { + gap: 0.495rem !important; +} + +.gap-2 { + gap: 0.75rem !important; +} + +.gap-3 { + gap: 0.9975rem !important; +} + +.gap-4 { + gap: 1.5rem !important; +} + +.gap-5 { + gap: 2.1255rem !important; +} + +.gap-6 { + gap: 3rem !important; +} + +.gap-7 { + gap: 3.9975rem !important; +} + +.gap-8 { + gap: 4.5rem !important; +} + +.gap-9 { + gap: 6rem !important; +} + +.gap-10 { + gap: 7.875rem !important; +} + +.row-gap-0 { + row-gap: 0rem !important; +} + +.row-gap-1 { + row-gap: 0.495rem !important; +} + +.row-gap-2 { + row-gap: 0.75rem !important; +} + +.row-gap-3 { + row-gap: 0.9975rem !important; +} + +.row-gap-4 { + row-gap: 1.5rem !important; +} + +.row-gap-5 { + row-gap: 2.1255rem !important; +} + +.row-gap-6 { + row-gap: 3rem !important; +} + +.row-gap-7 { + row-gap: 3.9975rem !important; +} + +.row-gap-8 { + row-gap: 4.5rem !important; +} + +.row-gap-9 { + row-gap: 6rem !important; +} + +.row-gap-10 { + row-gap: 7.875rem !important; +} + +.column-gap-0 { + -moz-column-gap: 0rem !important; + column-gap: 0rem !important; +} + +.column-gap-1 { + -moz-column-gap: 0.495rem !important; + column-gap: 0.495rem !important; +} + +.column-gap-2 { + -moz-column-gap: 0.75rem !important; + column-gap: 0.75rem !important; +} + +.column-gap-3 { + -moz-column-gap: 0.9975rem !important; + column-gap: 0.9975rem !important; +} + +.column-gap-4 { + -moz-column-gap: 1.5rem !important; + column-gap: 1.5rem !important; +} + +.column-gap-5 { + -moz-column-gap: 2.1255rem !important; + column-gap: 2.1255rem !important; +} + +.column-gap-6 { + -moz-column-gap: 3rem !important; + column-gap: 3rem !important; +} + +.column-gap-7 { + -moz-column-gap: 3.9975rem !important; + column-gap: 3.9975rem !important; +} + +.column-gap-8 { + -moz-column-gap: 4.5rem !important; + column-gap: 4.5rem !important; +} + +.column-gap-9 { + -moz-column-gap: 6rem !important; + column-gap: 6rem !important; +} + +.column-gap-10 { + -moz-column-gap: 7.875rem !important; + column-gap: 7.875rem !important; +} + +.font-monospace { + font-family: var(--bs-font-monospace) !important; +} + +.fs-1 { + font-size: calc(1.3375rem + 1.05vw) !important; +} + +.fs-2 { + font-size: calc(1.3375rem + 1.05vw) !important; +} + +.fs-3 { + font-size: calc(1.275rem + 0.3vw) !important; +} + +.fs-4 { + font-size: 1.25rem !important; +} + +.fs-5 { + font-size: 1rem !important; +} + +.fs-6 { + font-size: 0.875rem !important; +} + +.fst-italic { + font-style: italic !important; +} + +.fst-normal { + font-style: normal !important; +} + +.fw-lighter { + font-weight: lighter !important; +} + +.fw-light { + font-weight: 300 !important; +} + +.fw-normal { + font-weight: 400 !important; +} + +.fw-medium { + font-weight: 500 !important; +} + +.fw-semibold { + font-weight: 600 !important; +} + +.fw-bold { + font-weight: 700 !important; +} + +.fw-bolder { + font-weight: bolder !important; +} + +.lh-1 { + line-height: 1 !important; +} + +.lh-sm { + line-height: 1.75 !important; +} + +.lh-base { + line-height: 1.75 !important; +} + +.lh-lg { + line-height: 1.75 !important; +} + +.text-start { + text-align: left !important; +} + +.text-end { + text-align: right !important; +} + +.text-center { + text-align: center !important; +} + +.text-decoration-none { + text-decoration: none !important; +} + +.text-decoration-underline { + text-decoration: underline !important; +} + +.text-decoration-line-through { + text-decoration: line-through !important; +} + +.text-lowercase { + text-transform: lowercase !important; +} + +.text-uppercase { + text-transform: uppercase !important; +} + +.text-capitalize { + text-transform: capitalize !important; +} + +.text-wrap { + white-space: normal !important; +} + +.text-nowrap { + white-space: nowrap !important; +} + +/* rtl:begin:remove */ +.text-break { + word-wrap: break-word !important; + word-break: break-word !important; +} + +/* rtl:end:remove */ +.text-primary { + --bs-text-opacity: 1; + color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; +} + +.text-secondary { + --bs-text-opacity: 1; + color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; +} + +.text-success { + --bs-text-opacity: 1; + color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; +} + +.text-info { + --bs-text-opacity: 1; + color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; +} + +.text-warning { + --bs-text-opacity: 1; + color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; +} + +.text-danger { + --bs-text-opacity: 1; + color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; +} + +.text-light { + --bs-text-opacity: 1; + color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; +} + +.text-lighter { + --bs-text-opacity: 1; + color: rgba(var(--bs-lighter-rgb), var(--bs-text-opacity)) !important; +} + +.text-dark { + --bs-text-opacity: 1; + color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; +} + +.text-black { + --bs-text-opacity: 1; + color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; +} + +.text-white { + --bs-text-opacity: 1; + color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; +} + +.text-body { + --bs-text-opacity: 1; + color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; +} + +.text-muted { + --bs-text-opacity: 1; + color: var(--bs-secondary-color) !important; +} + +.text-black-50 { + --bs-text-opacity: 1; + color: rgba(0, 0, 0, 0.5) !important; +} + +.text-white-50 { + --bs-text-opacity: 1; + color: rgba(255, 255, 255, 0.5) !important; +} + +.text-body-secondary { + --bs-text-opacity: 1; + color: var(--bs-secondary-color) !important; +} + +.text-body-tertiary { + --bs-text-opacity: 1; + color: var(--bs-tertiary-color) !important; +} + +.text-body-emphasis { + --bs-text-opacity: 1; + color: var(--bs-emphasis-color) !important; +} + +.text-reset { + --bs-text-opacity: 1; + color: inherit !important; +} + +.text-opacity-25 { + --bs-text-opacity: 0.25; +} + +.text-opacity-50 { + --bs-text-opacity: 0.5; +} + +.text-opacity-75 { + --bs-text-opacity: 0.75; +} + +.text-opacity-100 { + --bs-text-opacity: 1; +} + +.text-primary-emphasis { + color: var(--bs-primary-text-emphasis) !important; +} + +.text-secondary-emphasis { + color: var(--bs-secondary-text-emphasis) !important; +} + +.text-success-emphasis { + color: var(--bs-success-text-emphasis) !important; +} + +.text-info-emphasis { + color: var(--bs-info-text-emphasis) !important; +} + +.text-warning-emphasis { + color: var(--bs-warning-text-emphasis) !important; +} + +.text-danger-emphasis { + color: var(--bs-danger-text-emphasis) !important; +} + +.text-light-emphasis { + color: var(--bs-light-text-emphasis) !important; +} + +.text-dark-emphasis { + color: var(--bs-dark-text-emphasis) !important; +} + +.link-opacity-10 { + --bs-link-opacity: 0.1; +} + +.link-opacity-10-hover:hover { + --bs-link-opacity: 0.1; +} + +.link-opacity-25 { + --bs-link-opacity: 0.25; +} + +.link-opacity-25-hover:hover { + --bs-link-opacity: 0.25; +} + +.link-opacity-50 { + --bs-link-opacity: 0.5; +} + +.link-opacity-50-hover:hover { + --bs-link-opacity: 0.5; +} + +.link-opacity-75 { + --bs-link-opacity: 0.75; +} + +.link-opacity-75-hover:hover { + --bs-link-opacity: 0.75; +} + +.link-opacity-100 { + --bs-link-opacity: 1; +} + +.link-opacity-100-hover:hover { + --bs-link-opacity: 1; +} + +.link-offset-1 { + text-underline-offset: 0.125em !important; +} + +.link-offset-1-hover:hover { + text-underline-offset: 0.125em !important; +} + +.link-offset-2 { + text-underline-offset: 0.25em !important; +} + +.link-offset-2-hover:hover { + text-underline-offset: 0.25em !important; +} + +.link-offset-3 { + text-underline-offset: 0.375em !important; +} + +.link-offset-3-hover:hover { + text-underline-offset: 0.375em !important; +} + +.link-underline-primary { + --bs-link-underline-opacity: 1; + -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important; + text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important; +} + +.link-underline-secondary { + --bs-link-underline-opacity: 1; + -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important; + text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important; +} + +.link-underline-success { + --bs-link-underline-opacity: 1; + -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important; + text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important; +} + +.link-underline-info { + --bs-link-underline-opacity: 1; + -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important; + text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important; +} + +.link-underline-warning { + --bs-link-underline-opacity: 1; + -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important; + text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important; +} + +.link-underline-danger { + --bs-link-underline-opacity: 1; + -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important; + text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important; +} + +.link-underline-light { + --bs-link-underline-opacity: 1; + -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important; + text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important; +} + +.link-underline-lighter { + --bs-link-underline-opacity: 1; + -webkit-text-decoration-color: rgba(var(--bs-lighter-rgb), var(--bs-link-underline-opacity)) !important; + text-decoration-color: rgba(var(--bs-lighter-rgb), var(--bs-link-underline-opacity)) !important; +} + +.link-underline-dark { + --bs-link-underline-opacity: 1; + -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important; + text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important; +} + +.link-underline { + --bs-link-underline-opacity: 1; + -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important; +} + +.link-underline-opacity-0 { + --bs-link-underline-opacity: 0; +} + +.link-underline-opacity-0-hover:hover { + --bs-link-underline-opacity: 0; +} + +.link-underline-opacity-10 { + --bs-link-underline-opacity: 0.1; +} + +.link-underline-opacity-10-hover:hover { + --bs-link-underline-opacity: 0.1; +} + +.link-underline-opacity-25 { + --bs-link-underline-opacity: 0.25; +} + +.link-underline-opacity-25-hover:hover { + --bs-link-underline-opacity: 0.25; +} + +.link-underline-opacity-50 { + --bs-link-underline-opacity: 0.5; +} + +.link-underline-opacity-50-hover:hover { + --bs-link-underline-opacity: 0.5; +} + +.link-underline-opacity-75 { + --bs-link-underline-opacity: 0.75; +} + +.link-underline-opacity-75-hover:hover { + --bs-link-underline-opacity: 0.75; +} + +.link-underline-opacity-100 { + --bs-link-underline-opacity: 1; +} + +.link-underline-opacity-100-hover:hover { + --bs-link-underline-opacity: 1; +} + +.bg-primary { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-secondary { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-success { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-info { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-warning { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-danger { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-light { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-lighter { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-lighter-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-dark { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-black { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-white { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-body { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-transparent { + --bs-bg-opacity: 1; + background-color: transparent !important; +} + +.bg-body-secondary { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-body-tertiary { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-opacity-10 { + --bs-bg-opacity: 0.1; +} + +.bg-opacity-25 { + --bs-bg-opacity: 0.25; +} + +.bg-opacity-50 { + --bs-bg-opacity: 0.5; +} + +.bg-opacity-75 { + --bs-bg-opacity: 0.75; +} + +.bg-opacity-100 { + --bs-bg-opacity: 1; +} + +.bg-primary-subtle { + background-color: var(--bs-primary-bg-subtle) !important; +} + +.bg-secondary-subtle { + background-color: var(--bs-secondary-bg-subtle) !important; +} + +.bg-success-subtle { + background-color: var(--bs-success-bg-subtle) !important; +} + +.bg-info-subtle { + background-color: var(--bs-info-bg-subtle) !important; +} + +.bg-warning-subtle { + background-color: var(--bs-warning-bg-subtle) !important; +} + +.bg-danger-subtle { + background-color: var(--bs-danger-bg-subtle) !important; +} + +.bg-light-subtle { + background-color: var(--bs-light-bg-subtle) !important; +} + +.bg-dark-subtle { + background-color: var(--bs-dark-bg-subtle) !important; +} + +.bg-gradient { + background-image: var(--bs-gradient) !important; +} + +.user-select-all { + -webkit-user-select: all !important; + -moz-user-select: all !important; + user-select: all !important; +} + +.user-select-auto { + -webkit-user-select: auto !important; + -moz-user-select: auto !important; + user-select: auto !important; +} + +.user-select-none { + -webkit-user-select: none !important; + -moz-user-select: none !important; + user-select: none !important; +} + +.pe-none { + pointer-events: none !important; +} + +.pe-auto { + pointer-events: auto !important; +} + +.rounded { + border-radius: var(--bs-border-radius) !important; +} + +.rounded-0 { + border-radius: 0 !important; +} + +.rounded-1 { + border-radius: var(--bs-border-radius-sm) !important; +} + +.rounded-2 { + border-radius: var(--bs-border-radius) !important; +} + +.rounded-3 { + border-radius: var(--bs-border-radius-lg) !important; +} + +.rounded-4 { + border-radius: var(--bs-border-radius-xl) !important; +} + +.rounded-5 { + border-radius: var(--bs-border-radius-xxl) !important; +} + +.rounded-circle { + border-radius: 50% !important; +} + +.rounded-pill { + border-radius: var(--bs-border-radius-pill) !important; +} + +.rounded-top { + border-top-left-radius: var(--bs-border-radius) !important; + border-top-right-radius: var(--bs-border-radius) !important; +} + +.rounded-top-0 { + border-top-left-radius: 0 !important; + border-top-right-radius: 0 !important; +} + +.rounded-top-1 { + border-top-left-radius: var(--bs-border-radius-sm) !important; + border-top-right-radius: var(--bs-border-radius-sm) !important; +} + +.rounded-top-2 { + border-top-left-radius: var(--bs-border-radius) !important; + border-top-right-radius: var(--bs-border-radius) !important; +} + +.rounded-top-3 { + border-top-left-radius: var(--bs-border-radius-lg) !important; + border-top-right-radius: var(--bs-border-radius-lg) !important; +} + +.rounded-top-4 { + border-top-left-radius: var(--bs-border-radius-xl) !important; + border-top-right-radius: var(--bs-border-radius-xl) !important; +} + +.rounded-top-5 { + border-top-left-radius: var(--bs-border-radius-xxl) !important; + border-top-right-radius: var(--bs-border-radius-xxl) !important; +} + +.rounded-top-circle { + border-top-left-radius: 50% !important; + border-top-right-radius: 50% !important; +} + +.rounded-top-pill { + border-top-left-radius: var(--bs-border-radius-pill) !important; + border-top-right-radius: var(--bs-border-radius-pill) !important; +} + +.rounded-end { + border-top-right-radius: var(--bs-border-radius) !important; + border-bottom-right-radius: var(--bs-border-radius) !important; +} + +.rounded-end-0 { + border-top-right-radius: 0 !important; + border-bottom-right-radius: 0 !important; +} + +.rounded-end-1 { + border-top-right-radius: var(--bs-border-radius-sm) !important; + border-bottom-right-radius: var(--bs-border-radius-sm) !important; +} + +.rounded-end-2 { + border-top-right-radius: var(--bs-border-radius) !important; + border-bottom-right-radius: var(--bs-border-radius) !important; +} + +.rounded-end-3 { + border-top-right-radius: var(--bs-border-radius-lg) !important; + border-bottom-right-radius: var(--bs-border-radius-lg) !important; +} + +.rounded-end-4 { + border-top-right-radius: var(--bs-border-radius-xl) !important; + border-bottom-right-radius: var(--bs-border-radius-xl) !important; +} + +.rounded-end-5 { + border-top-right-radius: var(--bs-border-radius-xxl) !important; + border-bottom-right-radius: var(--bs-border-radius-xxl) !important; +} + +.rounded-end-circle { + border-top-right-radius: 50% !important; + border-bottom-right-radius: 50% !important; +} + +.rounded-end-pill { + border-top-right-radius: var(--bs-border-radius-pill) !important; + border-bottom-right-radius: var(--bs-border-radius-pill) !important; +} + +.rounded-bottom { + border-bottom-right-radius: var(--bs-border-radius) !important; + border-bottom-left-radius: var(--bs-border-radius) !important; +} + +.rounded-bottom-0 { + border-bottom-right-radius: 0 !important; + border-bottom-left-radius: 0 !important; +} + +.rounded-bottom-1 { + border-bottom-right-radius: var(--bs-border-radius-sm) !important; + border-bottom-left-radius: var(--bs-border-radius-sm) !important; +} + +.rounded-bottom-2 { + border-bottom-right-radius: var(--bs-border-radius) !important; + border-bottom-left-radius: var(--bs-border-radius) !important; +} + +.rounded-bottom-3 { + border-bottom-right-radius: var(--bs-border-radius-lg) !important; + border-bottom-left-radius: var(--bs-border-radius-lg) !important; +} + +.rounded-bottom-4 { + border-bottom-right-radius: var(--bs-border-radius-xl) !important; + border-bottom-left-radius: var(--bs-border-radius-xl) !important; +} + +.rounded-bottom-5 { + border-bottom-right-radius: var(--bs-border-radius-xxl) !important; + border-bottom-left-radius: var(--bs-border-radius-xxl) !important; +} + +.rounded-bottom-circle { + border-bottom-right-radius: 50% !important; + border-bottom-left-radius: 50% !important; +} + +.rounded-bottom-pill { + border-bottom-right-radius: var(--bs-border-radius-pill) !important; + border-bottom-left-radius: var(--bs-border-radius-pill) !important; +} + +.rounded-start { + border-bottom-left-radius: var(--bs-border-radius) !important; + border-top-left-radius: var(--bs-border-radius) !important; +} + +.rounded-start-0 { + border-bottom-left-radius: 0 !important; + border-top-left-radius: 0 !important; +} + +.rounded-start-1 { + border-bottom-left-radius: var(--bs-border-radius-sm) !important; + border-top-left-radius: var(--bs-border-radius-sm) !important; +} + +.rounded-start-2 { + border-bottom-left-radius: var(--bs-border-radius) !important; + border-top-left-radius: var(--bs-border-radius) !important; +} + +.rounded-start-3 { + border-bottom-left-radius: var(--bs-border-radius-lg) !important; + border-top-left-radius: var(--bs-border-radius-lg) !important; +} + +.rounded-start-4 { + border-bottom-left-radius: var(--bs-border-radius-xl) !important; + border-top-left-radius: var(--bs-border-radius-xl) !important; +} + +.rounded-start-5 { + border-bottom-left-radius: var(--bs-border-radius-xxl) !important; + border-top-left-radius: var(--bs-border-radius-xxl) !important; +} + +.rounded-start-circle { + border-bottom-left-radius: 50% !important; + border-top-left-radius: 50% !important; +} + +.rounded-start-pill { + border-bottom-left-radius: var(--bs-border-radius-pill) !important; + border-top-left-radius: var(--bs-border-radius-pill) !important; +} + +.visible { + visibility: visible !important; +} + +.invisible { + visibility: hidden !important; +} + +.z-n1 { + z-index: -1 !important; +} + +.z-0 { + z-index: 0 !important; +} + +.z-1 { + z-index: 1 !important; +} + +.z-2 { + z-index: 2 !important; +} + +.z-3 { + z-index: 3 !important; +} + +@media (min-width: 576px) { + .float-sm-start { + float: left !important; + } + .float-sm-end { + float: right !important; + } + .float-sm-none { + float: none !important; + } + .object-fit-sm-contain { + -o-object-fit: contain !important; + object-fit: contain !important; + } + .object-fit-sm-cover { + -o-object-fit: cover !important; + object-fit: cover !important; + } + .object-fit-sm-fill { + -o-object-fit: fill !important; + object-fit: fill !important; + } + .object-fit-sm-scale { + -o-object-fit: scale-down !important; + object-fit: scale-down !important; + } + .object-fit-sm-none { + -o-object-fit: none !important; + object-fit: none !important; + } + .d-sm-inline { + display: inline !important; + } + .d-sm-inline-block { + display: inline-block !important; + } + .d-sm-block { + display: block !important; + } + .d-sm-grid { + display: grid !important; + } + .d-sm-inline-grid { + display: inline-grid !important; + } + .d-sm-table { + display: table !important; + } + .d-sm-table-row { + display: table-row !important; + } + .d-sm-table-cell { + display: table-cell !important; + } + .d-sm-flex { + display: flex !important; + } + .d-sm-inline-flex { + display: inline-flex !important; + } + .d-sm-none { + display: none !important; + } + .flex-sm-fill { + flex: 1 1 auto !important; + } + .flex-sm-row { + flex-direction: row !important; + } + .flex-sm-column { + flex-direction: column !important; + } + .flex-sm-row-reverse { + flex-direction: row-reverse !important; + } + .flex-sm-column-reverse { + flex-direction: column-reverse !important; + } + .flex-sm-grow-0 { + flex-grow: 0 !important; + } + .flex-sm-grow-1 { + flex-grow: 1 !important; + } + .flex-sm-shrink-0 { + flex-shrink: 0 !important; + } + .flex-sm-shrink-1 { + flex-shrink: 1 !important; + } + .flex-sm-wrap { + flex-wrap: wrap !important; + } + .flex-sm-nowrap { + flex-wrap: nowrap !important; + } + .flex-sm-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .justify-content-sm-start { + justify-content: flex-start !important; + } + .justify-content-sm-end { + justify-content: flex-end !important; + } + .justify-content-sm-center { + justify-content: center !important; + } + .justify-content-sm-between { + justify-content: space-between !important; + } + .justify-content-sm-around { + justify-content: space-around !important; + } + .justify-content-sm-evenly { + justify-content: space-evenly !important; + } + .align-items-sm-start { + align-items: flex-start !important; + } + .align-items-sm-end { + align-items: flex-end !important; + } + .align-items-sm-center { + align-items: center !important; + } + .align-items-sm-baseline { + align-items: baseline !important; + } + .align-items-sm-stretch { + align-items: stretch !important; + } + .align-content-sm-start { + align-content: flex-start !important; + } + .align-content-sm-end { + align-content: flex-end !important; + } + .align-content-sm-center { + align-content: center !important; + } + .align-content-sm-between { + align-content: space-between !important; + } + .align-content-sm-around { + align-content: space-around !important; + } + .align-content-sm-stretch { + align-content: stretch !important; + } + .align-self-sm-auto { + align-self: auto !important; + } + .align-self-sm-start { + align-self: flex-start !important; + } + .align-self-sm-end { + align-self: flex-end !important; + } + .align-self-sm-center { + align-self: center !important; + } + .align-self-sm-baseline { + align-self: baseline !important; + } + .align-self-sm-stretch { + align-self: stretch !important; + } + .order-sm-first { + order: -1 !important; + } + .order-sm-0 { + order: 0 !important; + } + .order-sm-1 { + order: 1 !important; + } + .order-sm-2 { + order: 2 !important; + } + .order-sm-3 { + order: 3 !important; + } + .order-sm-4 { + order: 4 !important; + } + .order-sm-5 { + order: 5 !important; + } + .order-sm-last { + order: 6 !important; + } + .m-sm-0 { + margin: 0rem !important; + } + .m-sm-1 { + margin: 0.495rem !important; + } + .m-sm-2 { + margin: 0.75rem !important; + } + .m-sm-3 { + margin: 0.9975rem !important; + } + .m-sm-4 { + margin: 1.5rem !important; + } + .m-sm-5 { + margin: 2.1255rem !important; + } + .m-sm-6 { + margin: 3rem !important; + } + .m-sm-7 { + margin: 3.9975rem !important; + } + .m-sm-8 { + margin: 4.5rem !important; + } + .m-sm-9 { + margin: 6rem !important; + } + .m-sm-10 { + margin: 7.875rem !important; + } + .m-sm-auto { + margin: auto !important; + } + .mx-sm-0 { + margin-right: 0rem !important; + margin-left: 0rem !important; + } + .mx-sm-1 { + margin-right: 0.495rem !important; + margin-left: 0.495rem !important; + } + .mx-sm-2 { + margin-right: 0.75rem !important; + margin-left: 0.75rem !important; + } + .mx-sm-3 { + margin-right: 0.9975rem !important; + margin-left: 0.9975rem !important; + } + .mx-sm-4 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + .mx-sm-5 { + margin-right: 2.1255rem !important; + margin-left: 2.1255rem !important; + } + .mx-sm-6 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + .mx-sm-7 { + margin-right: 3.9975rem !important; + margin-left: 3.9975rem !important; + } + .mx-sm-8 { + margin-right: 4.5rem !important; + margin-left: 4.5rem !important; + } + .mx-sm-9 { + margin-right: 6rem !important; + margin-left: 6rem !important; + } + .mx-sm-10 { + margin-right: 7.875rem !important; + margin-left: 7.875rem !important; + } + .mx-sm-auto { + margin-right: auto !important; + margin-left: auto !important; + } + .my-sm-0 { + margin-top: 0rem !important; + margin-bottom: 0rem !important; + } + .my-sm-1 { + margin-top: 0.495rem !important; + margin-bottom: 0.495rem !important; + } + .my-sm-2 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; + } + .my-sm-3 { + margin-top: 0.9975rem !important; + margin-bottom: 0.9975rem !important; + } + .my-sm-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .my-sm-5 { + margin-top: 2.1255rem !important; + margin-bottom: 2.1255rem !important; + } + .my-sm-6 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .my-sm-7 { + margin-top: 3.9975rem !important; + margin-bottom: 3.9975rem !important; + } + .my-sm-8 { + margin-top: 4.5rem !important; + margin-bottom: 4.5rem !important; + } + .my-sm-9 { + margin-top: 6rem !important; + margin-bottom: 6rem !important; + } + .my-sm-10 { + margin-top: 7.875rem !important; + margin-bottom: 7.875rem !important; + } + .my-sm-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } + .mt-sm-0 { + margin-top: 0rem !important; + } + .mt-sm-1 { + margin-top: 0.495rem !important; + } + .mt-sm-2 { + margin-top: 0.75rem !important; + } + .mt-sm-3 { + margin-top: 0.9975rem !important; + } + .mt-sm-4 { + margin-top: 1.5rem !important; + } + .mt-sm-5 { + margin-top: 2.1255rem !important; + } + .mt-sm-6 { + margin-top: 3rem !important; + } + .mt-sm-7 { + margin-top: 3.9975rem !important; + } + .mt-sm-8 { + margin-top: 4.5rem !important; + } + .mt-sm-9 { + margin-top: 6rem !important; + } + .mt-sm-10 { + margin-top: 7.875rem !important; + } + .mt-sm-auto { + margin-top: auto !important; + } + .me-sm-0 { + margin-right: 0rem !important; + } + .me-sm-1 { + margin-right: 0.495rem !important; + } + .me-sm-2 { + margin-right: 0.75rem !important; + } + .me-sm-3 { + margin-right: 0.9975rem !important; + } + .me-sm-4 { + margin-right: 1.5rem !important; + } + .me-sm-5 { + margin-right: 2.1255rem !important; + } + .me-sm-6 { + margin-right: 3rem !important; + } + .me-sm-7 { + margin-right: 3.9975rem !important; + } + .me-sm-8 { + margin-right: 4.5rem !important; + } + .me-sm-9 { + margin-right: 6rem !important; + } + .me-sm-10 { + margin-right: 7.875rem !important; + } + .me-sm-auto { + margin-right: auto !important; + } + .mb-sm-0 { + margin-bottom: 0rem !important; + } + .mb-sm-1 { + margin-bottom: 0.495rem !important; + } + .mb-sm-2 { + margin-bottom: 0.75rem !important; + } + .mb-sm-3 { + margin-bottom: 0.9975rem !important; + } + .mb-sm-4 { + margin-bottom: 1.5rem !important; + } + .mb-sm-5 { + margin-bottom: 2.1255rem !important; + } + .mb-sm-6 { + margin-bottom: 3rem !important; + } + .mb-sm-7 { + margin-bottom: 3.9975rem !important; + } + .mb-sm-8 { + margin-bottom: 4.5rem !important; + } + .mb-sm-9 { + margin-bottom: 6rem !important; + } + .mb-sm-10 { + margin-bottom: 7.875rem !important; + } + .mb-sm-auto { + margin-bottom: auto !important; + } + .ms-sm-0 { + margin-left: 0rem !important; + } + .ms-sm-1 { + margin-left: 0.495rem !important; + } + .ms-sm-2 { + margin-left: 0.75rem !important; + } + .ms-sm-3 { + margin-left: 0.9975rem !important; + } + .ms-sm-4 { + margin-left: 1.5rem !important; + } + .ms-sm-5 { + margin-left: 2.1255rem !important; + } + .ms-sm-6 { + margin-left: 3rem !important; + } + .ms-sm-7 { + margin-left: 3.9975rem !important; + } + .ms-sm-8 { + margin-left: 4.5rem !important; + } + .ms-sm-9 { + margin-left: 6rem !important; + } + .ms-sm-10 { + margin-left: 7.875rem !important; + } + .ms-sm-auto { + margin-left: auto !important; + } + .p-sm-0 { + padding: 0rem !important; + } + .p-sm-1 { + padding: 0.495rem !important; + } + .p-sm-2 { + padding: 0.75rem !important; + } + .p-sm-3 { + padding: 0.9975rem !important; + } + .p-sm-4 { + padding: 1.5rem !important; + } + .p-sm-5 { + padding: 2.1255rem !important; + } + .p-sm-6 { + padding: 3rem !important; + } + .p-sm-7 { + padding: 3.9975rem !important; + } + .p-sm-8 { + padding: 4.5rem !important; + } + .p-sm-9 { + padding: 6rem !important; + } + .p-sm-10 { + padding: 7.875rem !important; + } + .px-sm-0 { + padding-right: 0rem !important; + padding-left: 0rem !important; + } + .px-sm-1 { + padding-right: 0.495rem !important; + padding-left: 0.495rem !important; + } + .px-sm-2 { + padding-right: 0.75rem !important; + padding-left: 0.75rem !important; + } + .px-sm-3 { + padding-right: 0.9975rem !important; + padding-left: 0.9975rem !important; + } + .px-sm-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + .px-sm-5 { + padding-right: 2.1255rem !important; + padding-left: 2.1255rem !important; + } + .px-sm-6 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + .px-sm-7 { + padding-right: 3.9975rem !important; + padding-left: 3.9975rem !important; + } + .px-sm-8 { + padding-right: 4.5rem !important; + padding-left: 4.5rem !important; + } + .px-sm-9 { + padding-right: 6rem !important; + padding-left: 6rem !important; + } + .px-sm-10 { + padding-right: 7.875rem !important; + padding-left: 7.875rem !important; + } + .py-sm-0 { + padding-top: 0rem !important; + padding-bottom: 0rem !important; + } + .py-sm-1 { + padding-top: 0.495rem !important; + padding-bottom: 0.495rem !important; + } + .py-sm-2 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; + } + .py-sm-3 { + padding-top: 0.9975rem !important; + padding-bottom: 0.9975rem !important; + } + .py-sm-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .py-sm-5 { + padding-top: 2.1255rem !important; + padding-bottom: 2.1255rem !important; + } + .py-sm-6 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .py-sm-7 { + padding-top: 3.9975rem !important; + padding-bottom: 3.9975rem !important; + } + .py-sm-8 { + padding-top: 4.5rem !important; + padding-bottom: 4.5rem !important; + } + .py-sm-9 { + padding-top: 6rem !important; + padding-bottom: 6rem !important; + } + .py-sm-10 { + padding-top: 7.875rem !important; + padding-bottom: 7.875rem !important; + } + .pt-sm-0 { + padding-top: 0rem !important; + } + .pt-sm-1 { + padding-top: 0.495rem !important; + } + .pt-sm-2 { + padding-top: 0.75rem !important; + } + .pt-sm-3 { + padding-top: 0.9975rem !important; + } + .pt-sm-4 { + padding-top: 1.5rem !important; + } + .pt-sm-5 { + padding-top: 2.1255rem !important; + } + .pt-sm-6 { + padding-top: 3rem !important; + } + .pt-sm-7 { + padding-top: 3.9975rem !important; + } + .pt-sm-8 { + padding-top: 4.5rem !important; + } + .pt-sm-9 { + padding-top: 6rem !important; + } + .pt-sm-10 { + padding-top: 7.875rem !important; + } + .pe-sm-0 { + padding-right: 0rem !important; + } + .pe-sm-1 { + padding-right: 0.495rem !important; + } + .pe-sm-2 { + padding-right: 0.75rem !important; + } + .pe-sm-3 { + padding-right: 0.9975rem !important; + } + .pe-sm-4 { + padding-right: 1.5rem !important; + } + .pe-sm-5 { + padding-right: 2.1255rem !important; + } + .pe-sm-6 { + padding-right: 3rem !important; + } + .pe-sm-7 { + padding-right: 3.9975rem !important; + } + .pe-sm-8 { + padding-right: 4.5rem !important; + } + .pe-sm-9 { + padding-right: 6rem !important; + } + .pe-sm-10 { + padding-right: 7.875rem !important; + } + .pb-sm-0 { + padding-bottom: 0rem !important; + } + .pb-sm-1 { + padding-bottom: 0.495rem !important; + } + .pb-sm-2 { + padding-bottom: 0.75rem !important; + } + .pb-sm-3 { + padding-bottom: 0.9975rem !important; + } + .pb-sm-4 { + padding-bottom: 1.5rem !important; + } + .pb-sm-5 { + padding-bottom: 2.1255rem !important; + } + .pb-sm-6 { + padding-bottom: 3rem !important; + } + .pb-sm-7 { + padding-bottom: 3.9975rem !important; + } + .pb-sm-8 { + padding-bottom: 4.5rem !important; + } + .pb-sm-9 { + padding-bottom: 6rem !important; + } + .pb-sm-10 { + padding-bottom: 7.875rem !important; + } + .ps-sm-0 { + padding-left: 0rem !important; + } + .ps-sm-1 { + padding-left: 0.495rem !important; + } + .ps-sm-2 { + padding-left: 0.75rem !important; + } + .ps-sm-3 { + padding-left: 0.9975rem !important; + } + .ps-sm-4 { + padding-left: 1.5rem !important; + } + .ps-sm-5 { + padding-left: 2.1255rem !important; + } + .ps-sm-6 { + padding-left: 3rem !important; + } + .ps-sm-7 { + padding-left: 3.9975rem !important; + } + .ps-sm-8 { + padding-left: 4.5rem !important; + } + .ps-sm-9 { + padding-left: 6rem !important; + } + .ps-sm-10 { + padding-left: 7.875rem !important; + } + .gap-sm-0 { + gap: 0rem !important; + } + .gap-sm-1 { + gap: 0.495rem !important; + } + .gap-sm-2 { + gap: 0.75rem !important; + } + .gap-sm-3 { + gap: 0.9975rem !important; + } + .gap-sm-4 { + gap: 1.5rem !important; + } + .gap-sm-5 { + gap: 2.1255rem !important; + } + .gap-sm-6 { + gap: 3rem !important; + } + .gap-sm-7 { + gap: 3.9975rem !important; + } + .gap-sm-8 { + gap: 4.5rem !important; + } + .gap-sm-9 { + gap: 6rem !important; + } + .gap-sm-10 { + gap: 7.875rem !important; + } + .row-gap-sm-0 { + row-gap: 0rem !important; + } + .row-gap-sm-1 { + row-gap: 0.495rem !important; + } + .row-gap-sm-2 { + row-gap: 0.75rem !important; + } + .row-gap-sm-3 { + row-gap: 0.9975rem !important; + } + .row-gap-sm-4 { + row-gap: 1.5rem !important; + } + .row-gap-sm-5 { + row-gap: 2.1255rem !important; + } + .row-gap-sm-6 { + row-gap: 3rem !important; + } + .row-gap-sm-7 { + row-gap: 3.9975rem !important; + } + .row-gap-sm-8 { + row-gap: 4.5rem !important; + } + .row-gap-sm-9 { + row-gap: 6rem !important; + } + .row-gap-sm-10 { + row-gap: 7.875rem !important; + } + .column-gap-sm-0 { + -moz-column-gap: 0rem !important; + column-gap: 0rem !important; + } + .column-gap-sm-1 { + -moz-column-gap: 0.495rem !important; + column-gap: 0.495rem !important; + } + .column-gap-sm-2 { + -moz-column-gap: 0.75rem !important; + column-gap: 0.75rem !important; + } + .column-gap-sm-3 { + -moz-column-gap: 0.9975rem !important; + column-gap: 0.9975rem !important; + } + .column-gap-sm-4 { + -moz-column-gap: 1.5rem !important; + column-gap: 1.5rem !important; + } + .column-gap-sm-5 { + -moz-column-gap: 2.1255rem !important; + column-gap: 2.1255rem !important; + } + .column-gap-sm-6 { + -moz-column-gap: 3rem !important; + column-gap: 3rem !important; + } + .column-gap-sm-7 { + -moz-column-gap: 3.9975rem !important; + column-gap: 3.9975rem !important; + } + .column-gap-sm-8 { + -moz-column-gap: 4.5rem !important; + column-gap: 4.5rem !important; + } + .column-gap-sm-9 { + -moz-column-gap: 6rem !important; + column-gap: 6rem !important; + } + .column-gap-sm-10 { + -moz-column-gap: 7.875rem !important; + column-gap: 7.875rem !important; + } + .text-sm-start { + text-align: left !important; + } + .text-sm-end { + text-align: right !important; + } + .text-sm-center { + text-align: center !important; + } +} +@media (min-width: 768px) { + .float-md-start { + float: left !important; + } + .float-md-end { + float: right !important; + } + .float-md-none { + float: none !important; + } + .object-fit-md-contain { + -o-object-fit: contain !important; + object-fit: contain !important; + } + .object-fit-md-cover { + -o-object-fit: cover !important; + object-fit: cover !important; + } + .object-fit-md-fill { + -o-object-fit: fill !important; + object-fit: fill !important; + } + .object-fit-md-scale { + -o-object-fit: scale-down !important; + object-fit: scale-down !important; + } + .object-fit-md-none { + -o-object-fit: none !important; + object-fit: none !important; + } + .d-md-inline { + display: inline !important; + } + .d-md-inline-block { + display: inline-block !important; + } + .d-md-block { + display: block !important; + } + .d-md-grid { + display: grid !important; + } + .d-md-inline-grid { + display: inline-grid !important; + } + .d-md-table { + display: table !important; + } + .d-md-table-row { + display: table-row !important; + } + .d-md-table-cell { + display: table-cell !important; + } + .d-md-flex { + display: flex !important; + } + .d-md-inline-flex { + display: inline-flex !important; + } + .d-md-none { + display: none !important; + } + .flex-md-fill { + flex: 1 1 auto !important; + } + .flex-md-row { + flex-direction: row !important; + } + .flex-md-column { + flex-direction: column !important; + } + .flex-md-row-reverse { + flex-direction: row-reverse !important; + } + .flex-md-column-reverse { + flex-direction: column-reverse !important; + } + .flex-md-grow-0 { + flex-grow: 0 !important; + } + .flex-md-grow-1 { + flex-grow: 1 !important; + } + .flex-md-shrink-0 { + flex-shrink: 0 !important; + } + .flex-md-shrink-1 { + flex-shrink: 1 !important; + } + .flex-md-wrap { + flex-wrap: wrap !important; + } + .flex-md-nowrap { + flex-wrap: nowrap !important; + } + .flex-md-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .justify-content-md-start { + justify-content: flex-start !important; + } + .justify-content-md-end { + justify-content: flex-end !important; + } + .justify-content-md-center { + justify-content: center !important; + } + .justify-content-md-between { + justify-content: space-between !important; + } + .justify-content-md-around { + justify-content: space-around !important; + } + .justify-content-md-evenly { + justify-content: space-evenly !important; + } + .align-items-md-start { + align-items: flex-start !important; + } + .align-items-md-end { + align-items: flex-end !important; + } + .align-items-md-center { + align-items: center !important; + } + .align-items-md-baseline { + align-items: baseline !important; + } + .align-items-md-stretch { + align-items: stretch !important; + } + .align-content-md-start { + align-content: flex-start !important; + } + .align-content-md-end { + align-content: flex-end !important; + } + .align-content-md-center { + align-content: center !important; + } + .align-content-md-between { + align-content: space-between !important; + } + .align-content-md-around { + align-content: space-around !important; + } + .align-content-md-stretch { + align-content: stretch !important; + } + .align-self-md-auto { + align-self: auto !important; + } + .align-self-md-start { + align-self: flex-start !important; + } + .align-self-md-end { + align-self: flex-end !important; + } + .align-self-md-center { + align-self: center !important; + } + .align-self-md-baseline { + align-self: baseline !important; + } + .align-self-md-stretch { + align-self: stretch !important; + } + .order-md-first { + order: -1 !important; + } + .order-md-0 { + order: 0 !important; + } + .order-md-1 { + order: 1 !important; + } + .order-md-2 { + order: 2 !important; + } + .order-md-3 { + order: 3 !important; + } + .order-md-4 { + order: 4 !important; + } + .order-md-5 { + order: 5 !important; + } + .order-md-last { + order: 6 !important; + } + .m-md-0 { + margin: 0rem !important; + } + .m-md-1 { + margin: 0.495rem !important; + } + .m-md-2 { + margin: 0.75rem !important; + } + .m-md-3 { + margin: 0.9975rem !important; + } + .m-md-4 { + margin: 1.5rem !important; + } + .m-md-5 { + margin: 2.1255rem !important; + } + .m-md-6 { + margin: 3rem !important; + } + .m-md-7 { + margin: 3.9975rem !important; + } + .m-md-8 { + margin: 4.5rem !important; + } + .m-md-9 { + margin: 6rem !important; + } + .m-md-10 { + margin: 7.875rem !important; + } + .m-md-auto { + margin: auto !important; + } + .mx-md-0 { + margin-right: 0rem !important; + margin-left: 0rem !important; + } + .mx-md-1 { + margin-right: 0.495rem !important; + margin-left: 0.495rem !important; + } + .mx-md-2 { + margin-right: 0.75rem !important; + margin-left: 0.75rem !important; + } + .mx-md-3 { + margin-right: 0.9975rem !important; + margin-left: 0.9975rem !important; + } + .mx-md-4 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + .mx-md-5 { + margin-right: 2.1255rem !important; + margin-left: 2.1255rem !important; + } + .mx-md-6 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + .mx-md-7 { + margin-right: 3.9975rem !important; + margin-left: 3.9975rem !important; + } + .mx-md-8 { + margin-right: 4.5rem !important; + margin-left: 4.5rem !important; + } + .mx-md-9 { + margin-right: 6rem !important; + margin-left: 6rem !important; + } + .mx-md-10 { + margin-right: 7.875rem !important; + margin-left: 7.875rem !important; + } + .mx-md-auto { + margin-right: auto !important; + margin-left: auto !important; + } + .my-md-0 { + margin-top: 0rem !important; + margin-bottom: 0rem !important; + } + .my-md-1 { + margin-top: 0.495rem !important; + margin-bottom: 0.495rem !important; + } + .my-md-2 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; + } + .my-md-3 { + margin-top: 0.9975rem !important; + margin-bottom: 0.9975rem !important; + } + .my-md-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .my-md-5 { + margin-top: 2.1255rem !important; + margin-bottom: 2.1255rem !important; + } + .my-md-6 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .my-md-7 { + margin-top: 3.9975rem !important; + margin-bottom: 3.9975rem !important; + } + .my-md-8 { + margin-top: 4.5rem !important; + margin-bottom: 4.5rem !important; + } + .my-md-9 { + margin-top: 6rem !important; + margin-bottom: 6rem !important; + } + .my-md-10 { + margin-top: 7.875rem !important; + margin-bottom: 7.875rem !important; + } + .my-md-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } + .mt-md-0 { + margin-top: 0rem !important; + } + .mt-md-1 { + margin-top: 0.495rem !important; + } + .mt-md-2 { + margin-top: 0.75rem !important; + } + .mt-md-3 { + margin-top: 0.9975rem !important; + } + .mt-md-4 { + margin-top: 1.5rem !important; + } + .mt-md-5 { + margin-top: 2.1255rem !important; + } + .mt-md-6 { + margin-top: 3rem !important; + } + .mt-md-7 { + margin-top: 3.9975rem !important; + } + .mt-md-8 { + margin-top: 4.5rem !important; + } + .mt-md-9 { + margin-top: 6rem !important; + } + .mt-md-10 { + margin-top: 7.875rem !important; + } + .mt-md-auto { + margin-top: auto !important; + } + .me-md-0 { + margin-right: 0rem !important; + } + .me-md-1 { + margin-right: 0.495rem !important; + } + .me-md-2 { + margin-right: 0.75rem !important; + } + .me-md-3 { + margin-right: 0.9975rem !important; + } + .me-md-4 { + margin-right: 1.5rem !important; + } + .me-md-5 { + margin-right: 2.1255rem !important; + } + .me-md-6 { + margin-right: 3rem !important; + } + .me-md-7 { + margin-right: 3.9975rem !important; + } + .me-md-8 { + margin-right: 4.5rem !important; + } + .me-md-9 { + margin-right: 6rem !important; + } + .me-md-10 { + margin-right: 7.875rem !important; + } + .me-md-auto { + margin-right: auto !important; + } + .mb-md-0 { + margin-bottom: 0rem !important; + } + .mb-md-1 { + margin-bottom: 0.495rem !important; + } + .mb-md-2 { + margin-bottom: 0.75rem !important; + } + .mb-md-3 { + margin-bottom: 0.9975rem !important; + } + .mb-md-4 { + margin-bottom: 1.5rem !important; + } + .mb-md-5 { + margin-bottom: 2.1255rem !important; + } + .mb-md-6 { + margin-bottom: 3rem !important; + } + .mb-md-7 { + margin-bottom: 3.9975rem !important; + } + .mb-md-8 { + margin-bottom: 4.5rem !important; + } + .mb-md-9 { + margin-bottom: 6rem !important; + } + .mb-md-10 { + margin-bottom: 7.875rem !important; + } + .mb-md-auto { + margin-bottom: auto !important; + } + .ms-md-0 { + margin-left: 0rem !important; + } + .ms-md-1 { + margin-left: 0.495rem !important; + } + .ms-md-2 { + margin-left: 0.75rem !important; + } + .ms-md-3 { + margin-left: 0.9975rem !important; + } + .ms-md-4 { + margin-left: 1.5rem !important; + } + .ms-md-5 { + margin-left: 2.1255rem !important; + } + .ms-md-6 { + margin-left: 3rem !important; + } + .ms-md-7 { + margin-left: 3.9975rem !important; + } + .ms-md-8 { + margin-left: 4.5rem !important; + } + .ms-md-9 { + margin-left: 6rem !important; + } + .ms-md-10 { + margin-left: 7.875rem !important; + } + .ms-md-auto { + margin-left: auto !important; + } + .p-md-0 { + padding: 0rem !important; + } + .p-md-1 { + padding: 0.495rem !important; + } + .p-md-2 { + padding: 0.75rem !important; + } + .p-md-3 { + padding: 0.9975rem !important; + } + .p-md-4 { + padding: 1.5rem !important; + } + .p-md-5 { + padding: 2.1255rem !important; + } + .p-md-6 { + padding: 3rem !important; + } + .p-md-7 { + padding: 3.9975rem !important; + } + .p-md-8 { + padding: 4.5rem !important; + } + .p-md-9 { + padding: 6rem !important; + } + .p-md-10 { + padding: 7.875rem !important; + } + .px-md-0 { + padding-right: 0rem !important; + padding-left: 0rem !important; + } + .px-md-1 { + padding-right: 0.495rem !important; + padding-left: 0.495rem !important; + } + .px-md-2 { + padding-right: 0.75rem !important; + padding-left: 0.75rem !important; + } + .px-md-3 { + padding-right: 0.9975rem !important; + padding-left: 0.9975rem !important; + } + .px-md-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + .px-md-5 { + padding-right: 2.1255rem !important; + padding-left: 2.1255rem !important; + } + .px-md-6 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + .px-md-7 { + padding-right: 3.9975rem !important; + padding-left: 3.9975rem !important; + } + .px-md-8 { + padding-right: 4.5rem !important; + padding-left: 4.5rem !important; + } + .px-md-9 { + padding-right: 6rem !important; + padding-left: 6rem !important; + } + .px-md-10 { + padding-right: 7.875rem !important; + padding-left: 7.875rem !important; + } + .py-md-0 { + padding-top: 0rem !important; + padding-bottom: 0rem !important; + } + .py-md-1 { + padding-top: 0.495rem !important; + padding-bottom: 0.495rem !important; + } + .py-md-2 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; + } + .py-md-3 { + padding-top: 0.9975rem !important; + padding-bottom: 0.9975rem !important; + } + .py-md-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .py-md-5 { + padding-top: 2.1255rem !important; + padding-bottom: 2.1255rem !important; + } + .py-md-6 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .py-md-7 { + padding-top: 3.9975rem !important; + padding-bottom: 3.9975rem !important; + } + .py-md-8 { + padding-top: 4.5rem !important; + padding-bottom: 4.5rem !important; + } + .py-md-9 { + padding-top: 6rem !important; + padding-bottom: 6rem !important; + } + .py-md-10 { + padding-top: 7.875rem !important; + padding-bottom: 7.875rem !important; + } + .pt-md-0 { + padding-top: 0rem !important; + } + .pt-md-1 { + padding-top: 0.495rem !important; + } + .pt-md-2 { + padding-top: 0.75rem !important; + } + .pt-md-3 { + padding-top: 0.9975rem !important; + } + .pt-md-4 { + padding-top: 1.5rem !important; + } + .pt-md-5 { + padding-top: 2.1255rem !important; + } + .pt-md-6 { + padding-top: 3rem !important; + } + .pt-md-7 { + padding-top: 3.9975rem !important; + } + .pt-md-8 { + padding-top: 4.5rem !important; + } + .pt-md-9 { + padding-top: 6rem !important; + } + .pt-md-10 { + padding-top: 7.875rem !important; + } + .pe-md-0 { + padding-right: 0rem !important; + } + .pe-md-1 { + padding-right: 0.495rem !important; + } + .pe-md-2 { + padding-right: 0.75rem !important; + } + .pe-md-3 { + padding-right: 0.9975rem !important; + } + .pe-md-4 { + padding-right: 1.5rem !important; + } + .pe-md-5 { + padding-right: 2.1255rem !important; + } + .pe-md-6 { + padding-right: 3rem !important; + } + .pe-md-7 { + padding-right: 3.9975rem !important; + } + .pe-md-8 { + padding-right: 4.5rem !important; + } + .pe-md-9 { + padding-right: 6rem !important; + } + .pe-md-10 { + padding-right: 7.875rem !important; + } + .pb-md-0 { + padding-bottom: 0rem !important; + } + .pb-md-1 { + padding-bottom: 0.495rem !important; + } + .pb-md-2 { + padding-bottom: 0.75rem !important; + } + .pb-md-3 { + padding-bottom: 0.9975rem !important; + } + .pb-md-4 { + padding-bottom: 1.5rem !important; + } + .pb-md-5 { + padding-bottom: 2.1255rem !important; + } + .pb-md-6 { + padding-bottom: 3rem !important; + } + .pb-md-7 { + padding-bottom: 3.9975rem !important; + } + .pb-md-8 { + padding-bottom: 4.5rem !important; + } + .pb-md-9 { + padding-bottom: 6rem !important; + } + .pb-md-10 { + padding-bottom: 7.875rem !important; + } + .ps-md-0 { + padding-left: 0rem !important; + } + .ps-md-1 { + padding-left: 0.495rem !important; + } + .ps-md-2 { + padding-left: 0.75rem !important; + } + .ps-md-3 { + padding-left: 0.9975rem !important; + } + .ps-md-4 { + padding-left: 1.5rem !important; + } + .ps-md-5 { + padding-left: 2.1255rem !important; + } + .ps-md-6 { + padding-left: 3rem !important; + } + .ps-md-7 { + padding-left: 3.9975rem !important; + } + .ps-md-8 { + padding-left: 4.5rem !important; + } + .ps-md-9 { + padding-left: 6rem !important; + } + .ps-md-10 { + padding-left: 7.875rem !important; + } + .gap-md-0 { + gap: 0rem !important; + } + .gap-md-1 { + gap: 0.495rem !important; + } + .gap-md-2 { + gap: 0.75rem !important; + } + .gap-md-3 { + gap: 0.9975rem !important; + } + .gap-md-4 { + gap: 1.5rem !important; + } + .gap-md-5 { + gap: 2.1255rem !important; + } + .gap-md-6 { + gap: 3rem !important; + } + .gap-md-7 { + gap: 3.9975rem !important; + } + .gap-md-8 { + gap: 4.5rem !important; + } + .gap-md-9 { + gap: 6rem !important; + } + .gap-md-10 { + gap: 7.875rem !important; + } + .row-gap-md-0 { + row-gap: 0rem !important; + } + .row-gap-md-1 { + row-gap: 0.495rem !important; + } + .row-gap-md-2 { + row-gap: 0.75rem !important; + } + .row-gap-md-3 { + row-gap: 0.9975rem !important; + } + .row-gap-md-4 { + row-gap: 1.5rem !important; + } + .row-gap-md-5 { + row-gap: 2.1255rem !important; + } + .row-gap-md-6 { + row-gap: 3rem !important; + } + .row-gap-md-7 { + row-gap: 3.9975rem !important; + } + .row-gap-md-8 { + row-gap: 4.5rem !important; + } + .row-gap-md-9 { + row-gap: 6rem !important; + } + .row-gap-md-10 { + row-gap: 7.875rem !important; + } + .column-gap-md-0 { + -moz-column-gap: 0rem !important; + column-gap: 0rem !important; + } + .column-gap-md-1 { + -moz-column-gap: 0.495rem !important; + column-gap: 0.495rem !important; + } + .column-gap-md-2 { + -moz-column-gap: 0.75rem !important; + column-gap: 0.75rem !important; + } + .column-gap-md-3 { + -moz-column-gap: 0.9975rem !important; + column-gap: 0.9975rem !important; + } + .column-gap-md-4 { + -moz-column-gap: 1.5rem !important; + column-gap: 1.5rem !important; + } + .column-gap-md-5 { + -moz-column-gap: 2.1255rem !important; + column-gap: 2.1255rem !important; + } + .column-gap-md-6 { + -moz-column-gap: 3rem !important; + column-gap: 3rem !important; + } + .column-gap-md-7 { + -moz-column-gap: 3.9975rem !important; + column-gap: 3.9975rem !important; + } + .column-gap-md-8 { + -moz-column-gap: 4.5rem !important; + column-gap: 4.5rem !important; + } + .column-gap-md-9 { + -moz-column-gap: 6rem !important; + column-gap: 6rem !important; + } + .column-gap-md-10 { + -moz-column-gap: 7.875rem !important; + column-gap: 7.875rem !important; + } + .text-md-start { + text-align: left !important; + } + .text-md-end { + text-align: right !important; + } + .text-md-center { + text-align: center !important; + } +} +@media (min-width: 992px) { + .float-lg-start { + float: left !important; + } + .float-lg-end { + float: right !important; + } + .float-lg-none { + float: none !important; + } + .object-fit-lg-contain { + -o-object-fit: contain !important; + object-fit: contain !important; + } + .object-fit-lg-cover { + -o-object-fit: cover !important; + object-fit: cover !important; + } + .object-fit-lg-fill { + -o-object-fit: fill !important; + object-fit: fill !important; + } + .object-fit-lg-scale { + -o-object-fit: scale-down !important; + object-fit: scale-down !important; + } + .object-fit-lg-none { + -o-object-fit: none !important; + object-fit: none !important; + } + .d-lg-inline { + display: inline !important; + } + .d-lg-inline-block { + display: inline-block !important; + } + .d-lg-block { + display: block !important; + } + .d-lg-grid { + display: grid !important; + } + .d-lg-inline-grid { + display: inline-grid !important; + } + .d-lg-table { + display: table !important; + } + .d-lg-table-row { + display: table-row !important; + } + .d-lg-table-cell { + display: table-cell !important; + } + .d-lg-flex { + display: flex !important; + } + .d-lg-inline-flex { + display: inline-flex !important; + } + .d-lg-none { + display: none !important; + } + .flex-lg-fill { + flex: 1 1 auto !important; + } + .flex-lg-row { + flex-direction: row !important; + } + .flex-lg-column { + flex-direction: column !important; + } + .flex-lg-row-reverse { + flex-direction: row-reverse !important; + } + .flex-lg-column-reverse { + flex-direction: column-reverse !important; + } + .flex-lg-grow-0 { + flex-grow: 0 !important; + } + .flex-lg-grow-1 { + flex-grow: 1 !important; + } + .flex-lg-shrink-0 { + flex-shrink: 0 !important; + } + .flex-lg-shrink-1 { + flex-shrink: 1 !important; + } + .flex-lg-wrap { + flex-wrap: wrap !important; + } + .flex-lg-nowrap { + flex-wrap: nowrap !important; + } + .flex-lg-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .justify-content-lg-start { + justify-content: flex-start !important; + } + .justify-content-lg-end { + justify-content: flex-end !important; + } + .justify-content-lg-center { + justify-content: center !important; + } + .justify-content-lg-between { + justify-content: space-between !important; + } + .justify-content-lg-around { + justify-content: space-around !important; + } + .justify-content-lg-evenly { + justify-content: space-evenly !important; + } + .align-items-lg-start { + align-items: flex-start !important; + } + .align-items-lg-end { + align-items: flex-end !important; + } + .align-items-lg-center { + align-items: center !important; + } + .align-items-lg-baseline { + align-items: baseline !important; + } + .align-items-lg-stretch { + align-items: stretch !important; + } + .align-content-lg-start { + align-content: flex-start !important; + } + .align-content-lg-end { + align-content: flex-end !important; + } + .align-content-lg-center { + align-content: center !important; + } + .align-content-lg-between { + align-content: space-between !important; + } + .align-content-lg-around { + align-content: space-around !important; + } + .align-content-lg-stretch { + align-content: stretch !important; + } + .align-self-lg-auto { + align-self: auto !important; + } + .align-self-lg-start { + align-self: flex-start !important; + } + .align-self-lg-end { + align-self: flex-end !important; + } + .align-self-lg-center { + align-self: center !important; + } + .align-self-lg-baseline { + align-self: baseline !important; + } + .align-self-lg-stretch { + align-self: stretch !important; + } + .order-lg-first { + order: -1 !important; + } + .order-lg-0 { + order: 0 !important; + } + .order-lg-1 { + order: 1 !important; + } + .order-lg-2 { + order: 2 !important; + } + .order-lg-3 { + order: 3 !important; + } + .order-lg-4 { + order: 4 !important; + } + .order-lg-5 { + order: 5 !important; + } + .order-lg-last { + order: 6 !important; + } + .m-lg-0 { + margin: 0rem !important; + } + .m-lg-1 { + margin: 0.495rem !important; + } + .m-lg-2 { + margin: 0.75rem !important; + } + .m-lg-3 { + margin: 0.9975rem !important; + } + .m-lg-4 { + margin: 1.5rem !important; + } + .m-lg-5 { + margin: 2.1255rem !important; + } + .m-lg-6 { + margin: 3rem !important; + } + .m-lg-7 { + margin: 3.9975rem !important; + } + .m-lg-8 { + margin: 4.5rem !important; + } + .m-lg-9 { + margin: 6rem !important; + } + .m-lg-10 { + margin: 7.875rem !important; + } + .m-lg-auto { + margin: auto !important; + } + .mx-lg-0 { + margin-right: 0rem !important; + margin-left: 0rem !important; + } + .mx-lg-1 { + margin-right: 0.495rem !important; + margin-left: 0.495rem !important; + } + .mx-lg-2 { + margin-right: 0.75rem !important; + margin-left: 0.75rem !important; + } + .mx-lg-3 { + margin-right: 0.9975rem !important; + margin-left: 0.9975rem !important; + } + .mx-lg-4 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + .mx-lg-5 { + margin-right: 2.1255rem !important; + margin-left: 2.1255rem !important; + } + .mx-lg-6 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + .mx-lg-7 { + margin-right: 3.9975rem !important; + margin-left: 3.9975rem !important; + } + .mx-lg-8 { + margin-right: 4.5rem !important; + margin-left: 4.5rem !important; + } + .mx-lg-9 { + margin-right: 6rem !important; + margin-left: 6rem !important; + } + .mx-lg-10 { + margin-right: 7.875rem !important; + margin-left: 7.875rem !important; + } + .mx-lg-auto { + margin-right: auto !important; + margin-left: auto !important; + } + .my-lg-0 { + margin-top: 0rem !important; + margin-bottom: 0rem !important; + } + .my-lg-1 { + margin-top: 0.495rem !important; + margin-bottom: 0.495rem !important; + } + .my-lg-2 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; + } + .my-lg-3 { + margin-top: 0.9975rem !important; + margin-bottom: 0.9975rem !important; + } + .my-lg-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .my-lg-5 { + margin-top: 2.1255rem !important; + margin-bottom: 2.1255rem !important; + } + .my-lg-6 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .my-lg-7 { + margin-top: 3.9975rem !important; + margin-bottom: 3.9975rem !important; + } + .my-lg-8 { + margin-top: 4.5rem !important; + margin-bottom: 4.5rem !important; + } + .my-lg-9 { + margin-top: 6rem !important; + margin-bottom: 6rem !important; + } + .my-lg-10 { + margin-top: 7.875rem !important; + margin-bottom: 7.875rem !important; + } + .my-lg-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } + .mt-lg-0 { + margin-top: 0rem !important; + } + .mt-lg-1 { + margin-top: 0.495rem !important; + } + .mt-lg-2 { + margin-top: 0.75rem !important; + } + .mt-lg-3 { + margin-top: 0.9975rem !important; + } + .mt-lg-4 { + margin-top: 1.5rem !important; + } + .mt-lg-5 { + margin-top: 2.1255rem !important; + } + .mt-lg-6 { + margin-top: 3rem !important; + } + .mt-lg-7 { + margin-top: 3.9975rem !important; + } + .mt-lg-8 { + margin-top: 4.5rem !important; + } + .mt-lg-9 { + margin-top: 6rem !important; + } + .mt-lg-10 { + margin-top: 7.875rem !important; + } + .mt-lg-auto { + margin-top: auto !important; + } + .me-lg-0 { + margin-right: 0rem !important; + } + .me-lg-1 { + margin-right: 0.495rem !important; + } + .me-lg-2 { + margin-right: 0.75rem !important; + } + .me-lg-3 { + margin-right: 0.9975rem !important; + } + .me-lg-4 { + margin-right: 1.5rem !important; + } + .me-lg-5 { + margin-right: 2.1255rem !important; + } + .me-lg-6 { + margin-right: 3rem !important; + } + .me-lg-7 { + margin-right: 3.9975rem !important; + } + .me-lg-8 { + margin-right: 4.5rem !important; + } + .me-lg-9 { + margin-right: 6rem !important; + } + .me-lg-10 { + margin-right: 7.875rem !important; + } + .me-lg-auto { + margin-right: auto !important; + } + .mb-lg-0 { + margin-bottom: 0rem !important; + } + .mb-lg-1 { + margin-bottom: 0.495rem !important; + } + .mb-lg-2 { + margin-bottom: 0.75rem !important; + } + .mb-lg-3 { + margin-bottom: 0.9975rem !important; + } + .mb-lg-4 { + margin-bottom: 1.5rem !important; + } + .mb-lg-5 { + margin-bottom: 2.1255rem !important; + } + .mb-lg-6 { + margin-bottom: 3rem !important; + } + .mb-lg-7 { + margin-bottom: 3.9975rem !important; + } + .mb-lg-8 { + margin-bottom: 4.5rem !important; + } + .mb-lg-9 { + margin-bottom: 6rem !important; + } + .mb-lg-10 { + margin-bottom: 7.875rem !important; + } + .mb-lg-auto { + margin-bottom: auto !important; + } + .ms-lg-0 { + margin-left: 0rem !important; + } + .ms-lg-1 { + margin-left: 0.495rem !important; + } + .ms-lg-2 { + margin-left: 0.75rem !important; + } + .ms-lg-3 { + margin-left: 0.9975rem !important; + } + .ms-lg-4 { + margin-left: 1.5rem !important; + } + .ms-lg-5 { + margin-left: 2.1255rem !important; + } + .ms-lg-6 { + margin-left: 3rem !important; + } + .ms-lg-7 { + margin-left: 3.9975rem !important; + } + .ms-lg-8 { + margin-left: 4.5rem !important; + } + .ms-lg-9 { + margin-left: 6rem !important; + } + .ms-lg-10 { + margin-left: 7.875rem !important; + } + .ms-lg-auto { + margin-left: auto !important; + } + .p-lg-0 { + padding: 0rem !important; + } + .p-lg-1 { + padding: 0.495rem !important; + } + .p-lg-2 { + padding: 0.75rem !important; + } + .p-lg-3 { + padding: 0.9975rem !important; + } + .p-lg-4 { + padding: 1.5rem !important; + } + .p-lg-5 { + padding: 2.1255rem !important; + } + .p-lg-6 { + padding: 3rem !important; + } + .p-lg-7 { + padding: 3.9975rem !important; + } + .p-lg-8 { + padding: 4.5rem !important; + } + .p-lg-9 { + padding: 6rem !important; + } + .p-lg-10 { + padding: 7.875rem !important; + } + .px-lg-0 { + padding-right: 0rem !important; + padding-left: 0rem !important; + } + .px-lg-1 { + padding-right: 0.495rem !important; + padding-left: 0.495rem !important; + } + .px-lg-2 { + padding-right: 0.75rem !important; + padding-left: 0.75rem !important; + } + .px-lg-3 { + padding-right: 0.9975rem !important; + padding-left: 0.9975rem !important; + } + .px-lg-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + .px-lg-5 { + padding-right: 2.1255rem !important; + padding-left: 2.1255rem !important; + } + .px-lg-6 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + .px-lg-7 { + padding-right: 3.9975rem !important; + padding-left: 3.9975rem !important; + } + .px-lg-8 { + padding-right: 4.5rem !important; + padding-left: 4.5rem !important; + } + .px-lg-9 { + padding-right: 6rem !important; + padding-left: 6rem !important; + } + .px-lg-10 { + padding-right: 7.875rem !important; + padding-left: 7.875rem !important; + } + .py-lg-0 { + padding-top: 0rem !important; + padding-bottom: 0rem !important; + } + .py-lg-1 { + padding-top: 0.495rem !important; + padding-bottom: 0.495rem !important; + } + .py-lg-2 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; + } + .py-lg-3 { + padding-top: 0.9975rem !important; + padding-bottom: 0.9975rem !important; + } + .py-lg-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .py-lg-5 { + padding-top: 2.1255rem !important; + padding-bottom: 2.1255rem !important; + } + .py-lg-6 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .py-lg-7 { + padding-top: 3.9975rem !important; + padding-bottom: 3.9975rem !important; + } + .py-lg-8 { + padding-top: 4.5rem !important; + padding-bottom: 4.5rem !important; + } + .py-lg-9 { + padding-top: 6rem !important; + padding-bottom: 6rem !important; + } + .py-lg-10 { + padding-top: 7.875rem !important; + padding-bottom: 7.875rem !important; + } + .pt-lg-0 { + padding-top: 0rem !important; + } + .pt-lg-1 { + padding-top: 0.495rem !important; + } + .pt-lg-2 { + padding-top: 0.75rem !important; + } + .pt-lg-3 { + padding-top: 0.9975rem !important; + } + .pt-lg-4 { + padding-top: 1.5rem !important; + } + .pt-lg-5 { + padding-top: 2.1255rem !important; + } + .pt-lg-6 { + padding-top: 3rem !important; + } + .pt-lg-7 { + padding-top: 3.9975rem !important; + } + .pt-lg-8 { + padding-top: 4.5rem !important; + } + .pt-lg-9 { + padding-top: 6rem !important; + } + .pt-lg-10 { + padding-top: 7.875rem !important; + } + .pe-lg-0 { + padding-right: 0rem !important; + } + .pe-lg-1 { + padding-right: 0.495rem !important; + } + .pe-lg-2 { + padding-right: 0.75rem !important; + } + .pe-lg-3 { + padding-right: 0.9975rem !important; + } + .pe-lg-4 { + padding-right: 1.5rem !important; + } + .pe-lg-5 { + padding-right: 2.1255rem !important; + } + .pe-lg-6 { + padding-right: 3rem !important; + } + .pe-lg-7 { + padding-right: 3.9975rem !important; + } + .pe-lg-8 { + padding-right: 4.5rem !important; + } + .pe-lg-9 { + padding-right: 6rem !important; + } + .pe-lg-10 { + padding-right: 7.875rem !important; + } + .pb-lg-0 { + padding-bottom: 0rem !important; + } + .pb-lg-1 { + padding-bottom: 0.495rem !important; + } + .pb-lg-2 { + padding-bottom: 0.75rem !important; + } + .pb-lg-3 { + padding-bottom: 0.9975rem !important; + } + .pb-lg-4 { + padding-bottom: 1.5rem !important; + } + .pb-lg-5 { + padding-bottom: 2.1255rem !important; + } + .pb-lg-6 { + padding-bottom: 3rem !important; + } + .pb-lg-7 { + padding-bottom: 3.9975rem !important; + } + .pb-lg-8 { + padding-bottom: 4.5rem !important; + } + .pb-lg-9 { + padding-bottom: 6rem !important; + } + .pb-lg-10 { + padding-bottom: 7.875rem !important; + } + .ps-lg-0 { + padding-left: 0rem !important; + } + .ps-lg-1 { + padding-left: 0.495rem !important; + } + .ps-lg-2 { + padding-left: 0.75rem !important; + } + .ps-lg-3 { + padding-left: 0.9975rem !important; + } + .ps-lg-4 { + padding-left: 1.5rem !important; + } + .ps-lg-5 { + padding-left: 2.1255rem !important; + } + .ps-lg-6 { + padding-left: 3rem !important; + } + .ps-lg-7 { + padding-left: 3.9975rem !important; + } + .ps-lg-8 { + padding-left: 4.5rem !important; + } + .ps-lg-9 { + padding-left: 6rem !important; + } + .ps-lg-10 { + padding-left: 7.875rem !important; + } + .gap-lg-0 { + gap: 0rem !important; + } + .gap-lg-1 { + gap: 0.495rem !important; + } + .gap-lg-2 { + gap: 0.75rem !important; + } + .gap-lg-3 { + gap: 0.9975rem !important; + } + .gap-lg-4 { + gap: 1.5rem !important; + } + .gap-lg-5 { + gap: 2.1255rem !important; + } + .gap-lg-6 { + gap: 3rem !important; + } + .gap-lg-7 { + gap: 3.9975rem !important; + } + .gap-lg-8 { + gap: 4.5rem !important; + } + .gap-lg-9 { + gap: 6rem !important; + } + .gap-lg-10 { + gap: 7.875rem !important; + } + .row-gap-lg-0 { + row-gap: 0rem !important; + } + .row-gap-lg-1 { + row-gap: 0.495rem !important; + } + .row-gap-lg-2 { + row-gap: 0.75rem !important; + } + .row-gap-lg-3 { + row-gap: 0.9975rem !important; + } + .row-gap-lg-4 { + row-gap: 1.5rem !important; + } + .row-gap-lg-5 { + row-gap: 2.1255rem !important; + } + .row-gap-lg-6 { + row-gap: 3rem !important; + } + .row-gap-lg-7 { + row-gap: 3.9975rem !important; + } + .row-gap-lg-8 { + row-gap: 4.5rem !important; + } + .row-gap-lg-9 { + row-gap: 6rem !important; + } + .row-gap-lg-10 { + row-gap: 7.875rem !important; + } + .column-gap-lg-0 { + -moz-column-gap: 0rem !important; + column-gap: 0rem !important; + } + .column-gap-lg-1 { + -moz-column-gap: 0.495rem !important; + column-gap: 0.495rem !important; + } + .column-gap-lg-2 { + -moz-column-gap: 0.75rem !important; + column-gap: 0.75rem !important; + } + .column-gap-lg-3 { + -moz-column-gap: 0.9975rem !important; + column-gap: 0.9975rem !important; + } + .column-gap-lg-4 { + -moz-column-gap: 1.5rem !important; + column-gap: 1.5rem !important; + } + .column-gap-lg-5 { + -moz-column-gap: 2.1255rem !important; + column-gap: 2.1255rem !important; + } + .column-gap-lg-6 { + -moz-column-gap: 3rem !important; + column-gap: 3rem !important; + } + .column-gap-lg-7 { + -moz-column-gap: 3.9975rem !important; + column-gap: 3.9975rem !important; + } + .column-gap-lg-8 { + -moz-column-gap: 4.5rem !important; + column-gap: 4.5rem !important; + } + .column-gap-lg-9 { + -moz-column-gap: 6rem !important; + column-gap: 6rem !important; + } + .column-gap-lg-10 { + -moz-column-gap: 7.875rem !important; + column-gap: 7.875rem !important; + } + .text-lg-start { + text-align: left !important; + } + .text-lg-end { + text-align: right !important; + } + .text-lg-center { + text-align: center !important; + } +} +@media (min-width: 1200px) { + .float-xl-start { + float: left !important; + } + .float-xl-end { + float: right !important; + } + .float-xl-none { + float: none !important; + } + .object-fit-xl-contain { + -o-object-fit: contain !important; + object-fit: contain !important; + } + .object-fit-xl-cover { + -o-object-fit: cover !important; + object-fit: cover !important; + } + .object-fit-xl-fill { + -o-object-fit: fill !important; + object-fit: fill !important; + } + .object-fit-xl-scale { + -o-object-fit: scale-down !important; + object-fit: scale-down !important; + } + .object-fit-xl-none { + -o-object-fit: none !important; + object-fit: none !important; + } + .d-xl-inline { + display: inline !important; + } + .d-xl-inline-block { + display: inline-block !important; + } + .d-xl-block { + display: block !important; + } + .d-xl-grid { + display: grid !important; + } + .d-xl-inline-grid { + display: inline-grid !important; + } + .d-xl-table { + display: table !important; + } + .d-xl-table-row { + display: table-row !important; + } + .d-xl-table-cell { + display: table-cell !important; + } + .d-xl-flex { + display: flex !important; + } + .d-xl-inline-flex { + display: inline-flex !important; + } + .d-xl-none { + display: none !important; + } + .flex-xl-fill { + flex: 1 1 auto !important; + } + .flex-xl-row { + flex-direction: row !important; + } + .flex-xl-column { + flex-direction: column !important; + } + .flex-xl-row-reverse { + flex-direction: row-reverse !important; + } + .flex-xl-column-reverse { + flex-direction: column-reverse !important; + } + .flex-xl-grow-0 { + flex-grow: 0 !important; + } + .flex-xl-grow-1 { + flex-grow: 1 !important; + } + .flex-xl-shrink-0 { + flex-shrink: 0 !important; + } + .flex-xl-shrink-1 { + flex-shrink: 1 !important; + } + .flex-xl-wrap { + flex-wrap: wrap !important; + } + .flex-xl-nowrap { + flex-wrap: nowrap !important; + } + .flex-xl-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .justify-content-xl-start { + justify-content: flex-start !important; + } + .justify-content-xl-end { + justify-content: flex-end !important; + } + .justify-content-xl-center { + justify-content: center !important; + } + .justify-content-xl-between { + justify-content: space-between !important; + } + .justify-content-xl-around { + justify-content: space-around !important; + } + .justify-content-xl-evenly { + justify-content: space-evenly !important; + } + .align-items-xl-start { + align-items: flex-start !important; + } + .align-items-xl-end { + align-items: flex-end !important; + } + .align-items-xl-center { + align-items: center !important; + } + .align-items-xl-baseline { + align-items: baseline !important; + } + .align-items-xl-stretch { + align-items: stretch !important; + } + .align-content-xl-start { + align-content: flex-start !important; + } + .align-content-xl-end { + align-content: flex-end !important; + } + .align-content-xl-center { + align-content: center !important; + } + .align-content-xl-between { + align-content: space-between !important; + } + .align-content-xl-around { + align-content: space-around !important; + } + .align-content-xl-stretch { + align-content: stretch !important; + } + .align-self-xl-auto { + align-self: auto !important; + } + .align-self-xl-start { + align-self: flex-start !important; + } + .align-self-xl-end { + align-self: flex-end !important; + } + .align-self-xl-center { + align-self: center !important; + } + .align-self-xl-baseline { + align-self: baseline !important; + } + .align-self-xl-stretch { + align-self: stretch !important; + } + .order-xl-first { + order: -1 !important; + } + .order-xl-0 { + order: 0 !important; + } + .order-xl-1 { + order: 1 !important; + } + .order-xl-2 { + order: 2 !important; + } + .order-xl-3 { + order: 3 !important; + } + .order-xl-4 { + order: 4 !important; + } + .order-xl-5 { + order: 5 !important; + } + .order-xl-last { + order: 6 !important; + } + .m-xl-0 { + margin: 0rem !important; + } + .m-xl-1 { + margin: 0.495rem !important; + } + .m-xl-2 { + margin: 0.75rem !important; + } + .m-xl-3 { + margin: 0.9975rem !important; + } + .m-xl-4 { + margin: 1.5rem !important; + } + .m-xl-5 { + margin: 2.1255rem !important; + } + .m-xl-6 { + margin: 3rem !important; + } + .m-xl-7 { + margin: 3.9975rem !important; + } + .m-xl-8 { + margin: 4.5rem !important; + } + .m-xl-9 { + margin: 6rem !important; + } + .m-xl-10 { + margin: 7.875rem !important; + } + .m-xl-auto { + margin: auto !important; + } + .mx-xl-0 { + margin-right: 0rem !important; + margin-left: 0rem !important; + } + .mx-xl-1 { + margin-right: 0.495rem !important; + margin-left: 0.495rem !important; + } + .mx-xl-2 { + margin-right: 0.75rem !important; + margin-left: 0.75rem !important; + } + .mx-xl-3 { + margin-right: 0.9975rem !important; + margin-left: 0.9975rem !important; + } + .mx-xl-4 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + .mx-xl-5 { + margin-right: 2.1255rem !important; + margin-left: 2.1255rem !important; + } + .mx-xl-6 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + .mx-xl-7 { + margin-right: 3.9975rem !important; + margin-left: 3.9975rem !important; + } + .mx-xl-8 { + margin-right: 4.5rem !important; + margin-left: 4.5rem !important; + } + .mx-xl-9 { + margin-right: 6rem !important; + margin-left: 6rem !important; + } + .mx-xl-10 { + margin-right: 7.875rem !important; + margin-left: 7.875rem !important; + } + .mx-xl-auto { + margin-right: auto !important; + margin-left: auto !important; + } + .my-xl-0 { + margin-top: 0rem !important; + margin-bottom: 0rem !important; + } + .my-xl-1 { + margin-top: 0.495rem !important; + margin-bottom: 0.495rem !important; + } + .my-xl-2 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; + } + .my-xl-3 { + margin-top: 0.9975rem !important; + margin-bottom: 0.9975rem !important; + } + .my-xl-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .my-xl-5 { + margin-top: 2.1255rem !important; + margin-bottom: 2.1255rem !important; + } + .my-xl-6 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .my-xl-7 { + margin-top: 3.9975rem !important; + margin-bottom: 3.9975rem !important; + } + .my-xl-8 { + margin-top: 4.5rem !important; + margin-bottom: 4.5rem !important; + } + .my-xl-9 { + margin-top: 6rem !important; + margin-bottom: 6rem !important; + } + .my-xl-10 { + margin-top: 7.875rem !important; + margin-bottom: 7.875rem !important; + } + .my-xl-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } + .mt-xl-0 { + margin-top: 0rem !important; + } + .mt-xl-1 { + margin-top: 0.495rem !important; + } + .mt-xl-2 { + margin-top: 0.75rem !important; + } + .mt-xl-3 { + margin-top: 0.9975rem !important; + } + .mt-xl-4 { + margin-top: 1.5rem !important; + } + .mt-xl-5 { + margin-top: 2.1255rem !important; + } + .mt-xl-6 { + margin-top: 3rem !important; + } + .mt-xl-7 { + margin-top: 3.9975rem !important; + } + .mt-xl-8 { + margin-top: 4.5rem !important; + } + .mt-xl-9 { + margin-top: 6rem !important; + } + .mt-xl-10 { + margin-top: 7.875rem !important; + } + .mt-xl-auto { + margin-top: auto !important; + } + .me-xl-0 { + margin-right: 0rem !important; + } + .me-xl-1 { + margin-right: 0.495rem !important; + } + .me-xl-2 { + margin-right: 0.75rem !important; + } + .me-xl-3 { + margin-right: 0.9975rem !important; + } + .me-xl-4 { + margin-right: 1.5rem !important; + } + .me-xl-5 { + margin-right: 2.1255rem !important; + } + .me-xl-6 { + margin-right: 3rem !important; + } + .me-xl-7 { + margin-right: 3.9975rem !important; + } + .me-xl-8 { + margin-right: 4.5rem !important; + } + .me-xl-9 { + margin-right: 6rem !important; + } + .me-xl-10 { + margin-right: 7.875rem !important; + } + .me-xl-auto { + margin-right: auto !important; + } + .mb-xl-0 { + margin-bottom: 0rem !important; + } + .mb-xl-1 { + margin-bottom: 0.495rem !important; + } + .mb-xl-2 { + margin-bottom: 0.75rem !important; + } + .mb-xl-3 { + margin-bottom: 0.9975rem !important; + } + .mb-xl-4 { + margin-bottom: 1.5rem !important; + } + .mb-xl-5 { + margin-bottom: 2.1255rem !important; + } + .mb-xl-6 { + margin-bottom: 3rem !important; + } + .mb-xl-7 { + margin-bottom: 3.9975rem !important; + } + .mb-xl-8 { + margin-bottom: 4.5rem !important; + } + .mb-xl-9 { + margin-bottom: 6rem !important; + } + .mb-xl-10 { + margin-bottom: 7.875rem !important; + } + .mb-xl-auto { + margin-bottom: auto !important; + } + .ms-xl-0 { + margin-left: 0rem !important; + } + .ms-xl-1 { + margin-left: 0.495rem !important; + } + .ms-xl-2 { + margin-left: 0.75rem !important; + } + .ms-xl-3 { + margin-left: 0.9975rem !important; + } + .ms-xl-4 { + margin-left: 1.5rem !important; + } + .ms-xl-5 { + margin-left: 2.1255rem !important; + } + .ms-xl-6 { + margin-left: 3rem !important; + } + .ms-xl-7 { + margin-left: 3.9975rem !important; + } + .ms-xl-8 { + margin-left: 4.5rem !important; + } + .ms-xl-9 { + margin-left: 6rem !important; + } + .ms-xl-10 { + margin-left: 7.875rem !important; + } + .ms-xl-auto { + margin-left: auto !important; + } + .p-xl-0 { + padding: 0rem !important; + } + .p-xl-1 { + padding: 0.495rem !important; + } + .p-xl-2 { + padding: 0.75rem !important; + } + .p-xl-3 { + padding: 0.9975rem !important; + } + .p-xl-4 { + padding: 1.5rem !important; + } + .p-xl-5 { + padding: 2.1255rem !important; + } + .p-xl-6 { + padding: 3rem !important; + } + .p-xl-7 { + padding: 3.9975rem !important; + } + .p-xl-8 { + padding: 4.5rem !important; + } + .p-xl-9 { + padding: 6rem !important; + } + .p-xl-10 { + padding: 7.875rem !important; + } + .px-xl-0 { + padding-right: 0rem !important; + padding-left: 0rem !important; + } + .px-xl-1 { + padding-right: 0.495rem !important; + padding-left: 0.495rem !important; + } + .px-xl-2 { + padding-right: 0.75rem !important; + padding-left: 0.75rem !important; + } + .px-xl-3 { + padding-right: 0.9975rem !important; + padding-left: 0.9975rem !important; + } + .px-xl-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + .px-xl-5 { + padding-right: 2.1255rem !important; + padding-left: 2.1255rem !important; + } + .px-xl-6 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + .px-xl-7 { + padding-right: 3.9975rem !important; + padding-left: 3.9975rem !important; + } + .px-xl-8 { + padding-right: 4.5rem !important; + padding-left: 4.5rem !important; + } + .px-xl-9 { + padding-right: 6rem !important; + padding-left: 6rem !important; + } + .px-xl-10 { + padding-right: 7.875rem !important; + padding-left: 7.875rem !important; + } + .py-xl-0 { + padding-top: 0rem !important; + padding-bottom: 0rem !important; + } + .py-xl-1 { + padding-top: 0.495rem !important; + padding-bottom: 0.495rem !important; + } + .py-xl-2 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; + } + .py-xl-3 { + padding-top: 0.9975rem !important; + padding-bottom: 0.9975rem !important; + } + .py-xl-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .py-xl-5 { + padding-top: 2.1255rem !important; + padding-bottom: 2.1255rem !important; + } + .py-xl-6 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .py-xl-7 { + padding-top: 3.9975rem !important; + padding-bottom: 3.9975rem !important; + } + .py-xl-8 { + padding-top: 4.5rem !important; + padding-bottom: 4.5rem !important; + } + .py-xl-9 { + padding-top: 6rem !important; + padding-bottom: 6rem !important; + } + .py-xl-10 { + padding-top: 7.875rem !important; + padding-bottom: 7.875rem !important; + } + .pt-xl-0 { + padding-top: 0rem !important; + } + .pt-xl-1 { + padding-top: 0.495rem !important; + } + .pt-xl-2 { + padding-top: 0.75rem !important; + } + .pt-xl-3 { + padding-top: 0.9975rem !important; + } + .pt-xl-4 { + padding-top: 1.5rem !important; + } + .pt-xl-5 { + padding-top: 2.1255rem !important; + } + .pt-xl-6 { + padding-top: 3rem !important; + } + .pt-xl-7 { + padding-top: 3.9975rem !important; + } + .pt-xl-8 { + padding-top: 4.5rem !important; + } + .pt-xl-9 { + padding-top: 6rem !important; + } + .pt-xl-10 { + padding-top: 7.875rem !important; + } + .pe-xl-0 { + padding-right: 0rem !important; + } + .pe-xl-1 { + padding-right: 0.495rem !important; + } + .pe-xl-2 { + padding-right: 0.75rem !important; + } + .pe-xl-3 { + padding-right: 0.9975rem !important; + } + .pe-xl-4 { + padding-right: 1.5rem !important; + } + .pe-xl-5 { + padding-right: 2.1255rem !important; + } + .pe-xl-6 { + padding-right: 3rem !important; + } + .pe-xl-7 { + padding-right: 3.9975rem !important; + } + .pe-xl-8 { + padding-right: 4.5rem !important; + } + .pe-xl-9 { + padding-right: 6rem !important; + } + .pe-xl-10 { + padding-right: 7.875rem !important; + } + .pb-xl-0 { + padding-bottom: 0rem !important; + } + .pb-xl-1 { + padding-bottom: 0.495rem !important; + } + .pb-xl-2 { + padding-bottom: 0.75rem !important; + } + .pb-xl-3 { + padding-bottom: 0.9975rem !important; + } + .pb-xl-4 { + padding-bottom: 1.5rem !important; + } + .pb-xl-5 { + padding-bottom: 2.1255rem !important; + } + .pb-xl-6 { + padding-bottom: 3rem !important; + } + .pb-xl-7 { + padding-bottom: 3.9975rem !important; + } + .pb-xl-8 { + padding-bottom: 4.5rem !important; + } + .pb-xl-9 { + padding-bottom: 6rem !important; + } + .pb-xl-10 { + padding-bottom: 7.875rem !important; + } + .ps-xl-0 { + padding-left: 0rem !important; + } + .ps-xl-1 { + padding-left: 0.495rem !important; + } + .ps-xl-2 { + padding-left: 0.75rem !important; + } + .ps-xl-3 { + padding-left: 0.9975rem !important; + } + .ps-xl-4 { + padding-left: 1.5rem !important; + } + .ps-xl-5 { + padding-left: 2.1255rem !important; + } + .ps-xl-6 { + padding-left: 3rem !important; + } + .ps-xl-7 { + padding-left: 3.9975rem !important; + } + .ps-xl-8 { + padding-left: 4.5rem !important; + } + .ps-xl-9 { + padding-left: 6rem !important; + } + .ps-xl-10 { + padding-left: 7.875rem !important; + } + .gap-xl-0 { + gap: 0rem !important; + } + .gap-xl-1 { + gap: 0.495rem !important; + } + .gap-xl-2 { + gap: 0.75rem !important; + } + .gap-xl-3 { + gap: 0.9975rem !important; + } + .gap-xl-4 { + gap: 1.5rem !important; + } + .gap-xl-5 { + gap: 2.1255rem !important; + } + .gap-xl-6 { + gap: 3rem !important; + } + .gap-xl-7 { + gap: 3.9975rem !important; + } + .gap-xl-8 { + gap: 4.5rem !important; + } + .gap-xl-9 { + gap: 6rem !important; + } + .gap-xl-10 { + gap: 7.875rem !important; + } + .row-gap-xl-0 { + row-gap: 0rem !important; + } + .row-gap-xl-1 { + row-gap: 0.495rem !important; + } + .row-gap-xl-2 { + row-gap: 0.75rem !important; + } + .row-gap-xl-3 { + row-gap: 0.9975rem !important; + } + .row-gap-xl-4 { + row-gap: 1.5rem !important; + } + .row-gap-xl-5 { + row-gap: 2.1255rem !important; + } + .row-gap-xl-6 { + row-gap: 3rem !important; + } + .row-gap-xl-7 { + row-gap: 3.9975rem !important; + } + .row-gap-xl-8 { + row-gap: 4.5rem !important; + } + .row-gap-xl-9 { + row-gap: 6rem !important; + } + .row-gap-xl-10 { + row-gap: 7.875rem !important; + } + .column-gap-xl-0 { + -moz-column-gap: 0rem !important; + column-gap: 0rem !important; + } + .column-gap-xl-1 { + -moz-column-gap: 0.495rem !important; + column-gap: 0.495rem !important; + } + .column-gap-xl-2 { + -moz-column-gap: 0.75rem !important; + column-gap: 0.75rem !important; + } + .column-gap-xl-3 { + -moz-column-gap: 0.9975rem !important; + column-gap: 0.9975rem !important; + } + .column-gap-xl-4 { + -moz-column-gap: 1.5rem !important; + column-gap: 1.5rem !important; + } + .column-gap-xl-5 { + -moz-column-gap: 2.1255rem !important; + column-gap: 2.1255rem !important; + } + .column-gap-xl-6 { + -moz-column-gap: 3rem !important; + column-gap: 3rem !important; + } + .column-gap-xl-7 { + -moz-column-gap: 3.9975rem !important; + column-gap: 3.9975rem !important; + } + .column-gap-xl-8 { + -moz-column-gap: 4.5rem !important; + column-gap: 4.5rem !important; + } + .column-gap-xl-9 { + -moz-column-gap: 6rem !important; + column-gap: 6rem !important; + } + .column-gap-xl-10 { + -moz-column-gap: 7.875rem !important; + column-gap: 7.875rem !important; + } + .text-xl-start { + text-align: left !important; + } + .text-xl-end { + text-align: right !important; + } + .text-xl-center { + text-align: center !important; + } +} +@media (min-width: 1200px) { + .fs-1 { + font-size: 2.125rem !important; + } + .fs-2 { + font-size: 2.125rem !important; + } + .fs-3 { + font-size: 1.5rem !important; + } +} +@media print { + .d-print-inline { + display: inline !important; + } + .d-print-inline-block { + display: inline-block !important; + } + .d-print-block { + display: block !important; + } + .d-print-grid { + display: grid !important; + } + .d-print-inline-grid { + display: inline-grid !important; + } + .d-print-table { + display: table !important; + } + .d-print-table-row { + display: table-row !important; + } + .d-print-table-cell { + display: table-cell !important; + } + .d-print-flex { + display: flex !important; + } + .d-print-inline-flex { + display: inline-flex !important; + } + .d-print-none { + display: none !important; + } +} .apigee-m10n-prepaid-balance-wrapper h3 { margin-bottom: 1.5rem; } diff --git a/themes/custom/apigee_kickstart/assets/css/apigee-kickstart.monetization.css b/themes/custom/apigee_kickstart/assets/css/apigee-kickstart.monetization.css index 7e5ab772..215f5a80 100644 --- a/themes/custom/apigee_kickstart/assets/css/apigee-kickstart.monetization.css +++ b/themes/custom/apigee_kickstart/assets/css/apigee-kickstart.monetization.css @@ -1,3 +1,6157 @@ +.clearfix::after { + display: block; + clear: both; + content: ""; +} + +.text-bg-primary { + color: #000 !important; + background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important; +} + +.text-bg-secondary { + color: #000 !important; + background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important; +} + +.text-bg-success { + color: #000 !important; + background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important; +} + +.text-bg-info { + color: #000 !important; + background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important; +} + +.text-bg-warning { + color: #000 !important; + background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important; +} + +.text-bg-danger { + color: #fff !important; + background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important; +} + +.text-bg-light { + color: #000 !important; + background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important; +} + +.text-bg-lighter { + color: #000 !important; + background-color: RGBA(var(--bs-lighter-rgb), var(--bs-bg-opacity, 1)) !important; +} + +.text-bg-dark { + color: #fff !important; + background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important; +} + +.link-primary { + color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important; +} +.link-primary:hover, .link-primary:focus { + color: RGBA(77, 171, 245, var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(77, 171, 245, var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(77, 171, 245, var(--bs-link-underline-opacity, 1)) !important; +} + +.link-secondary { + color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important; +} +.link-secondary:hover, .link-secondary:focus { + color: RGBA(147, 147, 147, var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(147, 147, 147, var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(147, 147, 147, var(--bs-link-underline-opacity, 1)) !important; +} + +.link-success { + color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important; +} +.link-success:hover, .link-success:focus { + color: RGBA(117, 203, 138, var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(117, 203, 138, var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(117, 203, 138, var(--bs-link-underline-opacity, 1)) !important; +} + +.link-info { + color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important; +} +.link-info:hover, .link-info:focus { + color: RGBA(69, 181, 198, var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(69, 181, 198, var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(69, 181, 198, var(--bs-link-underline-opacity, 1)) !important; +} + +.link-warning { + color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important; +} +.link-warning:hover, .link-warning:focus { + color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important; +} + +.link-danger { + color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important; +} +.link-danger:hover, .link-danger:focus { + color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important; +} + +.link-light { + color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important; +} +.link-light:hover, .link-light:focus { + color: RGBA(243, 243, 243, var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(243, 243, 243, var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(243, 243, 243, var(--bs-link-underline-opacity, 1)) !important; +} + +.link-lighter { + color: RGBA(var(--bs-lighter-rgb), var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(var(--bs-lighter-rgb), var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(var(--bs-lighter-rgb), var(--bs-link-underline-opacity, 1)) !important; +} +.link-lighter:hover, .link-lighter:focus { + color: RGBA(250, 250, 250, var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(250, 250, 250, var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(250, 250, 250, var(--bs-link-underline-opacity, 1)) !important; +} + +.link-dark { + color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important; +} +.link-dark:hover, .link-dark:focus { + color: RGBA(64, 64, 64, var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(64, 64, 64, var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(64, 64, 64, var(--bs-link-underline-opacity, 1)) !important; +} + +.link-body-emphasis { + color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important; +} +.link-body-emphasis:hover, .link-body-emphasis:focus { + color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important; + -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important; + text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important; +} + +.focus-ring:focus { + outline: 0; + box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color); +} + +.icon-link { + display: inline-flex; + gap: 0.375rem; + align-items: center; + -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5)); + text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5)); + text-underline-offset: 0.25em; + backface-visibility: hidden; +} +.icon-link > .bi { + flex-shrink: 0; + width: 1em; + height: 1em; + fill: currentcolor; + transition: 0.2s ease-in-out transform; +} +@media (prefers-reduced-motion: reduce) { + .icon-link > .bi { + transition: none; + } +} + +.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi { + transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0)); +} + +.ratio { + position: relative; + width: 100%; +} +.ratio::before { + display: block; + padding-top: var(--bs-aspect-ratio); + content: ""; +} +.ratio > * { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; +} + +.ratio-1x1 { + --bs-aspect-ratio: 100%; +} + +.ratio-4x3 { + --bs-aspect-ratio: 75%; +} + +.ratio-16x9 { + --bs-aspect-ratio: 56.25%; +} + +.ratio-21x9 { + --bs-aspect-ratio: 42.8571428571%; +} + +.fixed-top { + position: fixed; + top: 0; + right: 0; + left: 0; + z-index: 1030; +} + +.fixed-bottom { + position: fixed; + right: 0; + bottom: 0; + left: 0; + z-index: 1030; +} + +.sticky-top { + position: sticky; + top: 0; + z-index: 1020; +} + +.sticky-bottom { + position: sticky; + bottom: 0; + z-index: 1020; +} + +@media (min-width: 576px) { + .sticky-sm-top { + position: sticky; + top: 0; + z-index: 1020; + } + .sticky-sm-bottom { + position: sticky; + bottom: 0; + z-index: 1020; + } +} +@media (min-width: 768px) { + .sticky-md-top { + position: sticky; + top: 0; + z-index: 1020; + } + .sticky-md-bottom { + position: sticky; + bottom: 0; + z-index: 1020; + } +} +@media (min-width: 992px) { + .sticky-lg-top { + position: sticky; + top: 0; + z-index: 1020; + } + .sticky-lg-bottom { + position: sticky; + bottom: 0; + z-index: 1020; + } +} +@media (min-width: 1200px) { + .sticky-xl-top { + position: sticky; + top: 0; + z-index: 1020; + } + .sticky-xl-bottom { + position: sticky; + bottom: 0; + z-index: 1020; + } +} +.hstack { + display: flex; + flex-direction: row; + align-items: center; + align-self: stretch; +} + +.vstack { + display: flex; + flex: 1 1 auto; + flex-direction: column; + align-self: stretch; +} + +.visually-hidden, +.visually-hidden-focusable:not(:focus):not(:focus-within) { + width: 1px !important; + height: 1px !important; + padding: 0 !important; + margin: -1px !important; + overflow: hidden !important; + clip: rect(0, 0, 0, 0) !important; + white-space: nowrap !important; + border: 0 !important; +} +.visually-hidden:not(caption), +.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) { + position: absolute !important; +} + +.stretched-link::after { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1; + content: ""; +} + +.text-truncate { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.vr { + display: inline-block; + align-self: stretch; + width: var(--bs-border-width); + min-height: 1em; + background-color: currentcolor; + opacity: 1; +} + +.align-baseline { + vertical-align: baseline !important; +} + +.align-top { + vertical-align: top !important; +} + +.align-middle { + vertical-align: middle !important; +} + +.align-bottom { + vertical-align: bottom !important; +} + +.align-text-bottom { + vertical-align: text-bottom !important; +} + +.align-text-top { + vertical-align: text-top !important; +} + +.float-start { + float: left !important; +} + +.float-end { + float: right !important; +} + +.float-none { + float: none !important; +} + +.object-fit-contain { + -o-object-fit: contain !important; + object-fit: contain !important; +} + +.object-fit-cover { + -o-object-fit: cover !important; + object-fit: cover !important; +} + +.object-fit-fill { + -o-object-fit: fill !important; + object-fit: fill !important; +} + +.object-fit-scale { + -o-object-fit: scale-down !important; + object-fit: scale-down !important; +} + +.object-fit-none { + -o-object-fit: none !important; + object-fit: none !important; +} + +.opacity-0 { + opacity: 0 !important; +} + +.opacity-25 { + opacity: 0.25 !important; +} + +.opacity-50 { + opacity: 0.5 !important; +} + +.opacity-75 { + opacity: 0.75 !important; +} + +.opacity-100 { + opacity: 1 !important; +} + +.overflow-auto { + overflow: auto !important; +} + +.overflow-hidden { + overflow: hidden !important; +} + +.overflow-visible { + overflow: visible !important; +} + +.overflow-scroll { + overflow: scroll !important; +} + +.overflow-x-auto { + overflow-x: auto !important; +} + +.overflow-x-hidden { + overflow-x: hidden !important; +} + +.overflow-x-visible { + overflow-x: visible !important; +} + +.overflow-x-scroll { + overflow-x: scroll !important; +} + +.overflow-y-auto { + overflow-y: auto !important; +} + +.overflow-y-hidden { + overflow-y: hidden !important; +} + +.overflow-y-visible { + overflow-y: visible !important; +} + +.overflow-y-scroll { + overflow-y: scroll !important; +} + +.d-inline { + display: inline !important; +} + +.d-inline-block { + display: inline-block !important; +} + +.d-block { + display: block !important; +} + +.d-grid { + display: grid !important; +} + +.d-inline-grid { + display: inline-grid !important; +} + +.d-table { + display: table !important; +} + +.d-table-row { + display: table-row !important; +} + +.d-table-cell { + display: table-cell !important; +} + +.d-flex { + display: flex !important; +} + +.d-inline-flex { + display: inline-flex !important; +} + +.d-none { + display: none !important; +} + +.shadow { + box-shadow: var(--bs-box-shadow) !important; +} + +.shadow-sm { + box-shadow: var(--bs-box-shadow-sm) !important; +} + +.shadow-lg { + box-shadow: var(--bs-box-shadow-lg) !important; +} + +.shadow-none { + box-shadow: none !important; +} + +.focus-ring-primary { + --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity)); +} + +.focus-ring-secondary { + --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity)); +} + +.focus-ring-success { + --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity)); +} + +.focus-ring-info { + --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity)); +} + +.focus-ring-warning { + --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity)); +} + +.focus-ring-danger { + --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity)); +} + +.focus-ring-light { + --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity)); +} + +.focus-ring-lighter { + --bs-focus-ring-color: rgba(var(--bs-lighter-rgb), var(--bs-focus-ring-opacity)); +} + +.focus-ring-dark { + --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity)); +} + +.position-static { + position: static !important; +} + +.position-relative { + position: relative !important; +} + +.position-absolute { + position: absolute !important; +} + +.position-fixed { + position: fixed !important; +} + +.position-sticky { + position: sticky !important; +} + +.top-0 { + top: 0 !important; +} + +.top-50 { + top: 50% !important; +} + +.top-100 { + top: 100% !important; +} + +.bottom-0 { + bottom: 0 !important; +} + +.bottom-50 { + bottom: 50% !important; +} + +.bottom-100 { + bottom: 100% !important; +} + +.start-0 { + left: 0 !important; +} + +.start-50 { + left: 50% !important; +} + +.start-100 { + left: 100% !important; +} + +.end-0 { + right: 0 !important; +} + +.end-50 { + right: 50% !important; +} + +.end-100 { + right: 100% !important; +} + +.translate-middle { + transform: translate(-50%, -50%) !important; +} + +.translate-middle-x { + transform: translateX(-50%) !important; +} + +.translate-middle-y { + transform: translateY(-50%) !important; +} + +.border { + border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; +} + +.border-0 { + border: 0 !important; +} + +.border-top { + border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; +} + +.border-top-0 { + border-top: 0 !important; +} + +.border-end { + border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; +} + +.border-end-0 { + border-right: 0 !important; +} + +.border-bottom { + border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; +} + +.border-bottom-0 { + border-bottom: 0 !important; +} + +.border-start { + border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; +} + +.border-start-0 { + border-left: 0 !important; +} + +.border-primary { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important; +} + +.border-secondary { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important; +} + +.border-success { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important; +} + +.border-info { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important; +} + +.border-warning { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important; +} + +.border-danger { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important; +} + +.border-light { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important; +} + +.border-lighter { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-lighter-rgb), var(--bs-border-opacity)) !important; +} + +.border-dark { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important; +} + +.border-black { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important; +} + +.border-white { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important; +} + +.border-primary-subtle { + border-color: var(--bs-primary-border-subtle) !important; +} + +.border-secondary-subtle { + border-color: var(--bs-secondary-border-subtle) !important; +} + +.border-success-subtle { + border-color: var(--bs-success-border-subtle) !important; +} + +.border-info-subtle { + border-color: var(--bs-info-border-subtle) !important; +} + +.border-warning-subtle { + border-color: var(--bs-warning-border-subtle) !important; +} + +.border-danger-subtle { + border-color: var(--bs-danger-border-subtle) !important; +} + +.border-light-subtle { + border-color: var(--bs-light-border-subtle) !important; +} + +.border-dark-subtle { + border-color: var(--bs-dark-border-subtle) !important; +} + +.border-1 { + border-width: 1px !important; +} + +.border-2 { + border-width: 2px !important; +} + +.border-3 { + border-width: 3px !important; +} + +.border-4 { + border-width: 4px !important; +} + +.border-5 { + border-width: 5px !important; +} + +.border-opacity-10 { + --bs-border-opacity: 0.1; +} + +.border-opacity-25 { + --bs-border-opacity: 0.25; +} + +.border-opacity-50 { + --bs-border-opacity: 0.5; +} + +.border-opacity-75 { + --bs-border-opacity: 0.75; +} + +.border-opacity-100 { + --bs-border-opacity: 1; +} + +.w-25 { + width: 25% !important; +} + +.w-50 { + width: 50% !important; +} + +.w-75 { + width: 75% !important; +} + +.w-100 { + width: 100% !important; +} + +.w-auto { + width: auto !important; +} + +.mw-100 { + max-width: 100% !important; +} + +.vw-100 { + width: 100vw !important; +} + +.min-vw-100 { + min-width: 100vw !important; +} + +.h-25 { + height: 25% !important; +} + +.h-50 { + height: 50% !important; +} + +.h-75 { + height: 75% !important; +} + +.h-100 { + height: 100% !important; +} + +.h-auto { + height: auto !important; +} + +.mh-100 { + max-height: 100% !important; +} + +.vh-100 { + height: 100vh !important; +} + +.min-vh-100 { + min-height: 100vh !important; +} + +.flex-fill { + flex: 1 1 auto !important; +} + +.flex-row { + flex-direction: row !important; +} + +.flex-column { + flex-direction: column !important; +} + +.flex-row-reverse { + flex-direction: row-reverse !important; +} + +.flex-column-reverse { + flex-direction: column-reverse !important; +} + +.flex-grow-0 { + flex-grow: 0 !important; +} + +.flex-grow-1 { + flex-grow: 1 !important; +} + +.flex-shrink-0 { + flex-shrink: 0 !important; +} + +.flex-shrink-1 { + flex-shrink: 1 !important; +} + +.flex-wrap { + flex-wrap: wrap !important; +} + +.flex-nowrap { + flex-wrap: nowrap !important; +} + +.flex-wrap-reverse { + flex-wrap: wrap-reverse !important; +} + +.justify-content-start { + justify-content: flex-start !important; +} + +.justify-content-end { + justify-content: flex-end !important; +} + +.justify-content-center { + justify-content: center !important; +} + +.justify-content-between { + justify-content: space-between !important; +} + +.justify-content-around { + justify-content: space-around !important; +} + +.justify-content-evenly { + justify-content: space-evenly !important; +} + +.align-items-start { + align-items: flex-start !important; +} + +.align-items-end { + align-items: flex-end !important; +} + +.align-items-center { + align-items: center !important; +} + +.align-items-baseline { + align-items: baseline !important; +} + +.align-items-stretch { + align-items: stretch !important; +} + +.align-content-start { + align-content: flex-start !important; +} + +.align-content-end { + align-content: flex-end !important; +} + +.align-content-center { + align-content: center !important; +} + +.align-content-between { + align-content: space-between !important; +} + +.align-content-around { + align-content: space-around !important; +} + +.align-content-stretch { + align-content: stretch !important; +} + +.align-self-auto { + align-self: auto !important; +} + +.align-self-start { + align-self: flex-start !important; +} + +.align-self-end { + align-self: flex-end !important; +} + +.align-self-center { + align-self: center !important; +} + +.align-self-baseline { + align-self: baseline !important; +} + +.align-self-stretch { + align-self: stretch !important; +} + +.order-first { + order: -1 !important; +} + +.order-0 { + order: 0 !important; +} + +.order-1 { + order: 1 !important; +} + +.order-2 { + order: 2 !important; +} + +.order-3 { + order: 3 !important; +} + +.order-4 { + order: 4 !important; +} + +.order-5 { + order: 5 !important; +} + +.order-last { + order: 6 !important; +} + +.m-0 { + margin: 0rem !important; +} + +.m-1 { + margin: 0.495rem !important; +} + +.m-2 { + margin: 0.75rem !important; +} + +.m-3 { + margin: 0.9975rem !important; +} + +.m-4 { + margin: 1.5rem !important; +} + +.m-5 { + margin: 2.1255rem !important; +} + +.m-6 { + margin: 3rem !important; +} + +.m-7 { + margin: 3.9975rem !important; +} + +.m-8 { + margin: 4.5rem !important; +} + +.m-9 { + margin: 6rem !important; +} + +.m-10 { + margin: 7.875rem !important; +} + +.m-auto { + margin: auto !important; +} + +.mx-0 { + margin-right: 0rem !important; + margin-left: 0rem !important; +} + +.mx-1 { + margin-right: 0.495rem !important; + margin-left: 0.495rem !important; +} + +.mx-2 { + margin-right: 0.75rem !important; + margin-left: 0.75rem !important; +} + +.mx-3 { + margin-right: 0.9975rem !important; + margin-left: 0.9975rem !important; +} + +.mx-4 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; +} + +.mx-5 { + margin-right: 2.1255rem !important; + margin-left: 2.1255rem !important; +} + +.mx-6 { + margin-right: 3rem !important; + margin-left: 3rem !important; +} + +.mx-7 { + margin-right: 3.9975rem !important; + margin-left: 3.9975rem !important; +} + +.mx-8 { + margin-right: 4.5rem !important; + margin-left: 4.5rem !important; +} + +.mx-9 { + margin-right: 6rem !important; + margin-left: 6rem !important; +} + +.mx-10 { + margin-right: 7.875rem !important; + margin-left: 7.875rem !important; +} + +.mx-auto { + margin-right: auto !important; + margin-left: auto !important; +} + +.my-0 { + margin-top: 0rem !important; + margin-bottom: 0rem !important; +} + +.my-1 { + margin-top: 0.495rem !important; + margin-bottom: 0.495rem !important; +} + +.my-2 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; +} + +.my-3 { + margin-top: 0.9975rem !important; + margin-bottom: 0.9975rem !important; +} + +.my-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; +} + +.my-5 { + margin-top: 2.1255rem !important; + margin-bottom: 2.1255rem !important; +} + +.my-6 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; +} + +.my-7 { + margin-top: 3.9975rem !important; + margin-bottom: 3.9975rem !important; +} + +.my-8 { + margin-top: 4.5rem !important; + margin-bottom: 4.5rem !important; +} + +.my-9 { + margin-top: 6rem !important; + margin-bottom: 6rem !important; +} + +.my-10 { + margin-top: 7.875rem !important; + margin-bottom: 7.875rem !important; +} + +.my-auto { + margin-top: auto !important; + margin-bottom: auto !important; +} + +.mt-0 { + margin-top: 0rem !important; +} + +.mt-1 { + margin-top: 0.495rem !important; +} + +.mt-2 { + margin-top: 0.75rem !important; +} + +.mt-3 { + margin-top: 0.9975rem !important; +} + +.mt-4 { + margin-top: 1.5rem !important; +} + +.mt-5 { + margin-top: 2.1255rem !important; +} + +.mt-6 { + margin-top: 3rem !important; +} + +.mt-7 { + margin-top: 3.9975rem !important; +} + +.mt-8 { + margin-top: 4.5rem !important; +} + +.mt-9 { + margin-top: 6rem !important; +} + +.mt-10 { + margin-top: 7.875rem !important; +} + +.mt-auto { + margin-top: auto !important; +} + +.me-0 { + margin-right: 0rem !important; +} + +.me-1 { + margin-right: 0.495rem !important; +} + +.me-2 { + margin-right: 0.75rem !important; +} + +.me-3 { + margin-right: 0.9975rem !important; +} + +.me-4 { + margin-right: 1.5rem !important; +} + +.me-5 { + margin-right: 2.1255rem !important; +} + +.me-6 { + margin-right: 3rem !important; +} + +.me-7 { + margin-right: 3.9975rem !important; +} + +.me-8 { + margin-right: 4.5rem !important; +} + +.me-9 { + margin-right: 6rem !important; +} + +.me-10 { + margin-right: 7.875rem !important; +} + +.me-auto { + margin-right: auto !important; +} + +.mb-0 { + margin-bottom: 0rem !important; +} + +.mb-1 { + margin-bottom: 0.495rem !important; +} + +.mb-2 { + margin-bottom: 0.75rem !important; +} + +.mb-3 { + margin-bottom: 0.9975rem !important; +} + +.mb-4 { + margin-bottom: 1.5rem !important; +} + +.mb-5 { + margin-bottom: 2.1255rem !important; +} + +.mb-6 { + margin-bottom: 3rem !important; +} + +.mb-7 { + margin-bottom: 3.9975rem !important; +} + +.mb-8 { + margin-bottom: 4.5rem !important; +} + +.mb-9 { + margin-bottom: 6rem !important; +} + +.mb-10 { + margin-bottom: 7.875rem !important; +} + +.mb-auto { + margin-bottom: auto !important; +} + +.ms-0 { + margin-left: 0rem !important; +} + +.ms-1 { + margin-left: 0.495rem !important; +} + +.ms-2 { + margin-left: 0.75rem !important; +} + +.ms-3 { + margin-left: 0.9975rem !important; +} + +.ms-4 { + margin-left: 1.5rem !important; +} + +.ms-5 { + margin-left: 2.1255rem !important; +} + +.ms-6 { + margin-left: 3rem !important; +} + +.ms-7 { + margin-left: 3.9975rem !important; +} + +.ms-8 { + margin-left: 4.5rem !important; +} + +.ms-9 { + margin-left: 6rem !important; +} + +.ms-10 { + margin-left: 7.875rem !important; +} + +.ms-auto { + margin-left: auto !important; +} + +.p-0 { + padding: 0rem !important; +} + +.p-1 { + padding: 0.495rem !important; +} + +.p-2 { + padding: 0.75rem !important; +} + +.p-3 { + padding: 0.9975rem !important; +} + +.p-4 { + padding: 1.5rem !important; +} + +.p-5 { + padding: 2.1255rem !important; +} + +.p-6 { + padding: 3rem !important; +} + +.p-7 { + padding: 3.9975rem !important; +} + +.p-8 { + padding: 4.5rem !important; +} + +.p-9 { + padding: 6rem !important; +} + +.p-10 { + padding: 7.875rem !important; +} + +.px-0 { + padding-right: 0rem !important; + padding-left: 0rem !important; +} + +.px-1 { + padding-right: 0.495rem !important; + padding-left: 0.495rem !important; +} + +.px-2 { + padding-right: 0.75rem !important; + padding-left: 0.75rem !important; +} + +.px-3 { + padding-right: 0.9975rem !important; + padding-left: 0.9975rem !important; +} + +.px-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; +} + +.px-5 { + padding-right: 2.1255rem !important; + padding-left: 2.1255rem !important; +} + +.px-6 { + padding-right: 3rem !important; + padding-left: 3rem !important; +} + +.px-7 { + padding-right: 3.9975rem !important; + padding-left: 3.9975rem !important; +} + +.px-8 { + padding-right: 4.5rem !important; + padding-left: 4.5rem !important; +} + +.px-9 { + padding-right: 6rem !important; + padding-left: 6rem !important; +} + +.px-10 { + padding-right: 7.875rem !important; + padding-left: 7.875rem !important; +} + +.py-0 { + padding-top: 0rem !important; + padding-bottom: 0rem !important; +} + +.py-1 { + padding-top: 0.495rem !important; + padding-bottom: 0.495rem !important; +} + +.py-2 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; +} + +.py-3 { + padding-top: 0.9975rem !important; + padding-bottom: 0.9975rem !important; +} + +.py-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; +} + +.py-5 { + padding-top: 2.1255rem !important; + padding-bottom: 2.1255rem !important; +} + +.py-6 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; +} + +.py-7 { + padding-top: 3.9975rem !important; + padding-bottom: 3.9975rem !important; +} + +.py-8 { + padding-top: 4.5rem !important; + padding-bottom: 4.5rem !important; +} + +.py-9 { + padding-top: 6rem !important; + padding-bottom: 6rem !important; +} + +.py-10 { + padding-top: 7.875rem !important; + padding-bottom: 7.875rem !important; +} + +.pt-0 { + padding-top: 0rem !important; +} + +.pt-1 { + padding-top: 0.495rem !important; +} + +.pt-2 { + padding-top: 0.75rem !important; +} + +.pt-3 { + padding-top: 0.9975rem !important; +} + +.pt-4 { + padding-top: 1.5rem !important; +} + +.pt-5 { + padding-top: 2.1255rem !important; +} + +.pt-6 { + padding-top: 3rem !important; +} + +.pt-7 { + padding-top: 3.9975rem !important; +} + +.pt-8 { + padding-top: 4.5rem !important; +} + +.pt-9 { + padding-top: 6rem !important; +} + +.pt-10 { + padding-top: 7.875rem !important; +} + +.pe-0 { + padding-right: 0rem !important; +} + +.pe-1 { + padding-right: 0.495rem !important; +} + +.pe-2 { + padding-right: 0.75rem !important; +} + +.pe-3 { + padding-right: 0.9975rem !important; +} + +.pe-4 { + padding-right: 1.5rem !important; +} + +.pe-5 { + padding-right: 2.1255rem !important; +} + +.pe-6 { + padding-right: 3rem !important; +} + +.pe-7 { + padding-right: 3.9975rem !important; +} + +.pe-8 { + padding-right: 4.5rem !important; +} + +.pe-9 { + padding-right: 6rem !important; +} + +.pe-10 { + padding-right: 7.875rem !important; +} + +.pb-0 { + padding-bottom: 0rem !important; +} + +.pb-1 { + padding-bottom: 0.495rem !important; +} + +.pb-2 { + padding-bottom: 0.75rem !important; +} + +.pb-3 { + padding-bottom: 0.9975rem !important; +} + +.pb-4 { + padding-bottom: 1.5rem !important; +} + +.pb-5 { + padding-bottom: 2.1255rem !important; +} + +.pb-6 { + padding-bottom: 3rem !important; +} + +.pb-7 { + padding-bottom: 3.9975rem !important; +} + +.pb-8 { + padding-bottom: 4.5rem !important; +} + +.pb-9 { + padding-bottom: 6rem !important; +} + +.pb-10 { + padding-bottom: 7.875rem !important; +} + +.ps-0 { + padding-left: 0rem !important; +} + +.ps-1 { + padding-left: 0.495rem !important; +} + +.ps-2 { + padding-left: 0.75rem !important; +} + +.ps-3 { + padding-left: 0.9975rem !important; +} + +.ps-4 { + padding-left: 1.5rem !important; +} + +.ps-5 { + padding-left: 2.1255rem !important; +} + +.ps-6 { + padding-left: 3rem !important; +} + +.ps-7 { + padding-left: 3.9975rem !important; +} + +.ps-8 { + padding-left: 4.5rem !important; +} + +.ps-9 { + padding-left: 6rem !important; +} + +.ps-10 { + padding-left: 7.875rem !important; +} + +.gap-0 { + gap: 0rem !important; +} + +.gap-1 { + gap: 0.495rem !important; +} + +.gap-2 { + gap: 0.75rem !important; +} + +.gap-3 { + gap: 0.9975rem !important; +} + +.gap-4 { + gap: 1.5rem !important; +} + +.gap-5 { + gap: 2.1255rem !important; +} + +.gap-6 { + gap: 3rem !important; +} + +.gap-7 { + gap: 3.9975rem !important; +} + +.gap-8 { + gap: 4.5rem !important; +} + +.gap-9 { + gap: 6rem !important; +} + +.gap-10 { + gap: 7.875rem !important; +} + +.row-gap-0 { + row-gap: 0rem !important; +} + +.row-gap-1 { + row-gap: 0.495rem !important; +} + +.row-gap-2 { + row-gap: 0.75rem !important; +} + +.row-gap-3 { + row-gap: 0.9975rem !important; +} + +.row-gap-4 { + row-gap: 1.5rem !important; +} + +.row-gap-5 { + row-gap: 2.1255rem !important; +} + +.row-gap-6 { + row-gap: 3rem !important; +} + +.row-gap-7 { + row-gap: 3.9975rem !important; +} + +.row-gap-8 { + row-gap: 4.5rem !important; +} + +.row-gap-9 { + row-gap: 6rem !important; +} + +.row-gap-10 { + row-gap: 7.875rem !important; +} + +.column-gap-0 { + -moz-column-gap: 0rem !important; + column-gap: 0rem !important; +} + +.column-gap-1 { + -moz-column-gap: 0.495rem !important; + column-gap: 0.495rem !important; +} + +.column-gap-2 { + -moz-column-gap: 0.75rem !important; + column-gap: 0.75rem !important; +} + +.column-gap-3 { + -moz-column-gap: 0.9975rem !important; + column-gap: 0.9975rem !important; +} + +.column-gap-4 { + -moz-column-gap: 1.5rem !important; + column-gap: 1.5rem !important; +} + +.column-gap-5 { + -moz-column-gap: 2.1255rem !important; + column-gap: 2.1255rem !important; +} + +.column-gap-6 { + -moz-column-gap: 3rem !important; + column-gap: 3rem !important; +} + +.column-gap-7 { + -moz-column-gap: 3.9975rem !important; + column-gap: 3.9975rem !important; +} + +.column-gap-8 { + -moz-column-gap: 4.5rem !important; + column-gap: 4.5rem !important; +} + +.column-gap-9 { + -moz-column-gap: 6rem !important; + column-gap: 6rem !important; +} + +.column-gap-10 { + -moz-column-gap: 7.875rem !important; + column-gap: 7.875rem !important; +} + +.font-monospace { + font-family: var(--bs-font-monospace) !important; +} + +.fs-1 { + font-size: calc(1.3375rem + 1.05vw) !important; +} + +.fs-2 { + font-size: calc(1.3375rem + 1.05vw) !important; +} + +.fs-3 { + font-size: calc(1.275rem + 0.3vw) !important; +} + +.fs-4 { + font-size: 1.25rem !important; +} + +.fs-5 { + font-size: 1rem !important; +} + +.fs-6 { + font-size: 0.875rem !important; +} + +.fst-italic { + font-style: italic !important; +} + +.fst-normal { + font-style: normal !important; +} + +.fw-lighter { + font-weight: lighter !important; +} + +.fw-light { + font-weight: 300 !important; +} + +.fw-normal { + font-weight: 400 !important; +} + +.fw-medium { + font-weight: 500 !important; +} + +.fw-semibold { + font-weight: 600 !important; +} + +.fw-bold { + font-weight: 700 !important; +} + +.fw-bolder { + font-weight: bolder !important; +} + +.lh-1 { + line-height: 1 !important; +} + +.lh-sm { + line-height: 1.75 !important; +} + +.lh-base { + line-height: 1.75 !important; +} + +.lh-lg { + line-height: 1.75 !important; +} + +.text-start { + text-align: left !important; +} + +.text-end { + text-align: right !important; +} + +.text-center { + text-align: center !important; +} + +.text-decoration-none { + text-decoration: none !important; +} + +.text-decoration-underline { + text-decoration: underline !important; +} + +.text-decoration-line-through { + text-decoration: line-through !important; +} + +.text-lowercase { + text-transform: lowercase !important; +} + +.text-uppercase { + text-transform: uppercase !important; +} + +.text-capitalize { + text-transform: capitalize !important; +} + +.text-wrap { + white-space: normal !important; +} + +.text-nowrap { + white-space: nowrap !important; +} + +/* rtl:begin:remove */ +.text-break { + word-wrap: break-word !important; + word-break: break-word !important; +} + +/* rtl:end:remove */ +.text-primary { + --bs-text-opacity: 1; + color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; +} + +.text-secondary { + --bs-text-opacity: 1; + color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; +} + +.text-success { + --bs-text-opacity: 1; + color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; +} + +.text-info { + --bs-text-opacity: 1; + color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; +} + +.text-warning { + --bs-text-opacity: 1; + color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; +} + +.text-danger { + --bs-text-opacity: 1; + color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; +} + +.text-light { + --bs-text-opacity: 1; + color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; +} + +.text-lighter { + --bs-text-opacity: 1; + color: rgba(var(--bs-lighter-rgb), var(--bs-text-opacity)) !important; +} + +.text-dark { + --bs-text-opacity: 1; + color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; +} + +.text-black { + --bs-text-opacity: 1; + color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; +} + +.text-white { + --bs-text-opacity: 1; + color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; +} + +.text-body { + --bs-text-opacity: 1; + color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; +} + +.text-muted { + --bs-text-opacity: 1; + color: var(--bs-secondary-color) !important; +} + +.text-black-50 { + --bs-text-opacity: 1; + color: rgba(0, 0, 0, 0.5) !important; +} + +.text-white-50 { + --bs-text-opacity: 1; + color: rgba(255, 255, 255, 0.5) !important; +} + +.text-body-secondary { + --bs-text-opacity: 1; + color: var(--bs-secondary-color) !important; +} + +.text-body-tertiary { + --bs-text-opacity: 1; + color: var(--bs-tertiary-color) !important; +} + +.text-body-emphasis { + --bs-text-opacity: 1; + color: var(--bs-emphasis-color) !important; +} + +.text-reset { + --bs-text-opacity: 1; + color: inherit !important; +} + +.text-opacity-25 { + --bs-text-opacity: 0.25; +} + +.text-opacity-50 { + --bs-text-opacity: 0.5; +} + +.text-opacity-75 { + --bs-text-opacity: 0.75; +} + +.text-opacity-100 { + --bs-text-opacity: 1; +} + +.text-primary-emphasis { + color: var(--bs-primary-text-emphasis) !important; +} + +.text-secondary-emphasis { + color: var(--bs-secondary-text-emphasis) !important; +} + +.text-success-emphasis { + color: var(--bs-success-text-emphasis) !important; +} + +.text-info-emphasis { + color: var(--bs-info-text-emphasis) !important; +} + +.text-warning-emphasis { + color: var(--bs-warning-text-emphasis) !important; +} + +.text-danger-emphasis { + color: var(--bs-danger-text-emphasis) !important; +} + +.text-light-emphasis { + color: var(--bs-light-text-emphasis) !important; +} + +.text-dark-emphasis { + color: var(--bs-dark-text-emphasis) !important; +} + +.link-opacity-10 { + --bs-link-opacity: 0.1; +} + +.link-opacity-10-hover:hover { + --bs-link-opacity: 0.1; +} + +.link-opacity-25 { + --bs-link-opacity: 0.25; +} + +.link-opacity-25-hover:hover { + --bs-link-opacity: 0.25; +} + +.link-opacity-50 { + --bs-link-opacity: 0.5; +} + +.link-opacity-50-hover:hover { + --bs-link-opacity: 0.5; +} + +.link-opacity-75 { + --bs-link-opacity: 0.75; +} + +.link-opacity-75-hover:hover { + --bs-link-opacity: 0.75; +} + +.link-opacity-100 { + --bs-link-opacity: 1; +} + +.link-opacity-100-hover:hover { + --bs-link-opacity: 1; +} + +.link-offset-1 { + text-underline-offset: 0.125em !important; +} + +.link-offset-1-hover:hover { + text-underline-offset: 0.125em !important; +} + +.link-offset-2 { + text-underline-offset: 0.25em !important; +} + +.link-offset-2-hover:hover { + text-underline-offset: 0.25em !important; +} + +.link-offset-3 { + text-underline-offset: 0.375em !important; +} + +.link-offset-3-hover:hover { + text-underline-offset: 0.375em !important; +} + +.link-underline-primary { + --bs-link-underline-opacity: 1; + -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important; + text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important; +} + +.link-underline-secondary { + --bs-link-underline-opacity: 1; + -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important; + text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important; +} + +.link-underline-success { + --bs-link-underline-opacity: 1; + -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important; + text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important; +} + +.link-underline-info { + --bs-link-underline-opacity: 1; + -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important; + text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important; +} + +.link-underline-warning { + --bs-link-underline-opacity: 1; + -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important; + text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important; +} + +.link-underline-danger { + --bs-link-underline-opacity: 1; + -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important; + text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important; +} + +.link-underline-light { + --bs-link-underline-opacity: 1; + -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important; + text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important; +} + +.link-underline-lighter { + --bs-link-underline-opacity: 1; + -webkit-text-decoration-color: rgba(var(--bs-lighter-rgb), var(--bs-link-underline-opacity)) !important; + text-decoration-color: rgba(var(--bs-lighter-rgb), var(--bs-link-underline-opacity)) !important; +} + +.link-underline-dark { + --bs-link-underline-opacity: 1; + -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important; + text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important; +} + +.link-underline { + --bs-link-underline-opacity: 1; + -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important; +} + +.link-underline-opacity-0 { + --bs-link-underline-opacity: 0; +} + +.link-underline-opacity-0-hover:hover { + --bs-link-underline-opacity: 0; +} + +.link-underline-opacity-10 { + --bs-link-underline-opacity: 0.1; +} + +.link-underline-opacity-10-hover:hover { + --bs-link-underline-opacity: 0.1; +} + +.link-underline-opacity-25 { + --bs-link-underline-opacity: 0.25; +} + +.link-underline-opacity-25-hover:hover { + --bs-link-underline-opacity: 0.25; +} + +.link-underline-opacity-50 { + --bs-link-underline-opacity: 0.5; +} + +.link-underline-opacity-50-hover:hover { + --bs-link-underline-opacity: 0.5; +} + +.link-underline-opacity-75 { + --bs-link-underline-opacity: 0.75; +} + +.link-underline-opacity-75-hover:hover { + --bs-link-underline-opacity: 0.75; +} + +.link-underline-opacity-100 { + --bs-link-underline-opacity: 1; +} + +.link-underline-opacity-100-hover:hover { + --bs-link-underline-opacity: 1; +} + +.bg-primary { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-secondary { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-success { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-info { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-warning { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-danger { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-light { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-lighter { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-lighter-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-dark { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-black { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-white { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-body { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-transparent { + --bs-bg-opacity: 1; + background-color: transparent !important; +} + +.bg-body-secondary { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-body-tertiary { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-opacity-10 { + --bs-bg-opacity: 0.1; +} + +.bg-opacity-25 { + --bs-bg-opacity: 0.25; +} + +.bg-opacity-50 { + --bs-bg-opacity: 0.5; +} + +.bg-opacity-75 { + --bs-bg-opacity: 0.75; +} + +.bg-opacity-100 { + --bs-bg-opacity: 1; +} + +.bg-primary-subtle { + background-color: var(--bs-primary-bg-subtle) !important; +} + +.bg-secondary-subtle { + background-color: var(--bs-secondary-bg-subtle) !important; +} + +.bg-success-subtle { + background-color: var(--bs-success-bg-subtle) !important; +} + +.bg-info-subtle { + background-color: var(--bs-info-bg-subtle) !important; +} + +.bg-warning-subtle { + background-color: var(--bs-warning-bg-subtle) !important; +} + +.bg-danger-subtle { + background-color: var(--bs-danger-bg-subtle) !important; +} + +.bg-light-subtle { + background-color: var(--bs-light-bg-subtle) !important; +} + +.bg-dark-subtle { + background-color: var(--bs-dark-bg-subtle) !important; +} + +.bg-gradient { + background-image: var(--bs-gradient) !important; +} + +.user-select-all { + -webkit-user-select: all !important; + -moz-user-select: all !important; + user-select: all !important; +} + +.user-select-auto { + -webkit-user-select: auto !important; + -moz-user-select: auto !important; + user-select: auto !important; +} + +.user-select-none { + -webkit-user-select: none !important; + -moz-user-select: none !important; + user-select: none !important; +} + +.pe-none { + pointer-events: none !important; +} + +.pe-auto { + pointer-events: auto !important; +} + +.rounded { + border-radius: var(--bs-border-radius) !important; +} + +.rounded-0 { + border-radius: 0 !important; +} + +.rounded-1 { + border-radius: var(--bs-border-radius-sm) !important; +} + +.rounded-2 { + border-radius: var(--bs-border-radius) !important; +} + +.rounded-3 { + border-radius: var(--bs-border-radius-lg) !important; +} + +.rounded-4 { + border-radius: var(--bs-border-radius-xl) !important; +} + +.rounded-5 { + border-radius: var(--bs-border-radius-xxl) !important; +} + +.rounded-circle { + border-radius: 50% !important; +} + +.rounded-pill { + border-radius: var(--bs-border-radius-pill) !important; +} + +.rounded-top { + border-top-left-radius: var(--bs-border-radius) !important; + border-top-right-radius: var(--bs-border-radius) !important; +} + +.rounded-top-0 { + border-top-left-radius: 0 !important; + border-top-right-radius: 0 !important; +} + +.rounded-top-1 { + border-top-left-radius: var(--bs-border-radius-sm) !important; + border-top-right-radius: var(--bs-border-radius-sm) !important; +} + +.rounded-top-2 { + border-top-left-radius: var(--bs-border-radius) !important; + border-top-right-radius: var(--bs-border-radius) !important; +} + +.rounded-top-3 { + border-top-left-radius: var(--bs-border-radius-lg) !important; + border-top-right-radius: var(--bs-border-radius-lg) !important; +} + +.rounded-top-4 { + border-top-left-radius: var(--bs-border-radius-xl) !important; + border-top-right-radius: var(--bs-border-radius-xl) !important; +} + +.rounded-top-5 { + border-top-left-radius: var(--bs-border-radius-xxl) !important; + border-top-right-radius: var(--bs-border-radius-xxl) !important; +} + +.rounded-top-circle { + border-top-left-radius: 50% !important; + border-top-right-radius: 50% !important; +} + +.rounded-top-pill { + border-top-left-radius: var(--bs-border-radius-pill) !important; + border-top-right-radius: var(--bs-border-radius-pill) !important; +} + +.rounded-end { + border-top-right-radius: var(--bs-border-radius) !important; + border-bottom-right-radius: var(--bs-border-radius) !important; +} + +.rounded-end-0 { + border-top-right-radius: 0 !important; + border-bottom-right-radius: 0 !important; +} + +.rounded-end-1 { + border-top-right-radius: var(--bs-border-radius-sm) !important; + border-bottom-right-radius: var(--bs-border-radius-sm) !important; +} + +.rounded-end-2 { + border-top-right-radius: var(--bs-border-radius) !important; + border-bottom-right-radius: var(--bs-border-radius) !important; +} + +.rounded-end-3 { + border-top-right-radius: var(--bs-border-radius-lg) !important; + border-bottom-right-radius: var(--bs-border-radius-lg) !important; +} + +.rounded-end-4 { + border-top-right-radius: var(--bs-border-radius-xl) !important; + border-bottom-right-radius: var(--bs-border-radius-xl) !important; +} + +.rounded-end-5 { + border-top-right-radius: var(--bs-border-radius-xxl) !important; + border-bottom-right-radius: var(--bs-border-radius-xxl) !important; +} + +.rounded-end-circle { + border-top-right-radius: 50% !important; + border-bottom-right-radius: 50% !important; +} + +.rounded-end-pill { + border-top-right-radius: var(--bs-border-radius-pill) !important; + border-bottom-right-radius: var(--bs-border-radius-pill) !important; +} + +.rounded-bottom { + border-bottom-right-radius: var(--bs-border-radius) !important; + border-bottom-left-radius: var(--bs-border-radius) !important; +} + +.rounded-bottom-0 { + border-bottom-right-radius: 0 !important; + border-bottom-left-radius: 0 !important; +} + +.rounded-bottom-1 { + border-bottom-right-radius: var(--bs-border-radius-sm) !important; + border-bottom-left-radius: var(--bs-border-radius-sm) !important; +} + +.rounded-bottom-2 { + border-bottom-right-radius: var(--bs-border-radius) !important; + border-bottom-left-radius: var(--bs-border-radius) !important; +} + +.rounded-bottom-3 { + border-bottom-right-radius: var(--bs-border-radius-lg) !important; + border-bottom-left-radius: var(--bs-border-radius-lg) !important; +} + +.rounded-bottom-4 { + border-bottom-right-radius: var(--bs-border-radius-xl) !important; + border-bottom-left-radius: var(--bs-border-radius-xl) !important; +} + +.rounded-bottom-5 { + border-bottom-right-radius: var(--bs-border-radius-xxl) !important; + border-bottom-left-radius: var(--bs-border-radius-xxl) !important; +} + +.rounded-bottom-circle { + border-bottom-right-radius: 50% !important; + border-bottom-left-radius: 50% !important; +} + +.rounded-bottom-pill { + border-bottom-right-radius: var(--bs-border-radius-pill) !important; + border-bottom-left-radius: var(--bs-border-radius-pill) !important; +} + +.rounded-start { + border-bottom-left-radius: var(--bs-border-radius) !important; + border-top-left-radius: var(--bs-border-radius) !important; +} + +.rounded-start-0 { + border-bottom-left-radius: 0 !important; + border-top-left-radius: 0 !important; +} + +.rounded-start-1 { + border-bottom-left-radius: var(--bs-border-radius-sm) !important; + border-top-left-radius: var(--bs-border-radius-sm) !important; +} + +.rounded-start-2 { + border-bottom-left-radius: var(--bs-border-radius) !important; + border-top-left-radius: var(--bs-border-radius) !important; +} + +.rounded-start-3 { + border-bottom-left-radius: var(--bs-border-radius-lg) !important; + border-top-left-radius: var(--bs-border-radius-lg) !important; +} + +.rounded-start-4 { + border-bottom-left-radius: var(--bs-border-radius-xl) !important; + border-top-left-radius: var(--bs-border-radius-xl) !important; +} + +.rounded-start-5 { + border-bottom-left-radius: var(--bs-border-radius-xxl) !important; + border-top-left-radius: var(--bs-border-radius-xxl) !important; +} + +.rounded-start-circle { + border-bottom-left-radius: 50% !important; + border-top-left-radius: 50% !important; +} + +.rounded-start-pill { + border-bottom-left-radius: var(--bs-border-radius-pill) !important; + border-top-left-radius: var(--bs-border-radius-pill) !important; +} + +.visible { + visibility: visible !important; +} + +.invisible { + visibility: hidden !important; +} + +.z-n1 { + z-index: -1 !important; +} + +.z-0 { + z-index: 0 !important; +} + +.z-1 { + z-index: 1 !important; +} + +.z-2 { + z-index: 2 !important; +} + +.z-3 { + z-index: 3 !important; +} + +@media (min-width: 576px) { + .float-sm-start { + float: left !important; + } + .float-sm-end { + float: right !important; + } + .float-sm-none { + float: none !important; + } + .object-fit-sm-contain { + -o-object-fit: contain !important; + object-fit: contain !important; + } + .object-fit-sm-cover { + -o-object-fit: cover !important; + object-fit: cover !important; + } + .object-fit-sm-fill { + -o-object-fit: fill !important; + object-fit: fill !important; + } + .object-fit-sm-scale { + -o-object-fit: scale-down !important; + object-fit: scale-down !important; + } + .object-fit-sm-none { + -o-object-fit: none !important; + object-fit: none !important; + } + .d-sm-inline { + display: inline !important; + } + .d-sm-inline-block { + display: inline-block !important; + } + .d-sm-block { + display: block !important; + } + .d-sm-grid { + display: grid !important; + } + .d-sm-inline-grid { + display: inline-grid !important; + } + .d-sm-table { + display: table !important; + } + .d-sm-table-row { + display: table-row !important; + } + .d-sm-table-cell { + display: table-cell !important; + } + .d-sm-flex { + display: flex !important; + } + .d-sm-inline-flex { + display: inline-flex !important; + } + .d-sm-none { + display: none !important; + } + .flex-sm-fill { + flex: 1 1 auto !important; + } + .flex-sm-row { + flex-direction: row !important; + } + .flex-sm-column { + flex-direction: column !important; + } + .flex-sm-row-reverse { + flex-direction: row-reverse !important; + } + .flex-sm-column-reverse { + flex-direction: column-reverse !important; + } + .flex-sm-grow-0 { + flex-grow: 0 !important; + } + .flex-sm-grow-1 { + flex-grow: 1 !important; + } + .flex-sm-shrink-0 { + flex-shrink: 0 !important; + } + .flex-sm-shrink-1 { + flex-shrink: 1 !important; + } + .flex-sm-wrap { + flex-wrap: wrap !important; + } + .flex-sm-nowrap { + flex-wrap: nowrap !important; + } + .flex-sm-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .justify-content-sm-start { + justify-content: flex-start !important; + } + .justify-content-sm-end { + justify-content: flex-end !important; + } + .justify-content-sm-center { + justify-content: center !important; + } + .justify-content-sm-between { + justify-content: space-between !important; + } + .justify-content-sm-around { + justify-content: space-around !important; + } + .justify-content-sm-evenly { + justify-content: space-evenly !important; + } + .align-items-sm-start { + align-items: flex-start !important; + } + .align-items-sm-end { + align-items: flex-end !important; + } + .align-items-sm-center { + align-items: center !important; + } + .align-items-sm-baseline { + align-items: baseline !important; + } + .align-items-sm-stretch { + align-items: stretch !important; + } + .align-content-sm-start { + align-content: flex-start !important; + } + .align-content-sm-end { + align-content: flex-end !important; + } + .align-content-sm-center { + align-content: center !important; + } + .align-content-sm-between { + align-content: space-between !important; + } + .align-content-sm-around { + align-content: space-around !important; + } + .align-content-sm-stretch { + align-content: stretch !important; + } + .align-self-sm-auto { + align-self: auto !important; + } + .align-self-sm-start { + align-self: flex-start !important; + } + .align-self-sm-end { + align-self: flex-end !important; + } + .align-self-sm-center { + align-self: center !important; + } + .align-self-sm-baseline { + align-self: baseline !important; + } + .align-self-sm-stretch { + align-self: stretch !important; + } + .order-sm-first { + order: -1 !important; + } + .order-sm-0 { + order: 0 !important; + } + .order-sm-1 { + order: 1 !important; + } + .order-sm-2 { + order: 2 !important; + } + .order-sm-3 { + order: 3 !important; + } + .order-sm-4 { + order: 4 !important; + } + .order-sm-5 { + order: 5 !important; + } + .order-sm-last { + order: 6 !important; + } + .m-sm-0 { + margin: 0rem !important; + } + .m-sm-1 { + margin: 0.495rem !important; + } + .m-sm-2 { + margin: 0.75rem !important; + } + .m-sm-3 { + margin: 0.9975rem !important; + } + .m-sm-4 { + margin: 1.5rem !important; + } + .m-sm-5 { + margin: 2.1255rem !important; + } + .m-sm-6 { + margin: 3rem !important; + } + .m-sm-7 { + margin: 3.9975rem !important; + } + .m-sm-8 { + margin: 4.5rem !important; + } + .m-sm-9 { + margin: 6rem !important; + } + .m-sm-10 { + margin: 7.875rem !important; + } + .m-sm-auto { + margin: auto !important; + } + .mx-sm-0 { + margin-right: 0rem !important; + margin-left: 0rem !important; + } + .mx-sm-1 { + margin-right: 0.495rem !important; + margin-left: 0.495rem !important; + } + .mx-sm-2 { + margin-right: 0.75rem !important; + margin-left: 0.75rem !important; + } + .mx-sm-3 { + margin-right: 0.9975rem !important; + margin-left: 0.9975rem !important; + } + .mx-sm-4 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + .mx-sm-5 { + margin-right: 2.1255rem !important; + margin-left: 2.1255rem !important; + } + .mx-sm-6 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + .mx-sm-7 { + margin-right: 3.9975rem !important; + margin-left: 3.9975rem !important; + } + .mx-sm-8 { + margin-right: 4.5rem !important; + margin-left: 4.5rem !important; + } + .mx-sm-9 { + margin-right: 6rem !important; + margin-left: 6rem !important; + } + .mx-sm-10 { + margin-right: 7.875rem !important; + margin-left: 7.875rem !important; + } + .mx-sm-auto { + margin-right: auto !important; + margin-left: auto !important; + } + .my-sm-0 { + margin-top: 0rem !important; + margin-bottom: 0rem !important; + } + .my-sm-1 { + margin-top: 0.495rem !important; + margin-bottom: 0.495rem !important; + } + .my-sm-2 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; + } + .my-sm-3 { + margin-top: 0.9975rem !important; + margin-bottom: 0.9975rem !important; + } + .my-sm-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .my-sm-5 { + margin-top: 2.1255rem !important; + margin-bottom: 2.1255rem !important; + } + .my-sm-6 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .my-sm-7 { + margin-top: 3.9975rem !important; + margin-bottom: 3.9975rem !important; + } + .my-sm-8 { + margin-top: 4.5rem !important; + margin-bottom: 4.5rem !important; + } + .my-sm-9 { + margin-top: 6rem !important; + margin-bottom: 6rem !important; + } + .my-sm-10 { + margin-top: 7.875rem !important; + margin-bottom: 7.875rem !important; + } + .my-sm-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } + .mt-sm-0 { + margin-top: 0rem !important; + } + .mt-sm-1 { + margin-top: 0.495rem !important; + } + .mt-sm-2 { + margin-top: 0.75rem !important; + } + .mt-sm-3 { + margin-top: 0.9975rem !important; + } + .mt-sm-4 { + margin-top: 1.5rem !important; + } + .mt-sm-5 { + margin-top: 2.1255rem !important; + } + .mt-sm-6 { + margin-top: 3rem !important; + } + .mt-sm-7 { + margin-top: 3.9975rem !important; + } + .mt-sm-8 { + margin-top: 4.5rem !important; + } + .mt-sm-9 { + margin-top: 6rem !important; + } + .mt-sm-10 { + margin-top: 7.875rem !important; + } + .mt-sm-auto { + margin-top: auto !important; + } + .me-sm-0 { + margin-right: 0rem !important; + } + .me-sm-1 { + margin-right: 0.495rem !important; + } + .me-sm-2 { + margin-right: 0.75rem !important; + } + .me-sm-3 { + margin-right: 0.9975rem !important; + } + .me-sm-4 { + margin-right: 1.5rem !important; + } + .me-sm-5 { + margin-right: 2.1255rem !important; + } + .me-sm-6 { + margin-right: 3rem !important; + } + .me-sm-7 { + margin-right: 3.9975rem !important; + } + .me-sm-8 { + margin-right: 4.5rem !important; + } + .me-sm-9 { + margin-right: 6rem !important; + } + .me-sm-10 { + margin-right: 7.875rem !important; + } + .me-sm-auto { + margin-right: auto !important; + } + .mb-sm-0 { + margin-bottom: 0rem !important; + } + .mb-sm-1 { + margin-bottom: 0.495rem !important; + } + .mb-sm-2 { + margin-bottom: 0.75rem !important; + } + .mb-sm-3 { + margin-bottom: 0.9975rem !important; + } + .mb-sm-4 { + margin-bottom: 1.5rem !important; + } + .mb-sm-5 { + margin-bottom: 2.1255rem !important; + } + .mb-sm-6 { + margin-bottom: 3rem !important; + } + .mb-sm-7 { + margin-bottom: 3.9975rem !important; + } + .mb-sm-8 { + margin-bottom: 4.5rem !important; + } + .mb-sm-9 { + margin-bottom: 6rem !important; + } + .mb-sm-10 { + margin-bottom: 7.875rem !important; + } + .mb-sm-auto { + margin-bottom: auto !important; + } + .ms-sm-0 { + margin-left: 0rem !important; + } + .ms-sm-1 { + margin-left: 0.495rem !important; + } + .ms-sm-2 { + margin-left: 0.75rem !important; + } + .ms-sm-3 { + margin-left: 0.9975rem !important; + } + .ms-sm-4 { + margin-left: 1.5rem !important; + } + .ms-sm-5 { + margin-left: 2.1255rem !important; + } + .ms-sm-6 { + margin-left: 3rem !important; + } + .ms-sm-7 { + margin-left: 3.9975rem !important; + } + .ms-sm-8 { + margin-left: 4.5rem !important; + } + .ms-sm-9 { + margin-left: 6rem !important; + } + .ms-sm-10 { + margin-left: 7.875rem !important; + } + .ms-sm-auto { + margin-left: auto !important; + } + .p-sm-0 { + padding: 0rem !important; + } + .p-sm-1 { + padding: 0.495rem !important; + } + .p-sm-2 { + padding: 0.75rem !important; + } + .p-sm-3 { + padding: 0.9975rem !important; + } + .p-sm-4 { + padding: 1.5rem !important; + } + .p-sm-5 { + padding: 2.1255rem !important; + } + .p-sm-6 { + padding: 3rem !important; + } + .p-sm-7 { + padding: 3.9975rem !important; + } + .p-sm-8 { + padding: 4.5rem !important; + } + .p-sm-9 { + padding: 6rem !important; + } + .p-sm-10 { + padding: 7.875rem !important; + } + .px-sm-0 { + padding-right: 0rem !important; + padding-left: 0rem !important; + } + .px-sm-1 { + padding-right: 0.495rem !important; + padding-left: 0.495rem !important; + } + .px-sm-2 { + padding-right: 0.75rem !important; + padding-left: 0.75rem !important; + } + .px-sm-3 { + padding-right: 0.9975rem !important; + padding-left: 0.9975rem !important; + } + .px-sm-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + .px-sm-5 { + padding-right: 2.1255rem !important; + padding-left: 2.1255rem !important; + } + .px-sm-6 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + .px-sm-7 { + padding-right: 3.9975rem !important; + padding-left: 3.9975rem !important; + } + .px-sm-8 { + padding-right: 4.5rem !important; + padding-left: 4.5rem !important; + } + .px-sm-9 { + padding-right: 6rem !important; + padding-left: 6rem !important; + } + .px-sm-10 { + padding-right: 7.875rem !important; + padding-left: 7.875rem !important; + } + .py-sm-0 { + padding-top: 0rem !important; + padding-bottom: 0rem !important; + } + .py-sm-1 { + padding-top: 0.495rem !important; + padding-bottom: 0.495rem !important; + } + .py-sm-2 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; + } + .py-sm-3 { + padding-top: 0.9975rem !important; + padding-bottom: 0.9975rem !important; + } + .py-sm-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .py-sm-5 { + padding-top: 2.1255rem !important; + padding-bottom: 2.1255rem !important; + } + .py-sm-6 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .py-sm-7 { + padding-top: 3.9975rem !important; + padding-bottom: 3.9975rem !important; + } + .py-sm-8 { + padding-top: 4.5rem !important; + padding-bottom: 4.5rem !important; + } + .py-sm-9 { + padding-top: 6rem !important; + padding-bottom: 6rem !important; + } + .py-sm-10 { + padding-top: 7.875rem !important; + padding-bottom: 7.875rem !important; + } + .pt-sm-0 { + padding-top: 0rem !important; + } + .pt-sm-1 { + padding-top: 0.495rem !important; + } + .pt-sm-2 { + padding-top: 0.75rem !important; + } + .pt-sm-3 { + padding-top: 0.9975rem !important; + } + .pt-sm-4 { + padding-top: 1.5rem !important; + } + .pt-sm-5 { + padding-top: 2.1255rem !important; + } + .pt-sm-6 { + padding-top: 3rem !important; + } + .pt-sm-7 { + padding-top: 3.9975rem !important; + } + .pt-sm-8 { + padding-top: 4.5rem !important; + } + .pt-sm-9 { + padding-top: 6rem !important; + } + .pt-sm-10 { + padding-top: 7.875rem !important; + } + .pe-sm-0 { + padding-right: 0rem !important; + } + .pe-sm-1 { + padding-right: 0.495rem !important; + } + .pe-sm-2 { + padding-right: 0.75rem !important; + } + .pe-sm-3 { + padding-right: 0.9975rem !important; + } + .pe-sm-4 { + padding-right: 1.5rem !important; + } + .pe-sm-5 { + padding-right: 2.1255rem !important; + } + .pe-sm-6 { + padding-right: 3rem !important; + } + .pe-sm-7 { + padding-right: 3.9975rem !important; + } + .pe-sm-8 { + padding-right: 4.5rem !important; + } + .pe-sm-9 { + padding-right: 6rem !important; + } + .pe-sm-10 { + padding-right: 7.875rem !important; + } + .pb-sm-0 { + padding-bottom: 0rem !important; + } + .pb-sm-1 { + padding-bottom: 0.495rem !important; + } + .pb-sm-2 { + padding-bottom: 0.75rem !important; + } + .pb-sm-3 { + padding-bottom: 0.9975rem !important; + } + .pb-sm-4 { + padding-bottom: 1.5rem !important; + } + .pb-sm-5 { + padding-bottom: 2.1255rem !important; + } + .pb-sm-6 { + padding-bottom: 3rem !important; + } + .pb-sm-7 { + padding-bottom: 3.9975rem !important; + } + .pb-sm-8 { + padding-bottom: 4.5rem !important; + } + .pb-sm-9 { + padding-bottom: 6rem !important; + } + .pb-sm-10 { + padding-bottom: 7.875rem !important; + } + .ps-sm-0 { + padding-left: 0rem !important; + } + .ps-sm-1 { + padding-left: 0.495rem !important; + } + .ps-sm-2 { + padding-left: 0.75rem !important; + } + .ps-sm-3 { + padding-left: 0.9975rem !important; + } + .ps-sm-4 { + padding-left: 1.5rem !important; + } + .ps-sm-5 { + padding-left: 2.1255rem !important; + } + .ps-sm-6 { + padding-left: 3rem !important; + } + .ps-sm-7 { + padding-left: 3.9975rem !important; + } + .ps-sm-8 { + padding-left: 4.5rem !important; + } + .ps-sm-9 { + padding-left: 6rem !important; + } + .ps-sm-10 { + padding-left: 7.875rem !important; + } + .gap-sm-0 { + gap: 0rem !important; + } + .gap-sm-1 { + gap: 0.495rem !important; + } + .gap-sm-2 { + gap: 0.75rem !important; + } + .gap-sm-3 { + gap: 0.9975rem !important; + } + .gap-sm-4 { + gap: 1.5rem !important; + } + .gap-sm-5 { + gap: 2.1255rem !important; + } + .gap-sm-6 { + gap: 3rem !important; + } + .gap-sm-7 { + gap: 3.9975rem !important; + } + .gap-sm-8 { + gap: 4.5rem !important; + } + .gap-sm-9 { + gap: 6rem !important; + } + .gap-sm-10 { + gap: 7.875rem !important; + } + .row-gap-sm-0 { + row-gap: 0rem !important; + } + .row-gap-sm-1 { + row-gap: 0.495rem !important; + } + .row-gap-sm-2 { + row-gap: 0.75rem !important; + } + .row-gap-sm-3 { + row-gap: 0.9975rem !important; + } + .row-gap-sm-4 { + row-gap: 1.5rem !important; + } + .row-gap-sm-5 { + row-gap: 2.1255rem !important; + } + .row-gap-sm-6 { + row-gap: 3rem !important; + } + .row-gap-sm-7 { + row-gap: 3.9975rem !important; + } + .row-gap-sm-8 { + row-gap: 4.5rem !important; + } + .row-gap-sm-9 { + row-gap: 6rem !important; + } + .row-gap-sm-10 { + row-gap: 7.875rem !important; + } + .column-gap-sm-0 { + -moz-column-gap: 0rem !important; + column-gap: 0rem !important; + } + .column-gap-sm-1 { + -moz-column-gap: 0.495rem !important; + column-gap: 0.495rem !important; + } + .column-gap-sm-2 { + -moz-column-gap: 0.75rem !important; + column-gap: 0.75rem !important; + } + .column-gap-sm-3 { + -moz-column-gap: 0.9975rem !important; + column-gap: 0.9975rem !important; + } + .column-gap-sm-4 { + -moz-column-gap: 1.5rem !important; + column-gap: 1.5rem !important; + } + .column-gap-sm-5 { + -moz-column-gap: 2.1255rem !important; + column-gap: 2.1255rem !important; + } + .column-gap-sm-6 { + -moz-column-gap: 3rem !important; + column-gap: 3rem !important; + } + .column-gap-sm-7 { + -moz-column-gap: 3.9975rem !important; + column-gap: 3.9975rem !important; + } + .column-gap-sm-8 { + -moz-column-gap: 4.5rem !important; + column-gap: 4.5rem !important; + } + .column-gap-sm-9 { + -moz-column-gap: 6rem !important; + column-gap: 6rem !important; + } + .column-gap-sm-10 { + -moz-column-gap: 7.875rem !important; + column-gap: 7.875rem !important; + } + .text-sm-start { + text-align: left !important; + } + .text-sm-end { + text-align: right !important; + } + .text-sm-center { + text-align: center !important; + } +} +@media (min-width: 768px) { + .float-md-start { + float: left !important; + } + .float-md-end { + float: right !important; + } + .float-md-none { + float: none !important; + } + .object-fit-md-contain { + -o-object-fit: contain !important; + object-fit: contain !important; + } + .object-fit-md-cover { + -o-object-fit: cover !important; + object-fit: cover !important; + } + .object-fit-md-fill { + -o-object-fit: fill !important; + object-fit: fill !important; + } + .object-fit-md-scale { + -o-object-fit: scale-down !important; + object-fit: scale-down !important; + } + .object-fit-md-none { + -o-object-fit: none !important; + object-fit: none !important; + } + .d-md-inline { + display: inline !important; + } + .d-md-inline-block { + display: inline-block !important; + } + .d-md-block { + display: block !important; + } + .d-md-grid { + display: grid !important; + } + .d-md-inline-grid { + display: inline-grid !important; + } + .d-md-table { + display: table !important; + } + .d-md-table-row { + display: table-row !important; + } + .d-md-table-cell { + display: table-cell !important; + } + .d-md-flex { + display: flex !important; + } + .d-md-inline-flex { + display: inline-flex !important; + } + .d-md-none { + display: none !important; + } + .flex-md-fill { + flex: 1 1 auto !important; + } + .flex-md-row { + flex-direction: row !important; + } + .flex-md-column { + flex-direction: column !important; + } + .flex-md-row-reverse { + flex-direction: row-reverse !important; + } + .flex-md-column-reverse { + flex-direction: column-reverse !important; + } + .flex-md-grow-0 { + flex-grow: 0 !important; + } + .flex-md-grow-1 { + flex-grow: 1 !important; + } + .flex-md-shrink-0 { + flex-shrink: 0 !important; + } + .flex-md-shrink-1 { + flex-shrink: 1 !important; + } + .flex-md-wrap { + flex-wrap: wrap !important; + } + .flex-md-nowrap { + flex-wrap: nowrap !important; + } + .flex-md-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .justify-content-md-start { + justify-content: flex-start !important; + } + .justify-content-md-end { + justify-content: flex-end !important; + } + .justify-content-md-center { + justify-content: center !important; + } + .justify-content-md-between { + justify-content: space-between !important; + } + .justify-content-md-around { + justify-content: space-around !important; + } + .justify-content-md-evenly { + justify-content: space-evenly !important; + } + .align-items-md-start { + align-items: flex-start !important; + } + .align-items-md-end { + align-items: flex-end !important; + } + .align-items-md-center { + align-items: center !important; + } + .align-items-md-baseline { + align-items: baseline !important; + } + .align-items-md-stretch { + align-items: stretch !important; + } + .align-content-md-start { + align-content: flex-start !important; + } + .align-content-md-end { + align-content: flex-end !important; + } + .align-content-md-center { + align-content: center !important; + } + .align-content-md-between { + align-content: space-between !important; + } + .align-content-md-around { + align-content: space-around !important; + } + .align-content-md-stretch { + align-content: stretch !important; + } + .align-self-md-auto { + align-self: auto !important; + } + .align-self-md-start { + align-self: flex-start !important; + } + .align-self-md-end { + align-self: flex-end !important; + } + .align-self-md-center { + align-self: center !important; + } + .align-self-md-baseline { + align-self: baseline !important; + } + .align-self-md-stretch { + align-self: stretch !important; + } + .order-md-first { + order: -1 !important; + } + .order-md-0 { + order: 0 !important; + } + .order-md-1 { + order: 1 !important; + } + .order-md-2 { + order: 2 !important; + } + .order-md-3 { + order: 3 !important; + } + .order-md-4 { + order: 4 !important; + } + .order-md-5 { + order: 5 !important; + } + .order-md-last { + order: 6 !important; + } + .m-md-0 { + margin: 0rem !important; + } + .m-md-1 { + margin: 0.495rem !important; + } + .m-md-2 { + margin: 0.75rem !important; + } + .m-md-3 { + margin: 0.9975rem !important; + } + .m-md-4 { + margin: 1.5rem !important; + } + .m-md-5 { + margin: 2.1255rem !important; + } + .m-md-6 { + margin: 3rem !important; + } + .m-md-7 { + margin: 3.9975rem !important; + } + .m-md-8 { + margin: 4.5rem !important; + } + .m-md-9 { + margin: 6rem !important; + } + .m-md-10 { + margin: 7.875rem !important; + } + .m-md-auto { + margin: auto !important; + } + .mx-md-0 { + margin-right: 0rem !important; + margin-left: 0rem !important; + } + .mx-md-1 { + margin-right: 0.495rem !important; + margin-left: 0.495rem !important; + } + .mx-md-2 { + margin-right: 0.75rem !important; + margin-left: 0.75rem !important; + } + .mx-md-3 { + margin-right: 0.9975rem !important; + margin-left: 0.9975rem !important; + } + .mx-md-4 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + .mx-md-5 { + margin-right: 2.1255rem !important; + margin-left: 2.1255rem !important; + } + .mx-md-6 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + .mx-md-7 { + margin-right: 3.9975rem !important; + margin-left: 3.9975rem !important; + } + .mx-md-8 { + margin-right: 4.5rem !important; + margin-left: 4.5rem !important; + } + .mx-md-9 { + margin-right: 6rem !important; + margin-left: 6rem !important; + } + .mx-md-10 { + margin-right: 7.875rem !important; + margin-left: 7.875rem !important; + } + .mx-md-auto { + margin-right: auto !important; + margin-left: auto !important; + } + .my-md-0 { + margin-top: 0rem !important; + margin-bottom: 0rem !important; + } + .my-md-1 { + margin-top: 0.495rem !important; + margin-bottom: 0.495rem !important; + } + .my-md-2 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; + } + .my-md-3 { + margin-top: 0.9975rem !important; + margin-bottom: 0.9975rem !important; + } + .my-md-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .my-md-5 { + margin-top: 2.1255rem !important; + margin-bottom: 2.1255rem !important; + } + .my-md-6 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .my-md-7 { + margin-top: 3.9975rem !important; + margin-bottom: 3.9975rem !important; + } + .my-md-8 { + margin-top: 4.5rem !important; + margin-bottom: 4.5rem !important; + } + .my-md-9 { + margin-top: 6rem !important; + margin-bottom: 6rem !important; + } + .my-md-10 { + margin-top: 7.875rem !important; + margin-bottom: 7.875rem !important; + } + .my-md-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } + .mt-md-0 { + margin-top: 0rem !important; + } + .mt-md-1 { + margin-top: 0.495rem !important; + } + .mt-md-2 { + margin-top: 0.75rem !important; + } + .mt-md-3 { + margin-top: 0.9975rem !important; + } + .mt-md-4 { + margin-top: 1.5rem !important; + } + .mt-md-5 { + margin-top: 2.1255rem !important; + } + .mt-md-6 { + margin-top: 3rem !important; + } + .mt-md-7 { + margin-top: 3.9975rem !important; + } + .mt-md-8 { + margin-top: 4.5rem !important; + } + .mt-md-9 { + margin-top: 6rem !important; + } + .mt-md-10 { + margin-top: 7.875rem !important; + } + .mt-md-auto { + margin-top: auto !important; + } + .me-md-0 { + margin-right: 0rem !important; + } + .me-md-1 { + margin-right: 0.495rem !important; + } + .me-md-2 { + margin-right: 0.75rem !important; + } + .me-md-3 { + margin-right: 0.9975rem !important; + } + .me-md-4 { + margin-right: 1.5rem !important; + } + .me-md-5 { + margin-right: 2.1255rem !important; + } + .me-md-6 { + margin-right: 3rem !important; + } + .me-md-7 { + margin-right: 3.9975rem !important; + } + .me-md-8 { + margin-right: 4.5rem !important; + } + .me-md-9 { + margin-right: 6rem !important; + } + .me-md-10 { + margin-right: 7.875rem !important; + } + .me-md-auto { + margin-right: auto !important; + } + .mb-md-0 { + margin-bottom: 0rem !important; + } + .mb-md-1 { + margin-bottom: 0.495rem !important; + } + .mb-md-2 { + margin-bottom: 0.75rem !important; + } + .mb-md-3 { + margin-bottom: 0.9975rem !important; + } + .mb-md-4 { + margin-bottom: 1.5rem !important; + } + .mb-md-5 { + margin-bottom: 2.1255rem !important; + } + .mb-md-6 { + margin-bottom: 3rem !important; + } + .mb-md-7 { + margin-bottom: 3.9975rem !important; + } + .mb-md-8 { + margin-bottom: 4.5rem !important; + } + .mb-md-9 { + margin-bottom: 6rem !important; + } + .mb-md-10 { + margin-bottom: 7.875rem !important; + } + .mb-md-auto { + margin-bottom: auto !important; + } + .ms-md-0 { + margin-left: 0rem !important; + } + .ms-md-1 { + margin-left: 0.495rem !important; + } + .ms-md-2 { + margin-left: 0.75rem !important; + } + .ms-md-3 { + margin-left: 0.9975rem !important; + } + .ms-md-4 { + margin-left: 1.5rem !important; + } + .ms-md-5 { + margin-left: 2.1255rem !important; + } + .ms-md-6 { + margin-left: 3rem !important; + } + .ms-md-7 { + margin-left: 3.9975rem !important; + } + .ms-md-8 { + margin-left: 4.5rem !important; + } + .ms-md-9 { + margin-left: 6rem !important; + } + .ms-md-10 { + margin-left: 7.875rem !important; + } + .ms-md-auto { + margin-left: auto !important; + } + .p-md-0 { + padding: 0rem !important; + } + .p-md-1 { + padding: 0.495rem !important; + } + .p-md-2 { + padding: 0.75rem !important; + } + .p-md-3 { + padding: 0.9975rem !important; + } + .p-md-4 { + padding: 1.5rem !important; + } + .p-md-5 { + padding: 2.1255rem !important; + } + .p-md-6 { + padding: 3rem !important; + } + .p-md-7 { + padding: 3.9975rem !important; + } + .p-md-8 { + padding: 4.5rem !important; + } + .p-md-9 { + padding: 6rem !important; + } + .p-md-10 { + padding: 7.875rem !important; + } + .px-md-0 { + padding-right: 0rem !important; + padding-left: 0rem !important; + } + .px-md-1 { + padding-right: 0.495rem !important; + padding-left: 0.495rem !important; + } + .px-md-2 { + padding-right: 0.75rem !important; + padding-left: 0.75rem !important; + } + .px-md-3 { + padding-right: 0.9975rem !important; + padding-left: 0.9975rem !important; + } + .px-md-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + .px-md-5 { + padding-right: 2.1255rem !important; + padding-left: 2.1255rem !important; + } + .px-md-6 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + .px-md-7 { + padding-right: 3.9975rem !important; + padding-left: 3.9975rem !important; + } + .px-md-8 { + padding-right: 4.5rem !important; + padding-left: 4.5rem !important; + } + .px-md-9 { + padding-right: 6rem !important; + padding-left: 6rem !important; + } + .px-md-10 { + padding-right: 7.875rem !important; + padding-left: 7.875rem !important; + } + .py-md-0 { + padding-top: 0rem !important; + padding-bottom: 0rem !important; + } + .py-md-1 { + padding-top: 0.495rem !important; + padding-bottom: 0.495rem !important; + } + .py-md-2 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; + } + .py-md-3 { + padding-top: 0.9975rem !important; + padding-bottom: 0.9975rem !important; + } + .py-md-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .py-md-5 { + padding-top: 2.1255rem !important; + padding-bottom: 2.1255rem !important; + } + .py-md-6 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .py-md-7 { + padding-top: 3.9975rem !important; + padding-bottom: 3.9975rem !important; + } + .py-md-8 { + padding-top: 4.5rem !important; + padding-bottom: 4.5rem !important; + } + .py-md-9 { + padding-top: 6rem !important; + padding-bottom: 6rem !important; + } + .py-md-10 { + padding-top: 7.875rem !important; + padding-bottom: 7.875rem !important; + } + .pt-md-0 { + padding-top: 0rem !important; + } + .pt-md-1 { + padding-top: 0.495rem !important; + } + .pt-md-2 { + padding-top: 0.75rem !important; + } + .pt-md-3 { + padding-top: 0.9975rem !important; + } + .pt-md-4 { + padding-top: 1.5rem !important; + } + .pt-md-5 { + padding-top: 2.1255rem !important; + } + .pt-md-6 { + padding-top: 3rem !important; + } + .pt-md-7 { + padding-top: 3.9975rem !important; + } + .pt-md-8 { + padding-top: 4.5rem !important; + } + .pt-md-9 { + padding-top: 6rem !important; + } + .pt-md-10 { + padding-top: 7.875rem !important; + } + .pe-md-0 { + padding-right: 0rem !important; + } + .pe-md-1 { + padding-right: 0.495rem !important; + } + .pe-md-2 { + padding-right: 0.75rem !important; + } + .pe-md-3 { + padding-right: 0.9975rem !important; + } + .pe-md-4 { + padding-right: 1.5rem !important; + } + .pe-md-5 { + padding-right: 2.1255rem !important; + } + .pe-md-6 { + padding-right: 3rem !important; + } + .pe-md-7 { + padding-right: 3.9975rem !important; + } + .pe-md-8 { + padding-right: 4.5rem !important; + } + .pe-md-9 { + padding-right: 6rem !important; + } + .pe-md-10 { + padding-right: 7.875rem !important; + } + .pb-md-0 { + padding-bottom: 0rem !important; + } + .pb-md-1 { + padding-bottom: 0.495rem !important; + } + .pb-md-2 { + padding-bottom: 0.75rem !important; + } + .pb-md-3 { + padding-bottom: 0.9975rem !important; + } + .pb-md-4 { + padding-bottom: 1.5rem !important; + } + .pb-md-5 { + padding-bottom: 2.1255rem !important; + } + .pb-md-6 { + padding-bottom: 3rem !important; + } + .pb-md-7 { + padding-bottom: 3.9975rem !important; + } + .pb-md-8 { + padding-bottom: 4.5rem !important; + } + .pb-md-9 { + padding-bottom: 6rem !important; + } + .pb-md-10 { + padding-bottom: 7.875rem !important; + } + .ps-md-0 { + padding-left: 0rem !important; + } + .ps-md-1 { + padding-left: 0.495rem !important; + } + .ps-md-2 { + padding-left: 0.75rem !important; + } + .ps-md-3 { + padding-left: 0.9975rem !important; + } + .ps-md-4 { + padding-left: 1.5rem !important; + } + .ps-md-5 { + padding-left: 2.1255rem !important; + } + .ps-md-6 { + padding-left: 3rem !important; + } + .ps-md-7 { + padding-left: 3.9975rem !important; + } + .ps-md-8 { + padding-left: 4.5rem !important; + } + .ps-md-9 { + padding-left: 6rem !important; + } + .ps-md-10 { + padding-left: 7.875rem !important; + } + .gap-md-0 { + gap: 0rem !important; + } + .gap-md-1 { + gap: 0.495rem !important; + } + .gap-md-2 { + gap: 0.75rem !important; + } + .gap-md-3 { + gap: 0.9975rem !important; + } + .gap-md-4 { + gap: 1.5rem !important; + } + .gap-md-5 { + gap: 2.1255rem !important; + } + .gap-md-6 { + gap: 3rem !important; + } + .gap-md-7 { + gap: 3.9975rem !important; + } + .gap-md-8 { + gap: 4.5rem !important; + } + .gap-md-9 { + gap: 6rem !important; + } + .gap-md-10 { + gap: 7.875rem !important; + } + .row-gap-md-0 { + row-gap: 0rem !important; + } + .row-gap-md-1 { + row-gap: 0.495rem !important; + } + .row-gap-md-2 { + row-gap: 0.75rem !important; + } + .row-gap-md-3 { + row-gap: 0.9975rem !important; + } + .row-gap-md-4 { + row-gap: 1.5rem !important; + } + .row-gap-md-5 { + row-gap: 2.1255rem !important; + } + .row-gap-md-6 { + row-gap: 3rem !important; + } + .row-gap-md-7 { + row-gap: 3.9975rem !important; + } + .row-gap-md-8 { + row-gap: 4.5rem !important; + } + .row-gap-md-9 { + row-gap: 6rem !important; + } + .row-gap-md-10 { + row-gap: 7.875rem !important; + } + .column-gap-md-0 { + -moz-column-gap: 0rem !important; + column-gap: 0rem !important; + } + .column-gap-md-1 { + -moz-column-gap: 0.495rem !important; + column-gap: 0.495rem !important; + } + .column-gap-md-2 { + -moz-column-gap: 0.75rem !important; + column-gap: 0.75rem !important; + } + .column-gap-md-3 { + -moz-column-gap: 0.9975rem !important; + column-gap: 0.9975rem !important; + } + .column-gap-md-4 { + -moz-column-gap: 1.5rem !important; + column-gap: 1.5rem !important; + } + .column-gap-md-5 { + -moz-column-gap: 2.1255rem !important; + column-gap: 2.1255rem !important; + } + .column-gap-md-6 { + -moz-column-gap: 3rem !important; + column-gap: 3rem !important; + } + .column-gap-md-7 { + -moz-column-gap: 3.9975rem !important; + column-gap: 3.9975rem !important; + } + .column-gap-md-8 { + -moz-column-gap: 4.5rem !important; + column-gap: 4.5rem !important; + } + .column-gap-md-9 { + -moz-column-gap: 6rem !important; + column-gap: 6rem !important; + } + .column-gap-md-10 { + -moz-column-gap: 7.875rem !important; + column-gap: 7.875rem !important; + } + .text-md-start { + text-align: left !important; + } + .text-md-end { + text-align: right !important; + } + .text-md-center { + text-align: center !important; + } +} +@media (min-width: 992px) { + .float-lg-start { + float: left !important; + } + .float-lg-end { + float: right !important; + } + .float-lg-none { + float: none !important; + } + .object-fit-lg-contain { + -o-object-fit: contain !important; + object-fit: contain !important; + } + .object-fit-lg-cover { + -o-object-fit: cover !important; + object-fit: cover !important; + } + .object-fit-lg-fill { + -o-object-fit: fill !important; + object-fit: fill !important; + } + .object-fit-lg-scale { + -o-object-fit: scale-down !important; + object-fit: scale-down !important; + } + .object-fit-lg-none { + -o-object-fit: none !important; + object-fit: none !important; + } + .d-lg-inline { + display: inline !important; + } + .d-lg-inline-block { + display: inline-block !important; + } + .d-lg-block { + display: block !important; + } + .d-lg-grid { + display: grid !important; + } + .d-lg-inline-grid { + display: inline-grid !important; + } + .d-lg-table { + display: table !important; + } + .d-lg-table-row { + display: table-row !important; + } + .d-lg-table-cell { + display: table-cell !important; + } + .d-lg-flex { + display: flex !important; + } + .d-lg-inline-flex { + display: inline-flex !important; + } + .d-lg-none { + display: none !important; + } + .flex-lg-fill { + flex: 1 1 auto !important; + } + .flex-lg-row { + flex-direction: row !important; + } + .flex-lg-column { + flex-direction: column !important; + } + .flex-lg-row-reverse { + flex-direction: row-reverse !important; + } + .flex-lg-column-reverse { + flex-direction: column-reverse !important; + } + .flex-lg-grow-0 { + flex-grow: 0 !important; + } + .flex-lg-grow-1 { + flex-grow: 1 !important; + } + .flex-lg-shrink-0 { + flex-shrink: 0 !important; + } + .flex-lg-shrink-1 { + flex-shrink: 1 !important; + } + .flex-lg-wrap { + flex-wrap: wrap !important; + } + .flex-lg-nowrap { + flex-wrap: nowrap !important; + } + .flex-lg-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .justify-content-lg-start { + justify-content: flex-start !important; + } + .justify-content-lg-end { + justify-content: flex-end !important; + } + .justify-content-lg-center { + justify-content: center !important; + } + .justify-content-lg-between { + justify-content: space-between !important; + } + .justify-content-lg-around { + justify-content: space-around !important; + } + .justify-content-lg-evenly { + justify-content: space-evenly !important; + } + .align-items-lg-start { + align-items: flex-start !important; + } + .align-items-lg-end { + align-items: flex-end !important; + } + .align-items-lg-center { + align-items: center !important; + } + .align-items-lg-baseline { + align-items: baseline !important; + } + .align-items-lg-stretch { + align-items: stretch !important; + } + .align-content-lg-start { + align-content: flex-start !important; + } + .align-content-lg-end { + align-content: flex-end !important; + } + .align-content-lg-center { + align-content: center !important; + } + .align-content-lg-between { + align-content: space-between !important; + } + .align-content-lg-around { + align-content: space-around !important; + } + .align-content-lg-stretch { + align-content: stretch !important; + } + .align-self-lg-auto { + align-self: auto !important; + } + .align-self-lg-start { + align-self: flex-start !important; + } + .align-self-lg-end { + align-self: flex-end !important; + } + .align-self-lg-center { + align-self: center !important; + } + .align-self-lg-baseline { + align-self: baseline !important; + } + .align-self-lg-stretch { + align-self: stretch !important; + } + .order-lg-first { + order: -1 !important; + } + .order-lg-0 { + order: 0 !important; + } + .order-lg-1 { + order: 1 !important; + } + .order-lg-2 { + order: 2 !important; + } + .order-lg-3 { + order: 3 !important; + } + .order-lg-4 { + order: 4 !important; + } + .order-lg-5 { + order: 5 !important; + } + .order-lg-last { + order: 6 !important; + } + .m-lg-0 { + margin: 0rem !important; + } + .m-lg-1 { + margin: 0.495rem !important; + } + .m-lg-2 { + margin: 0.75rem !important; + } + .m-lg-3 { + margin: 0.9975rem !important; + } + .m-lg-4 { + margin: 1.5rem !important; + } + .m-lg-5 { + margin: 2.1255rem !important; + } + .m-lg-6 { + margin: 3rem !important; + } + .m-lg-7 { + margin: 3.9975rem !important; + } + .m-lg-8 { + margin: 4.5rem !important; + } + .m-lg-9 { + margin: 6rem !important; + } + .m-lg-10 { + margin: 7.875rem !important; + } + .m-lg-auto { + margin: auto !important; + } + .mx-lg-0 { + margin-right: 0rem !important; + margin-left: 0rem !important; + } + .mx-lg-1 { + margin-right: 0.495rem !important; + margin-left: 0.495rem !important; + } + .mx-lg-2 { + margin-right: 0.75rem !important; + margin-left: 0.75rem !important; + } + .mx-lg-3 { + margin-right: 0.9975rem !important; + margin-left: 0.9975rem !important; + } + .mx-lg-4 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + .mx-lg-5 { + margin-right: 2.1255rem !important; + margin-left: 2.1255rem !important; + } + .mx-lg-6 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + .mx-lg-7 { + margin-right: 3.9975rem !important; + margin-left: 3.9975rem !important; + } + .mx-lg-8 { + margin-right: 4.5rem !important; + margin-left: 4.5rem !important; + } + .mx-lg-9 { + margin-right: 6rem !important; + margin-left: 6rem !important; + } + .mx-lg-10 { + margin-right: 7.875rem !important; + margin-left: 7.875rem !important; + } + .mx-lg-auto { + margin-right: auto !important; + margin-left: auto !important; + } + .my-lg-0 { + margin-top: 0rem !important; + margin-bottom: 0rem !important; + } + .my-lg-1 { + margin-top: 0.495rem !important; + margin-bottom: 0.495rem !important; + } + .my-lg-2 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; + } + .my-lg-3 { + margin-top: 0.9975rem !important; + margin-bottom: 0.9975rem !important; + } + .my-lg-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .my-lg-5 { + margin-top: 2.1255rem !important; + margin-bottom: 2.1255rem !important; + } + .my-lg-6 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .my-lg-7 { + margin-top: 3.9975rem !important; + margin-bottom: 3.9975rem !important; + } + .my-lg-8 { + margin-top: 4.5rem !important; + margin-bottom: 4.5rem !important; + } + .my-lg-9 { + margin-top: 6rem !important; + margin-bottom: 6rem !important; + } + .my-lg-10 { + margin-top: 7.875rem !important; + margin-bottom: 7.875rem !important; + } + .my-lg-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } + .mt-lg-0 { + margin-top: 0rem !important; + } + .mt-lg-1 { + margin-top: 0.495rem !important; + } + .mt-lg-2 { + margin-top: 0.75rem !important; + } + .mt-lg-3 { + margin-top: 0.9975rem !important; + } + .mt-lg-4 { + margin-top: 1.5rem !important; + } + .mt-lg-5 { + margin-top: 2.1255rem !important; + } + .mt-lg-6 { + margin-top: 3rem !important; + } + .mt-lg-7 { + margin-top: 3.9975rem !important; + } + .mt-lg-8 { + margin-top: 4.5rem !important; + } + .mt-lg-9 { + margin-top: 6rem !important; + } + .mt-lg-10 { + margin-top: 7.875rem !important; + } + .mt-lg-auto { + margin-top: auto !important; + } + .me-lg-0 { + margin-right: 0rem !important; + } + .me-lg-1 { + margin-right: 0.495rem !important; + } + .me-lg-2 { + margin-right: 0.75rem !important; + } + .me-lg-3 { + margin-right: 0.9975rem !important; + } + .me-lg-4 { + margin-right: 1.5rem !important; + } + .me-lg-5 { + margin-right: 2.1255rem !important; + } + .me-lg-6 { + margin-right: 3rem !important; + } + .me-lg-7 { + margin-right: 3.9975rem !important; + } + .me-lg-8 { + margin-right: 4.5rem !important; + } + .me-lg-9 { + margin-right: 6rem !important; + } + .me-lg-10 { + margin-right: 7.875rem !important; + } + .me-lg-auto { + margin-right: auto !important; + } + .mb-lg-0 { + margin-bottom: 0rem !important; + } + .mb-lg-1 { + margin-bottom: 0.495rem !important; + } + .mb-lg-2 { + margin-bottom: 0.75rem !important; + } + .mb-lg-3 { + margin-bottom: 0.9975rem !important; + } + .mb-lg-4 { + margin-bottom: 1.5rem !important; + } + .mb-lg-5 { + margin-bottom: 2.1255rem !important; + } + .mb-lg-6 { + margin-bottom: 3rem !important; + } + .mb-lg-7 { + margin-bottom: 3.9975rem !important; + } + .mb-lg-8 { + margin-bottom: 4.5rem !important; + } + .mb-lg-9 { + margin-bottom: 6rem !important; + } + .mb-lg-10 { + margin-bottom: 7.875rem !important; + } + .mb-lg-auto { + margin-bottom: auto !important; + } + .ms-lg-0 { + margin-left: 0rem !important; + } + .ms-lg-1 { + margin-left: 0.495rem !important; + } + .ms-lg-2 { + margin-left: 0.75rem !important; + } + .ms-lg-3 { + margin-left: 0.9975rem !important; + } + .ms-lg-4 { + margin-left: 1.5rem !important; + } + .ms-lg-5 { + margin-left: 2.1255rem !important; + } + .ms-lg-6 { + margin-left: 3rem !important; + } + .ms-lg-7 { + margin-left: 3.9975rem !important; + } + .ms-lg-8 { + margin-left: 4.5rem !important; + } + .ms-lg-9 { + margin-left: 6rem !important; + } + .ms-lg-10 { + margin-left: 7.875rem !important; + } + .ms-lg-auto { + margin-left: auto !important; + } + .p-lg-0 { + padding: 0rem !important; + } + .p-lg-1 { + padding: 0.495rem !important; + } + .p-lg-2 { + padding: 0.75rem !important; + } + .p-lg-3 { + padding: 0.9975rem !important; + } + .p-lg-4 { + padding: 1.5rem !important; + } + .p-lg-5 { + padding: 2.1255rem !important; + } + .p-lg-6 { + padding: 3rem !important; + } + .p-lg-7 { + padding: 3.9975rem !important; + } + .p-lg-8 { + padding: 4.5rem !important; + } + .p-lg-9 { + padding: 6rem !important; + } + .p-lg-10 { + padding: 7.875rem !important; + } + .px-lg-0 { + padding-right: 0rem !important; + padding-left: 0rem !important; + } + .px-lg-1 { + padding-right: 0.495rem !important; + padding-left: 0.495rem !important; + } + .px-lg-2 { + padding-right: 0.75rem !important; + padding-left: 0.75rem !important; + } + .px-lg-3 { + padding-right: 0.9975rem !important; + padding-left: 0.9975rem !important; + } + .px-lg-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + .px-lg-5 { + padding-right: 2.1255rem !important; + padding-left: 2.1255rem !important; + } + .px-lg-6 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + .px-lg-7 { + padding-right: 3.9975rem !important; + padding-left: 3.9975rem !important; + } + .px-lg-8 { + padding-right: 4.5rem !important; + padding-left: 4.5rem !important; + } + .px-lg-9 { + padding-right: 6rem !important; + padding-left: 6rem !important; + } + .px-lg-10 { + padding-right: 7.875rem !important; + padding-left: 7.875rem !important; + } + .py-lg-0 { + padding-top: 0rem !important; + padding-bottom: 0rem !important; + } + .py-lg-1 { + padding-top: 0.495rem !important; + padding-bottom: 0.495rem !important; + } + .py-lg-2 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; + } + .py-lg-3 { + padding-top: 0.9975rem !important; + padding-bottom: 0.9975rem !important; + } + .py-lg-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .py-lg-5 { + padding-top: 2.1255rem !important; + padding-bottom: 2.1255rem !important; + } + .py-lg-6 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .py-lg-7 { + padding-top: 3.9975rem !important; + padding-bottom: 3.9975rem !important; + } + .py-lg-8 { + padding-top: 4.5rem !important; + padding-bottom: 4.5rem !important; + } + .py-lg-9 { + padding-top: 6rem !important; + padding-bottom: 6rem !important; + } + .py-lg-10 { + padding-top: 7.875rem !important; + padding-bottom: 7.875rem !important; + } + .pt-lg-0 { + padding-top: 0rem !important; + } + .pt-lg-1 { + padding-top: 0.495rem !important; + } + .pt-lg-2 { + padding-top: 0.75rem !important; + } + .pt-lg-3 { + padding-top: 0.9975rem !important; + } + .pt-lg-4 { + padding-top: 1.5rem !important; + } + .pt-lg-5 { + padding-top: 2.1255rem !important; + } + .pt-lg-6 { + padding-top: 3rem !important; + } + .pt-lg-7 { + padding-top: 3.9975rem !important; + } + .pt-lg-8 { + padding-top: 4.5rem !important; + } + .pt-lg-9 { + padding-top: 6rem !important; + } + .pt-lg-10 { + padding-top: 7.875rem !important; + } + .pe-lg-0 { + padding-right: 0rem !important; + } + .pe-lg-1 { + padding-right: 0.495rem !important; + } + .pe-lg-2 { + padding-right: 0.75rem !important; + } + .pe-lg-3 { + padding-right: 0.9975rem !important; + } + .pe-lg-4 { + padding-right: 1.5rem !important; + } + .pe-lg-5 { + padding-right: 2.1255rem !important; + } + .pe-lg-6 { + padding-right: 3rem !important; + } + .pe-lg-7 { + padding-right: 3.9975rem !important; + } + .pe-lg-8 { + padding-right: 4.5rem !important; + } + .pe-lg-9 { + padding-right: 6rem !important; + } + .pe-lg-10 { + padding-right: 7.875rem !important; + } + .pb-lg-0 { + padding-bottom: 0rem !important; + } + .pb-lg-1 { + padding-bottom: 0.495rem !important; + } + .pb-lg-2 { + padding-bottom: 0.75rem !important; + } + .pb-lg-3 { + padding-bottom: 0.9975rem !important; + } + .pb-lg-4 { + padding-bottom: 1.5rem !important; + } + .pb-lg-5 { + padding-bottom: 2.1255rem !important; + } + .pb-lg-6 { + padding-bottom: 3rem !important; + } + .pb-lg-7 { + padding-bottom: 3.9975rem !important; + } + .pb-lg-8 { + padding-bottom: 4.5rem !important; + } + .pb-lg-9 { + padding-bottom: 6rem !important; + } + .pb-lg-10 { + padding-bottom: 7.875rem !important; + } + .ps-lg-0 { + padding-left: 0rem !important; + } + .ps-lg-1 { + padding-left: 0.495rem !important; + } + .ps-lg-2 { + padding-left: 0.75rem !important; + } + .ps-lg-3 { + padding-left: 0.9975rem !important; + } + .ps-lg-4 { + padding-left: 1.5rem !important; + } + .ps-lg-5 { + padding-left: 2.1255rem !important; + } + .ps-lg-6 { + padding-left: 3rem !important; + } + .ps-lg-7 { + padding-left: 3.9975rem !important; + } + .ps-lg-8 { + padding-left: 4.5rem !important; + } + .ps-lg-9 { + padding-left: 6rem !important; + } + .ps-lg-10 { + padding-left: 7.875rem !important; + } + .gap-lg-0 { + gap: 0rem !important; + } + .gap-lg-1 { + gap: 0.495rem !important; + } + .gap-lg-2 { + gap: 0.75rem !important; + } + .gap-lg-3 { + gap: 0.9975rem !important; + } + .gap-lg-4 { + gap: 1.5rem !important; + } + .gap-lg-5 { + gap: 2.1255rem !important; + } + .gap-lg-6 { + gap: 3rem !important; + } + .gap-lg-7 { + gap: 3.9975rem !important; + } + .gap-lg-8 { + gap: 4.5rem !important; + } + .gap-lg-9 { + gap: 6rem !important; + } + .gap-lg-10 { + gap: 7.875rem !important; + } + .row-gap-lg-0 { + row-gap: 0rem !important; + } + .row-gap-lg-1 { + row-gap: 0.495rem !important; + } + .row-gap-lg-2 { + row-gap: 0.75rem !important; + } + .row-gap-lg-3 { + row-gap: 0.9975rem !important; + } + .row-gap-lg-4 { + row-gap: 1.5rem !important; + } + .row-gap-lg-5 { + row-gap: 2.1255rem !important; + } + .row-gap-lg-6 { + row-gap: 3rem !important; + } + .row-gap-lg-7 { + row-gap: 3.9975rem !important; + } + .row-gap-lg-8 { + row-gap: 4.5rem !important; + } + .row-gap-lg-9 { + row-gap: 6rem !important; + } + .row-gap-lg-10 { + row-gap: 7.875rem !important; + } + .column-gap-lg-0 { + -moz-column-gap: 0rem !important; + column-gap: 0rem !important; + } + .column-gap-lg-1 { + -moz-column-gap: 0.495rem !important; + column-gap: 0.495rem !important; + } + .column-gap-lg-2 { + -moz-column-gap: 0.75rem !important; + column-gap: 0.75rem !important; + } + .column-gap-lg-3 { + -moz-column-gap: 0.9975rem !important; + column-gap: 0.9975rem !important; + } + .column-gap-lg-4 { + -moz-column-gap: 1.5rem !important; + column-gap: 1.5rem !important; + } + .column-gap-lg-5 { + -moz-column-gap: 2.1255rem !important; + column-gap: 2.1255rem !important; + } + .column-gap-lg-6 { + -moz-column-gap: 3rem !important; + column-gap: 3rem !important; + } + .column-gap-lg-7 { + -moz-column-gap: 3.9975rem !important; + column-gap: 3.9975rem !important; + } + .column-gap-lg-8 { + -moz-column-gap: 4.5rem !important; + column-gap: 4.5rem !important; + } + .column-gap-lg-9 { + -moz-column-gap: 6rem !important; + column-gap: 6rem !important; + } + .column-gap-lg-10 { + -moz-column-gap: 7.875rem !important; + column-gap: 7.875rem !important; + } + .text-lg-start { + text-align: left !important; + } + .text-lg-end { + text-align: right !important; + } + .text-lg-center { + text-align: center !important; + } +} +@media (min-width: 1200px) { + .float-xl-start { + float: left !important; + } + .float-xl-end { + float: right !important; + } + .float-xl-none { + float: none !important; + } + .object-fit-xl-contain { + -o-object-fit: contain !important; + object-fit: contain !important; + } + .object-fit-xl-cover { + -o-object-fit: cover !important; + object-fit: cover !important; + } + .object-fit-xl-fill { + -o-object-fit: fill !important; + object-fit: fill !important; + } + .object-fit-xl-scale { + -o-object-fit: scale-down !important; + object-fit: scale-down !important; + } + .object-fit-xl-none { + -o-object-fit: none !important; + object-fit: none !important; + } + .d-xl-inline { + display: inline !important; + } + .d-xl-inline-block { + display: inline-block !important; + } + .d-xl-block { + display: block !important; + } + .d-xl-grid { + display: grid !important; + } + .d-xl-inline-grid { + display: inline-grid !important; + } + .d-xl-table { + display: table !important; + } + .d-xl-table-row { + display: table-row !important; + } + .d-xl-table-cell { + display: table-cell !important; + } + .d-xl-flex { + display: flex !important; + } + .d-xl-inline-flex { + display: inline-flex !important; + } + .d-xl-none { + display: none !important; + } + .flex-xl-fill { + flex: 1 1 auto !important; + } + .flex-xl-row { + flex-direction: row !important; + } + .flex-xl-column { + flex-direction: column !important; + } + .flex-xl-row-reverse { + flex-direction: row-reverse !important; + } + .flex-xl-column-reverse { + flex-direction: column-reverse !important; + } + .flex-xl-grow-0 { + flex-grow: 0 !important; + } + .flex-xl-grow-1 { + flex-grow: 1 !important; + } + .flex-xl-shrink-0 { + flex-shrink: 0 !important; + } + .flex-xl-shrink-1 { + flex-shrink: 1 !important; + } + .flex-xl-wrap { + flex-wrap: wrap !important; + } + .flex-xl-nowrap { + flex-wrap: nowrap !important; + } + .flex-xl-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .justify-content-xl-start { + justify-content: flex-start !important; + } + .justify-content-xl-end { + justify-content: flex-end !important; + } + .justify-content-xl-center { + justify-content: center !important; + } + .justify-content-xl-between { + justify-content: space-between !important; + } + .justify-content-xl-around { + justify-content: space-around !important; + } + .justify-content-xl-evenly { + justify-content: space-evenly !important; + } + .align-items-xl-start { + align-items: flex-start !important; + } + .align-items-xl-end { + align-items: flex-end !important; + } + .align-items-xl-center { + align-items: center !important; + } + .align-items-xl-baseline { + align-items: baseline !important; + } + .align-items-xl-stretch { + align-items: stretch !important; + } + .align-content-xl-start { + align-content: flex-start !important; + } + .align-content-xl-end { + align-content: flex-end !important; + } + .align-content-xl-center { + align-content: center !important; + } + .align-content-xl-between { + align-content: space-between !important; + } + .align-content-xl-around { + align-content: space-around !important; + } + .align-content-xl-stretch { + align-content: stretch !important; + } + .align-self-xl-auto { + align-self: auto !important; + } + .align-self-xl-start { + align-self: flex-start !important; + } + .align-self-xl-end { + align-self: flex-end !important; + } + .align-self-xl-center { + align-self: center !important; + } + .align-self-xl-baseline { + align-self: baseline !important; + } + .align-self-xl-stretch { + align-self: stretch !important; + } + .order-xl-first { + order: -1 !important; + } + .order-xl-0 { + order: 0 !important; + } + .order-xl-1 { + order: 1 !important; + } + .order-xl-2 { + order: 2 !important; + } + .order-xl-3 { + order: 3 !important; + } + .order-xl-4 { + order: 4 !important; + } + .order-xl-5 { + order: 5 !important; + } + .order-xl-last { + order: 6 !important; + } + .m-xl-0 { + margin: 0rem !important; + } + .m-xl-1 { + margin: 0.495rem !important; + } + .m-xl-2 { + margin: 0.75rem !important; + } + .m-xl-3 { + margin: 0.9975rem !important; + } + .m-xl-4 { + margin: 1.5rem !important; + } + .m-xl-5 { + margin: 2.1255rem !important; + } + .m-xl-6 { + margin: 3rem !important; + } + .m-xl-7 { + margin: 3.9975rem !important; + } + .m-xl-8 { + margin: 4.5rem !important; + } + .m-xl-9 { + margin: 6rem !important; + } + .m-xl-10 { + margin: 7.875rem !important; + } + .m-xl-auto { + margin: auto !important; + } + .mx-xl-0 { + margin-right: 0rem !important; + margin-left: 0rem !important; + } + .mx-xl-1 { + margin-right: 0.495rem !important; + margin-left: 0.495rem !important; + } + .mx-xl-2 { + margin-right: 0.75rem !important; + margin-left: 0.75rem !important; + } + .mx-xl-3 { + margin-right: 0.9975rem !important; + margin-left: 0.9975rem !important; + } + .mx-xl-4 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + .mx-xl-5 { + margin-right: 2.1255rem !important; + margin-left: 2.1255rem !important; + } + .mx-xl-6 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + .mx-xl-7 { + margin-right: 3.9975rem !important; + margin-left: 3.9975rem !important; + } + .mx-xl-8 { + margin-right: 4.5rem !important; + margin-left: 4.5rem !important; + } + .mx-xl-9 { + margin-right: 6rem !important; + margin-left: 6rem !important; + } + .mx-xl-10 { + margin-right: 7.875rem !important; + margin-left: 7.875rem !important; + } + .mx-xl-auto { + margin-right: auto !important; + margin-left: auto !important; + } + .my-xl-0 { + margin-top: 0rem !important; + margin-bottom: 0rem !important; + } + .my-xl-1 { + margin-top: 0.495rem !important; + margin-bottom: 0.495rem !important; + } + .my-xl-2 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; + } + .my-xl-3 { + margin-top: 0.9975rem !important; + margin-bottom: 0.9975rem !important; + } + .my-xl-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .my-xl-5 { + margin-top: 2.1255rem !important; + margin-bottom: 2.1255rem !important; + } + .my-xl-6 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .my-xl-7 { + margin-top: 3.9975rem !important; + margin-bottom: 3.9975rem !important; + } + .my-xl-8 { + margin-top: 4.5rem !important; + margin-bottom: 4.5rem !important; + } + .my-xl-9 { + margin-top: 6rem !important; + margin-bottom: 6rem !important; + } + .my-xl-10 { + margin-top: 7.875rem !important; + margin-bottom: 7.875rem !important; + } + .my-xl-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } + .mt-xl-0 { + margin-top: 0rem !important; + } + .mt-xl-1 { + margin-top: 0.495rem !important; + } + .mt-xl-2 { + margin-top: 0.75rem !important; + } + .mt-xl-3 { + margin-top: 0.9975rem !important; + } + .mt-xl-4 { + margin-top: 1.5rem !important; + } + .mt-xl-5 { + margin-top: 2.1255rem !important; + } + .mt-xl-6 { + margin-top: 3rem !important; + } + .mt-xl-7 { + margin-top: 3.9975rem !important; + } + .mt-xl-8 { + margin-top: 4.5rem !important; + } + .mt-xl-9 { + margin-top: 6rem !important; + } + .mt-xl-10 { + margin-top: 7.875rem !important; + } + .mt-xl-auto { + margin-top: auto !important; + } + .me-xl-0 { + margin-right: 0rem !important; + } + .me-xl-1 { + margin-right: 0.495rem !important; + } + .me-xl-2 { + margin-right: 0.75rem !important; + } + .me-xl-3 { + margin-right: 0.9975rem !important; + } + .me-xl-4 { + margin-right: 1.5rem !important; + } + .me-xl-5 { + margin-right: 2.1255rem !important; + } + .me-xl-6 { + margin-right: 3rem !important; + } + .me-xl-7 { + margin-right: 3.9975rem !important; + } + .me-xl-8 { + margin-right: 4.5rem !important; + } + .me-xl-9 { + margin-right: 6rem !important; + } + .me-xl-10 { + margin-right: 7.875rem !important; + } + .me-xl-auto { + margin-right: auto !important; + } + .mb-xl-0 { + margin-bottom: 0rem !important; + } + .mb-xl-1 { + margin-bottom: 0.495rem !important; + } + .mb-xl-2 { + margin-bottom: 0.75rem !important; + } + .mb-xl-3 { + margin-bottom: 0.9975rem !important; + } + .mb-xl-4 { + margin-bottom: 1.5rem !important; + } + .mb-xl-5 { + margin-bottom: 2.1255rem !important; + } + .mb-xl-6 { + margin-bottom: 3rem !important; + } + .mb-xl-7 { + margin-bottom: 3.9975rem !important; + } + .mb-xl-8 { + margin-bottom: 4.5rem !important; + } + .mb-xl-9 { + margin-bottom: 6rem !important; + } + .mb-xl-10 { + margin-bottom: 7.875rem !important; + } + .mb-xl-auto { + margin-bottom: auto !important; + } + .ms-xl-0 { + margin-left: 0rem !important; + } + .ms-xl-1 { + margin-left: 0.495rem !important; + } + .ms-xl-2 { + margin-left: 0.75rem !important; + } + .ms-xl-3 { + margin-left: 0.9975rem !important; + } + .ms-xl-4 { + margin-left: 1.5rem !important; + } + .ms-xl-5 { + margin-left: 2.1255rem !important; + } + .ms-xl-6 { + margin-left: 3rem !important; + } + .ms-xl-7 { + margin-left: 3.9975rem !important; + } + .ms-xl-8 { + margin-left: 4.5rem !important; + } + .ms-xl-9 { + margin-left: 6rem !important; + } + .ms-xl-10 { + margin-left: 7.875rem !important; + } + .ms-xl-auto { + margin-left: auto !important; + } + .p-xl-0 { + padding: 0rem !important; + } + .p-xl-1 { + padding: 0.495rem !important; + } + .p-xl-2 { + padding: 0.75rem !important; + } + .p-xl-3 { + padding: 0.9975rem !important; + } + .p-xl-4 { + padding: 1.5rem !important; + } + .p-xl-5 { + padding: 2.1255rem !important; + } + .p-xl-6 { + padding: 3rem !important; + } + .p-xl-7 { + padding: 3.9975rem !important; + } + .p-xl-8 { + padding: 4.5rem !important; + } + .p-xl-9 { + padding: 6rem !important; + } + .p-xl-10 { + padding: 7.875rem !important; + } + .px-xl-0 { + padding-right: 0rem !important; + padding-left: 0rem !important; + } + .px-xl-1 { + padding-right: 0.495rem !important; + padding-left: 0.495rem !important; + } + .px-xl-2 { + padding-right: 0.75rem !important; + padding-left: 0.75rem !important; + } + .px-xl-3 { + padding-right: 0.9975rem !important; + padding-left: 0.9975rem !important; + } + .px-xl-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + .px-xl-5 { + padding-right: 2.1255rem !important; + padding-left: 2.1255rem !important; + } + .px-xl-6 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + .px-xl-7 { + padding-right: 3.9975rem !important; + padding-left: 3.9975rem !important; + } + .px-xl-8 { + padding-right: 4.5rem !important; + padding-left: 4.5rem !important; + } + .px-xl-9 { + padding-right: 6rem !important; + padding-left: 6rem !important; + } + .px-xl-10 { + padding-right: 7.875rem !important; + padding-left: 7.875rem !important; + } + .py-xl-0 { + padding-top: 0rem !important; + padding-bottom: 0rem !important; + } + .py-xl-1 { + padding-top: 0.495rem !important; + padding-bottom: 0.495rem !important; + } + .py-xl-2 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; + } + .py-xl-3 { + padding-top: 0.9975rem !important; + padding-bottom: 0.9975rem !important; + } + .py-xl-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .py-xl-5 { + padding-top: 2.1255rem !important; + padding-bottom: 2.1255rem !important; + } + .py-xl-6 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .py-xl-7 { + padding-top: 3.9975rem !important; + padding-bottom: 3.9975rem !important; + } + .py-xl-8 { + padding-top: 4.5rem !important; + padding-bottom: 4.5rem !important; + } + .py-xl-9 { + padding-top: 6rem !important; + padding-bottom: 6rem !important; + } + .py-xl-10 { + padding-top: 7.875rem !important; + padding-bottom: 7.875rem !important; + } + .pt-xl-0 { + padding-top: 0rem !important; + } + .pt-xl-1 { + padding-top: 0.495rem !important; + } + .pt-xl-2 { + padding-top: 0.75rem !important; + } + .pt-xl-3 { + padding-top: 0.9975rem !important; + } + .pt-xl-4 { + padding-top: 1.5rem !important; + } + .pt-xl-5 { + padding-top: 2.1255rem !important; + } + .pt-xl-6 { + padding-top: 3rem !important; + } + .pt-xl-7 { + padding-top: 3.9975rem !important; + } + .pt-xl-8 { + padding-top: 4.5rem !important; + } + .pt-xl-9 { + padding-top: 6rem !important; + } + .pt-xl-10 { + padding-top: 7.875rem !important; + } + .pe-xl-0 { + padding-right: 0rem !important; + } + .pe-xl-1 { + padding-right: 0.495rem !important; + } + .pe-xl-2 { + padding-right: 0.75rem !important; + } + .pe-xl-3 { + padding-right: 0.9975rem !important; + } + .pe-xl-4 { + padding-right: 1.5rem !important; + } + .pe-xl-5 { + padding-right: 2.1255rem !important; + } + .pe-xl-6 { + padding-right: 3rem !important; + } + .pe-xl-7 { + padding-right: 3.9975rem !important; + } + .pe-xl-8 { + padding-right: 4.5rem !important; + } + .pe-xl-9 { + padding-right: 6rem !important; + } + .pe-xl-10 { + padding-right: 7.875rem !important; + } + .pb-xl-0 { + padding-bottom: 0rem !important; + } + .pb-xl-1 { + padding-bottom: 0.495rem !important; + } + .pb-xl-2 { + padding-bottom: 0.75rem !important; + } + .pb-xl-3 { + padding-bottom: 0.9975rem !important; + } + .pb-xl-4 { + padding-bottom: 1.5rem !important; + } + .pb-xl-5 { + padding-bottom: 2.1255rem !important; + } + .pb-xl-6 { + padding-bottom: 3rem !important; + } + .pb-xl-7 { + padding-bottom: 3.9975rem !important; + } + .pb-xl-8 { + padding-bottom: 4.5rem !important; + } + .pb-xl-9 { + padding-bottom: 6rem !important; + } + .pb-xl-10 { + padding-bottom: 7.875rem !important; + } + .ps-xl-0 { + padding-left: 0rem !important; + } + .ps-xl-1 { + padding-left: 0.495rem !important; + } + .ps-xl-2 { + padding-left: 0.75rem !important; + } + .ps-xl-3 { + padding-left: 0.9975rem !important; + } + .ps-xl-4 { + padding-left: 1.5rem !important; + } + .ps-xl-5 { + padding-left: 2.1255rem !important; + } + .ps-xl-6 { + padding-left: 3rem !important; + } + .ps-xl-7 { + padding-left: 3.9975rem !important; + } + .ps-xl-8 { + padding-left: 4.5rem !important; + } + .ps-xl-9 { + padding-left: 6rem !important; + } + .ps-xl-10 { + padding-left: 7.875rem !important; + } + .gap-xl-0 { + gap: 0rem !important; + } + .gap-xl-1 { + gap: 0.495rem !important; + } + .gap-xl-2 { + gap: 0.75rem !important; + } + .gap-xl-3 { + gap: 0.9975rem !important; + } + .gap-xl-4 { + gap: 1.5rem !important; + } + .gap-xl-5 { + gap: 2.1255rem !important; + } + .gap-xl-6 { + gap: 3rem !important; + } + .gap-xl-7 { + gap: 3.9975rem !important; + } + .gap-xl-8 { + gap: 4.5rem !important; + } + .gap-xl-9 { + gap: 6rem !important; + } + .gap-xl-10 { + gap: 7.875rem !important; + } + .row-gap-xl-0 { + row-gap: 0rem !important; + } + .row-gap-xl-1 { + row-gap: 0.495rem !important; + } + .row-gap-xl-2 { + row-gap: 0.75rem !important; + } + .row-gap-xl-3 { + row-gap: 0.9975rem !important; + } + .row-gap-xl-4 { + row-gap: 1.5rem !important; + } + .row-gap-xl-5 { + row-gap: 2.1255rem !important; + } + .row-gap-xl-6 { + row-gap: 3rem !important; + } + .row-gap-xl-7 { + row-gap: 3.9975rem !important; + } + .row-gap-xl-8 { + row-gap: 4.5rem !important; + } + .row-gap-xl-9 { + row-gap: 6rem !important; + } + .row-gap-xl-10 { + row-gap: 7.875rem !important; + } + .column-gap-xl-0 { + -moz-column-gap: 0rem !important; + column-gap: 0rem !important; + } + .column-gap-xl-1 { + -moz-column-gap: 0.495rem !important; + column-gap: 0.495rem !important; + } + .column-gap-xl-2 { + -moz-column-gap: 0.75rem !important; + column-gap: 0.75rem !important; + } + .column-gap-xl-3 { + -moz-column-gap: 0.9975rem !important; + column-gap: 0.9975rem !important; + } + .column-gap-xl-4 { + -moz-column-gap: 1.5rem !important; + column-gap: 1.5rem !important; + } + .column-gap-xl-5 { + -moz-column-gap: 2.1255rem !important; + column-gap: 2.1255rem !important; + } + .column-gap-xl-6 { + -moz-column-gap: 3rem !important; + column-gap: 3rem !important; + } + .column-gap-xl-7 { + -moz-column-gap: 3.9975rem !important; + column-gap: 3.9975rem !important; + } + .column-gap-xl-8 { + -moz-column-gap: 4.5rem !important; + column-gap: 4.5rem !important; + } + .column-gap-xl-9 { + -moz-column-gap: 6rem !important; + column-gap: 6rem !important; + } + .column-gap-xl-10 { + -moz-column-gap: 7.875rem !important; + column-gap: 7.875rem !important; + } + .text-xl-start { + text-align: left !important; + } + .text-xl-end { + text-align: right !important; + } + .text-xl-center { + text-align: center !important; + } +} +@media (min-width: 1200px) { + .fs-1 { + font-size: 2.125rem !important; + } + .fs-2 { + font-size: 2.125rem !important; + } + .fs-3 { + font-size: 1.5rem !important; + } +} +@media print { + .d-print-inline { + display: inline !important; + } + .d-print-inline-block { + display: inline-block !important; + } + .d-print-block { + display: block !important; + } + .d-print-grid { + display: grid !important; + } + .d-print-inline-grid { + display: inline-grid !important; + } + .d-print-table { + display: table !important; + } + .d-print-table-row { + display: table-row !important; + } + .d-print-table-cell { + display: table-cell !important; + } + .d-print-flex { + display: flex !important; + } + .d-print-inline-flex { + display: inline-flex !important; + } + .d-print-none { + display: none !important; + } +} .product-bundle--view-mode-full .field { margin-bottom: 1.5rem; } diff --git a/themes/custom/apigee_kickstart/assets/css/apigee-kickstart.style.css b/themes/custom/apigee_kickstart/assets/css/apigee-kickstart.style.css index cd96add0..279a8b97 100644 --- a/themes/custom/apigee_kickstart/assets/css/apigee-kickstart.style.css +++ b/themes/custom/apigee_kickstart/assets/css/apigee-kickstart.style.css @@ -1,10814 +1,18030 @@ @charset "UTF-8"; -:root { - --blue: #2196f3; - --indigo: #6610f2; - --purple: #6f42c1; - --pink: #e83e8c; - --red: #dc3545; - --orange: #fd7e14; - --yellow: #ffc107; - --green: #53BE6D; - --teal: #20c997; - --cyan: #17a2b8; - --white: #fff; - --gray: #787878; - --gray-dark: #505050; - --blue-dark: #0c83e2; - --primary: #2196f3; - --secondary: #787878; - --success: #53BE6D; - --info: #17a2b8; - --warning: #ffc107; - --danger: #dc3545; - --light: #f0f0f0; - --dark: #505050; - --lighter: #f9f9f9; - --breakpoint-xs: 0; - --breakpoint-sm: 576px; - --breakpoint-md: 768px; - --breakpoint-lg: 992px; - --breakpoint-xl: 1200px; - --font-family-sans-serif: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; +.clearfix::after { + display: block; + clear: both; + content: ""; } -:root { - --ak-header-color-bg: var(--dark); - --ak-header-color: var(--white); - --ak-footer-color-bg: var(--dark); - --ak-footer-color: var(--white); - --ak-accent-color: var(--blue); - --ak-accent-color-light: var(--white); - --ak-accent-color-dark: var(--blue-dark); +.text-bg-primary { + color: #000 !important; + background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important; } -@media print { - *, -*::before, -*::after { - text-shadow: none !important; - box-shadow: none !important; - } - a:not(.btn) { - text-decoration: underline; - } - abbr[title]::after { - content: " (" attr(title) ")"; - } - pre { - white-space: pre-wrap !important; - } - pre, -blockquote { - border: 1px solid #a3a3a3; - page-break-inside: avoid; - } - tr, -img { - page-break-inside: avoid; - } - p, -h2, -h3 { - orphans: 3; - widows: 3; - } - h2, -h3 { - page-break-after: avoid; - } - @page { - size: a3; - } - body { - min-width: 992px !important; - } - .container { - min-width: 992px !important; - } - .navbar { - display: none; - } - .badge { - border: 1px solid #000; - } - .table { - border-collapse: collapse !important; - } - .table td, -.table th { - background-color: #fff !important; - } - .table-bordered th, -.table-bordered td { - border: 1px solid #ddd !important; - } - .table-dark { - color: inherit; - } - .table-dark th, -.table-dark td, -.table-dark thead th, -.table-dark tbody + tbody { - border-color: #f0f0f0; - } - .table .thead-dark th { - color: inherit; - border-color: #f0f0f0; - } -} -*, -*::before, -*::after { - box-sizing: border-box; +.text-bg-secondary { + color: #000 !important; + background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important; } -html { - font-family: sans-serif; - line-height: 1.15; - -webkit-text-size-adjust: 100%; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); +.text-bg-success { + color: #000 !important; + background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important; } -article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { - display: block; +.text-bg-info { + color: #000 !important; + background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important; } -body { - margin: 0; - font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - font-size: 1rem; - font-weight: 400; - line-height: 1.75; - color: #3c3c3c; - text-align: left; - background-color: #fff; +.text-bg-warning { + color: #000 !important; + background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important; } -[tabindex="-1"]:focus:not(:focus-visible) { - outline: 0 !important; +.text-bg-danger { + color: #fff !important; + background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important; } -hr { - box-sizing: content-box; - height: 0; - overflow: visible; +.text-bg-light { + color: #000 !important; + background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important; } -h1, h2, h3, h4, h5, h6 { - margin-top: 0; - margin-bottom: 0.75rem; +.text-bg-lighter { + color: #000 !important; + background-color: RGBA(var(--bs-lighter-rgb), var(--bs-bg-opacity, 1)) !important; } -p { - margin-top: 0; - margin-bottom: 1rem; +.text-bg-dark { + color: #fff !important; + background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important; } -abbr[title], -abbr[data-original-title] { - text-decoration: underline; - -webkit-text-decoration: underline dotted; - text-decoration: underline dotted; - cursor: help; - border-bottom: 0; - -webkit-text-decoration-skip-ink: none; - text-decoration-skip-ink: none; +.link-primary { + color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important; } - -address { - margin-bottom: 1rem; - font-style: normal; - line-height: inherit; +.link-primary:hover, .link-primary:focus { + color: RGBA(77, 171, 245, var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(77, 171, 245, var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(77, 171, 245, var(--bs-link-underline-opacity, 1)) !important; } -ol, -ul, -dl { - margin-top: 0; - margin-bottom: 1rem; +.link-secondary { + color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important; } - -ol ol, -ul ul, -ol ul, -ul ol { - margin-bottom: 0; +.link-secondary:hover, .link-secondary:focus { + color: RGBA(147, 147, 147, var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(147, 147, 147, var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(147, 147, 147, var(--bs-link-underline-opacity, 1)) !important; } -dt { - font-weight: 700; +.link-success { + color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important; } - -dd { - margin-bottom: 0.5rem; - margin-left: 0; +.link-success:hover, .link-success:focus { + color: RGBA(117, 203, 138, var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(117, 203, 138, var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(117, 203, 138, var(--bs-link-underline-opacity, 1)) !important; } -blockquote { - margin: 0 0 1rem; +.link-info { + color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important; } - -b, -strong { - font-weight: bolder; +.link-info:hover, .link-info:focus { + color: RGBA(69, 181, 198, var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(69, 181, 198, var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(69, 181, 198, var(--bs-link-underline-opacity, 1)) !important; } -small { - font-size: 80%; +.link-warning { + color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important; } - -sub, -sup { - position: relative; - font-size: 75%; - line-height: 0; - vertical-align: baseline; +.link-warning:hover, .link-warning:focus { + color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important; } -sub { - bottom: -0.25em; +.link-danger { + color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important; } - -sup { - top: -0.5em; +.link-danger:hover, .link-danger:focus { + color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important; } -a { - color: var(--ak-accent-color); - text-decoration: none; - background-color: transparent; +.link-light { + color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important; } -a:hover { - color: var(--ak-accent-color-dark); - text-decoration: underline; +.link-light:hover, .link-light:focus { + color: RGBA(243, 243, 243, var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(243, 243, 243, var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(243, 243, 243, var(--bs-link-underline-opacity, 1)) !important; } -a:not([href]):not([class]) { - color: inherit; - text-decoration: none; +.link-lighter { + color: RGBA(var(--bs-lighter-rgb), var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(var(--bs-lighter-rgb), var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(var(--bs-lighter-rgb), var(--bs-link-underline-opacity, 1)) !important; } -a:not([href]):not([class]):hover { - color: inherit; - text-decoration: none; +.link-lighter:hover, .link-lighter:focus { + color: RGBA(250, 250, 250, var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(250, 250, 250, var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(250, 250, 250, var(--bs-link-underline-opacity, 1)) !important; } -pre, -code, -kbd, -samp { - font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; - font-size: 1em; +.link-dark { + color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important; } - -pre { - margin-top: 0; - margin-bottom: 1rem; - overflow: auto; - -ms-overflow-style: scrollbar; +.link-dark:hover, .link-dark:focus { + color: RGBA(64, 64, 64, var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(64, 64, 64, var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(64, 64, 64, var(--bs-link-underline-opacity, 1)) !important; } -figure { - margin: 0 0 1rem; +.link-body-emphasis { + color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important; + -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important; } - -img { - vertical-align: middle; - border-style: none; +.link-body-emphasis:hover, .link-body-emphasis:focus { + color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important; + -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important; + text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important; } -svg { - overflow: hidden; - vertical-align: middle; +.focus-ring:focus { + outline: 0; + box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color); } -table { - border-collapse: collapse; +.icon-link { + display: inline-flex; + gap: 0.375rem; + align-items: center; + -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5)); + text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5)); + text-underline-offset: 0.25em; + backface-visibility: hidden; } - -caption { - padding-top: 0.75rem; - padding-bottom: 0.75rem; - color: #787878; - text-align: left; - caption-side: bottom; +.icon-link > .bi { + flex-shrink: 0; + width: 1em; + height: 1em; + fill: currentcolor; + transition: 0.2s ease-in-out transform; } - -th { - text-align: inherit; - text-align: -webkit-match-parent; +@media (prefers-reduced-motion: reduce) { + .icon-link > .bi { + transition: none; + } } -label { - display: inline-block; - margin-bottom: 0.5rem; +.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi { + transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0)); } -button { - border-radius: 0; +.ratio { + position: relative; + width: 100%; } - -button:focus:not(:focus-visible) { - outline: 0; +.ratio::before { + display: block; + padding-top: var(--bs-aspect-ratio); + content: ""; } - -input, -button, -select, -optgroup, -textarea { - margin: 0; - font-family: inherit; - font-size: inherit; - line-height: inherit; +.ratio > * { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; } -button, -input { - overflow: visible; +.ratio-1x1 { + --bs-aspect-ratio: 100%; } -button, -select { - text-transform: none; +.ratio-4x3 { + --bs-aspect-ratio: 75%; } -[role=button] { - cursor: pointer; +.ratio-16x9 { + --bs-aspect-ratio: 56.25%; } -select { - word-wrap: normal; +.ratio-21x9 { + --bs-aspect-ratio: 42.8571428571%; } -button, -[type=button], -[type=reset], -[type=submit] { - -webkit-appearance: button; +.fixed-top { + position: fixed; + top: 0; + right: 0; + left: 0; + z-index: 1030; } -button:not(:disabled), -[type=button]:not(:disabled), -[type=reset]:not(:disabled), -[type=submit]:not(:disabled) { - cursor: pointer; +.fixed-bottom { + position: fixed; + right: 0; + bottom: 0; + left: 0; + z-index: 1030; } -button::-moz-focus-inner, -[type=button]::-moz-focus-inner, -[type=reset]::-moz-focus-inner, -[type=submit]::-moz-focus-inner { - padding: 0; - border-style: none; +.sticky-top { + position: sticky; + top: 0; + z-index: 1020; } -input[type=radio], -input[type=checkbox] { - box-sizing: border-box; - padding: 0; +.sticky-bottom { + position: sticky; + bottom: 0; + z-index: 1020; } -textarea { - overflow: auto; - resize: vertical; +@media (min-width: 576px) { + .sticky-sm-top { + position: sticky; + top: 0; + z-index: 1020; + } + .sticky-sm-bottom { + position: sticky; + bottom: 0; + z-index: 1020; + } } - -fieldset { - min-width: 0; - padding: 0; - margin: 0; - border: 0; +@media (min-width: 768px) { + .sticky-md-top { + position: sticky; + top: 0; + z-index: 1020; + } + .sticky-md-bottom { + position: sticky; + bottom: 0; + z-index: 1020; + } } - -legend { - display: block; - width: 100%; - max-width: 100%; - padding: 0; - margin-bottom: 0.5rem; - font-size: 1.5rem; - line-height: inherit; - color: inherit; - white-space: normal; +@media (min-width: 992px) { + .sticky-lg-top { + position: sticky; + top: 0; + z-index: 1020; + } + .sticky-lg-bottom { + position: sticky; + bottom: 0; + z-index: 1020; + } } - -progress { - vertical-align: baseline; +@media (min-width: 1200px) { + .sticky-xl-top { + position: sticky; + top: 0; + z-index: 1020; + } + .sticky-xl-bottom { + position: sticky; + bottom: 0; + z-index: 1020; + } +} +.hstack { + display: flex; + flex-direction: row; + align-items: center; + align-self: stretch; } -[type=number]::-webkit-inner-spin-button, -[type=number]::-webkit-outer-spin-button { - height: auto; +.vstack { + display: flex; + flex: 1 1 auto; + flex-direction: column; + align-self: stretch; } -[type=search] { - outline-offset: -2px; - -webkit-appearance: none; +.visually-hidden, +.visually-hidden-focusable:not(:focus):not(:focus-within) { + width: 1px !important; + height: 1px !important; + padding: 0 !important; + margin: -1px !important; + overflow: hidden !important; + clip: rect(0, 0, 0, 0) !important; + white-space: nowrap !important; + border: 0 !important; +} +.visually-hidden:not(caption), +.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) { + position: absolute !important; } -[type=search]::-webkit-search-decoration { - -webkit-appearance: none; +.stretched-link::after { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1; + content: ""; } -::-webkit-file-upload-button { - font: inherit; - -webkit-appearance: button; +.text-truncate { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } -output { +.vr { display: inline-block; + align-self: stretch; + width: var(--bs-border-width); + min-height: 1em; + background-color: currentcolor; + opacity: 1; } -summary { - display: list-item; - cursor: pointer; +.align-baseline { + vertical-align: baseline !important; } -template { - display: none; +.align-top { + vertical-align: top !important; } -[hidden] { - display: none !important; +.align-middle { + vertical-align: middle !important; } -h1, h2, h3, h4, h5, h6, -.h1, .h2, .h3, .h4, .h5, .h6 { - margin-bottom: 0.75rem; - font-weight: 400; - line-height: 1.175; +.align-bottom { + vertical-align: bottom !important; } -h1, .h1 { - font-size: 2.125rem; +.align-text-bottom { + vertical-align: text-bottom !important; } -h2, .h2 { - font-size: 2.125rem; +.align-text-top { + vertical-align: text-top !important; } -h3, .h3 { - font-size: 1.5rem; +.float-start { + float: left !important; } -h4, .h4 { - font-size: 1.25rem; +.float-end { + float: right !important; } -h5, .h5 { - font-size: 1rem; +.float-none { + float: none !important; } -h6, .h6 { - font-size: 0.875rem; +.object-fit-contain { + -o-object-fit: contain !important; + object-fit: contain !important; } -.lead { - font-size: 1.25rem; - font-weight: 300; +.object-fit-cover { + -o-object-fit: cover !important; + object-fit: cover !important; } -.display-1 { - font-size: 4.5rem; - font-weight: 300; - line-height: 1.175; +.object-fit-fill { + -o-object-fit: fill !important; + object-fit: fill !important; } -.display-2 { - font-size: 3.5rem; - font-weight: 300; - line-height: 1.175; +.object-fit-scale { + -o-object-fit: scale-down !important; + object-fit: scale-down !important; } -.display-3 { - font-size: 2.5rem; - font-weight: 300; - line-height: 1.175; +.object-fit-none { + -o-object-fit: none !important; + object-fit: none !important; } -.display-4 { - font-size: 1.5rem; - font-weight: 300; - line-height: 1.175; +.opacity-0 { + opacity: 0 !important; } -hr { - margin-top: 3.9975rem; - margin-bottom: 3.9975rem; - border: 0; - border-top: 1px solid rgba(0, 0, 0, 0.1); +.opacity-25 { + opacity: 0.25 !important; } -small, -.small { - font-size: 80%; - font-weight: 400; +.opacity-50 { + opacity: 0.5 !important; } -mark, -.mark { - padding: 0.2em; - background-color: #fcf8e3; +.opacity-75 { + opacity: 0.75 !important; } -.list-unstyled { - padding-left: 0; - list-style: none; +.opacity-100 { + opacity: 1 !important; } -.list-inline { - padding-left: 0; - list-style: none; +.overflow-auto { + overflow: auto !important; } -.list-inline-item { - display: inline-block; +.overflow-hidden { + overflow: hidden !important; } -.list-inline-item:not(:last-child) { - margin-right: 0.5rem; + +.overflow-visible { + overflow: visible !important; } -.initialism { - font-size: 90%; - text-transform: uppercase; +.overflow-scroll { + overflow: scroll !important; } -.blockquote { - margin-bottom: 1.5rem; - font-size: 1.5rem; +.overflow-x-auto { + overflow-x: auto !important; } -.blockquote-footer { - display: block; - font-size: 80%; - color: #787878; +.overflow-x-hidden { + overflow-x: hidden !important; } -.blockquote-footer::before { - content: "— "; + +.overflow-x-visible { + overflow-x: visible !important; } -.img-fluid { - max-width: 100%; - height: auto; +.overflow-x-scroll { + overflow-x: scroll !important; } -.img-thumbnail, .text img, [class$=__body] img, -.cke_widget_image img { - padding: 0.25rem; - background-color: #fff; - border: 1px solid #ddd; - border-radius: 2px; - max-width: 100%; - height: auto; +.overflow-y-auto { + overflow-y: auto !important; } -.figure { - display: inline-block; +.overflow-y-hidden { + overflow-y: hidden !important; } -.figure-img { - margin-bottom: 0.75rem; - line-height: 1; +.overflow-y-visible { + overflow-y: visible !important; } -.figure-caption { - font-size: 90%; - color: #787878; +.overflow-y-scroll { + overflow-y: scroll !important; } -code { - font-size: 87.5%; - color: #e83e8c; - word-wrap: break-word; +.d-inline { + display: inline !important; } -a > code { - color: inherit; + +.d-inline-block { + display: inline-block !important; } -kbd { - padding: 0.2rem 0.4rem; - font-size: 87.5%; - color: #fff; - background-color: #3c3c3c; - border-radius: 2px; +.d-block { + display: block !important; } -kbd kbd { - padding: 0; - font-size: 100%; - font-weight: 700; + +.d-grid { + display: grid !important; } -pre { - display: block; - font-size: 87.5%; - color: #3c3c3c; +.d-inline-grid { + display: inline-grid !important; } -pre code { - font-size: inherit; - color: inherit; - word-break: normal; + +.d-table { + display: table !important; } -.pre-scrollable { - max-height: 340px; - overflow-y: scroll; +.d-table-row { + display: table-row !important; } -.container, -.container-fluid, -.container-xl, -.container-lg, -.container-md, -.container-sm { - width: 100%; - padding-right: 15px; - padding-left: 15px; - margin-right: auto; - margin-left: auto; +.d-table-cell { + display: table-cell !important; } -@media (min-width: 576px) { - .container-sm, .container { - max-width: 540px; - } +.d-flex { + display: flex !important; } -@media (min-width: 768px) { - .container-md, .container-sm, .container { - max-width: 720px; - } + +.d-inline-flex { + display: inline-flex !important; } -@media (min-width: 992px) { - .container-lg, .container-md, .container-sm, .container { - max-width: 960px; - } + +.d-none { + display: none !important; } -@media (min-width: 1200px) { - .container-xl, .container-lg, .container-md, .container-sm, .container { - max-width: 1140px; - } + +.shadow { + box-shadow: var(--bs-box-shadow) !important; } -.row { - display: flex; - flex-wrap: wrap; - margin-right: -15px; - margin-left: -15px; + +.shadow-sm { + box-shadow: var(--bs-box-shadow-sm) !important; } -.no-gutters { - margin-right: 0; - margin-left: 0; +.shadow-lg { + box-shadow: var(--bs-box-shadow-lg) !important; } -.no-gutters > .col, -.no-gutters > [class*=col-] { - padding-right: 0; - padding-left: 0; + +.shadow-none { + box-shadow: none !important; } -.col-xl, -.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, -.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, -.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, -.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, -.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 { - position: relative; - width: 100%; - padding-right: 15px; - padding-left: 15px; +.focus-ring-primary { + --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity)); } -.col { - flex-basis: 0; - flex-grow: 1; - max-width: 100%; +.focus-ring-secondary { + --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity)); } -.row-cols-1 > * { - flex: 0 0 100%; - max-width: 100%; +.focus-ring-success { + --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity)); } -.row-cols-2 > * { - flex: 0 0 50%; - max-width: 50%; +.focus-ring-info { + --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity)); } -.row-cols-3 > * { - flex: 0 0 33.3333333333%; - max-width: 33.3333333333%; +.focus-ring-warning { + --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity)); } -.row-cols-4 > * { - flex: 0 0 25%; - max-width: 25%; +.focus-ring-danger { + --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity)); } -.row-cols-5 > * { - flex: 0 0 20%; - max-width: 20%; +.focus-ring-light { + --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity)); } -.row-cols-6 > * { - flex: 0 0 16.6666666667%; - max-width: 16.6666666667%; +.focus-ring-lighter { + --bs-focus-ring-color: rgba(var(--bs-lighter-rgb), var(--bs-focus-ring-opacity)); } -.col-auto { - flex: 0 0 auto; - width: auto; - max-width: 100%; +.focus-ring-dark { + --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity)); } -.col-1 { - flex: 0 0 8.33333333%; - max-width: 8.33333333%; +.position-static { + position: static !important; } -.col-2 { - flex: 0 0 16.66666667%; - max-width: 16.66666667%; +.position-relative { + position: relative !important; } -.col-3 { - flex: 0 0 25%; - max-width: 25%; +.position-absolute { + position: absolute !important; } -.col-4 { - flex: 0 0 33.33333333%; - max-width: 33.33333333%; +.position-fixed { + position: fixed !important; } -.col-5 { - flex: 0 0 41.66666667%; - max-width: 41.66666667%; +.position-sticky { + position: sticky !important; } -.col-6 { - flex: 0 0 50%; - max-width: 50%; +.top-0 { + top: 0 !important; } -.col-7 { - flex: 0 0 58.33333333%; - max-width: 58.33333333%; +.top-50 { + top: 50% !important; } -.col-8 { - flex: 0 0 66.66666667%; - max-width: 66.66666667%; +.top-100 { + top: 100% !important; } -.col-9 { - flex: 0 0 75%; - max-width: 75%; +.bottom-0 { + bottom: 0 !important; } -.col-10 { - flex: 0 0 83.33333333%; - max-width: 83.33333333%; +.bottom-50 { + bottom: 50% !important; } -.col-11 { - flex: 0 0 91.66666667%; - max-width: 91.66666667%; +.bottom-100 { + bottom: 100% !important; } -.col-12 { - flex: 0 0 100%; - max-width: 100%; +.start-0 { + left: 0 !important; } -.order-first { - order: -1; +.start-50 { + left: 50% !important; } -.order-last { - order: 13; +.start-100 { + left: 100% !important; } -.order-0 { - order: 0; +.end-0 { + right: 0 !important; } -.order-1 { - order: 1; +.end-50 { + right: 50% !important; } -.order-2 { - order: 2; +.end-100 { + right: 100% !important; } -.order-3 { - order: 3; +.translate-middle { + transform: translate(-50%, -50%) !important; } -.order-4 { - order: 4; +.translate-middle-x { + transform: translateX(-50%) !important; } -.order-5 { - order: 5; +.translate-middle-y { + transform: translateY(-50%) !important; } -.order-6 { - order: 6; +.border { + border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; } -.order-7 { - order: 7; +.border-0 { + border: 0 !important; } -.order-8 { - order: 8; +.border-top { + border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; } -.order-9 { - order: 9; +.border-top-0 { + border-top: 0 !important; } -.order-10 { - order: 10; +.border-end { + border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; } -.order-11 { - order: 11; +.border-end-0 { + border-right: 0 !important; } -.order-12 { - order: 12; +.border-bottom { + border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; } -.offset-1 { - margin-left: 8.33333333%; +.border-bottom-0 { + border-bottom: 0 !important; } -.offset-2 { - margin-left: 16.66666667%; +.border-start { + border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; } -.offset-3 { - margin-left: 25%; +.border-start-0 { + border-left: 0 !important; } -.offset-4 { - margin-left: 33.33333333%; +.border-primary { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important; } -.offset-5 { - margin-left: 41.66666667%; +.border-secondary { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important; } -.offset-6 { - margin-left: 50%; +.border-success { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important; } -.offset-7 { - margin-left: 58.33333333%; +.border-info { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important; } -.offset-8 { - margin-left: 66.66666667%; +.border-warning { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important; } -.offset-9 { - margin-left: 75%; +.border-danger { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important; } -.offset-10 { - margin-left: 83.33333333%; +.border-light { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important; } -.offset-11 { - margin-left: 91.66666667%; +.border-lighter { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-lighter-rgb), var(--bs-border-opacity)) !important; } -@media (min-width: 576px) { - .col-sm { - flex-basis: 0; - flex-grow: 1; - max-width: 100%; - } - .row-cols-sm-1 > * { - flex: 0 0 100%; - max-width: 100%; - } - .row-cols-sm-2 > * { - flex: 0 0 50%; - max-width: 50%; - } - .row-cols-sm-3 > * { - flex: 0 0 33.3333333333%; - max-width: 33.3333333333%; - } - .row-cols-sm-4 > * { - flex: 0 0 25%; - max-width: 25%; - } - .row-cols-sm-5 > * { - flex: 0 0 20%; - max-width: 20%; - } - .row-cols-sm-6 > * { - flex: 0 0 16.6666666667%; - max-width: 16.6666666667%; - } - .col-sm-auto { - flex: 0 0 auto; - width: auto; - max-width: 100%; - } - .col-sm-1 { - flex: 0 0 8.33333333%; - max-width: 8.33333333%; - } - .col-sm-2 { - flex: 0 0 16.66666667%; - max-width: 16.66666667%; - } - .col-sm-3 { - flex: 0 0 25%; - max-width: 25%; - } - .col-sm-4 { - flex: 0 0 33.33333333%; - max-width: 33.33333333%; - } - .col-sm-5 { - flex: 0 0 41.66666667%; - max-width: 41.66666667%; - } - .col-sm-6 { - flex: 0 0 50%; - max-width: 50%; - } - .col-sm-7 { - flex: 0 0 58.33333333%; - max-width: 58.33333333%; - } - .col-sm-8 { - flex: 0 0 66.66666667%; - max-width: 66.66666667%; - } - .col-sm-9 { - flex: 0 0 75%; - max-width: 75%; - } - .col-sm-10 { - flex: 0 0 83.33333333%; - max-width: 83.33333333%; - } - .col-sm-11 { - flex: 0 0 91.66666667%; - max-width: 91.66666667%; - } - .col-sm-12 { - flex: 0 0 100%; - max-width: 100%; - } - .order-sm-first { - order: -1; - } - .order-sm-last { - order: 13; - } - .order-sm-0 { - order: 0; - } - .order-sm-1 { - order: 1; - } - .order-sm-2 { - order: 2; - } - .order-sm-3 { - order: 3; - } - .order-sm-4 { - order: 4; - } - .order-sm-5 { - order: 5; - } - .order-sm-6 { - order: 6; - } - .order-sm-7 { - order: 7; - } - .order-sm-8 { - order: 8; - } - .order-sm-9 { - order: 9; - } - .order-sm-10 { - order: 10; - } - .order-sm-11 { - order: 11; - } - .order-sm-12 { - order: 12; - } - .offset-sm-0 { - margin-left: 0; - } - .offset-sm-1 { - margin-left: 8.33333333%; - } - .offset-sm-2 { - margin-left: 16.66666667%; - } - .offset-sm-3 { - margin-left: 25%; - } - .offset-sm-4 { - margin-left: 33.33333333%; - } - .offset-sm-5 { - margin-left: 41.66666667%; - } - .offset-sm-6 { - margin-left: 50%; - } - .offset-sm-7 { - margin-left: 58.33333333%; - } - .offset-sm-8 { - margin-left: 66.66666667%; - } - .offset-sm-9 { - margin-left: 75%; - } - .offset-sm-10 { - margin-left: 83.33333333%; - } - .offset-sm-11 { - margin-left: 91.66666667%; - } +.border-dark { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important; } -@media (min-width: 768px) { - .col-md { - flex-basis: 0; - flex-grow: 1; - max-width: 100%; - } - .row-cols-md-1 > * { - flex: 0 0 100%; - max-width: 100%; - } - .row-cols-md-2 > * { - flex: 0 0 50%; - max-width: 50%; - } - .row-cols-md-3 > * { - flex: 0 0 33.3333333333%; - max-width: 33.3333333333%; - } - .row-cols-md-4 > * { - flex: 0 0 25%; - max-width: 25%; - } - .row-cols-md-5 > * { - flex: 0 0 20%; - max-width: 20%; - } - .row-cols-md-6 > * { - flex: 0 0 16.6666666667%; - max-width: 16.6666666667%; - } - .col-md-auto { - flex: 0 0 auto; - width: auto; - max-width: 100%; - } - .col-md-1 { - flex: 0 0 8.33333333%; - max-width: 8.33333333%; - } - .col-md-2 { - flex: 0 0 16.66666667%; - max-width: 16.66666667%; - } - .col-md-3 { - flex: 0 0 25%; - max-width: 25%; - } - .col-md-4 { - flex: 0 0 33.33333333%; - max-width: 33.33333333%; - } - .col-md-5 { - flex: 0 0 41.66666667%; - max-width: 41.66666667%; - } - .col-md-6 { - flex: 0 0 50%; - max-width: 50%; - } - .col-md-7 { - flex: 0 0 58.33333333%; - max-width: 58.33333333%; - } - .col-md-8 { - flex: 0 0 66.66666667%; - max-width: 66.66666667%; - } - .col-md-9 { - flex: 0 0 75%; - max-width: 75%; - } - .col-md-10 { - flex: 0 0 83.33333333%; - max-width: 83.33333333%; - } - .col-md-11 { - flex: 0 0 91.66666667%; - max-width: 91.66666667%; - } - .col-md-12 { - flex: 0 0 100%; - max-width: 100%; - } - .order-md-first { - order: -1; - } - .order-md-last { - order: 13; - } - .order-md-0 { - order: 0; - } - .order-md-1 { - order: 1; - } - .order-md-2 { - order: 2; - } - .order-md-3 { - order: 3; - } - .order-md-4 { - order: 4; - } - .order-md-5 { - order: 5; - } - .order-md-6 { - order: 6; - } - .order-md-7 { - order: 7; - } - .order-md-8 { - order: 8; - } - .order-md-9 { - order: 9; - } - .order-md-10 { - order: 10; - } - .order-md-11 { - order: 11; - } - .order-md-12 { - order: 12; - } - .offset-md-0 { - margin-left: 0; - } - .offset-md-1 { - margin-left: 8.33333333%; - } - .offset-md-2 { - margin-left: 16.66666667%; - } - .offset-md-3 { - margin-left: 25%; - } - .offset-md-4 { - margin-left: 33.33333333%; - } - .offset-md-5 { - margin-left: 41.66666667%; - } - .offset-md-6 { - margin-left: 50%; - } - .offset-md-7 { - margin-left: 58.33333333%; - } - .offset-md-8 { - margin-left: 66.66666667%; - } - .offset-md-9 { - margin-left: 75%; - } - .offset-md-10 { - margin-left: 83.33333333%; - } - .offset-md-11 { - margin-left: 91.66666667%; - } + +.border-black { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important; } -@media (min-width: 992px) { - .col-lg { - flex-basis: 0; - flex-grow: 1; - max-width: 100%; - } - .row-cols-lg-1 > * { - flex: 0 0 100%; - max-width: 100%; - } - .row-cols-lg-2 > * { - flex: 0 0 50%; - max-width: 50%; - } - .row-cols-lg-3 > * { - flex: 0 0 33.3333333333%; - max-width: 33.3333333333%; - } - .row-cols-lg-4 > * { - flex: 0 0 25%; - max-width: 25%; - } - .row-cols-lg-5 > * { - flex: 0 0 20%; - max-width: 20%; - } - .row-cols-lg-6 > * { - flex: 0 0 16.6666666667%; - max-width: 16.6666666667%; - } - .col-lg-auto { - flex: 0 0 auto; - width: auto; - max-width: 100%; - } - .col-lg-1 { - flex: 0 0 8.33333333%; - max-width: 8.33333333%; - } - .col-lg-2 { - flex: 0 0 16.66666667%; - max-width: 16.66666667%; - } - .col-lg-3 { - flex: 0 0 25%; - max-width: 25%; - } - .col-lg-4 { - flex: 0 0 33.33333333%; - max-width: 33.33333333%; - } - .col-lg-5 { - flex: 0 0 41.66666667%; - max-width: 41.66666667%; - } - .col-lg-6 { - flex: 0 0 50%; - max-width: 50%; - } - .col-lg-7 { - flex: 0 0 58.33333333%; - max-width: 58.33333333%; - } - .col-lg-8 { - flex: 0 0 66.66666667%; - max-width: 66.66666667%; - } - .col-lg-9 { - flex: 0 0 75%; - max-width: 75%; - } - .col-lg-10 { - flex: 0 0 83.33333333%; - max-width: 83.33333333%; - } - .col-lg-11 { - flex: 0 0 91.66666667%; - max-width: 91.66666667%; - } - .col-lg-12 { - flex: 0 0 100%; - max-width: 100%; - } - .order-lg-first { - order: -1; - } - .order-lg-last { - order: 13; - } - .order-lg-0 { - order: 0; - } - .order-lg-1 { - order: 1; - } - .order-lg-2 { - order: 2; - } - .order-lg-3 { - order: 3; - } - .order-lg-4 { - order: 4; - } - .order-lg-5 { - order: 5; - } - .order-lg-6 { - order: 6; - } - .order-lg-7 { - order: 7; - } - .order-lg-8 { - order: 8; - } - .order-lg-9 { - order: 9; - } - .order-lg-10 { - order: 10; - } - .order-lg-11 { - order: 11; - } - .order-lg-12 { - order: 12; - } - .offset-lg-0 { - margin-left: 0; - } - .offset-lg-1 { - margin-left: 8.33333333%; - } - .offset-lg-2 { - margin-left: 16.66666667%; - } - .offset-lg-3 { - margin-left: 25%; - } - .offset-lg-4 { - margin-left: 33.33333333%; - } - .offset-lg-5 { - margin-left: 41.66666667%; - } - .offset-lg-6 { - margin-left: 50%; - } - .offset-lg-7 { - margin-left: 58.33333333%; - } - .offset-lg-8 { - margin-left: 66.66666667%; - } - .offset-lg-9 { - margin-left: 75%; - } - .offset-lg-10 { - margin-left: 83.33333333%; - } - .offset-lg-11 { - margin-left: 91.66666667%; - } + +.border-white { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important; } -@media (min-width: 1200px) { - .col-xl { - flex-basis: 0; - flex-grow: 1; - max-width: 100%; - } - .row-cols-xl-1 > * { - flex: 0 0 100%; - max-width: 100%; - } - .row-cols-xl-2 > * { - flex: 0 0 50%; - max-width: 50%; - } - .row-cols-xl-3 > * { - flex: 0 0 33.3333333333%; - max-width: 33.3333333333%; - } - .row-cols-xl-4 > * { - flex: 0 0 25%; - max-width: 25%; - } - .row-cols-xl-5 > * { - flex: 0 0 20%; - max-width: 20%; - } - .row-cols-xl-6 > * { - flex: 0 0 16.6666666667%; - max-width: 16.6666666667%; - } - .col-xl-auto { - flex: 0 0 auto; - width: auto; - max-width: 100%; - } - .col-xl-1 { - flex: 0 0 8.33333333%; - max-width: 8.33333333%; - } - .col-xl-2 { - flex: 0 0 16.66666667%; - max-width: 16.66666667%; - } - .col-xl-3 { - flex: 0 0 25%; - max-width: 25%; - } - .col-xl-4 { - flex: 0 0 33.33333333%; - max-width: 33.33333333%; - } - .col-xl-5 { - flex: 0 0 41.66666667%; - max-width: 41.66666667%; - } - .col-xl-6 { - flex: 0 0 50%; - max-width: 50%; - } - .col-xl-7 { - flex: 0 0 58.33333333%; - max-width: 58.33333333%; - } - .col-xl-8 { - flex: 0 0 66.66666667%; - max-width: 66.66666667%; - } - .col-xl-9 { - flex: 0 0 75%; - max-width: 75%; - } - .col-xl-10 { - flex: 0 0 83.33333333%; - max-width: 83.33333333%; - } - .col-xl-11 { - flex: 0 0 91.66666667%; - max-width: 91.66666667%; - } - .col-xl-12 { - flex: 0 0 100%; - max-width: 100%; - } - .order-xl-first { - order: -1; - } - .order-xl-last { - order: 13; - } - .order-xl-0 { - order: 0; - } - .order-xl-1 { - order: 1; - } - .order-xl-2 { - order: 2; - } - .order-xl-3 { - order: 3; - } - .order-xl-4 { - order: 4; - } - .order-xl-5 { - order: 5; - } - .order-xl-6 { - order: 6; - } - .order-xl-7 { - order: 7; - } - .order-xl-8 { - order: 8; - } - .order-xl-9 { - order: 9; - } - .order-xl-10 { - order: 10; - } - .order-xl-11 { - order: 11; - } - .order-xl-12 { - order: 12; - } - .offset-xl-0 { - margin-left: 0; - } - .offset-xl-1 { - margin-left: 8.33333333%; - } - .offset-xl-2 { - margin-left: 16.66666667%; - } - .offset-xl-3 { - margin-left: 25%; - } - .offset-xl-4 { - margin-left: 33.33333333%; - } - .offset-xl-5 { - margin-left: 41.66666667%; - } - .offset-xl-6 { - margin-left: 50%; - } - .offset-xl-7 { - margin-left: 58.33333333%; - } - .offset-xl-8 { - margin-left: 66.66666667%; - } - .offset-xl-9 { - margin-left: 75%; - } - .offset-xl-10 { - margin-left: 83.33333333%; - } - .offset-xl-11 { - margin-left: 91.66666667%; - } + +.border-primary-subtle { + border-color: var(--bs-primary-border-subtle) !important; } -.table { - width: 100%; - margin-bottom: 1.5rem; - color: #3c3c3c; + +.border-secondary-subtle { + border-color: var(--bs-secondary-border-subtle) !important; } -.table th, -.table td { - padding: 0.75rem; - vertical-align: top; - border-top: 1px solid #f0f0f0; + +.border-success-subtle { + border-color: var(--bs-success-border-subtle) !important; } -.table thead th { - vertical-align: bottom; - border-bottom: 2px solid #f0f0f0; + +.border-info-subtle { + border-color: var(--bs-info-border-subtle) !important; } -.table tbody + tbody { - border-top: 2px solid #f0f0f0; + +.border-warning-subtle { + border-color: var(--bs-warning-border-subtle) !important; } -.table-sm th, -.table-sm td { - padding: 0.3rem; +.border-danger-subtle { + border-color: var(--bs-danger-border-subtle) !important; } -.table-bordered { - border: 1px solid #f0f0f0; +.border-light-subtle { + border-color: var(--bs-light-border-subtle) !important; } -.table-bordered th, -.table-bordered td { - border: 1px solid #f0f0f0; + +.border-dark-subtle { + border-color: var(--bs-dark-border-subtle) !important; } -.table-bordered thead th, -.table-bordered thead td { - border-bottom-width: 2px; + +.border-1 { + border-width: 1px !important; } -.table-borderless th, -.table-borderless td, -.table-borderless thead th, -.table-borderless tbody + tbody { - border: 0; +.border-2 { + border-width: 2px !important; } -.table-striped tbody tr:nth-of-type(odd) { - background-color: rgba(0, 0, 0, 0.05); +.border-3 { + border-width: 3px !important; } -.table-hover tbody tr:hover { - color: #3c3c3c; - background-color: rgba(0, 0, 0, 0.075); +.border-4 { + border-width: 4px !important; } -.table-primary, -.table-primary > th, -.table-primary > td { - background-color: #c1e2fc; +.border-5 { + border-width: 5px !important; } -.table-primary th, -.table-primary td, -.table-primary thead th, -.table-primary tbody + tbody { - border-color: #8cc8f9; + +.border-opacity-10 { + --bs-border-opacity: 0.1; } -.table-hover .table-primary:hover { - background-color: #a9d7fb; +.border-opacity-25 { + --bs-border-opacity: 0.25; } -.table-hover .table-primary:hover > td, -.table-hover .table-primary:hover > th { - background-color: #a9d7fb; + +.border-opacity-50 { + --bs-border-opacity: 0.5; } -.table-secondary, -.table-secondary > th, -.table-secondary > td { - background-color: #d9d9d9; +.border-opacity-75 { + --bs-border-opacity: 0.75; } -.table-secondary th, -.table-secondary td, -.table-secondary thead th, -.table-secondary tbody + tbody { - border-color: #b9b9b9; + +.border-opacity-100 { + --bs-border-opacity: 1; } -.table-hover .table-secondary:hover { - background-color: #cccccc; +.w-25 { + width: 25% !important; } -.table-hover .table-secondary:hover > td, -.table-hover .table-secondary:hover > th { - background-color: #cccccc; + +.w-50 { + width: 50% !important; } -.table-success, -.table-success > th, -.table-success > td { - background-color: #cfedd6; +.w-75 { + width: 75% !important; } -.table-success th, -.table-success td, -.table-success thead th, -.table-success tbody + tbody { - border-color: #a6ddb3; + +.w-100 { + width: 100% !important; } -.table-hover .table-success:hover { - background-color: #bce6c6; +.w-auto { + width: auto !important; } -.table-hover .table-success:hover > td, -.table-hover .table-success:hover > th { - background-color: #bce6c6; + +.mw-100 { + max-width: 100% !important; } -.table-info, -.table-info > th, -.table-info > td { - background-color: #bee5eb; +.vw-100 { + width: 100vw !important; } -.table-info th, -.table-info td, -.table-info thead th, -.table-info tbody + tbody { - border-color: #86cfda; + +.min-vw-100 { + min-width: 100vw !important; } -.table-hover .table-info:hover { - background-color: #abdde5; +.h-25 { + height: 25% !important; } -.table-hover .table-info:hover > td, -.table-hover .table-info:hover > th { - background-color: #abdde5; + +.h-50 { + height: 50% !important; } -.table-warning, -.table-warning > th, -.table-warning > td { - background-color: #ffeeba; +.h-75 { + height: 75% !important; } -.table-warning th, -.table-warning td, -.table-warning thead th, -.table-warning tbody + tbody { - border-color: #ffdf7e; + +.h-100 { + height: 100% !important; } -.table-hover .table-warning:hover { - background-color: #ffe8a1; +.h-auto { + height: auto !important; } -.table-hover .table-warning:hover > td, -.table-hover .table-warning:hover > th { - background-color: #ffe8a1; + +.mh-100 { + max-height: 100% !important; } -.table-danger, -.table-danger > th, -.table-danger > td { - background-color: #f5c6cb; +.vh-100 { + height: 100vh !important; } -.table-danger th, -.table-danger td, -.table-danger thead th, -.table-danger tbody + tbody { - border-color: #ed969e; + +.min-vh-100 { + min-height: 100vh !important; } -.table-hover .table-danger:hover { - background-color: #f1b0b7; +.flex-fill { + flex: 1 1 auto !important; } -.table-hover .table-danger:hover > td, -.table-hover .table-danger:hover > th { - background-color: #f1b0b7; + +.flex-row { + flex-direction: row !important; } -.table-light, -.table-light > th, -.table-light > td { - background-color: #fbfbfb; +.flex-column { + flex-direction: column !important; } -.table-light th, -.table-light td, -.table-light thead th, -.table-light tbody + tbody { - border-color: #f7f7f7; + +.flex-row-reverse { + flex-direction: row-reverse !important; } -.table-hover .table-light:hover { - background-color: #eeeeee; +.flex-column-reverse { + flex-direction: column-reverse !important; } -.table-hover .table-light:hover > td, -.table-hover .table-light:hover > th { - background-color: #eeeeee; + +.flex-grow-0 { + flex-grow: 0 !important; } -.table-dark, -.table-dark > th, -.table-dark > td { - background-color: #cecece; +.flex-grow-1 { + flex-grow: 1 !important; } -.table-dark th, -.table-dark td, -.table-dark thead th, -.table-dark tbody + tbody { - border-color: #a4a4a4; + +.flex-shrink-0 { + flex-shrink: 0 !important; } -.table-hover .table-dark:hover { - background-color: #c1c1c1; +.flex-shrink-1 { + flex-shrink: 1 !important; } -.table-hover .table-dark:hover > td, -.table-hover .table-dark:hover > th { - background-color: #c1c1c1; + +.flex-wrap { + flex-wrap: wrap !important; } -.table-lighter, -.table-lighter > th, -.table-lighter > td { - background-color: #fdfdfd; +.flex-nowrap { + flex-wrap: nowrap !important; } -.table-lighter th, -.table-lighter td, -.table-lighter thead th, -.table-lighter tbody + tbody { - border-color: #fcfcfc; + +.flex-wrap-reverse { + flex-wrap: wrap-reverse !important; } -.table-hover .table-lighter:hover { - background-color: #f0f0f0; +.justify-content-start { + justify-content: flex-start !important; } -.table-hover .table-lighter:hover > td, -.table-hover .table-lighter:hover > th { - background-color: #f0f0f0; + +.justify-content-end { + justify-content: flex-end !important; } -.table-active, -.table-active > th, -.table-active > td { - background-color: rgba(0, 0, 0, 0.075); +.justify-content-center { + justify-content: center !important; } -.table-hover .table-active:hover { - background-color: rgba(0, 0, 0, 0.075); +.justify-content-between { + justify-content: space-between !important; } -.table-hover .table-active:hover > td, -.table-hover .table-active:hover > th { - background-color: rgba(0, 0, 0, 0.075); + +.justify-content-around { + justify-content: space-around !important; } -.table .thead-dark th { - color: #fff; - background-color: #505050; - border-color: #636363; +.justify-content-evenly { + justify-content: space-evenly !important; } -.table .thead-light th { - color: #495057; - background-color: #f0f0f0; - border-color: #f0f0f0; + +.align-items-start { + align-items: flex-start !important; } -.table-dark { - color: #fff; - background-color: #505050; +.align-items-end { + align-items: flex-end !important; } -.table-dark th, -.table-dark td, -.table-dark thead th { - border-color: #636363; + +.align-items-center { + align-items: center !important; } -.table-dark.table-bordered { - border: 0; + +.align-items-baseline { + align-items: baseline !important; } -.table-dark.table-striped tbody tr:nth-of-type(odd) { - background-color: rgba(255, 255, 255, 0.05); + +.align-items-stretch { + align-items: stretch !important; } -.table-dark.table-hover tbody tr:hover { - color: #fff; - background-color: rgba(255, 255, 255, 0.075); + +.align-content-start { + align-content: flex-start !important; } -@media (max-width: 575.98px) { - .table-responsive-sm { - display: block; - width: 100%; - overflow-x: auto; - -webkit-overflow-scrolling: touch; - } - .table-responsive-sm > .table-bordered { - border: 0; - } +.align-content-end { + align-content: flex-end !important; } -@media (max-width: 767.98px) { - .table-responsive-md { - display: block; - width: 100%; - overflow-x: auto; - -webkit-overflow-scrolling: touch; - } - .table-responsive-md > .table-bordered { - border: 0; - } + +.align-content-center { + align-content: center !important; } -@media (max-width: 991.98px) { - .table-responsive-lg { - display: block; - width: 100%; - overflow-x: auto; - -webkit-overflow-scrolling: touch; - } - .table-responsive-lg > .table-bordered { - border: 0; - } + +.align-content-between { + align-content: space-between !important; } -@media (max-width: 1199.98px) { - .table-responsive-xl { - display: block; - width: 100%; - overflow-x: auto; - -webkit-overflow-scrolling: touch; - } - .table-responsive-xl > .table-bordered { - border: 0; - } + +.align-content-around { + align-content: space-around !important; } -.table-responsive { - display: block; - width: 100%; - overflow-x: auto; - -webkit-overflow-scrolling: touch; + +.align-content-stretch { + align-content: stretch !important; } -.table-responsive > .table-bordered { - border: 0; + +.align-self-auto { + align-self: auto !important; } -.form-control { - display: block; - width: 100%; - height: calc(1.75em + 1rem + 2px); - padding: 0.5rem 1.25rem; - font-size: 1rem; - font-weight: 400; - line-height: 1.75; - color: #495057; - background-color: #fff; - background-clip: padding-box; - border: 1px solid #c8c8c8; - border-radius: 2px; - transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; +.align-self-start { + align-self: flex-start !important; } -@media (prefers-reduced-motion: reduce) { - .form-control { - transition: none; - } + +.align-self-end { + align-self: flex-end !important; } -.form-control::-ms-expand { - background-color: transparent; - border: 0; + +.align-self-center { + align-self: center !important; } -.form-control:focus { - color: #495057; - background-color: #fff; - border-color: #9acffa; - outline: 0; - box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25); + +.align-self-baseline { + align-self: baseline !important; } -.form-control::-moz-placeholder { - color: #787878; - opacity: 1; + +.align-self-stretch { + align-self: stretch !important; } -.form-control::placeholder { - color: #787878; - opacity: 1; + +.order-first { + order: -1 !important; } -.form-control:disabled, .form-control[readonly] { - background-color: #f0f0f0; - opacity: 1; + +.order-0 { + order: 0 !important; } -input[type=date].form-control, -input[type=time].form-control, -input[type=datetime-local].form-control, -input[type=month].form-control { - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; +.order-1 { + order: 1 !important; } -select.form-control:-moz-focusring { - color: transparent; - text-shadow: 0 0 0 #495057; +.order-2 { + order: 2 !important; } -select.form-control:focus::-ms-value { - color: #495057; - background-color: #fff; + +.order-3 { + order: 3 !important; } -.form-control-file, -.form-control-range { - display: block; - width: 100%; +.order-4 { + order: 4 !important; } -.col-form-label { - padding-top: calc(0.5rem + 1px); - padding-bottom: calc(0.5rem + 1px); - margin-bottom: 0; - font-size: inherit; - line-height: 1.75; +.order-5 { + order: 5 !important; } -.col-form-label-lg { - padding-top: calc(1rem + 1px); - padding-bottom: calc(1rem + 1px); - font-size: 1.25rem; - line-height: 1; +.order-last { + order: 6 !important; } -.col-form-label-sm { - padding-top: calc(0.25rem + 1px); - padding-bottom: calc(0.25rem + 1px); - font-size: 0.875rem; - line-height: 1.75; +.m-0 { + margin: 0rem !important; } -.form-control-plaintext { - display: block; - width: 100%; - padding: 0.5rem 0; - margin-bottom: 0; - font-size: 1rem; - line-height: 1.75; - color: #3c3c3c; - background-color: transparent; - border: solid transparent; - border-width: 1px 0; -} -.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg { - padding-right: 0; - padding-left: 0; +.m-1 { + margin: 0.495rem !important; } -.form-control-sm { - height: calc(1.75em + 0.5rem + 2px); - padding: 0.25rem 0.5rem; - font-size: 0.875rem; - line-height: 1.75; - border-radius: 2px; +.m-2 { + margin: 0.75rem !important; } -.form-control-lg { - height: calc(1em + 2rem + 2px); - padding: 1rem 0.875rem; - font-size: 1.25rem; - line-height: 1; - border-radius: 4px; +.m-3 { + margin: 0.9975rem !important; } -select.form-control[size], select.form-control[multiple] { - height: auto; +.m-4 { + margin: 1.5rem !important; } -textarea.form-control { - height: auto; +.m-5 { + margin: 2.1255rem !important; } -.form-group { - margin-bottom: 1rem; +.m-6 { + margin: 3rem !important; } -.form-text { - display: block; - margin-top: 0.25rem; +.m-7 { + margin: 3.9975rem !important; } -.form-row { - display: flex; - flex-wrap: wrap; - margin-right: -5px; - margin-left: -5px; +.m-8 { + margin: 4.5rem !important; } -.form-row > .col, -.form-row > [class*=col-] { - padding-right: 5px; - padding-left: 5px; + +.m-9 { + margin: 6rem !important; } -.form-check { - position: relative; - display: block; - padding-left: 1.25rem; +.m-10 { + margin: 7.875rem !important; } -.form-check-input { - position: absolute; - margin-top: 0.3rem; - margin-left: -1.25rem; +.m-auto { + margin: auto !important; } -.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label { - color: #787878; + +.mx-0 { + margin-right: 0rem !important; + margin-left: 0rem !important; } -.form-check-label { - margin-bottom: 0; +.mx-1 { + margin-right: 0.495rem !important; + margin-left: 0.495rem !important; } -.form-check-inline { - display: inline-flex; - align-items: center; - padding-left: 0; - margin-right: 0.75rem; +.mx-2 { + margin-right: 0.75rem !important; + margin-left: 0.75rem !important; } -.form-check-inline .form-check-input { - position: static; - margin-top: 0; - margin-right: 0.3125rem; - margin-left: 0; + +.mx-3 { + margin-right: 0.9975rem !important; + margin-left: 0.9975rem !important; } -.valid-feedback { - display: none; - width: 100%; - margin-top: 0.25rem; - font-size: 80%; - color: #53BE6D; +.mx-4 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; } -.valid-tooltip { - position: absolute; - top: 100%; - left: 0; - z-index: 5; - display: none; - max-width: 100%; - padding: 0.25rem 0.5rem; - margin-top: 0.1rem; - font-size: 0.875rem; - line-height: 1.75; - color: #fff; - background-color: rgba(83, 190, 109, 0.9); - border-radius: 2px; +.mx-5 { + margin-right: 2.1255rem !important; + margin-left: 2.1255rem !important; } -.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip { - left: 5px; + +.mx-6 { + margin-right: 3rem !important; + margin-left: 3rem !important; } -.was-validated :valid ~ .valid-feedback, -.was-validated :valid ~ .valid-tooltip, -.is-valid ~ .valid-feedback, -.is-valid ~ .valid-tooltip { - display: block; +.mx-7 { + margin-right: 3.9975rem !important; + margin-left: 3.9975rem !important; } -.was-validated .form-control:valid, .form-control.is-valid { - border-color: #53BE6D; - padding-right: calc(1.75em + 1rem) !important; - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'3e%3cpath fill='%2353BE6D' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/3e%3c/svg%3e"); - background-repeat: no-repeat; - background-position: right calc(0.4375em + 0.25rem) center; - background-size: calc(0.875em + 0.5rem) calc(0.875em + 0.5rem); +.mx-8 { + margin-right: 4.5rem !important; + margin-left: 4.5rem !important; } -.was-validated .form-control:valid:focus, .form-control.is-valid:focus { - border-color: #53BE6D; - box-shadow: 0 0 0 0.2rem rgba(83, 190, 109, 0.25); + +.mx-9 { + margin-right: 6rem !important; + margin-left: 6rem !important; } -.was-validated select.form-control:valid, select.form-control.is-valid { - padding-right: 5rem !important; - background-position: right 2.5rem center; +.mx-10 { + margin-right: 7.875rem !important; + margin-left: 7.875rem !important; } -.was-validated textarea.form-control:valid, textarea.form-control.is-valid { - padding-right: calc(1.75em + 1rem); - background-position: top calc(0.4375em + 0.25rem) right calc(0.4375em + 0.25rem); +.mx-auto { + margin-right: auto !important; + margin-left: auto !important; } -.was-validated .custom-select:valid, .custom-select.is-valid { - border-color: #53BE6D; - padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem) !important; - background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'3e%3cpath fill='%23505050' d='M2 0L0 2h4zm0 5L0 3h4z'/3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'3e%3cpath fill='%2353BE6D' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/3e%3c/svg%3e") center right 1.75rem/calc(0.875em + 0.5rem) calc(0.875em + 0.5rem) no-repeat; +.my-0 { + margin-top: 0rem !important; + margin-bottom: 0rem !important; } -.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus { - border-color: #53BE6D; - box-shadow: 0 0 0 0.2rem rgba(83, 190, 109, 0.25); + +.my-1 { + margin-top: 0.495rem !important; + margin-bottom: 0.495rem !important; } -.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label { - color: #53BE6D; +.my-2 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; } -.was-validated .form-check-input:valid ~ .valid-feedback, -.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, -.form-check-input.is-valid ~ .valid-tooltip { - display: block; + +.my-3 { + margin-top: 0.9975rem !important; + margin-bottom: 0.9975rem !important; } -.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label { - color: #53BE6D; +.my-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; } -.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before { - border-color: #53BE6D; + +.my-5 { + margin-top: 2.1255rem !important; + margin-bottom: 2.1255rem !important; } -.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before { - border-color: #78cc8c; - background-color: #78cc8c; + +.my-6 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; } -.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before { - box-shadow: 0 0 0 0.2rem rgba(83, 190, 109, 0.25); + +.my-7 { + margin-top: 3.9975rem !important; + margin-bottom: 3.9975rem !important; } -.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before { - border-color: #53BE6D; + +.my-8 { + margin-top: 4.5rem !important; + margin-bottom: 4.5rem !important; } -.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label { - border-color: #53BE6D; +.my-9 { + margin-top: 6rem !important; + margin-bottom: 6rem !important; } -.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label { - border-color: #53BE6D; - box-shadow: 0 0 0 0.2rem rgba(83, 190, 109, 0.25); + +.my-10 { + margin-top: 7.875rem !important; + margin-bottom: 7.875rem !important; } -.invalid-feedback { - display: none; - width: 100%; - margin-top: 0.25rem; - font-size: 80%; - color: #dc3545; +.my-auto { + margin-top: auto !important; + margin-bottom: auto !important; } -.invalid-tooltip { - position: absolute; - top: 100%; - left: 0; - z-index: 5; - display: none; - max-width: 100%; - padding: 0.25rem 0.5rem; - margin-top: 0.1rem; - font-size: 0.875rem; - line-height: 1.75; - color: #fff; - background-color: rgba(220, 53, 69, 0.9); - border-radius: 2px; +.mt-0 { + margin-top: 0rem !important; } -.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip { - left: 5px; + +.mt-1 { + margin-top: 0.495rem !important; } -.was-validated :invalid ~ .invalid-feedback, -.was-validated :invalid ~ .invalid-tooltip, -.is-invalid ~ .invalid-feedback, -.is-invalid ~ .invalid-tooltip { - display: block; +.mt-2 { + margin-top: 0.75rem !important; } -.was-validated .form-control:invalid, .form-control.is-invalid { - border-color: #dc3545; - padding-right: calc(1.75em + 1rem) !important; - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/3e%3ccircle r='.5'/3e%3ccircle cx='3' r='.5'/3e%3ccircle cy='3' r='.5'/3e%3ccircle cx='3' cy='3' r='.5'/3e%3c/svg%3e"); - background-repeat: no-repeat; - background-position: right calc(0.4375em + 0.25rem) center; - background-size: calc(0.875em + 0.5rem) calc(0.875em + 0.5rem); +.mt-3 { + margin-top: 0.9975rem !important; } -.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus { - border-color: #dc3545; - box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); + +.mt-4 { + margin-top: 1.5rem !important; } -.was-validated select.form-control:invalid, select.form-control.is-invalid { - padding-right: 5rem !important; - background-position: right 2.5rem center; +.mt-5 { + margin-top: 2.1255rem !important; } -.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid { - padding-right: calc(1.75em + 1rem); - background-position: top calc(0.4375em + 0.25rem) right calc(0.4375em + 0.25rem); +.mt-6 { + margin-top: 3rem !important; } -.was-validated .custom-select:invalid, .custom-select.is-invalid { - border-color: #dc3545; - padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem) !important; - background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'3e%3cpath fill='%23505050' d='M2 0L0 2h4zm0 5L0 3h4z'/3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/3e%3ccircle r='.5'/3e%3ccircle cx='3' r='.5'/3e%3ccircle cy='3' r='.5'/3e%3ccircle cx='3' cy='3' r='.5'/3e%3c/svg%3e") center right 1.75rem/calc(0.875em + 0.5rem) calc(0.875em + 0.5rem) no-repeat; +.mt-7 { + margin-top: 3.9975rem !important; } -.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus { - border-color: #dc3545; - box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); + +.mt-8 { + margin-top: 4.5rem !important; } -.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label { - color: #dc3545; +.mt-9 { + margin-top: 6rem !important; } -.was-validated .form-check-input:invalid ~ .invalid-feedback, -.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, -.form-check-input.is-invalid ~ .invalid-tooltip { - display: block; + +.mt-10 { + margin-top: 7.875rem !important; } -.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label { - color: #dc3545; +.mt-auto { + margin-top: auto !important; } -.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before { - border-color: #dc3545; + +.me-0 { + margin-right: 0rem !important; } -.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before { - border-color: #e4606d; - background-color: #e4606d; + +.me-1 { + margin-right: 0.495rem !important; } -.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before { - box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); + +.me-2 { + margin-right: 0.75rem !important; } -.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before { - border-color: #dc3545; + +.me-3 { + margin-right: 0.9975rem !important; } -.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label { - border-color: #dc3545; +.me-4 { + margin-right: 1.5rem !important; } -.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label { - border-color: #dc3545; - box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); + +.me-5 { + margin-right: 2.1255rem !important; } -.form-inline { - display: flex; - flex-flow: row wrap; - align-items: center; +.me-6 { + margin-right: 3rem !important; } -.form-inline .form-check { - width: 100%; + +.me-7 { + margin-right: 3.9975rem !important; } -@media (min-width: 576px) { - .form-inline label { - display: flex; - align-items: center; - justify-content: center; - margin-bottom: 0; - } - .form-inline .form-group { - display: flex; - flex: 0 0 auto; - flex-flow: row wrap; - align-items: center; - margin-bottom: 0; - } - .form-inline .form-control { - display: inline-block; - width: auto; - vertical-align: middle; - } - .form-inline .form-control-plaintext { - display: inline-block; - } - .form-inline .input-group, -.form-inline .custom-select { - width: auto; - } - .form-inline .form-check { - display: flex; - align-items: center; - justify-content: center; - width: auto; - padding-left: 0; - } - .form-inline .form-check-input { - position: relative; - flex-shrink: 0; - margin-top: 0; - margin-right: 0.25rem; - margin-left: 0; - } - .form-inline .custom-control { - align-items: center; - justify-content: center; - } - .form-inline .custom-control-label { - margin-bottom: 0; - } + +.me-8 { + margin-right: 4.5rem !important; } -.btn { - display: inline-block; - font-weight: 400; - color: #3c3c3c; - text-align: center; - vertical-align: middle; - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - background-color: transparent; - border: 1px solid transparent; - padding: 0.5rem 1.25rem; - font-size: 1rem; - line-height: 1.75; - border-radius: 2px; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; +.me-9 { + margin-right: 6rem !important; } -@media (prefers-reduced-motion: reduce) { - .btn { - transition: none; - } + +.me-10 { + margin-right: 7.875rem !important; } -.btn:hover { - color: #3c3c3c; - text-decoration: none; + +.me-auto { + margin-right: auto !important; } -.btn:focus, .btn.focus { - outline: 0; - box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25); + +.mb-0 { + margin-bottom: 0rem !important; } -.btn.disabled, .btn:disabled { - opacity: 0.65; + +.mb-1 { + margin-bottom: 0.495rem !important; } -.btn:not(:disabled):not(.disabled) { - cursor: pointer; + +.mb-2 { + margin-bottom: 0.75rem !important; } -a.btn.disabled, -fieldset:disabled a.btn { - pointer-events: none; + +.mb-3 { + margin-bottom: 0.9975rem !important; } -.btn-primary { - color: #fff; - background-color: #2196f3; - border-color: #2196f3; +.mb-4 { + margin-bottom: 1.5rem !important; } -.btn-primary:hover { - color: #fff; - background-color: #0c83e2; - border-color: #0c7cd5; + +.mb-5 { + margin-bottom: 2.1255rem !important; } -.btn-primary:focus, .btn-primary.focus { - color: #fff; - background-color: #0c83e2; - border-color: #0c7cd5; - box-shadow: 0 0 0 0.2rem rgba(66, 166, 245, 0.5); + +.mb-6 { + margin-bottom: 3rem !important; } -.btn-primary.disabled, .btn-primary:disabled { - color: #fff; - background-color: #2196f3; - border-color: #2196f3; + +.mb-7 { + margin-bottom: 3.9975rem !important; } -.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle { - color: #fff; - background-color: #0c7cd5; - border-color: #0b75c9; + +.mb-8 { + margin-bottom: 4.5rem !important; } -.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(66, 166, 245, 0.5); + +.mb-9 { + margin-bottom: 6rem !important; } -.btn-secondary { - color: #fff; - background-color: #787878; - border-color: #787878; +.mb-10 { + margin-bottom: 7.875rem !important; } -.btn-secondary:hover { - color: #fff; - background-color: #656565; - border-color: #5f5f5f; + +.mb-auto { + margin-bottom: auto !important; } -.btn-secondary:focus, .btn-secondary.focus { - color: #fff; - background-color: #656565; - border-color: #5f5f5f; - box-shadow: 0 0 0 0.2rem rgba(140, 140, 140, 0.5); + +.ms-0 { + margin-left: 0rem !important; } -.btn-secondary.disabled, .btn-secondary:disabled { - color: #fff; - background-color: #787878; - border-color: #787878; + +.ms-1 { + margin-left: 0.495rem !important; } -.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle { - color: #fff; - background-color: #5f5f5f; - border-color: #585858; + +.ms-2 { + margin-left: 0.75rem !important; } -.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(140, 140, 140, 0.5); + +.ms-3 { + margin-left: 0.9975rem !important; } -.btn-success { - color: #fff; - background-color: #53BE6D; - border-color: #53BE6D; +.ms-4 { + margin-left: 1.5rem !important; } -.btn-success:hover { - color: #fff; - background-color: #40aa5a; - border-color: #3da155; + +.ms-5 { + margin-left: 2.1255rem !important; } -.btn-success:focus, .btn-success.focus { - color: #fff; - background-color: #40aa5a; - border-color: #3da155; - box-shadow: 0 0 0 0.2rem rgba(109, 200, 131, 0.5); + +.ms-6 { + margin-left: 3rem !important; } -.btn-success.disabled, .btn-success:disabled { - color: #fff; - background-color: #53BE6D; - border-color: #53BE6D; + +.ms-7 { + margin-left: 3.9975rem !important; } -.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle { - color: #fff; - background-color: #3da155; - border-color: #399850; + +.ms-8 { + margin-left: 4.5rem !important; } -.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(109, 200, 131, 0.5); + +.ms-9 { + margin-left: 6rem !important; } -.btn-info { - color: #fff; - background-color: #17a2b8; - border-color: #17a2b8; +.ms-10 { + margin-left: 7.875rem !important; } -.btn-info:hover { - color: #fff; - background-color: #138496; - border-color: #117a8b; + +.ms-auto { + margin-left: auto !important; } -.btn-info:focus, .btn-info.focus { - color: #fff; - background-color: #138496; - border-color: #117a8b; - box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); + +.p-0 { + padding: 0rem !important; } -.btn-info.disabled, .btn-info:disabled { - color: #fff; - background-color: #17a2b8; - border-color: #17a2b8; + +.p-1 { + padding: 0.495rem !important; } -.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle { - color: #fff; - background-color: #117a8b; - border-color: #10707f; + +.p-2 { + padding: 0.75rem !important; } -.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); + +.p-3 { + padding: 0.9975rem !important; } -.btn-warning { - color: #3c3c3c; - background-color: #ffc107; - border-color: #ffc107; +.p-4 { + padding: 1.5rem !important; } -.btn-warning:hover { - color: #3c3c3c; - background-color: #e0a800; - border-color: #d39e00; + +.p-5 { + padding: 2.1255rem !important; } -.btn-warning:focus, .btn-warning.focus { - color: #3c3c3c; - background-color: #e0a800; - border-color: #d39e00; - box-shadow: 0 0 0 0.2rem rgba(226, 173, 15, 0.5); + +.p-6 { + padding: 3rem !important; } -.btn-warning.disabled, .btn-warning:disabled { - color: #3c3c3c; - background-color: #ffc107; - border-color: #ffc107; + +.p-7 { + padding: 3.9975rem !important; } -.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle { - color: #3c3c3c; - background-color: #d39e00; - border-color: #c69500; + +.p-8 { + padding: 4.5rem !important; } -.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(226, 173, 15, 0.5); + +.p-9 { + padding: 6rem !important; } -.btn-danger { - color: #fff; - background-color: #dc3545; - border-color: #dc3545; +.p-10 { + padding: 7.875rem !important; } -.btn-danger:hover { - color: #fff; - background-color: #c82333; - border-color: #bd2130; + +.px-0 { + padding-right: 0rem !important; + padding-left: 0rem !important; } -.btn-danger:focus, .btn-danger.focus { - color: #fff; - background-color: #c82333; - border-color: #bd2130; - box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); + +.px-1 { + padding-right: 0.495rem !important; + padding-left: 0.495rem !important; } -.btn-danger.disabled, .btn-danger:disabled { - color: #fff; - background-color: #dc3545; - border-color: #dc3545; + +.px-2 { + padding-right: 0.75rem !important; + padding-left: 0.75rem !important; } -.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle { - color: #fff; - background-color: #bd2130; - border-color: #b21f2d; + +.px-3 { + padding-right: 0.9975rem !important; + padding-left: 0.9975rem !important; } -.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); + +.px-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; } -.btn-light { - color: #3c3c3c; - background-color: #f0f0f0; - border-color: #f0f0f0; +.px-5 { + padding-right: 2.1255rem !important; + padding-left: 2.1255rem !important; } -.btn-light:hover { - color: #3c3c3c; - background-color: #dddddd; - border-color: #d7d7d7; + +.px-6 { + padding-right: 3rem !important; + padding-left: 3rem !important; } -.btn-light:focus, .btn-light.focus { - color: #3c3c3c; - background-color: #dddddd; - border-color: #d7d7d7; - box-shadow: 0 0 0 0.2rem rgba(213, 213, 213, 0.5); + +.px-7 { + padding-right: 3.9975rem !important; + padding-left: 3.9975rem !important; } -.btn-light.disabled, .btn-light:disabled { - color: #3c3c3c; - background-color: #f0f0f0; - border-color: #f0f0f0; + +.px-8 { + padding-right: 4.5rem !important; + padding-left: 4.5rem !important; } -.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle { - color: #3c3c3c; - background-color: #d7d7d7; - border-color: #d0d0d0; + +.px-9 { + padding-right: 6rem !important; + padding-left: 6rem !important; } -.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(213, 213, 213, 0.5); + +.px-10 { + padding-right: 7.875rem !important; + padding-left: 7.875rem !important; } -.btn-dark { - color: #fff; - background-color: #505050; - border-color: #505050; +.py-0 { + padding-top: 0rem !important; + padding-bottom: 0rem !important; } -.btn-dark:hover { - color: #fff; - background-color: #3d3d3d; - border-color: #373737; + +.py-1 { + padding-top: 0.495rem !important; + padding-bottom: 0.495rem !important; } -.btn-dark:focus, .btn-dark.focus { - color: #fff; - background-color: #3d3d3d; - border-color: #373737; - box-shadow: 0 0 0 0.2rem rgba(106, 106, 106, 0.5); + +.py-2 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; } -.btn-dark.disabled, .btn-dark:disabled { - color: #fff; - background-color: #505050; - border-color: #505050; + +.py-3 { + padding-top: 0.9975rem !important; + padding-bottom: 0.9975rem !important; } -.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle { - color: #fff; - background-color: #373737; - border-color: #303030; + +.py-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; } -.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(106, 106, 106, 0.5); + +.py-5 { + padding-top: 2.1255rem !important; + padding-bottom: 2.1255rem !important; } -.btn-lighter { - color: #3c3c3c; - background-color: #f9f9f9; - border-color: #f9f9f9; +.py-6 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; } -.btn-lighter:hover { - color: #3c3c3c; - background-color: #e6e6e6; - border-color: #e0e0e0; + +.py-7 { + padding-top: 3.9975rem !important; + padding-bottom: 3.9975rem !important; } -.btn-lighter:focus, .btn-lighter.focus { - color: #3c3c3c; - background-color: #e6e6e6; - border-color: #e0e0e0; - box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5); + +.py-8 { + padding-top: 4.5rem !important; + padding-bottom: 4.5rem !important; } -.btn-lighter.disabled, .btn-lighter:disabled { - color: #3c3c3c; - background-color: #f9f9f9; - border-color: #f9f9f9; + +.py-9 { + padding-top: 6rem !important; + padding-bottom: 6rem !important; } -.btn-lighter:not(:disabled):not(.disabled):active, .btn-lighter:not(:disabled):not(.disabled).active, .show > .btn-lighter.dropdown-toggle { - color: #3c3c3c; - background-color: #e0e0e0; - border-color: #d9d9d9; + +.py-10 { + padding-top: 7.875rem !important; + padding-bottom: 7.875rem !important; } -.btn-lighter:not(:disabled):not(.disabled):active:focus, .btn-lighter:not(:disabled):not(.disabled).active:focus, .show > .btn-lighter.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5); + +.pt-0 { + padding-top: 0rem !important; } -.btn-outline-primary { - color: #2196f3; - border-color: #2196f3; +.pt-1 { + padding-top: 0.495rem !important; } -.btn-outline-primary:hover { - color: #fff; - background-color: #2196f3; - border-color: #2196f3; + +.pt-2 { + padding-top: 0.75rem !important; } -.btn-outline-primary:focus, .btn-outline-primary.focus { - box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5); + +.pt-3 { + padding-top: 0.9975rem !important; } -.btn-outline-primary.disabled, .btn-outline-primary:disabled { - color: #2196f3; - background-color: transparent; + +.pt-4 { + padding-top: 1.5rem !important; } -.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle { - color: #fff; - background-color: #2196f3; - border-color: #2196f3; + +.pt-5 { + padding-top: 2.1255rem !important; } -.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5); + +.pt-6 { + padding-top: 3rem !important; } -.btn-outline-secondary { - color: #787878; - border-color: #787878; +.pt-7 { + padding-top: 3.9975rem !important; } -.btn-outline-secondary:hover { - color: #fff; - background-color: #787878; - border-color: #787878; + +.pt-8 { + padding-top: 4.5rem !important; } -.btn-outline-secondary:focus, .btn-outline-secondary.focus { - box-shadow: 0 0 0 0.2rem rgba(120, 120, 120, 0.5); + +.pt-9 { + padding-top: 6rem !important; } -.btn-outline-secondary.disabled, .btn-outline-secondary:disabled { - color: #787878; - background-color: transparent; + +.pt-10 { + padding-top: 7.875rem !important; } -.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle { - color: #fff; - background-color: #787878; - border-color: #787878; + +.pe-0 { + padding-right: 0rem !important; } -.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(120, 120, 120, 0.5); + +.pe-1 { + padding-right: 0.495rem !important; } -.btn-outline-success { - color: #53BE6D; - border-color: #53BE6D; +.pe-2 { + padding-right: 0.75rem !important; } -.btn-outline-success:hover { - color: #fff; - background-color: #53BE6D; - border-color: #53BE6D; + +.pe-3 { + padding-right: 0.9975rem !important; } -.btn-outline-success:focus, .btn-outline-success.focus { - box-shadow: 0 0 0 0.2rem rgba(83, 190, 109, 0.5); + +.pe-4 { + padding-right: 1.5rem !important; } -.btn-outline-success.disabled, .btn-outline-success:disabled { - color: #53BE6D; - background-color: transparent; + +.pe-5 { + padding-right: 2.1255rem !important; } -.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle { - color: #fff; - background-color: #53BE6D; - border-color: #53BE6D; + +.pe-6 { + padding-right: 3rem !important; } -.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(83, 190, 109, 0.5); + +.pe-7 { + padding-right: 3.9975rem !important; } -.btn-outline-info { - color: #17a2b8; - border-color: #17a2b8; +.pe-8 { + padding-right: 4.5rem !important; } -.btn-outline-info:hover { - color: #fff; - background-color: #17a2b8; - border-color: #17a2b8; + +.pe-9 { + padding-right: 6rem !important; } -.btn-outline-info:focus, .btn-outline-info.focus { - box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); + +.pe-10 { + padding-right: 7.875rem !important; } -.btn-outline-info.disabled, .btn-outline-info:disabled { - color: #17a2b8; - background-color: transparent; + +.pb-0 { + padding-bottom: 0rem !important; } -.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle { - color: #fff; - background-color: #17a2b8; - border-color: #17a2b8; + +.pb-1 { + padding-bottom: 0.495rem !important; } -.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); + +.pb-2 { + padding-bottom: 0.75rem !important; } -.btn-outline-warning { - color: #ffc107; - border-color: #ffc107; +.pb-3 { + padding-bottom: 0.9975rem !important; } -.btn-outline-warning:hover { - color: #3c3c3c; - background-color: #ffc107; - border-color: #ffc107; + +.pb-4 { + padding-bottom: 1.5rem !important; } -.btn-outline-warning:focus, .btn-outline-warning.focus { - box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); + +.pb-5 { + padding-bottom: 2.1255rem !important; } -.btn-outline-warning.disabled, .btn-outline-warning:disabled { - color: #ffc107; - background-color: transparent; + +.pb-6 { + padding-bottom: 3rem !important; } -.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle { - color: #3c3c3c; - background-color: #ffc107; - border-color: #ffc107; + +.pb-7 { + padding-bottom: 3.9975rem !important; } -.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); + +.pb-8 { + padding-bottom: 4.5rem !important; } -.btn-outline-danger { - color: #dc3545; - border-color: #dc3545; +.pb-9 { + padding-bottom: 6rem !important; } -.btn-outline-danger:hover { - color: #fff; - background-color: #dc3545; - border-color: #dc3545; + +.pb-10 { + padding-bottom: 7.875rem !important; } -.btn-outline-danger:focus, .btn-outline-danger.focus { - box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); + +.ps-0 { + padding-left: 0rem !important; } -.btn-outline-danger.disabled, .btn-outline-danger:disabled { - color: #dc3545; - background-color: transparent; + +.ps-1 { + padding-left: 0.495rem !important; } -.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle { - color: #fff; - background-color: #dc3545; - border-color: #dc3545; + +.ps-2 { + padding-left: 0.75rem !important; } -.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); + +.ps-3 { + padding-left: 0.9975rem !important; } -.btn-outline-light { - color: #f0f0f0; - border-color: #f0f0f0; +.ps-4 { + padding-left: 1.5rem !important; } -.btn-outline-light:hover { - color: #3c3c3c; - background-color: #f0f0f0; - border-color: #f0f0f0; + +.ps-5 { + padding-left: 2.1255rem !important; } -.btn-outline-light:focus, .btn-outline-light.focus { - box-shadow: 0 0 0 0.2rem rgba(240, 240, 240, 0.5); + +.ps-6 { + padding-left: 3rem !important; } -.btn-outline-light.disabled, .btn-outline-light:disabled { - color: #f0f0f0; - background-color: transparent; + +.ps-7 { + padding-left: 3.9975rem !important; } -.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle { - color: #3c3c3c; - background-color: #f0f0f0; - border-color: #f0f0f0; + +.ps-8 { + padding-left: 4.5rem !important; } -.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(240, 240, 240, 0.5); + +.ps-9 { + padding-left: 6rem !important; } -.btn-outline-dark { - color: #505050; - border-color: #505050; +.ps-10 { + padding-left: 7.875rem !important; } -.btn-outline-dark:hover { - color: #fff; - background-color: #505050; - border-color: #505050; + +.gap-0 { + gap: 0rem !important; } -.btn-outline-dark:focus, .btn-outline-dark.focus { - box-shadow: 0 0 0 0.2rem rgba(80, 80, 80, 0.5); + +.gap-1 { + gap: 0.495rem !important; } -.btn-outline-dark.disabled, .btn-outline-dark:disabled { - color: #505050; - background-color: transparent; + +.gap-2 { + gap: 0.75rem !important; } -.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle { - color: #fff; - background-color: #505050; - border-color: #505050; + +.gap-3 { + gap: 0.9975rem !important; } -.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(80, 80, 80, 0.5); + +.gap-4 { + gap: 1.5rem !important; } -.btn-outline-lighter { - color: #f9f9f9; - border-color: #f9f9f9; +.gap-5 { + gap: 2.1255rem !important; } -.btn-outline-lighter:hover { - color: #3c3c3c; - background-color: #f9f9f9; - border-color: #f9f9f9; + +.gap-6 { + gap: 3rem !important; } -.btn-outline-lighter:focus, .btn-outline-lighter.focus { - box-shadow: 0 0 0 0.2rem rgba(249, 249, 249, 0.5); + +.gap-7 { + gap: 3.9975rem !important; } -.btn-outline-lighter.disabled, .btn-outline-lighter:disabled { - color: #f9f9f9; - background-color: transparent; + +.gap-8 { + gap: 4.5rem !important; } -.btn-outline-lighter:not(:disabled):not(.disabled):active, .btn-outline-lighter:not(:disabled):not(.disabled).active, .show > .btn-outline-lighter.dropdown-toggle { - color: #3c3c3c; - background-color: #f9f9f9; - border-color: #f9f9f9; + +.gap-9 { + gap: 6rem !important; } -.btn-outline-lighter:not(:disabled):not(.disabled):active:focus, .btn-outline-lighter:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-lighter.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(249, 249, 249, 0.5); + +.gap-10 { + gap: 7.875rem !important; } -.btn-link { - font-weight: 400; - color: var(--ak-accent-color); - text-decoration: none; +.row-gap-0 { + row-gap: 0rem !important; } -.btn-link:hover { - color: var(--ak-accent-color-dark); - text-decoration: underline; + +.row-gap-1 { + row-gap: 0.495rem !important; } -.btn-link:focus, .btn-link.focus { - text-decoration: underline; + +.row-gap-2 { + row-gap: 0.75rem !important; } -.btn-link:disabled, .btn-link.disabled { - color: #787878; - pointer-events: none; + +.row-gap-3 { + row-gap: 0.9975rem !important; } -.btn-lg, .path-user form .form-actions .btn, .btn-group-lg > .btn { - padding: 1rem 0.875rem; - font-size: 1.25rem; - line-height: 1; - border-radius: 4px; +.row-gap-4 { + row-gap: 1.5rem !important; } -.btn-sm, .btn-group-sm > .btn { - padding: 0.25rem 0.5rem; - font-size: 0.875rem; - line-height: 1.75; - border-radius: 2px; +.row-gap-5 { + row-gap: 2.1255rem !important; } -.btn-block { - display: block; - width: 100%; +.row-gap-6 { + row-gap: 3rem !important; } -.btn-block + .btn-block { - margin-top: 0.5rem; + +.row-gap-7 { + row-gap: 3.9975rem !important; } -input[type=submit].btn-block, -input[type=reset].btn-block, -input[type=button].btn-block { - width: 100%; +.row-gap-8 { + row-gap: 4.5rem !important; } -.fade { - transition: opacity 0.15s linear; +.row-gap-9 { + row-gap: 6rem !important; } -@media (prefers-reduced-motion: reduce) { - .fade { - transition: none; - } + +.row-gap-10 { + row-gap: 7.875rem !important; } -.fade:not(.show) { - opacity: 0; + +.column-gap-0 { + -moz-column-gap: 0rem !important; + column-gap: 0rem !important; } -.collapse:not(.show) { - display: none; +.column-gap-1 { + -moz-column-gap: 0.495rem !important; + column-gap: 0.495rem !important; } -.collapsing { - position: relative; - height: 0; - overflow: hidden; - transition: height 0.35s ease; +.column-gap-2 { + -moz-column-gap: 0.75rem !important; + column-gap: 0.75rem !important; } -@media (prefers-reduced-motion: reduce) { - .collapsing { - transition: none; - } + +.column-gap-3 { + -moz-column-gap: 0.9975rem !important; + column-gap: 0.9975rem !important; } -.collapsing.width { - width: 0; - height: auto; - transition: width 0.35s ease; + +.column-gap-4 { + -moz-column-gap: 1.5rem !important; + column-gap: 1.5rem !important; } -@media (prefers-reduced-motion: reduce) { - .collapsing.width { - transition: none; - } + +.column-gap-5 { + -moz-column-gap: 2.1255rem !important; + column-gap: 2.1255rem !important; } -.dropup, -.dropright, -.dropdown, -.dropleft { - position: relative; +.column-gap-6 { + -moz-column-gap: 3rem !important; + column-gap: 3rem !important; } -.dropdown-toggle { - white-space: nowrap; +.column-gap-7 { + -moz-column-gap: 3.9975rem !important; + column-gap: 3.9975rem !important; } -.dropdown-toggle::after { - display: inline-block; - margin-left: 0.255em; - vertical-align: 0.255em; - content: ""; - border-top: 0.3em solid; - border-right: 0.3em solid transparent; - border-bottom: 0; - border-left: 0.3em solid transparent; + +.column-gap-8 { + -moz-column-gap: 4.5rem !important; + column-gap: 4.5rem !important; } -.dropdown-toggle:empty::after { - margin-left: 0; + +.column-gap-9 { + -moz-column-gap: 6rem !important; + column-gap: 6rem !important; } -.dropdown-menu { - position: absolute; - top: 100%; - left: 0; - z-index: 1000; - display: none; - float: left; - min-width: 10rem; - padding: 0.5rem 0; - margin: 0.125rem 0 0; - font-size: 1rem; - color: #3c3c3c; - text-align: left; - list-style: none; - background-color: #fff; - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 2px; +.column-gap-10 { + -moz-column-gap: 7.875rem !important; + column-gap: 7.875rem !important; } -.dropdown-menu-left { - right: auto; - left: 0; +.font-monospace { + font-family: var(--bs-font-monospace) !important; } -.dropdown-menu-right { - right: 0; - left: auto; +.fs-1 { + font-size: calc(1.3375rem + 1.05vw) !important; } -@media (min-width: 576px) { - .dropdown-menu-sm-left { - right: auto; - left: 0; - } - .dropdown-menu-sm-right { - right: 0; - left: auto; - } +.fs-2 { + font-size: calc(1.3375rem + 1.05vw) !important; } -@media (min-width: 768px) { - .dropdown-menu-md-left { - right: auto; - left: 0; - } - .dropdown-menu-md-right { - right: 0; - left: auto; - } + +.fs-3 { + font-size: calc(1.275rem + 0.3vw) !important; } -@media (min-width: 992px) { - .dropdown-menu-lg-left { - right: auto; - left: 0; - } - .dropdown-menu-lg-right { - right: 0; - left: auto; - } + +.fs-4 { + font-size: 1.25rem !important; } -@media (min-width: 1200px) { - .dropdown-menu-xl-left { - right: auto; - left: 0; - } - .dropdown-menu-xl-right { - right: 0; - left: auto; - } + +.fs-5 { + font-size: 1rem !important; } -.dropup .dropdown-menu { - top: auto; - bottom: 100%; - margin-top: 0; - margin-bottom: 0.125rem; + +.fs-6 { + font-size: 0.875rem !important; } -.dropup .dropdown-toggle::after { - display: inline-block; - margin-left: 0.255em; - vertical-align: 0.255em; - content: ""; - border-top: 0; - border-right: 0.3em solid transparent; - border-bottom: 0.3em solid; - border-left: 0.3em solid transparent; + +.fst-italic { + font-style: italic !important; } -.dropup .dropdown-toggle:empty::after { - margin-left: 0; + +.fst-normal { + font-style: normal !important; } -.dropright .dropdown-menu { - top: 0; - right: auto; - left: 100%; - margin-top: 0; - margin-left: 0.125rem; +.fw-lighter { + font-weight: lighter !important; } -.dropright .dropdown-toggle::after { - display: inline-block; - margin-left: 0.255em; - vertical-align: 0.255em; - content: ""; - border-top: 0.3em solid transparent; - border-right: 0; - border-bottom: 0.3em solid transparent; - border-left: 0.3em solid; + +.fw-light { + font-weight: 300 !important; } -.dropright .dropdown-toggle:empty::after { - margin-left: 0; + +.fw-normal { + font-weight: 400 !important; } -.dropright .dropdown-toggle::after { - vertical-align: 0; + +.fw-medium { + font-weight: 500 !important; } -.dropleft .dropdown-menu { - top: 0; - right: 100%; - left: auto; - margin-top: 0; - margin-right: 0.125rem; +.fw-semibold { + font-weight: 600 !important; } -.dropleft .dropdown-toggle::after { - display: inline-block; - margin-left: 0.255em; - vertical-align: 0.255em; - content: ""; + +.fw-bold { + font-weight: 700 !important; } -.dropleft .dropdown-toggle::after { - display: none; + +.fw-bolder { + font-weight: bolder !important; } -.dropleft .dropdown-toggle::before { - display: inline-block; - margin-right: 0.255em; - vertical-align: 0.255em; - content: ""; - border-top: 0.3em solid transparent; - border-right: 0.3em solid; - border-bottom: 0.3em solid transparent; + +.lh-1 { + line-height: 1 !important; } -.dropleft .dropdown-toggle:empty::after { - margin-left: 0; + +.lh-sm { + line-height: 1.75 !important; } -.dropleft .dropdown-toggle::before { - vertical-align: 0; + +.lh-base { + line-height: 1.75 !important; } -.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] { - right: auto; - bottom: auto; +.lh-lg { + line-height: 1.75 !important; } -.dropdown-divider { - height: 0; - margin: 0.75rem 0; - overflow: hidden; - border-top: 1px solid #f0f0f0; +.text-start { + text-align: left !important; } -.dropdown-item { - display: block; - width: 100%; - padding: 0.25rem 1.5rem; - clear: both; - font-weight: 400; - color: #3c3c3c; - text-align: inherit; - white-space: nowrap; - background-color: transparent; - border: 0; +.text-end { + text-align: right !important; } -.dropdown-item:hover, .dropdown-item:focus { - color: #2f2f2f; - text-decoration: none; - background-color: #f9f9f9; + +.text-center { + text-align: center !important; } -.dropdown-item.active, .dropdown-item:active { - color: #fff; - text-decoration: none; - background-color: #2196f3; + +.text-decoration-none { + text-decoration: none !important; } -.dropdown-item.disabled, .dropdown-item:disabled { - color: #787878; - pointer-events: none; - background-color: transparent; + +.text-decoration-underline { + text-decoration: underline !important; } -.dropdown-menu.show { - display: block; +.text-decoration-line-through { + text-decoration: line-through !important; } -.dropdown-header { - display: block; - padding: 0.5rem 1.5rem; - margin-bottom: 0; - font-size: 0.875rem; - color: #787878; - white-space: nowrap; +.text-lowercase { + text-transform: lowercase !important; } -.dropdown-item-text { - display: block; - padding: 0.25rem 1.5rem; - color: #3c3c3c; +.text-uppercase { + text-transform: uppercase !important; } -.btn-group, -.btn-group-vertical { - position: relative; - display: inline-flex; - vertical-align: middle; +.text-capitalize { + text-transform: capitalize !important; } -.btn-group > .btn, -.btn-group-vertical > .btn { - position: relative; - flex: 1 1 auto; + +.text-wrap { + white-space: normal !important; } -.btn-group > .btn:hover, -.btn-group-vertical > .btn:hover { - z-index: 1; + +.text-nowrap { + white-space: nowrap !important; } -.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, -.btn-group-vertical > .btn:focus, -.btn-group-vertical > .btn:active, -.btn-group-vertical > .btn.active { - z-index: 1; + +/* rtl:begin:remove */ +.text-break { + word-wrap: break-word !important; + word-break: break-word !important; } -.btn-toolbar { - display: flex; - flex-wrap: wrap; - justify-content: flex-start; +/* rtl:end:remove */ +.text-primary { + --bs-text-opacity: 1; + color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; } -.btn-toolbar .input-group { - width: auto; + +.text-secondary { + --bs-text-opacity: 1; + color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; } -.btn-group > .btn:not(:first-child), -.btn-group > .btn-group:not(:first-child) { - margin-left: -1px; +.text-success { + --bs-text-opacity: 1; + color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; } -.btn-group > .btn:not(:last-child):not(.dropdown-toggle), -.btn-group > .btn-group:not(:last-child) > .btn { - border-top-right-radius: 0; - border-bottom-right-radius: 0; + +.text-info { + --bs-text-opacity: 1; + color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; } -.btn-group > .btn:not(:first-child), -.btn-group > .btn-group:not(:first-child) > .btn { - border-top-left-radius: 0; - border-bottom-left-radius: 0; + +.text-warning { + --bs-text-opacity: 1; + color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; } -.dropdown-toggle-split { - padding-right: 0.9375rem; - padding-left: 0.9375rem; +.text-danger { + --bs-text-opacity: 1; + color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; } -.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after { - margin-left: 0; + +.text-light { + --bs-text-opacity: 1; + color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; } -.dropleft .dropdown-toggle-split::before { - margin-right: 0; + +.text-lighter { + --bs-text-opacity: 1; + color: rgba(var(--bs-lighter-rgb), var(--bs-text-opacity)) !important; } -.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split { - padding-right: 0.375rem; - padding-left: 0.375rem; +.text-dark { + --bs-text-opacity: 1; + color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; } -.btn-lg + .dropdown-toggle-split, .path-user form .form-actions .btn + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split { - padding-right: 0.65625rem; - padding-left: 0.65625rem; +.text-black { + --bs-text-opacity: 1; + color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; } -.btn-group-vertical { - flex-direction: column; - align-items: flex-start; - justify-content: center; +.text-white { + --bs-text-opacity: 1; + color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; } -.btn-group-vertical > .btn, -.btn-group-vertical > .btn-group { - width: 100%; + +.text-body { + --bs-text-opacity: 1; + color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; } -.btn-group-vertical > .btn:not(:first-child), -.btn-group-vertical > .btn-group:not(:first-child) { - margin-top: -1px; + +.text-muted { + --bs-text-opacity: 1; + color: var(--bs-secondary-color) !important; } -.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), -.btn-group-vertical > .btn-group:not(:last-child) > .btn { - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; + +.text-black-50 { + --bs-text-opacity: 1; + color: rgba(0, 0, 0, 0.5) !important; } -.btn-group-vertical > .btn:not(:first-child), -.btn-group-vertical > .btn-group:not(:first-child) > .btn { - border-top-left-radius: 0; - border-top-right-radius: 0; + +.text-white-50 { + --bs-text-opacity: 1; + color: rgba(255, 255, 255, 0.5) !important; } -.btn-group-toggle > .btn, -.btn-group-toggle > .btn-group > .btn { - margin-bottom: 0; +.text-body-secondary { + --bs-text-opacity: 1; + color: var(--bs-secondary-color) !important; } -.btn-group-toggle > .btn input[type=radio], -.btn-group-toggle > .btn input[type=checkbox], -.btn-group-toggle > .btn-group > .btn input[type=radio], -.btn-group-toggle > .btn-group > .btn input[type=checkbox] { - position: absolute; - clip: rect(0, 0, 0, 0); - pointer-events: none; + +.text-body-tertiary { + --bs-text-opacity: 1; + color: var(--bs-tertiary-color) !important; } -.input-group { - position: relative; - display: flex; - flex-wrap: wrap; - align-items: stretch; - width: 100%; +.text-body-emphasis { + --bs-text-opacity: 1; + color: var(--bs-emphasis-color) !important; } -.input-group > .form-control, -.input-group > .form-control-plaintext, -.input-group > .custom-select, -.input-group > .custom-file { - position: relative; - flex: 1 1 auto; - width: 1%; - min-width: 0; - margin-bottom: 0; + +.text-reset { + --bs-text-opacity: 1; + color: inherit !important; } -.input-group > .form-control + .form-control, -.input-group > .form-control + .custom-select, -.input-group > .form-control + .custom-file, -.input-group > .form-control-plaintext + .form-control, -.input-group > .form-control-plaintext + .custom-select, -.input-group > .form-control-plaintext + .custom-file, -.input-group > .custom-select + .form-control, -.input-group > .custom-select + .custom-select, -.input-group > .custom-select + .custom-file, -.input-group > .custom-file + .form-control, -.input-group > .custom-file + .custom-select, -.input-group > .custom-file + .custom-file { - margin-left: -1px; + +.text-opacity-25 { + --bs-text-opacity: 0.25; } -.input-group > .form-control:focus, -.input-group > .custom-select:focus, -.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label { - z-index: 3; + +.text-opacity-50 { + --bs-text-opacity: 0.5; } -.input-group > .custom-file .custom-file-input:focus { - z-index: 4; + +.text-opacity-75 { + --bs-text-opacity: 0.75; } -.input-group > .form-control:not(:first-child), -.input-group > .custom-select:not(:first-child) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; + +.text-opacity-100 { + --bs-text-opacity: 1; } -.input-group > .custom-file { - display: flex; - align-items: center; + +.text-primary-emphasis { + color: var(--bs-primary-text-emphasis) !important; } -.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after { - border-top-right-radius: 0; - border-bottom-right-radius: 0; + +.text-secondary-emphasis { + color: var(--bs-secondary-text-emphasis) !important; } -.input-group > .custom-file:not(:first-child) .custom-file-label { - border-top-left-radius: 0; - border-bottom-left-radius: 0; + +.text-success-emphasis { + color: var(--bs-success-text-emphasis) !important; } -.input-group:not(.has-validation) > .form-control:not(:last-child), -.input-group:not(.has-validation) > .custom-select:not(:last-child), -.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label, -.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after { - border-top-right-radius: 0; - border-bottom-right-radius: 0; + +.text-info-emphasis { + color: var(--bs-info-text-emphasis) !important; } -.input-group.has-validation > .form-control:nth-last-child(n+3), -.input-group.has-validation > .custom-select:nth-last-child(n+3), -.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label, -.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after { - border-top-right-radius: 0; - border-bottom-right-radius: 0; + +.text-warning-emphasis { + color: var(--bs-warning-text-emphasis) !important; } -.input-group-prepend, -.input-group-append { - display: flex; +.text-danger-emphasis { + color: var(--bs-danger-text-emphasis) !important; } -.input-group-prepend .btn, -.input-group-append .btn { - position: relative; - z-index: 2; + +.text-light-emphasis { + color: var(--bs-light-text-emphasis) !important; } -.input-group-prepend .btn:focus, -.input-group-append .btn:focus { - z-index: 3; + +.text-dark-emphasis { + color: var(--bs-dark-text-emphasis) !important; } -.input-group-prepend .btn + .btn, -.input-group-prepend .btn + .input-group-text, -.input-group-prepend .input-group-text + .input-group-text, -.input-group-prepend .input-group-text + .btn, -.input-group-append .btn + .btn, -.input-group-append .btn + .input-group-text, -.input-group-append .input-group-text + .input-group-text, -.input-group-append .input-group-text + .btn { - margin-left: -1px; + +.link-opacity-10 { + --bs-link-opacity: 0.1; } -.input-group-prepend { - margin-right: -1px; +.link-opacity-10-hover:hover { + --bs-link-opacity: 0.1; } -.input-group-append { - margin-left: -1px; +.link-opacity-25 { + --bs-link-opacity: 0.25; } -.input-group-text { - display: flex; - align-items: center; - padding: 0.5rem 1.25rem; - margin-bottom: 0; - font-size: 1rem; - font-weight: 400; - line-height: 1.75; - color: #495057; - text-align: center; - white-space: nowrap; - background-color: #f0f0f0; - border: 1px solid #c8c8c8; - border-radius: 2px; +.link-opacity-25-hover:hover { + --bs-link-opacity: 0.25; } -.input-group-text input[type=radio], -.input-group-text input[type=checkbox] { - margin-top: 0; + +.link-opacity-50 { + --bs-link-opacity: 0.5; } -.input-group-lg > .form-control:not(textarea), -.input-group-lg > .custom-select { - height: calc(1em + 2rem + 2px); +.link-opacity-50-hover:hover { + --bs-link-opacity: 0.5; } -.input-group-lg > .form-control, -.input-group-lg > .custom-select, -.input-group-lg > .input-group-prepend > .input-group-text, -.input-group-lg > .input-group-append > .input-group-text, -.input-group-lg > .input-group-prepend > .btn, -.input-group-lg > .input-group-append > .btn { - padding: 1rem 0.875rem; - font-size: 1.25rem; - line-height: 1; - border-radius: 4px; +.link-opacity-75 { + --bs-link-opacity: 0.75; } -.input-group-sm > .form-control:not(textarea), -.input-group-sm > .custom-select { - height: calc(1.75em + 0.5rem + 2px); +.link-opacity-75-hover:hover { + --bs-link-opacity: 0.75; } -.input-group-sm > .form-control, -.input-group-sm > .custom-select, -.input-group-sm > .input-group-prepend > .input-group-text, -.input-group-sm > .input-group-append > .input-group-text, -.input-group-sm > .input-group-prepend > .btn, -.input-group-sm > .input-group-append > .btn { - padding: 0.25rem 0.5rem; - font-size: 0.875rem; - line-height: 1.75; - border-radius: 2px; +.link-opacity-100 { + --bs-link-opacity: 1; } -.input-group-lg > .custom-select, -.input-group-sm > .custom-select { - padding-right: 1.75rem; +.link-opacity-100-hover:hover { + --bs-link-opacity: 1; } -.input-group > .input-group-prepend > .btn, -.input-group > .input-group-prepend > .input-group-text, -.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn, -.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text, -.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn, -.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text, -.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), -.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; +.link-offset-1 { + text-underline-offset: 0.125em !important; } -.input-group > .input-group-append > .btn, -.input-group > .input-group-append > .input-group-text, -.input-group > .input-group-prepend:not(:first-child) > .btn, -.input-group > .input-group-prepend:not(:first-child) > .input-group-text, -.input-group > .input-group-prepend:first-child > .btn:not(:first-child), -.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; +.link-offset-1-hover:hover { + text-underline-offset: 0.125em !important; } -.custom-control { - position: relative; - z-index: 1; - display: block; - min-height: 1.75rem; - padding-left: 1.5rem; - -webkit-print-color-adjust: exact; - print-color-adjust: exact; +.link-offset-2 { + text-underline-offset: 0.25em !important; } -.custom-control-inline { - display: inline-flex; - margin-right: 1rem; +.link-offset-2-hover:hover { + text-underline-offset: 0.25em !important; } -.custom-control-input { - position: absolute; - left: 0; - z-index: -1; - width: 1rem; - height: 1.375rem; - opacity: 0; +.link-offset-3 { + text-underline-offset: 0.375em !important; } -.custom-control-input:checked ~ .custom-control-label::before { - color: #fff; - border-color: #2196f3; - background-color: #2196f3; + +.link-offset-3-hover:hover { + text-underline-offset: 0.375em !important; } -.custom-control-input:focus ~ .custom-control-label::before { - box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25); + +.link-underline-primary { + --bs-link-underline-opacity: 1; + -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important; + text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important; } -.custom-control-input:focus:not(:checked) ~ .custom-control-label::before { - border-color: #9acffa; + +.link-underline-secondary { + --bs-link-underline-opacity: 1; + -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important; + text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important; } -.custom-control-input:not(:disabled):active ~ .custom-control-label::before { - color: #fff; - background-color: #cae6fc; - border-color: #cae6fc; + +.link-underline-success { + --bs-link-underline-opacity: 1; + -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important; + text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important; } -.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label { - color: #787878; + +.link-underline-info { + --bs-link-underline-opacity: 1; + -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important; + text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important; } -.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before { - background-color: #f0f0f0; + +.link-underline-warning { + --bs-link-underline-opacity: 1; + -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important; + text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important; } -.custom-control-label { - position: relative; - margin-bottom: 0; - vertical-align: top; +.link-underline-danger { + --bs-link-underline-opacity: 1; + -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important; + text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important; } -.custom-control-label::before { - position: absolute; - top: 0.375rem; - left: -1.5rem; - display: block; - width: 1rem; - height: 1rem; - pointer-events: none; - content: ""; - background-color: #fff; - border: 1px solid #a3a3a3; + +.link-underline-light { + --bs-link-underline-opacity: 1; + -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important; + text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important; } -.custom-control-label::after { - position: absolute; - top: 0.375rem; - left: -1.5rem; - display: block; - width: 1rem; - height: 1rem; - content: ""; - background: 50%/50% 50% no-repeat; + +.link-underline-lighter { + --bs-link-underline-opacity: 1; + -webkit-text-decoration-color: rgba(var(--bs-lighter-rgb), var(--bs-link-underline-opacity)) !important; + text-decoration-color: rgba(var(--bs-lighter-rgb), var(--bs-link-underline-opacity)) !important; } -.custom-checkbox .custom-control-label::before { - border-radius: 2px; +.link-underline-dark { + --bs-link-underline-opacity: 1; + -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important; + text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important; } -.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/3e%3c/svg%3e"); + +.link-underline { + --bs-link-underline-opacity: 1; + -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important; } -.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before { - border-color: #2196f3; - background-color: #2196f3; + +.link-underline-opacity-0 { + --bs-link-underline-opacity: 0; } -.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'3e%3cpath stroke='%23fff' d='M0 2h4'/3e%3c/svg%3e"); + +.link-underline-opacity-0-hover:hover { + --bs-link-underline-opacity: 0; } -.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before { - background-color: rgba(33, 150, 243, 0.5); + +.link-underline-opacity-10 { + --bs-link-underline-opacity: 0.1; } -.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before { - background-color: rgba(33, 150, 243, 0.5); + +.link-underline-opacity-10-hover:hover { + --bs-link-underline-opacity: 0.1; } -.custom-radio .custom-control-label::before { - border-radius: 50%; +.link-underline-opacity-25 { + --bs-link-underline-opacity: 0.25; } -.custom-radio .custom-control-input:checked ~ .custom-control-label::after { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'3e%3ccircle r='3' fill='%23fff'/3e%3c/svg%3e"); + +.link-underline-opacity-25-hover:hover { + --bs-link-underline-opacity: 0.25; } -.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before { - background-color: rgba(33, 150, 243, 0.5); + +.link-underline-opacity-50 { + --bs-link-underline-opacity: 0.5; } -.custom-switch { - padding-left: 2.25rem; +.link-underline-opacity-50-hover:hover { + --bs-link-underline-opacity: 0.5; } -.custom-switch .custom-control-label::before { - left: -2.25rem; - width: 1.75rem; - pointer-events: all; - border-radius: 0.5rem; + +.link-underline-opacity-75 { + --bs-link-underline-opacity: 0.75; } -.custom-switch .custom-control-label::after { - top: calc(0.375rem + 2px); - left: calc(-2.25rem + 2px); - width: calc(1rem - 4px); - height: calc(1rem - 4px); - background-color: #a3a3a3; - border-radius: 0.5rem; - transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + +.link-underline-opacity-75-hover:hover { + --bs-link-underline-opacity: 0.75; } -@media (prefers-reduced-motion: reduce) { - .custom-switch .custom-control-label::after { - transition: none; - } + +.link-underline-opacity-100 { + --bs-link-underline-opacity: 1; } -.custom-switch .custom-control-input:checked ~ .custom-control-label::after { - background-color: #fff; - transform: translateX(0.75rem); + +.link-underline-opacity-100-hover:hover { + --bs-link-underline-opacity: 1; } -.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before { - background-color: rgba(33, 150, 243, 0.5); + +.bg-primary { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; } -.custom-select { - display: inline-block; - width: 100%; - height: calc(1.75em + 1rem + 2px); - padding: 0.375rem 1.75rem 0.375rem 0.75rem; - font-size: 1rem; - font-weight: 400; - line-height: 1.75; - color: #495057; - vertical-align: middle; - background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'3e%3cpath fill='%23505050' d='M2 0L0 2h4zm0 5L0 3h4z'/3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px; - border: 1px solid #c8c8c8; - border-radius: 2px; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; +.bg-secondary { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; } -.custom-select:focus { - border-color: #9acffa; - outline: 0; - box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25); + +.bg-success { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; } -.custom-select:focus::-ms-value { - color: #495057; - background-color: #fff; + +.bg-info { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; } -.custom-select[multiple], .custom-select[size]:not([size="1"]) { - height: auto; - padding-right: 0.75rem; - background-image: none; + +.bg-warning { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; } -.custom-select:disabled { - color: #787878; - background-color: #f0f0f0; + +.bg-danger { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; } -.custom-select::-ms-expand { - display: none; + +.bg-light { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; } -.custom-select:-moz-focusring { - color: transparent; - text-shadow: 0 0 0 #495057; + +.bg-lighter { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-lighter-rgb), var(--bs-bg-opacity)) !important; } -.custom-select-sm { - height: calc(1.75em + 0.5rem + 2px); - padding-top: 0.25rem; - padding-bottom: 0.25rem; - padding-left: 0.5rem; - font-size: 0.875rem; +.bg-dark { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; } -.custom-select-lg { - height: calc(1em + 2rem + 2px); - padding-top: 1rem; - padding-bottom: 1rem; - padding-left: 0.875rem; - font-size: 1.25rem; +.bg-black { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; } -.custom-file { - position: relative; - display: inline-block; - width: 100%; - height: calc(1.75em + 1rem + 2px); - margin-bottom: 0; +.bg-white { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; } -.custom-file-input { - position: relative; - z-index: 2; - width: 100%; - height: calc(1.75em + 1rem + 2px); - margin: 0; - overflow: hidden; - opacity: 0; +.bg-body { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; } -.custom-file-input:focus ~ .custom-file-label { - border-color: #9acffa; - box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25); + +.bg-transparent { + --bs-bg-opacity: 1; + background-color: transparent !important; } -.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label { - background-color: #f0f0f0; + +.bg-body-secondary { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important; } -.custom-file-input:lang(en) ~ .custom-file-label::after { - content: "Browse"; + +.bg-body-tertiary { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important; } -.custom-file-input ~ .custom-file-label[data-browse]::after { - content: attr(data-browse); + +.bg-opacity-10 { + --bs-bg-opacity: 0.1; } -.custom-file-label { - position: absolute; - top: 0; - right: 0; - left: 0; - z-index: 1; - height: calc(1.75em + 1rem + 2px); - padding: 0.5rem 1.25rem; - overflow: hidden; - font-weight: 400; - line-height: 1.75; - color: #495057; - background-color: #fff; - border: 1px solid #c8c8c8; - border-radius: 2px; +.bg-opacity-25 { + --bs-bg-opacity: 0.25; } -.custom-file-label::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - z-index: 3; - display: block; - height: calc(1.75em + 1rem); - padding: 0.5rem 1.25rem; - line-height: 1.75; - color: #495057; - content: "Browse"; - background-color: #f0f0f0; - border-left: inherit; - border-radius: 0 2px 2px 0; + +.bg-opacity-50 { + --bs-bg-opacity: 0.5; } -.custom-range { - width: 100%; - height: 1.4rem; - padding: 0; - background-color: transparent; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; +.bg-opacity-75 { + --bs-bg-opacity: 0.75; } -.custom-range:focus { - outline: 0; + +.bg-opacity-100 { + --bs-bg-opacity: 1; } -.custom-range:focus::-webkit-slider-thumb { - box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(33, 150, 243, 0.25); + +.bg-primary-subtle { + background-color: var(--bs-primary-bg-subtle) !important; } -.custom-range:focus::-moz-range-thumb { - box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(33, 150, 243, 0.25); + +.bg-secondary-subtle { + background-color: var(--bs-secondary-bg-subtle) !important; } -.custom-range:focus::-ms-thumb { - box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(33, 150, 243, 0.25); + +.bg-success-subtle { + background-color: var(--bs-success-bg-subtle) !important; } -.custom-range::-moz-focus-outer { - border: 0; + +.bg-info-subtle { + background-color: var(--bs-info-bg-subtle) !important; } -.custom-range::-webkit-slider-thumb { - width: 1rem; - height: 1rem; - margin-top: -0.25rem; - background-color: #2196f3; - border: 0; - border-radius: 1rem; - -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - -webkit-appearance: none; - appearance: none; + +.bg-warning-subtle { + background-color: var(--bs-warning-bg-subtle) !important; } -@media (prefers-reduced-motion: reduce) { - .custom-range::-webkit-slider-thumb { - -webkit-transition: none; - transition: none; - } + +.bg-danger-subtle { + background-color: var(--bs-danger-bg-subtle) !important; } -.custom-range::-webkit-slider-thumb:active { - background-color: #cae6fc; + +.bg-light-subtle { + background-color: var(--bs-light-bg-subtle) !important; } -.custom-range::-webkit-slider-runnable-track { - width: 100%; - height: 0.5rem; - color: transparent; - cursor: pointer; - background-color: #ddd; - border-color: transparent; - border-radius: 1rem; + +.bg-dark-subtle { + background-color: var(--bs-dark-bg-subtle) !important; } -.custom-range::-moz-range-thumb { - width: 1rem; - height: 1rem; - background-color: #2196f3; - border: 0; - border-radius: 1rem; - -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - -moz-appearance: none; - appearance: none; + +.bg-gradient { + background-image: var(--bs-gradient) !important; } -@media (prefers-reduced-motion: reduce) { - .custom-range::-moz-range-thumb { - -moz-transition: none; - transition: none; - } + +.user-select-all { + -webkit-user-select: all !important; + -moz-user-select: all !important; + user-select: all !important; } -.custom-range::-moz-range-thumb:active { - background-color: #cae6fc; + +.user-select-auto { + -webkit-user-select: auto !important; + -moz-user-select: auto !important; + user-select: auto !important; } -.custom-range::-moz-range-track { - width: 100%; - height: 0.5rem; - color: transparent; - cursor: pointer; - background-color: #ddd; - border-color: transparent; - border-radius: 1rem; + +.user-select-none { + -webkit-user-select: none !important; + -moz-user-select: none !important; + user-select: none !important; } -.custom-range::-ms-thumb { - width: 1rem; - height: 1rem; - margin-top: 0; - margin-right: 0.2rem; - margin-left: 0.2rem; - background-color: #2196f3; - border: 0; - border-radius: 1rem; - -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - appearance: none; + +.pe-none { + pointer-events: none !important; } -@media (prefers-reduced-motion: reduce) { - .custom-range::-ms-thumb { - -ms-transition: none; - transition: none; - } + +.pe-auto { + pointer-events: auto !important; } -.custom-range::-ms-thumb:active { - background-color: #cae6fc; + +.rounded { + border-radius: var(--bs-border-radius) !important; } -.custom-range::-ms-track { - width: 100%; - height: 0.5rem; - color: transparent; - cursor: pointer; - background-color: transparent; - border-color: transparent; - border-width: 0.5rem; + +.rounded-0 { + border-radius: 0 !important; } -.custom-range::-ms-fill-lower { - background-color: #ddd; - border-radius: 1rem; + +.rounded-1 { + border-radius: var(--bs-border-radius-sm) !important; } -.custom-range::-ms-fill-upper { - margin-right: 15px; - background-color: #ddd; - border-radius: 1rem; + +.rounded-2 { + border-radius: var(--bs-border-radius) !important; } -.custom-range:disabled::-webkit-slider-thumb { - background-color: #a3a3a3; + +.rounded-3 { + border-radius: var(--bs-border-radius-lg) !important; } -.custom-range:disabled::-webkit-slider-runnable-track { - cursor: default; + +.rounded-4 { + border-radius: var(--bs-border-radius-xl) !important; } -.custom-range:disabled::-moz-range-thumb { - background-color: #a3a3a3; + +.rounded-5 { + border-radius: var(--bs-border-radius-xxl) !important; } -.custom-range:disabled::-moz-range-track { - cursor: default; + +.rounded-circle { + border-radius: 50% !important; } -.custom-range:disabled::-ms-thumb { - background-color: #a3a3a3; + +.rounded-pill { + border-radius: var(--bs-border-radius-pill) !important; } -.custom-control-label::before, -.custom-file-label, -.custom-select { - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; +.rounded-top { + border-top-left-radius: var(--bs-border-radius) !important; + border-top-right-radius: var(--bs-border-radius) !important; } -@media (prefers-reduced-motion: reduce) { - .custom-control-label::before, -.custom-file-label, -.custom-select { - transition: none; - } + +.rounded-top-0 { + border-top-left-radius: 0 !important; + border-top-right-radius: 0 !important; } -.nav { - display: flex; - flex-wrap: wrap; - padding-left: 0; - margin-bottom: 0; - list-style: none; +.rounded-top-1 { + border-top-left-radius: var(--bs-border-radius-sm) !important; + border-top-right-radius: var(--bs-border-radius-sm) !important; } -.nav-link { - display: block; - padding: 0.5rem 1rem; +.rounded-top-2 { + border-top-left-radius: var(--bs-border-radius) !important; + border-top-right-radius: var(--bs-border-radius) !important; } -.nav-link:hover, .nav-link:focus { - text-decoration: none; + +.rounded-top-3 { + border-top-left-radius: var(--bs-border-radius-lg) !important; + border-top-right-radius: var(--bs-border-radius-lg) !important; } -.nav-link.disabled { - color: #787878; - pointer-events: none; - cursor: default; + +.rounded-top-4 { + border-top-left-radius: var(--bs-border-radius-xl) !important; + border-top-right-radius: var(--bs-border-radius-xl) !important; } -.nav-tabs { - border-bottom: 1px solid #ddd; +.rounded-top-5 { + border-top-left-radius: var(--bs-border-radius-xxl) !important; + border-top-right-radius: var(--bs-border-radius-xxl) !important; } -.nav-tabs .nav-link { - margin-bottom: -1px; - background-color: transparent; - border: 1px solid transparent; - border-top-left-radius: 2px; - border-top-right-radius: 2px; + +.rounded-top-circle { + border-top-left-radius: 50% !important; + border-top-right-radius: 50% !important; } -.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { - isolation: isolate; - border-color: #f0f0f0 #f0f0f0 #ddd; + +.rounded-top-pill { + border-top-left-radius: var(--bs-border-radius-pill) !important; + border-top-right-radius: var(--bs-border-radius-pill) !important; } -.nav-tabs .nav-link.disabled { - color: #787878; - background-color: transparent; - border-color: transparent; + +.rounded-end { + border-top-right-radius: var(--bs-border-radius) !important; + border-bottom-right-radius: var(--bs-border-radius) !important; } -.nav-tabs .nav-link.active, -.nav-tabs .nav-item.show .nav-link { - color: #495057; - background-color: #fff; - border-color: #ddd #ddd #fff; + +.rounded-end-0 { + border-top-right-radius: 0 !important; + border-bottom-right-radius: 0 !important; } -.nav-tabs .dropdown-menu { - margin-top: -1px; - border-top-left-radius: 0; - border-top-right-radius: 0; + +.rounded-end-1 { + border-top-right-radius: var(--bs-border-radius-sm) !important; + border-bottom-right-radius: var(--bs-border-radius-sm) !important; } -.nav-pills .nav-link { - background: none; - border: 0; - border-radius: 2px; +.rounded-end-2 { + border-top-right-radius: var(--bs-border-radius) !important; + border-bottom-right-radius: var(--bs-border-radius) !important; } -.nav-pills .nav-link.active, -.nav-pills .show > .nav-link { - color: #fff; - background-color: #2196f3; + +.rounded-end-3 { + border-top-right-radius: var(--bs-border-radius-lg) !important; + border-bottom-right-radius: var(--bs-border-radius-lg) !important; } -.nav-fill > .nav-link, -.nav-fill .nav-item { - flex: 1 1 auto; - text-align: center; +.rounded-end-4 { + border-top-right-radius: var(--bs-border-radius-xl) !important; + border-bottom-right-radius: var(--bs-border-radius-xl) !important; } -.nav-justified > .nav-link, -.nav-justified .nav-item { - flex-basis: 0; - flex-grow: 1; - text-align: center; +.rounded-end-5 { + border-top-right-radius: var(--bs-border-radius-xxl) !important; + border-bottom-right-radius: var(--bs-border-radius-xxl) !important; } -.tab-content > .tab-pane { - display: none; +.rounded-end-circle { + border-top-right-radius: 50% !important; + border-bottom-right-radius: 50% !important; } -.tab-content > .active { - display: block; + +.rounded-end-pill { + border-top-right-radius: var(--bs-border-radius-pill) !important; + border-bottom-right-radius: var(--bs-border-radius-pill) !important; } -.navbar { - position: relative; - display: flex; - flex-wrap: wrap; - align-items: center; - justify-content: space-between; - padding: 0.75rem 1.5rem; -} -.navbar .container, -.navbar .container-fluid, -.navbar .container-sm, -.navbar .container-md, -.navbar .container-lg, -.navbar .container-xl { - display: flex; - flex-wrap: wrap; - align-items: center; - justify-content: space-between; +.rounded-bottom { + border-bottom-right-radius: var(--bs-border-radius) !important; + border-bottom-left-radius: var(--bs-border-radius) !important; } -.navbar-brand { - display: inline-block; - padding-top: 0; - padding-bottom: 0; - margin-right: 1.5rem; - font-size: 1.25rem; - line-height: inherit; - white-space: nowrap; + +.rounded-bottom-0 { + border-bottom-right-radius: 0 !important; + border-bottom-left-radius: 0 !important; } -.navbar-brand:hover, .navbar-brand:focus { - text-decoration: none; + +.rounded-bottom-1 { + border-bottom-right-radius: var(--bs-border-radius-sm) !important; + border-bottom-left-radius: var(--bs-border-radius-sm) !important; } -.navbar-nav { - display: flex; - flex-direction: column; - padding-left: 0; - margin-bottom: 0; - list-style: none; +.rounded-bottom-2 { + border-bottom-right-radius: var(--bs-border-radius) !important; + border-bottom-left-radius: var(--bs-border-radius) !important; } -.navbar-nav .nav-link { - padding-right: 0; - padding-left: 0; + +.rounded-bottom-3 { + border-bottom-right-radius: var(--bs-border-radius-lg) !important; + border-bottom-left-radius: var(--bs-border-radius-lg) !important; } -.navbar-nav .dropdown-menu { - position: static; - float: none; + +.rounded-bottom-4 { + border-bottom-right-radius: var(--bs-border-radius-xl) !important; + border-bottom-left-radius: var(--bs-border-radius-xl) !important; } -.navbar-text { - display: inline-block; - padding-top: 0.5rem; - padding-bottom: 0.5rem; +.rounded-bottom-5 { + border-bottom-right-radius: var(--bs-border-radius-xxl) !important; + border-bottom-left-radius: var(--bs-border-radius-xxl) !important; } -.navbar-collapse { - flex-basis: 100%; - flex-grow: 1; - align-items: center; +.rounded-bottom-circle { + border-bottom-right-radius: 50% !important; + border-bottom-left-radius: 50% !important; } -.navbar-toggler { - padding: 0.25rem 0.5rem; - font-size: 1.25rem; - line-height: 1; - background-color: transparent; - border: 1px solid transparent; - border-radius: 2px; +.rounded-bottom-pill { + border-bottom-right-radius: var(--bs-border-radius-pill) !important; + border-bottom-left-radius: var(--bs-border-radius-pill) !important; } -.navbar-toggler:hover, .navbar-toggler:focus { - text-decoration: none; + +.rounded-start { + border-bottom-left-radius: var(--bs-border-radius) !important; + border-top-left-radius: var(--bs-border-radius) !important; } -.navbar-toggler-icon { - display: inline-block; - width: 1.5em; - height: 1.5em; - vertical-align: middle; - content: ""; - background: 50%/100% 100% no-repeat; +.rounded-start-0 { + border-bottom-left-radius: 0 !important; + border-top-left-radius: 0 !important; } -.navbar-nav-scroll { - max-height: 75vh; - overflow-y: auto; +.rounded-start-1 { + border-bottom-left-radius: var(--bs-border-radius-sm) !important; + border-top-left-radius: var(--bs-border-radius-sm) !important; } -@media (max-width: 575.98px) { - .navbar-expand-sm > .container, -.navbar-expand-sm > .container-fluid, -.navbar-expand-sm > .container-sm, -.navbar-expand-sm > .container-md, -.navbar-expand-sm > .container-lg, -.navbar-expand-sm > .container-xl { - padding-right: 0; - padding-left: 0; - } +.rounded-start-2 { + border-bottom-left-radius: var(--bs-border-radius) !important; + border-top-left-radius: var(--bs-border-radius) !important; +} + +.rounded-start-3 { + border-bottom-left-radius: var(--bs-border-radius-lg) !important; + border-top-left-radius: var(--bs-border-radius-lg) !important; +} + +.rounded-start-4 { + border-bottom-left-radius: var(--bs-border-radius-xl) !important; + border-top-left-radius: var(--bs-border-radius-xl) !important; +} + +.rounded-start-5 { + border-bottom-left-radius: var(--bs-border-radius-xxl) !important; + border-top-left-radius: var(--bs-border-radius-xxl) !important; +} + +.rounded-start-circle { + border-bottom-left-radius: 50% !important; + border-top-left-radius: 50% !important; +} + +.rounded-start-pill { + border-bottom-left-radius: var(--bs-border-radius-pill) !important; + border-top-left-radius: var(--bs-border-radius-pill) !important; +} + +.visible { + visibility: visible !important; +} + +.invisible { + visibility: hidden !important; +} + +.z-n1 { + z-index: -1 !important; +} + +.z-0 { + z-index: 0 !important; +} + +.z-1 { + z-index: 1 !important; +} + +.z-2 { + z-index: 2 !important; +} + +.z-3 { + z-index: 3 !important; } + @media (min-width: 576px) { - .navbar-expand-sm { - flex-flow: row nowrap; - justify-content: flex-start; + .float-sm-start { + float: left !important; } - .navbar-expand-sm .navbar-nav { - flex-direction: row; + .float-sm-end { + float: right !important; } - .navbar-expand-sm .navbar-nav .dropdown-menu { - position: absolute; + .float-sm-none { + float: none !important; } - .navbar-expand-sm .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; - } - .navbar-expand-sm > .container, -.navbar-expand-sm > .container-fluid, -.navbar-expand-sm > .container-sm, -.navbar-expand-sm > .container-md, -.navbar-expand-sm > .container-lg, -.navbar-expand-sm > .container-xl { - flex-wrap: nowrap; + .object-fit-sm-contain { + -o-object-fit: contain !important; + object-fit: contain !important; } - .navbar-expand-sm .navbar-nav-scroll { - overflow: visible; + .object-fit-sm-cover { + -o-object-fit: cover !important; + object-fit: cover !important; } - .navbar-expand-sm .navbar-collapse { - display: flex !important; - flex-basis: auto; + .object-fit-sm-fill { + -o-object-fit: fill !important; + object-fit: fill !important; } - .navbar-expand-sm .navbar-toggler { - display: none; + .object-fit-sm-scale { + -o-object-fit: scale-down !important; + object-fit: scale-down !important; } -} -@media (max-width: 767.98px) { - .navbar-expand-md > .container, -.navbar-expand-md > .container-fluid, -.navbar-expand-md > .container-sm, -.navbar-expand-md > .container-md, -.navbar-expand-md > .container-lg, -.navbar-expand-md > .container-xl { - padding-right: 0; - padding-left: 0; + .object-fit-sm-none { + -o-object-fit: none !important; + object-fit: none !important; } -} -@media (min-width: 768px) { - .navbar-expand-md { - flex-flow: row nowrap; - justify-content: flex-start; + .d-sm-inline { + display: inline !important; } - .navbar-expand-md .navbar-nav { - flex-direction: row; + .d-sm-inline-block { + display: inline-block !important; } - .navbar-expand-md .navbar-nav .dropdown-menu { - position: absolute; + .d-sm-block { + display: block !important; } - .navbar-expand-md .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; - } - .navbar-expand-md > .container, -.navbar-expand-md > .container-fluid, -.navbar-expand-md > .container-sm, -.navbar-expand-md > .container-md, -.navbar-expand-md > .container-lg, -.navbar-expand-md > .container-xl { - flex-wrap: nowrap; + .d-sm-grid { + display: grid !important; } - .navbar-expand-md .navbar-nav-scroll { - overflow: visible; + .d-sm-inline-grid { + display: inline-grid !important; } - .navbar-expand-md .navbar-collapse { + .d-sm-table { + display: table !important; + } + .d-sm-table-row { + display: table-row !important; + } + .d-sm-table-cell { + display: table-cell !important; + } + .d-sm-flex { display: flex !important; - flex-basis: auto; } - .navbar-expand-md .navbar-toggler { - display: none; + .d-sm-inline-flex { + display: inline-flex !important; } -} -@media (max-width: 991.98px) { - .navbar-expand-lg > .container, -.navbar-expand-lg > .container-fluid, -.navbar-expand-lg > .container-sm, -.navbar-expand-lg > .container-md, -.navbar-expand-lg > .container-lg, -.navbar-expand-lg > .container-xl { - padding-right: 0; - padding-left: 0; + .d-sm-none { + display: none !important; } -} -@media (min-width: 992px) { - .navbar-expand-lg { - flex-flow: row nowrap; - justify-content: flex-start; + .flex-sm-fill { + flex: 1 1 auto !important; } - .navbar-expand-lg .navbar-nav { - flex-direction: row; + .flex-sm-row { + flex-direction: row !important; } - .navbar-expand-lg .navbar-nav .dropdown-menu { - position: absolute; + .flex-sm-column { + flex-direction: column !important; } - .navbar-expand-lg .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; - } - .navbar-expand-lg > .container, -.navbar-expand-lg > .container-fluid, -.navbar-expand-lg > .container-sm, -.navbar-expand-lg > .container-md, -.navbar-expand-lg > .container-lg, -.navbar-expand-lg > .container-xl { - flex-wrap: nowrap; + .flex-sm-row-reverse { + flex-direction: row-reverse !important; } - .navbar-expand-lg .navbar-nav-scroll { - overflow: visible; + .flex-sm-column-reverse { + flex-direction: column-reverse !important; } - .navbar-expand-lg .navbar-collapse { - display: flex !important; - flex-basis: auto; + .flex-sm-grow-0 { + flex-grow: 0 !important; } - .navbar-expand-lg .navbar-toggler { - display: none; + .flex-sm-grow-1 { + flex-grow: 1 !important; } -} -@media (max-width: 1199.98px) { - .navbar-expand-xl > .container, -.navbar-expand-xl > .container-fluid, -.navbar-expand-xl > .container-sm, -.navbar-expand-xl > .container-md, -.navbar-expand-xl > .container-lg, -.navbar-expand-xl > .container-xl { - padding-right: 0; - padding-left: 0; + .flex-sm-shrink-0 { + flex-shrink: 0 !important; } -} -@media (min-width: 1200px) { - .navbar-expand-xl { - flex-flow: row nowrap; - justify-content: flex-start; + .flex-sm-shrink-1 { + flex-shrink: 1 !important; } - .navbar-expand-xl .navbar-nav { - flex-direction: row; + .flex-sm-wrap { + flex-wrap: wrap !important; } - .navbar-expand-xl .navbar-nav .dropdown-menu { - position: absolute; + .flex-sm-nowrap { + flex-wrap: nowrap !important; } - .navbar-expand-xl .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; - } - .navbar-expand-xl > .container, -.navbar-expand-xl > .container-fluid, -.navbar-expand-xl > .container-sm, -.navbar-expand-xl > .container-md, -.navbar-expand-xl > .container-lg, -.navbar-expand-xl > .container-xl { - flex-wrap: nowrap; + .flex-sm-wrap-reverse { + flex-wrap: wrap-reverse !important; } - .navbar-expand-xl .navbar-nav-scroll { - overflow: visible; + .justify-content-sm-start { + justify-content: flex-start !important; } - .navbar-expand-xl .navbar-collapse { - display: flex !important; - flex-basis: auto; + .justify-content-sm-end { + justify-content: flex-end !important; } - .navbar-expand-xl .navbar-toggler { - display: none; + .justify-content-sm-center { + justify-content: center !important; } -} -.navbar-expand { - flex-flow: row nowrap; - justify-content: flex-start; -} -.navbar-expand > .container, -.navbar-expand > .container-fluid, -.navbar-expand > .container-sm, -.navbar-expand > .container-md, -.navbar-expand > .container-lg, -.navbar-expand > .container-xl { - padding-right: 0; - padding-left: 0; -} -.navbar-expand .navbar-nav { - flex-direction: row; -} -.navbar-expand .navbar-nav .dropdown-menu { - position: absolute; -} -.navbar-expand .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; -} -.navbar-expand > .container, -.navbar-expand > .container-fluid, -.navbar-expand > .container-sm, -.navbar-expand > .container-md, -.navbar-expand > .container-lg, -.navbar-expand > .container-xl { - flex-wrap: nowrap; -} -.navbar-expand .navbar-nav-scroll { - overflow: visible; -} -.navbar-expand .navbar-collapse { - display: flex !important; - flex-basis: auto; -} -.navbar-expand .navbar-toggler { - display: none; -} - -.navbar-light .navbar-brand { - color: #000; -} -.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus { - color: #000; -} -.navbar-light .navbar-nav .nav-link { - color: rgba(0, 0, 0, 0.85); -} -.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus { - color: #000; -} -.navbar-light .navbar-nav .nav-link.disabled { - color: rgba(0, 0, 0, 0.5); -} -.navbar-light .navbar-nav .show > .nav-link, -.navbar-light .navbar-nav .active > .nav-link, -.navbar-light .navbar-nav .nav-link.show, -.navbar-light .navbar-nav .nav-link.active { - color: #000; -} -.navbar-light .navbar-toggler { - color: rgba(0, 0, 0, 0.85); - border-color: transparent; -} -.navbar-light .navbar-toggler-icon { - background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'3e%3cpath stroke='%232196f3' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/3e%3c/svg%3e"); -} -.navbar-light .navbar-text { - color: rgba(0, 0, 0, 0.85); -} -.navbar-light .navbar-text a { - color: #000; -} -.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus { - color: #000; -} - -.navbar-dark .navbar-brand { - color: #fff; -} -.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { - color: #fff; -} -.navbar-dark .navbar-nav .nav-link { - color: rgba(255, 255, 255, 0.85); -} -.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { - color: #fff; -} -.navbar-dark .navbar-nav .nav-link.disabled { - color: rgba(255, 255, 255, 0.5); -} -.navbar-dark .navbar-nav .show > .nav-link, -.navbar-dark .navbar-nav .active > .nav-link, -.navbar-dark .navbar-nav .nav-link.show, -.navbar-dark .navbar-nav .nav-link.active { - color: #fff; -} -.navbar-dark .navbar-toggler { - color: rgba(255, 255, 255, 0.85); - border-color: transparent; -} -.navbar-dark .navbar-toggler-icon { - background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'3e%3cpath stroke='%232196f3' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/3e%3c/svg%3e"); -} -.navbar-dark .navbar-text { - color: rgba(255, 255, 255, 0.85); -} -.navbar-dark .navbar-text a { - color: #fff; -} -.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus { - color: #fff; -} - -.card { - position: relative; - display: flex; - flex-direction: column; - min-width: 0; - word-wrap: break-word; - background-color: #fff; - background-clip: border-box; - border: 1px solid rgba(0, 0, 0, 0.125); - border-radius: 2px; -} -.card > hr { - margin-right: 0; - margin-left: 0; -} -.card > .list-group { - border-top: inherit; - border-bottom: inherit; -} -.card > .list-group:first-child { - border-top-width: 0; - border-top-left-radius: calc(2px - 1px); - border-top-right-radius: calc(2px - 1px); -} -.card > .list-group:last-child { - border-bottom-width: 0; - border-bottom-right-radius: calc(2px - 1px); - border-bottom-left-radius: calc(2px - 1px); -} -.card > .card-header + .list-group, -.card > .list-group + .card-footer { - border-top: 0; -} - -.card-body { - flex: 1 1 auto; - min-height: 1px; - padding: 1.25rem; -} - -.card-title { - margin-bottom: 0.75rem; -} - -.card-subtitle { - margin-top: -0.375rem; - margin-bottom: 0; -} - -.card-text:last-child { - margin-bottom: 0; -} - -.card-link:hover { - text-decoration: none; -} -.card-link + .card-link { - margin-left: 1.25rem; -} - -.card-header { - padding: 0.75rem 1.25rem; - margin-bottom: 0; - background-color: rgba(0, 0, 0, 0.03); - border-bottom: 1px solid rgba(0, 0, 0, 0.125); -} -.card-header:first-child { - border-radius: calc(2px - 1px) calc(2px - 1px) 0 0; -} - -.card-footer { - padding: 0.75rem 1.25rem; - background-color: rgba(0, 0, 0, 0.03); - border-top: 1px solid rgba(0, 0, 0, 0.125); -} -.card-footer:last-child { - border-radius: 0 0 calc(2px - 1px) calc(2px - 1px); -} - -.card-header-tabs { - margin-right: -0.625rem; - margin-bottom: -0.75rem; - margin-left: -0.625rem; - border-bottom: 0; -} - -.card-header-pills { - margin-right: -0.625rem; - margin-left: -0.625rem; -} - -.card-img-overlay { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - padding: 1.25rem; - border-radius: calc(2px - 1px); -} - -.card-img, -.card-img-top, -.card-img-bottom { - flex-shrink: 0; - width: 100%; -} - -.card-img, -.card-img-top { - border-top-left-radius: calc(2px - 1px); - border-top-right-radius: calc(2px - 1px); -} - -.card-img, -.card-img-bottom { - border-bottom-right-radius: calc(2px - 1px); - border-bottom-left-radius: calc(2px - 1px); -} - -.card-deck .card { - margin-bottom: 15px; -} -@media (min-width: 576px) { - .card-deck { - display: flex; - flex-flow: row wrap; - margin-right: -15px; - margin-left: -15px; - } - .card-deck .card { - flex: 1 0 0%; - margin-right: 15px; - margin-bottom: 0; - margin-left: 15px; + .justify-content-sm-between { + justify-content: space-between !important; } -} - -.card-group > .card { - margin-bottom: 15px; -} -@media (min-width: 576px) { - .card-group { - display: flex; - flex-flow: row wrap; + .justify-content-sm-around { + justify-content: space-around !important; } - .card-group > .card { - flex: 1 0 0%; - margin-bottom: 0; + .justify-content-sm-evenly { + justify-content: space-evenly !important; } - .card-group > .card + .card { - margin-left: 0; - border-left: 0; + .align-items-sm-start { + align-items: flex-start !important; } - .card-group > .card:not(:last-child) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; + .align-items-sm-end { + align-items: flex-end !important; } - .card-group > .card:not(:last-child) .card-img-top, -.card-group > .card:not(:last-child) .card-header { - border-top-right-radius: 0; + .align-items-sm-center { + align-items: center !important; } - .card-group > .card:not(:last-child) .card-img-bottom, -.card-group > .card:not(:last-child) .card-footer { - border-bottom-right-radius: 0; + .align-items-sm-baseline { + align-items: baseline !important; } - .card-group > .card:not(:first-child) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; + .align-items-sm-stretch { + align-items: stretch !important; } - .card-group > .card:not(:first-child) .card-img-top, -.card-group > .card:not(:first-child) .card-header { - border-top-left-radius: 0; + .align-content-sm-start { + align-content: flex-start !important; } - .card-group > .card:not(:first-child) .card-img-bottom, -.card-group > .card:not(:first-child) .card-footer { - border-bottom-left-radius: 0; + .align-content-sm-end { + align-content: flex-end !important; } -} - -.card-columns .card { - margin-bottom: 0.75rem; -} -@media (min-width: 576px) { - .card-columns { - -moz-column-count: 3; - column-count: 3; - -moz-column-gap: 1.25rem; - column-gap: 1.25rem; - orphans: 1; - widows: 1; - } - .card-columns .card { - display: inline-block; - width: 100%; + .align-content-sm-center { + align-content: center !important; } -} - -.accordion { - overflow-anchor: none; -} -.accordion > .card { - overflow: hidden; -} -.accordion > .card:not(:last-of-type) { - border-bottom: 0; - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; -} -.accordion > .card:not(:first-of-type) { - border-top-left-radius: 0; - border-top-right-radius: 0; -} -.accordion > .card > .card-header { - border-radius: 0; - margin-bottom: -1px; -} - -.breadcrumb { - display: flex; - flex-wrap: wrap; - padding: 0.375rem 0; - margin-bottom: 0; - list-style: none; - background-color: #2196f3; - border-radius: 0; -} - -.breadcrumb-item + .breadcrumb-item { - padding-left: 0.375rem; -} -.breadcrumb-item + .breadcrumb-item::before { - float: left; - padding-right: 0.375rem; - color: rgba(0, 0, 0, 0.4); - content: ">"; -} -.breadcrumb-item + .breadcrumb-item:hover::before { - text-decoration: underline; -} -.breadcrumb-item + .breadcrumb-item:hover::before { - text-decoration: none; -} -.breadcrumb-item.active { - color: #fff; -} - -.pagination { - display: flex; - padding-left: 0; - list-style: none; - border-radius: 2px; -} - -.page-link { - position: relative; - display: block; - padding: 0.5rem 0.75rem; - margin-left: -1px; - line-height: 1.25; - color: var(--ak-accent-color); - background-color: #fff; - border: 1px solid #ddd; -} -.page-link:hover { - z-index: 2; - color: var(--ak-accent-color-dark); - text-decoration: none; - background-color: #f0f0f0; - border-color: #ddd; -} -.page-link:focus { - z-index: 3; - outline: 0; - box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25); -} - -.page-item:first-child .page-link { - margin-left: 0; - border-top-left-radius: 2px; - border-bottom-left-radius: 2px; -} -.page-item:last-child .page-link { - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; -} -.page-item.active .page-link { - z-index: 3; - color: #fff; - background-color: #2196f3; - border-color: #2196f3; -} -.page-item.disabled .page-link { - color: #787878; - pointer-events: none; - cursor: auto; - background-color: #fff; - border-color: #ddd; -} - -.pagination-lg .page-link { - padding: 0.75rem 1.5rem; - font-size: 1.25rem; - line-height: 1.75; -} -.pagination-lg .page-item:first-child .page-link { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; -} -.pagination-lg .page-item:last-child .page-link { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; -} - -.pagination-sm .page-link { - padding: 0.25rem 0.5rem; - font-size: 0.875rem; - line-height: 1.75; -} -.pagination-sm .page-item:first-child .page-link { - border-top-left-radius: 2px; - border-bottom-left-radius: 2px; -} -.pagination-sm .page-item:last-child .page-link { - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; -} - -.badge { - display: inline-block; - padding: 0.5em 0.75em; - font-size: 75%; - font-weight: 700; - line-height: 1; - text-align: center; - white-space: nowrap; - vertical-align: baseline; - border-radius: 2px; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -} -@media (prefers-reduced-motion: reduce) { - .badge { - transition: none; + .align-content-sm-between { + align-content: space-between !important; } -} -a.badge:hover, a.badge:focus { - text-decoration: none; -} - -.badge:empty { - display: none; -} - -.btn .badge { - position: relative; - top: -1px; -} - -.badge-pill { - padding-right: 0.6em; - padding-left: 0.6em; - border-radius: 10rem; -} - -.badge-primary { - color: #fff; - background-color: #2196f3; -} -a.badge-primary:hover, a.badge-primary:focus { - color: #fff; - background-color: #0c7cd5; -} -a.badge-primary:focus, a.badge-primary.focus { - outline: 0; - box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5); -} - -.badge-secondary { - color: #fff; - background-color: #787878; -} -a.badge-secondary:hover, a.badge-secondary:focus { - color: #fff; - background-color: #5f5f5f; -} -a.badge-secondary:focus, a.badge-secondary.focus { - outline: 0; - box-shadow: 0 0 0 0.2rem rgba(120, 120, 120, 0.5); -} - -.badge-success { - color: #fff; - background-color: #53BE6D; -} -a.badge-success:hover, a.badge-success:focus { - color: #fff; - background-color: #3da155; -} -a.badge-success:focus, a.badge-success.focus { - outline: 0; - box-shadow: 0 0 0 0.2rem rgba(83, 190, 109, 0.5); -} - -.badge-info { - color: #fff; - background-color: #17a2b8; -} -a.badge-info:hover, a.badge-info:focus { - color: #fff; - background-color: #117a8b; -} -a.badge-info:focus, a.badge-info.focus { - outline: 0; - box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); -} - -.badge-warning { - color: #3c3c3c; - background-color: #ffc107; -} -a.badge-warning:hover, a.badge-warning:focus { - color: #3c3c3c; - background-color: #d39e00; -} -a.badge-warning:focus, a.badge-warning.focus { - outline: 0; - box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); -} - -.badge-danger { - color: #fff; - background-color: #dc3545; -} -a.badge-danger:hover, a.badge-danger:focus { - color: #fff; - background-color: #bd2130; -} -a.badge-danger:focus, a.badge-danger.focus { - outline: 0; - box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); -} - -.badge-light { - color: #3c3c3c; - background-color: #f0f0f0; -} -a.badge-light:hover, a.badge-light:focus { - color: #3c3c3c; - background-color: #d7d7d7; -} -a.badge-light:focus, a.badge-light.focus { - outline: 0; - box-shadow: 0 0 0 0.2rem rgba(240, 240, 240, 0.5); -} - -.badge-dark { - color: #fff; - background-color: #505050; -} -a.badge-dark:hover, a.badge-dark:focus { - color: #fff; - background-color: #373737; -} -a.badge-dark:focus, a.badge-dark.focus { - outline: 0; - box-shadow: 0 0 0 0.2rem rgba(80, 80, 80, 0.5); -} - -.badge-lighter { - color: #3c3c3c; - background-color: #f9f9f9; -} -a.badge-lighter:hover, a.badge-lighter:focus { - color: #3c3c3c; - background-color: #e0e0e0; -} -a.badge-lighter:focus, a.badge-lighter.focus { - outline: 0; - box-shadow: 0 0 0 0.2rem rgba(249, 249, 249, 0.5); -} - -.jumbotron { - padding: 2rem 1rem; - margin-bottom: 2rem; - background-color: #f0f0f0; - border-radius: 4px; -} -@media (min-width: 576px) { - .jumbotron { - padding: 4rem 2rem; + .align-content-sm-around { + align-content: space-around !important; } -} - -.jumbotron-fluid { - padding-right: 0; - padding-left: 0; - border-radius: 0; -} - -.alert { - position: relative; - padding: 0.75rem 1.25rem; - margin-bottom: 1rem; - border: 1px solid transparent; - border-radius: 2px; -} - -.alert-heading { - color: inherit; -} - -.alert-link { - font-weight: 700; -} - -.alert-dismissible { - padding-right: 4rem; -} -.alert-dismissible .close { - position: absolute; - top: 0; - right: 0; - z-index: 2; - padding: 0.75rem 1.25rem; - color: inherit; -} - -.alert-primary { - color: #114e7e; - background-color: #d3eafd; - border-color: #c1e2fc; -} -.alert-primary hr { - border-top-color: #a9d7fb; -} -.alert-primary .alert-link { - color: #0b3251; -} - -.alert-secondary { - color: #3e3e3e; - background-color: #e4e4e4; - border-color: #d9d9d9; -} -.alert-secondary hr { - border-top-color: #cccccc; -} -.alert-secondary .alert-link { - color: #252525; -} - -.alert-success { - color: #2b6339; - background-color: #ddf2e2; - border-color: #cfedd6; -} -.alert-success hr { - border-top-color: #bce6c6; -} -.alert-success .alert-link { - color: #1c3f25; -} - -.alert-info { - color: #0c5460; - background-color: #d1ecf1; - border-color: #bee5eb; -} -.alert-info hr { - border-top-color: #abdde5; -} -.alert-info .alert-link { - color: #062c33; -} - -.alert-warning { - color: #856404; - background-color: #fff3cd; - border-color: #ffeeba; -} -.alert-warning hr { - border-top-color: #ffe8a1; -} -.alert-warning .alert-link { - color: #533f03; -} - -.alert-danger { - color: #721c24; - background-color: #f8d7da; - border-color: #f5c6cb; -} -.alert-danger hr { - border-top-color: #f1b0b7; -} -.alert-danger .alert-link { - color: #491217; -} - -.alert-light { - color: #7d7d7d; - background-color: #fcfcfc; - border-color: #fbfbfb; -} -.alert-light hr { - border-top-color: #eeeeee; -} -.alert-light .alert-link { - color: #646464; -} - -.alert-dark { - color: #2a2a2a; - background-color: gainsboro; - border-color: #cecece; -} -.alert-dark hr { - border-top-color: #c1c1c1; -} -.alert-dark .alert-link { - color: #111111; -} - -.alert-lighter { - color: #818181; - background-color: #fefefe; - border-color: #fdfdfd; -} -.alert-lighter hr { - border-top-color: #f0f0f0; -} -.alert-lighter .alert-link { - color: #686868; -} - -@keyframes progress-bar-stripes { - from { - background-position: 1rem 0; + .align-content-sm-stretch { + align-content: stretch !important; } - to { - background-position: 0 0; + .align-self-sm-auto { + align-self: auto !important; } -} -.progress { - display: flex; - height: 1rem; - overflow: hidden; - line-height: 0; - font-size: 0.75rem; - background-color: #f0f0f0; - border-radius: 2px; -} - -.progress-bar { - display: flex; - flex-direction: column; - justify-content: center; - overflow: hidden; - color: #fff; - text-align: center; - white-space: nowrap; - background-color: #2196f3; - transition: width 0.6s ease; -} -@media (prefers-reduced-motion: reduce) { - .progress-bar { - transition: none; + .align-self-sm-start { + align-self: flex-start !important; } -} - -.progress-bar-striped { - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-size: 1rem 1rem; -} - -.progress-bar-animated { - animation: 1s linear infinite progress-bar-stripes; -} -@media (prefers-reduced-motion: reduce) { - .progress-bar-animated { - animation: none; + .align-self-sm-end { + align-self: flex-end !important; } -} - -.media { - display: flex; - align-items: flex-start; -} - -.media-body { - flex: 1; -} - -.list-group { - display: flex; - flex-direction: column; - padding-left: 0; - margin-bottom: 0; - border-radius: 2px; -} - -.list-group-item-action { - width: 100%; - color: #495057; - text-align: inherit; -} -.list-group-item-action:hover, .list-group-item-action:focus { - z-index: 1; - color: #495057; - text-decoration: none; - background-color: #f9f9f9; -} -.list-group-item-action:active { - color: #3c3c3c; - background-color: #f0f0f0; -} - -.list-group-item { - position: relative; - display: block; - padding: 0.75rem 1.25rem; - background-color: #fff; - border: 1px solid rgba(0, 0, 0, 0.125); -} -.list-group-item:first-child { - border-top-left-radius: inherit; - border-top-right-radius: inherit; -} -.list-group-item:last-child { - border-bottom-right-radius: inherit; - border-bottom-left-radius: inherit; -} -.list-group-item.disabled, .list-group-item:disabled { - color: #787878; - pointer-events: none; - background-color: #fff; -} -.list-group-item.active { - z-index: 2; - color: #fff; - background-color: #2196f3; - border-color: #2196f3; -} -.list-group-item + .list-group-item { - border-top-width: 0; -} -.list-group-item + .list-group-item.active { - margin-top: -1px; - border-top-width: 1px; -} - -.list-group-horizontal { - flex-direction: row; -} -.list-group-horizontal > .list-group-item:first-child { - border-bottom-left-radius: 2px; - border-top-right-radius: 0; -} -.list-group-horizontal > .list-group-item:last-child { - border-top-right-radius: 2px; - border-bottom-left-radius: 0; -} -.list-group-horizontal > .list-group-item.active { - margin-top: 0; -} -.list-group-horizontal > .list-group-item + .list-group-item { - border-top-width: 1px; - border-left-width: 0; -} -.list-group-horizontal > .list-group-item + .list-group-item.active { - margin-left: -1px; - border-left-width: 1px; -} - -@media (min-width: 576px) { - .list-group-horizontal-sm { - flex-direction: row; + .align-self-sm-center { + align-self: center !important; } - .list-group-horizontal-sm > .list-group-item:first-child { - border-bottom-left-radius: 2px; - border-top-right-radius: 0; + .align-self-sm-baseline { + align-self: baseline !important; } - .list-group-horizontal-sm > .list-group-item:last-child { - border-top-right-radius: 2px; - border-bottom-left-radius: 0; + .align-self-sm-stretch { + align-self: stretch !important; } - .list-group-horizontal-sm > .list-group-item.active { - margin-top: 0; + .order-sm-first { + order: -1 !important; } - .list-group-horizontal-sm > .list-group-item + .list-group-item { - border-top-width: 1px; - border-left-width: 0; + .order-sm-0 { + order: 0 !important; } - .list-group-horizontal-sm > .list-group-item + .list-group-item.active { - margin-left: -1px; - border-left-width: 1px; + .order-sm-1 { + order: 1 !important; } -} -@media (min-width: 768px) { - .list-group-horizontal-md { - flex-direction: row; + .order-sm-2 { + order: 2 !important; } - .list-group-horizontal-md > .list-group-item:first-child { - border-bottom-left-radius: 2px; - border-top-right-radius: 0; + .order-sm-3 { + order: 3 !important; } - .list-group-horizontal-md > .list-group-item:last-child { - border-top-right-radius: 2px; - border-bottom-left-radius: 0; + .order-sm-4 { + order: 4 !important; } - .list-group-horizontal-md > .list-group-item.active { - margin-top: 0; + .order-sm-5 { + order: 5 !important; } - .list-group-horizontal-md > .list-group-item + .list-group-item { - border-top-width: 1px; - border-left-width: 0; + .order-sm-last { + order: 6 !important; } - .list-group-horizontal-md > .list-group-item + .list-group-item.active { - margin-left: -1px; - border-left-width: 1px; + .m-sm-0 { + margin: 0rem !important; } -} -@media (min-width: 992px) { - .list-group-horizontal-lg { - flex-direction: row; + .m-sm-1 { + margin: 0.495rem !important; } - .list-group-horizontal-lg > .list-group-item:first-child { - border-bottom-left-radius: 2px; - border-top-right-radius: 0; + .m-sm-2 { + margin: 0.75rem !important; } - .list-group-horizontal-lg > .list-group-item:last-child { - border-top-right-radius: 2px; - border-bottom-left-radius: 0; + .m-sm-3 { + margin: 0.9975rem !important; } - .list-group-horizontal-lg > .list-group-item.active { - margin-top: 0; + .m-sm-4 { + margin: 1.5rem !important; } - .list-group-horizontal-lg > .list-group-item + .list-group-item { - border-top-width: 1px; - border-left-width: 0; + .m-sm-5 { + margin: 2.1255rem !important; } - .list-group-horizontal-lg > .list-group-item + .list-group-item.active { - margin-left: -1px; - border-left-width: 1px; + .m-sm-6 { + margin: 3rem !important; } -} -@media (min-width: 1200px) { - .list-group-horizontal-xl { - flex-direction: row; + .m-sm-7 { + margin: 3.9975rem !important; } - .list-group-horizontal-xl > .list-group-item:first-child { - border-bottom-left-radius: 2px; - border-top-right-radius: 0; + .m-sm-8 { + margin: 4.5rem !important; } - .list-group-horizontal-xl > .list-group-item:last-child { - border-top-right-radius: 2px; - border-bottom-left-radius: 0; + .m-sm-9 { + margin: 6rem !important; } - .list-group-horizontal-xl > .list-group-item.active { - margin-top: 0; + .m-sm-10 { + margin: 7.875rem !important; } - .list-group-horizontal-xl > .list-group-item + .list-group-item { - border-top-width: 1px; - border-left-width: 0; + .m-sm-auto { + margin: auto !important; } - .list-group-horizontal-xl > .list-group-item + .list-group-item.active { - margin-left: -1px; - border-left-width: 1px; + .mx-sm-0 { + margin-right: 0rem !important; + margin-left: 0rem !important; } -} -.list-group-flush { - border-radius: 0; -} -.list-group-flush > .list-group-item { - border-width: 0 0 1px; -} -.list-group-flush > .list-group-item:last-child { - border-bottom-width: 0; -} - -.list-group-item-primary { - color: #114e7e; - background-color: #c1e2fc; -} -.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { - color: #114e7e; - background-color: #a9d7fb; -} -.list-group-item-primary.list-group-item-action.active { - color: #fff; - background-color: #114e7e; - border-color: #114e7e; -} - -.list-group-item-secondary { - color: #3e3e3e; - background-color: #d9d9d9; -} -.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus { - color: #3e3e3e; - background-color: #cccccc; -} -.list-group-item-secondary.list-group-item-action.active { - color: #fff; - background-color: #3e3e3e; - border-color: #3e3e3e; -} - -.list-group-item-success { - color: #2b6339; - background-color: #cfedd6; -} -.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus { - color: #2b6339; - background-color: #bce6c6; -} -.list-group-item-success.list-group-item-action.active { - color: #fff; - background-color: #2b6339; - border-color: #2b6339; -} - -.list-group-item-info { - color: #0c5460; - background-color: #bee5eb; -} -.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus { - color: #0c5460; - background-color: #abdde5; -} -.list-group-item-info.list-group-item-action.active { - color: #fff; - background-color: #0c5460; - border-color: #0c5460; -} - -.list-group-item-warning { - color: #856404; - background-color: #ffeeba; -} -.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus { - color: #856404; - background-color: #ffe8a1; -} -.list-group-item-warning.list-group-item-action.active { - color: #fff; - background-color: #856404; - border-color: #856404; -} - -.list-group-item-danger { - color: #721c24; - background-color: #f5c6cb; -} -.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus { - color: #721c24; - background-color: #f1b0b7; -} -.list-group-item-danger.list-group-item-action.active { - color: #fff; - background-color: #721c24; - border-color: #721c24; -} - -.list-group-item-light { - color: #7d7d7d; - background-color: #fbfbfb; -} -.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus { - color: #7d7d7d; - background-color: #eeeeee; -} -.list-group-item-light.list-group-item-action.active { - color: #fff; - background-color: #7d7d7d; - border-color: #7d7d7d; -} - -.list-group-item-dark { - color: #2a2a2a; - background-color: #cecece; -} -.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus { - color: #2a2a2a; - background-color: #c1c1c1; -} -.list-group-item-dark.list-group-item-action.active { - color: #fff; - background-color: #2a2a2a; - border-color: #2a2a2a; -} - -.list-group-item-lighter { - color: #818181; - background-color: #fdfdfd; -} -.list-group-item-lighter.list-group-item-action:hover, .list-group-item-lighter.list-group-item-action:focus { - color: #818181; - background-color: #f0f0f0; -} -.list-group-item-lighter.list-group-item-action.active { - color: #fff; - background-color: #818181; - border-color: #818181; -} - -.close { - float: right; - font-size: 1.5rem; - font-weight: 700; - line-height: 1; - color: #000; - text-shadow: 0 1px 0 #fff; - opacity: 0.5; -} -.close:hover { - color: #000; - text-decoration: none; -} -.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus { - opacity: 0.75; -} - -button.close { - padding: 0; - background-color: transparent; - border: 0; -} - -a.close.disabled { - pointer-events: none; -} - -.modal-open { - overflow: hidden; -} -.modal-open .modal { - overflow-x: hidden; - overflow-y: auto; -} - -.modal { - position: fixed; - top: 0; - left: 0; - z-index: 1050; - display: none; - width: 100%; - height: 100%; - overflow: hidden; - outline: 0; -} - -.modal-dialog { - position: relative; - width: auto; - margin: 0.5rem; - pointer-events: none; -} -.modal.fade .modal-dialog { - transition: transform 0.3s ease-out; - transform: translate(0, -50px); -} -@media (prefers-reduced-motion: reduce) { - .modal.fade .modal-dialog { - transition: none; + .mx-sm-1 { + margin-right: 0.495rem !important; + margin-left: 0.495rem !important; } -} -.modal.show .modal-dialog { - transform: none; -} -.modal.modal-static .modal-dialog { - transform: scale(1.02); -} - -.modal-dialog-scrollable { - display: flex; - max-height: calc(100% - 1rem); -} -.modal-dialog-scrollable .modal-content { - max-height: calc(100vh - 1rem); - overflow: hidden; -} -.modal-dialog-scrollable .modal-header, -.modal-dialog-scrollable .modal-footer { - flex-shrink: 0; -} -.modal-dialog-scrollable .modal-body { - overflow-y: auto; -} - -.modal-dialog-centered { - display: flex; - align-items: center; - min-height: calc(100% - 1rem); -} -.modal-dialog-centered::before { - display: block; - height: calc(100vh - 1rem); - height: -moz-min-content; - height: min-content; - content: ""; -} -.modal-dialog-centered.modal-dialog-scrollable { - flex-direction: column; - justify-content: center; - height: 100%; -} -.modal-dialog-centered.modal-dialog-scrollable .modal-content { - max-height: none; -} -.modal-dialog-centered.modal-dialog-scrollable::before { - content: none; -} - -.modal-content { - position: relative; - display: flex; - flex-direction: column; - width: 100%; - pointer-events: auto; - background-color: #fff; - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 4px; - outline: 0; -} - -.modal-backdrop { - position: fixed; - top: 0; - left: 0; - z-index: 1040; - width: 100vw; - height: 100vh; - background-color: #000; -} -.modal-backdrop.fade { - opacity: 0; -} -.modal-backdrop.show { - opacity: 0.5; -} - -.modal-header { - display: flex; - align-items: flex-start; - justify-content: space-between; - padding: 1rem 1rem; - border-bottom: 1px solid #ddd; - border-top-left-radius: 3px; - border-top-right-radius: 3px; -} -.modal-header .close { - padding: 1rem 1rem; - margin: -1rem -1rem -1rem auto; -} - -.modal-title { - margin-bottom: 0; - line-height: 1.75; -} - -.modal-body { - position: relative; - flex: 1 1 auto; - padding: 1rem; -} - -.modal-footer { - display: flex; - flex-wrap: wrap; - align-items: center; - justify-content: flex-end; - padding: 0.75rem; - border-top: 1px solid #ddd; - border-bottom-right-radius: 3px; - border-bottom-left-radius: 3px; -} -.modal-footer > * { - margin: 0.25rem; -} - -.modal-scrollbar-measure { - position: absolute; - top: -9999px; - width: 50px; - height: 50px; - overflow: scroll; -} - -@media (min-width: 576px) { - .modal-dialog { - max-width: 500px; - margin: 1.75rem auto; + .mx-sm-2 { + margin-right: 0.75rem !important; + margin-left: 0.75rem !important; } - .modal-dialog-scrollable { - max-height: calc(100% - 3.5rem); + .mx-sm-3 { + margin-right: 0.9975rem !important; + margin-left: 0.9975rem !important; } - .modal-dialog-scrollable .modal-content { - max-height: calc(100vh - 3.5rem); + .mx-sm-4 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; } - .modal-dialog-centered { - min-height: calc(100% - 3.5rem); + .mx-sm-5 { + margin-right: 2.1255rem !important; + margin-left: 2.1255rem !important; } - .modal-dialog-centered::before { - height: calc(100vh - 3.5rem); - height: -moz-min-content; - height: min-content; + .mx-sm-6 { + margin-right: 3rem !important; + margin-left: 3rem !important; } - .modal-sm { - max-width: 300px; + .mx-sm-7 { + margin-right: 3.9975rem !important; + margin-left: 3.9975rem !important; } -} -@media (min-width: 992px) { - .modal-lg, -.modal-xl { - max-width: 800px; + .mx-sm-8 { + margin-right: 4.5rem !important; + margin-left: 4.5rem !important; } -} -@media (min-width: 1200px) { - .modal-xl { - max-width: 1140px; + .mx-sm-9 { + margin-right: 6rem !important; + margin-left: 6rem !important; } -} -.tooltip { - position: absolute; - z-index: 1070; - display: block; - margin: 0; - font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - font-style: normal; - font-weight: 400; - line-height: 1.75; - text-align: left; - text-align: start; - text-decoration: none; - text-shadow: none; - text-transform: none; - letter-spacing: normal; - word-break: normal; - white-space: normal; - word-spacing: normal; - line-break: auto; - font-size: 0.875rem; - word-wrap: break-word; - opacity: 0; -} -.tooltip.show { - opacity: 0.9; -} -.tooltip .arrow { - position: absolute; - display: block; - width: 0.8rem; - height: 0.4rem; -} -.tooltip .arrow::before { - position: absolute; - content: ""; - border-color: transparent; - border-style: solid; -} - -.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] { - padding: 0.4rem 0; -} -.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow { - bottom: 0; -} -.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before { - top: 0; - border-width: 0.4rem 0.4rem 0; - border-top-color: #000; -} - -.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] { - padding: 0 0.4rem; -} -.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow { - left: 0; - width: 0.4rem; - height: 0.8rem; -} -.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before { - right: 0; - border-width: 0.4rem 0.4rem 0.4rem 0; - border-right-color: #000; -} - -.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] { - padding: 0.4rem 0; -} -.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow { - top: 0; -} -.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before { - bottom: 0; - border-width: 0 0.4rem 0.4rem; - border-bottom-color: #000; -} - -.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] { - padding: 0 0.4rem; -} -.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow { - right: 0; - width: 0.4rem; - height: 0.8rem; -} -.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before { - left: 0; - border-width: 0.4rem 0 0.4rem 0.4rem; - border-left-color: #000; -} - -.tooltip-inner { - max-width: 200px; - padding: 0.25rem 0.5rem; - color: #fff; - text-align: center; - background-color: #000; - border-radius: 2px; -} - -.popover { - position: absolute; - top: 0; - left: 0; - z-index: 1060; - display: block; - max-width: 276px; - font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - font-style: normal; - font-weight: 400; - line-height: 1.75; - text-align: left; - text-align: start; - text-decoration: none; - text-shadow: none; - text-transform: none; - letter-spacing: normal; - word-break: normal; - white-space: normal; - word-spacing: normal; - line-break: auto; - font-size: 0.875rem; - word-wrap: break-word; - background-color: #fff; - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 4px; -} -.popover .arrow { - position: absolute; - display: block; - width: 1rem; - height: 0.5rem; - margin: 0 4px; -} -.popover .arrow::before, .popover .arrow::after { - position: absolute; - display: block; - content: ""; - border-color: transparent; - border-style: solid; -} - -.bs-popover-top, .bs-popover-auto[x-placement^=top] { - margin-bottom: 0.5rem; -} -.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow { - bottom: calc(-0.5rem - 1px); -} -.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before { - bottom: 0; - border-width: 0.5rem 0.5rem 0; - border-top-color: rgba(0, 0, 0, 0.25); -} -.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after { - bottom: 1px; - border-width: 0.5rem 0.5rem 0; - border-top-color: #fff; -} - -.bs-popover-right, .bs-popover-auto[x-placement^=right] { - margin-left: 0.5rem; -} -.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow { - left: calc(-0.5rem - 1px); - width: 0.5rem; - height: 1rem; - margin: 4px 0; -} -.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before { - left: 0; - border-width: 0.5rem 0.5rem 0.5rem 0; - border-right-color: rgba(0, 0, 0, 0.25); -} -.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after { - left: 1px; - border-width: 0.5rem 0.5rem 0.5rem 0; - border-right-color: #fff; -} - -.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] { - margin-top: 0.5rem; -} -.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow { - top: calc(-0.5rem - 1px); -} -.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before { - top: 0; - border-width: 0 0.5rem 0.5rem 0.5rem; - border-bottom-color: rgba(0, 0, 0, 0.25); -} -.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after { - top: 1px; - border-width: 0 0.5rem 0.5rem 0.5rem; - border-bottom-color: #fff; -} -.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before { - position: absolute; - top: 0; - left: 50%; - display: block; - width: 1rem; - margin-left: -0.5rem; - content: ""; - border-bottom: 1px solid #f7f7f7; -} - -.bs-popover-left, .bs-popover-auto[x-placement^=left] { - margin-right: 0.5rem; -} -.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow { - right: calc(-0.5rem - 1px); - width: 0.5rem; - height: 1rem; - margin: 4px 0; -} -.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before { - right: 0; - border-width: 0.5rem 0 0.5rem 0.5rem; - border-left-color: rgba(0, 0, 0, 0.25); -} -.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after { - right: 1px; - border-width: 0.5rem 0 0.5rem 0.5rem; - border-left-color: #fff; -} - -.popover-header { - padding: 0.5rem 0.75rem; - margin-bottom: 0; - font-size: 1rem; - background-color: #f7f7f7; - border-bottom: 1px solid #ebebeb; - border-top-left-radius: 3px; - border-top-right-radius: 3px; -} -.popover-header:empty { - display: none; -} - -.popover-body { - padding: 0.5rem 0.75rem; - color: #3c3c3c; -} - -.carousel { - position: relative; -} - -.carousel.pointer-event { - touch-action: pan-y; -} - -.carousel-inner { - position: relative; - width: 100%; - overflow: hidden; -} -.carousel-inner::after { - display: block; - clear: both; - content: ""; -} - -.carousel-item { - position: relative; - display: none; - float: left; - width: 100%; - margin-right: -100%; - backface-visibility: hidden; - transition: transform 0.6s ease-in-out; -} -@media (prefers-reduced-motion: reduce) { - .carousel-item { - transition: none; + .mx-sm-10 { + margin-right: 7.875rem !important; + margin-left: 7.875rem !important; } -} - -.carousel-item.active, -.carousel-item-next, -.carousel-item-prev { - display: block; -} - -.carousel-item-next:not(.carousel-item-left), -.active.carousel-item-right { - transform: translateX(100%); -} - -.carousel-item-prev:not(.carousel-item-right), -.active.carousel-item-left { - transform: translateX(-100%); -} - -.carousel-fade .carousel-item { - opacity: 0; - transition-property: opacity; - transform: none; -} -.carousel-fade .carousel-item.active, -.carousel-fade .carousel-item-next.carousel-item-left, -.carousel-fade .carousel-item-prev.carousel-item-right { - z-index: 1; - opacity: 1; -} -.carousel-fade .active.carousel-item-left, -.carousel-fade .active.carousel-item-right { - z-index: 0; - opacity: 0; - transition: opacity 0s 0.6s; -} -@media (prefers-reduced-motion: reduce) { - .carousel-fade .active.carousel-item-left, -.carousel-fade .active.carousel-item-right { - transition: none; + .mx-sm-auto { + margin-right: auto !important; + margin-left: auto !important; } -} - -.carousel-control-prev, -.carousel-control-next { - position: absolute; - top: 0; - bottom: 0; - z-index: 1; - display: flex; - align-items: center; - justify-content: center; - width: 15%; - padding: 0; - color: #fff; - text-align: center; - background: none; - border: 0; - opacity: 0.5; - transition: opacity 0.15s ease; -} -@media (prefers-reduced-motion: reduce) { - .carousel-control-prev, -.carousel-control-next { - transition: none; + .my-sm-0 { + margin-top: 0rem !important; + margin-bottom: 0rem !important; } -} -.carousel-control-prev:hover, .carousel-control-prev:focus, -.carousel-control-next:hover, -.carousel-control-next:focus { - color: #fff; - text-decoration: none; - outline: 0; - opacity: 0.9; -} - -.carousel-control-prev { - left: 0; -} - -.carousel-control-next { - right: 0; -} - -.carousel-control-prev-icon, -.carousel-control-next-icon { - display: inline-block; - width: 20px; - height: 20px; - background: 50%/100% 100% no-repeat; -} - -.carousel-control-prev-icon { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); -} - -.carousel-control-next-icon { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); -} - -.carousel-indicators { - position: absolute; - right: 0; - bottom: 0; - left: 0; - z-index: 15; - display: flex; - justify-content: center; - padding-left: 0; - margin-right: 15%; - margin-left: 15%; - list-style: none; -} -.carousel-indicators li { - box-sizing: content-box; - flex: 0 1 auto; - width: 30px; - height: 3px; - margin-right: 3px; - margin-left: 3px; - text-indent: -999px; - cursor: pointer; - background-color: #fff; - background-clip: padding-box; - border-top: 10px solid transparent; - border-bottom: 10px solid transparent; - opacity: 0.5; - transition: opacity 0.6s ease; -} -@media (prefers-reduced-motion: reduce) { - .carousel-indicators li { - transition: none; + .my-sm-1 { + margin-top: 0.495rem !important; + margin-bottom: 0.495rem !important; } -} -.carousel-indicators .active { - opacity: 1; -} - -.carousel-caption { - position: absolute; - right: 15%; - bottom: 20px; - left: 15%; - z-index: 10; - padding-top: 20px; - padding-bottom: 20px; - color: #fff; - text-align: center; -} - -.align-baseline { - vertical-align: baseline !important; -} - -.align-top { - vertical-align: top !important; -} - -.align-middle { - vertical-align: middle !important; -} - -.align-bottom { - vertical-align: bottom !important; -} - -.align-text-bottom { - vertical-align: text-bottom !important; -} - -.align-text-top { - vertical-align: text-top !important; -} - -.bg-primary { - background-color: #2196f3 !important; -} - -a.bg-primary:hover, a.bg-primary:focus, -button.bg-primary:hover, -button.bg-primary:focus { - background-color: #0c7cd5 !important; -} - -.bg-secondary { - background-color: #787878 !important; -} - -a.bg-secondary:hover, a.bg-secondary:focus, -button.bg-secondary:hover, -button.bg-secondary:focus { - background-color: #5f5f5f !important; -} - -.bg-success { - background-color: #53BE6D !important; -} - -a.bg-success:hover, a.bg-success:focus, -button.bg-success:hover, -button.bg-success:focus { - background-color: #3da155 !important; -} - -.bg-info { - background-color: #17a2b8 !important; -} - -a.bg-info:hover, a.bg-info:focus, -button.bg-info:hover, -button.bg-info:focus { - background-color: #117a8b !important; -} - -.bg-warning { - background-color: #ffc107 !important; -} - -a.bg-warning:hover, a.bg-warning:focus, -button.bg-warning:hover, -button.bg-warning:focus { - background-color: #d39e00 !important; -} - -.bg-danger { - background-color: #dc3545 !important; -} - -a.bg-danger:hover, a.bg-danger:focus, -button.bg-danger:hover, -button.bg-danger:focus { - background-color: #bd2130 !important; -} - -.bg-light { - background-color: #f0f0f0 !important; -} - -a.bg-light:hover, a.bg-light:focus, -button.bg-light:hover, -button.bg-light:focus { - background-color: #d7d7d7 !important; -} - -.bg-dark { - background-color: #505050 !important; -} - -a.bg-dark:hover, a.bg-dark:focus, -button.bg-dark:hover, -button.bg-dark:focus { - background-color: #373737 !important; -} - -.bg-lighter { - background-color: #f9f9f9 !important; -} - -a.bg-lighter:hover, a.bg-lighter:focus, -button.bg-lighter:hover, -button.bg-lighter:focus { - background-color: #e0e0e0 !important; -} - -.bg-white { - background-color: #fff !important; -} - -.bg-transparent { - background-color: transparent !important; -} - -.border { - border: 1px solid #ddd !important; -} - -.border-top { - border-top: 1px solid #ddd !important; -} - -.border-right { - border-right: 1px solid #ddd !important; -} - -.border-bottom { - border-bottom: 1px solid #ddd !important; -} - -.border-left { - border-left: 1px solid #ddd !important; -} - -.border-0 { - border: 0 !important; -} - -.border-top-0 { - border-top: 0 !important; -} - -.border-right-0 { - border-right: 0 !important; -} - -.border-bottom-0 { - border-bottom: 0 !important; -} - -.border-left-0 { - border-left: 0 !important; -} - -.border-primary { - border-color: #2196f3 !important; -} - -.border-secondary { - border-color: #787878 !important; -} - -.border-success { - border-color: #53BE6D !important; -} - -.border-info { - border-color: #17a2b8 !important; -} - -.border-warning { - border-color: #ffc107 !important; -} - -.border-danger { - border-color: #dc3545 !important; -} - -.border-light { - border-color: #f0f0f0 !important; -} - -.border-dark { - border-color: #505050 !important; -} - -.border-lighter { - border-color: #f9f9f9 !important; -} - -.border-white { - border-color: #fff !important; -} - -.rounded-sm { - border-radius: 2px !important; -} - -.rounded { - border-radius: 2px !important; -} - -.rounded-top { - border-top-left-radius: 2px !important; - border-top-right-radius: 2px !important; -} - -.rounded-right { - border-top-right-radius: 2px !important; - border-bottom-right-radius: 2px !important; -} - -.rounded-bottom { - border-bottom-right-radius: 2px !important; - border-bottom-left-radius: 2px !important; -} - -.rounded-left { - border-top-left-radius: 2px !important; - border-bottom-left-radius: 2px !important; -} - -.rounded-lg { - border-radius: 4px !important; -} - -.rounded-circle { - border-radius: 50% !important; -} - -.rounded-pill { - border-radius: 50rem !important; -} - -.rounded-0 { - border-radius: 0 !important; -} - -.clearfix::after { - display: block; - clear: both; - content: ""; -} - -.d-none { - display: none !important; -} - -.d-inline { - display: inline !important; -} - -.d-inline-block { - display: inline-block !important; -} - -.d-block { - display: block !important; -} - -.d-table { - display: table !important; -} - -.d-table-row { - display: table-row !important; -} - -.d-table-cell { - display: table-cell !important; -} - -.d-flex { - display: flex !important; -} - -.d-inline-flex { - display: inline-flex !important; -} - -@media (min-width: 576px) { - .d-sm-none { - display: none !important; + .my-sm-2 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; } - .d-sm-inline { - display: inline !important; + .my-sm-3 { + margin-top: 0.9975rem !important; + margin-bottom: 0.9975rem !important; } - .d-sm-inline-block { - display: inline-block !important; + .my-sm-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; } - .d-sm-block { - display: block !important; + .my-sm-5 { + margin-top: 2.1255rem !important; + margin-bottom: 2.1255rem !important; } - .d-sm-table { - display: table !important; + .my-sm-6 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; } - .d-sm-table-row { - display: table-row !important; + .my-sm-7 { + margin-top: 3.9975rem !important; + margin-bottom: 3.9975rem !important; } - .d-sm-table-cell { - display: table-cell !important; + .my-sm-8 { + margin-top: 4.5rem !important; + margin-bottom: 4.5rem !important; } - .d-sm-flex { - display: flex !important; + .my-sm-9 { + margin-top: 6rem !important; + margin-bottom: 6rem !important; } - .d-sm-inline-flex { - display: inline-flex !important; + .my-sm-10 { + margin-top: 7.875rem !important; + margin-bottom: 7.875rem !important; } -} -@media (min-width: 768px) { - .d-md-none { - display: none !important; + .my-sm-auto { + margin-top: auto !important; + margin-bottom: auto !important; } - .d-md-inline { - display: inline !important; + .mt-sm-0 { + margin-top: 0rem !important; } - .d-md-inline-block { - display: inline-block !important; + .mt-sm-1 { + margin-top: 0.495rem !important; } - .d-md-block { - display: block !important; + .mt-sm-2 { + margin-top: 0.75rem !important; } - .d-md-table { - display: table !important; + .mt-sm-3 { + margin-top: 0.9975rem !important; } - .d-md-table-row { - display: table-row !important; + .mt-sm-4 { + margin-top: 1.5rem !important; } - .d-md-table-cell { - display: table-cell !important; + .mt-sm-5 { + margin-top: 2.1255rem !important; } - .d-md-flex { - display: flex !important; + .mt-sm-6 { + margin-top: 3rem !important; } - .d-md-inline-flex { - display: inline-flex !important; + .mt-sm-7 { + margin-top: 3.9975rem !important; } -} -@media (min-width: 992px) { - .d-lg-none { - display: none !important; + .mt-sm-8 { + margin-top: 4.5rem !important; } - .d-lg-inline { - display: inline !important; + .mt-sm-9 { + margin-top: 6rem !important; } - .d-lg-inline-block { - display: inline-block !important; + .mt-sm-10 { + margin-top: 7.875rem !important; } - .d-lg-block { - display: block !important; + .mt-sm-auto { + margin-top: auto !important; } - .d-lg-table { - display: table !important; + .me-sm-0 { + margin-right: 0rem !important; } - .d-lg-table-row { - display: table-row !important; + .me-sm-1 { + margin-right: 0.495rem !important; } - .d-lg-table-cell { - display: table-cell !important; + .me-sm-2 { + margin-right: 0.75rem !important; } - .d-lg-flex { - display: flex !important; + .me-sm-3 { + margin-right: 0.9975rem !important; } - .d-lg-inline-flex { - display: inline-flex !important; + .me-sm-4 { + margin-right: 1.5rem !important; } -} -@media (min-width: 1200px) { - .d-xl-none { - display: none !important; + .me-sm-5 { + margin-right: 2.1255rem !important; } - .d-xl-inline { - display: inline !important; + .me-sm-6 { + margin-right: 3rem !important; } - .d-xl-inline-block { - display: inline-block !important; + .me-sm-7 { + margin-right: 3.9975rem !important; } - .d-xl-block { - display: block !important; + .me-sm-8 { + margin-right: 4.5rem !important; } - .d-xl-table { - display: table !important; + .me-sm-9 { + margin-right: 6rem !important; } - .d-xl-table-row { - display: table-row !important; + .me-sm-10 { + margin-right: 7.875rem !important; } - .d-xl-table-cell { - display: table-cell !important; + .me-sm-auto { + margin-right: auto !important; } - .d-xl-flex { - display: flex !important; + .mb-sm-0 { + margin-bottom: 0rem !important; } - .d-xl-inline-flex { - display: inline-flex !important; + .mb-sm-1 { + margin-bottom: 0.495rem !important; } -} -@media print { - .d-print-none { - display: none !important; + .mb-sm-2 { + margin-bottom: 0.75rem !important; } - .d-print-inline { - display: inline !important; + .mb-sm-3 { + margin-bottom: 0.9975rem !important; } - .d-print-inline-block { - display: inline-block !important; + .mb-sm-4 { + margin-bottom: 1.5rem !important; } - .d-print-block { - display: block !important; + .mb-sm-5 { + margin-bottom: 2.1255rem !important; } - .d-print-table { - display: table !important; + .mb-sm-6 { + margin-bottom: 3rem !important; } - .d-print-table-row { - display: table-row !important; - } - .d-print-table-cell { - display: table-cell !important; + .mb-sm-7 { + margin-bottom: 3.9975rem !important; } - .d-print-flex { - display: flex !important; + .mb-sm-8 { + margin-bottom: 4.5rem !important; } - .d-print-inline-flex { - display: inline-flex !important; + .mb-sm-9 { + margin-bottom: 6rem !important; } -} -.embed-responsive { - position: relative; - display: block; - width: 100%; - padding: 0; - overflow: hidden; -} -.embed-responsive::before { - display: block; - content: ""; -} -.embed-responsive .embed-responsive-item, -.embed-responsive iframe, -.embed-responsive embed, -.embed-responsive object, -.embed-responsive video { - position: absolute; - top: 0; - bottom: 0; - left: 0; - width: 100%; - height: 100%; - border: 0; -} - -.embed-responsive-21by9::before { - padding-top: 42.85714286%; -} - -.embed-responsive-16by9::before { - padding-top: 56.25%; -} - -.embed-responsive-4by3::before { - padding-top: 75%; -} - -.embed-responsive-1by1::before { - padding-top: 100%; -} - -.embed-responsive-21by9::before { - padding-top: 42.85714286%; -} - -.embed-responsive-16by9::before { - padding-top: 56.25%; -} - -.embed-responsive-4by3::before { - padding-top: 75%; -} - -.embed-responsive-1by1::before { - padding-top: 100%; -} - -.flex-row { - flex-direction: row !important; -} - -.flex-column { - flex-direction: column !important; -} - -.flex-row-reverse { - flex-direction: row-reverse !important; -} - -.flex-column-reverse { - flex-direction: column-reverse !important; -} - -.flex-wrap { - flex-wrap: wrap !important; -} - -.flex-nowrap { - flex-wrap: nowrap !important; -} - -.flex-wrap-reverse { - flex-wrap: wrap-reverse !important; -} - -.flex-fill { - flex: 1 1 auto !important; -} - -.flex-grow-0 { - flex-grow: 0 !important; -} - -.flex-grow-1 { - flex-grow: 1 !important; -} - -.flex-shrink-0 { - flex-shrink: 0 !important; -} - -.flex-shrink-1 { - flex-shrink: 1 !important; -} - -.justify-content-start { - justify-content: flex-start !important; -} - -.justify-content-end { - justify-content: flex-end !important; -} - -.justify-content-center { - justify-content: center !important; -} - -.justify-content-between { - justify-content: space-between !important; -} - -.justify-content-around { - justify-content: space-around !important; -} - -.align-items-start { - align-items: flex-start !important; -} - -.align-items-end { - align-items: flex-end !important; -} - -.align-items-center { - align-items: center !important; -} - -.align-items-baseline { - align-items: baseline !important; -} - -.align-items-stretch { - align-items: stretch !important; -} - -.align-content-start { - align-content: flex-start !important; -} - -.align-content-end { - align-content: flex-end !important; -} - -.align-content-center { - align-content: center !important; -} - -.align-content-between { - align-content: space-between !important; -} - -.align-content-around { - align-content: space-around !important; -} - -.align-content-stretch { - align-content: stretch !important; -} - -.align-self-auto { - align-self: auto !important; -} - -.align-self-start { - align-self: flex-start !important; -} - -.align-self-end { - align-self: flex-end !important; -} - -.align-self-center { - align-self: center !important; -} - -.align-self-baseline { - align-self: baseline !important; -} - -.align-self-stretch { - align-self: stretch !important; -} - -@media (min-width: 576px) { - .flex-sm-row { - flex-direction: row !important; + .mb-sm-10 { + margin-bottom: 7.875rem !important; } - .flex-sm-column { - flex-direction: column !important; + .mb-sm-auto { + margin-bottom: auto !important; } - .flex-sm-row-reverse { - flex-direction: row-reverse !important; + .ms-sm-0 { + margin-left: 0rem !important; } - .flex-sm-column-reverse { - flex-direction: column-reverse !important; + .ms-sm-1 { + margin-left: 0.495rem !important; } - .flex-sm-wrap { - flex-wrap: wrap !important; + .ms-sm-2 { + margin-left: 0.75rem !important; } - .flex-sm-nowrap { - flex-wrap: nowrap !important; + .ms-sm-3 { + margin-left: 0.9975rem !important; } - .flex-sm-wrap-reverse { - flex-wrap: wrap-reverse !important; + .ms-sm-4 { + margin-left: 1.5rem !important; } - .flex-sm-fill { - flex: 1 1 auto !important; + .ms-sm-5 { + margin-left: 2.1255rem !important; } - .flex-sm-grow-0 { - flex-grow: 0 !important; + .ms-sm-6 { + margin-left: 3rem !important; } - .flex-sm-grow-1 { - flex-grow: 1 !important; + .ms-sm-7 { + margin-left: 3.9975rem !important; } - .flex-sm-shrink-0 { - flex-shrink: 0 !important; + .ms-sm-8 { + margin-left: 4.5rem !important; } - .flex-sm-shrink-1 { - flex-shrink: 1 !important; + .ms-sm-9 { + margin-left: 6rem !important; } - .justify-content-sm-start { - justify-content: flex-start !important; + .ms-sm-10 { + margin-left: 7.875rem !important; } - .justify-content-sm-end { - justify-content: flex-end !important; + .ms-sm-auto { + margin-left: auto !important; } - .justify-content-sm-center { - justify-content: center !important; + .p-sm-0 { + padding: 0rem !important; } - .justify-content-sm-between { - justify-content: space-between !important; + .p-sm-1 { + padding: 0.495rem !important; } - .justify-content-sm-around { - justify-content: space-around !important; + .p-sm-2 { + padding: 0.75rem !important; } - .align-items-sm-start { - align-items: flex-start !important; + .p-sm-3 { + padding: 0.9975rem !important; } - .align-items-sm-end { - align-items: flex-end !important; + .p-sm-4 { + padding: 1.5rem !important; } - .align-items-sm-center { - align-items: center !important; + .p-sm-5 { + padding: 2.1255rem !important; } - .align-items-sm-baseline { - align-items: baseline !important; + .p-sm-6 { + padding: 3rem !important; } - .align-items-sm-stretch { - align-items: stretch !important; + .p-sm-7 { + padding: 3.9975rem !important; } - .align-content-sm-start { - align-content: flex-start !important; + .p-sm-8 { + padding: 4.5rem !important; } - .align-content-sm-end { - align-content: flex-end !important; + .p-sm-9 { + padding: 6rem !important; } - .align-content-sm-center { - align-content: center !important; + .p-sm-10 { + padding: 7.875rem !important; } - .align-content-sm-between { - align-content: space-between !important; + .px-sm-0 { + padding-right: 0rem !important; + padding-left: 0rem !important; } - .align-content-sm-around { - align-content: space-around !important; + .px-sm-1 { + padding-right: 0.495rem !important; + padding-left: 0.495rem !important; } - .align-content-sm-stretch { - align-content: stretch !important; + .px-sm-2 { + padding-right: 0.75rem !important; + padding-left: 0.75rem !important; } - .align-self-sm-auto { - align-self: auto !important; + .px-sm-3 { + padding-right: 0.9975rem !important; + padding-left: 0.9975rem !important; } - .align-self-sm-start { - align-self: flex-start !important; + .px-sm-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; } - .align-self-sm-end { - align-self: flex-end !important; + .px-sm-5 { + padding-right: 2.1255rem !important; + padding-left: 2.1255rem !important; } - .align-self-sm-center { - align-self: center !important; + .px-sm-6 { + padding-right: 3rem !important; + padding-left: 3rem !important; } - .align-self-sm-baseline { - align-self: baseline !important; + .px-sm-7 { + padding-right: 3.9975rem !important; + padding-left: 3.9975rem !important; } - .align-self-sm-stretch { - align-self: stretch !important; + .px-sm-8 { + padding-right: 4.5rem !important; + padding-left: 4.5rem !important; } -} -@media (min-width: 768px) { - .flex-md-row { - flex-direction: row !important; + .px-sm-9 { + padding-right: 6rem !important; + padding-left: 6rem !important; } - .flex-md-column { - flex-direction: column !important; + .px-sm-10 { + padding-right: 7.875rem !important; + padding-left: 7.875rem !important; } - .flex-md-row-reverse { - flex-direction: row-reverse !important; + .py-sm-0 { + padding-top: 0rem !important; + padding-bottom: 0rem !important; } - .flex-md-column-reverse { - flex-direction: column-reverse !important; + .py-sm-1 { + padding-top: 0.495rem !important; + padding-bottom: 0.495rem !important; } - .flex-md-wrap { - flex-wrap: wrap !important; + .py-sm-2 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; } - .flex-md-nowrap { - flex-wrap: nowrap !important; + .py-sm-3 { + padding-top: 0.9975rem !important; + padding-bottom: 0.9975rem !important; } - .flex-md-wrap-reverse { - flex-wrap: wrap-reverse !important; + .py-sm-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; } - .flex-md-fill { - flex: 1 1 auto !important; + .py-sm-5 { + padding-top: 2.1255rem !important; + padding-bottom: 2.1255rem !important; } - .flex-md-grow-0 { - flex-grow: 0 !important; + .py-sm-6 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; } - .flex-md-grow-1 { - flex-grow: 1 !important; + .py-sm-7 { + padding-top: 3.9975rem !important; + padding-bottom: 3.9975rem !important; } - .flex-md-shrink-0 { - flex-shrink: 0 !important; + .py-sm-8 { + padding-top: 4.5rem !important; + padding-bottom: 4.5rem !important; } - .flex-md-shrink-1 { - flex-shrink: 1 !important; + .py-sm-9 { + padding-top: 6rem !important; + padding-bottom: 6rem !important; } - .justify-content-md-start { - justify-content: flex-start !important; + .py-sm-10 { + padding-top: 7.875rem !important; + padding-bottom: 7.875rem !important; } - .justify-content-md-end { - justify-content: flex-end !important; + .pt-sm-0 { + padding-top: 0rem !important; } - .justify-content-md-center { - justify-content: center !important; + .pt-sm-1 { + padding-top: 0.495rem !important; } - .justify-content-md-between { - justify-content: space-between !important; + .pt-sm-2 { + padding-top: 0.75rem !important; } - .justify-content-md-around { - justify-content: space-around !important; + .pt-sm-3 { + padding-top: 0.9975rem !important; } - .align-items-md-start { - align-items: flex-start !important; + .pt-sm-4 { + padding-top: 1.5rem !important; } - .align-items-md-end { - align-items: flex-end !important; + .pt-sm-5 { + padding-top: 2.1255rem !important; } - .align-items-md-center { - align-items: center !important; + .pt-sm-6 { + padding-top: 3rem !important; } - .align-items-md-baseline { - align-items: baseline !important; + .pt-sm-7 { + padding-top: 3.9975rem !important; } - .align-items-md-stretch { - align-items: stretch !important; + .pt-sm-8 { + padding-top: 4.5rem !important; } - .align-content-md-start { - align-content: flex-start !important; + .pt-sm-9 { + padding-top: 6rem !important; } - .align-content-md-end { - align-content: flex-end !important; + .pt-sm-10 { + padding-top: 7.875rem !important; } - .align-content-md-center { - align-content: center !important; + .pe-sm-0 { + padding-right: 0rem !important; } - .align-content-md-between { - align-content: space-between !important; + .pe-sm-1 { + padding-right: 0.495rem !important; } - .align-content-md-around { - align-content: space-around !important; + .pe-sm-2 { + padding-right: 0.75rem !important; } - .align-content-md-stretch { - align-content: stretch !important; + .pe-sm-3 { + padding-right: 0.9975rem !important; } - .align-self-md-auto { - align-self: auto !important; + .pe-sm-4 { + padding-right: 1.5rem !important; } - .align-self-md-start { - align-self: flex-start !important; + .pe-sm-5 { + padding-right: 2.1255rem !important; } - .align-self-md-end { - align-self: flex-end !important; + .pe-sm-6 { + padding-right: 3rem !important; } - .align-self-md-center { - align-self: center !important; + .pe-sm-7 { + padding-right: 3.9975rem !important; } - .align-self-md-baseline { - align-self: baseline !important; + .pe-sm-8 { + padding-right: 4.5rem !important; } - .align-self-md-stretch { - align-self: stretch !important; + .pe-sm-9 { + padding-right: 6rem !important; } -} -@media (min-width: 992px) { - .flex-lg-row { - flex-direction: row !important; + .pe-sm-10 { + padding-right: 7.875rem !important; } - .flex-lg-column { - flex-direction: column !important; + .pb-sm-0 { + padding-bottom: 0rem !important; } - .flex-lg-row-reverse { - flex-direction: row-reverse !important; + .pb-sm-1 { + padding-bottom: 0.495rem !important; } - .flex-lg-column-reverse { - flex-direction: column-reverse !important; + .pb-sm-2 { + padding-bottom: 0.75rem !important; } - .flex-lg-wrap { - flex-wrap: wrap !important; + .pb-sm-3 { + padding-bottom: 0.9975rem !important; } - .flex-lg-nowrap { - flex-wrap: nowrap !important; + .pb-sm-4 { + padding-bottom: 1.5rem !important; } - .flex-lg-wrap-reverse { - flex-wrap: wrap-reverse !important; + .pb-sm-5 { + padding-bottom: 2.1255rem !important; } - .flex-lg-fill { - flex: 1 1 auto !important; + .pb-sm-6 { + padding-bottom: 3rem !important; } - .flex-lg-grow-0 { - flex-grow: 0 !important; + .pb-sm-7 { + padding-bottom: 3.9975rem !important; } - .flex-lg-grow-1 { - flex-grow: 1 !important; + .pb-sm-8 { + padding-bottom: 4.5rem !important; } - .flex-lg-shrink-0 { - flex-shrink: 0 !important; + .pb-sm-9 { + padding-bottom: 6rem !important; } - .flex-lg-shrink-1 { - flex-shrink: 1 !important; + .pb-sm-10 { + padding-bottom: 7.875rem !important; } - .justify-content-lg-start { - justify-content: flex-start !important; + .ps-sm-0 { + padding-left: 0rem !important; } - .justify-content-lg-end { - justify-content: flex-end !important; + .ps-sm-1 { + padding-left: 0.495rem !important; } - .justify-content-lg-center { - justify-content: center !important; + .ps-sm-2 { + padding-left: 0.75rem !important; } - .justify-content-lg-between { - justify-content: space-between !important; + .ps-sm-3 { + padding-left: 0.9975rem !important; } - .justify-content-lg-around { - justify-content: space-around !important; + .ps-sm-4 { + padding-left: 1.5rem !important; } - .align-items-lg-start { - align-items: flex-start !important; + .ps-sm-5 { + padding-left: 2.1255rem !important; } - .align-items-lg-end { - align-items: flex-end !important; + .ps-sm-6 { + padding-left: 3rem !important; } - .align-items-lg-center { - align-items: center !important; + .ps-sm-7 { + padding-left: 3.9975rem !important; } - .align-items-lg-baseline { - align-items: baseline !important; + .ps-sm-8 { + padding-left: 4.5rem !important; } - .align-items-lg-stretch { - align-items: stretch !important; + .ps-sm-9 { + padding-left: 6rem !important; } - .align-content-lg-start { - align-content: flex-start !important; + .ps-sm-10 { + padding-left: 7.875rem !important; } - .align-content-lg-end { - align-content: flex-end !important; + .gap-sm-0 { + gap: 0rem !important; } - .align-content-lg-center { - align-content: center !important; + .gap-sm-1 { + gap: 0.495rem !important; } - .align-content-lg-between { - align-content: space-between !important; + .gap-sm-2 { + gap: 0.75rem !important; } - .align-content-lg-around { - align-content: space-around !important; + .gap-sm-3 { + gap: 0.9975rem !important; } - .align-content-lg-stretch { - align-content: stretch !important; + .gap-sm-4 { + gap: 1.5rem !important; } - .align-self-lg-auto { - align-self: auto !important; + .gap-sm-5 { + gap: 2.1255rem !important; } - .align-self-lg-start { - align-self: flex-start !important; + .gap-sm-6 { + gap: 3rem !important; } - .align-self-lg-end { - align-self: flex-end !important; + .gap-sm-7 { + gap: 3.9975rem !important; } - .align-self-lg-center { - align-self: center !important; + .gap-sm-8 { + gap: 4.5rem !important; } - .align-self-lg-baseline { - align-self: baseline !important; + .gap-sm-9 { + gap: 6rem !important; } - .align-self-lg-stretch { - align-self: stretch !important; + .gap-sm-10 { + gap: 7.875rem !important; } -} -@media (min-width: 1200px) { - .flex-xl-row { - flex-direction: row !important; + .row-gap-sm-0 { + row-gap: 0rem !important; } - .flex-xl-column { - flex-direction: column !important; + .row-gap-sm-1 { + row-gap: 0.495rem !important; } - .flex-xl-row-reverse { - flex-direction: row-reverse !important; + .row-gap-sm-2 { + row-gap: 0.75rem !important; } - .flex-xl-column-reverse { - flex-direction: column-reverse !important; + .row-gap-sm-3 { + row-gap: 0.9975rem !important; } - .flex-xl-wrap { - flex-wrap: wrap !important; + .row-gap-sm-4 { + row-gap: 1.5rem !important; } - .flex-xl-nowrap { - flex-wrap: nowrap !important; + .row-gap-sm-5 { + row-gap: 2.1255rem !important; } - .flex-xl-wrap-reverse { - flex-wrap: wrap-reverse !important; + .row-gap-sm-6 { + row-gap: 3rem !important; } - .flex-xl-fill { + .row-gap-sm-7 { + row-gap: 3.9975rem !important; + } + .row-gap-sm-8 { + row-gap: 4.5rem !important; + } + .row-gap-sm-9 { + row-gap: 6rem !important; + } + .row-gap-sm-10 { + row-gap: 7.875rem !important; + } + .column-gap-sm-0 { + -moz-column-gap: 0rem !important; + column-gap: 0rem !important; + } + .column-gap-sm-1 { + -moz-column-gap: 0.495rem !important; + column-gap: 0.495rem !important; + } + .column-gap-sm-2 { + -moz-column-gap: 0.75rem !important; + column-gap: 0.75rem !important; + } + .column-gap-sm-3 { + -moz-column-gap: 0.9975rem !important; + column-gap: 0.9975rem !important; + } + .column-gap-sm-4 { + -moz-column-gap: 1.5rem !important; + column-gap: 1.5rem !important; + } + .column-gap-sm-5 { + -moz-column-gap: 2.1255rem !important; + column-gap: 2.1255rem !important; + } + .column-gap-sm-6 { + -moz-column-gap: 3rem !important; + column-gap: 3rem !important; + } + .column-gap-sm-7 { + -moz-column-gap: 3.9975rem !important; + column-gap: 3.9975rem !important; + } + .column-gap-sm-8 { + -moz-column-gap: 4.5rem !important; + column-gap: 4.5rem !important; + } + .column-gap-sm-9 { + -moz-column-gap: 6rem !important; + column-gap: 6rem !important; + } + .column-gap-sm-10 { + -moz-column-gap: 7.875rem !important; + column-gap: 7.875rem !important; + } + .text-sm-start { + text-align: left !important; + } + .text-sm-end { + text-align: right !important; + } + .text-sm-center { + text-align: center !important; + } +} +@media (min-width: 768px) { + .float-md-start { + float: left !important; + } + .float-md-end { + float: right !important; + } + .float-md-none { + float: none !important; + } + .object-fit-md-contain { + -o-object-fit: contain !important; + object-fit: contain !important; + } + .object-fit-md-cover { + -o-object-fit: cover !important; + object-fit: cover !important; + } + .object-fit-md-fill { + -o-object-fit: fill !important; + object-fit: fill !important; + } + .object-fit-md-scale { + -o-object-fit: scale-down !important; + object-fit: scale-down !important; + } + .object-fit-md-none { + -o-object-fit: none !important; + object-fit: none !important; + } + .d-md-inline { + display: inline !important; + } + .d-md-inline-block { + display: inline-block !important; + } + .d-md-block { + display: block !important; + } + .d-md-grid { + display: grid !important; + } + .d-md-inline-grid { + display: inline-grid !important; + } + .d-md-table { + display: table !important; + } + .d-md-table-row { + display: table-row !important; + } + .d-md-table-cell { + display: table-cell !important; + } + .d-md-flex { + display: flex !important; + } + .d-md-inline-flex { + display: inline-flex !important; + } + .d-md-none { + display: none !important; + } + .flex-md-fill { flex: 1 1 auto !important; } - .flex-xl-grow-0 { + .flex-md-row { + flex-direction: row !important; + } + .flex-md-column { + flex-direction: column !important; + } + .flex-md-row-reverse { + flex-direction: row-reverse !important; + } + .flex-md-column-reverse { + flex-direction: column-reverse !important; + } + .flex-md-grow-0 { flex-grow: 0 !important; } - .flex-xl-grow-1 { + .flex-md-grow-1 { flex-grow: 1 !important; } - .flex-xl-shrink-0 { + .flex-md-shrink-0 { flex-shrink: 0 !important; } - .flex-xl-shrink-1 { + .flex-md-shrink-1 { flex-shrink: 1 !important; } - .justify-content-xl-start { + .flex-md-wrap { + flex-wrap: wrap !important; + } + .flex-md-nowrap { + flex-wrap: nowrap !important; + } + .flex-md-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .justify-content-md-start { justify-content: flex-start !important; } - .justify-content-xl-end { + .justify-content-md-end { justify-content: flex-end !important; } - .justify-content-xl-center { + .justify-content-md-center { justify-content: center !important; } - .justify-content-xl-between { + .justify-content-md-between { justify-content: space-between !important; } - .justify-content-xl-around { + .justify-content-md-around { justify-content: space-around !important; } - .align-items-xl-start { + .justify-content-md-evenly { + justify-content: space-evenly !important; + } + .align-items-md-start { align-items: flex-start !important; } - .align-items-xl-end { + .align-items-md-end { align-items: flex-end !important; } - .align-items-xl-center { + .align-items-md-center { align-items: center !important; } - .align-items-xl-baseline { + .align-items-md-baseline { align-items: baseline !important; } - .align-items-xl-stretch { + .align-items-md-stretch { align-items: stretch !important; } - .align-content-xl-start { + .align-content-md-start { align-content: flex-start !important; } - .align-content-xl-end { + .align-content-md-end { align-content: flex-end !important; } - .align-content-xl-center { + .align-content-md-center { align-content: center !important; } - .align-content-xl-between { + .align-content-md-between { align-content: space-between !important; } - .align-content-xl-around { + .align-content-md-around { align-content: space-around !important; } - .align-content-xl-stretch { + .align-content-md-stretch { align-content: stretch !important; } - .align-self-xl-auto { + .align-self-md-auto { align-self: auto !important; } - .align-self-xl-start { + .align-self-md-start { align-self: flex-start !important; } - .align-self-xl-end { + .align-self-md-end { align-self: flex-end !important; } - .align-self-xl-center { + .align-self-md-center { align-self: center !important; } - .align-self-xl-baseline { + .align-self-md-baseline { align-self: baseline !important; } - .align-self-xl-stretch { + .align-self-md-stretch { align-self: stretch !important; } -} -.float-left { - float: left !important; -} - -.float-right { - float: right !important; -} - -.float-none { - float: none !important; -} - -@media (min-width: 576px) { - .float-sm-left { - float: left !important; + .order-md-first { + order: -1 !important; } - .float-sm-right { - float: right !important; + .order-md-0 { + order: 0 !important; } - .float-sm-none { - float: none !important; + .order-md-1 { + order: 1 !important; } -} -@media (min-width: 768px) { - .float-md-left { - float: left !important; + .order-md-2 { + order: 2 !important; } - .float-md-right { - float: right !important; + .order-md-3 { + order: 3 !important; } - .float-md-none { - float: none !important; + .order-md-4 { + order: 4 !important; } -} -@media (min-width: 992px) { - .float-lg-left { - float: left !important; + .order-md-5 { + order: 5 !important; } - .float-lg-right { - float: right !important; + .order-md-last { + order: 6 !important; } - .float-lg-none { - float: none !important; + .m-md-0 { + margin: 0rem !important; } -} -@media (min-width: 1200px) { - .float-xl-left { - float: left !important; + .m-md-1 { + margin: 0.495rem !important; } - .float-xl-right { - float: right !important; + .m-md-2 { + margin: 0.75rem !important; } - .float-xl-none { - float: none !important; + .m-md-3 { + margin: 0.9975rem !important; } -} -.user-select-all { - -webkit-user-select: all !important; - -moz-user-select: all !important; - user-select: all !important; -} - -.user-select-auto { - -webkit-user-select: auto !important; - -moz-user-select: auto !important; - user-select: auto !important; -} - -.user-select-none { - -webkit-user-select: none !important; - -moz-user-select: none !important; - user-select: none !important; -} - -.overflow-auto { - overflow: auto !important; -} - -.overflow-hidden { - overflow: hidden !important; -} - -.position-static { - position: static !important; -} - -.position-relative { - position: relative !important; -} - -.position-absolute { - position: absolute !important; -} - -.position-fixed { - position: fixed !important; -} - -.position-sticky { - position: sticky !important; -} - -.fixed-top { - position: fixed; - top: 0; - right: 0; - left: 0; - z-index: 1030; -} - -.fixed-bottom { - position: fixed; - right: 0; - bottom: 0; - left: 0; - z-index: 1030; -} - -@supports (position: sticky) { - .sticky-top { - position: sticky; - top: 0; - z-index: 1020; + .m-md-4 { + margin: 1.5rem !important; } + .m-md-5 { + margin: 2.1255rem !important; + } + .m-md-6 { + margin: 3rem !important; + } + .m-md-7 { + margin: 3.9975rem !important; + } + .m-md-8 { + margin: 4.5rem !important; + } + .m-md-9 { + margin: 6rem !important; + } + .m-md-10 { + margin: 7.875rem !important; + } + .m-md-auto { + margin: auto !important; + } + .mx-md-0 { + margin-right: 0rem !important; + margin-left: 0rem !important; + } + .mx-md-1 { + margin-right: 0.495rem !important; + margin-left: 0.495rem !important; + } + .mx-md-2 { + margin-right: 0.75rem !important; + margin-left: 0.75rem !important; + } + .mx-md-3 { + margin-right: 0.9975rem !important; + margin-left: 0.9975rem !important; + } + .mx-md-4 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + .mx-md-5 { + margin-right: 2.1255rem !important; + margin-left: 2.1255rem !important; + } + .mx-md-6 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + .mx-md-7 { + margin-right: 3.9975rem !important; + margin-left: 3.9975rem !important; + } + .mx-md-8 { + margin-right: 4.5rem !important; + margin-left: 4.5rem !important; + } + .mx-md-9 { + margin-right: 6rem !important; + margin-left: 6rem !important; + } + .mx-md-10 { + margin-right: 7.875rem !important; + margin-left: 7.875rem !important; + } + .mx-md-auto { + margin-right: auto !important; + margin-left: auto !important; + } + .my-md-0 { + margin-top: 0rem !important; + margin-bottom: 0rem !important; + } + .my-md-1 { + margin-top: 0.495rem !important; + margin-bottom: 0.495rem !important; + } + .my-md-2 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; + } + .my-md-3 { + margin-top: 0.9975rem !important; + margin-bottom: 0.9975rem !important; + } + .my-md-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .my-md-5 { + margin-top: 2.1255rem !important; + margin-bottom: 2.1255rem !important; + } + .my-md-6 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .my-md-7 { + margin-top: 3.9975rem !important; + margin-bottom: 3.9975rem !important; + } + .my-md-8 { + margin-top: 4.5rem !important; + margin-bottom: 4.5rem !important; + } + .my-md-9 { + margin-top: 6rem !important; + margin-bottom: 6rem !important; + } + .my-md-10 { + margin-top: 7.875rem !important; + margin-bottom: 7.875rem !important; + } + .my-md-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } + .mt-md-0 { + margin-top: 0rem !important; + } + .mt-md-1 { + margin-top: 0.495rem !important; + } + .mt-md-2 { + margin-top: 0.75rem !important; + } + .mt-md-3 { + margin-top: 0.9975rem !important; + } + .mt-md-4 { + margin-top: 1.5rem !important; + } + .mt-md-5 { + margin-top: 2.1255rem !important; + } + .mt-md-6 { + margin-top: 3rem !important; + } + .mt-md-7 { + margin-top: 3.9975rem !important; + } + .mt-md-8 { + margin-top: 4.5rem !important; + } + .mt-md-9 { + margin-top: 6rem !important; + } + .mt-md-10 { + margin-top: 7.875rem !important; + } + .mt-md-auto { + margin-top: auto !important; + } + .me-md-0 { + margin-right: 0rem !important; + } + .me-md-1 { + margin-right: 0.495rem !important; + } + .me-md-2 { + margin-right: 0.75rem !important; + } + .me-md-3 { + margin-right: 0.9975rem !important; + } + .me-md-4 { + margin-right: 1.5rem !important; + } + .me-md-5 { + margin-right: 2.1255rem !important; + } + .me-md-6 { + margin-right: 3rem !important; + } + .me-md-7 { + margin-right: 3.9975rem !important; + } + .me-md-8 { + margin-right: 4.5rem !important; + } + .me-md-9 { + margin-right: 6rem !important; + } + .me-md-10 { + margin-right: 7.875rem !important; + } + .me-md-auto { + margin-right: auto !important; + } + .mb-md-0 { + margin-bottom: 0rem !important; + } + .mb-md-1 { + margin-bottom: 0.495rem !important; + } + .mb-md-2 { + margin-bottom: 0.75rem !important; + } + .mb-md-3 { + margin-bottom: 0.9975rem !important; + } + .mb-md-4 { + margin-bottom: 1.5rem !important; + } + .mb-md-5 { + margin-bottom: 2.1255rem !important; + } + .mb-md-6 { + margin-bottom: 3rem !important; + } + .mb-md-7 { + margin-bottom: 3.9975rem !important; + } + .mb-md-8 { + margin-bottom: 4.5rem !important; + } + .mb-md-9 { + margin-bottom: 6rem !important; + } + .mb-md-10 { + margin-bottom: 7.875rem !important; + } + .mb-md-auto { + margin-bottom: auto !important; + } + .ms-md-0 { + margin-left: 0rem !important; + } + .ms-md-1 { + margin-left: 0.495rem !important; + } + .ms-md-2 { + margin-left: 0.75rem !important; + } + .ms-md-3 { + margin-left: 0.9975rem !important; + } + .ms-md-4 { + margin-left: 1.5rem !important; + } + .ms-md-5 { + margin-left: 2.1255rem !important; + } + .ms-md-6 { + margin-left: 3rem !important; + } + .ms-md-7 { + margin-left: 3.9975rem !important; + } + .ms-md-8 { + margin-left: 4.5rem !important; + } + .ms-md-9 { + margin-left: 6rem !important; + } + .ms-md-10 { + margin-left: 7.875rem !important; + } + .ms-md-auto { + margin-left: auto !important; + } + .p-md-0 { + padding: 0rem !important; + } + .p-md-1 { + padding: 0.495rem !important; + } + .p-md-2 { + padding: 0.75rem !important; + } + .p-md-3 { + padding: 0.9975rem !important; + } + .p-md-4 { + padding: 1.5rem !important; + } + .p-md-5 { + padding: 2.1255rem !important; + } + .p-md-6 { + padding: 3rem !important; + } + .p-md-7 { + padding: 3.9975rem !important; + } + .p-md-8 { + padding: 4.5rem !important; + } + .p-md-9 { + padding: 6rem !important; + } + .p-md-10 { + padding: 7.875rem !important; + } + .px-md-0 { + padding-right: 0rem !important; + padding-left: 0rem !important; + } + .px-md-1 { + padding-right: 0.495rem !important; + padding-left: 0.495rem !important; + } + .px-md-2 { + padding-right: 0.75rem !important; + padding-left: 0.75rem !important; + } + .px-md-3 { + padding-right: 0.9975rem !important; + padding-left: 0.9975rem !important; + } + .px-md-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + .px-md-5 { + padding-right: 2.1255rem !important; + padding-left: 2.1255rem !important; + } + .px-md-6 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + .px-md-7 { + padding-right: 3.9975rem !important; + padding-left: 3.9975rem !important; + } + .px-md-8 { + padding-right: 4.5rem !important; + padding-left: 4.5rem !important; + } + .px-md-9 { + padding-right: 6rem !important; + padding-left: 6rem !important; + } + .px-md-10 { + padding-right: 7.875rem !important; + padding-left: 7.875rem !important; + } + .py-md-0 { + padding-top: 0rem !important; + padding-bottom: 0rem !important; + } + .py-md-1 { + padding-top: 0.495rem !important; + padding-bottom: 0.495rem !important; + } + .py-md-2 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; + } + .py-md-3 { + padding-top: 0.9975rem !important; + padding-bottom: 0.9975rem !important; + } + .py-md-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .py-md-5 { + padding-top: 2.1255rem !important; + padding-bottom: 2.1255rem !important; + } + .py-md-6 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .py-md-7 { + padding-top: 3.9975rem !important; + padding-bottom: 3.9975rem !important; + } + .py-md-8 { + padding-top: 4.5rem !important; + padding-bottom: 4.5rem !important; + } + .py-md-9 { + padding-top: 6rem !important; + padding-bottom: 6rem !important; + } + .py-md-10 { + padding-top: 7.875rem !important; + padding-bottom: 7.875rem !important; + } + .pt-md-0 { + padding-top: 0rem !important; + } + .pt-md-1 { + padding-top: 0.495rem !important; + } + .pt-md-2 { + padding-top: 0.75rem !important; + } + .pt-md-3 { + padding-top: 0.9975rem !important; + } + .pt-md-4 { + padding-top: 1.5rem !important; + } + .pt-md-5 { + padding-top: 2.1255rem !important; + } + .pt-md-6 { + padding-top: 3rem !important; + } + .pt-md-7 { + padding-top: 3.9975rem !important; + } + .pt-md-8 { + padding-top: 4.5rem !important; + } + .pt-md-9 { + padding-top: 6rem !important; + } + .pt-md-10 { + padding-top: 7.875rem !important; + } + .pe-md-0 { + padding-right: 0rem !important; + } + .pe-md-1 { + padding-right: 0.495rem !important; + } + .pe-md-2 { + padding-right: 0.75rem !important; + } + .pe-md-3 { + padding-right: 0.9975rem !important; + } + .pe-md-4 { + padding-right: 1.5rem !important; + } + .pe-md-5 { + padding-right: 2.1255rem !important; + } + .pe-md-6 { + padding-right: 3rem !important; + } + .pe-md-7 { + padding-right: 3.9975rem !important; + } + .pe-md-8 { + padding-right: 4.5rem !important; + } + .pe-md-9 { + padding-right: 6rem !important; + } + .pe-md-10 { + padding-right: 7.875rem !important; + } + .pb-md-0 { + padding-bottom: 0rem !important; + } + .pb-md-1 { + padding-bottom: 0.495rem !important; + } + .pb-md-2 { + padding-bottom: 0.75rem !important; + } + .pb-md-3 { + padding-bottom: 0.9975rem !important; + } + .pb-md-4 { + padding-bottom: 1.5rem !important; + } + .pb-md-5 { + padding-bottom: 2.1255rem !important; + } + .pb-md-6 { + padding-bottom: 3rem !important; + } + .pb-md-7 { + padding-bottom: 3.9975rem !important; + } + .pb-md-8 { + padding-bottom: 4.5rem !important; + } + .pb-md-9 { + padding-bottom: 6rem !important; + } + .pb-md-10 { + padding-bottom: 7.875rem !important; + } + .ps-md-0 { + padding-left: 0rem !important; + } + .ps-md-1 { + padding-left: 0.495rem !important; + } + .ps-md-2 { + padding-left: 0.75rem !important; + } + .ps-md-3 { + padding-left: 0.9975rem !important; + } + .ps-md-4 { + padding-left: 1.5rem !important; + } + .ps-md-5 { + padding-left: 2.1255rem !important; + } + .ps-md-6 { + padding-left: 3rem !important; + } + .ps-md-7 { + padding-left: 3.9975rem !important; + } + .ps-md-8 { + padding-left: 4.5rem !important; + } + .ps-md-9 { + padding-left: 6rem !important; + } + .ps-md-10 { + padding-left: 7.875rem !important; + } + .gap-md-0 { + gap: 0rem !important; + } + .gap-md-1 { + gap: 0.495rem !important; + } + .gap-md-2 { + gap: 0.75rem !important; + } + .gap-md-3 { + gap: 0.9975rem !important; + } + .gap-md-4 { + gap: 1.5rem !important; + } + .gap-md-5 { + gap: 2.1255rem !important; + } + .gap-md-6 { + gap: 3rem !important; + } + .gap-md-7 { + gap: 3.9975rem !important; + } + .gap-md-8 { + gap: 4.5rem !important; + } + .gap-md-9 { + gap: 6rem !important; + } + .gap-md-10 { + gap: 7.875rem !important; + } + .row-gap-md-0 { + row-gap: 0rem !important; + } + .row-gap-md-1 { + row-gap: 0.495rem !important; + } + .row-gap-md-2 { + row-gap: 0.75rem !important; + } + .row-gap-md-3 { + row-gap: 0.9975rem !important; + } + .row-gap-md-4 { + row-gap: 1.5rem !important; + } + .row-gap-md-5 { + row-gap: 2.1255rem !important; + } + .row-gap-md-6 { + row-gap: 3rem !important; + } + .row-gap-md-7 { + row-gap: 3.9975rem !important; + } + .row-gap-md-8 { + row-gap: 4.5rem !important; + } + .row-gap-md-9 { + row-gap: 6rem !important; + } + .row-gap-md-10 { + row-gap: 7.875rem !important; + } + .column-gap-md-0 { + -moz-column-gap: 0rem !important; + column-gap: 0rem !important; + } + .column-gap-md-1 { + -moz-column-gap: 0.495rem !important; + column-gap: 0.495rem !important; + } + .column-gap-md-2 { + -moz-column-gap: 0.75rem !important; + column-gap: 0.75rem !important; + } + .column-gap-md-3 { + -moz-column-gap: 0.9975rem !important; + column-gap: 0.9975rem !important; + } + .column-gap-md-4 { + -moz-column-gap: 1.5rem !important; + column-gap: 1.5rem !important; + } + .column-gap-md-5 { + -moz-column-gap: 2.1255rem !important; + column-gap: 2.1255rem !important; + } + .column-gap-md-6 { + -moz-column-gap: 3rem !important; + column-gap: 3rem !important; + } + .column-gap-md-7 { + -moz-column-gap: 3.9975rem !important; + column-gap: 3.9975rem !important; + } + .column-gap-md-8 { + -moz-column-gap: 4.5rem !important; + column-gap: 4.5rem !important; + } + .column-gap-md-9 { + -moz-column-gap: 6rem !important; + column-gap: 6rem !important; + } + .column-gap-md-10 { + -moz-column-gap: 7.875rem !important; + column-gap: 7.875rem !important; + } + .text-md-start { + text-align: left !important; + } + .text-md-end { + text-align: right !important; + } + .text-md-center { + text-align: center !important; + } +} +@media (min-width: 992px) { + .float-lg-start { + float: left !important; + } + .float-lg-end { + float: right !important; + } + .float-lg-none { + float: none !important; + } + .object-fit-lg-contain { + -o-object-fit: contain !important; + object-fit: contain !important; + } + .object-fit-lg-cover { + -o-object-fit: cover !important; + object-fit: cover !important; + } + .object-fit-lg-fill { + -o-object-fit: fill !important; + object-fit: fill !important; + } + .object-fit-lg-scale { + -o-object-fit: scale-down !important; + object-fit: scale-down !important; + } + .object-fit-lg-none { + -o-object-fit: none !important; + object-fit: none !important; + } + .d-lg-inline { + display: inline !important; + } + .d-lg-inline-block { + display: inline-block !important; + } + .d-lg-block { + display: block !important; + } + .d-lg-grid { + display: grid !important; + } + .d-lg-inline-grid { + display: inline-grid !important; + } + .d-lg-table { + display: table !important; + } + .d-lg-table-row { + display: table-row !important; + } + .d-lg-table-cell { + display: table-cell !important; + } + .d-lg-flex { + display: flex !important; + } + .d-lg-inline-flex { + display: inline-flex !important; + } + .d-lg-none { + display: none !important; + } + .flex-lg-fill { + flex: 1 1 auto !important; + } + .flex-lg-row { + flex-direction: row !important; + } + .flex-lg-column { + flex-direction: column !important; + } + .flex-lg-row-reverse { + flex-direction: row-reverse !important; + } + .flex-lg-column-reverse { + flex-direction: column-reverse !important; + } + .flex-lg-grow-0 { + flex-grow: 0 !important; + } + .flex-lg-grow-1 { + flex-grow: 1 !important; + } + .flex-lg-shrink-0 { + flex-shrink: 0 !important; + } + .flex-lg-shrink-1 { + flex-shrink: 1 !important; + } + .flex-lg-wrap { + flex-wrap: wrap !important; + } + .flex-lg-nowrap { + flex-wrap: nowrap !important; + } + .flex-lg-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .justify-content-lg-start { + justify-content: flex-start !important; + } + .justify-content-lg-end { + justify-content: flex-end !important; + } + .justify-content-lg-center { + justify-content: center !important; + } + .justify-content-lg-between { + justify-content: space-between !important; + } + .justify-content-lg-around { + justify-content: space-around !important; + } + .justify-content-lg-evenly { + justify-content: space-evenly !important; + } + .align-items-lg-start { + align-items: flex-start !important; + } + .align-items-lg-end { + align-items: flex-end !important; + } + .align-items-lg-center { + align-items: center !important; + } + .align-items-lg-baseline { + align-items: baseline !important; + } + .align-items-lg-stretch { + align-items: stretch !important; + } + .align-content-lg-start { + align-content: flex-start !important; + } + .align-content-lg-end { + align-content: flex-end !important; + } + .align-content-lg-center { + align-content: center !important; + } + .align-content-lg-between { + align-content: space-between !important; + } + .align-content-lg-around { + align-content: space-around !important; + } + .align-content-lg-stretch { + align-content: stretch !important; + } + .align-self-lg-auto { + align-self: auto !important; + } + .align-self-lg-start { + align-self: flex-start !important; + } + .align-self-lg-end { + align-self: flex-end !important; + } + .align-self-lg-center { + align-self: center !important; + } + .align-self-lg-baseline { + align-self: baseline !important; + } + .align-self-lg-stretch { + align-self: stretch !important; + } + .order-lg-first { + order: -1 !important; + } + .order-lg-0 { + order: 0 !important; + } + .order-lg-1 { + order: 1 !important; + } + .order-lg-2 { + order: 2 !important; + } + .order-lg-3 { + order: 3 !important; + } + .order-lg-4 { + order: 4 !important; + } + .order-lg-5 { + order: 5 !important; + } + .order-lg-last { + order: 6 !important; + } + .m-lg-0 { + margin: 0rem !important; + } + .m-lg-1 { + margin: 0.495rem !important; + } + .m-lg-2 { + margin: 0.75rem !important; + } + .m-lg-3 { + margin: 0.9975rem !important; + } + .m-lg-4 { + margin: 1.5rem !important; + } + .m-lg-5 { + margin: 2.1255rem !important; + } + .m-lg-6 { + margin: 3rem !important; + } + .m-lg-7 { + margin: 3.9975rem !important; + } + .m-lg-8 { + margin: 4.5rem !important; + } + .m-lg-9 { + margin: 6rem !important; + } + .m-lg-10 { + margin: 7.875rem !important; + } + .m-lg-auto { + margin: auto !important; + } + .mx-lg-0 { + margin-right: 0rem !important; + margin-left: 0rem !important; + } + .mx-lg-1 { + margin-right: 0.495rem !important; + margin-left: 0.495rem !important; + } + .mx-lg-2 { + margin-right: 0.75rem !important; + margin-left: 0.75rem !important; + } + .mx-lg-3 { + margin-right: 0.9975rem !important; + margin-left: 0.9975rem !important; + } + .mx-lg-4 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + .mx-lg-5 { + margin-right: 2.1255rem !important; + margin-left: 2.1255rem !important; + } + .mx-lg-6 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + .mx-lg-7 { + margin-right: 3.9975rem !important; + margin-left: 3.9975rem !important; + } + .mx-lg-8 { + margin-right: 4.5rem !important; + margin-left: 4.5rem !important; + } + .mx-lg-9 { + margin-right: 6rem !important; + margin-left: 6rem !important; + } + .mx-lg-10 { + margin-right: 7.875rem !important; + margin-left: 7.875rem !important; + } + .mx-lg-auto { + margin-right: auto !important; + margin-left: auto !important; + } + .my-lg-0 { + margin-top: 0rem !important; + margin-bottom: 0rem !important; + } + .my-lg-1 { + margin-top: 0.495rem !important; + margin-bottom: 0.495rem !important; + } + .my-lg-2 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; + } + .my-lg-3 { + margin-top: 0.9975rem !important; + margin-bottom: 0.9975rem !important; + } + .my-lg-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .my-lg-5 { + margin-top: 2.1255rem !important; + margin-bottom: 2.1255rem !important; + } + .my-lg-6 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .my-lg-7 { + margin-top: 3.9975rem !important; + margin-bottom: 3.9975rem !important; + } + .my-lg-8 { + margin-top: 4.5rem !important; + margin-bottom: 4.5rem !important; + } + .my-lg-9 { + margin-top: 6rem !important; + margin-bottom: 6rem !important; + } + .my-lg-10 { + margin-top: 7.875rem !important; + margin-bottom: 7.875rem !important; + } + .my-lg-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } + .mt-lg-0 { + margin-top: 0rem !important; + } + .mt-lg-1 { + margin-top: 0.495rem !important; + } + .mt-lg-2 { + margin-top: 0.75rem !important; + } + .mt-lg-3 { + margin-top: 0.9975rem !important; + } + .mt-lg-4 { + margin-top: 1.5rem !important; + } + .mt-lg-5 { + margin-top: 2.1255rem !important; + } + .mt-lg-6 { + margin-top: 3rem !important; + } + .mt-lg-7 { + margin-top: 3.9975rem !important; + } + .mt-lg-8 { + margin-top: 4.5rem !important; + } + .mt-lg-9 { + margin-top: 6rem !important; + } + .mt-lg-10 { + margin-top: 7.875rem !important; + } + .mt-lg-auto { + margin-top: auto !important; + } + .me-lg-0 { + margin-right: 0rem !important; + } + .me-lg-1 { + margin-right: 0.495rem !important; + } + .me-lg-2 { + margin-right: 0.75rem !important; + } + .me-lg-3 { + margin-right: 0.9975rem !important; + } + .me-lg-4 { + margin-right: 1.5rem !important; + } + .me-lg-5 { + margin-right: 2.1255rem !important; + } + .me-lg-6 { + margin-right: 3rem !important; + } + .me-lg-7 { + margin-right: 3.9975rem !important; + } + .me-lg-8 { + margin-right: 4.5rem !important; + } + .me-lg-9 { + margin-right: 6rem !important; + } + .me-lg-10 { + margin-right: 7.875rem !important; + } + .me-lg-auto { + margin-right: auto !important; + } + .mb-lg-0 { + margin-bottom: 0rem !important; + } + .mb-lg-1 { + margin-bottom: 0.495rem !important; + } + .mb-lg-2 { + margin-bottom: 0.75rem !important; + } + .mb-lg-3 { + margin-bottom: 0.9975rem !important; + } + .mb-lg-4 { + margin-bottom: 1.5rem !important; + } + .mb-lg-5 { + margin-bottom: 2.1255rem !important; + } + .mb-lg-6 { + margin-bottom: 3rem !important; + } + .mb-lg-7 { + margin-bottom: 3.9975rem !important; + } + .mb-lg-8 { + margin-bottom: 4.5rem !important; + } + .mb-lg-9 { + margin-bottom: 6rem !important; + } + .mb-lg-10 { + margin-bottom: 7.875rem !important; + } + .mb-lg-auto { + margin-bottom: auto !important; + } + .ms-lg-0 { + margin-left: 0rem !important; + } + .ms-lg-1 { + margin-left: 0.495rem !important; + } + .ms-lg-2 { + margin-left: 0.75rem !important; + } + .ms-lg-3 { + margin-left: 0.9975rem !important; + } + .ms-lg-4 { + margin-left: 1.5rem !important; + } + .ms-lg-5 { + margin-left: 2.1255rem !important; + } + .ms-lg-6 { + margin-left: 3rem !important; + } + .ms-lg-7 { + margin-left: 3.9975rem !important; + } + .ms-lg-8 { + margin-left: 4.5rem !important; + } + .ms-lg-9 { + margin-left: 6rem !important; + } + .ms-lg-10 { + margin-left: 7.875rem !important; + } + .ms-lg-auto { + margin-left: auto !important; + } + .p-lg-0 { + padding: 0rem !important; + } + .p-lg-1 { + padding: 0.495rem !important; + } + .p-lg-2 { + padding: 0.75rem !important; + } + .p-lg-3 { + padding: 0.9975rem !important; + } + .p-lg-4 { + padding: 1.5rem !important; + } + .p-lg-5 { + padding: 2.1255rem !important; + } + .p-lg-6 { + padding: 3rem !important; + } + .p-lg-7 { + padding: 3.9975rem !important; + } + .p-lg-8 { + padding: 4.5rem !important; + } + .p-lg-9 { + padding: 6rem !important; + } + .p-lg-10 { + padding: 7.875rem !important; + } + .px-lg-0 { + padding-right: 0rem !important; + padding-left: 0rem !important; + } + .px-lg-1 { + padding-right: 0.495rem !important; + padding-left: 0.495rem !important; + } + .px-lg-2 { + padding-right: 0.75rem !important; + padding-left: 0.75rem !important; + } + .px-lg-3 { + padding-right: 0.9975rem !important; + padding-left: 0.9975rem !important; + } + .px-lg-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + .px-lg-5 { + padding-right: 2.1255rem !important; + padding-left: 2.1255rem !important; + } + .px-lg-6 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + .px-lg-7 { + padding-right: 3.9975rem !important; + padding-left: 3.9975rem !important; + } + .px-lg-8 { + padding-right: 4.5rem !important; + padding-left: 4.5rem !important; + } + .px-lg-9 { + padding-right: 6rem !important; + padding-left: 6rem !important; + } + .px-lg-10 { + padding-right: 7.875rem !important; + padding-left: 7.875rem !important; + } + .py-lg-0 { + padding-top: 0rem !important; + padding-bottom: 0rem !important; + } + .py-lg-1 { + padding-top: 0.495rem !important; + padding-bottom: 0.495rem !important; + } + .py-lg-2 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; + } + .py-lg-3 { + padding-top: 0.9975rem !important; + padding-bottom: 0.9975rem !important; + } + .py-lg-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .py-lg-5 { + padding-top: 2.1255rem !important; + padding-bottom: 2.1255rem !important; + } + .py-lg-6 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .py-lg-7 { + padding-top: 3.9975rem !important; + padding-bottom: 3.9975rem !important; + } + .py-lg-8 { + padding-top: 4.5rem !important; + padding-bottom: 4.5rem !important; + } + .py-lg-9 { + padding-top: 6rem !important; + padding-bottom: 6rem !important; + } + .py-lg-10 { + padding-top: 7.875rem !important; + padding-bottom: 7.875rem !important; + } + .pt-lg-0 { + padding-top: 0rem !important; + } + .pt-lg-1 { + padding-top: 0.495rem !important; + } + .pt-lg-2 { + padding-top: 0.75rem !important; + } + .pt-lg-3 { + padding-top: 0.9975rem !important; + } + .pt-lg-4 { + padding-top: 1.5rem !important; + } + .pt-lg-5 { + padding-top: 2.1255rem !important; + } + .pt-lg-6 { + padding-top: 3rem !important; + } + .pt-lg-7 { + padding-top: 3.9975rem !important; + } + .pt-lg-8 { + padding-top: 4.5rem !important; + } + .pt-lg-9 { + padding-top: 6rem !important; + } + .pt-lg-10 { + padding-top: 7.875rem !important; + } + .pe-lg-0 { + padding-right: 0rem !important; + } + .pe-lg-1 { + padding-right: 0.495rem !important; + } + .pe-lg-2 { + padding-right: 0.75rem !important; + } + .pe-lg-3 { + padding-right: 0.9975rem !important; + } + .pe-lg-4 { + padding-right: 1.5rem !important; + } + .pe-lg-5 { + padding-right: 2.1255rem !important; + } + .pe-lg-6 { + padding-right: 3rem !important; + } + .pe-lg-7 { + padding-right: 3.9975rem !important; + } + .pe-lg-8 { + padding-right: 4.5rem !important; + } + .pe-lg-9 { + padding-right: 6rem !important; + } + .pe-lg-10 { + padding-right: 7.875rem !important; + } + .pb-lg-0 { + padding-bottom: 0rem !important; + } + .pb-lg-1 { + padding-bottom: 0.495rem !important; + } + .pb-lg-2 { + padding-bottom: 0.75rem !important; + } + .pb-lg-3 { + padding-bottom: 0.9975rem !important; + } + .pb-lg-4 { + padding-bottom: 1.5rem !important; + } + .pb-lg-5 { + padding-bottom: 2.1255rem !important; + } + .pb-lg-6 { + padding-bottom: 3rem !important; + } + .pb-lg-7 { + padding-bottom: 3.9975rem !important; + } + .pb-lg-8 { + padding-bottom: 4.5rem !important; + } + .pb-lg-9 { + padding-bottom: 6rem !important; + } + .pb-lg-10 { + padding-bottom: 7.875rem !important; + } + .ps-lg-0 { + padding-left: 0rem !important; + } + .ps-lg-1 { + padding-left: 0.495rem !important; + } + .ps-lg-2 { + padding-left: 0.75rem !important; + } + .ps-lg-3 { + padding-left: 0.9975rem !important; + } + .ps-lg-4 { + padding-left: 1.5rem !important; + } + .ps-lg-5 { + padding-left: 2.1255rem !important; + } + .ps-lg-6 { + padding-left: 3rem !important; + } + .ps-lg-7 { + padding-left: 3.9975rem !important; + } + .ps-lg-8 { + padding-left: 4.5rem !important; + } + .ps-lg-9 { + padding-left: 6rem !important; + } + .ps-lg-10 { + padding-left: 7.875rem !important; + } + .gap-lg-0 { + gap: 0rem !important; + } + .gap-lg-1 { + gap: 0.495rem !important; + } + .gap-lg-2 { + gap: 0.75rem !important; + } + .gap-lg-3 { + gap: 0.9975rem !important; + } + .gap-lg-4 { + gap: 1.5rem !important; + } + .gap-lg-5 { + gap: 2.1255rem !important; + } + .gap-lg-6 { + gap: 3rem !important; + } + .gap-lg-7 { + gap: 3.9975rem !important; + } + .gap-lg-8 { + gap: 4.5rem !important; + } + .gap-lg-9 { + gap: 6rem !important; + } + .gap-lg-10 { + gap: 7.875rem !important; + } + .row-gap-lg-0 { + row-gap: 0rem !important; + } + .row-gap-lg-1 { + row-gap: 0.495rem !important; + } + .row-gap-lg-2 { + row-gap: 0.75rem !important; + } + .row-gap-lg-3 { + row-gap: 0.9975rem !important; + } + .row-gap-lg-4 { + row-gap: 1.5rem !important; + } + .row-gap-lg-5 { + row-gap: 2.1255rem !important; + } + .row-gap-lg-6 { + row-gap: 3rem !important; + } + .row-gap-lg-7 { + row-gap: 3.9975rem !important; + } + .row-gap-lg-8 { + row-gap: 4.5rem !important; + } + .row-gap-lg-9 { + row-gap: 6rem !important; + } + .row-gap-lg-10 { + row-gap: 7.875rem !important; + } + .column-gap-lg-0 { + -moz-column-gap: 0rem !important; + column-gap: 0rem !important; + } + .column-gap-lg-1 { + -moz-column-gap: 0.495rem !important; + column-gap: 0.495rem !important; + } + .column-gap-lg-2 { + -moz-column-gap: 0.75rem !important; + column-gap: 0.75rem !important; + } + .column-gap-lg-3 { + -moz-column-gap: 0.9975rem !important; + column-gap: 0.9975rem !important; + } + .column-gap-lg-4 { + -moz-column-gap: 1.5rem !important; + column-gap: 1.5rem !important; + } + .column-gap-lg-5 { + -moz-column-gap: 2.1255rem !important; + column-gap: 2.1255rem !important; + } + .column-gap-lg-6 { + -moz-column-gap: 3rem !important; + column-gap: 3rem !important; + } + .column-gap-lg-7 { + -moz-column-gap: 3.9975rem !important; + column-gap: 3.9975rem !important; + } + .column-gap-lg-8 { + -moz-column-gap: 4.5rem !important; + column-gap: 4.5rem !important; + } + .column-gap-lg-9 { + -moz-column-gap: 6rem !important; + column-gap: 6rem !important; + } + .column-gap-lg-10 { + -moz-column-gap: 7.875rem !important; + column-gap: 7.875rem !important; + } + .text-lg-start { + text-align: left !important; + } + .text-lg-end { + text-align: right !important; + } + .text-lg-center { + text-align: center !important; + } +} +@media (min-width: 1200px) { + .float-xl-start { + float: left !important; + } + .float-xl-end { + float: right !important; + } + .float-xl-none { + float: none !important; + } + .object-fit-xl-contain { + -o-object-fit: contain !important; + object-fit: contain !important; + } + .object-fit-xl-cover { + -o-object-fit: cover !important; + object-fit: cover !important; + } + .object-fit-xl-fill { + -o-object-fit: fill !important; + object-fit: fill !important; + } + .object-fit-xl-scale { + -o-object-fit: scale-down !important; + object-fit: scale-down !important; + } + .object-fit-xl-none { + -o-object-fit: none !important; + object-fit: none !important; + } + .d-xl-inline { + display: inline !important; + } + .d-xl-inline-block { + display: inline-block !important; + } + .d-xl-block { + display: block !important; + } + .d-xl-grid { + display: grid !important; + } + .d-xl-inline-grid { + display: inline-grid !important; + } + .d-xl-table { + display: table !important; + } + .d-xl-table-row { + display: table-row !important; + } + .d-xl-table-cell { + display: table-cell !important; + } + .d-xl-flex { + display: flex !important; + } + .d-xl-inline-flex { + display: inline-flex !important; + } + .d-xl-none { + display: none !important; + } + .flex-xl-fill { + flex: 1 1 auto !important; + } + .flex-xl-row { + flex-direction: row !important; + } + .flex-xl-column { + flex-direction: column !important; + } + .flex-xl-row-reverse { + flex-direction: row-reverse !important; + } + .flex-xl-column-reverse { + flex-direction: column-reverse !important; + } + .flex-xl-grow-0 { + flex-grow: 0 !important; + } + .flex-xl-grow-1 { + flex-grow: 1 !important; + } + .flex-xl-shrink-0 { + flex-shrink: 0 !important; + } + .flex-xl-shrink-1 { + flex-shrink: 1 !important; + } + .flex-xl-wrap { + flex-wrap: wrap !important; + } + .flex-xl-nowrap { + flex-wrap: nowrap !important; + } + .flex-xl-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .justify-content-xl-start { + justify-content: flex-start !important; + } + .justify-content-xl-end { + justify-content: flex-end !important; + } + .justify-content-xl-center { + justify-content: center !important; + } + .justify-content-xl-between { + justify-content: space-between !important; + } + .justify-content-xl-around { + justify-content: space-around !important; + } + .justify-content-xl-evenly { + justify-content: space-evenly !important; + } + .align-items-xl-start { + align-items: flex-start !important; + } + .align-items-xl-end { + align-items: flex-end !important; + } + .align-items-xl-center { + align-items: center !important; + } + .align-items-xl-baseline { + align-items: baseline !important; + } + .align-items-xl-stretch { + align-items: stretch !important; + } + .align-content-xl-start { + align-content: flex-start !important; + } + .align-content-xl-end { + align-content: flex-end !important; + } + .align-content-xl-center { + align-content: center !important; + } + .align-content-xl-between { + align-content: space-between !important; + } + .align-content-xl-around { + align-content: space-around !important; + } + .align-content-xl-stretch { + align-content: stretch !important; + } + .align-self-xl-auto { + align-self: auto !important; + } + .align-self-xl-start { + align-self: flex-start !important; + } + .align-self-xl-end { + align-self: flex-end !important; + } + .align-self-xl-center { + align-self: center !important; + } + .align-self-xl-baseline { + align-self: baseline !important; + } + .align-self-xl-stretch { + align-self: stretch !important; + } + .order-xl-first { + order: -1 !important; + } + .order-xl-0 { + order: 0 !important; + } + .order-xl-1 { + order: 1 !important; + } + .order-xl-2 { + order: 2 !important; + } + .order-xl-3 { + order: 3 !important; + } + .order-xl-4 { + order: 4 !important; + } + .order-xl-5 { + order: 5 !important; + } + .order-xl-last { + order: 6 !important; + } + .m-xl-0 { + margin: 0rem !important; + } + .m-xl-1 { + margin: 0.495rem !important; + } + .m-xl-2 { + margin: 0.75rem !important; + } + .m-xl-3 { + margin: 0.9975rem !important; + } + .m-xl-4 { + margin: 1.5rem !important; + } + .m-xl-5 { + margin: 2.1255rem !important; + } + .m-xl-6 { + margin: 3rem !important; + } + .m-xl-7 { + margin: 3.9975rem !important; + } + .m-xl-8 { + margin: 4.5rem !important; + } + .m-xl-9 { + margin: 6rem !important; + } + .m-xl-10 { + margin: 7.875rem !important; + } + .m-xl-auto { + margin: auto !important; + } + .mx-xl-0 { + margin-right: 0rem !important; + margin-left: 0rem !important; + } + .mx-xl-1 { + margin-right: 0.495rem !important; + margin-left: 0.495rem !important; + } + .mx-xl-2 { + margin-right: 0.75rem !important; + margin-left: 0.75rem !important; + } + .mx-xl-3 { + margin-right: 0.9975rem !important; + margin-left: 0.9975rem !important; + } + .mx-xl-4 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + .mx-xl-5 { + margin-right: 2.1255rem !important; + margin-left: 2.1255rem !important; + } + .mx-xl-6 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + .mx-xl-7 { + margin-right: 3.9975rem !important; + margin-left: 3.9975rem !important; + } + .mx-xl-8 { + margin-right: 4.5rem !important; + margin-left: 4.5rem !important; + } + .mx-xl-9 { + margin-right: 6rem !important; + margin-left: 6rem !important; + } + .mx-xl-10 { + margin-right: 7.875rem !important; + margin-left: 7.875rem !important; + } + .mx-xl-auto { + margin-right: auto !important; + margin-left: auto !important; + } + .my-xl-0 { + margin-top: 0rem !important; + margin-bottom: 0rem !important; + } + .my-xl-1 { + margin-top: 0.495rem !important; + margin-bottom: 0.495rem !important; + } + .my-xl-2 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; + } + .my-xl-3 { + margin-top: 0.9975rem !important; + margin-bottom: 0.9975rem !important; + } + .my-xl-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .my-xl-5 { + margin-top: 2.1255rem !important; + margin-bottom: 2.1255rem !important; + } + .my-xl-6 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .my-xl-7 { + margin-top: 3.9975rem !important; + margin-bottom: 3.9975rem !important; + } + .my-xl-8 { + margin-top: 4.5rem !important; + margin-bottom: 4.5rem !important; + } + .my-xl-9 { + margin-top: 6rem !important; + margin-bottom: 6rem !important; + } + .my-xl-10 { + margin-top: 7.875rem !important; + margin-bottom: 7.875rem !important; + } + .my-xl-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } + .mt-xl-0 { + margin-top: 0rem !important; + } + .mt-xl-1 { + margin-top: 0.495rem !important; + } + .mt-xl-2 { + margin-top: 0.75rem !important; + } + .mt-xl-3 { + margin-top: 0.9975rem !important; + } + .mt-xl-4 { + margin-top: 1.5rem !important; + } + .mt-xl-5 { + margin-top: 2.1255rem !important; + } + .mt-xl-6 { + margin-top: 3rem !important; + } + .mt-xl-7 { + margin-top: 3.9975rem !important; + } + .mt-xl-8 { + margin-top: 4.5rem !important; + } + .mt-xl-9 { + margin-top: 6rem !important; + } + .mt-xl-10 { + margin-top: 7.875rem !important; + } + .mt-xl-auto { + margin-top: auto !important; + } + .me-xl-0 { + margin-right: 0rem !important; + } + .me-xl-1 { + margin-right: 0.495rem !important; + } + .me-xl-2 { + margin-right: 0.75rem !important; + } + .me-xl-3 { + margin-right: 0.9975rem !important; + } + .me-xl-4 { + margin-right: 1.5rem !important; + } + .me-xl-5 { + margin-right: 2.1255rem !important; + } + .me-xl-6 { + margin-right: 3rem !important; + } + .me-xl-7 { + margin-right: 3.9975rem !important; + } + .me-xl-8 { + margin-right: 4.5rem !important; + } + .me-xl-9 { + margin-right: 6rem !important; + } + .me-xl-10 { + margin-right: 7.875rem !important; + } + .me-xl-auto { + margin-right: auto !important; + } + .mb-xl-0 { + margin-bottom: 0rem !important; + } + .mb-xl-1 { + margin-bottom: 0.495rem !important; + } + .mb-xl-2 { + margin-bottom: 0.75rem !important; + } + .mb-xl-3 { + margin-bottom: 0.9975rem !important; + } + .mb-xl-4 { + margin-bottom: 1.5rem !important; + } + .mb-xl-5 { + margin-bottom: 2.1255rem !important; + } + .mb-xl-6 { + margin-bottom: 3rem !important; + } + .mb-xl-7 { + margin-bottom: 3.9975rem !important; + } + .mb-xl-8 { + margin-bottom: 4.5rem !important; + } + .mb-xl-9 { + margin-bottom: 6rem !important; + } + .mb-xl-10 { + margin-bottom: 7.875rem !important; + } + .mb-xl-auto { + margin-bottom: auto !important; + } + .ms-xl-0 { + margin-left: 0rem !important; + } + .ms-xl-1 { + margin-left: 0.495rem !important; + } + .ms-xl-2 { + margin-left: 0.75rem !important; + } + .ms-xl-3 { + margin-left: 0.9975rem !important; + } + .ms-xl-4 { + margin-left: 1.5rem !important; + } + .ms-xl-5 { + margin-left: 2.1255rem !important; + } + .ms-xl-6 { + margin-left: 3rem !important; + } + .ms-xl-7 { + margin-left: 3.9975rem !important; + } + .ms-xl-8 { + margin-left: 4.5rem !important; + } + .ms-xl-9 { + margin-left: 6rem !important; + } + .ms-xl-10 { + margin-left: 7.875rem !important; + } + .ms-xl-auto { + margin-left: auto !important; + } + .p-xl-0 { + padding: 0rem !important; + } + .p-xl-1 { + padding: 0.495rem !important; + } + .p-xl-2 { + padding: 0.75rem !important; + } + .p-xl-3 { + padding: 0.9975rem !important; + } + .p-xl-4 { + padding: 1.5rem !important; + } + .p-xl-5 { + padding: 2.1255rem !important; + } + .p-xl-6 { + padding: 3rem !important; + } + .p-xl-7 { + padding: 3.9975rem !important; + } + .p-xl-8 { + padding: 4.5rem !important; + } + .p-xl-9 { + padding: 6rem !important; + } + .p-xl-10 { + padding: 7.875rem !important; + } + .px-xl-0 { + padding-right: 0rem !important; + padding-left: 0rem !important; + } + .px-xl-1 { + padding-right: 0.495rem !important; + padding-left: 0.495rem !important; + } + .px-xl-2 { + padding-right: 0.75rem !important; + padding-left: 0.75rem !important; + } + .px-xl-3 { + padding-right: 0.9975rem !important; + padding-left: 0.9975rem !important; + } + .px-xl-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + .px-xl-5 { + padding-right: 2.1255rem !important; + padding-left: 2.1255rem !important; + } + .px-xl-6 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + .px-xl-7 { + padding-right: 3.9975rem !important; + padding-left: 3.9975rem !important; + } + .px-xl-8 { + padding-right: 4.5rem !important; + padding-left: 4.5rem !important; + } + .px-xl-9 { + padding-right: 6rem !important; + padding-left: 6rem !important; + } + .px-xl-10 { + padding-right: 7.875rem !important; + padding-left: 7.875rem !important; + } + .py-xl-0 { + padding-top: 0rem !important; + padding-bottom: 0rem !important; + } + .py-xl-1 { + padding-top: 0.495rem !important; + padding-bottom: 0.495rem !important; + } + .py-xl-2 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; + } + .py-xl-3 { + padding-top: 0.9975rem !important; + padding-bottom: 0.9975rem !important; + } + .py-xl-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .py-xl-5 { + padding-top: 2.1255rem !important; + padding-bottom: 2.1255rem !important; + } + .py-xl-6 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .py-xl-7 { + padding-top: 3.9975rem !important; + padding-bottom: 3.9975rem !important; + } + .py-xl-8 { + padding-top: 4.5rem !important; + padding-bottom: 4.5rem !important; + } + .py-xl-9 { + padding-top: 6rem !important; + padding-bottom: 6rem !important; + } + .py-xl-10 { + padding-top: 7.875rem !important; + padding-bottom: 7.875rem !important; + } + .pt-xl-0 { + padding-top: 0rem !important; + } + .pt-xl-1 { + padding-top: 0.495rem !important; + } + .pt-xl-2 { + padding-top: 0.75rem !important; + } + .pt-xl-3 { + padding-top: 0.9975rem !important; + } + .pt-xl-4 { + padding-top: 1.5rem !important; + } + .pt-xl-5 { + padding-top: 2.1255rem !important; + } + .pt-xl-6 { + padding-top: 3rem !important; + } + .pt-xl-7 { + padding-top: 3.9975rem !important; + } + .pt-xl-8 { + padding-top: 4.5rem !important; + } + .pt-xl-9 { + padding-top: 6rem !important; + } + .pt-xl-10 { + padding-top: 7.875rem !important; + } + .pe-xl-0 { + padding-right: 0rem !important; + } + .pe-xl-1 { + padding-right: 0.495rem !important; + } + .pe-xl-2 { + padding-right: 0.75rem !important; + } + .pe-xl-3 { + padding-right: 0.9975rem !important; + } + .pe-xl-4 { + padding-right: 1.5rem !important; + } + .pe-xl-5 { + padding-right: 2.1255rem !important; + } + .pe-xl-6 { + padding-right: 3rem !important; + } + .pe-xl-7 { + padding-right: 3.9975rem !important; + } + .pe-xl-8 { + padding-right: 4.5rem !important; + } + .pe-xl-9 { + padding-right: 6rem !important; + } + .pe-xl-10 { + padding-right: 7.875rem !important; + } + .pb-xl-0 { + padding-bottom: 0rem !important; + } + .pb-xl-1 { + padding-bottom: 0.495rem !important; + } + .pb-xl-2 { + padding-bottom: 0.75rem !important; + } + .pb-xl-3 { + padding-bottom: 0.9975rem !important; + } + .pb-xl-4 { + padding-bottom: 1.5rem !important; + } + .pb-xl-5 { + padding-bottom: 2.1255rem !important; + } + .pb-xl-6 { + padding-bottom: 3rem !important; + } + .pb-xl-7 { + padding-bottom: 3.9975rem !important; + } + .pb-xl-8 { + padding-bottom: 4.5rem !important; + } + .pb-xl-9 { + padding-bottom: 6rem !important; + } + .pb-xl-10 { + padding-bottom: 7.875rem !important; + } + .ps-xl-0 { + padding-left: 0rem !important; + } + .ps-xl-1 { + padding-left: 0.495rem !important; + } + .ps-xl-2 { + padding-left: 0.75rem !important; + } + .ps-xl-3 { + padding-left: 0.9975rem !important; + } + .ps-xl-4 { + padding-left: 1.5rem !important; + } + .ps-xl-5 { + padding-left: 2.1255rem !important; + } + .ps-xl-6 { + padding-left: 3rem !important; + } + .ps-xl-7 { + padding-left: 3.9975rem !important; + } + .ps-xl-8 { + padding-left: 4.5rem !important; + } + .ps-xl-9 { + padding-left: 6rem !important; + } + .ps-xl-10 { + padding-left: 7.875rem !important; + } + .gap-xl-0 { + gap: 0rem !important; + } + .gap-xl-1 { + gap: 0.495rem !important; + } + .gap-xl-2 { + gap: 0.75rem !important; + } + .gap-xl-3 { + gap: 0.9975rem !important; + } + .gap-xl-4 { + gap: 1.5rem !important; + } + .gap-xl-5 { + gap: 2.1255rem !important; + } + .gap-xl-6 { + gap: 3rem !important; + } + .gap-xl-7 { + gap: 3.9975rem !important; + } + .gap-xl-8 { + gap: 4.5rem !important; + } + .gap-xl-9 { + gap: 6rem !important; + } + .gap-xl-10 { + gap: 7.875rem !important; + } + .row-gap-xl-0 { + row-gap: 0rem !important; + } + .row-gap-xl-1 { + row-gap: 0.495rem !important; + } + .row-gap-xl-2 { + row-gap: 0.75rem !important; + } + .row-gap-xl-3 { + row-gap: 0.9975rem !important; + } + .row-gap-xl-4 { + row-gap: 1.5rem !important; + } + .row-gap-xl-5 { + row-gap: 2.1255rem !important; + } + .row-gap-xl-6 { + row-gap: 3rem !important; + } + .row-gap-xl-7 { + row-gap: 3.9975rem !important; + } + .row-gap-xl-8 { + row-gap: 4.5rem !important; + } + .row-gap-xl-9 { + row-gap: 6rem !important; + } + .row-gap-xl-10 { + row-gap: 7.875rem !important; + } + .column-gap-xl-0 { + -moz-column-gap: 0rem !important; + column-gap: 0rem !important; + } + .column-gap-xl-1 { + -moz-column-gap: 0.495rem !important; + column-gap: 0.495rem !important; + } + .column-gap-xl-2 { + -moz-column-gap: 0.75rem !important; + column-gap: 0.75rem !important; + } + .column-gap-xl-3 { + -moz-column-gap: 0.9975rem !important; + column-gap: 0.9975rem !important; + } + .column-gap-xl-4 { + -moz-column-gap: 1.5rem !important; + column-gap: 1.5rem !important; + } + .column-gap-xl-5 { + -moz-column-gap: 2.1255rem !important; + column-gap: 2.1255rem !important; + } + .column-gap-xl-6 { + -moz-column-gap: 3rem !important; + column-gap: 3rem !important; + } + .column-gap-xl-7 { + -moz-column-gap: 3.9975rem !important; + column-gap: 3.9975rem !important; + } + .column-gap-xl-8 { + -moz-column-gap: 4.5rem !important; + column-gap: 4.5rem !important; + } + .column-gap-xl-9 { + -moz-column-gap: 6rem !important; + column-gap: 6rem !important; + } + .column-gap-xl-10 { + -moz-column-gap: 7.875rem !important; + column-gap: 7.875rem !important; + } + .text-xl-start { + text-align: left !important; + } + .text-xl-end { + text-align: right !important; + } + .text-xl-center { + text-align: center !important; + } +} +@media (min-width: 1200px) { + .fs-1 { + font-size: 2.125rem !important; + } + .fs-2 { + font-size: 2.125rem !important; + } + .fs-3 { + font-size: 1.5rem !important; + } +} +@media print { + .d-print-inline { + display: inline !important; + } + .d-print-inline-block { + display: inline-block !important; + } + .d-print-block { + display: block !important; + } + .d-print-grid { + display: grid !important; + } + .d-print-inline-grid { + display: inline-grid !important; + } + .d-print-table { + display: table !important; + } + .d-print-table-row { + display: table-row !important; + } + .d-print-table-cell { + display: table-cell !important; + } + .d-print-flex { + display: flex !important; + } + .d-print-inline-flex { + display: inline-flex !important; + } + .d-print-none { + display: none !important; + } +} +:root, +[data-bs-theme=light] { + --bs-blue: #2196f3; + --bs-indigo: #6610f2; + --bs-purple: #6f42c1; + --bs-pink: #e83e8c; + --bs-red: #dc3545; + --bs-orange: #fd7e14; + --bs-yellow: #ffc107; + --bs-green: #53BE6D; + --bs-teal: #20c997; + --bs-cyan: #17a2b8; + --bs-black: #000; + --bs-white: #fff; + --bs-gray: #787878; + --bs-gray-dark: #505050; + --bs-gray-100: #f9f9f9; + --bs-gray-200: #f0f0f0; + --bs-gray-300: #ddd; + --bs-gray-400: #c8c8c8; + --bs-gray-500: #a3a3a3; + --bs-gray-600: #787878; + --bs-gray-700: #495057; + --bs-gray-800: #505050; + --bs-gray-900: #3c3c3c; + --bs-primary: #2196f3; + --bs-secondary: #787878; + --bs-success: #53BE6D; + --bs-info: #17a2b8; + --bs-warning: #ffc107; + --bs-danger: #dc3545; + --bs-light: #f0f0f0; + --bs-lighter: #f9f9f9; + --bs-dark: #505050; + --bs-primary-rgb: 33, 150, 243; + --bs-secondary-rgb: 120, 120, 120; + --bs-success-rgb: 83, 190, 109; + --bs-info-rgb: 23, 162, 184; + --bs-warning-rgb: 255, 193, 7; + --bs-danger-rgb: 220, 53, 69; + --bs-light-rgb: 240, 240, 240; + --bs-lighter-rgb: 249, 249, 249; + --bs-dark-rgb: 80, 80, 80; + --bs-primary-text-emphasis: #0d3c61; + --bs-secondary-text-emphasis: #303030; + --bs-success-text-emphasis: #214c2c; + --bs-info-text-emphasis: #09414a; + --bs-warning-text-emphasis: #664d03; + --bs-danger-text-emphasis: #58151c; + --bs-light-text-emphasis: #495057; + --bs-dark-text-emphasis: #495057; + --bs-primary-bg-subtle: #d3eafd; + --bs-secondary-bg-subtle: #e4e4e4; + --bs-success-bg-subtle: #ddf2e2; + --bs-info-bg-subtle: #d1ecf1; + --bs-warning-bg-subtle: #fff3cd; + --bs-danger-bg-subtle: #f8d7da; + --bs-light-bg-subtle: #fcfcfc; + --bs-dark-bg-subtle: #c8c8c8; + --bs-primary-border-subtle: #a6d5fa; + --bs-secondary-border-subtle: #c9c9c9; + --bs-success-border-subtle: #bae5c5; + --bs-info-border-subtle: #a2dae3; + --bs-warning-border-subtle: #ffe69c; + --bs-danger-border-subtle: #f1aeb5; + --bs-light-border-subtle: #f0f0f0; + --bs-dark-border-subtle: #a3a3a3; + --bs-white-rgb: 255, 255, 255; + --bs-black-rgb: 0, 0, 0; + --bs-font-sans-serif: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); + --bs-body-font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + --bs-body-font-size: 1rem; + --bs-body-font-weight: 400; + --bs-body-line-height: 1.75; + --bs-body-color: #3c3c3c; + --bs-body-color-rgb: 60, 60, 60; + --bs-body-bg: #fff; + --bs-body-bg-rgb: 255, 255, 255; + --bs-emphasis-color: #000; + --bs-emphasis-color-rgb: 0, 0, 0; + --bs-secondary-color: rgba(60, 60, 60, 0.75); + --bs-secondary-color-rgb: 60, 60, 60; + --bs-secondary-bg: #f0f0f0; + --bs-secondary-bg-rgb: 240, 240, 240; + --bs-tertiary-color: rgba(60, 60, 60, 0.5); + --bs-tertiary-color-rgb: 60, 60, 60; + --bs-tertiary-bg: #f9f9f9; + --bs-tertiary-bg-rgb: 249, 249, 249; + --bs-heading-color: ; + --bs-link-color: #2196f3; + --bs-link-color-rgb: 33, 150, 243; + --bs-link-decoration: none; + --bs-link-hover-color: #1a78c2; + --bs-link-hover-color-rgb: 26, 120, 194; + --bs-link-hover-decoration: underline; + --bs-code-color: #e83e8c; + --bs-highlight-color: #3c3c3c; + --bs-highlight-bg: #fcf8e3; + --bs-border-width: 1px; + --bs-border-style: solid; + --bs-border-color: #ddd; + --bs-border-color-translucent: rgba(0, 0, 0, 0.175); + --bs-border-radius: 2px; + --bs-border-radius-sm: 2px; + --bs-border-radius-lg: 4px; + --bs-border-radius-xl: 1rem; + --bs-border-radius-xxl: 2rem; + --bs-border-radius-2xl: var(--bs-border-radius-xxl); + --bs-border-radius-pill: 50rem; + --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); + --bs-box-shadow-sm: 0 2px 8px 0 rgba(0, 0, 0, 0.3); + --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175); + --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075); + --bs-focus-ring-width: 0.25rem; + --bs-focus-ring-opacity: 0.25; + --bs-focus-ring-color: rgba(33, 150, 243, 0.25); + --bs-form-valid-color: #53BE6D; + --bs-form-valid-border-color: #53BE6D; + --bs-form-invalid-color: #dc3545; + --bs-form-invalid-border-color: #dc3545; +} + +[data-bs-theme=dark] { + color-scheme: dark; + --bs-body-color: #ddd; + --bs-body-color-rgb: 221, 221, 221; + --bs-body-bg: #3c3c3c; + --bs-body-bg-rgb: 60, 60, 60; + --bs-emphasis-color: #fff; + --bs-emphasis-color-rgb: 255, 255, 255; + --bs-secondary-color: rgba(221, 221, 221, 0.75); + --bs-secondary-color-rgb: 221, 221, 221; + --bs-secondary-bg: #505050; + --bs-secondary-bg-rgb: 80, 80, 80; + --bs-tertiary-color: rgba(221, 221, 221, 0.5); + --bs-tertiary-color-rgb: 221, 221, 221; + --bs-tertiary-bg: #464646; + --bs-tertiary-bg-rgb: 70, 70, 70; + --bs-primary-text-emphasis: #7ac0f8; + --bs-secondary-text-emphasis: #aeaeae; + --bs-success-text-emphasis: #98d8a7; + --bs-info-text-emphasis: #74c7d4; + --bs-warning-text-emphasis: #ffda6a; + --bs-danger-text-emphasis: #ea868f; + --bs-light-text-emphasis: #f9f9f9; + --bs-dark-text-emphasis: #ddd; + --bs-primary-bg-subtle: #071e31; + --bs-secondary-bg-subtle: #181818; + --bs-success-bg-subtle: #112616; + --bs-info-bg-subtle: #052025; + --bs-warning-bg-subtle: #332701; + --bs-danger-bg-subtle: #2c0b0e; + --bs-light-bg-subtle: #505050; + --bs-dark-bg-subtle: #282828; + --bs-primary-border-subtle: #145a92; + --bs-secondary-border-subtle: #484848; + --bs-success-border-subtle: #327241; + --bs-info-border-subtle: #0e616e; + --bs-warning-border-subtle: #997404; + --bs-danger-border-subtle: #842029; + --bs-light-border-subtle: #495057; + --bs-dark-border-subtle: #505050; + --bs-heading-color: inherit; + --bs-link-color: #7ac0f8; + --bs-link-hover-color: #95cdf9; + --bs-link-color-rgb: 122, 192, 248; + --bs-link-hover-color-rgb: 149, 205, 249; + --bs-code-color: #f18bba; + --bs-highlight-color: #ddd; + --bs-highlight-bg: #664d03; + --bs-border-color: #495057; + --bs-border-color-translucent: rgba(255, 255, 255, 0.15); + --bs-form-valid-color: #98d8a7; + --bs-form-valid-border-color: #98d8a7; + --bs-form-invalid-color: #ea868f; + --bs-form-invalid-border-color: #ea868f; +} + +:root, +[data-bs-theme=light] { + --ak-header-color-bg: var(--dark); + --ak-header-color: var(--white); + --ak-footer-color-bg: var(--dark); + --ak-footer-color: var(--white); + --ak-accent-color: var(--blue); + --ak-accent-color-light: var(--white); + --ak-accent-color-dark: var(--blue-dark); +} + +*, +*::before, +*::after { + box-sizing: border-box; +} + +@media (prefers-reduced-motion: no-preference) { + :root { + scroll-behavior: smooth; + } +} + +body { + margin: 0; + font-family: var(--bs-body-font-family); + font-size: var(--bs-body-font-size); + font-weight: var(--bs-body-font-weight); + line-height: var(--bs-body-line-height); + color: var(--bs-body-color); + text-align: var(--bs-body-text-align); + background-color: var(--bs-body-bg); + -webkit-text-size-adjust: 100%; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); +} + +hr { + margin: 3.9975rem 0; + color: inherit; + border: 0; + border-top: 1px solid rgba(0, 0, 0, 0.1); + opacity: 1; +} + +h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 { + margin-top: 0; + margin-bottom: 0.75rem; + font-weight: 400; + line-height: 1.175; + color: var(--bs-heading-color); +} + +h1, .h1 { + font-size: calc(1.3375rem + 1.05vw); +} +@media (min-width: 1200px) { + h1, .h1 { + font-size: 2.125rem; + } +} + +h2, .h2 { + font-size: calc(1.3375rem + 1.05vw); +} +@media (min-width: 1200px) { + h2, .h2 { + font-size: 2.125rem; + } +} + +h3, .h3 { + font-size: calc(1.275rem + 0.3vw); +} +@media (min-width: 1200px) { + h3, .h3 { + font-size: 1.5rem; + } +} + +h4, .h4 { + font-size: 1.25rem; +} + +h5, .h5 { + font-size: 1rem; +} + +h6, .h6 { + font-size: 0.875rem; +} + +p { + margin-top: 0; + margin-bottom: 1rem; +} + +abbr[title] { + -webkit-text-decoration: underline dotted; + text-decoration: underline dotted; + cursor: help; + -webkit-text-decoration-skip-ink: none; + text-decoration-skip-ink: none; +} + +address { + margin-bottom: 1rem; + font-style: normal; + line-height: inherit; +} + +ol, +ul { + padding-left: 2rem; +} + +ol, +ul, +dl { + margin-top: 0; + margin-bottom: 1rem; +} + +ol ol, +ul ul, +ol ul, +ul ol { + margin-bottom: 0; +} + +dt { + font-weight: 700; +} + +dd { + margin-bottom: 0.5rem; + margin-left: 0; +} + +blockquote { + margin: 0 0 1rem; +} + +b, +strong { + font-weight: bolder; +} + +small, .small { + font-size: 80%; +} + +mark, .mark { + padding: 0.2em; + color: var(--bs-highlight-color); + background-color: var(--bs-highlight-bg); +} + +sub, +sup { + position: relative; + font-size: 0.75em; + line-height: 0; + vertical-align: baseline; +} + +sub { + bottom: -0.25em; +} + +sup { + top: -0.5em; +} + +a { + color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1)); + text-decoration: none; +} +a:hover { + --bs-link-color-rgb: var(--bs-link-hover-color-rgb); + text-decoration: underline; +} + +a:not([href]):not([class]), a:not([href]):not([class]):hover { + color: inherit; + text-decoration: none; +} + +pre, +code, +kbd, +samp { + font-family: var(--bs-font-monospace); + font-size: 1em; +} + +pre { + display: block; + margin-top: 0; + margin-bottom: 1rem; + overflow: auto; + font-size: 87.5%; + color: #3c3c3c; +} +pre code { + font-size: inherit; + color: inherit; + word-break: normal; +} + +code { + font-size: 87.5%; + color: var(--bs-code-color); + word-wrap: break-word; +} +a > code { + color: inherit; +} + +kbd { + padding: 0.2rem 0.4rem; + font-size: 87.5%; + color: #fff; + background-color: #3c3c3c; + border-radius: 2px; +} +kbd kbd { + padding: 0; + font-size: 1em; + font-weight: 700; +} + +figure { + margin: 0 0 1rem; +} + +img, +svg { + vertical-align: middle; +} + +table { + caption-side: bottom; + border-collapse: collapse; +} + +caption { + padding-top: 0.5rem; + padding-bottom: 0.5rem; + color: #787878; + text-align: left; +} + +th { + text-align: inherit; + text-align: -webkit-match-parent; +} + +thead, +tbody, +tfoot, +tr, +td, +th { + border-color: inherit; + border-style: solid; + border-width: 0; +} + +label { + display: inline-block; +} + +button { + border-radius: 0; +} + +button:focus:not(:focus-visible) { + outline: 0; +} + +input, +button, +select, +optgroup, +textarea { + margin: 0; + font-family: inherit; + font-size: inherit; + line-height: inherit; +} + +button, +select { + text-transform: none; +} + +[role=button] { + cursor: pointer; +} + +select { + word-wrap: normal; +} +select:disabled { + opacity: 1; +} + +[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator { + display: none !important; +} + +button, +[type=button], +[type=reset], +[type=submit] { + -webkit-appearance: button; +} +button:not(:disabled), +[type=button]:not(:disabled), +[type=reset]:not(:disabled), +[type=submit]:not(:disabled) { + cursor: pointer; +} + +::-moz-focus-inner { + padding: 0; + border-style: none; +} + +textarea { + resize: vertical; +} + +fieldset { + min-width: 0; + padding: 0; + margin: 0; + border: 0; +} + +legend { + float: left; + width: 100%; + padding: 0; + margin-bottom: 0.5rem; + font-size: calc(1.275rem + 0.3vw); + line-height: inherit; +} +@media (min-width: 1200px) { + legend { + font-size: 1.5rem; + } +} +legend + * { + clear: left; +} + +::-webkit-datetime-edit-fields-wrapper, +::-webkit-datetime-edit-text, +::-webkit-datetime-edit-minute, +::-webkit-datetime-edit-hour-field, +::-webkit-datetime-edit-day-field, +::-webkit-datetime-edit-month-field, +::-webkit-datetime-edit-year-field { + padding: 0; +} + +::-webkit-inner-spin-button { + height: auto; +} + +[type=search] { + -webkit-appearance: textfield; + outline-offset: -2px; +} + +/* rtl:raw: +[type="tel"], +[type="url"], +[type="email"], +[type="number"] { + direction: ltr; +} +*/ +::-webkit-search-decoration { + -webkit-appearance: none; +} + +::-webkit-color-swatch-wrapper { + padding: 0; +} + +::file-selector-button { + font: inherit; + -webkit-appearance: button; +} + +output { + display: inline-block; +} + +iframe { + border: 0; +} + +summary { + display: list-item; + cursor: pointer; +} + +progress { + vertical-align: baseline; +} + +[hidden] { + display: none !important; +} + +.lead { + font-size: 1.25rem; + font-weight: 300; +} + +.display-1 { + font-size: calc(1.625rem + 4.5vw); + font-weight: 300; + line-height: 1.175; +} +@media (min-width: 1200px) { + .display-1 { + font-size: 5rem; + } +} + +.display-2 { + font-size: calc(1.575rem + 3.9vw); + font-weight: 300; + line-height: 1.175; +} +@media (min-width: 1200px) { + .display-2 { + font-size: 4.5rem; + } +} + +.display-3 { + font-size: calc(1.525rem + 3.3vw); + font-weight: 300; + line-height: 1.175; +} +@media (min-width: 1200px) { + .display-3 { + font-size: 4rem; + } +} + +.display-4 { + font-size: calc(1.475rem + 2.7vw); + font-weight: 300; + line-height: 1.175; +} +@media (min-width: 1200px) { + .display-4 { + font-size: 3.5rem; + } +} + +.display-5 { + font-size: calc(1.425rem + 2.1vw); + font-weight: 300; + line-height: 1.175; +} +@media (min-width: 1200px) { + .display-5 { + font-size: 3rem; + } +} + +.display-6 { + font-size: calc(1.375rem + 1.5vw); + font-weight: 300; + line-height: 1.175; +} +@media (min-width: 1200px) { + .display-6 { + font-size: 2.5rem; + } +} + +.list-unstyled { + padding-left: 0; + list-style: none; +} + +.list-inline { + padding-left: 0; + list-style: none; +} + +.list-inline-item { + display: inline-block; +} +.list-inline-item:not(:last-child) { + margin-right: 0.5rem; +} + +.initialism { + font-size: 80%; + text-transform: uppercase; +} + +.blockquote { + margin-bottom: 1.5rem; + font-size: calc(1.275rem + 0.3vw); +} +@media (min-width: 1200px) { + .blockquote { + font-size: 1.5rem; + } +} +.blockquote > :last-child { + margin-bottom: 0; +} + +.blockquote-footer { + margin-top: -1.5rem; + margin-bottom: 1.5rem; + font-size: 80%; + color: #787878; +} +.blockquote-footer::before { + content: "— "; +} + +.img-fluid { + max-width: 100%; + height: auto; +} + +.img-thumbnail, .text img, [class$=__body] img, +.cke_widget_image img { + padding: 0.25rem; + background-color: #fff; + border: 1px solid #ddd; + border-radius: 2px; + max-width: 100%; + height: auto; +} + +.figure { + display: inline-block; +} + +.figure-img { + margin-bottom: 0.75rem; + line-height: 1; +} + +.figure-caption { + font-size: 90%; + color: #787878; +} + +:root { + --bs-breakpoint-xs: 0; + --bs-breakpoint-sm: 576px; + --bs-breakpoint-md: 768px; + --bs-breakpoint-lg: 992px; + --bs-breakpoint-xl: 1200px; +} + +.row { + --bs-gutter-x: 30px; + --bs-gutter-y: 0; + display: flex; + flex-wrap: wrap; + margin-top: calc(-1 * var(--bs-gutter-y)); + margin-right: calc(-0.5 * var(--bs-gutter-x)); + margin-left: calc(-0.5 * var(--bs-gutter-x)); +} +.row > * { + flex-shrink: 0; + width: 100%; + max-width: 100%; + padding-right: calc(var(--bs-gutter-x) * 0.5); + padding-left: calc(var(--bs-gutter-x) * 0.5); + margin-top: var(--bs-gutter-y); +} + +.col { + flex: 1 0 0%; +} + +.row-cols-auto > * { + flex: 0 0 auto; + width: auto; +} + +.row-cols-1 > * { + flex: 0 0 auto; + width: 100%; +} + +.row-cols-2 > * { + flex: 0 0 auto; + width: 50%; +} + +.row-cols-3 > * { + flex: 0 0 auto; + width: 33.33333333%; +} + +.row-cols-4 > * { + flex: 0 0 auto; + width: 25%; +} + +.row-cols-5 > * { + flex: 0 0 auto; + width: 20%; +} + +.row-cols-6 > * { + flex: 0 0 auto; + width: 16.66666667%; +} + +.col-auto { + flex: 0 0 auto; + width: auto; +} + +.col-1 { + flex: 0 0 auto; + width: 8.33333333%; +} + +.col-2 { + flex: 0 0 auto; + width: 16.66666667%; +} + +.col-3 { + flex: 0 0 auto; + width: 25%; +} + +.col-4 { + flex: 0 0 auto; + width: 33.33333333%; +} + +.col-5 { + flex: 0 0 auto; + width: 41.66666667%; +} + +.col-6 { + flex: 0 0 auto; + width: 50%; +} + +.col-7 { + flex: 0 0 auto; + width: 58.33333333%; +} + +.col-8 { + flex: 0 0 auto; + width: 66.66666667%; +} + +.col-9 { + flex: 0 0 auto; + width: 75%; +} + +.col-10 { + flex: 0 0 auto; + width: 83.33333333%; +} + +.col-11 { + flex: 0 0 auto; + width: 91.66666667%; +} + +.col-12 { + flex: 0 0 auto; + width: 100%; +} + +.offset-1 { + margin-left: 8.33333333%; +} + +.offset-2 { + margin-left: 16.66666667%; +} + +.offset-3 { + margin-left: 25%; +} + +.offset-4 { + margin-left: 33.33333333%; +} + +.offset-5 { + margin-left: 41.66666667%; +} + +.offset-6 { + margin-left: 50%; +} + +.offset-7 { + margin-left: 58.33333333%; +} + +.offset-8 { + margin-left: 66.66666667%; +} + +.offset-9 { + margin-left: 75%; +} + +.offset-10 { + margin-left: 83.33333333%; +} + +.offset-11 { + margin-left: 91.66666667%; +} + +.g-0, +.gx-0 { + --bs-gutter-x: 0rem; +} + +.g-0, +.gy-0 { + --bs-gutter-y: 0rem; +} + +.g-1, +.gx-1 { + --bs-gutter-x: 0.495rem; +} + +.g-1, +.gy-1 { + --bs-gutter-y: 0.495rem; +} + +.g-2, +.gx-2 { + --bs-gutter-x: 0.75rem; +} + +.g-2, +.gy-2 { + --bs-gutter-y: 0.75rem; +} + +.g-3, +.gx-3 { + --bs-gutter-x: 0.9975rem; +} + +.g-3, +.gy-3 { + --bs-gutter-y: 0.9975rem; +} + +.g-4, +.gx-4 { + --bs-gutter-x: 1.5rem; +} + +.g-4, +.gy-4 { + --bs-gutter-y: 1.5rem; +} + +.g-5, +.gx-5 { + --bs-gutter-x: 2.1255rem; +} + +.g-5, +.gy-5 { + --bs-gutter-y: 2.1255rem; +} + +.g-6, +.gx-6 { + --bs-gutter-x: 3rem; +} + +.g-6, +.gy-6 { + --bs-gutter-y: 3rem; +} + +.g-7, +.gx-7 { + --bs-gutter-x: 3.9975rem; +} + +.g-7, +.gy-7 { + --bs-gutter-y: 3.9975rem; +} + +.g-8, +.gx-8 { + --bs-gutter-x: 4.5rem; +} + +.g-8, +.gy-8 { + --bs-gutter-y: 4.5rem; +} + +.g-9, +.gx-9 { + --bs-gutter-x: 6rem; +} + +.g-9, +.gy-9 { + --bs-gutter-y: 6rem; +} + +.g-10, +.gx-10 { + --bs-gutter-x: 7.875rem; +} + +.g-10, +.gy-10 { + --bs-gutter-y: 7.875rem; +} + +@media (min-width: 576px) { + .col-sm { + flex: 1 0 0%; + } + .row-cols-sm-auto > * { + flex: 0 0 auto; + width: auto; + } + .row-cols-sm-1 > * { + flex: 0 0 auto; + width: 100%; + } + .row-cols-sm-2 > * { + flex: 0 0 auto; + width: 50%; + } + .row-cols-sm-3 > * { + flex: 0 0 auto; + width: 33.33333333%; + } + .row-cols-sm-4 > * { + flex: 0 0 auto; + width: 25%; + } + .row-cols-sm-5 > * { + flex: 0 0 auto; + width: 20%; + } + .row-cols-sm-6 > * { + flex: 0 0 auto; + width: 16.66666667%; + } + .col-sm-auto { + flex: 0 0 auto; + width: auto; + } + .col-sm-1 { + flex: 0 0 auto; + width: 8.33333333%; + } + .col-sm-2 { + flex: 0 0 auto; + width: 16.66666667%; + } + .col-sm-3 { + flex: 0 0 auto; + width: 25%; + } + .col-sm-4 { + flex: 0 0 auto; + width: 33.33333333%; + } + .col-sm-5 { + flex: 0 0 auto; + width: 41.66666667%; + } + .col-sm-6 { + flex: 0 0 auto; + width: 50%; + } + .col-sm-7 { + flex: 0 0 auto; + width: 58.33333333%; + } + .col-sm-8 { + flex: 0 0 auto; + width: 66.66666667%; + } + .col-sm-9 { + flex: 0 0 auto; + width: 75%; + } + .col-sm-10 { + flex: 0 0 auto; + width: 83.33333333%; + } + .col-sm-11 { + flex: 0 0 auto; + width: 91.66666667%; + } + .col-sm-12 { + flex: 0 0 auto; + width: 100%; + } + .offset-sm-0 { + margin-left: 0; + } + .offset-sm-1 { + margin-left: 8.33333333%; + } + .offset-sm-2 { + margin-left: 16.66666667%; + } + .offset-sm-3 { + margin-left: 25%; + } + .offset-sm-4 { + margin-left: 33.33333333%; + } + .offset-sm-5 { + margin-left: 41.66666667%; + } + .offset-sm-6 { + margin-left: 50%; + } + .offset-sm-7 { + margin-left: 58.33333333%; + } + .offset-sm-8 { + margin-left: 66.66666667%; + } + .offset-sm-9 { + margin-left: 75%; + } + .offset-sm-10 { + margin-left: 83.33333333%; + } + .offset-sm-11 { + margin-left: 91.66666667%; + } + .g-sm-0, +.gx-sm-0 { + --bs-gutter-x: 0rem; + } + .g-sm-0, +.gy-sm-0 { + --bs-gutter-y: 0rem; + } + .g-sm-1, +.gx-sm-1 { + --bs-gutter-x: 0.495rem; + } + .g-sm-1, +.gy-sm-1 { + --bs-gutter-y: 0.495rem; + } + .g-sm-2, +.gx-sm-2 { + --bs-gutter-x: 0.75rem; + } + .g-sm-2, +.gy-sm-2 { + --bs-gutter-y: 0.75rem; + } + .g-sm-3, +.gx-sm-3 { + --bs-gutter-x: 0.9975rem; + } + .g-sm-3, +.gy-sm-3 { + --bs-gutter-y: 0.9975rem; + } + .g-sm-4, +.gx-sm-4 { + --bs-gutter-x: 1.5rem; + } + .g-sm-4, +.gy-sm-4 { + --bs-gutter-y: 1.5rem; + } + .g-sm-5, +.gx-sm-5 { + --bs-gutter-x: 2.1255rem; + } + .g-sm-5, +.gy-sm-5 { + --bs-gutter-y: 2.1255rem; + } + .g-sm-6, +.gx-sm-6 { + --bs-gutter-x: 3rem; + } + .g-sm-6, +.gy-sm-6 { + --bs-gutter-y: 3rem; + } + .g-sm-7, +.gx-sm-7 { + --bs-gutter-x: 3.9975rem; + } + .g-sm-7, +.gy-sm-7 { + --bs-gutter-y: 3.9975rem; + } + .g-sm-8, +.gx-sm-8 { + --bs-gutter-x: 4.5rem; + } + .g-sm-8, +.gy-sm-8 { + --bs-gutter-y: 4.5rem; + } + .g-sm-9, +.gx-sm-9 { + --bs-gutter-x: 6rem; + } + .g-sm-9, +.gy-sm-9 { + --bs-gutter-y: 6rem; + } + .g-sm-10, +.gx-sm-10 { + --bs-gutter-x: 7.875rem; + } + .g-sm-10, +.gy-sm-10 { + --bs-gutter-y: 7.875rem; + } +} +@media (min-width: 768px) { + .col-md { + flex: 1 0 0%; + } + .row-cols-md-auto > * { + flex: 0 0 auto; + width: auto; + } + .row-cols-md-1 > * { + flex: 0 0 auto; + width: 100%; + } + .row-cols-md-2 > * { + flex: 0 0 auto; + width: 50%; + } + .row-cols-md-3 > * { + flex: 0 0 auto; + width: 33.33333333%; + } + .row-cols-md-4 > * { + flex: 0 0 auto; + width: 25%; + } + .row-cols-md-5 > * { + flex: 0 0 auto; + width: 20%; + } + .row-cols-md-6 > * { + flex: 0 0 auto; + width: 16.66666667%; + } + .col-md-auto { + flex: 0 0 auto; + width: auto; + } + .col-md-1 { + flex: 0 0 auto; + width: 8.33333333%; + } + .col-md-2 { + flex: 0 0 auto; + width: 16.66666667%; + } + .col-md-3 { + flex: 0 0 auto; + width: 25%; + } + .col-md-4 { + flex: 0 0 auto; + width: 33.33333333%; + } + .col-md-5 { + flex: 0 0 auto; + width: 41.66666667%; + } + .col-md-6 { + flex: 0 0 auto; + width: 50%; + } + .col-md-7 { + flex: 0 0 auto; + width: 58.33333333%; + } + .col-md-8 { + flex: 0 0 auto; + width: 66.66666667%; + } + .col-md-9 { + flex: 0 0 auto; + width: 75%; + } + .col-md-10 { + flex: 0 0 auto; + width: 83.33333333%; + } + .col-md-11 { + flex: 0 0 auto; + width: 91.66666667%; + } + .col-md-12 { + flex: 0 0 auto; + width: 100%; + } + .offset-md-0 { + margin-left: 0; + } + .offset-md-1 { + margin-left: 8.33333333%; + } + .offset-md-2 { + margin-left: 16.66666667%; + } + .offset-md-3 { + margin-left: 25%; + } + .offset-md-4 { + margin-left: 33.33333333%; + } + .offset-md-5 { + margin-left: 41.66666667%; + } + .offset-md-6 { + margin-left: 50%; + } + .offset-md-7 { + margin-left: 58.33333333%; + } + .offset-md-8 { + margin-left: 66.66666667%; + } + .offset-md-9 { + margin-left: 75%; + } + .offset-md-10 { + margin-left: 83.33333333%; + } + .offset-md-11 { + margin-left: 91.66666667%; + } + .g-md-0, +.gx-md-0 { + --bs-gutter-x: 0rem; + } + .g-md-0, +.gy-md-0 { + --bs-gutter-y: 0rem; + } + .g-md-1, +.gx-md-1 { + --bs-gutter-x: 0.495rem; + } + .g-md-1, +.gy-md-1 { + --bs-gutter-y: 0.495rem; + } + .g-md-2, +.gx-md-2 { + --bs-gutter-x: 0.75rem; + } + .g-md-2, +.gy-md-2 { + --bs-gutter-y: 0.75rem; + } + .g-md-3, +.gx-md-3 { + --bs-gutter-x: 0.9975rem; + } + .g-md-3, +.gy-md-3 { + --bs-gutter-y: 0.9975rem; + } + .g-md-4, +.gx-md-4 { + --bs-gutter-x: 1.5rem; + } + .g-md-4, +.gy-md-4 { + --bs-gutter-y: 1.5rem; + } + .g-md-5, +.gx-md-5 { + --bs-gutter-x: 2.1255rem; + } + .g-md-5, +.gy-md-5 { + --bs-gutter-y: 2.1255rem; + } + .g-md-6, +.gx-md-6 { + --bs-gutter-x: 3rem; + } + .g-md-6, +.gy-md-6 { + --bs-gutter-y: 3rem; + } + .g-md-7, +.gx-md-7 { + --bs-gutter-x: 3.9975rem; + } + .g-md-7, +.gy-md-7 { + --bs-gutter-y: 3.9975rem; + } + .g-md-8, +.gx-md-8 { + --bs-gutter-x: 4.5rem; + } + .g-md-8, +.gy-md-8 { + --bs-gutter-y: 4.5rem; + } + .g-md-9, +.gx-md-9 { + --bs-gutter-x: 6rem; + } + .g-md-9, +.gy-md-9 { + --bs-gutter-y: 6rem; + } + .g-md-10, +.gx-md-10 { + --bs-gutter-x: 7.875rem; + } + .g-md-10, +.gy-md-10 { + --bs-gutter-y: 7.875rem; + } +} +@media (min-width: 992px) { + .col-lg { + flex: 1 0 0%; + } + .row-cols-lg-auto > * { + flex: 0 0 auto; + width: auto; + } + .row-cols-lg-1 > * { + flex: 0 0 auto; + width: 100%; + } + .row-cols-lg-2 > * { + flex: 0 0 auto; + width: 50%; + } + .row-cols-lg-3 > * { + flex: 0 0 auto; + width: 33.33333333%; + } + .row-cols-lg-4 > * { + flex: 0 0 auto; + width: 25%; + } + .row-cols-lg-5 > * { + flex: 0 0 auto; + width: 20%; + } + .row-cols-lg-6 > * { + flex: 0 0 auto; + width: 16.66666667%; + } + .col-lg-auto { + flex: 0 0 auto; + width: auto; + } + .col-lg-1 { + flex: 0 0 auto; + width: 8.33333333%; + } + .col-lg-2 { + flex: 0 0 auto; + width: 16.66666667%; + } + .col-lg-3 { + flex: 0 0 auto; + width: 25%; + } + .col-lg-4 { + flex: 0 0 auto; + width: 33.33333333%; + } + .col-lg-5 { + flex: 0 0 auto; + width: 41.66666667%; + } + .col-lg-6 { + flex: 0 0 auto; + width: 50%; + } + .col-lg-7 { + flex: 0 0 auto; + width: 58.33333333%; + } + .col-lg-8 { + flex: 0 0 auto; + width: 66.66666667%; + } + .col-lg-9 { + flex: 0 0 auto; + width: 75%; + } + .col-lg-10 { + flex: 0 0 auto; + width: 83.33333333%; + } + .col-lg-11 { + flex: 0 0 auto; + width: 91.66666667%; + } + .col-lg-12 { + flex: 0 0 auto; + width: 100%; + } + .offset-lg-0 { + margin-left: 0; + } + .offset-lg-1 { + margin-left: 8.33333333%; + } + .offset-lg-2 { + margin-left: 16.66666667%; + } + .offset-lg-3 { + margin-left: 25%; + } + .offset-lg-4 { + margin-left: 33.33333333%; + } + .offset-lg-5 { + margin-left: 41.66666667%; + } + .offset-lg-6 { + margin-left: 50%; + } + .offset-lg-7 { + margin-left: 58.33333333%; + } + .offset-lg-8 { + margin-left: 66.66666667%; + } + .offset-lg-9 { + margin-left: 75%; + } + .offset-lg-10 { + margin-left: 83.33333333%; + } + .offset-lg-11 { + margin-left: 91.66666667%; + } + .g-lg-0, +.gx-lg-0 { + --bs-gutter-x: 0rem; + } + .g-lg-0, +.gy-lg-0 { + --bs-gutter-y: 0rem; + } + .g-lg-1, +.gx-lg-1 { + --bs-gutter-x: 0.495rem; + } + .g-lg-1, +.gy-lg-1 { + --bs-gutter-y: 0.495rem; + } + .g-lg-2, +.gx-lg-2 { + --bs-gutter-x: 0.75rem; + } + .g-lg-2, +.gy-lg-2 { + --bs-gutter-y: 0.75rem; + } + .g-lg-3, +.gx-lg-3 { + --bs-gutter-x: 0.9975rem; + } + .g-lg-3, +.gy-lg-3 { + --bs-gutter-y: 0.9975rem; + } + .g-lg-4, +.gx-lg-4 { + --bs-gutter-x: 1.5rem; + } + .g-lg-4, +.gy-lg-4 { + --bs-gutter-y: 1.5rem; + } + .g-lg-5, +.gx-lg-5 { + --bs-gutter-x: 2.1255rem; + } + .g-lg-5, +.gy-lg-5 { + --bs-gutter-y: 2.1255rem; + } + .g-lg-6, +.gx-lg-6 { + --bs-gutter-x: 3rem; + } + .g-lg-6, +.gy-lg-6 { + --bs-gutter-y: 3rem; + } + .g-lg-7, +.gx-lg-7 { + --bs-gutter-x: 3.9975rem; + } + .g-lg-7, +.gy-lg-7 { + --bs-gutter-y: 3.9975rem; + } + .g-lg-8, +.gx-lg-8 { + --bs-gutter-x: 4.5rem; + } + .g-lg-8, +.gy-lg-8 { + --bs-gutter-y: 4.5rem; + } + .g-lg-9, +.gx-lg-9 { + --bs-gutter-x: 6rem; + } + .g-lg-9, +.gy-lg-9 { + --bs-gutter-y: 6rem; + } + .g-lg-10, +.gx-lg-10 { + --bs-gutter-x: 7.875rem; + } + .g-lg-10, +.gy-lg-10 { + --bs-gutter-y: 7.875rem; + } +} +@media (min-width: 1200px) { + .col-xl { + flex: 1 0 0%; + } + .row-cols-xl-auto > * { + flex: 0 0 auto; + width: auto; + } + .row-cols-xl-1 > * { + flex: 0 0 auto; + width: 100%; + } + .row-cols-xl-2 > * { + flex: 0 0 auto; + width: 50%; + } + .row-cols-xl-3 > * { + flex: 0 0 auto; + width: 33.33333333%; + } + .row-cols-xl-4 > * { + flex: 0 0 auto; + width: 25%; + } + .row-cols-xl-5 > * { + flex: 0 0 auto; + width: 20%; + } + .row-cols-xl-6 > * { + flex: 0 0 auto; + width: 16.66666667%; + } + .col-xl-auto { + flex: 0 0 auto; + width: auto; + } + .col-xl-1 { + flex: 0 0 auto; + width: 8.33333333%; + } + .col-xl-2 { + flex: 0 0 auto; + width: 16.66666667%; + } + .col-xl-3 { + flex: 0 0 auto; + width: 25%; + } + .col-xl-4 { + flex: 0 0 auto; + width: 33.33333333%; + } + .col-xl-5 { + flex: 0 0 auto; + width: 41.66666667%; + } + .col-xl-6 { + flex: 0 0 auto; + width: 50%; + } + .col-xl-7 { + flex: 0 0 auto; + width: 58.33333333%; + } + .col-xl-8 { + flex: 0 0 auto; + width: 66.66666667%; + } + .col-xl-9 { + flex: 0 0 auto; + width: 75%; + } + .col-xl-10 { + flex: 0 0 auto; + width: 83.33333333%; + } + .col-xl-11 { + flex: 0 0 auto; + width: 91.66666667%; + } + .col-xl-12 { + flex: 0 0 auto; + width: 100%; + } + .offset-xl-0 { + margin-left: 0; + } + .offset-xl-1 { + margin-left: 8.33333333%; + } + .offset-xl-2 { + margin-left: 16.66666667%; + } + .offset-xl-3 { + margin-left: 25%; + } + .offset-xl-4 { + margin-left: 33.33333333%; + } + .offset-xl-5 { + margin-left: 41.66666667%; + } + .offset-xl-6 { + margin-left: 50%; + } + .offset-xl-7 { + margin-left: 58.33333333%; + } + .offset-xl-8 { + margin-left: 66.66666667%; + } + .offset-xl-9 { + margin-left: 75%; + } + .offset-xl-10 { + margin-left: 83.33333333%; + } + .offset-xl-11 { + margin-left: 91.66666667%; + } + .g-xl-0, +.gx-xl-0 { + --bs-gutter-x: 0rem; + } + .g-xl-0, +.gy-xl-0 { + --bs-gutter-y: 0rem; + } + .g-xl-1, +.gx-xl-1 { + --bs-gutter-x: 0.495rem; + } + .g-xl-1, +.gy-xl-1 { + --bs-gutter-y: 0.495rem; + } + .g-xl-2, +.gx-xl-2 { + --bs-gutter-x: 0.75rem; + } + .g-xl-2, +.gy-xl-2 { + --bs-gutter-y: 0.75rem; + } + .g-xl-3, +.gx-xl-3 { + --bs-gutter-x: 0.9975rem; + } + .g-xl-3, +.gy-xl-3 { + --bs-gutter-y: 0.9975rem; + } + .g-xl-4, +.gx-xl-4 { + --bs-gutter-x: 1.5rem; + } + .g-xl-4, +.gy-xl-4 { + --bs-gutter-y: 1.5rem; + } + .g-xl-5, +.gx-xl-5 { + --bs-gutter-x: 2.1255rem; + } + .g-xl-5, +.gy-xl-5 { + --bs-gutter-y: 2.1255rem; + } + .g-xl-6, +.gx-xl-6 { + --bs-gutter-x: 3rem; + } + .g-xl-6, +.gy-xl-6 { + --bs-gutter-y: 3rem; + } + .g-xl-7, +.gx-xl-7 { + --bs-gutter-x: 3.9975rem; + } + .g-xl-7, +.gy-xl-7 { + --bs-gutter-y: 3.9975rem; + } + .g-xl-8, +.gx-xl-8 { + --bs-gutter-x: 4.5rem; + } + .g-xl-8, +.gy-xl-8 { + --bs-gutter-y: 4.5rem; + } + .g-xl-9, +.gx-xl-9 { + --bs-gutter-x: 6rem; + } + .g-xl-9, +.gy-xl-9 { + --bs-gutter-y: 6rem; + } + .g-xl-10, +.gx-xl-10 { + --bs-gutter-x: 7.875rem; + } + .g-xl-10, +.gy-xl-10 { + --bs-gutter-y: 7.875rem; + } +} +.container, +.container-fluid, +.container-xl, +.container-lg, +.container-md, +.container-sm { + --bs-gutter-x: 30px; + --bs-gutter-y: 0; + width: 100%; + padding-right: calc(var(--bs-gutter-x) * 0.5); + padding-left: calc(var(--bs-gutter-x) * 0.5); + margin-right: auto; + margin-left: auto; +} + +@media (min-width: 576px) { + .container-sm, .container { + max-width: 540px; + } +} +@media (min-width: 768px) { + .container-md, .container-sm, .container { + max-width: 720px; + } +} +@media (min-width: 992px) { + .container-lg, .container-md, .container-sm, .container { + max-width: 960px; + } +} +@media (min-width: 1200px) { + .container-xl, .container-lg, .container-md, .container-sm, .container { + max-width: 1140px; + } +} +.table { + --bs-table-color-type: initial; + --bs-table-bg-type: initial; + --bs-table-color-state: initial; + --bs-table-bg-state: initial; + --bs-table-color: #3c3c3c; + --bs-table-bg: ; + --bs-table-border-color: #f0f0f0; + --bs-table-accent-bg: white; + --bs-table-striped-color: #3c3c3c; + --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05); + --bs-table-active-color: #3c3c3c; + --bs-table-active-bg: rgba(0, 0, 0, 0.075); + --bs-table-hover-color: #3c3c3c; + --bs-table-hover-bg: rgba(0, 0, 0, 0.075); + width: 100%; + margin-bottom: 1.5rem; + vertical-align: top; + border-color: var(--bs-table-border-color); +} +.table > :not(caption) > * > * { + padding: 0.5rem 0.5rem; + color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color))); + background-color: var(--bs-table-bg); + border-bottom-width: 1px; + box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg))); +} +.table > tbody { + vertical-align: inherit; +} +.table > thead { + vertical-align: bottom; +} + +.table-group-divider { + border-top: calc(1px * 2) solid currentcolor; +} + +.caption-top { + caption-side: top; +} + +.table-sm > :not(caption) > * > * { + padding: 0.25rem 0.25rem; +} + +.table-bordered > :not(caption) > * { + border-width: 1px 0; +} +.table-bordered > :not(caption) > * > * { + border-width: 0 1px; +} + +.table-borderless > :not(caption) > * > * { + border-bottom-width: 0; +} +.table-borderless > :not(:first-child) { + border-top-width: 0; +} + +.table-striped > tbody > tr:nth-of-type(odd) > * { + --bs-table-color-type: var(--bs-table-striped-color); + --bs-table-bg-type: var(--bs-table-striped-bg); +} + +.table-striped-columns > :not(caption) > tr > :nth-child(even) { + --bs-table-color-type: var(--bs-table-striped-color); + --bs-table-bg-type: var(--bs-table-striped-bg); +} + +.table-active { + --bs-table-color-state: var(--bs-table-active-color); + --bs-table-bg-state: var(--bs-table-active-bg); +} + +.table-hover > tbody > tr:hover > * { + --bs-table-color-state: var(--bs-table-hover-color); + --bs-table-bg-state: var(--bs-table-hover-bg); +} + +.table-primary { + --bs-table-color: #000; + --bs-table-bg: #d3eafd; + --bs-table-border-color: #a9bbca; + --bs-table-striped-bg: #c8def0; + --bs-table-striped-color: #000; + --bs-table-active-bg: #bed3e4; + --bs-table-active-color: #000; + --bs-table-hover-bg: #c3d8ea; + --bs-table-hover-color: #000; + color: var(--bs-table-color); + border-color: var(--bs-table-border-color); +} + +.table-secondary { + --bs-table-color: #000; + --bs-table-bg: #e4e4e4; + --bs-table-border-color: #b6b6b6; + --bs-table-striped-bg: #d9d9d9; + --bs-table-striped-color: #000; + --bs-table-active-bg: #cdcdcd; + --bs-table-active-color: #000; + --bs-table-hover-bg: lightgray; + --bs-table-hover-color: #000; + color: var(--bs-table-color); + border-color: var(--bs-table-border-color); +} + +.table-success { + --bs-table-color: #000; + --bs-table-bg: #ddf2e2; + --bs-table-border-color: #b1c2b5; + --bs-table-striped-bg: #d2e6d7; + --bs-table-striped-color: #000; + --bs-table-active-bg: #c7dacb; + --bs-table-active-color: #000; + --bs-table-hover-bg: #cce0d1; + --bs-table-hover-color: #000; + color: var(--bs-table-color); + border-color: var(--bs-table-border-color); +} + +.table-info { + --bs-table-color: #000; + --bs-table-bg: #d1ecf1; + --bs-table-border-color: #a7bdc1; + --bs-table-striped-bg: #c7e0e5; + --bs-table-striped-color: #000; + --bs-table-active-bg: #bcd4d9; + --bs-table-active-color: #000; + --bs-table-hover-bg: #c1dadf; + --bs-table-hover-color: #000; + color: var(--bs-table-color); + border-color: var(--bs-table-border-color); +} + +.table-warning { + --bs-table-color: #000; + --bs-table-bg: #fff3cd; + --bs-table-border-color: #ccc2a4; + --bs-table-striped-bg: #f2e7c3; + --bs-table-striped-color: #000; + --bs-table-active-bg: #e6dbb9; + --bs-table-active-color: #000; + --bs-table-hover-bg: #ece1be; + --bs-table-hover-color: #000; + color: var(--bs-table-color); + border-color: var(--bs-table-border-color); +} + +.table-danger { + --bs-table-color: #000; + --bs-table-bg: #f8d7da; + --bs-table-border-color: #c6acae; + --bs-table-striped-bg: #eccccf; + --bs-table-striped-color: #000; + --bs-table-active-bg: #dfc2c4; + --bs-table-active-color: #000; + --bs-table-hover-bg: #e5c7ca; + --bs-table-hover-color: #000; + color: var(--bs-table-color); + border-color: var(--bs-table-border-color); +} + +.table-light { + --bs-table-color: #000; + --bs-table-bg: #f0f0f0; + --bs-table-border-color: silver; + --bs-table-striped-bg: #e4e4e4; + --bs-table-striped-color: #000; + --bs-table-active-bg: #d8d8d8; + --bs-table-active-color: #000; + --bs-table-hover-bg: #dedede; + --bs-table-hover-color: #000; + color: var(--bs-table-color); + border-color: var(--bs-table-border-color); +} + +.table-dark { + --bs-table-color: #fff; + --bs-table-bg: #505050; + --bs-table-border-color: #737373; + --bs-table-striped-bg: #595959; + --bs-table-striped-color: #fff; + --bs-table-active-bg: #626262; + --bs-table-active-color: #fff; + --bs-table-hover-bg: #5d5d5d; + --bs-table-hover-color: #fff; + color: var(--bs-table-color); + border-color: var(--bs-table-border-color); +} + +.table-responsive { + overflow-x: auto; + -webkit-overflow-scrolling: touch; +} + +@media (max-width: 575.98px) { + .table-responsive-sm { + overflow-x: auto; + -webkit-overflow-scrolling: touch; + } +} +@media (max-width: 767.98px) { + .table-responsive-md { + overflow-x: auto; + -webkit-overflow-scrolling: touch; + } +} +@media (max-width: 991.98px) { + .table-responsive-lg { + overflow-x: auto; + -webkit-overflow-scrolling: touch; + } +} +@media (max-width: 1199.98px) { + .table-responsive-xl { + overflow-x: auto; + -webkit-overflow-scrolling: touch; + } +} +.form-label { + margin-bottom: 0.5rem; +} + +.col-form-label { + padding-top: calc(0.5rem + 1px); + padding-bottom: calc(0.5rem + 1px); + margin-bottom: 0; + font-size: inherit; + line-height: 1.75; +} + +.col-form-label-lg { + padding-top: calc(1rem + 1px); + padding-bottom: calc(1rem + 1px); + font-size: 1.25rem; +} + +.col-form-label-sm { + padding-top: calc(0.25rem + 1px); + padding-bottom: calc(0.25rem + 1px); + font-size: 0.875rem; +} + +.form-text { + margin-top: 0.25rem; + font-size: 80%; + color: var(--bs-secondary-color); +} + +.form-control { + display: block; + width: 100%; + padding: 0.5rem 1.25rem; + font-size: 1rem; + font-weight: 400; + line-height: 1.75; + color: #495057; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + background-color: #fff; + background-clip: padding-box; + border: 1px solid #c8c8c8; + border-radius: 2px; + transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .form-control { + transition: none; + } +} +.form-control[type=file] { + overflow: hidden; +} +.form-control[type=file]:not(:disabled):not([readonly]) { + cursor: pointer; +} +.form-control:focus { + color: #495057; + background-color: #fff; + border-color: #59b0f6; + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25); +} +.form-control::-webkit-date-and-time-value { + min-width: 85px; + height: 1.75em; + margin: 0; +} +.form-control::-webkit-datetime-edit { + display: block; + padding: 0; +} +.form-control::-moz-placeholder { + color: #787878; + opacity: 1; +} +.form-control::placeholder { + color: #787878; + opacity: 1; +} +.form-control:disabled { + background-color: #f0f0f0; + opacity: 1; +} +.form-control::file-selector-button { + padding: 0.5rem 1.25rem; + margin: -0.5rem -1.25rem; + margin-inline-end: 1.25rem; + color: #495057; + background-color: var(--bs-tertiary-bg); + pointer-events: none; + border-color: inherit; + border-style: solid; + border-width: 0; + border-inline-end-width: 1px; + border-radius: 0; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .form-control::file-selector-button { + transition: none; + } +} +.form-control:hover:not(:disabled):not([readonly])::file-selector-button { + background-color: var(--bs-secondary-bg); +} + +.form-control-plaintext { + display: block; + width: 100%; + padding: 0.5rem 0; + margin-bottom: 0; + line-height: 1.75; + color: #3c3c3c; + background-color: transparent; + border: solid transparent; + border-width: 1px 0; +} +.form-control-plaintext:focus { + outline: 0; +} +.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg { + padding-right: 0; + padding-left: 0; +} + +.form-control-sm { + min-height: calc(1.75em + 0.5rem + 2px); + padding: 0.25rem 0.5rem; + font-size: 0.875rem; + border-radius: 2px; +} +.form-control-sm::file-selector-button { + padding: 0.25rem 0.5rem; + margin: -0.25rem -0.5rem; + margin-inline-end: 0.5rem; +} + +.form-control-lg { + min-height: calc(1em + 2rem + 2px); + padding: 1rem 0.875rem; + font-size: 1.25rem; + border-radius: 4px; +} +.form-control-lg::file-selector-button { + padding: 1rem 0.875rem; + margin: -1rem -0.875rem; + margin-inline-end: 0.875rem; +} + +textarea.form-control { + min-height: calc(1.75em + 1rem + 2px); +} +textarea.form-control-sm { + min-height: calc(1.75em + 0.5rem + 2px); +} +textarea.form-control-lg { + min-height: calc(1em + 2rem + 2px); +} + +.form-control-color { + width: 3rem; + height: calc(1.75em + 1rem + 2px); + padding: 0.5rem; +} +.form-control-color:not(:disabled):not([readonly]) { + cursor: pointer; +} +.form-control-color::-moz-color-swatch { + border: 0 !important; + border-radius: 2px; +} +.form-control-color::-webkit-color-swatch { + border: 0 !important; + border-radius: 2px; +} +.form-control-color.form-control-sm { + height: calc(1.75em + 0.5rem + 2px); +} +.form-control-color.form-control-lg { + height: calc(1em + 2rem + 2px); +} + +.form-select { + --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23505050' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"); + display: block; + width: 100%; + padding: 0.5rem 3.75rem 0.5rem 1.25rem; + font-size: 1rem; + font-weight: 400; + line-height: 1.75; + color: #495057; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + background-color: #fff; + background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none); + background-repeat: no-repeat; + background-position: right 1.25rem center; + background-size: 16px 12px; + border: 1px solid #c8c8c8; + border-radius: 2px; + transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .form-select { + transition: none; + } +} +.form-select:focus { + border-color: tint-color(#2196f3, 25%); + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25); +} +.form-select[multiple], .form-select[size]:not([size="1"]) { + padding-right: 1.25rem; + background-image: none; +} +.form-select:disabled { + background-color: #f0f0f0; +} +.form-select:-moz-focusring { + color: transparent; + text-shadow: 0 0 0 #495057; +} + +.form-select-sm { + padding-top: 0.25rem; + padding-bottom: 0.25rem; + padding-left: 0.5rem; + font-size: 0.875rem; + border-radius: 2px; +} + +.form-select-lg { + padding-top: 1rem; + padding-bottom: 1rem; + padding-left: 0.875rem; + font-size: 1.25rem; + border-radius: 4px; +} + +[data-bs-theme=dark] .form-select { + --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ddd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"); +} + +.form-check { + display: block; + min-height: 1.75rem; + padding-left: 1.5em; + margin-bottom: 0.125rem; +} +.form-check .form-check-input { + float: left; + margin-left: -1.5em; +} + +.form-check-reverse { + padding-right: 1.5em; + padding-left: 0; + text-align: right; +} +.form-check-reverse .form-check-input { + float: right; + margin-right: -1.5em; + margin-left: 0; +} + +.form-check-input { + --bs-form-check-bg: #fff; + flex-shrink: 0; + width: 1em; + height: 1em; + margin-top: 0.375em; + vertical-align: top; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + background-color: var(--bs-form-check-bg); + background-image: var(--bs-form-check-bg-image); + background-repeat: no-repeat; + background-position: center; + background-size: contain; + border: var(--bs-border-width) solid var(--bs-border-color); + -webkit-print-color-adjust: exact; + print-color-adjust: exact; +} +.form-check-input[type=checkbox] { + border-radius: 0.25em; +} +.form-check-input[type=radio] { + border-radius: 50%; +} +.form-check-input:active { + filter: brightness(90%); +} +.form-check-input:focus { + border-color: tint-color(#2196f3, 25%); + outline: 0; + box-shadow: 0 0 0 0.25rem rgba(33, 150, 243, 0.25); +} +.form-check-input:checked { + background-color: #2196f3; + border-color: #2196f3; +} +.form-check-input:checked[type=checkbox] { + --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"); +} +.form-check-input:checked[type=radio] { + --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); +} +.form-check-input[type=checkbox]:indeterminate { + background-color: #2196f3; + border-color: #2196f3; + --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); +} +.form-check-input:disabled { + pointer-events: none; + filter: none; + opacity: 0.5; +} +.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label { + cursor: default; + opacity: 0.5; +} + +.form-switch { + padding-left: 2.5em; +} +.form-switch .form-check-input { + --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e"); + width: 2em; + margin-left: -2.5em; + background-image: var(--bs-form-switch-bg); + background-position: left center; + border-radius: 2em; + transition: background-position 0.15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .form-switch .form-check-input { + transition: none; + } +} +.form-switch .form-check-input:focus { + --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='tint-color%28%232196f3, 25%%29'/%3e%3c/svg%3e"); +} +.form-switch .form-check-input:checked { + background-position: right center; + --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); +} +.form-switch.form-check-reverse { + padding-right: 2.5em; + padding-left: 0; +} +.form-switch.form-check-reverse .form-check-input { + margin-right: -2.5em; + margin-left: 0; +} + +.form-check-inline { + display: inline-block; + margin-right: 1rem; +} + +.btn-check { + position: absolute; + clip: rect(0, 0, 0, 0); + pointer-events: none; +} +.btn-check[disabled] + .btn, .btn-check:disabled + .btn { + pointer-events: none; + filter: none; + opacity: 0.65; +} + +[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) { + --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e"); +} + +.form-range { + width: 100%; + height: 1.4rem; + padding: 0; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + background-color: transparent; +} +.form-range:focus { + outline: 0; +} +.form-range:focus::-webkit-slider-thumb { + box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(33, 150, 243, 0.25); +} +.form-range:focus::-moz-range-thumb { + box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(33, 150, 243, 0.25); +} +.form-range::-moz-focus-outer { + border: 0; +} +.form-range::-webkit-slider-thumb { + width: 1rem; + height: 1rem; + margin-top: -0.25rem; + -webkit-appearance: none; + appearance: none; + background-color: #2196f3; + border: 0; + border-radius: 1rem; + -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .form-range::-webkit-slider-thumb { + -webkit-transition: none; + transition: none; + } +} +.form-range::-webkit-slider-thumb:active { + background-color: #bce0fb; +} +.form-range::-webkit-slider-runnable-track { + width: 100%; + height: 0.5rem; + color: transparent; + cursor: pointer; + background-color: var(--bs-secondary-bg); + border-color: transparent; + border-radius: 1rem; +} +.form-range::-moz-range-thumb { + width: 1rem; + height: 1rem; + -moz-appearance: none; + appearance: none; + background-color: #2196f3; + border: 0; + border-radius: 1rem; + -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .form-range::-moz-range-thumb { + -moz-transition: none; + transition: none; + } +} +.form-range::-moz-range-thumb:active { + background-color: #bce0fb; +} +.form-range::-moz-range-track { + width: 100%; + height: 0.5rem; + color: transparent; + cursor: pointer; + background-color: var(--bs-secondary-bg); + border-color: transparent; + border-radius: 1rem; +} +.form-range:disabled { + pointer-events: none; +} +.form-range:disabled::-webkit-slider-thumb { + background-color: var(--bs-secondary-color); +} +.form-range:disabled::-moz-range-thumb { + background-color: var(--bs-secondary-color); +} + +.form-floating { + position: relative; +} +.form-floating > .form-control, +.form-floating > .form-control-plaintext, +.form-floating > .form-select { + height: calc(3.5rem + 2px); + min-height: calc(3.5rem + 2px); + line-height: 1.25; +} +.form-floating > label { + position: absolute; + top: 0; + left: 0; + z-index: 2; + height: 100%; + padding: 1rem 1.25rem; + overflow: hidden; + text-align: start; + text-overflow: ellipsis; + white-space: nowrap; + pointer-events: none; + border: 1px solid transparent; + transform-origin: 0 0; + transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .form-floating > label { + transition: none; + } +} +.form-floating > .form-control, +.form-floating > .form-control-plaintext { + padding: 1rem 1.25rem; +} +.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder { + color: transparent; +} +.form-floating > .form-control::placeholder, +.form-floating > .form-control-plaintext::placeholder { + color: transparent; +} +.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) { + padding-top: 1.625rem; + padding-bottom: 0.625rem; +} +.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown), +.form-floating > .form-control-plaintext:focus, +.form-floating > .form-control-plaintext:not(:placeholder-shown) { + padding-top: 1.625rem; + padding-bottom: 0.625rem; +} +.form-floating > .form-control:-webkit-autofill, +.form-floating > .form-control-plaintext:-webkit-autofill { + padding-top: 1.625rem; + padding-bottom: 0.625rem; +} +.form-floating > .form-select { + padding-top: 1.625rem; + padding-bottom: 0.625rem; +} +.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label { + color: rgba(var(--bs-body-color-rgb), 0.65); + transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); +} +.form-floating > .form-control:focus ~ label, +.form-floating > .form-control:not(:placeholder-shown) ~ label, +.form-floating > .form-control-plaintext ~ label, +.form-floating > .form-select ~ label { + color: rgba(var(--bs-body-color-rgb), 0.65); + transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); +} +.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after { + position: absolute; + inset: 1rem 0.625rem; + z-index: -1; + height: 1.5em; + content: ""; + background-color: #fff; + border-radius: 2px; +} +.form-floating > .form-control:focus ~ label::after, +.form-floating > .form-control:not(:placeholder-shown) ~ label::after, +.form-floating > .form-control-plaintext ~ label::after, +.form-floating > .form-select ~ label::after { + position: absolute; + inset: 1rem 0.625rem; + z-index: -1; + height: 1.5em; + content: ""; + background-color: #fff; + border-radius: 2px; +} +.form-floating > .form-control:-webkit-autofill ~ label { + color: rgba(var(--bs-body-color-rgb), 0.65); + transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); +} +.form-floating > .form-control-plaintext ~ label { + border-width: 1px 0; +} +.form-floating > :disabled ~ label, +.form-floating > .form-control:disabled ~ label { + color: #787878; +} +.form-floating > :disabled ~ label::after, +.form-floating > .form-control:disabled ~ label::after { + background-color: #f0f0f0; +} + +.input-group { + position: relative; + display: flex; + flex-wrap: wrap; + align-items: stretch; + width: 100%; +} +.input-group > .form-control, +.input-group > .form-select, +.input-group > .form-floating { + position: relative; + flex: 1 1 auto; + width: 1%; + min-width: 0; +} +.input-group > .form-control:focus, +.input-group > .form-select:focus, +.input-group > .form-floating:focus-within { + z-index: 5; +} +.input-group .btn { + position: relative; + z-index: 2; +} +.input-group .btn:focus { + z-index: 5; +} + +.input-group-text { + display: flex; + align-items: center; + padding: 0.5rem 1.25rem; + font-size: 1rem; + font-weight: 400; + line-height: 1.75; + color: #495057; + text-align: center; + white-space: nowrap; + background-color: #f0f0f0; + border: 1px solid #c8c8c8; + border-radius: 2px; +} + +.input-group-lg > .form-control, +.input-group-lg > .form-select, +.input-group-lg > .input-group-text, +.input-group-lg > .btn { + padding: 1rem 0.875rem; + font-size: 1.25rem; + border-radius: 4px; +} + +.input-group-sm > .form-control, +.input-group-sm > .form-select, +.input-group-sm > .input-group-text, +.input-group-sm > .btn { + padding: 0.25rem 0.5rem; + font-size: 0.875rem; + border-radius: 2px; +} + +.input-group-lg > .form-select, +.input-group-sm > .form-select { + padding-right: 5rem; +} + +.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), +.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), +.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, +.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), +.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), +.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control, +.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) { + margin-left: calc(1px * -1); + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} +.input-group > .form-floating:not(:first-child) > .form-control, +.input-group > .form-floating:not(:first-child) > .form-select { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +.valid-feedback { + display: none; + width: 100%; + margin-top: 0.25rem; + font-size: 80%; + color: #53BE6D; +} + +.valid-tooltip { + position: absolute; + top: 100%; + z-index: 5; + display: none; + max-width: 100%; + padding: 0.25rem 0.5rem; + margin-top: 0.1rem; + font-size: 0.875rem; + line-height: 1.75; + color: #000; + background-color: rgba(83, 190, 109, 0.9); + border-radius: 2px; +} + +.was-validated :valid ~ .valid-feedback, +.was-validated :valid ~ .valid-tooltip, +.is-valid ~ .valid-feedback, +.is-valid ~ .valid-tooltip { + display: block; +} + +.was-validated .form-control:valid, .form-control.is-valid { + border-color: #53BE6D; + padding-right: calc(1.75em + 1rem); + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'3e%3cpath fill='%2353BE6D' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/3e%3c/svg%3e"); + background-repeat: no-repeat; + background-position: right calc(0.4375em + 0.25rem) center; + background-size: calc(0.875em + 0.5rem) calc(0.875em + 0.5rem); +} +.was-validated .form-control:valid:focus, .form-control.is-valid:focus { + border-color: #53BE6D; + box-shadow: 0 0 0 0.2rem rgba(83, 190, 109, 0.25); +} + +.was-validated textarea.form-control:valid, textarea.form-control.is-valid { + padding-right: calc(1.75em + 1rem); + background-position: top calc(0.4375em + 0.25rem) right calc(0.4375em + 0.25rem); +} + +.was-validated .form-select:valid, .form-select.is-valid { + border-color: #53BE6D; +} +.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] { + --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'3e%3cpath fill='%2353BE6D' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/3e%3c/svg%3e"); + padding-right: 6.875rem; + background-position: right 1.25rem center, center right 3.75rem; + background-size: 16px 12px, calc(0.875em + 0.5rem) calc(0.875em + 0.5rem); +} +.was-validated .form-select:valid:focus, .form-select.is-valid:focus { + border-color: #53BE6D; + box-shadow: 0 0 0 0.2rem rgba(83, 190, 109, 0.25); +} + +.was-validated .form-control-color:valid, .form-control-color.is-valid { + width: calc(3rem + calc(1.75em + 1rem)); +} + +.was-validated .form-check-input:valid, .form-check-input.is-valid { + border-color: #53BE6D; +} +.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked { + background-color: #53BE6D; +} +.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus { + box-shadow: 0 0 0 0.2rem rgba(83, 190, 109, 0.25); +} +.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label { + color: #53BE6D; +} + +.form-check-inline .form-check-input ~ .valid-feedback { + margin-left: 0.5em; +} + +.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, +.was-validated .input-group > .form-select:not(:focus):valid, +.input-group > .form-select:not(:focus).is-valid, +.was-validated .input-group > .form-floating:not(:focus-within):valid, +.input-group > .form-floating:not(:focus-within).is-valid { + z-index: 3; +} + +.invalid-feedback { + display: none; + width: 100%; + margin-top: 0.25rem; + font-size: 80%; + color: #dc3545; +} + +.invalid-tooltip { + position: absolute; + top: 100%; + z-index: 5; + display: none; + max-width: 100%; + padding: 0.25rem 0.5rem; + margin-top: 0.1rem; + font-size: 0.875rem; + line-height: 1.75; + color: #fff; + background-color: rgba(220, 53, 69, 0.9); + border-radius: 2px; +} + +.was-validated :invalid ~ .invalid-feedback, +.was-validated :invalid ~ .invalid-tooltip, +.is-invalid ~ .invalid-feedback, +.is-invalid ~ .invalid-tooltip { + display: block; +} + +.was-validated .form-control:invalid, .form-control.is-invalid { + border-color: #dc3545; + padding-right: calc(1.75em + 1rem); + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/3e%3ccircle r='.5'/3e%3ccircle cx='3' r='.5'/3e%3ccircle cy='3' r='.5'/3e%3ccircle cx='3' cy='3' r='.5'/3e%3c/svg%3e"); + background-repeat: no-repeat; + background-position: right calc(0.4375em + 0.25rem) center; + background-size: calc(0.875em + 0.5rem) calc(0.875em + 0.5rem); +} +.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus { + border-color: #dc3545; + box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); +} + +.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid { + padding-right: calc(1.75em + 1rem); + background-position: top calc(0.4375em + 0.25rem) right calc(0.4375em + 0.25rem); +} + +.was-validated .form-select:invalid, .form-select.is-invalid { + border-color: #dc3545; +} +.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] { + --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/3e%3ccircle r='.5'/3e%3ccircle cx='3' r='.5'/3e%3ccircle cy='3' r='.5'/3e%3ccircle cx='3' cy='3' r='.5'/3e%3c/svg%3e"); + padding-right: 6.875rem; + background-position: right 1.25rem center, center right 3.75rem; + background-size: 16px 12px, calc(0.875em + 0.5rem) calc(0.875em + 0.5rem); +} +.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus { + border-color: #dc3545; + box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); +} + +.was-validated .form-control-color:invalid, .form-control-color.is-invalid { + width: calc(3rem + calc(1.75em + 1rem)); +} + +.was-validated .form-check-input:invalid, .form-check-input.is-invalid { + border-color: #dc3545; +} +.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked { + background-color: #dc3545; +} +.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus { + box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); +} +.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label { + color: #dc3545; +} + +.form-check-inline .form-check-input ~ .invalid-feedback { + margin-left: 0.5em; +} + +.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, +.was-validated .input-group > .form-select:not(:focus):invalid, +.input-group > .form-select:not(:focus).is-invalid, +.was-validated .input-group > .form-floating:not(:focus-within):invalid, +.input-group > .form-floating:not(:focus-within).is-invalid { + z-index: 4; +} + +.btn { + --bs-btn-padding-x: 1.25rem; + --bs-btn-padding-y: 0.5rem; + --bs-btn-font-family: ; + --bs-btn-font-size: 1rem; + --bs-btn-font-weight: 400; + --bs-btn-line-height: 1.75; + --bs-btn-color: var(--bs-body-color); + --bs-btn-bg: transparent; + --bs-btn-border-width: 1px; + --bs-btn-border-color: transparent; + --bs-btn-border-radius: 0px; + --bs-btn-hover-border-color: transparent; + --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); + --bs-btn-disabled-opacity: 0.65; + --bs-btn-focus-box-shadow: 0 0 0 0.2rem rgba(var(--bs-btn-focus-shadow-rgb), .5); + display: inline-block; + padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x); + font-family: var(--bs-btn-font-family); + font-size: var(--bs-btn-font-size); + font-weight: var(--bs-btn-font-weight); + line-height: var(--bs-btn-line-height); + color: var(--bs-btn-color); + text-align: center; + vertical-align: middle; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + border: var(--bs-btn-border-width) solid var(--bs-btn-border-color); + border-radius: var(--bs-btn-border-radius); + background-color: var(--bs-btn-bg); + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .btn { + transition: none; + } +} +.btn:hover { + color: var(--bs-btn-hover-color); + text-decoration: none; + background-color: var(--bs-btn-hover-bg); + border-color: var(--bs-btn-hover-border-color); +} +.btn-check + .btn:hover { + color: var(--bs-btn-color); + background-color: var(--bs-btn-bg); + border-color: var(--bs-btn-border-color); +} +.btn:focus-visible { + color: var(--bs-btn-hover-color); + background-color: var(--bs-btn-hover-bg); + border-color: var(--bs-btn-hover-border-color); + outline: 0; + box-shadow: var(--bs-btn-focus-box-shadow); +} +.btn-check:focus-visible + .btn { + border-color: var(--bs-btn-hover-border-color); + outline: 0; + box-shadow: var(--bs-btn-focus-box-shadow); +} +.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show { + color: var(--bs-btn-active-color); + background-color: var(--bs-btn-active-bg); + border-color: var(--bs-btn-active-border-color); +} +.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible { + box-shadow: var(--bs-btn-focus-box-shadow); +} +.btn:disabled, .btn.disabled, fieldset:disabled .btn { + color: var(--bs-btn-disabled-color); + pointer-events: none; + background-color: var(--bs-btn-disabled-bg); + border-color: var(--bs-btn-disabled-border-color); + opacity: var(--bs-btn-disabled-opacity); +} + +.btn-primary { + --bs-btn-color: #000; + --bs-btn-bg: #2196f3; + --bs-btn-border-color: #2196f3; + --bs-btn-hover-color: #000; + --bs-btn-hover-bg: #42a6f5; + --bs-btn-hover-border-color: #37a1f4; + --bs-btn-focus-shadow-rgb: 28, 128, 207; + --bs-btn-active-color: #000; + --bs-btn-active-bg: #4dabf5; + --bs-btn-active-border-color: #37a1f4; + --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + --bs-btn-disabled-color: #000; + --bs-btn-disabled-bg: #2196f3; + --bs-btn-disabled-border-color: #2196f3; +} + +.btn-secondary { + --bs-btn-color: #000; + --bs-btn-bg: #787878; + --bs-btn-border-color: #787878; + --bs-btn-hover-color: #000; + --bs-btn-hover-bg: #8c8c8c; + --bs-btn-hover-border-color: #868686; + --bs-btn-focus-shadow-rgb: 102, 102, 102; + --bs-btn-active-color: #000; + --bs-btn-active-bg: #939393; + --bs-btn-active-border-color: #868686; + --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + --bs-btn-disabled-color: #000; + --bs-btn-disabled-bg: #787878; + --bs-btn-disabled-border-color: #787878; +} + +.btn-success { + --bs-btn-color: #000; + --bs-btn-bg: #53BE6D; + --bs-btn-border-color: #53BE6D; + --bs-btn-hover-color: #000; + --bs-btn-hover-bg: #6dc883; + --bs-btn-hover-border-color: #64c57c; + --bs-btn-focus-shadow-rgb: 71, 162, 93; + --bs-btn-active-color: #000; + --bs-btn-active-bg: #75cb8a; + --bs-btn-active-border-color: #64c57c; + --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + --bs-btn-disabled-color: #000; + --bs-btn-disabled-bg: #53BE6D; + --bs-btn-disabled-border-color: #53BE6D; +} + +.btn-info { + --bs-btn-color: #000; + --bs-btn-bg: #17a2b8; + --bs-btn-border-color: #17a2b8; + --bs-btn-hover-color: #000; + --bs-btn-hover-bg: #3ab0c3; + --bs-btn-hover-border-color: #2eabbf; + --bs-btn-focus-shadow-rgb: 20, 138, 156; + --bs-btn-active-color: #000; + --bs-btn-active-bg: #45b5c6; + --bs-btn-active-border-color: #2eabbf; + --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + --bs-btn-disabled-color: #000; + --bs-btn-disabled-bg: #17a2b8; + --bs-btn-disabled-border-color: #17a2b8; +} + +.btn-warning { + --bs-btn-color: #000; + --bs-btn-bg: #ffc107; + --bs-btn-border-color: #ffc107; + --bs-btn-hover-color: #000; + --bs-btn-hover-bg: #ffca2c; + --bs-btn-hover-border-color: #ffc720; + --bs-btn-focus-shadow-rgb: 217, 164, 6; + --bs-btn-active-color: #000; + --bs-btn-active-bg: #ffcd39; + --bs-btn-active-border-color: #ffc720; + --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + --bs-btn-disabled-color: #000; + --bs-btn-disabled-bg: #ffc107; + --bs-btn-disabled-border-color: #ffc107; +} + +.btn-danger { + --bs-btn-color: #fff; + --bs-btn-bg: #dc3545; + --bs-btn-border-color: #dc3545; + --bs-btn-hover-color: #fff; + --bs-btn-hover-bg: #bb2d3b; + --bs-btn-hover-border-color: #b02a37; + --bs-btn-focus-shadow-rgb: 225, 83, 97; + --bs-btn-active-color: #fff; + --bs-btn-active-bg: #b02a37; + --bs-btn-active-border-color: #a52834; + --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + --bs-btn-disabled-color: #fff; + --bs-btn-disabled-bg: #dc3545; + --bs-btn-disabled-border-color: #dc3545; +} + +.btn-light { + --bs-btn-color: #000; + --bs-btn-bg: #f0f0f0; + --bs-btn-border-color: #f0f0f0; + --bs-btn-hover-color: #000; + --bs-btn-hover-bg: #cccccc; + --bs-btn-hover-border-color: silver; + --bs-btn-focus-shadow-rgb: 204, 204, 204; + --bs-btn-active-color: #000; + --bs-btn-active-bg: silver; + --bs-btn-active-border-color: #b4b4b4; + --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + --bs-btn-disabled-color: #000; + --bs-btn-disabled-bg: #f0f0f0; + --bs-btn-disabled-border-color: #f0f0f0; +} + +.btn-lighter { + --bs-btn-color: #000; + --bs-btn-bg: #f9f9f9; + --bs-btn-border-color: #f9f9f9; + --bs-btn-hover-color: #000; + --bs-btn-hover-bg: #fafafa; + --bs-btn-hover-border-color: #fafafa; + --bs-btn-focus-shadow-rgb: 212, 212, 212; + --bs-btn-active-color: #000; + --bs-btn-active-bg: #fafafa; + --bs-btn-active-border-color: #fafafa; + --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + --bs-btn-disabled-color: #000; + --bs-btn-disabled-bg: #f9f9f9; + --bs-btn-disabled-border-color: #f9f9f9; +} + +.btn-dark { + --bs-btn-color: #fff; + --bs-btn-bg: #505050; + --bs-btn-border-color: #505050; + --bs-btn-hover-color: #fff; + --bs-btn-hover-bg: #6a6a6a; + --bs-btn-hover-border-color: #626262; + --bs-btn-focus-shadow-rgb: 106, 106, 106; + --bs-btn-active-color: #fff; + --bs-btn-active-bg: #737373; + --bs-btn-active-border-color: #626262; + --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + --bs-btn-disabled-color: #fff; + --bs-btn-disabled-bg: #505050; + --bs-btn-disabled-border-color: #505050; +} + +.btn-outline-primary { + --bs-btn-color: #2196f3; + --bs-btn-border-color: #2196f3; + --bs-btn-hover-color: #000; + --bs-btn-hover-bg: #2196f3; + --bs-btn-hover-border-color: #2196f3; + --bs-btn-focus-shadow-rgb: 33, 150, 243; + --bs-btn-active-color: #000; + --bs-btn-active-bg: #2196f3; + --bs-btn-active-border-color: #2196f3; + --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + --bs-btn-disabled-color: #2196f3; + --bs-btn-disabled-bg: transparent; + --bs-btn-disabled-border-color: #2196f3; + --bs-gradient: none; +} + +.btn-outline-secondary { + --bs-btn-color: #787878; + --bs-btn-border-color: #787878; + --bs-btn-hover-color: #000; + --bs-btn-hover-bg: #787878; + --bs-btn-hover-border-color: #787878; + --bs-btn-focus-shadow-rgb: 120, 120, 120; + --bs-btn-active-color: #000; + --bs-btn-active-bg: #787878; + --bs-btn-active-border-color: #787878; + --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + --bs-btn-disabled-color: #787878; + --bs-btn-disabled-bg: transparent; + --bs-btn-disabled-border-color: #787878; + --bs-gradient: none; +} + +.btn-outline-success { + --bs-btn-color: #53BE6D; + --bs-btn-border-color: #53BE6D; + --bs-btn-hover-color: #000; + --bs-btn-hover-bg: #53BE6D; + --bs-btn-hover-border-color: #53BE6D; + --bs-btn-focus-shadow-rgb: 83, 190, 109; + --bs-btn-active-color: #000; + --bs-btn-active-bg: #53BE6D; + --bs-btn-active-border-color: #53BE6D; + --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + --bs-btn-disabled-color: #53BE6D; + --bs-btn-disabled-bg: transparent; + --bs-btn-disabled-border-color: #53BE6D; + --bs-gradient: none; +} + +.btn-outline-info { + --bs-btn-color: #17a2b8; + --bs-btn-border-color: #17a2b8; + --bs-btn-hover-color: #000; + --bs-btn-hover-bg: #17a2b8; + --bs-btn-hover-border-color: #17a2b8; + --bs-btn-focus-shadow-rgb: 23, 162, 184; + --bs-btn-active-color: #000; + --bs-btn-active-bg: #17a2b8; + --bs-btn-active-border-color: #17a2b8; + --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + --bs-btn-disabled-color: #17a2b8; + --bs-btn-disabled-bg: transparent; + --bs-btn-disabled-border-color: #17a2b8; + --bs-gradient: none; +} + +.btn-outline-warning { + --bs-btn-color: #ffc107; + --bs-btn-border-color: #ffc107; + --bs-btn-hover-color: #000; + --bs-btn-hover-bg: #ffc107; + --bs-btn-hover-border-color: #ffc107; + --bs-btn-focus-shadow-rgb: 255, 193, 7; + --bs-btn-active-color: #000; + --bs-btn-active-bg: #ffc107; + --bs-btn-active-border-color: #ffc107; + --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + --bs-btn-disabled-color: #ffc107; + --bs-btn-disabled-bg: transparent; + --bs-btn-disabled-border-color: #ffc107; + --bs-gradient: none; +} + +.btn-outline-danger { + --bs-btn-color: #dc3545; + --bs-btn-border-color: #dc3545; + --bs-btn-hover-color: #fff; + --bs-btn-hover-bg: #dc3545; + --bs-btn-hover-border-color: #dc3545; + --bs-btn-focus-shadow-rgb: 220, 53, 69; + --bs-btn-active-color: #fff; + --bs-btn-active-bg: #dc3545; + --bs-btn-active-border-color: #dc3545; + --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + --bs-btn-disabled-color: #dc3545; + --bs-btn-disabled-bg: transparent; + --bs-btn-disabled-border-color: #dc3545; + --bs-gradient: none; +} + +.btn-outline-light { + --bs-btn-color: #f0f0f0; + --bs-btn-border-color: #f0f0f0; + --bs-btn-hover-color: #000; + --bs-btn-hover-bg: #f0f0f0; + --bs-btn-hover-border-color: #f0f0f0; + --bs-btn-focus-shadow-rgb: 240, 240, 240; + --bs-btn-active-color: #000; + --bs-btn-active-bg: #f0f0f0; + --bs-btn-active-border-color: #f0f0f0; + --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + --bs-btn-disabled-color: #f0f0f0; + --bs-btn-disabled-bg: transparent; + --bs-btn-disabled-border-color: #f0f0f0; + --bs-gradient: none; +} + +.btn-outline-lighter { + --bs-btn-color: #f9f9f9; + --bs-btn-border-color: #f9f9f9; + --bs-btn-hover-color: #000; + --bs-btn-hover-bg: #f9f9f9; + --bs-btn-hover-border-color: #f9f9f9; + --bs-btn-focus-shadow-rgb: 249, 249, 249; + --bs-btn-active-color: #000; + --bs-btn-active-bg: #f9f9f9; + --bs-btn-active-border-color: #f9f9f9; + --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + --bs-btn-disabled-color: #f9f9f9; + --bs-btn-disabled-bg: transparent; + --bs-btn-disabled-border-color: #f9f9f9; + --bs-gradient: none; +} + +.btn-outline-dark { + --bs-btn-color: #505050; + --bs-btn-border-color: #505050; + --bs-btn-hover-color: #fff; + --bs-btn-hover-bg: #505050; + --bs-btn-hover-border-color: #505050; + --bs-btn-focus-shadow-rgb: 80, 80, 80; + --bs-btn-active-color: #fff; + --bs-btn-active-bg: #505050; + --bs-btn-active-border-color: #505050; + --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + --bs-btn-disabled-color: #505050; + --bs-btn-disabled-bg: transparent; + --bs-btn-disabled-border-color: #505050; + --bs-gradient: none; +} + +.btn-link { + --bs-btn-font-weight: 400; + --bs-btn-color: var(--bs-link-color); + --bs-btn-bg: transparent; + --bs-btn-border-color: transparent; + --bs-btn-hover-color: var(--bs-link-hover-color); + --bs-btn-hover-border-color: transparent; + --bs-btn-active-color: var(--bs-link-hover-color); + --bs-btn-active-border-color: transparent; + --bs-btn-disabled-color: #787878; + --bs-btn-disabled-border-color: transparent; + --bs-btn-box-shadow: 0 0 0 #000; + --bs-btn-focus-shadow-rgb: 28, 128, 207; + text-decoration: none; +} +.btn-link:hover, .btn-link:focus-visible { + text-decoration: underline; +} +.btn-link:focus-visible { + color: var(--bs-btn-color); +} +.btn-link:hover { + color: var(--bs-btn-hover-color); +} + +.btn-lg, .path-user form .form-actions .btn, .btn-group-lg > .btn { + --bs-btn-padding-y: 1rem; + --bs-btn-padding-x: 0.875rem; + --bs-btn-font-size: 1.25rem; + --bs-btn-border-radius: 4px; +} + +.btn-sm, .btn-group-sm > .btn { + --bs-btn-padding-y: 0.25rem; + --bs-btn-padding-x: 0.5rem; + --bs-btn-font-size: 0.875rem; + --bs-btn-border-radius: 2px; +} + +.fade { + transition: opacity 0.15s linear; +} +@media (prefers-reduced-motion: reduce) { + .fade { + transition: none; + } +} +.fade:not(.show) { + opacity: 0; +} + +.collapse:not(.show) { + display: none; +} + +.collapsing { + height: 0; + overflow: hidden; + transition: height 0.35s ease; +} +@media (prefers-reduced-motion: reduce) { + .collapsing { + transition: none; + } +} +.collapsing.collapse-horizontal { + width: 0; + height: auto; + transition: width 0.35s ease; +} +@media (prefers-reduced-motion: reduce) { + .collapsing.collapse-horizontal { + transition: none; + } +} + +.dropup, +.dropend, +.dropdown, +.dropstart, +.dropup-center, +.dropdown-center { + position: relative; +} + +.dropdown-toggle { + white-space: nowrap; +} +.dropdown-toggle::after { + display: inline-block; + margin-left: 0.255em; + vertical-align: 0.255em; + content: ""; + border-top: 0.3em solid; + border-right: 0.3em solid transparent; + border-bottom: 0; + border-left: 0.3em solid transparent; +} +.dropdown-toggle:empty::after { + margin-left: 0; +} + +.dropdown-menu { + --bs-dropdown-zindex: 1000; + --bs-dropdown-min-width: 10rem; + --bs-dropdown-padding-x: 0; + --bs-dropdown-padding-y: 0.5rem; + --bs-dropdown-spacer: 0.125rem; + --bs-dropdown-font-size: 1rem; + --bs-dropdown-color: #3c3c3c; + --bs-dropdown-bg: #fff; + --bs-dropdown-border-color: rgba(0, 0, 0, 0.15); + --bs-dropdown-border-radius: 2px; + --bs-dropdown-border-width: 1px; + --bs-dropdown-inner-border-radius: calc(2px - 1px); + --bs-dropdown-divider-bg: #f0f0f0; + --bs-dropdown-divider-margin-y: 0.75rem; + --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175); + --bs-dropdown-link-color: #3c3c3c; + --bs-dropdown-link-hover-color: #393939; + --bs-dropdown-link-hover-bg: #f9f9f9; + --bs-dropdown-link-active-color: #fff; + --bs-dropdown-link-active-bg: #2196f3; + --bs-dropdown-link-disabled-color: #787878; + --bs-dropdown-item-padding-x: 1.5rem; + --bs-dropdown-item-padding-y: 0.25rem; + --bs-dropdown-header-color: #787878; + --bs-dropdown-header-padding-x: 1.5rem; + --bs-dropdown-header-padding-y: 0.5rem; + position: absolute; + z-index: var(--bs-dropdown-zindex); + display: none; + min-width: var(--bs-dropdown-min-width); + padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x); + margin: 0; + font-size: var(--bs-dropdown-font-size); + color: var(--bs-dropdown-color); + text-align: left; + list-style: none; + background-color: var(--bs-dropdown-bg); + background-clip: padding-box; + border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color); + border-radius: var(--bs-dropdown-border-radius); +} +.dropdown-menu[data-bs-popper] { + top: 100%; + left: 0; + margin-top: var(--bs-dropdown-spacer); +} + +.dropdown-menu-start { + --bs-position: start; +} +.dropdown-menu-start[data-bs-popper] { + right: auto; + left: 0; +} + +.dropdown-menu-end { + --bs-position: end; +} +.dropdown-menu-end[data-bs-popper] { + right: 0; + left: auto; +} + +@media (min-width: 576px) { + .dropdown-menu-sm-start { + --bs-position: start; + } + .dropdown-menu-sm-start[data-bs-popper] { + right: auto; + left: 0; + } + .dropdown-menu-sm-end { + --bs-position: end; + } + .dropdown-menu-sm-end[data-bs-popper] { + right: 0; + left: auto; + } +} +@media (min-width: 768px) { + .dropdown-menu-md-start { + --bs-position: start; + } + .dropdown-menu-md-start[data-bs-popper] { + right: auto; + left: 0; + } + .dropdown-menu-md-end { + --bs-position: end; + } + .dropdown-menu-md-end[data-bs-popper] { + right: 0; + left: auto; + } +} +@media (min-width: 992px) { + .dropdown-menu-lg-start { + --bs-position: start; + } + .dropdown-menu-lg-start[data-bs-popper] { + right: auto; + left: 0; + } + .dropdown-menu-lg-end { + --bs-position: end; + } + .dropdown-menu-lg-end[data-bs-popper] { + right: 0; + left: auto; + } +} +@media (min-width: 1200px) { + .dropdown-menu-xl-start { + --bs-position: start; + } + .dropdown-menu-xl-start[data-bs-popper] { + right: auto; + left: 0; + } + .dropdown-menu-xl-end { + --bs-position: end; + } + .dropdown-menu-xl-end[data-bs-popper] { + right: 0; + left: auto; + } +} +.dropup .dropdown-menu[data-bs-popper] { + top: auto; + bottom: 100%; + margin-top: 0; + margin-bottom: var(--bs-dropdown-spacer); +} +.dropup .dropdown-toggle::after { + display: inline-block; + margin-left: 0.255em; + vertical-align: 0.255em; + content: ""; + border-top: 0; + border-right: 0.3em solid transparent; + border-bottom: 0.3em solid; + border-left: 0.3em solid transparent; +} +.dropup .dropdown-toggle:empty::after { + margin-left: 0; +} + +.dropend .dropdown-menu[data-bs-popper] { + top: 0; + right: auto; + left: 100%; + margin-top: 0; + margin-left: var(--bs-dropdown-spacer); +} +.dropend .dropdown-toggle::after { + display: inline-block; + margin-left: 0.255em; + vertical-align: 0.255em; + content: ""; + border-top: 0.3em solid transparent; + border-right: 0; + border-bottom: 0.3em solid transparent; + border-left: 0.3em solid; +} +.dropend .dropdown-toggle:empty::after { + margin-left: 0; +} +.dropend .dropdown-toggle::after { + vertical-align: 0; +} + +.dropstart .dropdown-menu[data-bs-popper] { + top: 0; + right: 100%; + left: auto; + margin-top: 0; + margin-right: var(--bs-dropdown-spacer); +} +.dropstart .dropdown-toggle::after { + display: inline-block; + margin-left: 0.255em; + vertical-align: 0.255em; + content: ""; +} +.dropstart .dropdown-toggle::after { + display: none; +} +.dropstart .dropdown-toggle::before { + display: inline-block; + margin-right: 0.255em; + vertical-align: 0.255em; + content: ""; + border-top: 0.3em solid transparent; + border-right: 0.3em solid; + border-bottom: 0.3em solid transparent; +} +.dropstart .dropdown-toggle:empty::after { + margin-left: 0; +} +.dropstart .dropdown-toggle::before { + vertical-align: 0; +} + +.dropdown-divider { + height: 0; + margin: var(--bs-dropdown-divider-margin-y) 0; + overflow: hidden; + border-top: 1px solid var(--bs-dropdown-divider-bg); + opacity: 1; +} + +.dropdown-item { + display: block; + width: 100%; + padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x); + clear: both; + font-weight: 400; + color: var(--bs-dropdown-link-color); + text-align: inherit; + white-space: nowrap; + background-color: transparent; + border: 0; + border-radius: var(--bs-dropdown-item-border-radius, 0); +} +.dropdown-item:hover, .dropdown-item:focus { + color: var(--bs-dropdown-link-hover-color); + text-decoration: none; + background-color: var(--bs-dropdown-link-hover-bg); +} +.dropdown-item.active, .dropdown-item:active { + color: var(--bs-dropdown-link-active-color); + text-decoration: none; + background-color: var(--bs-dropdown-link-active-bg); +} +.dropdown-item.disabled, .dropdown-item:disabled { + color: var(--bs-dropdown-link-disabled-color); + pointer-events: none; + background-color: transparent; +} + +.dropdown-menu.show { + display: block; +} + +.dropdown-header { + display: block; + padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x); + margin-bottom: 0; + font-size: 0.875rem; + color: var(--bs-dropdown-header-color); + white-space: nowrap; +} + +.dropdown-item-text { + display: block; + padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x); + color: var(--bs-dropdown-link-color); +} + +.dropdown-menu-dark { + --bs-dropdown-color: #ddd; + --bs-dropdown-bg: #505050; + --bs-dropdown-border-color: rgba(0, 0, 0, 0.15); + --bs-dropdown-box-shadow: ; + --bs-dropdown-link-color: #ddd; + --bs-dropdown-link-hover-color: #fff; + --bs-dropdown-divider-bg: #f0f0f0; + --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15); + --bs-dropdown-link-active-color: #fff; + --bs-dropdown-link-active-bg: #2196f3; + --bs-dropdown-link-disabled-color: #a3a3a3; + --bs-dropdown-header-color: #a3a3a3; +} + +.btn-group, +.btn-group-vertical { + position: relative; + display: inline-flex; + vertical-align: middle; +} +.btn-group > .btn, +.btn-group-vertical > .btn { + position: relative; + flex: 1 1 auto; +} +.btn-group > .btn-check:checked + .btn, +.btn-group > .btn-check:focus + .btn, +.btn-group > .btn:hover, +.btn-group > .btn:focus, +.btn-group > .btn:active, +.btn-group > .btn.active, +.btn-group-vertical > .btn-check:checked + .btn, +.btn-group-vertical > .btn-check:focus + .btn, +.btn-group-vertical > .btn:hover, +.btn-group-vertical > .btn:focus, +.btn-group-vertical > .btn:active, +.btn-group-vertical > .btn.active { + z-index: 1; +} + +.btn-toolbar { + display: flex; + flex-wrap: wrap; + justify-content: flex-start; +} +.btn-toolbar .input-group { + width: auto; +} + +.btn-group { + border-radius: 0px; +} +.btn-group > :not(.btn-check:first-child) + .btn, +.btn-group > .btn-group:not(:first-child) { + margin-left: calc(1px * -1); +} +.btn-group > .btn:not(:last-child):not(.dropdown-toggle), +.btn-group > .btn.dropdown-toggle-split:first-child, +.btn-group > .btn-group:not(:last-child) > .btn { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.btn-group > .btn:nth-child(n+3), +.btn-group > :not(.btn-check) + .btn, +.btn-group > .btn-group:not(:first-child) > .btn { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +.dropdown-toggle-split { + padding-right: 0.9375rem; + padding-left: 0.9375rem; +} +.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after { + margin-left: 0; +} +.dropstart .dropdown-toggle-split::before { + margin-right: 0; +} + +.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split { + padding-right: 0.375rem; + padding-left: 0.375rem; +} + +.btn-lg + .dropdown-toggle-split, .path-user form .form-actions .btn + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split { + padding-right: 0.65625rem; + padding-left: 0.65625rem; +} + +.btn-group-vertical { + flex-direction: column; + align-items: flex-start; + justify-content: center; +} +.btn-group-vertical > .btn, +.btn-group-vertical > .btn-group { + width: 100%; +} +.btn-group-vertical > .btn:not(:first-child), +.btn-group-vertical > .btn-group:not(:first-child) { + margin-top: calc(1px * -1); +} +.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), +.btn-group-vertical > .btn-group:not(:last-child) > .btn { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group-vertical > .btn ~ .btn, +.btn-group-vertical > .btn-group:not(:first-child) > .btn { + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.input-group { + position: relative; + display: flex; + flex-wrap: wrap; + align-items: stretch; + width: 100%; +} +.input-group > .form-control, +.input-group > .form-select, +.input-group > .form-floating { + position: relative; + flex: 1 1 auto; + width: 1%; + min-width: 0; +} +.input-group > .form-control:focus, +.input-group > .form-select:focus, +.input-group > .form-floating:focus-within { + z-index: 5; +} +.input-group .btn { + position: relative; + z-index: 2; +} +.input-group .btn:focus { + z-index: 5; +} + +.input-group-text { + display: flex; + align-items: center; + padding: 0.5rem 1.25rem; + font-size: 1rem; + font-weight: 400; + line-height: 1.75; + color: #495057; + text-align: center; + white-space: nowrap; + background-color: #f0f0f0; + border: 1px solid #c8c8c8; + border-radius: 2px; +} + +.input-group-lg > .form-control, +.input-group-lg > .form-select, +.input-group-lg > .input-group-text, +.input-group-lg > .btn { + padding: 1rem 0.875rem; + font-size: 1.25rem; + border-radius: 4px; +} + +.input-group-sm > .form-control, +.input-group-sm > .form-select, +.input-group-sm > .input-group-text, +.input-group-sm > .btn { + padding: 0.25rem 0.5rem; + font-size: 0.875rem; + border-radius: 2px; +} + +.input-group-lg > .form-select, +.input-group-sm > .form-select { + padding-right: 5rem; +} + +.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), +.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), +.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, +.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), +.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), +.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control, +.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) { + margin-left: calc(1px * -1); + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} +.input-group > .form-floating:not(:first-child) > .form-control, +.input-group > .form-floating:not(:first-child) > .form-select { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +.nav { + --bs-nav-link-padding-x: 1rem; + --bs-nav-link-padding-y: 0.5rem; + --bs-nav-link-font-weight: ; + --bs-nav-link-color: var(--bs-link-color); + --bs-nav-link-hover-color: none; + --bs-nav-link-disabled-color: #787878; + display: flex; + flex-wrap: wrap; + padding-left: 0; + margin-bottom: 0; + list-style: none; +} + +.nav-link { + display: block; + padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x); + font-size: var(--bs-nav-link-font-size); + font-weight: var(--bs-nav-link-font-weight); + color: var(--bs-nav-link-color); + background: none; + border: 0; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .nav-link { + transition: none; + } +} +.nav-link:hover, .nav-link:focus { + color: var(--bs-nav-link-hover-color); + text-decoration: none; +} +.nav-link:focus-visible { + outline: 0; + box-shadow: 0 0 0 0.25rem rgba(33, 150, 243, 0.25); +} +.nav-link.disabled, .nav-link:disabled { + color: var(--bs-nav-link-disabled-color); + pointer-events: none; + cursor: default; +} + +.nav-tabs { + --bs-nav-tabs-border-width: 1px; + --bs-nav-tabs-border-color: #ddd; + --bs-nav-tabs-border-radius: 2px; + --bs-nav-tabs-link-hover-border-color: #f0f0f0 #f0f0f0 #ddd; + --bs-nav-tabs-link-active-color: #495057; + --bs-nav-tabs-link-active-bg: #fff; + --bs-nav-tabs-link-active-border-color: #ddd #ddd #fff; + border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color); +} +.nav-tabs .nav-link { + margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width)); + border: var(--bs-nav-tabs-border-width) solid transparent; + border-top-left-radius: var(--bs-nav-tabs-border-radius); + border-top-right-radius: var(--bs-nav-tabs-border-radius); +} +.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { + isolation: isolate; + border-color: var(--bs-nav-tabs-link-hover-border-color); +} +.nav-tabs .nav-link.active, +.nav-tabs .nav-item.show .nav-link { + color: var(--bs-nav-tabs-link-active-color); + background-color: var(--bs-nav-tabs-link-active-bg); + border-color: var(--bs-nav-tabs-link-active-border-color); +} +.nav-tabs .dropdown-menu { + margin-top: calc(-1 * var(--bs-nav-tabs-border-width)); + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.nav-pills { + --bs-nav-pills-border-radius: 2px; + --bs-nav-pills-link-active-color: #fff; + --bs-nav-pills-link-active-bg: #2196f3; +} +.nav-pills .nav-link { + border-radius: var(--bs-nav-pills-border-radius); +} +.nav-pills .nav-link.active, +.nav-pills .show > .nav-link { + color: var(--bs-nav-pills-link-active-color); + background-color: var(--bs-nav-pills-link-active-bg); +} + +.nav-underline { + --bs-nav-underline-gap: 1rem; + --bs-nav-underline-border-width: 0.125rem; + --bs-nav-underline-link-active-color: var(--bs-emphasis-color); + gap: var(--bs-nav-underline-gap); +} +.nav-underline .nav-link { + padding-right: 0; + padding-left: 0; + border-bottom: var(--bs-nav-underline-border-width) solid transparent; +} +.nav-underline .nav-link:hover, .nav-underline .nav-link:focus { + border-bottom-color: currentcolor; +} +.nav-underline .nav-link.active, +.nav-underline .show > .nav-link { + font-weight: 700; + color: var(--bs-nav-underline-link-active-color); + border-bottom-color: currentcolor; +} + +.nav-fill > .nav-link, +.nav-fill .nav-item { + flex: 1 1 auto; + text-align: center; +} + +.nav-justified > .nav-link, +.nav-justified .nav-item { + flex-basis: 0; + flex-grow: 1; + text-align: center; +} + +.nav-fill .nav-item .nav-link, +.nav-justified .nav-item .nav-link { + width: 100%; +} + +.tab-content > .tab-pane { + display: none; +} +.tab-content > .active { + display: block; +} + +.navbar { + --bs-navbar-padding-x: 1.5rem; + --bs-navbar-padding-y: 0.75rem; + --bs-navbar-color: rgba(0, 0, 0, 0.85); + --bs-navbar-hover-color: #000; + --bs-navbar-disabled-color: rgba(0, 0, 0, 0.5); + --bs-navbar-active-color: #000; + --bs-navbar-brand-padding-y: 0; + --bs-navbar-brand-margin-end: 1rem; + --bs-navbar-brand-font-size: 1.25rem; + --bs-navbar-brand-color: #000; + --bs-navbar-brand-hover-color: #000; + --bs-navbar-nav-link-padding-x: 0.5rem; + --bs-navbar-toggler-padding-y: 0.25rem; + --bs-navbar-toggler-padding-x: 0.5rem; + --bs-navbar-toggler-font-size: 1.25rem; + --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'3e%3cpath stroke='%232196f3' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/3e%3c/svg%3e"); + --bs-navbar-toggler-border-color: transparent; + --bs-navbar-toggler-border-radius: 0px; + --bs-navbar-toggler-focus-width: 0.2rem; + --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out; + position: relative; + display: flex; + flex-wrap: wrap; + align-items: center; + justify-content: space-between; + padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x); +} +.navbar > .container, +.navbar > .container-fluid, +.navbar > .container-sm, +.navbar > .container-md, +.navbar > .container-lg, +.navbar > .container-xl { + display: flex; + flex-wrap: inherit; + align-items: center; + justify-content: space-between; +} +.navbar-brand { + padding-top: var(--bs-navbar-brand-padding-y); + padding-bottom: var(--bs-navbar-brand-padding-y); + margin-right: var(--bs-navbar-brand-margin-end); + font-size: var(--bs-navbar-brand-font-size); + color: var(--bs-navbar-brand-color); + white-space: nowrap; +} +.navbar-brand:hover, .navbar-brand:focus { + color: var(--bs-navbar-brand-hover-color); + text-decoration: none; +} + +.navbar-nav { + --bs-nav-link-padding-x: 0; + --bs-nav-link-padding-y: 0.5rem; + --bs-nav-link-font-weight: ; + --bs-nav-link-color: var(--bs-navbar-color); + --bs-nav-link-hover-color: var(--bs-navbar-hover-color); + --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color); + display: flex; + flex-direction: column; + padding-left: 0; + margin-bottom: 0; + list-style: none; +} +.navbar-nav .nav-link.active, .navbar-nav .nav-link.show { + color: var(--bs-navbar-active-color); +} +.navbar-nav .dropdown-menu { + position: static; +} + +.navbar-text { + padding-top: 0.5rem; + padding-bottom: 0.5rem; + color: var(--bs-navbar-color); +} +.navbar-text a, +.navbar-text a:hover, +.navbar-text a:focus { + color: var(--bs-navbar-active-color); +} + +.navbar-collapse { + flex-basis: 100%; + flex-grow: 1; + align-items: center; +} + +.navbar-toggler { + padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x); + font-size: var(--bs-navbar-toggler-font-size); + line-height: 1; + color: var(--bs-navbar-color); + background-color: transparent; + border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color); + border-radius: var(--bs-navbar-toggler-border-radius); + transition: var(--bs-navbar-toggler-transition); +} +@media (prefers-reduced-motion: reduce) { + .navbar-toggler { + transition: none; + } +} +.navbar-toggler:hover { + text-decoration: none; +} +.navbar-toggler:focus { + text-decoration: none; + outline: 0; + box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width); +} + +.navbar-toggler-icon { + display: inline-block; + width: 1.5em; + height: 1.5em; + vertical-align: middle; + background-image: var(--bs-navbar-toggler-icon-bg); + background-repeat: no-repeat; + background-position: center; + background-size: 100%; +} + +.navbar-nav-scroll { + max-height: var(--bs-scroll-height, 75vh); + overflow-y: auto; +} + +@media (min-width: 576px) { + .navbar-expand-sm { + flex-wrap: nowrap; + justify-content: flex-start; + } + .navbar-expand-sm .navbar-nav { + flex-direction: row; + } + .navbar-expand-sm .navbar-nav .dropdown-menu { + position: absolute; + } + .navbar-expand-sm .navbar-nav .nav-link { + padding-right: var(--bs-navbar-nav-link-padding-x); + padding-left: var(--bs-navbar-nav-link-padding-x); + } + .navbar-expand-sm .navbar-nav-scroll { + overflow: visible; + } + .navbar-expand-sm .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .navbar-expand-sm .navbar-toggler { + display: none; + } + .navbar-expand-sm .offcanvas { + position: static; + z-index: auto; + flex-grow: 1; + width: auto !important; + height: auto !important; + visibility: visible !important; + background-color: transparent !important; + border: 0 !important; + transform: none !important; + transition: none; + } + .navbar-expand-sm .offcanvas .offcanvas-header { + display: none; + } + .navbar-expand-sm .offcanvas .offcanvas-body { + display: flex; + flex-grow: 0; + padding: 0; + overflow-y: visible; + } +} +@media (min-width: 768px) { + .navbar-expand-md { + flex-wrap: nowrap; + justify-content: flex-start; + } + .navbar-expand-md .navbar-nav { + flex-direction: row; + } + .navbar-expand-md .navbar-nav .dropdown-menu { + position: absolute; + } + .navbar-expand-md .navbar-nav .nav-link { + padding-right: var(--bs-navbar-nav-link-padding-x); + padding-left: var(--bs-navbar-nav-link-padding-x); + } + .navbar-expand-md .navbar-nav-scroll { + overflow: visible; + } + .navbar-expand-md .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .navbar-expand-md .navbar-toggler { + display: none; + } + .navbar-expand-md .offcanvas { + position: static; + z-index: auto; + flex-grow: 1; + width: auto !important; + height: auto !important; + visibility: visible !important; + background-color: transparent !important; + border: 0 !important; + transform: none !important; + transition: none; + } + .navbar-expand-md .offcanvas .offcanvas-header { + display: none; + } + .navbar-expand-md .offcanvas .offcanvas-body { + display: flex; + flex-grow: 0; + padding: 0; + overflow-y: visible; + } +} +@media (min-width: 992px) { + .navbar-expand-lg { + flex-wrap: nowrap; + justify-content: flex-start; + } + .navbar-expand-lg .navbar-nav { + flex-direction: row; + } + .navbar-expand-lg .navbar-nav .dropdown-menu { + position: absolute; + } + .navbar-expand-lg .navbar-nav .nav-link { + padding-right: var(--bs-navbar-nav-link-padding-x); + padding-left: var(--bs-navbar-nav-link-padding-x); + } + .navbar-expand-lg .navbar-nav-scroll { + overflow: visible; + } + .navbar-expand-lg .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .navbar-expand-lg .navbar-toggler { + display: none; + } + .navbar-expand-lg .offcanvas { + position: static; + z-index: auto; + flex-grow: 1; + width: auto !important; + height: auto !important; + visibility: visible !important; + background-color: transparent !important; + border: 0 !important; + transform: none !important; + transition: none; + } + .navbar-expand-lg .offcanvas .offcanvas-header { + display: none; + } + .navbar-expand-lg .offcanvas .offcanvas-body { + display: flex; + flex-grow: 0; + padding: 0; + overflow-y: visible; + } +} +@media (min-width: 1200px) { + .navbar-expand-xl { + flex-wrap: nowrap; + justify-content: flex-start; + } + .navbar-expand-xl .navbar-nav { + flex-direction: row; + } + .navbar-expand-xl .navbar-nav .dropdown-menu { + position: absolute; + } + .navbar-expand-xl .navbar-nav .nav-link { + padding-right: var(--bs-navbar-nav-link-padding-x); + padding-left: var(--bs-navbar-nav-link-padding-x); + } + .navbar-expand-xl .navbar-nav-scroll { + overflow: visible; + } + .navbar-expand-xl .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .navbar-expand-xl .navbar-toggler { + display: none; + } + .navbar-expand-xl .offcanvas { + position: static; + z-index: auto; + flex-grow: 1; + width: auto !important; + height: auto !important; + visibility: visible !important; + background-color: transparent !important; + border: 0 !important; + transform: none !important; + transition: none; + } + .navbar-expand-xl .offcanvas .offcanvas-header { + display: none; + } + .navbar-expand-xl .offcanvas .offcanvas-body { + display: flex; + flex-grow: 0; + padding: 0; + overflow-y: visible; + } +} +.navbar-expand { + flex-wrap: nowrap; + justify-content: flex-start; +} +.navbar-expand .navbar-nav { + flex-direction: row; +} +.navbar-expand .navbar-nav .dropdown-menu { + position: absolute; +} +.navbar-expand .navbar-nav .nav-link { + padding-right: var(--bs-navbar-nav-link-padding-x); + padding-left: var(--bs-navbar-nav-link-padding-x); +} +.navbar-expand .navbar-nav-scroll { + overflow: visible; +} +.navbar-expand .navbar-collapse { + display: flex !important; + flex-basis: auto; +} +.navbar-expand .navbar-toggler { + display: none; +} +.navbar-expand .offcanvas { + position: static; + z-index: auto; + flex-grow: 1; + width: auto !important; + height: auto !important; + visibility: visible !important; + background-color: transparent !important; + border: 0 !important; + transform: none !important; + transition: none; +} +.navbar-expand .offcanvas .offcanvas-header { + display: none; +} +.navbar-expand .offcanvas .offcanvas-body { + display: flex; + flex-grow: 0; + padding: 0; + overflow-y: visible; +} + +.navbar-dark, +.navbar[data-bs-theme=dark] { + --bs-navbar-color: rgba(255, 255, 255, 0.85); + --bs-navbar-hover-color: #fff; + --bs-navbar-disabled-color: rgba(255, 255, 255, 0.5); + --bs-navbar-active-color: #fff; + --bs-navbar-brand-color: #fff; + --bs-navbar-brand-hover-color: #fff; + --bs-navbar-toggler-border-color: transparent; + --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'3e%3cpath stroke='%232196f3' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/3e%3c/svg%3e"); +} + +[data-bs-theme=dark] .navbar-toggler-icon { + --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'3e%3cpath stroke='%232196f3' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/3e%3c/svg%3e"); +} + +.card { + --bs-card-spacer-y: 0.75rem; + --bs-card-spacer-x: 1.25rem; + --bs-card-title-spacer-y: 0.75rem; + --bs-card-title-color: ; + --bs-card-subtitle-color: ; + --bs-card-border-width: 1px; + --bs-card-border-color: rgba(0, 0, 0, 0.125); + --bs-card-border-radius: 2px; + --bs-card-box-shadow: ; + --bs-card-inner-border-radius: calc(2px - 1px); + --bs-card-cap-padding-y: 0.75rem; + --bs-card-cap-padding-x: 1.25rem; + --bs-card-cap-bg: rgba(0, 0, 0, 0.03); + --bs-card-cap-color: ; + --bs-card-height: ; + --bs-card-color: ; + --bs-card-bg: #fff; + --bs-card-img-overlay-padding: 1.25rem; + --bs-card-group-margin: 15px; + position: relative; + display: flex; + flex-direction: column; + min-width: 0; + height: var(--bs-card-height); + color: var(--bs-body-color); + word-wrap: break-word; + background-color: var(--bs-card-bg); + background-clip: border-box; + border: var(--bs-card-border-width) solid var(--bs-card-border-color); + border-radius: var(--bs-card-border-radius); +} +.card > hr { + margin-right: 0; + margin-left: 0; +} +.card > .list-group { + border-top: inherit; + border-bottom: inherit; +} +.card > .list-group:first-child { + border-top-width: 0; + border-top-left-radius: var(--bs-card-inner-border-radius); + border-top-right-radius: var(--bs-card-inner-border-radius); +} +.card > .list-group:last-child { + border-bottom-width: 0; + border-bottom-right-radius: var(--bs-card-inner-border-radius); + border-bottom-left-radius: var(--bs-card-inner-border-radius); +} +.card > .card-header + .list-group, +.card > .list-group + .card-footer { + border-top: 0; +} + +.card-body { + flex: 1 1 auto; + padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x); + color: var(--bs-card-color); +} + +.card-title { + margin-bottom: var(--bs-card-title-spacer-y); + color: var(--bs-card-title-color); +} + +.card-subtitle { + margin-top: calc(-0.5 * var(--bs-card-title-spacer-y)); + margin-bottom: 0; + color: var(--bs-card-subtitle-color); +} + +.card-text:last-child { + margin-bottom: 0; +} + +.card-link:hover { + text-decoration: none; +} +.card-link + .card-link { + margin-left: var(--bs-card-spacer-x); +} + +.card-header { + padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x); + margin-bottom: 0; + color: var(--bs-card-cap-color); + background-color: var(--bs-card-cap-bg); + border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color); +} +.card-header:first-child { + border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0; +} + +.card-footer { + padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x); + color: var(--bs-card-cap-color); + background-color: var(--bs-card-cap-bg); + border-top: var(--bs-card-border-width) solid var(--bs-card-border-color); +} +.card-footer:last-child { + border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius); +} + +.card-header-tabs { + margin-right: calc(-0.5 * var(--bs-card-cap-padding-x)); + margin-bottom: calc(-1 * var(--bs-card-cap-padding-y)); + margin-left: calc(-0.5 * var(--bs-card-cap-padding-x)); + border-bottom: 0; +} +.card-header-tabs .nav-link.active { + background-color: var(--bs-card-bg); + border-bottom-color: var(--bs-card-bg); +} + +.card-header-pills { + margin-right: calc(-0.5 * var(--bs-card-cap-padding-x)); + margin-left: calc(-0.5 * var(--bs-card-cap-padding-x)); +} + +.card-img-overlay { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + padding: var(--bs-card-img-overlay-padding); + border-radius: var(--bs-card-inner-border-radius); +} + +.card-img, +.card-img-top, +.card-img-bottom { + width: 100%; +} + +.card-img, +.card-img-top { + border-top-left-radius: var(--bs-card-inner-border-radius); + border-top-right-radius: var(--bs-card-inner-border-radius); +} + +.card-img, +.card-img-bottom { + border-bottom-right-radius: var(--bs-card-inner-border-radius); + border-bottom-left-radius: var(--bs-card-inner-border-radius); +} + +.card-group > .card { + margin-bottom: var(--bs-card-group-margin); +} +@media (min-width: 576px) { + .card-group { + display: flex; + flex-flow: row wrap; + } + .card-group > .card { + flex: 1 0 0%; + margin-bottom: 0; + } + .card-group > .card + .card { + margin-left: 0; + border-left: 0; + } + .card-group > .card:not(:last-child) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + } + .card-group > .card:not(:last-child) .card-img-top, +.card-group > .card:not(:last-child) .card-header { + border-top-right-radius: 0; + } + .card-group > .card:not(:last-child) .card-img-bottom, +.card-group > .card:not(:last-child) .card-footer { + border-bottom-right-radius: 0; + } + .card-group > .card:not(:first-child) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + } + .card-group > .card:not(:first-child) .card-img-top, +.card-group > .card:not(:first-child) .card-header { + border-top-left-radius: 0; + } + .card-group > .card:not(:first-child) .card-img-bottom, +.card-group > .card:not(:first-child) .card-footer { + border-bottom-left-radius: 0; + } +} + +.breadcrumb { + --bs-breadcrumb-padding-x: 0; + --bs-breadcrumb-padding-y: 0.375rem; + --bs-breadcrumb-margin-bottom: 0; + --bs-breadcrumb-bg: #2196f3; + --bs-breadcrumb-border-radius: 0; + --bs-breadcrumb-divider-color: rgba(0, 0, 0, 0.4); + --bs-breadcrumb-item-padding-x: 0.5rem; + --bs-breadcrumb-item-active-color: #fff; + display: flex; + flex-wrap: wrap; + padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x); + margin-bottom: var(--bs-breadcrumb-margin-bottom); + font-size: var(--bs-breadcrumb-font-size); + list-style: none; + background-color: var(--bs-breadcrumb-bg); + border-radius: var(--bs-breadcrumb-border-radius); +} + +.breadcrumb-item + .breadcrumb-item { + padding-left: var(--bs-breadcrumb-item-padding-x); +} +.breadcrumb-item + .breadcrumb-item::before { + float: left; + padding-right: var(--bs-breadcrumb-item-padding-x); + color: var(--bs-breadcrumb-divider-color); + content: var(--bs-breadcrumb-divider, ">") /* rtl: var(--bs-breadcrumb-divider, ">") */; +} +.breadcrumb-item.active { + color: var(--bs-breadcrumb-item-active-color); +} + +.pagination { + --bs-pagination-padding-x: 0.75rem; + --bs-pagination-padding-y: 0.5rem; + --bs-pagination-font-size: 1rem; + --bs-pagination-color: var(--bs-link-color); + --bs-pagination-bg: #fff; + --bs-pagination-border-width: 1px; + --bs-pagination-border-color: #ddd; + --bs-pagination-border-radius: var(--bs-border-radius); + --bs-pagination-hover-color: var(--bs-link-hover-color); + --bs-pagination-hover-bg: #f0f0f0; + --bs-pagination-hover-border-color: #ddd; + --bs-pagination-focus-color: var(--bs-link-hover-color); + --bs-pagination-focus-bg: var(--bs-secondary-bg); + --bs-pagination-focus-box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25); + --bs-pagination-active-color: #fff; + --bs-pagination-active-bg: #2196f3; + --bs-pagination-active-border-color: #2196f3; + --bs-pagination-disabled-color: #787878; + --bs-pagination-disabled-bg: #fff; + --bs-pagination-disabled-border-color: #ddd; + display: flex; + padding-left: 0; + list-style: none; +} + +.page-link { + position: relative; + display: block; + padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x); + font-size: var(--bs-pagination-font-size); + color: var(--bs-pagination-color); + background-color: var(--bs-pagination-bg); + border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color); + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .page-link { + transition: none; + } +} +.page-link:hover { + z-index: 2; + color: var(--bs-pagination-hover-color); + text-decoration: none; + background-color: var(--bs-pagination-hover-bg); + border-color: var(--bs-pagination-hover-border-color); +} +.page-link:focus { + z-index: 3; + color: var(--bs-pagination-focus-color); + background-color: var(--bs-pagination-focus-bg); + outline: 0; + box-shadow: var(--bs-pagination-focus-box-shadow); +} +.page-link.active, .active > .page-link { + z-index: 3; + color: var(--bs-pagination-active-color); + background-color: var(--bs-pagination-active-bg); + border-color: var(--bs-pagination-active-border-color); +} +.page-link.disabled, .disabled > .page-link { + color: var(--bs-pagination-disabled-color); + pointer-events: none; + background-color: var(--bs-pagination-disabled-bg); + border-color: var(--bs-pagination-disabled-border-color); +} + +.page-item:not(:first-child) .page-link { + margin-left: calc(1px * -1); +} +.page-item:first-child .page-link { + border-top-left-radius: var(--bs-pagination-border-radius); + border-bottom-left-radius: var(--bs-pagination-border-radius); +} +.page-item:last-child .page-link { + border-top-right-radius: var(--bs-pagination-border-radius); + border-bottom-right-radius: var(--bs-pagination-border-radius); +} + +.pagination-lg { + --bs-pagination-padding-x: 1.5rem; + --bs-pagination-padding-y: 0.75rem; + --bs-pagination-font-size: 1.25rem; + --bs-pagination-border-radius: var(--bs-border-radius-lg); +} + +.pagination-sm { + --bs-pagination-padding-x: 0.5rem; + --bs-pagination-padding-y: 0.25rem; + --bs-pagination-font-size: 0.875rem; + --bs-pagination-border-radius: var(--bs-border-radius-sm); +} + +.badge { + --bs-badge-padding-x: 0.75em; + --bs-badge-padding-y: 0.5em; + --bs-badge-font-size: 75%; + --bs-badge-font-weight: 700; + --bs-badge-color: #fff; + --bs-badge-border-radius: 2px; + display: inline-block; + padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x); + font-size: var(--bs-badge-font-size); + font-weight: var(--bs-badge-font-weight); + line-height: 1; + color: var(--bs-badge-color); + text-align: center; + white-space: nowrap; + vertical-align: baseline; + border-radius: var(--bs-badge-border-radius); +} +.badge:empty { + display: none; +} + +.btn .badge { + position: relative; + top: -1px; +} + +.alert { + --bs-alert-bg: transparent; + --bs-alert-padding-x: 1.25rem; + --bs-alert-padding-y: 0.75rem; + --bs-alert-margin-bottom: 1rem; + --bs-alert-color: inherit; + --bs-alert-border-color: transparent; + --bs-alert-border: 1px solid var(--bs-alert-border-color); + --bs-alert-border-radius: 2px; + --bs-alert-link-color: inherit; + position: relative; + padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x); + margin-bottom: var(--bs-alert-margin-bottom); + color: var(--bs-alert-color); + background-color: var(--bs-alert-bg); + border: var(--bs-alert-border); + border-radius: var(--bs-alert-border-radius); +} + +.alert-heading { + color: inherit; +} + +.alert-link { + font-weight: 700; + color: var(--bs-alert-link-color); +} + +.alert-dismissible { + padding-right: 3.75rem; +} +.alert-dismissible .btn-close { + position: absolute; + top: 0; + right: 0; + z-index: 2; + padding: 0.9375rem 1.25rem; +} + +.alert-primary { + --bs-alert-color: var(--bs-primary-text-emphasis); + --bs-alert-bg: var(--bs-primary-bg-subtle); + --bs-alert-border-color: var(--bs-primary-border-subtle); + --bs-alert-link-color: var(--bs-primary-text-emphasis); +} + +.alert-secondary { + --bs-alert-color: var(--bs-secondary-text-emphasis); + --bs-alert-bg: var(--bs-secondary-bg-subtle); + --bs-alert-border-color: var(--bs-secondary-border-subtle); + --bs-alert-link-color: var(--bs-secondary-text-emphasis); +} + +.alert-success { + --bs-alert-color: var(--bs-success-text-emphasis); + --bs-alert-bg: var(--bs-success-bg-subtle); + --bs-alert-border-color: var(--bs-success-border-subtle); + --bs-alert-link-color: var(--bs-success-text-emphasis); +} + +.alert-info { + --bs-alert-color: var(--bs-info-text-emphasis); + --bs-alert-bg: var(--bs-info-bg-subtle); + --bs-alert-border-color: var(--bs-info-border-subtle); + --bs-alert-link-color: var(--bs-info-text-emphasis); +} + +.alert-warning { + --bs-alert-color: var(--bs-warning-text-emphasis); + --bs-alert-bg: var(--bs-warning-bg-subtle); + --bs-alert-border-color: var(--bs-warning-border-subtle); + --bs-alert-link-color: var(--bs-warning-text-emphasis); +} + +.alert-danger { + --bs-alert-color: var(--bs-danger-text-emphasis); + --bs-alert-bg: var(--bs-danger-bg-subtle); + --bs-alert-border-color: var(--bs-danger-border-subtle); + --bs-alert-link-color: var(--bs-danger-text-emphasis); +} + +.alert-light { + --bs-alert-color: var(--bs-light-text-emphasis); + --bs-alert-bg: var(--bs-light-bg-subtle); + --bs-alert-border-color: var(--bs-light-border-subtle); + --bs-alert-link-color: var(--bs-light-text-emphasis); +} + +.alert-lighter { + --bs-alert-color: var(--bs-lighter-text-emphasis); + --bs-alert-bg: var(--bs-lighter-bg-subtle); + --bs-alert-border-color: var(--bs-lighter-border-subtle); + --bs-alert-link-color: var(--bs-lighter-text-emphasis); +} + +.alert-dark { + --bs-alert-color: var(--bs-dark-text-emphasis); + --bs-alert-bg: var(--bs-dark-bg-subtle); + --bs-alert-border-color: var(--bs-dark-border-subtle); + --bs-alert-link-color: var(--bs-dark-text-emphasis); +} + +@keyframes progress-bar-stripes { + 0% { + background-position-x: 1rem; + } +} +.progress, +.progress-stacked { + --bs-progress-height: 1rem; + --bs-progress-font-size: 0.75rem; + --bs-progress-bg: #f0f0f0; + --bs-progress-border-radius: 2px; + --bs-progress-box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); + --bs-progress-bar-color: #fff; + --bs-progress-bar-bg: #2196f3; + --bs-progress-bar-transition: width 0.6s ease; + display: flex; + height: var(--bs-progress-height); + overflow: hidden; + font-size: var(--bs-progress-font-size); + background-color: var(--bs-progress-bg); + border-radius: var(--bs-progress-border-radius); +} + +.progress-bar { + display: flex; + flex-direction: column; + justify-content: center; + overflow: hidden; + color: var(--bs-progress-bar-color); + text-align: center; + white-space: nowrap; + background-color: var(--bs-progress-bar-bg); + transition: var(--bs-progress-bar-transition); +} +@media (prefers-reduced-motion: reduce) { + .progress-bar { + transition: none; + } +} + +.progress-bar-striped { + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-size: var(--bs-progress-height) var(--bs-progress-height); +} + +.progress-stacked > .progress { + overflow: visible; +} + +.progress-stacked > .progress > .progress-bar { + width: 100%; +} + +.progress-bar-animated { + animation: 1s linear infinite progress-bar-stripes; +} +@media (prefers-reduced-motion: reduce) { + .progress-bar-animated { + animation: none; + } +} + +.list-group { + --bs-list-group-color: ; + --bs-list-group-bg: #fff; + --bs-list-group-border-color: rgba(0, 0, 0, 0.125); + --bs-list-group-border-width: 1px; + --bs-list-group-border-radius: 2px; + --bs-list-group-item-padding-x: 1.25rem; + --bs-list-group-item-padding-y: 0.75rem; + --bs-list-group-action-color: #495057; + --bs-list-group-action-hover-color: #495057; + --bs-list-group-action-hover-bg: #f9f9f9; + --bs-list-group-action-active-color: #3c3c3c; + --bs-list-group-action-active-bg: #f0f0f0; + --bs-list-group-disabled-color: #787878; + --bs-list-group-disabled-bg: #fff; + --bs-list-group-active-color: #fff; + --bs-list-group-active-bg: #2196f3; + --bs-list-group-active-border-color: #2196f3; + display: flex; + flex-direction: column; + padding-left: 0; + margin-bottom: 0; + border-radius: var(--bs-list-group-border-radius); +} + +.list-group-numbered { + list-style-type: none; + counter-reset: section; +} +.list-group-numbered > .list-group-item::before { + content: counters(section, ".") ". "; + counter-increment: section; +} + +.list-group-item-action { + width: 100%; + color: var(--bs-list-group-action-color); + text-align: inherit; +} +.list-group-item-action:hover, .list-group-item-action:focus { + z-index: 1; + color: var(--bs-list-group-action-hover-color); + text-decoration: none; + background-color: var(--bs-list-group-action-hover-bg); +} +.list-group-item-action:active { + color: var(--bs-list-group-action-active-color); + background-color: var(--bs-list-group-action-active-bg); +} + +.list-group-item { + position: relative; + display: block; + padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x); + color: var(--bs-list-group-color); + background-color: var(--bs-list-group-bg); + border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color); +} +.list-group-item:first-child { + border-top-left-radius: inherit; + border-top-right-radius: inherit; +} +.list-group-item:last-child { + border-bottom-right-radius: inherit; + border-bottom-left-radius: inherit; +} +.list-group-item.disabled, .list-group-item:disabled { + color: var(--bs-list-group-disabled-color); + pointer-events: none; + background-color: var(--bs-list-group-disabled-bg); +} +.list-group-item.active { + z-index: 2; + color: var(--bs-list-group-active-color); + background-color: var(--bs-list-group-active-bg); + border-color: var(--bs-list-group-active-border-color); +} +.list-group-item + .list-group-item { + border-top-width: 0; +} +.list-group-item + .list-group-item.active { + margin-top: calc(-1 * var(--bs-list-group-border-width)); + border-top-width: var(--bs-list-group-border-width); +} + +.list-group-horizontal { + flex-direction: row; +} +.list-group-horizontal > .list-group-item:first-child:not(:last-child) { + border-bottom-left-radius: var(--bs-list-group-border-radius); + border-top-right-radius: 0; +} +.list-group-horizontal > .list-group-item:last-child:not(:first-child) { + border-top-right-radius: var(--bs-list-group-border-radius); + border-bottom-left-radius: 0; +} +.list-group-horizontal > .list-group-item.active { + margin-top: 0; +} +.list-group-horizontal > .list-group-item + .list-group-item { + border-top-width: var(--bs-list-group-border-width); + border-left-width: 0; +} +.list-group-horizontal > .list-group-item + .list-group-item.active { + margin-left: calc(-1 * var(--bs-list-group-border-width)); + border-left-width: var(--bs-list-group-border-width); +} + +@media (min-width: 576px) { + .list-group-horizontal-sm { + flex-direction: row; + } + .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) { + border-bottom-left-radius: var(--bs-list-group-border-radius); + border-top-right-radius: 0; + } + .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) { + border-top-right-radius: var(--bs-list-group-border-radius); + border-bottom-left-radius: 0; + } + .list-group-horizontal-sm > .list-group-item.active { + margin-top: 0; + } + .list-group-horizontal-sm > .list-group-item + .list-group-item { + border-top-width: var(--bs-list-group-border-width); + border-left-width: 0; + } + .list-group-horizontal-sm > .list-group-item + .list-group-item.active { + margin-left: calc(-1 * var(--bs-list-group-border-width)); + border-left-width: var(--bs-list-group-border-width); + } +} +@media (min-width: 768px) { + .list-group-horizontal-md { + flex-direction: row; + } + .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) { + border-bottom-left-radius: var(--bs-list-group-border-radius); + border-top-right-radius: 0; + } + .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) { + border-top-right-radius: var(--bs-list-group-border-radius); + border-bottom-left-radius: 0; + } + .list-group-horizontal-md > .list-group-item.active { + margin-top: 0; + } + .list-group-horizontal-md > .list-group-item + .list-group-item { + border-top-width: var(--bs-list-group-border-width); + border-left-width: 0; + } + .list-group-horizontal-md > .list-group-item + .list-group-item.active { + margin-left: calc(-1 * var(--bs-list-group-border-width)); + border-left-width: var(--bs-list-group-border-width); + } +} +@media (min-width: 992px) { + .list-group-horizontal-lg { + flex-direction: row; + } + .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) { + border-bottom-left-radius: var(--bs-list-group-border-radius); + border-top-right-radius: 0; + } + .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) { + border-top-right-radius: var(--bs-list-group-border-radius); + border-bottom-left-radius: 0; + } + .list-group-horizontal-lg > .list-group-item.active { + margin-top: 0; + } + .list-group-horizontal-lg > .list-group-item + .list-group-item { + border-top-width: var(--bs-list-group-border-width); + border-left-width: 0; + } + .list-group-horizontal-lg > .list-group-item + .list-group-item.active { + margin-left: calc(-1 * var(--bs-list-group-border-width)); + border-left-width: var(--bs-list-group-border-width); + } +} +@media (min-width: 1200px) { + .list-group-horizontal-xl { + flex-direction: row; + } + .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) { + border-bottom-left-radius: var(--bs-list-group-border-radius); + border-top-right-radius: 0; + } + .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) { + border-top-right-radius: var(--bs-list-group-border-radius); + border-bottom-left-radius: 0; + } + .list-group-horizontal-xl > .list-group-item.active { + margin-top: 0; + } + .list-group-horizontal-xl > .list-group-item + .list-group-item { + border-top-width: var(--bs-list-group-border-width); + border-left-width: 0; + } + .list-group-horizontal-xl > .list-group-item + .list-group-item.active { + margin-left: calc(-1 * var(--bs-list-group-border-width)); + border-left-width: var(--bs-list-group-border-width); + } +} +.list-group-flush { + border-radius: 0; +} +.list-group-flush > .list-group-item { + border-width: 0 0 var(--bs-list-group-border-width); +} +.list-group-flush > .list-group-item:last-child { + border-bottom-width: 0; +} + +.list-group-item-primary { + --bs-list-group-color: var(--bs-primary-text-emphasis); + --bs-list-group-bg: var(--bs-primary-bg-subtle); + --bs-list-group-border-color: var(--bs-primary-border-subtle); + --bs-list-group-action-hover-color: var(--bs-emphasis-color); + --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle); + --bs-list-group-action-active-color: var(--bs-emphasis-color); + --bs-list-group-action-active-bg: var(--bs-primary-border-subtle); + --bs-list-group-active-color: var(--bs-primary-bg-subtle); + --bs-list-group-active-bg: var(--bs-primary-text-emphasis); + --bs-list-group-active-border-color: var(--bs-primary-text-emphasis); +} + +.list-group-item-secondary { + --bs-list-group-color: var(--bs-secondary-text-emphasis); + --bs-list-group-bg: var(--bs-secondary-bg-subtle); + --bs-list-group-border-color: var(--bs-secondary-border-subtle); + --bs-list-group-action-hover-color: var(--bs-emphasis-color); + --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle); + --bs-list-group-action-active-color: var(--bs-emphasis-color); + --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle); + --bs-list-group-active-color: var(--bs-secondary-bg-subtle); + --bs-list-group-active-bg: var(--bs-secondary-text-emphasis); + --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis); +} + +.list-group-item-success { + --bs-list-group-color: var(--bs-success-text-emphasis); + --bs-list-group-bg: var(--bs-success-bg-subtle); + --bs-list-group-border-color: var(--bs-success-border-subtle); + --bs-list-group-action-hover-color: var(--bs-emphasis-color); + --bs-list-group-action-hover-bg: var(--bs-success-border-subtle); + --bs-list-group-action-active-color: var(--bs-emphasis-color); + --bs-list-group-action-active-bg: var(--bs-success-border-subtle); + --bs-list-group-active-color: var(--bs-success-bg-subtle); + --bs-list-group-active-bg: var(--bs-success-text-emphasis); + --bs-list-group-active-border-color: var(--bs-success-text-emphasis); +} + +.list-group-item-info { + --bs-list-group-color: var(--bs-info-text-emphasis); + --bs-list-group-bg: var(--bs-info-bg-subtle); + --bs-list-group-border-color: var(--bs-info-border-subtle); + --bs-list-group-action-hover-color: var(--bs-emphasis-color); + --bs-list-group-action-hover-bg: var(--bs-info-border-subtle); + --bs-list-group-action-active-color: var(--bs-emphasis-color); + --bs-list-group-action-active-bg: var(--bs-info-border-subtle); + --bs-list-group-active-color: var(--bs-info-bg-subtle); + --bs-list-group-active-bg: var(--bs-info-text-emphasis); + --bs-list-group-active-border-color: var(--bs-info-text-emphasis); +} + +.list-group-item-warning { + --bs-list-group-color: var(--bs-warning-text-emphasis); + --bs-list-group-bg: var(--bs-warning-bg-subtle); + --bs-list-group-border-color: var(--bs-warning-border-subtle); + --bs-list-group-action-hover-color: var(--bs-emphasis-color); + --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle); + --bs-list-group-action-active-color: var(--bs-emphasis-color); + --bs-list-group-action-active-bg: var(--bs-warning-border-subtle); + --bs-list-group-active-color: var(--bs-warning-bg-subtle); + --bs-list-group-active-bg: var(--bs-warning-text-emphasis); + --bs-list-group-active-border-color: var(--bs-warning-text-emphasis); +} + +.list-group-item-danger { + --bs-list-group-color: var(--bs-danger-text-emphasis); + --bs-list-group-bg: var(--bs-danger-bg-subtle); + --bs-list-group-border-color: var(--bs-danger-border-subtle); + --bs-list-group-action-hover-color: var(--bs-emphasis-color); + --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle); + --bs-list-group-action-active-color: var(--bs-emphasis-color); + --bs-list-group-action-active-bg: var(--bs-danger-border-subtle); + --bs-list-group-active-color: var(--bs-danger-bg-subtle); + --bs-list-group-active-bg: var(--bs-danger-text-emphasis); + --bs-list-group-active-border-color: var(--bs-danger-text-emphasis); +} + +.list-group-item-light { + --bs-list-group-color: var(--bs-light-text-emphasis); + --bs-list-group-bg: var(--bs-light-bg-subtle); + --bs-list-group-border-color: var(--bs-light-border-subtle); + --bs-list-group-action-hover-color: var(--bs-emphasis-color); + --bs-list-group-action-hover-bg: var(--bs-light-border-subtle); + --bs-list-group-action-active-color: var(--bs-emphasis-color); + --bs-list-group-action-active-bg: var(--bs-light-border-subtle); + --bs-list-group-active-color: var(--bs-light-bg-subtle); + --bs-list-group-active-bg: var(--bs-light-text-emphasis); + --bs-list-group-active-border-color: var(--bs-light-text-emphasis); +} + +.list-group-item-lighter { + --bs-list-group-color: var(--bs-lighter-text-emphasis); + --bs-list-group-bg: var(--bs-lighter-bg-subtle); + --bs-list-group-border-color: var(--bs-lighter-border-subtle); + --bs-list-group-action-hover-color: var(--bs-emphasis-color); + --bs-list-group-action-hover-bg: var(--bs-lighter-border-subtle); + --bs-list-group-action-active-color: var(--bs-emphasis-color); + --bs-list-group-action-active-bg: var(--bs-lighter-border-subtle); + --bs-list-group-active-color: var(--bs-lighter-bg-subtle); + --bs-list-group-active-bg: var(--bs-lighter-text-emphasis); + --bs-list-group-active-border-color: var(--bs-lighter-text-emphasis); +} + +.list-group-item-dark { + --bs-list-group-color: var(--bs-dark-text-emphasis); + --bs-list-group-bg: var(--bs-dark-bg-subtle); + --bs-list-group-border-color: var(--bs-dark-border-subtle); + --bs-list-group-action-hover-color: var(--bs-emphasis-color); + --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle); + --bs-list-group-action-active-color: var(--bs-emphasis-color); + --bs-list-group-action-active-bg: var(--bs-dark-border-subtle); + --bs-list-group-active-color: var(--bs-dark-bg-subtle); + --bs-list-group-active-bg: var(--bs-dark-text-emphasis); + --bs-list-group-active-border-color: var(--bs-dark-text-emphasis); +} + +.btn-close { + --bs-btn-close-color: #000; + --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e"); + --bs-btn-close-opacity: 0.5; + --bs-btn-close-hover-opacity: 0.75; + --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(33, 150, 243, 0.25); + --bs-btn-close-focus-opacity: 1; + --bs-btn-close-disabled-opacity: 0.25; + --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%); + box-sizing: content-box; + width: 1em; + height: 1em; + padding: 0.25em 0.25em; + color: var(--bs-btn-close-color); + background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat; + border: 0; + border-radius: 2px; + opacity: var(--bs-btn-close-opacity); +} +.btn-close:hover { + color: var(--bs-btn-close-color); + text-decoration: none; + opacity: var(--bs-btn-close-hover-opacity); +} +.btn-close:focus { + outline: 0; + box-shadow: var(--bs-btn-close-focus-shadow); + opacity: var(--bs-btn-close-focus-opacity); +} +.btn-close:disabled, .btn-close.disabled { + pointer-events: none; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + opacity: var(--bs-btn-close-disabled-opacity); +} + +.btn-close-white { + filter: var(--bs-btn-close-white-filter); +} + +[data-bs-theme=dark] .btn-close { + filter: var(--bs-btn-close-white-filter); +} + +.modal { + --bs-modal-zindex: 1050; + --bs-modal-width: 500px; + --bs-modal-padding: 1rem; + --bs-modal-margin: 0.5rem; + --bs-modal-color: ; + --bs-modal-bg: #fff; + --bs-modal-border-color: rgba(0, 0, 0, 0.2); + --bs-modal-border-width: 1px; + --bs-modal-border-radius: 4px; + --bs-modal-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5); + --bs-modal-inner-border-radius: 3px; + --bs-modal-header-padding-x: 1rem; + --bs-modal-header-padding-y: 1rem; + --bs-modal-header-padding: 1rem 1rem; + --bs-modal-header-border-color: #ddd; + --bs-modal-header-border-width: 1px; + --bs-modal-title-line-height: 1.75; + --bs-modal-footer-gap: 0.5rem; + --bs-modal-footer-bg: ; + --bs-modal-footer-border-color: #ddd; + --bs-modal-footer-border-width: 1px; + position: fixed; + top: 0; + left: 0; + z-index: var(--bs-modal-zindex); + display: none; + width: 100%; + height: 100%; + overflow-x: hidden; + overflow-y: auto; + outline: 0; +} + +.modal-dialog { + position: relative; + width: auto; + margin: var(--bs-modal-margin); + pointer-events: none; +} +.modal.fade .modal-dialog { + transition: transform 0.3s ease-out; + transform: translate(0, -50px); +} +@media (prefers-reduced-motion: reduce) { + .modal.fade .modal-dialog { + transition: none; + } +} +.modal.show .modal-dialog { + transform: none; +} +.modal.modal-static .modal-dialog { + transform: scale(1.02); +} + +.modal-dialog-scrollable { + height: calc(100% - var(--bs-modal-margin) * 2); +} +.modal-dialog-scrollable .modal-content { + max-height: 100%; + overflow: hidden; +} +.modal-dialog-scrollable .modal-body { + overflow-y: auto; +} + +.modal-dialog-centered { + display: flex; + align-items: center; + min-height: calc(100% - var(--bs-modal-margin) * 2); +} + +.modal-content { + position: relative; + display: flex; + flex-direction: column; + width: 100%; + color: var(--bs-modal-color); + pointer-events: auto; + background-color: var(--bs-modal-bg); + background-clip: padding-box; + border: var(--bs-modal-border-width) solid var(--bs-modal-border-color); + border-radius: var(--bs-modal-border-radius); + outline: 0; +} + +.modal-backdrop { + --bs-backdrop-zindex: 1040; + --bs-backdrop-bg: #000; + --bs-backdrop-opacity: 0.5; + position: fixed; + top: 0; + left: 0; + z-index: var(--bs-backdrop-zindex); + width: 100vw; + height: 100vh; + background-color: var(--bs-backdrop-bg); +} +.modal-backdrop.fade { + opacity: 0; +} +.modal-backdrop.show { + opacity: var(--bs-backdrop-opacity); +} + +.modal-header { + display: flex; + flex-shrink: 0; + align-items: center; + justify-content: space-between; + padding: var(--bs-modal-header-padding); + border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color); + border-top-left-radius: var(--bs-modal-inner-border-radius); + border-top-right-radius: var(--bs-modal-inner-border-radius); +} +.modal-header .btn-close { + padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5); + margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto; +} + +.modal-title { + margin-bottom: 0; + line-height: var(--bs-modal-title-line-height); +} + +.modal-body { + position: relative; + flex: 1 1 auto; + padding: var(--bs-modal-padding); +} + +.modal-footer { + display: flex; + flex-shrink: 0; + flex-wrap: wrap; + align-items: center; + justify-content: flex-end; + padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5); + background-color: var(--bs-modal-footer-bg); + border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color); + border-bottom-right-radius: var(--bs-modal-inner-border-radius); + border-bottom-left-radius: var(--bs-modal-inner-border-radius); +} +.modal-footer > * { + margin: calc(var(--bs-modal-footer-gap) * 0.5); +} + +@media (min-width: 576px) { + .modal { + --bs-modal-margin: 1.75rem; + --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5); + } + .modal-dialog { + max-width: var(--bs-modal-width); + margin-right: auto; + margin-left: auto; + } + .modal-sm { + --bs-modal-width: 300px; + } +} +@media (min-width: 992px) { + .modal-lg, +.modal-xl { + --bs-modal-width: 800px; + } +} +@media (min-width: 1200px) { + .modal-xl { + --bs-modal-width: 1140px; + } +} +.modal-fullscreen { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; +} +.modal-fullscreen .modal-content { + height: 100%; + border: 0; + border-radius: 0; +} +.modal-fullscreen .modal-header, +.modal-fullscreen .modal-footer { + border-radius: 0; +} +.modal-fullscreen .modal-body { + overflow-y: auto; +} + +@media (max-width: 575.98px) { + .modal-fullscreen-sm-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; + } + .modal-fullscreen-sm-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; + } + .modal-fullscreen-sm-down .modal-header, +.modal-fullscreen-sm-down .modal-footer { + border-radius: 0; + } + .modal-fullscreen-sm-down .modal-body { + overflow-y: auto; + } +} +@media (max-width: 767.98px) { + .modal-fullscreen-md-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; + } + .modal-fullscreen-md-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; + } + .modal-fullscreen-md-down .modal-header, +.modal-fullscreen-md-down .modal-footer { + border-radius: 0; + } + .modal-fullscreen-md-down .modal-body { + overflow-y: auto; + } +} +@media (max-width: 991.98px) { + .modal-fullscreen-lg-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; + } + .modal-fullscreen-lg-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; + } + .modal-fullscreen-lg-down .modal-header, +.modal-fullscreen-lg-down .modal-footer { + border-radius: 0; + } + .modal-fullscreen-lg-down .modal-body { + overflow-y: auto; + } +} +@media (max-width: 1199.98px) { + .modal-fullscreen-xl-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; + } + .modal-fullscreen-xl-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; + } + .modal-fullscreen-xl-down .modal-header, +.modal-fullscreen-xl-down .modal-footer { + border-radius: 0; + } + .modal-fullscreen-xl-down .modal-body { + overflow-y: auto; + } +} +.tooltip { + --bs-tooltip-zindex: 1070; + --bs-tooltip-max-width: 200px; + --bs-tooltip-padding-x: 0.5rem; + --bs-tooltip-padding-y: 0.25rem; + --bs-tooltip-margin: 0; + --bs-tooltip-font-size: 0.875rem; + --bs-tooltip-color: #fff; + --bs-tooltip-bg: #000; + --bs-tooltip-border-radius: 2px; + --bs-tooltip-opacity: 0.9; + --bs-tooltip-arrow-width: 0.8rem; + --bs-tooltip-arrow-height: 0.4rem; + z-index: var(--bs-tooltip-zindex); + display: block; + margin: var(--bs-tooltip-margin); + font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-style: normal; + font-weight: 400; + line-height: 1.75; + text-align: left; + text-align: start; + text-decoration: none; + text-shadow: none; + text-transform: none; + letter-spacing: normal; + word-break: normal; + white-space: normal; + word-spacing: normal; + line-break: auto; + font-size: var(--bs-tooltip-font-size); + word-wrap: break-word; + opacity: 0; +} +.tooltip.show { + opacity: var(--bs-tooltip-opacity); +} +.tooltip .tooltip-arrow { + display: block; + width: var(--bs-tooltip-arrow-width); + height: var(--bs-tooltip-arrow-height); +} +.tooltip .tooltip-arrow::before { + position: absolute; + content: ""; + border-color: transparent; + border-style: solid; +} + +.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow { + bottom: calc(-1 * var(--bs-tooltip-arrow-height)); +} +.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before { + top: -1px; + border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0; + border-top-color: var(--bs-tooltip-bg); +} + +/* rtl:begin:ignore */ +.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow { + left: calc(-1 * var(--bs-tooltip-arrow-height)); + width: var(--bs-tooltip-arrow-height); + height: var(--bs-tooltip-arrow-width); +} +.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before { + right: -1px; + border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0; + border-right-color: var(--bs-tooltip-bg); +} + +/* rtl:end:ignore */ +.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow { + top: calc(-1 * var(--bs-tooltip-arrow-height)); +} +.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before { + bottom: -1px; + border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height); + border-bottom-color: var(--bs-tooltip-bg); +} + +/* rtl:begin:ignore */ +.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow { + right: calc(-1 * var(--bs-tooltip-arrow-height)); + width: var(--bs-tooltip-arrow-height); + height: var(--bs-tooltip-arrow-width); +} +.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before { + left: -1px; + border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height); + border-left-color: var(--bs-tooltip-bg); +} + +/* rtl:end:ignore */ +.tooltip-inner { + max-width: var(--bs-tooltip-max-width); + padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x); + color: var(--bs-tooltip-color); + text-align: center; + background-color: var(--bs-tooltip-bg); + border-radius: var(--bs-tooltip-border-radius); +} + +.popover { + --bs-popover-zindex: 1060; + --bs-popover-max-width: 276px; + --bs-popover-font-size: 0.875rem; + --bs-popover-bg: #fff; + --bs-popover-border-width: 1px; + --bs-popover-border-color: rgba(0, 0, 0, 0.2); + --bs-popover-border-radius: 4px; + --bs-popover-inner-border-radius: calc(4px - 1px); + --bs-popover-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2); + --bs-popover-header-padding-x: 0.75rem; + --bs-popover-header-padding-y: 0.5rem; + --bs-popover-header-font-size: 1rem; + --bs-popover-header-color: ; + --bs-popover-header-bg: #f7f7f7; + --bs-popover-body-padding-x: 0.75rem; + --bs-popover-body-padding-y: 0.5rem; + --bs-popover-body-color: #3c3c3c; + --bs-popover-arrow-width: 1rem; + --bs-popover-arrow-height: 0.5rem; + --bs-popover-arrow-border: var(--bs-popover-border-color); + z-index: var(--bs-popover-zindex); + display: block; + max-width: var(--bs-popover-max-width); + font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-style: normal; + font-weight: 400; + line-height: 1.75; + text-align: left; + text-align: start; + text-decoration: none; + text-shadow: none; + text-transform: none; + letter-spacing: normal; + word-break: normal; + white-space: normal; + word-spacing: normal; + line-break: auto; + font-size: var(--bs-popover-font-size); + word-wrap: break-word; + background-color: var(--bs-popover-bg); + background-clip: padding-box; + border: var(--bs-popover-border-width) solid var(--bs-popover-border-color); + border-radius: var(--bs-popover-border-radius); +} +.popover .popover-arrow { + display: block; + width: var(--bs-popover-arrow-width); + height: var(--bs-popover-arrow-height); +} +.popover .popover-arrow::before, .popover .popover-arrow::after { + position: absolute; + display: block; + content: ""; + border-color: transparent; + border-style: solid; + border-width: 0; +} + +.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow { + bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width)); +} +.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after { + border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0; +} +.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before { + bottom: 0; + border-top-color: var(--bs-popover-arrow-border); +} +.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after { + bottom: var(--bs-popover-border-width); + border-top-color: var(--bs-popover-bg); +} + +/* rtl:begin:ignore */ +.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow { + left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width)); + width: var(--bs-popover-arrow-height); + height: var(--bs-popover-arrow-width); +} +.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after { + border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0; +} +.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before { + left: 0; + border-right-color: var(--bs-popover-arrow-border); +} +.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after { + left: var(--bs-popover-border-width); + border-right-color: var(--bs-popover-bg); +} + +/* rtl:end:ignore */ +.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow { + top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width)); +} +.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after { + border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height); +} +.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before { + top: 0; + border-bottom-color: var(--bs-popover-arrow-border); +} +.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after { + top: var(--bs-popover-border-width); + border-bottom-color: var(--bs-popover-bg); +} +.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before { + position: absolute; + top: 0; + left: 50%; + display: block; + width: var(--bs-popover-arrow-width); + margin-left: calc(-0.5 * var(--bs-popover-arrow-width)); + content: ""; + border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg); +} + +/* rtl:begin:ignore */ +.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow { + right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width)); + width: var(--bs-popover-arrow-height); + height: var(--bs-popover-arrow-width); +} +.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after { + border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height); +} +.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before { + right: 0; + border-left-color: var(--bs-popover-arrow-border); +} +.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after { + right: var(--bs-popover-border-width); + border-left-color: var(--bs-popover-bg); +} + +/* rtl:end:ignore */ +.popover-header { + padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x); + margin-bottom: 0; + font-size: var(--bs-popover-header-font-size); + color: var(--bs-popover-header-color); + background-color: var(--bs-popover-header-bg); + border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color); + border-top-left-radius: var(--bs-popover-inner-border-radius); + border-top-right-radius: var(--bs-popover-inner-border-radius); +} +.popover-header:empty { + display: none; +} + +.popover-body { + padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x); + color: var(--bs-popover-body-color); +} + +.carousel { + position: relative; +} + +.carousel.pointer-event { + touch-action: pan-y; +} + +.carousel-inner { + position: relative; + width: 100%; + overflow: hidden; +} +.carousel-inner::after { + display: block; + clear: both; + content: ""; +} + +.carousel-item { + position: relative; + display: none; + float: left; + width: 100%; + margin-right: -100%; + backface-visibility: hidden; + transition: transform 0.6s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .carousel-item { + transition: none; + } +} + +.carousel-item.active, +.carousel-item-next, +.carousel-item-prev { + display: block; +} + +.carousel-item-next:not(.carousel-item-start), +.active.carousel-item-end { + transform: translateX(100%); +} + +.carousel-item-prev:not(.carousel-item-end), +.active.carousel-item-start { + transform: translateX(-100%); +} + +.carousel-fade .carousel-item { + opacity: 0; + transition-property: opacity; + transform: none; +} +.carousel-fade .carousel-item.active, +.carousel-fade .carousel-item-next.carousel-item-start, +.carousel-fade .carousel-item-prev.carousel-item-end { + z-index: 1; + opacity: 1; +} +.carousel-fade .active.carousel-item-start, +.carousel-fade .active.carousel-item-end { + z-index: 0; + opacity: 0; + transition: opacity 0s 0.6s; +} +@media (prefers-reduced-motion: reduce) { + .carousel-fade .active.carousel-item-start, +.carousel-fade .active.carousel-item-end { + transition: none; + } +} + +.carousel-control-prev, +.carousel-control-next { + position: absolute; + top: 0; + bottom: 0; + z-index: 1; + display: flex; + align-items: center; + justify-content: center; + width: 15%; + padding: 0; + color: #fff; + text-align: center; + background: none; + border: 0; + opacity: 0.5; + transition: opacity 0.15s ease; +} +@media (prefers-reduced-motion: reduce) { + .carousel-control-prev, +.carousel-control-next { + transition: none; + } +} +.carousel-control-prev:hover, .carousel-control-prev:focus, +.carousel-control-next:hover, +.carousel-control-next:focus { + color: #fff; + text-decoration: none; + outline: 0; + opacity: 0.9; +} + +.carousel-control-prev { + left: 0; +} + +.carousel-control-next { + right: 0; +} + +.carousel-control-prev-icon, +.carousel-control-next-icon { + display: inline-block; + width: 20px; + height: 20px; + background-repeat: no-repeat; + background-position: 50%; + background-size: 100% 100%; +} + +/* rtl:options: { + "autoRename": true, + "stringMap":[ { + "name" : "prev-next", + "search" : "prev", + "replace" : "next" + } ] +} */ +.carousel-control-prev-icon { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); +} + +.carousel-control-next-icon { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); +} + +.carousel-indicators { + position: absolute; + right: 0; + bottom: 0; + left: 0; + z-index: 2; + display: flex; + justify-content: center; + padding: 0; + margin-right: 15%; + margin-bottom: 1rem; + margin-left: 15%; +} +.carousel-indicators [data-bs-target] { + box-sizing: content-box; + flex: 0 1 auto; + width: 30px; + height: 3px; + padding: 0; + margin-right: 3px; + margin-left: 3px; + text-indent: -999px; + cursor: pointer; + background-color: #fff; + background-clip: padding-box; + border: 0; + border-top: 10px solid transparent; + border-bottom: 10px solid transparent; + opacity: 0.5; + transition: opacity 0.6s ease; +} +@media (prefers-reduced-motion: reduce) { + .carousel-indicators [data-bs-target] { + transition: none; + } +} +.carousel-indicators .active { + opacity: 1; +} + +.carousel-caption { + position: absolute; + right: 15%; + bottom: 1.25rem; + left: 15%; + padding-top: 1.25rem; + padding-bottom: 1.25rem; + color: #fff; + text-align: center; +} + +.carousel-dark .carousel-control-prev-icon, +.carousel-dark .carousel-control-next-icon { + filter: invert(1) grayscale(100); +} +.carousel-dark .carousel-indicators [data-bs-target] { + background-color: #000; +} +.carousel-dark .carousel-caption { + color: #000; +} + +[data-bs-theme=dark] .carousel .carousel-control-prev-icon, +[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon, +[data-bs-theme=dark].carousel .carousel-control-next-icon { + filter: invert(1) grayscale(100); +} +[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] { + background-color: #000; +} +[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption { + color: #000; +} + +.align-baseline { + vertical-align: baseline !important; +} + +.align-top { + vertical-align: top !important; +} + +.align-middle { + vertical-align: middle !important; +} + +.align-bottom { + vertical-align: bottom !important; +} + +.align-text-bottom { + vertical-align: text-bottom !important; +} + +.align-text-top { + vertical-align: text-top !important; +} + +.float-start { + float: left !important; +} + +.float-end { + float: right !important; +} + +.float-none { + float: none !important; +} + +.object-fit-contain { + -o-object-fit: contain !important; + object-fit: contain !important; +} + +.object-fit-cover { + -o-object-fit: cover !important; + object-fit: cover !important; +} + +.object-fit-fill { + -o-object-fit: fill !important; + object-fit: fill !important; +} + +.object-fit-scale { + -o-object-fit: scale-down !important; + object-fit: scale-down !important; +} + +.object-fit-none { + -o-object-fit: none !important; + object-fit: none !important; +} + +.opacity-0 { + opacity: 0 !important; +} + +.opacity-25 { + opacity: 0.25 !important; +} + +.opacity-50 { + opacity: 0.5 !important; +} + +.opacity-75 { + opacity: 0.75 !important; +} + +.opacity-100 { + opacity: 1 !important; +} + +.overflow-auto { + overflow: auto !important; +} + +.overflow-hidden { + overflow: hidden !important; +} + +.overflow-visible { + overflow: visible !important; +} + +.overflow-scroll { + overflow: scroll !important; +} + +.overflow-x-auto { + overflow-x: auto !important; +} + +.overflow-x-hidden { + overflow-x: hidden !important; +} + +.overflow-x-visible { + overflow-x: visible !important; +} + +.overflow-x-scroll { + overflow-x: scroll !important; +} + +.overflow-y-auto { + overflow-y: auto !important; +} + +.overflow-y-hidden { + overflow-y: hidden !important; +} + +.overflow-y-visible { + overflow-y: visible !important; +} + +.overflow-y-scroll { + overflow-y: scroll !important; +} + +.d-inline { + display: inline !important; +} + +.d-inline-block { + display: inline-block !important; +} + +.d-block { + display: block !important; +} + +.d-grid { + display: grid !important; +} + +.d-inline-grid { + display: inline-grid !important; +} + +.d-table { + display: table !important; +} + +.d-table-row { + display: table-row !important; +} + +.d-table-cell { + display: table-cell !important; +} + +.d-flex { + display: flex !important; +} + +.d-inline-flex { + display: inline-flex !important; +} + +.d-none { + display: none !important; +} + +.shadow { + box-shadow: var(--bs-box-shadow) !important; +} + +.shadow-sm { + box-shadow: var(--bs-box-shadow-sm) !important; +} + +.shadow-lg { + box-shadow: var(--bs-box-shadow-lg) !important; +} + +.shadow-none { + box-shadow: none !important; +} + +.focus-ring-primary { + --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity)); +} + +.focus-ring-secondary { + --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity)); +} + +.focus-ring-success { + --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity)); +} + +.focus-ring-info { + --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity)); +} + +.focus-ring-warning { + --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity)); +} + +.focus-ring-danger { + --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity)); +} + +.focus-ring-light { + --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity)); +} + +.focus-ring-lighter { + --bs-focus-ring-color: rgba(var(--bs-lighter-rgb), var(--bs-focus-ring-opacity)); +} + +.focus-ring-dark { + --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity)); +} + +.position-static { + position: static !important; +} + +.position-relative { + position: relative !important; +} + +.position-absolute { + position: absolute !important; +} + +.position-fixed { + position: fixed !important; +} + +.position-sticky { + position: sticky !important; +} + +.top-0 { + top: 0 !important; +} + +.top-50 { + top: 50% !important; +} + +.top-100 { + top: 100% !important; +} + +.bottom-0 { + bottom: 0 !important; +} + +.bottom-50 { + bottom: 50% !important; +} + +.bottom-100 { + bottom: 100% !important; +} + +.start-0 { + left: 0 !important; +} + +.start-50 { + left: 50% !important; +} + +.start-100 { + left: 100% !important; +} + +.end-0 { + right: 0 !important; +} + +.end-50 { + right: 50% !important; +} + +.end-100 { + right: 100% !important; +} + +.translate-middle { + transform: translate(-50%, -50%) !important; +} + +.translate-middle-x { + transform: translateX(-50%) !important; +} + +.translate-middle-y { + transform: translateY(-50%) !important; +} + +.border { + border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; +} + +.border-0 { + border: 0 !important; +} + +.border-top { + border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; +} + +.border-top-0 { + border-top: 0 !important; +} + +.border-end { + border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; +} + +.border-end-0 { + border-right: 0 !important; +} + +.border-bottom { + border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; +} + +.border-bottom-0 { + border-bottom: 0 !important; +} + +.border-start { + border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; +} + +.border-start-0 { + border-left: 0 !important; +} + +.border-primary { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important; +} + +.border-secondary { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important; +} + +.border-success { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important; +} + +.border-info { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important; +} + +.border-warning { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important; +} + +.border-danger { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important; +} + +.border-light { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important; +} + +.border-lighter { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-lighter-rgb), var(--bs-border-opacity)) !important; +} + +.border-dark { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important; +} + +.border-black { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important; +} + +.border-white { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important; +} + +.border-primary-subtle { + border-color: var(--bs-primary-border-subtle) !important; +} + +.border-secondary-subtle { + border-color: var(--bs-secondary-border-subtle) !important; +} + +.border-success-subtle { + border-color: var(--bs-success-border-subtle) !important; +} + +.border-info-subtle { + border-color: var(--bs-info-border-subtle) !important; +} + +.border-warning-subtle { + border-color: var(--bs-warning-border-subtle) !important; +} + +.border-danger-subtle { + border-color: var(--bs-danger-border-subtle) !important; +} + +.border-light-subtle { + border-color: var(--bs-light-border-subtle) !important; +} + +.border-dark-subtle { + border-color: var(--bs-dark-border-subtle) !important; +} + +.border-1 { + border-width: 1px !important; +} + +.border-2 { + border-width: 2px !important; +} + +.border-3 { + border-width: 3px !important; +} + +.border-4 { + border-width: 4px !important; +} + +.border-5 { + border-width: 5px !important; +} + +.border-opacity-10 { + --bs-border-opacity: 0.1; +} + +.border-opacity-25 { + --bs-border-opacity: 0.25; +} + +.border-opacity-50 { + --bs-border-opacity: 0.5; +} + +.border-opacity-75 { + --bs-border-opacity: 0.75; +} + +.border-opacity-100 { + --bs-border-opacity: 1; +} + +.w-25 { + width: 25% !important; +} + +.w-50 { + width: 50% !important; +} + +.w-75 { + width: 75% !important; +} + +.w-100 { + width: 100% !important; +} + +.w-auto { + width: auto !important; +} + +.mw-100 { + max-width: 100% !important; +} + +.vw-100 { + width: 100vw !important; +} + +.min-vw-100 { + min-width: 100vw !important; +} + +.h-25 { + height: 25% !important; +} + +.h-50 { + height: 50% !important; +} + +.h-75 { + height: 75% !important; +} + +.h-100 { + height: 100% !important; +} + +.h-auto { + height: auto !important; +} + +.mh-100 { + max-height: 100% !important; +} + +.vh-100 { + height: 100vh !important; +} + +.min-vh-100 { + min-height: 100vh !important; +} + +.flex-fill { + flex: 1 1 auto !important; +} + +.flex-row { + flex-direction: row !important; +} + +.flex-column { + flex-direction: column !important; +} + +.flex-row-reverse { + flex-direction: row-reverse !important; +} + +.flex-column-reverse { + flex-direction: column-reverse !important; +} + +.flex-grow-0 { + flex-grow: 0 !important; +} + +.flex-grow-1 { + flex-grow: 1 !important; +} + +.flex-shrink-0 { + flex-shrink: 0 !important; +} + +.flex-shrink-1 { + flex-shrink: 1 !important; +} + +.flex-wrap { + flex-wrap: wrap !important; +} + +.flex-nowrap { + flex-wrap: nowrap !important; +} + +.flex-wrap-reverse { + flex-wrap: wrap-reverse !important; +} + +.justify-content-start { + justify-content: flex-start !important; +} + +.justify-content-end { + justify-content: flex-end !important; +} + +.justify-content-center { + justify-content: center !important; +} + +.justify-content-between { + justify-content: space-between !important; +} + +.justify-content-around { + justify-content: space-around !important; +} + +.justify-content-evenly { + justify-content: space-evenly !important; +} + +.align-items-start { + align-items: flex-start !important; +} + +.align-items-end { + align-items: flex-end !important; +} + +.align-items-center { + align-items: center !important; +} + +.align-items-baseline { + align-items: baseline !important; +} + +.align-items-stretch { + align-items: stretch !important; +} + +.align-content-start { + align-content: flex-start !important; +} + +.align-content-end { + align-content: flex-end !important; +} + +.align-content-center { + align-content: center !important; +} + +.align-content-between { + align-content: space-between !important; +} + +.align-content-around { + align-content: space-around !important; +} + +.align-content-stretch { + align-content: stretch !important; +} + +.align-self-auto { + align-self: auto !important; +} + +.align-self-start { + align-self: flex-start !important; +} + +.align-self-end { + align-self: flex-end !important; +} + +.align-self-center { + align-self: center !important; +} + +.align-self-baseline { + align-self: baseline !important; +} + +.align-self-stretch { + align-self: stretch !important; +} + +.order-first { + order: -1 !important; +} + +.order-0 { + order: 0 !important; +} + +.order-1 { + order: 1 !important; +} + +.order-2 { + order: 2 !important; +} + +.order-3 { + order: 3 !important; +} + +.order-4 { + order: 4 !important; +} + +.order-5 { + order: 5 !important; +} + +.order-last { + order: 6 !important; +} + +.m-0 { + margin: 0rem !important; +} + +.m-1 { + margin: 0.495rem !important; +} + +.m-2 { + margin: 0.75rem !important; +} + +.m-3 { + margin: 0.9975rem !important; +} + +.m-4 { + margin: 1.5rem !important; +} + +.m-5 { + margin: 2.1255rem !important; +} + +.m-6 { + margin: 3rem !important; +} + +.m-7 { + margin: 3.9975rem !important; +} + +.m-8 { + margin: 4.5rem !important; +} + +.m-9 { + margin: 6rem !important; +} + +.m-10 { + margin: 7.875rem !important; +} + +.m-auto { + margin: auto !important; +} + +.mx-0 { + margin-right: 0rem !important; + margin-left: 0rem !important; +} + +.mx-1 { + margin-right: 0.495rem !important; + margin-left: 0.495rem !important; +} + +.mx-2 { + margin-right: 0.75rem !important; + margin-left: 0.75rem !important; +} + +.mx-3 { + margin-right: 0.9975rem !important; + margin-left: 0.9975rem !important; +} + +.mx-4 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; +} + +.mx-5 { + margin-right: 2.1255rem !important; + margin-left: 2.1255rem !important; +} + +.mx-6 { + margin-right: 3rem !important; + margin-left: 3rem !important; +} + +.mx-7 { + margin-right: 3.9975rem !important; + margin-left: 3.9975rem !important; +} + +.mx-8 { + margin-right: 4.5rem !important; + margin-left: 4.5rem !important; +} + +.mx-9 { + margin-right: 6rem !important; + margin-left: 6rem !important; +} + +.mx-10 { + margin-right: 7.875rem !important; + margin-left: 7.875rem !important; +} + +.mx-auto { + margin-right: auto !important; + margin-left: auto !important; +} + +.my-0 { + margin-top: 0rem !important; + margin-bottom: 0rem !important; +} + +.my-1 { + margin-top: 0.495rem !important; + margin-bottom: 0.495rem !important; +} + +.my-2 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; +} + +.my-3 { + margin-top: 0.9975rem !important; + margin-bottom: 0.9975rem !important; +} + +.my-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; +} + +.my-5 { + margin-top: 2.1255rem !important; + margin-bottom: 2.1255rem !important; +} + +.my-6 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; +} + +.my-7 { + margin-top: 3.9975rem !important; + margin-bottom: 3.9975rem !important; +} + +.my-8 { + margin-top: 4.5rem !important; + margin-bottom: 4.5rem !important; +} + +.my-9 { + margin-top: 6rem !important; + margin-bottom: 6rem !important; +} + +.my-10 { + margin-top: 7.875rem !important; + margin-bottom: 7.875rem !important; +} + +.my-auto { + margin-top: auto !important; + margin-bottom: auto !important; +} + +.mt-0 { + margin-top: 0rem !important; +} + +.mt-1 { + margin-top: 0.495rem !important; +} + +.mt-2 { + margin-top: 0.75rem !important; +} + +.mt-3 { + margin-top: 0.9975rem !important; +} + +.mt-4 { + margin-top: 1.5rem !important; +} + +.mt-5 { + margin-top: 2.1255rem !important; +} + +.mt-6 { + margin-top: 3rem !important; +} + +.mt-7 { + margin-top: 3.9975rem !important; +} + +.mt-8 { + margin-top: 4.5rem !important; +} + +.mt-9 { + margin-top: 6rem !important; +} + +.mt-10 { + margin-top: 7.875rem !important; +} + +.mt-auto { + margin-top: auto !important; +} + +.me-0 { + margin-right: 0rem !important; +} + +.me-1 { + margin-right: 0.495rem !important; +} + +.me-2 { + margin-right: 0.75rem !important; +} + +.me-3 { + margin-right: 0.9975rem !important; +} + +.me-4 { + margin-right: 1.5rem !important; +} + +.me-5 { + margin-right: 2.1255rem !important; +} + +.me-6 { + margin-right: 3rem !important; +} + +.me-7 { + margin-right: 3.9975rem !important; +} + +.me-8 { + margin-right: 4.5rem !important; +} + +.me-9 { + margin-right: 6rem !important; +} + +.me-10 { + margin-right: 7.875rem !important; +} + +.me-auto { + margin-right: auto !important; +} + +.mb-0 { + margin-bottom: 0rem !important; +} + +.mb-1 { + margin-bottom: 0.495rem !important; +} + +.mb-2 { + margin-bottom: 0.75rem !important; +} + +.mb-3 { + margin-bottom: 0.9975rem !important; +} + +.mb-4 { + margin-bottom: 1.5rem !important; +} + +.mb-5 { + margin-bottom: 2.1255rem !important; +} + +.mb-6 { + margin-bottom: 3rem !important; +} + +.mb-7 { + margin-bottom: 3.9975rem !important; +} + +.mb-8 { + margin-bottom: 4.5rem !important; +} + +.mb-9 { + margin-bottom: 6rem !important; +} + +.mb-10 { + margin-bottom: 7.875rem !important; +} + +.mb-auto { + margin-bottom: auto !important; +} + +.ms-0 { + margin-left: 0rem !important; +} + +.ms-1 { + margin-left: 0.495rem !important; +} + +.ms-2 { + margin-left: 0.75rem !important; +} + +.ms-3 { + margin-left: 0.9975rem !important; +} + +.ms-4 { + margin-left: 1.5rem !important; +} + +.ms-5 { + margin-left: 2.1255rem !important; +} + +.ms-6 { + margin-left: 3rem !important; +} + +.ms-7 { + margin-left: 3.9975rem !important; +} + +.ms-8 { + margin-left: 4.5rem !important; +} + +.ms-9 { + margin-left: 6rem !important; +} + +.ms-10 { + margin-left: 7.875rem !important; +} + +.ms-auto { + margin-left: auto !important; +} + +.p-0 { + padding: 0rem !important; +} + +.p-1 { + padding: 0.495rem !important; +} + +.p-2 { + padding: 0.75rem !important; +} + +.p-3 { + padding: 0.9975rem !important; +} + +.p-4 { + padding: 1.5rem !important; +} + +.p-5 { + padding: 2.1255rem !important; +} + +.p-6 { + padding: 3rem !important; +} + +.p-7 { + padding: 3.9975rem !important; +} + +.p-8 { + padding: 4.5rem !important; +} + +.p-9 { + padding: 6rem !important; +} + +.p-10 { + padding: 7.875rem !important; +} + +.px-0 { + padding-right: 0rem !important; + padding-left: 0rem !important; +} + +.px-1 { + padding-right: 0.495rem !important; + padding-left: 0.495rem !important; +} + +.px-2 { + padding-right: 0.75rem !important; + padding-left: 0.75rem !important; +} + +.px-3 { + padding-right: 0.9975rem !important; + padding-left: 0.9975rem !important; +} + +.px-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; +} + +.px-5 { + padding-right: 2.1255rem !important; + padding-left: 2.1255rem !important; +} + +.px-6 { + padding-right: 3rem !important; + padding-left: 3rem !important; +} + +.px-7 { + padding-right: 3.9975rem !important; + padding-left: 3.9975rem !important; +} + +.px-8 { + padding-right: 4.5rem !important; + padding-left: 4.5rem !important; +} + +.px-9 { + padding-right: 6rem !important; + padding-left: 6rem !important; +} + +.px-10 { + padding-right: 7.875rem !important; + padding-left: 7.875rem !important; +} + +.py-0 { + padding-top: 0rem !important; + padding-bottom: 0rem !important; +} + +.py-1 { + padding-top: 0.495rem !important; + padding-bottom: 0.495rem !important; +} + +.py-2 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; +} + +.py-3 { + padding-top: 0.9975rem !important; + padding-bottom: 0.9975rem !important; +} + +.py-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; +} + +.py-5 { + padding-top: 2.1255rem !important; + padding-bottom: 2.1255rem !important; +} + +.py-6 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; +} + +.py-7 { + padding-top: 3.9975rem !important; + padding-bottom: 3.9975rem !important; +} + +.py-8 { + padding-top: 4.5rem !important; + padding-bottom: 4.5rem !important; +} + +.py-9 { + padding-top: 6rem !important; + padding-bottom: 6rem !important; +} + +.py-10 { + padding-top: 7.875rem !important; + padding-bottom: 7.875rem !important; +} + +.pt-0 { + padding-top: 0rem !important; +} + +.pt-1 { + padding-top: 0.495rem !important; +} + +.pt-2 { + padding-top: 0.75rem !important; +} + +.pt-3 { + padding-top: 0.9975rem !important; +} + +.pt-4 { + padding-top: 1.5rem !important; +} + +.pt-5 { + padding-top: 2.1255rem !important; +} + +.pt-6 { + padding-top: 3rem !important; +} + +.pt-7 { + padding-top: 3.9975rem !important; +} + +.pt-8 { + padding-top: 4.5rem !important; +} + +.pt-9 { + padding-top: 6rem !important; +} + +.pt-10 { + padding-top: 7.875rem !important; +} + +.pe-0 { + padding-right: 0rem !important; +} + +.pe-1 { + padding-right: 0.495rem !important; +} + +.pe-2 { + padding-right: 0.75rem !important; +} + +.pe-3 { + padding-right: 0.9975rem !important; +} + +.pe-4 { + padding-right: 1.5rem !important; +} + +.pe-5 { + padding-right: 2.1255rem !important; +} + +.pe-6 { + padding-right: 3rem !important; +} + +.pe-7 { + padding-right: 3.9975rem !important; +} + +.pe-8 { + padding-right: 4.5rem !important; +} + +.pe-9 { + padding-right: 6rem !important; +} + +.pe-10 { + padding-right: 7.875rem !important; +} + +.pb-0 { + padding-bottom: 0rem !important; +} + +.pb-1 { + padding-bottom: 0.495rem !important; +} + +.pb-2 { + padding-bottom: 0.75rem !important; +} + +.pb-3 { + padding-bottom: 0.9975rem !important; +} + +.pb-4 { + padding-bottom: 1.5rem !important; +} + +.pb-5 { + padding-bottom: 2.1255rem !important; +} + +.pb-6 { + padding-bottom: 3rem !important; +} + +.pb-7 { + padding-bottom: 3.9975rem !important; +} + +.pb-8 { + padding-bottom: 4.5rem !important; +} + +.pb-9 { + padding-bottom: 6rem !important; +} + +.pb-10 { + padding-bottom: 7.875rem !important; +} + +.ps-0 { + padding-left: 0rem !important; +} + +.ps-1 { + padding-left: 0.495rem !important; +} + +.ps-2 { + padding-left: 0.75rem !important; +} + +.ps-3 { + padding-left: 0.9975rem !important; +} + +.ps-4 { + padding-left: 1.5rem !important; +} + +.ps-5 { + padding-left: 2.1255rem !important; +} + +.ps-6 { + padding-left: 3rem !important; +} + +.ps-7 { + padding-left: 3.9975rem !important; +} + +.ps-8 { + padding-left: 4.5rem !important; +} + +.ps-9 { + padding-left: 6rem !important; +} + +.ps-10 { + padding-left: 7.875rem !important; +} + +.gap-0 { + gap: 0rem !important; +} + +.gap-1 { + gap: 0.495rem !important; +} + +.gap-2 { + gap: 0.75rem !important; +} + +.gap-3 { + gap: 0.9975rem !important; +} + +.gap-4 { + gap: 1.5rem !important; +} + +.gap-5 { + gap: 2.1255rem !important; +} + +.gap-6 { + gap: 3rem !important; +} + +.gap-7 { + gap: 3.9975rem !important; +} + +.gap-8 { + gap: 4.5rem !important; +} + +.gap-9 { + gap: 6rem !important; +} + +.gap-10 { + gap: 7.875rem !important; +} + +.row-gap-0 { + row-gap: 0rem !important; +} + +.row-gap-1 { + row-gap: 0.495rem !important; +} + +.row-gap-2 { + row-gap: 0.75rem !important; +} + +.row-gap-3 { + row-gap: 0.9975rem !important; +} + +.row-gap-4 { + row-gap: 1.5rem !important; +} + +.row-gap-5 { + row-gap: 2.1255rem !important; +} + +.row-gap-6 { + row-gap: 3rem !important; +} + +.row-gap-7 { + row-gap: 3.9975rem !important; +} + +.row-gap-8 { + row-gap: 4.5rem !important; +} + +.row-gap-9 { + row-gap: 6rem !important; +} + +.row-gap-10 { + row-gap: 7.875rem !important; +} + +.column-gap-0 { + -moz-column-gap: 0rem !important; + column-gap: 0rem !important; +} + +.column-gap-1 { + -moz-column-gap: 0.495rem !important; + column-gap: 0.495rem !important; +} + +.column-gap-2 { + -moz-column-gap: 0.75rem !important; + column-gap: 0.75rem !important; +} + +.column-gap-3 { + -moz-column-gap: 0.9975rem !important; + column-gap: 0.9975rem !important; +} + +.column-gap-4 { + -moz-column-gap: 1.5rem !important; + column-gap: 1.5rem !important; +} + +.column-gap-5 { + -moz-column-gap: 2.1255rem !important; + column-gap: 2.1255rem !important; +} + +.column-gap-6 { + -moz-column-gap: 3rem !important; + column-gap: 3rem !important; +} + +.column-gap-7 { + -moz-column-gap: 3.9975rem !important; + column-gap: 3.9975rem !important; +} + +.column-gap-8 { + -moz-column-gap: 4.5rem !important; + column-gap: 4.5rem !important; +} + +.column-gap-9 { + -moz-column-gap: 6rem !important; + column-gap: 6rem !important; +} + +.column-gap-10 { + -moz-column-gap: 7.875rem !important; + column-gap: 7.875rem !important; +} + +.font-monospace { + font-family: var(--bs-font-monospace) !important; +} + +.fs-1 { + font-size: calc(1.3375rem + 1.05vw) !important; +} + +.fs-2 { + font-size: calc(1.3375rem + 1.05vw) !important; +} + +.fs-3 { + font-size: calc(1.275rem + 0.3vw) !important; +} + +.fs-4 { + font-size: 1.25rem !important; +} + +.fs-5 { + font-size: 1rem !important; +} + +.fs-6 { + font-size: 0.875rem !important; +} + +.fst-italic { + font-style: italic !important; +} + +.fst-normal { + font-style: normal !important; +} + +.fw-lighter { + font-weight: lighter !important; +} + +.fw-light { + font-weight: 300 !important; +} + +.fw-normal { + font-weight: 400 !important; +} + +.fw-medium { + font-weight: 500 !important; +} + +.fw-semibold { + font-weight: 600 !important; +} + +.fw-bold { + font-weight: 700 !important; +} + +.fw-bolder { + font-weight: bolder !important; +} + +.lh-1 { + line-height: 1 !important; +} + +.lh-sm { + line-height: 1.75 !important; +} + +.lh-base { + line-height: 1.75 !important; +} + +.lh-lg { + line-height: 1.75 !important; } -.sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border: 0; -} - -.sr-only-focusable:active, .sr-only-focusable:focus { - position: static; - width: auto; - height: auto; - overflow: visible; - clip: auto; - white-space: normal; -} - -.shadow-sm { - box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3) !important; -} - -.shadow { - box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; -} - -.shadow-lg { - box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; -} - -.shadow-none { - box-shadow: none !important; -} - -.w-25 { - width: 25% !important; -} - -.w-50 { - width: 50% !important; -} - -.w-75 { - width: 75% !important; -} - -.w-100 { - width: 100% !important; -} - -.w-auto { - width: auto !important; -} - -.h-25 { - height: 25% !important; -} - -.h-50 { - height: 50% !important; -} - -.h-75 { - height: 75% !important; -} - -.h-100 { - height: 100% !important; -} - -.h-auto { - height: auto !important; -} - -.mw-100 { - max-width: 100% !important; -} - -.mh-100 { - max-height: 100% !important; -} - -.min-vw-100 { - min-width: 100vw !important; -} - -.min-vh-100 { - min-height: 100vh !important; -} - -.vw-100 { - width: 100vw !important; -} - -.vh-100 { - height: 100vh !important; -} - -.m-0 { - margin: 0 !important; -} - -.mt-0, -.my-0 { - margin-top: 0 !important; -} - -.mr-0, -.mx-0 { - margin-right: 0 !important; -} - -.mb-0, -.my-0 { - margin-bottom: 0 !important; -} - -.ml-0, -.mx-0 { - margin-left: 0 !important; -} - -.m-1 { - margin: 0.495rem !important; -} - -.mt-1, -.my-1 { - margin-top: 0.495rem !important; -} - -.mr-1, -.mx-1 { - margin-right: 0.495rem !important; -} - -.mb-1, -.my-1 { - margin-bottom: 0.495rem !important; -} - -.ml-1, -.mx-1 { - margin-left: 0.495rem !important; -} - -.m-2 { - margin: 0.75rem !important; -} - -.mt-2, -.my-2 { - margin-top: 0.75rem !important; -} - -.mr-2, -.mx-2 { - margin-right: 0.75rem !important; -} - -.mb-2, -.my-2 { - margin-bottom: 0.75rem !important; -} - -.ml-2, -.mx-2 { - margin-left: 0.75rem !important; -} - -.m-3 { - margin: 0.9975rem !important; -} - -.mt-3, -.my-3 { - margin-top: 0.9975rem !important; -} - -.mr-3, -.mx-3 { - margin-right: 0.9975rem !important; -} - -.mb-3, -.my-3 { - margin-bottom: 0.9975rem !important; -} - -.ml-3, -.mx-3 { - margin-left: 0.9975rem !important; -} - -.m-4 { - margin: 1.5rem !important; -} - -.mt-4, -.my-4 { - margin-top: 1.5rem !important; -} - -.mr-4, -.mx-4 { - margin-right: 1.5rem !important; -} - -.mb-4, -.my-4 { - margin-bottom: 1.5rem !important; -} - -.ml-4, -.mx-4 { - margin-left: 1.5rem !important; -} - -.m-5 { - margin: 2.1255rem !important; -} - -.mt-5, -.my-5 { - margin-top: 2.1255rem !important; -} - -.mr-5, -.mx-5 { - margin-right: 2.1255rem !important; -} - -.mb-5, -.my-5 { - margin-bottom: 2.1255rem !important; -} - -.ml-5, -.mx-5 { - margin-left: 2.1255rem !important; -} - -.m-6 { - margin: 3rem !important; -} - -.mt-6, -.my-6 { - margin-top: 3rem !important; -} - -.mr-6, -.mx-6 { - margin-right: 3rem !important; -} - -.mb-6, -.my-6 { - margin-bottom: 3rem !important; -} - -.ml-6, -.mx-6 { - margin-left: 3rem !important; -} - -.m-7 { - margin: 3.9975rem !important; -} - -.mt-7, -.my-7 { - margin-top: 3.9975rem !important; -} - -.mr-7, -.mx-7 { - margin-right: 3.9975rem !important; -} - -.mb-7, -.my-7 { - margin-bottom: 3.9975rem !important; +.text-start { + text-align: left !important; } -.ml-7, -.mx-7 { - margin-left: 3.9975rem !important; +.text-end { + text-align: right !important; } -.m-8 { - margin: 4.5rem !important; +.text-center { + text-align: center !important; } -.mt-8, -.my-8 { - margin-top: 4.5rem !important; +.text-decoration-none { + text-decoration: none !important; } -.mr-8, -.mx-8 { - margin-right: 4.5rem !important; +.text-decoration-underline { + text-decoration: underline !important; } -.mb-8, -.my-8 { - margin-bottom: 4.5rem !important; +.text-decoration-line-through { + text-decoration: line-through !important; } -.ml-8, -.mx-8 { - margin-left: 4.5rem !important; +.text-lowercase { + text-transform: lowercase !important; } -.m-9 { - margin: 6rem !important; +.text-uppercase { + text-transform: uppercase !important; } -.mt-9, -.my-9 { - margin-top: 6rem !important; +.text-capitalize { + text-transform: capitalize !important; } -.mr-9, -.mx-9 { - margin-right: 6rem !important; +.text-wrap { + white-space: normal !important; } -.mb-9, -.my-9 { - margin-bottom: 6rem !important; +.text-nowrap { + white-space: nowrap !important; } -.ml-9, -.mx-9 { - margin-left: 6rem !important; +/* rtl:begin:remove */ +.text-break { + word-wrap: break-word !important; + word-break: break-word !important; } -.m-10 { - margin: 7.875rem !important; +/* rtl:end:remove */ +.text-primary { + --bs-text-opacity: 1; + color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; } -.mt-10, -.my-10 { - margin-top: 7.875rem !important; +.text-secondary { + --bs-text-opacity: 1; + color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; } -.mr-10, -.mx-10 { - margin-right: 7.875rem !important; +.text-success { + --bs-text-opacity: 1; + color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; } -.mb-10, -.my-10 { - margin-bottom: 7.875rem !important; +.text-info { + --bs-text-opacity: 1; + color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; } -.ml-10, -.mx-10 { - margin-left: 7.875rem !important; +.text-warning { + --bs-text-opacity: 1; + color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; } -.p-0 { - padding: 0 !important; +.text-danger { + --bs-text-opacity: 1; + color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; } -.pt-0, -.py-0 { - padding-top: 0 !important; +.text-light { + --bs-text-opacity: 1; + color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; } -.pr-0, -.px-0 { - padding-right: 0 !important; +.text-lighter { + --bs-text-opacity: 1; + color: rgba(var(--bs-lighter-rgb), var(--bs-text-opacity)) !important; } -.pb-0, -.py-0 { - padding-bottom: 0 !important; +.text-dark { + --bs-text-opacity: 1; + color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; } -.pl-0, -.px-0 { - padding-left: 0 !important; +.text-black { + --bs-text-opacity: 1; + color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; } -.p-1 { - padding: 0.495rem !important; +.text-white { + --bs-text-opacity: 1; + color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; } -.pt-1, -.py-1 { - padding-top: 0.495rem !important; +.text-body { + --bs-text-opacity: 1; + color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; } -.pr-1, -.px-1 { - padding-right: 0.495rem !important; +.text-muted { + --bs-text-opacity: 1; + color: var(--bs-secondary-color) !important; } -.pb-1, -.py-1 { - padding-bottom: 0.495rem !important; +.text-black-50 { + --bs-text-opacity: 1; + color: rgba(0, 0, 0, 0.5) !important; } -.pl-1, -.px-1 { - padding-left: 0.495rem !important; +.text-white-50 { + --bs-text-opacity: 1; + color: rgba(255, 255, 255, 0.5) !important; } -.p-2 { - padding: 0.75rem !important; +.text-body-secondary { + --bs-text-opacity: 1; + color: var(--bs-secondary-color) !important; } -.pt-2, -.py-2 { - padding-top: 0.75rem !important; +.text-body-tertiary { + --bs-text-opacity: 1; + color: var(--bs-tertiary-color) !important; } -.pr-2, -.px-2 { - padding-right: 0.75rem !important; +.text-body-emphasis { + --bs-text-opacity: 1; + color: var(--bs-emphasis-color) !important; } -.pb-2, -.py-2 { - padding-bottom: 0.75rem !important; +.text-reset { + --bs-text-opacity: 1; + color: inherit !important; } -.pl-2, -.px-2 { - padding-left: 0.75rem !important; +.text-opacity-25 { + --bs-text-opacity: 0.25; } -.p-3 { - padding: 0.9975rem !important; +.text-opacity-50 { + --bs-text-opacity: 0.5; } -.pt-3, -.py-3 { - padding-top: 0.9975rem !important; +.text-opacity-75 { + --bs-text-opacity: 0.75; } -.pr-3, -.px-3 { - padding-right: 0.9975rem !important; +.text-opacity-100 { + --bs-text-opacity: 1; } -.pb-3, -.py-3 { - padding-bottom: 0.9975rem !important; +.text-primary-emphasis { + color: var(--bs-primary-text-emphasis) !important; } -.pl-3, -.px-3 { - padding-left: 0.9975rem !important; +.text-secondary-emphasis { + color: var(--bs-secondary-text-emphasis) !important; } -.p-4 { - padding: 1.5rem !important; +.text-success-emphasis { + color: var(--bs-success-text-emphasis) !important; } -.pt-4, -.py-4 { - padding-top: 1.5rem !important; +.text-info-emphasis { + color: var(--bs-info-text-emphasis) !important; } -.pr-4, -.px-4 { - padding-right: 1.5rem !important; +.text-warning-emphasis { + color: var(--bs-warning-text-emphasis) !important; } -.pb-4, -.py-4 { - padding-bottom: 1.5rem !important; +.text-danger-emphasis { + color: var(--bs-danger-text-emphasis) !important; } -.pl-4, -.px-4 { - padding-left: 1.5rem !important; +.text-light-emphasis { + color: var(--bs-light-text-emphasis) !important; } -.p-5 { - padding: 2.1255rem !important; +.text-dark-emphasis { + color: var(--bs-dark-text-emphasis) !important; } -.pt-5, -.py-5 { - padding-top: 2.1255rem !important; +.link-opacity-10 { + --bs-link-opacity: 0.1; } -.pr-5, -.px-5 { - padding-right: 2.1255rem !important; +.link-opacity-10-hover:hover { + --bs-link-opacity: 0.1; } -.pb-5, -.py-5 { - padding-bottom: 2.1255rem !important; +.link-opacity-25 { + --bs-link-opacity: 0.25; } -.pl-5, -.px-5 { - padding-left: 2.1255rem !important; +.link-opacity-25-hover:hover { + --bs-link-opacity: 0.25; } -.p-6 { - padding: 3rem !important; +.link-opacity-50 { + --bs-link-opacity: 0.5; } -.pt-6, -.py-6 { - padding-top: 3rem !important; +.link-opacity-50-hover:hover { + --bs-link-opacity: 0.5; } -.pr-6, -.px-6 { - padding-right: 3rem !important; +.link-opacity-75 { + --bs-link-opacity: 0.75; } -.pb-6, -.py-6 { - padding-bottom: 3rem !important; +.link-opacity-75-hover:hover { + --bs-link-opacity: 0.75; } -.pl-6, -.px-6 { - padding-left: 3rem !important; +.link-opacity-100 { + --bs-link-opacity: 1; } -.p-7 { - padding: 3.9975rem !important; +.link-opacity-100-hover:hover { + --bs-link-opacity: 1; } -.pt-7, -.py-7 { - padding-top: 3.9975rem !important; +.link-offset-1 { + text-underline-offset: 0.125em !important; } -.pr-7, -.px-7 { - padding-right: 3.9975rem !important; +.link-offset-1-hover:hover { + text-underline-offset: 0.125em !important; } -.pb-7, -.py-7 { - padding-bottom: 3.9975rem !important; +.link-offset-2 { + text-underline-offset: 0.25em !important; } -.pl-7, -.px-7 { - padding-left: 3.9975rem !important; +.link-offset-2-hover:hover { + text-underline-offset: 0.25em !important; } -.p-8 { - padding: 4.5rem !important; +.link-offset-3 { + text-underline-offset: 0.375em !important; } -.pt-8, -.py-8 { - padding-top: 4.5rem !important; +.link-offset-3-hover:hover { + text-underline-offset: 0.375em !important; } -.pr-8, -.px-8 { - padding-right: 4.5rem !important; +.link-underline-primary { + --bs-link-underline-opacity: 1; + -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important; + text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important; } -.pb-8, -.py-8 { - padding-bottom: 4.5rem !important; +.link-underline-secondary { + --bs-link-underline-opacity: 1; + -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important; + text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important; } -.pl-8, -.px-8 { - padding-left: 4.5rem !important; +.link-underline-success { + --bs-link-underline-opacity: 1; + -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important; + text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important; } -.p-9 { - padding: 6rem !important; +.link-underline-info { + --bs-link-underline-opacity: 1; + -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important; + text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important; } -.pt-9, -.py-9 { - padding-top: 6rem !important; +.link-underline-warning { + --bs-link-underline-opacity: 1; + -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important; + text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important; +} + +.link-underline-danger { + --bs-link-underline-opacity: 1; + -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important; + text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important; +} + +.link-underline-light { + --bs-link-underline-opacity: 1; + -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important; + text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important; +} + +.link-underline-lighter { + --bs-link-underline-opacity: 1; + -webkit-text-decoration-color: rgba(var(--bs-lighter-rgb), var(--bs-link-underline-opacity)) !important; + text-decoration-color: rgba(var(--bs-lighter-rgb), var(--bs-link-underline-opacity)) !important; +} + +.link-underline-dark { + --bs-link-underline-opacity: 1; + -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important; + text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important; +} + +.link-underline { + --bs-link-underline-opacity: 1; + -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important; + text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important; +} + +.link-underline-opacity-0 { + --bs-link-underline-opacity: 0; +} + +.link-underline-opacity-0-hover:hover { + --bs-link-underline-opacity: 0; +} + +.link-underline-opacity-10 { + --bs-link-underline-opacity: 0.1; +} + +.link-underline-opacity-10-hover:hover { + --bs-link-underline-opacity: 0.1; +} + +.link-underline-opacity-25 { + --bs-link-underline-opacity: 0.25; +} + +.link-underline-opacity-25-hover:hover { + --bs-link-underline-opacity: 0.25; +} + +.link-underline-opacity-50 { + --bs-link-underline-opacity: 0.5; +} + +.link-underline-opacity-50-hover:hover { + --bs-link-underline-opacity: 0.5; +} + +.link-underline-opacity-75 { + --bs-link-underline-opacity: 0.75; +} + +.link-underline-opacity-75-hover:hover { + --bs-link-underline-opacity: 0.75; +} + +.link-underline-opacity-100 { + --bs-link-underline-opacity: 1; +} + +.link-underline-opacity-100-hover:hover { + --bs-link-underline-opacity: 1; +} + +.bg-primary { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-secondary { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-success { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-info { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-warning { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-danger { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-light { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-lighter { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-lighter-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-dark { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-black { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-white { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-body { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-transparent { + --bs-bg-opacity: 1; + background-color: transparent !important; +} + +.bg-body-secondary { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-body-tertiary { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-opacity-10 { + --bs-bg-opacity: 0.1; +} + +.bg-opacity-25 { + --bs-bg-opacity: 0.25; +} + +.bg-opacity-50 { + --bs-bg-opacity: 0.5; +} + +.bg-opacity-75 { + --bs-bg-opacity: 0.75; +} + +.bg-opacity-100 { + --bs-bg-opacity: 1; +} + +.bg-primary-subtle { + background-color: var(--bs-primary-bg-subtle) !important; +} + +.bg-secondary-subtle { + background-color: var(--bs-secondary-bg-subtle) !important; +} + +.bg-success-subtle { + background-color: var(--bs-success-bg-subtle) !important; +} + +.bg-info-subtle { + background-color: var(--bs-info-bg-subtle) !important; } -.pr-9, -.px-9 { - padding-right: 6rem !important; +.bg-warning-subtle { + background-color: var(--bs-warning-bg-subtle) !important; } -.pb-9, -.py-9 { - padding-bottom: 6rem !important; +.bg-danger-subtle { + background-color: var(--bs-danger-bg-subtle) !important; } -.pl-9, -.px-9 { - padding-left: 6rem !important; +.bg-light-subtle { + background-color: var(--bs-light-bg-subtle) !important; } -.p-10 { - padding: 7.875rem !important; +.bg-dark-subtle { + background-color: var(--bs-dark-bg-subtle) !important; } -.pt-10, -.py-10 { - padding-top: 7.875rem !important; +.bg-gradient { + background-image: var(--bs-gradient) !important; } -.pr-10, -.px-10 { - padding-right: 7.875rem !important; +.user-select-all { + -webkit-user-select: all !important; + -moz-user-select: all !important; + user-select: all !important; } -.pb-10, -.py-10 { - padding-bottom: 7.875rem !important; +.user-select-auto { + -webkit-user-select: auto !important; + -moz-user-select: auto !important; + user-select: auto !important; } -.pl-10, -.px-10 { - padding-left: 7.875rem !important; +.user-select-none { + -webkit-user-select: none !important; + -moz-user-select: none !important; + user-select: none !important; } -.m-n1 { - margin: -0.495rem !important; +.pe-none { + pointer-events: none !important; } -.mt-n1, -.my-n1 { - margin-top: -0.495rem !important; +.pe-auto { + pointer-events: auto !important; } -.mr-n1, -.mx-n1 { - margin-right: -0.495rem !important; +.rounded { + border-radius: var(--bs-border-radius) !important; } -.mb-n1, -.my-n1 { - margin-bottom: -0.495rem !important; +.rounded-0 { + border-radius: 0 !important; } -.ml-n1, -.mx-n1 { - margin-left: -0.495rem !important; +.rounded-1 { + border-radius: var(--bs-border-radius-sm) !important; } -.m-n2 { - margin: -0.75rem !important; +.rounded-2 { + border-radius: var(--bs-border-radius) !important; } -.mt-n2, -.my-n2 { - margin-top: -0.75rem !important; +.rounded-3 { + border-radius: var(--bs-border-radius-lg) !important; } -.mr-n2, -.mx-n2 { - margin-right: -0.75rem !important; +.rounded-4 { + border-radius: var(--bs-border-radius-xl) !important; } -.mb-n2, -.my-n2 { - margin-bottom: -0.75rem !important; +.rounded-5 { + border-radius: var(--bs-border-radius-xxl) !important; } -.ml-n2, -.mx-n2 { - margin-left: -0.75rem !important; +.rounded-circle { + border-radius: 50% !important; } -.m-n3 { - margin: -0.9975rem !important; +.rounded-pill { + border-radius: var(--bs-border-radius-pill) !important; } -.mt-n3, -.my-n3 { - margin-top: -0.9975rem !important; +.rounded-top { + border-top-left-radius: var(--bs-border-radius) !important; + border-top-right-radius: var(--bs-border-radius) !important; } -.mr-n3, -.mx-n3 { - margin-right: -0.9975rem !important; +.rounded-top-0 { + border-top-left-radius: 0 !important; + border-top-right-radius: 0 !important; } -.mb-n3, -.my-n3 { - margin-bottom: -0.9975rem !important; +.rounded-top-1 { + border-top-left-radius: var(--bs-border-radius-sm) !important; + border-top-right-radius: var(--bs-border-radius-sm) !important; } -.ml-n3, -.mx-n3 { - margin-left: -0.9975rem !important; +.rounded-top-2 { + border-top-left-radius: var(--bs-border-radius) !important; + border-top-right-radius: var(--bs-border-radius) !important; } -.m-n4 { - margin: -1.5rem !important; +.rounded-top-3 { + border-top-left-radius: var(--bs-border-radius-lg) !important; + border-top-right-radius: var(--bs-border-radius-lg) !important; } -.mt-n4, -.my-n4 { - margin-top: -1.5rem !important; +.rounded-top-4 { + border-top-left-radius: var(--bs-border-radius-xl) !important; + border-top-right-radius: var(--bs-border-radius-xl) !important; } -.mr-n4, -.mx-n4 { - margin-right: -1.5rem !important; +.rounded-top-5 { + border-top-left-radius: var(--bs-border-radius-xxl) !important; + border-top-right-radius: var(--bs-border-radius-xxl) !important; } -.mb-n4, -.my-n4 { - margin-bottom: -1.5rem !important; +.rounded-top-circle { + border-top-left-radius: 50% !important; + border-top-right-radius: 50% !important; } -.ml-n4, -.mx-n4 { - margin-left: -1.5rem !important; +.rounded-top-pill { + border-top-left-radius: var(--bs-border-radius-pill) !important; + border-top-right-radius: var(--bs-border-radius-pill) !important; } -.m-n5 { - margin: -2.1255rem !important; +.rounded-end { + border-top-right-radius: var(--bs-border-radius) !important; + border-bottom-right-radius: var(--bs-border-radius) !important; } -.mt-n5, -.my-n5 { - margin-top: -2.1255rem !important; +.rounded-end-0 { + border-top-right-radius: 0 !important; + border-bottom-right-radius: 0 !important; } -.mr-n5, -.mx-n5 { - margin-right: -2.1255rem !important; +.rounded-end-1 { + border-top-right-radius: var(--bs-border-radius-sm) !important; + border-bottom-right-radius: var(--bs-border-radius-sm) !important; } -.mb-n5, -.my-n5 { - margin-bottom: -2.1255rem !important; +.rounded-end-2 { + border-top-right-radius: var(--bs-border-radius) !important; + border-bottom-right-radius: var(--bs-border-radius) !important; } -.ml-n5, -.mx-n5 { - margin-left: -2.1255rem !important; +.rounded-end-3 { + border-top-right-radius: var(--bs-border-radius-lg) !important; + border-bottom-right-radius: var(--bs-border-radius-lg) !important; } -.m-n6 { - margin: -3rem !important; +.rounded-end-4 { + border-top-right-radius: var(--bs-border-radius-xl) !important; + border-bottom-right-radius: var(--bs-border-radius-xl) !important; } -.mt-n6, -.my-n6 { - margin-top: -3rem !important; +.rounded-end-5 { + border-top-right-radius: var(--bs-border-radius-xxl) !important; + border-bottom-right-radius: var(--bs-border-radius-xxl) !important; } -.mr-n6, -.mx-n6 { - margin-right: -3rem !important; +.rounded-end-circle { + border-top-right-radius: 50% !important; + border-bottom-right-radius: 50% !important; } -.mb-n6, -.my-n6 { - margin-bottom: -3rem !important; +.rounded-end-pill { + border-top-right-radius: var(--bs-border-radius-pill) !important; + border-bottom-right-radius: var(--bs-border-radius-pill) !important; } -.ml-n6, -.mx-n6 { - margin-left: -3rem !important; +.rounded-bottom { + border-bottom-right-radius: var(--bs-border-radius) !important; + border-bottom-left-radius: var(--bs-border-radius) !important; } -.m-n7 { - margin: -3.9975rem !important; +.rounded-bottom-0 { + border-bottom-right-radius: 0 !important; + border-bottom-left-radius: 0 !important; } -.mt-n7, -.my-n7 { - margin-top: -3.9975rem !important; +.rounded-bottom-1 { + border-bottom-right-radius: var(--bs-border-radius-sm) !important; + border-bottom-left-radius: var(--bs-border-radius-sm) !important; } -.mr-n7, -.mx-n7 { - margin-right: -3.9975rem !important; +.rounded-bottom-2 { + border-bottom-right-radius: var(--bs-border-radius) !important; + border-bottom-left-radius: var(--bs-border-radius) !important; } -.mb-n7, -.my-n7 { - margin-bottom: -3.9975rem !important; +.rounded-bottom-3 { + border-bottom-right-radius: var(--bs-border-radius-lg) !important; + border-bottom-left-radius: var(--bs-border-radius-lg) !important; } -.ml-n7, -.mx-n7 { - margin-left: -3.9975rem !important; +.rounded-bottom-4 { + border-bottom-right-radius: var(--bs-border-radius-xl) !important; + border-bottom-left-radius: var(--bs-border-radius-xl) !important; } -.m-n8 { - margin: -4.5rem !important; +.rounded-bottom-5 { + border-bottom-right-radius: var(--bs-border-radius-xxl) !important; + border-bottom-left-radius: var(--bs-border-radius-xxl) !important; } -.mt-n8, -.my-n8 { - margin-top: -4.5rem !important; +.rounded-bottom-circle { + border-bottom-right-radius: 50% !important; + border-bottom-left-radius: 50% !important; } -.mr-n8, -.mx-n8 { - margin-right: -4.5rem !important; +.rounded-bottom-pill { + border-bottom-right-radius: var(--bs-border-radius-pill) !important; + border-bottom-left-radius: var(--bs-border-radius-pill) !important; } -.mb-n8, -.my-n8 { - margin-bottom: -4.5rem !important; +.rounded-start { + border-bottom-left-radius: var(--bs-border-radius) !important; + border-top-left-radius: var(--bs-border-radius) !important; } -.ml-n8, -.mx-n8 { - margin-left: -4.5rem !important; +.rounded-start-0 { + border-bottom-left-radius: 0 !important; + border-top-left-radius: 0 !important; } -.m-n9 { - margin: -6rem !important; +.rounded-start-1 { + border-bottom-left-radius: var(--bs-border-radius-sm) !important; + border-top-left-radius: var(--bs-border-radius-sm) !important; } -.mt-n9, -.my-n9 { - margin-top: -6rem !important; +.rounded-start-2 { + border-bottom-left-radius: var(--bs-border-radius) !important; + border-top-left-radius: var(--bs-border-radius) !important; } -.mr-n9, -.mx-n9 { - margin-right: -6rem !important; +.rounded-start-3 { + border-bottom-left-radius: var(--bs-border-radius-lg) !important; + border-top-left-radius: var(--bs-border-radius-lg) !important; } -.mb-n9, -.my-n9 { - margin-bottom: -6rem !important; +.rounded-start-4 { + border-bottom-left-radius: var(--bs-border-radius-xl) !important; + border-top-left-radius: var(--bs-border-radius-xl) !important; } -.ml-n9, -.mx-n9 { - margin-left: -6rem !important; +.rounded-start-5 { + border-bottom-left-radius: var(--bs-border-radius-xxl) !important; + border-top-left-radius: var(--bs-border-radius-xxl) !important; } -.m-n10 { - margin: -7.875rem !important; +.rounded-start-circle { + border-bottom-left-radius: 50% !important; + border-top-left-radius: 50% !important; } -.mt-n10, -.my-n10 { - margin-top: -7.875rem !important; +.rounded-start-pill { + border-bottom-left-radius: var(--bs-border-radius-pill) !important; + border-top-left-radius: var(--bs-border-radius-pill) !important; } -.mr-n10, -.mx-n10 { - margin-right: -7.875rem !important; +.visible { + visibility: visible !important; } -.mb-n10, -.my-n10 { - margin-bottom: -7.875rem !important; +.invisible { + visibility: hidden !important; } -.ml-n10, -.mx-n10 { - margin-left: -7.875rem !important; +.z-n1 { + z-index: -1 !important; } -.m-auto { - margin: auto !important; +.z-0 { + z-index: 0 !important; } -.mt-auto, -.my-auto { - margin-top: auto !important; +.z-1 { + z-index: 1 !important; } -.mr-auto, -.mx-auto { - margin-right: auto !important; +.z-2 { + z-index: 2 !important; } -.mb-auto, -.my-auto { - margin-bottom: auto !important; +.z-3 { + z-index: 3 !important; } -.ml-auto, -.mx-auto { - margin-left: auto !important; +@media (min-width: 576px) { + .float-sm-start { + float: left !important; + } + .float-sm-end { + float: right !important; + } + .float-sm-none { + float: none !important; + } + .object-fit-sm-contain { + -o-object-fit: contain !important; + object-fit: contain !important; + } + .object-fit-sm-cover { + -o-object-fit: cover !important; + object-fit: cover !important; + } + .object-fit-sm-fill { + -o-object-fit: fill !important; + object-fit: fill !important; + } + .object-fit-sm-scale { + -o-object-fit: scale-down !important; + object-fit: scale-down !important; + } + .object-fit-sm-none { + -o-object-fit: none !important; + object-fit: none !important; + } + .d-sm-inline { + display: inline !important; + } + .d-sm-inline-block { + display: inline-block !important; + } + .d-sm-block { + display: block !important; + } + .d-sm-grid { + display: grid !important; + } + .d-sm-inline-grid { + display: inline-grid !important; + } + .d-sm-table { + display: table !important; + } + .d-sm-table-row { + display: table-row !important; + } + .d-sm-table-cell { + display: table-cell !important; + } + .d-sm-flex { + display: flex !important; + } + .d-sm-inline-flex { + display: inline-flex !important; + } + .d-sm-none { + display: none !important; + } + .flex-sm-fill { + flex: 1 1 auto !important; + } + .flex-sm-row { + flex-direction: row !important; + } + .flex-sm-column { + flex-direction: column !important; + } + .flex-sm-row-reverse { + flex-direction: row-reverse !important; + } + .flex-sm-column-reverse { + flex-direction: column-reverse !important; + } + .flex-sm-grow-0 { + flex-grow: 0 !important; + } + .flex-sm-grow-1 { + flex-grow: 1 !important; + } + .flex-sm-shrink-0 { + flex-shrink: 0 !important; + } + .flex-sm-shrink-1 { + flex-shrink: 1 !important; + } + .flex-sm-wrap { + flex-wrap: wrap !important; + } + .flex-sm-nowrap { + flex-wrap: nowrap !important; + } + .flex-sm-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .justify-content-sm-start { + justify-content: flex-start !important; + } + .justify-content-sm-end { + justify-content: flex-end !important; + } + .justify-content-sm-center { + justify-content: center !important; + } + .justify-content-sm-between { + justify-content: space-between !important; + } + .justify-content-sm-around { + justify-content: space-around !important; + } + .justify-content-sm-evenly { + justify-content: space-evenly !important; + } + .align-items-sm-start { + align-items: flex-start !important; + } + .align-items-sm-end { + align-items: flex-end !important; + } + .align-items-sm-center { + align-items: center !important; + } + .align-items-sm-baseline { + align-items: baseline !important; + } + .align-items-sm-stretch { + align-items: stretch !important; + } + .align-content-sm-start { + align-content: flex-start !important; + } + .align-content-sm-end { + align-content: flex-end !important; + } + .align-content-sm-center { + align-content: center !important; + } + .align-content-sm-between { + align-content: space-between !important; + } + .align-content-sm-around { + align-content: space-around !important; + } + .align-content-sm-stretch { + align-content: stretch !important; + } + .align-self-sm-auto { + align-self: auto !important; + } + .align-self-sm-start { + align-self: flex-start !important; + } + .align-self-sm-end { + align-self: flex-end !important; + } + .align-self-sm-center { + align-self: center !important; + } + .align-self-sm-baseline { + align-self: baseline !important; + } + .align-self-sm-stretch { + align-self: stretch !important; + } + .order-sm-first { + order: -1 !important; + } + .order-sm-0 { + order: 0 !important; + } + .order-sm-1 { + order: 1 !important; + } + .order-sm-2 { + order: 2 !important; + } + .order-sm-3 { + order: 3 !important; + } + .order-sm-4 { + order: 4 !important; + } + .order-sm-5 { + order: 5 !important; + } + .order-sm-last { + order: 6 !important; + } + .m-sm-0 { + margin: 0rem !important; + } + .m-sm-1 { + margin: 0.495rem !important; + } + .m-sm-2 { + margin: 0.75rem !important; + } + .m-sm-3 { + margin: 0.9975rem !important; + } + .m-sm-4 { + margin: 1.5rem !important; + } + .m-sm-5 { + margin: 2.1255rem !important; + } + .m-sm-6 { + margin: 3rem !important; + } + .m-sm-7 { + margin: 3.9975rem !important; + } + .m-sm-8 { + margin: 4.5rem !important; + } + .m-sm-9 { + margin: 6rem !important; + } + .m-sm-10 { + margin: 7.875rem !important; + } + .m-sm-auto { + margin: auto !important; + } + .mx-sm-0 { + margin-right: 0rem !important; + margin-left: 0rem !important; + } + .mx-sm-1 { + margin-right: 0.495rem !important; + margin-left: 0.495rem !important; + } + .mx-sm-2 { + margin-right: 0.75rem !important; + margin-left: 0.75rem !important; + } + .mx-sm-3 { + margin-right: 0.9975rem !important; + margin-left: 0.9975rem !important; + } + .mx-sm-4 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + .mx-sm-5 { + margin-right: 2.1255rem !important; + margin-left: 2.1255rem !important; + } + .mx-sm-6 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + .mx-sm-7 { + margin-right: 3.9975rem !important; + margin-left: 3.9975rem !important; + } + .mx-sm-8 { + margin-right: 4.5rem !important; + margin-left: 4.5rem !important; + } + .mx-sm-9 { + margin-right: 6rem !important; + margin-left: 6rem !important; + } + .mx-sm-10 { + margin-right: 7.875rem !important; + margin-left: 7.875rem !important; + } + .mx-sm-auto { + margin-right: auto !important; + margin-left: auto !important; + } + .my-sm-0 { + margin-top: 0rem !important; + margin-bottom: 0rem !important; + } + .my-sm-1 { + margin-top: 0.495rem !important; + margin-bottom: 0.495rem !important; + } + .my-sm-2 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; + } + .my-sm-3 { + margin-top: 0.9975rem !important; + margin-bottom: 0.9975rem !important; + } + .my-sm-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .my-sm-5 { + margin-top: 2.1255rem !important; + margin-bottom: 2.1255rem !important; + } + .my-sm-6 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .my-sm-7 { + margin-top: 3.9975rem !important; + margin-bottom: 3.9975rem !important; + } + .my-sm-8 { + margin-top: 4.5rem !important; + margin-bottom: 4.5rem !important; + } + .my-sm-9 { + margin-top: 6rem !important; + margin-bottom: 6rem !important; + } + .my-sm-10 { + margin-top: 7.875rem !important; + margin-bottom: 7.875rem !important; + } + .my-sm-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } + .mt-sm-0 { + margin-top: 0rem !important; + } + .mt-sm-1 { + margin-top: 0.495rem !important; + } + .mt-sm-2 { + margin-top: 0.75rem !important; + } + .mt-sm-3 { + margin-top: 0.9975rem !important; + } + .mt-sm-4 { + margin-top: 1.5rem !important; + } + .mt-sm-5 { + margin-top: 2.1255rem !important; + } + .mt-sm-6 { + margin-top: 3rem !important; + } + .mt-sm-7 { + margin-top: 3.9975rem !important; + } + .mt-sm-8 { + margin-top: 4.5rem !important; + } + .mt-sm-9 { + margin-top: 6rem !important; + } + .mt-sm-10 { + margin-top: 7.875rem !important; + } + .mt-sm-auto { + margin-top: auto !important; + } + .me-sm-0 { + margin-right: 0rem !important; + } + .me-sm-1 { + margin-right: 0.495rem !important; + } + .me-sm-2 { + margin-right: 0.75rem !important; + } + .me-sm-3 { + margin-right: 0.9975rem !important; + } + .me-sm-4 { + margin-right: 1.5rem !important; + } + .me-sm-5 { + margin-right: 2.1255rem !important; + } + .me-sm-6 { + margin-right: 3rem !important; + } + .me-sm-7 { + margin-right: 3.9975rem !important; + } + .me-sm-8 { + margin-right: 4.5rem !important; + } + .me-sm-9 { + margin-right: 6rem !important; + } + .me-sm-10 { + margin-right: 7.875rem !important; + } + .me-sm-auto { + margin-right: auto !important; + } + .mb-sm-0 { + margin-bottom: 0rem !important; + } + .mb-sm-1 { + margin-bottom: 0.495rem !important; + } + .mb-sm-2 { + margin-bottom: 0.75rem !important; + } + .mb-sm-3 { + margin-bottom: 0.9975rem !important; + } + .mb-sm-4 { + margin-bottom: 1.5rem !important; + } + .mb-sm-5 { + margin-bottom: 2.1255rem !important; + } + .mb-sm-6 { + margin-bottom: 3rem !important; + } + .mb-sm-7 { + margin-bottom: 3.9975rem !important; + } + .mb-sm-8 { + margin-bottom: 4.5rem !important; + } + .mb-sm-9 { + margin-bottom: 6rem !important; + } + .mb-sm-10 { + margin-bottom: 7.875rem !important; + } + .mb-sm-auto { + margin-bottom: auto !important; + } + .ms-sm-0 { + margin-left: 0rem !important; + } + .ms-sm-1 { + margin-left: 0.495rem !important; + } + .ms-sm-2 { + margin-left: 0.75rem !important; + } + .ms-sm-3 { + margin-left: 0.9975rem !important; + } + .ms-sm-4 { + margin-left: 1.5rem !important; + } + .ms-sm-5 { + margin-left: 2.1255rem !important; + } + .ms-sm-6 { + margin-left: 3rem !important; + } + .ms-sm-7 { + margin-left: 3.9975rem !important; + } + .ms-sm-8 { + margin-left: 4.5rem !important; + } + .ms-sm-9 { + margin-left: 6rem !important; + } + .ms-sm-10 { + margin-left: 7.875rem !important; + } + .ms-sm-auto { + margin-left: auto !important; + } + .p-sm-0 { + padding: 0rem !important; + } + .p-sm-1 { + padding: 0.495rem !important; + } + .p-sm-2 { + padding: 0.75rem !important; + } + .p-sm-3 { + padding: 0.9975rem !important; + } + .p-sm-4 { + padding: 1.5rem !important; + } + .p-sm-5 { + padding: 2.1255rem !important; + } + .p-sm-6 { + padding: 3rem !important; + } + .p-sm-7 { + padding: 3.9975rem !important; + } + .p-sm-8 { + padding: 4.5rem !important; + } + .p-sm-9 { + padding: 6rem !important; + } + .p-sm-10 { + padding: 7.875rem !important; + } + .px-sm-0 { + padding-right: 0rem !important; + padding-left: 0rem !important; + } + .px-sm-1 { + padding-right: 0.495rem !important; + padding-left: 0.495rem !important; + } + .px-sm-2 { + padding-right: 0.75rem !important; + padding-left: 0.75rem !important; + } + .px-sm-3 { + padding-right: 0.9975rem !important; + padding-left: 0.9975rem !important; + } + .px-sm-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + .px-sm-5 { + padding-right: 2.1255rem !important; + padding-left: 2.1255rem !important; + } + .px-sm-6 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + .px-sm-7 { + padding-right: 3.9975rem !important; + padding-left: 3.9975rem !important; + } + .px-sm-8 { + padding-right: 4.5rem !important; + padding-left: 4.5rem !important; + } + .px-sm-9 { + padding-right: 6rem !important; + padding-left: 6rem !important; + } + .px-sm-10 { + padding-right: 7.875rem !important; + padding-left: 7.875rem !important; + } + .py-sm-0 { + padding-top: 0rem !important; + padding-bottom: 0rem !important; + } + .py-sm-1 { + padding-top: 0.495rem !important; + padding-bottom: 0.495rem !important; + } + .py-sm-2 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; + } + .py-sm-3 { + padding-top: 0.9975rem !important; + padding-bottom: 0.9975rem !important; + } + .py-sm-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .py-sm-5 { + padding-top: 2.1255rem !important; + padding-bottom: 2.1255rem !important; + } + .py-sm-6 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .py-sm-7 { + padding-top: 3.9975rem !important; + padding-bottom: 3.9975rem !important; + } + .py-sm-8 { + padding-top: 4.5rem !important; + padding-bottom: 4.5rem !important; + } + .py-sm-9 { + padding-top: 6rem !important; + padding-bottom: 6rem !important; + } + .py-sm-10 { + padding-top: 7.875rem !important; + padding-bottom: 7.875rem !important; + } + .pt-sm-0 { + padding-top: 0rem !important; + } + .pt-sm-1 { + padding-top: 0.495rem !important; + } + .pt-sm-2 { + padding-top: 0.75rem !important; + } + .pt-sm-3 { + padding-top: 0.9975rem !important; + } + .pt-sm-4 { + padding-top: 1.5rem !important; + } + .pt-sm-5 { + padding-top: 2.1255rem !important; + } + .pt-sm-6 { + padding-top: 3rem !important; + } + .pt-sm-7 { + padding-top: 3.9975rem !important; + } + .pt-sm-8 { + padding-top: 4.5rem !important; + } + .pt-sm-9 { + padding-top: 6rem !important; + } + .pt-sm-10 { + padding-top: 7.875rem !important; + } + .pe-sm-0 { + padding-right: 0rem !important; + } + .pe-sm-1 { + padding-right: 0.495rem !important; + } + .pe-sm-2 { + padding-right: 0.75rem !important; + } + .pe-sm-3 { + padding-right: 0.9975rem !important; + } + .pe-sm-4 { + padding-right: 1.5rem !important; + } + .pe-sm-5 { + padding-right: 2.1255rem !important; + } + .pe-sm-6 { + padding-right: 3rem !important; + } + .pe-sm-7 { + padding-right: 3.9975rem !important; + } + .pe-sm-8 { + padding-right: 4.5rem !important; + } + .pe-sm-9 { + padding-right: 6rem !important; + } + .pe-sm-10 { + padding-right: 7.875rem !important; + } + .pb-sm-0 { + padding-bottom: 0rem !important; + } + .pb-sm-1 { + padding-bottom: 0.495rem !important; + } + .pb-sm-2 { + padding-bottom: 0.75rem !important; + } + .pb-sm-3 { + padding-bottom: 0.9975rem !important; + } + .pb-sm-4 { + padding-bottom: 1.5rem !important; + } + .pb-sm-5 { + padding-bottom: 2.1255rem !important; + } + .pb-sm-6 { + padding-bottom: 3rem !important; + } + .pb-sm-7 { + padding-bottom: 3.9975rem !important; + } + .pb-sm-8 { + padding-bottom: 4.5rem !important; + } + .pb-sm-9 { + padding-bottom: 6rem !important; + } + .pb-sm-10 { + padding-bottom: 7.875rem !important; + } + .ps-sm-0 { + padding-left: 0rem !important; + } + .ps-sm-1 { + padding-left: 0.495rem !important; + } + .ps-sm-2 { + padding-left: 0.75rem !important; + } + .ps-sm-3 { + padding-left: 0.9975rem !important; + } + .ps-sm-4 { + padding-left: 1.5rem !important; + } + .ps-sm-5 { + padding-left: 2.1255rem !important; + } + .ps-sm-6 { + padding-left: 3rem !important; + } + .ps-sm-7 { + padding-left: 3.9975rem !important; + } + .ps-sm-8 { + padding-left: 4.5rem !important; + } + .ps-sm-9 { + padding-left: 6rem !important; + } + .ps-sm-10 { + padding-left: 7.875rem !important; + } + .gap-sm-0 { + gap: 0rem !important; + } + .gap-sm-1 { + gap: 0.495rem !important; + } + .gap-sm-2 { + gap: 0.75rem !important; + } + .gap-sm-3 { + gap: 0.9975rem !important; + } + .gap-sm-4 { + gap: 1.5rem !important; + } + .gap-sm-5 { + gap: 2.1255rem !important; + } + .gap-sm-6 { + gap: 3rem !important; + } + .gap-sm-7 { + gap: 3.9975rem !important; + } + .gap-sm-8 { + gap: 4.5rem !important; + } + .gap-sm-9 { + gap: 6rem !important; + } + .gap-sm-10 { + gap: 7.875rem !important; + } + .row-gap-sm-0 { + row-gap: 0rem !important; + } + .row-gap-sm-1 { + row-gap: 0.495rem !important; + } + .row-gap-sm-2 { + row-gap: 0.75rem !important; + } + .row-gap-sm-3 { + row-gap: 0.9975rem !important; + } + .row-gap-sm-4 { + row-gap: 1.5rem !important; + } + .row-gap-sm-5 { + row-gap: 2.1255rem !important; + } + .row-gap-sm-6 { + row-gap: 3rem !important; + } + .row-gap-sm-7 { + row-gap: 3.9975rem !important; + } + .row-gap-sm-8 { + row-gap: 4.5rem !important; + } + .row-gap-sm-9 { + row-gap: 6rem !important; + } + .row-gap-sm-10 { + row-gap: 7.875rem !important; + } + .column-gap-sm-0 { + -moz-column-gap: 0rem !important; + column-gap: 0rem !important; + } + .column-gap-sm-1 { + -moz-column-gap: 0.495rem !important; + column-gap: 0.495rem !important; + } + .column-gap-sm-2 { + -moz-column-gap: 0.75rem !important; + column-gap: 0.75rem !important; + } + .column-gap-sm-3 { + -moz-column-gap: 0.9975rem !important; + column-gap: 0.9975rem !important; + } + .column-gap-sm-4 { + -moz-column-gap: 1.5rem !important; + column-gap: 1.5rem !important; + } + .column-gap-sm-5 { + -moz-column-gap: 2.1255rem !important; + column-gap: 2.1255rem !important; + } + .column-gap-sm-6 { + -moz-column-gap: 3rem !important; + column-gap: 3rem !important; + } + .column-gap-sm-7 { + -moz-column-gap: 3.9975rem !important; + column-gap: 3.9975rem !important; + } + .column-gap-sm-8 { + -moz-column-gap: 4.5rem !important; + column-gap: 4.5rem !important; + } + .column-gap-sm-9 { + -moz-column-gap: 6rem !important; + column-gap: 6rem !important; + } + .column-gap-sm-10 { + -moz-column-gap: 7.875rem !important; + column-gap: 7.875rem !important; + } + .text-sm-start { + text-align: left !important; + } + .text-sm-end { + text-align: right !important; + } + .text-sm-center { + text-align: center !important; + } } - -@media (min-width: 576px) { - .m-sm-0 { - margin: 0 !important; +@media (min-width: 768px) { + .float-md-start { + float: left !important; + } + .float-md-end { + float: right !important; + } + .float-md-none { + float: none !important; + } + .object-fit-md-contain { + -o-object-fit: contain !important; + object-fit: contain !important; + } + .object-fit-md-cover { + -o-object-fit: cover !important; + object-fit: cover !important; + } + .object-fit-md-fill { + -o-object-fit: fill !important; + object-fit: fill !important; + } + .object-fit-md-scale { + -o-object-fit: scale-down !important; + object-fit: scale-down !important; + } + .object-fit-md-none { + -o-object-fit: none !important; + object-fit: none !important; + } + .d-md-inline { + display: inline !important; + } + .d-md-inline-block { + display: inline-block !important; + } + .d-md-block { + display: block !important; + } + .d-md-grid { + display: grid !important; + } + .d-md-inline-grid { + display: inline-grid !important; + } + .d-md-table { + display: table !important; + } + .d-md-table-row { + display: table-row !important; + } + .d-md-table-cell { + display: table-cell !important; + } + .d-md-flex { + display: flex !important; + } + .d-md-inline-flex { + display: inline-flex !important; + } + .d-md-none { + display: none !important; + } + .flex-md-fill { + flex: 1 1 auto !important; + } + .flex-md-row { + flex-direction: row !important; + } + .flex-md-column { + flex-direction: column !important; + } + .flex-md-row-reverse { + flex-direction: row-reverse !important; + } + .flex-md-column-reverse { + flex-direction: column-reverse !important; + } + .flex-md-grow-0 { + flex-grow: 0 !important; + } + .flex-md-grow-1 { + flex-grow: 1 !important; + } + .flex-md-shrink-0 { + flex-shrink: 0 !important; + } + .flex-md-shrink-1 { + flex-shrink: 1 !important; + } + .flex-md-wrap { + flex-wrap: wrap !important; + } + .flex-md-nowrap { + flex-wrap: nowrap !important; + } + .flex-md-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .justify-content-md-start { + justify-content: flex-start !important; + } + .justify-content-md-end { + justify-content: flex-end !important; + } + .justify-content-md-center { + justify-content: center !important; + } + .justify-content-md-between { + justify-content: space-between !important; + } + .justify-content-md-around { + justify-content: space-around !important; + } + .justify-content-md-evenly { + justify-content: space-evenly !important; + } + .align-items-md-start { + align-items: flex-start !important; + } + .align-items-md-end { + align-items: flex-end !important; + } + .align-items-md-center { + align-items: center !important; + } + .align-items-md-baseline { + align-items: baseline !important; + } + .align-items-md-stretch { + align-items: stretch !important; + } + .align-content-md-start { + align-content: flex-start !important; + } + .align-content-md-end { + align-content: flex-end !important; + } + .align-content-md-center { + align-content: center !important; + } + .align-content-md-between { + align-content: space-between !important; + } + .align-content-md-around { + align-content: space-around !important; + } + .align-content-md-stretch { + align-content: stretch !important; + } + .align-self-md-auto { + align-self: auto !important; + } + .align-self-md-start { + align-self: flex-start !important; + } + .align-self-md-end { + align-self: flex-end !important; + } + .align-self-md-center { + align-self: center !important; + } + .align-self-md-baseline { + align-self: baseline !important; + } + .align-self-md-stretch { + align-self: stretch !important; + } + .order-md-first { + order: -1 !important; + } + .order-md-0 { + order: 0 !important; + } + .order-md-1 { + order: 1 !important; + } + .order-md-2 { + order: 2 !important; + } + .order-md-3 { + order: 3 !important; + } + .order-md-4 { + order: 4 !important; + } + .order-md-5 { + order: 5 !important; + } + .order-md-last { + order: 6 !important; + } + .m-md-0 { + margin: 0rem !important; + } + .m-md-1 { + margin: 0.495rem !important; + } + .m-md-2 { + margin: 0.75rem !important; + } + .m-md-3 { + margin: 0.9975rem !important; + } + .m-md-4 { + margin: 1.5rem !important; + } + .m-md-5 { + margin: 2.1255rem !important; + } + .m-md-6 { + margin: 3rem !important; + } + .m-md-7 { + margin: 3.9975rem !important; + } + .m-md-8 { + margin: 4.5rem !important; + } + .m-md-9 { + margin: 6rem !important; + } + .m-md-10 { + margin: 7.875rem !important; + } + .m-md-auto { + margin: auto !important; + } + .mx-md-0 { + margin-right: 0rem !important; + margin-left: 0rem !important; + } + .mx-md-1 { + margin-right: 0.495rem !important; + margin-left: 0.495rem !important; + } + .mx-md-2 { + margin-right: 0.75rem !important; + margin-left: 0.75rem !important; + } + .mx-md-3 { + margin-right: 0.9975rem !important; + margin-left: 0.9975rem !important; + } + .mx-md-4 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + .mx-md-5 { + margin-right: 2.1255rem !important; + margin-left: 2.1255rem !important; + } + .mx-md-6 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + .mx-md-7 { + margin-right: 3.9975rem !important; + margin-left: 3.9975rem !important; + } + .mx-md-8 { + margin-right: 4.5rem !important; + margin-left: 4.5rem !important; + } + .mx-md-9 { + margin-right: 6rem !important; + margin-left: 6rem !important; + } + .mx-md-10 { + margin-right: 7.875rem !important; + margin-left: 7.875rem !important; + } + .mx-md-auto { + margin-right: auto !important; + margin-left: auto !important; + } + .my-md-0 { + margin-top: 0rem !important; + margin-bottom: 0rem !important; + } + .my-md-1 { + margin-top: 0.495rem !important; + margin-bottom: 0.495rem !important; + } + .my-md-2 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; + } + .my-md-3 { + margin-top: 0.9975rem !important; + margin-bottom: 0.9975rem !important; + } + .my-md-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .my-md-5 { + margin-top: 2.1255rem !important; + margin-bottom: 2.1255rem !important; + } + .my-md-6 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .my-md-7 { + margin-top: 3.9975rem !important; + margin-bottom: 3.9975rem !important; + } + .my-md-8 { + margin-top: 4.5rem !important; + margin-bottom: 4.5rem !important; + } + .my-md-9 { + margin-top: 6rem !important; + margin-bottom: 6rem !important; + } + .my-md-10 { + margin-top: 7.875rem !important; + margin-bottom: 7.875rem !important; + } + .my-md-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } + .mt-md-0 { + margin-top: 0rem !important; + } + .mt-md-1 { + margin-top: 0.495rem !important; + } + .mt-md-2 { + margin-top: 0.75rem !important; + } + .mt-md-3 { + margin-top: 0.9975rem !important; + } + .mt-md-4 { + margin-top: 1.5rem !important; + } + .mt-md-5 { + margin-top: 2.1255rem !important; + } + .mt-md-6 { + margin-top: 3rem !important; + } + .mt-md-7 { + margin-top: 3.9975rem !important; + } + .mt-md-8 { + margin-top: 4.5rem !important; + } + .mt-md-9 { + margin-top: 6rem !important; + } + .mt-md-10 { + margin-top: 7.875rem !important; + } + .mt-md-auto { + margin-top: auto !important; + } + .me-md-0 { + margin-right: 0rem !important; + } + .me-md-1 { + margin-right: 0.495rem !important; + } + .me-md-2 { + margin-right: 0.75rem !important; + } + .me-md-3 { + margin-right: 0.9975rem !important; + } + .me-md-4 { + margin-right: 1.5rem !important; + } + .me-md-5 { + margin-right: 2.1255rem !important; + } + .me-md-6 { + margin-right: 3rem !important; + } + .me-md-7 { + margin-right: 3.9975rem !important; + } + .me-md-8 { + margin-right: 4.5rem !important; + } + .me-md-9 { + margin-right: 6rem !important; + } + .me-md-10 { + margin-right: 7.875rem !important; + } + .me-md-auto { + margin-right: auto !important; + } + .mb-md-0 { + margin-bottom: 0rem !important; + } + .mb-md-1 { + margin-bottom: 0.495rem !important; + } + .mb-md-2 { + margin-bottom: 0.75rem !important; + } + .mb-md-3 { + margin-bottom: 0.9975rem !important; + } + .mb-md-4 { + margin-bottom: 1.5rem !important; + } + .mb-md-5 { + margin-bottom: 2.1255rem !important; + } + .mb-md-6 { + margin-bottom: 3rem !important; + } + .mb-md-7 { + margin-bottom: 3.9975rem !important; + } + .mb-md-8 { + margin-bottom: 4.5rem !important; + } + .mb-md-9 { + margin-bottom: 6rem !important; + } + .mb-md-10 { + margin-bottom: 7.875rem !important; + } + .mb-md-auto { + margin-bottom: auto !important; + } + .ms-md-0 { + margin-left: 0rem !important; + } + .ms-md-1 { + margin-left: 0.495rem !important; + } + .ms-md-2 { + margin-left: 0.75rem !important; + } + .ms-md-3 { + margin-left: 0.9975rem !important; + } + .ms-md-4 { + margin-left: 1.5rem !important; + } + .ms-md-5 { + margin-left: 2.1255rem !important; + } + .ms-md-6 { + margin-left: 3rem !important; + } + .ms-md-7 { + margin-left: 3.9975rem !important; + } + .ms-md-8 { + margin-left: 4.5rem !important; + } + .ms-md-9 { + margin-left: 6rem !important; + } + .ms-md-10 { + margin-left: 7.875rem !important; + } + .ms-md-auto { + margin-left: auto !important; + } + .p-md-0 { + padding: 0rem !important; + } + .p-md-1 { + padding: 0.495rem !important; + } + .p-md-2 { + padding: 0.75rem !important; + } + .p-md-3 { + padding: 0.9975rem !important; + } + .p-md-4 { + padding: 1.5rem !important; + } + .p-md-5 { + padding: 2.1255rem !important; + } + .p-md-6 { + padding: 3rem !important; + } + .p-md-7 { + padding: 3.9975rem !important; + } + .p-md-8 { + padding: 4.5rem !important; + } + .p-md-9 { + padding: 6rem !important; + } + .p-md-10 { + padding: 7.875rem !important; + } + .px-md-0 { + padding-right: 0rem !important; + padding-left: 0rem !important; + } + .px-md-1 { + padding-right: 0.495rem !important; + padding-left: 0.495rem !important; + } + .px-md-2 { + padding-right: 0.75rem !important; + padding-left: 0.75rem !important; + } + .px-md-3 { + padding-right: 0.9975rem !important; + padding-left: 0.9975rem !important; } - .mt-sm-0, -.my-sm-0 { - margin-top: 0 !important; + .px-md-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; } - .mr-sm-0, -.mx-sm-0 { - margin-right: 0 !important; + .px-md-5 { + padding-right: 2.1255rem !important; + padding-left: 2.1255rem !important; } - .mb-sm-0, -.my-sm-0 { - margin-bottom: 0 !important; + .px-md-6 { + padding-right: 3rem !important; + padding-left: 3rem !important; } - .ml-sm-0, -.mx-sm-0 { - margin-left: 0 !important; + .px-md-7 { + padding-right: 3.9975rem !important; + padding-left: 3.9975rem !important; } - .m-sm-1 { - margin: 0.495rem !important; + .px-md-8 { + padding-right: 4.5rem !important; + padding-left: 4.5rem !important; } - .mt-sm-1, -.my-sm-1 { - margin-top: 0.495rem !important; + .px-md-9 { + padding-right: 6rem !important; + padding-left: 6rem !important; } - .mr-sm-1, -.mx-sm-1 { - margin-right: 0.495rem !important; + .px-md-10 { + padding-right: 7.875rem !important; + padding-left: 7.875rem !important; } - .mb-sm-1, -.my-sm-1 { - margin-bottom: 0.495rem !important; + .py-md-0 { + padding-top: 0rem !important; + padding-bottom: 0rem !important; } - .ml-sm-1, -.mx-sm-1 { - margin-left: 0.495rem !important; + .py-md-1 { + padding-top: 0.495rem !important; + padding-bottom: 0.495rem !important; } - .m-sm-2 { - margin: 0.75rem !important; + .py-md-2 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; } - .mt-sm-2, -.my-sm-2 { - margin-top: 0.75rem !important; + .py-md-3 { + padding-top: 0.9975rem !important; + padding-bottom: 0.9975rem !important; } - .mr-sm-2, -.mx-sm-2 { - margin-right: 0.75rem !important; + .py-md-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; } - .mb-sm-2, -.my-sm-2 { - margin-bottom: 0.75rem !important; + .py-md-5 { + padding-top: 2.1255rem !important; + padding-bottom: 2.1255rem !important; } - .ml-sm-2, -.mx-sm-2 { - margin-left: 0.75rem !important; + .py-md-6 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; } - .m-sm-3 { - margin: 0.9975rem !important; + .py-md-7 { + padding-top: 3.9975rem !important; + padding-bottom: 3.9975rem !important; } - .mt-sm-3, -.my-sm-3 { - margin-top: 0.9975rem !important; + .py-md-8 { + padding-top: 4.5rem !important; + padding-bottom: 4.5rem !important; } - .mr-sm-3, -.mx-sm-3 { - margin-right: 0.9975rem !important; + .py-md-9 { + padding-top: 6rem !important; + padding-bottom: 6rem !important; } - .mb-sm-3, -.my-sm-3 { - margin-bottom: 0.9975rem !important; + .py-md-10 { + padding-top: 7.875rem !important; + padding-bottom: 7.875rem !important; } - .ml-sm-3, -.mx-sm-3 { - margin-left: 0.9975rem !important; + .pt-md-0 { + padding-top: 0rem !important; } - .m-sm-4 { - margin: 1.5rem !important; + .pt-md-1 { + padding-top: 0.495rem !important; } - .mt-sm-4, -.my-sm-4 { - margin-top: 1.5rem !important; + .pt-md-2 { + padding-top: 0.75rem !important; } - .mr-sm-4, -.mx-sm-4 { - margin-right: 1.5rem !important; + .pt-md-3 { + padding-top: 0.9975rem !important; } - .mb-sm-4, -.my-sm-4 { - margin-bottom: 1.5rem !important; + .pt-md-4 { + padding-top: 1.5rem !important; } - .ml-sm-4, -.mx-sm-4 { - margin-left: 1.5rem !important; + .pt-md-5 { + padding-top: 2.1255rem !important; } - .m-sm-5 { - margin: 2.1255rem !important; + .pt-md-6 { + padding-top: 3rem !important; } - .mt-sm-5, -.my-sm-5 { - margin-top: 2.1255rem !important; + .pt-md-7 { + padding-top: 3.9975rem !important; } - .mr-sm-5, -.mx-sm-5 { - margin-right: 2.1255rem !important; + .pt-md-8 { + padding-top: 4.5rem !important; } - .mb-sm-5, -.my-sm-5 { - margin-bottom: 2.1255rem !important; + .pt-md-9 { + padding-top: 6rem !important; } - .ml-sm-5, -.mx-sm-5 { - margin-left: 2.1255rem !important; + .pt-md-10 { + padding-top: 7.875rem !important; } - .m-sm-6 { - margin: 3rem !important; + .pe-md-0 { + padding-right: 0rem !important; } - .mt-sm-6, -.my-sm-6 { - margin-top: 3rem !important; + .pe-md-1 { + padding-right: 0.495rem !important; } - .mr-sm-6, -.mx-sm-6 { - margin-right: 3rem !important; + .pe-md-2 { + padding-right: 0.75rem !important; } - .mb-sm-6, -.my-sm-6 { - margin-bottom: 3rem !important; + .pe-md-3 { + padding-right: 0.9975rem !important; } - .ml-sm-6, -.mx-sm-6 { - margin-left: 3rem !important; + .pe-md-4 { + padding-right: 1.5rem !important; } - .m-sm-7 { - margin: 3.9975rem !important; + .pe-md-5 { + padding-right: 2.1255rem !important; } - .mt-sm-7, -.my-sm-7 { - margin-top: 3.9975rem !important; + .pe-md-6 { + padding-right: 3rem !important; } - .mr-sm-7, -.mx-sm-7 { - margin-right: 3.9975rem !important; + .pe-md-7 { + padding-right: 3.9975rem !important; } - .mb-sm-7, -.my-sm-7 { - margin-bottom: 3.9975rem !important; + .pe-md-8 { + padding-right: 4.5rem !important; } - .ml-sm-7, -.mx-sm-7 { - margin-left: 3.9975rem !important; + .pe-md-9 { + padding-right: 6rem !important; } - .m-sm-8 { - margin: 4.5rem !important; + .pe-md-10 { + padding-right: 7.875rem !important; } - .mt-sm-8, -.my-sm-8 { - margin-top: 4.5rem !important; + .pb-md-0 { + padding-bottom: 0rem !important; } - .mr-sm-8, -.mx-sm-8 { - margin-right: 4.5rem !important; + .pb-md-1 { + padding-bottom: 0.495rem !important; } - .mb-sm-8, -.my-sm-8 { - margin-bottom: 4.5rem !important; + .pb-md-2 { + padding-bottom: 0.75rem !important; } - .ml-sm-8, -.mx-sm-8 { - margin-left: 4.5rem !important; + .pb-md-3 { + padding-bottom: 0.9975rem !important; } - .m-sm-9 { - margin: 6rem !important; + .pb-md-4 { + padding-bottom: 1.5rem !important; } - .mt-sm-9, -.my-sm-9 { - margin-top: 6rem !important; + .pb-md-5 { + padding-bottom: 2.1255rem !important; } - .mr-sm-9, -.mx-sm-9 { - margin-right: 6rem !important; + .pb-md-6 { + padding-bottom: 3rem !important; } - .mb-sm-9, -.my-sm-9 { - margin-bottom: 6rem !important; + .pb-md-7 { + padding-bottom: 3.9975rem !important; } - .ml-sm-9, -.mx-sm-9 { - margin-left: 6rem !important; + .pb-md-8 { + padding-bottom: 4.5rem !important; } - .m-sm-10 { - margin: 7.875rem !important; + .pb-md-9 { + padding-bottom: 6rem !important; } - .mt-sm-10, -.my-sm-10 { - margin-top: 7.875rem !important; + .pb-md-10 { + padding-bottom: 7.875rem !important; } - .mr-sm-10, -.mx-sm-10 { - margin-right: 7.875rem !important; + .ps-md-0 { + padding-left: 0rem !important; } - .mb-sm-10, -.my-sm-10 { - margin-bottom: 7.875rem !important; + .ps-md-1 { + padding-left: 0.495rem !important; } - .ml-sm-10, -.mx-sm-10 { - margin-left: 7.875rem !important; + .ps-md-2 { + padding-left: 0.75rem !important; } - .p-sm-0 { - padding: 0 !important; + .ps-md-3 { + padding-left: 0.9975rem !important; } - .pt-sm-0, -.py-sm-0 { - padding-top: 0 !important; + .ps-md-4 { + padding-left: 1.5rem !important; } - .pr-sm-0, -.px-sm-0 { - padding-right: 0 !important; + .ps-md-5 { + padding-left: 2.1255rem !important; } - .pb-sm-0, -.py-sm-0 { - padding-bottom: 0 !important; + .ps-md-6 { + padding-left: 3rem !important; } - .pl-sm-0, -.px-sm-0 { - padding-left: 0 !important; + .ps-md-7 { + padding-left: 3.9975rem !important; } - .p-sm-1 { - padding: 0.495rem !important; + .ps-md-8 { + padding-left: 4.5rem !important; } - .pt-sm-1, -.py-sm-1 { - padding-top: 0.495rem !important; + .ps-md-9 { + padding-left: 6rem !important; } - .pr-sm-1, -.px-sm-1 { - padding-right: 0.495rem !important; + .ps-md-10 { + padding-left: 7.875rem !important; } - .pb-sm-1, -.py-sm-1 { - padding-bottom: 0.495rem !important; + .gap-md-0 { + gap: 0rem !important; } - .pl-sm-1, -.px-sm-1 { - padding-left: 0.495rem !important; + .gap-md-1 { + gap: 0.495rem !important; } - .p-sm-2 { - padding: 0.75rem !important; + .gap-md-2 { + gap: 0.75rem !important; } - .pt-sm-2, -.py-sm-2 { - padding-top: 0.75rem !important; + .gap-md-3 { + gap: 0.9975rem !important; } - .pr-sm-2, -.px-sm-2 { - padding-right: 0.75rem !important; + .gap-md-4 { + gap: 1.5rem !important; } - .pb-sm-2, -.py-sm-2 { - padding-bottom: 0.75rem !important; + .gap-md-5 { + gap: 2.1255rem !important; } - .pl-sm-2, -.px-sm-2 { - padding-left: 0.75rem !important; + .gap-md-6 { + gap: 3rem !important; } - .p-sm-3 { - padding: 0.9975rem !important; + .gap-md-7 { + gap: 3.9975rem !important; } - .pt-sm-3, -.py-sm-3 { - padding-top: 0.9975rem !important; + .gap-md-8 { + gap: 4.5rem !important; } - .pr-sm-3, -.px-sm-3 { - padding-right: 0.9975rem !important; + .gap-md-9 { + gap: 6rem !important; } - .pb-sm-3, -.py-sm-3 { - padding-bottom: 0.9975rem !important; + .gap-md-10 { + gap: 7.875rem !important; } - .pl-sm-3, -.px-sm-3 { - padding-left: 0.9975rem !important; + .row-gap-md-0 { + row-gap: 0rem !important; } - .p-sm-4 { - padding: 1.5rem !important; + .row-gap-md-1 { + row-gap: 0.495rem !important; } - .pt-sm-4, -.py-sm-4 { - padding-top: 1.5rem !important; + .row-gap-md-2 { + row-gap: 0.75rem !important; } - .pr-sm-4, -.px-sm-4 { - padding-right: 1.5rem !important; + .row-gap-md-3 { + row-gap: 0.9975rem !important; } - .pb-sm-4, -.py-sm-4 { - padding-bottom: 1.5rem !important; + .row-gap-md-4 { + row-gap: 1.5rem !important; } - .pl-sm-4, -.px-sm-4 { - padding-left: 1.5rem !important; + .row-gap-md-5 { + row-gap: 2.1255rem !important; } - .p-sm-5 { - padding: 2.1255rem !important; + .row-gap-md-6 { + row-gap: 3rem !important; } - .pt-sm-5, -.py-sm-5 { - padding-top: 2.1255rem !important; + .row-gap-md-7 { + row-gap: 3.9975rem !important; } - .pr-sm-5, -.px-sm-5 { - padding-right: 2.1255rem !important; + .row-gap-md-8 { + row-gap: 4.5rem !important; } - .pb-sm-5, -.py-sm-5 { - padding-bottom: 2.1255rem !important; + .row-gap-md-9 { + row-gap: 6rem !important; } - .pl-sm-5, -.px-sm-5 { - padding-left: 2.1255rem !important; + .row-gap-md-10 { + row-gap: 7.875rem !important; } - .p-sm-6 { - padding: 3rem !important; + .column-gap-md-0 { + -moz-column-gap: 0rem !important; + column-gap: 0rem !important; } - .pt-sm-6, -.py-sm-6 { - padding-top: 3rem !important; + .column-gap-md-1 { + -moz-column-gap: 0.495rem !important; + column-gap: 0.495rem !important; } - .pr-sm-6, -.px-sm-6 { - padding-right: 3rem !important; + .column-gap-md-2 { + -moz-column-gap: 0.75rem !important; + column-gap: 0.75rem !important; } - .pb-sm-6, -.py-sm-6 { - padding-bottom: 3rem !important; + .column-gap-md-3 { + -moz-column-gap: 0.9975rem !important; + column-gap: 0.9975rem !important; } - .pl-sm-6, -.px-sm-6 { - padding-left: 3rem !important; + .column-gap-md-4 { + -moz-column-gap: 1.5rem !important; + column-gap: 1.5rem !important; } - .p-sm-7 { - padding: 3.9975rem !important; + .column-gap-md-5 { + -moz-column-gap: 2.1255rem !important; + column-gap: 2.1255rem !important; } - .pt-sm-7, -.py-sm-7 { - padding-top: 3.9975rem !important; + .column-gap-md-6 { + -moz-column-gap: 3rem !important; + column-gap: 3rem !important; } - .pr-sm-7, -.px-sm-7 { - padding-right: 3.9975rem !important; + .column-gap-md-7 { + -moz-column-gap: 3.9975rem !important; + column-gap: 3.9975rem !important; } - .pb-sm-7, -.py-sm-7 { - padding-bottom: 3.9975rem !important; + .column-gap-md-8 { + -moz-column-gap: 4.5rem !important; + column-gap: 4.5rem !important; } - .pl-sm-7, -.px-sm-7 { - padding-left: 3.9975rem !important; + .column-gap-md-9 { + -moz-column-gap: 6rem !important; + column-gap: 6rem !important; } - .p-sm-8 { - padding: 4.5rem !important; + .column-gap-md-10 { + -moz-column-gap: 7.875rem !important; + column-gap: 7.875rem !important; } - .pt-sm-8, -.py-sm-8 { - padding-top: 4.5rem !important; + .text-md-start { + text-align: left !important; } - .pr-sm-8, -.px-sm-8 { - padding-right: 4.5rem !important; + .text-md-end { + text-align: right !important; } - .pb-sm-8, -.py-sm-8 { - padding-bottom: 4.5rem !important; + .text-md-center { + text-align: center !important; } - .pl-sm-8, -.px-sm-8 { - padding-left: 4.5rem !important; +} +@media (min-width: 992px) { + .float-lg-start { + float: left !important; } - .p-sm-9 { - padding: 6rem !important; + .float-lg-end { + float: right !important; } - .pt-sm-9, -.py-sm-9 { - padding-top: 6rem !important; + .float-lg-none { + float: none !important; } - .pr-sm-9, -.px-sm-9 { - padding-right: 6rem !important; + .object-fit-lg-contain { + -o-object-fit: contain !important; + object-fit: contain !important; } - .pb-sm-9, -.py-sm-9 { - padding-bottom: 6rem !important; + .object-fit-lg-cover { + -o-object-fit: cover !important; + object-fit: cover !important; } - .pl-sm-9, -.px-sm-9 { - padding-left: 6rem !important; + .object-fit-lg-fill { + -o-object-fit: fill !important; + object-fit: fill !important; } - .p-sm-10 { - padding: 7.875rem !important; + .object-fit-lg-scale { + -o-object-fit: scale-down !important; + object-fit: scale-down !important; } - .pt-sm-10, -.py-sm-10 { - padding-top: 7.875rem !important; + .object-fit-lg-none { + -o-object-fit: none !important; + object-fit: none !important; } - .pr-sm-10, -.px-sm-10 { - padding-right: 7.875rem !important; + .d-lg-inline { + display: inline !important; } - .pb-sm-10, -.py-sm-10 { - padding-bottom: 7.875rem !important; + .d-lg-inline-block { + display: inline-block !important; } - .pl-sm-10, -.px-sm-10 { - padding-left: 7.875rem !important; + .d-lg-block { + display: block !important; + } + .d-lg-grid { + display: grid !important; } - .m-sm-n1 { - margin: -0.495rem !important; + .d-lg-inline-grid { + display: inline-grid !important; } - .mt-sm-n1, -.my-sm-n1 { - margin-top: -0.495rem !important; + .d-lg-table { + display: table !important; + } + .d-lg-table-row { + display: table-row !important; } - .mr-sm-n1, -.mx-sm-n1 { - margin-right: -0.495rem !important; + .d-lg-table-cell { + display: table-cell !important; } - .mb-sm-n1, -.my-sm-n1 { - margin-bottom: -0.495rem !important; + .d-lg-flex { + display: flex !important; } - .ml-sm-n1, -.mx-sm-n1 { - margin-left: -0.495rem !important; + .d-lg-inline-flex { + display: inline-flex !important; } - .m-sm-n2 { - margin: -0.75rem !important; + .d-lg-none { + display: none !important; } - .mt-sm-n2, -.my-sm-n2 { - margin-top: -0.75rem !important; + .flex-lg-fill { + flex: 1 1 auto !important; } - .mr-sm-n2, -.mx-sm-n2 { - margin-right: -0.75rem !important; + .flex-lg-row { + flex-direction: row !important; } - .mb-sm-n2, -.my-sm-n2 { - margin-bottom: -0.75rem !important; + .flex-lg-column { + flex-direction: column !important; } - .ml-sm-n2, -.mx-sm-n2 { - margin-left: -0.75rem !important; + .flex-lg-row-reverse { + flex-direction: row-reverse !important; } - .m-sm-n3 { - margin: -0.9975rem !important; + .flex-lg-column-reverse { + flex-direction: column-reverse !important; } - .mt-sm-n3, -.my-sm-n3 { - margin-top: -0.9975rem !important; + .flex-lg-grow-0 { + flex-grow: 0 !important; } - .mr-sm-n3, -.mx-sm-n3 { - margin-right: -0.9975rem !important; + .flex-lg-grow-1 { + flex-grow: 1 !important; } - .mb-sm-n3, -.my-sm-n3 { - margin-bottom: -0.9975rem !important; + .flex-lg-shrink-0 { + flex-shrink: 0 !important; } - .ml-sm-n3, -.mx-sm-n3 { - margin-left: -0.9975rem !important; + .flex-lg-shrink-1 { + flex-shrink: 1 !important; } - .m-sm-n4 { - margin: -1.5rem !important; + .flex-lg-wrap { + flex-wrap: wrap !important; } - .mt-sm-n4, -.my-sm-n4 { - margin-top: -1.5rem !important; + .flex-lg-nowrap { + flex-wrap: nowrap !important; } - .mr-sm-n4, -.mx-sm-n4 { - margin-right: -1.5rem !important; + .flex-lg-wrap-reverse { + flex-wrap: wrap-reverse !important; } - .mb-sm-n4, -.my-sm-n4 { - margin-bottom: -1.5rem !important; + .justify-content-lg-start { + justify-content: flex-start !important; } - .ml-sm-n4, -.mx-sm-n4 { - margin-left: -1.5rem !important; + .justify-content-lg-end { + justify-content: flex-end !important; } - .m-sm-n5 { - margin: -2.1255rem !important; + .justify-content-lg-center { + justify-content: center !important; } - .mt-sm-n5, -.my-sm-n5 { - margin-top: -2.1255rem !important; + .justify-content-lg-between { + justify-content: space-between !important; } - .mr-sm-n5, -.mx-sm-n5 { - margin-right: -2.1255rem !important; + .justify-content-lg-around { + justify-content: space-around !important; } - .mb-sm-n5, -.my-sm-n5 { - margin-bottom: -2.1255rem !important; + .justify-content-lg-evenly { + justify-content: space-evenly !important; } - .ml-sm-n5, -.mx-sm-n5 { - margin-left: -2.1255rem !important; + .align-items-lg-start { + align-items: flex-start !important; } - .m-sm-n6 { - margin: -3rem !important; + .align-items-lg-end { + align-items: flex-end !important; } - .mt-sm-n6, -.my-sm-n6 { - margin-top: -3rem !important; + .align-items-lg-center { + align-items: center !important; } - .mr-sm-n6, -.mx-sm-n6 { - margin-right: -3rem !important; + .align-items-lg-baseline { + align-items: baseline !important; } - .mb-sm-n6, -.my-sm-n6 { - margin-bottom: -3rem !important; + .align-items-lg-stretch { + align-items: stretch !important; } - .ml-sm-n6, -.mx-sm-n6 { - margin-left: -3rem !important; + .align-content-lg-start { + align-content: flex-start !important; } - .m-sm-n7 { - margin: -3.9975rem !important; + .align-content-lg-end { + align-content: flex-end !important; } - .mt-sm-n7, -.my-sm-n7 { - margin-top: -3.9975rem !important; + .align-content-lg-center { + align-content: center !important; } - .mr-sm-n7, -.mx-sm-n7 { - margin-right: -3.9975rem !important; + .align-content-lg-between { + align-content: space-between !important; } - .mb-sm-n7, -.my-sm-n7 { - margin-bottom: -3.9975rem !important; + .align-content-lg-around { + align-content: space-around !important; } - .ml-sm-n7, -.mx-sm-n7 { - margin-left: -3.9975rem !important; + .align-content-lg-stretch { + align-content: stretch !important; } - .m-sm-n8 { - margin: -4.5rem !important; + .align-self-lg-auto { + align-self: auto !important; } - .mt-sm-n8, -.my-sm-n8 { - margin-top: -4.5rem !important; + .align-self-lg-start { + align-self: flex-start !important; } - .mr-sm-n8, -.mx-sm-n8 { - margin-right: -4.5rem !important; + .align-self-lg-end { + align-self: flex-end !important; } - .mb-sm-n8, -.my-sm-n8 { - margin-bottom: -4.5rem !important; + .align-self-lg-center { + align-self: center !important; } - .ml-sm-n8, -.mx-sm-n8 { - margin-left: -4.5rem !important; + .align-self-lg-baseline { + align-self: baseline !important; } - .m-sm-n9 { - margin: -6rem !important; + .align-self-lg-stretch { + align-self: stretch !important; } - .mt-sm-n9, -.my-sm-n9 { - margin-top: -6rem !important; + .order-lg-first { + order: -1 !important; } - .mr-sm-n9, -.mx-sm-n9 { - margin-right: -6rem !important; + .order-lg-0 { + order: 0 !important; } - .mb-sm-n9, -.my-sm-n9 { - margin-bottom: -6rem !important; + .order-lg-1 { + order: 1 !important; } - .ml-sm-n9, -.mx-sm-n9 { - margin-left: -6rem !important; + .order-lg-2 { + order: 2 !important; } - .m-sm-n10 { - margin: -7.875rem !important; + .order-lg-3 { + order: 3 !important; } - .mt-sm-n10, -.my-sm-n10 { - margin-top: -7.875rem !important; + .order-lg-4 { + order: 4 !important; } - .mr-sm-n10, -.mx-sm-n10 { - margin-right: -7.875rem !important; + .order-lg-5 { + order: 5 !important; } - .mb-sm-n10, -.my-sm-n10 { - margin-bottom: -7.875rem !important; + .order-lg-last { + order: 6 !important; } - .ml-sm-n10, -.mx-sm-n10 { - margin-left: -7.875rem !important; + .m-lg-0 { + margin: 0rem !important; } - .m-sm-auto { - margin: auto !important; + .m-lg-1 { + margin: 0.495rem !important; } - .mt-sm-auto, -.my-sm-auto { - margin-top: auto !important; + .m-lg-2 { + margin: 0.75rem !important; } - .mr-sm-auto, -.mx-sm-auto { - margin-right: auto !important; + .m-lg-3 { + margin: 0.9975rem !important; } - .mb-sm-auto, -.my-sm-auto { - margin-bottom: auto !important; + .m-lg-4 { + margin: 1.5rem !important; } - .ml-sm-auto, -.mx-sm-auto { - margin-left: auto !important; + .m-lg-5 { + margin: 2.1255rem !important; } -} -@media (min-width: 768px) { - .m-md-0 { - margin: 0 !important; + .m-lg-6 { + margin: 3rem !important; } - .mt-md-0, -.my-md-0 { - margin-top: 0 !important; + .m-lg-7 { + margin: 3.9975rem !important; } - .mr-md-0, -.mx-md-0 { - margin-right: 0 !important; + .m-lg-8 { + margin: 4.5rem !important; } - .mb-md-0, -.my-md-0 { - margin-bottom: 0 !important; + .m-lg-9 { + margin: 6rem !important; } - .ml-md-0, -.mx-md-0 { - margin-left: 0 !important; + .m-lg-10 { + margin: 7.875rem !important; } - .m-md-1 { - margin: 0.495rem !important; + .m-lg-auto { + margin: auto !important; } - .mt-md-1, -.my-md-1 { - margin-top: 0.495rem !important; + .mx-lg-0 { + margin-right: 0rem !important; + margin-left: 0rem !important; } - .mr-md-1, -.mx-md-1 { + .mx-lg-1 { margin-right: 0.495rem !important; - } - .mb-md-1, -.my-md-1 { - margin-bottom: 0.495rem !important; - } - .ml-md-1, -.mx-md-1 { margin-left: 0.495rem !important; } - .m-md-2 { - margin: 0.75rem !important; - } - .mt-md-2, -.my-md-2 { - margin-top: 0.75rem !important; - } - .mr-md-2, -.mx-md-2 { + .mx-lg-2 { margin-right: 0.75rem !important; - } - .mb-md-2, -.my-md-2 { - margin-bottom: 0.75rem !important; - } - .ml-md-2, -.mx-md-2 { margin-left: 0.75rem !important; } - .m-md-3 { - margin: 0.9975rem !important; - } - .mt-md-3, -.my-md-3 { - margin-top: 0.9975rem !important; - } - .mr-md-3, -.mx-md-3 { + .mx-lg-3 { margin-right: 0.9975rem !important; - } - .mb-md-3, -.my-md-3 { - margin-bottom: 0.9975rem !important; - } - .ml-md-3, -.mx-md-3 { margin-left: 0.9975rem !important; } - .m-md-4 { - margin: 1.5rem !important; - } - .mt-md-4, -.my-md-4 { - margin-top: 1.5rem !important; - } - .mr-md-4, -.mx-md-4 { + .mx-lg-4 { margin-right: 1.5rem !important; - } - .mb-md-4, -.my-md-4 { - margin-bottom: 1.5rem !important; - } - .ml-md-4, -.mx-md-4 { margin-left: 1.5rem !important; } - .m-md-5 { - margin: 2.1255rem !important; - } - .mt-md-5, -.my-md-5 { - margin-top: 2.1255rem !important; - } - .mr-md-5, -.mx-md-5 { + .mx-lg-5 { margin-right: 2.1255rem !important; - } - .mb-md-5, -.my-md-5 { - margin-bottom: 2.1255rem !important; - } - .ml-md-5, -.mx-md-5 { margin-left: 2.1255rem !important; } - .m-md-6 { - margin: 3rem !important; - } - .mt-md-6, -.my-md-6 { - margin-top: 3rem !important; - } - .mr-md-6, -.mx-md-6 { + .mx-lg-6 { margin-right: 3rem !important; - } - .mb-md-6, -.my-md-6 { - margin-bottom: 3rem !important; - } - .ml-md-6, -.mx-md-6 { margin-left: 3rem !important; } - .m-md-7 { - margin: 3.9975rem !important; - } - .mt-md-7, -.my-md-7 { - margin-top: 3.9975rem !important; - } - .mr-md-7, -.mx-md-7 { + .mx-lg-7 { margin-right: 3.9975rem !important; - } - .mb-md-7, -.my-md-7 { - margin-bottom: 3.9975rem !important; - } - .ml-md-7, -.mx-md-7 { margin-left: 3.9975rem !important; } - .m-md-8 { - margin: 4.5rem !important; - } - .mt-md-8, -.my-md-8 { - margin-top: 4.5rem !important; - } - .mr-md-8, -.mx-md-8 { + .mx-lg-8 { margin-right: 4.5rem !important; - } - .mb-md-8, -.my-md-8 { - margin-bottom: 4.5rem !important; - } - .ml-md-8, -.mx-md-8 { margin-left: 4.5rem !important; } - .m-md-9 { - margin: 6rem !important; - } - .mt-md-9, -.my-md-9 { - margin-top: 6rem !important; - } - .mr-md-9, -.mx-md-9 { + .mx-lg-9 { margin-right: 6rem !important; - } - .mb-md-9, -.my-md-9 { - margin-bottom: 6rem !important; - } - .ml-md-9, -.mx-md-9 { margin-left: 6rem !important; } - .m-md-10 { - margin: 7.875rem !important; - } - .mt-md-10, -.my-md-10 { - margin-top: 7.875rem !important; - } - .mr-md-10, -.mx-md-10 { + .mx-lg-10 { margin-right: 7.875rem !important; - } - .mb-md-10, -.my-md-10 { - margin-bottom: 7.875rem !important; - } - .ml-md-10, -.mx-md-10 { margin-left: 7.875rem !important; } - .p-md-0 { - padding: 0 !important; - } - .pt-md-0, -.py-md-0 { - padding-top: 0 !important; - } - .pr-md-0, -.px-md-0 { - padding-right: 0 !important; - } - .pb-md-0, -.py-md-0 { - padding-bottom: 0 !important; - } - .pl-md-0, -.px-md-0 { - padding-left: 0 !important; - } - .p-md-1 { - padding: 0.495rem !important; - } - .pt-md-1, -.py-md-1 { - padding-top: 0.495rem !important; - } - .pr-md-1, -.px-md-1 { - padding-right: 0.495rem !important; - } - .pb-md-1, -.py-md-1 { - padding-bottom: 0.495rem !important; - } - .pl-md-1, -.px-md-1 { - padding-left: 0.495rem !important; - } - .p-md-2 { - padding: 0.75rem !important; - } - .pt-md-2, -.py-md-2 { - padding-top: 0.75rem !important; - } - .pr-md-2, -.px-md-2 { - padding-right: 0.75rem !important; - } - .pb-md-2, -.py-md-2 { - padding-bottom: 0.75rem !important; + .mx-lg-auto { + margin-right: auto !important; + margin-left: auto !important; } - .pl-md-2, -.px-md-2 { - padding-left: 0.75rem !important; + .my-lg-0 { + margin-top: 0rem !important; + margin-bottom: 0rem !important; } - .p-md-3 { - padding: 0.9975rem !important; + .my-lg-1 { + margin-top: 0.495rem !important; + margin-bottom: 0.495rem !important; } - .pt-md-3, -.py-md-3 { - padding-top: 0.9975rem !important; + .my-lg-2 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; } - .pr-md-3, -.px-md-3 { - padding-right: 0.9975rem !important; + .my-lg-3 { + margin-top: 0.9975rem !important; + margin-bottom: 0.9975rem !important; } - .pb-md-3, -.py-md-3 { - padding-bottom: 0.9975rem !important; + .my-lg-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; } - .pl-md-3, -.px-md-3 { - padding-left: 0.9975rem !important; + .my-lg-5 { + margin-top: 2.1255rem !important; + margin-bottom: 2.1255rem !important; } - .p-md-4 { - padding: 1.5rem !important; + .my-lg-6 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; } - .pt-md-4, -.py-md-4 { - padding-top: 1.5rem !important; + .my-lg-7 { + margin-top: 3.9975rem !important; + margin-bottom: 3.9975rem !important; } - .pr-md-4, -.px-md-4 { - padding-right: 1.5rem !important; + .my-lg-8 { + margin-top: 4.5rem !important; + margin-bottom: 4.5rem !important; } - .pb-md-4, -.py-md-4 { - padding-bottom: 1.5rem !important; + .my-lg-9 { + margin-top: 6rem !important; + margin-bottom: 6rem !important; } - .pl-md-4, -.px-md-4 { - padding-left: 1.5rem !important; + .my-lg-10 { + margin-top: 7.875rem !important; + margin-bottom: 7.875rem !important; } - .p-md-5 { - padding: 2.1255rem !important; + .my-lg-auto { + margin-top: auto !important; + margin-bottom: auto !important; } - .pt-md-5, -.py-md-5 { - padding-top: 2.1255rem !important; + .mt-lg-0 { + margin-top: 0rem !important; } - .pr-md-5, -.px-md-5 { - padding-right: 2.1255rem !important; + .mt-lg-1 { + margin-top: 0.495rem !important; } - .pb-md-5, -.py-md-5 { - padding-bottom: 2.1255rem !important; + .mt-lg-2 { + margin-top: 0.75rem !important; } - .pl-md-5, -.px-md-5 { - padding-left: 2.1255rem !important; + .mt-lg-3 { + margin-top: 0.9975rem !important; } - .p-md-6 { - padding: 3rem !important; + .mt-lg-4 { + margin-top: 1.5rem !important; } - .pt-md-6, -.py-md-6 { - padding-top: 3rem !important; + .mt-lg-5 { + margin-top: 2.1255rem !important; } - .pr-md-6, -.px-md-6 { - padding-right: 3rem !important; + .mt-lg-6 { + margin-top: 3rem !important; } - .pb-md-6, -.py-md-6 { - padding-bottom: 3rem !important; + .mt-lg-7 { + margin-top: 3.9975rem !important; } - .pl-md-6, -.px-md-6 { - padding-left: 3rem !important; + .mt-lg-8 { + margin-top: 4.5rem !important; } - .p-md-7 { - padding: 3.9975rem !important; + .mt-lg-9 { + margin-top: 6rem !important; } - .pt-md-7, -.py-md-7 { - padding-top: 3.9975rem !important; + .mt-lg-10 { + margin-top: 7.875rem !important; } - .pr-md-7, -.px-md-7 { - padding-right: 3.9975rem !important; + .mt-lg-auto { + margin-top: auto !important; } - .pb-md-7, -.py-md-7 { - padding-bottom: 3.9975rem !important; + .me-lg-0 { + margin-right: 0rem !important; } - .pl-md-7, -.px-md-7 { - padding-left: 3.9975rem !important; + .me-lg-1 { + margin-right: 0.495rem !important; } - .p-md-8 { - padding: 4.5rem !important; + .me-lg-2 { + margin-right: 0.75rem !important; } - .pt-md-8, -.py-md-8 { - padding-top: 4.5rem !important; + .me-lg-3 { + margin-right: 0.9975rem !important; } - .pr-md-8, -.px-md-8 { - padding-right: 4.5rem !important; + .me-lg-4 { + margin-right: 1.5rem !important; } - .pb-md-8, -.py-md-8 { - padding-bottom: 4.5rem !important; + .me-lg-5 { + margin-right: 2.1255rem !important; } - .pl-md-8, -.px-md-8 { - padding-left: 4.5rem !important; + .me-lg-6 { + margin-right: 3rem !important; } - .p-md-9 { - padding: 6rem !important; + .me-lg-7 { + margin-right: 3.9975rem !important; } - .pt-md-9, -.py-md-9 { - padding-top: 6rem !important; + .me-lg-8 { + margin-right: 4.5rem !important; } - .pr-md-9, -.px-md-9 { - padding-right: 6rem !important; + .me-lg-9 { + margin-right: 6rem !important; } - .pb-md-9, -.py-md-9 { - padding-bottom: 6rem !important; + .me-lg-10 { + margin-right: 7.875rem !important; } - .pl-md-9, -.px-md-9 { - padding-left: 6rem !important; + .me-lg-auto { + margin-right: auto !important; } - .p-md-10 { - padding: 7.875rem !important; + .mb-lg-0 { + margin-bottom: 0rem !important; } - .pt-md-10, -.py-md-10 { - padding-top: 7.875rem !important; + .mb-lg-1 { + margin-bottom: 0.495rem !important; } - .pr-md-10, -.px-md-10 { - padding-right: 7.875rem !important; + .mb-lg-2 { + margin-bottom: 0.75rem !important; } - .pb-md-10, -.py-md-10 { - padding-bottom: 7.875rem !important; + .mb-lg-3 { + margin-bottom: 0.9975rem !important; } - .pl-md-10, -.px-md-10 { - padding-left: 7.875rem !important; + .mb-lg-4 { + margin-bottom: 1.5rem !important; } - .m-md-n1 { - margin: -0.495rem !important; + .mb-lg-5 { + margin-bottom: 2.1255rem !important; } - .mt-md-n1, -.my-md-n1 { - margin-top: -0.495rem !important; + .mb-lg-6 { + margin-bottom: 3rem !important; } - .mr-md-n1, -.mx-md-n1 { - margin-right: -0.495rem !important; + .mb-lg-7 { + margin-bottom: 3.9975rem !important; } - .mb-md-n1, -.my-md-n1 { - margin-bottom: -0.495rem !important; + .mb-lg-8 { + margin-bottom: 4.5rem !important; } - .ml-md-n1, -.mx-md-n1 { - margin-left: -0.495rem !important; + .mb-lg-9 { + margin-bottom: 6rem !important; } - .m-md-n2 { - margin: -0.75rem !important; + .mb-lg-10 { + margin-bottom: 7.875rem !important; } - .mt-md-n2, -.my-md-n2 { - margin-top: -0.75rem !important; + .mb-lg-auto { + margin-bottom: auto !important; } - .mr-md-n2, -.mx-md-n2 { - margin-right: -0.75rem !important; + .ms-lg-0 { + margin-left: 0rem !important; } - .mb-md-n2, -.my-md-n2 { - margin-bottom: -0.75rem !important; + .ms-lg-1 { + margin-left: 0.495rem !important; } - .ml-md-n2, -.mx-md-n2 { - margin-left: -0.75rem !important; + .ms-lg-2 { + margin-left: 0.75rem !important; } - .m-md-n3 { - margin: -0.9975rem !important; + .ms-lg-3 { + margin-left: 0.9975rem !important; } - .mt-md-n3, -.my-md-n3 { - margin-top: -0.9975rem !important; + .ms-lg-4 { + margin-left: 1.5rem !important; } - .mr-md-n3, -.mx-md-n3 { - margin-right: -0.9975rem !important; + .ms-lg-5 { + margin-left: 2.1255rem !important; } - .mb-md-n3, -.my-md-n3 { - margin-bottom: -0.9975rem !important; + .ms-lg-6 { + margin-left: 3rem !important; } - .ml-md-n3, -.mx-md-n3 { - margin-left: -0.9975rem !important; + .ms-lg-7 { + margin-left: 3.9975rem !important; } - .m-md-n4 { - margin: -1.5rem !important; + .ms-lg-8 { + margin-left: 4.5rem !important; } - .mt-md-n4, -.my-md-n4 { - margin-top: -1.5rem !important; + .ms-lg-9 { + margin-left: 6rem !important; } - .mr-md-n4, -.mx-md-n4 { - margin-right: -1.5rem !important; + .ms-lg-10 { + margin-left: 7.875rem !important; } - .mb-md-n4, -.my-md-n4 { - margin-bottom: -1.5rem !important; + .ms-lg-auto { + margin-left: auto !important; } - .ml-md-n4, -.mx-md-n4 { - margin-left: -1.5rem !important; + .p-lg-0 { + padding: 0rem !important; } - .m-md-n5 { - margin: -2.1255rem !important; + .p-lg-1 { + padding: 0.495rem !important; } - .mt-md-n5, -.my-md-n5 { - margin-top: -2.1255rem !important; + .p-lg-2 { + padding: 0.75rem !important; } - .mr-md-n5, -.mx-md-n5 { - margin-right: -2.1255rem !important; + .p-lg-3 { + padding: 0.9975rem !important; } - .mb-md-n5, -.my-md-n5 { - margin-bottom: -2.1255rem !important; + .p-lg-4 { + padding: 1.5rem !important; } - .ml-md-n5, -.mx-md-n5 { - margin-left: -2.1255rem !important; + .p-lg-5 { + padding: 2.1255rem !important; } - .m-md-n6 { - margin: -3rem !important; + .p-lg-6 { + padding: 3rem !important; } - .mt-md-n6, -.my-md-n6 { - margin-top: -3rem !important; + .p-lg-7 { + padding: 3.9975rem !important; } - .mr-md-n6, -.mx-md-n6 { - margin-right: -3rem !important; + .p-lg-8 { + padding: 4.5rem !important; } - .mb-md-n6, -.my-md-n6 { - margin-bottom: -3rem !important; + .p-lg-9 { + padding: 6rem !important; } - .ml-md-n6, -.mx-md-n6 { - margin-left: -3rem !important; + .p-lg-10 { + padding: 7.875rem !important; } - .m-md-n7 { - margin: -3.9975rem !important; + .px-lg-0 { + padding-right: 0rem !important; + padding-left: 0rem !important; } - .mt-md-n7, -.my-md-n7 { - margin-top: -3.9975rem !important; + .px-lg-1 { + padding-right: 0.495rem !important; + padding-left: 0.495rem !important; } - .mr-md-n7, -.mx-md-n7 { - margin-right: -3.9975rem !important; + .px-lg-2 { + padding-right: 0.75rem !important; + padding-left: 0.75rem !important; } - .mb-md-n7, -.my-md-n7 { - margin-bottom: -3.9975rem !important; + .px-lg-3 { + padding-right: 0.9975rem !important; + padding-left: 0.9975rem !important; } - .ml-md-n7, -.mx-md-n7 { - margin-left: -3.9975rem !important; + .px-lg-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; } - .m-md-n8 { - margin: -4.5rem !important; + .px-lg-5 { + padding-right: 2.1255rem !important; + padding-left: 2.1255rem !important; } - .mt-md-n8, -.my-md-n8 { - margin-top: -4.5rem !important; + .px-lg-6 { + padding-right: 3rem !important; + padding-left: 3rem !important; } - .mr-md-n8, -.mx-md-n8 { - margin-right: -4.5rem !important; + .px-lg-7 { + padding-right: 3.9975rem !important; + padding-left: 3.9975rem !important; } - .mb-md-n8, -.my-md-n8 { - margin-bottom: -4.5rem !important; + .px-lg-8 { + padding-right: 4.5rem !important; + padding-left: 4.5rem !important; } - .ml-md-n8, -.mx-md-n8 { - margin-left: -4.5rem !important; + .px-lg-9 { + padding-right: 6rem !important; + padding-left: 6rem !important; } - .m-md-n9 { - margin: -6rem !important; + .px-lg-10 { + padding-right: 7.875rem !important; + padding-left: 7.875rem !important; } - .mt-md-n9, -.my-md-n9 { - margin-top: -6rem !important; + .py-lg-0 { + padding-top: 0rem !important; + padding-bottom: 0rem !important; } - .mr-md-n9, -.mx-md-n9 { - margin-right: -6rem !important; + .py-lg-1 { + padding-top: 0.495rem !important; + padding-bottom: 0.495rem !important; } - .mb-md-n9, -.my-md-n9 { - margin-bottom: -6rem !important; + .py-lg-2 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; } - .ml-md-n9, -.mx-md-n9 { - margin-left: -6rem !important; + .py-lg-3 { + padding-top: 0.9975rem !important; + padding-bottom: 0.9975rem !important; } - .m-md-n10 { - margin: -7.875rem !important; + .py-lg-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; } - .mt-md-n10, -.my-md-n10 { - margin-top: -7.875rem !important; + .py-lg-5 { + padding-top: 2.1255rem !important; + padding-bottom: 2.1255rem !important; } - .mr-md-n10, -.mx-md-n10 { - margin-right: -7.875rem !important; + .py-lg-6 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; } - .mb-md-n10, -.my-md-n10 { - margin-bottom: -7.875rem !important; + .py-lg-7 { + padding-top: 3.9975rem !important; + padding-bottom: 3.9975rem !important; } - .ml-md-n10, -.mx-md-n10 { - margin-left: -7.875rem !important; + .py-lg-8 { + padding-top: 4.5rem !important; + padding-bottom: 4.5rem !important; } - .m-md-auto { - margin: auto !important; + .py-lg-9 { + padding-top: 6rem !important; + padding-bottom: 6rem !important; } - .mt-md-auto, -.my-md-auto { - margin-top: auto !important; + .py-lg-10 { + padding-top: 7.875rem !important; + padding-bottom: 7.875rem !important; } - .mr-md-auto, -.mx-md-auto { - margin-right: auto !important; + .pt-lg-0 { + padding-top: 0rem !important; } - .mb-md-auto, -.my-md-auto { - margin-bottom: auto !important; + .pt-lg-1 { + padding-top: 0.495rem !important; } - .ml-md-auto, -.mx-md-auto { - margin-left: auto !important; + .pt-lg-2 { + padding-top: 0.75rem !important; } -} -@media (min-width: 992px) { - .m-lg-0 { - margin: 0 !important; + .pt-lg-3 { + padding-top: 0.9975rem !important; } - .mt-lg-0, -.my-lg-0 { - margin-top: 0 !important; + .pt-lg-4 { + padding-top: 1.5rem !important; } - .mr-lg-0, -.mx-lg-0 { - margin-right: 0 !important; + .pt-lg-5 { + padding-top: 2.1255rem !important; } - .mb-lg-0, -.my-lg-0 { - margin-bottom: 0 !important; + .pt-lg-6 { + padding-top: 3rem !important; } - .ml-lg-0, -.mx-lg-0 { - margin-left: 0 !important; + .pt-lg-7 { + padding-top: 3.9975rem !important; } - .m-lg-1 { - margin: 0.495rem !important; + .pt-lg-8 { + padding-top: 4.5rem !important; } - .mt-lg-1, -.my-lg-1 { - margin-top: 0.495rem !important; + .pt-lg-9 { + padding-top: 6rem !important; } - .mr-lg-1, -.mx-lg-1 { - margin-right: 0.495rem !important; + .pt-lg-10 { + padding-top: 7.875rem !important; } - .mb-lg-1, -.my-lg-1 { - margin-bottom: 0.495rem !important; + .pe-lg-0 { + padding-right: 0rem !important; } - .ml-lg-1, -.mx-lg-1 { - margin-left: 0.495rem !important; + .pe-lg-1 { + padding-right: 0.495rem !important; } - .m-lg-2 { - margin: 0.75rem !important; + .pe-lg-2 { + padding-right: 0.75rem !important; } - .mt-lg-2, -.my-lg-2 { - margin-top: 0.75rem !important; + .pe-lg-3 { + padding-right: 0.9975rem !important; } - .mr-lg-2, -.mx-lg-2 { - margin-right: 0.75rem !important; + .pe-lg-4 { + padding-right: 1.5rem !important; } - .mb-lg-2, -.my-lg-2 { - margin-bottom: 0.75rem !important; + .pe-lg-5 { + padding-right: 2.1255rem !important; } - .ml-lg-2, -.mx-lg-2 { - margin-left: 0.75rem !important; + .pe-lg-6 { + padding-right: 3rem !important; } - .m-lg-3 { - margin: 0.9975rem !important; + .pe-lg-7 { + padding-right: 3.9975rem !important; } - .mt-lg-3, -.my-lg-3 { - margin-top: 0.9975rem !important; + .pe-lg-8 { + padding-right: 4.5rem !important; } - .mr-lg-3, -.mx-lg-3 { - margin-right: 0.9975rem !important; + .pe-lg-9 { + padding-right: 6rem !important; } - .mb-lg-3, -.my-lg-3 { - margin-bottom: 0.9975rem !important; + .pe-lg-10 { + padding-right: 7.875rem !important; } - .ml-lg-3, -.mx-lg-3 { - margin-left: 0.9975rem !important; + .pb-lg-0 { + padding-bottom: 0rem !important; } - .m-lg-4 { - margin: 1.5rem !important; + .pb-lg-1 { + padding-bottom: 0.495rem !important; } - .mt-lg-4, -.my-lg-4 { - margin-top: 1.5rem !important; + .pb-lg-2 { + padding-bottom: 0.75rem !important; } - .mr-lg-4, -.mx-lg-4 { - margin-right: 1.5rem !important; + .pb-lg-3 { + padding-bottom: 0.9975rem !important; } - .mb-lg-4, -.my-lg-4 { - margin-bottom: 1.5rem !important; + .pb-lg-4 { + padding-bottom: 1.5rem !important; } - .ml-lg-4, -.mx-lg-4 { - margin-left: 1.5rem !important; + .pb-lg-5 { + padding-bottom: 2.1255rem !important; } - .m-lg-5 { - margin: 2.1255rem !important; + .pb-lg-6 { + padding-bottom: 3rem !important; } - .mt-lg-5, -.my-lg-5 { - margin-top: 2.1255rem !important; + .pb-lg-7 { + padding-bottom: 3.9975rem !important; } - .mr-lg-5, -.mx-lg-5 { - margin-right: 2.1255rem !important; + .pb-lg-8 { + padding-bottom: 4.5rem !important; } - .mb-lg-5, -.my-lg-5 { - margin-bottom: 2.1255rem !important; + .pb-lg-9 { + padding-bottom: 6rem !important; } - .ml-lg-5, -.mx-lg-5 { - margin-left: 2.1255rem !important; + .pb-lg-10 { + padding-bottom: 7.875rem !important; } - .m-lg-6 { - margin: 3rem !important; + .ps-lg-0 { + padding-left: 0rem !important; } - .mt-lg-6, -.my-lg-6 { - margin-top: 3rem !important; + .ps-lg-1 { + padding-left: 0.495rem !important; } - .mr-lg-6, -.mx-lg-6 { - margin-right: 3rem !important; + .ps-lg-2 { + padding-left: 0.75rem !important; } - .mb-lg-6, -.my-lg-6 { - margin-bottom: 3rem !important; + .ps-lg-3 { + padding-left: 0.9975rem !important; } - .ml-lg-6, -.mx-lg-6 { - margin-left: 3rem !important; + .ps-lg-4 { + padding-left: 1.5rem !important; } - .m-lg-7 { - margin: 3.9975rem !important; + .ps-lg-5 { + padding-left: 2.1255rem !important; } - .mt-lg-7, -.my-lg-7 { - margin-top: 3.9975rem !important; + .ps-lg-6 { + padding-left: 3rem !important; } - .mr-lg-7, -.mx-lg-7 { - margin-right: 3.9975rem !important; + .ps-lg-7 { + padding-left: 3.9975rem !important; } - .mb-lg-7, -.my-lg-7 { - margin-bottom: 3.9975rem !important; + .ps-lg-8 { + padding-left: 4.5rem !important; } - .ml-lg-7, -.mx-lg-7 { - margin-left: 3.9975rem !important; + .ps-lg-9 { + padding-left: 6rem !important; } - .m-lg-8 { - margin: 4.5rem !important; + .ps-lg-10 { + padding-left: 7.875rem !important; } - .mt-lg-8, -.my-lg-8 { - margin-top: 4.5rem !important; + .gap-lg-0 { + gap: 0rem !important; } - .mr-lg-8, -.mx-lg-8 { - margin-right: 4.5rem !important; + .gap-lg-1 { + gap: 0.495rem !important; } - .mb-lg-8, -.my-lg-8 { - margin-bottom: 4.5rem !important; + .gap-lg-2 { + gap: 0.75rem !important; } - .ml-lg-8, -.mx-lg-8 { - margin-left: 4.5rem !important; + .gap-lg-3 { + gap: 0.9975rem !important; } - .m-lg-9 { - margin: 6rem !important; + .gap-lg-4 { + gap: 1.5rem !important; } - .mt-lg-9, -.my-lg-9 { - margin-top: 6rem !important; + .gap-lg-5 { + gap: 2.1255rem !important; } - .mr-lg-9, -.mx-lg-9 { - margin-right: 6rem !important; + .gap-lg-6 { + gap: 3rem !important; } - .mb-lg-9, -.my-lg-9 { - margin-bottom: 6rem !important; + .gap-lg-7 { + gap: 3.9975rem !important; } - .ml-lg-9, -.mx-lg-9 { - margin-left: 6rem !important; + .gap-lg-8 { + gap: 4.5rem !important; } - .m-lg-10 { - margin: 7.875rem !important; + .gap-lg-9 { + gap: 6rem !important; } - .mt-lg-10, -.my-lg-10 { - margin-top: 7.875rem !important; + .gap-lg-10 { + gap: 7.875rem !important; } - .mr-lg-10, -.mx-lg-10 { - margin-right: 7.875rem !important; + .row-gap-lg-0 { + row-gap: 0rem !important; } - .mb-lg-10, -.my-lg-10 { - margin-bottom: 7.875rem !important; + .row-gap-lg-1 { + row-gap: 0.495rem !important; } - .ml-lg-10, -.mx-lg-10 { - margin-left: 7.875rem !important; + .row-gap-lg-2 { + row-gap: 0.75rem !important; } - .p-lg-0 { - padding: 0 !important; + .row-gap-lg-3 { + row-gap: 0.9975rem !important; } - .pt-lg-0, -.py-lg-0 { - padding-top: 0 !important; + .row-gap-lg-4 { + row-gap: 1.5rem !important; } - .pr-lg-0, -.px-lg-0 { - padding-right: 0 !important; + .row-gap-lg-5 { + row-gap: 2.1255rem !important; } - .pb-lg-0, -.py-lg-0 { - padding-bottom: 0 !important; + .row-gap-lg-6 { + row-gap: 3rem !important; } - .pl-lg-0, -.px-lg-0 { - padding-left: 0 !important; + .row-gap-lg-7 { + row-gap: 3.9975rem !important; } - .p-lg-1 { - padding: 0.495rem !important; + .row-gap-lg-8 { + row-gap: 4.5rem !important; } - .pt-lg-1, -.py-lg-1 { - padding-top: 0.495rem !important; + .row-gap-lg-9 { + row-gap: 6rem !important; } - .pr-lg-1, -.px-lg-1 { - padding-right: 0.495rem !important; + .row-gap-lg-10 { + row-gap: 7.875rem !important; } - .pb-lg-1, -.py-lg-1 { - padding-bottom: 0.495rem !important; + .column-gap-lg-0 { + -moz-column-gap: 0rem !important; + column-gap: 0rem !important; } - .pl-lg-1, -.px-lg-1 { - padding-left: 0.495rem !important; + .column-gap-lg-1 { + -moz-column-gap: 0.495rem !important; + column-gap: 0.495rem !important; } - .p-lg-2 { - padding: 0.75rem !important; + .column-gap-lg-2 { + -moz-column-gap: 0.75rem !important; + column-gap: 0.75rem !important; } - .pt-lg-2, -.py-lg-2 { - padding-top: 0.75rem !important; + .column-gap-lg-3 { + -moz-column-gap: 0.9975rem !important; + column-gap: 0.9975rem !important; } - .pr-lg-2, -.px-lg-2 { - padding-right: 0.75rem !important; + .column-gap-lg-4 { + -moz-column-gap: 1.5rem !important; + column-gap: 1.5rem !important; } - .pb-lg-2, -.py-lg-2 { - padding-bottom: 0.75rem !important; + .column-gap-lg-5 { + -moz-column-gap: 2.1255rem !important; + column-gap: 2.1255rem !important; } - .pl-lg-2, -.px-lg-2 { - padding-left: 0.75rem !important; + .column-gap-lg-6 { + -moz-column-gap: 3rem !important; + column-gap: 3rem !important; } - .p-lg-3 { - padding: 0.9975rem !important; + .column-gap-lg-7 { + -moz-column-gap: 3.9975rem !important; + column-gap: 3.9975rem !important; } - .pt-lg-3, -.py-lg-3 { - padding-top: 0.9975rem !important; + .column-gap-lg-8 { + -moz-column-gap: 4.5rem !important; + column-gap: 4.5rem !important; } - .pr-lg-3, -.px-lg-3 { - padding-right: 0.9975rem !important; + .column-gap-lg-9 { + -moz-column-gap: 6rem !important; + column-gap: 6rem !important; } - .pb-lg-3, -.py-lg-3 { - padding-bottom: 0.9975rem !important; + .column-gap-lg-10 { + -moz-column-gap: 7.875rem !important; + column-gap: 7.875rem !important; } - .pl-lg-3, -.px-lg-3 { - padding-left: 0.9975rem !important; + .text-lg-start { + text-align: left !important; } - .p-lg-4 { - padding: 1.5rem !important; + .text-lg-end { + text-align: right !important; } - .pt-lg-4, -.py-lg-4 { - padding-top: 1.5rem !important; + .text-lg-center { + text-align: center !important; } - .pr-lg-4, -.px-lg-4 { - padding-right: 1.5rem !important; +} +@media (min-width: 1200px) { + .float-xl-start { + float: left !important; } - .pb-lg-4, -.py-lg-4 { - padding-bottom: 1.5rem !important; + .float-xl-end { + float: right !important; } - .pl-lg-4, -.px-lg-4 { - padding-left: 1.5rem !important; + .float-xl-none { + float: none !important; } - .p-lg-5 { - padding: 2.1255rem !important; + .object-fit-xl-contain { + -o-object-fit: contain !important; + object-fit: contain !important; } - .pt-lg-5, -.py-lg-5 { - padding-top: 2.1255rem !important; + .object-fit-xl-cover { + -o-object-fit: cover !important; + object-fit: cover !important; } - .pr-lg-5, -.px-lg-5 { - padding-right: 2.1255rem !important; + .object-fit-xl-fill { + -o-object-fit: fill !important; + object-fit: fill !important; } - .pb-lg-5, -.py-lg-5 { - padding-bottom: 2.1255rem !important; + .object-fit-xl-scale { + -o-object-fit: scale-down !important; + object-fit: scale-down !important; } - .pl-lg-5, -.px-lg-5 { - padding-left: 2.1255rem !important; + .object-fit-xl-none { + -o-object-fit: none !important; + object-fit: none !important; } - .p-lg-6 { - padding: 3rem !important; + .d-xl-inline { + display: inline !important; } - .pt-lg-6, -.py-lg-6 { - padding-top: 3rem !important; + .d-xl-inline-block { + display: inline-block !important; } - .pr-lg-6, -.px-lg-6 { - padding-right: 3rem !important; + .d-xl-block { + display: block !important; } - .pb-lg-6, -.py-lg-6 { - padding-bottom: 3rem !important; + .d-xl-grid { + display: grid !important; } - .pl-lg-6, -.px-lg-6 { - padding-left: 3rem !important; + .d-xl-inline-grid { + display: inline-grid !important; } - .p-lg-7 { - padding: 3.9975rem !important; + .d-xl-table { + display: table !important; } - .pt-lg-7, -.py-lg-7 { - padding-top: 3.9975rem !important; + .d-xl-table-row { + display: table-row !important; } - .pr-lg-7, -.px-lg-7 { - padding-right: 3.9975rem !important; + .d-xl-table-cell { + display: table-cell !important; } - .pb-lg-7, -.py-lg-7 { - padding-bottom: 3.9975rem !important; + .d-xl-flex { + display: flex !important; } - .pl-lg-7, -.px-lg-7 { - padding-left: 3.9975rem !important; + .d-xl-inline-flex { + display: inline-flex !important; } - .p-lg-8 { - padding: 4.5rem !important; + .d-xl-none { + display: none !important; } - .pt-lg-8, -.py-lg-8 { - padding-top: 4.5rem !important; + .flex-xl-fill { + flex: 1 1 auto !important; } - .pr-lg-8, -.px-lg-8 { - padding-right: 4.5rem !important; + .flex-xl-row { + flex-direction: row !important; } - .pb-lg-8, -.py-lg-8 { - padding-bottom: 4.5rem !important; + .flex-xl-column { + flex-direction: column !important; } - .pl-lg-8, -.px-lg-8 { - padding-left: 4.5rem !important; + .flex-xl-row-reverse { + flex-direction: row-reverse !important; } - .p-lg-9 { - padding: 6rem !important; + .flex-xl-column-reverse { + flex-direction: column-reverse !important; } - .pt-lg-9, -.py-lg-9 { - padding-top: 6rem !important; + .flex-xl-grow-0 { + flex-grow: 0 !important; } - .pr-lg-9, -.px-lg-9 { - padding-right: 6rem !important; + .flex-xl-grow-1 { + flex-grow: 1 !important; } - .pb-lg-9, -.py-lg-9 { - padding-bottom: 6rem !important; + .flex-xl-shrink-0 { + flex-shrink: 0 !important; } - .pl-lg-9, -.px-lg-9 { - padding-left: 6rem !important; + .flex-xl-shrink-1 { + flex-shrink: 1 !important; } - .p-lg-10 { - padding: 7.875rem !important; + .flex-xl-wrap { + flex-wrap: wrap !important; } - .pt-lg-10, -.py-lg-10 { - padding-top: 7.875rem !important; + .flex-xl-nowrap { + flex-wrap: nowrap !important; } - .pr-lg-10, -.px-lg-10 { - padding-right: 7.875rem !important; + .flex-xl-wrap-reverse { + flex-wrap: wrap-reverse !important; } - .pb-lg-10, -.py-lg-10 { - padding-bottom: 7.875rem !important; + .justify-content-xl-start { + justify-content: flex-start !important; } - .pl-lg-10, -.px-lg-10 { - padding-left: 7.875rem !important; + .justify-content-xl-end { + justify-content: flex-end !important; } - .m-lg-n1 { - margin: -0.495rem !important; + .justify-content-xl-center { + justify-content: center !important; } - .mt-lg-n1, -.my-lg-n1 { - margin-top: -0.495rem !important; + .justify-content-xl-between { + justify-content: space-between !important; } - .mr-lg-n1, -.mx-lg-n1 { - margin-right: -0.495rem !important; + .justify-content-xl-around { + justify-content: space-around !important; } - .mb-lg-n1, -.my-lg-n1 { - margin-bottom: -0.495rem !important; + .justify-content-xl-evenly { + justify-content: space-evenly !important; } - .ml-lg-n1, -.mx-lg-n1 { - margin-left: -0.495rem !important; + .align-items-xl-start { + align-items: flex-start !important; } - .m-lg-n2 { - margin: -0.75rem !important; + .align-items-xl-end { + align-items: flex-end !important; } - .mt-lg-n2, -.my-lg-n2 { - margin-top: -0.75rem !important; + .align-items-xl-center { + align-items: center !important; } - .mr-lg-n2, -.mx-lg-n2 { - margin-right: -0.75rem !important; + .align-items-xl-baseline { + align-items: baseline !important; } - .mb-lg-n2, -.my-lg-n2 { - margin-bottom: -0.75rem !important; + .align-items-xl-stretch { + align-items: stretch !important; } - .ml-lg-n2, -.mx-lg-n2 { - margin-left: -0.75rem !important; + .align-content-xl-start { + align-content: flex-start !important; } - .m-lg-n3 { - margin: -0.9975rem !important; + .align-content-xl-end { + align-content: flex-end !important; } - .mt-lg-n3, -.my-lg-n3 { - margin-top: -0.9975rem !important; + .align-content-xl-center { + align-content: center !important; } - .mr-lg-n3, -.mx-lg-n3 { - margin-right: -0.9975rem !important; + .align-content-xl-between { + align-content: space-between !important; } - .mb-lg-n3, -.my-lg-n3 { - margin-bottom: -0.9975rem !important; + .align-content-xl-around { + align-content: space-around !important; } - .ml-lg-n3, -.mx-lg-n3 { - margin-left: -0.9975rem !important; + .align-content-xl-stretch { + align-content: stretch !important; } - .m-lg-n4 { - margin: -1.5rem !important; + .align-self-xl-auto { + align-self: auto !important; } - .mt-lg-n4, -.my-lg-n4 { - margin-top: -1.5rem !important; + .align-self-xl-start { + align-self: flex-start !important; } - .mr-lg-n4, -.mx-lg-n4 { - margin-right: -1.5rem !important; + .align-self-xl-end { + align-self: flex-end !important; } - .mb-lg-n4, -.my-lg-n4 { - margin-bottom: -1.5rem !important; + .align-self-xl-center { + align-self: center !important; } - .ml-lg-n4, -.mx-lg-n4 { - margin-left: -1.5rem !important; + .align-self-xl-baseline { + align-self: baseline !important; } - .m-lg-n5 { - margin: -2.1255rem !important; + .align-self-xl-stretch { + align-self: stretch !important; } - .mt-lg-n5, -.my-lg-n5 { - margin-top: -2.1255rem !important; + .order-xl-first { + order: -1 !important; } - .mr-lg-n5, -.mx-lg-n5 { - margin-right: -2.1255rem !important; + .order-xl-0 { + order: 0 !important; } - .mb-lg-n5, -.my-lg-n5 { - margin-bottom: -2.1255rem !important; + .order-xl-1 { + order: 1 !important; } - .ml-lg-n5, -.mx-lg-n5 { - margin-left: -2.1255rem !important; + .order-xl-2 { + order: 2 !important; } - .m-lg-n6 { - margin: -3rem !important; + .order-xl-3 { + order: 3 !important; } - .mt-lg-n6, -.my-lg-n6 { - margin-top: -3rem !important; + .order-xl-4 { + order: 4 !important; } - .mr-lg-n6, -.mx-lg-n6 { - margin-right: -3rem !important; + .order-xl-5 { + order: 5 !important; } - .mb-lg-n6, -.my-lg-n6 { - margin-bottom: -3rem !important; + .order-xl-last { + order: 6 !important; } - .ml-lg-n6, -.mx-lg-n6 { - margin-left: -3rem !important; + .m-xl-0 { + margin: 0rem !important; } - .m-lg-n7 { - margin: -3.9975rem !important; + .m-xl-1 { + margin: 0.495rem !important; } - .mt-lg-n7, -.my-lg-n7 { - margin-top: -3.9975rem !important; + .m-xl-2 { + margin: 0.75rem !important; } - .mr-lg-n7, -.mx-lg-n7 { - margin-right: -3.9975rem !important; + .m-xl-3 { + margin: 0.9975rem !important; } - .mb-lg-n7, -.my-lg-n7 { - margin-bottom: -3.9975rem !important; + .m-xl-4 { + margin: 1.5rem !important; } - .ml-lg-n7, -.mx-lg-n7 { - margin-left: -3.9975rem !important; + .m-xl-5 { + margin: 2.1255rem !important; } - .m-lg-n8 { - margin: -4.5rem !important; + .m-xl-6 { + margin: 3rem !important; } - .mt-lg-n8, -.my-lg-n8 { - margin-top: -4.5rem !important; + .m-xl-7 { + margin: 3.9975rem !important; } - .mr-lg-n8, -.mx-lg-n8 { - margin-right: -4.5rem !important; + .m-xl-8 { + margin: 4.5rem !important; } - .mb-lg-n8, -.my-lg-n8 { - margin-bottom: -4.5rem !important; + .m-xl-9 { + margin: 6rem !important; } - .ml-lg-n8, -.mx-lg-n8 { - margin-left: -4.5rem !important; + .m-xl-10 { + margin: 7.875rem !important; } - .m-lg-n9 { - margin: -6rem !important; + .m-xl-auto { + margin: auto !important; } - .mt-lg-n9, -.my-lg-n9 { - margin-top: -6rem !important; + .mx-xl-0 { + margin-right: 0rem !important; + margin-left: 0rem !important; } - .mr-lg-n9, -.mx-lg-n9 { - margin-right: -6rem !important; + .mx-xl-1 { + margin-right: 0.495rem !important; + margin-left: 0.495rem !important; } - .mb-lg-n9, -.my-lg-n9 { - margin-bottom: -6rem !important; + .mx-xl-2 { + margin-right: 0.75rem !important; + margin-left: 0.75rem !important; } - .ml-lg-n9, -.mx-lg-n9 { - margin-left: -6rem !important; + .mx-xl-3 { + margin-right: 0.9975rem !important; + margin-left: 0.9975rem !important; } - .m-lg-n10 { - margin: -7.875rem !important; + .mx-xl-4 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; } - .mt-lg-n10, -.my-lg-n10 { - margin-top: -7.875rem !important; + .mx-xl-5 { + margin-right: 2.1255rem !important; + margin-left: 2.1255rem !important; } - .mr-lg-n10, -.mx-lg-n10 { - margin-right: -7.875rem !important; + .mx-xl-6 { + margin-right: 3rem !important; + margin-left: 3rem !important; } - .mb-lg-n10, -.my-lg-n10 { - margin-bottom: -7.875rem !important; + .mx-xl-7 { + margin-right: 3.9975rem !important; + margin-left: 3.9975rem !important; } - .ml-lg-n10, -.mx-lg-n10 { - margin-left: -7.875rem !important; + .mx-xl-8 { + margin-right: 4.5rem !important; + margin-left: 4.5rem !important; } - .m-lg-auto { - margin: auto !important; + .mx-xl-9 { + margin-right: 6rem !important; + margin-left: 6rem !important; } - .mt-lg-auto, -.my-lg-auto { - margin-top: auto !important; + .mx-xl-10 { + margin-right: 7.875rem !important; + margin-left: 7.875rem !important; } - .mr-lg-auto, -.mx-lg-auto { + .mx-xl-auto { margin-right: auto !important; + margin-left: auto !important; } - .mb-lg-auto, -.my-lg-auto { - margin-bottom: auto !important; + .my-xl-0 { + margin-top: 0rem !important; + margin-bottom: 0rem !important; } - .ml-lg-auto, -.mx-lg-auto { - margin-left: auto !important; + .my-xl-1 { + margin-top: 0.495rem !important; + margin-bottom: 0.495rem !important; } -} -@media (min-width: 1200px) { - .m-xl-0 { - margin: 0 !important; + .my-xl-2 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; } - .mt-xl-0, -.my-xl-0 { - margin-top: 0 !important; + .my-xl-3 { + margin-top: 0.9975rem !important; + margin-bottom: 0.9975rem !important; } - .mr-xl-0, -.mx-xl-0 { - margin-right: 0 !important; + .my-xl-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; } - .mb-xl-0, -.my-xl-0 { - margin-bottom: 0 !important; + .my-xl-5 { + margin-top: 2.1255rem !important; + margin-bottom: 2.1255rem !important; } - .ml-xl-0, -.mx-xl-0 { - margin-left: 0 !important; + .my-xl-6 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; } - .m-xl-1 { - margin: 0.495rem !important; + .my-xl-7 { + margin-top: 3.9975rem !important; + margin-bottom: 3.9975rem !important; } - .mt-xl-1, -.my-xl-1 { - margin-top: 0.495rem !important; + .my-xl-8 { + margin-top: 4.5rem !important; + margin-bottom: 4.5rem !important; } - .mr-xl-1, -.mx-xl-1 { - margin-right: 0.495rem !important; + .my-xl-9 { + margin-top: 6rem !important; + margin-bottom: 6rem !important; } - .mb-xl-1, -.my-xl-1 { - margin-bottom: 0.495rem !important; + .my-xl-10 { + margin-top: 7.875rem !important; + margin-bottom: 7.875rem !important; } - .ml-xl-1, -.mx-xl-1 { - margin-left: 0.495rem !important; + .my-xl-auto { + margin-top: auto !important; + margin-bottom: auto !important; } - .m-xl-2 { - margin: 0.75rem !important; + .mt-xl-0 { + margin-top: 0rem !important; } - .mt-xl-2, -.my-xl-2 { - margin-top: 0.75rem !important; + .mt-xl-1 { + margin-top: 0.495rem !important; } - .mr-xl-2, -.mx-xl-2 { - margin-right: 0.75rem !important; + .mt-xl-2 { + margin-top: 0.75rem !important; } - .mb-xl-2, -.my-xl-2 { - margin-bottom: 0.75rem !important; + .mt-xl-3 { + margin-top: 0.9975rem !important; } - .ml-xl-2, -.mx-xl-2 { - margin-left: 0.75rem !important; + .mt-xl-4 { + margin-top: 1.5rem !important; } - .m-xl-3 { - margin: 0.9975rem !important; + .mt-xl-5 { + margin-top: 2.1255rem !important; } - .mt-xl-3, -.my-xl-3 { - margin-top: 0.9975rem !important; + .mt-xl-6 { + margin-top: 3rem !important; } - .mr-xl-3, -.mx-xl-3 { - margin-right: 0.9975rem !important; + .mt-xl-7 { + margin-top: 3.9975rem !important; } - .mb-xl-3, -.my-xl-3 { - margin-bottom: 0.9975rem !important; + .mt-xl-8 { + margin-top: 4.5rem !important; } - .ml-xl-3, -.mx-xl-3 { - margin-left: 0.9975rem !important; + .mt-xl-9 { + margin-top: 6rem !important; } - .m-xl-4 { - margin: 1.5rem !important; + .mt-xl-10 { + margin-top: 7.875rem !important; } - .mt-xl-4, -.my-xl-4 { - margin-top: 1.5rem !important; + .mt-xl-auto { + margin-top: auto !important; } - .mr-xl-4, -.mx-xl-4 { - margin-right: 1.5rem !important; + .me-xl-0 { + margin-right: 0rem !important; } - .mb-xl-4, -.my-xl-4 { - margin-bottom: 1.5rem !important; + .me-xl-1 { + margin-right: 0.495rem !important; } - .ml-xl-4, -.mx-xl-4 { - margin-left: 1.5rem !important; + .me-xl-2 { + margin-right: 0.75rem !important; } - .m-xl-5 { - margin: 2.1255rem !important; + .me-xl-3 { + margin-right: 0.9975rem !important; } - .mt-xl-5, -.my-xl-5 { - margin-top: 2.1255rem !important; + .me-xl-4 { + margin-right: 1.5rem !important; } - .mr-xl-5, -.mx-xl-5 { + .me-xl-5 { margin-right: 2.1255rem !important; } - .mb-xl-5, -.my-xl-5 { - margin-bottom: 2.1255rem !important; - } - .ml-xl-5, -.mx-xl-5 { - margin-left: 2.1255rem !important; + .me-xl-6 { + margin-right: 3rem !important; } - .m-xl-6 { - margin: 3rem !important; + .me-xl-7 { + margin-right: 3.9975rem !important; } - .mt-xl-6, -.my-xl-6 { - margin-top: 3rem !important; + .me-xl-8 { + margin-right: 4.5rem !important; } - .mr-xl-6, -.mx-xl-6 { - margin-right: 3rem !important; + .me-xl-9 { + margin-right: 6rem !important; } - .mb-xl-6, -.my-xl-6 { - margin-bottom: 3rem !important; + .me-xl-10 { + margin-right: 7.875rem !important; } - .ml-xl-6, -.mx-xl-6 { - margin-left: 3rem !important; + .me-xl-auto { + margin-right: auto !important; } - .m-xl-7 { - margin: 3.9975rem !important; + .mb-xl-0 { + margin-bottom: 0rem !important; } - .mt-xl-7, -.my-xl-7 { - margin-top: 3.9975rem !important; + .mb-xl-1 { + margin-bottom: 0.495rem !important; } - .mr-xl-7, -.mx-xl-7 { - margin-right: 3.9975rem !important; + .mb-xl-2 { + margin-bottom: 0.75rem !important; } - .mb-xl-7, -.my-xl-7 { - margin-bottom: 3.9975rem !important; + .mb-xl-3 { + margin-bottom: 0.9975rem !important; } - .ml-xl-7, -.mx-xl-7 { - margin-left: 3.9975rem !important; + .mb-xl-4 { + margin-bottom: 1.5rem !important; } - .m-xl-8 { - margin: 4.5rem !important; + .mb-xl-5 { + margin-bottom: 2.1255rem !important; } - .mt-xl-8, -.my-xl-8 { - margin-top: 4.5rem !important; + .mb-xl-6 { + margin-bottom: 3rem !important; } - .mr-xl-8, -.mx-xl-8 { - margin-right: 4.5rem !important; + .mb-xl-7 { + margin-bottom: 3.9975rem !important; } - .mb-xl-8, -.my-xl-8 { + .mb-xl-8 { margin-bottom: 4.5rem !important; } - .ml-xl-8, -.mx-xl-8 { - margin-left: 4.5rem !important; + .mb-xl-9 { + margin-bottom: 6rem !important; } - .m-xl-9 { - margin: 6rem !important; + .mb-xl-10 { + margin-bottom: 7.875rem !important; } - .mt-xl-9, -.my-xl-9 { - margin-top: 6rem !important; + .mb-xl-auto { + margin-bottom: auto !important; } - .mr-xl-9, -.mx-xl-9 { - margin-right: 6rem !important; + .ms-xl-0 { + margin-left: 0rem !important; } - .mb-xl-9, -.my-xl-9 { - margin-bottom: 6rem !important; + .ms-xl-1 { + margin-left: 0.495rem !important; } - .ml-xl-9, -.mx-xl-9 { - margin-left: 6rem !important; + .ms-xl-2 { + margin-left: 0.75rem !important; } - .m-xl-10 { - margin: 7.875rem !important; + .ms-xl-3 { + margin-left: 0.9975rem !important; } - .mt-xl-10, -.my-xl-10 { - margin-top: 7.875rem !important; + .ms-xl-4 { + margin-left: 1.5rem !important; } - .mr-xl-10, -.mx-xl-10 { - margin-right: 7.875rem !important; + .ms-xl-5 { + margin-left: 2.1255rem !important; } - .mb-xl-10, -.my-xl-10 { - margin-bottom: 7.875rem !important; + .ms-xl-6 { + margin-left: 3rem !important; } - .ml-xl-10, -.mx-xl-10 { - margin-left: 7.875rem !important; + .ms-xl-7 { + margin-left: 3.9975rem !important; } - .p-xl-0 { - padding: 0 !important; + .ms-xl-8 { + margin-left: 4.5rem !important; } - .pt-xl-0, -.py-xl-0 { - padding-top: 0 !important; + .ms-xl-9 { + margin-left: 6rem !important; } - .pr-xl-0, -.px-xl-0 { - padding-right: 0 !important; + .ms-xl-10 { + margin-left: 7.875rem !important; } - .pb-xl-0, -.py-xl-0 { - padding-bottom: 0 !important; + .ms-xl-auto { + margin-left: auto !important; } - .pl-xl-0, -.px-xl-0 { - padding-left: 0 !important; + .p-xl-0 { + padding: 0rem !important; } .p-xl-1 { padding: 0.495rem !important; } - .pt-xl-1, -.py-xl-1 { - padding-top: 0.495rem !important; + .p-xl-2 { + padding: 0.75rem !important; } - .pr-xl-1, -.px-xl-1 { - padding-right: 0.495rem !important; + .p-xl-3 { + padding: 0.9975rem !important; } - .pb-xl-1, -.py-xl-1 { - padding-bottom: 0.495rem !important; + .p-xl-4 { + padding: 1.5rem !important; } - .pl-xl-1, -.px-xl-1 { - padding-left: 0.495rem !important; + .p-xl-5 { + padding: 2.1255rem !important; } - .p-xl-2 { - padding: 0.75rem !important; + .p-xl-6 { + padding: 3rem !important; } - .pt-xl-2, -.py-xl-2 { - padding-top: 0.75rem !important; + .p-xl-7 { + padding: 3.9975rem !important; } - .pr-xl-2, -.px-xl-2 { - padding-right: 0.75rem !important; + .p-xl-8 { + padding: 4.5rem !important; } - .pb-xl-2, -.py-xl-2 { - padding-bottom: 0.75rem !important; + .p-xl-9 { + padding: 6rem !important; } - .pl-xl-2, -.px-xl-2 { - padding-left: 0.75rem !important; + .p-xl-10 { + padding: 7.875rem !important; } - .p-xl-3 { - padding: 0.9975rem !important; + .px-xl-0 { + padding-right: 0rem !important; + padding-left: 0rem !important; } - .pt-xl-3, -.py-xl-3 { - padding-top: 0.9975rem !important; + .px-xl-1 { + padding-right: 0.495rem !important; + padding-left: 0.495rem !important; + } + .px-xl-2 { + padding-right: 0.75rem !important; + padding-left: 0.75rem !important; } - .pr-xl-3, -.px-xl-3 { + .px-xl-3 { padding-right: 0.9975rem !important; + padding-left: 0.9975rem !important; } - .pb-xl-3, -.py-xl-3 { - padding-bottom: 0.9975rem !important; + .px-xl-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; } - .pl-xl-3, -.px-xl-3 { - padding-left: 0.9975rem !important; + .px-xl-5 { + padding-right: 2.1255rem !important; + padding-left: 2.1255rem !important; } - .p-xl-4 { - padding: 1.5rem !important; + .px-xl-6 { + padding-right: 3rem !important; + padding-left: 3rem !important; } - .pt-xl-4, -.py-xl-4 { - padding-top: 1.5rem !important; + .px-xl-7 { + padding-right: 3.9975rem !important; + padding-left: 3.9975rem !important; } - .pr-xl-4, -.px-xl-4 { - padding-right: 1.5rem !important; + .px-xl-8 { + padding-right: 4.5rem !important; + padding-left: 4.5rem !important; } - .pb-xl-4, -.py-xl-4 { - padding-bottom: 1.5rem !important; + .px-xl-9 { + padding-right: 6rem !important; + padding-left: 6rem !important; } - .pl-xl-4, -.px-xl-4 { - padding-left: 1.5rem !important; + .px-xl-10 { + padding-right: 7.875rem !important; + padding-left: 7.875rem !important; } - .p-xl-5 { - padding: 2.1255rem !important; + .py-xl-0 { + padding-top: 0rem !important; + padding-bottom: 0rem !important; } - .pt-xl-5, -.py-xl-5 { - padding-top: 2.1255rem !important; + .py-xl-1 { + padding-top: 0.495rem !important; + padding-bottom: 0.495rem !important; } - .pr-xl-5, -.px-xl-5 { - padding-right: 2.1255rem !important; + .py-xl-2 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; } - .pb-xl-5, -.py-xl-5 { - padding-bottom: 2.1255rem !important; + .py-xl-3 { + padding-top: 0.9975rem !important; + padding-bottom: 0.9975rem !important; } - .pl-xl-5, -.px-xl-5 { - padding-left: 2.1255rem !important; + .py-xl-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; } - .p-xl-6 { - padding: 3rem !important; + .py-xl-5 { + padding-top: 2.1255rem !important; + padding-bottom: 2.1255rem !important; } - .pt-xl-6, -.py-xl-6 { + .py-xl-6 { padding-top: 3rem !important; + padding-bottom: 3rem !important; } - .pr-xl-6, -.px-xl-6 { - padding-right: 3rem !important; + .py-xl-7 { + padding-top: 3.9975rem !important; + padding-bottom: 3.9975rem !important; } - .pb-xl-6, -.py-xl-6 { - padding-bottom: 3rem !important; + .py-xl-8 { + padding-top: 4.5rem !important; + padding-bottom: 4.5rem !important; } - .pl-xl-6, -.px-xl-6 { - padding-left: 3rem !important; + .py-xl-9 { + padding-top: 6rem !important; + padding-bottom: 6rem !important; } - .p-xl-7 { - padding: 3.9975rem !important; + .py-xl-10 { + padding-top: 7.875rem !important; + padding-bottom: 7.875rem !important; } - .pt-xl-7, -.py-xl-7 { - padding-top: 3.9975rem !important; + .pt-xl-0 { + padding-top: 0rem !important; } - .pr-xl-7, -.px-xl-7 { - padding-right: 3.9975rem !important; + .pt-xl-1 { + padding-top: 0.495rem !important; } - .pb-xl-7, -.py-xl-7 { - padding-bottom: 3.9975rem !important; + .pt-xl-2 { + padding-top: 0.75rem !important; } - .pl-xl-7, -.px-xl-7 { - padding-left: 3.9975rem !important; + .pt-xl-3 { + padding-top: 0.9975rem !important; } - .p-xl-8 { - padding: 4.5rem !important; + .pt-xl-4 { + padding-top: 1.5rem !important; + } + .pt-xl-5 { + padding-top: 2.1255rem !important; } - .pt-xl-8, -.py-xl-8 { + .pt-xl-6 { + padding-top: 3rem !important; + } + .pt-xl-7 { + padding-top: 3.9975rem !important; + } + .pt-xl-8 { padding-top: 4.5rem !important; } - .pr-xl-8, -.px-xl-8 { - padding-right: 4.5rem !important; + .pt-xl-9 { + padding-top: 6rem !important; } - .pb-xl-8, -.py-xl-8 { - padding-bottom: 4.5rem !important; + .pt-xl-10 { + padding-top: 7.875rem !important; } - .pl-xl-8, -.px-xl-8 { - padding-left: 4.5rem !important; + .pe-xl-0 { + padding-right: 0rem !important; } - .p-xl-9 { - padding: 6rem !important; + .pe-xl-1 { + padding-right: 0.495rem !important; } - .pt-xl-9, -.py-xl-9 { - padding-top: 6rem !important; + .pe-xl-2 { + padding-right: 0.75rem !important; } - .pr-xl-9, -.px-xl-9 { - padding-right: 6rem !important; + .pe-xl-3 { + padding-right: 0.9975rem !important; } - .pb-xl-9, -.py-xl-9 { - padding-bottom: 6rem !important; + .pe-xl-4 { + padding-right: 1.5rem !important; } - .pl-xl-9, -.px-xl-9 { - padding-left: 6rem !important; + .pe-xl-5 { + padding-right: 2.1255rem !important; } - .p-xl-10 { - padding: 7.875rem !important; + .pe-xl-6 { + padding-right: 3rem !important; } - .pt-xl-10, -.py-xl-10 { - padding-top: 7.875rem !important; + .pe-xl-7 { + padding-right: 3.9975rem !important; } - .pr-xl-10, -.px-xl-10 { - padding-right: 7.875rem !important; + .pe-xl-8 { + padding-right: 4.5rem !important; } - .pb-xl-10, -.py-xl-10 { - padding-bottom: 7.875rem !important; + .pe-xl-9 { + padding-right: 6rem !important; } - .pl-xl-10, -.px-xl-10 { - padding-left: 7.875rem !important; + .pe-xl-10 { + padding-right: 7.875rem !important; } - .m-xl-n1 { - margin: -0.495rem !important; + .pb-xl-0 { + padding-bottom: 0rem !important; } - .mt-xl-n1, -.my-xl-n1 { - margin-top: -0.495rem !important; + .pb-xl-1 { + padding-bottom: 0.495rem !important; } - .mr-xl-n1, -.mx-xl-n1 { - margin-right: -0.495rem !important; + .pb-xl-2 { + padding-bottom: 0.75rem !important; } - .mb-xl-n1, -.my-xl-n1 { - margin-bottom: -0.495rem !important; + .pb-xl-3 { + padding-bottom: 0.9975rem !important; } - .ml-xl-n1, -.mx-xl-n1 { - margin-left: -0.495rem !important; + .pb-xl-4 { + padding-bottom: 1.5rem !important; } - .m-xl-n2 { - margin: -0.75rem !important; + .pb-xl-5 { + padding-bottom: 2.1255rem !important; } - .mt-xl-n2, -.my-xl-n2 { - margin-top: -0.75rem !important; + .pb-xl-6 { + padding-bottom: 3rem !important; } - .mr-xl-n2, -.mx-xl-n2 { - margin-right: -0.75rem !important; + .pb-xl-7 { + padding-bottom: 3.9975rem !important; } - .mb-xl-n2, -.my-xl-n2 { - margin-bottom: -0.75rem !important; + .pb-xl-8 { + padding-bottom: 4.5rem !important; } - .ml-xl-n2, -.mx-xl-n2 { - margin-left: -0.75rem !important; + .pb-xl-9 { + padding-bottom: 6rem !important; } - .m-xl-n3 { - margin: -0.9975rem !important; + .pb-xl-10 { + padding-bottom: 7.875rem !important; } - .mt-xl-n3, -.my-xl-n3 { - margin-top: -0.9975rem !important; + .ps-xl-0 { + padding-left: 0rem !important; } - .mr-xl-n3, -.mx-xl-n3 { - margin-right: -0.9975rem !important; + .ps-xl-1 { + padding-left: 0.495rem !important; } - .mb-xl-n3, -.my-xl-n3 { - margin-bottom: -0.9975rem !important; + .ps-xl-2 { + padding-left: 0.75rem !important; } - .ml-xl-n3, -.mx-xl-n3 { - margin-left: -0.9975rem !important; + .ps-xl-3 { + padding-left: 0.9975rem !important; } - .m-xl-n4 { - margin: -1.5rem !important; + .ps-xl-4 { + padding-left: 1.5rem !important; } - .mt-xl-n4, -.my-xl-n4 { - margin-top: -1.5rem !important; + .ps-xl-5 { + padding-left: 2.1255rem !important; } - .mr-xl-n4, -.mx-xl-n4 { - margin-right: -1.5rem !important; + .ps-xl-6 { + padding-left: 3rem !important; } - .mb-xl-n4, -.my-xl-n4 { - margin-bottom: -1.5rem !important; + .ps-xl-7 { + padding-left: 3.9975rem !important; } - .ml-xl-n4, -.mx-xl-n4 { - margin-left: -1.5rem !important; + .ps-xl-8 { + padding-left: 4.5rem !important; } - .m-xl-n5 { - margin: -2.1255rem !important; + .ps-xl-9 { + padding-left: 6rem !important; } - .mt-xl-n5, -.my-xl-n5 { - margin-top: -2.1255rem !important; + .ps-xl-10 { + padding-left: 7.875rem !important; } - .mr-xl-n5, -.mx-xl-n5 { - margin-right: -2.1255rem !important; + .gap-xl-0 { + gap: 0rem !important; } - .mb-xl-n5, -.my-xl-n5 { - margin-bottom: -2.1255rem !important; + .gap-xl-1 { + gap: 0.495rem !important; } - .ml-xl-n5, -.mx-xl-n5 { - margin-left: -2.1255rem !important; + .gap-xl-2 { + gap: 0.75rem !important; } - .m-xl-n6 { - margin: -3rem !important; + .gap-xl-3 { + gap: 0.9975rem !important; } - .mt-xl-n6, -.my-xl-n6 { - margin-top: -3rem !important; + .gap-xl-4 { + gap: 1.5rem !important; } - .mr-xl-n6, -.mx-xl-n6 { - margin-right: -3rem !important; + .gap-xl-5 { + gap: 2.1255rem !important; } - .mb-xl-n6, -.my-xl-n6 { - margin-bottom: -3rem !important; + .gap-xl-6 { + gap: 3rem !important; } - .ml-xl-n6, -.mx-xl-n6 { - margin-left: -3rem !important; + .gap-xl-7 { + gap: 3.9975rem !important; } - .m-xl-n7 { - margin: -3.9975rem !important; + .gap-xl-8 { + gap: 4.5rem !important; } - .mt-xl-n7, -.my-xl-n7 { - margin-top: -3.9975rem !important; + .gap-xl-9 { + gap: 6rem !important; } - .mr-xl-n7, -.mx-xl-n7 { - margin-right: -3.9975rem !important; + .gap-xl-10 { + gap: 7.875rem !important; } - .mb-xl-n7, -.my-xl-n7 { - margin-bottom: -3.9975rem !important; + .row-gap-xl-0 { + row-gap: 0rem !important; } - .ml-xl-n7, -.mx-xl-n7 { - margin-left: -3.9975rem !important; + .row-gap-xl-1 { + row-gap: 0.495rem !important; } - .m-xl-n8 { - margin: -4.5rem !important; + .row-gap-xl-2 { + row-gap: 0.75rem !important; } - .mt-xl-n8, -.my-xl-n8 { - margin-top: -4.5rem !important; + .row-gap-xl-3 { + row-gap: 0.9975rem !important; } - .mr-xl-n8, -.mx-xl-n8 { - margin-right: -4.5rem !important; + .row-gap-xl-4 { + row-gap: 1.5rem !important; } - .mb-xl-n8, -.my-xl-n8 { - margin-bottom: -4.5rem !important; + .row-gap-xl-5 { + row-gap: 2.1255rem !important; } - .ml-xl-n8, -.mx-xl-n8 { - margin-left: -4.5rem !important; + .row-gap-xl-6 { + row-gap: 3rem !important; } - .m-xl-n9 { - margin: -6rem !important; + .row-gap-xl-7 { + row-gap: 3.9975rem !important; } - .mt-xl-n9, -.my-xl-n9 { - margin-top: -6rem !important; + .row-gap-xl-8 { + row-gap: 4.5rem !important; } - .mr-xl-n9, -.mx-xl-n9 { - margin-right: -6rem !important; + .row-gap-xl-9 { + row-gap: 6rem !important; } - .mb-xl-n9, -.my-xl-n9 { - margin-bottom: -6rem !important; + .row-gap-xl-10 { + row-gap: 7.875rem !important; } - .ml-xl-n9, -.mx-xl-n9 { - margin-left: -6rem !important; + .column-gap-xl-0 { + -moz-column-gap: 0rem !important; + column-gap: 0rem !important; } - .m-xl-n10 { - margin: -7.875rem !important; + .column-gap-xl-1 { + -moz-column-gap: 0.495rem !important; + column-gap: 0.495rem !important; } - .mt-xl-n10, -.my-xl-n10 { - margin-top: -7.875rem !important; + .column-gap-xl-2 { + -moz-column-gap: 0.75rem !important; + column-gap: 0.75rem !important; } - .mr-xl-n10, -.mx-xl-n10 { - margin-right: -7.875rem !important; + .column-gap-xl-3 { + -moz-column-gap: 0.9975rem !important; + column-gap: 0.9975rem !important; } - .mb-xl-n10, -.my-xl-n10 { - margin-bottom: -7.875rem !important; + .column-gap-xl-4 { + -moz-column-gap: 1.5rem !important; + column-gap: 1.5rem !important; } - .ml-xl-n10, -.mx-xl-n10 { - margin-left: -7.875rem !important; + .column-gap-xl-5 { + -moz-column-gap: 2.1255rem !important; + column-gap: 2.1255rem !important; } - .m-xl-auto { - margin: auto !important; + .column-gap-xl-6 { + -moz-column-gap: 3rem !important; + column-gap: 3rem !important; } - .mt-xl-auto, -.my-xl-auto { - margin-top: auto !important; + .column-gap-xl-7 { + -moz-column-gap: 3.9975rem !important; + column-gap: 3.9975rem !important; } - .mr-xl-auto, -.mx-xl-auto { - margin-right: auto !important; + .column-gap-xl-8 { + -moz-column-gap: 4.5rem !important; + column-gap: 4.5rem !important; } - .mb-xl-auto, -.my-xl-auto { - margin-bottom: auto !important; + .column-gap-xl-9 { + -moz-column-gap: 6rem !important; + column-gap: 6rem !important; } - .ml-xl-auto, -.mx-xl-auto { - margin-left: auto !important; + .column-gap-xl-10 { + -moz-column-gap: 7.875rem !important; + column-gap: 7.875rem !important; } -} -.stretched-link::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1; - pointer-events: auto; - content: ""; - background-color: rgba(0, 0, 0, 0); -} - -.text-monospace { - font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; -} - -.text-justify { - text-align: justify !important; -} - -.text-wrap { - white-space: normal !important; -} - -.text-nowrap { - white-space: nowrap !important; -} - -.text-truncate { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; -} - -.text-left { - text-align: left !important; -} - -.text-right { - text-align: right !important; -} - -.text-center { - text-align: center !important; -} - -@media (min-width: 576px) { - .text-sm-left { + .text-xl-start { text-align: left !important; } - .text-sm-right { + .text-xl-end { text-align: right !important; } - .text-sm-center { + .text-xl-center { text-align: center !important; } } -@media (min-width: 768px) { - .text-md-left { - text-align: left !important; +@media (min-width: 1200px) { + .fs-1 { + font-size: 2.125rem !important; + } + .fs-2 { + font-size: 2.125rem !important; + } + .fs-3 { + font-size: 1.5rem !important; + } +} +@media print { + .d-print-inline { + display: inline !important; + } + .d-print-inline-block { + display: inline-block !important; } - .text-md-right { - text-align: right !important; + .d-print-block { + display: block !important; } - .text-md-center { - text-align: center !important; + .d-print-grid { + display: grid !important; } -} -@media (min-width: 992px) { - .text-lg-left { - text-align: left !important; + .d-print-inline-grid { + display: inline-grid !important; } - .text-lg-right { - text-align: right !important; + .d-print-table { + display: table !important; } - .text-lg-center { - text-align: center !important; + .d-print-table-row { + display: table-row !important; } -} -@media (min-width: 1200px) { - .text-xl-left { - text-align: left !important; + .d-print-table-cell { + display: table-cell !important; } - .text-xl-right { - text-align: right !important; + .d-print-flex { + display: flex !important; } - .text-xl-center { - text-align: center !important; + .d-print-inline-flex { + display: inline-flex !important; + } + .d-print-none { + display: none !important; } } -.text-lowercase { - text-transform: lowercase !important; -} - -.text-uppercase { - text-transform: uppercase !important; -} - -.text-capitalize { - text-transform: capitalize !important; -} - -.font-weight-light { - font-weight: 300 !important; -} - -.font-weight-lighter { - font-weight: lighter !important; -} - -.font-weight-normal { - font-weight: 400 !important; -} - -.font-weight-bold { - font-weight: 700 !important; -} - -.font-weight-bolder { - font-weight: bolder !important; -} - -.font-italic { - font-style: italic !important; -} - -.text-white { - color: #fff !important; -} - -.text-primary { - color: #2196f3 !important; -} - -a.text-primary:hover, a.text-primary:focus { - color: #0a6ebd !important; -} - -.text-secondary { - color: #787878 !important; -} - -a.text-secondary:hover, a.text-secondary:focus { - color: #525252 !important; -} - -.text-success { - color: #53BE6D !important; -} - -a.text-success:hover, a.text-success:focus { - color: #368f4b !important; -} - -.text-info { - color: #17a2b8 !important; -} - -a.text-info:hover, a.text-info:focus { - color: #0f6674 !important; -} - -.text-warning { - color: #ffc107 !important; -} - -a.text-warning:hover, a.text-warning:focus { - color: #ba8b00 !important; -} - -.text-danger { - color: #dc3545 !important; -} - -a.text-danger:hover, a.text-danger:focus { - color: #a71d2a !important; -} - -.text-light { - color: #f0f0f0 !important; -} - -a.text-light:hover, a.text-light:focus { - color: #cacaca !important; -} - -.text-dark { - color: #505050 !important; -} - -a.text-dark:hover, a.text-dark:focus { - color: #2a2a2a !important; -} - -.text-lighter { - color: #f9f9f9 !important; -} - -a.text-lighter:hover, a.text-lighter:focus { - color: lightgray !important; -} - -.text-body { - color: #3c3c3c !important; -} - -.text-muted { - color: #787878 !important; -} - -.text-black-50 { - color: rgba(0, 0, 0, 0.5) !important; -} - -.text-white-50 { - color: rgba(255, 255, 255, 0.5) !important; -} - -.text-hide { - font: 0/0 a; - color: transparent; - text-shadow: none; - background-color: transparent; - border: 0; -} - -.text-decoration-none { - text-decoration: none !important; -} - -.text-break { - word-break: break-word !important; - word-wrap: break-word !important; -} - -.text-reset { - color: inherit !important; -} - -.visible { - visibility: visible !important; -} - -.invisible { - visibility: hidden !important; -} - .rounded-sm { border-radius: 4px; } +a { + color: var(--ak-accent-color); +} + ol + p, ul + p, dl + p { @@ -10868,7 +18084,7 @@ blockquote::after { } } -small { +small, .small { letter-spacing: 0.4px; font-size: 0.75rem; } @@ -10903,6 +18119,15 @@ table.table-bordered tbody td { display: flex; } +.btn-primary { + --bs-btn-hover-color: var(--bs-white); +} + +.placeholder { + cursor: unset; + background-color: unset; +} + html, body { height: 100%; @@ -10931,7 +18156,7 @@ main { color: var(--ak-accent-color-light); } -@media (max-width: 767.98px) { +@media (max-width: 575.98px) { .page__header .page__title { font-size: 1.5rem; } @@ -11027,8 +18252,7 @@ main { input.btn { text-transform: uppercase; - padding-left: 1.5rem; - padding-right: 1.5rem; + line-height: 1; } input.btn + .btn { margin-left: 0.813rem; @@ -11051,6 +18275,7 @@ input.btn + .btn { .btn-link { color: var(--ak-accent-color); + text-decoration: none; } .btn-link:hover, .btn-link:focus { color: var(--ak-accent-color-dark); @@ -11074,6 +18299,18 @@ input.btn + .btn { color: var(--ak-accent-color-dark); } +a.bg-light:hover, a.bg-light:focus, +button.bg-light:hover, +button.bg-light:focus { + background-color: #d7d7d7 !important; +} + +.button-action.btn-primary { + padding: 0.25rem 0.5rem; + line-height: 1.75; + border-radius: 2px; +} + .card { border-radius: 4px; transition: all 0.2s ease-in-out; @@ -11096,7 +18333,7 @@ input.btn + .btn { letter-spacing: 0.4px; line-height: 1.5; } -.card-body h4, +.card-body h4, .card-body .h4, .card-body .card-title { font-size: 1rem; font-weight: 500; @@ -11168,7 +18405,7 @@ input.btn + .btn { box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3); } -@media (max-width: 991.98px) { +@media (max-width: 767.98px) { .card-group__title { font-size: 1.5rem; } @@ -11180,7 +18417,7 @@ pre { padding: 0.9975rem; } -@media (max-width: 991.98px) { +@media (max-width: 767.98px) { .cta__title { font-size: 1.5rem; } @@ -11566,7 +18803,7 @@ fieldset legend { justify-content: space-between; align-items: center; } -fieldset legend h4 { +fieldset legend h4, fieldset legend .h4 { font-size: 1.25rem; letter-spacing: 0.15px; line-height: 1; @@ -11657,10 +18894,10 @@ fieldset > .fieldset-wrapper p:last-child { font-size: 0.875rem; flex-shrink: 0; } -.navbar .nav-link { +.navbar .nav-link, .navbar .nav-link.show { color: var(--ak-header-color); } -@media (max-width: 991.98px) { +@media (max-width: 767.98px) { .navbar .search-block-form { padding-top: 1.5rem; } @@ -11682,7 +18919,7 @@ fieldset > .fieldset-wrapper p:last-child { padding: 0.175rem 0.375rem; } -@media (max-width: 991.98px) { +@media (max-width: 767.98px) { .navbar-collapse { padding-bottom: 1.5rem; padding-top: 1.5rem; @@ -11716,6 +18953,18 @@ fieldset > .fieldset-wrapper p:last-child { } } +.navbar .form-inline .form-actions { + display: none; +} + +.toolbar-oriented .toolbar-bar { + z-index: 1200; +} + +.toolbar-horizontal .toolbar-menu.nav { + float: left; +} + .navbar-brand { display: flex; } @@ -11733,7 +18982,7 @@ ul.social-links { padding-left: 0; margin-bottom: 0; } -@media (max-width: 767.98px) { +@media (max-width: 575.98px) { ul.social-links { align-items: flex-start; margin-top: 0.75rem; @@ -11844,7 +19093,7 @@ ul.social-links li a { display: grid; justify-content: center; } -@media (max-width: 991.98px) { +@media (max-width: 767.98px) { .text-image__wrapper { grid-template-areas: "media media media media" "gutter-left main main gutter-right"; grid-template-columns: [gutter-left] 15px [media] 1fr [main] 1fr [gutter-right] 15px; @@ -11876,7 +19125,7 @@ ul.social-links li a { width: 100%; } -@media (max-width: 991.98px) { +@media (max-width: 767.98px) { .text-image__title { font-size: 1.5rem; } @@ -12125,7 +19374,7 @@ ul.social-links li a { .title-bar__title { margin: 0; } -@media (max-width: 767.98px) { +@media (max-width: 575.98px) { .title-bar__title { font-size: 1.5rem; } @@ -12175,27 +19424,27 @@ ul.social-links li a { .text a { font-weight: 500; } -.text h2, .text h3, .text h4, .text h5, .text h5 { +.text h2, .text .h2, .text h3, .text .h3, .text h4, .text .h4, .text h5, .text .h5, .text h5 { margin-top: 2rem; margin-bottom: 1rem; } -@media (max-width: 767.98px) { - .text h2, .text h3, .text h4, .text h5, .text h5 { +@media (max-width: 575.98px) { + .text h2, .text .h2, .text h3, .text .h3, .text h4, .text .h4, .text h5, .text .h5, .text h5 { margin-top: 1.5rem; } } -.text h2 { +.text h2, .text .h2 { font-size: 2.215rem; } -@media (max-width: 767.98px) { - .text h2 { +@media (max-width: 575.98px) { + .text h2, .text .h2 { font-size: 1.5rem; } } -.text .text__field-text h2:first-child { +.text .text__field-text h2:first-child, .text .text__field-text .h2:first-child { margin-top: 0; } -.text h3 { +.text h3, .text .h3 { font-size: 1.25rem; } .text ol, .text ul, .text dt { @@ -12204,6 +19453,14 @@ ul.social-links li a { .text li { margin: 0.5rem 0; } +.forum__last-reply { + width: 20%; +} + +.forum-list__forum { + width: 60%; +} + .apigee-entity--app .tab-pane .field + .wrapper--primary { padding-top: 1.2rem; border-top: 1px solid #ddd; @@ -12358,6 +19615,10 @@ ul.social-links li a { height: 100%; } +.text-end.badge { + color: unset; +} + .apidoc--view-mode-full .apidoc__spec .container { padding-left: 0; padding-right: 0; @@ -12428,7 +19689,7 @@ ul.social-links li a { margin-bottom: 2rem; } -.block > h2 { +.block > h2, .block > .h2 { font-size: 1.25rem; } .main .block { @@ -12448,15 +19709,17 @@ form.search-form { font-size: 0.875rem; } form.search-form .search-help-link { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border: 0; + width: 1px !important; + height: 1px !important; + padding: 0 !important; + margin: -1px !important; + overflow: hidden !important; + clip: rect(0, 0, 0, 0) !important; + white-space: nowrap !important; + border: 0 !important; +} +form.search-form .search-help-link:not(caption) { + position: absolute !important; } form.search-form fieldset .fieldset-wrapper { padding-top: 0 !important; @@ -12614,7 +19877,7 @@ form.commerce-checkout-flow .layout-region-checkout-secondary { padding: 1.5rem; border-radius: 4px; } -form.commerce-checkout-flow .layout-region-checkout-secondary h3 { +form.commerce-checkout-flow .layout-region-checkout-secondary h3, form.commerce-checkout-flow .layout-region-checkout-secondary .h3 { font-size: 1rem; font-weight: 500; } @@ -12681,7 +19944,7 @@ form.commerce-checkout-flow .form-actions a:hover { border: 0; } -.commerce-checkout-flow--review .checkout-pane h3 { +.commerce-checkout-flow--review .checkout-pane h3, .commerce-checkout-flow--review .checkout-pane .h3 { margin-bottom: 1rem !important; } @@ -12765,7 +20028,7 @@ form.team-app-form fieldset#edit-api-products--wrapper .fieldset-wrapper { form.team-member-form { max-width: 540px; } -form.team-member-form .form-checkboxes small { +form.team-member-form .form-checkboxes small, form.team-member-form .form-checkboxes .small { margin: 0 0 1rem; display: block; } @@ -12851,19 +20114,34 @@ form.team-member-form .form-checkboxes small { .article__title { font-size: 1.25rem; } +.article__title a { + color: var(--ak-accent-color); +} -@media (max-width: 767.98px) { +.article__tags.badge { + text-transform: uppercase; + font-weight: 500; + letter-spacing: 1.5px; + font-size: 0.625rem; + padding: 0; + background: none; +} +.article__tags.badge a { + color: #3c3c3c; +} + +@media (max-width: 575.98px) { .article--teaser .article__field-image { margin-left: -15px; margin-right: -15px; } } -.article--full h1 { +.article--full h1, .article--full .h1 { margin-bottom: 1.6rem; } @media (min-width: 992px) { - .article--full h1 { + .article--full h1, .article--full .h1 { font-size: 3rem; line-height: 57px; } @@ -12899,7 +20177,7 @@ form.team-member-form .form-checkboxes small { background-color: white; } -@media (max-width: 767.98px) { +@media (max-width: 575.98px) { .view-blog--page-landing { margin-top: -1.905rem; } @@ -12921,7 +20199,7 @@ form.team-member-form .form-checkboxes small { border-bottom: solid 1px #ddd; } -@media (max-width: 767.98px) { +@media (max-width: 575.98px) { .path-forum .block--apigee-kickstart-content { display: grid; } @@ -12930,7 +20208,7 @@ form.team-member-form .form-checkboxes small { .forum__name { font-size: 1.5rem; } -@media (max-width: 767.98px) { +@media (max-width: 575.98px) { .forum__name { order: -1; } @@ -12963,7 +20241,7 @@ div.forum__add { .forum__submitted * { display: block; } -.forum__submitted small { +.forum__submitted small, .forum__submitted .small { font-size: 0.875rem; } .forum__title .forum__submitted { @@ -12992,16 +20270,18 @@ div.forum__add { .page--search main > * { grid-column: main; } -.page--search main .page__content > h2 { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border: 0; +.page--search main .page__content > h2, .page--search main .page__content > .h2 { + width: 1px !important; + height: 1px !important; + padding: 0 !important; + margin: -1px !important; + overflow: hidden !important; + clip: rect(0, 0, 0, 0) !important; + white-space: nowrap !important; + border: 0 !important; +} +.page--search main .page__content > h2:not(caption), .page--search main .page__content > .h2:not(caption) { + position: absolute !important; } .page--search .page__tasks, .page--search .page__messages, diff --git a/themes/custom/apigee_kickstart/assets/js/apigee-kickstart.script.js b/themes/custom/apigee_kickstart/assets/js/apigee-kickstart.script.js index bf2ac265..477b7e18 100644 --- a/themes/custom/apigee_kickstart/assets/js/apigee-kickstart.script.js +++ b/themes/custom/apigee_kickstart/assets/js/apigee-kickstart.script.js @@ -1,19638 +1,9234 @@ /******/ (() => { // webpackBootstrap /******/ var __webpack_modules__ = ({ -/***/ "./src/components/card/collapsible-card.js": -/*!*************************************************!*\ - !*** ./src/components/card/collapsible-card.js ***! - \*************************************************/ -/***/ (() => { - -(function ($, Drupal) { - 'use strict'; - - Drupal.behaviors.collapsibleCard = { - attach: function attach(context) { - var $collapsibleCards = $('.collapsible-card', context); - if ($collapsibleCards.length) { - $collapsibleCards.each(function () { - var $collapsibleCard = $(this); - var $toggle = $collapsibleCard.find('.collapsible-card__toggle'); - var $content = $collapsibleCard.find('.collapsible-card__content'); - $(once('.collapsible-card__toggle', $toggle)).on('click', function (event) { - event.preventDefault(); - $collapsibleCard.toggleClass('collapsible-card--active'); - $content.slideToggle(200); - }); - }); - } - } - }; -})(jQuery, Drupal); - -/***/ }), - -/***/ "./src/components/form/fieldset.js": -/*!*****************************************!*\ - !*** ./src/components/form/fieldset.js ***! - \*****************************************/ -/***/ (() => { - -(function ($, Drupal) { - 'use strict'; - - Drupal.behaviors.fieldsetComponent = { - attach: function attach(context) { - var $fieldsets = $('fieldset', context); - if ($fieldsets.length) { - $fieldsets.each(function () { - var $fieldset = $(this); - var $toggle = $fieldset.find('legend button'); - var $content = $fieldset.find('.fieldset-wrapper'); - $toggle.on('click', function (event) { - event.preventDefault(); - $fieldset.toggleClass('closed'); - $content.slideToggle(200); - return false; - }); - }); - } - } - }; -})(jQuery, Drupal); - -/***/ }), - -/***/ "./src/js/apigee-kickstart.script.js": -/*!*******************************************!*\ - !*** ./src/js/apigee-kickstart.script.js ***! - \*******************************************/ +/***/ "./node_modules/@popperjs/core/lib/createPopper.js": +/*!*********************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/createPopper.js ***! + \*********************************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); -/* harmony import */ var bootstrap__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! bootstrap */ "./node_modules/bootstrap/dist/js/bootstrap.js"); -/* harmony import */ var bootstrap__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(bootstrap__WEBPACK_IMPORTED_MODULE_0__); -/* harmony import */ var _components_form_fieldset__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../components/form/fieldset */ "./src/components/form/fieldset.js"); -/* harmony import */ var _components_form_fieldset__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_components_form_fieldset__WEBPACK_IMPORTED_MODULE_1__); -/* harmony import */ var _components_card_collapsible_card__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../components/card/collapsible-card */ "./src/components/card/collapsible-card.js"); -/* harmony import */ var _components_card_collapsible_card__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_components_card_collapsible_card__WEBPACK_IMPORTED_MODULE_2__); -/* harmony import */ var css_vars_ponyfill__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! css-vars-ponyfill */ "./node_modules/css-vars-ponyfill/dist/css-vars-ponyfill.esm.js"); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ createPopper: () => (/* binding */ createPopper), +/* harmony export */ detectOverflow: () => (/* reexport safe */ _utils_detectOverflow_js__WEBPACK_IMPORTED_MODULE_8__["default"]), +/* harmony export */ popperGenerator: () => (/* binding */ popperGenerator) +/* harmony export */ }); +/* harmony import */ var _dom_utils_getCompositeRect_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./dom-utils/getCompositeRect.js */ "./node_modules/@popperjs/core/lib/dom-utils/getCompositeRect.js"); +/* harmony import */ var _dom_utils_getLayoutRect_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./dom-utils/getLayoutRect.js */ "./node_modules/@popperjs/core/lib/dom-utils/getLayoutRect.js"); +/* harmony import */ var _dom_utils_listScrollParents_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./dom-utils/listScrollParents.js */ "./node_modules/@popperjs/core/lib/dom-utils/listScrollParents.js"); +/* harmony import */ var _dom_utils_getOffsetParent_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./dom-utils/getOffsetParent.js */ "./node_modules/@popperjs/core/lib/dom-utils/getOffsetParent.js"); +/* harmony import */ var _utils_orderModifiers_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./utils/orderModifiers.js */ "./node_modules/@popperjs/core/lib/utils/orderModifiers.js"); +/* harmony import */ var _utils_debounce_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./utils/debounce.js */ "./node_modules/@popperjs/core/lib/utils/debounce.js"); +/* harmony import */ var _utils_mergeByName_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./utils/mergeByName.js */ "./node_modules/@popperjs/core/lib/utils/mergeByName.js"); +/* harmony import */ var _utils_detectOverflow_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./utils/detectOverflow.js */ "./node_modules/@popperjs/core/lib/utils/detectOverflow.js"); +/* harmony import */ var _dom_utils_instanceOf_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./dom-utils/instanceOf.js */ "./node_modules/@popperjs/core/lib/dom-utils/instanceOf.js"); -// Components. -// TODO: Break this into libraries. -// IE11 ponyfill. -(0,css_vars_ponyfill__WEBPACK_IMPORTED_MODULE_3__["default"])(); -/***/ }), -/***/ "./node_modules/bootstrap/dist/js/bootstrap.js": -/*!*****************************************************!*\ - !*** ./node_modules/bootstrap/dist/js/bootstrap.js ***! - \*****************************************************/ -/***/ (function(__unused_webpack_module, exports, __webpack_require__) { +var DEFAULT_OPTIONS = { + placement: 'bottom', + modifiers: [], + strategy: 'absolute' +}; -/*! - * Bootstrap v4.6.2 (https://getbootstrap.com/) - * Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) - */ -(function (global, factory) { - true ? factory(exports, __webpack_require__(/*! jquery */ "./node_modules/jquery/dist/jquery.js"), __webpack_require__(/*! popper.js */ "./node_modules/popper.js/dist/esm/popper.js")) : - 0; -})(this, (function (exports, $, Popper) { 'use strict'; +function areValidElements() { + for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { + args[_key] = arguments[_key]; + } - function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; } + return !args.some(function (element) { + return !(element && typeof element.getBoundingClientRect === 'function'); + }); +} - var $__default = /*#__PURE__*/_interopDefaultLegacy($); - var Popper__default = /*#__PURE__*/_interopDefaultLegacy(Popper); +function popperGenerator(generatorOptions) { + if (generatorOptions === void 0) { + generatorOptions = {}; + } - function _defineProperties(target, props) { - for (var i = 0; i < props.length; i++) { - var descriptor = props[i]; - descriptor.enumerable = descriptor.enumerable || false; - descriptor.configurable = true; - if ("value" in descriptor) descriptor.writable = true; - Object.defineProperty(target, descriptor.key, descriptor); + var _generatorOptions = generatorOptions, + _generatorOptions$def = _generatorOptions.defaultModifiers, + defaultModifiers = _generatorOptions$def === void 0 ? [] : _generatorOptions$def, + _generatorOptions$def2 = _generatorOptions.defaultOptions, + defaultOptions = _generatorOptions$def2 === void 0 ? DEFAULT_OPTIONS : _generatorOptions$def2; + return function createPopper(reference, popper, options) { + if (options === void 0) { + options = defaultOptions; } - } - function _createClass(Constructor, protoProps, staticProps) { - if (protoProps) _defineProperties(Constructor.prototype, protoProps); - if (staticProps) _defineProperties(Constructor, staticProps); - Object.defineProperty(Constructor, "prototype", { - writable: false - }); - return Constructor; - } + var state = { + placement: 'bottom', + orderedModifiers: [], + options: Object.assign({}, DEFAULT_OPTIONS, defaultOptions), + modifiersData: {}, + elements: { + reference: reference, + popper: popper + }, + attributes: {}, + styles: {} + }; + var effectCleanupFns = []; + var isDestroyed = false; + var instance = { + state: state, + setOptions: function setOptions(setOptionsAction) { + var options = typeof setOptionsAction === 'function' ? setOptionsAction(state.options) : setOptionsAction; + cleanupModifierEffects(); + state.options = Object.assign({}, defaultOptions, state.options, options); + state.scrollParents = { + reference: (0,_dom_utils_instanceOf_js__WEBPACK_IMPORTED_MODULE_0__.isElement)(reference) ? (0,_dom_utils_listScrollParents_js__WEBPACK_IMPORTED_MODULE_1__["default"])(reference) : reference.contextElement ? (0,_dom_utils_listScrollParents_js__WEBPACK_IMPORTED_MODULE_1__["default"])(reference.contextElement) : [], + popper: (0,_dom_utils_listScrollParents_js__WEBPACK_IMPORTED_MODULE_1__["default"])(popper) + }; // Orders the modifiers based on their dependencies and `phase` + // properties + + var orderedModifiers = (0,_utils_orderModifiers_js__WEBPACK_IMPORTED_MODULE_2__["default"])((0,_utils_mergeByName_js__WEBPACK_IMPORTED_MODULE_3__["default"])([].concat(defaultModifiers, state.options.modifiers))); // Strip out disabled modifiers + + state.orderedModifiers = orderedModifiers.filter(function (m) { + return m.enabled; + }); + runModifierEffects(); + return instance.update(); + }, + // Sync update – it will always be executed, even if not necessary. This + // is useful for low frequency updates where sync behavior simplifies the + // logic. + // For high frequency updates (e.g. `resize` and `scroll` events), always + // prefer the async Popper#update method + forceUpdate: function forceUpdate() { + if (isDestroyed) { + return; + } + + var _state$elements = state.elements, + reference = _state$elements.reference, + popper = _state$elements.popper; // Don't proceed if `reference` or `popper` are not valid elements + // anymore + + if (!areValidElements(reference, popper)) { + return; + } // Store the reference and popper rects to be read by modifiers + + + state.rects = { + reference: (0,_dom_utils_getCompositeRect_js__WEBPACK_IMPORTED_MODULE_4__["default"])(reference, (0,_dom_utils_getOffsetParent_js__WEBPACK_IMPORTED_MODULE_5__["default"])(popper), state.options.strategy === 'fixed'), + popper: (0,_dom_utils_getLayoutRect_js__WEBPACK_IMPORTED_MODULE_6__["default"])(popper) + }; // Modifiers have the ability to reset the current update cycle. The + // most common use case for this is the `flip` modifier changing the + // placement, which then needs to re-run all the modifiers, because the + // logic was previously ran for the previous placement and is therefore + // stale/incorrect + + state.reset = false; + state.placement = state.options.placement; // On each update cycle, the `modifiersData` property for each modifier + // is filled with the initial data specified by the modifier. This means + // it doesn't persist and is fresh on each update. + // To ensure persistent data, use `${name}#persistent` + + state.orderedModifiers.forEach(function (modifier) { + return state.modifiersData[modifier.name] = Object.assign({}, modifier.data); + }); - function _extends() { - _extends = Object.assign ? Object.assign.bind() : function (target) { - for (var i = 1; i < arguments.length; i++) { - var source = arguments[i]; + for (var index = 0; index < state.orderedModifiers.length; index++) { + if (state.reset === true) { + state.reset = false; + index = -1; + continue; + } - for (var key in source) { - if (Object.prototype.hasOwnProperty.call(source, key)) { - target[key] = source[key]; + var _state$orderedModifie = state.orderedModifiers[index], + fn = _state$orderedModifie.fn, + _state$orderedModifie2 = _state$orderedModifie.options, + _options = _state$orderedModifie2 === void 0 ? {} : _state$orderedModifie2, + name = _state$orderedModifie.name; + + if (typeof fn === 'function') { + state = fn({ + state: state, + options: _options, + name: name, + instance: instance + }) || state; } } + }, + // Async and optimistically optimized update – it will not be executed if + // not necessary (debounced to run at most once-per-tick) + update: (0,_utils_debounce_js__WEBPACK_IMPORTED_MODULE_7__["default"])(function () { + return new Promise(function (resolve) { + instance.forceUpdate(); + resolve(state); + }); + }), + destroy: function destroy() { + cleanupModifierEffects(); + isDestroyed = true; } - - return target; }; - return _extends.apply(this, arguments); - } - - function _inheritsLoose(subClass, superClass) { - subClass.prototype = Object.create(superClass.prototype); - subClass.prototype.constructor = subClass; - _setPrototypeOf(subClass, superClass); - } + if (!areValidElements(reference, popper)) { + return instance; + } - function _setPrototypeOf(o, p) { - _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { - o.__proto__ = p; - return o; - }; - return _setPrototypeOf(o, p); - } + instance.setOptions(options).then(function (state) { + if (!isDestroyed && options.onFirstUpdate) { + options.onFirstUpdate(state); + } + }); // Modifiers have the ability to execute arbitrary code before the first + // update cycle runs. They will be executed in the same order as the update + // cycle. This is useful when a modifier adds some persistent data that + // other modifiers need to use, but the modifier is run after the dependent + // one. + + function runModifierEffects() { + state.orderedModifiers.forEach(function (_ref) { + var name = _ref.name, + _ref$options = _ref.options, + options = _ref$options === void 0 ? {} : _ref$options, + effect = _ref.effect; + + if (typeof effect === 'function') { + var cleanupFn = effect({ + state: state, + name: name, + instance: instance, + options: options + }); - /** - * -------------------------------------------------------------------------- - * Bootstrap (v4.6.2): util.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) - * -------------------------------------------------------------------------- - */ - /** - * Private TransitionEnd Helpers - */ + var noopFn = function noopFn() {}; - var TRANSITION_END = 'transitionend'; - var MAX_UID = 1000000; - var MILLISECONDS_MULTIPLIER = 1000; // Shoutout AngusCroll (https://goo.gl/pxwQGp) + effectCleanupFns.push(cleanupFn || noopFn); + } + }); + } - function toType(obj) { - if (obj === null || typeof obj === 'undefined') { - return "" + obj; + function cleanupModifierEffects() { + effectCleanupFns.forEach(function (fn) { + return fn(); + }); + effectCleanupFns = []; } - return {}.toString.call(obj).match(/\s([a-z]+)/i)[1].toLowerCase(); - } + return instance; + }; +} +var createPopper = /*#__PURE__*/popperGenerator(); // eslint-disable-next-line import/no-unused-modules - function getSpecialTransitionEndEvent() { - return { - bindType: TRANSITION_END, - delegateType: TRANSITION_END, - handle: function handle(event) { - if ($__default["default"](event.target).is(this)) { - return event.handleObj.handler.apply(this, arguments); // eslint-disable-line prefer-rest-params - } - return undefined; - } - }; - } - function transitionEndEmulator(duration) { - var _this = this; +/***/ }), - var called = false; - $__default["default"](this).one(Util.TRANSITION_END, function () { - called = true; - }); - setTimeout(function () { - if (!called) { - Util.triggerTransitionEnd(_this); - } - }, duration); - return this; - } +/***/ "./node_modules/@popperjs/core/lib/dom-utils/contains.js": +/*!***************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/dom-utils/contains.js ***! + \***************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - function setTransitionEndSupport() { - $__default["default"].fn.emulateTransitionEnd = transitionEndEmulator; - $__default["default"].event.special[Util.TRANSITION_END] = getSpecialTransitionEndEvent(); - } - /** - * Public Util API - */ +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (/* binding */ contains) +/* harmony export */ }); +/* harmony import */ var _instanceOf_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./instanceOf.js */ "./node_modules/@popperjs/core/lib/dom-utils/instanceOf.js"); + +function contains(parent, child) { + var rootNode = child.getRootNode && child.getRootNode(); // First, attempt with faster native method + if (parent.contains(child)) { + return true; + } // then fallback to custom implementation with Shadow DOM support + else if (rootNode && (0,_instanceOf_js__WEBPACK_IMPORTED_MODULE_0__.isShadowRoot)(rootNode)) { + var next = child; - var Util = { - TRANSITION_END: 'bsTransitionEnd', - getUID: function getUID(prefix) { do { - // eslint-disable-next-line no-bitwise - prefix += ~~(Math.random() * MAX_UID); // "~~" acts like a faster Math.floor() here - } while (document.getElementById(prefix)); + if (next && parent.isSameNode(next)) { + return true; + } // $FlowFixMe[prop-missing]: need a better way to handle this... - return prefix; - }, - getSelectorFromElement: function getSelectorFromElement(element) { - var selector = element.getAttribute('data-target'); - if (!selector || selector === '#') { - var hrefAttr = element.getAttribute('href'); - selector = hrefAttr && hrefAttr !== '#' ? hrefAttr.trim() : ''; - } + next = next.parentNode || next.host; + } while (next); + } // Give up, the result is false - try { - return document.querySelector(selector) ? selector : null; - } catch (_) { - return null; - } - }, - getTransitionDurationFromElement: function getTransitionDurationFromElement(element) { - if (!element) { - return 0; - } // Get transition-duration of the element + return false; +} - var transitionDuration = $__default["default"](element).css('transition-duration'); - var transitionDelay = $__default["default"](element).css('transition-delay'); - var floatTransitionDuration = parseFloat(transitionDuration); - var floatTransitionDelay = parseFloat(transitionDelay); // Return 0 if element or transition duration is not found +/***/ }), - if (!floatTransitionDuration && !floatTransitionDelay) { - return 0; - } // If multiple durations are defined, take the first +/***/ "./node_modules/@popperjs/core/lib/dom-utils/getBoundingClientRect.js": +/*!****************************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/dom-utils/getBoundingClientRect.js ***! + \****************************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (/* binding */ getBoundingClientRect) +/* harmony export */ }); +/* harmony import */ var _instanceOf_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./instanceOf.js */ "./node_modules/@popperjs/core/lib/dom-utils/instanceOf.js"); +/* harmony import */ var _utils_math_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../utils/math.js */ "./node_modules/@popperjs/core/lib/utils/math.js"); +/* harmony import */ var _getWindow_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./getWindow.js */ "./node_modules/@popperjs/core/lib/dom-utils/getWindow.js"); +/* harmony import */ var _isLayoutViewport_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./isLayoutViewport.js */ "./node_modules/@popperjs/core/lib/dom-utils/isLayoutViewport.js"); - transitionDuration = transitionDuration.split(',')[0]; - transitionDelay = transitionDelay.split(',')[0]; - return (parseFloat(transitionDuration) + parseFloat(transitionDelay)) * MILLISECONDS_MULTIPLIER; - }, - reflow: function reflow(element) { - return element.offsetHeight; - }, - triggerTransitionEnd: function triggerTransitionEnd(element) { - $__default["default"](element).trigger(TRANSITION_END); - }, - supportsTransitionEnd: function supportsTransitionEnd() { - return Boolean(TRANSITION_END); - }, - isElement: function isElement(obj) { - return (obj[0] || obj).nodeType; - }, - typeCheckConfig: function typeCheckConfig(componentName, config, configTypes) { - for (var property in configTypes) { - if (Object.prototype.hasOwnProperty.call(configTypes, property)) { - var expectedTypes = configTypes[property]; - var value = config[property]; - var valueType = value && Util.isElement(value) ? 'element' : toType(value); - - if (!new RegExp(expectedTypes).test(valueType)) { - throw new Error(componentName.toUpperCase() + ": " + ("Option \"" + property + "\" provided type \"" + valueType + "\" ") + ("but expected type \"" + expectedTypes + "\".")); - } - } - } - }, - findShadowRoot: function findShadowRoot(element) { - if (!document.documentElement.attachShadow) { - return null; - } // Can find the shadow root otherwise it'll return the document - if (typeof element.getRootNode === 'function') { - var root = element.getRootNode(); - return root instanceof ShadowRoot ? root : null; - } - if (element instanceof ShadowRoot) { - return element; - } // when we don't find a shadow root +function getBoundingClientRect(element, includeScale, isFixedStrategy) { + if (includeScale === void 0) { + includeScale = false; + } + if (isFixedStrategy === void 0) { + isFixedStrategy = false; + } - if (!element.parentNode) { - return null; - } + var clientRect = element.getBoundingClientRect(); + var scaleX = 1; + var scaleY = 1; - return Util.findShadowRoot(element.parentNode); - }, - jQueryDetection: function jQueryDetection() { - if (typeof $__default["default"] === 'undefined') { - throw new TypeError('Bootstrap\'s JavaScript requires jQuery. jQuery must be included before Bootstrap\'s JavaScript.'); - } + if (includeScale && (0,_instanceOf_js__WEBPACK_IMPORTED_MODULE_0__.isHTMLElement)(element)) { + scaleX = element.offsetWidth > 0 ? (0,_utils_math_js__WEBPACK_IMPORTED_MODULE_1__.round)(clientRect.width) / element.offsetWidth || 1 : 1; + scaleY = element.offsetHeight > 0 ? (0,_utils_math_js__WEBPACK_IMPORTED_MODULE_1__.round)(clientRect.height) / element.offsetHeight || 1 : 1; + } - var version = $__default["default"].fn.jquery.split(' ')[0].split('.'); - var minMajor = 1; - var ltMajor = 2; - var minMinor = 9; - var minPatch = 1; - var maxMajor = 4; + var _ref = (0,_instanceOf_js__WEBPACK_IMPORTED_MODULE_0__.isElement)(element) ? (0,_getWindow_js__WEBPACK_IMPORTED_MODULE_2__["default"])(element) : window, + visualViewport = _ref.visualViewport; - if (version[0] < ltMajor && version[1] < minMinor || version[0] === minMajor && version[1] === minMinor && version[2] < minPatch || version[0] >= maxMajor) { - throw new Error('Bootstrap\'s JavaScript requires at least jQuery v1.9.1 but less than v4.0.0'); - } - } + var addVisualOffsets = !(0,_isLayoutViewport_js__WEBPACK_IMPORTED_MODULE_3__["default"])() && isFixedStrategy; + var x = (clientRect.left + (addVisualOffsets && visualViewport ? visualViewport.offsetLeft : 0)) / scaleX; + var y = (clientRect.top + (addVisualOffsets && visualViewport ? visualViewport.offsetTop : 0)) / scaleY; + var width = clientRect.width / scaleX; + var height = clientRect.height / scaleY; + return { + width: width, + height: height, + top: y, + right: x + width, + bottom: y + height, + left: x, + x: x, + y: y }; - Util.jQueryDetection(); - setTransitionEndSupport(); +} - /** - * Constants - */ +/***/ }), - var NAME$a = 'alert'; - var VERSION$a = '4.6.2'; - var DATA_KEY$a = 'bs.alert'; - var EVENT_KEY$a = "." + DATA_KEY$a; - var DATA_API_KEY$7 = '.data-api'; - var JQUERY_NO_CONFLICT$a = $__default["default"].fn[NAME$a]; - var CLASS_NAME_ALERT = 'alert'; - var CLASS_NAME_FADE$5 = 'fade'; - var CLASS_NAME_SHOW$7 = 'show'; - var EVENT_CLOSE = "close" + EVENT_KEY$a; - var EVENT_CLOSED = "closed" + EVENT_KEY$a; - var EVENT_CLICK_DATA_API$6 = "click" + EVENT_KEY$a + DATA_API_KEY$7; - var SELECTOR_DISMISS = '[data-dismiss="alert"]'; - /** - * Class definition - */ +/***/ "./node_modules/@popperjs/core/lib/dom-utils/getClippingRect.js": +/*!**********************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/dom-utils/getClippingRect.js ***! + \**********************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - var Alert = /*#__PURE__*/function () { - function Alert(element) { - this._element = element; - } // Getters +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (/* binding */ getClippingRect) +/* harmony export */ }); +/* harmony import */ var _enums_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../enums.js */ "./node_modules/@popperjs/core/lib/enums.js"); +/* harmony import */ var _getViewportRect_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./getViewportRect.js */ "./node_modules/@popperjs/core/lib/dom-utils/getViewportRect.js"); +/* harmony import */ var _getDocumentRect_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./getDocumentRect.js */ "./node_modules/@popperjs/core/lib/dom-utils/getDocumentRect.js"); +/* harmony import */ var _listScrollParents_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./listScrollParents.js */ "./node_modules/@popperjs/core/lib/dom-utils/listScrollParents.js"); +/* harmony import */ var _getOffsetParent_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./getOffsetParent.js */ "./node_modules/@popperjs/core/lib/dom-utils/getOffsetParent.js"); +/* harmony import */ var _getDocumentElement_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./getDocumentElement.js */ "./node_modules/@popperjs/core/lib/dom-utils/getDocumentElement.js"); +/* harmony import */ var _getComputedStyle_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./getComputedStyle.js */ "./node_modules/@popperjs/core/lib/dom-utils/getComputedStyle.js"); +/* harmony import */ var _instanceOf_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./instanceOf.js */ "./node_modules/@popperjs/core/lib/dom-utils/instanceOf.js"); +/* harmony import */ var _getBoundingClientRect_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./getBoundingClientRect.js */ "./node_modules/@popperjs/core/lib/dom-utils/getBoundingClientRect.js"); +/* harmony import */ var _getParentNode_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./getParentNode.js */ "./node_modules/@popperjs/core/lib/dom-utils/getParentNode.js"); +/* harmony import */ var _contains_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./contains.js */ "./node_modules/@popperjs/core/lib/dom-utils/contains.js"); +/* harmony import */ var _getNodeName_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./getNodeName.js */ "./node_modules/@popperjs/core/lib/dom-utils/getNodeName.js"); +/* harmony import */ var _utils_rectToClientRect_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../utils/rectToClientRect.js */ "./node_modules/@popperjs/core/lib/utils/rectToClientRect.js"); +/* harmony import */ var _utils_math_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../utils/math.js */ "./node_modules/@popperjs/core/lib/utils/math.js"); - var _proto = Alert.prototype; - // Public - _proto.close = function close(element) { - var rootElement = this._element; - if (element) { - rootElement = this._getRootElement(element); - } - var customEvent = this._triggerCloseEvent(rootElement); - if (customEvent.isDefaultPrevented()) { - return; - } - this._removeElement(rootElement); - }; - _proto.dispose = function dispose() { - $__default["default"].removeData(this._element, DATA_KEY$a); - this._element = null; - } // Private - ; - _proto._getRootElement = function _getRootElement(element) { - var selector = Util.getSelectorFromElement(element); - var parent = false; - if (selector) { - parent = document.querySelector(selector); - } - if (!parent) { - parent = $__default["default"](element).closest("." + CLASS_NAME_ALERT)[0]; - } - return parent; - }; - _proto._triggerCloseEvent = function _triggerCloseEvent(element) { - var closeEvent = $__default["default"].Event(EVENT_CLOSE); - $__default["default"](element).trigger(closeEvent); - return closeEvent; - }; - _proto._removeElement = function _removeElement(element) { - var _this = this; - $__default["default"](element).removeClass(CLASS_NAME_SHOW$7); +function getInnerBoundingClientRect(element, strategy) { + var rect = (0,_getBoundingClientRect_js__WEBPACK_IMPORTED_MODULE_0__["default"])(element, false, strategy === 'fixed'); + rect.top = rect.top + element.clientTop; + rect.left = rect.left + element.clientLeft; + rect.bottom = rect.top + element.clientHeight; + rect.right = rect.left + element.clientWidth; + rect.width = element.clientWidth; + rect.height = element.clientHeight; + rect.x = rect.left; + rect.y = rect.top; + return rect; +} - if (!$__default["default"](element).hasClass(CLASS_NAME_FADE$5)) { - this._destroyElement(element); +function getClientRectFromMixedType(element, clippingParent, strategy) { + return clippingParent === _enums_js__WEBPACK_IMPORTED_MODULE_1__.viewport ? (0,_utils_rectToClientRect_js__WEBPACK_IMPORTED_MODULE_2__["default"])((0,_getViewportRect_js__WEBPACK_IMPORTED_MODULE_3__["default"])(element, strategy)) : (0,_instanceOf_js__WEBPACK_IMPORTED_MODULE_4__.isElement)(clippingParent) ? getInnerBoundingClientRect(clippingParent, strategy) : (0,_utils_rectToClientRect_js__WEBPACK_IMPORTED_MODULE_2__["default"])((0,_getDocumentRect_js__WEBPACK_IMPORTED_MODULE_5__["default"])((0,_getDocumentElement_js__WEBPACK_IMPORTED_MODULE_6__["default"])(element))); +} // A "clipping parent" is an overflowable container with the characteristic of +// clipping (or hiding) overflowing elements with a position different from +// `initial` - return; - } - var transitionDuration = Util.getTransitionDurationFromElement(element); - $__default["default"](element).one(Util.TRANSITION_END, function (event) { - return _this._destroyElement(element, event); - }).emulateTransitionEnd(transitionDuration); - }; +function getClippingParents(element) { + var clippingParents = (0,_listScrollParents_js__WEBPACK_IMPORTED_MODULE_7__["default"])((0,_getParentNode_js__WEBPACK_IMPORTED_MODULE_8__["default"])(element)); + var canEscapeClipping = ['absolute', 'fixed'].indexOf((0,_getComputedStyle_js__WEBPACK_IMPORTED_MODULE_9__["default"])(element).position) >= 0; + var clipperElement = canEscapeClipping && (0,_instanceOf_js__WEBPACK_IMPORTED_MODULE_4__.isHTMLElement)(element) ? (0,_getOffsetParent_js__WEBPACK_IMPORTED_MODULE_10__["default"])(element) : element; - _proto._destroyElement = function _destroyElement(element) { - $__default["default"](element).detach().trigger(EVENT_CLOSED).remove(); - } // Static - ; + if (!(0,_instanceOf_js__WEBPACK_IMPORTED_MODULE_4__.isElement)(clipperElement)) { + return []; + } // $FlowFixMe[incompatible-return]: https://github.com/facebook/flow/issues/1414 - Alert._jQueryInterface = function _jQueryInterface(config) { - return this.each(function () { - var $element = $__default["default"](this); - var data = $element.data(DATA_KEY$a); - if (!data) { - data = new Alert(this); - $element.data(DATA_KEY$a, data); - } + return clippingParents.filter(function (clippingParent) { + return (0,_instanceOf_js__WEBPACK_IMPORTED_MODULE_4__.isElement)(clippingParent) && (0,_contains_js__WEBPACK_IMPORTED_MODULE_11__["default"])(clippingParent, clipperElement) && (0,_getNodeName_js__WEBPACK_IMPORTED_MODULE_12__["default"])(clippingParent) !== 'body'; + }); +} // Gets the maximum area that the element is visible in due to any number of +// clipping parents + + +function getClippingRect(element, boundary, rootBoundary, strategy) { + var mainClippingParents = boundary === 'clippingParents' ? getClippingParents(element) : [].concat(boundary); + var clippingParents = [].concat(mainClippingParents, [rootBoundary]); + var firstClippingParent = clippingParents[0]; + var clippingRect = clippingParents.reduce(function (accRect, clippingParent) { + var rect = getClientRectFromMixedType(element, clippingParent, strategy); + accRect.top = (0,_utils_math_js__WEBPACK_IMPORTED_MODULE_13__.max)(rect.top, accRect.top); + accRect.right = (0,_utils_math_js__WEBPACK_IMPORTED_MODULE_13__.min)(rect.right, accRect.right); + accRect.bottom = (0,_utils_math_js__WEBPACK_IMPORTED_MODULE_13__.min)(rect.bottom, accRect.bottom); + accRect.left = (0,_utils_math_js__WEBPACK_IMPORTED_MODULE_13__.max)(rect.left, accRect.left); + return accRect; + }, getClientRectFromMixedType(element, firstClippingParent, strategy)); + clippingRect.width = clippingRect.right - clippingRect.left; + clippingRect.height = clippingRect.bottom - clippingRect.top; + clippingRect.x = clippingRect.left; + clippingRect.y = clippingRect.top; + return clippingRect; +} - if (config === 'close') { - data[config](this); - } - }); - }; +/***/ }), - Alert._handleDismiss = function _handleDismiss(alertInstance) { - return function (event) { - if (event) { - event.preventDefault(); - } +/***/ "./node_modules/@popperjs/core/lib/dom-utils/getCompositeRect.js": +/*!***********************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/dom-utils/getCompositeRect.js ***! + \***********************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - alertInstance.close(this); - }; - }; +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (/* binding */ getCompositeRect) +/* harmony export */ }); +/* harmony import */ var _getBoundingClientRect_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./getBoundingClientRect.js */ "./node_modules/@popperjs/core/lib/dom-utils/getBoundingClientRect.js"); +/* harmony import */ var _getNodeScroll_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./getNodeScroll.js */ "./node_modules/@popperjs/core/lib/dom-utils/getNodeScroll.js"); +/* harmony import */ var _getNodeName_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./getNodeName.js */ "./node_modules/@popperjs/core/lib/dom-utils/getNodeName.js"); +/* harmony import */ var _instanceOf_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./instanceOf.js */ "./node_modules/@popperjs/core/lib/dom-utils/instanceOf.js"); +/* harmony import */ var _getWindowScrollBarX_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./getWindowScrollBarX.js */ "./node_modules/@popperjs/core/lib/dom-utils/getWindowScrollBarX.js"); +/* harmony import */ var _getDocumentElement_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./getDocumentElement.js */ "./node_modules/@popperjs/core/lib/dom-utils/getDocumentElement.js"); +/* harmony import */ var _isScrollParent_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./isScrollParent.js */ "./node_modules/@popperjs/core/lib/dom-utils/isScrollParent.js"); +/* harmony import */ var _utils_math_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils/math.js */ "./node_modules/@popperjs/core/lib/utils/math.js"); - _createClass(Alert, null, [{ - key: "VERSION", - get: function get() { - return VERSION$a; - } - }]); - return Alert; - }(); - /** - * Data API implementation - */ - $__default["default"](document).on(EVENT_CLICK_DATA_API$6, SELECTOR_DISMISS, Alert._handleDismiss(new Alert())); - /** - * jQuery - */ - $__default["default"].fn[NAME$a] = Alert._jQueryInterface; - $__default["default"].fn[NAME$a].Constructor = Alert; - $__default["default"].fn[NAME$a].noConflict = function () { - $__default["default"].fn[NAME$a] = JQUERY_NO_CONFLICT$a; - return Alert._jQueryInterface; - }; - /** - * Constants - */ - var NAME$9 = 'button'; - var VERSION$9 = '4.6.2'; - var DATA_KEY$9 = 'bs.button'; - var EVENT_KEY$9 = "." + DATA_KEY$9; - var DATA_API_KEY$6 = '.data-api'; - var JQUERY_NO_CONFLICT$9 = $__default["default"].fn[NAME$9]; - var CLASS_NAME_ACTIVE$3 = 'active'; - var CLASS_NAME_BUTTON = 'btn'; - var CLASS_NAME_FOCUS = 'focus'; - var EVENT_CLICK_DATA_API$5 = "click" + EVENT_KEY$9 + DATA_API_KEY$6; - var EVENT_FOCUS_BLUR_DATA_API = "focus" + EVENT_KEY$9 + DATA_API_KEY$6 + " " + ("blur" + EVENT_KEY$9 + DATA_API_KEY$6); - var EVENT_LOAD_DATA_API$2 = "load" + EVENT_KEY$9 + DATA_API_KEY$6; - var SELECTOR_DATA_TOGGLE_CARROT = '[data-toggle^="button"]'; - var SELECTOR_DATA_TOGGLES = '[data-toggle="buttons"]'; - var SELECTOR_DATA_TOGGLE$4 = '[data-toggle="button"]'; - var SELECTOR_DATA_TOGGLES_BUTTONS = '[data-toggle="buttons"] .btn'; - var SELECTOR_INPUT = 'input:not([type="hidden"])'; - var SELECTOR_ACTIVE$2 = '.active'; - var SELECTOR_BUTTON = '.btn'; - /** - * Class definition - */ - var Button = /*#__PURE__*/function () { - function Button(element) { - this._element = element; - this.shouldAvoidTriggerChange = false; - } // Getters +function isElementScaled(element) { + var rect = element.getBoundingClientRect(); + var scaleX = (0,_utils_math_js__WEBPACK_IMPORTED_MODULE_0__.round)(rect.width) / element.offsetWidth || 1; + var scaleY = (0,_utils_math_js__WEBPACK_IMPORTED_MODULE_0__.round)(rect.height) / element.offsetHeight || 1; + return scaleX !== 1 || scaleY !== 1; +} // Returns the composite rect of an element relative to its offsetParent. +// Composite means it takes into account transforms as well as layout. - var _proto = Button.prototype; +function getCompositeRect(elementOrVirtualElement, offsetParent, isFixed) { + if (isFixed === void 0) { + isFixed = false; + } - // Public - _proto.toggle = function toggle() { - var triggerChangeEvent = true; - var addAriaPressed = true; - var rootElement = $__default["default"](this._element).closest(SELECTOR_DATA_TOGGLES)[0]; + var isOffsetParentAnElement = (0,_instanceOf_js__WEBPACK_IMPORTED_MODULE_1__.isHTMLElement)(offsetParent); + var offsetParentIsScaled = (0,_instanceOf_js__WEBPACK_IMPORTED_MODULE_1__.isHTMLElement)(offsetParent) && isElementScaled(offsetParent); + var documentElement = (0,_getDocumentElement_js__WEBPACK_IMPORTED_MODULE_2__["default"])(offsetParent); + var rect = (0,_getBoundingClientRect_js__WEBPACK_IMPORTED_MODULE_3__["default"])(elementOrVirtualElement, offsetParentIsScaled, isFixed); + var scroll = { + scrollLeft: 0, + scrollTop: 0 + }; + var offsets = { + x: 0, + y: 0 + }; - if (rootElement) { - var input = this._element.querySelector(SELECTOR_INPUT); + if (isOffsetParentAnElement || !isOffsetParentAnElement && !isFixed) { + if ((0,_getNodeName_js__WEBPACK_IMPORTED_MODULE_4__["default"])(offsetParent) !== 'body' || // https://github.com/popperjs/popper-core/issues/1078 + (0,_isScrollParent_js__WEBPACK_IMPORTED_MODULE_5__["default"])(documentElement)) { + scroll = (0,_getNodeScroll_js__WEBPACK_IMPORTED_MODULE_6__["default"])(offsetParent); + } - if (input) { - if (input.type === 'radio') { - if (input.checked && this._element.classList.contains(CLASS_NAME_ACTIVE$3)) { - triggerChangeEvent = false; - } else { - var activeElement = rootElement.querySelector(SELECTOR_ACTIVE$2); + if ((0,_instanceOf_js__WEBPACK_IMPORTED_MODULE_1__.isHTMLElement)(offsetParent)) { + offsets = (0,_getBoundingClientRect_js__WEBPACK_IMPORTED_MODULE_3__["default"])(offsetParent, true); + offsets.x += offsetParent.clientLeft; + offsets.y += offsetParent.clientTop; + } else if (documentElement) { + offsets.x = (0,_getWindowScrollBarX_js__WEBPACK_IMPORTED_MODULE_7__["default"])(documentElement); + } + } - if (activeElement) { - $__default["default"](activeElement).removeClass(CLASS_NAME_ACTIVE$3); - } - } - } + return { + x: rect.left + scroll.scrollLeft - offsets.x, + y: rect.top + scroll.scrollTop - offsets.y, + width: rect.width, + height: rect.height + }; +} - if (triggerChangeEvent) { - // if it's not a radio button or checkbox don't add a pointless/invalid checked property to the input - if (input.type === 'checkbox' || input.type === 'radio') { - input.checked = !this._element.classList.contains(CLASS_NAME_ACTIVE$3); - } +/***/ }), - if (!this.shouldAvoidTriggerChange) { - $__default["default"](input).trigger('change'); - } - } +/***/ "./node_modules/@popperjs/core/lib/dom-utils/getComputedStyle.js": +/*!***********************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/dom-utils/getComputedStyle.js ***! + \***********************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - input.focus(); - addAriaPressed = false; - } - } +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (/* binding */ getComputedStyle) +/* harmony export */ }); +/* harmony import */ var _getWindow_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./getWindow.js */ "./node_modules/@popperjs/core/lib/dom-utils/getWindow.js"); - if (!(this._element.hasAttribute('disabled') || this._element.classList.contains('disabled'))) { - if (addAriaPressed) { - this._element.setAttribute('aria-pressed', !this._element.classList.contains(CLASS_NAME_ACTIVE$3)); - } +function getComputedStyle(element) { + return (0,_getWindow_js__WEBPACK_IMPORTED_MODULE_0__["default"])(element).getComputedStyle(element); +} - if (triggerChangeEvent) { - $__default["default"](this._element).toggleClass(CLASS_NAME_ACTIVE$3); - } - } - }; +/***/ }), - _proto.dispose = function dispose() { - $__default["default"].removeData(this._element, DATA_KEY$9); - this._element = null; - } // Static - ; +/***/ "./node_modules/@popperjs/core/lib/dom-utils/getDocumentElement.js": +/*!*************************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/dom-utils/getDocumentElement.js ***! + \*************************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - Button._jQueryInterface = function _jQueryInterface(config, avoidTriggerChange) { - return this.each(function () { - var $element = $__default["default"](this); - var data = $element.data(DATA_KEY$9); +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (/* binding */ getDocumentElement) +/* harmony export */ }); +/* harmony import */ var _instanceOf_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./instanceOf.js */ "./node_modules/@popperjs/core/lib/dom-utils/instanceOf.js"); - if (!data) { - data = new Button(this); - $element.data(DATA_KEY$9, data); - } +function getDocumentElement(element) { + // $FlowFixMe[incompatible-return]: assume body is always available + return (((0,_instanceOf_js__WEBPACK_IMPORTED_MODULE_0__.isElement)(element) ? element.ownerDocument : // $FlowFixMe[prop-missing] + element.document) || window.document).documentElement; +} - data.shouldAvoidTriggerChange = avoidTriggerChange; +/***/ }), - if (config === 'toggle') { - data[config](); - } - }); - }; +/***/ "./node_modules/@popperjs/core/lib/dom-utils/getDocumentRect.js": +/*!**********************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/dom-utils/getDocumentRect.js ***! + \**********************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - _createClass(Button, null, [{ - key: "VERSION", - get: function get() { - return VERSION$9; - } - }]); +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (/* binding */ getDocumentRect) +/* harmony export */ }); +/* harmony import */ var _getDocumentElement_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./getDocumentElement.js */ "./node_modules/@popperjs/core/lib/dom-utils/getDocumentElement.js"); +/* harmony import */ var _getComputedStyle_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./getComputedStyle.js */ "./node_modules/@popperjs/core/lib/dom-utils/getComputedStyle.js"); +/* harmony import */ var _getWindowScrollBarX_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./getWindowScrollBarX.js */ "./node_modules/@popperjs/core/lib/dom-utils/getWindowScrollBarX.js"); +/* harmony import */ var _getWindowScroll_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./getWindowScroll.js */ "./node_modules/@popperjs/core/lib/dom-utils/getWindowScroll.js"); +/* harmony import */ var _utils_math_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../utils/math.js */ "./node_modules/@popperjs/core/lib/utils/math.js"); - return Button; - }(); - /** - * Data API implementation - */ - $__default["default"](document).on(EVENT_CLICK_DATA_API$5, SELECTOR_DATA_TOGGLE_CARROT, function (event) { - var button = event.target; - var initialButton = button; - if (!$__default["default"](button).hasClass(CLASS_NAME_BUTTON)) { - button = $__default["default"](button).closest(SELECTOR_BUTTON)[0]; - } + // Gets the entire size of the scrollable document area, even extending outside +// of the `` and `
` rect bounds if horizontally scrollable - if (!button || button.hasAttribute('disabled') || button.classList.contains('disabled')) { - event.preventDefault(); // work around Firefox bug #1540995 - } else { - var inputBtn = button.querySelector(SELECTOR_INPUT); +function getDocumentRect(element) { + var _element$ownerDocumen; - if (inputBtn && (inputBtn.hasAttribute('disabled') || inputBtn.classList.contains('disabled'))) { - event.preventDefault(); // work around Firefox bug #1540995 + var html = (0,_getDocumentElement_js__WEBPACK_IMPORTED_MODULE_0__["default"])(element); + var winScroll = (0,_getWindowScroll_js__WEBPACK_IMPORTED_MODULE_1__["default"])(element); + var body = (_element$ownerDocumen = element.ownerDocument) == null ? void 0 : _element$ownerDocumen.body; + var width = (0,_utils_math_js__WEBPACK_IMPORTED_MODULE_2__.max)(html.scrollWidth, html.clientWidth, body ? body.scrollWidth : 0, body ? body.clientWidth : 0); + var height = (0,_utils_math_js__WEBPACK_IMPORTED_MODULE_2__.max)(html.scrollHeight, html.clientHeight, body ? body.scrollHeight : 0, body ? body.clientHeight : 0); + var x = -winScroll.scrollLeft + (0,_getWindowScrollBarX_js__WEBPACK_IMPORTED_MODULE_3__["default"])(element); + var y = -winScroll.scrollTop; - return; - } + if ((0,_getComputedStyle_js__WEBPACK_IMPORTED_MODULE_4__["default"])(body || html).direction === 'rtl') { + x += (0,_utils_math_js__WEBPACK_IMPORTED_MODULE_2__.max)(html.clientWidth, body ? body.clientWidth : 0) - width; + } - if (initialButton.tagName === 'INPUT' || button.tagName !== 'LABEL') { - Button._jQueryInterface.call($__default["default"](button), 'toggle', initialButton.tagName === 'INPUT'); - } - } - }).on(EVENT_FOCUS_BLUR_DATA_API, SELECTOR_DATA_TOGGLE_CARROT, function (event) { - var button = $__default["default"](event.target).closest(SELECTOR_BUTTON)[0]; - $__default["default"](button).toggleClass(CLASS_NAME_FOCUS, /^focus(in)?$/.test(event.type)); - }); - $__default["default"](window).on(EVENT_LOAD_DATA_API$2, function () { - // ensure correct active class is set to match the controls' actual values/states - // find all checkboxes/readio buttons inside data-toggle groups - var buttons = [].slice.call(document.querySelectorAll(SELECTOR_DATA_TOGGLES_BUTTONS)); + return { + width: width, + height: height, + x: x, + y: y + }; +} - for (var i = 0, len = buttons.length; i < len; i++) { - var button = buttons[i]; - var input = button.querySelector(SELECTOR_INPUT); +/***/ }), - if (input.checked || input.hasAttribute('checked')) { - button.classList.add(CLASS_NAME_ACTIVE$3); - } else { - button.classList.remove(CLASS_NAME_ACTIVE$3); - } - } // find all button toggles +/***/ "./node_modules/@popperjs/core/lib/dom-utils/getHTMLElementScroll.js": +/*!***************************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/dom-utils/getHTMLElementScroll.js ***! + \***************************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (/* binding */ getHTMLElementScroll) +/* harmony export */ }); +function getHTMLElementScroll(element) { + return { + scrollLeft: element.scrollLeft, + scrollTop: element.scrollTop + }; +} - buttons = [].slice.call(document.querySelectorAll(SELECTOR_DATA_TOGGLE$4)); +/***/ }), - for (var _i = 0, _len = buttons.length; _i < _len; _i++) { - var _button = buttons[_i]; +/***/ "./node_modules/@popperjs/core/lib/dom-utils/getLayoutRect.js": +/*!********************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/dom-utils/getLayoutRect.js ***! + \********************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - if (_button.getAttribute('aria-pressed') === 'true') { - _button.classList.add(CLASS_NAME_ACTIVE$3); - } else { - _button.classList.remove(CLASS_NAME_ACTIVE$3); - } - } - }); - /** - * jQuery - */ +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (/* binding */ getLayoutRect) +/* harmony export */ }); +/* harmony import */ var _getBoundingClientRect_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./getBoundingClientRect.js */ "./node_modules/@popperjs/core/lib/dom-utils/getBoundingClientRect.js"); + // Returns the layout rect of an element relative to its offsetParent. Layout +// means it doesn't take into account transforms. - $__default["default"].fn[NAME$9] = Button._jQueryInterface; - $__default["default"].fn[NAME$9].Constructor = Button; +function getLayoutRect(element) { + var clientRect = (0,_getBoundingClientRect_js__WEBPACK_IMPORTED_MODULE_0__["default"])(element); // Use the clientRect sizes if it's not been transformed. + // Fixes https://github.com/popperjs/popper-core/issues/1223 - $__default["default"].fn[NAME$9].noConflict = function () { - $__default["default"].fn[NAME$9] = JQUERY_NO_CONFLICT$9; - return Button._jQueryInterface; - }; + var width = element.offsetWidth; + var height = element.offsetHeight; - /** - * Constants - */ + if (Math.abs(clientRect.width - width) <= 1) { + width = clientRect.width; + } - var NAME$8 = 'carousel'; - var VERSION$8 = '4.6.2'; - var DATA_KEY$8 = 'bs.carousel'; - var EVENT_KEY$8 = "." + DATA_KEY$8; - var DATA_API_KEY$5 = '.data-api'; - var JQUERY_NO_CONFLICT$8 = $__default["default"].fn[NAME$8]; - var ARROW_LEFT_KEYCODE = 37; // KeyboardEvent.which value for left arrow key - - var ARROW_RIGHT_KEYCODE = 39; // KeyboardEvent.which value for right arrow key - - var TOUCHEVENT_COMPAT_WAIT = 500; // Time for mouse compat events to fire after touch - - var SWIPE_THRESHOLD = 40; - var CLASS_NAME_CAROUSEL = 'carousel'; - var CLASS_NAME_ACTIVE$2 = 'active'; - var CLASS_NAME_SLIDE = 'slide'; - var CLASS_NAME_RIGHT = 'carousel-item-right'; - var CLASS_NAME_LEFT = 'carousel-item-left'; - var CLASS_NAME_NEXT = 'carousel-item-next'; - var CLASS_NAME_PREV = 'carousel-item-prev'; - var CLASS_NAME_POINTER_EVENT = 'pointer-event'; - var DIRECTION_NEXT = 'next'; - var DIRECTION_PREV = 'prev'; - var DIRECTION_LEFT = 'left'; - var DIRECTION_RIGHT = 'right'; - var EVENT_SLIDE = "slide" + EVENT_KEY$8; - var EVENT_SLID = "slid" + EVENT_KEY$8; - var EVENT_KEYDOWN = "keydown" + EVENT_KEY$8; - var EVENT_MOUSEENTER = "mouseenter" + EVENT_KEY$8; - var EVENT_MOUSELEAVE = "mouseleave" + EVENT_KEY$8; - var EVENT_TOUCHSTART = "touchstart" + EVENT_KEY$8; - var EVENT_TOUCHMOVE = "touchmove" + EVENT_KEY$8; - var EVENT_TOUCHEND = "touchend" + EVENT_KEY$8; - var EVENT_POINTERDOWN = "pointerdown" + EVENT_KEY$8; - var EVENT_POINTERUP = "pointerup" + EVENT_KEY$8; - var EVENT_DRAG_START = "dragstart" + EVENT_KEY$8; - var EVENT_LOAD_DATA_API$1 = "load" + EVENT_KEY$8 + DATA_API_KEY$5; - var EVENT_CLICK_DATA_API$4 = "click" + EVENT_KEY$8 + DATA_API_KEY$5; - var SELECTOR_ACTIVE$1 = '.active'; - var SELECTOR_ACTIVE_ITEM = '.active.carousel-item'; - var SELECTOR_ITEM = '.carousel-item'; - var SELECTOR_ITEM_IMG = '.carousel-item img'; - var SELECTOR_NEXT_PREV = '.carousel-item-next, .carousel-item-prev'; - var SELECTOR_INDICATORS = '.carousel-indicators'; - var SELECTOR_DATA_SLIDE = '[data-slide], [data-slide-to]'; - var SELECTOR_DATA_RIDE = '[data-ride="carousel"]'; - var Default$7 = { - interval: 5000, - keyboard: true, - slide: false, - pause: 'hover', - wrap: true, - touch: true - }; - var DefaultType$7 = { - interval: '(number|boolean)', - keyboard: 'boolean', - slide: '(boolean|string)', - pause: '(string|boolean)', - wrap: 'boolean', - touch: 'boolean' - }; - var PointerType = { - TOUCH: 'touch', - PEN: 'pen' + if (Math.abs(clientRect.height - height) <= 1) { + height = clientRect.height; + } + + return { + x: element.offsetLeft, + y: element.offsetTop, + width: width, + height: height }; - /** - * Class definition - */ +} - var Carousel = /*#__PURE__*/function () { - function Carousel(element, config) { - this._items = null; - this._interval = null; - this._activeElement = null; - this._isPaused = false; - this._isSliding = false; - this.touchTimeout = null; - this.touchStartX = 0; - this.touchDeltaX = 0; - this._config = this._getConfig(config); - this._element = element; - this._indicatorsElement = this._element.querySelector(SELECTOR_INDICATORS); - this._touchSupported = 'ontouchstart' in document.documentElement || navigator.maxTouchPoints > 0; - this._pointerEvent = Boolean(window.PointerEvent || window.MSPointerEvent); +/***/ }), - this._addEventListeners(); - } // Getters +/***/ "./node_modules/@popperjs/core/lib/dom-utils/getNodeName.js": +/*!******************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/dom-utils/getNodeName.js ***! + \******************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (/* binding */ getNodeName) +/* harmony export */ }); +function getNodeName(element) { + return element ? (element.nodeName || '').toLowerCase() : null; +} - var _proto = Carousel.prototype; +/***/ }), - // Public - _proto.next = function next() { - if (!this._isSliding) { - this._slide(DIRECTION_NEXT); - } - }; +/***/ "./node_modules/@popperjs/core/lib/dom-utils/getNodeScroll.js": +/*!********************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/dom-utils/getNodeScroll.js ***! + \********************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - _proto.nextWhenVisible = function nextWhenVisible() { - var $element = $__default["default"](this._element); // Don't call next when the page isn't visible - // or the carousel or its parent isn't visible +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (/* binding */ getNodeScroll) +/* harmony export */ }); +/* harmony import */ var _getWindowScroll_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./getWindowScroll.js */ "./node_modules/@popperjs/core/lib/dom-utils/getWindowScroll.js"); +/* harmony import */ var _getWindow_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./getWindow.js */ "./node_modules/@popperjs/core/lib/dom-utils/getWindow.js"); +/* harmony import */ var _instanceOf_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./instanceOf.js */ "./node_modules/@popperjs/core/lib/dom-utils/instanceOf.js"); +/* harmony import */ var _getHTMLElementScroll_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./getHTMLElementScroll.js */ "./node_modules/@popperjs/core/lib/dom-utils/getHTMLElementScroll.js"); - if (!document.hidden && $element.is(':visible') && $element.css('visibility') !== 'hidden') { - this.next(); - } - }; - _proto.prev = function prev() { - if (!this._isSliding) { - this._slide(DIRECTION_PREV); - } - }; - _proto.pause = function pause(event) { - if (!event) { - this._isPaused = true; - } - if (this._element.querySelector(SELECTOR_NEXT_PREV)) { - Util.triggerTransitionEnd(this._element); - this.cycle(true); - } +function getNodeScroll(node) { + if (node === (0,_getWindow_js__WEBPACK_IMPORTED_MODULE_0__["default"])(node) || !(0,_instanceOf_js__WEBPACK_IMPORTED_MODULE_1__.isHTMLElement)(node)) { + return (0,_getWindowScroll_js__WEBPACK_IMPORTED_MODULE_2__["default"])(node); + } else { + return (0,_getHTMLElementScroll_js__WEBPACK_IMPORTED_MODULE_3__["default"])(node); + } +} - clearInterval(this._interval); - this._interval = null; - }; +/***/ }), - _proto.cycle = function cycle(event) { - if (!event) { - this._isPaused = false; - } +/***/ "./node_modules/@popperjs/core/lib/dom-utils/getOffsetParent.js": +/*!**********************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/dom-utils/getOffsetParent.js ***! + \**********************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - if (this._interval) { - clearInterval(this._interval); - this._interval = null; - } +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (/* binding */ getOffsetParent) +/* harmony export */ }); +/* harmony import */ var _getWindow_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./getWindow.js */ "./node_modules/@popperjs/core/lib/dom-utils/getWindow.js"); +/* harmony import */ var _getNodeName_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./getNodeName.js */ "./node_modules/@popperjs/core/lib/dom-utils/getNodeName.js"); +/* harmony import */ var _getComputedStyle_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./getComputedStyle.js */ "./node_modules/@popperjs/core/lib/dom-utils/getComputedStyle.js"); +/* harmony import */ var _instanceOf_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./instanceOf.js */ "./node_modules/@popperjs/core/lib/dom-utils/instanceOf.js"); +/* harmony import */ var _isTableElement_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./isTableElement.js */ "./node_modules/@popperjs/core/lib/dom-utils/isTableElement.js"); +/* harmony import */ var _getParentNode_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./getParentNode.js */ "./node_modules/@popperjs/core/lib/dom-utils/getParentNode.js"); +/* harmony import */ var _utils_userAgent_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../utils/userAgent.js */ "./node_modules/@popperjs/core/lib/utils/userAgent.js"); - if (this._config.interval && !this._isPaused) { - this._updateInterval(); - this._interval = setInterval((document.visibilityState ? this.nextWhenVisible : this.next).bind(this), this._config.interval); - } - }; - _proto.to = function to(index) { - var _this = this; - this._activeElement = this._element.querySelector(SELECTOR_ACTIVE_ITEM); - var activeIndex = this._getItemIndex(this._activeElement); - if (index > this._items.length - 1 || index < 0) { - return; - } - if (this._isSliding) { - $__default["default"](this._element).one(EVENT_SLID, function () { - return _this.to(index); - }); - return; - } - if (activeIndex === index) { - this.pause(); - this.cycle(); - return; - } +function getTrueOffsetParent(element) { + if (!(0,_instanceOf_js__WEBPACK_IMPORTED_MODULE_0__.isHTMLElement)(element) || // https://github.com/popperjs/popper-core/issues/837 + (0,_getComputedStyle_js__WEBPACK_IMPORTED_MODULE_1__["default"])(element).position === 'fixed') { + return null; + } - var direction = index > activeIndex ? DIRECTION_NEXT : DIRECTION_PREV; + return element.offsetParent; +} // `.offsetParent` reports `null` for fixed elements, while absolute elements +// return the containing block - this._slide(direction, this._items[index]); - }; - _proto.dispose = function dispose() { - $__default["default"](this._element).off(EVENT_KEY$8); - $__default["default"].removeData(this._element, DATA_KEY$8); - this._items = null; - this._config = null; - this._element = null; - this._interval = null; - this._isPaused = null; - this._isSliding = null; - this._activeElement = null; - this._indicatorsElement = null; - } // Private - ; - - _proto._getConfig = function _getConfig(config) { - config = _extends({}, Default$7, config); - Util.typeCheckConfig(NAME$8, config, DefaultType$7); - return config; - }; +function getContainingBlock(element) { + var isFirefox = /firefox/i.test((0,_utils_userAgent_js__WEBPACK_IMPORTED_MODULE_2__["default"])()); + var isIE = /Trident/i.test((0,_utils_userAgent_js__WEBPACK_IMPORTED_MODULE_2__["default"])()); - _proto._handleSwipe = function _handleSwipe() { - var absDeltax = Math.abs(this.touchDeltaX); + if (isIE && (0,_instanceOf_js__WEBPACK_IMPORTED_MODULE_0__.isHTMLElement)(element)) { + // In IE 9, 10 and 11 fixed elements containing block is always established by the viewport + var elementCss = (0,_getComputedStyle_js__WEBPACK_IMPORTED_MODULE_1__["default"])(element); - if (absDeltax <= SWIPE_THRESHOLD) { - return; - } + if (elementCss.position === 'fixed') { + return null; + } + } - var direction = absDeltax / this.touchDeltaX; - this.touchDeltaX = 0; // swipe left + var currentNode = (0,_getParentNode_js__WEBPACK_IMPORTED_MODULE_3__["default"])(element); - if (direction > 0) { - this.prev(); - } // swipe right + if ((0,_instanceOf_js__WEBPACK_IMPORTED_MODULE_0__.isShadowRoot)(currentNode)) { + currentNode = currentNode.host; + } + while ((0,_instanceOf_js__WEBPACK_IMPORTED_MODULE_0__.isHTMLElement)(currentNode) && ['html', 'body'].indexOf((0,_getNodeName_js__WEBPACK_IMPORTED_MODULE_4__["default"])(currentNode)) < 0) { + var css = (0,_getComputedStyle_js__WEBPACK_IMPORTED_MODULE_1__["default"])(currentNode); // This is non-exhaustive but covers the most common CSS properties that + // create a containing block. + // https://developer.mozilla.org/en-US/docs/Web/CSS/Containing_block#identifying_the_containing_block - if (direction < 0) { - this.next(); - } - }; + if (css.transform !== 'none' || css.perspective !== 'none' || css.contain === 'paint' || ['transform', 'perspective'].indexOf(css.willChange) !== -1 || isFirefox && css.willChange === 'filter' || isFirefox && css.filter && css.filter !== 'none') { + return currentNode; + } else { + currentNode = currentNode.parentNode; + } + } - _proto._addEventListeners = function _addEventListeners() { - var _this2 = this; + return null; +} // Gets the closest ancestor positioned element. Handles some edge cases, +// such as table ancestors and cross browser bugs. - if (this._config.keyboard) { - $__default["default"](this._element).on(EVENT_KEYDOWN, function (event) { - return _this2._keydown(event); - }); - } - if (this._config.pause === 'hover') { - $__default["default"](this._element).on(EVENT_MOUSEENTER, function (event) { - return _this2.pause(event); - }).on(EVENT_MOUSELEAVE, function (event) { - return _this2.cycle(event); - }); - } +function getOffsetParent(element) { + var window = (0,_getWindow_js__WEBPACK_IMPORTED_MODULE_5__["default"])(element); + var offsetParent = getTrueOffsetParent(element); - if (this._config.touch) { - this._addTouchEventListeners(); - } - }; + while (offsetParent && (0,_isTableElement_js__WEBPACK_IMPORTED_MODULE_6__["default"])(offsetParent) && (0,_getComputedStyle_js__WEBPACK_IMPORTED_MODULE_1__["default"])(offsetParent).position === 'static') { + offsetParent = getTrueOffsetParent(offsetParent); + } - _proto._addTouchEventListeners = function _addTouchEventListeners() { - var _this3 = this; + if (offsetParent && ((0,_getNodeName_js__WEBPACK_IMPORTED_MODULE_4__["default"])(offsetParent) === 'html' || (0,_getNodeName_js__WEBPACK_IMPORTED_MODULE_4__["default"])(offsetParent) === 'body' && (0,_getComputedStyle_js__WEBPACK_IMPORTED_MODULE_1__["default"])(offsetParent).position === 'static')) { + return window; + } - if (!this._touchSupported) { - return; - } + return offsetParent || getContainingBlock(element) || window; +} - var start = function start(event) { - if (_this3._pointerEvent && PointerType[event.originalEvent.pointerType.toUpperCase()]) { - _this3.touchStartX = event.originalEvent.clientX; - } else if (!_this3._pointerEvent) { - _this3.touchStartX = event.originalEvent.touches[0].clientX; - } - }; +/***/ }), - var move = function move(event) { - // ensure swiping with one touch and not pinching - _this3.touchDeltaX = event.originalEvent.touches && event.originalEvent.touches.length > 1 ? 0 : event.originalEvent.touches[0].clientX - _this3.touchStartX; - }; +/***/ "./node_modules/@popperjs/core/lib/dom-utils/getParentNode.js": +/*!********************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/dom-utils/getParentNode.js ***! + \********************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - var end = function end(event) { - if (_this3._pointerEvent && PointerType[event.originalEvent.pointerType.toUpperCase()]) { - _this3.touchDeltaX = event.originalEvent.clientX - _this3.touchStartX; - } +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (/* binding */ getParentNode) +/* harmony export */ }); +/* harmony import */ var _getNodeName_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./getNodeName.js */ "./node_modules/@popperjs/core/lib/dom-utils/getNodeName.js"); +/* harmony import */ var _getDocumentElement_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./getDocumentElement.js */ "./node_modules/@popperjs/core/lib/dom-utils/getDocumentElement.js"); +/* harmony import */ var _instanceOf_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./instanceOf.js */ "./node_modules/@popperjs/core/lib/dom-utils/instanceOf.js"); - _this3._handleSwipe(); - if (_this3._config.pause === 'hover') { - // If it's a touch-enabled device, mouseenter/leave are fired as - // part of the mouse compatibility events on first tap - the carousel - // would stop cycling until user tapped out of it; - // here, we listen for touchend, explicitly pause the carousel - // (as if it's the second time we tap on it, mouseenter compat event - // is NOT fired) and after a timeout (to allow for mouse compatibility - // events to fire) we explicitly restart cycling - _this3.pause(); - if (_this3.touchTimeout) { - clearTimeout(_this3.touchTimeout); - } +function getParentNode(element) { + if ((0,_getNodeName_js__WEBPACK_IMPORTED_MODULE_0__["default"])(element) === 'html') { + return element; + } - _this3.touchTimeout = setTimeout(function (event) { - return _this3.cycle(event); - }, TOUCHEVENT_COMPAT_WAIT + _this3._config.interval); - } - }; + return (// this is a quicker (but less type safe) way to save quite some bytes from the bundle + // $FlowFixMe[incompatible-return] + // $FlowFixMe[prop-missing] + element.assignedSlot || // step into the shadow DOM of the parent of a slotted node + element.parentNode || ( // DOM Element detected + (0,_instanceOf_js__WEBPACK_IMPORTED_MODULE_1__.isShadowRoot)(element) ? element.host : null) || // ShadowRoot detected + // $FlowFixMe[incompatible-call]: HTMLElement is a Node + (0,_getDocumentElement_js__WEBPACK_IMPORTED_MODULE_2__["default"])(element) // fallback - $__default["default"](this._element.querySelectorAll(SELECTOR_ITEM_IMG)).on(EVENT_DRAG_START, function (e) { - return e.preventDefault(); - }); + ); +} - if (this._pointerEvent) { - $__default["default"](this._element).on(EVENT_POINTERDOWN, function (event) { - return start(event); - }); - $__default["default"](this._element).on(EVENT_POINTERUP, function (event) { - return end(event); - }); +/***/ }), - this._element.classList.add(CLASS_NAME_POINTER_EVENT); - } else { - $__default["default"](this._element).on(EVENT_TOUCHSTART, function (event) { - return start(event); - }); - $__default["default"](this._element).on(EVENT_TOUCHMOVE, function (event) { - return move(event); - }); - $__default["default"](this._element).on(EVENT_TOUCHEND, function (event) { - return end(event); - }); - } - }; +/***/ "./node_modules/@popperjs/core/lib/dom-utils/getScrollParent.js": +/*!**********************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/dom-utils/getScrollParent.js ***! + \**********************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - _proto._keydown = function _keydown(event) { - if (/input|textarea/i.test(event.target.tagName)) { - return; - } +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (/* binding */ getScrollParent) +/* harmony export */ }); +/* harmony import */ var _getParentNode_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./getParentNode.js */ "./node_modules/@popperjs/core/lib/dom-utils/getParentNode.js"); +/* harmony import */ var _isScrollParent_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./isScrollParent.js */ "./node_modules/@popperjs/core/lib/dom-utils/isScrollParent.js"); +/* harmony import */ var _getNodeName_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./getNodeName.js */ "./node_modules/@popperjs/core/lib/dom-utils/getNodeName.js"); +/* harmony import */ var _instanceOf_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./instanceOf.js */ "./node_modules/@popperjs/core/lib/dom-utils/instanceOf.js"); - switch (event.which) { - case ARROW_LEFT_KEYCODE: - event.preventDefault(); - this.prev(); - break; - case ARROW_RIGHT_KEYCODE: - event.preventDefault(); - this.next(); - break; - } - }; - _proto._getItemIndex = function _getItemIndex(element) { - this._items = element && element.parentNode ? [].slice.call(element.parentNode.querySelectorAll(SELECTOR_ITEM)) : []; - return this._items.indexOf(element); - }; - _proto._getItemByDirection = function _getItemByDirection(direction, activeElement) { - var isNextDirection = direction === DIRECTION_NEXT; - var isPrevDirection = direction === DIRECTION_PREV; +function getScrollParent(node) { + if (['html', 'body', '#document'].indexOf((0,_getNodeName_js__WEBPACK_IMPORTED_MODULE_0__["default"])(node)) >= 0) { + // $FlowFixMe[incompatible-return]: assume body is always available + return node.ownerDocument.body; + } - var activeIndex = this._getItemIndex(activeElement); + if ((0,_instanceOf_js__WEBPACK_IMPORTED_MODULE_1__.isHTMLElement)(node) && (0,_isScrollParent_js__WEBPACK_IMPORTED_MODULE_2__["default"])(node)) { + return node; + } - var lastItemIndex = this._items.length - 1; - var isGoingToWrap = isPrevDirection && activeIndex === 0 || isNextDirection && activeIndex === lastItemIndex; + return getScrollParent((0,_getParentNode_js__WEBPACK_IMPORTED_MODULE_3__["default"])(node)); +} - if (isGoingToWrap && !this._config.wrap) { - return activeElement; - } +/***/ }), - var delta = direction === DIRECTION_PREV ? -1 : 1; - var itemIndex = (activeIndex + delta) % this._items.length; - return itemIndex === -1 ? this._items[this._items.length - 1] : this._items[itemIndex]; - }; +/***/ "./node_modules/@popperjs/core/lib/dom-utils/getViewportRect.js": +/*!**********************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/dom-utils/getViewportRect.js ***! + \**********************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - _proto._triggerSlideEvent = function _triggerSlideEvent(relatedTarget, eventDirectionName) { - var targetIndex = this._getItemIndex(relatedTarget); +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (/* binding */ getViewportRect) +/* harmony export */ }); +/* harmony import */ var _getWindow_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./getWindow.js */ "./node_modules/@popperjs/core/lib/dom-utils/getWindow.js"); +/* harmony import */ var _getDocumentElement_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./getDocumentElement.js */ "./node_modules/@popperjs/core/lib/dom-utils/getDocumentElement.js"); +/* harmony import */ var _getWindowScrollBarX_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./getWindowScrollBarX.js */ "./node_modules/@popperjs/core/lib/dom-utils/getWindowScrollBarX.js"); +/* harmony import */ var _isLayoutViewport_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./isLayoutViewport.js */ "./node_modules/@popperjs/core/lib/dom-utils/isLayoutViewport.js"); - var fromIndex = this._getItemIndex(this._element.querySelector(SELECTOR_ACTIVE_ITEM)); - var slideEvent = $__default["default"].Event(EVENT_SLIDE, { - relatedTarget: relatedTarget, - direction: eventDirectionName, - from: fromIndex, - to: targetIndex - }); - $__default["default"](this._element).trigger(slideEvent); - return slideEvent; - }; - _proto._setActiveIndicatorElement = function _setActiveIndicatorElement(element) { - if (this._indicatorsElement) { - var indicators = [].slice.call(this._indicatorsElement.querySelectorAll(SELECTOR_ACTIVE$1)); - $__default["default"](indicators).removeClass(CLASS_NAME_ACTIVE$2); - var nextIndicator = this._indicatorsElement.children[this._getItemIndex(element)]; +function getViewportRect(element, strategy) { + var win = (0,_getWindow_js__WEBPACK_IMPORTED_MODULE_0__["default"])(element); + var html = (0,_getDocumentElement_js__WEBPACK_IMPORTED_MODULE_1__["default"])(element); + var visualViewport = win.visualViewport; + var width = html.clientWidth; + var height = html.clientHeight; + var x = 0; + var y = 0; - if (nextIndicator) { - $__default["default"](nextIndicator).addClass(CLASS_NAME_ACTIVE$2); - } - } - }; + if (visualViewport) { + width = visualViewport.width; + height = visualViewport.height; + var layoutViewport = (0,_isLayoutViewport_js__WEBPACK_IMPORTED_MODULE_2__["default"])(); - _proto._updateInterval = function _updateInterval() { - var element = this._activeElement || this._element.querySelector(SELECTOR_ACTIVE_ITEM); + if (layoutViewport || !layoutViewport && strategy === 'fixed') { + x = visualViewport.offsetLeft; + y = visualViewport.offsetTop; + } + } - if (!element) { - return; - } + return { + width: width, + height: height, + x: x + (0,_getWindowScrollBarX_js__WEBPACK_IMPORTED_MODULE_3__["default"])(element), + y: y + }; +} - var elementInterval = parseInt(element.getAttribute('data-interval'), 10); +/***/ }), - if (elementInterval) { - this._config.defaultInterval = this._config.defaultInterval || this._config.interval; - this._config.interval = elementInterval; - } else { - this._config.interval = this._config.defaultInterval || this._config.interval; - } - }; +/***/ "./node_modules/@popperjs/core/lib/dom-utils/getWindow.js": +/*!****************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/dom-utils/getWindow.js ***! + \****************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - _proto._slide = function _slide(direction, element) { - var _this4 = this; +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (/* binding */ getWindow) +/* harmony export */ }); +function getWindow(node) { + if (node == null) { + return window; + } - var activeElement = this._element.querySelector(SELECTOR_ACTIVE_ITEM); + if (node.toString() !== '[object Window]') { + var ownerDocument = node.ownerDocument; + return ownerDocument ? ownerDocument.defaultView || window : window; + } - var activeElementIndex = this._getItemIndex(activeElement); + return node; +} - var nextElement = element || activeElement && this._getItemByDirection(direction, activeElement); +/***/ }), - var nextElementIndex = this._getItemIndex(nextElement); +/***/ "./node_modules/@popperjs/core/lib/dom-utils/getWindowScroll.js": +/*!**********************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/dom-utils/getWindowScroll.js ***! + \**********************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - var isCycling = Boolean(this._interval); - var directionalClassName; - var orderClassName; - var eventDirectionName; +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (/* binding */ getWindowScroll) +/* harmony export */ }); +/* harmony import */ var _getWindow_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./getWindow.js */ "./node_modules/@popperjs/core/lib/dom-utils/getWindow.js"); - if (direction === DIRECTION_NEXT) { - directionalClassName = CLASS_NAME_LEFT; - orderClassName = CLASS_NAME_NEXT; - eventDirectionName = DIRECTION_LEFT; - } else { - directionalClassName = CLASS_NAME_RIGHT; - orderClassName = CLASS_NAME_PREV; - eventDirectionName = DIRECTION_RIGHT; - } +function getWindowScroll(node) { + var win = (0,_getWindow_js__WEBPACK_IMPORTED_MODULE_0__["default"])(node); + var scrollLeft = win.pageXOffset; + var scrollTop = win.pageYOffset; + return { + scrollLeft: scrollLeft, + scrollTop: scrollTop + }; +} - if (nextElement && $__default["default"](nextElement).hasClass(CLASS_NAME_ACTIVE$2)) { - this._isSliding = false; - return; - } +/***/ }), - var slideEvent = this._triggerSlideEvent(nextElement, eventDirectionName); +/***/ "./node_modules/@popperjs/core/lib/dom-utils/getWindowScrollBarX.js": +/*!**************************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/dom-utils/getWindowScrollBarX.js ***! + \**************************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - if (slideEvent.isDefaultPrevented()) { - return; - } +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (/* binding */ getWindowScrollBarX) +/* harmony export */ }); +/* harmony import */ var _getBoundingClientRect_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./getBoundingClientRect.js */ "./node_modules/@popperjs/core/lib/dom-utils/getBoundingClientRect.js"); +/* harmony import */ var _getDocumentElement_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./getDocumentElement.js */ "./node_modules/@popperjs/core/lib/dom-utils/getDocumentElement.js"); +/* harmony import */ var _getWindowScroll_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./getWindowScroll.js */ "./node_modules/@popperjs/core/lib/dom-utils/getWindowScroll.js"); - if (!activeElement || !nextElement) { - // Some weirdness is happening, so we bail - return; - } - this._isSliding = true; - if (isCycling) { - this.pause(); - } +function getWindowScrollBarX(element) { + // If has a CSS width greater than the viewport, then this will be + // incorrect for RTL. + // Popper 1 is broken in this case and never had a bug report so let's assume + // it's not an issue. I don't think anyone ever specifies width on + // anyway. + // Browsers where the left scrollbar doesn't cause an issue report `0` for + // this (e.g. Edge 2019, IE11, Safari) + return (0,_getBoundingClientRect_js__WEBPACK_IMPORTED_MODULE_0__["default"])((0,_getDocumentElement_js__WEBPACK_IMPORTED_MODULE_1__["default"])(element)).left + (0,_getWindowScroll_js__WEBPACK_IMPORTED_MODULE_2__["default"])(element).scrollLeft; +} - this._setActiveIndicatorElement(nextElement); - - this._activeElement = nextElement; - var slidEvent = $__default["default"].Event(EVENT_SLID, { - relatedTarget: nextElement, - direction: eventDirectionName, - from: activeElementIndex, - to: nextElementIndex - }); - - if ($__default["default"](this._element).hasClass(CLASS_NAME_SLIDE)) { - $__default["default"](nextElement).addClass(orderClassName); - Util.reflow(nextElement); - $__default["default"](activeElement).addClass(directionalClassName); - $__default["default"](nextElement).addClass(directionalClassName); - var transitionDuration = Util.getTransitionDurationFromElement(activeElement); - $__default["default"](activeElement).one(Util.TRANSITION_END, function () { - $__default["default"](nextElement).removeClass(directionalClassName + " " + orderClassName).addClass(CLASS_NAME_ACTIVE$2); - $__default["default"](activeElement).removeClass(CLASS_NAME_ACTIVE$2 + " " + orderClassName + " " + directionalClassName); - _this4._isSliding = false; - setTimeout(function () { - return $__default["default"](_this4._element).trigger(slidEvent); - }, 0); - }).emulateTransitionEnd(transitionDuration); - } else { - $__default["default"](activeElement).removeClass(CLASS_NAME_ACTIVE$2); - $__default["default"](nextElement).addClass(CLASS_NAME_ACTIVE$2); - this._isSliding = false; - $__default["default"](this._element).trigger(slidEvent); - } +/***/ }), - if (isCycling) { - this.cycle(); - } - } // Static - ; +/***/ "./node_modules/@popperjs/core/lib/dom-utils/instanceOf.js": +/*!*****************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/dom-utils/instanceOf.js ***! + \*****************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - Carousel._jQueryInterface = function _jQueryInterface(config) { - return this.each(function () { - var data = $__default["default"](this).data(DATA_KEY$8); +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ isElement: () => (/* binding */ isElement), +/* harmony export */ isHTMLElement: () => (/* binding */ isHTMLElement), +/* harmony export */ isShadowRoot: () => (/* binding */ isShadowRoot) +/* harmony export */ }); +/* harmony import */ var _getWindow_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./getWindow.js */ "./node_modules/@popperjs/core/lib/dom-utils/getWindow.js"); - var _config = _extends({}, Default$7, $__default["default"](this).data()); - if (typeof config === 'object') { - _config = _extends({}, _config, config); - } +function isElement(node) { + var OwnElement = (0,_getWindow_js__WEBPACK_IMPORTED_MODULE_0__["default"])(node).Element; + return node instanceof OwnElement || node instanceof Element; +} - var action = typeof config === 'string' ? config : _config.slide; +function isHTMLElement(node) { + var OwnElement = (0,_getWindow_js__WEBPACK_IMPORTED_MODULE_0__["default"])(node).HTMLElement; + return node instanceof OwnElement || node instanceof HTMLElement; +} - if (!data) { - data = new Carousel(this, _config); - $__default["default"](this).data(DATA_KEY$8, data); - } +function isShadowRoot(node) { + // IE 11 has no ShadowRoot + if (typeof ShadowRoot === 'undefined') { + return false; + } - if (typeof config === 'number') { - data.to(config); - } else if (typeof action === 'string') { - if (typeof data[action] === 'undefined') { - throw new TypeError("No method named \"" + action + "\""); - } + var OwnElement = (0,_getWindow_js__WEBPACK_IMPORTED_MODULE_0__["default"])(node).ShadowRoot; + return node instanceof OwnElement || node instanceof ShadowRoot; +} - data[action](); - } else if (_config.interval && _config.ride) { - data.pause(); - data.cycle(); - } - }); - }; - Carousel._dataApiClickHandler = function _dataApiClickHandler(event) { - var selector = Util.getSelectorFromElement(this); - if (!selector) { - return; - } +/***/ }), - var target = $__default["default"](selector)[0]; +/***/ "./node_modules/@popperjs/core/lib/dom-utils/isLayoutViewport.js": +/*!***********************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/dom-utils/isLayoutViewport.js ***! + \***********************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - if (!target || !$__default["default"](target).hasClass(CLASS_NAME_CAROUSEL)) { - return; - } +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (/* binding */ isLayoutViewport) +/* harmony export */ }); +/* harmony import */ var _utils_userAgent_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils/userAgent.js */ "./node_modules/@popperjs/core/lib/utils/userAgent.js"); - var config = _extends({}, $__default["default"](target).data(), $__default["default"](this).data()); +function isLayoutViewport() { + return !/^((?!chrome|android).)*safari/i.test((0,_utils_userAgent_js__WEBPACK_IMPORTED_MODULE_0__["default"])()); +} - var slideIndex = this.getAttribute('data-slide-to'); +/***/ }), - if (slideIndex) { - config.interval = false; - } +/***/ "./node_modules/@popperjs/core/lib/dom-utils/isScrollParent.js": +/*!*********************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/dom-utils/isScrollParent.js ***! + \*********************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - Carousel._jQueryInterface.call($__default["default"](target), config); +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (/* binding */ isScrollParent) +/* harmony export */ }); +/* harmony import */ var _getComputedStyle_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./getComputedStyle.js */ "./node_modules/@popperjs/core/lib/dom-utils/getComputedStyle.js"); - if (slideIndex) { - $__default["default"](target).data(DATA_KEY$8).to(slideIndex); - } +function isScrollParent(element) { + // Firefox wants us to check `-x` and `-y` variations as well + var _getComputedStyle = (0,_getComputedStyle_js__WEBPACK_IMPORTED_MODULE_0__["default"])(element), + overflow = _getComputedStyle.overflow, + overflowX = _getComputedStyle.overflowX, + overflowY = _getComputedStyle.overflowY; - event.preventDefault(); - }; + return /auto|scroll|overlay|hidden/.test(overflow + overflowY + overflowX); +} - _createClass(Carousel, null, [{ - key: "VERSION", - get: function get() { - return VERSION$8; - } - }, { - key: "Default", - get: function get() { - return Default$7; - } - }]); +/***/ }), - return Carousel; - }(); - /** - * Data API implementation - */ +/***/ "./node_modules/@popperjs/core/lib/dom-utils/isTableElement.js": +/*!*********************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/dom-utils/isTableElement.js ***! + \*********************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (/* binding */ isTableElement) +/* harmony export */ }); +/* harmony import */ var _getNodeName_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./getNodeName.js */ "./node_modules/@popperjs/core/lib/dom-utils/getNodeName.js"); - $__default["default"](document).on(EVENT_CLICK_DATA_API$4, SELECTOR_DATA_SLIDE, Carousel._dataApiClickHandler); - $__default["default"](window).on(EVENT_LOAD_DATA_API$1, function () { - var carousels = [].slice.call(document.querySelectorAll(SELECTOR_DATA_RIDE)); +function isTableElement(element) { + return ['table', 'td', 'th'].indexOf((0,_getNodeName_js__WEBPACK_IMPORTED_MODULE_0__["default"])(element)) >= 0; +} - for (var i = 0, len = carousels.length; i < len; i++) { - var $carousel = $__default["default"](carousels[i]); +/***/ }), - Carousel._jQueryInterface.call($carousel, $carousel.data()); - } - }); - /** - * jQuery - */ +/***/ "./node_modules/@popperjs/core/lib/dom-utils/listScrollParents.js": +/*!************************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/dom-utils/listScrollParents.js ***! + \************************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - $__default["default"].fn[NAME$8] = Carousel._jQueryInterface; - $__default["default"].fn[NAME$8].Constructor = Carousel; +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (/* binding */ listScrollParents) +/* harmony export */ }); +/* harmony import */ var _getScrollParent_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./getScrollParent.js */ "./node_modules/@popperjs/core/lib/dom-utils/getScrollParent.js"); +/* harmony import */ var _getParentNode_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./getParentNode.js */ "./node_modules/@popperjs/core/lib/dom-utils/getParentNode.js"); +/* harmony import */ var _getWindow_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./getWindow.js */ "./node_modules/@popperjs/core/lib/dom-utils/getWindow.js"); +/* harmony import */ var _isScrollParent_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./isScrollParent.js */ "./node_modules/@popperjs/core/lib/dom-utils/isScrollParent.js"); - $__default["default"].fn[NAME$8].noConflict = function () { - $__default["default"].fn[NAME$8] = JQUERY_NO_CONFLICT$8; - return Carousel._jQueryInterface; - }; - /** - * Constants - */ - var NAME$7 = 'collapse'; - var VERSION$7 = '4.6.2'; - var DATA_KEY$7 = 'bs.collapse'; - var EVENT_KEY$7 = "." + DATA_KEY$7; - var DATA_API_KEY$4 = '.data-api'; - var JQUERY_NO_CONFLICT$7 = $__default["default"].fn[NAME$7]; - var CLASS_NAME_SHOW$6 = 'show'; - var CLASS_NAME_COLLAPSE = 'collapse'; - var CLASS_NAME_COLLAPSING = 'collapsing'; - var CLASS_NAME_COLLAPSED = 'collapsed'; - var DIMENSION_WIDTH = 'width'; - var DIMENSION_HEIGHT = 'height'; - var EVENT_SHOW$4 = "show" + EVENT_KEY$7; - var EVENT_SHOWN$4 = "shown" + EVENT_KEY$7; - var EVENT_HIDE$4 = "hide" + EVENT_KEY$7; - var EVENT_HIDDEN$4 = "hidden" + EVENT_KEY$7; - var EVENT_CLICK_DATA_API$3 = "click" + EVENT_KEY$7 + DATA_API_KEY$4; - var SELECTOR_ACTIVES = '.show, .collapsing'; - var SELECTOR_DATA_TOGGLE$3 = '[data-toggle="collapse"]'; - var Default$6 = { - toggle: true, - parent: '' - }; - var DefaultType$6 = { - toggle: 'boolean', - parent: '(string|element)' - }; - /** - * Class definition - */ - var Collapse = /*#__PURE__*/function () { - function Collapse(element, config) { - this._isTransitioning = false; - this._element = element; - this._config = this._getConfig(config); - this._triggerArray = [].slice.call(document.querySelectorAll("[data-toggle=\"collapse\"][href=\"#" + element.id + "\"]," + ("[data-toggle=\"collapse\"][data-target=\"#" + element.id + "\"]"))); - var toggleList = [].slice.call(document.querySelectorAll(SELECTOR_DATA_TOGGLE$3)); - - for (var i = 0, len = toggleList.length; i < len; i++) { - var elem = toggleList[i]; - var selector = Util.getSelectorFromElement(elem); - var filterElement = [].slice.call(document.querySelectorAll(selector)).filter(function (foundElem) { - return foundElem === element; - }); +/* +given a DOM element, return the list of all scroll parents, up the list of ancesors +until we get to the top window object. This list is what we attach scroll listeners +to, because if any of these parent elements scroll, we'll need to re-calculate the +reference element's position. +*/ - if (selector !== null && filterElement.length > 0) { - this._selector = selector; +function listScrollParents(element, list) { + var _element$ownerDocumen; - this._triggerArray.push(elem); - } - } + if (list === void 0) { + list = []; + } - this._parent = this._config.parent ? this._getParent() : null; + var scrollParent = (0,_getScrollParent_js__WEBPACK_IMPORTED_MODULE_0__["default"])(element); + var isBody = scrollParent === ((_element$ownerDocumen = element.ownerDocument) == null ? void 0 : _element$ownerDocumen.body); + var win = (0,_getWindow_js__WEBPACK_IMPORTED_MODULE_1__["default"])(scrollParent); + var target = isBody ? [win].concat(win.visualViewport || [], (0,_isScrollParent_js__WEBPACK_IMPORTED_MODULE_2__["default"])(scrollParent) ? scrollParent : []) : scrollParent; + var updatedList = list.concat(target); + return isBody ? updatedList : // $FlowFixMe[incompatible-call]: isBody tells us target will be an HTMLElement here + updatedList.concat(listScrollParents((0,_getParentNode_js__WEBPACK_IMPORTED_MODULE_3__["default"])(target))); +} - if (!this._config.parent) { - this._addAriaAndCollapsedClass(this._element, this._triggerArray); - } +/***/ }), - if (this._config.toggle) { - this.toggle(); - } - } // Getters +/***/ "./node_modules/@popperjs/core/lib/enums.js": +/*!**************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/enums.js ***! + \**************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ afterMain: () => (/* binding */ afterMain), +/* harmony export */ afterRead: () => (/* binding */ afterRead), +/* harmony export */ afterWrite: () => (/* binding */ afterWrite), +/* harmony export */ auto: () => (/* binding */ auto), +/* harmony export */ basePlacements: () => (/* binding */ basePlacements), +/* harmony export */ beforeMain: () => (/* binding */ beforeMain), +/* harmony export */ beforeRead: () => (/* binding */ beforeRead), +/* harmony export */ beforeWrite: () => (/* binding */ beforeWrite), +/* harmony export */ bottom: () => (/* binding */ bottom), +/* harmony export */ clippingParents: () => (/* binding */ clippingParents), +/* harmony export */ end: () => (/* binding */ end), +/* harmony export */ left: () => (/* binding */ left), +/* harmony export */ main: () => (/* binding */ main), +/* harmony export */ modifierPhases: () => (/* binding */ modifierPhases), +/* harmony export */ placements: () => (/* binding */ placements), +/* harmony export */ popper: () => (/* binding */ popper), +/* harmony export */ read: () => (/* binding */ read), +/* harmony export */ reference: () => (/* binding */ reference), +/* harmony export */ right: () => (/* binding */ right), +/* harmony export */ start: () => (/* binding */ start), +/* harmony export */ top: () => (/* binding */ top), +/* harmony export */ variationPlacements: () => (/* binding */ variationPlacements), +/* harmony export */ viewport: () => (/* binding */ viewport), +/* harmony export */ write: () => (/* binding */ write) +/* harmony export */ }); +var top = 'top'; +var bottom = 'bottom'; +var right = 'right'; +var left = 'left'; +var auto = 'auto'; +var basePlacements = [top, bottom, right, left]; +var start = 'start'; +var end = 'end'; +var clippingParents = 'clippingParents'; +var viewport = 'viewport'; +var popper = 'popper'; +var reference = 'reference'; +var variationPlacements = /*#__PURE__*/basePlacements.reduce(function (acc, placement) { + return acc.concat([placement + "-" + start, placement + "-" + end]); +}, []); +var placements = /*#__PURE__*/[].concat(basePlacements, [auto]).reduce(function (acc, placement) { + return acc.concat([placement, placement + "-" + start, placement + "-" + end]); +}, []); // modifiers that need to read the DOM + +var beforeRead = 'beforeRead'; +var read = 'read'; +var afterRead = 'afterRead'; // pure-logic modifiers + +var beforeMain = 'beforeMain'; +var main = 'main'; +var afterMain = 'afterMain'; // modifier with the purpose to write to the DOM (or write into a framework state) + +var beforeWrite = 'beforeWrite'; +var write = 'write'; +var afterWrite = 'afterWrite'; +var modifierPhases = [beforeRead, read, afterRead, beforeMain, main, afterMain, beforeWrite, write, afterWrite]; - var _proto = Collapse.prototype; +/***/ }), - // Public - _proto.toggle = function toggle() { - if ($__default["default"](this._element).hasClass(CLASS_NAME_SHOW$6)) { - this.hide(); - } else { - this.show(); - } - }; +/***/ "./node_modules/@popperjs/core/lib/index.js": +/*!**************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/index.js ***! + \**************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - _proto.show = function show() { - var _this = this; +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ afterMain: () => (/* reexport safe */ _enums_js__WEBPACK_IMPORTED_MODULE_0__.afterMain), +/* harmony export */ afterRead: () => (/* reexport safe */ _enums_js__WEBPACK_IMPORTED_MODULE_0__.afterRead), +/* harmony export */ afterWrite: () => (/* reexport safe */ _enums_js__WEBPACK_IMPORTED_MODULE_0__.afterWrite), +/* harmony export */ applyStyles: () => (/* reexport safe */ _modifiers_index_js__WEBPACK_IMPORTED_MODULE_1__.applyStyles), +/* harmony export */ arrow: () => (/* reexport safe */ _modifiers_index_js__WEBPACK_IMPORTED_MODULE_1__.arrow), +/* harmony export */ auto: () => (/* reexport safe */ _enums_js__WEBPACK_IMPORTED_MODULE_0__.auto), +/* harmony export */ basePlacements: () => (/* reexport safe */ _enums_js__WEBPACK_IMPORTED_MODULE_0__.basePlacements), +/* harmony export */ beforeMain: () => (/* reexport safe */ _enums_js__WEBPACK_IMPORTED_MODULE_0__.beforeMain), +/* harmony export */ beforeRead: () => (/* reexport safe */ _enums_js__WEBPACK_IMPORTED_MODULE_0__.beforeRead), +/* harmony export */ beforeWrite: () => (/* reexport safe */ _enums_js__WEBPACK_IMPORTED_MODULE_0__.beforeWrite), +/* harmony export */ bottom: () => (/* reexport safe */ _enums_js__WEBPACK_IMPORTED_MODULE_0__.bottom), +/* harmony export */ clippingParents: () => (/* reexport safe */ _enums_js__WEBPACK_IMPORTED_MODULE_0__.clippingParents), +/* harmony export */ computeStyles: () => (/* reexport safe */ _modifiers_index_js__WEBPACK_IMPORTED_MODULE_1__.computeStyles), +/* harmony export */ createPopper: () => (/* reexport safe */ _popper_js__WEBPACK_IMPORTED_MODULE_4__.createPopper), +/* harmony export */ createPopperBase: () => (/* reexport safe */ _createPopper_js__WEBPACK_IMPORTED_MODULE_2__.createPopper), +/* harmony export */ createPopperLite: () => (/* reexport safe */ _popper_lite_js__WEBPACK_IMPORTED_MODULE_5__.createPopper), +/* harmony export */ detectOverflow: () => (/* reexport safe */ _createPopper_js__WEBPACK_IMPORTED_MODULE_3__["default"]), +/* harmony export */ end: () => (/* reexport safe */ _enums_js__WEBPACK_IMPORTED_MODULE_0__.end), +/* harmony export */ eventListeners: () => (/* reexport safe */ _modifiers_index_js__WEBPACK_IMPORTED_MODULE_1__.eventListeners), +/* harmony export */ flip: () => (/* reexport safe */ _modifiers_index_js__WEBPACK_IMPORTED_MODULE_1__.flip), +/* harmony export */ hide: () => (/* reexport safe */ _modifiers_index_js__WEBPACK_IMPORTED_MODULE_1__.hide), +/* harmony export */ left: () => (/* reexport safe */ _enums_js__WEBPACK_IMPORTED_MODULE_0__.left), +/* harmony export */ main: () => (/* reexport safe */ _enums_js__WEBPACK_IMPORTED_MODULE_0__.main), +/* harmony export */ modifierPhases: () => (/* reexport safe */ _enums_js__WEBPACK_IMPORTED_MODULE_0__.modifierPhases), +/* harmony export */ offset: () => (/* reexport safe */ _modifiers_index_js__WEBPACK_IMPORTED_MODULE_1__.offset), +/* harmony export */ placements: () => (/* reexport safe */ _enums_js__WEBPACK_IMPORTED_MODULE_0__.placements), +/* harmony export */ popper: () => (/* reexport safe */ _enums_js__WEBPACK_IMPORTED_MODULE_0__.popper), +/* harmony export */ popperGenerator: () => (/* reexport safe */ _createPopper_js__WEBPACK_IMPORTED_MODULE_2__.popperGenerator), +/* harmony export */ popperOffsets: () => (/* reexport safe */ _modifiers_index_js__WEBPACK_IMPORTED_MODULE_1__.popperOffsets), +/* harmony export */ preventOverflow: () => (/* reexport safe */ _modifiers_index_js__WEBPACK_IMPORTED_MODULE_1__.preventOverflow), +/* harmony export */ read: () => (/* reexport safe */ _enums_js__WEBPACK_IMPORTED_MODULE_0__.read), +/* harmony export */ reference: () => (/* reexport safe */ _enums_js__WEBPACK_IMPORTED_MODULE_0__.reference), +/* harmony export */ right: () => (/* reexport safe */ _enums_js__WEBPACK_IMPORTED_MODULE_0__.right), +/* harmony export */ start: () => (/* reexport safe */ _enums_js__WEBPACK_IMPORTED_MODULE_0__.start), +/* harmony export */ top: () => (/* reexport safe */ _enums_js__WEBPACK_IMPORTED_MODULE_0__.top), +/* harmony export */ variationPlacements: () => (/* reexport safe */ _enums_js__WEBPACK_IMPORTED_MODULE_0__.variationPlacements), +/* harmony export */ viewport: () => (/* reexport safe */ _enums_js__WEBPACK_IMPORTED_MODULE_0__.viewport), +/* harmony export */ write: () => (/* reexport safe */ _enums_js__WEBPACK_IMPORTED_MODULE_0__.write) +/* harmony export */ }); +/* harmony import */ var _enums_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./enums.js */ "./node_modules/@popperjs/core/lib/enums.js"); +/* harmony import */ var _modifiers_index_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./modifiers/index.js */ "./node_modules/@popperjs/core/lib/modifiers/index.js"); +/* harmony import */ var _createPopper_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./createPopper.js */ "./node_modules/@popperjs/core/lib/createPopper.js"); +/* harmony import */ var _createPopper_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./createPopper.js */ "./node_modules/@popperjs/core/lib/utils/detectOverflow.js"); +/* harmony import */ var _popper_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./popper.js */ "./node_modules/@popperjs/core/lib/popper.js"); +/* harmony import */ var _popper_lite_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./popper-lite.js */ "./node_modules/@popperjs/core/lib/popper-lite.js"); - if (this._isTransitioning || $__default["default"](this._element).hasClass(CLASS_NAME_SHOW$6)) { - return; - } + // eslint-disable-next-line import/no-unused-modules - var actives; - var activesData; + // eslint-disable-next-line import/no-unused-modules - if (this._parent) { - actives = [].slice.call(this._parent.querySelectorAll(SELECTOR_ACTIVES)).filter(function (elem) { - if (typeof _this._config.parent === 'string') { - return elem.getAttribute('data-parent') === _this._config.parent; - } + // eslint-disable-next-line import/no-unused-modules - return elem.classList.contains(CLASS_NAME_COLLAPSE); - }); - if (actives.length === 0) { - actives = null; - } - } - if (actives) { - activesData = $__default["default"](actives).not(this._selector).data(DATA_KEY$7); +/***/ }), - if (activesData && activesData._isTransitioning) { - return; - } - } +/***/ "./node_modules/@popperjs/core/lib/modifiers/applyStyles.js": +/*!******************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/modifiers/applyStyles.js ***! + \******************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - var startEvent = $__default["default"].Event(EVENT_SHOW$4); - $__default["default"](this._element).trigger(startEvent); +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__) +/* harmony export */ }); +/* harmony import */ var _dom_utils_getNodeName_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../dom-utils/getNodeName.js */ "./node_modules/@popperjs/core/lib/dom-utils/getNodeName.js"); +/* harmony import */ var _dom_utils_instanceOf_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../dom-utils/instanceOf.js */ "./node_modules/@popperjs/core/lib/dom-utils/instanceOf.js"); - if (startEvent.isDefaultPrevented()) { - return; - } + // This modifier takes the styles prepared by the `computeStyles` modifier +// and applies them to the HTMLElements such as popper and arrow - if (actives) { - Collapse._jQueryInterface.call($__default["default"](actives).not(this._selector), 'hide'); +function applyStyles(_ref) { + var state = _ref.state; + Object.keys(state.elements).forEach(function (name) { + var style = state.styles[name] || {}; + var attributes = state.attributes[name] || {}; + var element = state.elements[name]; // arrow is optional + virtual elements - if (!activesData) { - $__default["default"](actives).data(DATA_KEY$7, null); - } - } + if (!(0,_dom_utils_instanceOf_js__WEBPACK_IMPORTED_MODULE_0__.isHTMLElement)(element) || !(0,_dom_utils_getNodeName_js__WEBPACK_IMPORTED_MODULE_1__["default"])(element)) { + return; + } // Flow doesn't support to extend this property, but it's the most + // effective way to apply styles to an HTMLElement + // $FlowFixMe[cannot-write] - var dimension = this._getDimension(); - $__default["default"](this._element).removeClass(CLASS_NAME_COLLAPSE).addClass(CLASS_NAME_COLLAPSING); - this._element.style[dimension] = 0; + Object.assign(element.style, style); + Object.keys(attributes).forEach(function (name) { + var value = attributes[name]; - if (this._triggerArray.length) { - $__default["default"](this._triggerArray).removeClass(CLASS_NAME_COLLAPSED).attr('aria-expanded', true); + if (value === false) { + element.removeAttribute(name); + } else { + element.setAttribute(name, value === true ? '' : value); } + }); + }); +} - this.setTransitioning(true); - - var complete = function complete() { - $__default["default"](_this._element).removeClass(CLASS_NAME_COLLAPSING).addClass(CLASS_NAME_COLLAPSE + " " + CLASS_NAME_SHOW$6); - _this._element.style[dimension] = ''; - - _this.setTransitioning(false); +function effect(_ref2) { + var state = _ref2.state; + var initialStyles = { + popper: { + position: state.options.strategy, + left: '0', + top: '0', + margin: '0' + }, + arrow: { + position: 'absolute' + }, + reference: {} + }; + Object.assign(state.elements.popper.style, initialStyles.popper); + state.styles = initialStyles; - $__default["default"](_this._element).trigger(EVENT_SHOWN$4); - }; + if (state.elements.arrow) { + Object.assign(state.elements.arrow.style, initialStyles.arrow); + } - var capitalizedDimension = dimension[0].toUpperCase() + dimension.slice(1); - var scrollSize = "scroll" + capitalizedDimension; - var transitionDuration = Util.getTransitionDurationFromElement(this._element); - $__default["default"](this._element).one(Util.TRANSITION_END, complete).emulateTransitionEnd(transitionDuration); - this._element.style[dimension] = this._element[scrollSize] + "px"; - }; + return function () { + Object.keys(state.elements).forEach(function (name) { + var element = state.elements[name]; + var attributes = state.attributes[name] || {}; + var styleProperties = Object.keys(state.styles.hasOwnProperty(name) ? state.styles[name] : initialStyles[name]); // Set all values to an empty string to unset them - _proto.hide = function hide() { - var _this2 = this; + var style = styleProperties.reduce(function (style, property) { + style[property] = ''; + return style; + }, {}); // arrow is optional + virtual elements - if (this._isTransitioning || !$__default["default"](this._element).hasClass(CLASS_NAME_SHOW$6)) { + if (!(0,_dom_utils_instanceOf_js__WEBPACK_IMPORTED_MODULE_0__.isHTMLElement)(element) || !(0,_dom_utils_getNodeName_js__WEBPACK_IMPORTED_MODULE_1__["default"])(element)) { return; } - var startEvent = $__default["default"].Event(EVENT_HIDE$4); - $__default["default"](this._element).trigger(startEvent); - - if (startEvent.isDefaultPrevented()) { - return; - } + Object.assign(element.style, style); + Object.keys(attributes).forEach(function (attribute) { + element.removeAttribute(attribute); + }); + }); + }; +} // eslint-disable-next-line import/no-unused-modules - var dimension = this._getDimension(); - this._element.style[dimension] = this._element.getBoundingClientRect()[dimension] + "px"; - Util.reflow(this._element); - $__default["default"](this._element).addClass(CLASS_NAME_COLLAPSING).removeClass(CLASS_NAME_COLLAPSE + " " + CLASS_NAME_SHOW$6); - var triggerArrayLength = this._triggerArray.length; +/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({ + name: 'applyStyles', + enabled: true, + phase: 'write', + fn: applyStyles, + effect: effect, + requires: ['computeStyles'] +}); - if (triggerArrayLength > 0) { - for (var i = 0; i < triggerArrayLength; i++) { - var trigger = this._triggerArray[i]; - var selector = Util.getSelectorFromElement(trigger); +/***/ }), - if (selector !== null) { - var $elem = $__default["default"]([].slice.call(document.querySelectorAll(selector))); +/***/ "./node_modules/@popperjs/core/lib/modifiers/arrow.js": +/*!************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/modifiers/arrow.js ***! + \************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - if (!$elem.hasClass(CLASS_NAME_SHOW$6)) { - $__default["default"](trigger).addClass(CLASS_NAME_COLLAPSED).attr('aria-expanded', false); - } - } - } - } +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__) +/* harmony export */ }); +/* harmony import */ var _utils_getBasePlacement_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../utils/getBasePlacement.js */ "./node_modules/@popperjs/core/lib/utils/getBasePlacement.js"); +/* harmony import */ var _dom_utils_getLayoutRect_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../dom-utils/getLayoutRect.js */ "./node_modules/@popperjs/core/lib/dom-utils/getLayoutRect.js"); +/* harmony import */ var _dom_utils_contains_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../dom-utils/contains.js */ "./node_modules/@popperjs/core/lib/dom-utils/contains.js"); +/* harmony import */ var _dom_utils_getOffsetParent_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../dom-utils/getOffsetParent.js */ "./node_modules/@popperjs/core/lib/dom-utils/getOffsetParent.js"); +/* harmony import */ var _utils_getMainAxisFromPlacement_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../utils/getMainAxisFromPlacement.js */ "./node_modules/@popperjs/core/lib/utils/getMainAxisFromPlacement.js"); +/* harmony import */ var _utils_within_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../utils/within.js */ "./node_modules/@popperjs/core/lib/utils/within.js"); +/* harmony import */ var _utils_mergePaddingObject_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils/mergePaddingObject.js */ "./node_modules/@popperjs/core/lib/utils/mergePaddingObject.js"); +/* harmony import */ var _utils_expandToHashMap_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../utils/expandToHashMap.js */ "./node_modules/@popperjs/core/lib/utils/expandToHashMap.js"); +/* harmony import */ var _enums_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../enums.js */ "./node_modules/@popperjs/core/lib/enums.js"); - this.setTransitioning(true); - var complete = function complete() { - _this2.setTransitioning(false); - $__default["default"](_this2._element).removeClass(CLASS_NAME_COLLAPSING).addClass(CLASS_NAME_COLLAPSE).trigger(EVENT_HIDDEN$4); - }; - this._element.style[dimension] = ''; - var transitionDuration = Util.getTransitionDurationFromElement(this._element); - $__default["default"](this._element).one(Util.TRANSITION_END, complete).emulateTransitionEnd(transitionDuration); - }; - _proto.setTransitioning = function setTransitioning(isTransitioning) { - this._isTransitioning = isTransitioning; - }; - _proto.dispose = function dispose() { - $__default["default"].removeData(this._element, DATA_KEY$7); - this._config = null; - this._parent = null; - this._element = null; - this._triggerArray = null; - this._isTransitioning = null; - } // Private - ; - - _proto._getConfig = function _getConfig(config) { - config = _extends({}, Default$6, config); - config.toggle = Boolean(config.toggle); // Coerce string values - - Util.typeCheckConfig(NAME$7, config, DefaultType$6); - return config; - }; - _proto._getDimension = function _getDimension() { - var hasWidth = $__default["default"](this._element).hasClass(DIMENSION_WIDTH); - return hasWidth ? DIMENSION_WIDTH : DIMENSION_HEIGHT; - }; - _proto._getParent = function _getParent() { - var _this3 = this; + // eslint-disable-next-line import/no-unused-modules - var parent; +var toPaddingObject = function toPaddingObject(padding, state) { + padding = typeof padding === 'function' ? padding(Object.assign({}, state.rects, { + placement: state.placement + })) : padding; + return (0,_utils_mergePaddingObject_js__WEBPACK_IMPORTED_MODULE_0__["default"])(typeof padding !== 'number' ? padding : (0,_utils_expandToHashMap_js__WEBPACK_IMPORTED_MODULE_1__["default"])(padding, _enums_js__WEBPACK_IMPORTED_MODULE_2__.basePlacements)); +}; - if (Util.isElement(this._config.parent)) { - parent = this._config.parent; // It's a jQuery object +function arrow(_ref) { + var _state$modifiersData$; + + var state = _ref.state, + name = _ref.name, + options = _ref.options; + var arrowElement = state.elements.arrow; + var popperOffsets = state.modifiersData.popperOffsets; + var basePlacement = (0,_utils_getBasePlacement_js__WEBPACK_IMPORTED_MODULE_3__["default"])(state.placement); + var axis = (0,_utils_getMainAxisFromPlacement_js__WEBPACK_IMPORTED_MODULE_4__["default"])(basePlacement); + var isVertical = [_enums_js__WEBPACK_IMPORTED_MODULE_2__.left, _enums_js__WEBPACK_IMPORTED_MODULE_2__.right].indexOf(basePlacement) >= 0; + var len = isVertical ? 'height' : 'width'; - if (typeof this._config.parent.jquery !== 'undefined') { - parent = this._config.parent[0]; - } - } else { - parent = document.querySelector(this._config.parent); - } + if (!arrowElement || !popperOffsets) { + return; + } - var selector = "[data-toggle=\"collapse\"][data-parent=\"" + this._config.parent + "\"]"; - var children = [].slice.call(parent.querySelectorAll(selector)); - $__default["default"](children).each(function (i, element) { - _this3._addAriaAndCollapsedClass(Collapse._getTargetFromElement(element), [element]); - }); - return parent; - }; + var paddingObject = toPaddingObject(options.padding, state); + var arrowRect = (0,_dom_utils_getLayoutRect_js__WEBPACK_IMPORTED_MODULE_5__["default"])(arrowElement); + var minProp = axis === 'y' ? _enums_js__WEBPACK_IMPORTED_MODULE_2__.top : _enums_js__WEBPACK_IMPORTED_MODULE_2__.left; + var maxProp = axis === 'y' ? _enums_js__WEBPACK_IMPORTED_MODULE_2__.bottom : _enums_js__WEBPACK_IMPORTED_MODULE_2__.right; + var endDiff = state.rects.reference[len] + state.rects.reference[axis] - popperOffsets[axis] - state.rects.popper[len]; + var startDiff = popperOffsets[axis] - state.rects.reference[axis]; + var arrowOffsetParent = (0,_dom_utils_getOffsetParent_js__WEBPACK_IMPORTED_MODULE_6__["default"])(arrowElement); + var clientSize = arrowOffsetParent ? axis === 'y' ? arrowOffsetParent.clientHeight || 0 : arrowOffsetParent.clientWidth || 0 : 0; + var centerToReference = endDiff / 2 - startDiff / 2; // Make sure the arrow doesn't overflow the popper if the center point is + // outside of the popper bounds + + var min = paddingObject[minProp]; + var max = clientSize - arrowRect[len] - paddingObject[maxProp]; + var center = clientSize / 2 - arrowRect[len] / 2 + centerToReference; + var offset = (0,_utils_within_js__WEBPACK_IMPORTED_MODULE_7__.within)(min, center, max); // Prevents breaking syntax highlighting... + + var axisProp = axis; + state.modifiersData[name] = (_state$modifiersData$ = {}, _state$modifiersData$[axisProp] = offset, _state$modifiersData$.centerOffset = offset - center, _state$modifiersData$); +} + +function effect(_ref2) { + var state = _ref2.state, + options = _ref2.options; + var _options$element = options.element, + arrowElement = _options$element === void 0 ? '[data-popper-arrow]' : _options$element; + + if (arrowElement == null) { + return; + } // CSS selector - _proto._addAriaAndCollapsedClass = function _addAriaAndCollapsedClass(element, triggerArray) { - var isOpen = $__default["default"](element).hasClass(CLASS_NAME_SHOW$6); - if (triggerArray.length) { - $__default["default"](triggerArray).toggleClass(CLASS_NAME_COLLAPSED, !isOpen).attr('aria-expanded', isOpen); - } - } // Static - ; + if (typeof arrowElement === 'string') { + arrowElement = state.elements.popper.querySelector(arrowElement); - Collapse._getTargetFromElement = function _getTargetFromElement(element) { - var selector = Util.getSelectorFromElement(element); - return selector ? document.querySelector(selector) : null; - }; + if (!arrowElement) { + return; + } + } - Collapse._jQueryInterface = function _jQueryInterface(config) { - return this.each(function () { - var $element = $__default["default"](this); - var data = $element.data(DATA_KEY$7); + if (!(0,_dom_utils_contains_js__WEBPACK_IMPORTED_MODULE_8__["default"])(state.elements.popper, arrowElement)) { + return; + } - var _config = _extends({}, Default$6, $element.data(), typeof config === 'object' && config ? config : {}); + state.elements.arrow = arrowElement; +} // eslint-disable-next-line import/no-unused-modules - if (!data && _config.toggle && typeof config === 'string' && /show|hide/.test(config)) { - _config.toggle = false; - } - if (!data) { - data = new Collapse(this, _config); - $element.data(DATA_KEY$7, data); - } +/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({ + name: 'arrow', + enabled: true, + phase: 'main', + fn: arrow, + effect: effect, + requires: ['popperOffsets'], + requiresIfExists: ['preventOverflow'] +}); - if (typeof config === 'string') { - if (typeof data[config] === 'undefined') { - throw new TypeError("No method named \"" + config + "\""); - } +/***/ }), - data[config](); - } - }); - }; +/***/ "./node_modules/@popperjs/core/lib/modifiers/computeStyles.js": +/*!********************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/modifiers/computeStyles.js ***! + \********************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - _createClass(Collapse, null, [{ - key: "VERSION", - get: function get() { - return VERSION$7; - } - }, { - key: "Default", - get: function get() { - return Default$6; - } - }]); +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__), +/* harmony export */ mapToStyles: () => (/* binding */ mapToStyles) +/* harmony export */ }); +/* harmony import */ var _enums_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../enums.js */ "./node_modules/@popperjs/core/lib/enums.js"); +/* harmony import */ var _dom_utils_getOffsetParent_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../dom-utils/getOffsetParent.js */ "./node_modules/@popperjs/core/lib/dom-utils/getOffsetParent.js"); +/* harmony import */ var _dom_utils_getWindow_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../dom-utils/getWindow.js */ "./node_modules/@popperjs/core/lib/dom-utils/getWindow.js"); +/* harmony import */ var _dom_utils_getDocumentElement_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../dom-utils/getDocumentElement.js */ "./node_modules/@popperjs/core/lib/dom-utils/getDocumentElement.js"); +/* harmony import */ var _dom_utils_getComputedStyle_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../dom-utils/getComputedStyle.js */ "./node_modules/@popperjs/core/lib/dom-utils/getComputedStyle.js"); +/* harmony import */ var _utils_getBasePlacement_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../utils/getBasePlacement.js */ "./node_modules/@popperjs/core/lib/utils/getBasePlacement.js"); +/* harmony import */ var _utils_getVariation_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../utils/getVariation.js */ "./node_modules/@popperjs/core/lib/utils/getVariation.js"); +/* harmony import */ var _utils_math_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils/math.js */ "./node_modules/@popperjs/core/lib/utils/math.js"); - return Collapse; - }(); - /** - * Data API implementation - */ - $__default["default"](document).on(EVENT_CLICK_DATA_API$3, SELECTOR_DATA_TOGGLE$3, function (event) { - // preventDefault only for elements (which change the URL) not inside the collapsible element - if (event.currentTarget.tagName === 'A') { - event.preventDefault(); - } - var $trigger = $__default["default"](this); - var selector = Util.getSelectorFromElement(this); - var selectors = [].slice.call(document.querySelectorAll(selector)); - $__default["default"](selectors).each(function () { - var $target = $__default["default"](this); - var data = $target.data(DATA_KEY$7); - var config = data ? 'toggle' : $trigger.data(); - Collapse._jQueryInterface.call($target, config); - }); - }); - /** - * jQuery - */ - $__default["default"].fn[NAME$7] = Collapse._jQueryInterface; - $__default["default"].fn[NAME$7].Constructor = Collapse; - $__default["default"].fn[NAME$7].noConflict = function () { - $__default["default"].fn[NAME$7] = JQUERY_NO_CONFLICT$7; - return Collapse._jQueryInterface; - }; + // eslint-disable-next-line import/no-unused-modules - /** - * Constants - */ +var unsetSides = { + top: 'auto', + right: 'auto', + bottom: 'auto', + left: 'auto' +}; // Round the offsets to the nearest suitable subpixel based on the DPR. +// Zooming can change the DPR, but it seems to report a value that will +// cleanly divide the values into the appropriate subpixels. - var NAME$6 = 'dropdown'; - var VERSION$6 = '4.6.2'; - var DATA_KEY$6 = 'bs.dropdown'; - var EVENT_KEY$6 = "." + DATA_KEY$6; - var DATA_API_KEY$3 = '.data-api'; - var JQUERY_NO_CONFLICT$6 = $__default["default"].fn[NAME$6]; - var ESCAPE_KEYCODE$1 = 27; // KeyboardEvent.which value for Escape (Esc) key - - var SPACE_KEYCODE = 32; // KeyboardEvent.which value for space key - - var TAB_KEYCODE = 9; // KeyboardEvent.which value for tab key - - var ARROW_UP_KEYCODE = 38; // KeyboardEvent.which value for up arrow key - - var ARROW_DOWN_KEYCODE = 40; // KeyboardEvent.which value for down arrow key - - var RIGHT_MOUSE_BUTTON_WHICH = 3; // MouseEvent.which value for the right button (assuming a right-handed mouse) - - var REGEXP_KEYDOWN = new RegExp(ARROW_UP_KEYCODE + "|" + ARROW_DOWN_KEYCODE + "|" + ESCAPE_KEYCODE$1); - var CLASS_NAME_DISABLED$1 = 'disabled'; - var CLASS_NAME_SHOW$5 = 'show'; - var CLASS_NAME_DROPUP = 'dropup'; - var CLASS_NAME_DROPRIGHT = 'dropright'; - var CLASS_NAME_DROPLEFT = 'dropleft'; - var CLASS_NAME_MENURIGHT = 'dropdown-menu-right'; - var CLASS_NAME_POSITION_STATIC = 'position-static'; - var EVENT_HIDE$3 = "hide" + EVENT_KEY$6; - var EVENT_HIDDEN$3 = "hidden" + EVENT_KEY$6; - var EVENT_SHOW$3 = "show" + EVENT_KEY$6; - var EVENT_SHOWN$3 = "shown" + EVENT_KEY$6; - var EVENT_CLICK = "click" + EVENT_KEY$6; - var EVENT_CLICK_DATA_API$2 = "click" + EVENT_KEY$6 + DATA_API_KEY$3; - var EVENT_KEYDOWN_DATA_API = "keydown" + EVENT_KEY$6 + DATA_API_KEY$3; - var EVENT_KEYUP_DATA_API = "keyup" + EVENT_KEY$6 + DATA_API_KEY$3; - var SELECTOR_DATA_TOGGLE$2 = '[data-toggle="dropdown"]'; - var SELECTOR_FORM_CHILD = '.dropdown form'; - var SELECTOR_MENU = '.dropdown-menu'; - var SELECTOR_NAVBAR_NAV = '.navbar-nav'; - var SELECTOR_VISIBLE_ITEMS = '.dropdown-menu .dropdown-item:not(.disabled):not(:disabled)'; - var PLACEMENT_TOP = 'top-start'; - var PLACEMENT_TOPEND = 'top-end'; - var PLACEMENT_BOTTOM = 'bottom-start'; - var PLACEMENT_BOTTOMEND = 'bottom-end'; - var PLACEMENT_RIGHT = 'right-start'; - var PLACEMENT_LEFT = 'left-start'; - var Default$5 = { - offset: 0, - flip: true, - boundary: 'scrollParent', - reference: 'toggle', - display: 'dynamic', - popperConfig: null - }; - var DefaultType$5 = { - offset: '(number|string|function)', - flip: 'boolean', - boundary: '(string|element)', - reference: '(string|element)', - display: 'string', - popperConfig: '(null|object)' +function roundOffsetsByDPR(_ref, win) { + var x = _ref.x, + y = _ref.y; + var dpr = win.devicePixelRatio || 1; + return { + x: (0,_utils_math_js__WEBPACK_IMPORTED_MODULE_0__.round)(x * dpr) / dpr || 0, + y: (0,_utils_math_js__WEBPACK_IMPORTED_MODULE_0__.round)(y * dpr) / dpr || 0 }; - /** - * Class definition - */ +} - var Dropdown = /*#__PURE__*/function () { - function Dropdown(element, config) { - this._element = element; - this._popper = null; - this._config = this._getConfig(config); - this._menu = this._getMenuElement(); - this._inNavbar = this._detectNavbar(); +function mapToStyles(_ref2) { + var _Object$assign2; + + var popper = _ref2.popper, + popperRect = _ref2.popperRect, + placement = _ref2.placement, + variation = _ref2.variation, + offsets = _ref2.offsets, + position = _ref2.position, + gpuAcceleration = _ref2.gpuAcceleration, + adaptive = _ref2.adaptive, + roundOffsets = _ref2.roundOffsets, + isFixed = _ref2.isFixed; + var _offsets$x = offsets.x, + x = _offsets$x === void 0 ? 0 : _offsets$x, + _offsets$y = offsets.y, + y = _offsets$y === void 0 ? 0 : _offsets$y; + + var _ref3 = typeof roundOffsets === 'function' ? roundOffsets({ + x: x, + y: y + }) : { + x: x, + y: y + }; - this._addEventListeners(); - } // Getters + x = _ref3.x; + y = _ref3.y; + var hasX = offsets.hasOwnProperty('x'); + var hasY = offsets.hasOwnProperty('y'); + var sideX = _enums_js__WEBPACK_IMPORTED_MODULE_1__.left; + var sideY = _enums_js__WEBPACK_IMPORTED_MODULE_1__.top; + var win = window; + if (adaptive) { + var offsetParent = (0,_dom_utils_getOffsetParent_js__WEBPACK_IMPORTED_MODULE_2__["default"])(popper); + var heightProp = 'clientHeight'; + var widthProp = 'clientWidth'; - var _proto = Dropdown.prototype; + if (offsetParent === (0,_dom_utils_getWindow_js__WEBPACK_IMPORTED_MODULE_3__["default"])(popper)) { + offsetParent = (0,_dom_utils_getDocumentElement_js__WEBPACK_IMPORTED_MODULE_4__["default"])(popper); - // Public - _proto.toggle = function toggle() { - if (this._element.disabled || $__default["default"](this._element).hasClass(CLASS_NAME_DISABLED$1)) { - return; + if ((0,_dom_utils_getComputedStyle_js__WEBPACK_IMPORTED_MODULE_5__["default"])(offsetParent).position !== 'static' && position === 'absolute') { + heightProp = 'scrollHeight'; + widthProp = 'scrollWidth'; } + } // $FlowFixMe[incompatible-cast]: force type refinement, we compare offsetParent with window above, but Flow doesn't detect it - var isActive = $__default["default"](this._menu).hasClass(CLASS_NAME_SHOW$5); - Dropdown._clearMenus(); + offsetParent = offsetParent; - if (isActive) { - return; - } + if (placement === _enums_js__WEBPACK_IMPORTED_MODULE_1__.top || (placement === _enums_js__WEBPACK_IMPORTED_MODULE_1__.left || placement === _enums_js__WEBPACK_IMPORTED_MODULE_1__.right) && variation === _enums_js__WEBPACK_IMPORTED_MODULE_1__.end) { + sideY = _enums_js__WEBPACK_IMPORTED_MODULE_1__.bottom; + var offsetY = isFixed && offsetParent === win && win.visualViewport ? win.visualViewport.height : // $FlowFixMe[prop-missing] + offsetParent[heightProp]; + y -= offsetY - popperRect.height; + y *= gpuAcceleration ? 1 : -1; + } - this.show(true); - }; + if (placement === _enums_js__WEBPACK_IMPORTED_MODULE_1__.left || (placement === _enums_js__WEBPACK_IMPORTED_MODULE_1__.top || placement === _enums_js__WEBPACK_IMPORTED_MODULE_1__.bottom) && variation === _enums_js__WEBPACK_IMPORTED_MODULE_1__.end) { + sideX = _enums_js__WEBPACK_IMPORTED_MODULE_1__.right; + var offsetX = isFixed && offsetParent === win && win.visualViewport ? win.visualViewport.width : // $FlowFixMe[prop-missing] + offsetParent[widthProp]; + x -= offsetX - popperRect.width; + x *= gpuAcceleration ? 1 : -1; + } + } - _proto.show = function show(usePopper) { - if (usePopper === void 0) { - usePopper = false; - } + var commonStyles = Object.assign({ + position: position + }, adaptive && unsetSides); - if (this._element.disabled || $__default["default"](this._element).hasClass(CLASS_NAME_DISABLED$1) || $__default["default"](this._menu).hasClass(CLASS_NAME_SHOW$5)) { - return; - } + var _ref4 = roundOffsets === true ? roundOffsetsByDPR({ + x: x, + y: y + }, (0,_dom_utils_getWindow_js__WEBPACK_IMPORTED_MODULE_3__["default"])(popper)) : { + x: x, + y: y + }; - var relatedTarget = { - relatedTarget: this._element - }; - var showEvent = $__default["default"].Event(EVENT_SHOW$3, relatedTarget); + x = _ref4.x; + y = _ref4.y; - var parent = Dropdown._getParentFromElement(this._element); + if (gpuAcceleration) { + var _Object$assign; - $__default["default"](parent).trigger(showEvent); + return Object.assign({}, commonStyles, (_Object$assign = {}, _Object$assign[sideY] = hasY ? '0' : '', _Object$assign[sideX] = hasX ? '0' : '', _Object$assign.transform = (win.devicePixelRatio || 1) <= 1 ? "translate(" + x + "px, " + y + "px)" : "translate3d(" + x + "px, " + y + "px, 0)", _Object$assign)); + } - if (showEvent.isDefaultPrevented()) { - return; - } // Totally disable Popper for Dropdowns in Navbar + return Object.assign({}, commonStyles, (_Object$assign2 = {}, _Object$assign2[sideY] = hasY ? y + "px" : '', _Object$assign2[sideX] = hasX ? x + "px" : '', _Object$assign2.transform = '', _Object$assign2)); +} + +function computeStyles(_ref5) { + var state = _ref5.state, + options = _ref5.options; + var _options$gpuAccelerat = options.gpuAcceleration, + gpuAcceleration = _options$gpuAccelerat === void 0 ? true : _options$gpuAccelerat, + _options$adaptive = options.adaptive, + adaptive = _options$adaptive === void 0 ? true : _options$adaptive, + _options$roundOffsets = options.roundOffsets, + roundOffsets = _options$roundOffsets === void 0 ? true : _options$roundOffsets; + var commonStyles = { + placement: (0,_utils_getBasePlacement_js__WEBPACK_IMPORTED_MODULE_6__["default"])(state.placement), + variation: (0,_utils_getVariation_js__WEBPACK_IMPORTED_MODULE_7__["default"])(state.placement), + popper: state.elements.popper, + popperRect: state.rects.popper, + gpuAcceleration: gpuAcceleration, + isFixed: state.options.strategy === 'fixed' + }; + if (state.modifiersData.popperOffsets != null) { + state.styles.popper = Object.assign({}, state.styles.popper, mapToStyles(Object.assign({}, commonStyles, { + offsets: state.modifiersData.popperOffsets, + position: state.options.strategy, + adaptive: adaptive, + roundOffsets: roundOffsets + }))); + } - if (!this._inNavbar && usePopper) { - // Check for Popper dependency - if (typeof Popper__default["default"] === 'undefined') { - throw new TypeError('Bootstrap\'s dropdowns require Popper (https://popper.js.org)'); - } + if (state.modifiersData.arrow != null) { + state.styles.arrow = Object.assign({}, state.styles.arrow, mapToStyles(Object.assign({}, commonStyles, { + offsets: state.modifiersData.arrow, + position: 'absolute', + adaptive: false, + roundOffsets: roundOffsets + }))); + } - var referenceElement = this._element; + state.attributes.popper = Object.assign({}, state.attributes.popper, { + 'data-popper-placement': state.placement + }); +} // eslint-disable-next-line import/no-unused-modules - if (this._config.reference === 'parent') { - referenceElement = parent; - } else if (Util.isElement(this._config.reference)) { - referenceElement = this._config.reference; // Check if it's jQuery element - if (typeof this._config.reference.jquery !== 'undefined') { - referenceElement = this._config.reference[0]; - } - } // If boundary is not `scrollParent`, then set position to `static` - // to allow the menu to "escape" the scroll parent's boundaries - // https://github.com/twbs/bootstrap/issues/24251 +/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({ + name: 'computeStyles', + enabled: true, + phase: 'beforeWrite', + fn: computeStyles, + data: {} +}); +/***/ }), - if (this._config.boundary !== 'scrollParent') { - $__default["default"](parent).addClass(CLASS_NAME_POSITION_STATIC); - } +/***/ "./node_modules/@popperjs/core/lib/modifiers/eventListeners.js": +/*!*********************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/modifiers/eventListeners.js ***! + \*********************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - this._popper = new Popper__default["default"](referenceElement, this._menu, this._getPopperConfig()); - } // If this is a touch-enabled device we add extra - // empty mouseover listeners to the body's immediate children; - // only needed because of broken event delegation on iOS - // https://www.quirksmode.org/blog/archives/2014/02/mouse_event_bub.html +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__) +/* harmony export */ }); +/* harmony import */ var _dom_utils_getWindow_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../dom-utils/getWindow.js */ "./node_modules/@popperjs/core/lib/dom-utils/getWindow.js"); + // eslint-disable-next-line import/no-unused-modules +var passive = { + passive: true +}; - if ('ontouchstart' in document.documentElement && $__default["default"](parent).closest(SELECTOR_NAVBAR_NAV).length === 0) { - $__default["default"](document.body).children().on('mouseover', null, $__default["default"].noop); - } +function effect(_ref) { + var state = _ref.state, + instance = _ref.instance, + options = _ref.options; + var _options$scroll = options.scroll, + scroll = _options$scroll === void 0 ? true : _options$scroll, + _options$resize = options.resize, + resize = _options$resize === void 0 ? true : _options$resize; + var window = (0,_dom_utils_getWindow_js__WEBPACK_IMPORTED_MODULE_0__["default"])(state.elements.popper); + var scrollParents = [].concat(state.scrollParents.reference, state.scrollParents.popper); + + if (scroll) { + scrollParents.forEach(function (scrollParent) { + scrollParent.addEventListener('scroll', instance.update, passive); + }); + } - this._element.focus(); + if (resize) { + window.addEventListener('resize', instance.update, passive); + } - this._element.setAttribute('aria-expanded', true); + return function () { + if (scroll) { + scrollParents.forEach(function (scrollParent) { + scrollParent.removeEventListener('scroll', instance.update, passive); + }); + } - $__default["default"](this._menu).toggleClass(CLASS_NAME_SHOW$5); - $__default["default"](parent).toggleClass(CLASS_NAME_SHOW$5).trigger($__default["default"].Event(EVENT_SHOWN$3, relatedTarget)); - }; + if (resize) { + window.removeEventListener('resize', instance.update, passive); + } + }; +} // eslint-disable-next-line import/no-unused-modules - _proto.hide = function hide() { - if (this._element.disabled || $__default["default"](this._element).hasClass(CLASS_NAME_DISABLED$1) || !$__default["default"](this._menu).hasClass(CLASS_NAME_SHOW$5)) { - return; - } - var relatedTarget = { - relatedTarget: this._element - }; - var hideEvent = $__default["default"].Event(EVENT_HIDE$3, relatedTarget); +/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({ + name: 'eventListeners', + enabled: true, + phase: 'write', + fn: function fn() {}, + effect: effect, + data: {} +}); - var parent = Dropdown._getParentFromElement(this._element); - - $__default["default"](parent).trigger(hideEvent); - - if (hideEvent.isDefaultPrevented()) { - return; - } +/***/ }), - if (this._popper) { - this._popper.destroy(); - } +/***/ "./node_modules/@popperjs/core/lib/modifiers/flip.js": +/*!***********************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/modifiers/flip.js ***! + \***********************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - $__default["default"](this._menu).toggleClass(CLASS_NAME_SHOW$5); - $__default["default"](parent).toggleClass(CLASS_NAME_SHOW$5).trigger($__default["default"].Event(EVENT_HIDDEN$3, relatedTarget)); - }; +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__) +/* harmony export */ }); +/* harmony import */ var _utils_getOppositePlacement_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../utils/getOppositePlacement.js */ "./node_modules/@popperjs/core/lib/utils/getOppositePlacement.js"); +/* harmony import */ var _utils_getBasePlacement_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils/getBasePlacement.js */ "./node_modules/@popperjs/core/lib/utils/getBasePlacement.js"); +/* harmony import */ var _utils_getOppositeVariationPlacement_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../utils/getOppositeVariationPlacement.js */ "./node_modules/@popperjs/core/lib/utils/getOppositeVariationPlacement.js"); +/* harmony import */ var _utils_detectOverflow_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../utils/detectOverflow.js */ "./node_modules/@popperjs/core/lib/utils/detectOverflow.js"); +/* harmony import */ var _utils_computeAutoPlacement_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../utils/computeAutoPlacement.js */ "./node_modules/@popperjs/core/lib/utils/computeAutoPlacement.js"); +/* harmony import */ var _enums_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../enums.js */ "./node_modules/@popperjs/core/lib/enums.js"); +/* harmony import */ var _utils_getVariation_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../utils/getVariation.js */ "./node_modules/@popperjs/core/lib/utils/getVariation.js"); - _proto.dispose = function dispose() { - $__default["default"].removeData(this._element, DATA_KEY$6); - $__default["default"](this._element).off(EVENT_KEY$6); - this._element = null; - this._menu = null; - if (this._popper !== null) { - this._popper.destroy(); - this._popper = null; - } - }; - _proto.update = function update() { - this._inNavbar = this._detectNavbar(); - if (this._popper !== null) { - this._popper.scheduleUpdate(); - } - } // Private - ; - _proto._addEventListeners = function _addEventListeners() { - var _this = this; + // eslint-disable-next-line import/no-unused-modules - $__default["default"](this._element).on(EVENT_CLICK, function (event) { - event.preventDefault(); - event.stopPropagation(); +function getExpandedFallbackPlacements(placement) { + if ((0,_utils_getBasePlacement_js__WEBPACK_IMPORTED_MODULE_0__["default"])(placement) === _enums_js__WEBPACK_IMPORTED_MODULE_1__.auto) { + return []; + } - _this.toggle(); - }); - }; + var oppositePlacement = (0,_utils_getOppositePlacement_js__WEBPACK_IMPORTED_MODULE_2__["default"])(placement); + return [(0,_utils_getOppositeVariationPlacement_js__WEBPACK_IMPORTED_MODULE_3__["default"])(placement), oppositePlacement, (0,_utils_getOppositeVariationPlacement_js__WEBPACK_IMPORTED_MODULE_3__["default"])(oppositePlacement)]; +} - _proto._getConfig = function _getConfig(config) { - config = _extends({}, this.constructor.Default, $__default["default"](this._element).data(), config); - Util.typeCheckConfig(NAME$6, config, this.constructor.DefaultType); - return config; - }; +function flip(_ref) { + var state = _ref.state, + options = _ref.options, + name = _ref.name; - _proto._getMenuElement = function _getMenuElement() { - if (!this._menu) { - var parent = Dropdown._getParentFromElement(this._element); + if (state.modifiersData[name]._skip) { + return; + } - if (parent) { - this._menu = parent.querySelector(SELECTOR_MENU); - } - } + var _options$mainAxis = options.mainAxis, + checkMainAxis = _options$mainAxis === void 0 ? true : _options$mainAxis, + _options$altAxis = options.altAxis, + checkAltAxis = _options$altAxis === void 0 ? true : _options$altAxis, + specifiedFallbackPlacements = options.fallbackPlacements, + padding = options.padding, + boundary = options.boundary, + rootBoundary = options.rootBoundary, + altBoundary = options.altBoundary, + _options$flipVariatio = options.flipVariations, + flipVariations = _options$flipVariatio === void 0 ? true : _options$flipVariatio, + allowedAutoPlacements = options.allowedAutoPlacements; + var preferredPlacement = state.options.placement; + var basePlacement = (0,_utils_getBasePlacement_js__WEBPACK_IMPORTED_MODULE_0__["default"])(preferredPlacement); + var isBasePlacement = basePlacement === preferredPlacement; + var fallbackPlacements = specifiedFallbackPlacements || (isBasePlacement || !flipVariations ? [(0,_utils_getOppositePlacement_js__WEBPACK_IMPORTED_MODULE_2__["default"])(preferredPlacement)] : getExpandedFallbackPlacements(preferredPlacement)); + var placements = [preferredPlacement].concat(fallbackPlacements).reduce(function (acc, placement) { + return acc.concat((0,_utils_getBasePlacement_js__WEBPACK_IMPORTED_MODULE_0__["default"])(placement) === _enums_js__WEBPACK_IMPORTED_MODULE_1__.auto ? (0,_utils_computeAutoPlacement_js__WEBPACK_IMPORTED_MODULE_4__["default"])(state, { + placement: placement, + boundary: boundary, + rootBoundary: rootBoundary, + padding: padding, + flipVariations: flipVariations, + allowedAutoPlacements: allowedAutoPlacements + }) : placement); + }, []); + var referenceRect = state.rects.reference; + var popperRect = state.rects.popper; + var checksMap = new Map(); + var makeFallbackChecks = true; + var firstFittingPlacement = placements[0]; + + for (var i = 0; i < placements.length; i++) { + var placement = placements[i]; + + var _basePlacement = (0,_utils_getBasePlacement_js__WEBPACK_IMPORTED_MODULE_0__["default"])(placement); + + var isStartVariation = (0,_utils_getVariation_js__WEBPACK_IMPORTED_MODULE_5__["default"])(placement) === _enums_js__WEBPACK_IMPORTED_MODULE_1__.start; + var isVertical = [_enums_js__WEBPACK_IMPORTED_MODULE_1__.top, _enums_js__WEBPACK_IMPORTED_MODULE_1__.bottom].indexOf(_basePlacement) >= 0; + var len = isVertical ? 'width' : 'height'; + var overflow = (0,_utils_detectOverflow_js__WEBPACK_IMPORTED_MODULE_6__["default"])(state, { + placement: placement, + boundary: boundary, + rootBoundary: rootBoundary, + altBoundary: altBoundary, + padding: padding + }); + var mainVariationSide = isVertical ? isStartVariation ? _enums_js__WEBPACK_IMPORTED_MODULE_1__.right : _enums_js__WEBPACK_IMPORTED_MODULE_1__.left : isStartVariation ? _enums_js__WEBPACK_IMPORTED_MODULE_1__.bottom : _enums_js__WEBPACK_IMPORTED_MODULE_1__.top; - return this._menu; - }; + if (referenceRect[len] > popperRect[len]) { + mainVariationSide = (0,_utils_getOppositePlacement_js__WEBPACK_IMPORTED_MODULE_2__["default"])(mainVariationSide); + } - _proto._getPlacement = function _getPlacement() { - var $parentDropdown = $__default["default"](this._element.parentNode); - var placement = PLACEMENT_BOTTOM; // Handle dropup - - if ($parentDropdown.hasClass(CLASS_NAME_DROPUP)) { - placement = $__default["default"](this._menu).hasClass(CLASS_NAME_MENURIGHT) ? PLACEMENT_TOPEND : PLACEMENT_TOP; - } else if ($parentDropdown.hasClass(CLASS_NAME_DROPRIGHT)) { - placement = PLACEMENT_RIGHT; - } else if ($parentDropdown.hasClass(CLASS_NAME_DROPLEFT)) { - placement = PLACEMENT_LEFT; - } else if ($__default["default"](this._menu).hasClass(CLASS_NAME_MENURIGHT)) { - placement = PLACEMENT_BOTTOMEND; - } + var altVariationSide = (0,_utils_getOppositePlacement_js__WEBPACK_IMPORTED_MODULE_2__["default"])(mainVariationSide); + var checks = []; - return placement; - }; + if (checkMainAxis) { + checks.push(overflow[_basePlacement] <= 0); + } - _proto._detectNavbar = function _detectNavbar() { - return $__default["default"](this._element).closest('.navbar').length > 0; - }; + if (checkAltAxis) { + checks.push(overflow[mainVariationSide] <= 0, overflow[altVariationSide] <= 0); + } - _proto._getOffset = function _getOffset() { - var _this2 = this; + if (checks.every(function (check) { + return check; + })) { + firstFittingPlacement = placement; + makeFallbackChecks = false; + break; + } - var offset = {}; + checksMap.set(placement, checks); + } - if (typeof this._config.offset === 'function') { - offset.fn = function (data) { - data.offsets = _extends({}, data.offsets, _this2._config.offset(data.offsets, _this2._element)); - return data; - }; - } else { - offset.offset = this._config.offset; - } + if (makeFallbackChecks) { + // `2` may be desired in some cases – research later + var numberOfChecks = flipVariations ? 3 : 1; - return offset; - }; + var _loop = function _loop(_i) { + var fittingPlacement = placements.find(function (placement) { + var checks = checksMap.get(placement); - _proto._getPopperConfig = function _getPopperConfig() { - var popperConfig = { - placement: this._getPlacement(), - modifiers: { - offset: this._getOffset(), - flip: { - enabled: this._config.flip - }, - preventOverflow: { - boundariesElement: this._config.boundary - } + if (checks) { + return checks.slice(0, _i).every(function (check) { + return check; + }); } - }; // Disable Popper if we have a static display + }); - if (this._config.display === 'static') { - popperConfig.modifiers.applyStyle = { - enabled: false - }; + if (fittingPlacement) { + firstFittingPlacement = fittingPlacement; + return "break"; } + }; - return _extends({}, popperConfig, this._config.popperConfig); - } // Static - ; + for (var _i = numberOfChecks; _i > 0; _i--) { + var _ret = _loop(_i); - Dropdown._jQueryInterface = function _jQueryInterface(config) { - return this.each(function () { - var data = $__default["default"](this).data(DATA_KEY$6); + if (_ret === "break") break; + } + } - var _config = typeof config === 'object' ? config : null; + if (state.placement !== firstFittingPlacement) { + state.modifiersData[name]._skip = true; + state.placement = firstFittingPlacement; + state.reset = true; + } +} // eslint-disable-next-line import/no-unused-modules - if (!data) { - data = new Dropdown(this, _config); - $__default["default"](this).data(DATA_KEY$6, data); - } - if (typeof config === 'string') { - if (typeof data[config] === 'undefined') { - throw new TypeError("No method named \"" + config + "\""); - } +/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({ + name: 'flip', + enabled: true, + phase: 'main', + fn: flip, + requiresIfExists: ['offset'], + data: { + _skip: false + } +}); - data[config](); - } - }); - }; +/***/ }), - Dropdown._clearMenus = function _clearMenus(event) { - if (event && (event.which === RIGHT_MOUSE_BUTTON_WHICH || event.type === 'keyup' && event.which !== TAB_KEYCODE)) { - return; - } +/***/ "./node_modules/@popperjs/core/lib/modifiers/hide.js": +/*!***********************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/modifiers/hide.js ***! + \***********************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - var toggles = [].slice.call(document.querySelectorAll(SELECTOR_DATA_TOGGLE$2)); +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__) +/* harmony export */ }); +/* harmony import */ var _enums_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../enums.js */ "./node_modules/@popperjs/core/lib/enums.js"); +/* harmony import */ var _utils_detectOverflow_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../utils/detectOverflow.js */ "./node_modules/@popperjs/core/lib/utils/detectOverflow.js"); - for (var i = 0, len = toggles.length; i < len; i++) { - var parent = Dropdown._getParentFromElement(toggles[i]); - var context = $__default["default"](toggles[i]).data(DATA_KEY$6); - var relatedTarget = { - relatedTarget: toggles[i] - }; - if (event && event.type === 'click') { - relatedTarget.clickEvent = event; - } +function getSideOffsets(overflow, rect, preventedOffsets) { + if (preventedOffsets === void 0) { + preventedOffsets = { + x: 0, + y: 0 + }; + } - if (!context) { - continue; - } + return { + top: overflow.top - rect.height - preventedOffsets.y, + right: overflow.right - rect.width + preventedOffsets.x, + bottom: overflow.bottom - rect.height + preventedOffsets.y, + left: overflow.left - rect.width - preventedOffsets.x + }; +} - var dropdownMenu = context._menu; +function isAnySideFullyClipped(overflow) { + return [_enums_js__WEBPACK_IMPORTED_MODULE_0__.top, _enums_js__WEBPACK_IMPORTED_MODULE_0__.right, _enums_js__WEBPACK_IMPORTED_MODULE_0__.bottom, _enums_js__WEBPACK_IMPORTED_MODULE_0__.left].some(function (side) { + return overflow[side] >= 0; + }); +} - if (!$__default["default"](parent).hasClass(CLASS_NAME_SHOW$5)) { - continue; - } +function hide(_ref) { + var state = _ref.state, + name = _ref.name; + var referenceRect = state.rects.reference; + var popperRect = state.rects.popper; + var preventedOffsets = state.modifiersData.preventOverflow; + var referenceOverflow = (0,_utils_detectOverflow_js__WEBPACK_IMPORTED_MODULE_1__["default"])(state, { + elementContext: 'reference' + }); + var popperAltOverflow = (0,_utils_detectOverflow_js__WEBPACK_IMPORTED_MODULE_1__["default"])(state, { + altBoundary: true + }); + var referenceClippingOffsets = getSideOffsets(referenceOverflow, referenceRect); + var popperEscapeOffsets = getSideOffsets(popperAltOverflow, popperRect, preventedOffsets); + var isReferenceHidden = isAnySideFullyClipped(referenceClippingOffsets); + var hasPopperEscaped = isAnySideFullyClipped(popperEscapeOffsets); + state.modifiersData[name] = { + referenceClippingOffsets: referenceClippingOffsets, + popperEscapeOffsets: popperEscapeOffsets, + isReferenceHidden: isReferenceHidden, + hasPopperEscaped: hasPopperEscaped + }; + state.attributes.popper = Object.assign({}, state.attributes.popper, { + 'data-popper-reference-hidden': isReferenceHidden, + 'data-popper-escaped': hasPopperEscaped + }); +} // eslint-disable-next-line import/no-unused-modules - if (event && (event.type === 'click' && /input|textarea/i.test(event.target.tagName) || event.type === 'keyup' && event.which === TAB_KEYCODE) && $__default["default"].contains(parent, event.target)) { - continue; - } - var hideEvent = $__default["default"].Event(EVENT_HIDE$3, relatedTarget); - $__default["default"](parent).trigger(hideEvent); +/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({ + name: 'hide', + enabled: true, + phase: 'main', + requiresIfExists: ['preventOverflow'], + fn: hide +}); - if (hideEvent.isDefaultPrevented()) { - continue; - } // If this is a touch-enabled device we remove the extra - // empty mouseover listeners we added for iOS support +/***/ }), +/***/ "./node_modules/@popperjs/core/lib/modifiers/index.js": +/*!************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/modifiers/index.js ***! + \************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - if ('ontouchstart' in document.documentElement) { - $__default["default"](document.body).children().off('mouseover', null, $__default["default"].noop); - } +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ applyStyles: () => (/* reexport safe */ _applyStyles_js__WEBPACK_IMPORTED_MODULE_0__["default"]), +/* harmony export */ arrow: () => (/* reexport safe */ _arrow_js__WEBPACK_IMPORTED_MODULE_1__["default"]), +/* harmony export */ computeStyles: () => (/* reexport safe */ _computeStyles_js__WEBPACK_IMPORTED_MODULE_2__["default"]), +/* harmony export */ eventListeners: () => (/* reexport safe */ _eventListeners_js__WEBPACK_IMPORTED_MODULE_3__["default"]), +/* harmony export */ flip: () => (/* reexport safe */ _flip_js__WEBPACK_IMPORTED_MODULE_4__["default"]), +/* harmony export */ hide: () => (/* reexport safe */ _hide_js__WEBPACK_IMPORTED_MODULE_5__["default"]), +/* harmony export */ offset: () => (/* reexport safe */ _offset_js__WEBPACK_IMPORTED_MODULE_6__["default"]), +/* harmony export */ popperOffsets: () => (/* reexport safe */ _popperOffsets_js__WEBPACK_IMPORTED_MODULE_7__["default"]), +/* harmony export */ preventOverflow: () => (/* reexport safe */ _preventOverflow_js__WEBPACK_IMPORTED_MODULE_8__["default"]) +/* harmony export */ }); +/* harmony import */ var _applyStyles_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./applyStyles.js */ "./node_modules/@popperjs/core/lib/modifiers/applyStyles.js"); +/* harmony import */ var _arrow_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./arrow.js */ "./node_modules/@popperjs/core/lib/modifiers/arrow.js"); +/* harmony import */ var _computeStyles_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./computeStyles.js */ "./node_modules/@popperjs/core/lib/modifiers/computeStyles.js"); +/* harmony import */ var _eventListeners_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./eventListeners.js */ "./node_modules/@popperjs/core/lib/modifiers/eventListeners.js"); +/* harmony import */ var _flip_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./flip.js */ "./node_modules/@popperjs/core/lib/modifiers/flip.js"); +/* harmony import */ var _hide_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./hide.js */ "./node_modules/@popperjs/core/lib/modifiers/hide.js"); +/* harmony import */ var _offset_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./offset.js */ "./node_modules/@popperjs/core/lib/modifiers/offset.js"); +/* harmony import */ var _popperOffsets_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./popperOffsets.js */ "./node_modules/@popperjs/core/lib/modifiers/popperOffsets.js"); +/* harmony import */ var _preventOverflow_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./preventOverflow.js */ "./node_modules/@popperjs/core/lib/modifiers/preventOverflow.js"); - toggles[i].setAttribute('aria-expanded', 'false'); - if (context._popper) { - context._popper.destroy(); - } - $__default["default"](dropdownMenu).removeClass(CLASS_NAME_SHOW$5); - $__default["default"](parent).removeClass(CLASS_NAME_SHOW$5).trigger($__default["default"].Event(EVENT_HIDDEN$3, relatedTarget)); - } - }; - Dropdown._getParentFromElement = function _getParentFromElement(element) { - var parent; - var selector = Util.getSelectorFromElement(element); - if (selector) { - parent = document.querySelector(selector); - } - return parent || element.parentNode; - } // eslint-disable-next-line complexity - ; - - Dropdown._dataApiKeydownHandler = function _dataApiKeydownHandler(event) { - // If not input/textarea: - // - And not a key in REGEXP_KEYDOWN => not a dropdown command - // If input/textarea: - // - If space key => not a dropdown command - // - If key is other than escape - // - If key is not up or down => not a dropdown command - // - If trigger inside the menu => not a dropdown command - if (/input|textarea/i.test(event.target.tagName) ? event.which === SPACE_KEYCODE || event.which !== ESCAPE_KEYCODE$1 && (event.which !== ARROW_DOWN_KEYCODE && event.which !== ARROW_UP_KEYCODE || $__default["default"](event.target).closest(SELECTOR_MENU).length) : !REGEXP_KEYDOWN.test(event.which)) { - return; - } - if (this.disabled || $__default["default"](this).hasClass(CLASS_NAME_DISABLED$1)) { - return; - } - var parent = Dropdown._getParentFromElement(this); - var isActive = $__default["default"](parent).hasClass(CLASS_NAME_SHOW$5); - if (!isActive && event.which === ESCAPE_KEYCODE$1) { - return; - } +/***/ }), - event.preventDefault(); - event.stopPropagation(); +/***/ "./node_modules/@popperjs/core/lib/modifiers/offset.js": +/*!*************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/modifiers/offset.js ***! + \*************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - if (!isActive || event.which === ESCAPE_KEYCODE$1 || event.which === SPACE_KEYCODE) { - if (event.which === ESCAPE_KEYCODE$1) { - $__default["default"](parent.querySelector(SELECTOR_DATA_TOGGLE$2)).trigger('focus'); - } +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__), +/* harmony export */ distanceAndSkiddingToXY: () => (/* binding */ distanceAndSkiddingToXY) +/* harmony export */ }); +/* harmony import */ var _utils_getBasePlacement_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils/getBasePlacement.js */ "./node_modules/@popperjs/core/lib/utils/getBasePlacement.js"); +/* harmony import */ var _enums_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../enums.js */ "./node_modules/@popperjs/core/lib/enums.js"); + + // eslint-disable-next-line import/no-unused-modules + +function distanceAndSkiddingToXY(placement, rects, offset) { + var basePlacement = (0,_utils_getBasePlacement_js__WEBPACK_IMPORTED_MODULE_0__["default"])(placement); + var invertDistance = [_enums_js__WEBPACK_IMPORTED_MODULE_1__.left, _enums_js__WEBPACK_IMPORTED_MODULE_1__.top].indexOf(basePlacement) >= 0 ? -1 : 1; + + var _ref = typeof offset === 'function' ? offset(Object.assign({}, rects, { + placement: placement + })) : offset, + skidding = _ref[0], + distance = _ref[1]; + + skidding = skidding || 0; + distance = (distance || 0) * invertDistance; + return [_enums_js__WEBPACK_IMPORTED_MODULE_1__.left, _enums_js__WEBPACK_IMPORTED_MODULE_1__.right].indexOf(basePlacement) >= 0 ? { + x: distance, + y: skidding + } : { + x: skidding, + y: distance + }; +} - $__default["default"](this).trigger('click'); - return; - } +function offset(_ref2) { + var state = _ref2.state, + options = _ref2.options, + name = _ref2.name; + var _options$offset = options.offset, + offset = _options$offset === void 0 ? [0, 0] : _options$offset; + var data = _enums_js__WEBPACK_IMPORTED_MODULE_1__.placements.reduce(function (acc, placement) { + acc[placement] = distanceAndSkiddingToXY(placement, state.rects, offset); + return acc; + }, {}); + var _data$state$placement = data[state.placement], + x = _data$state$placement.x, + y = _data$state$placement.y; + + if (state.modifiersData.popperOffsets != null) { + state.modifiersData.popperOffsets.x += x; + state.modifiersData.popperOffsets.y += y; + } - var items = [].slice.call(parent.querySelectorAll(SELECTOR_VISIBLE_ITEMS)).filter(function (item) { - return $__default["default"](item).is(':visible'); - }); + state.modifiersData[name] = data; +} // eslint-disable-next-line import/no-unused-modules - if (items.length === 0) { - return; - } - var index = items.indexOf(event.target); +/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({ + name: 'offset', + enabled: true, + phase: 'main', + requires: ['popperOffsets'], + fn: offset +}); - if (event.which === ARROW_UP_KEYCODE && index > 0) { - // Up - index--; - } +/***/ }), - if (event.which === ARROW_DOWN_KEYCODE && index < items.length - 1) { - // Down - index++; - } +/***/ "./node_modules/@popperjs/core/lib/modifiers/popperOffsets.js": +/*!********************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/modifiers/popperOffsets.js ***! + \********************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - if (index < 0) { - index = 0; - } +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__) +/* harmony export */ }); +/* harmony import */ var _utils_computeOffsets_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils/computeOffsets.js */ "./node_modules/@popperjs/core/lib/utils/computeOffsets.js"); + + +function popperOffsets(_ref) { + var state = _ref.state, + name = _ref.name; + // Offsets are the actual position the popper needs to have to be + // properly positioned near its reference element + // This is the most basic placement, and will be adjusted by + // the modifiers in the next step + state.modifiersData[name] = (0,_utils_computeOffsets_js__WEBPACK_IMPORTED_MODULE_0__["default"])({ + reference: state.rects.reference, + element: state.rects.popper, + strategy: 'absolute', + placement: state.placement + }); +} // eslint-disable-next-line import/no-unused-modules - items[index].focus(); - }; - _createClass(Dropdown, null, [{ - key: "VERSION", - get: function get() { - return VERSION$6; - } - }, { - key: "Default", - get: function get() { - return Default$5; - } - }, { - key: "DefaultType", - get: function get() { - return DefaultType$5; - } - }]); +/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({ + name: 'popperOffsets', + enabled: true, + phase: 'read', + fn: popperOffsets, + data: {} +}); - return Dropdown; - }(); - /** - * Data API implementation - */ +/***/ }), +/***/ "./node_modules/@popperjs/core/lib/modifiers/preventOverflow.js": +/*!**********************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/modifiers/preventOverflow.js ***! + \**********************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - $__default["default"](document).on(EVENT_KEYDOWN_DATA_API, SELECTOR_DATA_TOGGLE$2, Dropdown._dataApiKeydownHandler).on(EVENT_KEYDOWN_DATA_API, SELECTOR_MENU, Dropdown._dataApiKeydownHandler).on(EVENT_CLICK_DATA_API$2 + " " + EVENT_KEYUP_DATA_API, Dropdown._clearMenus).on(EVENT_CLICK_DATA_API$2, SELECTOR_DATA_TOGGLE$2, function (event) { - event.preventDefault(); - event.stopPropagation(); +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__) +/* harmony export */ }); +/* harmony import */ var _enums_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../enums.js */ "./node_modules/@popperjs/core/lib/enums.js"); +/* harmony import */ var _utils_getBasePlacement_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../utils/getBasePlacement.js */ "./node_modules/@popperjs/core/lib/utils/getBasePlacement.js"); +/* harmony import */ var _utils_getMainAxisFromPlacement_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../utils/getMainAxisFromPlacement.js */ "./node_modules/@popperjs/core/lib/utils/getMainAxisFromPlacement.js"); +/* harmony import */ var _utils_getAltAxis_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../utils/getAltAxis.js */ "./node_modules/@popperjs/core/lib/utils/getAltAxis.js"); +/* harmony import */ var _utils_within_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../utils/within.js */ "./node_modules/@popperjs/core/lib/utils/within.js"); +/* harmony import */ var _dom_utils_getLayoutRect_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../dom-utils/getLayoutRect.js */ "./node_modules/@popperjs/core/lib/dom-utils/getLayoutRect.js"); +/* harmony import */ var _dom_utils_getOffsetParent_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../dom-utils/getOffsetParent.js */ "./node_modules/@popperjs/core/lib/dom-utils/getOffsetParent.js"); +/* harmony import */ var _utils_detectOverflow_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils/detectOverflow.js */ "./node_modules/@popperjs/core/lib/utils/detectOverflow.js"); +/* harmony import */ var _utils_getVariation_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../utils/getVariation.js */ "./node_modules/@popperjs/core/lib/utils/getVariation.js"); +/* harmony import */ var _utils_getFreshSideObject_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../utils/getFreshSideObject.js */ "./node_modules/@popperjs/core/lib/utils/getFreshSideObject.js"); +/* harmony import */ var _utils_math_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../utils/math.js */ "./node_modules/@popperjs/core/lib/utils/math.js"); - Dropdown._jQueryInterface.call($__default["default"](this), 'toggle'); - }).on(EVENT_CLICK_DATA_API$2, SELECTOR_FORM_CHILD, function (e) { - e.stopPropagation(); - }); - /** - * jQuery - */ - $__default["default"].fn[NAME$6] = Dropdown._jQueryInterface; - $__default["default"].fn[NAME$6].Constructor = Dropdown; - $__default["default"].fn[NAME$6].noConflict = function () { - $__default["default"].fn[NAME$6] = JQUERY_NO_CONFLICT$6; - return Dropdown._jQueryInterface; - }; - /** - * Constants - */ - var NAME$5 = 'modal'; - var VERSION$5 = '4.6.2'; - var DATA_KEY$5 = 'bs.modal'; - var EVENT_KEY$5 = "." + DATA_KEY$5; - var DATA_API_KEY$2 = '.data-api'; - var JQUERY_NO_CONFLICT$5 = $__default["default"].fn[NAME$5]; - var ESCAPE_KEYCODE = 27; // KeyboardEvent.which value for Escape (Esc) key - - var CLASS_NAME_SCROLLABLE = 'modal-dialog-scrollable'; - var CLASS_NAME_SCROLLBAR_MEASURER = 'modal-scrollbar-measure'; - var CLASS_NAME_BACKDROP = 'modal-backdrop'; - var CLASS_NAME_OPEN = 'modal-open'; - var CLASS_NAME_FADE$4 = 'fade'; - var CLASS_NAME_SHOW$4 = 'show'; - var CLASS_NAME_STATIC = 'modal-static'; - var EVENT_HIDE$2 = "hide" + EVENT_KEY$5; - var EVENT_HIDE_PREVENTED = "hidePrevented" + EVENT_KEY$5; - var EVENT_HIDDEN$2 = "hidden" + EVENT_KEY$5; - var EVENT_SHOW$2 = "show" + EVENT_KEY$5; - var EVENT_SHOWN$2 = "shown" + EVENT_KEY$5; - var EVENT_FOCUSIN = "focusin" + EVENT_KEY$5; - var EVENT_RESIZE = "resize" + EVENT_KEY$5; - var EVENT_CLICK_DISMISS$1 = "click.dismiss" + EVENT_KEY$5; - var EVENT_KEYDOWN_DISMISS = "keydown.dismiss" + EVENT_KEY$5; - var EVENT_MOUSEUP_DISMISS = "mouseup.dismiss" + EVENT_KEY$5; - var EVENT_MOUSEDOWN_DISMISS = "mousedown.dismiss" + EVENT_KEY$5; - var EVENT_CLICK_DATA_API$1 = "click" + EVENT_KEY$5 + DATA_API_KEY$2; - var SELECTOR_DIALOG = '.modal-dialog'; - var SELECTOR_MODAL_BODY = '.modal-body'; - var SELECTOR_DATA_TOGGLE$1 = '[data-toggle="modal"]'; - var SELECTOR_DATA_DISMISS$1 = '[data-dismiss="modal"]'; - var SELECTOR_FIXED_CONTENT = '.fixed-top, .fixed-bottom, .is-fixed, .sticky-top'; - var SELECTOR_STICKY_CONTENT = '.sticky-top'; - var Default$4 = { - backdrop: true, - keyboard: true, - focus: true, - show: true - }; - var DefaultType$4 = { - backdrop: '(boolean|string)', - keyboard: 'boolean', - focus: 'boolean', - show: 'boolean' - }; - /** - * Class definition - */ - var Modal = /*#__PURE__*/function () { - function Modal(element, config) { - this._config = this._getConfig(config); - this._element = element; - this._dialog = element.querySelector(SELECTOR_DIALOG); - this._backdrop = null; - this._isShown = false; - this._isBodyOverflowing = false; - this._ignoreBackdropClick = false; - this._isTransitioning = false; - this._scrollbarWidth = 0; - } // Getters - var _proto = Modal.prototype; - // Public - _proto.toggle = function toggle(relatedTarget) { - return this._isShown ? this.hide() : this.show(relatedTarget); - }; - _proto.show = function show(relatedTarget) { - var _this = this; - if (this._isShown || this._isTransitioning) { - return; - } - var showEvent = $__default["default"].Event(EVENT_SHOW$2, { - relatedTarget: relatedTarget - }); - $__default["default"](this._element).trigger(showEvent); +function preventOverflow(_ref) { + var state = _ref.state, + options = _ref.options, + name = _ref.name; + var _options$mainAxis = options.mainAxis, + checkMainAxis = _options$mainAxis === void 0 ? true : _options$mainAxis, + _options$altAxis = options.altAxis, + checkAltAxis = _options$altAxis === void 0 ? false : _options$altAxis, + boundary = options.boundary, + rootBoundary = options.rootBoundary, + altBoundary = options.altBoundary, + padding = options.padding, + _options$tether = options.tether, + tether = _options$tether === void 0 ? true : _options$tether, + _options$tetherOffset = options.tetherOffset, + tetherOffset = _options$tetherOffset === void 0 ? 0 : _options$tetherOffset; + var overflow = (0,_utils_detectOverflow_js__WEBPACK_IMPORTED_MODULE_0__["default"])(state, { + boundary: boundary, + rootBoundary: rootBoundary, + padding: padding, + altBoundary: altBoundary + }); + var basePlacement = (0,_utils_getBasePlacement_js__WEBPACK_IMPORTED_MODULE_1__["default"])(state.placement); + var variation = (0,_utils_getVariation_js__WEBPACK_IMPORTED_MODULE_2__["default"])(state.placement); + var isBasePlacement = !variation; + var mainAxis = (0,_utils_getMainAxisFromPlacement_js__WEBPACK_IMPORTED_MODULE_3__["default"])(basePlacement); + var altAxis = (0,_utils_getAltAxis_js__WEBPACK_IMPORTED_MODULE_4__["default"])(mainAxis); + var popperOffsets = state.modifiersData.popperOffsets; + var referenceRect = state.rects.reference; + var popperRect = state.rects.popper; + var tetherOffsetValue = typeof tetherOffset === 'function' ? tetherOffset(Object.assign({}, state.rects, { + placement: state.placement + })) : tetherOffset; + var normalizedTetherOffsetValue = typeof tetherOffsetValue === 'number' ? { + mainAxis: tetherOffsetValue, + altAxis: tetherOffsetValue + } : Object.assign({ + mainAxis: 0, + altAxis: 0 + }, tetherOffsetValue); + var offsetModifierState = state.modifiersData.offset ? state.modifiersData.offset[state.placement] : null; + var data = { + x: 0, + y: 0 + }; - if (showEvent.isDefaultPrevented()) { - return; - } + if (!popperOffsets) { + return; + } - this._isShown = true; + if (checkMainAxis) { + var _offsetModifierState$; + + var mainSide = mainAxis === 'y' ? _enums_js__WEBPACK_IMPORTED_MODULE_5__.top : _enums_js__WEBPACK_IMPORTED_MODULE_5__.left; + var altSide = mainAxis === 'y' ? _enums_js__WEBPACK_IMPORTED_MODULE_5__.bottom : _enums_js__WEBPACK_IMPORTED_MODULE_5__.right; + var len = mainAxis === 'y' ? 'height' : 'width'; + var offset = popperOffsets[mainAxis]; + var min = offset + overflow[mainSide]; + var max = offset - overflow[altSide]; + var additive = tether ? -popperRect[len] / 2 : 0; + var minLen = variation === _enums_js__WEBPACK_IMPORTED_MODULE_5__.start ? referenceRect[len] : popperRect[len]; + var maxLen = variation === _enums_js__WEBPACK_IMPORTED_MODULE_5__.start ? -popperRect[len] : -referenceRect[len]; // We need to include the arrow in the calculation so the arrow doesn't go + // outside the reference bounds + + var arrowElement = state.elements.arrow; + var arrowRect = tether && arrowElement ? (0,_dom_utils_getLayoutRect_js__WEBPACK_IMPORTED_MODULE_6__["default"])(arrowElement) : { + width: 0, + height: 0 + }; + var arrowPaddingObject = state.modifiersData['arrow#persistent'] ? state.modifiersData['arrow#persistent'].padding : (0,_utils_getFreshSideObject_js__WEBPACK_IMPORTED_MODULE_7__["default"])(); + var arrowPaddingMin = arrowPaddingObject[mainSide]; + var arrowPaddingMax = arrowPaddingObject[altSide]; // If the reference length is smaller than the arrow length, we don't want + // to include its full size in the calculation. If the reference is small + // and near the edge of a boundary, the popper can overflow even if the + // reference is not overflowing as well (e.g. virtual elements with no + // width or height) + + var arrowLen = (0,_utils_within_js__WEBPACK_IMPORTED_MODULE_8__.within)(0, referenceRect[len], arrowRect[len]); + var minOffset = isBasePlacement ? referenceRect[len] / 2 - additive - arrowLen - arrowPaddingMin - normalizedTetherOffsetValue.mainAxis : minLen - arrowLen - arrowPaddingMin - normalizedTetherOffsetValue.mainAxis; + var maxOffset = isBasePlacement ? -referenceRect[len] / 2 + additive + arrowLen + arrowPaddingMax + normalizedTetherOffsetValue.mainAxis : maxLen + arrowLen + arrowPaddingMax + normalizedTetherOffsetValue.mainAxis; + var arrowOffsetParent = state.elements.arrow && (0,_dom_utils_getOffsetParent_js__WEBPACK_IMPORTED_MODULE_9__["default"])(state.elements.arrow); + var clientOffset = arrowOffsetParent ? mainAxis === 'y' ? arrowOffsetParent.clientTop || 0 : arrowOffsetParent.clientLeft || 0 : 0; + var offsetModifierValue = (_offsetModifierState$ = offsetModifierState == null ? void 0 : offsetModifierState[mainAxis]) != null ? _offsetModifierState$ : 0; + var tetherMin = offset + minOffset - offsetModifierValue - clientOffset; + var tetherMax = offset + maxOffset - offsetModifierValue; + var preventedOffset = (0,_utils_within_js__WEBPACK_IMPORTED_MODULE_8__.within)(tether ? (0,_utils_math_js__WEBPACK_IMPORTED_MODULE_10__.min)(min, tetherMin) : min, offset, tether ? (0,_utils_math_js__WEBPACK_IMPORTED_MODULE_10__.max)(max, tetherMax) : max); + popperOffsets[mainAxis] = preventedOffset; + data[mainAxis] = preventedOffset - offset; + } - if ($__default["default"](this._element).hasClass(CLASS_NAME_FADE$4)) { - this._isTransitioning = true; - } + if (checkAltAxis) { + var _offsetModifierState$2; - this._checkScrollbar(); + var _mainSide = mainAxis === 'x' ? _enums_js__WEBPACK_IMPORTED_MODULE_5__.top : _enums_js__WEBPACK_IMPORTED_MODULE_5__.left; - this._setScrollbar(); + var _altSide = mainAxis === 'x' ? _enums_js__WEBPACK_IMPORTED_MODULE_5__.bottom : _enums_js__WEBPACK_IMPORTED_MODULE_5__.right; - this._adjustDialog(); + var _offset = popperOffsets[altAxis]; - this._setEscapeEvent(); + var _len = altAxis === 'y' ? 'height' : 'width'; - this._setResizeEvent(); + var _min = _offset + overflow[_mainSide]; - $__default["default"](this._element).on(EVENT_CLICK_DISMISS$1, SELECTOR_DATA_DISMISS$1, function (event) { - return _this.hide(event); - }); - $__default["default"](this._dialog).on(EVENT_MOUSEDOWN_DISMISS, function () { - $__default["default"](_this._element).one(EVENT_MOUSEUP_DISMISS, function (event) { - if ($__default["default"](event.target).is(_this._element)) { - _this._ignoreBackdropClick = true; - } - }); - }); + var _max = _offset - overflow[_altSide]; - this._showBackdrop(function () { - return _this._showElement(relatedTarget); - }); - }; + var isOriginSide = [_enums_js__WEBPACK_IMPORTED_MODULE_5__.top, _enums_js__WEBPACK_IMPORTED_MODULE_5__.left].indexOf(basePlacement) !== -1; - _proto.hide = function hide(event) { - var _this2 = this; + var _offsetModifierValue = (_offsetModifierState$2 = offsetModifierState == null ? void 0 : offsetModifierState[altAxis]) != null ? _offsetModifierState$2 : 0; - if (event) { - event.preventDefault(); - } + var _tetherMin = isOriginSide ? _min : _offset - referenceRect[_len] - popperRect[_len] - _offsetModifierValue + normalizedTetherOffsetValue.altAxis; - if (!this._isShown || this._isTransitioning) { - return; - } + var _tetherMax = isOriginSide ? _offset + referenceRect[_len] + popperRect[_len] - _offsetModifierValue - normalizedTetherOffsetValue.altAxis : _max; - var hideEvent = $__default["default"].Event(EVENT_HIDE$2); - $__default["default"](this._element).trigger(hideEvent); + var _preventedOffset = tether && isOriginSide ? (0,_utils_within_js__WEBPACK_IMPORTED_MODULE_8__.withinMaxClamp)(_tetherMin, _offset, _tetherMax) : (0,_utils_within_js__WEBPACK_IMPORTED_MODULE_8__.within)(tether ? _tetherMin : _min, _offset, tether ? _tetherMax : _max); - if (!this._isShown || hideEvent.isDefaultPrevented()) { - return; - } + popperOffsets[altAxis] = _preventedOffset; + data[altAxis] = _preventedOffset - _offset; + } - this._isShown = false; - var transition = $__default["default"](this._element).hasClass(CLASS_NAME_FADE$4); + state.modifiersData[name] = data; +} // eslint-disable-next-line import/no-unused-modules - if (transition) { - this._isTransitioning = true; - } - this._setEscapeEvent(); +/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({ + name: 'preventOverflow', + enabled: true, + phase: 'main', + fn: preventOverflow, + requiresIfExists: ['offset'] +}); - this._setResizeEvent(); +/***/ }), - $__default["default"](document).off(EVENT_FOCUSIN); - $__default["default"](this._element).removeClass(CLASS_NAME_SHOW$4); - $__default["default"](this._element).off(EVENT_CLICK_DISMISS$1); - $__default["default"](this._dialog).off(EVENT_MOUSEDOWN_DISMISS); +/***/ "./node_modules/@popperjs/core/lib/popper-lite.js": +/*!********************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/popper-lite.js ***! + \********************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - if (transition) { - var transitionDuration = Util.getTransitionDurationFromElement(this._element); - $__default["default"](this._element).one(Util.TRANSITION_END, function (event) { - return _this2._hideModal(event); - }).emulateTransitionEnd(transitionDuration); - } else { - this._hideModal(); - } - }; +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ createPopper: () => (/* binding */ createPopper), +/* harmony export */ defaultModifiers: () => (/* binding */ defaultModifiers), +/* harmony export */ detectOverflow: () => (/* reexport safe */ _createPopper_js__WEBPACK_IMPORTED_MODULE_5__["default"]), +/* harmony export */ popperGenerator: () => (/* reexport safe */ _createPopper_js__WEBPACK_IMPORTED_MODULE_4__.popperGenerator) +/* harmony export */ }); +/* harmony import */ var _createPopper_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./createPopper.js */ "./node_modules/@popperjs/core/lib/createPopper.js"); +/* harmony import */ var _createPopper_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./createPopper.js */ "./node_modules/@popperjs/core/lib/utils/detectOverflow.js"); +/* harmony import */ var _modifiers_eventListeners_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./modifiers/eventListeners.js */ "./node_modules/@popperjs/core/lib/modifiers/eventListeners.js"); +/* harmony import */ var _modifiers_popperOffsets_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./modifiers/popperOffsets.js */ "./node_modules/@popperjs/core/lib/modifiers/popperOffsets.js"); +/* harmony import */ var _modifiers_computeStyles_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./modifiers/computeStyles.js */ "./node_modules/@popperjs/core/lib/modifiers/computeStyles.js"); +/* harmony import */ var _modifiers_applyStyles_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./modifiers/applyStyles.js */ "./node_modules/@popperjs/core/lib/modifiers/applyStyles.js"); - _proto.dispose = function dispose() { - [window, this._element, this._dialog].forEach(function (htmlElement) { - return $__default["default"](htmlElement).off(EVENT_KEY$5); - }); - /** - * `document` has 2 events `EVENT_FOCUSIN` and `EVENT_CLICK_DATA_API` - * Do not move `document` in `htmlElements` array - * It will remove `EVENT_CLICK_DATA_API` event that should remain - */ - - $__default["default"](document).off(EVENT_FOCUSIN); - $__default["default"].removeData(this._element, DATA_KEY$5); - this._config = null; - this._element = null; - this._dialog = null; - this._backdrop = null; - this._isShown = null; - this._isBodyOverflowing = null; - this._ignoreBackdropClick = null; - this._isTransitioning = null; - this._scrollbarWidth = null; - }; - _proto.handleUpdate = function handleUpdate() { - this._adjustDialog(); - } // Private - ; - _proto._getConfig = function _getConfig(config) { - config = _extends({}, Default$4, config); - Util.typeCheckConfig(NAME$5, config, DefaultType$4); - return config; - }; - _proto._triggerBackdropTransition = function _triggerBackdropTransition() { - var _this3 = this; - var hideEventPrevented = $__default["default"].Event(EVENT_HIDE_PREVENTED); - $__default["default"](this._element).trigger(hideEventPrevented); +var defaultModifiers = [_modifiers_eventListeners_js__WEBPACK_IMPORTED_MODULE_0__["default"], _modifiers_popperOffsets_js__WEBPACK_IMPORTED_MODULE_1__["default"], _modifiers_computeStyles_js__WEBPACK_IMPORTED_MODULE_2__["default"], _modifiers_applyStyles_js__WEBPACK_IMPORTED_MODULE_3__["default"]]; +var createPopper = /*#__PURE__*/(0,_createPopper_js__WEBPACK_IMPORTED_MODULE_4__.popperGenerator)({ + defaultModifiers: defaultModifiers +}); // eslint-disable-next-line import/no-unused-modules - if (hideEventPrevented.isDefaultPrevented()) { - return; - } - var isModalOverflowing = this._element.scrollHeight > document.documentElement.clientHeight; - if (!isModalOverflowing) { - this._element.style.overflowY = 'hidden'; - } +/***/ }), - this._element.classList.add(CLASS_NAME_STATIC); +/***/ "./node_modules/@popperjs/core/lib/popper.js": +/*!***************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/popper.js ***! + \***************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - var modalTransitionDuration = Util.getTransitionDurationFromElement(this._dialog); - $__default["default"](this._element).off(Util.TRANSITION_END); - $__default["default"](this._element).one(Util.TRANSITION_END, function () { - _this3._element.classList.remove(CLASS_NAME_STATIC); +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ applyStyles: () => (/* reexport safe */ _modifiers_index_js__WEBPACK_IMPORTED_MODULE_12__.applyStyles), +/* harmony export */ arrow: () => (/* reexport safe */ _modifiers_index_js__WEBPACK_IMPORTED_MODULE_12__.arrow), +/* harmony export */ computeStyles: () => (/* reexport safe */ _modifiers_index_js__WEBPACK_IMPORTED_MODULE_12__.computeStyles), +/* harmony export */ createPopper: () => (/* binding */ createPopper), +/* harmony export */ createPopperLite: () => (/* reexport safe */ _popper_lite_js__WEBPACK_IMPORTED_MODULE_11__.createPopper), +/* harmony export */ defaultModifiers: () => (/* binding */ defaultModifiers), +/* harmony export */ detectOverflow: () => (/* reexport safe */ _createPopper_js__WEBPACK_IMPORTED_MODULE_10__["default"]), +/* harmony export */ eventListeners: () => (/* reexport safe */ _modifiers_index_js__WEBPACK_IMPORTED_MODULE_12__.eventListeners), +/* harmony export */ flip: () => (/* reexport safe */ _modifiers_index_js__WEBPACK_IMPORTED_MODULE_12__.flip), +/* harmony export */ hide: () => (/* reexport safe */ _modifiers_index_js__WEBPACK_IMPORTED_MODULE_12__.hide), +/* harmony export */ offset: () => (/* reexport safe */ _modifiers_index_js__WEBPACK_IMPORTED_MODULE_12__.offset), +/* harmony export */ popperGenerator: () => (/* reexport safe */ _createPopper_js__WEBPACK_IMPORTED_MODULE_9__.popperGenerator), +/* harmony export */ popperOffsets: () => (/* reexport safe */ _modifiers_index_js__WEBPACK_IMPORTED_MODULE_12__.popperOffsets), +/* harmony export */ preventOverflow: () => (/* reexport safe */ _modifiers_index_js__WEBPACK_IMPORTED_MODULE_12__.preventOverflow) +/* harmony export */ }); +/* harmony import */ var _createPopper_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./createPopper.js */ "./node_modules/@popperjs/core/lib/createPopper.js"); +/* harmony import */ var _createPopper_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./createPopper.js */ "./node_modules/@popperjs/core/lib/utils/detectOverflow.js"); +/* harmony import */ var _modifiers_eventListeners_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./modifiers/eventListeners.js */ "./node_modules/@popperjs/core/lib/modifiers/eventListeners.js"); +/* harmony import */ var _modifiers_popperOffsets_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./modifiers/popperOffsets.js */ "./node_modules/@popperjs/core/lib/modifiers/popperOffsets.js"); +/* harmony import */ var _modifiers_computeStyles_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./modifiers/computeStyles.js */ "./node_modules/@popperjs/core/lib/modifiers/computeStyles.js"); +/* harmony import */ var _modifiers_applyStyles_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./modifiers/applyStyles.js */ "./node_modules/@popperjs/core/lib/modifiers/applyStyles.js"); +/* harmony import */ var _modifiers_offset_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./modifiers/offset.js */ "./node_modules/@popperjs/core/lib/modifiers/offset.js"); +/* harmony import */ var _modifiers_flip_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./modifiers/flip.js */ "./node_modules/@popperjs/core/lib/modifiers/flip.js"); +/* harmony import */ var _modifiers_preventOverflow_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./modifiers/preventOverflow.js */ "./node_modules/@popperjs/core/lib/modifiers/preventOverflow.js"); +/* harmony import */ var _modifiers_arrow_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./modifiers/arrow.js */ "./node_modules/@popperjs/core/lib/modifiers/arrow.js"); +/* harmony import */ var _modifiers_hide_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./modifiers/hide.js */ "./node_modules/@popperjs/core/lib/modifiers/hide.js"); +/* harmony import */ var _popper_lite_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./popper-lite.js */ "./node_modules/@popperjs/core/lib/popper-lite.js"); +/* harmony import */ var _modifiers_index_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./modifiers/index.js */ "./node_modules/@popperjs/core/lib/modifiers/index.js"); - if (!isModalOverflowing) { - $__default["default"](_this3._element).one(Util.TRANSITION_END, function () { - _this3._element.style.overflowY = ''; - }).emulateTransitionEnd(_this3._element, modalTransitionDuration); - } - }).emulateTransitionEnd(modalTransitionDuration); - this._element.focus(); - }; - _proto._showElement = function _showElement(relatedTarget) { - var _this4 = this; - var transition = $__default["default"](this._element).hasClass(CLASS_NAME_FADE$4); - var modalBody = this._dialog ? this._dialog.querySelector(SELECTOR_MODAL_BODY) : null; - if (!this._element.parentNode || this._element.parentNode.nodeType !== Node.ELEMENT_NODE) { - // Don't move modal's DOM position - document.body.appendChild(this._element); - } - this._element.style.display = 'block'; - this._element.removeAttribute('aria-hidden'); - this._element.setAttribute('aria-modal', true); - this._element.setAttribute('role', 'dialog'); - if ($__default["default"](this._dialog).hasClass(CLASS_NAME_SCROLLABLE) && modalBody) { - modalBody.scrollTop = 0; - } else { - this._element.scrollTop = 0; - } +var defaultModifiers = [_modifiers_eventListeners_js__WEBPACK_IMPORTED_MODULE_0__["default"], _modifiers_popperOffsets_js__WEBPACK_IMPORTED_MODULE_1__["default"], _modifiers_computeStyles_js__WEBPACK_IMPORTED_MODULE_2__["default"], _modifiers_applyStyles_js__WEBPACK_IMPORTED_MODULE_3__["default"], _modifiers_offset_js__WEBPACK_IMPORTED_MODULE_4__["default"], _modifiers_flip_js__WEBPACK_IMPORTED_MODULE_5__["default"], _modifiers_preventOverflow_js__WEBPACK_IMPORTED_MODULE_6__["default"], _modifiers_arrow_js__WEBPACK_IMPORTED_MODULE_7__["default"], _modifiers_hide_js__WEBPACK_IMPORTED_MODULE_8__["default"]]; +var createPopper = /*#__PURE__*/(0,_createPopper_js__WEBPACK_IMPORTED_MODULE_9__.popperGenerator)({ + defaultModifiers: defaultModifiers +}); // eslint-disable-next-line import/no-unused-modules - if (transition) { - Util.reflow(this._element); - } + // eslint-disable-next-line import/no-unused-modules - $__default["default"](this._element).addClass(CLASS_NAME_SHOW$4); + // eslint-disable-next-line import/no-unused-modules - if (this._config.focus) { - this._enforceFocus(); - } - var shownEvent = $__default["default"].Event(EVENT_SHOWN$2, { - relatedTarget: relatedTarget - }); - var transitionComplete = function transitionComplete() { - if (_this4._config.focus) { - _this4._element.focus(); - } +/***/ }), - _this4._isTransitioning = false; - $__default["default"](_this4._element).trigger(shownEvent); - }; +/***/ "./node_modules/@popperjs/core/lib/utils/computeAutoPlacement.js": +/*!***********************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/utils/computeAutoPlacement.js ***! + \***********************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - if (transition) { - var transitionDuration = Util.getTransitionDurationFromElement(this._dialog); - $__default["default"](this._dialog).one(Util.TRANSITION_END, transitionComplete).emulateTransitionEnd(transitionDuration); - } else { - transitionComplete(); - } - }; +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (/* binding */ computeAutoPlacement) +/* harmony export */ }); +/* harmony import */ var _getVariation_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./getVariation.js */ "./node_modules/@popperjs/core/lib/utils/getVariation.js"); +/* harmony import */ var _enums_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../enums.js */ "./node_modules/@popperjs/core/lib/enums.js"); +/* harmony import */ var _detectOverflow_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./detectOverflow.js */ "./node_modules/@popperjs/core/lib/utils/detectOverflow.js"); +/* harmony import */ var _getBasePlacement_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./getBasePlacement.js */ "./node_modules/@popperjs/core/lib/utils/getBasePlacement.js"); - _proto._enforceFocus = function _enforceFocus() { - var _this5 = this; - $__default["default"](document).off(EVENT_FOCUSIN) // Guard against infinite focus loop - .on(EVENT_FOCUSIN, function (event) { - if (document !== event.target && _this5._element !== event.target && $__default["default"](_this5._element).has(event.target).length === 0) { - _this5._element.focus(); - } - }); - }; - _proto._setEscapeEvent = function _setEscapeEvent() { - var _this6 = this; - if (this._isShown) { - $__default["default"](this._element).on(EVENT_KEYDOWN_DISMISS, function (event) { - if (_this6._config.keyboard && event.which === ESCAPE_KEYCODE) { - event.preventDefault(); +function computeAutoPlacement(state, options) { + if (options === void 0) { + options = {}; + } - _this6.hide(); - } else if (!_this6._config.keyboard && event.which === ESCAPE_KEYCODE) { - _this6._triggerBackdropTransition(); - } - }); - } else if (!this._isShown) { - $__default["default"](this._element).off(EVENT_KEYDOWN_DISMISS); - } - }; + var _options = options, + placement = _options.placement, + boundary = _options.boundary, + rootBoundary = _options.rootBoundary, + padding = _options.padding, + flipVariations = _options.flipVariations, + _options$allowedAutoP = _options.allowedAutoPlacements, + allowedAutoPlacements = _options$allowedAutoP === void 0 ? _enums_js__WEBPACK_IMPORTED_MODULE_0__.placements : _options$allowedAutoP; + var variation = (0,_getVariation_js__WEBPACK_IMPORTED_MODULE_1__["default"])(placement); + var placements = variation ? flipVariations ? _enums_js__WEBPACK_IMPORTED_MODULE_0__.variationPlacements : _enums_js__WEBPACK_IMPORTED_MODULE_0__.variationPlacements.filter(function (placement) { + return (0,_getVariation_js__WEBPACK_IMPORTED_MODULE_1__["default"])(placement) === variation; + }) : _enums_js__WEBPACK_IMPORTED_MODULE_0__.basePlacements; + var allowedPlacements = placements.filter(function (placement) { + return allowedAutoPlacements.indexOf(placement) >= 0; + }); - _proto._setResizeEvent = function _setResizeEvent() { - var _this7 = this; + if (allowedPlacements.length === 0) { + allowedPlacements = placements; + } // $FlowFixMe[incompatible-type]: Flow seems to have problems with two array unions... + + + var overflows = allowedPlacements.reduce(function (acc, placement) { + acc[placement] = (0,_detectOverflow_js__WEBPACK_IMPORTED_MODULE_2__["default"])(state, { + placement: placement, + boundary: boundary, + rootBoundary: rootBoundary, + padding: padding + })[(0,_getBasePlacement_js__WEBPACK_IMPORTED_MODULE_3__["default"])(placement)]; + return acc; + }, {}); + return Object.keys(overflows).sort(function (a, b) { + return overflows[a] - overflows[b]; + }); +} - if (this._isShown) { - $__default["default"](window).on(EVENT_RESIZE, function (event) { - return _this7.handleUpdate(event); - }); - } else { - $__default["default"](window).off(EVENT_RESIZE); - } - }; +/***/ }), - _proto._hideModal = function _hideModal() { - var _this8 = this; +/***/ "./node_modules/@popperjs/core/lib/utils/computeOffsets.js": +/*!*****************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/utils/computeOffsets.js ***! + \*****************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - this._element.style.display = 'none'; +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (/* binding */ computeOffsets) +/* harmony export */ }); +/* harmony import */ var _getBasePlacement_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./getBasePlacement.js */ "./node_modules/@popperjs/core/lib/utils/getBasePlacement.js"); +/* harmony import */ var _getVariation_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./getVariation.js */ "./node_modules/@popperjs/core/lib/utils/getVariation.js"); +/* harmony import */ var _getMainAxisFromPlacement_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./getMainAxisFromPlacement.js */ "./node_modules/@popperjs/core/lib/utils/getMainAxisFromPlacement.js"); +/* harmony import */ var _enums_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../enums.js */ "./node_modules/@popperjs/core/lib/enums.js"); - this._element.setAttribute('aria-hidden', true); - this._element.removeAttribute('aria-modal'); - this._element.removeAttribute('role'); - this._isTransitioning = false; +function computeOffsets(_ref) { + var reference = _ref.reference, + element = _ref.element, + placement = _ref.placement; + var basePlacement = placement ? (0,_getBasePlacement_js__WEBPACK_IMPORTED_MODULE_0__["default"])(placement) : null; + var variation = placement ? (0,_getVariation_js__WEBPACK_IMPORTED_MODULE_1__["default"])(placement) : null; + var commonX = reference.x + reference.width / 2 - element.width / 2; + var commonY = reference.y + reference.height / 2 - element.height / 2; + var offsets; - this._showBackdrop(function () { - $__default["default"](document.body).removeClass(CLASS_NAME_OPEN); + switch (basePlacement) { + case _enums_js__WEBPACK_IMPORTED_MODULE_2__.top: + offsets = { + x: commonX, + y: reference.y - element.height + }; + break; - _this8._resetAdjustments(); + case _enums_js__WEBPACK_IMPORTED_MODULE_2__.bottom: + offsets = { + x: commonX, + y: reference.y + reference.height + }; + break; - _this8._resetScrollbar(); + case _enums_js__WEBPACK_IMPORTED_MODULE_2__.right: + offsets = { + x: reference.x + reference.width, + y: commonY + }; + break; - $__default["default"](_this8._element).trigger(EVENT_HIDDEN$2); - }); - }; + case _enums_js__WEBPACK_IMPORTED_MODULE_2__.left: + offsets = { + x: reference.x - element.width, + y: commonY + }; + break; - _proto._removeBackdrop = function _removeBackdrop() { - if (this._backdrop) { - $__default["default"](this._backdrop).remove(); - this._backdrop = null; - } - }; + default: + offsets = { + x: reference.x, + y: reference.y + }; + } - _proto._showBackdrop = function _showBackdrop(callback) { - var _this9 = this; + var mainAxis = basePlacement ? (0,_getMainAxisFromPlacement_js__WEBPACK_IMPORTED_MODULE_3__["default"])(basePlacement) : null; - var animate = $__default["default"](this._element).hasClass(CLASS_NAME_FADE$4) ? CLASS_NAME_FADE$4 : ''; + if (mainAxis != null) { + var len = mainAxis === 'y' ? 'height' : 'width'; - if (this._isShown && this._config.backdrop) { - this._backdrop = document.createElement('div'); - this._backdrop.className = CLASS_NAME_BACKDROP; + switch (variation) { + case _enums_js__WEBPACK_IMPORTED_MODULE_2__.start: + offsets[mainAxis] = offsets[mainAxis] - (reference[len] / 2 - element[len] / 2); + break; - if (animate) { - this._backdrop.classList.add(animate); - } + case _enums_js__WEBPACK_IMPORTED_MODULE_2__.end: + offsets[mainAxis] = offsets[mainAxis] + (reference[len] / 2 - element[len] / 2); + break; - $__default["default"](this._backdrop).appendTo(document.body); - $__default["default"](this._element).on(EVENT_CLICK_DISMISS$1, function (event) { - if (_this9._ignoreBackdropClick) { - _this9._ignoreBackdropClick = false; - return; - } + default: + } + } - if (event.target !== event.currentTarget) { - return; - } + return offsets; +} - if (_this9._config.backdrop === 'static') { - _this9._triggerBackdropTransition(); - } else { - _this9.hide(); - } +/***/ }), + +/***/ "./node_modules/@popperjs/core/lib/utils/debounce.js": +/*!***********************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/utils/debounce.js ***! + \***********************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (/* binding */ debounce) +/* harmony export */ }); +function debounce(fn) { + var pending; + return function () { + if (!pending) { + pending = new Promise(function (resolve) { + Promise.resolve().then(function () { + pending = undefined; + resolve(fn()); }); + }); + } - if (animate) { - Util.reflow(this._backdrop); - } + return pending; + }; +} - $__default["default"](this._backdrop).addClass(CLASS_NAME_SHOW$4); +/***/ }), - if (!callback) { - return; - } +/***/ "./node_modules/@popperjs/core/lib/utils/detectOverflow.js": +/*!*****************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/utils/detectOverflow.js ***! + \*****************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - if (!animate) { - callback(); - return; - } +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (/* binding */ detectOverflow) +/* harmony export */ }); +/* harmony import */ var _dom_utils_getClippingRect_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../dom-utils/getClippingRect.js */ "./node_modules/@popperjs/core/lib/dom-utils/getClippingRect.js"); +/* harmony import */ var _dom_utils_getDocumentElement_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../dom-utils/getDocumentElement.js */ "./node_modules/@popperjs/core/lib/dom-utils/getDocumentElement.js"); +/* harmony import */ var _dom_utils_getBoundingClientRect_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../dom-utils/getBoundingClientRect.js */ "./node_modules/@popperjs/core/lib/dom-utils/getBoundingClientRect.js"); +/* harmony import */ var _computeOffsets_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./computeOffsets.js */ "./node_modules/@popperjs/core/lib/utils/computeOffsets.js"); +/* harmony import */ var _rectToClientRect_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./rectToClientRect.js */ "./node_modules/@popperjs/core/lib/utils/rectToClientRect.js"); +/* harmony import */ var _enums_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../enums.js */ "./node_modules/@popperjs/core/lib/enums.js"); +/* harmony import */ var _dom_utils_instanceOf_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../dom-utils/instanceOf.js */ "./node_modules/@popperjs/core/lib/dom-utils/instanceOf.js"); +/* harmony import */ var _mergePaddingObject_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./mergePaddingObject.js */ "./node_modules/@popperjs/core/lib/utils/mergePaddingObject.js"); +/* harmony import */ var _expandToHashMap_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./expandToHashMap.js */ "./node_modules/@popperjs/core/lib/utils/expandToHashMap.js"); - var backdropTransitionDuration = Util.getTransitionDurationFromElement(this._backdrop); - $__default["default"](this._backdrop).one(Util.TRANSITION_END, callback).emulateTransitionEnd(backdropTransitionDuration); - } else if (!this._isShown && this._backdrop) { - $__default["default"](this._backdrop).removeClass(CLASS_NAME_SHOW$4); - var callbackRemove = function callbackRemove() { - _this9._removeBackdrop(); - if (callback) { - callback(); - } - }; - if ($__default["default"](this._element).hasClass(CLASS_NAME_FADE$4)) { - var _backdropTransitionDuration = Util.getTransitionDurationFromElement(this._backdrop); - $__default["default"](this._backdrop).one(Util.TRANSITION_END, callbackRemove).emulateTransitionEnd(_backdropTransitionDuration); - } else { - callbackRemove(); - } - } else if (callback) { - callback(); - } - } // ---------------------------------------------------------------------- - // the following methods are used to handle overflowing modals - // todo (fat): these should probably be refactored out of modal.js - // ---------------------------------------------------------------------- - ; - _proto._adjustDialog = function _adjustDialog() { - var isModalOverflowing = this._element.scrollHeight > document.documentElement.clientHeight; - if (!this._isBodyOverflowing && isModalOverflowing) { - this._element.style.paddingLeft = this._scrollbarWidth + "px"; - } - if (this._isBodyOverflowing && !isModalOverflowing) { - this._element.style.paddingRight = this._scrollbarWidth + "px"; - } - }; + // eslint-disable-next-line import/no-unused-modules - _proto._resetAdjustments = function _resetAdjustments() { - this._element.style.paddingLeft = ''; - this._element.style.paddingRight = ''; - }; +function detectOverflow(state, options) { + if (options === void 0) { + options = {}; + } - _proto._checkScrollbar = function _checkScrollbar() { - var rect = document.body.getBoundingClientRect(); - this._isBodyOverflowing = Math.round(rect.left + rect.right) < window.innerWidth; - this._scrollbarWidth = this._getScrollbarWidth(); - }; + var _options = options, + _options$placement = _options.placement, + placement = _options$placement === void 0 ? state.placement : _options$placement, + _options$strategy = _options.strategy, + strategy = _options$strategy === void 0 ? state.strategy : _options$strategy, + _options$boundary = _options.boundary, + boundary = _options$boundary === void 0 ? _enums_js__WEBPACK_IMPORTED_MODULE_0__.clippingParents : _options$boundary, + _options$rootBoundary = _options.rootBoundary, + rootBoundary = _options$rootBoundary === void 0 ? _enums_js__WEBPACK_IMPORTED_MODULE_0__.viewport : _options$rootBoundary, + _options$elementConte = _options.elementContext, + elementContext = _options$elementConte === void 0 ? _enums_js__WEBPACK_IMPORTED_MODULE_0__.popper : _options$elementConte, + _options$altBoundary = _options.altBoundary, + altBoundary = _options$altBoundary === void 0 ? false : _options$altBoundary, + _options$padding = _options.padding, + padding = _options$padding === void 0 ? 0 : _options$padding; + var paddingObject = (0,_mergePaddingObject_js__WEBPACK_IMPORTED_MODULE_1__["default"])(typeof padding !== 'number' ? padding : (0,_expandToHashMap_js__WEBPACK_IMPORTED_MODULE_2__["default"])(padding, _enums_js__WEBPACK_IMPORTED_MODULE_0__.basePlacements)); + var altContext = elementContext === _enums_js__WEBPACK_IMPORTED_MODULE_0__.popper ? _enums_js__WEBPACK_IMPORTED_MODULE_0__.reference : _enums_js__WEBPACK_IMPORTED_MODULE_0__.popper; + var popperRect = state.rects.popper; + var element = state.elements[altBoundary ? altContext : elementContext]; + var clippingClientRect = (0,_dom_utils_getClippingRect_js__WEBPACK_IMPORTED_MODULE_3__["default"])((0,_dom_utils_instanceOf_js__WEBPACK_IMPORTED_MODULE_4__.isElement)(element) ? element : element.contextElement || (0,_dom_utils_getDocumentElement_js__WEBPACK_IMPORTED_MODULE_5__["default"])(state.elements.popper), boundary, rootBoundary, strategy); + var referenceClientRect = (0,_dom_utils_getBoundingClientRect_js__WEBPACK_IMPORTED_MODULE_6__["default"])(state.elements.reference); + var popperOffsets = (0,_computeOffsets_js__WEBPACK_IMPORTED_MODULE_7__["default"])({ + reference: referenceClientRect, + element: popperRect, + strategy: 'absolute', + placement: placement + }); + var popperClientRect = (0,_rectToClientRect_js__WEBPACK_IMPORTED_MODULE_8__["default"])(Object.assign({}, popperRect, popperOffsets)); + var elementClientRect = elementContext === _enums_js__WEBPACK_IMPORTED_MODULE_0__.popper ? popperClientRect : referenceClientRect; // positive = overflowing the clipping rect + // 0 or negative = within the clipping rect + + var overflowOffsets = { + top: clippingClientRect.top - elementClientRect.top + paddingObject.top, + bottom: elementClientRect.bottom - clippingClientRect.bottom + paddingObject.bottom, + left: clippingClientRect.left - elementClientRect.left + paddingObject.left, + right: elementClientRect.right - clippingClientRect.right + paddingObject.right + }; + var offsetData = state.modifiersData.offset; // Offsets can be applied only to the popper element + + if (elementContext === _enums_js__WEBPACK_IMPORTED_MODULE_0__.popper && offsetData) { + var offset = offsetData[placement]; + Object.keys(overflowOffsets).forEach(function (key) { + var multiply = [_enums_js__WEBPACK_IMPORTED_MODULE_0__.right, _enums_js__WEBPACK_IMPORTED_MODULE_0__.bottom].indexOf(key) >= 0 ? 1 : -1; + var axis = [_enums_js__WEBPACK_IMPORTED_MODULE_0__.top, _enums_js__WEBPACK_IMPORTED_MODULE_0__.bottom].indexOf(key) >= 0 ? 'y' : 'x'; + overflowOffsets[key] += offset[axis] * multiply; + }); + } - _proto._setScrollbar = function _setScrollbar() { - var _this10 = this; - - if (this._isBodyOverflowing) { - // Note: DOMNode.style.paddingRight returns the actual value or '' if not set - // while $(DOMNode).css('padding-right') returns the calculated value or 0 if not set - var fixedContent = [].slice.call(document.querySelectorAll(SELECTOR_FIXED_CONTENT)); - var stickyContent = [].slice.call(document.querySelectorAll(SELECTOR_STICKY_CONTENT)); // Adjust fixed content padding - - $__default["default"](fixedContent).each(function (index, element) { - var actualPadding = element.style.paddingRight; - var calculatedPadding = $__default["default"](element).css('padding-right'); - $__default["default"](element).data('padding-right', actualPadding).css('padding-right', parseFloat(calculatedPadding) + _this10._scrollbarWidth + "px"); - }); // Adjust sticky content margin - - $__default["default"](stickyContent).each(function (index, element) { - var actualMargin = element.style.marginRight; - var calculatedMargin = $__default["default"](element).css('margin-right'); - $__default["default"](element).data('margin-right', actualMargin).css('margin-right', parseFloat(calculatedMargin) - _this10._scrollbarWidth + "px"); - }); // Adjust body padding - - var actualPadding = document.body.style.paddingRight; - var calculatedPadding = $__default["default"](document.body).css('padding-right'); - $__default["default"](document.body).data('padding-right', actualPadding).css('padding-right', parseFloat(calculatedPadding) + this._scrollbarWidth + "px"); - } + return overflowOffsets; +} - $__default["default"](document.body).addClass(CLASS_NAME_OPEN); - }; +/***/ }), - _proto._resetScrollbar = function _resetScrollbar() { - // Restore fixed content padding - var fixedContent = [].slice.call(document.querySelectorAll(SELECTOR_FIXED_CONTENT)); - $__default["default"](fixedContent).each(function (index, element) { - var padding = $__default["default"](element).data('padding-right'); - $__default["default"](element).removeData('padding-right'); - element.style.paddingRight = padding ? padding : ''; - }); // Restore sticky content - - var elements = [].slice.call(document.querySelectorAll("" + SELECTOR_STICKY_CONTENT)); - $__default["default"](elements).each(function (index, element) { - var margin = $__default["default"](element).data('margin-right'); - - if (typeof margin !== 'undefined') { - $__default["default"](element).css('margin-right', margin).removeData('margin-right'); - } - }); // Restore body padding +/***/ "./node_modules/@popperjs/core/lib/utils/expandToHashMap.js": +/*!******************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/utils/expandToHashMap.js ***! + \******************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - var padding = $__default["default"](document.body).data('padding-right'); - $__default["default"](document.body).removeData('padding-right'); - document.body.style.paddingRight = padding ? padding : ''; - }; +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (/* binding */ expandToHashMap) +/* harmony export */ }); +function expandToHashMap(value, keys) { + return keys.reduce(function (hashMap, key) { + hashMap[key] = value; + return hashMap; + }, {}); +} - _proto._getScrollbarWidth = function _getScrollbarWidth() { - // thx d.walsh - var scrollDiv = document.createElement('div'); - scrollDiv.className = CLASS_NAME_SCROLLBAR_MEASURER; - document.body.appendChild(scrollDiv); - var scrollbarWidth = scrollDiv.getBoundingClientRect().width - scrollDiv.clientWidth; - document.body.removeChild(scrollDiv); - return scrollbarWidth; - } // Static - ; - - Modal._jQueryInterface = function _jQueryInterface(config, relatedTarget) { - return this.each(function () { - var data = $__default["default"](this).data(DATA_KEY$5); - - var _config = _extends({}, Default$4, $__default["default"](this).data(), typeof config === 'object' && config ? config : {}); - - if (!data) { - data = new Modal(this, _config); - $__default["default"](this).data(DATA_KEY$5, data); - } +/***/ }), - if (typeof config === 'string') { - if (typeof data[config] === 'undefined') { - throw new TypeError("No method named \"" + config + "\""); - } +/***/ "./node_modules/@popperjs/core/lib/utils/getAltAxis.js": +/*!*************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/utils/getAltAxis.js ***! + \*************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - data[config](relatedTarget); - } else if (_config.show) { - data.show(relatedTarget); - } - }); - }; +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (/* binding */ getAltAxis) +/* harmony export */ }); +function getAltAxis(axis) { + return axis === 'x' ? 'y' : 'x'; +} - _createClass(Modal, null, [{ - key: "VERSION", - get: function get() { - return VERSION$5; - } - }, { - key: "Default", - get: function get() { - return Default$4; - } - }]); +/***/ }), - return Modal; - }(); - /** - * Data API implementation - */ +/***/ "./node_modules/@popperjs/core/lib/utils/getBasePlacement.js": +/*!*******************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/utils/getBasePlacement.js ***! + \*******************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (/* binding */ getBasePlacement) +/* harmony export */ }); +function getBasePlacement(placement) { + return placement.split('-')[0]; +} - $__default["default"](document).on(EVENT_CLICK_DATA_API$1, SELECTOR_DATA_TOGGLE$1, function (event) { - var _this11 = this; +/***/ }), - var target; - var selector = Util.getSelectorFromElement(this); +/***/ "./node_modules/@popperjs/core/lib/utils/getFreshSideObject.js": +/*!*********************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/utils/getFreshSideObject.js ***! + \*********************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - if (selector) { - target = document.querySelector(selector); - } +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (/* binding */ getFreshSideObject) +/* harmony export */ }); +function getFreshSideObject() { + return { + top: 0, + right: 0, + bottom: 0, + left: 0 + }; +} + +/***/ }), - var config = $__default["default"](target).data(DATA_KEY$5) ? 'toggle' : _extends({}, $__default["default"](target).data(), $__default["default"](this).data()); +/***/ "./node_modules/@popperjs/core/lib/utils/getMainAxisFromPlacement.js": +/*!***************************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/utils/getMainAxisFromPlacement.js ***! + \***************************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - if (this.tagName === 'A' || this.tagName === 'AREA') { - event.preventDefault(); - } +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (/* binding */ getMainAxisFromPlacement) +/* harmony export */ }); +function getMainAxisFromPlacement(placement) { + return ['top', 'bottom'].indexOf(placement) >= 0 ? 'x' : 'y'; +} - var $target = $__default["default"](target).one(EVENT_SHOW$2, function (showEvent) { - if (showEvent.isDefaultPrevented()) { - // Only register focus restorer if modal will actually get shown - return; - } +/***/ }), - $target.one(EVENT_HIDDEN$2, function () { - if ($__default["default"](_this11).is(':visible')) { - _this11.focus(); - } - }); - }); +/***/ "./node_modules/@popperjs/core/lib/utils/getOppositePlacement.js": +/*!***********************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/utils/getOppositePlacement.js ***! + \***********************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - Modal._jQueryInterface.call($__default["default"](target), config, this); +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (/* binding */ getOppositePlacement) +/* harmony export */ }); +var hash = { + left: 'right', + right: 'left', + bottom: 'top', + top: 'bottom' +}; +function getOppositePlacement(placement) { + return placement.replace(/left|right|bottom|top/g, function (matched) { + return hash[matched]; }); - /** - * jQuery - */ +} - $__default["default"].fn[NAME$5] = Modal._jQueryInterface; - $__default["default"].fn[NAME$5].Constructor = Modal; +/***/ }), - $__default["default"].fn[NAME$5].noConflict = function () { - $__default["default"].fn[NAME$5] = JQUERY_NO_CONFLICT$5; - return Modal._jQueryInterface; - }; +/***/ "./node_modules/@popperjs/core/lib/utils/getOppositeVariationPlacement.js": +/*!********************************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/utils/getOppositeVariationPlacement.js ***! + \********************************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - /** - * -------------------------------------------------------------------------- - * Bootstrap (v4.6.2): tools/sanitizer.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) - * -------------------------------------------------------------------------- - */ - var uriAttrs = ['background', 'cite', 'href', 'itemtype', 'longdesc', 'poster', 'src', 'xlink:href']; - var ARIA_ATTRIBUTE_PATTERN = /^aria-[\w-]*$/i; - var DefaultWhitelist = { - // Global attributes allowed on any supplied element below. - '*': ['class', 'dir', 'id', 'lang', 'role', ARIA_ATTRIBUTE_PATTERN], - a: ['target', 'href', 'title', 'rel'], - area: [], - b: [], - br: [], - col: [], - code: [], - div: [], - em: [], - hr: [], - h1: [], - h2: [], - h3: [], - h4: [], - h5: [], - h6: [], - i: [], - img: ['src', 'srcset', 'alt', 'title', 'width', 'height'], - li: [], - ol: [], - p: [], - pre: [], - s: [], - small: [], - span: [], - sub: [], - sup: [], - strong: [], - u: [], - ul: [] - }; - /** - * A pattern that recognizes a commonly useful subset of URLs that are safe. - * - * Shoutout to Angular https://github.com/angular/angular/blob/12.2.x/packages/core/src/sanitization/url_sanitizer.ts - */ +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (/* binding */ getOppositeVariationPlacement) +/* harmony export */ }); +var hash = { + start: 'end', + end: 'start' +}; +function getOppositeVariationPlacement(placement) { + return placement.replace(/start|end/g, function (matched) { + return hash[matched]; + }); +} - var SAFE_URL_PATTERN = /^(?:(?:https?|mailto|ftp|tel|file|sms):|[^#&/:?]*(?:[#/?]|$))/i; - /** - * A pattern that matches safe data URLs. Only matches image, video and audio types. - * - * Shoutout to Angular https://github.com/angular/angular/blob/12.2.x/packages/core/src/sanitization/url_sanitizer.ts - */ +/***/ }), + +/***/ "./node_modules/@popperjs/core/lib/utils/getVariation.js": +/*!***************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/utils/getVariation.js ***! + \***************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - var DATA_URL_PATTERN = /^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[\d+/a-z]+=*$/i; +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (/* binding */ getVariation) +/* harmony export */ }); +function getVariation(placement) { + return placement.split('-')[1]; +} - function allowedAttribute(attr, allowedAttributeList) { - var attrName = attr.nodeName.toLowerCase(); +/***/ }), - if (allowedAttributeList.indexOf(attrName) !== -1) { - if (uriAttrs.indexOf(attrName) !== -1) { - return Boolean(SAFE_URL_PATTERN.test(attr.nodeValue) || DATA_URL_PATTERN.test(attr.nodeValue)); - } +/***/ "./node_modules/@popperjs/core/lib/utils/math.js": +/*!*******************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/utils/math.js ***! + \*******************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - return true; - } +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ max: () => (/* binding */ max), +/* harmony export */ min: () => (/* binding */ min), +/* harmony export */ round: () => (/* binding */ round) +/* harmony export */ }); +var max = Math.max; +var min = Math.min; +var round = Math.round; - var regExp = allowedAttributeList.filter(function (attrRegex) { - return attrRegex instanceof RegExp; - }); // Check if a regular expression validates the attribute. +/***/ }), - for (var i = 0, len = regExp.length; i < len; i++) { - if (regExp[i].test(attrName)) { - return true; - } - } +/***/ "./node_modules/@popperjs/core/lib/utils/mergeByName.js": +/*!**************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/utils/mergeByName.js ***! + \**************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - return false; - } +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (/* binding */ mergeByName) +/* harmony export */ }); +function mergeByName(modifiers) { + var merged = modifiers.reduce(function (merged, current) { + var existing = merged[current.name]; + merged[current.name] = existing ? Object.assign({}, existing, current, { + options: Object.assign({}, existing.options, current.options), + data: Object.assign({}, existing.data, current.data) + }) : current; + return merged; + }, {}); // IE11 does not support Object.values + + return Object.keys(merged).map(function (key) { + return merged[key]; + }); +} - function sanitizeHtml(unsafeHtml, whiteList, sanitizeFn) { - if (unsafeHtml.length === 0) { - return unsafeHtml; - } +/***/ }), - if (sanitizeFn && typeof sanitizeFn === 'function') { - return sanitizeFn(unsafeHtml); - } +/***/ "./node_modules/@popperjs/core/lib/utils/mergePaddingObject.js": +/*!*********************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/utils/mergePaddingObject.js ***! + \*********************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - var domParser = new window.DOMParser(); - var createdDocument = domParser.parseFromString(unsafeHtml, 'text/html'); - var whitelistKeys = Object.keys(whiteList); - var elements = [].slice.call(createdDocument.body.querySelectorAll('*')); +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (/* binding */ mergePaddingObject) +/* harmony export */ }); +/* harmony import */ var _getFreshSideObject_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./getFreshSideObject.js */ "./node_modules/@popperjs/core/lib/utils/getFreshSideObject.js"); - var _loop = function _loop(i, len) { - var el = elements[i]; - var elName = el.nodeName.toLowerCase(); +function mergePaddingObject(paddingObject) { + return Object.assign({}, (0,_getFreshSideObject_js__WEBPACK_IMPORTED_MODULE_0__["default"])(), paddingObject); +} - if (whitelistKeys.indexOf(el.nodeName.toLowerCase()) === -1) { - el.parentNode.removeChild(el); - return "continue"; - } +/***/ }), - var attributeList = [].slice.call(el.attributes); // eslint-disable-next-line unicorn/prefer-spread +/***/ "./node_modules/@popperjs/core/lib/utils/orderModifiers.js": +/*!*****************************************************************!*\ + !*** ./node_modules/@popperjs/core/lib/utils/orderModifiers.js ***! + \*****************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - var whitelistedAttributes = [].concat(whiteList['*'] || [], whiteList[elName] || []); - attributeList.forEach(function (attr) { - if (!allowedAttribute(attr, whitelistedAttributes)) { - el.removeAttribute(attr.nodeName); - } - }); - }; +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (/* binding */ orderModifiers) +/* harmony export */ }); +/* harmony import */ var _enums_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../enums.js */ "./node_modules/@popperjs/core/lib/enums.js"); + // source: https://stackoverflow.com/questions/49875255 - for (var i = 0, len = elements.length; i < len; i++) { - var _ret = _loop(i); +function order(modifiers) { + var map = new Map(); + var visited = new Set(); + var result = []; + modifiers.forEach(function (modifier) { + map.set(modifier.name, modifier); + }); // On visiting object, check for its dependencies and visit them recursively - if (_ret === "continue") continue; - } + function sort(modifier) { + visited.add(modifier.name); + var requires = [].concat(modifier.requires || [], modifier.requiresIfExists || []); + requires.forEach(function (dep) { + if (!visited.has(dep)) { + var depModifier = map.get(dep); - return createdDocument.body.innerHTML; + if (depModifier) { + sort(depModifier); + } + } + }); + result.push(modifier); } - /** - * Constants - */ + modifiers.forEach(function (modifier) { + if (!visited.has(modifier.name)) { + // check for visited object + sort(modifier); + } + }); + return result; +} - var NAME$4 = 'tooltip'; - var VERSION$4 = '4.6.2'; - var DATA_KEY$4 = 'bs.tooltip'; - var EVENT_KEY$4 = "." + DATA_KEY$4; - var JQUERY_NO_CONFLICT$4 = $__default["default"].fn[NAME$4]; - var CLASS_PREFIX$1 = 'bs-tooltip'; - var BSCLS_PREFIX_REGEX$1 = new RegExp("(^|\\s)" + CLASS_PREFIX$1 + "\\S+", 'g'); - var DISALLOWED_ATTRIBUTES = ['sanitize', 'whiteList', 'sanitizeFn']; - var CLASS_NAME_FADE$3 = 'fade'; - var CLASS_NAME_SHOW$3 = 'show'; - var HOVER_STATE_SHOW = 'show'; - var HOVER_STATE_OUT = 'out'; - var SELECTOR_TOOLTIP_INNER = '.tooltip-inner'; - var SELECTOR_ARROW = '.arrow'; - var TRIGGER_HOVER = 'hover'; - var TRIGGER_FOCUS = 'focus'; - var TRIGGER_CLICK = 'click'; - var TRIGGER_MANUAL = 'manual'; - var AttachmentMap = { - AUTO: 'auto', - TOP: 'top', - RIGHT: 'right', - BOTTOM: 'bottom', - LEFT: 'left' - }; - var Default$3 = { - animation: true, - template: '