/* a {
  color: #000;
}

a:focus {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: black;
  text-decoration: none;
} */


.pointer {
    cursor: pointer !important;
}

.object-contain {
    object-fit: contain;
}

.object-cover {
    object-fit: cover;
}

.object-fill {
    object-fit: fill;
}

.object-none {
    object-fit: none;
}

.object-scale-down {
    object-fit: scale-down;
}

.nowrap {
    white-space: nowrap !important;
}


.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.transition {
    transition: 25s;
}

.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-6 {
    order: 6 !important;
}

.order-7 {
    order: 7 !important;
}

.order-last {
    order: 6 !important;
}


.aspect-sq {
    aspect-ratio: 1 / 1 !important;
}

.aspect-video {
    aspect-ratio: 16 / 9 !important;
}

.flex-1 {
    flex: 1;
}

.g_5 {
    gap: .5rem !important;
}

.g-1 {
    gap: 1rem;
}

.g-2 {
    gap: 2rem;
}

.g-3 {
    gap: 3rem;
}

.g-4 {
    gap: 4rem;
}

.g-5 {
    gap: 5rem;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-auto {
    overflow: auto;
}

.overflow-visible {
    overflow: visible;
}

.overflow-scroll {
    overflow: scroll;
}

.overflow-hidden {
    overflow: hidden;
}


.align-top {
    vertical-align: top !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-middle {
    vertical-align: middle !important;
}

.glass-morphism {
    /* -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(255, 255, 255, 0.9) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); */

    /* box-shadow: inset 0px -1px 1px #E7EBF0; */
    backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.72);

}


.f-1 {
    font-size: 1rem !important;
}

.f-1\/25 {
    font-size: 1.25rem !important;
}

.f-1\/5 {
    font-size: 1.5rem !important;
}

.f-1\/75 {
    font-size: 1.75rem !important;
}

.f-2 {
    font-size: 2rem !important;
}

.f-2\/25 {
    font-size: 2.25rem !important;
}

.f-2\/5 {
    font-size: 2.5rem !important;
}

.f-2\/75 {
    font-size: 2.75rem !important;
}

.f-3 {
    font-size: 3rem !important;
}

.f-4 {
    font-size: 4rem !important;
}

.f-5 {
    font-size: 5rem !important;
}

.f-6 {
    font-size: 6rem !important;
}

.f-7 {
    font-size: 7em !important;
}

.f-8 {
    font-size: 8em !important;
}

.f-9 {
    font-size: 9em !important;
}

.f-10 {
    font-size: 10em !important;
}

.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-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-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;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    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;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-end {
    border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
    border-right: 0 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-start {
    border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #0d6efd !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #198754 !important;
}

.border-info {
    border-color: #0dcaf0 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #212529 !important;
}

.border-white {
    border-color: #fff !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;
}

.translate-middle {
    transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
    transform: translateX(-50%) !important;
}

.translate-middle-y {
    transform: translateY(-50%) !important;
}

.bold {
    font-weight: bold;
}

ul {
    list-style: none;
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem;
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2;
}

@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.2;
}

@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem;
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}

@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.2;
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem;
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem;
    }
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-bolder {
    font-weight: bolder !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-lighter {
    font-weight: lighter !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.mirror {
    transform: scaleX(-1) !important;
}

.badge-primary {
    background-color: #337ab7 !important;
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    background-color: #9db2c4 !important;
}

.badge-success {
    background-color: #5cb85c !important;
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    background-color: #449d44 !important;
}

.badge-info {
    background-color: #5bc0de !important;
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    background-color: #31b0d5 !important;
}

.badge-warning {
    background-color: #f0ad4e !important;
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    background-color: #ec971f !important;
}

.badge-danger {
    background-color: #d9534f !important;
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    background-color: #c9302c !important;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem !important;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #cacaca;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5rem;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block;
}

.d-inline {
    display: inline;
}

.d-flex {
    display: flex !important;
}

.d-grid {
    display: grid !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row {
    flex-direction: row !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;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-start {
    justify-content: flex-start !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-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;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.position-static {
    position: static !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;
}

.right-1 {
    right: 1rem;
}

.right-0 {
    right: 0;
}

.right-50 {
    right: 50%;
}

.right-100 {
    right: 100%;
}

.left-1 {
    left: 1rem;
}

.left-0 {
    left: 0;
}

.left-50 {
    left: 50%;
}

.left-100 {
    left: 100%;
}

.w-1 {
    width: 1rem;
}

.w-2 {
    width: 2rem;
}

.w-3 {
    width: 3rem;
}

.w-4 {
    width: 4rem;
}

.w-5 {
    width: 5rem;
}

.w-6 {
    width: 6rem;
}

.w-7 {
    width: 7rem;
}

.w-8 {
    width: 8rem;
}

.w-9 {
    width: 9rem;
}

.w-10 {
    width: 10rem;
}

.w-25 {
    width: 25% !important;
}

.w-40 {
    width: 40% !important;
}

.w-50 {
    width: 50% !important;
}

.w-60 {
    width: 60% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-fit {
    width: fit-content !important;
}


.h-1 {
    height: 1rem !important;
}

.h-2 {
    height: 2rem !important;
}

.h-3 {
    height: 3rem !important;
}

.h-4 {
    height: 4rem !important;
}

.h-5 {
    height: 5rem !important;
}

.h-6 {
    height: 6rem !important;
}

.h-7 {
    height: 7rem !important;
}

.h-8 {
    height: 8rem !important;
}

.h-9 {
    height: 9rem !important;
}

.h-10 {
    height: 10rem !important;
}

.h-fit {
    height: fit-content !important;
}

.h-100 {
    height: 100%;
}

.white {
    color: white;
}

.m-auto {
    margin: auto !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-1 {
    margin-right: 1rem !important;
}

.mr-2 {
    margin-right: 2rem !important;
}

.mr-3 {
    margin-right: 3rem !important;
}

.mr-4 {
    margin-right: 4rem !important;
}

.mr-5 {
    margin-right: 5rem !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-1 {
    margin-left: 1rem !important;
}

.ml-2 {
    margin-left: 2rem !important;
}

.ml-3 {
    margin-left: 3rem !important;
}

.ml-4 {
    margin-left: 4rem !important;
}

.ml-5 {
    margin-left: 5rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 1rem !important;
}

.mt-2 {
    margin-top: 2rem !important;
}

.mt-3 {
    margin-top: 3rem !important;
}

.mt-4 {
    margin-top: 4rem !important;
}

.mt-5 {
    margin-top: 5rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.mb-2 {
    margin-bottom: 2rem !important;
}

.mb-3 {
    margin-bottom: 3rem !important;
}

.mb-4 {
    margin-bottom: 4rem !important;
}

.mb-5 {
    margin-bottom: 5rem !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 1rem !important;
}

.m-2 {
    margin: 1rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1rem !important;
}

.m-5 {
    margin: 1rem !important;
}

.mx-1 {
    margin: 0 1rem !important;
}

.mx-2 {
    margin: 0 2rem !important;
}

.mx-3 {
    margin: 0 3rem !important;
}

.mx-4 {
    margin: 0 4rem !important;
}

.mx-5 {
    margin: 0 5rem !important;
}

.my-1 {
    margin: 1rem 0 !important;
}

.my-2 {
    margin: 2rem 0 !important;
}

.my-3 {
    margin: 3rem 0 !important;
}

.my-4 {
    margin: 4rem 0 !important;
}

.my-5 {
    margin: 5rem 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-1 {
    padding-right: 1rem !important;
}

.pr-2 {
    padding-right: 2rem !important;
}

.pr-3 {
    padding-right: 3rem !important;
}

.pr-4 {
    padding-right: 4rem !important;
}

.pr-5 {
    padding-right: 5rem !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-1 {
    padding-left: 1rem !important;
}

.pl-2 {
    padding-left: 2rem !important;
}

.pl-3 {
    padding-left: 3rem !important;
}

.pl-4 {
    padding-left: 4rem !important;
}

.pl-5 {
    padding-left: 5rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 1rem !important;
}

.pt-2 {
    padding-top: 2rem !important;
}

.pt-3 {
    padding-top: 3rem !important;
}

.pt-4 {
    padding-top: 4rem !important;
}

.pt-5 {
    padding-top: 5rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 1rem !important;
}

.pb-2 {
    padding-bottom: 2rem !important;
}

.pb-3 {
    padding-bottom: 3rem !important;
}

.pb-4 {
    padding-bottom: 4rem !important;
}

.pb-5 {
    padding-bottom: 5rem !important;
}

.pb-0 {
    padding: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 1rem !important;
}

.p-2 {
    padding: 2rem !important;
}

.p-3 {
    padding: 3rem !important;
}

.p-4 {
    padding: 4rem !important;
}

.p-5 {
    padding: 5rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}

.px-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.px-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}

.px-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
}

.py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.py-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.py-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.py-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-1 {
    border-radius: 0.2rem !important;
}

.rounded-2 {
    border-radius: 0.25rem !important;
}

.rounded-3 {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-end {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
}

.column {
    flex-direction: column;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-justify {
    text-align: justify;
}

.d-inline-block {
    display: inline-block;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    /* font-size: 1rem; */
    border-radius: 0.25rem;
    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 !important;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none !important;
    }
}

/*.btn:hover {*/
/*    color: #212529 !important;*/
/*}*/

.btn-check:focus + .btn,
.btn:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    pointer-events: none !important;
    opacity: 0.65 !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #0b5ed7 !important;
    border-color: #0a58ca !important;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
    color: #fff !important;
    background-color: #0b5ed7 !important;
    border-color: #0a58ca !important;
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5) !important;
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #0a58ca !important;
    border-color: #0a53be !important;
}

.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5) !important;
}

.btn-primary:disabled,
.btn-primary.disabled {
    color: #fff !important;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
}

.btn-secondary {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

.btn-secondary:hover {
    color: #fff !important;
    background-color: #5c636a !important;
    border-color: #565e64 !important;
}

.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
    color: #fff !important;
    background-color: #5c636a !important;
    border-color: #565e64 !important;
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5) !important;
}

.btn-check:checked + .btn-secondary,
.btn-check:active + .btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff !important;
    background-color: #565e64 !important;
    border-color: #51585e !important;
}

.btn-check:checked + .btn-secondary:focus,
.btn-check:active + .btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5) !important;
}

.btn-secondary:disabled,
.btn-secondary.disabled {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

.btn-success {
    color: #fff !important;
    background-color: #198754 !important;
    border-color: #198754 !important;
}

.btn-success:hover {
    color: #fff !important;
    background-color: #157347 !important;
    border-color: #146c43 !important;
}

.btn-check:focus + .btn-success,
.btn-success:focus {
    color: #fff !important;
    background-color: #157347 !important;
    border-color: #146c43 !important;
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5) !important;
}

.btn-check:checked + .btn-success,
.btn-check:active + .btn-success,
.btn-success:active,
.btn-success.active,
.show > .btn-success.dropdown-toggle {
    color: #fff !important;
    background-color: #146c43 !important;
    border-color: #13653f !important;
}

.btn-check:checked + .btn-success:focus,
.btn-check:active + .btn-success:focus,
.btn-success:active:focus,
.btn-success.active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5) !important;
}

.btn-success:disabled,
.btn-success.disabled {
    color: #fff !important;
    background-color: #198754 !important;
    border-color: #198754 !important;
}

.btn-info {
    color: #000 !important;
    background-color: #0dcaf0 !important;
    border-color: #0dcaf0 !important;
}

.btn-info:hover {
    color: #000 !important;
    background-color: #31d2f2 !important;
    border-color: #25cff2 !important;
}

.btn-check:focus + .btn-info,
.btn-info:focus {
    color: #000 !important;
    background-color: #31d2f2 !important;
    border-color: #25cff2 !important;
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5) !important;
}

.btn-check:checked + .btn-info,
.btn-check:active + .btn-info,
.btn-info:active,
.btn-info.active,
.show > .btn-info.dropdown-toggle {
    color: #000 !important;
    background-color: #3dd5f3 !important;
    border-color: #25cff2 !important;
}

.btn-check:checked + .btn-info:focus,
.btn-check:active + .btn-info:focus,
.btn-info:active:focus,
.btn-info.active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5) !important;
}

.btn-info:disabled,
.btn-info.disabled {
    color: #000 !important;
    background-color: #0dcaf0 !important;
    border-color: #0dcaf0 !important;
}

.btn-warning {
    color: #000 !important;
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}

.btn-warning:hover {
    color: #000 !important;
    background-color: #ffca2c !important;
    border-color: #ffc720 !important;
}

.btn-check:focus + .btn-warning,
.btn-warning:focus {
    color: #000 !important;
    background-color: #ffca2c !important;
    border-color: #ffc720 !important;
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5) !important;
}

.btn-check:checked + .btn-warning,
.btn-check:active + .btn-warning,
.btn-warning:active,
.btn-warning.active,
.show > .btn-warning.dropdown-toggle {
    color: #000 !important;
    background-color: #ffcd39 !important;
    border-color: #ffc720 !important;
}

.btn-check:checked + .btn-warning:focus,
.btn-check:active + .btn-warning:focus,
.btn-warning:active:focus,
.btn-warning.active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5) !important;
}

.btn-warning:disabled,
.btn-warning.disabled {
    color: #000 !important;
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}

.btn-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn-danger:hover {
    color: #fff !important;
    background-color: #bb2d3b !important;
    border-color: #b02a37 !important;
}

.btn-check:focus + .btn-danger,
.btn-danger:focus {
    color: #fff !important;
    background-color: #bb2d3b !important;
    border-color: #b02a37 !important;
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5) !important;
}

.btn-check:checked + .btn-danger,
.btn-check:active + .btn-danger,
.btn-danger:active,
.btn-danger.active,
.show > .btn-danger.dropdown-toggle {
    color: #fff !important;
    background-color: #b02a37 !important;
    border-color: #a52834 !important;
}

.btn-check:checked + .btn-danger:focus,
.btn-check:active + .btn-danger:focus,
.btn-danger:active:focus,
.btn-danger.active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5) !important;
}

.btn-danger:disabled,
.btn-danger.disabled {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn-light {
    color: #000 !important;
    background-color: #f8f9fa !important;
    border-color: #f8f9fa !important;
}

.btn-light:hover {
    color: #000 !important;
    background-color: #f9fafb !important;
    border-color: #f9fafb !important;
}

.btn-check:focus + .btn-light,
.btn-light:focus {
    color: #000 !important;
    background-color: #f9fafb !important;
    border-color: #f9fafb !important;
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5) !important;
}

.btn-check:checked + .btn-light,
.btn-check:active + .btn-light,
.btn-light:active,
.btn-light.active,
.show > .btn-light.dropdown-toggle {
    color: #000 !important;
    background-color: #f9fafb !important;
    border-color: #f9fafb !important;
}

.btn-check:checked + .btn-light:focus,
.btn-check:active + .btn-light:focus,
.btn-light:active:focus,
.btn-light.active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5) !important;
}

.btn-light:disabled,
.btn-light.disabled {
    color: #000 !important;
    background-color: #f8f9fa !important;
    border-color: #f8f9fa !important;
}

.btn-dark {
    color: #fff !important;
    background-color: #212529 !important;
    border-color: #212529 !important;
}

.btn-dark:hover {
    color: #fff !important;
    background-color: #1c1f23 !important;
    border-color: #1a1e21 !important;
}

.btn-check:focus + .btn-dark,
.btn-dark:focus {
    color: #fff !important;
    background-color: #1c1f23 !important;
    border-color: #1a1e21 !important;
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5) !important;
}

.btn-check:checked + .btn-dark,
.btn-check:active + .btn-dark,
.btn-dark:active,
.btn-dark.active,
.show > .btn-dark.dropdown-toggle {
    color: #fff !important;
    background-color: #1a1e21 !important;
    border-color: #191c1f !important;
}

.btn-check:checked + .btn-dark:focus,
.btn-check:active + .btn-dark:focus,
.btn-dark:active:focus,
.btn-dark.active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5) !important;
}

.btn-dark:disabled,
.btn-dark.disabled {
    color: #fff !important;
    background-color: #212529 !important;
    border-color: #212529 !important;
}

.btn-outline-primary {
    color: #0d6efd !important;
    border-color: #0d6efd !important;
}

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
}

.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5) !important;
}

.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
    color: #fff !important;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
}

.btn-check:checked + .btn-outline-primary:focus,
.btn-check:active + .btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5) !important;
}

.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
    color: #0d6efd !important;
    background-color: transparent !important;
}

.btn-outline-secondary {
    color: #6c757d !important;
    border-color: #6c757d !important;
}

.btn-outline-secondary:hover {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5) !important;
}

.btn-check:checked + .btn-outline-secondary,
.btn-check:active + .btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

.btn-check:checked + .btn-outline-secondary:focus,
.btn-check:active + .btn-outline-secondary:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5) !important;
}

.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
    color: #6c757d !important;
    background-color: transparent !important;
}

.btn-outline-success {
    color: #198754 !important;
    border-color: #198754 !important;
}

.btn-outline-success:hover {
    color: #fff !important;
    background-color: #198754 !important;
    border-color: #198754 !important;
}

.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5) !important;
}

.btn-check:checked + .btn-outline-success,
.btn-check:active + .btn-outline-success,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show {
    color: #fff !important;
    background-color: #198754 !important;
    border-color: #198754 !important;
}

.btn-check:checked + .btn-outline-success:focus,
.btn-check:active + .btn-outline-success:focus,
.btn-outline-success:active:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5) !important;
}

.btn-outline-success:disabled,
.btn-outline-success.disabled {
    color: #198754 !important;
    background-color: transparent !important;
}

.btn-outline-info {
    color: #0dcaf0 !important;
    border-color: #0dcaf0 !important;
}

.btn-outline-info:hover {
    color: #000 !important;
    background-color: #0dcaf0 !important;
    border-color: #0dcaf0 !important;
}

.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5) !important;
}

.btn-check:checked + .btn-outline-info,
.btn-check:active + .btn-outline-info,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show {
    color: #000 !important;
    background-color: #0dcaf0 !important;
    border-color: #0dcaf0 !important;
}

.btn-check:checked + .btn-outline-info:focus,
.btn-check:active + .btn-outline-info:focus,
.btn-outline-info:active:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5) !important;
}

.btn-outline-info:disabled,
.btn-outline-info.disabled {
    color: #0dcaf0 !important;
    background-color: transparent !important;
}

.btn-outline-warning {
    color: #ffc107 !important;
    border-color: #ffc107 !important;
}

.btn-outline-warning:hover {
    color: #000 !important;
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}

.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5) !important;
}

.btn-check:checked + .btn-outline-warning,
.btn-check:active + .btn-outline-warning,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show {
    color: #000 !important;
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}

.btn-check:checked + .btn-outline-warning:focus,
.btn-check:active + .btn-outline-warning:focus,
.btn-outline-warning:active:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5) !important;
}

.btn-outline-warning:disabled,
.btn-outline-warning.disabled {
    color: #ffc107 !important;
    background-color: transparent !important;
}

.btn-outline-danger {
    color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn-outline-danger:hover {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5) !important;
}

.btn-check:checked + .btn-outline-danger,
.btn-check:active + .btn-outline-danger,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn-check:checked + .btn-outline-danger:focus,
.btn-check:active + .btn-outline-danger:focus,
.btn-outline-danger:active:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5) !important;
}

.btn-outline-danger:disabled,
.btn-outline-danger.disabled {
    color: #dc3545 !important;
    background-color: transparent !important;
}

.btn-outline-light {
    color: #f8f9fa !important;
    border-color: #f8f9fa !important;
}

.btn-outline-light:hover {
    color: #000 !important;
    background-color: #f8f9fa !important;
    border-color: #f8f9fa !important;
}

.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5) !important;
}

.btn-check:checked + .btn-outline-light,
.btn-check:active + .btn-outline-light,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show {
    color: #000 !important;
    background-color: #f8f9fa !important;
    border-color: #f8f9fa !important;
}

.btn-check:checked + .btn-outline-light:focus,
.btn-check:active + .btn-outline-light:focus,
.btn-outline-light:active:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5) !important;
}

.btn-outline-light:disabled,
.btn-outline-light.disabled {
    color: #f8f9fa !important;
    background-color: transparent !important;
}

.btn-outline-dark {
    color: #212529 !important;
    border-color: #212529 !important;
}

.btn-outline-dark:hover {
    color: #fff !important;
    background-color: #212529 !important;
    border-color: #212529 !important;
}

.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5) !important;
}

.btn-check:checked + .btn-outline-dark,
.btn-check:active + .btn-outline-dark,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show {
    color: #fff !important;
    background-color: #212529 !important;
    border-color: #212529 !important;
}

.btn-check:checked + .btn-outline-dark:focus,
.btn-check:active + .btn-outline-dark:focus,
.btn-outline-dark:active:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5) !important;
}

.btn-outline-dark:disabled,
.btn-outline-dark.disabled {
    color: #212529 !important;
    background-color: transparent !important;
}

.btn-link {
    font-weight: 400 !important;
    color: #0d6efd !important;
    text-decoration: underline !important;
}

.btn-link:hover {
    color: #0a58ca !important;
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d !important;
}

/*.btn-lg,*/
/*.btn-group-lg > .btn {*/
/*    padding: 0.5rem 1rem !important;*/
/*    font-size: 1.25rem !important;*/
/*    border-radius: 0.3rem !important;*/
/*}*/

/*.btn-sm,*/
/*.btn-group-sm > .btn {*/
/*    padding: 0.25rem 0.5rem !important;*/
/*    font-size: 0.875rem !important;*/
/*    border-radius: 0.2rem !important;*/
/*}*/

.text-muted {
    color: #6c757d !important;
}


@media (min-width: 0) {
    .f-xs-1 {
        font-size: 1rem !important;
    }

    .f-xs-1\/25 {
        font-size: 1.25rem !important;
    }

    .f-xs-1\/5 {
        font-size: 1.5rem !important;
    }

    .f-xs-1\/75 {
        font-size: 1.75rem !important;
    }

    .f-xs-2 {
        font-size: 2rem !important;
    }

    .f-xs-2\/25 {
        font-size: 2.25rem !important;
    }

    .f-xs-2\/5 {
        font-size: 2.5rem !important;
    }

    .f-xs-2\/75 {
        font-size: 2.75rem !important;
    }

    .f-xs-3 {
        font-size: 3rem !important;
    }

    .f-xs-4 {
        font-size: 4rem !important;
    }

    .f-xs-5 {
        font-size: 5rem !important;
    }

    .flex-xs-1 {
        flex: 1;
    }

    .justify-content-xs-start {
        justify-content: flex-start !important;
    }

    .justify-content-xs-end {
        justify-content: flex-end !important;
    }

    .justify-content-xs-center {
        justify-content: center !important;
    }

    .justify-content-xs-between {
        justify-content: space-between !important;
    }

    .justify-content-xs-around {
        justify-content: space-around !important;
    }

    .justify-content-xs-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xs-start {
        align-items: flex-start !important;
    }

    .align-items-xs-end {
        align-items: flex-end !important;
    }

    .align-items-xs-center {
        align-items: center !important;;
    }

    .align-items-xs-baseline {
        align-items: baseline !important;
    }


    .w-xs-1 {
        width: 1rem;
    }

    .w-xs-2 {
        width: 2rem;
    }

    .w-xs-3 {
        width: 3rem;
    }

    .w-xs-4 {
        width: 4rem;
    }

    .w-xs-5 {
        width: 5rem;
    }

    .w-xs-6 {
        width: 6rem;
    }

    .w-xs-7 {
        width: 7rem;
    }

    .w-xs-8 {
        width: 8rem;
    }

    .w-xs-9 {
        width: 9rem;
    }

    .w-x-10 {
        width: 10rem;
    }


    .w-xs-auto {
        width: auto !important;
    }

    .w-xs-25 {
        width: 25% !important;
    }

    .w-xs-40 {
        width: 40% !important;
    }

    .w-xs-50 {
        width: 50% !important;
    }

    .w-xs-75 {
        width: 75% !important;
    }

    .w-xs-60 {
        width: 60% !important;
    }

    .w-xs-100 {
        width: 100% !important;
    }

    .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
        float: right;
    }

    .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-xxs-12 {
        width: 100%;
    }

    .col-xxs-11 {
        width: 91.66666667%;
    }

    .col-xxs-10 {
        width: 83.33333333%;
    }

    .col-xxs-9 {
        width: 75%;
    }

    .col-xxs-8 {
        width: 66.66666667%;
    }

    .col-xxs-7 {
        width: 58.33333333%;
    }

    .col-xxs-6 {
        width: 50%;
    }

    .col-xxs-5 {
        width: 41.66666667%;
    }

    .col-xxs-4 {
        width: 33.33333333%;
    }

    .col-xxs-3 {
        width: 25%;
    }

    .col-xxs-2 {
        width: 16.66666667%;
    }

    .col-xxs-1 {
        width: 8.33333333%;
    }

    .flex-xs-row {
        flex-direction: row !important;
    }

    .flex-xs-column {
        flex-direction: column !important;
    }

    .flex-xs-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xs-column-reverse {
        flex-direction: column-reverse !important;
    }

    .g-xs-0 {
        gap: 0;
    }

    .g-xs-1 {
        gap: 1rem;
    }

    .g-xs-2 {
        gap: 2rem;
    }

    .g-xs-3 {
        gap: 3rem;
    }

    .g-xs-4 {
        gap: 4rem;
    }

    .g-xs-5 {
        gap: 5rem;
    }

    .order-xs-1 {
        order: 1 !important;
    }

    .order-xs-2 {
        order: 2 !important;
    }

    .d-xs-none {
        display: none !important;
    }

    .d-xs-block {
        display: block !important;
    }

    .d-xs-inline-block {
        display: inline-block !important;
    }

    .d-xs-flex {
        display: flex !important;
    }

    .m-xs-0 {
        margin: 0 !important;
    }

    .m-xs-1 {
        margin: 1rem !important;
    }

    .m-xs-2 {
        margin: 2rem !important;
    }

    .m-xs-3 {
        margin: 3rem !important;
    }

    .m-xs-4 {
        margin: 4rem !important;
    }

    .m-xs-5 {
        margin: 5rem !important;
    }

    .m-xs-auto {
        margin: auto !important;
    }

    .mx-xs-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xs-1 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xs-2 {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }

    .mx-xs-3 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xs-4 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }

    .mx-xs-5 {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }

    .mx-xs-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xs-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xs-1 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xs-2 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .my-xs-3 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xs-4 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .my-xs-5 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .my-xs-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xs-0 {
        margin-top: 0 !important;
    }

    .mt-xs-1 {
        margin-top: 1rem !important;
    }

    .mt-xs-2 {
        margin-top: 2rem !important;
    }

    .mt-xs-3 {
        margin-top: 3rem !important;
    }

    .mt-xs-4 {
        margin-top: 4rem !important;
    }

    .mt-xs-5 {
        margin-top: 5rem !important;
    }

    .mt-xs-auto {
        margin-top: auto !important;
    }

    .mr-xs-0 {
        margin-right: 0 !important;
    }

    .mr-xs-1 {
        margin-right: 1rem !important;
    }

    .mr-xs-2 {
        margin-right: 2rem !important;
    }

    .mr-xs-3 {
        margin-right: 3rem !important;
    }

    .mr-xs-4 {
        margin-right: 4rem !important;
    }

    .mr-xs-5 {
        margin-right: 5rem !important;
    }

    .mr-xs-auto {
        margin-right: auto !important;
    }

    .mb-xs-0 {
        margin-bottom: 0 !important;
    }

    .mb-xs-1 {
        margin-bottom: 1rem !important;
    }

    .mb-xs-2 {
        margin-bottom: 2rem !important;
    }

    .mb-xs-3 {
        margin-bottom: 3rem !important;
    }

    .mb-xs-4 {
        margin-bottom: 4rem !important;
    }

    .mb-xs-5 {
        margin-bottom: 5rem !important;
    }

    .mb-xs-auto {
        margin-bottom: auto !important;
    }

    .ml-xs-0 {
        margin-left: 0 !important;
    }

    .ml-xs-1 {
        margin-left: 1rem !important;
    }

    .ml-xs-2 {
        margin-left: 2rem !important;
    }

    .ml-xs-3 {
        margin-left: 3rem !important;
    }

    .ml-xs-4 {
        margin-left: 4rem !important;
    }

    .ml-xs-5 {
        margin-left: 5rem !important;
    }

    .ml-xs-auto {
        margin-left: auto !important;
    }

    .p-xs-0 {
        padding: 0 !important;
    }

    .p-xs-1 {
        padding: 1rem !important;
    }

    .p-xs-2 {
        padding: 2rem !important;
    }

    .p-xs-3 {
        padding: 3rem !important;
    }

    .p-xs-4 {
        padding: 4rem !important;
    }

    .p-xs-5 {
        padding: 5rem !important;
    }

    .px-xs-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xs-1 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xs-2 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .px-xs-3 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-xs-4 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }

    .px-xs-5 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }

    .py-xs-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xs-1 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xs-2 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .py-xs-3 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-xs-4 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .py-xs-5 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .pt-xs-0 {
        padding-top: 0 !important;
    }

    .pt-xs-1 {
        padding-top: 1rem !important;
    }

    .pt-xs-2 {
        padding-top: 2rem !important;
    }

    .pt-xs-3 {
        padding-top: 3rem !important;
    }

    .pt-xs-4 {
        padding-top: 4rem !important;
    }

    .pt-xs-5 {
        padding-top: 5rem !important;
    }

    .pr-xs-0 {
        padding-right: 0 !important;
    }

    .pr-xs-1 {
        padding-right: 1rem !important;
    }

    .pr-xs-2 {
        padding-right: 2rem !important;
    }

    .pr-xs-3 {
        padding-right: 3rem !important;
    }

    .pr-xs-4 {
        padding-right: 4rem !important;
    }

    .pr-xs-5 {
        padding-right: 5rem !important;
    }

    .pb-xs-0 {
        padding-bottom: 0 !important;
    }

    .pb-xs-1 {
        padding-bottom: 1rem !important;
    }

    .pb-xs-2 {
        padding-bottom: 2rem !important;
    }

    .pb-xs-3 {
        padding-bottom: 3rem !important;
    }

    .pb-xs-4 {
        padding-bottom: 4rem !important;
    }

    .pb-xs-5 {
        padding-bottom: 5rem !important;
    }

    .pl-xs-0 {
        padding-left: 0 !important;
    }

    .pl-xs-1 {
        padding-left: 1rem !important;
    }

    .pl-xs-2 {
        padding-left: 2rem !important;
    }

    .pl-xs-3 {
        padding-left: 3rem !important;
    }

    .pl-xs-4 {
        padding-left: 4rem !important;
    }

    .pl-xs-5 {
        padding-left: 5rem !important;
    }
}

@media (min-width: 576px) {
    .f-sm-1 {
        font-size: 1rem !important;
    }

    .f-sm-1\/25 {
        font-size: 1.25rem !important;
    }

    .f-sm-1\/5 {
        font-size: 1.5rem !important;
    }

    .f-sm-1\/75 {
        font-size: 1.75rem !important;
    }

    .f-sm-2 {
        font-size: 2rem !important;
    }

    .f-sm-2\/25 {
        font-size: 2.25rem !important;
    }

    .f-sm-2\/5 {
        font-size: 2.5rem !important;
    }

    .f-sm-2\/75 {
        font-size: 2.75rem !important;
    }

    .f-sm-3 {
        font-size: 3rem !important;
    }

    .f-sm-4 {
        font-size: 4rem !important;
    }

    .f-sm-5 {
        font-size: 5rem !important;
    }

    .g-sm-1 {
        gap: 1rem;
    }

    .g-sm-2 {
        gap: 2rem;
    }

    .g-sm-3 {
        gap: 3rem;
    }

    .g-sm-4 {
        gap: 4rem;
    }

    .g-sm-5 {
        gap: 5rem;
    }

    .order-sm-1 {
        order: 1 !important;
    }

    .order-sm-2 {
        order: 2 !important;
    }


    .w-sm-1 {
        width: 1rem;
    }

    .w-sm-2 {
        width: 2rem;
    }

    .w-sm-3 {
        width: 3rem;
    }

    .w-sm-4 {
        width: 4rem;
    }

    .w-sm-5 {
        width: 5rem;
    }

    .w-sm-6 {
        width: 6rem;
    }

    .w-sm-7 {
        width: 7rem;
    }

    .w-sm-8 {
        width: 8rem;
    }

    .w-sm-9 {
        width: 9rem;
    }

    .w-sm-10 {
        width: 10rem;
    }

    .w-sm-auto {
        width: auto !important;
    }

    .w-sm-25 {
        width: 25% !important;
    }

    .w-sm-40 {
        width: 40% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-60 {
        width: 60% !important;
    }

    .w-sm-100 {
        width: 100% !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-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: 0 !important;
    }

    .m-sm-1 {
        margin: 1rem !important;
    }

    .m-sm-2 {
        margin: 2rem !important;
    }

    .m-sm-3 {
        margin: 3rem !important;
    }

    .m-sm-4 {
        margin: 4rem !important;
    }

    .m-sm-5 {
        margin: 5rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-sm-1 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-sm-2 {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }

    .mx-sm-3 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-sm-4 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }

    .mx-sm-5 {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-sm-1 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-sm-2 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .my-sm-3 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-sm-4 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .my-sm-5 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mt-sm-1 {
        margin-top: 1rem !important;
    }

    .mt-sm-2 {
        margin-top: 2rem !important;
    }

    .mt-sm-3 {
        margin-top: 3rem !important;
    }

    .mt-sm-4 {
        margin-top: 4rem !important;
    }

    .mt-sm-5 {
        margin-top: 5rem !important;
    }

    .mt-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-0 {
        margin-right: 0 !important;
    }

    .mr-sm-1 {
        margin-right: 1rem !important;
    }

    .mr-sm-2 {
        margin-right: 2rem !important;
    }

    .mr-sm-3 {
        margin-right: 3rem !important;
    }

    .mr-sm-4 {
        margin-right: 4rem !important;
    }

    .mr-sm-5 {
        margin-right: 5rem !important;
    }

    .mr-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .mb-sm-1 {
        margin-bottom: 1rem !important;
    }

    .mb-sm-2 {
        margin-bottom: 2rem !important;
    }

    .mb-sm-3 {
        margin-bottom: 3rem !important;
    }

    .mb-sm-4 {
        margin-bottom: 4rem !important;
    }

    .mb-sm-5 {
        margin-bottom: 5rem !important;
    }

    .mb-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-0 {
        margin-left: 0 !important;
    }

    .ml-sm-1 {
        margin-left: 1rem !important;
    }

    .ml-sm-2 {
        margin-left: 2rem !important;
    }

    .ml-sm-3 {
        margin-left: 3rem !important;
    }

    .ml-sm-4 {
        margin-left: 4rem !important;
    }

    .ml-sm-5 {
        margin-left: 5rem !important;
    }

    .ml-sm-auto {
        margin-left: auto !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .p-sm-1 {
        padding: 1rem !important;
    }

    .p-sm-2 {
        padding: 2rem !important;
    }

    .p-sm-3 {
        padding: 3rem !important;
    }

    .p-sm-4 {
        padding: 4rem !important;
    }

    .p-sm-5 {
        padding: 5rem !important;
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-sm-1 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-sm-2 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .px-sm-3 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-sm-4 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }

    .px-sm-5 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-sm-1 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-sm-2 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .py-sm-3 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-sm-4 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .py-sm-5 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pt-sm-1 {
        padding-top: 1rem !important;
    }

    .pt-sm-2 {
        padding-top: 2rem !important;
    }

    .pt-sm-3 {
        padding-top: 3rem !important;
    }

    .pt-sm-4 {
        padding-top: 4rem !important;
    }

    .pt-sm-5 {
        padding-top: 5rem !important;
    }

    .pr-sm-0 {
        padding-right: 0 !important;
    }

    .pr-sm-1 {
        padding-right: 1rem !important;
    }

    .pr-sm-2 {
        padding-right: 2rem !important;
    }

    .pr-sm-3 {
        padding-right: 3rem !important;
    }

    .pr-sm-4 {
        padding-right: 4rem !important;
    }

    .pr-sm-5 {
        padding-right: 5rem !important;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .pb-sm-1 {
        padding-bottom: 1rem !important;
    }

    .pb-sm-2 {
        padding-bottom: 2rem !important;
    }

    .pb-sm-3 {
        padding-bottom: 3rem !important;
    }

    .pb-sm-4 {
        padding-bottom: 4rem !important;
    }

    .pb-sm-5 {
        padding-bottom: 5rem !important;
    }

    .pl-sm-0 {
        padding-left: 0 !important;
    }

    .pl-sm-1 {
        padding-left: 1rem !important;
    }

    .pl-sm-2 {
        padding-left: 2rem !important;
    }

    .pl-sm-3 {
        padding-left: 3rem !important;
    }

    .pl-sm-4 {
        padding-left: 4rem !important;
    }

    .pl-sm-5 {
        padding-left: 5rem !important;
    }

    .flex-sm-1 {
        flex: 1;
    }

}

@media (min-width: 768px) {
    .f-md-1 {
        font-size: 1rem !important;
    }

    .f-md-1\/25 {
        font-size: 1.25rem !important;
    }

    .f-md-1\/5 {
        font-size: 1.5rem !important;
    }

    .f-md-1\/75 {
        font-size: 1.75rem !important;
    }

    .f-md-2 {
        font-size: 2rem !important;
    }

    .f-md-2\/25 {
        font-size: 2.25rem !important;
    }

    .f-md-2\/5 {
        font-size: 2.5rem !important;
    }

    .f-md-2\/75 {
        font-size: 2.75rem !important;
    }

    .f-md-3 {
        font-size: 3rem !important;
    }

    .f-md-4 {
        font-size: 4rem !important;
    }

    .f-md-5 {
        font-size: 5rem !important;
    }

    .flex-md-1 {
        flex: 1;
    }

    .g-md-1 {
        gap: 1rem;
    }

    .g-md-2 {
        gap: 2rem;
    }

    .g-md-3 {
        gap: 3rem;
    }

    .g-md-4 {
        gap: 4rem;
    }

    .g-md-5 {
        gap: 5rem;
    }

    .order-md-1 {
        order: 1 !important;
    }

    .order-md-2 {
        order: 2 !important;
    }

    .w-md-1 {
        width: 1rem;
    }

    .w-md-2 {
        width: 2rem;
    }

    .w-md-3 {
        width: 3rem;
    }

    .w-md-4 {
        width: 4rem;
    }

    .w-md-5 {
        width: 5rem;
    }

    .w-md-6 {
        width: 6rem;
    }

    .w-md-7 {
        width: 7rem;
    }

    .w-md-8 {
        width: 8rem;
    }

    .w-md-9 {
        width: 9rem;
    }

    .w-md-10 {
        width: 10rem;
    }

    .w-md-auto {
        width: auto !important;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .w-md-40 {
        width: 40% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-60 {
        width: 60% !important;
    }

    .w-md-100 {
        width: 100% !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-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: 0 !important;
    }

    .m-md-1 {
        margin: 1rem !important;
    }

    .m-md-2 {
        margin: 2rem !important;
    }

    .m-md-3 {
        margin: 3rem !important;
    }

    .m-md-4 {
        margin: 4rem !important;
    }

    .m-md-5 {
        margin: 5rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-md-1 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-md-2 {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }

    .mx-md-3 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-md-4 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }

    .mx-md-5 {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-md-1 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-md-2 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .my-md-3 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-md-4 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .my-md-5 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mt-md-1 {
        margin-top: 1rem !important;
    }

    .mt-md-2 {
        margin-top: 2rem !important;
    }

    .mt-md-3 {
        margin-top: 3rem !important;
    }

    .mt-md-4 {
        margin-top: 4rem !important;
    }

    .mt-md-5 {
        margin-top: 5rem !important;
    }

    .mt-md-auto {
        margin-top: auto !important;
    }

    .mr-md-0 {
        margin-right: 0 !important;
    }

    .mr-md-1 {
        margin-right: 1rem !important;
    }

    .mr-md-2 {
        margin-right: 2rem !important;
    }

    .mr-md-3 {
        margin-right: 3rem !important;
    }

    .mr-md-4 {
        margin-right: 4rem !important;
    }

    .mr-md-5 {
        margin-right: 5rem !important;
    }

    .mr-md-auto {
        margin-right: auto !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .mb-md-1 {
        margin-bottom: 1rem !important;
    }

    .mb-md-2 {
        margin-bottom: 2rem !important;
    }

    .mb-md-3 {
        margin-bottom: 3rem !important;
    }

    .mb-md-4 {
        margin-bottom: 4rem !important;
    }

    .mb-md-5 {
        margin-bottom: 5rem !important;
    }

    .mb-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-0 {
        margin-left: 0 !important;
    }

    .ml-md-1 {
        margin-left: 1rem !important;
    }

    .ml-md-2 {
        margin-left: 2rem !important;
    }

    .ml-md-3 {
        margin-left: 3rem !important;
    }

    .ml-md-4 {
        margin-left: 4rem !important;
    }

    .ml-md-5 {
        margin-left: 5rem !important;
    }

    .ml-md-auto {
        margin-left: auto !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .p-md-1 {
        padding: 1rem !important;
    }

    .p-md-2 {
        padding: 2rem !important;
    }

    .p-md-3 {
        padding: 3rem !important;
    }

    .p-md-4 {
        padding: 4rem !important;
    }

    .p-md-5 {
        padding: 5rem !important;
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-md-1 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-md-2 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .px-md-3 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-md-4 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }

    .px-md-5 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-md-1 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-md-2 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .py-md-3 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-md-4 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .py-md-5 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .pt-md-0 {
        padding-top: 0 !important;
    }

    .pt-md-1 {
        padding-top: 1rem !important;
    }

    .pt-md-2 {
        padding-top: 2rem !important;
    }

    .pt-md-3 {
        padding-top: 3rem !important;
    }

    .pt-md-4 {
        padding-top: 4rem !important;
    }

    .pt-md-5 {
        padding-top: 5rem !important;
    }

    .pr-md-0 {
        padding-right: 0 !important;
    }

    .pr-md-1 {
        padding-right: 1rem !important;
    }

    .pr-md-2 {
        padding-right: 2rem !important;
    }

    .pr-md-3 {
        padding-right: 3rem !important;
    }

    .pr-md-4 {
        padding-right: 4rem !important;
    }

    .pr-md-5 {
        padding-right: 5rem !important;
    }

    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .pb-md-1 {
        padding-bottom: 1rem !important;
    }

    .pb-md-2 {
        padding-bottom: 2rem !important;
    }

    .pb-md-3 {
        padding-bottom: 3rem !important;
    }

    .pb-md-4 {
        padding-bottom: 4rem !important;
    }

    .pb-md-5 {
        padding-bottom: 5rem !important;
    }

    .pl-md-0 {
        padding-left: 0 !important;
    }

    .pl-md-1 {
        padding-left: 1rem !important;
    }

    .pl-md-2 {
        padding-left: 2rem !important;
    }

    .pl-md-3 {
        padding-left: 3rem !important;
    }

    .pl-md-4 {
        padding-left: 4rem !important;
    }

    .pl-md-5 {
        padding-left: 5rem !important;
    }
}

@media (min-width: 992px) {
    .f-lg-1 {
        font-size: 1rem !important;
    }

    .f-lg-1\/25 {
        font-size: 1.25rem !important;
    }

    .f-lg-1\/5 {
        font-size: 1.5rem !important;
    }

    .f-lg-1\/75 {
        font-size: 1.75rem !important;
    }

    .f-lg-2 {
        font-size: 2rem !important;
    }

    .f-lg-2\/25 {
        font-size: 2.25rem !important;
    }

    .f-lg-2\/5 {
        font-size: 2.5rem !important;
    }

    .f-lg-2\/75 {
        font-size: 2.75rem !important;
    }

    .f-lg-3 {
        font-size: 3rem !important;
    }

    .f-lg-4 {
        font-size: 4rem !important;
    }

    .f-lg-5 {
        font-size: 5rem !important;
    }

    .flex-lg-1 {
        flex: 1;
    }

    .g-lg-1 {
        gap: 1rem;
    }

    .g-lg-2 {
        gap: 2rem;
    }

    .g-lg-3 {
        gap: 3rem;
    }

    .g-lg-4 {
        gap: 4rem;
    }

    .g-lg-5 {
        gap: 5rem;
    }

    .order-lg-1 {
        order: 1 !important;
    }

    .order-lg-2 {
        order: 2 !important;
    }

    .w-lg-1 {
        width: 1rem;
    }

    .w-lg-2 {
        width: 2rem;
    }

    .w-lg-3 {
        width: 3rem;
    }

    .w-lg-4 {
        width: 4rem;
    }

    .w-lg-5 {
        width: 5rem;
    }

    .w-lg-6 {
        width: 6rem;
    }

    .w-lg-7 {
        width: 7rem;
    }

    .w-lg-8 {
        width: 8rem;
    }

    .w-lg-9 {
        width: 9rem;
    }

    .w-lg-10 {
        width: 10rem;
    }

    .w-lg-auto {
        width: auto !important;
    }

    .w-lg-25 {
        width: 25% !important;
    }

    .w-lg-40 {
        width: 40% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-60 {
        width: 60% !important;
    }

    .w-lg-100 {
        width: 100% !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-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: 0 !important;
    }

    .m-lg-1 {
        margin: 1rem !important;
    }

    .m-lg-2 {
        margin: 2rem !important;
    }

    .m-lg-3 {
        margin: 3rem !important;
    }

    .m-lg-4 {
        margin: 4rem !important;
    }

    .m-lg-5 {
        margin: 5rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-lg-1 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-lg-2 {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }

    .mx-lg-3 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-lg-4 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }

    .mx-lg-5 {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-lg-1 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-lg-2 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .my-lg-3 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-lg-4 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .my-lg-5 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mt-lg-1 {
        margin-top: 1rem !important;
    }

    .mt-lg-2 {
        margin-top: 2rem !important;
    }

    .mt-lg-3 {
        margin-top: 3rem !important;
    }

    .mt-lg-4 {
        margin-top: 4rem !important;
    }

    .mt-lg-5 {
        margin-top: 5rem !important;
    }

    .mt-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-0 {
        margin-right: 0 !important;
    }

    .mr-lg-1 {
        margin-right: 1rem !important;
    }

    .mr-lg-2 {
        margin-right: 2rem !important;
    }

    .mr-lg-3 {
        margin-right: 3rem !important;
    }

    .mr-lg-4 {
        margin-right: 4rem !important;
    }

    .mr-lg-5 {
        margin-right: 5rem !important;
    }

    .mr-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .mb-lg-1 {
        margin-bottom: 1rem !important;
    }

    .mb-lg-2 {
        margin-bottom: 2rem !important;
    }

    .mb-lg-3 {
        margin-bottom: 3rem !important;
    }

    .mb-lg-4 {
        margin-bottom: 4rem !important;
    }

    .mb-lg-5 {
        margin-bottom: 5rem !important;
    }

    .mb-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-0 {
        margin-left: 0 !important;
    }

    .ml-lg-1 {
        margin-left: 1rem !important;
    }

    .ml-lg-2 {
        margin-left: 2rem !important;
    }

    .ml-lg-3 {
        margin-left: 3rem !important;
    }

    .ml-lg-4 {
        margin-left: 4rem !important;
    }

    .ml-lg-5 {
        margin-left: 5rem !important;
    }

    .ml-lg-auto {
        margin-left: auto !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .p-lg-1 {
        padding: 1rem !important;
    }

    .p-lg-2 {
        padding: 2rem !important;
    }

    .p-lg-3 {
        padding: 3rem !important;
    }

    .p-lg-4 {
        padding: 4rem !important;
    }

    .p-lg-5 {
        padding: 5rem !important;
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-lg-1 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-lg-2 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .px-lg-3 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-lg-4 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }

    .px-lg-5 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-lg-1 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-lg-2 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .py-lg-3 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-lg-4 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .py-lg-5 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .pt-lg-0 {
        padding-top: 0 !important;
    }

    .pt-lg-1 {
        padding-top: 1rem !important;
    }

    .pt-lg-2 {
        padding-top: 2rem !important;
    }

    .pt-lg-3 {
        padding-top: 3rem !important;
    }

    .pt-lg-4 {
        padding-top: 4rem !important;
    }

    .pt-lg-5 {
        padding-top: 5rem !important;
    }

    .pr-lg-0 {
        padding-right: 0 !important;
    }

    .pr-lg-1 {
        padding-right: 1rem !important;
    }

    .pr-lg-2 {
        padding-right: 2rem !important;
    }

    .pr-lg-3 {
        padding-right: 3rem !important;
    }

    .pr-lg-4 {
        padding-right: 4rem !important;
    }

    .pr-lg-5 {
        padding-right: 5rem !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .pb-lg-1 {
        padding-bottom: 1rem !important;
    }

    .pb-lg-2 {
        padding-bottom: 2rem !important;
    }

    .pb-lg-3 {
        padding-bottom: 3rem !important;
    }

    .pb-lg-4 {
        padding-bottom: 4rem !important;
    }

    .pb-lg-5 {
        padding-bottom: 5rem !important;
    }

    .pl-lg-0 {
        padding-left: 0 !important;
    }

    .pl-lg-1 {
        padding-left: 1rem !important;
    }

    .pl-lg-2 {
        padding-left: 2rem !important;
    }

    .pl-lg-3 {
        padding-left: 3rem !important;
    }

    .pl-lg-4 {
        padding-left: 4rem !important;
    }

    .pl-lg-5 {
        padding-left: 5rem !important;
    }
}

@media (min-width: 1200px) {
    .f-xl-1 {
        font-size: 1rem !important;
    }

    .f-xl-1\/25 {
        font-size: 1.25rem !important;
    }

    .f-xl-1\/5 {
        font-size: 1.5rem !important;
    }

    .f-xl-1\/75 {
        font-size: 1.75rem !important;
    }

    .f-xl-2 {
        font-size: 2rem !important;
    }

    .f-xl-2\/25 {
        font-size: 2.25rem !important;
    }

    .f-xl-2\/5 {
        font-size: 2.5rem !important;
    }

    .f-xl-2\/75 {
        font-size: 2.75rem !important;
    }

    .f-xl-3 {
        font-size: 3rem !important;
    }

    .f-xl-4 {
        font-size: 4rem !important;
    }

    .f-xl-5 {
        font-size: 5rem !important;
    }

    .flex-xl-1 {
        flex: 1;
    }

    .g-xl-1 {
        gap: 1rem;
    }

    .g-xl-2 {
        gap: 2rem;
    }

    .g-xl-3 {
        gap: 3rem;
    }

    .g-xl-4 {
        gap: 4rem;
    }

    .g-xl-5 {
        gap: 5rem;
    }

    .w-xl-1 {
        width: 1rem;
    }

    .w-xl-2 {
        width: 2rem;
    }

    .w-xl-3 {
        width: 3rem;
    }

    .w-xl-4 {
        width: 4rem;
    }

    .w-xl-5 {
        width: 5rem;
    }

    .w-xl-6 {
        width: 6rem;
    }

    .w-xl-7 {
        width: 7rem;
    }

    .w-xl-8 {
        width: 8rem;
    }

    .w-xl-9 {
        width: 9rem;
    }

    .w-xl-10 {
        width: 10rem;
    }


    .w-xl-auto {
        width: auto !important;
    }

    .w-xl-25 {
        width: 25% !important;
    }

    .w-xl-40 {
        width: 40% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-60 {
        width: 60% !important;
    }

    .w-xl-100 {
        width: 100% !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-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: 0 !important;
    }

    .m-xl-1 {
        margin: 1rem !important;
    }

    .m-xl-2 {
        margin: 2rem !important;
    }

    .m-xl-3 {
        margin: 3rem !important;
    }

    .m-xl-4 {
        margin: 4rem !important;
    }

    .m-xl-5 {
        margin: 5rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xl-1 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xl-2 {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }

    .mx-xl-3 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xl-4 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }

    .mx-xl-5 {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xl-1 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xl-2 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .my-xl-3 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xl-4 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .my-xl-5 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .mt-xl-1 {
        margin-top: 1rem !important;
    }

    .mt-xl-2 {
        margin-top: 2rem !important;
    }

    .mt-xl-3 {
        margin-top: 3rem !important;
    }

    .mt-xl-4 {
        margin-top: 4rem !important;
    }

    .mt-xl-5 {
        margin-top: 5rem !important;
    }

    .mt-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-0 {
        margin-right: 0 !important;
    }

    .mr-xl-1 {
        margin-right: 1rem !important;
    }

    .mr-xl-2 {
        margin-right: 2rem !important;
    }

    .mr-xl-3 {
        margin-right: 3rem !important;
    }

    .mr-xl-4 {
        margin-right: 4rem !important;
    }

    .mr-xl-5 {
        margin-right: 5rem !important;
    }

    .mr-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xl-1 {
        margin-bottom: 1rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 2rem !important;
    }

    .mb-xl-3 {
        margin-bottom: 3rem !important;
    }

    .mb-xl-4 {
        margin-bottom: 4rem !important;
    }

    .mb-xl-5 {
        margin-bottom: 5rem !important;
    }

    .mb-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-0 {
        margin-left: 0 !important;
    }

    .ml-xl-1 {
        margin-left: 1rem !important;
    }

    .ml-xl-2 {
        margin-left: 2rem !important;
    }

    .ml-xl-3 {
        margin-left: 3rem !important;
    }

    .ml-xl-4 {
        margin-left: 4rem !important;
    }

    .ml-xl-5 {
        margin-left: 5rem !important;
    }

    .ml-xl-auto {
        margin-left: auto !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .p-xl-1 {
        padding: 1rem !important;
    }

    .p-xl-2 {
        padding: 2rem !important;
    }

    .p-xl-3 {
        padding: 3rem !important;
    }

    .p-xl-4 {
        padding: 4rem !important;
    }

    .p-xl-5 {
        padding: 5rem !important;
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xl-1 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xl-2 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .px-xl-3 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-xl-4 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }

    .px-xl-5 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xl-1 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xl-2 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .py-xl-3 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-xl-4 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .py-xl-5 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .pt-xl-0 {
        padding-top: 0 !important;
    }

    .pt-xl-1 {
        padding-top: 1rem !important;
    }

    .pt-xl-2 {
        padding-top: 2rem !important;
    }

    .pt-xl-3 {
        padding-top: 3rem !important;
    }

    .pt-xl-4 {
        padding-top: 4rem !important;
    }

    .pt-xl-5 {
        padding-top: 5rem !important;
    }

    .pr-xl-0 {
        padding-right: 0 !important;
    }

    .pr-xl-1 {
        padding-right: 1rem !important;
    }

    .pr-xl-2 {
        padding-right: 2rem !important;
    }

    .pr-xl-3 {
        padding-right: 3rem !important;
    }

    .pr-xl-4 {
        padding-right: 4rem !important;
    }

    .pr-xl-5 {
        padding-right: 5rem !important;
    }

    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xl-1 {
        padding-bottom: 1rem !important;
    }

    .pb-xl-2 {
        padding-bottom: 2rem !important;
    }

    .pb-xl-3 {
        padding-bottom: 3rem !important;
    }

    .pb-xl-4 {
        padding-bottom: 4rem !important;
    }

    .pb-xl-5 {
        padding-bottom: 5rem !important;
    }

    .pl-xl-0 {
        padding-left: 0 !important;
    }

    .pl-xl-1 {
        padding-left: 1rem !important;
    }

    .pl-xl-2 {
        padding-left: 2rem !important;
    }

    .pl-xl-3 {
        padding-left: 3rem !important;
    }

    .pl-xl-4 {
        padding-left: 4rem !important;
    }

    .pl-xl-5 {
        padding-left: 5rem !important;
    }
}

@media (min-width: 1400px) {
    .f-xxl-1 {
        font-size: 1rem !important;
    }

    .f-xxl-1\/25 {
        font-size: 1.25rem !important;
    }

    .f-xxl-1\/5 {
        font-size: 1.5rem !important;
    }

    .f-xxl-1\/75 {
        font-size: 1.75rem !important;
    }

    .f-xxl-2 {
        font-size: 2rem !important;
    }

    .f-xxl-2\/25 {
        font-size: 2.25rem !important;
    }

    .f-xxl-2\/5 {
        font-size: 2.5rem !important;
    }

    .f-xxl-2\/75 {
        font-size: 2.75rem !important;
    }

    .f-xxl-3 {
        font-size: 3rem !important;
    }

    .f-xxl-4 {
        font-size: 4rem !important;
    }

    .f-xxl-5 {
        font-size: 5rem !important;
    }

    .flex-xxl-1 {
        flex: 1;
    }

    .g-xxl-1 {
        gap: 1rem;
    }

    .g-xxl-2 {
        gap: 2rem;
    }

    .g-xxl-3 {
        gap: 3rem;
    }

    .g-xxl-4 {
        gap: 4rem;
    }

    .g-xxl-5 {
        gap: 5rem;
    }

    .order-xxl-1 {
        order: 1 !important;
    }

    .order-xxl-2 {
        order: 2 !important;
    }

    .w-xxl-auto {
        width: auto !important;
    }

    .w-xxl-25 {
        width: 25% !important;
    }

    .w-xxl-50 {
        width: 50% !important;
    }

    .w-xxl-75 {
        width: 75% !important;
    }

    .w-xxl-100 {
        width: 100% !important;
    }

    .d-xxl-inline {
        display: inline !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-grid {
        display: grid !important;
    }

    .d-xxl-table {
        display: table !important;
    }

    .d-xxl-table-row {
        display: table-row !important;
    }

    .d-xxl-table-cell {
        display: table-cell !important;
    }

    .d-xxl-flex {
        display: flex !important;
    }

    .d-xxl-inline-flex {
        display: inline-flex !important;
    }

    .d-xxl-none {
        display: none !important;
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xxl-row {
        flex-direction: row !important;
    }

    .flex-xxl-column {
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xxl-center {
        justify-content: center !important;
    }

    .justify-content-xxl-between {
        justify-content: space-between !important;
    }

    .justify-content-xxl-around {
        justify-content: space-around !important;
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xxl-start {
        align-items: flex-start !important;
    }

    .align-items-xxl-end {
        align-items: flex-end !important;
    }

    .align-items-xxl-center {
        align-items: center !important;
    }

    .align-items-xxl-baseline {
        align-items: baseline !important;
    }

    .align-items-xxl-stretch {
        align-items: stretch !important;
    }

    .align-content-xxl-start {
        align-content: flex-start !important;
    }

    .align-content-xxl-end {
        align-content: flex-end !important;
    }

    .align-content-xxl-center {
        align-content: center !important;
    }

    .align-content-xxl-between {
        align-content: space-between !important;
    }

    .align-content-xxl-around {
        align-content: space-around !important;
    }

    .align-content-xxl-stretch {
        align-content: stretch !important;
    }

    .align-self-xxl-auto {
        align-self: auto !important;
    }

    .align-self-xxl-start {
        align-self: flex-start !important;
    }

    .align-self-xxl-end {
        align-self: flex-end !important;
    }

    .align-self-xxl-center {
        align-self: center !important;
    }

    .align-self-xxl-baseline {
        align-self: baseline !important;
    }

    .align-self-xxl-stretch {
        align-self: stretch !important;
    }

    .order-xxl-first {
        order: -1 !important;
    }

    .order-xxl-0 {
        order: 0 !important;
    }

    .order-xxl-1 {
        order: 1 !important;
    }

    .order-xxl-2 {
        order: 2 !important;
    }

    .order-xxl-3 {
        order: 3 !important;
    }

    .order-xxl-4 {
        order: 4 !important;
    }

    .order-xxl-5 {
        order: 5 !important;
    }

    .order-xxl-last {
        order: 6 !important;
    }

    .m-xxl-0 {
        margin: 0 !important;
    }

    .m-xxl-1 {
        margin: 1rem !important;
    }

    .m-xxl-2 {
        margin: 2rem !important;
    }

    .m-xxl-3 {
        margin: 3rem !important;
    }

    .m-xxl-4 {
        margin: 4rem !important;
    }

    .m-xxl-5 {
        margin: 5rem !important;
    }

    .m-xxl-auto {
        margin: auto !important;
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xxl-1 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xxl-2 {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }

    .mx-xxl-3 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xxl-4 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }

    .mx-xxl-5 {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xxl-1 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xxl-2 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .my-xxl-3 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xxl-4 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .my-xxl-5 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xxl-0 {
        margin-top: 0 !important;
    }

    .mt-xxl-1 {
        margin-top: 1rem !important;
    }

    .mt-xxl-2 {
        margin-top: 2rem !important;
    }

    .mt-xxl-3 {
        margin-top: 3rem !important;
    }

    .mt-xxl-4 {
        margin-top: 4rem !important;
    }

    .mt-xxl-5 {
        margin-top: 5rem !important;
    }

    .mt-xxl-auto {
        margin-top: auto !important;
    }

    .mr-xxl-0 {
        margin-right: 0 !important;
    }

    .mr-xxl-1 {
        margin-right: 1rem !important;
    }

    .mr-xxl-2 {
        margin-right: 2rem !important;
    }

    .mr-xxl-3 {
        margin-right: 3rem !important;
    }

    .mr-xxl-4 {
        margin-right: 4rem !important;
    }

    .mr-xxl-5 {
        margin-right: 5rem !important;
    }

    .mr-xxl-auto {
        margin-right: auto !important;
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xxl-1 {
        margin-bottom: 1rem !important;
    }

    .mb-xxl-2 {
        margin-bottom: 2rem !important;
    }

    .mb-xxl-3 {
        margin-bottom: 3rem !important;
    }

    .mb-xxl-4 {
        margin-bottom: 4rem !important;
    }

    .mb-xxl-5 {
        margin-bottom: 5rem !important;
    }

    .mb-xxl-auto {
        margin-bottom: auto !important;
    }

    .ml-xxl-0 {
        margin-left: 0 !important;
    }

    .ml-xxl-1 {
        margin-left: 1rem !important;
    }

    .ml-xxl-2 {
        margin-left: 2rem !important;
    }

    .ml-xxl-3 {
        margin-left: 3rem !important;
    }

    .ml-xxl-4 {
        margin-left: 4rem !important;
    }

    .ml-xxl-5 {
        margin-left: 5rem !important;
    }

    .ml-xxl-auto {
        margin-left: auto !important;
    }

    .p-xxl-0 {
        padding: 0 !important;
    }

    .p-xxl-1 {
        padding: 1rem !important;
    }

    .p-xxl-2 {
        padding: 2rem !important;
    }

    .p-xxl-3 {
        padding: 3rem !important;
    }

    .p-xxl-4 {
        padding: 4rem !important;
    }

    .p-xxl-5 {
        padding: 5rem !important;
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xxl-1 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xxl-2 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .px-xxl-3 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-xxl-4 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }

    .px-xxl-5 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xxl-1 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xxl-2 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .py-xxl-3 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-xxl-4 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .py-xxl-5 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .pt-xxl-0 {
        padding-top: 0 !important;
    }

    .pt-xxl-1 {
        padding-top: 1rem !important;
    }

    .pt-xxl-2 {
        padding-top: 2rem !important;
    }

    .pt-xxl-3 {
        padding-top: 3rem !important;
    }

    .pt-xxl-4 {
        padding-top: 4rem !important;
    }

    .pt-xxl-5 {
        padding-top: 5rem !important;
    }

    .pr-xxl-0 {
        padding-right: 0 !important;
    }

    .pr-xxl-1 {
        padding-right: 1rem !important;
    }

    .pr-xxl-2 {
        padding-right: 2rem !important;
    }

    .pr-xxl-3 {
        padding-right: 3rem !important;
    }

    .pr-xxl-4 {
        padding-right: 4rem !important;
    }

    .pr-xxl-5 {
        padding-right: 5rem !important;
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xxl-1 {
        padding-bottom: 1rem !important;
    }

    .pb-xxl-2 {
        padding-bottom: 2rem !important;
    }

    .pb-xxl-3 {
        padding-bottom: 3rem !important;
    }

    .pb-xxl-4 {
        padding-bottom: 4rem !important;
    }

    .pb-xxl-5 {
        padding-bottom: 5rem !important;
    }

    .pl-xxl-0 {
        padding-left: 0 !important;
    }

    .pl-xxl-1 {
        padding-left: 1rem !important;
    }

    .pl-xxl-2 {
        padding-left: 2rem !important;
    }

    .pl-xxl-3 {
        padding-left: 3rem !important;
    }

    .pl-xxl-4 {
        padding-left: 4rem !important;
    }

    .pl-xxl-5 {
        padding-left: 5rem !important;
    }
}

@media (min-width: 1920px) {

    .d-sp-none {
        display: none !important;
    }

    .d-sp-block {
        display: block !important;
    }

    .d-sp-flex {
        display: flex !important;
    }

    .d-sp-grid {
        display: grid !important;
    }

}

.btn-larg {
    width: 7rem;
}

@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-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;
    }
}

/*sp_modal*/

.sp_modal {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.sp_modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.sp_modal.fade .sp_modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .sp_modal.fade .sp_modal-dialog {
        transition: none;
    }
}

.sp_modal.show .sp_modal-dialog {
    transform: none;
}

.sp_modal.sp_modal-static .sp_modal-dialog {
    transform: scale(1.02);
}

.sp_modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

.sp_modal-dialog-scrollable .sp_modal-content {
    max-height: 100%;
    overflow: auto;
}

.sp_modal-dialog-scrollable .sp_modal-body {
    overflow-y: auto;
}

.sp_modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.sp_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: 0.3rem;
    outline: 0;
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
}

.sp_modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.sp_modal-backdrop.fade {
    opacity: 0;
}

.sp_modal-backdrop.show {
    opacity: 0.5;
}

.sp_modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-right-radius: calc(0.3rem - 1px);
    border-top-left-radius: calc(0.3rem - 1px);
}

.sp_modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem auto -0.5rem -0.5rem;
}

.sp_modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.sp_modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.sp_modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-left-radius: calc(0.3rem - 1px);
    border-bottom-right-radius: calc(0.3rem - 1px);
}

.sp_modal-footer > * {
    margin: 0.25rem;
}

@media (min-width: 576px) {
    .sp_modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .sp_modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }

    .sp_modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .sp_modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .sp_modal-lg,
    .sp_modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .sp_modal-xl {
        max-width: 1140px;
    }
}

.sp_modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.sp_modal-fullscreen .sp_modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.sp_modal-fullscreen .sp_modal-header {
    border-radius: 0;
}

.sp_modal-fullscreen .sp_modal-body {
    overflow-y: auto;
}

.sp_modal-fullscreen .sp_modal-footer {
    border-radius: 0;
}

@media (max-width: 575.98px) {

    .sp_modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .sp_modal-fullscreen-sm-down .sp_modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .sp_modal-fullscreen-sm-down .sp_modal-header {
        border-radius: 0;
    }

    .sp_modal-fullscreen-sm-down .sp_modal-body {
        overflow-y: auto;
    }

    .sp_modal-fullscreen-sm-down .sp_modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 767.98px) {
    .sp_modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .sp_modal-fullscreen-md-down .sp_modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .sp_modal-fullscreen-md-down .sp_modal-header {
        border-radius: 0;
    }

    .sp_modal-fullscreen-md-down .sp_modal-body {
        overflow-y: auto;
    }

    .sp_modal-fullscreen-md-down .sp_modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 991.98px) {
    .sp_modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .sp_modal-fullscreen-lg-down .sp_modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .sp_modal-fullscreen-lg-down .sp_modal-header {
        border-radius: 0;
    }

    .sp_modal-fullscreen-lg-down .sp_modal-body {
        overflow-y: auto;
    }

    .sp_modal-fullscreen-lg-down .sp_modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 1199.98px) {
    .sp_modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .sp_modal-fullscreen-xl-down .sp_modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .sp_modal-fullscreen-xl-down .sp_modal-header {
        border-radius: 0;
    }

    .sp_modal-fullscreen-xl-down .sp_modal-body {
        overflow-y: auto;
    }

    .sp_modal-fullscreen-xl-down .sp_modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 1399.98px) {
    .sp_modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .sp_modal-fullscreen-xxl-down .sp_modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .sp_modal-fullscreen-xxl-down .sp_modal-header {
        border-radius: 0;
    }

    .sp_modal-fullscreen-xxl-down .sp_modal-body {
        overflow-y: auto;
    }

    .sp_modal-fullscreen-xxl-down .sp_modal-footer {
        border-radius: 0;
    }
}


:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation 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: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
}