@import url('https://v1.fontapi.ir/css/VazirFD');

:root {
    --bs-blue: #d71921;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #ff6565;
    --bs-orange: #ff7c54;
    --bs-green: #4ac278;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-gray: #5e6675;
    --bs-gray-dark: #484b52;
    --bs-primary: #d71921;
    --bs-secondary: #2d2e33;
    --bs-success: #4ac278;
    --bs-info: #d71921;
    --bs-warning: #ff7c54;
    --bs-yellow: #ffc342;
    --bs-danger: #ff6565;
    --bs-light: #f1f5f8;
    --bs-lighten: #f1f5f7;
    --bs-dark: #414349;
    --bs-white: #fff;
    --bs-gray: #5d6370;
    --bs-gray-100: #f5f8fa;
    --bs-gray-200: #f1f5f7;
    --bs-gray-300: #f1f5f8;
    --bs-gray-400: #eff3f6;
    --bs-gray-500: #757a85;
    --bs-gray-600: #5e6675;
    --bs-gray-700: #5d6370;
    --bs-gray-800: #484b52;
    --bs-gray-900: #414349;
    --bs-primary-rgb: 215, 25, 33;
    --bs-secondary-rgb: 45,46,51;
    --bs-success-rgb: 74,194,120;
    --bs-info-rgb: 215, 25, 33;
    --bs-warning-rgb: 215, 25, 33;
    --bs-yellow-rgb: 255,195,66;
    --bs-danger-rgb: 255,101,101;
    --bs-light-rgb: 241,245,248;
    --bs-lighten-rgb: 241,245,247;
    --bs-dark-rgb: 65,67,73;
    --bs-gray-rgb: 93,99,112;
    --bs-gray-100-rgb: 245,248,250;
    --bs-gray-200-rgb: 241,245,247;
    --bs-gray-300-rgb: 241,245,248;
    --bs-gray-400-rgb: 239,243,246;
    --bs-gray-500-rgb: 117,122,133;
    --bs-gray-600-rgb: 94,102,117;
    --bs-gray-700-rgb: 93,99,112;
    --bs-gray-800-rgb: 72,75,82;
    --bs-gray-900-rgb: 65,67,73;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-body-color-rgb: 72,75,82;
    --bs-body-bg-rgb: 255,255,255;
    --bs-font-sans-serif: "Vazir FD",arial;
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,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.9;
    --bs-body-color: #484b52;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #e7e8ea;
    --bs-border-color-translucent: rgba(0,0,0,.175);
    --bs-border-radius: 8px;
    --bs-border-radius-sm: 4px;
    --bs-border-radius-lg: 12px;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #d71921;
    --bs-link-hover-color: #B7000A;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3d9
}

*,:after,:before {
    box-sizing: border-box
}

@media(prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    opacity: 1;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    margin: 0;
    text-align: var(--bs-body-text-align)
}

hr {
    border: 0;
    border-top: 1px solid;
    color: inherit;
    margin: 1rem 0;
    opacity: .25
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: .5rem;
    margin-top: 0
}

.h1,h1 {
    font-size: calc(1.325rem + .9vw)
}

@media(min-width: 1200px) {
    .h1,h1 {
        font-size:2rem
    }
}

.h2,h2 {
    font-size: calc(1.3rem + .6vw)
}

@media(min-width: 1200px) {
    .h2,h2 {
        font-size:1.75rem
    }
}

.h3,h3 {
    font-size: calc(1.275rem + .3vw)
}

@media(min-width: 1200px) {
    .h3,h3 {
        font-size:1.5rem
    }
}

.h4,h4 {
    font-size: 1.25rem
}

.h5,h5 {
    font-size: 1.125rem
}

.h6,h6 {
    font-size: 1rem
}

p {
    margin-bottom: 1rem;
    margin-top: 0
}

abbr[title] {
    cursor: help;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem
}

ol,ul {
    padding-left: 2rem
}

dl,ol,ul {
    margin-bottom: 1rem;
    margin-top: 0
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 600
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,strong {
    font-weight: bolder
}

.small,small {
    font-size: .875em
}

.mark,mark {
    background-color: var(--bs-highlight-bg);
    padding: .1875em
}

sub,sup {
    font-size: .75em;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: var(--bs-link-color);
    text-decoration: underline
}

a:hover {
    color: var(--bs-link-hover-color)
}

a:not([href]):not([class]),a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,kbd,pre,samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em
}

pre {
    display: block;
    font-size: .875em;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto
}

pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal
}

code {
    word-wrap: break-word;
    color: var(--bs-code-color);
    font-size: .875em
}

a>code {
    color: inherit
}

kbd {
    background-color: var(--bs-body-color);
    border-radius: 4px;
    color: var(--bs-body-bg);
    font-size: .875em;
    padding: .1875rem .375rem
}

kbd kbd {
    font-size: 1em;
    padding: 0
}

figure {
    margin: 0 0 1rem
}

img,svg {
    vertical-align: middle
}

table {
    border-collapse: collapse;
    caption-side: bottom
}

caption {
    color: #484b52;
    padding-bottom: 14px;
    padding-top: 14px;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,td,tfoot,th,thead,tr {
    border: 0 solid;
    border-color: inherit
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button,select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none!important
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

textarea {
    resize: vertical
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

legend {
    float: left;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit;
    margin-bottom: .5rem;
    padding: 0;
    width: 100%
}

@media(min-width: 1200px) {
    legend {
        font-size:1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    -webkit-appearance: button;
    font: inherit
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    cursor: pointer;
    display: list-item
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none!important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.5
}

@media(min-width: 1200px) {
    .display-1 {
        font-size:5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.5
}

@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.5
}

@media(min-width: 1200px) {
    .display-3 {
        font-size:4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.5
}

@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.5
}

@media(min-width: 1200px) {
    .display-5 {
        font-size:3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.5
}

@media(min-width: 1200px) {
    .display-6 {
        font-size:2.5rem
    }
}

.list-inline,.list-unstyled {
    list-style: none;
    padding-left: 0
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    font-size: 1.25rem;
    margin-bottom: 1rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    color: #5e6675;
    font-size: .875em;
    margin-bottom: 1rem;
    margin-top: -1rem
}

.blockquote-footer:before {
    content: "— "
}

.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%
}

@media(min-width: 576px) {
    .container,.container-sm,.container-xs {
        max-width:540px
    }
}

@media(min-width: 768px) {
    .container,.container-md,.container-sm,.container-xs {
        max-width:720px
    }
}

@media(min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm,.container-xs {
        max-width:960px
    }
    img.header-airplane {
    /* width: 20%; */
    height: 20%;
    animation: float-bob-y 5s ease-in-out 0s infinite;
    margin-right: 5%;
    /* margin-top: 5%; */
    position: absolute;
}

}

@media(min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xs {
        max-width:1140px
    }
}

@media(min-width: 1500px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xs,.container-xxl {
        max-width:1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x)*-.5);
    margin-right: calc(var(--bs-gutter-x)*-.5);
    margin-top: calc(var(--bs-gutter-y)*-1)
}

.row>* {
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0,.gx-0 {
    --bs-gutter-x: 0
}

.g-0,.gy-0 {
    --bs-gutter-y: 0
}

.g-2,.gx-2 {
    --bs-gutter-x: 0.125rem
}

.g-2,.gy-2 {
    --bs-gutter-y: 0.125rem
}

.g-4,.gx-4 {
    --bs-gutter-x: 0.25rem
}

.g-4,.gy-4 {
    --bs-gutter-y: 0.25rem
}

.g-6,.gx-6 {
    --bs-gutter-x: 0.375rem
}

.g-6,.gy-6 {
    --bs-gutter-y: 0.375rem
}

.g-8,.gx-8 {
    --bs-gutter-x: 0.5rem
}

.g-8,.gy-8 {
    --bs-gutter-y: 0.5rem
}

.g-10,.gx-10 {
    --bs-gutter-x: 0.625rem
}

.g-10,.gy-10 {
    --bs-gutter-y: 0.625rem
}

.g-12,.gx-12 {
    --bs-gutter-x: 0.75rem
}

.g-12,.gy-12 {
    --bs-gutter-y: 0.75rem
}

.g-14,.gx-14 {
    --bs-gutter-x: 0.875rem
}

.g-14,.gy-14 {
    --bs-gutter-y: 0.875rem
}

.g-16,.gx-16 {
    --bs-gutter-x: 1rem
}

.g-16,.gy-16 {
    --bs-gutter-y: 1rem
}

.g-20,.gx-20 {
    --bs-gutter-x: 1.25rem
}

.g-20,.gy-20 {
    --bs-gutter-y: 1.25rem
}

.g-24,.gx-24 {
    --bs-gutter-x: 1.5rem
}

.g-24,.gy-24 {
    --bs-gutter-y: 1.5rem
}

.g-28,.gx-28 {
    --bs-gutter-x: 1.75rem
}

.g-28,.gy-28 {
    --bs-gutter-y: 1.75rem
}

.g-32,.gx-32 {
    --bs-gutter-x: 2rem
}

.g-32,.gy-32 {
    --bs-gutter-y: 2rem
}

.g-36,.gx-36 {
    --bs-gutter-x: 2.25rem
}

.g-36,.gy-36 {
    --bs-gutter-y: 2.25rem
}

.g-40,.gx-40 {
    --bs-gutter-x: 2.5rem
}

.g-40,.gy-40 {
    --bs-gutter-y: 2.5rem
}

@media(min-width: 375px) {
    .col-xs {
        flex:1 0 0%
    }

    .row-cols-xs-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xs-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xs-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xs-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xs-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xs-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xs-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xs-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xs-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xs-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xs-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xs-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xs-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xs-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xs-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xs-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xs-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xs-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xs-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xs-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xs-0 {
        margin-left: 0
    }

    .offset-xs-1 {
        margin-left: 8.33333333%
    }

    .offset-xs-2 {
        margin-left: 16.66666667%
    }

    .offset-xs-3 {
        margin-left: 25%
    }

    .offset-xs-4 {
        margin-left: 33.33333333%
    }

    .offset-xs-5 {
        margin-left: 41.66666667%
    }

    .offset-xs-6 {
        margin-left: 50%
    }

    .offset-xs-7 {
        margin-left: 58.33333333%
    }

    .offset-xs-8 {
        margin-left: 66.66666667%
    }

    .offset-xs-9 {
        margin-left: 75%
    }

    .offset-xs-10 {
        margin-left: 83.33333333%
    }

    .offset-xs-11 {
        margin-left: 91.66666667%
    }

    .g-xs-0,.gx-xs-0 {
        --bs-gutter-x: 0
    }

    .g-xs-0,.gy-xs-0 {
        --bs-gutter-y: 0
    }

    .g-xs-2,.gx-xs-2 {
        --bs-gutter-x: 0.125rem
    }

    .g-xs-2,.gy-xs-2 {
        --bs-gutter-y: 0.125rem
    }

    .g-xs-4,.gx-xs-4 {
        --bs-gutter-x: 0.25rem
    }

    .g-xs-4,.gy-xs-4 {
        --bs-gutter-y: 0.25rem
    }

    .g-xs-6,.gx-xs-6 {
        --bs-gutter-x: 0.375rem
    }

    .g-xs-6,.gy-xs-6 {
        --bs-gutter-y: 0.375rem
    }

    .g-xs-8,.gx-xs-8 {
        --bs-gutter-x: 0.5rem
    }

    .g-xs-8,.gy-xs-8 {
        --bs-gutter-y: 0.5rem
    }

    .g-xs-10,.gx-xs-10 {
        --bs-gutter-x: 0.625rem
    }

    .g-xs-10,.gy-xs-10 {
        --bs-gutter-y: 0.625rem
    }

    .g-xs-12,.gx-xs-12 {
        --bs-gutter-x: 0.75rem
    }

    .g-xs-12,.gy-xs-12 {
        --bs-gutter-y: 0.75rem
    }

    .g-xs-14,.gx-xs-14 {
        --bs-gutter-x: 0.875rem
    }

    .g-xs-14,.gy-xs-14 {
        --bs-gutter-y: 0.875rem
    }

    .g-xs-16,.gx-xs-16 {
        --bs-gutter-x: 1rem
    }

    .g-xs-16,.gy-xs-16 {
        --bs-gutter-y: 1rem
    }

    .g-xs-20,.gx-xs-20 {
        --bs-gutter-x: 1.25rem
    }

    .g-xs-20,.gy-xs-20 {
        --bs-gutter-y: 1.25rem
    }

    .g-xs-24,.gx-xs-24 {
        --bs-gutter-x: 1.5rem
    }

    .g-xs-24,.gy-xs-24 {
        --bs-gutter-y: 1.5rem
    }

    .g-xs-28,.gx-xs-28 {
        --bs-gutter-x: 1.75rem
    }

    .g-xs-28,.gy-xs-28 {
        --bs-gutter-y: 1.75rem
    }

    .g-xs-32,.gx-xs-32 {
        --bs-gutter-x: 2rem
    }

    .g-xs-32,.gy-xs-32 {
        --bs-gutter-y: 2rem
    }

    .g-xs-36,.gx-xs-36 {
        --bs-gutter-x: 2.25rem
    }

    .g-xs-36,.gy-xs-36 {
        --bs-gutter-y: 2.25rem
    }

    .g-xs-40,.gx-xs-40 {
        --bs-gutter-x: 2.5rem
    }

    .g-xs-40,.gy-xs-40 {
        --bs-gutter-y: 2.5rem
    }
}

@media(min-width: 576px) {
    .col-sm {
        flex:1 0 0%
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0,.gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,.gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-2,.gx-sm-2 {
        --bs-gutter-x: 0.125rem
    }

    .g-sm-2,.gy-sm-2 {
        --bs-gutter-y: 0.125rem
    }

    .g-sm-4,.gx-sm-4 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-4,.gy-sm-4 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-6,.gx-sm-6 {
        --bs-gutter-x: 0.375rem
    }

    .g-sm-6,.gy-sm-6 {
        --bs-gutter-y: 0.375rem
    }

    .g-sm-8,.gx-sm-8 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-8,.gy-sm-8 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-10,.gx-sm-10 {
        --bs-gutter-x: 0.625rem
    }

    .g-sm-10,.gy-sm-10 {
        --bs-gutter-y: 0.625rem
    }

    .g-sm-12,.gx-sm-12 {
        --bs-gutter-x: 0.75rem
    }

    .g-sm-12,.gy-sm-12 {
        --bs-gutter-y: 0.75rem
    }

    .g-sm-14,.gx-sm-14 {
        --bs-gutter-x: 0.875rem
    }

    .g-sm-14,.gy-sm-14 {
        --bs-gutter-y: 0.875rem
    }

    .g-sm-16,.gx-sm-16 {
        --bs-gutter-x: 1rem
    }

    .g-sm-16,.gy-sm-16 {
        --bs-gutter-y: 1rem
    }

    .g-sm-20,.gx-sm-20 {
        --bs-gutter-x: 1.25rem
    }

    .g-sm-20,.gy-sm-20 {
        --bs-gutter-y: 1.25rem
    }

    .g-sm-24,.gx-sm-24 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-24,.gy-sm-24 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-28,.gx-sm-28 {
        --bs-gutter-x: 1.75rem
    }

    .g-sm-28,.gy-sm-28 {
        --bs-gutter-y: 1.75rem
    }

    .g-sm-32,.gx-sm-32 {
        --bs-gutter-x: 2rem
    }

    .g-sm-32,.gy-sm-32 {
        --bs-gutter-y: 2rem
    }

    .g-sm-36,.gx-sm-36 {
        --bs-gutter-x: 2.25rem
    }

    .g-sm-36,.gy-sm-36 {
        --bs-gutter-y: 2.25rem
    }

    .g-sm-40,.gx-sm-40 {
        --bs-gutter-x: 2.5rem
    }

    .g-sm-40,.gy-sm-40 {
        --bs-gutter-y: 2.5rem
    }
}

@media(min-width: 768px) {
    .col-md {
        flex:1 0 0%
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0,.gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,.gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-2,.gx-md-2 {
        --bs-gutter-x: 0.125rem
    }

    .g-md-2,.gy-md-2 {
        --bs-gutter-y: 0.125rem
    }

    .g-md-4,.gx-md-4 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-4,.gy-md-4 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-6,.gx-md-6 {
        --bs-gutter-x: 0.375rem
    }

    .g-md-6,.gy-md-6 {
        --bs-gutter-y: 0.375rem
    }

    .g-md-8,.gx-md-8 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-8,.gy-md-8 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-10,.gx-md-10 {
        --bs-gutter-x: 0.625rem
    }

    .g-md-10,.gy-md-10 {
        --bs-gutter-y: 0.625rem
    }

    .g-md-12,.gx-md-12 {
        --bs-gutter-x: 0.75rem
    }

    .g-md-12,.gy-md-12 {
        --bs-gutter-y: 0.75rem
    }

    .g-md-14,.gx-md-14 {
        --bs-gutter-x: 0.875rem
    }

    .g-md-14,.gy-md-14 {
        --bs-gutter-y: 0.875rem
    }

    .g-md-16,.gx-md-16 {
        --bs-gutter-x: 1rem
    }

    .g-md-16,.gy-md-16 {
        --bs-gutter-y: 1rem
    }

    .g-md-20,.gx-md-20 {
        --bs-gutter-x: 1.25rem
    }

    .g-md-20,.gy-md-20 {
        --bs-gutter-y: 1.25rem
    }

    .g-md-24,.gx-md-24 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-24,.gy-md-24 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-28,.gx-md-28 {
        --bs-gutter-x: 1.75rem
    }

    .g-md-28,.gy-md-28 {
        --bs-gutter-y: 1.75rem
    }

    .g-md-32,.gx-md-32 {
        --bs-gutter-x: 2rem
    }

    .g-md-32,.gy-md-32 {
        --bs-gutter-y: 2rem
    }

    .g-md-36,.gx-md-36 {
        --bs-gutter-x: 2.25rem
    }

    .g-md-36,.gy-md-36 {
        --bs-gutter-y: 2.25rem
    }

    .g-md-40,.gx-md-40 {
        --bs-gutter-x: 2.5rem
    }

    .g-md-40,.gy-md-40 {
        --bs-gutter-y: 2.5rem
    }
}

@media(min-width: 992px) {
    .col-lg {
        flex:1 0 0%
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0,.gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,.gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-2,.gx-lg-2 {
        --bs-gutter-x: 0.125rem
    }

    .g-lg-2,.gy-lg-2 {
        --bs-gutter-y: 0.125rem
    }

    .g-lg-4,.gx-lg-4 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-4,.gy-lg-4 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-6,.gx-lg-6 {
        --bs-gutter-x: 0.375rem
    }

    .g-lg-6,.gy-lg-6 {
        --bs-gutter-y: 0.375rem
    }

    .g-lg-8,.gx-lg-8 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-8,.gy-lg-8 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-10,.gx-lg-10 {
        --bs-gutter-x: 0.625rem
    }

    .g-lg-10,.gy-lg-10 {
        --bs-gutter-y: 0.625rem
    }

    .g-lg-12,.gx-lg-12 {
        --bs-gutter-x: 0.75rem
    }

    .g-lg-12,.gy-lg-12 {
        --bs-gutter-y: 0.75rem
    }

    .g-lg-14,.gx-lg-14 {
        --bs-gutter-x: 0.875rem
    }

    .g-lg-14,.gy-lg-14 {
        --bs-gutter-y: 0.875rem
    }

    .g-lg-16,.gx-lg-16 {
        --bs-gutter-x: 1rem
    }

    .g-lg-16,.gy-lg-16 {
        --bs-gutter-y: 1rem
    }

    .g-lg-20,.gx-lg-20 {
        --bs-gutter-x: 1.25rem
    }

    .g-lg-20,.gy-lg-20 {
        --bs-gutter-y: 1.25rem
    }

    .g-lg-24,.gx-lg-24 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-24,.gy-lg-24 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-28,.gx-lg-28 {
        --bs-gutter-x: 1.75rem
    }

    .g-lg-28,.gy-lg-28 {
        --bs-gutter-y: 1.75rem
    }

    .g-lg-32,.gx-lg-32 {
        --bs-gutter-x: 2rem
    }

    .g-lg-32,.gy-lg-32 {
        --bs-gutter-y: 2rem
    }

    .g-lg-36,.gx-lg-36 {
        --bs-gutter-x: 2.25rem
    }

    .g-lg-36,.gy-lg-36 {
        --bs-gutter-y: 2.25rem
    }

    .g-lg-40,.gx-lg-40 {
        --bs-gutter-x: 2.5rem
    }

    .g-lg-40,.gy-lg-40 {
        --bs-gutter-y: 2.5rem
    }
}

@media(min-width: 1200px) {
    .col-xl {
        flex:1 0 0%
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0,.gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,.gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-2,.gx-xl-2 {
        --bs-gutter-x: 0.125rem
    }

    .g-xl-2,.gy-xl-2 {
        --bs-gutter-y: 0.125rem
    }

    .g-xl-4,.gx-xl-4 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-4,.gy-xl-4 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-6,.gx-xl-6 {
        --bs-gutter-x: 0.375rem
    }

    .g-xl-6,.gy-xl-6 {
        --bs-gutter-y: 0.375rem
    }

    .g-xl-8,.gx-xl-8 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-8,.gy-xl-8 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-10,.gx-xl-10 {
        --bs-gutter-x: 0.625rem
    }

    .g-xl-10,.gy-xl-10 {
        --bs-gutter-y: 0.625rem
    }

    .g-xl-12,.gx-xl-12 {
        --bs-gutter-x: 0.75rem
    }

    .g-xl-12,.gy-xl-12 {
        --bs-gutter-y: 0.75rem
    }

    .g-xl-14,.gx-xl-14 {
        --bs-gutter-x: 0.875rem
    }

    .g-xl-14,.gy-xl-14 {
        --bs-gutter-y: 0.875rem
    }

    .g-xl-16,.gx-xl-16 {
        --bs-gutter-x: 1rem
    }

    .g-xl-16,.gy-xl-16 {
        --bs-gutter-y: 1rem
    }

    .g-xl-20,.gx-xl-20 {
        --bs-gutter-x: 1.25rem
    }

    .g-xl-20,.gy-xl-20 {
        --bs-gutter-y: 1.25rem
    }

    .g-xl-24,.gx-xl-24 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-24,.gy-xl-24 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-28,.gx-xl-28 {
        --bs-gutter-x: 1.75rem
    }

    .g-xl-28,.gy-xl-28 {
        --bs-gutter-y: 1.75rem
    }

    .g-xl-32,.gx-xl-32 {
        --bs-gutter-x: 2rem
    }

    .g-xl-32,.gy-xl-32 {
        --bs-gutter-y: 2rem
    }

    .g-xl-36,.gx-xl-36 {
        --bs-gutter-x: 2.25rem
    }

    .g-xl-36,.gy-xl-36 {
        --bs-gutter-y: 2.25rem
    }

    .g-xl-40,.gx-xl-40 {
        --bs-gutter-x: 2.5rem
    }

    .g-xl-40,.gy-xl-40 {
        --bs-gutter-y: 2.5rem
    }
}

@media(min-width: 1500px) {
    .col-xxl {
        flex:1 0 0%
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0,.gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,.gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-2,.gx-xxl-2 {
        --bs-gutter-x: 0.125rem
    }

    .g-xxl-2,.gy-xxl-2 {
        --bs-gutter-y: 0.125rem
    }

    .g-xxl-4,.gx-xxl-4 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-4,.gy-xxl-4 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-6,.gx-xxl-6 {
        --bs-gutter-x: 0.375rem
    }

    .g-xxl-6,.gy-xxl-6 {
        --bs-gutter-y: 0.375rem
    }

    .g-xxl-8,.gx-xxl-8 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-8,.gy-xxl-8 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-10,.gx-xxl-10 {
        --bs-gutter-x: 0.625rem
    }

    .g-xxl-10,.gy-xxl-10 {
        --bs-gutter-y: 0.625rem
    }

    .g-xxl-12,.gx-xxl-12 {
        --bs-gutter-x: 0.75rem
    }

    .g-xxl-12,.gy-xxl-12 {
        --bs-gutter-y: 0.75rem
    }

    .g-xxl-14,.gx-xxl-14 {
        --bs-gutter-x: 0.875rem
    }

    .g-xxl-14,.gy-xxl-14 {
        --bs-gutter-y: 0.875rem
    }

    .g-xxl-16,.gx-xxl-16 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-16,.gy-xxl-16 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-20,.gx-xxl-20 {
        --bs-gutter-x: 1.25rem
    }

    .g-xxl-20,.gy-xxl-20 {
        --bs-gutter-y: 1.25rem
    }

    .g-xxl-24,.gx-xxl-24 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-24,.gy-xxl-24 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-28,.gx-xxl-28 {
        --bs-gutter-x: 1.75rem
    }

    .g-xxl-28,.gy-xxl-28 {
        --bs-gutter-y: 1.75rem
    }

    .g-xxl-32,.gx-xxl-32 {
        --bs-gutter-x: 2rem
    }

    .g-xxl-32,.gy-xxl-32 {
        --bs-gutter-y: 2rem
    }

    .g-xxl-36,.gx-xxl-36 {
        --bs-gutter-x: 2.25rem
    }

    .g-xxl-36,.gy-xxl-36 {
        --bs-gutter-y: 2.25rem
    }

    .g-xxl-40,.gx-xxl-40 {
        --bs-gutter-x: 2.5rem
    }

    .g-xxl-40,.gy-xxl-40 {
        --bs-gutter-y: 2.5rem
    }
}

@media(min-width: 1800px) {
    .col-3xl {
        flex:1 0 0%
    }

    .row-cols-3xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-3xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-3xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-3xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-3xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-3xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-3xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-3xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-3xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-3xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-3xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-3xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-3xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-3xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-3xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-3xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-3xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-3xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-3xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-3xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-3xl-0 {
        margin-left: 0
    }

    .offset-3xl-1 {
        margin-left: 8.33333333%
    }

    .offset-3xl-2 {
        margin-left: 16.66666667%
    }

    .offset-3xl-3 {
        margin-left: 25%
    }

    .offset-3xl-4 {
        margin-left: 33.33333333%
    }

    .offset-3xl-5 {
        margin-left: 41.66666667%
    }

    .offset-3xl-6 {
        margin-left: 50%
    }

    .offset-3xl-7 {
        margin-left: 58.33333333%
    }

    .offset-3xl-8 {
        margin-left: 66.66666667%
    }

    .offset-3xl-9 {
        margin-left: 75%
    }

    .offset-3xl-10 {
        margin-left: 83.33333333%
    }

    .offset-3xl-11 {
        margin-left: 91.66666667%
    }

    .g-3xl-0,.gx-3xl-0 {
        --bs-gutter-x: 0
    }

    .g-3xl-0,.gy-3xl-0 {
        --bs-gutter-y: 0
    }

    .g-3xl-2,.gx-3xl-2 {
        --bs-gutter-x: 0.125rem
    }

    .g-3xl-2,.gy-3xl-2 {
        --bs-gutter-y: 0.125rem
    }

    .g-3xl-4,.gx-3xl-4 {
        --bs-gutter-x: 0.25rem
    }

    .g-3xl-4,.gy-3xl-4 {
        --bs-gutter-y: 0.25rem
    }

    .g-3xl-6,.gx-3xl-6 {
        --bs-gutter-x: 0.375rem
    }

    .g-3xl-6,.gy-3xl-6 {
        --bs-gutter-y: 0.375rem
    }

    .g-3xl-8,.gx-3xl-8 {
        --bs-gutter-x: 0.5rem
    }

    .g-3xl-8,.gy-3xl-8 {
        --bs-gutter-y: 0.5rem
    }

    .g-3xl-10,.gx-3xl-10 {
        --bs-gutter-x: 0.625rem
    }

    .g-3xl-10,.gy-3xl-10 {
        --bs-gutter-y: 0.625rem
    }

    .g-3xl-12,.gx-3xl-12 {
        --bs-gutter-x: 0.75rem
    }

    .g-3xl-12,.gy-3xl-12 {
        --bs-gutter-y: 0.75rem
    }

    .g-3xl-14,.gx-3xl-14 {
        --bs-gutter-x: 0.875rem
    }

    .g-3xl-14,.gy-3xl-14 {
        --bs-gutter-y: 0.875rem
    }

    .g-3xl-16,.gx-3xl-16 {
        --bs-gutter-x: 1rem
    }

    .g-3xl-16,.gy-3xl-16 {
        --bs-gutter-y: 1rem
    }

    .g-3xl-20,.gx-3xl-20 {
        --bs-gutter-x: 1.25rem
    }

    .g-3xl-20,.gy-3xl-20 {
        --bs-gutter-y: 1.25rem
    }

    .g-3xl-24,.gx-3xl-24 {
        --bs-gutter-x: 1.5rem
    }

    .g-3xl-24,.gy-3xl-24 {
        --bs-gutter-y: 1.5rem
    }

    .g-3xl-28,.gx-3xl-28 {
        --bs-gutter-x: 1.75rem
    }

    .g-3xl-28,.gy-3xl-28 {
        --bs-gutter-y: 1.75rem
    }

    .g-3xl-32,.gx-3xl-32 {
        --bs-gutter-x: 2rem
    }

    .g-3xl-32,.gy-3xl-32 {
        --bs-gutter-y: 2rem
    }

    .g-3xl-36,.gx-3xl-36 {
        --bs-gutter-x: 2.25rem
    }

    .g-3xl-36,.gy-3xl-36 {
        --bs-gutter-y: 2.25rem
    }

    .g-3xl-40,.gx-3xl-40 {
        --bs-gutter-x: 2.5rem
    }

    .g-3xl-40,.gy-3xl-40 {
        --bs-gutter-y: 2.5rem
    }
}

.table {
    --bs-table-color: var(--kt-text-muted);
    --bs-table-bg: #fff;
    --bs-table-border-color: #f0f3f9;
    --bs-table-accent-bg: hsla(0,0%,100%,0);
    --bs-table-striped-color: var(--kt-text-muted);
    --bs-table-striped-bg: #f5f7f9;
    --bs-table-active-color: var(--kt-text-muted);
    --bs-table-active-bg: rgba(0,0,0,.1);
    --bs-table-hover-color: var(--kt-text-muted);
    --bs-table-hover-bg: rgba(0,0,0,.075);
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color);
    margin-bottom: 1rem;
    vertical-align: top;
    width: 100%
}

.table>:not(caption)>*>* {
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    padding: 14px 10px
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table-group-divider {
    border-top: 2px solid
}

.caption-top {
    caption-side: top
}

.table-sm>:not(caption)>*>* {
    padding: .25rem
}

.table-bordered>:not(caption)>* {
    border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 1px
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.table-borderless>:not(:first-child) {
    border-top-width: 0
}

.table-striped-columns>:not(caption)>tr>:nth-child(2n),.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-primary {
    --bs-table-color: #000;
    --bs-table-bg: #cfecff;
    --bs-table-border-color: #bad4e6;
    --bs-table-striped-bg: #c5e0f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bad4e6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfdaec;
    --bs-table-hover-color: #000
}

.table-primary,.table-secondary {
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color)
}

.table-secondary {
    --bs-table-color: #000;
    --bs-table-bg: #d5d5d6;
    --bs-table-border-color: #c0c0c1;
    --bs-table-striped-bg: #cacacb;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #c0c0c1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c5c5c6;
    --bs-table-hover-color: #000
}

.table-success {
    --bs-table-color: #000;
    --bs-table-bg: #dbf3e4;
    --bs-table-border-color: #c5dbcd;
    --bs-table-striped-bg: #d0e7d9;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #c5dbcd;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #cbe1d3;
    --bs-table-hover-color: #000
}

.table-info,.table-success {
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color)
}

.table-info {
    --bs-table-color: #000;
    --bs-table-bg: #cfecff;
    --bs-table-border-color: #bad4e6;
    --bs-table-striped-bg: #c5e0f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bad4e6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfdaec;
    --bs-table-hover-color: #000
}

.table-warning {
    --bs-table-color: #000;
    --bs-table-bg: #ffe5dd;
    --bs-table-border-color: #e6cec7;
    --bs-table-striped-bg: #f2dad2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6cec7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ecd4cc;
    --bs-table-hover-color: #000
}

.table-danger,.table-warning {
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color)
}

.table-danger {
    --bs-table-color: #000;
    --bs-table-bg: #ffe0e0;
    --bs-table-border-color: #e6caca;
    --bs-table-striped-bg: #f2d5d5;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6caca;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #eccfcf;
    --bs-table-hover-color: #000
}

.table-light {
    --bs-table-color: #000;
    --bs-table-bg: #f1f5f8;
    --bs-table-border-color: #d9dddf;
    --bs-table-striped-bg: #e5e9ec;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #d9dddf;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #dfe3e5;
    --bs-table-hover-color: #000
}

.table-dark,.table-light {
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color)
}

.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #414349;
    --bs-table-border-color: #54565b;
    --bs-table-striped-bg: #4b4c52;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #54565b;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #4f5157;
    --bs-table-hover-color: #fff
}

.table-responsive {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto
}

@media(max-width: 374.98px) {
    .table-responsive-xs {
        -webkit-overflow-scrolling:touch;
        overflow-x: auto
    }
}

@media(max-width: 575.98px) {
    .table-responsive-sm {
        -webkit-overflow-scrolling:touch;
        overflow-x: auto
    }
}

@media(max-width: 767.98px) {
    .table-responsive-md {
        -webkit-overflow-scrolling:touch;
        overflow-x: auto
    }
}

@media(max-width: 991.98px) {
    .table-responsive-lg {
        -webkit-overflow-scrolling:touch;
        overflow-x: auto
    }
}

@media(max-width: 1199.98px) {
    .table-responsive-xl {
        -webkit-overflow-scrolling:touch;
        overflow-x: auto
    }
}

@media(max-width: 1499.98px) {
    .table-responsive-xxl {
        -webkit-overflow-scrolling:touch;
        overflow-x: auto
    }
}

@media(max-width: 1799.98px) {
    .table-responsive-3xl {
        -webkit-overflow-scrolling:touch;
        overflow-x: auto
    }
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    font-size: inherit;
    line-height: 2;
    margin-bottom: 0;
    padding-bottom: 11px;
    padding-top: 11px
}

.col-form-label-lg {
    font-size: 1.125rem;
    padding-bottom: calc(.5rem + 1px);
    padding-top: calc(.5rem + 1px)
}

.col-form-label-sm {
    font-size: .9375rem;
    padding-bottom: 7px;
    padding-top: 7px
}

.form-text {
    color: #484b52;
    font-size: .875em;
    margin-top: .25rem
}

.form-control,.pop-up form .text_box,.pop-up-content div#canceli_innbox textarea {
    background-clip: padding-box;
    background-color: #eff3f6;
    border: 1px solid #eff3f6;
    border-radius: 6px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.075);
    color: #5d6370;
    display: block;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 2;
    padding: 10px 20px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%
}

@media(prefers-reduced-motion:reduce) {
    .form-control,.pop-up form .text_box,.pop-up-content div#canceli_innbox textarea {
        transition: none
    }
}

.form-control[type=file],.pop-up form [type=file].text_box,.pop-up-content div#canceli_innbox textarea[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]),.pop-up form [type=file].text_box:not(:disabled):not([readonly]),.pop-up-content div#canceli_innbox textarea[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus,.pop-up form .text_box:focus,.pop-up-content div#canceli_innbox textarea:focus {
    background-color: #eff3f6;
    border-color: #86d1ff;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.075),0 0 0 .25rem rgba(215, 25, 33,.25);
    color: #5d6370;
    outline: 0
}

.form-control::-webkit-date-and-time-value,.pop-up form .text_box::-webkit-date-and-time-value,.pop-up-content div#canceli_innbox textarea::-webkit-date-and-time-value {
    height: 2em
}

.form-control::-moz-placeholder,.pop-up form .text_box::-moz-placeholder,.pop-up-content div#canceli_innbox textarea::-moz-placeholder {
    color: #5e6675;
    opacity: 1
}

.form-control::placeholder,.pop-up form .text_box::placeholder,.pop-up-content div#canceli_innbox textarea::placeholder {
    color: #5e6675;
    opacity: 1
}

.form-control:disabled,.pop-up form .text_box:disabled,.pop-up-content div#canceli_innbox textarea:disabled {
    background-color: #f1f5f7;
    opacity: 1
}

.form-control::file-selector-button,.pop-up form .text_box::file-selector-button,.pop-up-content div#canceli_innbox textarea::file-selector-button {
    -webkit-margin-end: 20px;
    background-color: #f1f5f7;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width:1px;border-radius: 0;
    color: #5d6370;
    margin: -10px -20px;
    margin-inline-end:20px;padding: 10px 20px;
    pointer-events: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-control::file-selector-button,.pop-up form .text_box::file-selector-button,.pop-up-content div#canceli_innbox textarea::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button,.pop-up form .text_box:hover:not(:disabled):not([readonly])::file-selector-button,.pop-up-content div#canceli_innbox textarea:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #e5e9eb
}

.form-control-plaintext {
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    color: #484b52;
    display: block;
    line-height: 2;
    margin-bottom: 0;
    padding: 10px 0;
    width: 100%
}

.form-control-plaintext:focus {
    outline: 0
}

#register .form-control-plaintext.text_box,#reserve_popup .pessenger_footer .reserve_final .form-control-plaintext.text_box,#reserve_popup .sb_bank .widg_email .form-control-plaintext.text_box,.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm,.payment_content .form-control-plaintext.form-control,.payment_content .form-control-plaintext.text_box,.payment_content .pop-up form .form-control-plaintext.text_box,.payment_content .pop-up-content div#canceli_innbox textarea.form-control-plaintext,.pop-up form .payment_content .form-control-plaintext.text_box,.pop-up form .result-page #sidebar_result .form-control-plaintext.text_box,.pop-up-content div#canceli_innbox .payment_content textarea.form-control-plaintext,.pop-up-content div#canceli_innbox .result-page #sidebar_result textarea.form-control-plaintext,.result-page #sidebar_result .form-control-plaintext.form-control,.result-page #sidebar_result .pop-up form .form-control-plaintext.text_box,.result-page #sidebar_result .pop-up-content div#canceli_innbox textarea.form-control-plaintext {
    padding-left: 0;
    padding-right: 0
}

#register .text_box,#reserve_popup .pessenger_footer .reserve_final .text_box,#reserve_popup .sb_bank .widg_email .text_box,.form-control-sm,.payment_content .form-control,.payment_content .pop-up form .text_box,.payment_content .pop-up-content div#canceli_innbox textarea,.payment_content .text_box,.pop-up form .payment_content .text_box,.pop-up form .result-page #sidebar_result .text_box,.pop-up-content div#canceli_innbox .payment_content textarea,.pop-up-content div#canceli_innbox .result-page #sidebar_result textarea,.result-page #sidebar_result .form-control,.result-page #sidebar_result .pop-up form .text_box,.result-page #sidebar_result .pop-up-content div#canceli_innbox textarea {
    border-radius: 6px;
    font-size: .9375rem;
    min-height: calc(2em + 14px);
    padding: 6px 16px
}

#register .text_box::file-selector-button,#reserve_popup .pessenger_footer .reserve_final .text_box::file-selector-button,#reserve_popup .sb_bank .widg_email .text_box::file-selector-button,.form-control-sm::file-selector-button,.payment_content .form-control::file-selector-button,.payment_content .pop-up form .text_box::file-selector-button,.payment_content .pop-up-content div#canceli_innbox textarea::file-selector-button,.payment_content .text_box::file-selector-button,.pop-up form .payment_content .text_box::file-selector-button,.pop-up form .result-page #sidebar_result .text_box::file-selector-button,.pop-up-content div#canceli_innbox .payment_content textarea::file-selector-button,.pop-up-content div#canceli_innbox .result-page #sidebar_result textarea::file-selector-button,.result-page #sidebar_result .form-control::file-selector-button,.result-page #sidebar_result .pop-up form .text_box::file-selector-button,.result-page #sidebar_result .pop-up-content div#canceli_innbox textarea::file-selector-button {
    -webkit-margin-end: 16px;
    margin: -6px -16px;
    margin-inline-end:16px;padding: 6px 16px
}

.form-control-lg {
    border-radius: 12px;
    font-size: 1.125rem;
    min-height: calc(2em + 1rem + 2px);
    padding: .5rem 1rem
}

.form-control-lg::file-selector-button {
    -webkit-margin-end: 1rem;
    margin: -.5rem -1rem;
    margin-inline-end:1rem;padding: .5rem 1rem
}

.pop-up form textarea.text_box,.pop-up-content div#canceli_innbox textarea,textarea.form-control {
    min-height: calc(2em + 22px)
}

#register textarea.text_box,#reserve_popup .pessenger_footer .reserve_final textarea.text_box,#reserve_popup .sb_bank .widg_email textarea.text_box,.payment_content .pop-up form textarea.text_box,.payment_content .pop-up-content div#canceli_innbox textarea,.payment_content textarea.form-control,.payment_content textarea.text_box,.pop-up form .payment_content textarea.text_box,.pop-up form .result-page #sidebar_result textarea.text_box,.pop-up-content div#canceli_innbox .payment_content textarea,.pop-up-content div#canceli_innbox .result-page #sidebar_result textarea,.result-page #sidebar_result .pop-up form textarea.text_box,.result-page #sidebar_result .pop-up-content div#canceli_innbox textarea,.result-page #sidebar_result textarea.form-control,textarea.form-control-sm {
    min-height: calc(2em + 14px)
}

textarea.form-control-lg {
    min-height: calc(2em + 1rem + 2px)
}

.form-control-color {
    height: calc(2em + 22px);
    padding: 10px;
    width: 3rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    border: 0!important;
    border-radius: 6px
}

.form-control-color::-webkit-color-swatch {
    border-radius: 6px
}

#register .form-control-color.text_box,#reserve_popup .pessenger_footer .reserve_final .form-control-color.text_box,#reserve_popup .sb_bank .widg_email .form-control-color.text_box,.form-control-color.form-control-sm,.payment_content .form-control-color.form-control,.payment_content .form-control-color.text_box,.payment_content .pop-up form .form-control-color.text_box,.payment_content .pop-up-content div#canceli_innbox textarea.form-control-color,.pop-up form .payment_content .form-control-color.text_box,.pop-up form .result-page #sidebar_result .form-control-color.text_box,.pop-up-content div#canceli_innbox .payment_content textarea.form-control-color,.pop-up-content div#canceli_innbox .result-page #sidebar_result textarea.form-control-color,.result-page #sidebar_result .form-control-color.form-control,.result-page #sidebar_result .pop-up form .form-control-color.text_box,.result-page #sidebar_result .pop-up-content div#canceli_innbox textarea.form-control-color {
    height: calc(2em + 14px)
}

.form-control-color.form-control-lg {
    height: calc(2em + 1rem + 2px)
}

.form-select {
    -moz-padding-start: 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #eff3f6;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23484B52' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: 1px solid #eff3f6;
    border-radius: 6px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.075);
    color: #5d6370;
    display: block;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 2;
    padding: 10px 60px 10px 20px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%
}

@media(prefers-reduced-motion:reduce) {
    .form-select {
        transition: none
    }
}

.form-select:focus {
    border-color: #86d1ff;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.075),0 0 0 .25rem rgba(215, 25, 33,.25);
    outline: 0
}

.form-select[multiple],.form-select[size]:not([size="1"]) {
    background-image: none;
    padding-right: 20px
}

.form-select:disabled {
    background-color: #f1f5f7
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #5d6370
}

.form-select-sm {
    border-radius: 6px;
    font-size: .9375rem;
    padding-bottom: 6px;
    padding-left: 16px;
    padding-top: 6px
}

.form-select-lg {
    border-radius: 12px;
    font-size: 1.125rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-top: .5rem
}

.form-check {
    display: block;
    margin-bottom: .125rem;
    min-height: 1.9rem;
    padding-left: 1.5em
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-reverse {
    padding-left: 0;
    padding-right: 1.5em;
    text-align: right
}

.form-check-reverse .form-check-input {
    float: right;
    margin-left: 0;
    margin-right: -1.5em
}

.form-check-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #eff3f6;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    height: 1em;
    margin-top: .45em;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    vertical-align: top;
    width: 1em
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #86d1ff;
    box-shadow: 0 0 0 .25rem rgba(215, 25, 33,.25);
    outline: 0
}

.form-check-input:checked {
    background-color: #d71921;
    border-color: #d71921
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #d71921;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
    border-color: #d71921
}

.form-check-input:disabled {
    filter: none;
    opacity: .5;
    pointer-events: none
}

.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label {
    cursor: default;
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
    background-position: 0;
    border-radius: 2em;
    margin-left: -2.5em;
    transition: background-position .15s ease-in-out;
    width: 2em
}

@media(prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2386d1ff'/%3E%3C/svg%3E")
}

.form-switch .form-check-input:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
    background-position: 100%
}

.form-switch.form-check-reverse {
    padding-left: 0;
    padding-right: 2.5em
}

.form-switch.form-check-reverse .form-check-input {
    margin-left: 0;
    margin-right: -2.5em
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    clip: rect(0,0,0,0);
    pointer-events: none;
    position: absolute
}

.btn-check:disabled+.btn,.btn-check[disabled]+.btn {
    filter: none;
    opacity: .65;
    pointer-events: none
}

.form-range {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    height: 1.5rem;
    padding: 0;
    width: 100%
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(215, 25, 33,.25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(215, 25, 33,.25)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background-color: #d71921;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 .1rem .25rem rgba(0,0,0,.1);
    height: 1rem;
    margin-top: -.25rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 1rem
}

@media(prefers-reduced-motion:reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b6e3ff
}

.form-range::-webkit-slider-runnable-track {
    background-color: #f1f5f8;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.075);
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

.form-range::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    background-color: #d71921;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 .1rem .25rem rgba(0,0,0,.1);
    height: 1rem;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 1rem
}

@media(prefers-reduced-motion:reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b6e3ff
}

.form-range::-moz-range-track {
    background-color: #f1f5f8;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.075);
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: #757a85
}

.form-range:disabled::-moz-range-thumb {
    background-color: #757a85
}

.form-floating {
    position: relative
}

.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select,.pop-up form .form-floating>.text_box,.pop-up-content div#canceli_innbox .form-floating>textarea {
    height: calc(3.5rem + 2px);
    line-height: 1.25
}

.form-floating>label {
    border: 1px solid transparent;
    height: 100%;
    left: 0;
    overflow: hidden;
    padding: 1rem 20px;
    pointer-events: none;
    position: absolute;
    text-align: start;
    text-overflow: ellipsis;
    top: 0;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
    white-space: nowrap;
    width: 100%
}

@media(prefers-reduced-motion:reduce) {
    .form-floating>label {
        transition: none
    }
}

.form-floating>.form-control,.form-floating>.form-control-plaintext,.pop-up form .form-floating>.text_box,.pop-up-content div#canceli_innbox .form-floating>textarea {
    padding: 1rem 20px
}

.form-floating>.form-control-plaintext::-moz-placeholder,.form-floating>.form-control::-moz-placeholder,.pop-up form .form-floating>.text_box::-moz-placeholder,.pop-up-content div#canceli_innbox .form-floating>textarea::-moz-placeholder {
    color: transparent
}

.form-floating>.form-control-plaintext::placeholder,.form-floating>.form-control::placeholder,.pop-up form .form-floating>.text_box::placeholder,.pop-up-content div#canceli_innbox .form-floating>textarea::placeholder {
    color: transparent
}

.form-floating>.form-control-plaintext:not(:-moz-placeholder-shown),.form-floating>.form-control:not(:-moz-placeholder-shown),.pop-up form .form-floating>.text_box:not(:-moz-placeholder-shown),.pop-up-content div#canceli_innbox .form-floating>textarea:not(:-moz-placeholder-shown) {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),.pop-up form .form-floating>.text_box:focus,.pop-up form .form-floating>.text_box:not(:placeholder-shown),.pop-up-content div#canceli_innbox .form-floating>textarea:focus,.pop-up-content div#canceli_innbox .form-floating>textarea:not(:placeholder-shown) {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating>.form-control-plaintext:-webkit-autofill,.form-floating>.form-control:-webkit-autofill,.pop-up form .form-floating>.text_box:-webkit-autofill,.pop-up-content div#canceli_innbox .form-floating>textarea:-webkit-autofill {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating>.form-select {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label,.pop-up form .form-floating>.text_box:not(:-moz-placeholder-shown)~label,.pop-up-content div#canceli_innbox .form-floating>textarea:not(:-moz-placeholder-shown)~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label,.pop-up form .form-floating>.text_box:focus~label,.pop-up form .form-floating>.text_box:not(:placeholder-shown)~label,.pop-up-content div#canceli_innbox .form-floating>textarea:focus~label,.pop-up-content div#canceli_innbox .form-floating>textarea:not(:placeholder-shown)~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label,.pop-up form .form-floating>.text_box:-webkit-autofill~label,.pop-up-content div#canceli_innbox .form-floating>textarea:-webkit-autofill~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control-plaintext~label {
    border-width: 1px 0
}

.input-group {
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%
}

.input-group>.form-control,.input-group>.form-floating,.input-group>.form-select,.pop-up form .input-group>.text_box,.pop-up-content div#canceli_innbox .input-group>textarea {
    flex: 1 1 auto;
    min-width: 0;
    position: relative;
    width: 1%
}

.input-group>.form-control:focus,.input-group>.form-floating:focus-within,.input-group>.form-select:focus,.pop-up form .input-group>.text_box:focus,.pop-up-content div#canceli_innbox .input-group>textarea:focus {
    z-index: 5
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 5
}

.input-group-text {
    align-items: center;
    background-color: #f1f5f7;
    border: 1px solid #eff3f6;
    border-radius: 6px;
    color: #5d6370;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 2;
    padding: 10px 20px;
    text-align: center;
    white-space: nowrap
}

.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.pop-up form .input-group-lg>.text_box,.pop-up-content div#canceli_innbox .input-group-lg>textarea {
    border-radius: 12px;
    font-size: 1.125rem;
    padding: .5rem 1rem
}

.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.pop-up form .input-group-sm>.text_box,.pop-up-content div#canceli_innbox .input-group-sm>textarea {
    border-radius: 6px;
    font-size: .9375rem;
    padding: 6px 16px
}

.input-group-lg>.form-select,.input-group-sm>.form-select {
    padding-right: 80px
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.pop-up form .input-group.has-validation>.form-floating:nth-last-child(n+3)>.text_box,.pop-up form .input-group:not(.has-validation)>.form-floating:not(:last-child)>.text_box,.pop-up-content div#canceli_innbox .input-group.has-validation>.form-floating:nth-last-child(n+3)>textarea,.pop-up-content div#canceli_innbox .input-group:not(.has-validation)>.form-floating:not(:last-child)>textarea {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px
}

.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select,.pop-up form .input-group>.form-floating:not(:first-child)>.text_box,.pop-up-content div#canceli_innbox .input-group>.form-floating:not(:first-child)>textarea {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.valid-feedback {
    color: #4ac278;
    display: none;
    font-size: .875em;
    margin-top: .25rem;
    width: 100%
}

.valid-tooltip {
    background-color: #4ac278;
    border-radius: 4px;
    color: #000;
    display: none;
    font-size: .8125rem;
    margin-top: .1rem;
    max-width: 100%;
    padding: 8px 12px;
    position: absolute;
    top: 100%;
    z-index: 5
}

.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,.pop-up form .is-valid.text_box,.pop-up form .was-validated .text_box:valid,.pop-up-content div#canceli_innbox .was-validated textarea:valid,.pop-up-content div#canceli_innbox textarea.is-valid,.was-validated .form-control:valid,.was-validated .pop-up form .text_box:valid,.was-validated .pop-up-content div#canceli_innbox textarea:valid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%234AC278' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-position: right calc(.5em + 5px) center;
    background-repeat: no-repeat;
    background-size: calc(1em + 10px) calc(1em + 10px);
    border-color: #4ac278;
    padding-right: calc(2em + 20px)
}

.form-control.is-valid:focus,.pop-up form .is-valid.text_box:focus,.pop-up form .was-validated .text_box:valid:focus,.pop-up-content div#canceli_innbox .was-validated textarea:valid:focus,.pop-up-content div#canceli_innbox textarea.is-valid:focus,.was-validated .form-control:valid:focus,.was-validated .pop-up form .text_box:valid:focus,.was-validated .pop-up-content div#canceli_innbox textarea:valid:focus {
    border-color: #4ac278;
    box-shadow: 0 0 0 .25rem rgba(74,194,120,.25)
}

.pop-up form .was-validated textarea.text_box:valid,.pop-up form textarea.is-valid.text_box,.pop-up-content div#canceli_innbox .was-validated textarea:valid,.pop-up-content div#canceli_innbox textarea.is-valid,.was-validated .pop-up form textarea.text_box:valid,.was-validated .pop-up-content div#canceli_innbox textarea:valid,.was-validated textarea.form-control:valid,textarea.form-control.is-valid {
    background-position: top calc(.5em + 5px) right calc(.5em + 5px);
    padding-right: calc(2em + 20px)
}

.form-select.is-valid,.was-validated .form-select:valid {
    border-color: #4ac278
}

.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23484B52' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%234AC278' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-position: right 20px center,center right 60px;
    background-size: 16px 12px,calc(1em + 10px) calc(1em + 10px);
    padding-right: 110px
}

.form-select.is-valid:focus,.was-validated .form-select:valid:focus {
    border-color: #4ac278;
    box-shadow: 0 0 0 .25rem rgba(74,194,120,.25)
}

.form-control-color.is-valid,.was-validated .form-control-color:valid {
    width: calc(3rem + 2em + 20px)
}

.form-check-input.is-valid,.was-validated .form-check-input:valid {
    border-color: #4ac278
}

.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked {
    background-color: #4ac278
}

.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 .25rem rgba(74,194,120,.25)
}

.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label {
    color: #4ac278
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

.input-group>.form-control:not(:focus).is-valid,.input-group>.form-floating:not(:focus-within).is-valid,.input-group>.form-select:not(:focus).is-valid,.pop-up form .input-group>.text_box:not(:focus).is-valid,.pop-up form .was-validated .input-group>.text_box:not(:focus):valid,.pop-up-content div#canceli_innbox .input-group>textarea:not(:focus).is-valid,.pop-up-content div#canceli_innbox .was-validated .input-group>textarea:not(:focus):valid,.was-validated .input-group>.form-control:not(:focus):valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.was-validated .input-group>.form-select:not(:focus):valid,.was-validated .pop-up form .input-group>.text_box:not(:focus):valid,.was-validated .pop-up-content div#canceli_innbox .input-group>textarea:not(:focus):valid {
    z-index: 3
}

.invalid-feedback {
    color: #ff6565;
    display: none;
    font-size: .875em;
    margin-top: .25rem;
    width: 100%
}

.invalid-tooltip {
    background-color: #ff6565;
    border-radius: 4px;
    color: #000;
    display: none;
    font-size: .8125rem;
    margin-top: .1rem;
    max-width: 100%;
    padding: 8px 12px;
    position: absolute;
    top: 100%;
    z-index: 5
}

.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,.pop-up form .is-invalid.text_box,.pop-up form .was-validated .text_box:invalid,.pop-up-content div#canceli_innbox .was-validated textarea:invalid,.pop-up-content div#canceli_innbox textarea.is-invalid,.was-validated .form-control:invalid,.was-validated .pop-up form .text_box:invalid,.was-validated .pop-up-content div#canceli_innbox textarea:invalid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23FF6565'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23FF6565' stroke='none'/%3E%3C/svg%3E");
    background-position: right calc(.5em + 5px) center;
    background-repeat: no-repeat;
    background-size: calc(1em + 10px) calc(1em + 10px);
    border-color: #ff6565;
    padding-right: calc(2em + 20px)
}

.form-control.is-invalid:focus,.pop-up form .is-invalid.text_box:focus,.pop-up form .was-validated .text_box:invalid:focus,.pop-up-content div#canceli_innbox .was-validated textarea:invalid:focus,.pop-up-content div#canceli_innbox textarea.is-invalid:focus,.was-validated .form-control:invalid:focus,.was-validated .pop-up form .text_box:invalid:focus,.was-validated .pop-up-content div#canceli_innbox textarea:invalid:focus {
    border-color: #ff6565;
    box-shadow: 0 0 0 .25rem hsla(0,100%,70%,.25)
}

.pop-up form .was-validated textarea.text_box:invalid,.pop-up form textarea.is-invalid.text_box,.pop-up-content div#canceli_innbox .was-validated textarea:invalid,.pop-up-content div#canceli_innbox textarea.is-invalid,.was-validated .pop-up form textarea.text_box:invalid,.was-validated .pop-up-content div#canceli_innbox textarea:invalid,.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid {
    background-position: top calc(.5em + 5px) right calc(.5em + 5px);
    padding-right: calc(2em + 20px)
}

.form-select.is-invalid,.was-validated .form-select:invalid {
    border-color: #ff6565
}

.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23484B52' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23FF6565'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23FF6565' stroke='none'/%3E%3C/svg%3E");
    background-position: right 20px center,center right 60px;
    background-size: 16px 12px,calc(1em + 10px) calc(1em + 10px);
    padding-right: 110px
}

.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus {
    border-color: #ff6565;
    box-shadow: 0 0 0 .25rem hsla(0,100%,70%,.25)
}

.form-control-color.is-invalid,.was-validated .form-control-color:invalid {
    width: calc(3rem + 2em + 20px)
}

.form-check-input.is-invalid,.was-validated .form-check-input:invalid {
    border-color: #ff6565
}

.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked {
    background-color: #ff6565
}

.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 .25rem hsla(0,100%,70%,.25)
}

.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label {
    color: #ff6565
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

.input-group>.form-control:not(:focus).is-invalid,.input-group>.form-floating:not(:focus-within).is-invalid,.input-group>.form-select:not(:focus).is-invalid,.pop-up form .input-group>.text_box:not(:focus).is-invalid,.pop-up form .was-validated .input-group>.text_box:not(:focus):invalid,.pop-up-content div#canceli_innbox .input-group>textarea:not(:focus).is-invalid,.pop-up-content div#canceli_innbox .was-validated .input-group>textarea:not(:focus):invalid,.was-validated .input-group>.form-control:not(:focus):invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.was-validated .input-group>.form-select:not(:focus):invalid,.was-validated .pop-up form .input-group>.text_box:not(:focus):invalid,.was-validated .pop-up-content div#canceli_innbox .input-group>textarea:not(:focus):invalid {
    z-index: 4
}

.btn {
    --bs-btn-padding-x: 24px;
    --bs-btn-padding-y: 8px;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1.0625rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 2;
    --bs-btn-color: #484b52;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 0px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 6px;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb),.5);
    background-color: var(--bs-btn-bg);
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    box-shadow: var(--bs-btn-box-shadow);
    color: var(--bs-btn-color);
    cursor: pointer;
    display: inline-block;
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    text-align: center;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle
}

@media(prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    color: var(--bs-btn-hover-color)
}

.btn-check+.btn:hover {
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color);
    color: var(--bs-btn-color)
}

.btn:focus-visible {
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    box-shadow: var(--bs-btn-box-shadow),var(--bs-btn-focus-box-shadow);
    color: var(--bs-btn-hover-color);
    outline: 0
}

.btn-check:focus-visible+.btn {
    border-color: var(--bs-btn-hover-border-color);
    box-shadow: var(--bs-btn-box-shadow),var(--bs-btn-focus-box-shadow);
    outline: 0
}

.btn-check:checked+.btn,.btn.active,.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active {
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
    box-shadow: var(--bs-btn-active-shadow);
    color: var(--bs-btn-active-color)
}

.btn-check:checked+.btn:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible,.btn:first-child:active:focus-visible,:not(.btn-check)+.btn:active:focus-visible {
    box-shadow: var(--bs-btn-active-shadow),var(--bs-btn-focus-box-shadow)
}

.btn.disabled,.btn:disabled,fieldset:disabled .btn {
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    box-shadow: none;
    color: var(--bs-btn-disabled-color);
    opacity: var(--bs-btn-disabled-opacity);
    pointer-events: none
}

.btn-primary {
    --bs-btn-color: #000;
    --bs-btn-bg: #d71921;
    --bs-btn-border-color: #d71921;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #D72E36;
    --bs-btn-hover-border-color: #B7000A;
    --bs-btn-focus-shadow-rgb: 11,138,217;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #3db5ff;
    --bs-btn-active-border-color: #B7000A;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #d71921;
    --bs-btn-disabled-border-color: #d71921
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2d2e33;
    --bs-btn-border-color: #2d2e33;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #26272b;
    --bs-btn-hover-border-color: #242529;
    --bs-btn-focus-shadow-rgb: 77,77,82;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #242529;
    --bs-btn-active-border-color: #222326;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #2d2e33;
    --bs-btn-disabled-border-color: #2d2e33
}

.btn-success {
    --bs-btn-color: #000;
    --bs-btn-bg: #4ac278;
    --bs-btn-border-color: #4ac278;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #65cb8c;
    --bs-btn-hover-border-color: #5cc886;
    --bs-btn-focus-shadow-rgb: 63,165,102;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #6ece93;
    --bs-btn-active-border-color: #5cc886;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #4ac278;
    --bs-btn-disabled-border-color: #4ac278
}

.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #d71921;
    --bs-btn-border-color: #d71921;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #D72E36;
    --bs-btn-hover-border-color: #B7000A;
    --bs-btn-focus-shadow-rgb: 11,138,217;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #3db5ff;
    --bs-btn-active-border-color: #B7000A;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #d71921;
    --bs-btn-disabled-border-color: #d71921
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ff7c54;
    --bs-btn-border-color: #ff7c54;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ff906e;
    --bs-btn-hover-border-color: #ff8965;
    --bs-btn-focus-shadow-rgb: 217,105,71;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ff9676;
    --bs-btn-active-border-color: #ff8965;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ff7c54;
    --bs-btn-disabled-border-color: #ff7c54
}

.btn-yellow {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc342;
    --bs-btn-border-color: #ffc342;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffcc5e;
    --bs-btn-hover-border-color: #ffc955;
    --bs-btn-focus-shadow-rgb: 217,166,56;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcf68;
    --bs-btn-active-border-color: #ffc955;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc342;
    --bs-btn-disabled-border-color: #ffc342
}

.btn-danger {
    --bs-btn-color: #000;
    --bs-btn-bg: #ff6565;
    --bs-btn-border-color: #ff6565;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ff7c7c;
    --bs-btn-hover-border-color: #ff7474;
    --bs-btn-focus-shadow-rgb: 217,86,86;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ff8484;
    --bs-btn-active-border-color: #ff7474;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ff6565;
    --bs-btn-disabled-border-color: #ff6565
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f1f5f8;
    --bs-btn-border-color: #f1f5f8;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #cdd0d3;
    --bs-btn-hover-border-color: #c1c4c6;
    --bs-btn-focus-shadow-rgb: 205,208,211;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c1c4c6;
    --bs-btn-active-border-color: #b5b8ba;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f1f5f8;
    --bs-btn-disabled-border-color: #f1f5f8
}

.btn-lighten {
    --bs-btn-color: #000;
    --bs-btn-bg: #f1f5f7;
    --bs-btn-border-color: #f1f5f7;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f3f7f8;
    --bs-btn-hover-border-color: #f2f6f8;
    --bs-btn-focus-shadow-rgb: 205,208,210;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f4f7f9;
    --bs-btn-active-border-color: #f2f6f8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f1f5f7;
    --bs-btn-disabled-border-color: #f1f5f7
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #414349;
    --bs-btn-border-color: #414349;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5e5f64;
    --bs-btn-hover-border-color: #54565b;
    --bs-btn-focus-shadow-rgb: 94,95,100;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #67696d;
    --bs-btn-active-border-color: #54565b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #414349;
    --bs-btn-disabled-border-color: #414349
}

.btn-white {
    --bs-btn-color: #000;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-focus-shadow-rgb: 217,217,217;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: #fff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fff;
    --bs-btn-disabled-border-color: #fff
}

.btn-gray {
    --bs-btn-color: #fff;
    --bs-btn-bg: #5d6370;
    --bs-btn-border-color: #5d6370;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4f545f;
    --bs-btn-hover-border-color: #4a4f5a;
    --bs-btn-focus-shadow-rgb: 117,122,133;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4a4f5a;
    --bs-btn-active-border-color: #464a54;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #5d6370;
    --bs-btn-disabled-border-color: #5d6370
}

.btn-gray-100 {
    --bs-btn-color: #000;
    --bs-btn-bg: #f5f8fa;
    --bs-btn-border-color: #f5f8fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f7f9fb;
    --bs-btn-hover-border-color: #f6f9fb;
    --bs-btn-focus-shadow-rgb: 208,211,213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f7f9fb;
    --bs-btn-active-border-color: #f6f9fb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f5f8fa;
    --bs-btn-disabled-border-color: #f5f8fa
}

.btn-gray-200 {
    --bs-btn-color: #000;
    --bs-btn-bg: #f1f5f7;
    --bs-btn-border-color: #f1f5f7;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f3f7f8;
    --bs-btn-hover-border-color: #f2f6f8;
    --bs-btn-focus-shadow-rgb: 205,208,210;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f4f7f9;
    --bs-btn-active-border-color: #f2f6f8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f1f5f7;
    --bs-btn-disabled-border-color: #f1f5f7
}

.btn-gray-300 {
    --bs-btn-color: #000;
    --bs-btn-bg: #f1f5f8;
    --bs-btn-border-color: #f1f5f8;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f3f7f9;
    --bs-btn-hover-border-color: #f2f6f9;
    --bs-btn-focus-shadow-rgb: 205,208,211;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f4f7f9;
    --bs-btn-active-border-color: #f2f6f9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f1f5f8;
    --bs-btn-disabled-border-color: #f1f5f8
}

.btn-gray-400 {
    --bs-btn-color: #000;
    --bs-btn-bg: #eff3f6;
    --bs-btn-border-color: #eff3f6;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f1f5f7;
    --bs-btn-hover-border-color: #f1f4f7;
    --bs-btn-focus-shadow-rgb: 203,207,209;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f2f5f8;
    --bs-btn-active-border-color: #f1f4f7;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #eff3f6;
    --bs-btn-disabled-border-color: #eff3f6
}

.btn-gray-500 {
    --bs-btn-color: #000;
    --bs-btn-bg: #757a85;
    --bs-btn-border-color: #757a85;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #8a8e97;
    --bs-btn-hover-border-color: #838791;
    --bs-btn-focus-shadow-rgb: 99,104,113;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #91959d;
    --bs-btn-active-border-color: #838791;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #757a85;
    --bs-btn-disabled-border-color: #757a85
}

.btn-gray-600 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #5e6675;
    --bs-btn-border-color: #5e6675;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #505763;
    --bs-btn-hover-border-color: #4b525e;
    --bs-btn-focus-shadow-rgb: 118,125,138;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4b525e;
    --bs-btn-active-border-color: #474d58;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #5e6675;
    --bs-btn-disabled-border-color: #5e6675
}

.btn-gray-700 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #5d6370;
    --bs-btn-border-color: #5d6370;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4f545f;
    --bs-btn-hover-border-color: #4a4f5a;
    --bs-btn-focus-shadow-rgb: 117,122,133;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4a4f5a;
    --bs-btn-active-border-color: #464a54;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #5d6370;
    --bs-btn-disabled-border-color: #5d6370
}

.btn-gray-800 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #484b52;
    --bs-btn-border-color: #484b52;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3d4046;
    --bs-btn-hover-border-color: #3a3c42;
    --bs-btn-focus-shadow-rgb: 99,102,108;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #3a3c42;
    --bs-btn-active-border-color: #36383e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #484b52;
    --bs-btn-disabled-border-color: #484b52
}

.btn-gray-900 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #414349;
    --bs-btn-border-color: #414349;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #37393e;
    --bs-btn-hover-border-color: #34363a;
    --bs-btn-focus-shadow-rgb: 94,95,100;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #34363a;
    --bs-btn-active-border-color: #313237;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #414349;
    --bs-btn-disabled-border-color: #414349
}

.btn-outline-primary {
    --bs-btn-color: #d71921;
    --bs-btn-border-color: #d71921;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d71921;
    --bs-btn-hover-border-color: #d71921;
    --bs-btn-focus-shadow-rgb: 215, 25, 33;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #d71921;
    --bs-btn-active-border-color: #d71921;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #d71921;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #d71921;
    --bs-gradient: none
}

.btn-outline-secondary {
    --bs-btn-color: #2d2e33;
    --bs-btn-border-color: #2d2e33;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2d2e33;
    --bs-btn-hover-border-color: #2d2e33;
    --bs-btn-focus-shadow-rgb: 45,46,51;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2d2e33;
    --bs-btn-active-border-color: #2d2e33;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #2d2e33;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #2d2e33;
    --bs-gradient: none
}

.btn-outline-success {
    --bs-btn-color: #4ac278;
    --bs-btn-border-color: #4ac278;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #4ac278;
    --bs-btn-hover-border-color: #4ac278;
    --bs-btn-focus-shadow-rgb: 74,194,120;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #4ac278;
    --bs-btn-active-border-color: #4ac278;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #4ac278;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #4ac278;
    --bs-gradient: none
}

.btn-outline-info {
    --bs-btn-color: #d71921;
    --bs-btn-border-color: #d71921;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d71921;
    --bs-btn-hover-border-color: #d71921;
    --bs-btn-focus-shadow-rgb: 215, 25, 33;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #d71921;
    --bs-btn-active-border-color: #d71921;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #d71921;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #d71921;
    --bs-gradient: none
}

.btn-outline-warning {
    --bs-btn-color: #ff7c54;
    --bs-btn-border-color: #ff7c54;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ff7c54;
    --bs-btn-hover-border-color: #ff7c54;
    --bs-btn-focus-shadow-rgb: 215, 25, 33;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ff7c54;
    --bs-btn-active-border-color: #ff7c54;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #ff7c54;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ff7c54;
    --bs-gradient: none
}

.btn-outline-yellow {
    --bs-btn-color: #ffc342;
    --bs-btn-border-color: #ffc342;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffc342;
    --bs-btn-hover-border-color: #ffc342;
    --bs-btn-focus-shadow-rgb: 255,195,66;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc342;
    --bs-btn-active-border-color: #ffc342;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #ffc342;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffc342;
    --bs-gradient: none
}

.btn-outline-danger {
    --bs-btn-color: #ff6565;
    --bs-btn-border-color: #ff6565;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ff6565;
    --bs-btn-hover-border-color: #ff6565;
    --bs-btn-focus-shadow-rgb: 255,101,101;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ff6565;
    --bs-btn-active-border-color: #ff6565;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #ff6565;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ff6565;
    --bs-gradient: none
}

.btn-outline-light {
    --bs-btn-color: #f1f5f8;
    --bs-btn-border-color: #f1f5f8;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f1f5f8;
    --bs-btn-hover-border-color: #f1f5f8;
    --bs-btn-focus-shadow-rgb: 241,245,248;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f1f5f8;
    --bs-btn-active-border-color: #f1f5f8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #f1f5f8;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f1f5f8;
    --bs-gradient: none
}

.btn-outline-lighten {
    --bs-btn-color: #f1f5f7;
    --bs-btn-border-color: #f1f5f7;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f1f5f7;
    --bs-btn-hover-border-color: #f1f5f7;
    --bs-btn-focus-shadow-rgb: 241,245,247;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f1f5f7;
    --bs-btn-active-border-color: #f1f5f7;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #f1f5f7;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f1f5f7;
    --bs-gradient: none
}

.btn-outline-dark {
    --bs-btn-color: #414349;
    --bs-btn-border-color: #414349;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #414349;
    --bs-btn-hover-border-color: #414349;
    --bs-btn-focus-shadow-rgb: 65,67,73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #414349;
    --bs-btn-active-border-color: #414349;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #414349;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #414349;
    --bs-gradient: none
}

.btn-outline-white {
    --bs-btn-color: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-focus-shadow-rgb: 255,255,255;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: #fff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fff;
    --bs-gradient: none
}

.btn-outline-gray {
    --bs-btn-color: #5d6370;
    --bs-btn-border-color: #5d6370;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5d6370;
    --bs-btn-hover-border-color: #5d6370;
    --bs-btn-focus-shadow-rgb: 93,99,112;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5d6370;
    --bs-btn-active-border-color: #5d6370;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #5d6370;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #5d6370;
    --bs-gradient: none
}

.btn-outline-gray-100 {
    --bs-btn-color: #f5f8fa;
    --bs-btn-border-color: #f5f8fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f5f8fa;
    --bs-btn-hover-border-color: #f5f8fa;
    --bs-btn-focus-shadow-rgb: 245,248,250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f5f8fa;
    --bs-btn-active-border-color: #f5f8fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #f5f8fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f5f8fa;
    --bs-gradient: none
}

.btn-outline-gray-200 {
    --bs-btn-color: #f1f5f7;
    --bs-btn-border-color: #f1f5f7;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f1f5f7;
    --bs-btn-hover-border-color: #f1f5f7;
    --bs-btn-focus-shadow-rgb: 241,245,247;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f1f5f7;
    --bs-btn-active-border-color: #f1f5f7;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #f1f5f7;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f1f5f7;
    --bs-gradient: none
}

.btn-outline-gray-300 {
    --bs-btn-color: #f1f5f8;
    --bs-btn-border-color: #f1f5f8;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f1f5f8;
    --bs-btn-hover-border-color: #f1f5f8;
    --bs-btn-focus-shadow-rgb: 241,245,248;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f1f5f8;
    --bs-btn-active-border-color: #f1f5f8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #f1f5f8;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f1f5f8;
    --bs-gradient: none
}

.btn-outline-gray-400 {
    --bs-btn-color: #eff3f6;
    --bs-btn-border-color: #eff3f6;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #eff3f6;
    --bs-btn-hover-border-color: #eff3f6;
    --bs-btn-focus-shadow-rgb: 239,243,246;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #eff3f6;
    --bs-btn-active-border-color: #eff3f6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #eff3f6;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #eff3f6;
    --bs-gradient: none
}

.btn-outline-gray-500 {
    --bs-btn-color: #757a85;
    --bs-btn-border-color: #757a85;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #757a85;
    --bs-btn-hover-border-color: #757a85;
    --bs-btn-focus-shadow-rgb: 117,122,133;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #757a85;
    --bs-btn-active-border-color: #757a85;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #757a85;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #757a85;
    --bs-gradient: none
}

.btn-outline-gray-600 {
    --bs-btn-color: #5e6675;
    --bs-btn-border-color: #5e6675;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5e6675;
    --bs-btn-hover-border-color: #5e6675;
    --bs-btn-focus-shadow-rgb: 94,102,117;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5e6675;
    --bs-btn-active-border-color: #5e6675;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #5e6675;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #5e6675;
    --bs-gradient: none
}

.btn-outline-gray-700 {
    --bs-btn-color: #5d6370;
    --bs-btn-border-color: #5d6370;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5d6370;
    --bs-btn-hover-border-color: #5d6370;
    --bs-btn-focus-shadow-rgb: 93,99,112;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5d6370;
    --bs-btn-active-border-color: #5d6370;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #5d6370;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #5d6370;
    --bs-gradient: none
}

.btn-outline-gray-800 {
    --bs-btn-color: #484b52;
    --bs-btn-border-color: #484b52;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #484b52;
    --bs-btn-hover-border-color: #484b52;
    --bs-btn-focus-shadow-rgb: 72,75,82;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #484b52;
    --bs-btn-active-border-color: #484b52;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #484b52;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #484b52;
    --bs-gradient: none
}

.btn-outline-gray-900 {
    --bs-btn-color: #414349;
    --bs-btn-border-color: #414349;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #414349;
    --bs-btn-hover-border-color: #414349;
    --bs-btn-focus-shadow-rgb: 65,67,73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #414349;
    --bs-btn-active-border-color: #414349;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #414349;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #414349;
    --bs-gradient: none
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #5e6675;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: none;
    --bs-btn-focus-shadow-rgb: 11,138,217;
    text-decoration: underline
}

.btn-link:focus-visible {
    color: var(--bs-btn-color)
}

.btn-link:hover {
    color: var(--bs-btn-hover-color)
}

.btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.125rem;
    --bs-btn-border-radius: 12px
}

.btn-sm {
    --bs-btn-padding-y: 6px;
    --bs-btn-padding-x: 16px;
    --bs-btn-font-size: 0.9375rem;
    --bs-btn-border-radius: 6px
}

.fade {
    transition: opacity .15s linear
}

@media(prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media(prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.collapse-horizontal {
    height: auto;
    transition: width .35s ease;
    width: 0
}

@media(prefers-reduced-motion:reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.dropdown,.dropdown-center,.dropend,.dropstart,.dropup,.dropup-center {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    border-bottom: 0;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: .3em solid;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 220px;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 12px;
    --bs-dropdown-spacer: 8px;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: #484b52;
    --bs-dropdown-bg: #555964;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 8px;
    --bs-dropdown-border-width: 0;
    --bs-dropdown-inner-border-radius: 8px;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: none;
    --bs-dropdown-link-color: #f1f5f8;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-link-hover-bg: #494d56;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #494d56;
    --bs-dropdown-link-disabled-color: #757a85;
    --bs-dropdown-item-padding-x: 24px;
    --bs-dropdown-item-padding-y: 8px;
    --bs-dropdown-header-color: #5e6675;
    --bs-dropdown-header-padding-x: 24px;
    --bs-dropdown-header-padding-y: 12px;
    background-clip: padding-box;
    background-color: var(--bs-dropdown-bg);
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
    box-shadow: var(--bs-dropdown-box-shadow);
    color: var(--bs-dropdown-color);
    display: none;
    font-size: var(--bs-dropdown-font-size);
    list-style: none;
    margin: 0;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    position: absolute;
    text-align: left;
    z-index: var(--bs-dropdown-zindex)
}

.dropdown-menu[data-bs-popper] {
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
    top: 100%
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    left: 0;
    right: auto
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    left: auto;
    right: 0
}

@media(min-width: 375px) {
    .dropdown-menu-xs-start {
        --bs-position:start
    }

    .dropdown-menu-xs-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-xs-end {
        --bs-position: end
    }

    .dropdown-menu-xs-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media(min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position:start
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media(min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position:start
    }

    .dropdown-menu-md-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-md-end {
        --bs-position: end
    }

    .dropdown-menu-md-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media(min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position:start
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media(min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position:start
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media(min-width: 1500px) {
    .dropdown-menu-xxl-start {
        --bs-position:start
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media(min-width: 1800px) {
    .dropdown-menu-3xl-start {
        --bs-position:start
    }

    .dropdown-menu-3xl-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-3xl-end {
        --bs-position: end
    }

    .dropdown-menu-3xl-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    bottom: 100%;
    margin-bottom: var(--bs-dropdown-spacer);
    margin-top: 0;
    top: auto
}

.dropup .dropdown-toggle:after {
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: 0;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    left: 100%;
    margin-left: var(--bs-dropdown-spacer);
    margin-top: 0;
    right: auto;
    top: 0
}

.dropend .dropdown-toggle:after {
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    border-right: 0;
    border-top: .3em solid transparent;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropend .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropend .dropdown-toggle:after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    left: auto;
    margin-right: var(--bs-dropdown-spacer);
    margin-top: 0;
    right: 100%;
    top: 0
}

.dropstart .dropdown-toggle:after {
    content: "";
    display: inline-block;
    display: none;
    margin-left: .255em;
    vertical-align: .255em
}

.dropstart .dropdown-toggle:before {
    border-bottom: .3em solid transparent;
    border-right: .3em solid;
    border-top: .3em solid transparent;
    content: "";
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em
}

.dropstart .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropstart .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-divider {
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    opacity: 1;
    overflow: hidden
}

.dropdown-item {
    background-color: transparent;
    border: 0;
    clear: both;
    color: var(--bs-dropdown-link-color);
    display: block;
    font-weight: 400;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    width: 100%
}

.dropdown-item:focus,.dropdown-item:hover {
    background-color: var(--bs-dropdown-link-hover-bg);
    color: var(--bs-dropdown-link-hover-color)
}

.dropdown-item.active,.dropdown-item:active {
    background-color: var(--bs-dropdown-link-active-bg);
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none
}

.dropdown-item.disabled,.dropdown-item:disabled {
    background-color: transparent;
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    color: var(--bs-dropdown-header-color);
    display: block;
    font-size: .9375rem;
    margin-bottom: 0;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    white-space: nowrap
}

.dropdown-item-text {
    color: var(--bs-dropdown-link-color);
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x)
}

.dropdown-menu-dark {
    --bs-dropdown-color: #f1f5f8;
    --bs-dropdown-bg: #484b52;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #f1f5f8;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: hsla(0,0%,100%,.15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #494d56;
    --bs-dropdown-link-disabled-color: #757a85;
    --bs-dropdown-header-color: #757a85
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: #5e6675;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.nav-link {
    color: var(--bs-nav-link-color);
    display: block;
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:focus,.nav-link:hover {
    color: var(--bs-nav-link-hover-color)
}

.nav-link.disabled {
    color: var(--bs-nav-link-disabled-color);
    cursor: default;
    pointer-events: none
}

.nav-tabs {
    --bs-nav-tabs-border-width: 1px;
    --bs-nav-tabs-border-color: #f1f5f8;
    --bs-nav-tabs-border-radius: 8px;
    --bs-nav-tabs-link-hover-border-color: #f1f5f7 #f1f5f7 #f1f5f8;
    --bs-nav-tabs-link-active-color: #5d6370;
    --bs-nav-tabs-link-active-bg: #fff;
    --bs-nav-tabs-link-active-border-color: #f1f5f8 #f1f5f8 #fff;
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.nav-tabs .nav-link {
    background: none;
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
    margin-bottom: calc(var(--bs-nav-tabs-border-width)*-1)
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
    border-color: var(--bs-nav-tabs-link-hover-border-color);
    isolation: isolate
}

.nav-tabs .nav-link.disabled,.nav-tabs .nav-link:disabled {
    background-color: transparent;
    border-color: transparent;
    color: var(--bs-nav-link-disabled-color)
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
    color: var(--bs-nav-tabs-link-active-color)
}

.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: calc(var(--bs-nav-tabs-border-width)*-1)
}

.nav-pills {
    --bs-nav-pills-border-radius: 8px;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #d71921
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius)
}

.nav-pills .nav-link:disabled {
    background-color: transparent;
    border-color: transparent;
    color: var(--bs-nav-link-disabled-color)
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    background-color: var(--bs-nav-pills-link-active-bg);
    color: var(--bs-nav-pills-link-active-color)
}

.nav-fill .nav-item,.nav-fill>.nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,.nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link {
    width: 100%
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(0,0,0,.55);
    --bs-navbar-hover-color: rgba(0,0,0,.7);
    --bs-navbar-disabled-color: rgba(0,0,0,.3);
    --bs-navbar-active-color: rgba(0,0,0,.9);
    --bs-navbar-brand-padding-y: 0.38125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.125rem;
    --bs-navbar-brand-color: rgba(0,0,0,.9);
    --bs-navbar-brand-hover-color: rgba(0,0,0,.9);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.125rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    --bs-navbar-toggler-border-color: rgba(0,0,0,.1);
    --bs-navbar-toggler-border-radius: 6px;
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
    position: relative
}

.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: inherit;
    justify-content: space-between
}

.navbar-brand {
    color: var(--bs-navbar-brand-color);
    font-size: var(--bs-navbar-brand-font-size);
    margin-right: var(--bs-navbar-brand-margin-end);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    padding-top: var(--bs-navbar-brand-padding-y);
    text-decoration: none;
    white-space: nowrap
}

.navbar-brand:focus,.navbar-brand:hover {
    color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.navbar-nav .nav-link.active,.navbar-nav .show>.nav-link {
    color: var(--bs-navbar-active-color)
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    color: var(--bs-navbar-color);
    padding-bottom: .5rem;
    padding-top: .5rem
}

.navbar-text a,.navbar-text a:focus,.navbar-text a:hover {
    color: var(--bs-navbar-active-color)
}

.navbar-collapse {
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1
}

.navbar-toggler {
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    color: var(--bs-navbar-color);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    transition: var(--bs-navbar-toggler-transition)
}

@media(prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
    outline: 0;
    text-decoration: none
}

.navbar-toggler-icon {
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height,75vh);
    overflow-y: auto
}

@media(min-width: 375px) {
    .navbar-expand-xs {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xs .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xs .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xs .navbar-nav .nav-link {
        padding-left: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xs .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xs .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-xs .navbar-toggler {
        display: none
    }

    .navbar-expand-xs .offcanvas {
        background-color: transparent!important;
        border: 0!important;
        box-shadow: none;
        flex-grow: 1;
        height: auto!important;
        position: static;
        transform: none!important;
        transition: none;
        visibility: visible!important;
        width: auto!important;
        z-index: auto
    }

    .navbar-expand-xs .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xs .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media(min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-left: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .offcanvas {
        background-color: transparent!important;
        border: 0!important;
        box-shadow: none;
        flex-grow: 1;
        height: auto!important;
        position: static;
        transform: none!important;
        transition: none;
        visibility: visible!important;
        width: auto!important;
        z-index: auto
    }

    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media(min-width: 768px) {
    .navbar-expand-md {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .offcanvas {
        background-color: transparent!important;
        border: 0!important;
        box-shadow: none;
        flex-grow: 1;
        height: auto!important;
        position: static;
        transform: none!important;
        transition: none;
        visibility: visible!important;
        width: auto!important;
        z-index: auto
    }

    .navbar-expand-md .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-md .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media(min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        background-color: transparent!important;
        border: 0!important;
        box-shadow: none;
        flex-grow: 1;
        height: auto!important;
        position: static;
        transform: none!important;
        transition: none;
        visibility: visible!important;
        width: auto!important;
        z-index: auto
    }

    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media(min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .offcanvas {
        background-color: transparent!important;
        border: 0!important;
        box-shadow: none;
        flex-grow: 1;
        height: auto!important;
        position: static;
        transform: none!important;
        transition: none;
        visibility: visible!important;
        width: auto!important;
        z-index: auto
    }

    .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media(min-width: 1500px) {
    .navbar-expand-xxl {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-left: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }

    .navbar-expand-xxl .offcanvas {
        background-color: transparent!important;
        border: 0!important;
        box-shadow: none;
        flex-grow: 1;
        height: auto!important;
        position: static;
        transform: none!important;
        transition: none;
        visibility: visible!important;
        width: auto!important;
        z-index: auto
    }

    .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media(min-width: 1800px) {
    .navbar-expand-3xl {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-3xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-3xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-3xl .navbar-nav .nav-link {
        padding-left: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-3xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-3xl .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-3xl .navbar-toggler {
        display: none
    }

    .navbar-expand-3xl .offcanvas {
        background-color: transparent!important;
        border: 0!important;
        box-shadow: none;
        flex-grow: 1;
        height: auto!important;
        position: static;
        transform: none!important;
        transition: none;
        visibility: visible!important;
        width: auto!important;
        z-index: auto
    }

    .navbar-expand-3xl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-3xl .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: var(--bs-navbar-nav-link-padding-x)
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .offcanvas {
    background-color: transparent!important;
    border: 0!important;
    box-shadow: none;
    flex-grow: 1;
    height: auto!important;
    position: static;
    transform: none!important;
    transition: none;
    visibility: visible!important;
    width: auto!important;
    z-index: auto
}

.navbar-expand .offcanvas .offcanvas-header {
    display: none
}

.navbar-expand .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0
}

.navbar-dark {
    --bs-navbar-color: hsla(0,0%,100%,.55);
    --bs-navbar-hover-color: hsla(0,0%,100%,.75);
    --bs-navbar-disabled-color: hsla(0,0%,100%,.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: hsla(0,0%,100%,.1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.accordion {
    --bs-accordion-color: #484b52;
    --bs-accordion-bg: #fff;
    --bs-accordion-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,border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 8px;
    --bs-accordion-inner-border-radius: 7px;
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #484b52;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23484B52'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c92e6'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    --bs-accordion-btn-focus-border-color: #86d1ff;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(215, 25, 33,.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #0c92e6;
    --bs-accordion-active-bg: #e7f6ff
}

.accordion-button {
    align-items: center;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    color: var(--bs-accordion-btn-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    overflow-anchor: none;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    position: relative;
    text-align: left;
    transition: var(--bs-accordion-transition);
    width: 100%
}

@media(prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(var(--bs-accordion-border-width)*-1) 0 var(--bs-accordion-border-color);
    color: var(--bs-accordion-active-color)
}

.accordion-button:not(.collapsed):after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button:after {
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    content: "";
    flex-shrink: 0;
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    transition: var(--bs-accordion-btn-icon-transition);
    width: var(--bs-accordion-btn-icon-width)
}

@media(prefers-reduced-motion:reduce) {
    .accordion-button:after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    border-color: var(--bs-accordion-btn-focus-border-color);
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
    outline: 0;
    z-index: 3
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
    color: var(--bs-accordion-color)
}

.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-left-radius: var(--bs-accordion-border-radius);
    border-bottom-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-left-radius: var(--bs-accordion-border-radius);
    border-bottom-right-radius: var(--bs-accordion-border-radius)
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-left: 0;
    border-radius: 0;
    border-right: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button,.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0
}

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 20px;
    --bs-alert-padding-y: 16px;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: 0 solid var(--bs-alert-border-color);
    --bs-alert-border-radius: 8px;
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
    color: var(--bs-alert-color);
    margin-bottom: var(--bs-alert-margin-bottom);
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    position: relative
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 600
}

.alert-dismissible {
    padding-right: 60px
}

.alert-dismissible .btn-close {
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.alert-primary {
    --bs-alert-color: #086199;
    --bs-alert-bg: #cfecff;
    --bs-alert-border-color: #b6e3ff
}

.alert-primary .alert-link {
    color: #064e7a
}

.alert-secondary {
    --bs-alert-color: #1b1c1f;
    --bs-alert-bg: #d5d5d6;
    --bs-alert-border-color: #c0c0c2
}

.alert-secondary .alert-link {
    color: #161619
}

.alert-success {
    --bs-alert-color: #2c7448;
    --bs-alert-bg: #dbf3e4;
    --bs-alert-border-color: #c9edd7
}

.alert-success .alert-link {
    color: #235d3a
}

.alert-info {
    --bs-alert-color: #086199;
    --bs-alert-bg: #cfecff;
    --bs-alert-border-color: #b6e3ff
}

.alert-info .alert-link {
    color: #064e7a
}

.alert-warning {
    --bs-alert-color: #994a32;
    --bs-alert-bg: #ffe5dd;
    --bs-alert-border-color: #ffd8cc
}

.alert-warning .alert-link {
    color: #7a3b28
}

.alert-yellow {
    --bs-alert-color: #664e1a;
    --bs-alert-bg: #fff3d9;
    --bs-alert-border-color: #ffedc6
}

.alert-yellow .alert-link {
    color: #523e15
}

.alert-danger {
    --bs-alert-color: #993d3d;
    --bs-alert-bg: #ffe0e0;
    --bs-alert-border-color: #ffd1d1
}

.alert-danger .alert-link {
    color: #7a3131
}

.alert-light {
    --bs-alert-color: #606263;
    --bs-alert-bg: #fcfdfe;
    --bs-alert-border-color: #fbfcfd
}

.alert-light .alert-link {
    color: #4d4e4f
}

.alert-lighten {
    --bs-alert-color: #606263;
    --bs-alert-bg: #fcfdfd;
    --bs-alert-border-color: #fbfcfd
}

.alert-lighten .alert-link {
    color: #4d4e4f
}

.alert-dark {
    --bs-alert-color: #27282c;
    --bs-alert-bg: #d9d9db;
    --bs-alert-border-color: #c6c7c8
}

.alert-dark .alert-link {
    color: #1f2023
}

.alert-white {
    --bs-alert-color: #666;
    --bs-alert-bg: #fff;
    --bs-alert-border-color: #fff
}

.alert-white .alert-link {
    color: #525252
}

.alert-gray {
    --bs-alert-color: #383b43;
    --bs-alert-bg: #dfe0e2;
    --bs-alert-border-color: #ced0d4
}

.alert-gray .alert-link {
    color: #2d2f36
}

.alert-gray-100 {
    --bs-alert-color: #626364;
    --bs-alert-bg: #fdfefe;
    --bs-alert-border-color: #fcfdfe
}

.alert-gray-100 .alert-link {
    color: #4e4f50
}

.alert-gray-200 {
    --bs-alert-color: #606263;
    --bs-alert-bg: #fcfdfd;
    --bs-alert-border-color: #fbfcfd
}

.alert-gray-200 .alert-link {
    color: #4d4e4f
}

.alert-gray-300 {
    --bs-alert-color: #606263;
    --bs-alert-bg: #fcfdfe;
    --bs-alert-border-color: #fbfcfd
}

.alert-gray-300 .alert-link {
    color: #4d4e4f
}

.alert-gray-400 {
    --bs-alert-color: #606162;
    --bs-alert-bg: #fcfdfd;
    --bs-alert-border-color: #fafbfc
}

.alert-gray-400 .alert-link {
    color: #4d4e4e
}

.alert-gray-500 {
    --bs-alert-color: #464950;
    --bs-alert-bg: #e3e4e7;
    --bs-alert-border-color: #d6d7da
}

.alert-gray-500 .alert-link {
    color: #383a40
}

.alert-gray-600 {
    --bs-alert-color: #383d46;
    --bs-alert-bg: #dfe0e3;
    --bs-alert-border-color: #cfd1d6
}

.alert-gray-600 .alert-link {
    color: #2d3138
}

.alert-gray-700 {
    --bs-alert-color: #383b43;
    --bs-alert-bg: #dfe0e2;
    --bs-alert-border-color: #ced0d4
}

.alert-gray-700 .alert-link {
    color: #2d2f36
}

.alert-gray-800 {
    --bs-alert-color: #2b2d31;
    --bs-alert-bg: #dadbdc;
    --bs-alert-border-color: #c8c9cb
}

.alert-gray-800 .alert-link {
    color: #222427
}

.alert-gray-900 {
    --bs-alert-color: #27282c;
    --bs-alert-bg: #d9d9db;
    --bs-alert-border-color: #c6c7c8
}

.alert-gray-900 .alert-link {
    color: #1f2023
}

.clearfix:after {
    clear: both;
    content: "";
    display: block
}

.text-bg-primary {
    background-color: RGBA(215, 25, 33,var(--bs-bg-opacity,1))!important;
    color: #000!important
}

.text-bg-secondary {
    background-color: RGBA(45,46,51,var(--bs-bg-opacity,1))!important;
    color: #fff!important
}

.text-bg-success {
    background-color: RGBA(74,194,120,var(--bs-bg-opacity,1))!important;
    color: #000!important
}

.text-bg-info {
    background-color: RGBA(215, 25, 33,var(--bs-bg-opacity,1))!important;
    color: #000!important
}

.text-bg-warning {
    background-color: RGBA(215, 25, 33,var(--bs-bg-opacity,1))!important;
    color: #000!important
}

.text-bg-yellow {
    background-color: RGBA(255,195,66,var(--bs-bg-opacity,1))!important;
    color: #000!important
}

.text-bg-danger {
    background-color: RGBA(255,101,101,var(--bs-bg-opacity,1))!important;
    color: #000!important
}

.text-bg-light {
    background-color: RGBA(241,245,248,var(--bs-bg-opacity,1))!important;
    color: #000!important
}

.text-bg-lighten {
    background-color: RGBA(241,245,247,var(--bs-bg-opacity,1))!important;
    color: #000!important
}

.text-bg-dark {
    background-color: RGBA(65,67,73,var(--bs-bg-opacity,1))!important;
    color: #fff!important
}

.text-bg-white {
    background-color: RGBA(255,255,255,var(--bs-bg-opacity,1))!important;
    color: #000!important
}

.text-bg-gray {
    background-color: RGBA(93,99,112,var(--bs-bg-opacity,1))!important;
    color: #fff!important
}

.text-bg-gray-100 {
    background-color: RGBA(245,248,250,var(--bs-bg-opacity,1))!important;
    color: #000!important
}

.text-bg-gray-200 {
    background-color: RGBA(241,245,247,var(--bs-bg-opacity,1))!important;
    color: #000!important
}

.text-bg-gray-300 {
    background-color: RGBA(241,245,248,var(--bs-bg-opacity,1))!important;
    color: #000!important
}

.text-bg-gray-400 {
    background-color: RGBA(239,243,246,var(--bs-bg-opacity,1))!important;
    color: #000!important
}

.text-bg-gray-500 {
    background-color: RGBA(117,122,133,var(--bs-bg-opacity,1))!important;
    color: #000!important
}

.text-bg-gray-600 {
    background-color: RGBA(94,102,117,var(--bs-bg-opacity,1))!important;
    color: #fff!important
}

.text-bg-gray-700 {
    background-color: RGBA(93,99,112,var(--bs-bg-opacity,1))!important;
    color: #fff!important
}

.text-bg-gray-800 {
    background-color: RGBA(72,75,82,var(--bs-bg-opacity,1))!important;
    color: #fff!important
}

.text-bg-gray-900 {
    background-color: RGBA(65,67,73,var(--bs-bg-opacity,1))!important;
    color: #fff!important
}

.link-primary {
    color: #d71921!important
}

.link-primary:focus,.link-primary:hover {
    color: #3db5ff!important
}

.link-secondary {
    color: #2d2e33!important
}

.link-secondary:focus,.link-secondary:hover {
    color: #242529!important
}

.link-success {
    color: #4ac278!important
}

.link-success:focus,.link-success:hover {
    color: #6ece93!important
}

.link-info {
    color: #d71921!important
}

.link-info:focus,.link-info:hover {
    color: #3db5ff!important
}

.link-warning {
    color: #ff7c54!important
}

.link-warning:focus,.link-warning:hover {
    color: #ff9676!important
}

.link-yellow {
    color: #ffc342!important
}

.link-yellow:focus,.link-yellow:hover {
    color: #ffcf68!important
}

.link-danger {
    color: #ff6565!important
}

.link-danger:focus,.link-danger:hover {
    color: #ff8484!important
}

.link-light {
    color: #f1f5f8!important
}

.link-light:focus,.link-light:hover {
    color: #f4f7f9!important
}

.link-lighten {
    color: #f1f5f7!important
}

.link-lighten:focus,.link-lighten:hover {
    color: #f4f7f9!important
}

.link-dark {
    color: #414349!important
}

.link-dark:focus,.link-dark:hover {
    color: #34363a!important
}

.link-white,.link-white:focus,.link-white:hover {
    color: #fff!important
}

.link-gray {
    color: #5d6370!important
}

.link-gray:focus,.link-gray:hover {
    color: #4a4f5a!important
}

.link-gray-100 {
    color: #f5f8fa!important
}

.link-gray-100:focus,.link-gray-100:hover {
    color: #f7f9fb!important
}

.link-gray-200 {
    color: #f1f5f7!important
}

.link-gray-200:focus,.link-gray-200:hover {
    color: #f4f7f9!important
}

.link-gray-300 {
    color: #f1f5f8!important
}

.link-gray-300:focus,.link-gray-300:hover {
    color: #f4f7f9!important
}

.link-gray-400 {
    color: #eff3f6!important
}

.link-gray-400:focus,.link-gray-400:hover {
    color: #f2f5f8!important
}

.link-gray-500 {
    color: #757a85!important
}

.link-gray-500:focus,.link-gray-500:hover {
    color: #91959d!important
}

.link-gray-600 {
    color: #5e6675!important
}

.link-gray-600:focus,.link-gray-600:hover {
    color: #4b525e!important
}

.link-gray-700 {
    color: #5d6370!important
}

.link-gray-700:focus,.link-gray-700:hover {
    color: #4a4f5a!important
}

.link-gray-800 {
    color: #484b52!important
}

.link-gray-800:focus,.link-gray-800:hover {
    color: #3a3c42!important
}

.link-gray-900 {
    color: #414349!important
}

.link-gray-900:focus,.link-gray-900:hover {
    color: #34363a!important
}

.ratio {
    position: relative;
    width: 100%
}

.ratio:before {
    content: "";
    display: block;
    padding-top: var(--bs-aspect-ratio)
}

.ratio>* {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%
}

.fixed-top {
    top: 0
}

.fixed-bottom,.fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

.sticky-top {
    top: 0
}

.sticky-bottom,.sticky-top {
    position: sticky;
    z-index: 1020
}

.sticky-bottom {
    bottom: 0
}

@media(min-width: 375px) {
    .sticky-xs-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xs-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }
}

@media(min-width: 576px) {
    .sticky-sm-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-sm-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }
}

@media(min-width: 768px) {
    .sticky-md-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-md-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }
}

@media(min-width: 992px) {
    .sticky-lg-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-lg-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }
}

@media(min-width: 1200px) {
    .sticky-xl-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xl-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }
}

@media(min-width: 1500px) {
    .sticky-xxl-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xxl-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }
}

@media(min-width: 1800px) {
    .sticky-3xl-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-3xl-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }
}

.hstack {
    align-items: center;
    flex-direction: row
}

.hstack,.vstack {
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vstack {
    flex: 1 1 auto;
    flex-direction: column
}

.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within) {
    clip: rect(0,0,0,0)!important;
    border: 0!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    white-space: nowrap!important;
    width: 1px!important
}

.stretched-link:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr {
    align-self: stretch;
    background-color: currentcolor;
    display: inline-block;
    min-height: 1em;
    opacity: .25;
    width: 1px
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

.float-start {
    float: left!important
}

.float-end {
    float: right!important
}

.float-none {
    float: none!important
}

.opacity-0 {
    opacity: 0!important
}

.opacity-25 {
    opacity: .25!important
}

.opacity-50 {
    opacity: .5!important
}

.opacity-75 {
    opacity: .75!important
}

.opacity-100 {
    opacity: 1!important
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.overflow-visible {
    overflow: visible!important
}

.overflow-scroll {
    overflow: scroll!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-grid {
    display: grid!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.d-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

.d-none {
    display: none!important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important
}

.shadow-none {
    box-shadow: none!important
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: sticky!important
}

.top-0 {
    top: 0!important
}

.top-50 {
    top: 50%!important
}

.top-100 {
    top: 100%!important
}

.bottom-0 {
    bottom: 0!important
}

.bottom-50 {
    bottom: 50%!important
}

.bottom-100 {
    bottom: 100%!important
}

.start-0 {
    left: 0!important
}

.start-50 {
    left: 50%!important
}

.start-100 {
    left: 100%!important
}

.end-0 {
    right: 0!important
}

.end-50 {
    right: 50%!important
}

.end-100 {
    right: 100%!important
}

.translate-middle {
    transform: translate(-50%,-50%)!important
}

.translate-middle-x {
    transform: translateX(-50%)!important
}

.translate-middle-y {
    transform: translateY(-50%)!important
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

.border-0 {
    border: 0!important
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

.border-top-0 {
    border-top: 0!important
}

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

.border-end-0 {
    border-right: 0!important
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

.border-start-0 {
    border-left: 0!important
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important
}

.border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important
}

.border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important
}

.border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important
}

.border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important
}

.border-yellow {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-yellow-rgb),var(--bs-border-opacity))!important
}

.border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important
}

.border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important
}

.border-lighten {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-lighten-rgb),var(--bs-border-opacity))!important
}

.border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important
}

.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important
}

.border-gray {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-rgb),var(--bs-border-opacity))!important
}

.border-gray-100 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-100-rgb),var(--bs-border-opacity))!important
}

.border-gray-200 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-200-rgb),var(--bs-border-opacity))!important
}

.border-gray-300 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-300-rgb),var(--bs-border-opacity))!important
}

.border-gray-400 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-400-rgb),var(--bs-border-opacity))!important
}

.border-gray-500 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-500-rgb),var(--bs-border-opacity))!important
}

.border-gray-600 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-600-rgb),var(--bs-border-opacity))!important
}

.border-gray-700 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-700-rgb),var(--bs-border-opacity))!important
}

.border-gray-800 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-800-rgb),var(--bs-border-opacity))!important
}

.border-gray-900 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-900-rgb),var(--bs-border-opacity))!important
}

.border-1 {
    --bs-border-width: 1px
}

.border-2 {
    --bs-border-width: 2px
}

.border-3 {
    --bs-border-width: 3px
}

.border-4 {
    --bs-border-width: 4px
}

.border-5 {
    --bs-border-width: 5px
}

.border-opacity-10 {
    --bs-border-opacity: 0.1
}

.border-opacity-25 {
    --bs-border-opacity: 0.25
}

.border-opacity-50 {
    --bs-border-opacity: 0.5
}

.border-opacity-75 {
    --bs-border-opacity: 0.75
}

.border-opacity-100 {
    --bs-border-opacity: 1
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.w-auto {
    width: auto!important
}

.mw-100 {
    max-width: 100%!important
}

.vw-100 {
    width: 100vw!important
}

.min-vw-100 {
    min-width: 100vw!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.mh-100 {
    max-height: 100%!important
}

.vh-100 {
    height: 100vh!important
}

.min-vh-100 {
    min-height: 100vh!important
}

.flex-fill {
    flex: 1 1 auto!important
}

.flex-row {
    flex-direction: row!important
}

.flex-column {
    flex-direction: column!important
}

.flex-row-reverse {
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    flex-direction: column-reverse!important
}

.flex-grow-0 {
    flex-grow: 0!important
}

.flex-grow-1 {
    flex-grow: 1!important
}

.flex-shrink-0 {
    flex-shrink: 0!important
}

.flex-shrink-1 {
    flex-shrink: 1!important
}

.flex-wrap {
    flex-wrap: wrap!important
}

.flex-nowrap {
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse!important
}

.justify-content-start {
    justify-content: flex-start!important
}

.justify-content-end {
    justify-content: flex-end!important
}

.justify-content-center {
    justify-content: center!important
}

.justify-content-between {
    justify-content: space-between!important
}

.justify-content-around {
    justify-content: space-around!important
}

.justify-content-evenly {
    justify-content: space-evenly!important
}

.align-items-start {
    align-items: flex-start!important
}

.align-items-end {
    align-items: flex-end!important
}

.align-items-center {
    align-items: center!important
}

.align-items-baseline {
    align-items: baseline!important
}

.align-items-stretch {
    align-items: stretch!important
}

.align-content-start {
    align-content: flex-start!important
}

.align-content-end {
    align-content: flex-end!important
}

.align-content-center {
    align-content: center!important
}

.align-content-between {
    align-content: space-between!important
}

.align-content-around {
    align-content: space-around!important
}

.align-content-stretch {
    align-content: stretch!important
}

.align-self-auto {
    align-self: auto!important
}

.align-self-start {
    align-self: flex-start!important
}

.align-self-end {
    align-self: flex-end!important
}

.align-self-center {
    align-self: center!important
}

.align-self-baseline {
    align-self: baseline!important
}

.align-self-stretch {
    align-self: stretch!important
}

.order-first {
    order: -1!important
}

.order-0 {
    order: 0!important
}

.order-1 {
    order: 1!important
}

.order-2 {
    order: 2!important
}

.order-3 {
    order: 3!important
}

.order-4 {
    order: 4!important
}

.order-5 {
    order: 5!important
}

.order-last {
    order: 6!important
}

.m-0 {
    margin: 0!important
}

.m-2 {
    margin: .125rem!important
}

.m-4 {
    margin: .25rem!important
}

.m-6 {
    margin: .375rem!important
}

.m-8 {
    margin: .5rem!important
}

.m-10 {
    margin: .625rem!important
}

.m-12 {
    margin: .75rem!important
}

.m-14 {
    margin: .875rem!important
}

.m-16 {
    margin: 1rem!important
}

.m-20 {
    margin: 1.25rem!important
}

.m-24 {
    margin: 1.5rem!important
}

.m-28 {
    margin: 1.75rem!important
}

.m-32 {
    margin: 2rem!important
}

.m-36 {
    margin: 2.25rem!important
}

.m-40 {
    margin: 2.5rem!important
}

.m-auto {
    margin: auto!important
}

.mx-0 {
    margin-left: 0!important;
    margin-right: 0!important
}

.mx-2 {
    margin-left: .125rem!important;
    margin-right: .125rem!important
}

.mx-4 {
    margin-left: .25rem!important;
    margin-right: .25rem!important
}

.mx-6 {
    margin-left: .375rem!important;
    margin-right: .375rem!important
}

.mx-8 {
    margin-left: .5rem!important;
    margin-right: .5rem!important
}

.mx-10 {
    margin-left: .625rem!important;
    margin-right: .625rem!important
}

.mx-12 {
    margin-left: .75rem!important;
    margin-right: .75rem!important
}

.mx-14 {
    margin-left: .875rem!important;
    margin-right: .875rem!important
}

.mx-16 {
    margin-left: 1rem!important;
    margin-right: 1rem!important
}

.mx-20 {
    margin-left: 1.25rem!important;
    margin-right: 1.25rem!important
}

.mx-24 {
    margin-left: 1.5rem!important;
    margin-right: 1.5rem!important
}

.mx-28 {
    margin-left: 1.75rem!important;
    margin-right: 1.75rem!important
}

.mx-32 {
    margin-left: 2rem!important;
    margin-right: 2rem!important
}

.mx-36 {
    margin-left: 2.25rem!important;
    margin-right: 2.25rem!important
}

.mx-40 {
    margin-left: 2.5rem!important;
    margin-right: 2.5rem!important
}

.mx-auto {
    margin-left: auto!important;
    margin-right: auto!important
}

.my-0 {
    margin-bottom: 0!important;
    margin-top: 0!important
}

.my-2 {
    margin-bottom: .125rem!important;
    margin-top: .125rem!important
}

.my-4 {
    margin-bottom: .25rem!important;
    margin-top: .25rem!important
}

.my-6 {
    margin-bottom: .375rem!important;
    margin-top: .375rem!important
}

.my-8 {
    margin-bottom: .5rem!important;
    margin-top: .5rem!important
}

.my-10 {
    margin-bottom: .625rem!important;
    margin-top: .625rem!important
}

.my-12 {
    margin-bottom: .75rem!important;
    margin-top: .75rem!important
}

.my-14 {
    margin-bottom: .875rem!important;
    margin-top: .875rem!important
}

.my-16 {
    margin-bottom: 1rem!important;
    margin-top: 1rem!important
}

.my-20 {
    margin-bottom: 1.25rem!important;
    margin-top: 1.25rem!important
}

.my-24 {
    margin-bottom: 1.5rem!important;
    margin-top: 1.5rem!important
}

.my-28 {
    margin-bottom: 1.75rem!important;
    margin-top: 1.75rem!important
}

.my-32 {
    margin-bottom: 2rem!important;
    margin-top: 2rem!important
}

.my-36 {
    margin-bottom: 2.25rem!important;
    margin-top: 2.25rem!important
}

.my-40 {
    margin-bottom: 2.5rem!important;
    margin-top: 2.5rem!important
}

.my-auto {
    margin-bottom: auto!important;
    margin-top: auto!important
}

.mt-0 {
    margin-top: 0!important
}

.mt-2 {
    margin-top: .125rem!important
}

.mt-4 {
    margin-top: .25rem!important
}

.mt-6 {
    margin-top: .375rem!important
}

.mt-8 {
    margin-top: .5rem!important
}

.mt-10 {
    margin-top: .625rem!important
}

.mt-12 {
    margin-top: .75rem!important
}

.mt-14 {
    margin-top: .875rem!important
}

.mt-16 {
    margin-top: 1rem!important
}

.mt-20 {
    margin-top: 1.25rem!important
}

.mt-24 {
    margin-top: 1.5rem!important
}

.mt-28 {
    margin-top: 1.75rem!important
}

.mt-32 {
    margin-top: 2rem!important
}

.mt-36 {
    margin-top: 2.25rem!important
}

.mt-40 {
    margin-top: 2.5rem!important
}

.mt-auto {
    margin-top: auto!important
}

.me-0 {
    margin-right: 0!important
}

.me-2 {
    margin-right: .125rem!important
}

.me-4 {
    margin-right: .25rem!important
}

.me-6 {
    margin-right: .375rem!important
}

.me-8 {
    margin-right: .5rem!important
}

.me-10 {
    margin-right: .625rem!important
}

.me-12 {
    margin-right: .75rem!important
}

.me-14 {
    margin-right: .875rem!important
}

.me-16 {
    margin-right: 1rem!important
}

.me-20 {
    margin-right: 1.25rem!important
}

.me-24 {
    margin-right: 1.5rem!important
}

.me-28 {
    margin-right: 1.75rem!important
}

.me-32 {
    margin-right: 2rem!important
}

.me-36 {
    margin-right: 2.25rem!important
}

.me-40 {
    margin-right: 2.5rem!important
}

.me-auto {
    margin-right: auto!important
}

.mb-0 {
    margin-bottom: 0!important
}

.mb-2 {
    margin-bottom: .125rem!important
}

.mb-4 {
    margin-bottom: .25rem!important
}

.mb-6 {
    margin-bottom: .375rem!important
}

.mb-8 {
    margin-bottom: .5rem!important
}

.mb-10 {
    margin-bottom: .625rem!important
}

.mb-12 {
    margin-bottom: .75rem!important
}

.mb-14 {
    margin-bottom: .875rem!important
}

.mb-16 {
    margin-bottom: 1rem!important
}

.mb-20 {
    margin-bottom: 1.25rem!important
}

.mb-24 {
    margin-bottom: 1.5rem!important
}

.mb-28 {
    margin-bottom: 1.75rem!important
}

.mb-32 {
    margin-bottom: 2rem!important
}

.mb-36 {
    margin-bottom: 2.25rem!important
}

.mb-40 {
    margin-bottom: 2.5rem!important
}

.mb-auto {
    margin-bottom: auto!important
}

.ms-0 {
    margin-left: 0!important
}

.ms-2 {
    margin-left: .125rem!important
}

.ms-4 {
    margin-left: .25rem!important
}

.ms-6 {
    margin-left: .375rem!important
}

.ms-8 {
    margin-left: .5rem!important
}

.ms-10 {
    margin-left: .625rem!important
}

.ms-12 {
    margin-left: .75rem!important
}

.ms-14 {
    margin-left: .875rem!important
}

.ms-16 {
    margin-left: 1rem!important
}

.ms-20 {
    margin-left: 1.25rem!important
}

.ms-24 {
    margin-left: 1.5rem!important
}

.ms-28 {
    margin-left: 1.75rem!important
}

.ms-32 {
    margin-left: 2rem!important
}

.ms-36 {
    margin-left: 2.25rem!important
}

.ms-40 {
    margin-left: 2.5rem!important
}

.ms-auto {
    margin-left: auto!important
}

.p-0 {
    padding: 0!important
}

.p-2 {
    padding: .125rem!important
}

.p-4 {
    padding: .25rem!important
}

.p-6 {
    padding: .375rem!important
}

.p-8 {
    padding: .5rem!important
}

.p-10 {
    padding: .625rem!important
}

.p-12 {
    padding: .75rem!important
}

.p-14 {
    padding: .875rem!important
}

.p-16 {
    padding: 1rem!important
}

.p-20 {
    padding: 1.25rem!important
}

.p-24 {
    padding: 1.5rem!important
}

.p-28 {
    padding: 1.75rem!important
}

.p-32 {
    padding: 2rem!important
}

.p-36 {
    padding: 2.25rem!important
}

.p-40 {
    padding: 2.5rem!important
}

.px-0 {
    padding-left: 0!important;
    padding-right: 0!important
}

.px-2 {
    padding-left: .125rem!important;
    padding-right: .125rem!important
}

.px-4 {
    padding-left: .25rem!important;
    padding-right: .25rem!important
}

.px-6 {
    padding-left: .375rem!important;
    padding-right: .375rem!important
}

.px-8 {
    padding-left: .5rem!important;
    padding-right: .5rem!important
}

.px-10 {
    padding-left: .625rem!important;
    padding-right: .625rem!important
}

.px-12 {
    padding-left: .75rem!important;
    padding-right: .75rem!important
}

.px-14 {
    padding-left: .875rem!important;
    padding-right: .875rem!important
}

.px-16 {
    padding-left: 1rem!important;
    padding-right: 1rem!important
}

.px-20 {
    padding-left: 1.25rem!important;
    padding-right: 1.25rem!important
}

.px-24 {
    padding-left: 1.5rem!important;
    padding-right: 1.5rem!important
}

.px-28 {
    padding-left: 1.75rem!important;
    padding-right: 1.75rem!important
}

.px-32 {
    padding-left: 2rem!important;
    padding-right: 2rem!important
}

.px-36 {
    padding-left: 2.25rem!important;
    padding-right: 2.25rem!important
}

.px-40 {
    padding-left: 2.5rem!important;
    padding-right: 2.5rem!important
}

.py-0 {
    padding-bottom: 0!important;
    padding-top: 0!important
}

.py-2 {
    padding-bottom: .125rem!important;
    padding-top: .125rem!important
}

.py-4 {
    padding-bottom: .25rem!important;
    padding-top: .25rem!important
}

.py-6 {
    padding-bottom: .375rem!important;
    padding-top: .375rem!important
}

.py-8 {
    padding-bottom: .5rem!important;
    padding-top: .5rem!important
}

.py-10 {
    padding-bottom: .625rem!important;
    padding-top: .625rem!important
}

.py-12 {
    padding-bottom: .75rem!important;
    padding-top: .75rem!important
}

.py-14 {
    padding-bottom: .875rem!important;
    padding-top: .875rem!important
}

.py-16 {
    padding-bottom: 1rem!important;
    padding-top: 1rem!important
}

.py-20 {
    padding-bottom: 1.25rem!important;
    padding-top: 1.25rem!important
}

.py-24 {
    padding-bottom: 1.5rem!important;
    padding-top: 1.5rem!important
}

.py-28 {
    padding-bottom: 1.75rem!important;
    padding-top: 1.75rem!important
}

.py-32 {
    padding-bottom: 2rem!important;
    padding-top: 2rem!important
}

.py-36 {
    padding-bottom: 2.25rem!important;
    padding-top: 2.25rem!important
}

.py-40 {
    padding-bottom: 2.5rem!important;
    padding-top: 2.5rem!important
}

.pt-0 {
    padding-top: 0!important
}

.pt-2 {
    padding-top: .125rem!important
}

.pt-4 {
    padding-top: .25rem!important
}

.pt-6 {
    padding-top: .375rem!important
}

.pt-8 {
    padding-top: .5rem!important
}

.pt-10 {
    padding-top: .625rem!important
}

.pt-12 {
    padding-top: .75rem!important
}

.pt-14 {
    padding-top: .875rem!important
}

.pt-16 {
    padding-top: 1rem!important
}

.pt-20 {
    padding-top: 1.25rem!important
}

.pt-24 {
    padding-top: 1.5rem!important
}

.pt-28 {
    padding-top: 1.75rem!important
}

.pt-32 {
    padding-top: 2rem!important
}

.pt-36 {
    padding-top: 2.25rem!important
}

.pt-40 {
    padding-top: 2.5rem!important
}

.pe-0 {
    padding-right: 0!important
}

.pe-2 {
    padding-right: .125rem!important
}

.pe-4 {
    padding-right: .25rem!important
}

.pe-6 {
    padding-right: .375rem!important
}

.pe-8 {
    padding-right: .5rem!important
}

.pe-10 {
    padding-right: .625rem!important
}

.pe-12 {
    padding-right: .75rem!important
}

.pe-14 {
    padding-right: .875rem!important
}

.pe-16 {
    padding-right: 1rem!important
}

.pe-20 {
    padding-right: 1.25rem!important
}

.pe-24 {
    padding-right: 1.5rem!important
}

.pe-28 {
    padding-right: 1.75rem!important
}

.pe-32 {
    padding-right: 2rem!important
}

.pe-36 {
    padding-right: 2.25rem!important
}

.pe-40 {
    padding-right: 2.5rem!important
}

.pb-0 {
    padding-bottom: 0!important
}

.pb-2 {
    padding-bottom: .125rem!important
}

.pb-4 {
    padding-bottom: .25rem!important
}

.pb-6 {
    padding-bottom: .375rem!important
}

.pb-8 {
    padding-bottom: .5rem!important
}

.pb-10 {
    padding-bottom: .625rem!important
}

.pb-12 {
    padding-bottom: .75rem!important
}

.pb-14 {
    padding-bottom: .875rem!important
}

.pb-16 {
    padding-bottom: 1rem!important
}

.pb-20 {
    padding-bottom: 1.25rem!important
}

.pb-24 {
    padding-bottom: 1.5rem!important
}

.pb-28 {
    padding-bottom: 1.75rem!important
}

.pb-32 {
    padding-bottom: 2rem!important
}

.pb-36 {
    padding-bottom: 2.25rem!important
}

.pb-40 {
    padding-bottom: 2.5rem!important
}

.ps-0 {
    padding-left: 0!important
}

.ps-2 {
    padding-left: .125rem!important
}

.ps-4 {
    padding-left: .25rem!important
}

.ps-6 {
    padding-left: .375rem!important
}

.ps-8 {
    padding-left: .5rem!important
}

.ps-10 {
    padding-left: .625rem!important
}

.ps-12 {
    padding-left: .75rem!important
}

.ps-14 {
    padding-left: .875rem!important
}

.ps-16 {
    padding-left: 1rem!important
}

.ps-20 {
    padding-left: 1.25rem!important
}

.ps-24 {
    padding-left: 1.5rem!important
}

.ps-28 {
    padding-left: 1.75rem!important
}

.ps-32 {
    padding-left: 2rem!important
}

.ps-36 {
    padding-left: 2.25rem!important
}

.ps-40 {
    padding-left: 2.5rem!important
}

.gap-0 {
    gap: 0!important
}

.gap-2 {
    gap: .125rem!important
}

.gap-4 {
    gap: .25rem!important
}

.gap-6 {
    gap: .375rem!important
}

.gap-8 {
    gap: .5rem!important
}

.gap-10 {
    gap: .625rem!important
}

.gap-12 {
    gap: .75rem!important
}

.gap-14 {
    gap: .875rem!important
}

.gap-16 {
    gap: 1rem!important
}

.gap-20 {
    gap: 1.25rem!important
}

.gap-24 {
    gap: 1.5rem!important
}

.gap-28 {
    gap: 1.75rem!important
}

.gap-32 {
    gap: 2rem!important
}

.gap-36 {
    gap: 2.25rem!important
}

.gap-40 {
    gap: 2.5rem!important
}

.font-monospace {
    font-family: var(--bs-font-monospace)!important
}

.fs-1 {
    font-size: calc(1.325rem + .9vw)!important
}

.fs-2 {
    font-size: calc(1.3rem + .6vw)!important
}

.fs-3 {
    font-size: calc(1.275rem + .3vw)!important
}

.fs-4 {
    font-size: 1.25rem!important
}

.fs-5 {
    font-size: 1.125rem!important
}

.fs-6 {
    font-size: 1rem!important
}

.fst-italic {
    font-style: italic!important
}

.fst-normal {
    font-style: normal!important
}

.fw-light {
    font-weight: 300!important
}

.fw-lighter {
    font-weight: lighter!important
}

.fw-normal {
    font-weight: 400!important
}

.fw-bold {
    font-weight: 600!important
}

.fw-semibold {
    font-weight: 500!important
}

.fw-bolder {
    font-weight: bolder!important
}

.lh-1 {
    line-height: 1!important
}

.lh-sm {
    line-height: 1.5!important
}

.lh-base {
    line-height: 1.9!important
}

.lh-lg {
    line-height: 2!important
}

.text-start {
    text-align: left!important
}

.text-end {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

.text-decoration-none {
    text-decoration: none!important
}

.text-decoration-underline {
    text-decoration: underline!important
}

.text-decoration-line-through {
    text-decoration: line-through!important
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.text-wrap {
    white-space: normal!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-break {
    word-wrap: break-word!important;
    word-break: break-word!important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important
}

.text-yellow {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-yellow-rgb),var(--bs-text-opacity))!important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important
}

.text-lighten {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-lighten-rgb),var(--bs-text-opacity))!important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important
}

.text-gray {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-rgb),var(--bs-text-opacity))!important
}

.text-gray-100 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-100-rgb),var(--bs-text-opacity))!important
}

.text-gray-200 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-200-rgb),var(--bs-text-opacity))!important
}

.text-gray-300 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-300-rgb),var(--bs-text-opacity))!important
}

.text-gray-400 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-400-rgb),var(--bs-text-opacity))!important
}

.text-gray-500 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-500-rgb),var(--bs-text-opacity))!important
}

.text-gray-600 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-600-rgb),var(--bs-text-opacity))!important
}

.text-gray-700 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-700-rgb),var(--bs-text-opacity))!important
}

.text-gray-800 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-800-rgb),var(--bs-text-opacity))!important
}

.text-gray-900 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-900-rgb),var(--bs-text-opacity))!important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important
}

.text-muted {
    --bs-text-opacity: 1;
    color: #484b52!important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0,0,0,.5)!important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: hsla(0,0%,100%,.5)!important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit!important
}

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.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-yellow {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-yellow-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-lighten {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-lighten-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-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important
}

.bg-gray {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-rgb),var(--bs-bg-opacity))!important
}

.bg-gray-100 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-100-rgb),var(--bs-bg-opacity))!important
}

.bg-gray-200 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-200-rgb),var(--bs-bg-opacity))!important
}

.bg-gray-300 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-300-rgb),var(--bs-bg-opacity))!important
}

.bg-gray-400 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-400-rgb),var(--bs-bg-opacity))!important
}

.bg-gray-500 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-500-rgb),var(--bs-bg-opacity))!important
}

.bg-gray-600 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-600-rgb),var(--bs-bg-opacity))!important
}

.bg-gray-700 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-700-rgb),var(--bs-bg-opacity))!important
}

.bg-gray-800 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-800-rgb),var(--bs-bg-opacity))!important
}

.bg-gray-900 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-900-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-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
}

.bg-gradient {
    background-image: var(--bs-gradient)!important
}

.user-select-all {
    -webkit-user-select: all!important;
    -moz-user-select: all!important;
    user-select: all!important
}

.user-select-auto {
    -webkit-user-select: auto!important;
    -moz-user-select: auto!important;
    user-select: auto!important
}

.user-select-none {
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    user-select: none!important
}

.pe-none {
    pointer-events: none!important
}

.pe-auto {
    pointer-events: auto!important
}

.rounded {
    border-radius: var(--bs-border-radius)!important
}

.rounded-0 {
    border-radius: 0!important
}

.rounded-1 {
    border-radius: var(--bs-border-radius-sm)!important
}

.rounded-2 {
    border-radius: var(--bs-border-radius)!important
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg)!important
}

.rounded-4 {
    border-radius: var(--bs-border-radius-xl)!important
}

.rounded-5 {
    border-radius: var(--bs-border-radius-2xl)!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-pill {
    border-radius: var(--bs-border-radius-pill)!important
}

.rounded-top {
    border-top-left-radius: var(--bs-border-radius)!important
}

.rounded-end,.rounded-top {
    border-top-right-radius: var(--bs-border-radius)!important
}

.rounded-bottom,.rounded-end {
    border-bottom-right-radius: var(--bs-border-radius)!important
}

.rounded-bottom,.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius)!important
}

.rounded-start {
    border-top-left-radius: var(--bs-border-radius)!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

@media(min-width: 375px) {
    .float-xs-start {
        float:left!important
    }

    .float-xs-end {
        float: right!important
    }

    .float-xs-none {
        float: none!important
    }

    .d-xs-inline {
        display: inline!important
    }

    .d-xs-inline-block {
        display: inline-block!important
    }

    .d-xs-block {
        display: block!important
    }

    .d-xs-grid {
        display: grid!important
    }

    .d-xs-table {
        display: table!important
    }

    .d-xs-table-row {
        display: table-row!important
    }

    .d-xs-table-cell {
        display: table-cell!important
    }

    .d-xs-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-xs-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }

    .d-xs-none {
        display: none!important
    }

    .flex-xs-fill {
        flex: 1 1 auto!important
    }

    .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
    }

    .flex-xs-grow-0 {
        flex-grow: 0!important
    }

    .flex-xs-grow-1 {
        flex-grow: 1!important
    }

    .flex-xs-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-xs-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-xs-wrap {
        flex-wrap: wrap!important
    }

    .flex-xs-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-xs-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .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
    }

    .align-items-xs-stretch {
        align-items: stretch!important
    }

    .align-content-xs-start {
        align-content: flex-start!important
    }

    .align-content-xs-end {
        align-content: flex-end!important
    }

    .align-content-xs-center {
        align-content: center!important
    }

    .align-content-xs-between {
        align-content: space-between!important
    }

    .align-content-xs-around {
        align-content: space-around!important
    }

    .align-content-xs-stretch {
        align-content: stretch!important
    }

    .align-self-xs-auto {
        align-self: auto!important
    }

    .align-self-xs-start {
        align-self: flex-start!important
    }

    .align-self-xs-end {
        align-self: flex-end!important
    }

    .align-self-xs-center {
        align-self: center!important
    }

    .align-self-xs-baseline {
        align-self: baseline!important
    }

    .align-self-xs-stretch {
        align-self: stretch!important
    }

    .order-xs-first {
        order: -1!important
    }

    .order-xs-0 {
        order: 0!important
    }

    .order-xs-1 {
        order: 1!important
    }

    .order-xs-2 {
        order: 2!important
    }

    .order-xs-3 {
        order: 3!important
    }

    .order-xs-4 {
        order: 4!important
    }

    .order-xs-5 {
        order: 5!important
    }

    .order-xs-last {
        order: 6!important
    }

    .m-xs-0 {
        margin: 0!important
    }

    .m-xs-2 {
        margin: .125rem!important
    }

    .m-xs-4 {
        margin: .25rem!important
    }

    .m-xs-6 {
        margin: .375rem!important
    }

    .m-xs-8 {
        margin: .5rem!important
    }

    .m-xs-10 {
        margin: .625rem!important
    }

    .m-xs-12 {
        margin: .75rem!important
    }

    .m-xs-14 {
        margin: .875rem!important
    }

    .m-xs-16 {
        margin: 1rem!important
    }

    .m-xs-20 {
        margin: 1.25rem!important
    }

    .m-xs-24 {
        margin: 1.5rem!important
    }

    .m-xs-28 {
        margin: 1.75rem!important
    }

    .m-xs-32 {
        margin: 2rem!important
    }

    .m-xs-36 {
        margin: 2.25rem!important
    }

    .m-xs-40 {
        margin: 2.5rem!important
    }

    .m-xs-auto {
        margin: auto!important
    }

    .mx-xs-0 {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .mx-xs-2 {
        margin-left: .125rem!important;
        margin-right: .125rem!important
    }

    .mx-xs-4 {
        margin-left: .25rem!important;
        margin-right: .25rem!important
    }

    .mx-xs-6 {
        margin-left: .375rem!important;
        margin-right: .375rem!important
    }

    .mx-xs-8 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }

    .mx-xs-10 {
        margin-left: .625rem!important;
        margin-right: .625rem!important
    }

    .mx-xs-12 {
        margin-left: .75rem!important;
        margin-right: .75rem!important
    }

    .mx-xs-14 {
        margin-left: .875rem!important;
        margin-right: .875rem!important
    }

    .mx-xs-16 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }

    .mx-xs-20 {
        margin-left: 1.25rem!important;
        margin-right: 1.25rem!important
    }

    .mx-xs-24 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }

    .mx-xs-28 {
        margin-left: 1.75rem!important;
        margin-right: 1.75rem!important
    }

    .mx-xs-32 {
        margin-left: 2rem!important;
        margin-right: 2rem!important
    }

    .mx-xs-36 {
        margin-left: 2.25rem!important;
        margin-right: 2.25rem!important
    }

    .mx-xs-40 {
        margin-left: 2.5rem!important;
        margin-right: 2.5rem!important
    }

    .mx-xs-auto {
        margin-left: auto!important;
        margin-right: auto!important
    }

    .my-xs-0 {
        margin-bottom: 0!important;
        margin-top: 0!important
    }

    .my-xs-2 {
        margin-bottom: .125rem!important;
        margin-top: .125rem!important
    }

    .my-xs-4 {
        margin-bottom: .25rem!important;
        margin-top: .25rem!important
    }

    .my-xs-6 {
        margin-bottom: .375rem!important;
        margin-top: .375rem!important
    }

    .my-xs-8 {
        margin-bottom: .5rem!important;
        margin-top: .5rem!important
    }

    .my-xs-10 {
        margin-bottom: .625rem!important;
        margin-top: .625rem!important
    }

    .my-xs-12 {
        margin-bottom: .75rem!important;
        margin-top: .75rem!important
    }

    .my-xs-14 {
        margin-bottom: .875rem!important;
        margin-top: .875rem!important
    }

    .my-xs-16 {
        margin-bottom: 1rem!important;
        margin-top: 1rem!important
    }

    .my-xs-20 {
        margin-bottom: 1.25rem!important;
        margin-top: 1.25rem!important
    }

    .my-xs-24 {
        margin-bottom: 1.5rem!important;
        margin-top: 1.5rem!important
    }

    .my-xs-28 {
        margin-bottom: 1.75rem!important;
        margin-top: 1.75rem!important
    }

    .my-xs-32 {
        margin-bottom: 2rem!important;
        margin-top: 2rem!important
    }

    .my-xs-36 {
        margin-bottom: 2.25rem!important;
        margin-top: 2.25rem!important
    }

    .my-xs-40 {
        margin-bottom: 2.5rem!important;
        margin-top: 2.5rem!important
    }

    .my-xs-auto {
        margin-bottom: auto!important;
        margin-top: auto!important
    }

    .mt-xs-0 {
        margin-top: 0!important
    }

    .mt-xs-2 {
        margin-top: .125rem!important
    }

    .mt-xs-4 {
        margin-top: .25rem!important
    }

    .mt-xs-6 {
        margin-top: .375rem!important
    }

    .mt-xs-8 {
        margin-top: .5rem!important
    }

    .mt-xs-10 {
        margin-top: .625rem!important
    }

    .mt-xs-12 {
        margin-top: .75rem!important
    }

    .mt-xs-14 {
        margin-top: .875rem!important
    }

    .mt-xs-16 {
        margin-top: 1rem!important
    }

    .mt-xs-20 {
        margin-top: 1.25rem!important
    }

    .mt-xs-24 {
        margin-top: 1.5rem!important
    }

    .mt-xs-28 {
        margin-top: 1.75rem!important
    }

    .mt-xs-32 {
        margin-top: 2rem!important
    }

    .mt-xs-36 {
        margin-top: 2.25rem!important
    }

    .mt-xs-40 {
        margin-top: 2.5rem!important
    }

    .mt-xs-auto {
        margin-top: auto!important
    }

    .me-xs-0 {
        margin-right: 0!important
    }

    .me-xs-2 {
        margin-right: .125rem!important
    }

    .me-xs-4 {
        margin-right: .25rem!important
    }

    .me-xs-6 {
        margin-right: .375rem!important
    }

    .me-xs-8 {
        margin-right: .5rem!important
    }

    .me-xs-10 {
        margin-right: .625rem!important
    }

    .me-xs-12 {
        margin-right: .75rem!important
    }

    .me-xs-14 {
        margin-right: .875rem!important
    }

    .me-xs-16 {
        margin-right: 1rem!important
    }

    .me-xs-20 {
        margin-right: 1.25rem!important
    }

    .me-xs-24 {
        margin-right: 1.5rem!important
    }

    .me-xs-28 {
        margin-right: 1.75rem!important
    }

    .me-xs-32 {
        margin-right: 2rem!important
    }

    .me-xs-36 {
        margin-right: 2.25rem!important
    }

    .me-xs-40 {
        margin-right: 2.5rem!important
    }

    .me-xs-auto {
        margin-right: auto!important
    }

    .mb-xs-0 {
        margin-bottom: 0!important
    }

    .mb-xs-2 {
        margin-bottom: .125rem!important
    }

    .mb-xs-4 {
        margin-bottom: .25rem!important
    }

    .mb-xs-6 {
        margin-bottom: .375rem!important
    }

    .mb-xs-8 {
        margin-bottom: .5rem!important
    }

    .mb-xs-10 {
        margin-bottom: .625rem!important
    }

    .mb-xs-12 {
        margin-bottom: .75rem!important
    }

    .mb-xs-14 {
        margin-bottom: .875rem!important
    }

    .mb-xs-16 {
        margin-bottom: 1rem!important
    }

    .mb-xs-20 {
        margin-bottom: 1.25rem!important
    }

    .mb-xs-24 {
        margin-bottom: 1.5rem!important
    }

    .mb-xs-28 {
        margin-bottom: 1.75rem!important
    }

    .mb-xs-32 {
        margin-bottom: 2rem!important
    }

    .mb-xs-36 {
        margin-bottom: 2.25rem!important
    }

    .mb-xs-40 {
        margin-bottom: 2.5rem!important
    }

    .mb-xs-auto {
        margin-bottom: auto!important
    }

    .ms-xs-0 {
        margin-left: 0!important
    }

    .ms-xs-2 {
        margin-left: .125rem!important
    }

    .ms-xs-4 {
        margin-left: .25rem!important
    }

    .ms-xs-6 {
        margin-left: .375rem!important
    }

    .ms-xs-8 {
        margin-left: .5rem!important
    }

    .ms-xs-10 {
        margin-left: .625rem!important
    }

    .ms-xs-12 {
        margin-left: .75rem!important
    }

    .ms-xs-14 {
        margin-left: .875rem!important
    }

    .ms-xs-16 {
        margin-left: 1rem!important
    }

    .ms-xs-20 {
        margin-left: 1.25rem!important
    }

    .ms-xs-24 {
        margin-left: 1.5rem!important
    }

    .ms-xs-28 {
        margin-left: 1.75rem!important
    }

    .ms-xs-32 {
        margin-left: 2rem!important
    }

    .ms-xs-36 {
        margin-left: 2.25rem!important
    }

    .ms-xs-40 {
        margin-left: 2.5rem!important
    }

    .ms-xs-auto {
        margin-left: auto!important
    }

    .p-xs-0 {
        padding: 0!important
    }

    .p-xs-2 {
        padding: .125rem!important
    }

    .p-xs-4 {
        padding: .25rem!important
    }

    .p-xs-6 {
        padding: .375rem!important
    }

    .p-xs-8 {
        padding: .5rem!important
    }

    .p-xs-10 {
        padding: .625rem!important
    }

    .p-xs-12 {
        padding: .75rem!important
    }

    .p-xs-14 {
        padding: .875rem!important
    }

    .p-xs-16 {
        padding: 1rem!important
    }

    .p-xs-20 {
        padding: 1.25rem!important
    }

    .p-xs-24 {
        padding: 1.5rem!important
    }

    .p-xs-28 {
        padding: 1.75rem!important
    }

    .p-xs-32 {
        padding: 2rem!important
    }

    .p-xs-36 {
        padding: 2.25rem!important
    }

    .p-xs-40 {
        padding: 2.5rem!important
    }

    .px-xs-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .px-xs-2 {
        padding-left: .125rem!important;
        padding-right: .125rem!important
    }

    .px-xs-4 {
        padding-left: .25rem!important;
        padding-right: .25rem!important
    }

    .px-xs-6 {
        padding-left: .375rem!important;
        padding-right: .375rem!important
    }

    .px-xs-8 {
        padding-left: .5rem!important;
        padding-right: .5rem!important
    }

    .px-xs-10 {
        padding-left: .625rem!important;
        padding-right: .625rem!important
    }

    .px-xs-12 {
        padding-left: .75rem!important;
        padding-right: .75rem!important
    }

    .px-xs-14 {
        padding-left: .875rem!important;
        padding-right: .875rem!important
    }

    .px-xs-16 {
        padding-left: 1rem!important;
        padding-right: 1rem!important
    }

    .px-xs-20 {
        padding-left: 1.25rem!important;
        padding-right: 1.25rem!important
    }

    .px-xs-24 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }

    .px-xs-28 {
        padding-left: 1.75rem!important;
        padding-right: 1.75rem!important
    }

    .px-xs-32 {
        padding-left: 2rem!important;
        padding-right: 2rem!important
    }

    .px-xs-36 {
        padding-left: 2.25rem!important;
        padding-right: 2.25rem!important
    }

    .px-xs-40 {
        padding-left: 2.5rem!important;
        padding-right: 2.5rem!important
    }

    .py-xs-0 {
        padding-bottom: 0!important;
        padding-top: 0!important
    }

    .py-xs-2 {
        padding-bottom: .125rem!important;
        padding-top: .125rem!important
    }

    .py-xs-4 {
        padding-bottom: .25rem!important;
        padding-top: .25rem!important
    }

    .py-xs-6 {
        padding-bottom: .375rem!important;
        padding-top: .375rem!important
    }

    .py-xs-8 {
        padding-bottom: .5rem!important;
        padding-top: .5rem!important
    }

    .py-xs-10 {
        padding-bottom: .625rem!important;
        padding-top: .625rem!important
    }

    .py-xs-12 {
        padding-bottom: .75rem!important;
        padding-top: .75rem!important
    }

    .py-xs-14 {
        padding-bottom: .875rem!important;
        padding-top: .875rem!important
    }

    .py-xs-16 {
        padding-bottom: 1rem!important;
        padding-top: 1rem!important
    }

    .py-xs-20 {
        padding-bottom: 1.25rem!important;
        padding-top: 1.25rem!important
    }

    .py-xs-24 {
        padding-bottom: 1.5rem!important;
        padding-top: 1.5rem!important
    }

    .py-xs-28 {
        padding-bottom: 1.75rem!important;
        padding-top: 1.75rem!important
    }

    .py-xs-32 {
        padding-bottom: 2rem!important;
        padding-top: 2rem!important
    }

    .py-xs-36 {
        padding-bottom: 2.25rem!important;
        padding-top: 2.25rem!important
    }

    .py-xs-40 {
        padding-bottom: 2.5rem!important;
        padding-top: 2.5rem!important
    }

    .pt-xs-0 {
        padding-top: 0!important
    }

    .pt-xs-2 {
        padding-top: .125rem!important
    }

    .pt-xs-4 {
        padding-top: .25rem!important
    }

    .pt-xs-6 {
        padding-top: .375rem!important
    }

    .pt-xs-8 {
        padding-top: .5rem!important
    }

    .pt-xs-10 {
        padding-top: .625rem!important
    }

    .pt-xs-12 {
        padding-top: .75rem!important
    }

    .pt-xs-14 {
        padding-top: .875rem!important
    }

    .pt-xs-16 {
        padding-top: 1rem!important
    }

    .pt-xs-20 {
        padding-top: 1.25rem!important
    }

    .pt-xs-24 {
        padding-top: 1.5rem!important
    }

    .pt-xs-28 {
        padding-top: 1.75rem!important
    }

    .pt-xs-32 {
        padding-top: 2rem!important
    }

    .pt-xs-36 {
        padding-top: 2.25rem!important
    }

    .pt-xs-40 {
        padding-top: 2.5rem!important
    }

    .pe-xs-0 {
        padding-right: 0!important
    }

    .pe-xs-2 {
        padding-right: .125rem!important
    }

    .pe-xs-4 {
        padding-right: .25rem!important
    }

    .pe-xs-6 {
        padding-right: .375rem!important
    }

    .pe-xs-8 {
        padding-right: .5rem!important
    }

    .pe-xs-10 {
        padding-right: .625rem!important
    }

    .pe-xs-12 {
        padding-right: .75rem!important
    }

    .pe-xs-14 {
        padding-right: .875rem!important
    }

    .pe-xs-16 {
        padding-right: 1rem!important
    }

    .pe-xs-20 {
        padding-right: 1.25rem!important
    }

    .pe-xs-24 {
        padding-right: 1.5rem!important
    }

    .pe-xs-28 {
        padding-right: 1.75rem!important
    }

    .pe-xs-32 {
        padding-right: 2rem!important
    }

    .pe-xs-36 {
        padding-right: 2.25rem!important
    }

    .pe-xs-40 {
        padding-right: 2.5rem!important
    }

    .pb-xs-0 {
        padding-bottom: 0!important
    }

    .pb-xs-2 {
        padding-bottom: .125rem!important
    }

    .pb-xs-4 {
        padding-bottom: .25rem!important
    }

    .pb-xs-6 {
        padding-bottom: .375rem!important
    }

    .pb-xs-8 {
        padding-bottom: .5rem!important
    }

    .pb-xs-10 {
        padding-bottom: .625rem!important
    }

    .pb-xs-12 {
        padding-bottom: .75rem!important
    }

    .pb-xs-14 {
        padding-bottom: .875rem!important
    }

    .pb-xs-16 {
        padding-bottom: 1rem!important
    }

    .pb-xs-20 {
        padding-bottom: 1.25rem!important
    }

    .pb-xs-24 {
        padding-bottom: 1.5rem!important
    }

    .pb-xs-28 {
        padding-bottom: 1.75rem!important
    }

    .pb-xs-32 {
        padding-bottom: 2rem!important
    }

    .pb-xs-36 {
        padding-bottom: 2.25rem!important
    }

    .pb-xs-40 {
        padding-bottom: 2.5rem!important
    }

    .ps-xs-0 {
        padding-left: 0!important
    }

    .ps-xs-2 {
        padding-left: .125rem!important
    }

    .ps-xs-4 {
        padding-left: .25rem!important
    }

    .ps-xs-6 {
        padding-left: .375rem!important
    }

    .ps-xs-8 {
        padding-left: .5rem!important
    }

    .ps-xs-10 {
        padding-left: .625rem!important
    }

    .ps-xs-12 {
        padding-left: .75rem!important
    }

    .ps-xs-14 {
        padding-left: .875rem!important
    }

    .ps-xs-16 {
        padding-left: 1rem!important
    }

    .ps-xs-20 {
        padding-left: 1.25rem!important
    }

    .ps-xs-24 {
        padding-left: 1.5rem!important
    }

    .ps-xs-28 {
        padding-left: 1.75rem!important
    }

    .ps-xs-32 {
        padding-left: 2rem!important
    }

    .ps-xs-36 {
        padding-left: 2.25rem!important
    }

    .ps-xs-40 {
        padding-left: 2.5rem!important
    }

    .gap-xs-0 {
        gap: 0!important
    }

    .gap-xs-2 {
        gap: .125rem!important
    }

    .gap-xs-4 {
        gap: .25rem!important
    }

    .gap-xs-6 {
        gap: .375rem!important
    }

    .gap-xs-8 {
        gap: .5rem!important
    }

    .gap-xs-10 {
        gap: .625rem!important
    }

    .gap-xs-12 {
        gap: .75rem!important
    }

    .gap-xs-14 {
        gap: .875rem!important
    }

    .gap-xs-16 {
        gap: 1rem!important
    }

    .gap-xs-20 {
        gap: 1.25rem!important
    }

    .gap-xs-24 {
        gap: 1.5rem!important
    }

    .gap-xs-28 {
        gap: 1.75rem!important
    }

    .gap-xs-32 {
        gap: 2rem!important
    }

    .gap-xs-36 {
        gap: 2.25rem!important
    }

    .gap-xs-40 {
        gap: 2.5rem!important
    }

    .text-xs-start {
        text-align: left!important
    }

    .text-xs-end {
        text-align: right!important
    }

    .text-xs-center {
        text-align: center!important
    }
}

@media(min-width: 576px) {
    .float-sm-start {
        float:left!important
    }

    .float-sm-end {
        float: right!important
    }

    .float-sm-none {
        float: none!important
    }

    .d-sm-inline {
        display: inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-block {
        display: block!important
    }

    .d-sm-grid {
        display: grid!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

    .d-sm-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        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-2 {
        margin: .125rem!important
    }

    .m-sm-4 {
        margin: .25rem!important
    }

    .m-sm-6 {
        margin: .375rem!important
    }

    .m-sm-8 {
        margin: .5rem!important
    }

    .m-sm-10 {
        margin: .625rem!important
    }

    .m-sm-12 {
        margin: .75rem!important
    }

    .m-sm-14 {
        margin: .875rem!important
    }

    .m-sm-16 {
        margin: 1rem!important
    }

    .m-sm-20 {
        margin: 1.25rem!important
    }

    .m-sm-24 {
        margin: 1.5rem!important
    }

    .m-sm-28 {
        margin: 1.75rem!important
    }

    .m-sm-32 {
        margin: 2rem!important
    }

    .m-sm-36 {
        margin: 2.25rem!important
    }

    .m-sm-40 {
        margin: 2.5rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

    .mx-sm-0 {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .mx-sm-2 {
        margin-left: .125rem!important;
        margin-right: .125rem!important
    }

    .mx-sm-4 {
        margin-left: .25rem!important;
        margin-right: .25rem!important
    }

    .mx-sm-6 {
        margin-left: .375rem!important;
        margin-right: .375rem!important
    }

    .mx-sm-8 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }

    .mx-sm-10 {
        margin-left: .625rem!important;
        margin-right: .625rem!important
    }

    .mx-sm-12 {
        margin-left: .75rem!important;
        margin-right: .75rem!important
    }

    .mx-sm-14 {
        margin-left: .875rem!important;
        margin-right: .875rem!important
    }

    .mx-sm-16 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }

    .mx-sm-20 {
        margin-left: 1.25rem!important;
        margin-right: 1.25rem!important
    }

    .mx-sm-24 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }

    .mx-sm-28 {
        margin-left: 1.75rem!important;
        margin-right: 1.75rem!important
    }

    .mx-sm-32 {
        margin-left: 2rem!important;
        margin-right: 2rem!important
    }

    .mx-sm-36 {
        margin-left: 2.25rem!important;
        margin-right: 2.25rem!important
    }

    .mx-sm-40 {
        margin-left: 2.5rem!important;
        margin-right: 2.5rem!important
    }

    .mx-sm-auto {
        margin-left: auto!important;
        margin-right: auto!important
    }

    .my-sm-0 {
        margin-bottom: 0!important;
        margin-top: 0!important
    }

    .my-sm-2 {
        margin-bottom: .125rem!important;
        margin-top: .125rem!important
    }

    .my-sm-4 {
        margin-bottom: .25rem!important;
        margin-top: .25rem!important
    }

    .my-sm-6 {
        margin-bottom: .375rem!important;
        margin-top: .375rem!important
    }

    .my-sm-8 {
        margin-bottom: .5rem!important;
        margin-top: .5rem!important
    }

    .my-sm-10 {
        margin-bottom: .625rem!important;
        margin-top: .625rem!important
    }

    .my-sm-12 {
        margin-bottom: .75rem!important;
        margin-top: .75rem!important
    }

    .my-sm-14 {
        margin-bottom: .875rem!important;
        margin-top: .875rem!important
    }

    .my-sm-16 {
        margin-bottom: 1rem!important;
        margin-top: 1rem!important
    }

    .my-sm-20 {
        margin-bottom: 1.25rem!important;
        margin-top: 1.25rem!important
    }

    .my-sm-24 {
        margin-bottom: 1.5rem!important;
        margin-top: 1.5rem!important
    }

    .my-sm-28 {
        margin-bottom: 1.75rem!important;
        margin-top: 1.75rem!important
    }

    .my-sm-32 {
        margin-bottom: 2rem!important;
        margin-top: 2rem!important
    }

    .my-sm-36 {
        margin-bottom: 2.25rem!important;
        margin-top: 2.25rem!important
    }

    .my-sm-40 {
        margin-bottom: 2.5rem!important;
        margin-top: 2.5rem!important
    }

    .my-sm-auto {
        margin-bottom: auto!important;
        margin-top: auto!important
    }

    .mt-sm-0 {
        margin-top: 0!important
    }

    .mt-sm-2 {
        margin-top: .125rem!important
    }

    .mt-sm-4 {
        margin-top: .25rem!important
    }

    .mt-sm-6 {
        margin-top: .375rem!important
    }

    .mt-sm-8 {
        margin-top: .5rem!important
    }

    .mt-sm-10 {
        margin-top: .625rem!important
    }

    .mt-sm-12 {
        margin-top: .75rem!important
    }

    .mt-sm-14 {
        margin-top: .875rem!important
    }

    .mt-sm-16 {
        margin-top: 1rem!important
    }

    .mt-sm-20 {
        margin-top: 1.25rem!important
    }

    .mt-sm-24 {
        margin-top: 1.5rem!important
    }

    .mt-sm-28 {
        margin-top: 1.75rem!important
    }

    .mt-sm-32 {
        margin-top: 2rem!important
    }

    .mt-sm-36 {
        margin-top: 2.25rem!important
    }

    .mt-sm-40 {
        margin-top: 2.5rem!important
    }

    .mt-sm-auto {
        margin-top: auto!important
    }

    .me-sm-0 {
        margin-right: 0!important
    }

    .me-sm-2 {
        margin-right: .125rem!important
    }

    .me-sm-4 {
        margin-right: .25rem!important
    }

    .me-sm-6 {
        margin-right: .375rem!important
    }

    .me-sm-8 {
        margin-right: .5rem!important
    }

    .me-sm-10 {
        margin-right: .625rem!important
    }

    .me-sm-12 {
        margin-right: .75rem!important
    }

    .me-sm-14 {
        margin-right: .875rem!important
    }

    .me-sm-16 {
        margin-right: 1rem!important
    }

    .me-sm-20 {
        margin-right: 1.25rem!important
    }

    .me-sm-24 {
        margin-right: 1.5rem!important
    }

    .me-sm-28 {
        margin-right: 1.75rem!important
    }

    .me-sm-32 {
        margin-right: 2rem!important
    }

    .me-sm-36 {
        margin-right: 2.25rem!important
    }

    .me-sm-40 {
        margin-right: 2.5rem!important
    }

    .me-sm-auto {
        margin-right: auto!important
    }

    .mb-sm-0 {
        margin-bottom: 0!important
    }

    .mb-sm-2 {
        margin-bottom: .125rem!important
    }

    .mb-sm-4 {
        margin-bottom: .25rem!important
    }

    .mb-sm-6 {
        margin-bottom: .375rem!important
    }

    .mb-sm-8 {
        margin-bottom: .5rem!important
    }

    .mb-sm-10 {
        margin-bottom: .625rem!important
    }

    .mb-sm-12 {
        margin-bottom: .75rem!important
    }

    .mb-sm-14 {
        margin-bottom: .875rem!important
    }

    .mb-sm-16 {
        margin-bottom: 1rem!important
    }

    .mb-sm-20 {
        margin-bottom: 1.25rem!important
    }

    .mb-sm-24 {
        margin-bottom: 1.5rem!important
    }

    .mb-sm-28 {
        margin-bottom: 1.75rem!important
    }

    .mb-sm-32 {
        margin-bottom: 2rem!important
    }

    .mb-sm-36 {
        margin-bottom: 2.25rem!important
    }

    .mb-sm-40 {
        margin-bottom: 2.5rem!important
    }

    .mb-sm-auto {
        margin-bottom: auto!important
    }

    .ms-sm-0 {
        margin-left: 0!important
    }

    .ms-sm-2 {
        margin-left: .125rem!important
    }

    .ms-sm-4 {
        margin-left: .25rem!important
    }

    .ms-sm-6 {
        margin-left: .375rem!important
    }

    .ms-sm-8 {
        margin-left: .5rem!important
    }

    .ms-sm-10 {
        margin-left: .625rem!important
    }

    .ms-sm-12 {
        margin-left: .75rem!important
    }

    .ms-sm-14 {
        margin-left: .875rem!important
    }

    .ms-sm-16 {
        margin-left: 1rem!important
    }

    .ms-sm-20 {
        margin-left: 1.25rem!important
    }

    .ms-sm-24 {
        margin-left: 1.5rem!important
    }

    .ms-sm-28 {
        margin-left: 1.75rem!important
    }

    .ms-sm-32 {
        margin-left: 2rem!important
    }

    .ms-sm-36 {
        margin-left: 2.25rem!important
    }

    .ms-sm-40 {
        margin-left: 2.5rem!important
    }

    .ms-sm-auto {
        margin-left: auto!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .p-sm-2 {
        padding: .125rem!important
    }

    .p-sm-4 {
        padding: .25rem!important
    }

    .p-sm-6 {
        padding: .375rem!important
    }

    .p-sm-8 {
        padding: .5rem!important
    }

    .p-sm-10 {
        padding: .625rem!important
    }

    .p-sm-12 {
        padding: .75rem!important
    }

    .p-sm-14 {
        padding: .875rem!important
    }

    .p-sm-16 {
        padding: 1rem!important
    }

    .p-sm-20 {
        padding: 1.25rem!important
    }

    .p-sm-24 {
        padding: 1.5rem!important
    }

    .p-sm-28 {
        padding: 1.75rem!important
    }

    .p-sm-32 {
        padding: 2rem!important
    }

    .p-sm-36 {
        padding: 2.25rem!important
    }

    .p-sm-40 {
        padding: 2.5rem!important
    }

    .px-sm-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .px-sm-2 {
        padding-left: .125rem!important;
        padding-right: .125rem!important
    }

    .px-sm-4 {
        padding-left: .25rem!important;
        padding-right: .25rem!important
    }

    .px-sm-6 {
        padding-left: .375rem!important;
        padding-right: .375rem!important
    }

    .px-sm-8 {
        padding-left: .5rem!important;
        padding-right: .5rem!important
    }

    .px-sm-10 {
        padding-left: .625rem!important;
        padding-right: .625rem!important
    }

    .px-sm-12 {
        padding-left: .75rem!important;
        padding-right: .75rem!important
    }

    .px-sm-14 {
        padding-left: .875rem!important;
        padding-right: .875rem!important
    }

    .px-sm-16 {
        padding-left: 1rem!important;
        padding-right: 1rem!important
    }

    .px-sm-20 {
        padding-left: 1.25rem!important;
        padding-right: 1.25rem!important
    }

    .px-sm-24 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }

    .px-sm-28 {
        padding-left: 1.75rem!important;
        padding-right: 1.75rem!important
    }

    .px-sm-32 {
        padding-left: 2rem!important;
        padding-right: 2rem!important
    }

    .px-sm-36 {
        padding-left: 2.25rem!important;
        padding-right: 2.25rem!important
    }

    .px-sm-40 {
        padding-left: 2.5rem!important;
        padding-right: 2.5rem!important
    }

    .py-sm-0 {
        padding-bottom: 0!important;
        padding-top: 0!important
    }

    .py-sm-2 {
        padding-bottom: .125rem!important;
        padding-top: .125rem!important
    }

    .py-sm-4 {
        padding-bottom: .25rem!important;
        padding-top: .25rem!important
    }

    .py-sm-6 {
        padding-bottom: .375rem!important;
        padding-top: .375rem!important
    }

    .py-sm-8 {
        padding-bottom: .5rem!important;
        padding-top: .5rem!important
    }

    .py-sm-10 {
        padding-bottom: .625rem!important;
        padding-top: .625rem!important
    }

    .py-sm-12 {
        padding-bottom: .75rem!important;
        padding-top: .75rem!important
    }

    .py-sm-14 {
        padding-bottom: .875rem!important;
        padding-top: .875rem!important
    }

    .py-sm-16 {
        padding-bottom: 1rem!important;
        padding-top: 1rem!important
    }

    .py-sm-20 {
        padding-bottom: 1.25rem!important;
        padding-top: 1.25rem!important
    }

    .py-sm-24 {
        padding-bottom: 1.5rem!important;
        padding-top: 1.5rem!important
    }

    .py-sm-28 {
        padding-bottom: 1.75rem!important;
        padding-top: 1.75rem!important
    }

    .py-sm-32 {
        padding-bottom: 2rem!important;
        padding-top: 2rem!important
    }

    .py-sm-36 {
        padding-bottom: 2.25rem!important;
        padding-top: 2.25rem!important
    }

    .py-sm-40 {
        padding-bottom: 2.5rem!important;
        padding-top: 2.5rem!important
    }

    .pt-sm-0 {
        padding-top: 0!important
    }

    .pt-sm-2 {
        padding-top: .125rem!important
    }

    .pt-sm-4 {
        padding-top: .25rem!important
    }

    .pt-sm-6 {
        padding-top: .375rem!important
    }

    .pt-sm-8 {
        padding-top: .5rem!important
    }

    .pt-sm-10 {
        padding-top: .625rem!important
    }

    .pt-sm-12 {
        padding-top: .75rem!important
    }

    .pt-sm-14 {
        padding-top: .875rem!important
    }

    .pt-sm-16 {
        padding-top: 1rem!important
    }

    .pt-sm-20 {
        padding-top: 1.25rem!important
    }

    .pt-sm-24 {
        padding-top: 1.5rem!important
    }

    .pt-sm-28 {
        padding-top: 1.75rem!important
    }

    .pt-sm-32 {
        padding-top: 2rem!important
    }

    .pt-sm-36 {
        padding-top: 2.25rem!important
    }

    .pt-sm-40 {
        padding-top: 2.5rem!important
    }

    .pe-sm-0 {
        padding-right: 0!important
    }

    .pe-sm-2 {
        padding-right: .125rem!important
    }

    .pe-sm-4 {
        padding-right: .25rem!important
    }

    .pe-sm-6 {
        padding-right: .375rem!important
    }

    .pe-sm-8 {
        padding-right: .5rem!important
    }

    .pe-sm-10 {
        padding-right: .625rem!important
    }

    .pe-sm-12 {
        padding-right: .75rem!important
    }

    .pe-sm-14 {
        padding-right: .875rem!important
    }

    .pe-sm-16 {
        padding-right: 1rem!important
    }

    .pe-sm-20 {
        padding-right: 1.25rem!important
    }

    .pe-sm-24 {
        padding-right: 1.5rem!important
    }

    .pe-sm-28 {
        padding-right: 1.75rem!important
    }

    .pe-sm-32 {
        padding-right: 2rem!important
    }

    .pe-sm-36 {
        padding-right: 2.25rem!important
    }

    .pe-sm-40 {
        padding-right: 2.5rem!important
    }

    .pb-sm-0 {
        padding-bottom: 0!important
    }

    .pb-sm-2 {
        padding-bottom: .125rem!important
    }

    .pb-sm-4 {
        padding-bottom: .25rem!important
    }

    .pb-sm-6 {
        padding-bottom: .375rem!important
    }

    .pb-sm-8 {
        padding-bottom: .5rem!important
    }

    .pb-sm-10 {
        padding-bottom: .625rem!important
    }

    .pb-sm-12 {
        padding-bottom: .75rem!important
    }

    .pb-sm-14 {
        padding-bottom: .875rem!important
    }

    .pb-sm-16 {
        padding-bottom: 1rem!important
    }

    .pb-sm-20 {
        padding-bottom: 1.25rem!important
    }

    .pb-sm-24 {
        padding-bottom: 1.5rem!important
    }

    .pb-sm-28 {
        padding-bottom: 1.75rem!important
    }

    .pb-sm-32 {
        padding-bottom: 2rem!important
    }

    .pb-sm-36 {
        padding-bottom: 2.25rem!important
    }

    .pb-sm-40 {
        padding-bottom: 2.5rem!important
    }

    .ps-sm-0 {
        padding-left: 0!important
    }

    .ps-sm-2 {
        padding-left: .125rem!important
    }

    .ps-sm-4 {
        padding-left: .25rem!important
    }

    .ps-sm-6 {
        padding-left: .375rem!important
    }

    .ps-sm-8 {
        padding-left: .5rem!important
    }

    .ps-sm-10 {
        padding-left: .625rem!important
    }

    .ps-sm-12 {
        padding-left: .75rem!important
    }

    .ps-sm-14 {
        padding-left: .875rem!important
    }

    .ps-sm-16 {
        padding-left: 1rem!important
    }

    .ps-sm-20 {
        padding-left: 1.25rem!important
    }

    .ps-sm-24 {
        padding-left: 1.5rem!important
    }

    .ps-sm-28 {
        padding-left: 1.75rem!important
    }

    .ps-sm-32 {
        padding-left: 2rem!important
    }

    .ps-sm-36 {
        padding-left: 2.25rem!important
    }

    .ps-sm-40 {
        padding-left: 2.5rem!important
    }

    .gap-sm-0 {
        gap: 0!important
    }

    .gap-sm-2 {
        gap: .125rem!important
    }

    .gap-sm-4 {
        gap: .25rem!important
    }

    .gap-sm-6 {
        gap: .375rem!important
    }

    .gap-sm-8 {
        gap: .5rem!important
    }

    .gap-sm-10 {
        gap: .625rem!important
    }

    .gap-sm-12 {
        gap: .75rem!important
    }

    .gap-sm-14 {
        gap: .875rem!important
    }

    .gap-sm-16 {
        gap: 1rem!important
    }

    .gap-sm-20 {
        gap: 1.25rem!important
    }

    .gap-sm-24 {
        gap: 1.5rem!important
    }

    .gap-sm-28 {
        gap: 1.75rem!important
    }

    .gap-sm-32 {
        gap: 2rem!important
    }

    .gap-sm-36 {
        gap: 2.25rem!important
    }

    .gap-sm-40 {
        gap: 2.5rem!important
    }

    .text-sm-start {
        text-align: left!important
    }

    .text-sm-end {
        text-align: right!important
    }

    .text-sm-center {
        text-align: center!important
    }
}

@media(min-width: 768px) {
    .float-md-start {
        float:left!important
    }

    .float-md-end {
        float: right!important
    }

    .float-md-none {
        float: none!important
    }

    .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: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        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-2 {
        margin: .125rem!important
    }

    .m-md-4 {
        margin: .25rem!important
    }

    .m-md-6 {
        margin: .375rem!important
    }

    .m-md-8 {
        margin: .5rem!important
    }

    .m-md-10 {
        margin: .625rem!important
    }

    .m-md-12 {
        margin: .75rem!important
    }

    .m-md-14 {
        margin: .875rem!important
    }

    .m-md-16 {
        margin: 1rem!important
    }

    .m-md-20 {
        margin: 1.25rem!important
    }

    .m-md-24 {
        margin: 1.5rem!important
    }

    .m-md-28 {
        margin: 1.75rem!important
    }

    .m-md-32 {
        margin: 2rem!important
    }

    .m-md-36 {
        margin: 2.25rem!important
    }

    .m-md-40 {
        margin: 2.5rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

    .mx-md-0 {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .mx-md-2 {
        margin-left: .125rem!important;
        margin-right: .125rem!important
    }

    .mx-md-4 {
        margin-left: .25rem!important;
        margin-right: .25rem!important
    }

    .mx-md-6 {
        margin-left: .375rem!important;
        margin-right: .375rem!important
    }

    .mx-md-8 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }

    .mx-md-10 {
        margin-left: .625rem!important;
        margin-right: .625rem!important
    }

    .mx-md-12 {
        margin-left: .75rem!important;
        margin-right: .75rem!important
    }

    .mx-md-14 {
        margin-left: .875rem!important;
        margin-right: .875rem!important
    }

    .mx-md-16 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }

    .mx-md-20 {
        margin-left: 1.25rem!important;
        margin-right: 1.25rem!important
    }

    .mx-md-24 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }

    .mx-md-28 {
        margin-left: 1.75rem!important;
        margin-right: 1.75rem!important
    }

    .mx-md-32 {
        margin-left: 2rem!important;
        margin-right: 2rem!important
    }

    .mx-md-36 {
        margin-left: 2.25rem!important;
        margin-right: 2.25rem!important
    }

    .mx-md-40 {
        margin-left: 2.5rem!important;
        margin-right: 2.5rem!important
    }

    .mx-md-auto {
        margin-left: auto!important;
        margin-right: auto!important
    }

    .my-md-0 {
        margin-bottom: 0!important;
        margin-top: 0!important
    }

    .my-md-2 {
        margin-bottom: .125rem!important;
        margin-top: .125rem!important
    }

    .my-md-4 {
        margin-bottom: .25rem!important;
        margin-top: .25rem!important
    }

    .my-md-6 {
        margin-bottom: .375rem!important;
        margin-top: .375rem!important
    }

    .my-md-8 {
        margin-bottom: .5rem!important;
        margin-top: .5rem!important
    }

    .my-md-10 {
        margin-bottom: .625rem!important;
        margin-top: .625rem!important
    }

    .my-md-12 {
        margin-bottom: .75rem!important;
        margin-top: .75rem!important
    }

    .my-md-14 {
        margin-bottom: .875rem!important;
        margin-top: .875rem!important
    }

    .my-md-16 {
        margin-bottom: 1rem!important;
        margin-top: 1rem!important
    }

    .my-md-20 {
        margin-bottom: 1.25rem!important;
        margin-top: 1.25rem!important
    }

    .my-md-24 {
        margin-bottom: 1.5rem!important;
        margin-top: 1.5rem!important
    }

    .my-md-28 {
        margin-bottom: 1.75rem!important;
        margin-top: 1.75rem!important
    }

    .my-md-32 {
        margin-bottom: 2rem!important;
        margin-top: 2rem!important
    }

    .my-md-36 {
        margin-bottom: 2.25rem!important;
        margin-top: 2.25rem!important
    }

    .my-md-40 {
        margin-bottom: 2.5rem!important;
        margin-top: 2.5rem!important
    }

    .my-md-auto {
        margin-bottom: auto!important;
        margin-top: auto!important
    }

    .mt-md-0 {
        margin-top: 0!important
    }

    .mt-md-2 {
        margin-top: .125rem!important
    }

    .mt-md-4 {
        margin-top: .25rem!important
    }

    .mt-md-6 {
        margin-top: .375rem!important
    }

    .mt-md-8 {
        margin-top: .5rem!important
    }

    .mt-md-10 {
        margin-top: .625rem!important
    }

    .mt-md-12 {
        margin-top: .75rem!important
    }

    .mt-md-14 {
        margin-top: .875rem!important
    }

    .mt-md-16 {
        margin-top: 1rem!important
    }

    .mt-md-20 {
        margin-top: 1.25rem!important
    }

    .mt-md-24 {
        margin-top: 1.5rem!important
    }

    .mt-md-28 {
        margin-top: 1.75rem!important
    }

    .mt-md-32 {
        margin-top: 2rem!important
    }

    .mt-md-36 {
        margin-top: 2.25rem!important
    }

    .mt-md-40 {
        margin-top: 2.5rem!important
    }

    .mt-md-auto {
        margin-top: auto!important
    }

    .me-md-0 {
        margin-right: 0!important
    }

    .me-md-2 {
        margin-right: .125rem!important
    }

    .me-md-4 {
        margin-right: .25rem!important
    }

    .me-md-6 {
        margin-right: .375rem!important
    }

    .me-md-8 {
        margin-right: .5rem!important
    }

    .me-md-10 {
        margin-right: .625rem!important
    }

    .me-md-12 {
        margin-right: .75rem!important
    }

    .me-md-14 {
        margin-right: .875rem!important
    }

    .me-md-16 {
        margin-right: 1rem!important
    }

    .me-md-20 {
        margin-right: 1.25rem!important
    }

    .me-md-24 {
        margin-right: 1.5rem!important
    }

    .me-md-28 {
        margin-right: 1.75rem!important
    }

    .me-md-32 {
        margin-right: 2rem!important
    }

    .me-md-36 {
        margin-right: 2.25rem!important
    }

    .me-md-40 {
        margin-right: 2.5rem!important
    }

    .me-md-auto {
        margin-right: auto!important
    }

    .mb-md-0 {
        margin-bottom: 0!important
    }

    .mb-md-2 {
        margin-bottom: .125rem!important
    }

    .mb-md-4 {
        margin-bottom: .25rem!important
    }

    .mb-md-6 {
        margin-bottom: .375rem!important
    }

    .mb-md-8 {
        margin-bottom: .5rem!important
    }

    .mb-md-10 {
        margin-bottom: .625rem!important
    }

    .mb-md-12 {
        margin-bottom: .75rem!important
    }

    .mb-md-14 {
        margin-bottom: .875rem!important
    }

    .mb-md-16 {
        margin-bottom: 1rem!important
    }

    .mb-md-20 {
        margin-bottom: 1.25rem!important
    }

    .mb-md-24 {
        margin-bottom: 1.5rem!important
    }

    .mb-md-28 {
        margin-bottom: 1.75rem!important
    }

    .mb-md-32 {
        margin-bottom: 2rem!important
    }

    .mb-md-36 {
        margin-bottom: 2.25rem!important
    }

    .mb-md-40 {
        margin-bottom: 2.5rem!important
    }

    .mb-md-auto {
        margin-bottom: auto!important
    }

    .ms-md-0 {
        margin-left: 0!important
    }

    .ms-md-2 {
        margin-left: .125rem!important
    }

    .ms-md-4 {
        margin-left: .25rem!important
    }

    .ms-md-6 {
        margin-left: .375rem!important
    }

    .ms-md-8 {
        margin-left: .5rem!important
    }

    .ms-md-10 {
        margin-left: .625rem!important
    }

    .ms-md-12 {
        margin-left: .75rem!important
    }

    .ms-md-14 {
        margin-left: .875rem!important
    }

    .ms-md-16 {
        margin-left: 1rem!important
    }

    .ms-md-20 {
        margin-left: 1.25rem!important
    }

    .ms-md-24 {
        margin-left: 1.5rem!important
    }

    .ms-md-28 {
        margin-left: 1.75rem!important
    }

    .ms-md-32 {
        margin-left: 2rem!important
    }

    .ms-md-36 {
        margin-left: 2.25rem!important
    }

    .ms-md-40 {
        margin-left: 2.5rem!important
    }

    .ms-md-auto {
        margin-left: auto!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .p-md-2 {
        padding: .125rem!important
    }

    .p-md-4 {
        padding: .25rem!important
    }

    .p-md-6 {
        padding: .375rem!important
    }

    .p-md-8 {
        padding: .5rem!important
    }

    .p-md-10 {
        padding: .625rem!important
    }

    .p-md-12 {
        padding: .75rem!important
    }

    .p-md-14 {
        padding: .875rem!important
    }

    .p-md-16 {
        padding: 1rem!important
    }

    .p-md-20 {
        padding: 1.25rem!important
    }

    .p-md-24 {
        padding: 1.5rem!important
    }

    .p-md-28 {
        padding: 1.75rem!important
    }

    .p-md-32 {
        padding: 2rem!important
    }

    .p-md-36 {
        padding: 2.25rem!important
    }

    .p-md-40 {
        padding: 2.5rem!important
    }

    .px-md-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .px-md-2 {
        padding-left: .125rem!important;
        padding-right: .125rem!important
    }

    .px-md-4 {
        padding-left: .25rem!important;
        padding-right: .25rem!important
    }

    .px-md-6 {
        padding-left: .375rem!important;
        padding-right: .375rem!important
    }

    .px-md-8 {
        padding-left: .5rem!important;
        padding-right: .5rem!important
    }

    .px-md-10 {
        padding-left: .625rem!important;
        padding-right: .625rem!important
    }

    .px-md-12 {
        padding-left: .75rem!important;
        padding-right: .75rem!important
    }

    .px-md-14 {
        padding-left: .875rem!important;
        padding-right: .875rem!important
    }

    .px-md-16 {
        padding-left: 1rem!important;
        padding-right: 1rem!important
    }

    .px-md-20 {
        padding-left: 1.25rem!important;
        padding-right: 1.25rem!important
    }

    .px-md-24 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }

    .px-md-28 {
        padding-left: 1.75rem!important;
        padding-right: 1.75rem!important
    }

    .px-md-32 {
        padding-left: 2rem!important;
        padding-right: 2rem!important
    }

    .px-md-36 {
        padding-left: 2.25rem!important;
        padding-right: 2.25rem!important
    }

    .px-md-40 {
        padding-left: 2.5rem!important;
        padding-right: 2.5rem!important
    }

    .py-md-0 {
        padding-bottom: 0!important;
        padding-top: 0!important
    }

    .py-md-2 {
        padding-bottom: .125rem!important;
        padding-top: .125rem!important
    }

    .py-md-4 {
        padding-bottom: .25rem!important;
        padding-top: .25rem!important
    }

    .py-md-6 {
        padding-bottom: .375rem!important;
        padding-top: .375rem!important
    }

    .py-md-8 {
        padding-bottom: .5rem!important;
        padding-top: .5rem!important
    }

    .py-md-10 {
        padding-bottom: .625rem!important;
        padding-top: .625rem!important
    }

    .py-md-12 {
        padding-bottom: .75rem!important;
        padding-top: .75rem!important
    }

    .py-md-14 {
        padding-bottom: .875rem!important;
        padding-top: .875rem!important
    }

    .py-md-16 {
        padding-bottom: 1rem!important;
        padding-top: 1rem!important
    }

    .py-md-20 {
        padding-bottom: 1.25rem!important;
        padding-top: 1.25rem!important
    }

    .py-md-24 {
        padding-bottom: 1.5rem!important;
        padding-top: 1.5rem!important
    }

    .py-md-28 {
        padding-bottom: 1.75rem!important;
        padding-top: 1.75rem!important
    }

    .py-md-32 {
        padding-bottom: 2rem!important;
        padding-top: 2rem!important
    }

    .py-md-36 {
        padding-bottom: 2.25rem!important;
        padding-top: 2.25rem!important
    }

    .py-md-40 {
        padding-bottom: 2.5rem!important;
        padding-top: 2.5rem!important
    }

    .pt-md-0 {
        padding-top: 0!important
    }

    .pt-md-2 {
        padding-top: .125rem!important
    }

    .pt-md-4 {
        padding-top: .25rem!important
    }

    .pt-md-6 {
        padding-top: .375rem!important
    }

    .pt-md-8 {
        padding-top: .5rem!important
    }

    .pt-md-10 {
        padding-top: .625rem!important
    }

    .pt-md-12 {
        padding-top: .75rem!important
    }

    .pt-md-14 {
        padding-top: .875rem!important
    }

    .pt-md-16 {
        padding-top: 1rem!important
    }

    .pt-md-20 {
        padding-top: 1.25rem!important
    }

    .pt-md-24 {
        padding-top: 1.5rem!important
    }

    .pt-md-28 {
        padding-top: 1.75rem!important
    }

    .pt-md-32 {
        padding-top: 2rem!important
    }

    .pt-md-36 {
        padding-top: 2.25rem!important
    }

    .pt-md-40 {
        padding-top: 2.5rem!important
    }

    .pe-md-0 {
        padding-right: 0!important
    }

    .pe-md-2 {
        padding-right: .125rem!important
    }

    .pe-md-4 {
        padding-right: .25rem!important
    }

    .pe-md-6 {
        padding-right: .375rem!important
    }

    .pe-md-8 {
        padding-right: .5rem!important
    }

    .pe-md-10 {
        padding-right: .625rem!important
    }

    .pe-md-12 {
        padding-right: .75rem!important
    }

    .pe-md-14 {
        padding-right: .875rem!important
    }

    .pe-md-16 {
        padding-right: 1rem!important
    }

    .pe-md-20 {
        padding-right: 1.25rem!important
    }

    .pe-md-24 {
        padding-right: 1.5rem!important
    }

    .pe-md-28 {
        padding-right: 1.75rem!important
    }

    .pe-md-32 {
        padding-right: 2rem!important
    }

    .pe-md-36 {
        padding-right: 2.25rem!important
    }

    .pe-md-40 {
        padding-right: 2.5rem!important
    }

    .pb-md-0 {
        padding-bottom: 0!important
    }

    .pb-md-2 {
        padding-bottom: .125rem!important
    }

    .pb-md-4 {
        padding-bottom: .25rem!important
    }

    .pb-md-6 {
        padding-bottom: .375rem!important
    }

    .pb-md-8 {
        padding-bottom: .5rem!important
    }

    .pb-md-10 {
        padding-bottom: .625rem!important
    }

    .pb-md-12 {
        padding-bottom: .75rem!important
    }

    .pb-md-14 {
        padding-bottom: .875rem!important
    }

    .pb-md-16 {
        padding-bottom: 1rem!important
    }

    .pb-md-20 {
        padding-bottom: 1.25rem!important
    }

    .pb-md-24 {
        padding-bottom: 1.5rem!important
    }

    .pb-md-28 {
        padding-bottom: 1.75rem!important
    }

    .pb-md-32 {
        padding-bottom: 2rem!important
    }

    .pb-md-36 {
        padding-bottom: 2.25rem!important
    }

    .pb-md-40 {
        padding-bottom: 2.5rem!important
    }

    .ps-md-0 {
        padding-left: 0!important
    }

    .ps-md-2 {
        padding-left: .125rem!important
    }

    .ps-md-4 {
        padding-left: .25rem!important
    }

    .ps-md-6 {
        padding-left: .375rem!important
    }

    .ps-md-8 {
        padding-left: .5rem!important
    }

    .ps-md-10 {
        padding-left: .625rem!important
    }

    .ps-md-12 {
        padding-left: .75rem!important
    }

    .ps-md-14 {
        padding-left: .875rem!important
    }

    .ps-md-16 {
        padding-left: 1rem!important
    }

    .ps-md-20 {
        padding-left: 1.25rem!important
    }

    .ps-md-24 {
        padding-left: 1.5rem!important
    }

    .ps-md-28 {
        padding-left: 1.75rem!important
    }

    .ps-md-32 {
        padding-left: 2rem!important
    }

    .ps-md-36 {
        padding-left: 2.25rem!important
    }

    .ps-md-40 {
        padding-left: 2.5rem!important
    }

    .gap-md-0 {
        gap: 0!important
    }

    .gap-md-2 {
        gap: .125rem!important
    }

    .gap-md-4 {
        gap: .25rem!important
    }

    .gap-md-6 {
        gap: .375rem!important
    }

    .gap-md-8 {
        gap: .5rem!important
    }

    .gap-md-10 {
        gap: .625rem!important
    }

    .gap-md-12 {
        gap: .75rem!important
    }

    .gap-md-14 {
        gap: .875rem!important
    }

    .gap-md-16 {
        gap: 1rem!important
    }

    .gap-md-20 {
        gap: 1.25rem!important
    }

    .gap-md-24 {
        gap: 1.5rem!important
    }

    .gap-md-28 {
        gap: 1.75rem!important
    }

    .gap-md-32 {
        gap: 2rem!important
    }

    .gap-md-36 {
        gap: 2.25rem!important
    }

    .gap-md-40 {
        gap: 2.5rem!important
    }

    .text-md-start {
        text-align: left!important
    }

    .text-md-end {
        text-align: right!important
    }

    .text-md-center {
        text-align: center!important
    }
}

@media(min-width: 992px) {
    .float-lg-start {
        float:left!important
    }

    .float-lg-end {
        float: right!important
    }

    .float-lg-none {
        float: none!important
    }

    .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: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        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-2 {
        margin: .125rem!important
    }

    .m-lg-4 {
        margin: .25rem!important
    }

    .m-lg-6 {
        margin: .375rem!important
    }

    .m-lg-8 {
        margin: .5rem!important
    }

    .m-lg-10 {
        margin: .625rem!important
    }

    .m-lg-12 {
        margin: .75rem!important
    }

    .m-lg-14 {
        margin: .875rem!important
    }

    .m-lg-16 {
        margin: 1rem!important
    }

    .m-lg-20 {
        margin: 1.25rem!important
    }

    .m-lg-24 {
        margin: 1.5rem!important
    }

    .m-lg-28 {
        margin: 1.75rem!important
    }

    .m-lg-32 {
        margin: 2rem!important
    }

    .m-lg-36 {
        margin: 2.25rem!important
    }

    .m-lg-40 {
        margin: 2.5rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .mx-lg-0 {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .mx-lg-2 {
        margin-left: .125rem!important;
        margin-right: .125rem!important
    }

    .mx-lg-4 {
        margin-left: .25rem!important;
        margin-right: .25rem!important
    }

    .mx-lg-6 {
        margin-left: .375rem!important;
        margin-right: .375rem!important
    }

    .mx-lg-8 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }

    .mx-lg-10 {
        margin-left: .625rem!important;
        margin-right: .625rem!important
    }

    .mx-lg-12 {
        margin-left: .75rem!important;
        margin-right: .75rem!important
    }

    .mx-lg-14 {
        margin-left: .875rem!important;
        margin-right: .875rem!important
    }

    .mx-lg-16 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }

    .mx-lg-20 {
        margin-left: 1.25rem!important;
        margin-right: 1.25rem!important
    }

    .mx-lg-24 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }

    .mx-lg-28 {
        margin-left: 1.75rem!important;
        margin-right: 1.75rem!important
    }

    .mx-lg-32 {
        margin-left: 2rem!important;
        margin-right: 2rem!important
    }

    .mx-lg-36 {
        margin-left: 2.25rem!important;
        margin-right: 2.25rem!important
    }

    .mx-lg-40 {
        margin-left: 2.5rem!important;
        margin-right: 2.5rem!important
    }

    .mx-lg-auto {
        margin-left: auto!important;
        margin-right: auto!important
    }

    .my-lg-0 {
        margin-bottom: 0!important;
        margin-top: 0!important
    }

    .my-lg-2 {
        margin-bottom: .125rem!important;
        margin-top: .125rem!important
    }

    .my-lg-4 {
        margin-bottom: .25rem!important;
        margin-top: .25rem!important
    }

    .my-lg-6 {
        margin-bottom: .375rem!important;
        margin-top: .375rem!important
    }

    .my-lg-8 {
        margin-bottom: .5rem!important;
        margin-top: .5rem!important
    }

    .my-lg-10 {
        margin-bottom: .625rem!important;
        margin-top: .625rem!important
    }

    .my-lg-12 {
        margin-bottom: .75rem!important;
        margin-top: .75rem!important
    }

    .my-lg-14 {
        margin-bottom: .875rem!important;
        margin-top: .875rem!important
    }

    .my-lg-16 {
        margin-bottom: 1rem!important;
        margin-top: 1rem!important
    }

    .my-lg-20 {
        margin-bottom: 1.25rem!important;
        margin-top: 1.25rem!important
    }

    .my-lg-24 {
        margin-bottom: 1.5rem!important;
        margin-top: 1.5rem!important
    }

    .my-lg-28 {
        margin-bottom: 1.75rem!important;
        margin-top: 1.75rem!important
    }

    .my-lg-32 {
        margin-bottom: 2rem!important;
        margin-top: 2rem!important
    }

    .my-lg-36 {
        margin-bottom: 2.25rem!important;
        margin-top: 2.25rem!important
    }

    .my-lg-40 {
        margin-bottom: 2.5rem!important;
        margin-top: 2.5rem!important
    }

    .my-lg-auto {
        margin-bottom: auto!important;
        margin-top: auto!important
    }

    .mt-lg-0 {
        margin-top: 0!important
    }

    .mt-lg-2 {
        margin-top: .125rem!important
    }

    .mt-lg-4 {
        margin-top: .25rem!important
    }

    .mt-lg-6 {
        margin-top: .375rem!important
    }

    .mt-lg-8 {
        margin-top: .5rem!important
    }

    .mt-lg-10 {
        margin-top: .625rem!important
    }

    .mt-lg-12 {
        margin-top: .75rem!important
    }

    .mt-lg-14 {
        margin-top: .875rem!important
    }

    .mt-lg-16 {
        margin-top: 1rem!important
    }

    .mt-lg-20 {
        margin-top: 1.25rem!important
    }

    .mt-lg-24 {
        margin-top: 1.5rem!important
    }

    .mt-lg-28 {
        margin-top: 1.75rem!important
    }

    .mt-lg-32 {
        margin-top: 2rem!important
    }

    .mt-lg-36 {
        margin-top: 2.25rem!important
    }

    .mt-lg-40 {
        margin-top: 2.5rem!important
    }

    .mt-lg-auto {
        margin-top: auto!important
    }

    .me-lg-0 {
        margin-right: 0!important
    }

    .me-lg-2 {
        margin-right: .125rem!important
    }

    .me-lg-4 {
        margin-right: .25rem!important
    }

    .me-lg-6 {
        margin-right: .375rem!important
    }

    .me-lg-8 {
        margin-right: .5rem!important
    }

    .me-lg-10 {
        margin-right: .625rem!important
    }

    .me-lg-12 {
        margin-right: .75rem!important
    }

    .me-lg-14 {
        margin-right: .875rem!important
    }

    .me-lg-16 {
        margin-right: 1rem!important
    }

    .me-lg-20 {
        margin-right: 1.25rem!important
    }

    .me-lg-24 {
        margin-right: 1.5rem!important
    }

    .me-lg-28 {
        margin-right: 1.75rem!important
    }

    .me-lg-32 {
        margin-right: 2rem!important
    }

    .me-lg-36 {
        margin-right: 2.25rem!important
    }

    .me-lg-40 {
        margin-right: 2.5rem!important
    }

    .me-lg-auto {
        margin-right: auto!important
    }

    .mb-lg-0 {
        margin-bottom: 0!important
    }

    .mb-lg-2 {
        margin-bottom: .125rem!important
    }

    .mb-lg-4 {
        margin-bottom: .25rem!important
    }

    .mb-lg-6 {
        margin-bottom: .375rem!important
    }

    .mb-lg-8 {
        margin-bottom: .5rem!important
    }

    .mb-lg-10 {
        margin-bottom: .625rem!important
    }

    .mb-lg-12 {
        margin-bottom: .75rem!important
    }

    .mb-lg-14 {
        margin-bottom: .875rem!important
    }

    .mb-lg-16 {
        margin-bottom: 1rem!important
    }

    .mb-lg-20 {
        margin-bottom: 1.25rem!important
    }

    .mb-lg-24 {
        margin-bottom: 1.5rem!important
    }

    .mb-lg-28 {
        margin-bottom: 1.75rem!important
    }

    .mb-lg-32 {
        margin-bottom: 2rem!important
    }

    .mb-lg-36 {
        margin-bottom: 2.25rem!important
    }

    .mb-lg-40 {
        margin-bottom: 2.5rem!important
    }

    .mb-lg-auto {
        margin-bottom: auto!important
    }

    .ms-lg-0 {
        margin-left: 0!important
    }

    .ms-lg-2 {
        margin-left: .125rem!important
    }

    .ms-lg-4 {
        margin-left: .25rem!important
    }

    .ms-lg-6 {
        margin-left: .375rem!important
    }

    .ms-lg-8 {
        margin-left: .5rem!important
    }

    .ms-lg-10 {
        margin-left: .625rem!important
    }

    .ms-lg-12 {
        margin-left: .75rem!important
    }

    .ms-lg-14 {
        margin-left: .875rem!important
    }

    .ms-lg-16 {
        margin-left: 1rem!important
    }

    .ms-lg-20 {
        margin-left: 1.25rem!important
    }

    .ms-lg-24 {
        margin-left: 1.5rem!important
    }

    .ms-lg-28 {
        margin-left: 1.75rem!important
    }

    .ms-lg-32 {
        margin-left: 2rem!important
    }

    .ms-lg-36 {
        margin-left: 2.25rem!important
    }

    .ms-lg-40 {
        margin-left: 2.5rem!important
    }

    .ms-lg-auto {
        margin-left: auto!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .p-lg-2 {
        padding: .125rem!important
    }

    .p-lg-4 {
        padding: .25rem!important
    }

    .p-lg-6 {
        padding: .375rem!important
    }

    .p-lg-8 {
        padding: .5rem!important
    }

    .p-lg-10 {
        padding: .625rem!important
    }

    .p-lg-12 {
        padding: .75rem!important
    }

    .p-lg-14 {
        padding: .875rem!important
    }

    .p-lg-16 {
        padding: 1rem!important
    }

    .p-lg-20 {
        padding: 1.25rem!important
    }

    .p-lg-24 {
        padding: 1.5rem!important
    }

    .p-lg-28 {
        padding: 1.75rem!important
    }

    .p-lg-32 {
        padding: 2rem!important
    }

    .p-lg-36 {
        padding: 2.25rem!important
    }

    .p-lg-40 {
        padding: 2.5rem!important
    }

    .px-lg-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .px-lg-2 {
        padding-left: .125rem!important;
        padding-right: .125rem!important
    }

    .px-lg-4 {
        padding-left: .25rem!important;
        padding-right: .25rem!important
    }

    .px-lg-6 {
        padding-left: .375rem!important;
        padding-right: .375rem!important
    }

    .px-lg-8 {
        padding-left: .5rem!important;
        padding-right: .5rem!important
    }

    .px-lg-10 {
        padding-left: .625rem!important;
        padding-right: .625rem!important
    }

    .px-lg-12 {
        padding-left: .75rem!important;
        padding-right: .75rem!important
    }

    .px-lg-14 {
        padding-left: .875rem!important;
        padding-right: .875rem!important
    }

    .px-lg-16 {
        padding-left: 1rem!important;
        padding-right: 1rem!important
    }

    .px-lg-20 {
        padding-left: 1.25rem!important;
        padding-right: 1.25rem!important
    }

    .px-lg-24 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }

    .px-lg-28 {
        padding-left: 1.75rem!important;
        padding-right: 1.75rem!important
    }

    .px-lg-32 {
        padding-left: 2rem!important;
        padding-right: 2rem!important
    }

    .px-lg-36 {
        padding-left: 2.25rem!important;
        padding-right: 2.25rem!important
    }

    .px-lg-40 {
        padding-left: 2.5rem!important;
        padding-right: 2.5rem!important
    }

    .py-lg-0 {
        padding-bottom: 0!important;
        padding-top: 0!important
    }

    .py-lg-2 {
        padding-bottom: .125rem!important;
        padding-top: .125rem!important
    }

    .py-lg-4 {
        padding-bottom: .25rem!important;
        padding-top: .25rem!important
    }

    .py-lg-6 {
        padding-bottom: .375rem!important;
        padding-top: .375rem!important
    }

    .py-lg-8 {
        padding-bottom: .5rem!important;
        padding-top: .5rem!important
    }

    .py-lg-10 {
        padding-bottom: .625rem!important;
        padding-top: .625rem!important
    }

    .py-lg-12 {
        padding-bottom: .75rem!important;
        padding-top: .75rem!important
    }

    .py-lg-14 {
        padding-bottom: .875rem!important;
        padding-top: .875rem!important
    }

    .py-lg-16 {
        padding-bottom: 1rem!important;
        padding-top: 1rem!important
    }

    .py-lg-20 {
        padding-bottom: 1.25rem!important;
        padding-top: 1.25rem!important
    }

    .py-lg-24 {
        padding-bottom: 1.5rem!important;
        padding-top: 1.5rem!important
    }

    .py-lg-28 {
        padding-bottom: 1.75rem!important;
        padding-top: 1.75rem!important
    }

    .py-lg-32 {
        padding-bottom: 2rem!important;
        padding-top: 2rem!important
    }

    .py-lg-36 {
        padding-bottom: 2.25rem!important;
        padding-top: 2.25rem!important
    }

    .py-lg-40 {
        padding-bottom: 2.5rem!important;
        padding-top: 2.5rem!important
    }

    .pt-lg-0 {
        padding-top: 0!important
    }

    .pt-lg-2 {
        padding-top: .125rem!important
    }

    .pt-lg-4 {
        padding-top: .25rem!important
    }

    .pt-lg-6 {
        padding-top: .375rem!important
    }

    .pt-lg-8 {
        padding-top: .5rem!important
    }

    .pt-lg-10 {
        padding-top: .625rem!important
    }

    .pt-lg-12 {
        padding-top: .75rem!important
    }

    .pt-lg-14 {
        padding-top: .875rem!important
    }

    .pt-lg-16 {
        padding-top: 1rem!important
    }

    .pt-lg-20 {
        padding-top: 1.25rem!important
    }

    .pt-lg-24 {
        padding-top: 1.5rem!important
    }

    .pt-lg-28 {
        padding-top: 1.75rem!important
    }

    .pt-lg-32 {
        padding-top: 2rem!important
    }

    .pt-lg-36 {
        padding-top: 2.25rem!important
    }

    .pt-lg-40 {
        padding-top: 2.5rem!important
    }

    .pe-lg-0 {
        padding-right: 0!important
    }

    .pe-lg-2 {
        padding-right: .125rem!important
    }

    .pe-lg-4 {
        padding-right: .25rem!important
    }

    .pe-lg-6 {
        padding-right: .375rem!important
    }

    .pe-lg-8 {
        padding-right: .5rem!important
    }

    .pe-lg-10 {
        padding-right: .625rem!important
    }

    .pe-lg-12 {
        padding-right: .75rem!important
    }

    .pe-lg-14 {
        padding-right: .875rem!important
    }

    .pe-lg-16 {
        padding-right: 1rem!important
    }

    .pe-lg-20 {
        padding-right: 1.25rem!important
    }

    .pe-lg-24 {
        padding-right: 1.5rem!important
    }

    .pe-lg-28 {
        padding-right: 1.75rem!important
    }

    .pe-lg-32 {
        padding-right: 2rem!important
    }

    .pe-lg-36 {
        padding-right: 2.25rem!important
    }

    .pe-lg-40 {
        padding-right: 2.5rem!important
    }

    .pb-lg-0 {
        padding-bottom: 0!important
    }

    .pb-lg-2 {
        padding-bottom: .125rem!important
    }

    .pb-lg-4 {
        padding-bottom: .25rem!important
    }

    .pb-lg-6 {
        padding-bottom: .375rem!important
    }

    .pb-lg-8 {
        padding-bottom: .5rem!important
    }

    .pb-lg-10 {
        padding-bottom: .625rem!important
    }

    .pb-lg-12 {
        padding-bottom: .75rem!important
    }

    .pb-lg-14 {
        padding-bottom: .875rem!important
    }

    .pb-lg-16 {
        padding-bottom: 1rem!important
    }

    .pb-lg-20 {
        padding-bottom: 1.25rem!important
    }

    .pb-lg-24 {
        padding-bottom: 1.5rem!important
    }

    .pb-lg-28 {
        padding-bottom: 1.75rem!important
    }

    .pb-lg-32 {
        padding-bottom: 2rem!important
    }

    .pb-lg-36 {
        padding-bottom: 2.25rem!important
    }

    .pb-lg-40 {
        padding-bottom: 2.5rem!important
    }

    .ps-lg-0 {
        padding-left: 0!important
    }

    .ps-lg-2 {
        padding-left: .125rem!important
    }

    .ps-lg-4 {
        padding-left: .25rem!important
    }

    .ps-lg-6 {
        padding-left: .375rem!important
    }

    .ps-lg-8 {
        padding-left: .5rem!important
    }

    .ps-lg-10 {
        padding-left: .625rem!important
    }

    .ps-lg-12 {
        padding-left: .75rem!important
    }

    .ps-lg-14 {
        padding-left: .875rem!important
    }

    .ps-lg-16 {
        padding-left: 1rem!important
    }

    .ps-lg-20 {
        padding-left: 1.25rem!important
    }

    .ps-lg-24 {
        padding-left: 1.5rem!important
    }

    .ps-lg-28 {
        padding-left: 1.75rem!important
    }

    .ps-lg-32 {
        padding-left: 2rem!important
    }

    .ps-lg-36 {
        padding-left: 2.25rem!important
    }

    .ps-lg-40 {
        padding-left: 2.5rem!important
    }

    .gap-lg-0 {
        gap: 0!important
    }

    .gap-lg-2 {
        gap: .125rem!important
    }

    .gap-lg-4 {
        gap: .25rem!important
    }

    .gap-lg-6 {
        gap: .375rem!important
    }

    .gap-lg-8 {
        gap: .5rem!important
    }

    .gap-lg-10 {
        gap: .625rem!important
    }

    .gap-lg-12 {
        gap: .75rem!important
    }

    .gap-lg-14 {
        gap: .875rem!important
    }

    .gap-lg-16 {
        gap: 1rem!important
    }

    .gap-lg-20 {
        gap: 1.25rem!important
    }

    .gap-lg-24 {
        gap: 1.5rem!important
    }

    .gap-lg-28 {
        gap: 1.75rem!important
    }

    .gap-lg-32 {
        gap: 2rem!important
    }

    .gap-lg-36 {
        gap: 2.25rem!important
    }

    .gap-lg-40 {
        gap: 2.5rem!important
    }

    .text-lg-start {
        text-align: left!important
    }

    .text-lg-end {
        text-align: right!important
    }

    .text-lg-center {
        text-align: center!important
    }
}

@media(min-width: 1200px) {
    .float-xl-start {
        float:left!important
    }

    .float-xl-end {
        float: right!important
    }

    .float-xl-none {
        float: none!important
    }

    .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: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        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-2 {
        margin: .125rem!important
    }

    .m-xl-4 {
        margin: .25rem!important
    }

    .m-xl-6 {
        margin: .375rem!important
    }

    .m-xl-8 {
        margin: .5rem!important
    }

    .m-xl-10 {
        margin: .625rem!important
    }

    .m-xl-12 {
        margin: .75rem!important
    }

    .m-xl-14 {
        margin: .875rem!important
    }

    .m-xl-16 {
        margin: 1rem!important
    }

    .m-xl-20 {
        margin: 1.25rem!important
    }

    .m-xl-24 {
        margin: 1.5rem!important
    }

    .m-xl-28 {
        margin: 1.75rem!important
    }

    .m-xl-32 {
        margin: 2rem!important
    }

    .m-xl-36 {
        margin: 2.25rem!important
    }

    .m-xl-40 {
        margin: 2.5rem!important
    }

    .m-xl-auto {
        margin: auto!important
    }

    .mx-xl-0 {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .mx-xl-2 {
        margin-left: .125rem!important;
        margin-right: .125rem!important
    }

    .mx-xl-4 {
        margin-left: .25rem!important;
        margin-right: .25rem!important
    }

    .mx-xl-6 {
        margin-left: .375rem!important;
        margin-right: .375rem!important
    }

    .mx-xl-8 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }

    .mx-xl-10 {
        margin-left: .625rem!important;
        margin-right: .625rem!important
    }

    .mx-xl-12 {
        margin-left: .75rem!important;
        margin-right: .75rem!important
    }

    .mx-xl-14 {
        margin-left: .875rem!important;
        margin-right: .875rem!important
    }

    .mx-xl-16 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }

    .mx-xl-20 {
        margin-left: 1.25rem!important;
        margin-right: 1.25rem!important
    }

    .mx-xl-24 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }

    .mx-xl-28 {
        margin-left: 1.75rem!important;
        margin-right: 1.75rem!important
    }

    .mx-xl-32 {
        margin-left: 2rem!important;
        margin-right: 2rem!important
    }

    .mx-xl-36 {
        margin-left: 2.25rem!important;
        margin-right: 2.25rem!important
    }

    .mx-xl-40 {
        margin-left: 2.5rem!important;
        margin-right: 2.5rem!important
    }

    .mx-xl-auto {
        margin-left: auto!important;
        margin-right: auto!important
    }

    .my-xl-0 {
        margin-bottom: 0!important;
        margin-top: 0!important
    }

    .my-xl-2 {
        margin-bottom: .125rem!important;
        margin-top: .125rem!important
    }

    .my-xl-4 {
        margin-bottom: .25rem!important;
        margin-top: .25rem!important
    }

    .my-xl-6 {
        margin-bottom: .375rem!important;
        margin-top: .375rem!important
    }

    .my-xl-8 {
        margin-bottom: .5rem!important;
        margin-top: .5rem!important
    }

    .my-xl-10 {
        margin-bottom: .625rem!important;
        margin-top: .625rem!important
    }

    .my-xl-12 {
        margin-bottom: .75rem!important;
        margin-top: .75rem!important
    }

    .my-xl-14 {
        margin-bottom: .875rem!important;
        margin-top: .875rem!important
    }

    .my-xl-16 {
        margin-bottom: 1rem!important;
        margin-top: 1rem!important
    }

    .my-xl-20 {
        margin-bottom: 1.25rem!important;
        margin-top: 1.25rem!important
    }

    .my-xl-24 {
        margin-bottom: 1.5rem!important;
        margin-top: 1.5rem!important
    }

    .my-xl-28 {
        margin-bottom: 1.75rem!important;
        margin-top: 1.75rem!important
    }

    .my-xl-32 {
        margin-bottom: 2rem!important;
        margin-top: 2rem!important
    }

    .my-xl-36 {
        margin-bottom: 2.25rem!important;
        margin-top: 2.25rem!important
    }

    .my-xl-40 {
        margin-bottom: 2.5rem!important;
        margin-top: 2.5rem!important
    }

    .my-xl-auto {
        margin-bottom: auto!important;
        margin-top: auto!important
    }

    .mt-xl-0 {
        margin-top: 0!important
    }

    .mt-xl-2 {
        margin-top: .125rem!important
    }

    .mt-xl-4 {
        margin-top: .25rem!important
    }

    .mt-xl-6 {
        margin-top: .375rem!important
    }

    .mt-xl-8 {
        margin-top: .5rem!important
    }

    .mt-xl-10 {
        margin-top: .625rem!important
    }

    .mt-xl-12 {
        margin-top: .75rem!important
    }

    .mt-xl-14 {
        margin-top: .875rem!important
    }

    .mt-xl-16 {
        margin-top: 1rem!important
    }

    .mt-xl-20 {
        margin-top: 1.25rem!important
    }

    .mt-xl-24 {
        margin-top: 1.5rem!important
    }

    .mt-xl-28 {
        margin-top: 1.75rem!important
    }

    .mt-xl-32 {
        margin-top: 2rem!important
    }

    .mt-xl-36 {
        margin-top: 2.25rem!important
    }

    .mt-xl-40 {
        margin-top: 2.5rem!important
    }

    .mt-xl-auto {
        margin-top: auto!important
    }

    .me-xl-0 {
        margin-right: 0!important
    }

    .me-xl-2 {
        margin-right: .125rem!important
    }

    .me-xl-4 {
        margin-right: .25rem!important
    }

    .me-xl-6 {
        margin-right: .375rem!important
    }

    .me-xl-8 {
        margin-right: .5rem!important
    }

    .me-xl-10 {
        margin-right: .625rem!important
    }

    .me-xl-12 {
        margin-right: .75rem!important
    }

    .me-xl-14 {
        margin-right: .875rem!important
    }

    .me-xl-16 {
        margin-right: 1rem!important
    }

    .me-xl-20 {
        margin-right: 1.25rem!important
    }

    .me-xl-24 {
        margin-right: 1.5rem!important
    }

    .me-xl-28 {
        margin-right: 1.75rem!important
    }

    .me-xl-32 {
        margin-right: 2rem!important
    }

    .me-xl-36 {
        margin-right: 2.25rem!important
    }

    .me-xl-40 {
        margin-right: 2.5rem!important
    }

    .me-xl-auto {
        margin-right: auto!important
    }

    .mb-xl-0 {
        margin-bottom: 0!important
    }

    .mb-xl-2 {
        margin-bottom: .125rem!important
    }

    .mb-xl-4 {
        margin-bottom: .25rem!important
    }

    .mb-xl-6 {
        margin-bottom: .375rem!important
    }

    .mb-xl-8 {
        margin-bottom: .5rem!important
    }

    .mb-xl-10 {
        margin-bottom: .625rem!important
    }

    .mb-xl-12 {
        margin-bottom: .75rem!important
    }

    .mb-xl-14 {
        margin-bottom: .875rem!important
    }

    .mb-xl-16 {
        margin-bottom: 1rem!important
    }

    .mb-xl-20 {
        margin-bottom: 1.25rem!important
    }

    .mb-xl-24 {
        margin-bottom: 1.5rem!important
    }

    .mb-xl-28 {
        margin-bottom: 1.75rem!important
    }

    .mb-xl-32 {
        margin-bottom: 2rem!important
    }

    .mb-xl-36 {
        margin-bottom: 2.25rem!important
    }

    .mb-xl-40 {
        margin-bottom: 2.5rem!important
    }

    .mb-xl-auto {
        margin-bottom: auto!important
    }

    .ms-xl-0 {
        margin-left: 0!important
    }

    .ms-xl-2 {
        margin-left: .125rem!important
    }

    .ms-xl-4 {
        margin-left: .25rem!important
    }

    .ms-xl-6 {
        margin-left: .375rem!important
    }

    .ms-xl-8 {
        margin-left: .5rem!important
    }

    .ms-xl-10 {
        margin-left: .625rem!important
    }

    .ms-xl-12 {
        margin-left: .75rem!important
    }

    .ms-xl-14 {
        margin-left: .875rem!important
    }

    .ms-xl-16 {
        margin-left: 1rem!important
    }

    .ms-xl-20 {
        margin-left: 1.25rem!important
    }

    .ms-xl-24 {
        margin-left: 1.5rem!important
    }

    .ms-xl-28 {
        margin-left: 1.75rem!important
    }

    .ms-xl-32 {
        margin-left: 2rem!important
    }

    .ms-xl-36 {
        margin-left: 2.25rem!important
    }

    .ms-xl-40 {
        margin-left: 2.5rem!important
    }

    .ms-xl-auto {
        margin-left: auto!important
    }

    .p-xl-0 {
        padding: 0!important
    }

    .p-xl-2 {
        padding: .125rem!important
    }

    .p-xl-4 {
        padding: .25rem!important
    }

    .p-xl-6 {
        padding: .375rem!important
    }

    .p-xl-8 {
        padding: .5rem!important
    }

    .p-xl-10 {
        padding: .625rem!important
    }

    .p-xl-12 {
        padding: .75rem!important
    }

    .p-xl-14 {
        padding: .875rem!important
    }

    .p-xl-16 {
        padding: 1rem!important
    }

    .p-xl-20 {
        padding: 1.25rem!important
    }

    .p-xl-24 {
        padding: 1.5rem!important
    }

    .p-xl-28 {
        padding: 1.75rem!important
    }

    .p-xl-32 {
        padding: 2rem!important
    }

    .p-xl-36 {
        padding: 2.25rem!important
    }

    .p-xl-40 {
        padding: 2.5rem!important
    }

    .px-xl-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .px-xl-2 {
        padding-left: .125rem!important;
        padding-right: .125rem!important
    }

    .px-xl-4 {
        padding-left: .25rem!important;
        padding-right: .25rem!important
    }

    .px-xl-6 {
        padding-left: .375rem!important;
        padding-right: .375rem!important
    }

    .px-xl-8 {
        padding-left: .5rem!important;
        padding-right: .5rem!important
    }

    .px-xl-10 {
        padding-left: .625rem!important;
        padding-right: .625rem!important
    }

    .px-xl-12 {
        padding-left: .75rem!important;
        padding-right: .75rem!important
    }

    .px-xl-14 {
        padding-left: .875rem!important;
        padding-right: .875rem!important
    }

    .px-xl-16 {
        padding-left: 1rem!important;
        padding-right: 1rem!important
    }

    .px-xl-20 {
        padding-left: 1.25rem!important;
        padding-right: 1.25rem!important
    }

    .px-xl-24 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }

    .px-xl-28 {
        padding-left: 1.75rem!important;
        padding-right: 1.75rem!important
    }

    .px-xl-32 {
        padding-left: 2rem!important;
        padding-right: 2rem!important
    }

    .px-xl-36 {
        padding-left: 2.25rem!important;
        padding-right: 2.25rem!important
    }

    .px-xl-40 {
        padding-left: 2.5rem!important;
        padding-right: 2.5rem!important
    }

    .py-xl-0 {
        padding-bottom: 0!important;
        padding-top: 0!important
    }

    .py-xl-2 {
        padding-bottom: .125rem!important;
        padding-top: .125rem!important
    }

    .py-xl-4 {
        padding-bottom: .25rem!important;
        padding-top: .25rem!important
    }

    .py-xl-6 {
        padding-bottom: .375rem!important;
        padding-top: .375rem!important
    }

    .py-xl-8 {
        padding-bottom: .5rem!important;
        padding-top: .5rem!important
    }

    .py-xl-10 {
        padding-bottom: .625rem!important;
        padding-top: .625rem!important
    }

    .py-xl-12 {
        padding-bottom: .75rem!important;
        padding-top: .75rem!important
    }

    .py-xl-14 {
        padding-bottom: .875rem!important;
        padding-top: .875rem!important
    }

    .py-xl-16 {
        padding-bottom: 1rem!important;
        padding-top: 1rem!important
    }

    .py-xl-20 {
        padding-bottom: 1.25rem!important;
        padding-top: 1.25rem!important
    }

    .py-xl-24 {
        padding-bottom: 1.5rem!important;
        padding-top: 1.5rem!important
    }

    .py-xl-28 {
        padding-bottom: 1.75rem!important;
        padding-top: 1.75rem!important
    }

    .py-xl-32 {
        padding-bottom: 2rem!important;
        padding-top: 2rem!important
    }

    .py-xl-36 {
        padding-bottom: 2.25rem!important;
        padding-top: 2.25rem!important
    }

    .py-xl-40 {
        padding-bottom: 2.5rem!important;
        padding-top: 2.5rem!important
    }

    .pt-xl-0 {
        padding-top: 0!important
    }

    .pt-xl-2 {
        padding-top: .125rem!important
    }

    .pt-xl-4 {
        padding-top: .25rem!important
    }

    .pt-xl-6 {
        padding-top: .375rem!important
    }

    .pt-xl-8 {
        padding-top: .5rem!important
    }

    .pt-xl-10 {
        padding-top: .625rem!important
    }

    .pt-xl-12 {
        padding-top: .75rem!important
    }

    .pt-xl-14 {
        padding-top: .875rem!important
    }

    .pt-xl-16 {
        padding-top: 1rem!important
    }

    .pt-xl-20 {
        padding-top: 1.25rem!important
    }

    .pt-xl-24 {
        padding-top: 1.5rem!important
    }

    .pt-xl-28 {
        padding-top: 1.75rem!important
    }

    .pt-xl-32 {
        padding-top: 2rem!important
    }

    .pt-xl-36 {
        padding-top: 2.25rem!important
    }

    .pt-xl-40 {
        padding-top: 2.5rem!important
    }

    .pe-xl-0 {
        padding-right: 0!important
    }

    .pe-xl-2 {
        padding-right: .125rem!important
    }

    .pe-xl-4 {
        padding-right: .25rem!important
    }

    .pe-xl-6 {
        padding-right: .375rem!important
    }

    .pe-xl-8 {
        padding-right: .5rem!important
    }

    .pe-xl-10 {
        padding-right: .625rem!important
    }

    .pe-xl-12 {
        padding-right: .75rem!important
    }

    .pe-xl-14 {
        padding-right: .875rem!important
    }

    .pe-xl-16 {
        padding-right: 1rem!important
    }

    .pe-xl-20 {
        padding-right: 1.25rem!important
    }

    .pe-xl-24 {
        padding-right: 1.5rem!important
    }

    .pe-xl-28 {
        padding-right: 1.75rem!important
    }

    .pe-xl-32 {
        padding-right: 2rem!important
    }

    .pe-xl-36 {
        padding-right: 2.25rem!important
    }

    .pe-xl-40 {
        padding-right: 2.5rem!important
    }

    .pb-xl-0 {
        padding-bottom: 0!important
    }

    .pb-xl-2 {
        padding-bottom: .125rem!important
    }

    .pb-xl-4 {
        padding-bottom: .25rem!important
    }

    .pb-xl-6 {
        padding-bottom: .375rem!important
    }

    .pb-xl-8 {
        padding-bottom: .5rem!important
    }

    .pb-xl-10 {
        padding-bottom: .625rem!important
    }

    .pb-xl-12 {
        padding-bottom: .75rem!important
    }

    .pb-xl-14 {
        padding-bottom: .875rem!important
    }

    .pb-xl-16 {
        padding-bottom: 1rem!important
    }

    .pb-xl-20 {
        padding-bottom: 1.25rem!important
    }

    .pb-xl-24 {
        padding-bottom: 1.5rem!important
    }

    .pb-xl-28 {
        padding-bottom: 1.75rem!important
    }

    .pb-xl-32 {
        padding-bottom: 2rem!important
    }

    .pb-xl-36 {
        padding-bottom: 2.25rem!important
    }

    .pb-xl-40 {
        padding-bottom: 2.5rem!important
    }

    .ps-xl-0 {
        padding-left: 0!important
    }

    .ps-xl-2 {
        padding-left: .125rem!important
    }

    .ps-xl-4 {
        padding-left: .25rem!important
    }

    .ps-xl-6 {
        padding-left: .375rem!important
    }

    .ps-xl-8 {
        padding-left: .5rem!important
    }

    .ps-xl-10 {
        padding-left: .625rem!important
    }

    .ps-xl-12 {
        padding-left: .75rem!important
    }

    .ps-xl-14 {
        padding-left: .875rem!important
    }

    .ps-xl-16 {
        padding-left: 1rem!important
    }

    .ps-xl-20 {
        padding-left: 1.25rem!important
    }

    .ps-xl-24 {
        padding-left: 1.5rem!important
    }

    .ps-xl-28 {
        padding-left: 1.75rem!important
    }

    .ps-xl-32 {
        padding-left: 2rem!important
    }

    .ps-xl-36 {
        padding-left: 2.25rem!important
    }

    .ps-xl-40 {
        padding-left: 2.5rem!important
    }

    .gap-xl-0 {
        gap: 0!important
    }

    .gap-xl-2 {
        gap: .125rem!important
    }

    .gap-xl-4 {
        gap: .25rem!important
    }

    .gap-xl-6 {
        gap: .375rem!important
    }

    .gap-xl-8 {
        gap: .5rem!important
    }

    .gap-xl-10 {
        gap: .625rem!important
    }

    .gap-xl-12 {
        gap: .75rem!important
    }

    .gap-xl-14 {
        gap: .875rem!important
    }

    .gap-xl-16 {
        gap: 1rem!important
    }

    .gap-xl-20 {
        gap: 1.25rem!important
    }

    .gap-xl-24 {
        gap: 1.5rem!important
    }

    .gap-xl-28 {
        gap: 1.75rem!important
    }

    .gap-xl-32 {
        gap: 2rem!important
    }

    .gap-xl-36 {
        gap: 2.25rem!important
    }

    .gap-xl-40 {
        gap: 2.5rem!important
    }

    .text-xl-start {
        text-align: left!important
    }

    .text-xl-end {
        text-align: right!important
    }

    .text-xl-center {
        text-align: center!important
    }
}

@media(min-width: 1500px) {
    .float-xxl-start {
        float:left!important
    }

    .float-xxl-end {
        float: right!important
    }

    .float-xxl-none {
        float: none!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: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-xxl-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        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-2 {
        margin: .125rem!important
    }

    .m-xxl-4 {
        margin: .25rem!important
    }

    .m-xxl-6 {
        margin: .375rem!important
    }

    .m-xxl-8 {
        margin: .5rem!important
    }

    .m-xxl-10 {
        margin: .625rem!important
    }

    .m-xxl-12 {
        margin: .75rem!important
    }

    .m-xxl-14 {
        margin: .875rem!important
    }

    .m-xxl-16 {
        margin: 1rem!important
    }

    .m-xxl-20 {
        margin: 1.25rem!important
    }

    .m-xxl-24 {
        margin: 1.5rem!important
    }

    .m-xxl-28 {
        margin: 1.75rem!important
    }

    .m-xxl-32 {
        margin: 2rem!important
    }

    .m-xxl-36 {
        margin: 2.25rem!important
    }

    .m-xxl-40 {
        margin: 2.5rem!important
    }

    .m-xxl-auto {
        margin: auto!important
    }

    .mx-xxl-0 {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .mx-xxl-2 {
        margin-left: .125rem!important;
        margin-right: .125rem!important
    }

    .mx-xxl-4 {
        margin-left: .25rem!important;
        margin-right: .25rem!important
    }

    .mx-xxl-6 {
        margin-left: .375rem!important;
        margin-right: .375rem!important
    }

    .mx-xxl-8 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }

    .mx-xxl-10 {
        margin-left: .625rem!important;
        margin-right: .625rem!important
    }

    .mx-xxl-12 {
        margin-left: .75rem!important;
        margin-right: .75rem!important
    }

    .mx-xxl-14 {
        margin-left: .875rem!important;
        margin-right: .875rem!important
    }

    .mx-xxl-16 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }

    .mx-xxl-20 {
        margin-left: 1.25rem!important;
        margin-right: 1.25rem!important
    }

    .mx-xxl-24 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }

    .mx-xxl-28 {
        margin-left: 1.75rem!important;
        margin-right: 1.75rem!important
    }

    .mx-xxl-32 {
        margin-left: 2rem!important;
        margin-right: 2rem!important
    }

    .mx-xxl-36 {
        margin-left: 2.25rem!important;
        margin-right: 2.25rem!important
    }

    .mx-xxl-40 {
        margin-left: 2.5rem!important;
        margin-right: 2.5rem!important
    }

    .mx-xxl-auto {
        margin-left: auto!important;
        margin-right: auto!important
    }

    .my-xxl-0 {
        margin-bottom: 0!important;
        margin-top: 0!important
    }

    .my-xxl-2 {
        margin-bottom: .125rem!important;
        margin-top: .125rem!important
    }

    .my-xxl-4 {
        margin-bottom: .25rem!important;
        margin-top: .25rem!important
    }

    .my-xxl-6 {
        margin-bottom: .375rem!important;
        margin-top: .375rem!important
    }

    .my-xxl-8 {
        margin-bottom: .5rem!important;
        margin-top: .5rem!important
    }

    .my-xxl-10 {
        margin-bottom: .625rem!important;
        margin-top: .625rem!important
    }

    .my-xxl-12 {
        margin-bottom: .75rem!important;
        margin-top: .75rem!important
    }

    .my-xxl-14 {
        margin-bottom: .875rem!important;
        margin-top: .875rem!important
    }

    .my-xxl-16 {
        margin-bottom: 1rem!important;
        margin-top: 1rem!important
    }

    .my-xxl-20 {
        margin-bottom: 1.25rem!important;
        margin-top: 1.25rem!important
    }

    .my-xxl-24 {
        margin-bottom: 1.5rem!important;
        margin-top: 1.5rem!important
    }

    .my-xxl-28 {
        margin-bottom: 1.75rem!important;
        margin-top: 1.75rem!important
    }

    .my-xxl-32 {
        margin-bottom: 2rem!important;
        margin-top: 2rem!important
    }

    .my-xxl-36 {
        margin-bottom: 2.25rem!important;
        margin-top: 2.25rem!important
    }

    .my-xxl-40 {
        margin-bottom: 2.5rem!important;
        margin-top: 2.5rem!important
    }

    .my-xxl-auto {
        margin-bottom: auto!important;
        margin-top: auto!important
    }

    .mt-xxl-0 {
        margin-top: 0!important
    }

    .mt-xxl-2 {
        margin-top: .125rem!important
    }

    .mt-xxl-4 {
        margin-top: .25rem!important
    }

    .mt-xxl-6 {
        margin-top: .375rem!important
    }

    .mt-xxl-8 {
        margin-top: .5rem!important
    }

    .mt-xxl-10 {
        margin-top: .625rem!important
    }

    .mt-xxl-12 {
        margin-top: .75rem!important
    }

    .mt-xxl-14 {
        margin-top: .875rem!important
    }

    .mt-xxl-16 {
        margin-top: 1rem!important
    }

    .mt-xxl-20 {
        margin-top: 1.25rem!important
    }

    .mt-xxl-24 {
        margin-top: 1.5rem!important
    }

    .mt-xxl-28 {
        margin-top: 1.75rem!important
    }

    .mt-xxl-32 {
        margin-top: 2rem!important
    }

    .mt-xxl-36 {
        margin-top: 2.25rem!important
    }

    .mt-xxl-40 {
        margin-top: 2.5rem!important
    }

    .mt-xxl-auto {
        margin-top: auto!important
    }

    .me-xxl-0 {
        margin-right: 0!important
    }

    .me-xxl-2 {
        margin-right: .125rem!important
    }

    .me-xxl-4 {
        margin-right: .25rem!important
    }

    .me-xxl-6 {
        margin-right: .375rem!important
    }

    .me-xxl-8 {
        margin-right: .5rem!important
    }

    .me-xxl-10 {
        margin-right: .625rem!important
    }

    .me-xxl-12 {
        margin-right: .75rem!important
    }

    .me-xxl-14 {
        margin-right: .875rem!important
    }

    .me-xxl-16 {
        margin-right: 1rem!important
    }

    .me-xxl-20 {
        margin-right: 1.25rem!important
    }

    .me-xxl-24 {
        margin-right: 1.5rem!important
    }

    .me-xxl-28 {
        margin-right: 1.75rem!important
    }

    .me-xxl-32 {
        margin-right: 2rem!important
    }

    .me-xxl-36 {
        margin-right: 2.25rem!important
    }

    .me-xxl-40 {
        margin-right: 2.5rem!important
    }

    .me-xxl-auto {
        margin-right: auto!important
    }

    .mb-xxl-0 {
        margin-bottom: 0!important
    }

    .mb-xxl-2 {
        margin-bottom: .125rem!important
    }

    .mb-xxl-4 {
        margin-bottom: .25rem!important
    }

    .mb-xxl-6 {
        margin-bottom: .375rem!important
    }

    .mb-xxl-8 {
        margin-bottom: .5rem!important
    }

    .mb-xxl-10 {
        margin-bottom: .625rem!important
    }

    .mb-xxl-12 {
        margin-bottom: .75rem!important
    }

    .mb-xxl-14 {
        margin-bottom: .875rem!important
    }

    .mb-xxl-16 {
        margin-bottom: 1rem!important
    }

    .mb-xxl-20 {
        margin-bottom: 1.25rem!important
    }

    .mb-xxl-24 {
        margin-bottom: 1.5rem!important
    }

    .mb-xxl-28 {
        margin-bottom: 1.75rem!important
    }

    .mb-xxl-32 {
        margin-bottom: 2rem!important
    }

    .mb-xxl-36 {
        margin-bottom: 2.25rem!important
    }

    .mb-xxl-40 {
        margin-bottom: 2.5rem!important
    }

    .mb-xxl-auto {
        margin-bottom: auto!important
    }

    .ms-xxl-0 {
        margin-left: 0!important
    }

    .ms-xxl-2 {
        margin-left: .125rem!important
    }

    .ms-xxl-4 {
        margin-left: .25rem!important
    }

    .ms-xxl-6 {
        margin-left: .375rem!important
    }

    .ms-xxl-8 {
        margin-left: .5rem!important
    }

    .ms-xxl-10 {
        margin-left: .625rem!important
    }

    .ms-xxl-12 {
        margin-left: .75rem!important
    }

    .ms-xxl-14 {
        margin-left: .875rem!important
    }

    .ms-xxl-16 {
        margin-left: 1rem!important
    }

    .ms-xxl-20 {
        margin-left: 1.25rem!important
    }

    .ms-xxl-24 {
        margin-left: 1.5rem!important
    }

    .ms-xxl-28 {
        margin-left: 1.75rem!important
    }

    .ms-xxl-32 {
        margin-left: 2rem!important
    }

    .ms-xxl-36 {
        margin-left: 2.25rem!important
    }

    .ms-xxl-40 {
        margin-left: 2.5rem!important
    }

    .ms-xxl-auto {
        margin-left: auto!important
    }

    .p-xxl-0 {
        padding: 0!important
    }

    .p-xxl-2 {
        padding: .125rem!important
    }

    .p-xxl-4 {
        padding: .25rem!important
    }

    .p-xxl-6 {
        padding: .375rem!important
    }

    .p-xxl-8 {
        padding: .5rem!important
    }

    .p-xxl-10 {
        padding: .625rem!important
    }

    .p-xxl-12 {
        padding: .75rem!important
    }

    .p-xxl-14 {
        padding: .875rem!important
    }

    .p-xxl-16 {
        padding: 1rem!important
    }

    .p-xxl-20 {
        padding: 1.25rem!important
    }

    .p-xxl-24 {
        padding: 1.5rem!important
    }

    .p-xxl-28 {
        padding: 1.75rem!important
    }

    .p-xxl-32 {
        padding: 2rem!important
    }

    .p-xxl-36 {
        padding: 2.25rem!important
    }

    .p-xxl-40 {
        padding: 2.5rem!important
    }

    .px-xxl-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .px-xxl-2 {
        padding-left: .125rem!important;
        padding-right: .125rem!important
    }

    .px-xxl-4 {
        padding-left: .25rem!important;
        padding-right: .25rem!important
    }

    .px-xxl-6 {
        padding-left: .375rem!important;
        padding-right: .375rem!important
    }

    .px-xxl-8 {
        padding-left: .5rem!important;
        padding-right: .5rem!important
    }

    .px-xxl-10 {
        padding-left: .625rem!important;
        padding-right: .625rem!important
    }

    .px-xxl-12 {
        padding-left: .75rem!important;
        padding-right: .75rem!important
    }

    .px-xxl-14 {
        padding-left: .875rem!important;
        padding-right: .875rem!important
    }

    .px-xxl-16 {
        padding-left: 1rem!important;
        padding-right: 1rem!important
    }

    .px-xxl-20 {
        padding-left: 1.25rem!important;
        padding-right: 1.25rem!important
    }

    .px-xxl-24 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }

    .px-xxl-28 {
        padding-left: 1.75rem!important;
        padding-right: 1.75rem!important
    }

    .px-xxl-32 {
        padding-left: 2rem!important;
        padding-right: 2rem!important
    }

    .px-xxl-36 {
        padding-left: 2.25rem!important;
        padding-right: 2.25rem!important
    }

    .px-xxl-40 {
        padding-left: 2.5rem!important;
        padding-right: 2.5rem!important
    }

    .py-xxl-0 {
        padding-bottom: 0!important;
        padding-top: 0!important
    }

    .py-xxl-2 {
        padding-bottom: .125rem!important;
        padding-top: .125rem!important
    }

    .py-xxl-4 {
        padding-bottom: .25rem!important;
        padding-top: .25rem!important
    }

    .py-xxl-6 {
        padding-bottom: .375rem!important;
        padding-top: .375rem!important
    }

    .py-xxl-8 {
        padding-bottom: .5rem!important;
        padding-top: .5rem!important
    }

    .py-xxl-10 {
        padding-bottom: .625rem!important;
        padding-top: .625rem!important
    }

    .py-xxl-12 {
        padding-bottom: .75rem!important;
        padding-top: .75rem!important
    }

    .py-xxl-14 {
        padding-bottom: .875rem!important;
        padding-top: .875rem!important
    }

    .py-xxl-16 {
        padding-bottom: 1rem!important;
        padding-top: 1rem!important
    }

    .py-xxl-20 {
        padding-bottom: 1.25rem!important;
        padding-top: 1.25rem!important
    }

    .py-xxl-24 {
        padding-bottom: 1.5rem!important;
        padding-top: 1.5rem!important
    }

    .py-xxl-28 {
        padding-bottom: 1.75rem!important;
        padding-top: 1.75rem!important
    }

    .py-xxl-32 {
        padding-bottom: 2rem!important;
        padding-top: 2rem!important
    }

    .py-xxl-36 {
        padding-bottom: 2.25rem!important;
        padding-top: 2.25rem!important
    }

    .py-xxl-40 {
        padding-bottom: 2.5rem!important;
        padding-top: 2.5rem!important
    }

    .pt-xxl-0 {
        padding-top: 0!important
    }

    .pt-xxl-2 {
        padding-top: .125rem!important
    }

    .pt-xxl-4 {
        padding-top: .25rem!important
    }

    .pt-xxl-6 {
        padding-top: .375rem!important
    }

    .pt-xxl-8 {
        padding-top: .5rem!important
    }

    .pt-xxl-10 {
        padding-top: .625rem!important
    }

    .pt-xxl-12 {
        padding-top: .75rem!important
    }

    .pt-xxl-14 {
        padding-top: .875rem!important
    }

    .pt-xxl-16 {
        padding-top: 1rem!important
    }

    .pt-xxl-20 {
        padding-top: 1.25rem!important
    }

    .pt-xxl-24 {
        padding-top: 1.5rem!important
    }

    .pt-xxl-28 {
        padding-top: 1.75rem!important
    }

    .pt-xxl-32 {
        padding-top: 2rem!important
    }

    .pt-xxl-36 {
        padding-top: 2.25rem!important
    }

    .pt-xxl-40 {
        padding-top: 2.5rem!important
    }

    .pe-xxl-0 {
        padding-right: 0!important
    }

    .pe-xxl-2 {
        padding-right: .125rem!important
    }

    .pe-xxl-4 {
        padding-right: .25rem!important
    }

    .pe-xxl-6 {
        padding-right: .375rem!important
    }

    .pe-xxl-8 {
        padding-right: .5rem!important
    }

    .pe-xxl-10 {
        padding-right: .625rem!important
    }

    .pe-xxl-12 {
        padding-right: .75rem!important
    }

    .pe-xxl-14 {
        padding-right: .875rem!important
    }

    .pe-xxl-16 {
        padding-right: 1rem!important
    }

    .pe-xxl-20 {
        padding-right: 1.25rem!important
    }

    .pe-xxl-24 {
        padding-right: 1.5rem!important
    }

    .pe-xxl-28 {
        padding-right: 1.75rem!important
    }

    .pe-xxl-32 {
        padding-right: 2rem!important
    }

    .pe-xxl-36 {
        padding-right: 2.25rem!important
    }

    .pe-xxl-40 {
        padding-right: 2.5rem!important
    }

    .pb-xxl-0 {
        padding-bottom: 0!important
    }

    .pb-xxl-2 {
        padding-bottom: .125rem!important
    }

    .pb-xxl-4 {
        padding-bottom: .25rem!important
    }

    .pb-xxl-6 {
        padding-bottom: .375rem!important
    }

    .pb-xxl-8 {
        padding-bottom: .5rem!important
    }

    .pb-xxl-10 {
        padding-bottom: .625rem!important
    }

    .pb-xxl-12 {
        padding-bottom: .75rem!important
    }

    .pb-xxl-14 {
        padding-bottom: .875rem!important
    }

    .pb-xxl-16 {
        padding-bottom: 1rem!important
    }

    .pb-xxl-20 {
        padding-bottom: 1.25rem!important
    }

    .pb-xxl-24 {
        padding-bottom: 1.5rem!important
    }

    .pb-xxl-28 {
        padding-bottom: 1.75rem!important
    }

    .pb-xxl-32 {
        padding-bottom: 2rem!important
    }

    .pb-xxl-36 {
        padding-bottom: 2.25rem!important
    }

    .pb-xxl-40 {
        padding-bottom: 2.5rem!important
    }

    .ps-xxl-0 {
        padding-left: 0!important
    }

    .ps-xxl-2 {
        padding-left: .125rem!important
    }

    .ps-xxl-4 {
        padding-left: .25rem!important
    }

    .ps-xxl-6 {
        padding-left: .375rem!important
    }

    .ps-xxl-8 {
        padding-left: .5rem!important
    }

    .ps-xxl-10 {
        padding-left: .625rem!important
    }

    .ps-xxl-12 {
        padding-left: .75rem!important
    }

    .ps-xxl-14 {
        padding-left: .875rem!important
    }

    .ps-xxl-16 {
        padding-left: 1rem!important
    }

    .ps-xxl-20 {
        padding-left: 1.25rem!important
    }

    .ps-xxl-24 {
        padding-left: 1.5rem!important
    }

    .ps-xxl-28 {
        padding-left: 1.75rem!important
    }

    .ps-xxl-32 {
        padding-left: 2rem!important
    }

    .ps-xxl-36 {
        padding-left: 2.25rem!important
    }

    .ps-xxl-40 {
        padding-left: 2.5rem!important
    }

    .gap-xxl-0 {
        gap: 0!important
    }

    .gap-xxl-2 {
        gap: .125rem!important
    }

    .gap-xxl-4 {
        gap: .25rem!important
    }

    .gap-xxl-6 {
        gap: .375rem!important
    }

    .gap-xxl-8 {
        gap: .5rem!important
    }

    .gap-xxl-10 {
        gap: .625rem!important
    }

    .gap-xxl-12 {
        gap: .75rem!important
    }

    .gap-xxl-14 {
        gap: .875rem!important
    }

    .gap-xxl-16 {
        gap: 1rem!important
    }

    .gap-xxl-20 {
        gap: 1.25rem!important
    }

    .gap-xxl-24 {
        gap: 1.5rem!important
    }

    .gap-xxl-28 {
        gap: 1.75rem!important
    }

    .gap-xxl-32 {
        gap: 2rem!important
    }

    .gap-xxl-36 {
        gap: 2.25rem!important
    }

    .gap-xxl-40 {
        gap: 2.5rem!important
    }

    .text-xxl-start {
        text-align: left!important
    }

    .text-xxl-end {
        text-align: right!important
    }

    .text-xxl-center {
        text-align: center!important
    }
}

@media(min-width: 1800px) {
    .float-3xl-start {
        float:left!important
    }

    .float-3xl-end {
        float: right!important
    }

    .float-3xl-none {
        float: none!important
    }

    .d-3xl-inline {
        display: inline!important
    }

    .d-3xl-inline-block {
        display: inline-block!important
    }

    .d-3xl-block {
        display: block!important
    }

    .d-3xl-grid {
        display: grid!important
    }

    .d-3xl-table {
        display: table!important
    }

    .d-3xl-table-row {
        display: table-row!important
    }

    .d-3xl-table-cell {
        display: table-cell!important
    }

    .d-3xl-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-3xl-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }

    .d-3xl-none {
        display: none!important
    }

    .flex-3xl-fill {
        flex: 1 1 auto!important
    }

    .flex-3xl-row {
        flex-direction: row!important
    }

    .flex-3xl-column {
        flex-direction: column!important
    }

    .flex-3xl-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-3xl-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-3xl-grow-0 {
        flex-grow: 0!important
    }

    .flex-3xl-grow-1 {
        flex-grow: 1!important
    }

    .flex-3xl-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-3xl-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-3xl-wrap {
        flex-wrap: wrap!important
    }

    .flex-3xl-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-3xl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-3xl-start {
        justify-content: flex-start!important
    }

    .justify-content-3xl-end {
        justify-content: flex-end!important
    }

    .justify-content-3xl-center {
        justify-content: center!important
    }

    .justify-content-3xl-between {
        justify-content: space-between!important
    }

    .justify-content-3xl-around {
        justify-content: space-around!important
    }

    .justify-content-3xl-evenly {
        justify-content: space-evenly!important
    }

    .align-items-3xl-start {
        align-items: flex-start!important
    }

    .align-items-3xl-end {
        align-items: flex-end!important
    }

    .align-items-3xl-center {
        align-items: center!important
    }

    .align-items-3xl-baseline {
        align-items: baseline!important
    }

    .align-items-3xl-stretch {
        align-items: stretch!important
    }

    .align-content-3xl-start {
        align-content: flex-start!important
    }

    .align-content-3xl-end {
        align-content: flex-end!important
    }

    .align-content-3xl-center {
        align-content: center!important
    }

    .align-content-3xl-between {
        align-content: space-between!important
    }

    .align-content-3xl-around {
        align-content: space-around!important
    }

    .align-content-3xl-stretch {
        align-content: stretch!important
    }

    .align-self-3xl-auto {
        align-self: auto!important
    }

    .align-self-3xl-start {
        align-self: flex-start!important
    }

    .align-self-3xl-end {
        align-self: flex-end!important
    }

    .align-self-3xl-center {
        align-self: center!important
    }

    .align-self-3xl-baseline {
        align-self: baseline!important
    }

    .align-self-3xl-stretch {
        align-self: stretch!important
    }

    .order-3xl-first {
        order: -1!important
    }

    .order-3xl-0 {
        order: 0!important
    }

    .order-3xl-1 {
        order: 1!important
    }

    .order-3xl-2 {
        order: 2!important
    }

    .order-3xl-3 {
        order: 3!important
    }

    .order-3xl-4 {
        order: 4!important
    }

    .order-3xl-5 {
        order: 5!important
    }

    .order-3xl-last {
        order: 6!important
    }

    .m-3xl-0 {
        margin: 0!important
    }

    .m-3xl-2 {
        margin: .125rem!important
    }

    .m-3xl-4 {
        margin: .25rem!important
    }

    .m-3xl-6 {
        margin: .375rem!important
    }

    .m-3xl-8 {
        margin: .5rem!important
    }

    .m-3xl-10 {
        margin: .625rem!important
    }

    .m-3xl-12 {
        margin: .75rem!important
    }

    .m-3xl-14 {
        margin: .875rem!important
    }

    .m-3xl-16 {
        margin: 1rem!important
    }

    .m-3xl-20 {
        margin: 1.25rem!important
    }

    .m-3xl-24 {
        margin: 1.5rem!important
    }

    .m-3xl-28 {
        margin: 1.75rem!important
    }

    .m-3xl-32 {
        margin: 2rem!important
    }

    .m-3xl-36 {
        margin: 2.25rem!important
    }

    .m-3xl-40 {
        margin: 2.5rem!important
    }

    .m-3xl-auto {
        margin: auto!important
    }

    .mx-3xl-0 {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .mx-3xl-2 {
        margin-left: .125rem!important;
        margin-right: .125rem!important
    }

    .mx-3xl-4 {
        margin-left: .25rem!important;
        margin-right: .25rem!important
    }

    .mx-3xl-6 {
        margin-left: .375rem!important;
        margin-right: .375rem!important
    }

    .mx-3xl-8 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }

    .mx-3xl-10 {
        margin-left: .625rem!important;
        margin-right: .625rem!important
    }

    .mx-3xl-12 {
        margin-left: .75rem!important;
        margin-right: .75rem!important
    }

    .mx-3xl-14 {
        margin-left: .875rem!important;
        margin-right: .875rem!important
    }

    .mx-3xl-16 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }

    .mx-3xl-20 {
        margin-left: 1.25rem!important;
        margin-right: 1.25rem!important
    }

    .mx-3xl-24 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }

    .mx-3xl-28 {
        margin-left: 1.75rem!important;
        margin-right: 1.75rem!important
    }

    .mx-3xl-32 {
        margin-left: 2rem!important;
        margin-right: 2rem!important
    }

    .mx-3xl-36 {
        margin-left: 2.25rem!important;
        margin-right: 2.25rem!important
    }

    .mx-3xl-40 {
        margin-left: 2.5rem!important;
        margin-right: 2.5rem!important
    }

    .mx-3xl-auto {
        margin-left: auto!important;
        margin-right: auto!important
    }

    .my-3xl-0 {
        margin-bottom: 0!important;
        margin-top: 0!important
    }

    .my-3xl-2 {
        margin-bottom: .125rem!important;
        margin-top: .125rem!important
    }

    .my-3xl-4 {
        margin-bottom: .25rem!important;
        margin-top: .25rem!important
    }

    .my-3xl-6 {
        margin-bottom: .375rem!important;
        margin-top: .375rem!important
    }

    .my-3xl-8 {
        margin-bottom: .5rem!important;
        margin-top: .5rem!important
    }

    .my-3xl-10 {
        margin-bottom: .625rem!important;
        margin-top: .625rem!important
    }

    .my-3xl-12 {
        margin-bottom: .75rem!important;
        margin-top: .75rem!important
    }

    .my-3xl-14 {
        margin-bottom: .875rem!important;
        margin-top: .875rem!important
    }

    .my-3xl-16 {
        margin-bottom: 1rem!important;
        margin-top: 1rem!important
    }

    .my-3xl-20 {
        margin-bottom: 1.25rem!important;
        margin-top: 1.25rem!important
    }

    .my-3xl-24 {
        margin-bottom: 1.5rem!important;
        margin-top: 1.5rem!important
    }

    .my-3xl-28 {
        margin-bottom: 1.75rem!important;
        margin-top: 1.75rem!important
    }

    .my-3xl-32 {
        margin-bottom: 2rem!important;
        margin-top: 2rem!important
    }

    .my-3xl-36 {
        margin-bottom: 2.25rem!important;
        margin-top: 2.25rem!important
    }

    .my-3xl-40 {
        margin-bottom: 2.5rem!important;
        margin-top: 2.5rem!important
    }

    .my-3xl-auto {
        margin-bottom: auto!important;
        margin-top: auto!important
    }

    .mt-3xl-0 {
        margin-top: 0!important
    }

    .mt-3xl-2 {
        margin-top: .125rem!important
    }

    .mt-3xl-4 {
        margin-top: .25rem!important
    }

    .mt-3xl-6 {
        margin-top: .375rem!important
    }

    .mt-3xl-8 {
        margin-top: .5rem!important
    }

    .mt-3xl-10 {
        margin-top: .625rem!important
    }

    .mt-3xl-12 {
        margin-top: .75rem!important
    }

    .mt-3xl-14 {
        margin-top: .875rem!important
    }

    .mt-3xl-16 {
        margin-top: 1rem!important
    }

    .mt-3xl-20 {
        margin-top: 1.25rem!important
    }

    .mt-3xl-24 {
        margin-top: 1.5rem!important
    }

    .mt-3xl-28 {
        margin-top: 1.75rem!important
    }

    .mt-3xl-32 {
        margin-top: 2rem!important
    }

    .mt-3xl-36 {
        margin-top: 2.25rem!important
    }

    .mt-3xl-40 {
        margin-top: 2.5rem!important
    }

    .mt-3xl-auto {
        margin-top: auto!important
    }

    .me-3xl-0 {
        margin-right: 0!important
    }

    .me-3xl-2 {
        margin-right: .125rem!important
    }

    .me-3xl-4 {
        margin-right: .25rem!important
    }

    .me-3xl-6 {
        margin-right: .375rem!important
    }

    .me-3xl-8 {
        margin-right: .5rem!important
    }

    .me-3xl-10 {
        margin-right: .625rem!important
    }

    .me-3xl-12 {
        margin-right: .75rem!important
    }

    .me-3xl-14 {
        margin-right: .875rem!important
    }

    .me-3xl-16 {
        margin-right: 1rem!important
    }

    .me-3xl-20 {
        margin-right: 1.25rem!important
    }

    .me-3xl-24 {
        margin-right: 1.5rem!important
    }

    .me-3xl-28 {
        margin-right: 1.75rem!important
    }

    .me-3xl-32 {
        margin-right: 2rem!important
    }

    .me-3xl-36 {
        margin-right: 2.25rem!important
    }

    .me-3xl-40 {
        margin-right: 2.5rem!important
    }

    .me-3xl-auto {
        margin-right: auto!important
    }

    .mb-3xl-0 {
        margin-bottom: 0!important
    }

    .mb-3xl-2 {
        margin-bottom: .125rem!important
    }

    .mb-3xl-4 {
        margin-bottom: .25rem!important
    }

    .mb-3xl-6 {
        margin-bottom: .375rem!important
    }

    .mb-3xl-8 {
        margin-bottom: .5rem!important
    }

    .mb-3xl-10 {
        margin-bottom: .625rem!important
    }

    .mb-3xl-12 {
        margin-bottom: .75rem!important
    }

    .mb-3xl-14 {
        margin-bottom: .875rem!important
    }

    .mb-3xl-16 {
        margin-bottom: 1rem!important
    }

    .mb-3xl-20 {
        margin-bottom: 1.25rem!important
    }

    .mb-3xl-24 {
        margin-bottom: 1.5rem!important
    }

    .mb-3xl-28 {
        margin-bottom: 1.75rem!important
    }

    .mb-3xl-32 {
        margin-bottom: 2rem!important
    }

    .mb-3xl-36 {
        margin-bottom: 2.25rem!important
    }

    .mb-3xl-40 {
        margin-bottom: 2.5rem!important
    }

    .mb-3xl-auto {
        margin-bottom: auto!important
    }

    .ms-3xl-0 {
        margin-left: 0!important
    }

    .ms-3xl-2 {
        margin-left: .125rem!important
    }

    .ms-3xl-4 {
        margin-left: .25rem!important
    }

    .ms-3xl-6 {
        margin-left: .375rem!important
    }

    .ms-3xl-8 {
        margin-left: .5rem!important
    }

    .ms-3xl-10 {
        margin-left: .625rem!important
    }

    .ms-3xl-12 {
        margin-left: .75rem!important
    }

    .ms-3xl-14 {
        margin-left: .875rem!important
    }

    .ms-3xl-16 {
        margin-left: 1rem!important
    }

    .ms-3xl-20 {
        margin-left: 1.25rem!important
    }

    .ms-3xl-24 {
        margin-left: 1.5rem!important
    }

    .ms-3xl-28 {
        margin-left: 1.75rem!important
    }

    .ms-3xl-32 {
        margin-left: 2rem!important
    }

    .ms-3xl-36 {
        margin-left: 2.25rem!important
    }

    .ms-3xl-40 {
        margin-left: 2.5rem!important
    }

    .ms-3xl-auto {
        margin-left: auto!important
    }

    .p-3xl-0 {
        padding: 0!important
    }

    .p-3xl-2 {
        padding: .125rem!important
    }

    .p-3xl-4 {
        padding: .25rem!important
    }

    .p-3xl-6 {
        padding: .375rem!important
    }

    .p-3xl-8 {
        padding: .5rem!important
    }

    .p-3xl-10 {
        padding: .625rem!important
    }

    .p-3xl-12 {
        padding: .75rem!important
    }

    .p-3xl-14 {
        padding: .875rem!important
    }

    .p-3xl-16 {
        padding: 1rem!important
    }

    .p-3xl-20 {
        padding: 1.25rem!important
    }

    .p-3xl-24 {
        padding: 1.5rem!important
    }

    .p-3xl-28 {
        padding: 1.75rem!important
    }

    .p-3xl-32 {
        padding: 2rem!important
    }

    .p-3xl-36 {
        padding: 2.25rem!important
    }

    .p-3xl-40 {
        padding: 2.5rem!important
    }

    .px-3xl-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .px-3xl-2 {
        padding-left: .125rem!important;
        padding-right: .125rem!important
    }

    .px-3xl-4 {
        padding-left: .25rem!important;
        padding-right: .25rem!important
    }

    .px-3xl-6 {
        padding-left: .375rem!important;
        padding-right: .375rem!important
    }

    .px-3xl-8 {
        padding-left: .5rem!important;
        padding-right: .5rem!important
    }

    .px-3xl-10 {
        padding-left: .625rem!important;
        padding-right: .625rem!important
    }

    .px-3xl-12 {
        padding-left: .75rem!important;
        padding-right: .75rem!important
    }

    .px-3xl-14 {
        padding-left: .875rem!important;
        padding-right: .875rem!important
    }

    .px-3xl-16 {
        padding-left: 1rem!important;
        padding-right: 1rem!important
    }

    .px-3xl-20 {
        padding-left: 1.25rem!important;
        padding-right: 1.25rem!important
    }

    .px-3xl-24 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }

    .px-3xl-28 {
        padding-left: 1.75rem!important;
        padding-right: 1.75rem!important
    }

    .px-3xl-32 {
        padding-left: 2rem!important;
        padding-right: 2rem!important
    }

    .px-3xl-36 {
        padding-left: 2.25rem!important;
        padding-right: 2.25rem!important
    }

    .px-3xl-40 {
        padding-left: 2.5rem!important;
        padding-right: 2.5rem!important
    }

    .py-3xl-0 {
        padding-bottom: 0!important;
        padding-top: 0!important
    }

    .py-3xl-2 {
        padding-bottom: .125rem!important;
        padding-top: .125rem!important
    }

    .py-3xl-4 {
        padding-bottom: .25rem!important;
        padding-top: .25rem!important
    }

    .py-3xl-6 {
        padding-bottom: .375rem!important;
        padding-top: .375rem!important
    }

    .py-3xl-8 {
        padding-bottom: .5rem!important;
        padding-top: .5rem!important
    }

    .py-3xl-10 {
        padding-bottom: .625rem!important;
        padding-top: .625rem!important
    }

    .py-3xl-12 {
        padding-bottom: .75rem!important;
        padding-top: .75rem!important
    }

    .py-3xl-14 {
        padding-bottom: .875rem!important;
        padding-top: .875rem!important
    }

    .py-3xl-16 {
        padding-bottom: 1rem!important;
        padding-top: 1rem!important
    }

    .py-3xl-20 {
        padding-bottom: 1.25rem!important;
        padding-top: 1.25rem!important
    }

    .py-3xl-24 {
        padding-bottom: 1.5rem!important;
        padding-top: 1.5rem!important
    }

    .py-3xl-28 {
        padding-bottom: 1.75rem!important;
        padding-top: 1.75rem!important
    }

    .py-3xl-32 {
        padding-bottom: 2rem!important;
        padding-top: 2rem!important
    }

    .py-3xl-36 {
        padding-bottom: 2.25rem!important;
        padding-top: 2.25rem!important
    }

    .py-3xl-40 {
        padding-bottom: 2.5rem!important;
        padding-top: 2.5rem!important
    }

    .pt-3xl-0 {
        padding-top: 0!important
    }

    .pt-3xl-2 {
        padding-top: .125rem!important
    }

    .pt-3xl-4 {
        padding-top: .25rem!important
    }

    .pt-3xl-6 {
        padding-top: .375rem!important
    }

    .pt-3xl-8 {
        padding-top: .5rem!important
    }

    .pt-3xl-10 {
        padding-top: .625rem!important
    }

    .pt-3xl-12 {
        padding-top: .75rem!important
    }

    .pt-3xl-14 {
        padding-top: .875rem!important
    }

    .pt-3xl-16 {
        padding-top: 1rem!important
    }

    .pt-3xl-20 {
        padding-top: 1.25rem!important
    }

    .pt-3xl-24 {
        padding-top: 1.5rem!important
    }

    .pt-3xl-28 {
        padding-top: 1.75rem!important
    }

    .pt-3xl-32 {
        padding-top: 2rem!important
    }

    .pt-3xl-36 {
        padding-top: 2.25rem!important
    }

    .pt-3xl-40 {
        padding-top: 2.5rem!important
    }

    .pe-3xl-0 {
        padding-right: 0!important
    }

    .pe-3xl-2 {
        padding-right: .125rem!important
    }

    .pe-3xl-4 {
        padding-right: .25rem!important
    }

    .pe-3xl-6 {
        padding-right: .375rem!important
    }

    .pe-3xl-8 {
        padding-right: .5rem!important
    }

    .pe-3xl-10 {
        padding-right: .625rem!important
    }

    .pe-3xl-12 {
        padding-right: .75rem!important
    }

    .pe-3xl-14 {
        padding-right: .875rem!important
    }

    .pe-3xl-16 {
        padding-right: 1rem!important
    }

    .pe-3xl-20 {
        padding-right: 1.25rem!important
    }

    .pe-3xl-24 {
        padding-right: 1.5rem!important
    }

    .pe-3xl-28 {
        padding-right: 1.75rem!important
    }

    .pe-3xl-32 {
        padding-right: 2rem!important
    }

    .pe-3xl-36 {
        padding-right: 2.25rem!important
    }

    .pe-3xl-40 {
        padding-right: 2.5rem!important
    }

    .pb-3xl-0 {
        padding-bottom: 0!important
    }

    .pb-3xl-2 {
        padding-bottom: .125rem!important
    }

    .pb-3xl-4 {
        padding-bottom: .25rem!important
    }

    .pb-3xl-6 {
        padding-bottom: .375rem!important
    }

    .pb-3xl-8 {
        padding-bottom: .5rem!important
    }

    .pb-3xl-10 {
        padding-bottom: .625rem!important
    }

    .pb-3xl-12 {
        padding-bottom: .75rem!important
    }

    .pb-3xl-14 {
        padding-bottom: .875rem!important
    }

    .pb-3xl-16 {
        padding-bottom: 1rem!important
    }

    .pb-3xl-20 {
        padding-bottom: 1.25rem!important
    }

    .pb-3xl-24 {
        padding-bottom: 1.5rem!important
    }

    .pb-3xl-28 {
        padding-bottom: 1.75rem!important
    }

    .pb-3xl-32 {
        padding-bottom: 2rem!important
    }

    .pb-3xl-36 {
        padding-bottom: 2.25rem!important
    }

    .pb-3xl-40 {
        padding-bottom: 2.5rem!important
    }

    .ps-3xl-0 {
        padding-left: 0!important
    }

    .ps-3xl-2 {
        padding-left: .125rem!important
    }

    .ps-3xl-4 {
        padding-left: .25rem!important
    }

    .ps-3xl-6 {
        padding-left: .375rem!important
    }

    .ps-3xl-8 {
        padding-left: .5rem!important
    }

    .ps-3xl-10 {
        padding-left: .625rem!important
    }

    .ps-3xl-12 {
        padding-left: .75rem!important
    }

    .ps-3xl-14 {
        padding-left: .875rem!important
    }

    .ps-3xl-16 {
        padding-left: 1rem!important
    }

    .ps-3xl-20 {
        padding-left: 1.25rem!important
    }

    .ps-3xl-24 {
        padding-left: 1.5rem!important
    }

    .ps-3xl-28 {
        padding-left: 1.75rem!important
    }

    .ps-3xl-32 {
        padding-left: 2rem!important
    }

    .ps-3xl-36 {
        padding-left: 2.25rem!important
    }

    .ps-3xl-40 {
        padding-left: 2.5rem!important
    }

    .gap-3xl-0 {
        gap: 0!important
    }

    .gap-3xl-2 {
        gap: .125rem!important
    }

    .gap-3xl-4 {
        gap: .25rem!important
    }

    .gap-3xl-6 {
        gap: .375rem!important
    }

    .gap-3xl-8 {
        gap: .5rem!important
    }

    .gap-3xl-10 {
        gap: .625rem!important
    }

    .gap-3xl-12 {
        gap: .75rem!important
    }

    .gap-3xl-14 {
        gap: .875rem!important
    }

    .gap-3xl-16 {
        gap: 1rem!important
    }

    .gap-3xl-20 {
        gap: 1.25rem!important
    }

    .gap-3xl-24 {
        gap: 1.5rem!important
    }

    .gap-3xl-28 {
        gap: 1.75rem!important
    }

    .gap-3xl-32 {
        gap: 2rem!important
    }

    .gap-3xl-36 {
        gap: 2.25rem!important
    }

    .gap-3xl-40 {
        gap: 2.5rem!important
    }

    .text-3xl-start {
        text-align: left!important
    }

    .text-3xl-end {
        text-align: right!important
    }

    .text-3xl-center {
        text-align: center!important
    }
}

@media(min-width: 1200px) {
    .fs-1 {
        font-size:2rem!important
    }

    .fs-2 {
        font-size: 1.75rem!important
    }

    .fs-3 {
        font-size: 1.5rem!important
    }
}

@media print {
    .d-print-inline {
        display: inline!important
    }

    .d-print-inline-block {
        display: inline-block!important
    }

    .d-print-block {
        display: block!important
    }

    .d-print-grid {
        display: grid!important
    }

    .d-print-table {
        display: table!important
    }

    .d-print-table-row {
        display: table-row!important
    }

    .d-print-table-cell {
        display: table-cell!important
    }

    .d-print-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }

    .d-print-none {
        display: none!important
    }
}

@font-face {
    font-display: swap;
    font-family: Vazir FD;
    font-style: normal;
    font-weight: 700;
    src: url(https://v1.fontapi.ir/css/VazirFD);
    src: url(https://v1.fontapi.ir/css/VazirFD) format("embedded-opentype"),url(https://v1.fontapi.ir/css/VazirFD) format("woff"),url(https://v1.fontapi.ir/css/VazirFD) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Vazir FD;
    font-style: normal;
    font-weight: 500;
    src: url(https://v1.fontapi.ir/css/VazirFD);
    src: url(hhttps://v1.fontapi.ir/css/VazirFD) format("embedded-opentype"),url(https://v1.fontapi.ir/css/VazirFD) format("woff"),url(https://v1.fontapi.ir/css/VazirFD) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Vazir FD;
    font-style: normal;
    font-weight: 400;
    src: url(https://v1.fontapi.ir/css/VazirFD);
    src: url(https://v1.fontapi.ir/css/VazirFD) format("embedded-opentype"),url(https://v1.fontapi.ir/css/VazirFD) format("woff"),url(https://v1.fontapi.ir/css/VazirFD) format("truetype")
}

@font-face {
    font-display: block;
    font-family: icons;
    font-style: normal;
    font-weight: 400;
    src: url(https://ex724.ir/fonts/icons.eot?tdi0kh);
    src: url(https://ex724.ir/fonts/icons.eot?tdi0kh#iefix) format("embedded-opentype"),url(https://ex724.ir/fonts/icons.ttf?tdi0kh) format("truetype"),url(https://ex724.ir/fonts/icons.woff?tdi0kh) format("woff"),url(https://ex724.ir/fonts/icons.svg?tdi0kh#icons) format("svg")
}

#main_wrapper .alert_box .error_alert_i2,#reserve_popup #add_pessenger_manager .item.addadl span:first-child:before,#reserve_popup #add_pessenger_manager .item.addchd span:first-child:before,#reserve_popup #add_pessenger_manager .item.addinf span:first-child:before,#reserve_popup #reserve_alert_out .verify_box input+:before,#reserve_popup .line #addPassenger:before,#reserve_popup .line #delete_passenger:before,#reserve_popup .pessenger_footer .reserve_final .btn_res:after,#reserve_popup .pessenger_footer .reserve_final .btn_res:before,#reserve_popup .sb_bank .bank_select #purchase>.btn_res:after,#reserve_popup .sb_bank .bank_select #purchase>.btn_res:before,#reserve_popup .sb_bank .widg_email .verify_box input+:before,.accordion-title:after,.btn-add-item:before,.btn-arrow-down:after,.btn-arrow-down:before,.btn-arrow-left:after,.btn-arrow-left:before,.btn-arrow-right:after,.btn-arrow-right:before,.btn-arrow-up:after,.btn-arrow-up:before,.btn.responsive-menu-btn:after,.btn.responsive-menu-btn:before,.calcu_table .igniconf,.calcu_table_box .btn:after,.calcu_table_box .btn:before,.customalert>* .faktor_suggestion_logo i:before,.customalert>.closesug i:before,.footer-title:after,.help-sidebar ul li.has-submenu>a:after,.help-sidebar-title:after,.kt-btn-ajax:after,.kt-btn-icon-left:after,.kt-btn-icon-right:before,.kt-checkbox label:before,.kt-checkbox-label .kt-checkbox-label-inner:before,.kt-dp-arrow:after,.kt-dp-arrow:before,.kt-icons,.kt-select-modal-field-holder:before,.law-returned .titr .law_toggle2:after,.law_toggle_box .lawpopup .lawclose:before,.payment_content .field input[type=checkbox]+label:before,.payment_content div#purchase .btn_res:after,.payment_content div#purchase .btn_res:before,.pop-up .close_btn i:before,.quick-access-box-title:after,.quick-access-title:after,.result-page .resu .icon.icon-time,.support_tell .supportb:after,.uselastpassenger>* .faktor_suggestion_logo i:before,.uselastpassenger>.closesug i:before,[class*=" kt-icon-"],[class^=kt-icon-] {
    speak: never;
    font-feature-settings: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: icons!important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

.kt-icon-briefcase:before {
    content: ""
}

.kt-icon-info:before {
    content: ""
}

.kt-icon-question:before {
    content: ""
}

.kt-icon-message:before {
    content: ""
}

.kt-icon-user:before {
    content: ""
}

.kt-icon-users:before {
    content: ""
}

.kt-icon-warning:before {
    content: ""
}

.kt-icon-check:before {
    content: ""
}

.kt-icon-menu:before {
    content: ""
}

.kt-icon-question-square:before {
    content: ""
}

.kt-icon-close:before {
    content: ""
}

.kt-icon-calendar:before {
    content: ""
}

.kt-icon-delete:before {
    content: ""
}

.kt-icon-refresh2:before {
    content: ""
}

.kt-icon-check-square:before {
    content: ""
}

.kt-icon-close-square:before {
    content: ""
}

.kt-icon-download:before {
    content: ""
}

.kt-icon-warning-square:before {
    content: ""
}

.kt-icon-plus:before {
    content: ""
}

.kt-icon-user-add:before {
    content: ""
}

.kt-icon-minus:before {
    content: ""
}

.kt-icon-refresh:before {
    content: ""
}

.kt-icon-ios-plus:before {
    content: ""
}

.kt-icon-angle-down:before {
    content: ""
}

.kt-icon-angle-left:before {
    content: ""
}

.kt-icon-angle-right:before {
    content: ""
}

.kt-icon-angle-up:before {
    content: ""
}

.kt-icon-arrow-down:before {
    content: ""
}

.kt-icon-arrow-left:before {
    content: ""
}

.kt-icon-arrow-right:before {
    content: ""
}

.kt-icon-arrow-up:before {
    content: ""
}

.kt-icon-star:before {
    content: ""
}

.kt-icon-calendar-search:before {
    content: ""
}

.kt-icon-loading:before {
    content: ""
}

.kt-icon-sort:before {
    content: ""
}

.kt-icon-filter:before {
    content: ""
}

.kt-icon-female:before {
    content: ""
}

.kt-icon-male:before {
    content: ""
}

.kt-icon-bus2:before {
    content: ""
}

.kt-icon-airplane3:before {
    content: ""
}

.kt-icon-clock:before {
    content: ""
}

.kt-icon-timer:before {
    content: ""
}

.kt-icon-arrow-left-lg:before {
    content: ""
}

.kt-icon-instagram:before {
    content: ""
}

.kt-icon-linkedin:before {
    content: ""
}

.kt-icon-telegram:before {
    content: ""
}

.kt-icon-twitter:before {
    content: ""
}

.kt-icon-globe:before {
    content: ""
}

.kt-icon-hotel:before {
    content: ""
}

.kt-icon-location:before {
    content: ""
}

.kt-icon-phone-fill:before {
    content: ""
}

.kt-icon-phone:before {
    content: ""
}

.kt-icon-question2:before {
    content: ""
}

.kt-icon-refund:before {
    content: ""
}

.kt-icon-support:before {
    content: ""
}

.kt-icon-change:before {
    content: ""
}

.kt-icon-airplane:before {
    content: ""
}

.kt-icon-airplane2:before {
    content: ""
}

.kt-icon-bed:before {
    content: ""
}

.kt-icon-bus:before {
    content: ""
}

.kt-icon-pool:before {
    content: ""
}

.kt-icon-search:before {
    content: ""
}

.kt-icon-train:before {
    content: ""
}

body,html {
    direction: rtl
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
    cursor: default;
    overflow-x: hidden;
    padding: 0!important;
    position: relative;
    text-align: right
}

a,a:active,a:focus,a:hover,a:link,a:visited {
    text-decoration: none;
    transition: all .2s ease-in-out
}

.h1,.h2,.h3,.h4,h1,h2,h3,h4 {
    font-weight: 600
}

.h5,.h6,h5,h6 {
    font-weight: 500
}

a.text-link:hover {
    color: #37a260!important
}

.font-weight-medium {
    font-weight: 500!important
}

:focus {
    outline: none!important
}

.form-control,.pop-up form .text_box,.pop-up-content div#canceli_innbox textarea {
    border: none!important;
    box-shadow: none!important
}

.form-control:focus,.pop-up form .text_box:focus,.pop-up-content div#canceli_innbox textarea:focus {
    box-shadow: none
}

.form-control.form-control-lg,.pop-up form .form-control-lg.text_box,.pop-up-content div#canceli_innbox textarea.form-control-lg {
    font-size: 1rem
}

.pop-up form textarea.text_box,.pop-up-content div#canceli_innbox textarea,textarea.form-control {
    height: 100px;
    line-height: 1.8;
    padding: 17px 20px 13px;
    resize: vertical
}

#register .pop-up form textarea.text_box,#register .pop-up-content div#canceli_innbox textarea.text_box,#register textarea.form-control.text_box,#reserve_popup .pessenger_footer .reserve_final .pop-up form textarea.text_box,#reserve_popup .pessenger_footer .reserve_final .pop-up-content div#canceli_innbox textarea.text_box,#reserve_popup .pessenger_footer .reserve_final textarea.form-control.text_box,#reserve_popup .sb_bank .widg_email .pop-up form textarea.text_box,#reserve_popup .sb_bank .widg_email .pop-up-content div#canceli_innbox textarea.text_box,#reserve_popup .sb_bank .widg_email textarea.form-control.text_box,.payment_content .pop-up form textarea.form-control.text_box,.payment_content .pop-up form textarea.text_box,.payment_content .pop-up-content div#canceli_innbox textarea,.payment_content textarea.form-control,.payment_content textarea.form-control.text_box,.pop-up form #register textarea.text_box,.pop-up form #reserve_popup .pessenger_footer .reserve_final textarea.text_box,.pop-up form #reserve_popup .sb_bank .widg_email textarea.text_box,.pop-up form .payment_content textarea.form-control.text_box,.pop-up form .payment_content textarea.text_box,.pop-up form .result-page #sidebar_result textarea.text_box,.pop-up form textarea.form-control-sm.text_box,.pop-up-content div#canceli_innbox #register textarea.text_box,.pop-up-content div#canceli_innbox #reserve_popup .pessenger_footer .reserve_final textarea.text_box,.pop-up-content div#canceli_innbox #reserve_popup .sb_bank .widg_email textarea.text_box,.pop-up-content div#canceli_innbox .payment_content textarea,.pop-up-content div#canceli_innbox .result-page #sidebar_result textarea,.pop-up-content div#canceli_innbox textarea.form-control-sm,.result-page #sidebar_result .pop-up form textarea.text_box,.result-page #sidebar_result .pop-up-content div#canceli_innbox textarea,.result-page #sidebar_result textarea.form-control,textarea.form-control.form-control-sm {
    height: 94px;
    padding: 14px 16px 10px
}

.form-control,.pop-up form .text_box,.pop-up-content div#canceli_innbox textarea {
    font-weight: 500
}

.form-control::file-selector-button,.pop-up form .text_box::file-selector-button,.pop-up-content div#canceli_innbox textarea::file-selector-button {
    border-color: #dfe7ed
}

.form-control:disabled,.pop-up form .text_box:disabled,.pop-up-content div#canceli_innbox textarea:disabled {
    cursor: not-allowed
}

.form-control,.pop-up form .text_box,.pop-up-content div#canceli_innbox textarea {
    padding-bottom: 8px;
    padding-top: 12px
}

#register .text_box,#reserve_popup .pessenger_footer .reserve_final .text_box,#reserve_popup .sb_bank .widg_email .text_box,.form-control-sm,.payment_content .form-control,.payment_content .pop-up form .text_box,.payment_content .pop-up-content div#canceli_innbox textarea,.payment_content .text_box,.pop-up form .payment_content .text_box,.pop-up form .result-page #sidebar_result .text_box,.pop-up-content div#canceli_innbox .payment_content textarea,.pop-up-content div#canceli_innbox .result-page #sidebar_result textarea,.result-page #sidebar_result .form-control,.result-page #sidebar_result .pop-up form .text_box,.result-page #sidebar_result .pop-up-content div#canceli_innbox textarea {
    padding-bottom: 4px;
    padding-top: 8px
}

.kt-simple-select,.pop-up form select.text_box,select.form-control {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiM3QzgyOTEiIHZpZXdCb3g9IjAgMCA0NTEuODQ3IDQ1MS44NDciPjxwYXRoIGQ9Ik0yMjUuOTIzIDM1NC43MDZjLTguMDk4IDAtMTYuMTk1LTMuMDkyLTIyLjM2OS05LjI2M0w5LjI3IDE1MS4xNTdjLTEyLjM1OS0xMi4zNTktMTIuMzU5LTMyLjM5NyAwLTQ0Ljc1MSAxMi4zNTQtMTIuMzU0IDMyLjM4OC0xMi4zNTQgNDQuNzQ4IDBsMTcxLjkwNSAxNzEuOTE1IDE3MS45MDYtMTcxLjkwOWMxMi4zNTktMTIuMzU0IDMyLjM5MS0xMi4zNTQgNDQuNzQ0IDAgMTIuMzY1IDEyLjM1NCAxMi4zNjUgMzIuMzkyIDAgNDQuNzUxTDI0OC4yOTIgMzQ1LjQ0OWMtNi4xNzcgNi4xNzItMTQuMjc0IDkuMjU3LTIyLjM2OSA5LjI1N3oiLz48L3N2Zz4=");
    background-position: left 19px center;
    background-repeat: no-repeat;
    background-size: 9px;
    cursor: pointer;
    padding-left: 45px
}

.kt-simple-select[multiple],.pop-up form select[multiple].text_box,select[multiple].form-control {
    background-image: none!important
}

#register select.text_box,#reserve_popup .pessenger_footer .reserve_final select.text_box,#reserve_popup .sb_bank .widg_email select.text_box,.kt-simple-select-sm,.payment_content .pop-up form select.text_box,.payment_content select.form-control,.payment_content select.text_box,.pop-up form .payment_content select.text_box,.pop-up form .result-page #sidebar_result select.text_box,.result-page #sidebar_result .pop-up form select.text_box,.result-page #sidebar_result select.form-control,select.form-control-sm {
    background-position: left 15px center;
    background-size: 8px;
    padding-left: 40px
}

p:last-child {
    margin-bottom: 0
}

label {
    cursor: pointer
}

.form-control,.pop-up form .text_box,.pop-up-content div#canceli_innbox textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.alert a:not(.btn):not(.btn-link) {
    font-weight: 400
}

img {
    max-width: 100%
}

.form-control.shadow-sm,.pop-up form .shadow-sm.text_box,.pop-up-content div#canceli_innbox textarea.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important
}

ol,ul {
    padding-left: 0;
    padding-right: 2rem
}

.form-control.invalid,.form-control.is-invalid,.pop-up form .invalid.text_box,.pop-up form .is-invalid.text_box,.pop-up-content div#canceli_innbox textarea.invalid,.pop-up-content div#canceli_innbox textarea.is-invalid,body .input_error {
    background-position: left 16px center;
    background-size: calc(1em + 5px) calc(1em + 5px);
    box-shadow: inset 0 0 0 1px hsla(0,100%,70%,.5)!important;
    padding-left: 46px;
    padding-right: 20px
}

#register .form-control.invalid.text_box,#register .form-control.is-invalid.text_box,#register .pop-up form .invalid.text_box,#register .pop-up form .is-invalid.text_box,#register .pop-up-content div#canceli_innbox textarea.invalid.text_box,#register .pop-up-content div#canceli_innbox textarea.is-invalid.text_box,#register body .input_error.text_box,#reserve_popup .pessenger_footer .reserve_final .form-control.invalid.text_box,#reserve_popup .pessenger_footer .reserve_final .form-control.is-invalid.text_box,#reserve_popup .pessenger_footer .reserve_final .pop-up form .invalid.text_box,#reserve_popup .pessenger_footer .reserve_final .pop-up form .is-invalid.text_box,#reserve_popup .pessenger_footer .reserve_final .pop-up-content div#canceli_innbox textarea.invalid.text_box,#reserve_popup .pessenger_footer .reserve_final .pop-up-content div#canceli_innbox textarea.is-invalid.text_box,#reserve_popup .pessenger_footer .reserve_final body .input_error.text_box,#reserve_popup .sb_bank .widg_email .form-control.invalid.text_box,#reserve_popup .sb_bank .widg_email .form-control.is-invalid.text_box,#reserve_popup .sb_bank .widg_email .pop-up form .invalid.text_box,#reserve_popup .sb_bank .widg_email .pop-up form .is-invalid.text_box,#reserve_popup .sb_bank .widg_email .pop-up-content div#canceli_innbox textarea.invalid.text_box,#reserve_popup .sb_bank .widg_email .pop-up-content div#canceli_innbox textarea.is-invalid.text_box,#reserve_popup .sb_bank .widg_email body .input_error.text_box,.form-control.invalid.form-control-sm,.form-control.is-invalid.form-control-sm,.payment_content .form-control.invalid,.payment_content .form-control.invalid.text_box,.payment_content .form-control.is-invalid,.payment_content .form-control.is-invalid.text_box,.payment_content .pop-up form .invalid.text_box,.payment_content .pop-up form .is-invalid.text_box,.payment_content .pop-up form body .input_error.text_box,.payment_content .pop-up-content div#canceli_innbox textarea.invalid,.payment_content .pop-up-content div#canceli_innbox textarea.is-invalid,.payment_content body .input_error.form-control,.payment_content body .input_error.text_box,.payment_content body .pop-up-content div#canceli_innbox textarea.input_error,.pop-up form #register .invalid.text_box,.pop-up form #register .is-invalid.text_box,.pop-up form #reserve_popup .pessenger_footer .reserve_final .invalid.text_box,.pop-up form #reserve_popup .pessenger_footer .reserve_final .is-invalid.text_box,.pop-up form #reserve_popup .sb_bank .widg_email .invalid.text_box,.pop-up form #reserve_popup .sb_bank .widg_email .is-invalid.text_box,.pop-up form .invalid.form-control-sm.text_box,.pop-up form .is-invalid.form-control-sm.text_box,.pop-up form .payment_content .invalid.text_box,.pop-up form .payment_content .is-invalid.text_box,.pop-up form .payment_content body .input_error.text_box,.pop-up form .result-page #sidebar_result .invalid.text_box,.pop-up form .result-page #sidebar_result .is-invalid.text_box,.pop-up form .result-page #sidebar_result body .input_error.text_box,.pop-up-content div#canceli_innbox #register textarea.invalid.text_box,.pop-up-content div#canceli_innbox #register textarea.is-invalid.text_box,.pop-up-content div#canceli_innbox #reserve_popup .pessenger_footer .reserve_final textarea.invalid.text_box,.pop-up-content div#canceli_innbox #reserve_popup .pessenger_footer .reserve_final textarea.is-invalid.text_box,.pop-up-content div#canceli_innbox #reserve_popup .sb_bank .widg_email textarea.invalid.text_box,.pop-up-content div#canceli_innbox #reserve_popup .sb_bank .widg_email textarea.is-invalid.text_box,.pop-up-content div#canceli_innbox .payment_content body textarea.input_error,.pop-up-content div#canceli_innbox .payment_content textarea.invalid,.pop-up-content div#canceli_innbox .payment_content textarea.is-invalid,.pop-up-content div#canceli_innbox .result-page #sidebar_result body textarea.input_error,.pop-up-content div#canceli_innbox .result-page #sidebar_result textarea.invalid,.pop-up-content div#canceli_innbox .result-page #sidebar_result textarea.is-invalid,.pop-up-content div#canceli_innbox body .payment_content textarea.input_error,.pop-up-content div#canceli_innbox body .result-page #sidebar_result textarea.input_error,.pop-up-content div#canceli_innbox textarea.invalid.form-control-sm,.pop-up-content div#canceli_innbox textarea.is-invalid.form-control-sm,.result-page #sidebar_result .form-control.invalid,.result-page #sidebar_result .form-control.is-invalid,.result-page #sidebar_result .pop-up form .invalid.text_box,.result-page #sidebar_result .pop-up form .is-invalid.text_box,.result-page #sidebar_result .pop-up form body .input_error.text_box,.result-page #sidebar_result .pop-up-content div#canceli_innbox textarea.invalid,.result-page #sidebar_result .pop-up-content div#canceli_innbox textarea.is-invalid,.result-page #sidebar_result body .input_error.form-control,.result-page #sidebar_result body .pop-up-content div#canceli_innbox textarea.input_error,body #register .input_error.text_box,body #reserve_popup .pessenger_footer .reserve_final .input_error.text_box,body #reserve_popup .sb_bank .widg_email .input_error.text_box,body .input_error.form-control-sm,body .payment_content .input_error.form-control,body .payment_content .input_error.text_box,body .payment_content .pop-up form .input_error.text_box,body .payment_content .pop-up-content div#canceli_innbox textarea.input_error,body .pop-up form .payment_content .input_error.text_box,body .pop-up form .result-page #sidebar_result .input_error.text_box,body .result-page #sidebar_result .input_error.form-control,body .result-page #sidebar_result .pop-up form .input_error.text_box,body .result-page #sidebar_result .pop-up-content div#canceli_innbox textarea.input_error {
    background-position: left 13px center;
    padding-left: 42px;
    padding-right: 16px
}

body .input_error {
    border: none!important
}

.text_box[style*=border][style*=red] {
    box-shadow: inset 0 0 0 1px hsla(0,100%,70%,.4)!important
}

#reserve_popup table.pessenger tr.pessenger #text_effect_red1 .close,#reserve_popup table.pessenger tr.pessenger #text_effect_red2 .close,.kt-alert .close,.pop-up form .error .close,.pop-up form .success .close,.pop-up-content div#canceli_innbox [style*=green]:first-child .close,.pop-up-content div#canceli_innbox table.table+sapn [style*=red] .close,.pop-up-content div#canceli_innbox table.table+span [style*=red] .close,.pop-up-content div#canceli_innbox table.table~[style*=green] .close {
    display: none!important
}

#reserve_popup table.pessenger tr.pessenger #text_effect_red1 p,#reserve_popup table.pessenger tr.pessenger #text_effect_red2 p,.kt-alert p,.pop-up form .error p,.pop-up form .success p,.pop-up-content div#canceli_innbox [style*=green]:first-child p,.pop-up-content div#canceli_innbox table.table+sapn [style*=red] p,.pop-up-content div#canceli_innbox table.table+span [style*=red] p,.pop-up-content div#canceli_innbox table.table~[style*=green] p {
    margin-bottom: .5rem
}

#reserve_popup table.pessenger tr.pessenger #text_effect_red1 p:last-child,#reserve_popup table.pessenger tr.pessenger #text_effect_red2 p:last-child,.kt-alert p:last-child,.pop-up form .error p:last-child,.pop-up form .success p:last-child,.pop-up-content div#canceli_innbox [style*=green]:first-child p:last-child,.pop-up-content div#canceli_innbox table.table+sapn [style*=red] p:last-child,.pop-up-content div#canceli_innbox table.table+span [style*=red] p:last-child,.pop-up-content div#canceli_innbox table.table~[style*=green] p:last-child {
    margin-bottom: 0
}

#reserve_popup table.pessenger tr.pessenger #text_effect_red1 .form-control,#reserve_popup table.pessenger tr.pessenger #text_effect_red1 .pop-up form .text_box,#reserve_popup table.pessenger tr.pessenger #text_effect_red1 .pop-up-content div#canceli_innbox textarea,#reserve_popup table.pessenger tr.pessenger #text_effect_red2 .form-control,#reserve_popup table.pessenger tr.pessenger #text_effect_red2 .pop-up form .text_box,#reserve_popup table.pessenger tr.pessenger #text_effect_red2 .pop-up-content div#canceli_innbox textarea,#reserve_popup table.pessenger tr.pessenger .pop-up form #text_effect_red1 .text_box,#reserve_popup table.pessenger tr.pessenger .pop-up form #text_effect_red2 .text_box,.kt-alert .form-control,.kt-alert .pop-up form .text_box,.kt-alert .pop-up-content div#canceli_innbox textarea,.pop-up form #reserve_popup table.pessenger tr.pessenger #text_effect_red1 .text_box,.pop-up form #reserve_popup table.pessenger tr.pessenger #text_effect_red2 .text_box,.pop-up form .error .form-control,.pop-up form .error .pop-up-content div#canceli_innbox textarea,.pop-up form .error .text_box,.pop-up form .kt-alert .text_box,.pop-up form .pop-up-content div#canceli_innbox [style*=green]:first-child .text_box,.pop-up form .pop-up-content div#canceli_innbox table.table+sapn [style*=red] .text_box,.pop-up form .pop-up-content div#canceli_innbox table.table+span [style*=red] .text_box,.pop-up form .pop-up-content div#canceli_innbox table.table~[style*=green] .text_box,.pop-up form .success .form-control,.pop-up form .success .pop-up-content div#canceli_innbox textarea,.pop-up form .success .text_box,.pop-up-content div#canceli_innbox #reserve_popup table.pessenger tr.pessenger #text_effect_red1 textarea,.pop-up-content div#canceli_innbox #reserve_popup table.pessenger tr.pessenger #text_effect_red2 textarea,.pop-up-content div#canceli_innbox .kt-alert textarea,.pop-up-content div#canceli_innbox .pop-up form .error textarea,.pop-up-content div#canceli_innbox .pop-up form .success textarea,.pop-up-content div#canceli_innbox .pop-up form [style*=green]:first-child .text_box,.pop-up-content div#canceli_innbox .pop-up form table.table~[style*=green] .text_box,.pop-up-content div#canceli_innbox [style*=green]:first-child .form-control,.pop-up-content div#canceli_innbox [style*=green]:first-child .pop-up form .text_box,.pop-up-content div#canceli_innbox [style*=green]:first-child textarea,.pop-up-content div#canceli_innbox table.table+sapn .pop-up form [style*=red] .text_box,.pop-up-content div#canceli_innbox table.table+sapn [style*=red] .form-control,.pop-up-content div#canceli_innbox table.table+sapn [style*=red] .pop-up form .text_box,.pop-up-content div#canceli_innbox table.table+sapn [style*=red] textarea,.pop-up-content div#canceli_innbox table.table+span .pop-up form [style*=red] .text_box,.pop-up-content div#canceli_innbox table.table+span [style*=red] .form-control,.pop-up-content div#canceli_innbox table.table+span [style*=red] .pop-up form .text_box,.pop-up-content div#canceli_innbox table.table+span [style*=red] textarea,.pop-up-content div#canceli_innbox table.table~[style*=green] .form-control,.pop-up-content div#canceli_innbox table.table~[style*=green] .pop-up form .text_box,.pop-up-content div#canceli_innbox table.table~[style*=green] textarea {
    background-color: var(--bs-white)!important
}

.kt-alert-light .form-control,.kt-alert-light .pop-up form .text_box,.kt-alert-light .pop-up-content div#canceli_innbox textarea,.pop-up form .kt-alert-light .text_box,.pop-up-content div#canceli_innbox .kt-alert-light textarea {
    background-color: #e7ebef!important
}

#reserve_popup table.pessenger tr.pessenger #text_effect_red1,#reserve_popup table.pessenger tr.pessenger #text_effect_red2,.kt-alert,.pop-up form .error,.pop-up form .success,.pop-up-content div#canceli_innbox [style*=green]:first-child,.pop-up-content div#canceli_innbox table.table+sapn [style*=red],.pop-up-content div#canceli_innbox table.table+span [style*=red],.pop-up-content div#canceli_innbox table.table~[style*=green] {
    border-radius: 8px;
    font-size: 15px;
    margin-bottom: 1rem;
    padding: 16px 20px 12px;
    position: relative
}

#reserve_popup table.pessenger tr.pessenger #text_effect_red1:only-child,#reserve_popup table.pessenger tr.pessenger #text_effect_red2:only-child,.kt-alert:only-child,.pop-up form .error:only-child,.pop-up form .success:only-child,.pop-up-content div#canceli_innbox [style*=green]:only-child:first-child,.pop-up-content div#canceli_innbox table.table+sapn [style*=red]:only-child,.pop-up-content div#canceli_innbox table.table+span [style*=red]:only-child,.pop-up-content div#canceli_innbox table.table~[style*=green]:only-child {
    margin-bottom: 0!important
}

#reserve_popup table.pessenger tr.pessenger #text_effect_red1,.kt-alert-danger,.pop-up form .error {
    background-color: #ffe1e1;
    color: #993e3e
}

.kt-alert-warning,.pop-up-content div#canceli_innbox table.table+sapn [style*=red],.pop-up-content div#canceli_innbox table.table+span [style*=red],.pop-up-content div#canceli_innbox table.table~[style*=green] {
    background-color: #ffe5dd;
    color: #994a32
}

#reserve_popup table.pessenger tr.pessenger #text_effect_red2,.kt-alert-success,.pop-up form .success,.pop-up-content div#canceli_innbox [style*=green]:first-child {
    background-color: #e2f3dc;
    color: #417431
}

.kt-alert-info {
    background-color: #ceedff;
    color: #076399
}

.kt-alert-light {
    background: #eff3f6;
    color: #414349
}

.kt-alert-light a:not(.btn):not(.btn-link) {
    color: #B7000A!important
}

#reserve_popup .pessenger_footer .reserve_final .btn_res,#reserve_popup .sb_bank .bank_select #purchase>.btn_res,.customalert #customalertconfirm,.kt-btn,.payment_content div#purchase .btn_res,.result-page #sidebar_result .sb_sub_btn,.uselastpassenger #customalertconfirm {
    background-color: transparent;
    border: none;
    border-radius: 6px;
    color: #646c7d;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    line-height: 2;
    text-align: center;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle
}

#reserve_popup .pessenger_footer .reserve_final .btn_res:disabled,#reserve_popup .sb_bank .bank_select #purchase>.btn_res:disabled,.customalert #customalertconfirm:disabled,.kt-btn:disabled,.payment_content div#purchase .btn_res:disabled,.result-page #sidebar_result .sb_sub_btn:disabled,.uselastpassenger #customalertconfirm:disabled {
    opacity: .6;
    pointer-events: none
}

#from_to_popup .popup_title .revbtn,#register .btn,#reserve_popup .alert_box .btn,#reserve_popup .pessenger_footer .reserve_final .btn_res,#reserve_popup .sb_bank .bank_select #purchase>.btn_res,.customalert #customalertconfirm,.kt-btn-sm,.payment_content div#purchase .btn_res,.uselastpassenger #customalertconfirm {
    border-radius: 6px;
    font-size: 15px
}

.kt-btn-success {
    background: #4ac278;
    color: #fff
}

.kt-btn-success.active,.kt-btn-success:active,.kt-btn-success:hover {
    background: #3db56b;
    color: #fff
}

.show>.kt-btn-success.dropdown-toggle,.show>.kt-btn-success.dropdown-toggle:focus {
    background: #3eb96d
}

.kt-btn-success-light {
    background: rgba(74,194,120,.14);
    color: #3bae67
}

.kt-btn-success-light.active,.kt-btn-success-light:active,.kt-btn-success-light:hover {
    background: rgba(74,194,120,.19);
    color: #349b5b
}

.show>.kt-btn-success-light.dropdown-toggle,.show>.kt-btn-success-light.dropdown-toggle:focus {
    background: rgba(74,194,120,.2);
    color: #349b5b
}

#reserve_popup .alert_box .btn,#reserve_popup .pessenger_footer .reserve_final .btn_res,#reserve_popup .sb_bank .bank_select #purchase>.btn_res,.customalert #customalertconfirm,.kt-btn-info,.payment_content div#purchase .btn_res,.pop-up form .btn,.pop-up.small .searchnew,.result-page #sidebar_result .sb_sub_btn,.uselastpassenger #customalertconfirm {
    background: #d71921;
    color: #fff
}

#reserve_popup .alert_box .active.btn,#reserve_popup .alert_box .btn:active,#reserve_popup .alert_box .btn:hover,#reserve_popup .pessenger_footer .reserve_final .active.btn_res,#reserve_popup .pessenger_footer .reserve_final .btn_res:active,#reserve_popup .pessenger_footer .reserve_final .btn_res:hover,#reserve_popup .sb_bank .bank_select #purchase>.active.btn_res,#reserve_popup .sb_bank .bank_select #purchase>.btn_res:active,#reserve_popup .sb_bank .bank_select #purchase>.btn_res:hover,.customalert #customalertconfirm:active,.customalert #customalertconfirm:hover,.customalert .active#customalertconfirm,.kt-btn-info.active,.kt-btn-info:active,.kt-btn-info:hover,.payment_content div#purchase .active.btn_res,.payment_content div#purchase .btn_res:active,.payment_content div#purchase .btn_res:hover,.pop-up form .active.btn,.pop-up form .btn:active,.pop-up form .btn:hover,.pop-up.small .active.searchnew,.pop-up.small .searchnew:active,.pop-up.small .searchnew:hover,.result-page #sidebar_result .active.sb_sub_btn,.result-page #sidebar_result .sb_sub_btn:active,.result-page #sidebar_result .sb_sub_btn:hover,.uselastpassenger #customalertconfirm:active,.uselastpassenger #customalertconfirm:hover,.uselastpassenger .active#customalertconfirm {
    background: #d71921;
    color: #fff
}

#reserve_popup .alert_box .show>.dropdown-toggle.btn,#reserve_popup .pessenger_footer .reserve_final .show>.dropdown-toggle.btn_res,#reserve_popup .sb_bank .bank_select #purchase.show>.dropdown-toggle.btn_res,.customalert .show>.dropdown-toggle#customalertconfirm,.payment_content div#purchase .show>.dropdown-toggle.btn_res,.pop-up form .show>.dropdown-toggle.btn,.pop-up.small .show>.dropdown-toggle.searchnew,.result-page #sidebar_result .show>.dropdown-toggle.sb_sub_btn,.show>.kt-btn-info.dropdown-toggle,.show>.kt-btn-info.dropdown-toggle:focus,.uselastpassenger .show>.dropdown-toggle#customalertconfirm {
    background: #0098f8
}

#from_to_popup .popup_title .revbtn,.kt-btn-info-light {
    background: rgba(215, 25, 33,.14);
    color: #B7000A;
	border: 1px solid #bd141d !important;

}

#from_to_popup .popup_title .active.revbtn,#from_to_popup .popup_title .revbtn:active,#from_to_popup .popup_title .revbtn:hover,.kt-btn-info-light.active,.kt-btn-info-light:active,.kt-btn-info-light:hover {
    background: rgba(215, 25, 33,.19);
    color: #D71921
}

#from_to_popup .popup_title .show>.dropdown-toggle.revbtn,.show>.kt-btn-info-light.dropdown-toggle,.show>.kt-btn-info-light.dropdown-toggle:focus {
    background: rgba(215, 25, 33,.2);
    color: #D71921
}

.kt-btn-warning {
    background: #ff7c54;
    color: #fff
}

.kt-btn-warning.active,.kt-btn-warning:active,.kt-btn-warning:hover {
    background: #ff683b;
    color: #fff
}

.show>.kt-btn-warning.dropdown-toggle,.show>.kt-btn-warning.dropdown-toggle:focus {
    background: #ff6c40
}

.kt-btn-warning-light {
    background: rgba(215, 25, 33,.14);
    color: #f04d1b
}

.kt-btn-warning-light.active,.kt-btn-warning-light:active,.kt-btn-warning-light:hover {
    background: rgba(215, 25, 33,.19);
    color: #ff3d02
}

.show>.kt-btn-warning-light.dropdown-toggle,.show>.kt-btn-warning-light.dropdown-toggle:focus {
    background: rgba(215, 25, 33,.2);
    color: #dc4011
}

.kt-btn-danger {
    background: #ff6565;
    color: #fff
}

.kt-btn-danger.active,.kt-btn-danger:active,.kt-btn-danger:hover {
    background: #ff4c4c;
    color: #fff
}

.show>.kt-btn-danger.dropdown-toggle,.show>.kt-btn-danger.dropdown-toggle:focus {
    background: #ff5151
}

.kt-btn-danger-light {
    background: hsla(0,100%,70%,.14);
    color: #ff4141
}

.kt-btn-danger-light.active,.kt-btn-danger-light:active,.kt-btn-danger-light:hover {
    background: hsla(0,100%,70%,.19);
    color: #ff2828
}

.show>.kt-btn-danger-light.dropdown-toggle,.show>.kt-btn-danger-light.dropdown-toggle:focus {
    background: hsla(0,100%,70%,.2);
    color: #ff2828
}

.kt-btn-gray {
    background: #5d6370;
    color: #fff
}

.kt-btn-gray.active,.kt-btn-gray:active,.kt-btn-gray:hover {
    background: #515762;
    color: #fff
}

.show>.kt-btn-gray.dropdown-toggle,.show>.kt-btn-gray.dropdown-toggle:focus {
    background: #545965
}

.kt-btn-gray-light {
    background: rgba(93,99,112,.14);
    color: #4d525c
}

.kt-btn-gray-light.active,.kt-btn-gray-light:active,.kt-btn-gray-light:hover {
    background: rgba(93,99,112,.19);
    color: #41454f
}

.show>.kt-btn-gray-light.dropdown-toggle,.show>.kt-btn-gray-light.dropdown-toggle:focus {
    background: rgba(93,99,112,.2);
    color: #41454f
}

hr {
    background-color: var(--kt-border-color);
    opacity: 1
}

.text-3xl {
    font-size: 1.5rem!important
}

.text-xxl {
    font-size: 1.375rem!important
}

.text-xl {
    font-size: 1.25rem!important
}

.text-lg {
    font-size: 1.125rem!important
}

.text-larger {
    font-size: 1.0625rem!important
}

.text-normal {
    font-size: 1rem!important
}

.text-sm {
    font-size: .9375rem!important
}

.text-xs {
    font-size: .875rem!important
}

.text-xxs {
    font-size: .8125rem!important
}

.text-3xs {
    font-size: .75rem!important
}

.font-size-11 {
    font-size: .6875rem!important
}

.font-size-10 {
    font-size: .625rem!important
}

.font-size-9 {
    font-size: .5625rem!important
}

.font-size-8 {
    font-size: .5rem!important
}

@media(max-width: 991.98px) {
    .text-3xl {
        font-size:calc(1.125rem + .5vw)!important
    }

    .text-xxl {
        font-size: calc(1.0625rem + .41667vw)!important
    }

    .text-xl {
        font-size: calc(1.0625rem + .25vw)!important
    }

    .text-lg {
        font-size: calc(1rem + .16667vw)!important
    }

    .text-larger {
        font-size: calc(1rem + .08333vw)!important
    }

    .text-normal {
        font-size: calc(.9375rem + .08333vw)!important
    }

    .text-sm {
        font-size: calc(.875rem + .08333vw)!important
    }

    .text-xs {
        font-size: calc(.8125rem + .08333vw)!important
    }

    .text-xxs {
        font-size: calc(.75rem + .08333vw)!important
    }

    .text-3xs {
        font-size: calc(.6875rem + .08333vw)!important
    }

    .font-size-11 {
        font-size: calc(.625rem + .08333vw)!important
    }

    .font-size-10 {
        font-size: calc(.5625rem + .08333vw)!important
    }

    .font-size-9 {
        font-size: calc(.5rem + .08333vw)!important
    }

    .font-size-8 {
        font-size: .5rem!important
    }

    .h1,h1 {
        font-size: calc(1.1875rem + 1.08333vw)
    }

    .h2,h2 {
        font-size: calc(1.125rem + .83333vw)
    }

    .h3,h3 {
        font-size: calc(1.125rem + .5vw)
    }

    .h4,h4 {
        font-size: calc(1.0625rem + .25vw)
    }

    .h5,h5 {
        font-size: calc(1rem + .16667vw)
    }

    .h6,h6 {
        font-size: calc(.9375rem + .08333vw)
    }
}

.list-unstyled {
    margin-bottom: 0;
    padding-right: 0
}

.fly_info_list ul,.header-item .submenu,.help-sidebar ul,.kt-dropdown-menu ul,.kt-list-unstyled,.pwa-install-guide ul,.support_tell ul,ul.kt-dropdown-menu {
    list-style: none;
    margin-bottom: 0;
    padding-right: 0
}

.dir-ltr {
    direction: ltr
}

.dir-rtl {
    direction: rtl
}

.rounded-lg {
    border-radius: 12px
}

.rounded-xl {
    border-radius: 16px
}

.rounded-sm {
    border-radius: 6px
}

.rounded-xs {
    border-radius: 4px
}

.transition-none,.transition-none * {
    transition: none!important
}

:root {
    scroll-behavior: unset
}

#reserve_popup .pessenger_footer .reserve_final .btn_res,#reserve_popup .sb_bank .bank_select #purchase>.btn_res,.btn,.customalert #customalertconfirm,.kt-btn,.payment_content div#purchase .btn_res,.result-page #sidebar_result .sb_sub_btn,.uselastpassenger #customalertconfirm {
    border: none;
    box-shadow: none;
    font-weight: 500;
    height: auto;
    padding: 11px 24px 6px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,opacity .15s ease-in-out
}

#reserve_popup .pessenger_footer .reserve_final .btn-p-eq.btn_res,#reserve_popup .sb_bank .bank_select #purchase>.btn-p-eq.btn_res,.btn.btn-p-eq,.customalert .btn-p-eq#customalertconfirm,.kt-btn.btn-p-eq,.payment_content div#purchase .btn-p-eq.btn_res,.result-page #sidebar_result .btn-p-eq.sb_sub_btn,.uselastpassenger .btn-p-eq#customalertconfirm {
    padding-bottom: 6px;
    padding-top: 6px
}

.btn {
    box-shadow: none!important
}

#from_to_popup .popup_title .revbtn,#register .btn,#reserve_popup .alert_box .btn,#reserve_popup .pessenger_footer .reserve_final .btn_res,#reserve_popup .sb_bank .bank_select #purchase>.btn_res,.btn-sm,.customalert #customalertconfirm,.kt-btn-sm,.payment_content div#purchase .btn_res,.uselastpassenger #customalertconfirm {
    padding: 9px 16px 5px
}

#from_to_popup .popup_title .btn-p-eq.revbtn,#register .btn-p-eq.btn,#reserve_popup .alert_box .btn-p-eq.btn,#reserve_popup .pessenger_footer .reserve_final .btn-p-eq.btn_res,#reserve_popup .sb_bank .bank_select #purchase>.btn-p-eq.btn_res,.btn-sm.btn-p-eq,.customalert .btn-p-eq#customalertconfirm,.kt-btn-sm.btn-p-eq,.payment_content div#purchase .btn-p-eq.btn_res,.uselastpassenger .btn-p-eq#customalertconfirm {
    padding-bottom: 4px;
    padding-top: 4px
}

.btn-check:checked+.btn:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible,.btn:first-child:active:focus-visible,:not(.btn-check)+.btn:active:focus-visible {
    box-shadow: none!important
}

.btn-primary {
    background: #d71921;
    color: #fff!important
}

.btn-primary.active,.btn-primary.focus,.btn-primary.show,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled):active:focus {
    background: #d71921
}

.btn-primary.text-primary {
    background: rgba(215, 25, 33,.13);
    color: #B7000A!important;
    font-weight: 400
}

.btn-primary.text-primary.active,.btn-primary.text-primary.focus,.btn-primary.text-primary.show,.btn-primary.text-primary:active,.btn-primary.text-primary:focus,.btn-primary.text-primary:hover,.btn-primary.text-primary:not(:disabled):not(.disabled).active,.btn-primary.text-primary:not(:disabled):not(.disabled):active,.btn-primary.text-primary:not(:disabled):not(.disabled):active:focus {
    background: rgba(215, 25, 33,.2);
    color: #D71921!important
}

.show>.btn-primary.dropdown-toggle,.show>.btn-primary.dropdown-toggle:focus {
    background: #0098f8
}

.show>.btn-primary.dropdown-toggle.text-primary,.show>.btn-primary.dropdown-toggle:focus.text-primary {
    background: rgba(215, 25, 33,.2);
    color: #D71921!important
}

.btn-secondary {
    background: #2d2e33;
    color: #fff!important
}

.btn-secondary.active,.btn-secondary.focus,.btn-secondary.show,.btn-secondary:active,.btn-secondary:focus,.btn-secondary:hover,.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled):active:focus {
    background: #212225
}

.btn-secondary.text-secondary {
    background: rgba(45,46,51,.13);
    color: #1c1d20!important;
    font-weight: 400
}

.btn-secondary.text-secondary.active,.btn-secondary.text-secondary.focus,.btn-secondary.text-secondary.show,.btn-secondary.text-secondary:active,.btn-secondary.text-secondary:focus,.btn-secondary.text-secondary:hover,.btn-secondary.text-secondary:not(:disabled):not(.disabled).active,.btn-secondary.text-secondary:not(:disabled):not(.disabled):active,.btn-secondary.text-secondary:not(:disabled):not(.disabled):active:focus {
    background: rgba(45,46,51,.2);
    color: #101112!important
}

.show>.btn-secondary.dropdown-toggle,.show>.btn-secondary.dropdown-toggle:focus {
    background: #232428
}

.show>.btn-secondary.dropdown-toggle.text-secondary,.show>.btn-secondary.dropdown-toggle:focus.text-secondary {
    background: rgba(45,46,51,.2);
    color: #101112!important
}

.btn-success {
    background: #4ac278 !important;
    color: #fff !important
}

.btn-success.active,.btn-success.focus,.btn-success.show,.btn-success:active,.btn-success:focus,.btn-success:hover,.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled):active:focus {
    background: #3db56b !important
}

.btn-success.text-success {
    background: rgba(74,194,120,.13);
    color: #3bae67!important;
    font-weight: 400
}

.btn-success.text-success.active,.btn-success.text-success.focus,.btn-success.text-success.show,.btn-success.text-success:active,.btn-success.text-success:focus,.btn-success.text-success:hover,.btn-success.text-success:not(:disabled):not(.disabled).active,.btn-success.text-success:not(:disabled):not(.disabled):active,.btn-success.text-success:not(:disabled):not(.disabled):active:focus {
    background: rgba(74,194,120,.2);
    color: #349b5b!important
}

.show>.btn-success.dropdown-toggle,.show>.btn-success.dropdown-toggle:focus {
    background: #3eb96d
}

.show>.btn-success.dropdown-toggle.text-success,.show>.btn-success.dropdown-toggle:focus.text-success {
    background: rgba(74,194,120,.2);
    color: #349b5b!important
}

.btn-info {
    background: #d71921;
    color: #fff!important
}

.btn-info.active,.btn-info.focus,.btn-info.show,.btn-info:active,.btn-info:focus,.btn-info:hover,.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled):active:focus {
    background: #B7000A !important
}

.btn-info.text-info {
    background: rgba(215, 25, 33,.13);
    color: #B7000A!important;
    font-weight: 400
}

.btn-info.text-info.active,.btn-info.text-info.focus,.btn-info.text-info.show,.btn-info.text-info:active,.btn-info.text-info:focus,.btn-info.text-info:hover,.btn-info.text-info:not(:disabled):not(.disabled).active,.btn-info.text-info:not(:disabled):not(.disabled):active,.btn-info.text-info:not(:disabled):not(.disabled):active:focus {
    background: rgba(215, 25, 33,.2);
    color: #D71921!important
}

.show>.btn-info.dropdown-toggle,.show>.btn-info.dropdown-toggle:focus {
    background: #0098f8
}

.show>.btn-info.dropdown-toggle.text-info,.show>.btn-info.dropdown-toggle:focus.text-info {
    background: rgba(215, 25, 33,.2);
    color: #D71921!important
}

.btn-warning {
    background: #ff7c54;
    color: #fff!important
}

.btn-warning.active,.btn-warning.focus,.btn-warning.show,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled):active:focus {
    background: #ff683b
}

.btn-warning.text-warning {
    background: rgba(215, 25, 33,.13) !important;
    color: #fff!important;
    font-weight: 400
}

.btn-warning.text-warning.active,.btn-warning.text-warning.focus,.btn-warning.text-warning.show,.btn-warning.text-warning:active,.btn-warning.text-warning:focus,.btn-warning.text-warning:hover,.btn-warning.text-warning:not(:disabled):not(.disabled).active,.btn-warning.text-warning:not(:disabled):not(.disabled):active,.btn-warning.text-warning:not(:disabled):not(.disabled):active:focus {
    background: rgba(215, 25, 33,.2);
    color: #ffffff!important
}

.show>.btn-warning.dropdown-toggle,.show>.btn-warning.dropdown-toggle:focus {
    background: #ff6c40
}

.show>.btn-warning.dropdown-toggle.text-warning,.show>.btn-warning.dropdown-toggle:focus.text-warning {
    background: rgba(215, 25, 33,.2);
    color: #fc3b00!important
}

.btn-yellow {
    background: #ffc342;
    color: #fff!important
}

.btn-yellow.active,.btn-yellow.focus,.btn-yellow.show,.btn-yellow:active,.btn-yellow:focus,.btn-yellow:hover,.btn-yellow:not(:disabled):not(.disabled).active,.btn-yellow:not(:disabled):not(.disabled):active,.btn-yellow:not(:disabled):not(.disabled):active:focus {
    background: #ffbb29
}

.btn-yellow.text-yellow {
    background: rgba(255,195,66,.13);
    color: #ffb81e!important;
    font-weight: 400
}

.btn-yellow.text-yellow.active,.btn-yellow.text-yellow.focus,.btn-yellow.text-yellow.show,.btn-yellow.text-yellow:active,.btn-yellow.text-yellow:focus,.btn-yellow.text-yellow:hover,.btn-yellow.text-yellow:not(:disabled):not(.disabled).active,.btn-yellow.text-yellow:not(:disabled):not(.disabled):active,.btn-yellow.text-yellow:not(:disabled):not(.disabled):active:focus {
    background: rgba(255,195,66,.2);
    color: #ffb005!important
}

.show>.btn-yellow.dropdown-toggle,.show>.btn-yellow.dropdown-toggle:focus {
    background: #ffbd2e
}

.show>.btn-yellow.dropdown-toggle.text-yellow,.show>.btn-yellow.dropdown-toggle:focus.text-yellow {
    background: rgba(255,195,66,.2);
    color: #ffb005!important
}

.btn-danger {
    background: #ff6565;
    color: #fff!important
}

.btn-danger.active,.btn-danger.focus,.btn-danger.show,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled):active:focus {
    background: #ff4c4c
}

.btn-danger.text-danger {
    background: hsla(0,100%,70%,.13);
    color: #fff!important;
    font-weight: 400
}

.btn-danger.text-danger.active,.btn-danger.text-danger.focus,.btn-danger.text-danger.show,.btn-danger.text-danger:active,.btn-danger.text-danger:focus,.btn-danger.text-danger:hover,.btn-danger.text-danger:not(:disabled):not(.disabled).active,.btn-danger.text-danger:not(:disabled):not(.disabled):active,.btn-danger.text-danger:not(:disabled):not(.disabled):active:focus {
    background: hsla(0,100%,70%,.2);
    color: #fff!important
}

.show>.btn-danger.dropdown-toggle,.show>.btn-danger.dropdown-toggle:focus {
    background: #ff5151
}

.show>.btn-danger.dropdown-toggle.text-danger,.show>.btn-danger.dropdown-toggle:focus.text-danger {
    background: hsla(0,100%,70%,.2);
    color: #fff!important
}

.btn-dark {
    background: #414349;
    color: #fff!important
}

.btn-dark.active,.btn-dark.focus,.btn-dark.show,.btn-dark:active,.btn-dark:focus,.btn-dark:hover,.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled):active:focus {
    background: #35373c
}

.btn-dark.text-dark {
    background: rgba(65,67,73,.13);
    color: #303236!important;
    font-weight: 400
}

.btn-dark.text-dark.active,.btn-dark.text-dark.focus,.btn-dark.text-dark.show,.btn-dark.text-dark:active,.btn-dark.text-dark:focus,.btn-dark.text-dark:hover,.btn-dark.text-dark:not(:disabled):not(.disabled).active,.btn-dark.text-dark:not(:disabled):not(.disabled):active,.btn-dark.text-dark:not(:disabled):not(.disabled):active:focus {
    background: rgba(65,67,73,.2);
    color: #242529!important
}

.show>.btn-dark.dropdown-toggle,.show>.btn-dark.dropdown-toggle:focus {
    background: #37393e
}

.show>.btn-dark.dropdown-toggle.text-dark,.show>.btn-dark.dropdown-toggle:focus.text-dark {
    background: rgba(65,67,73,.2);
    color: #242529!important
}

.btn-gray {
    background: #f9ddde !important;
    color: #d71921 !important;
}

.btn-gray.active,.btn-gray.focus,.btn-gray.show,.btn-gray:active,.btn-gray:focus,.btn-gray:hover,.btn-gray:not(:disabled):not(.disabled).active,.btn-gray:not(:disabled):not(.disabled):active,.btn-gray:not(:disabled):not(.disabled):active:focus {
    background: #515762
}

.btn-gray.text-gray {
    background: rgba(93,99,112,.13);
    color: #4d525c!important;
    font-weight: 400
}

.btn-gray.text-gray.active,.btn-gray.text-gray.focus,.btn-gray.text-gray.show,.btn-gray.text-gray:active,.btn-gray.text-gray:focus,.btn-gray.text-gray:hover,.btn-gray.text-gray:not(:disabled):not(.disabled).active,.btn-gray.text-gray:not(:disabled):not(.disabled):active,.btn-gray.text-gray:not(:disabled):not(.disabled):active:focus {
    background: rgba(93,99,112,.2);
    color: #41454f!important
}

.show>.btn-gray.dropdown-toggle,.show>.btn-gray.dropdown-toggle:focus {
    background: #545965
}

.show>.btn-gray.dropdown-toggle.text-gray,.show>.btn-gray.dropdown-toggle:focus.text-gray {
    background: rgba(93,99,112,.2);
    color: #41454f!important
}

.btn-gray-100 {
    background: #f5f8fa;
    color: #fff!important
}

.btn-gray-100.active,.btn-gray-100.focus,.btn-gray-100.show,.btn-gray-100:active,.btn-gray-100:focus,.btn-gray-100:hover,.btn-gray-100:not(:disabled):not(.disabled).active,.btn-gray-100:not(:disabled):not(.disabled):active,.btn-gray-100:not(:disabled):not(.disabled):active:focus {
    background: #e4ecf2
}

.btn-gray-100.text-gray-100 {
    background: rgba(245,248,250,.13);
    color: #dde7ee!important;
    font-weight: 400
}

.btn-gray-100.text-gray-100.active,.btn-gray-100.text-gray-100.focus,.btn-gray-100.text-gray-100.show,.btn-gray-100.text-gray-100:active,.btn-gray-100.text-gray-100:focus,.btn-gray-100.text-gray-100:hover,.btn-gray-100.text-gray-100:not(:disabled):not(.disabled).active,.btn-gray-100.text-gray-100:not(:disabled):not(.disabled):active,.btn-gray-100.text-gray-100:not(:disabled):not(.disabled):active:focus {
    background: rgba(245,248,250,.2);
    color: #ccdbe6!important
}

.show>.btn-gray-100.dropdown-toggle,.show>.btn-gray-100.dropdown-toggle:focus {
    background: #e7eef3
}

.show>.btn-gray-100.dropdown-toggle.text-gray-100,.show>.btn-gray-100.dropdown-toggle:focus.text-gray-100 {
    background: rgba(245,248,250,.2);
    color: #ccdbe6!important
}

.btn-gray-200 {
    background: #f1f5f7;
    color: #fff!important
}

.btn-gray-200.active,.btn-gray-200.focus,.btn-gray-200.show,.btn-gray-200:active,.btn-gray-200:focus,.btn-gray-200:hover,.btn-gray-200:not(:disabled):not(.disabled).active,.btn-gray-200:not(:disabled):not(.disabled):active,.btn-gray-200:not(:disabled):not(.disabled):active:focus {
    background: #e1e9ee
}

.btn-gray-200.text-gray-200 {
    background: rgba(241,245,247,.13);
    color: #dae5ea!important;
    font-weight: 400
}

.btn-gray-200.text-gray-200.active,.btn-gray-200.text-gray-200.focus,.btn-gray-200.text-gray-200.show,.btn-gray-200.text-gray-200:active,.btn-gray-200.text-gray-200:focus,.btn-gray-200.text-gray-200:hover,.btn-gray-200.text-gray-200:not(:disabled):not(.disabled).active,.btn-gray-200.text-gray-200:not(:disabled):not(.disabled):active,.btn-gray-200.text-gray-200:not(:disabled):not(.disabled):active:focus {
    background: rgba(241,245,247,.2);
    color: #cad9e1!important
}

.show>.btn-gray-200.dropdown-toggle,.show>.btn-gray-200.dropdown-toggle:focus {
    background: #e4ecf0
}

.show>.btn-gray-200.dropdown-toggle.text-gray-200,.show>.btn-gray-200.dropdown-toggle:focus.text-gray-200 {
    background: rgba(241,245,247,.2);
    color: #cad9e1!important
}

.btn-gray-300 {
    background: #f1f5f8;
    color: #fff!important
}

.btn-gray-300.active,.btn-gray-300.focus,.btn-gray-300.show,.btn-gray-300:active,.btn-gray-300:focus,.btn-gray-300:hover,.btn-gray-300:not(:disabled):not(.disabled).active,.btn-gray-300:not(:disabled):not(.disabled):active,.btn-gray-300:not(:disabled):not(.disabled):active:focus {
    background: #e0e9f0
}

.btn-gray-300.text-gray-300 {
    background: rgba(241,245,248,.13);
    color: #d9e4ec!important;
    font-weight: 400
}

.btn-gray-300.text-gray-300.active,.btn-gray-300.text-gray-300.focus,.btn-gray-300.text-gray-300.show,.btn-gray-300.text-gray-300:active,.btn-gray-300.text-gray-300:focus,.btn-gray-300.text-gray-300:hover,.btn-gray-300.text-gray-300:not(:disabled):not(.disabled).active,.btn-gray-300.text-gray-300:not(:disabled):not(.disabled):active,.btn-gray-300.text-gray-300:not(:disabled):not(.disabled):active:focus {
    background: rgba(241,245,248,.2);
    color: #c8d8e4!important
}

.show>.btn-gray-300.dropdown-toggle,.show>.btn-gray-300.dropdown-toggle:focus {
    background: #e3ebf1
}

.show>.btn-gray-300.dropdown-toggle.text-gray-300,.show>.btn-gray-300.dropdown-toggle:focus.text-gray-300 {
    background: rgba(241,245,248,.2);
    color: #c8d8e4!important
}

.btn-gray-400 {
    background: #eff3f6;
    color: #fff!important
}

.btn-gray-400.active,.btn-gray-400.focus,.btn-gray-400.show,.btn-gray-400:active,.btn-gray-400:focus,.btn-gray-400:hover,.btn-gray-400:not(:disabled):not(.disabled).active,.btn-gray-400:not(:disabled):not(.disabled):active,.btn-gray-400:not(:disabled):not(.disabled):active:focus {
    background: #dfe7ed
}

.btn-gray-400.text-gray-400 {
    background: rgba(239,243,246,.13);
    color: #d8e2e9!important;
    font-weight: 400
}

.btn-gray-400.text-gray-400.active,.btn-gray-400.text-gray-400.focus,.btn-gray-400.text-gray-400.show,.btn-gray-400.text-gray-400:active,.btn-gray-400.text-gray-400:focus,.btn-gray-400.text-gray-400:hover,.btn-gray-400.text-gray-400:not(:disabled):not(.disabled).active,.btn-gray-400.text-gray-400:not(:disabled):not(.disabled):active,.btn-gray-400.text-gray-400:not(:disabled):not(.disabled):active:focus {
    background: rgba(239,243,246,.2);
    color: #c8d6e0!important
}

.show>.btn-gray-400.dropdown-toggle,.show>.btn-gray-400.dropdown-toggle:focus {
    background: #e2e9ef
}

.show>.btn-gray-400.dropdown-toggle.text-gray-400,.show>.btn-gray-400.dropdown-toggle:focus.text-gray-400 {
    background: rgba(239,243,246,.2);
    color: #c8d6e0!important
}

.btn-gray-500 {
    background: #757a85;
    color: #fff!important
}

.btn-gray-500.active,.btn-gray-500.focus,.btn-gray-500.show,.btn-gray-500:active,.btn-gray-500:focus,.btn-gray-500:hover,.btn-gray-500:not(:disabled):not(.disabled).active,.btn-gray-500:not(:disabled):not(.disabled):active,.btn-gray-500:not(:disabled):not(.disabled):active:focus {
    background: #696e77
}

.btn-gray-500.text-gray-500 {
    background: hsla(221,6%,49%,.13);
    color: #646972!important;
    font-weight: 400
}

.btn-gray-500.text-gray-500.active,.btn-gray-500.text-gray-500.focus,.btn-gray-500.text-gray-500.show,.btn-gray-500.text-gray-500:active,.btn-gray-500.text-gray-500:focus,.btn-gray-500.text-gray-500:hover,.btn-gray-500.text-gray-500:not(:disabled):not(.disabled).active,.btn-gray-500.text-gray-500:not(:disabled):not(.disabled):active,.btn-gray-500.text-gray-500:not(:disabled):not(.disabled):active:focus {
    background: hsla(221,6%,49%,.2);
    color: #585c64!important
}

.show>.btn-gray-500.dropdown-toggle,.show>.btn-gray-500.dropdown-toggle:focus {
    background: #6b707a
}

.show>.btn-gray-500.dropdown-toggle.text-gray-500,.show>.btn-gray-500.dropdown-toggle:focus.text-gray-500 {
    background: hsla(221,6%,49%,.2);
    color: #585c64!important
}

.btn-gray-600 {
    background: #5e6675;
    color: #fff!important
}

.btn-gray-600.active,.btn-gray-600.focus,.btn-gray-600.show,.btn-gray-600:active,.btn-gray-600:focus,.btn-gray-600:hover,.btn-gray-600:not(:disabled):not(.disabled).active,.btn-gray-600:not(:disabled):not(.disabled):active,.btn-gray-600:not(:disabled):not(.disabled):active:focus {
    background: #535a67
}

.btn-gray-600.text-gray-600 {
    background: rgba(94,102,117,.13);
    color: #4e5561!important;
    font-weight: 400
}

.btn-gray-600.text-gray-600.active,.btn-gray-600.text-gray-600.focus,.btn-gray-600.text-gray-600.show,.btn-gray-600.text-gray-600:active,.btn-gray-600.text-gray-600:focus,.btn-gray-600.text-gray-600:hover,.btn-gray-600.text-gray-600:not(:disabled):not(.disabled).active,.btn-gray-600.text-gray-600:not(:disabled):not(.disabled):active,.btn-gray-600.text-gray-600:not(:disabled):not(.disabled):active:focus {
    background: rgba(94,102,117,.2);
    color: #434853!important
}

.show>.btn-gray-600.dropdown-toggle,.show>.btn-gray-600.dropdown-toggle:focus {
    background: #555c6a
}

.show>.btn-gray-600.dropdown-toggle.text-gray-600,.show>.btn-gray-600.dropdown-toggle:focus.text-gray-600 {
    background: rgba(94,102,117,.2);
    color: #434853!important
}

.btn-gray-700 {
    background: #5d6370;
    color: #fff!important
}

.btn-gray-700.active,.btn-gray-700.focus,.btn-gray-700.show,.btn-gray-700:active,.btn-gray-700:focus,.btn-gray-700:hover,.btn-gray-700:not(:disabled):not(.disabled).active,.btn-gray-700:not(:disabled):not(.disabled):active,.btn-gray-700:not(:disabled):not(.disabled):active:focus {
    background: #515762
}

.btn-gray-700.text-gray-700 {
    background: rgba(93,99,112,.13);
    color: #4d525c!important;
    font-weight: 400
}

.btn-gray-700.text-gray-700.active,.btn-gray-700.text-gray-700.focus,.btn-gray-700.text-gray-700.show,.btn-gray-700.text-gray-700:active,.btn-gray-700.text-gray-700:focus,.btn-gray-700.text-gray-700:hover,.btn-gray-700.text-gray-700:not(:disabled):not(.disabled).active,.btn-gray-700.text-gray-700:not(:disabled):not(.disabled):active,.btn-gray-700.text-gray-700:not(:disabled):not(.disabled):active:focus {
    background: rgba(93,99,112,.2);
    color: #41454f!important
}

.show>.btn-gray-700.dropdown-toggle,.show>.btn-gray-700.dropdown-toggle:focus {
    background: #545965
}

.show>.btn-gray-700.dropdown-toggle.text-gray-700,.show>.btn-gray-700.dropdown-toggle:focus.text-gray-700 {
    background: rgba(93,99,112,.2);
    color: #41454f!important
}

.btn-gray-800 {
    background: #484b52;
    color: #fff!important
}

.btn-gray-800.active,.btn-gray-800.focus,.btn-gray-800.show,.btn-gray-800:active,.btn-gray-800:focus,.btn-gray-800:hover,.btn-gray-800:not(:disabled):not(.disabled).active,.btn-gray-800:not(:disabled):not(.disabled):active,.btn-gray-800:not(:disabled):not(.disabled):active:focus {
    background: #3c3f44
}

.btn-gray-800.text-gray-800 {
    background: rgba(72,75,82,.13);
    color: #373a3f!important;
    font-weight: 400
}

.btn-gray-800.text-gray-800.active,.btn-gray-800.text-gray-800.focus,.btn-gray-800.text-gray-800.show,.btn-gray-800.text-gray-800:active,.btn-gray-800.text-gray-800:focus,.btn-gray-800.text-gray-800:hover,.btn-gray-800.text-gray-800:not(:disabled):not(.disabled).active,.btn-gray-800.text-gray-800:not(:disabled):not(.disabled):active,.btn-gray-800.text-gray-800:not(:disabled):not(.disabled):active:focus {
    background: rgba(72,75,82,.2);
    color: #2b2d31!important
}

.show>.btn-gray-800.dropdown-toggle,.show>.btn-gray-800.dropdown-toggle:focus {
    background: #3e4147
}

.show>.btn-gray-800.dropdown-toggle.text-gray-800,.show>.btn-gray-800.dropdown-toggle:focus.text-gray-800 {
    background: rgba(72,75,82,.2);
    color: #2b2d31!important
}

.btn-gray-900 {
    background: #414349;
    color: #fff!important
}

.btn-gray-900.active,.btn-gray-900.focus,.btn-gray-900.show,.btn-gray-900:active,.btn-gray-900:focus,.btn-gray-900:hover,.btn-gray-900:not(:disabled):not(.disabled).active,.btn-gray-900:not(:disabled):not(.disabled):active,.btn-gray-900:not(:disabled):not(.disabled):active:focus {
    background: #35373c
}

.btn-gray-900.text-gray-900 {
    background: rgba(65,67,73,.13);
    color: #303236!important;
    font-weight: 400
}

.btn-gray-900.text-gray-900.active,.btn-gray-900.text-gray-900.focus,.btn-gray-900.text-gray-900.show,.btn-gray-900.text-gray-900:active,.btn-gray-900.text-gray-900:focus,.btn-gray-900.text-gray-900:hover,.btn-gray-900.text-gray-900:not(:disabled):not(.disabled).active,.btn-gray-900.text-gray-900:not(:disabled):not(.disabled):active,.btn-gray-900.text-gray-900:not(:disabled):not(.disabled):active:focus {
    background: rgba(65,67,73,.2);
    color: #242529!important
}

.show>.btn-gray-900.dropdown-toggle,.show>.btn-gray-900.dropdown-toggle:focus {
    background: #37393e
}

.show>.btn-gray-900.dropdown-toggle.text-gray-900,.show>.btn-gray-900.dropdown-toggle:focus.text-gray-900 {
    background: rgba(65,67,73,.2);
    color: #242529!important
}

.btn-light,.btn-lighten,.kt-btn-light {
    background: #ecf1f4;
    color: #545965
}

.btn-light.active,.btn-light.focus,.btn-light.show,.btn-light:active,.btn-light:focus,.btn-light:hover,.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled):active:focus,.btn-lighten.active,.btn-lighten.focus,.btn-lighten.show,.btn-lighten:active,.btn-lighten:focus,.btn-lighten:hover,.btn-lighten:not(:disabled):not(.disabled).active,.btn-lighten:not(:disabled):not(.disabled):active,.btn-lighten:not(:disabled):not(.disabled):active:focus,.kt-btn-light.active,.kt-btn-light.focus,.kt-btn-light.show,.kt-btn-light:active,.kt-btn-light:focus,.kt-btn-light:hover,.kt-btn-light:not(:disabled):not(.disabled).active,.kt-btn-light:not(:disabled):not(.disabled):active,.kt-btn-light:not(:disabled):not(.disabled):active:focus {
    background: #e6edf1;
    color: #3f434c
}

a.text-white:focus,a.text-white:hover {
    color: var(--bs-white)!important
}

.show>.btn-light.dropdown-toggle,.show>.btn-light.dropdown-toggle:focus {
    background: #e6edf2;
    color: #1b1b1e
}

.btn-transparent {
    background: none!important
}

.btn-icon {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(2em + 22px);
    justify-content: center;
    min-width: calc(2em + 22px);
    padding: 0;
    width: calc(2em + 22px)
}

.btn-icon.w-auto {
    min-width: auto
}

.btn-icon.dropdown-toggle:after {
    display: none!important
}

#reserve_popup .pessenger_footer .reserve_final .btn_res:after,#reserve_popup .pessenger_footer .reserve_final .btn_res:before,#reserve_popup .sb_bank .bank_select #purchase>.btn_res:after,#reserve_popup .sb_bank .bank_select #purchase>.btn_res:before,.btn-arrow-down:after,.btn-arrow-down:before,.btn-arrow-left:after,.btn-arrow-left:before,.btn-arrow-right:after,.btn-arrow-right:before,.btn-arrow-up:after,.btn-arrow-up:before,.payment_content div#purchase .btn_res:after,.payment_content div#purchase .btn_res:before {
    bottom: 0;
    display: inline-block;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    transition: right .2s ease-in-out,top .2s ease-in-out,background .2s ease-in-out;
    vertical-align: middle
}

#reserve_popup .pessenger_footer .reserve_final .btn_res:after,#reserve_popup .pessenger_footer .reserve_final .btn_res:before,#reserve_popup .sb_bank .bank_select #purchase>.btn_res:after,#reserve_popup .sb_bank .bank_select #purchase>.btn_res:before,.btn-arrow-down:after,.btn-arrow-down:before,.btn-arrow-left:after,.btn-arrow-left:before,.btn-arrow-up:after,.btn-arrow-up:before,.payment_content div#purchase .btn_res:after,.payment_content div#purchase .btn_res:before {
    font-size: .9em
}

#reserve_popup .pessenger_footer .reserve_final .btn_res:after,#reserve_popup .sb_bank .bank_select #purchase>.btn_res:after,.btn-arrow-down:after,.btn-arrow-left:after,.btn-arrow-up:after,.payment_content div#purchase .btn_res:after {
    margin-right: .85em
}

#reserve_popup .pessenger_footer .reserve_final .btn_res:hover:after,#reserve_popup .sb_bank .bank_select #purchase>.btn_res:hover:after,.btn-arrow-left:hover:after,.payment_content div#purchase .btn_res:hover:after {
    right: 3px
}

#reserve_popup .pessenger_footer .reserve_final .btn_res:after,#reserve_popup .sb_bank .bank_select #purchase>.btn_res:after,.btn-arrow-left:after,.payment_content div#purchase .btn_res:after {
    content: "";
    top: 1px
}

.btn-arrow-up:hover:after {
    top: -2px
}

.btn-arrow-up:after {
    content: ""
}

.btn-arrow-down:hover:after {
    top: 2px
}

.btn-arrow-down:after {
    content: ""
}

.btn-arrow-right:hover:before {
    right: -3px
}

.btn-arrow-right:before {
    content: "";
    margin-left: .85em;
    top: 0
}

.btn-add-item {
    white-space: nowrap
}

.btn-add-item:before {
    content: "";
    display: inline-block;
    font-size: .575em;
    margin-left: 8px;
    margin-right: -.2em;
    position: relative;
    top: 1px;
    vertical-align: middle
}

.kt-app-btn {
    align-items: center;
    background: #212225!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 18px!important
}

.kt-app-btn svg {
    height: auto;
    width: 24px
}

.kt-app-btn svg.googleplay-svg {
    width: 21px
}

.kt-app-btn i {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    justify-content: center;
    margin-left: 12px;
    width: 24px
}

.kt-app-btn span {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding-top: 4px
}

.kt-app-btn span strong {
    font-weight: 600
}

.btn-icon-right {
    white-space: nowrap
}

.btn-icon-right i {
    display: inline-block;
    font-size: .75em;
    margin-left: 8px;
    margin-right: -.2em;
    position: relative;
    vertical-align: middle
}

.kt-btn-icon-right {
    white-space: nowrap
}

.kt-btn-icon-right:before {
    display: inline-block;
    font-size: .75em;
    margin-left: 8px;
    margin-right: -.2em;
    position: relative;
    vertical-align: middle
}

.kt-btn-icon-left {
    white-space: nowrap
}

.kt-btn-icon-left:after {
    display: inline-block;
    font-size: .75em;
    margin-left: -.2em;
    margin-right: 8px;
    position: relative;
    vertical-align: middle
}

@keyframes ajaxLoading {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.kt-btn-ajax {
    position: relative
}

.kt-btn-ajax:after {
    animation: ajaxLoading .8s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    bottom: 0;
    color: #fff;
    content: "";
    display: block;
    font-size: 1em;
    height: 1em;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 1px;
    transition: opacity .15s ease-in-out;
    width: 1em
}

.kt-btn-ajax.is-loading {
    color: hsla(0,0%,100%,0)!important;
    opacity: 1;
    pointer-events: none
}

.kt-btn-ajax.is-loading:after {
    opacity: 1
}

.footer,footer {
    display: block!important
}

.footer,.footer-bottom {
    border-top: 1px solid #e7e8ea
}

.footer {
    background: #fff;
    margin-top: 64px
}

.footer-top {
    padding: 64px 0
}

.footer-bottom {
    padding: 25px 0
}

.footer-logos img {
    border: 1px solid #e7e8ea;
    border-radius: 6px;
    height: auto;
    width: 100%
}

.enamad-logo,.samandehi-logo {
    border-radius: 6px;
    box-shadow: inset 0 0 0 1px #e7e8ea;
    cursor: pointer;
    padding-top: 100%;
    position: relative;
    width: 100%
}

.enamad-logo a,.enamad-logo img,.samandehi-logo a,.samandehi-logo img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.enamad-logo img,.samandehi-logo img {
    border: none;
    height: auto;
    margin: auto;
    max-height: 75%;
    max-width: 75%;
    width: auto
}

.footer-socials {
    align-items: center;
    direction: ltr;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -6px
}

.footer-socials a {
    color: #acbed2;
    font-size: 18px;
    margin-right: 8px;
    padding: 6px
}

.footer-socials a:last-child {
    margin-right: 0!important
}

.footer-socials a.kt-icon-twitter {
    margin-top: 2px
}

.footer-socials a:hover {
    color: #d71921
}

.footer-logo img {
    display: block;
    height: 40px;
    width: auto
}

.footer-title {
    align-items: center;
    color: #2d2e33;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    height: 40px;
    margin-bottom: 0
}

.footer-title span {
    padding-top: 4px
}

.footer-title:after {
    content: "";
    display: none
}

.footer-list {
    padding-top: 16px
}

.footer-list li {
    line-height: 2
}

.footer-list li a {
    color: #484b52;
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 4px 0 5px
}

.footer-list li a:hover {
    color: #B7000A
}

.footer-contact li {
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px
}

.footer-contact li:last-child {
    margin-bottom: 0!important
}

.footer-contact li a {
    color: inherit!important
}

.footer-contact li span {
    flex-grow: 1;
    line-height: 1.5
}

.footer-contact li i {
    align-items: center;
    background: #f9ddde;
    border-radius: 8px;
    color: #d71921;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    height: 36px;
    justify-content: center;
    margin-left: 12px;
    min-width: 36px;
    width: 36px
}

.footer-contact li i.kt-icon-phone {
background: rgb(215 25 33 / 12%);
    color: #D71921;
    padding-top: 2px;
}

@media(max-width: 1499.98px) {
    .footer {
        margin-top:60px
    }

    .footer-top {
        padding: 60px 0
    }

    .footer-logos img {
        max-width: 80px
    }

    .enamad-logo,.samandehi-logo {
        width: 80px
    }
}

@media(max-width: 1199.98px) {
    .footer {
        margin-top:52px
    }

    .footer-top {
        padding: 56px 0
    }
}

@media(max-width: 991.98px) {
    .footer {
        margin-top:48px
    }

    .footer-top {
        padding: 52px 0
    }
}

@media(max-width: 767.98px) {
    .footer {
        margin-top:44px
    }

    .footer-top {
        padding: 48px 0
    }

    .footer-list-holder {
        display: none;
        padding-bottom: 20px
    }

    .footer-list {
        border: 1px solid #e7e8ea;
        border-radius: 6px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        padding: 14px 20px 10px
    }

    .footer-list li {
        width: 50%
    }

    .footer-list li a {
        padding: 2px 0
    }

    .footer-bottom {
        padding: 24px 0
    }

    .enamad-logo,.samandehi-logo {
        width: 100%
    }

    .footer {
        margin-top: 36px
    }

    .footer-lists-holder>div {
        border-bottom: 1px solid #e7e8ea
    }

    .footer-lists-holder>div:last-child {
        border-bottom: none
    }

    .footer-title {
        font-size: 16px;
        font-weight: 500;
        height: auto;
        justify-content: space-between;
        padding: 12px 0;
        transition: color .2s ease-in-out
    }

    .footer-title:after {
        align-items: center;
        color: inherit;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: .5625em;
        height: 1em;
        justify-content: center;
        margin-right: 1em;
        transform: rotate(0deg) translateY(2px);
        transition: transform .25s cubic-bezier(.44,0,.1,1);
        width: 1em
    }

    .footer-title.active {
        color: #B7000A
    }

    .footer-title.active:after {
        transform: rotate(180deg) translateY(-1px)
    }

    .footer-logo img {
        height: 34px
    }

    .footer-top {
        padding: 32px 0
    }

    .footer-contact li {
        flex-direction: row-reverse
    }

    .footer-contact li i {
        margin-left: 0;
        margin-right: 8px
    }

    .footer-socials a {
        font-size: 16px;
        margin-right: 4px
    }

    li.footer-contact-address {
        background: #d719211f;
        border-radius: 8px;
        padding: 9px 16px
    }

    li.footer-contact-address span {
        line-height: 1.7
    }

    li.footer-contact-address i {
        display: none
    }
}

@media(max-width: 575.98px) {
    .enamad-logo,.samandehi-logo {
        width:76px
    }

    .footer-logos img {
        max-width: 76px
    }
}

#main_nav {
    background: none;
    box-shadow: none;
    position: static;
    width: 100%
}

.navigation-holder {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999
}

.navigation-holder .row {
    align-items: center
}

/* === دکمه تلفن تماس در هدر (دسکتاپ) ===
   نکته سایز: بجای پدینگ/فونت دلخواه، از خودِ کلاس .btn (همون چیزی که دکمه‌های
   «پیگیری خرید» و «ورود/ثبت‌نام» استفاده می‌کنن) استفاده شده تا ارتفاع دقیقاً یکی باشه. */
.header-phone {
    position: relative
}

.header-phone-trigger.btn {
    --bs-btn-padding-x: 14px;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
    gap: 0;
    justify-content: center
}

.header-phone-panel {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 20px 1px rgba(45,46,51,.12);
    left: 0;
    min-width: 210px;
    opacity: 0;
    padding: 10px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transform: scale(.9) translateY(-8px);
    transform-origin: top left;
    transition: opacity .2s ease-in-out,transform .2s ease-in-out;
    z-index: 1039
}

.header-phone:hover .header-phone-panel,.header-phone:focus-within .header-phone-panel {
    opacity: 1;
    pointer-events: all;
    transform: scale(1) translateY(6px)
}

.header-phone-panel-item {
    align-items: center;
    border-radius: 6px;
    color: #414349!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    font-weight: 600;
    gap: 8px;
    padding: 8px 10px;
    text-decoration: none!important;
    transition: background-color .15s ease-in-out
}

.header-phone-panel-item:hover {
    background: #eff3f6;
    color: #2d2e33!important
}

.header-phone-panel-item i {
    color: #B7000A;
    font-size: 15px
}

@media(max-width: 991.98px) {
    /* در موبایل، دکمه تماس داخل نوار بالای صفحه (کنار آیکون منو/کاربر) نمایش داده
       می‌شود، نه داخل این ردیف؛ بنابراین این ویجت کلاً مخفی می‌شود. */
    .header-phone {
        display: none
    }
}

/* === دکمه تلفن/واتس‌اپ در نوار بالای موبایل (کنار آیکون کاربر و منو) === */
.btn.mobile-phone-btn {
    background: rgba(215, 25, 33,.12);
    border-radius: 8px;
    color: #B7000A!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
    height: 36px;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 36px
}

.mobile-phone-holder {
    position: relative
}

.mobile-phone-panel {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 20px 1px rgba(45,46,51,.16);
    left: 0;
    min-width: 220px;
    opacity: 0;
    padding: 10px;
    pointer-events: none;
    position: absolute;
    top: calc(100% + 8px);
    transform: scale(.92) translateY(-6px);
    transform-origin: top left;
    transition: opacity .18s ease-in-out,transform .18s ease-in-out;
    z-index: 99999
}

.mobile-phone-holder.active .mobile-phone-panel {
    opacity: 1;
    pointer-events: all;
    transform: scale(1) translateY(0)
}

.mobile-phone-panel-item {
    align-items: center;
    border-radius: 6px;
    color: #414349!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    font-weight: 600;
    gap: 8px;
    padding: 10px;
    text-decoration: none!important;
    transition: background-color .15s ease-in-out
}

.mobile-phone-panel-item:hover,.mobile-phone-panel-item:active {
    background: #eff3f6
}

.mobile-phone-panel-item i {
    color: #B7000A;
    font-size: 16px
}

.mobile-phone-panel-item.whatsapp-item i {
    color: #25D366
}

.navigation-inner {
    padding: 44px 0
}

.navigation-outer.scrolled .navigation-holder {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: hsla(0,0%,100%,.97);
    position: fixed;
    top: -99px;
    transition: top .25s cubic-bezier(.38,.11,.01,1),box-shadow .25s cubic-bezier(.38,.11,.01,1)
}

.navigation-outer.scrolled .navigation-holder .navigation-inner {
    padding: 24px 0
}

.navigation-outer.scrolled .navigation-holder .btn-white {
    background: rgba(215, 25, 33,.15);
    box-shadow: none!important;
    color: #fff !important
}

.navigation-outer.scrolled .navigation-holder .btn-white:active,.navigation-outer.scrolled .navigation-holder .btn-white:focus,.navigation-outer.scrolled .navigation-holder .btn-white:hover {
    background: rgba(215, 25, 33,.2);
    color: #fff!important
}

.navigation-outer.kt-show .navigation-holder {
    box-shadow: 0 1px 6px rgba(45,46,51,.2);
    top: 0
}

#logo {
    min-height: auto
}

#logo a,#logo a img {
    display: block
}

#logo a img {
    height: 48px;
    width: auto
}

#logo a img.logo-light,#logo a img.logo-white,#mobile_sidebar {
    display: none
}

.header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: right;
    list-style: none;
    margin-bottom: 0;
    padding-right: 0
}

.header-menu .header-item {
    padding: 4px 16px
}

.header-menu .header-item a {
    color: #5d6370;
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 1px;
    padding-top: 6px
}

/* === بازطراحی اساسی منوی هدر ===
   بجای ۶ آیتم جداگانه (که فضای زیادی می‌گرفت و باعث می‌شد در سایز میانه صفحه، کل
   ردیف دکمه‌ها زیر لوگو بیفتد)، همه آیتم‌ها داخل یک زیرمنوی واحد جمع شده‌اند. این
   دقیقاً از همون ساختار has-submenu/submenu خود سایت استفاده می‌کند (مثل منوی
   حساب کاربری) که هم در دسکتاپ با hover و هم در موبایل با کلیک/اکاردئون کار می‌کند. */
.header-menu .header-item > a {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    white-space: nowrap
}

.header-menu .header-item .menu-item-icon {
    color: #B7000A;
    flex: none;
    font-size: 15px
}

.header-item .submenu .menu-item-icon {
    color: #B7000A;
    flex: none;
    font-size: 15px;
    margin-left: 8px
}

.header-item .submenu li a {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(min-width: 992px) {
    .header-menu .header-item > a {
        border-radius: 8px;
        padding: 8px 14px 7px;
        transition: background-color .15s ease-in-out,color .15s ease-in-out
    }

    .header-menu .header-item:hover > a {
        background: rgba(215, 25, 33,.08);
        color: #B7000A
    }

    .header-item .submenu li a:hover .menu-item-icon {
        color: #B7000A
    }
}

@media(max-width: 991.98px) {
    .header-menu .header-item a:active {
        background: #f5f6f8
    }
}

.navbar-space {
    height: 139px
}

.header-item .submenu {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 20px 1px rgba(45,46,51,.12);
    display: none;
    margin-top: 13px;
    padding: 14px 0;
    position: absolute;
    right: -8px;
    top: 100%;
    transform: scale(.9) translateY(-8px)!important;
    transform-origin: top right!important;
    width: 248px;
    z-index: 1039
}

.header-item .submenu.active {
    transform: scale(1) translateY(0)!important
}

.header-item .submenu li a {
    color: #414349!important;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    padding: 10px 20px 6px;
    right: 0;
    transition: background .15s ease-in-out,color .15s ease-in-out
}

.header-item .submenu li a:hover {
    background: #eff3f6;
    color: #2d2e33!important
}

.header-item.has-submenu {
    position: relative
}

.header-item.has-submenu:before {
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%
}

.header-item.has-submenu>a {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-item.has-submenu>a i {
    font-size: .625em;
    margin-right: 1em;
    position: relative;
    top: -2px
}

.header-item.has-submenu:hover>a {
    color: #2d2e33
}

.header-item.has-submenu:hover:before {
    height: 13px
}

@media(min-width: 992px) {
    .header-item .submenu {
        display:none!important
    }

    .header-item .submenu.kt-show {
        display: block!important
    }
}

.btn.mobile-account-btn {
    align-items: center;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(45,46,51,.3)!important;
    color: #fff !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    height: 36px;
    justify-content: center;
    padding: 2px 0 0;
    width: 36px
}

.mobile-navigation {
    display: none;
    padding-bottom: 40px;
    padding-top: 48px
}

.mobile-navigation .row {
    --bs-gutter-x: 12px;
    align-items: center
}

.mobile-navigation .logo-container {
    margin-left: auto
}

.mobile-navigation .logo-container a {
    display: block
}

.mobile-navigation .logo-container img {
    display: block;
    height: 68px;
    width: auto
}

.btn.responsive-menu-btn {
    background: #5d6370;
    border-radius: 8px;
    color: #fff!important;
    display: block;
    height: 36px;
    padding: 0;
    position: relative;
    width: 36px
}

.btn.responsive-menu-btn:after,.btn.responsive-menu-btn:before {
    bottom: 0;
    height: 1em;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform .25s cubic-bezier(.38,.11,.01,1),opacity .25s cubic-bezier(.38,.11,.01,1);
    width: 1em
}

.btn.responsive-menu-btn:before {
    content: "";
    font-size: 21px;
    opacity: 1;
    transform: scale(1)
}

.btn.responsive-menu-btn:after {
    content: "";
    font-size: 10px;
    opacity: 0;
    padding-top: 1px;
    transform: scale(0)
}

.btn.responsive-menu-btn svg {
    display: none
}

.responsive-menu-opened .responsive-menu-btn:before {
    opacity: 0;
    transform: scale(0)
}

.responsive-menu-opened .responsive-menu-btn:after {
    opacity: 1;
    transform: scale(1)
}

.navbar-simple .navigation-holder,.navbar-white .navigation-holder,.result-page .navigation-holder {
    background: #fff
}

.navbar-simple .navigation-holder .btn-white,.navbar-white .navigation-holder .btn-white,.result-page .navigation-holder .btn-white {
    background: rgba(215, 25, 33,.15);
    box-shadow: none!important;
    color: #fff!important;
}

.navbar-simple .navigation-holder .btn-white:active,.navbar-simple .navigation-holder .btn-white:focus,.navbar-simple .navigation-holder .btn-white:hover,.navbar-white .navigation-holder .btn-white:active,.navbar-white .navigation-holder .btn-white:focus,.navbar-white .navigation-holder .btn-white:hover,.result-page .navigation-holder .btn-white:active,.result-page .navigation-holder .btn-white:focus,.result-page .navigation-holder .btn-white:hover {
    background: rgba(215, 25, 33,.2);
    color: #fff!important
}

.navbar-white .navigation-inner,.result-page .navigation-inner {
    padding: 24px 0
}

.navbar-white #main_wrapper,.result-page #main_wrapper {
    background: #eaeff3;
    padding-top: 99px
}

.navbar-white .footer,.result-page .footer {
    border-top: none!important;
    margin-top: 0!important
}

@media(max-width: 991.98px) {
    .sticky-navbar-white .navigation-outer.scrolled .responsive-menu-btn {
        background:#5d6370
    }

    .sticky-navbar-white .navigation-outer.scrolled .btn.mobile-account-btn {
        /* background: rgba(215, 25, 33,.2)!important; */
        box-shadow: none!important;
        color: #fff!important
    }

    .sticky-navbar-white .navigation-outer.scrolled .mobile-navigation {
        background: #fff!important;
        padding-bottom: 20px!important;
        padding-top: 20px!important;
        top: -84px
    }

    .sticky-navbar-white .navigation-outer.scrolled .mobile-navigation .row {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .sticky-navbar-white .navigation-outer.scrolled .mobile-navigation img {
        display: block
    }

    .sticky-navbar-white .navigation-outer.scrolled .mobile-navigation img.logo-light,.sticky-navbar-white .navigation-outer.scrolled .mobile-navigation img.logo-white,.sticky-navbar-white .navigation-outer.scrolled .mobile-navigation:before {
        display: none
    }

    .navbar-white .navigation-outer .mobile-navigation {
        box-shadow: 0 1px 3px rgba(45,46,51,.2)
    }

    .navbar-white #main_wrapper {
        padding-top: 92px
    }

    .navbar-simple .navbar-space,.navbar-white .navbar-space {
        height: 92px
    }

    .navbar-simple .navigation-outer .mobile-navigation,.navbar-white .navigation-outer .mobile-navigation {
        background: #fff!important;
        padding-bottom: 24px;
        padding-top: 24px
    }

    .navbar-simple .navigation-outer .mobile-navigation .row,.navbar-white .navigation-outer .mobile-navigation .row {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .navbar-simple .navigation-outer.scrolled .mobile-navigation,.navbar-white .navigation-outer.scrolled .mobile-navigation {
        background: #fff!important;
        padding-bottom: 20px!important;
        padding-top: 20px!important;
        top: -84px
    }

    .navbar-simple .navigation-outer.scrolled .mobile-navigation img,.navbar-white .navigation-outer.scrolled .mobile-navigation img {
        display: block
    }

    .navbar-simple .navigation-outer.scrolled .mobile-navigation img.logo-light,.navbar-simple .navigation-outer.scrolled .mobile-navigation img.logo-white,.navbar-simple .navigation-outer.scrolled .mobile-navigation:before,.navbar-white .navigation-outer.scrolled .mobile-navigation img.logo-light,.navbar-white .navigation-outer.scrolled .mobile-navigation img.logo-white,.navbar-white .navigation-outer.scrolled .mobile-navigation:before {
        display: none
    }

    .navbar-simple .navigation-outer .btn.mobile-account-btn,.navbar-white .navigation-outer .btn.mobile-account-btn {
        /* background: rgba(215, 25, 33,.2)!important; */
        box-shadow: none!important;
        color: #fff!important
    }

    .navbar-simple .navigation-outer .responsive-menu-btn,.navbar-white .navigation-outer .responsive-menu-btn {
        background: #5d6370
    }

    .header-item.has-submenu:before {
        display: none!important
    }

    .header-item.has-submenu>a {
        justify-content: space-between
    }

    .header-item.has-submenu>a i {
        font-size: 10px;
        transform: rotate(0deg) translateY(0);
        transition: transform .25s cubic-bezier(.44,0,.1,1)
    }

    .header-item.has-submenu>a.active {
        color: #B7000A!important
    }

    .header-item.has-submenu>a.active i {
        transform: rotate(180deg) translateY(2px)
    }

    .header-menu-holder {
        overflow-y: auto
    }

    .header-item .submenu {
        box-shadow: none;
        margin-top: 0;
        opacity: 1!important;
        padding-bottom: 10px;
        padding-top: 0;
        position: static;
        transform: none!important;
        width: auto
    }

    .header-item .submenu li a {
        background: none!important;
        font-size: 15px;
        padding: 9px 24px 5px
    }

    .header-item .submenu li a:hover {
        color: #B7000A
    }

    .mobile-navigation {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 999
    }

    .navigation-outer .logo-container img.logo-light,.navigation-outer .logo-container img.logo-white {
        display: none
    }

    .navigation-outer.scrolled .btn.mobile-account-btn,.navigation-outer.scrolled .responsive-menu-btn {
        background: rgba(45,46,51,.65);
        box-shadow: none!important
    }

    .navigation-outer.scrolled .btn.mobile-account-btn {
        color: #fff!important
    }

    .navigation-outer.scrolled .mobile-navigation {
        background-color: #5d6370;
        background-image: url(https://cdn.zcharter.net/images/11.jpg)!important;
        background-position: bottom;
        background-size: cover;
        padding-bottom: 49px;
        padding-top: 24px;
        position: fixed;
        top: -117px;
        transition: top .25s cubic-bezier(.38,.11,.01,1),box-shadow .25s cubic-bezier(.38,.11,.01,1)
    }

    .navigation-outer.scrolled .mobile-navigation:before {
        background: rgba(215, 25, 33,.8);
        background: -webkit-gradient(linear,left bottom,left top,from(#464a54),to(rgba(70,74,84,.75)));
        background: -o-linear-gradient(bottom,#464a54 0,rgba(70,74,84,.75) 100%);
        background: linear-gradient(0deg,#464a54,rgba(70,74,84,.75));
        content: "";
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 1
    }

    .navigation-outer.scrolled .mobile-navigation .container {
        position: relative;
        z-index: 2
    }

    .navigation-outer.scrolled .logo-container img {
        display: none
    }

    .navigation-outer.scrolled .logo-container img.logo-light {
        display: block
    }

    .navigation-outer.kt-show .mobile-navigation {
        box-shadow: 0 1px 6px rgba(45,46,51,.2);
        top: 0!important
    }

    .mobile-navigation {
        display: block
    }

    .mobile-navigation .row {
        padding-left: 24px;
        padding-right: 24px
    }

    .navigation-holder {
        -webkit-backdrop-filter: none!important;
        backdrop-filter: none!important;
        background: #fff!important;
        border-radius: 0 0 0 16px;
        bottom: 0;
        box-shadow: -12px 0 24px .5px rgba(45,46,51,0);
        display: none;
        overflow: hidden;
        position: fixed!important;
        right: -275px;
        top: 0;
        transition: right .375s cubic-bezier(.38,.11,.01,1),box-shadow .375s cubic-bezier(.38,.11,.01,1)!important;
        width: 275px;
        z-index: 99999
    }

    .navigation-holder.active {
        display: block
    }

    .mobile-menu-overlay {
        background: rgba(45,46,51,.93);
        bottom: 0;
        cursor: pointer;
        display: none;
        left: 0;
        opacity: 0;
        position: fixed!important;
        right: 0;
        top: 0;
        transition: opacity .35s cubic-bezier(.38,.11,.01,1);
        z-index: 99991
    }

    .mobile-menu-overlay.active {
        display: block
    }

    .mobile-menu-overlay,.navigation-holder {
        pointer-events: none
    }

    html.responsive-menu-opened .navigation-holder {
        box-shadow: -12px 0 24px .5px rgba(45,46,51,.06);
        right: 0
    }

    html.responsive-menu-opened .mobile-menu-overlay {
        opacity: 1
    }

    html.responsive-menu-opened .mobile-menu-overlay,html.responsive-menu-opened .navigation-holder {
        pointer-events: all
    }

    html.responsive-menu-opened body {
        overflow: hidden
    }

    .navigation-inner {
        padding: 0!important
    }

    .navigation-inner,.navigation-inner .container,.navigation-inner .row {
        height: 100%
    }

    .navigation-inner .logo {
        padding-bottom: 6px
    }

    .navigation-inner .logo a {
        background: -o-linear-gradient(135deg,#008ff4 0,#14b8ff 100%);
        background: linear-gradient(-45deg,#570002,#D71921);
        border-radius: 0 0 0 16px;
        box-shadow: 0 0 52px 2px rgba(0,143,244,.18);
        box-shadow: 24px 6px rgb(215 25 33 / 15%);
        padding: 28px 24px
    }

    .navigation-inner .logo a img {
        display: none!important;
        height: 36px!important
    }

    .navigation-inner .logo a img.logo-white {
        display: block!important
    }

    .navigation-inner .row {
        --bs-gutter-x: 0px;
        align-items: flex-start;
        flex-direction: column;
        flex-wrap: nowrap
    }

    .navigation-inner .row>* {
        width: 100%
    }

    .navigation-inner .container {
        padding: 0!important
    }

    .account-menu-button {
        justify-content: center;
        width: 100%
    }

    .navigation-buttons {
        flex-direction: column;
        padding: 12px 24px 24px
    }

    .navigation-buttons>* {
        margin: 0 0 8px;
        width: 100%
    }

    .navigation-buttons>:last-child {
        margin-bottom: 0!important
    }

    .navigation-outer .navigation-holder .navigation-buttons .btn-white {
        background: rgba(215, 25, 33,1)!important;
        box-shadow: none!important;
        color: #ffffff!important
    }

    .header-menu {
        flex-direction: column;
        height: 100%;
        justify-content: flex-start;
        padding: 10px 0 16px
    }

    .header-menu .header-item {
        border-bottom: 1px solid #e7e8ea;
        padding: 9px 0
    }

    .header-menu .header-item:last-child {
        border-bottom: none!important
    }

    .header-menu .header-item a {
        color: #414349;
        font-size: 17px;
        padding: 8px 24px 4px
    }

    .header-item.kt-dropdown .kt-dropdown-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        padding: 12px 0 16px
    }

    .header-item.kt-dropdown .kt-dropdown-menu li a {
        font-size: 17px;
        padding: 8px 0 4px
    }

    .header-item.kt-dropdown .kt-dropdown-menu li ul {
        margin-bottom: 6px;
        margin-top: -4px
    }

    .header-item.kt-dropdown .kt-dropdown-menu li ul a {
        font-size: 16px;
        padding: 5px 16px 1px
    }

    .header-item.kt-dropdown .kt-dropdown-menu li ul a:before {
        top: 18px
    }

    .header-item.kt-dropdown .kt-dropdown-menu li.header-credit-holder {
        margin-top: auto!important
    }

    .header-item.kt-dropdown .kt-dropdown-menu li.header-credit-holder .header-credit {
        font-size: 16px
    }

    .header-item.kt-dropdown .kt-dropdown-menu li.header-credit-holder .header-credit strong {
        font-size: 19px;
        padding-top: 0
    }

    .header-item.kt-dropdown .kt-dropdown-menu li.account-signout a {
        font-size: 16px;
        padding: 10px 0 6px
    }

    .navbar-space {
        height: 132px
    }
}

@media(max-width: 767.98px) {
    .navbar-space {
        height:108px
    }

    .sticky-navbar-white .navigation-outer.scrolled .mobile-navigation {
        padding-bottom: 16px!important;
        padding-top: 16px!important;
        top: -68px
    }

    .navigation-outer .logo-container img.logo-light {
        display: none
    }

    .navigation-outer.scrolled .mobile-navigation {
        padding-bottom: 41px;
        padding-top: 16px;
        top: -93px
    }

    .mobile-navigation {
        padding-bottom: 32px;
        padding-top: 40px
    }

    .mobile-navigation .logo-container img {
        height: 48px
    }

    .mobile-navigation .row {
        padding-left: 20px;
        padding-right: 20px
    }

    .navbar-white #main_wrapper {
        padding-top: 76px
    }

    .navbar-simple .navbar-space,.navbar-white .navbar-space {
        height: 76px
    }

    .navbar-simple .navigation-outer .mobile-navigation,.navbar-white .navigation-outer .mobile-navigation {
        padding-bottom: 20px;
        padding-top: 20px
    }

    .navbar-simple .navigation-outer.scrolled .mobile-navigation,.navbar-white .navigation-outer.scrolled .mobile-navigation {
        padding-bottom: 16px!important;
        padding-top: 16px!important;
        top: -68px
    }
}

@media(max-width: 575.98px) {
    .navigation-outer .logo-container img.logo-light {
        display:none
    }

    .navigation-outer.scrolled .mobile-navigation {
        padding-bottom: 36px;
        padding-top: 14px;
        top: -86px
    }

    .mobile-navigation .row {
        --bs-gutter-x: 8px
    }

    .navbar-white #main_wrapper {
        padding-top: 68px
    }

    .navbar-simple .navbar-space,.navbar-white .navbar-space {
        height: 68px
    }

    .navbar-simple .navigation-outer .mobile-navigation,.navbar-white .navigation-outer .mobile-navigation {
        padding-bottom: 16px;
        padding-top: 16px
    }
}

.kt-dp-holder {
    cursor: auto;
    left: 50%;
    margin-top: 12px;
    padding-bottom: 24px;
    position: absolute;
    top: 100%;
    width: 720px;
    z-index: 999
}

.kt-dp {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 20px 1px rgba(45,46,51,.12);
    overflow: hidden;
    position: relative
}

.kt-dp-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    padding: 24px
}

.kt-dp-month-holder {
    display: none;
    padding: 0 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 50%
}

.kt-dp-month-holder:first-child,.kt-dp-month-holder:nth-child(2) {
    display: block
}

.kt-dp-month-holder:first-child .kt-dp-title {
    position: relative
}

.kt-dp-month-holder:first-child .kt-dp-title:before {
    background: rgba(93,99,112,.25);
    bottom: 0;
    content: "";
    height: 60%;
    left: -10px;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 1px
}

.kt-dp-week {
    padding-bottom: 12px
}

.kt-dp-week span {
    color: #747c8c;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-align: center
}

.kt-dp-days,.kt-dp-week {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -2px
}

.kt-dp-days {
    flex-wrap: wrap
}

.kt-dp-day-holder,.kt-dp-week span {
    flex-basis: 14.2857142857%;
    padding: 2px
}

.kt-dp-day-holder.empty {
    opacity: 0
}

.kt-dp-day-holder.disabled {
    opacity: .75;
    pointer-events: none
}

.kt-dp-day-holder.disabled .kt-dp-day:after {
    background: rgba(93,99,112,.35);
    bottom: 0;
    content: "";
    height: 45%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
    width: 1px
}

.kt-dp-day-holder.disabled .kt-dp-day span {
    opacity: .5
}

.kt-dp-day-holder {
    position: relative
}

.kt-dp-day-holder:before {
    background: hsla(0,0%,100%,0);
    bottom: 2px;
    content: "";
    position: absolute;
    right: -2px;
    top: 2px;
    transition: background .1s ease-in-out;
    width: 4px
}

.kt-dp-day-holder.today .kt-dp-day {
    background: #f5f8fa;
    border: 1px solid rgba(215, 25, 33,.5)
}

.kt-dp-day-holder.selected .kt-dp-day {
    background: #d71921
}

.kt-dp-day-holder.selected .kt-dp-day span {
    color: #fff!important
}

.kt-dp-day-holder.selected.from .kt-dp-day {
    border-radius: 0 6px 6px 0
}

.kt-dp-day-holder.selected.from+.kt-dp-day-holder.selected.to:before,.kt-dp-day-holder.selected.from+.to:before {
    background: #d71921
}

.kt-dp-day-holder.selected.to {
    position: relative
}

.kt-dp-day-holder.selected.to:before {
    background: rgba(215, 25, 33,.2)
}

.kt-dp-day-holder.selected.to .kt-dp-day {
    border-radius: 6px 0 0 6px
}

.kt-dp-day-holder.selected.from.to:before {
    display: none
}

.kt-dp-day-holder.selected.from.to .kt-dp-day {
    border-radius: 6px!important
}

.kt-dp-day-holder.between:first-child:before,.kt-dp-day-holder.to:first-child:before {
    display: none!important
}

.kt-dp-day-holder.between {
    position: relative
}

.kt-dp-day-holder.between:before {
    background: rgba(215, 25, 33,.2)
}

.kt-dp-day-holder.between .kt-dp-day {
    background: rgba(215, 25, 33,.2);
    border-radius: 0
}

.kt-dp-day-holder.between .kt-dp-day span {
    color: #155277!important
}

.kt-dp-day-holder.empty+.kt-dp-day-holder.between:before,.kt-dp-day-holder.empty+.kt-dp-day-holder.to:before,.kt-dp-day-holder:nth-child(7n)+.kt-dp-day-holder:before {
    display: none!important
}

.kt-dp-day {
    align-items: center;
    background: #f1f5f8;
    border-radius: 4px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    position: relative;
    transition: background .1s ease-in-out,border-radius .1s ease-in-out
}

.kt-dp-day span {
    color: #484b52;
    font-size: 16px;
    font-weight: 600;
    transition: color .1s ease-in-out
}

.kt-dp-day:before {
    content: "";
    padding-top: 100%;
    width: 0
}

.kt-dp-day-holder:nth-child(7n) span:not(.kt-dp-price) {
    color: #da5252
}

.kt-dp-day-inner {
    align-items: center;
    direction: rtl;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 1;
    padding-top: 4px
}

.kt-dp-day-inner .kt-dp-price {
    color: #484b52;
    font-size: 13px;
    font-weight: 400;
    margin-top: 2px
}

.cheapest .kt-dp-day-inner .kt-dp-price {
    color: #2c844e;
    font-weight: 600
}

.kt-dp-georgian .kt-dp-arrows,.kt-dp-georgian .kt-dp-inner {
    direction: ltr
}

.kt-dp-title {
    color: #2d2e33;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
    padding-top: 5px;
    text-align: center
}

.kt-dp-footer {
    border-top: 1px solid #e7e8ea;
    padding: 16px 24px
}

.kt-dp-footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.kt-dp-footer-inner .btn {
    margin-left: 8px
}

.kt-dp-footer-inner .btn:first-child {
    margin-left: auto
}

.kt-dp-footer-inner .btn:last-child {
    margin-left: 0!important
}

.kt-dp-confirm {
    min-width: 100px
}

.kt-dp-change {
    min-width: 120px
}

.kt-dp-arrows {
    justify-content: space-between;
    padding: 0 24px;
    position: absolute;
    right: 0;
    top: 24px;
    width: 100%;
    z-index: 2
}

.kt-dp-arrow,.kt-dp-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.kt-dp-arrow {
    align-items: center;
    background: rgba(215, 25, 33,.15);
    border: none;
    border-radius: 6px;
    color: #B7000A;
    font-size: 14px;
    line-height: 2;
    padding: 3px 14px
}

.kt-dp-arrow:after,.kt-dp-arrow:before {
    font-size: 11px;
    position: relative;
    top: 1px
}

.kt-dp-arrow span {
    font-weight: 500;
    padding-top: 4px
}

.kt-dp-prev:before {
    content: "";
    margin-left: 8px
}

.kt-dp-next:after {
    content: "";
    margin-right: 8px
}

.kt-dp-georgian .kt-dp-month-holder:first-child .kt-dp-title:before {
    left: auto;
    right: -11px
}

.kt-dp-georgian .kt-dp-prev:before {
    content: "";
    margin-left: 0;
    margin-right: 8px
}

.kt-dp-georgian .kt-dp-next:after {
    content: "";
    margin-left: 8px;
    margin-right: 0
}

.kt-dp-georgian .kt-dp-day-holder:before {
    left: -2px;
    right: auto
}

.kt-dp-georgian .kt-dp-day-holder.selected.from .kt-dp-day {
    border-radius: 6px 0 0 6px
}

.kt-dp-georgian .kt-dp-day-holder.selected.to .kt-dp-day {
    border-radius: 0 6px 6px 0
}

.kt-dp-field {
    position: relative
}

.kt-dp-fields-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.kt-dp-fields-holder .kt-dp-field,.kt-dp-fields-holder .search-field-inner {
    position: static
}

.kt-dp-field,.kt-dp-field-holder {
    min-width: 136px
}

.kt-dp-field input,.kt-dp-field-holder input {
    min-width: auto!important
}

.kt-dp-field-outer .kt-dp-field {
    position: static
}

.kt-dp-field-holder>i {
    display: none
}

.kt-dp-field-holder.has-btn {
    position: relative
}

.kt-dp-field-holder.has-btn .btn {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    transition: opacity .15s ease-in-out,color .15s ease-in-out,border .15s ease-in-out;
    z-index: 1
}

.kt-dp-field-holder.has-btn input,.kt-dp-field-holder.has-btn label {
    opacity: 1;
    position: relative;
    transition: opacity .15s ease-in-out;
    transition-delay: 0s!important;
    z-index: 2
}

.kt-dp-field-holder.has-btn.disabled .btn {
    opacity: 1;
    pointer-events: all;
    z-index: 2
}

.kt-dp-field-holder.has-btn.disabled input,.kt-dp-field-holder.has-btn.disabled label {
    opacity: 0;
    pointer-events: none;
    z-index: 1
}

.kt-dp-active-btn {
    background: #fff!important;
    border: 1px solid #e7e8ea;
    color: #5d6370;
    height: 46px;
    top: -2px;
    width: 100%
}

.kt-dp-active-btn:hover {
    border: 1px solid #d9dbde;
    color: #484b52
}

.accordion {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(45,46,51,.18);
    margin-bottom: 12px
}

.accordion:last-child {
    margin-bottom: 0!important
}

.accordion-content {
    display: none
}

.accordion-title {
    align-items: flex-start;
    color: #B7000A;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
    margin-bottom: 0;
    padding: 14px 24px;
    transition: color .2s ease-in-out
}

.accordion-title span {
    flex-grow: 1;
    font-weight: 500;
    margin-left: 16px;
    padding-top: 5px
}

.accordion-title:after {
    content: "";
    font-size: .6em;
    position: relative;
    top: 11px;
    transform: rotate(0deg) translateY(2px);
    transition: transform .3s cubic-bezier(.68,.01,.31,.93)
}

.accordion-title.collapsed {
    color: #484b52
}

.accordion-title.collapsed:after {
    transform: rotate(-180deg) translateY(-1px)
}

.accordion-content-inner {
    border-top: 1px solid #e7e8ea;
    color: #484b52;
    font-size: 15px;
    padding: 18px 24px 14px
}

@media(max-width: 575.98px) {
    .accordion-title {
        font-size:16px;
        padding: 11px 16px
    }

    .accordion-title:after {
        top: 8px
    }

    .accordion-content-inner {
        font-size: 14px;
        padding: 12px 16px 8px
    }

    .accordion {
        margin-bottom: 8px
    }
}

.content-holder,.simple-page-inner .simple-page-content {
    color: #414349;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.125
}

.content-holder>:last-child,.simple-page-inner .simple-page-content>:last-child {
    margin-bottom: 0!important
}

.content-holder>.h1,.content-holder>.h2,.content-holder>.h3,.content-holder>h1,.content-holder>h2,.content-holder>h3,.simple-page-inner .simple-page-content>.h1,.simple-page-inner .simple-page-content>.h2,.simple-page-inner .simple-page-content>.h3,.simple-page-inner .simple-page-content>h1,.simple-page-inner .simple-page-content>h2,.simple-page-inner .simple-page-content>h3 {
    padding-top: 0!important
}

.content-holder ol,.content-holder ul,.simple-page-inner .simple-page-content ol,.simple-page-inner .simple-page-content ul {
    margin: 0 20px 1em 0;
    padding: 0 1em 0 0
}

.content-holder ol li,.content-holder ul li,.simple-page-inner .simple-page-content ol li,.simple-page-inner .simple-page-content ul li {
    margin-bottom: .25em
}

.content-holder ol li:last-child,.content-holder ul li:last-child,.simple-page-inner .simple-page-content ol li:last-child,.simple-page-inner .simple-page-content ul li:last-child {
    margin-bottom: 0
}

.content-holder ol,.simple-page-inner .simple-page-content ol {
    list-style: inherit
}

.content-holder ol li,.simple-page-inner .simple-page-content ol li {
    list-style-type: decimal
}

.content-holder ul li,.simple-page-inner .simple-page-content ul li {
    list-style-type: disc
}

.content-holder ul li ul li,.simple-page-inner .simple-page-content ul li ul li {
    list-style-type: circle
}

.content-holder a,.simple-page-inner .simple-page-content a {
    color: #d71921
}

.content-holder p,.simple-page-inner .simple-page-content p {
    margin: 0 0 1em;
    padding: 0;
    font-family: Vazir FD, arial !important;
}

.content-holder .h1,.content-holder h1,.simple-page-inner .simple-page-content .h1,.simple-page-inner .simple-page-content h1 {
    font-size: 1.5em
}

.content-holder .h2,.content-holder h2,.simple-page-inner .simple-page-content .h2,.simple-page-inner .simple-page-content h2 {
    font-size: 1.375em
}

.content-holder .h3,.content-holder h3,.simple-page-inner .simple-page-content .h3,.simple-page-inner .simple-page-content h3 {
    font-size: 1.25em
}

.content-holder .h4,.content-holder .h5,.content-holder h4,.content-holder h5,.simple-page-inner .simple-page-content .h4,.simple-page-inner .simple-page-content .h5,.simple-page-inner .simple-page-content h4,.simple-page-inner .simple-page-content h5 {
    font-size: 1.125em
}

.content-holder .h6,.content-holder h6,.simple-page-inner .simple-page-content .h6,.simple-page-inner .simple-page-content h6 {
    font-size: 1.0625em
}

.content-holder .h1,.content-holder .h2,.content-holder .h3,.content-holder .h4,.content-holder .h5,.content-holder .h6,.content-holder h1,.content-holder h2,.content-holder h3,.content-holder h4,.content-holder h5,.content-holder h6,.simple-page-inner .simple-page-content .h1,.simple-page-inner .simple-page-content .h2,.simple-page-inner .simple-page-content .h3,.simple-page-inner .simple-page-content .h4,.simple-page-inner .simple-page-content .h5,.simple-page-inner .simple-page-content .h6,.simple-page-inner .simple-page-content h1,.simple-page-inner .simple-page-content h2,.simple-page-inner .simple-page-content h3,.simple-page-inner .simple-page-content h4,.simple-page-inner .simple-page-content h5,.simple-page-inner .simple-page-content h6 {
    color: #2d2e33;
    font-weight: 600;
    margin-bottom: 0;
    padding: .2em 0 .5em
}

.content-holder .h1 b,.content-holder .h1 strong,.content-holder .h2 b,.content-holder .h2 strong,.content-holder .h3 b,.content-holder .h3 strong,.content-holder .h4 b,.content-holder .h4 strong,.content-holder .h5 b,.content-holder .h5 strong,.content-holder .h6 b,.content-holder .h6 strong,.content-holder h1 b,.content-holder h1 strong,.content-holder h2 b,.content-holder h2 strong,.content-holder h3 b,.content-holder h3 strong,.content-holder h4 b,.content-holder h4 strong,.content-holder h5 b,.content-holder h5 strong,.content-holder h6 b,.content-holder h6 strong,.simple-page-inner .simple-page-content .h1 b,.simple-page-inner .simple-page-content .h1 strong,.simple-page-inner .simple-page-content .h2 b,.simple-page-inner .simple-page-content .h2 strong,.simple-page-inner .simple-page-content .h3 b,.simple-page-inner .simple-page-content .h3 strong,.simple-page-inner .simple-page-content .h4 b,.simple-page-inner .simple-page-content .h4 strong,.simple-page-inner .simple-page-content .h5 b,.simple-page-inner .simple-page-content .h5 strong,.simple-page-inner .simple-page-content .h6 b,.simple-page-inner .simple-page-content .h6 strong,.simple-page-inner .simple-page-content h1 b,.simple-page-inner .simple-page-content h1 strong,.simple-page-inner .simple-page-content h2 b,.simple-page-inner .simple-page-content h2 strong,.simple-page-inner .simple-page-content h3 b,.simple-page-inner .simple-page-content h3 strong,.simple-page-inner .simple-page-content h4 b,.simple-page-inner .simple-page-content h4 strong,.simple-page-inner .simple-page-content h5 b,.simple-page-inner .simple-page-content h5 strong,.simple-page-inner .simple-page-content h6 b,.simple-page-inner .simple-page-content h6 strong {
    font-weight: 600
}

.content-holder img,.simple-page-inner .simple-page-content img {
    display: block;
    margin: auto;
    width: 50%;
    height: 50% !important;
}

.content-holder b,.content-holder strong,.simple-page-inner .simple-page-content b,.simple-page-inner .simple-page-content strong {
    color: #2d2e33;
    font-weight: 700
}

.page-content-inner {
    color: #5d6370;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.1
}

.page-content-inner>:last-child {
    margin-bottom: 0!important
}

.page-content-inner ul {
    margin: -.625em 0 1.5625em
}

.page-content-inner ul li {
    list-style-type: circle
}

.page-content-inner a {
    color: #B7000A
}

.page-content-inner p {
    margin: 0 0 .5em;
    padding: 0
}

.page-content-inner ol {
    list-style: inherit;
    margin: -.625em 0 1.5625em;
    padding: 0 2.1875em 0 0
}

.page-content-inner ol li {
    list-style-type: decimal
}

.page-content-inner .h2,.page-content-inner .h3,.page-content-inner .h4,.page-content-inner .h5,.page-content-inner .h6,.page-content-inner h2,.page-content-inner h3,.page-content-inner h4,.page-content-inner h5,.page-content-inner h6 {
    color: #3c3f44;
    font-size: 1.125em;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 0;
    padding: .125em 0 .25em
}

.page-content-inner .h2 b,.page-content-inner .h2 strong,.page-content-inner .h3 b,.page-content-inner .h3 strong,.page-content-inner .h4 b,.page-content-inner .h4 strong,.page-content-inner .h5 b,.page-content-inner .h5 strong,.page-content-inner .h6 b,.page-content-inner .h6 strong,.page-content-inner h2 b,.page-content-inner h2 strong,.page-content-inner h3 b,.page-content-inner h3 strong,.page-content-inner h4 b,.page-content-inner h4 strong,.page-content-inner h5 b,.page-content-inner h5 strong,.page-content-inner h6 b,.page-content-inner h6 strong {
    font-weight: 500
}

.page-content-inner img {
    height: auto;
    margin: 1.25em auto 1.875em;
    max-width: 100%
}

.page-content-inner b,.page-content-inner strong {
    color: #2d2e33;
    font-weight: 500
}

.body {
    position: relative
}

.leaflet-bottom {
    display: none!important
}

.kt-drawer-holder {
    display: none;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999
}

.kt-drawer-holder.kt-show {
    display: block
}

.kt-drawer-holder.active .kt-drawer-bg {
    opacity: 1
}

.kt-drawer-holder.active .kt-drawer {
    transform: translateY(0)
}

.kt-drawer-bg {
    background: rgba(45,46,51,.92);
    height: 100%;
    opacity: 0;
    top: 0;
    transition: opacity .325s cubic-bezier(.44,0,.1,1)
}

.kt-drawer,.kt-drawer-bg {
    position: absolute;
    right: 0;
    width: 100%
}

.kt-drawer {
    background: #fff;
    border-radius: 16px 16px 0 0;
    bottom: 0;
    max-height: 90%;
    padding: 24px 0;
    transform: translateY(100%);
    transition: transform .325s cubic-bezier(.44,0,.1,1)
}

html.kt-drawer-opened body {
    overflow: hidden
}

.pwa-install-guide-logo {
    align-items: center;
    background: #fff;
    border: 1px solid #e4e5e8;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    height: 56px;
    justify-content: center;
    margin-right: 12px;
    width: 56px
}

.pwa-install-guide-logo:before {
    background-image: url(https://cdn.zcharter.net/images/icon.png);
    background-position: 100%;
    background-size: cover;
    content: "";
    height: 56px;
    width: 56px
}

.pwa-install-guide img {
    border-radius: 12px;
    display: block;
    margin: 0 auto;
    width: 60px
}

.pwa-install-guide .h4,.pwa-install-guide h4 {
    color: #2d2e33;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    padding-top: 6px
}

.pwa-install-guide span {
    color: #5d6370;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    padding-top: 2px
}

.pwa-install-guide .btn {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 22px;
    width: 100%
}

.pwa-install-guide ul {
    margin-top: 12px
}

.pwa-install-guide ul li {
    align-items: center;
    color: #414349;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    justify-content: space-between;
    margin-bottom: 10px
}

.pwa-install-guide ul li>div {
    padding-top: 4px
}

.pwa-install-guide ul li strong {
    color: #B7000A
}

.pwa-install-guide ul li svg {
    fill: #2d2e33;
    width: auto
}

.pwa-install-guide ul li .ios-plus-svg {
    height: 18px
}

.pwa-install-guide ul li .ios-share-svg {
    height: 22px
}

.pwa-install-guide ul li>span {
    color: #007aff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding-top: 6px
}

.pwa-install-guide ul li:last-child {
    margin-bottom: 0!important
}

.header-notice {
    background: rgba(215, 25, 33,.22);
    direction: rtl
}

.header-notice .kt-icon-close {
    align-items: center;
    border-radius: 4px;
    color: #7d250a;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    font-size: 9px;
    justify-content: center;
    margin-left: -12px;
    padding: 17px 16px 15px 12px
}

.app-drawer-header {
    margin-top: -4px
}

.app-drawer-header span {
    font-size: 18px;
    line-height: 1.5;
    padding-top: 6px
}

.app-drawer-header .btn {
    font-size: 10px!important;
    padding: 16px 15px 14px!important
}

.app-drawer-text {
    color: #414349;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8
}

.header-notice-inner {
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-notice-text {
    color: #7d250a;
    flex-grow: 1;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: 9px;
    padding-top: 11px
}

.header-notice-text span {
    display: inline-block
}

.header-app-notice {
    background: #303237;
    cursor: pointer;
    direction: rtl
}

.header-app-notice .kt-icon-close {
    color: #fff;
    font-size: 10px;
    margin-left: -12px;
    margin-right: auto;
    padding: 13px 13px 13px 12px;
    position: relative;
    top: 1px
}

.header-app-notice-inner {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0
}

.header-app-btn {
    background: #d71921;
    border-radius: 6px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin-right: 12px;
    padding: 8px 10px 4px
}

.header-app-text {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    padding-top: 4px
}

.header-app-logo {
    align-items: center;
    background: #fff;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    justify-content: center;
    margin-left: 12px;
    width: 36px
}

.header-app-logo:before {
    background-image: url(https://cdn.zcharter.net/images/icon.png);
    background-position: 100%;
    background-size: cover;
    content: "";
    height: 36px;
    width: 36px
}

.container,.scrollable-container {
    --bs-gutter-x: 32px
}

.container {
    margin: 0 auto!important;
    width: auto!important
}

@keyframes loading-glow {
    0% {
        transform: translate(75%,-75%)
    }

    to {
        transform: translate(-75%,75%)
    }
}

@keyframes loading-fly {
    0% {
        transform: translateY(4px)
    }

    to {
        transform: translateY(-4px)
    }
}

.kt-loading-inner {
    animation-direction: alternate;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: loading-fly;
    animation-timing-function: ease-in-out;
    background-image: url(https://cdn.zcharter.net/images/icon.png);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 68px;
    height: 68px;
    overflow: hidden;
    position: relative;
    width: 68px;
    width: 68px
}

.kt-loading-inner:before {
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: loading-glow;
    animation-timing-function: ease-in-out;
    background-image: -o-linear-gradient(45deg,hsla(0,0%,100%,0) 27.5%,hsla(0,0%,100%,.45) 42.5%,hsla(0,0%,100%,.45) 57.5%,hsla(0,0%,100%,0) 72.5%);
    background-image: linear-gradient(45deg,hsla(0,0%,100%,0) 27.5%,hsla(0,0%,100%,.45) 42.5%,hsla(0,0%,100%,.45) 57.5%,hsla(0,0%,100%,0) 72.5%);
    bottom: -75%;
    content: "";
    left: -75%;
    position: absolute;
    right: -75%;
    top: -75%;
    transform: translate(75%,-75%)
}

.kt-loading {
    align-items: center;
    background: #fff;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999999
}

.modal-open {
    overflow: hidden
}

.fade.in {
    opacity: 1
}

.page-header-content .row {
    align-items: center;
    min-height: 51px
}

.btn-white {
    box-shadow: 0 1px 3px rgba(45,46,51,.18)!important;
    color: #ffffff!important
}

.kt-dropdown-menu,.kt-scrollbar,.kt-select,.sr_table .content,body .autocomplete-suggestions {
    scrollbar-color: #D75A5F #f5f8fa;
    scrollbar-width: thin
}

.kt-dropdown-menu::-webkit-scrollbar,.kt-scrollbar::-webkit-scrollbar,.kt-select::-webkit-scrollbar,.sr_table .content::-webkit-scrollbar,body .autocomplete-suggestions::-webkit-scrollbar {
    width: 12px
}

.kt-dropdown-menu::-webkit-scrollbar-track,.kt-scrollbar::-webkit-scrollbar-track,.kt-select::-webkit-scrollbar-track,.sr_table .content::-webkit-scrollbar-track,body .autocomplete-suggestions::-webkit-scrollbar-track {
    background: #f5f8fa;
    border-radius: 0
}

.kt-dropdown-menu::-webkit-scrollbar-thumb,.kt-scrollbar::-webkit-scrollbar-thumb,.kt-select::-webkit-scrollbar-thumb,.sr_table .content::-webkit-scrollbar-thumb,body .autocomplete-suggestions::-webkit-scrollbar-thumb {
    background: #c2ccd6;
    border: 4px solid #f5f8fa;
    border-radius: 8px;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out
}

.kt-dropdown-menu::-webkit-scrollbar-thumb:hover,.kt-scrollbar::-webkit-scrollbar-thumb:hover,.kt-select::-webkit-scrollbar-thumb:hover,.sr_table .content::-webkit-scrollbar-thumb:hover,body .autocomplete-suggestions::-webkit-scrollbar-thumb:hover {
    background: #b4bfca
}

.kt-dropdown-menu::-webkit-scrollbar-button,.kt-scrollbar::-webkit-scrollbar-button,.kt-select::-webkit-scrollbar-button,.sr_table .content::-webkit-scrollbar-button,body .autocomplete-suggestions::-webkit-scrollbar-button {
    display: none
}

.kt-dropdown-inner {
    align-items: center;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.kt-dropdown-inner span {
    padding-top: 4px
}

.kt-dropdown-inner i {
    align-items: center;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .5875em;
    height: 1em;
    justify-content: center;
    margin-right: 1em;
    width: 1em
}

.kt-dropdown-inner i:before {
    transform: rotate(0deg) translateY(2px);
    transition: transform .15s cubic-bezier(.44,0,.1,1)
}

.kt-dropdown {
    position: relative
}

.kt-dropdown.active .kt-dropdown-inner i:before {
    transform: rotate(180deg) translateY(0)
}

.kt-dropdown-footer-holder {
    border-top: 1px solid #e7e8ea;
    padding: 20px
}

.kt-dropdown-inner i {
    position: relative;
    top: -3px
}

.kt-dropdown-left .kt-dropdown-menu-holder {
    left: 0;
    right: auto;
    transform-origin: top left
}

.kt-tab-content {
    display: none
}

.kt-tab-content.active {
    display: block
}

.kt-dropdown-menu-holder {
    display: none
}

ul.kt-dropdown-menu {
    margin-bottom: 0;
    padding: 8px 0
}

.kt-dropdown-menu li {
    background: #fff;
    cursor: pointer;
    font-size: 16px;
    margin: 0!important;
    padding: 8px 20px 4px;
    transition: background .15s ease-in-out
}

.kt-dropdown-menu li:hover {
    background: #f9ddde
}

.kt-dropdown-menu li a {
    align-items: center;
    color: inherit!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.kt-dropdown-menu li.active {
    background: rgba(215, 25, 33,.09);
    box-shadow: inset 0 -1px #fff,inset 0 1px #fff
}

.kt-dropdown-menu ul {
    margin-bottom: 0;
    padding: 8px 0
}

.rowbg,.visible-xs[style*=margin] {
    display: none
}

.line-break {
    border: none!important;
    display: block!important;
    height: 0!important;
    margin: 0!important
}

p {
    font: inherit
}

.ch_side_whatsapp ul {
    margin-bottom: 0;
    padding-right: 0
}

.pop-up-background {
    background: rgba(45,46,51,.9)
}

.pop-up-content {
    background: #fff;
    border: none!important;
    box-shadow: 0 12px 24px .5px rgba(45,46,51,.06)
}

.calcu_table_box {
    border: 1px solid #e7e8ea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0!important;
    overflow: hidden
}

.pop-up.medium {
    padding-bottom: 20px;
    padding-top: 40px
}

.pop-up.medium .close_btn {
    margin-top: 40px
}

.pop-up.medium .pop-up-content {
    padding: 0
}

.pop-up.large {
    padding-bottom: 20px;
    padding-top: 40px
}

.calcu_table {
    font-family: Vazir FD,arial;
    margin: 0;
    padding: 1px 0 0;
    position: relative;
    width: 20%
}

.calcu_table:nth-child(-n+5) {
    padding: 0
}

.calcu_table .box a,.calcu_table .box span,.calcu_table .date {
    font-family: inherit!important
}

.calcu_table .titrwrap {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    left: 4px;
    pointer-events: none;
    position: absolute;
    right: 4px;
    top: 16px;
    z-index: 12
}

.calcu_table .titrwrap .date,.calcu_table .titrwrap .titr {
    color: #484b52;
    font-size: 13px;
    font-weight: 500
}

.calcu_table .titrwrap .titr {
    margin: 0
}

.calcu_table .titrwrap .date {
    margin-left: 0;
    margin-right: 2px
}

.calcu_table .box .price {
    background: #fff!important;
    border: none!important;
    border-radius: 0!important;
    box-shadow: 1px 0 0 #e7e8ea,0 1px 0 #e7e8ea!important;
    color: #414349;
    font-size: 16px;
    font-weight: 600;
    height: auto;
    line-height: 1;
    padding: 40px 1px 14px 0!important
}

.calcu_table .box .price .cssload-content {
    margin-top: 0!important;
    transform: none
}

.calcu_table .box .price .cssload-content div:before {
    border-width: 2px;
    height: 16px;
    width: 16px
}

.calcu_table .box .price.minpriceshow {
    background: rgba(74,194,120,.1)!important;
    box-shadow: 1px 0 0 rgba(74,194,120,.25),0 1px 0 rgba(74,194,120,.25)!important
}

.calcu_table .box .price span {
    display: inline-block!important;
    font-size: 0!important;
    margin-right: 3px
}

.calcu_table .box .price span:before {
    color: #5d6370;
    content: " ت";
    display: inline-block;
    font-size: 13px
}

.calcu_table .igniconf {
    background: none!important;
    color: #B7000A;
    height: 16px;
    margin: 0 auto;
    opacity: .75;
    position: static;
    width: 16px
}

.calcu_table .igniconf:before {
    content: "\E921";
    font-size: 15px;
    position: relative;
    top: -2px
}

.calcu_table .igniconf2:before {
    filter: none;
    content: "\E90B";
    font-size: 20px;
}

.cssload-content.bgdoader {
    align-items: center;
    background: none;
    border-radius: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: none
}

.cssload-content.bgdoader div {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(45,46,51,.25);
    padding: 16px
}

.cssload-content.bgdoader div:before {
    border-width: 2px;
    height: 24px;
    width: 24px
}

#from_to_popup {
    padding-bottom: 78px;
    position: relative
}

#from_to_popup .modal-content-holder {
    padding: 0!important
}

#from_to_popup .close_btn {
    background: rgba(21,22,24,.75);
    left: 0!important;
    margin-left: 0!important;
    margin-top: 0!important;
    top: -52px!important
}

#from_to_popup .close_btn i:before {
    color: #fff!important
}

#from_to_popup .popup_title {
    align-items: center;
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 16px 20px
}

#from_to_popup .popup_title .fromtotitle {
    font-size: 17px;
    font-weight: 600;
    padding-left: 2px;
    padding-top: 4px
}

#from_to_popup .popup_title .revbtn {
    font-size: 14px;
    margin-top: 0;
    padding: 7px 14px 3px
}

#from_to_popup .popup_title .clear,#from_to_popup .popup_title i {
    display: none
}

.calcu_table_box .btn {
    align-items: center;
    background: rgba(215, 25, 33,.15)!important;
    border: none;
    border-radius: 6px;
    bottom: 20px;
    color: #B7000A!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Vazir FD,arial;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    line-height: 2;
    margin: 0;
    padding: 7px 14px 3px;
    position: absolute;
    width: auto
}

.calcu_table_box .btn:after,.calcu_table_box .btn:before {
    font-size: 11px;
    position: relative;
    top: -2px
}

.calcu_table_box .btn.nextdis,.calcu_table_box .btn.prevdis {
    opacity: .5
}

.calcu_table_box .btn.page_next {
    left: 20px
}

.calcu_table_box .btn.page_next:after {
    content: "";
    margin-right: 8px
}

.calcu_table_box .btn.page_prev {
    right: 20px
}

.calcu_table_box .btn.page_prev:before {
    content: "";
    margin-left: 8px
}

.pop-up {
    left: 50%!important;
    margin-left: 0!important;
    padding-left: 8px;
    padding-right: 8px;
    transform: translateX(-50%)!important;
    width: 100%!important
}

.pop-up.small {
    max-width: 466px!important
}

.pop-up.medium {
    max-width: 576px!important
}

.pop-up.large {
    max-width: 1124px!important
}

.pop-up,.pop-up-background {
    z-index: 999999!important
}

#peigiri_form .line {
    position: relative
}

#peigiri_form .line .captcha {
    left: 10px;
    position: absolute;
    top: 38px
}

#login_form .line {
    margin-bottom: 12px
}

#forget_pass .line,.sec_code {
    position: relative
}

#forget_pass .line #img_sec,.sec_code #img_sec {
    left: 10px;
    position: absolute;
    top: 38px
}

.sec_code input.text_box.required {
    background: #eff3f6
}

.dlapp {
    display: none!important
}

#register fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: -6px;
    max-width: none;
    padding: 0
}

#register fieldset .line {
    margin: 0;
    padding: 6px;
    width: 50%
}

#register fieldset.codesecu {
    background: none;
    border: none;
    padding-top: 6px;
    position: relative
}

#register fieldset.codesecu .line {
    width: 100%
}

#register fieldset.codesecu .captcha {
    left: 13px;
    position: absolute;
    top: 45px
}

#register fieldset.codesecu .captcha img {
    display: block
}

#register .line label {
    font-size: 15px;
    margin-bottom: 3px
}

#register .radios_box {
    background: #eff3f6;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px;
    width: 100%
}

#register .radios_box .kt-checkbox-label {
    width: 50%!important
}

#register .radios_box .kt-checkbox-label .kt-checkbox-label-inner {
    background: none;
    border-radius: 4px;
    color: #414349!important;
    font-size: 14px;
    line-height: 1;
    padding: 13px 0 9px;
    text-align: center;
    transition: color .15s ease-in-out,background .15s ease-in-out,box-shadow .15s ease-in-out
}

#register .radios_box .kt-checkbox-label .kt-checkbox-label-inner:before {
    display: none
}

#register .radios_box .kt-checkbox-label input:checked+.kt-checkbox-label-inner {
    background: #fff;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    color: #2d2e33!important
}

#register .isagancy {
    padding-top: 12px
}

.modal-content-holder {
    padding: 28px 32px 26px
}

.pop-up .form:last-child,.pop-up form:last-child {
    padding-bottom: 6px
}

.pop-up .form form {
    padding-bottom: 0!important
}

.pop-up form .error,.pop-up form .success {
    border: none;
    font-weight: 500;
    padding: 12px 16px 8px;
    text-align: right;
    width: 100%!important
}

.pop-up form .error:first-child,.pop-up form .success:first-child {
    margin-top: 4px
}

.pop-up form .line {
    margin-bottom: 12px;
    overflow: hidden
}

.pop-up form .line label {
    color: #414349;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 4px;
    width: 100%
}

.pop-up form .line label,.pop-up form .text_box {
    float: none!important;
    font-family: Vazir FD,arial
}

.pop-up form .btn,.pop-up form .text_box {
    width: 100%!important
}

.pop-up form .btn {
    height: auto!important;
    line-height: 2!important;
    margin: 0!important
}

.pop-up .pop-up-content {
    padding: 0
}

.pop-up .popup_title {
    border-bottom: 1px solid #e7e8ea;
    color: #2d2e33;
    font-family: Vazir FD,arial;
    font-size: 19px;
    font-weight: 600;
    margin: 0;
    padding: 32px 32px 27px
}

.featured-row__title h1 {
    color: #d71921 !important;
    font-family: Vazir FD,arial !important;
	font-size: 1.5em !important;

}

.pop-up .popup_title i {
    display: none
}

.pop-up .close_btn {
    align-items: center;
    background: #eaeff3;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    height: 40px;
    justify-content: center;
    left: 32px;
    margin-left: 8px;
    padding-top: 2px;
    right: auto;
    top: 21px;
    width: 40px
}

.pop-up .close_btn:hover {
    background: #e9eff2
}

.pop-up .close_btn i {
    line-height: 1
}

.pop-up .close_btn i:before {
    color: #414349;
    content: "";
    display: block;
    font-size: 10px
}

#Expiration_price_box .pic {
    display: none
}

div#Expiration_price_innbox {
    color: #414349;
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
    text-align: center
}

.pop-up.small {
    max-width: 100%;
    width: 450px
}

.pop-up.small .searchnew {
    margin: 10px 0 6px;
    max-width: none;
    width: 100%
}

.pop-up.small .modal-register-btn {
    margin-top: 20px
}

.pop-up.small .modal-register-btn a {
    align-items: center;
    cursor: pointer;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    text-align: center
}

.pop-up.small .modal-register-btn a span:first-child {
    color: #484b52;
    margin-left: 12px;
    padding-top: 4px
}

.pop-up.small .modal-register-btn a span:last-child {
    background: rgba(215, 25, 33,.18);
    border-radius: 10px;
    color: #B7000A;
    padding: 8px 20px 4px
}

.pop-up.small .forgetpass {
    color: #5d6370;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 8px!important;
    margin-top: -6px
}

#forget_pass .modal-register-btn {
    display: none!important
}

.cssload-content div,.error_alert_i3 div {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.cssload-content div:before,.error_alert_i3 div:before {
    animation: ajaxLoading .8s linear infinite;
    border: 3px solid #afc4d4;
    border-radius: 100%;
    border-right-color: transparent!important;
    content: "";
    height: 32px;
    width: 32px
}

.cssload-content div div,.error_alert_i3 div div {
    display: none
}

#login_form .cssload-content {
    margin: 100px 0!important
}

@keyframes contactPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(74,194,120,.4)
    }

    70% {
        box-shadow: 0 0 0 24px rgba(74,194,120,0)
    }

    to {
        box-shadow: 0 0 0 0 rgba(74,194,120,0)
    }
}

@keyframes contactPulseSm {
    0% {
        box-shadow: 0 0 0 0 rgba(74,194,120,.4)
    }

    70% {
        box-shadow: 0 0 0 20px rgba(74,194,120,0)
    }

    to {
        box-shadow: 0 0 0 0 rgba(74,194,120,0)
    }
}

.sticky-contact-btn {
    animation: contactPulse 2s infinite;
    border-radius: 100%;
    bottom: 32px;
    font-size: 20px;
    line-height: 1;
    padding: 18px!important;
    position: fixed;
    right: 32px;
    z-index: 2
}

#wrapper.holds-the-iframe {
    background: #fff!important;
    border-bottom: 1px solid #e7e8ea;
    border-top: 1px solid #e7e8ea;
    box-sizing: content-box;
    padding: 40px 0!important
}

#sidebar,.ad_sb,.ad_sb_result {
    display: none!important
}

.account-menu .kt-dropdown-menu li {
    font-size: 15px
}

@media(max-width: 1199.98px) {
    .pop-up.large {
        max-width:944px!important
    }
}

@media(min-width: 1200px) {
    .form-wrapper .row>* {
        width:auto
    }
}

@media(max-width: 991.98px) {
    .pop-up.large {
        max-width:704px!important
    }

    .sticky-contact-btn {
        bottom: 24px;
        right: 24px;
        z-index: 1000;
    }

    .account-menu .kt-dropdown-menu ul {
        padding: 0
    }

    .account-menu .kt-dropdown-menu ul li {
        font-size: 16px
    }

    .modal-backdrop {
        z-index: 999991
    }

    .modal {
        z-index: 999999
    }
}

@media(max-width: 767.98px) {
    .pop-up.large {
        max-width:524px!important
    }

    .sticky-contact-btn {
        animation: contactPulseSm 2s infinite;
        bottom: 20px;
        font-size: 18px;
        padding: 16px!important;
        right: 20px;
        z-index: 1000;
    }
}

@media(max-width: 575.98px) {
    .pop-up.large {
        left:0!important;
        max-width: 100%!important;
        transform: none!important
    }

    .sticky-contact-btn {
        bottom: 16px;
        right: 16px;
        z-index: 1000;
    }

    #register fieldset .line {
        width: 100%
    }

    .pop-up .popup_title {
        padding: 24px 24px 19px
    }

    .modal-content-holder {
        padding: 20px 24px 18px
    }

    .pop-up .close_btn {
        left: 24px;
        top: 14px
    }

    #reserve_popup .pessenger_footer .reserve_final .btn_res,#reserve_popup .sb_bank .bank_select #purchase>.btn_res,.btn,.customalert #customalertconfirm,.kt-btn,.payment_content div#purchase .btn_res,.result-page #sidebar_result .sb_sub_btn,.uselastpassenger #customalertconfirm {
        font-size: 16px;
        padding: 10px 20px 5px
    }

    #reserve_popup .pessenger_footer .reserve_final .btn-p-eq.btn_res,#reserve_popup .sb_bank .bank_select #purchase>.btn-p-eq.btn_res,.btn.btn-p-eq,.customalert .btn-p-eq#customalertconfirm,.kt-btn.btn-p-eq,.payment_content div#purchase .btn-p-eq.btn_res,.result-page #sidebar_result .btn-p-eq.sb_sub_btn,.uselastpassenger .btn-p-eq#customalertconfirm {
        padding-bottom: 5px;
        padding-top: 5px
    }

    #from_to_popup .popup_title .revbtn,#register .btn,#reserve_popup .alert_box .btn,#reserve_popup .pessenger_footer .reserve_final .btn_res,#reserve_popup .sb_bank .bank_select #purchase>.btn_res,.btn-sm,.customalert #customalertconfirm,.kt-btn-sm,.payment_content div#purchase .btn_res,.uselastpassenger #customalertconfirm {
        padding: 8px 12px 4px
    }

    #from_to_popup .popup_title .btn-p-eq.revbtn,#register .btn-p-eq.btn,#reserve_popup .alert_box .btn-p-eq.btn,#reserve_popup .pessenger_footer .reserve_final .btn-p-eq.btn_res,#reserve_popup .sb_bank .bank_select #purchase>.btn-p-eq.btn_res,.btn-sm.btn-p-eq,.customalert .btn-p-eq#customalertconfirm,.kt-btn-sm.btn-p-eq,.payment_content div#purchase .btn-p-eq.btn_res,.uselastpassenger .btn-p-eq#customalertconfirm {
        padding-bottom: 3px;
        padding-top: 3px
    }

    .h1 {
        font-size: 22px
    }

    .h2 {
        font-size: 20px
    }

    .h3 {
        font-size: 18px
    }

    .scrollable-container {
        -webkit-overflow-scrolling: touch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-start;
        margin-left: calc(var(--bs-gutter-x)*-.5);
        margin-right: calc(var(--bs-gutter-x)*-.5);
        overflow-x: scroll;
        overflow-y: hidden;
        padding-right: calc(var(--bs-gutter-x)*.5)
    }

    .scrollable-container .row {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .scrollable-container:after {
        content: "";
        min-width: calc(var(--bs-gutter-x)*.5);
        width: calc(var(--bs-gutter-x)*.5)
    }

    .modal {
        --bs-modal-padding: 24px 16px
    }

    .modal-body {
        padding: 24px 16px
    }

    .modal-header {
        background: #4a4f5a;
        border-radius: 0;
        padding: 5px 16px;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 2
    }

    .modal-header .title,.modal-title {
        color: #fff;
        font-size: 18px;
        line-height: 1.5;
        padding-top: 6px
    }

    .modal .close {
        background: none!important;
        color: #fff;
        height: auto;
        margin-left: -16px;
        padding: 18px 44px 18px 20px;
        width: auto
    }

    .modal .close:before {
        font-size: 13px
    }

    .modal {
        overflow: hidden
    }

    .modal-dialog {
        height: 100%
    }

    .modal-content {
        border-radius: 0;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 60px 0 0
    }

    .modal-dialog {
        align-items: flex-start;
        padding: 0
    }

    #main_wrapper .alert_box .error-content .error_alert_i2,.error-content #main_wrapper .alert_box .error_alert_i2,.error-content .kt-iconbox,.error-message {
        margin-bottom: 12px
    }
}

@media(max-width: 374.98px) {
    .sticky-contact-btn {
        bottom:12px;
        right: 12px
    }

    .container,.scrollable-container,.search-form-holder .tabs-navigate-wrapper,.search-header-buttons {
        --bs-gutter-x: 24px
    }
}

div.cssload-content-bg {
    padding: 24px 0
}

.btn .cssload-content {
    height: auto!important
}

.btn .cssload-content div {
    position: relative;
    top: -2px
}

.btn .cssload-content div:before {
    border-color: inherit;
    height: 2em;
    width: 2em
}

.calcu_table_box .btn .cssload-content,.reverseh .cssload-content,.speaksearch .cssload-content {
    margin-top: -2px;
    padding: 0 8px;
    transform: scale(.5)
}

.calcu_table_box .btn .cssload-content div,.reverseh .cssload-content div,.speaksearch .cssload-content div {
    top: 0
}

.calcu_table_box .btn .cssload-content div:before,.reverseh .cssload-content div:before,.speaksearch .cssload-content div:before {
    border-color: inherit;
    height: 30px;
    opacity: .5;
    width: 30px
}

.reverseh .cssload-content {
    padding: 0 17px;
    width: auto!important
}

.speaksearch .cssload-content {
    margin-top: -4px
}

#purchase .btn_res .cssload-content,.inn .cssload-content,.search_re .cssload-content,.searchnew .cssload-content,.uselastpassenger .cssload-content {
    transform: scale(.5)
}

#purchase .btn_res .cssload-content {
    margin-top: -4px
}

#purchase .btn_res .cssload-content .cssload-l1,#purchase .btn_res .cssload-content .cssload-l2,#purchase .btn_res .cssload-content .cssload-l3,.inn .cssload-content .cssload-l1,.inn .cssload-content .cssload-l2,.inn .cssload-content .cssload-l3,.search_re .cssload-content .cssload-l1,.search_re .cssload-content .cssload-l2,.search_re .cssload-content .cssload-l3,.searchnew .cssload-content .cssload-l1,.searchnew .cssload-content .cssload-l2,.searchnew .cssload-content .cssload-l3 {
    background: #fff
}

.search_result_box .btn .cssload-content {
    margin: -2px 7px 0;
    opacity: .9;
    transform: scale(.5)
}

.search_result_box .btn.btn.rvsbtn .cssload-content {
    margin-top: 0!important
}

.search_result_box .btn_prev .cssload-content {
    margin: -3px 5px 0 0
}

.search_result_box .btn_next .cssload-content {
    margin: -3px 0 0 5px
}

.searchnew .cssload-content {
    height: 31px
}

@media(max-width: 575.98px) {
    .calcu_table {
        width:33.3333%
    }

    .calcu_table:nth-child(-n+5) {
        padding: 1px 0 0
    }

    .calcu_table:nth-child(-n+3) {
        padding: 0
    }
}

#main_wrapper .alert_box .error_alert_i2,.kt-iconbox {
    border-radius: 12px;
    font-size: 20px;
    height: 56px;
    line-height: 56px!important;
    text-align: center;
    width: 56px
}

.kt-iconbox-warning {
    background: rgba(215, 25, 33,.15);
    color: #ea6840!important
}

#main_wrapper .alert_box .error_alert_i2,.kt-iconbox-danger {
    background: hsla(0,100%,70%,.15);
    color: #e85454!important
}

.kt-iconbox-success {
    background: rgba(74,194,120,.15);
    color: #3fa466!important
}

.kt-iconbox-info {
    background: rgba(215, 25, 33,.15);
    color: #068bde!important
}

.search-form-holder {
    padding-top: 120px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* height: 100vh !important; */
    position: relative;
    /* min-height: 600px; */
    margin-bottom: 40px;
    width: 100%;
    height: 100%;
    inset: 0;
    background-repeat: repeat-x;
    background-position: -1920px 100%;
    /* z-index: 3; */
    animation: cloudMove 100s linear 0s infinite;
    background-image: url("https://cdn.zcharter.net/images/cloud-1.png");
}

.search-form-holder:before {
    background: hsla(0,0%,100%,.8);
    background: -webkit-gradient(linear,left bottom,left top,from(hsla(0,0%,100%,0)),color-stop(80%,hsla(0,0%,100%,.9)));
    background: -o-linear-gradient(bottom,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.9) 80%);
    background: linear-gradient(0deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.9) 80%);
    bottom: 20%;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.fullwidth-page-header .container,.search-form-holder .container {
    padding-bottom: 80px;
    padding-top: 64px;
    position: relative
}

.search-form-holder .search-forms-wrapper {
    position: relative
}

.search-form-holder .search-forms-wrapper:before {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: hsla(0,0%,100%,.95);
    border-radius: 24px;
    box-shadow: 0 3px 6px rgba(45,46,51,.15);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.search-form-holder .tabs-navigate-wrapper {
    position: relative
}

.search-form-holder .tabs-navigate-wrapper ul {
    box-shadow: inset 0 -2px rgba(45,46,51,.06);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding-left: 44px;
    padding-right: 44px
}

.search-form-holder .tabs-navigate-wrapper ul li {
    margin-left: 40px
}

.search-form-holder .tabs-navigate-wrapper ul li a {
    align-items: center;
    color: #757a85;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
    padding: 28px 0 26px;
    transition: color .25s ease-in-out
}

.search-form-holder .tabs-navigate-wrapper ul li a i {
    font-size: 20px;
    margin-left: 12px
}

.search-form-holder .tabs-navigate-wrapper ul li a i:before {
    position: relative
}

.search-form-holder .tabs-navigate-wrapper ul li .kt-icon-train:before {
    top: -1px
}

.search-form-holder .tabs-navigate-wrapper ul li .kt-icon-bus:before {
    font-size: 18px;
    top: -1px
}

.search-form-holder .tabs-navigate-wrapper ul li .kt-icon-hotel:before {
    top: -2px
}

.search-form-holder .tabs-navigate-wrapper ul li .kt-icon-airplane:before {
    font-size: 23px;
    top: 1px
}

.search-form-holder .tabs-navigate-wrapper ul li .kt-icon-airplane2:before {
    font-size: 18px;
    top: 1px
}

.search-form-holder .tabs-navigate-wrapper ul li .kt-icon-bed:before {
    top: 0
}

.search-form-holder .tabs-navigate-wrapper ul li .kt-icon-pool:before {
    top: -1px
}

.search-form-holder .tabs-navigate-wrapper ul li.active a {
    box-shadow: 0px 3px 2px -2px #d71921;
    color: #2d2e33;
}

.search-form-holder .tabs-navigate-wrapper ul li span {
    padding-top: 4px
}

.search-form-holder .tabs-navigate-wrapper ul li:last-child {
    margin-left: 0!important
}

.search-form-holder .tabs-navigate-wrapper ul .visible-xs {
    display: none
}

.search-form-holder .tabs-navigate-wrapper,.search-forms {
    position: relative
}

.tabs-line {
    background: #2d2e33;
    bottom: 0;
    height: 2px;
    position: absolute;
    right: 40px;
    transition: width .3s cubic-bezier(.55,.05,.13,1),right .3s cubic-bezier(.55,.05,.13,1),background .3s cubic-bezier(.55,.05,.13,1);
    width: 107px
}

.quick-access-holder {
    margin-top: 92px
}

.quick-access {
    padding: 32px 0;
    position: relative
}

.quick-access:before {
    background: #f9ddde;
    border-radius: 12px;
    bottom: 0;
    content: "";
    left: -40px;
    position: absolute;
    right: -40px;
    top: 0;
    z-index: 1
}

.quick-access-inner {
    padding-top: 4px;
    position: relative;
    z-index: 2
}

.quick-access-title {
    color: #2d2e33;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0
}

.quick-access-title:after {
    content: "";
    display: none
}

.quick-access-list {
    padding-top: 7px
}

.quick-access-list li {
    line-height: 1.5
}

.quick-access-list li a {
    color: #5d6370;
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 7px 0 3px
}

.quick-access-list li a:hover {
    color: #B7000A
}

.application-section {
    position: relative
}

.application-section:before {
    background: #f1f5f8;
    bottom: 0;
    content: "";
    height: 50%;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1
}

.application-holder {
    background-image: url(https://cdn.zcharter.net/images/application-bg.jpg);
    background-position: 50%;
    background-size: cover;
    border-radius: 16px;
    overflow: hidden;
    padding: 0 88px;
    position: relative;
    z-index: 2
}

.application-holder:before {
    background: #2d2e33;
    background: -o-radial-gradient(circle closest-side,rgba(45,46,51,0) 0,rgba(45,46,51,.8) 100%);
    background: radial-gradient(circle closest-side,rgba(45,46,51,0) 0,rgba(45,46,51,.8) 100%);
    content: "";
    min-height: 100%;
    padding-top: 45%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1
}

.application-demo {
    border-radius: 12px 12px 0 0;
    box-shadow: 0 1px #e7e8ea;
    display: block;
    height: 272px;
    margin-bottom: 1px;
    width: auto
}

.application-inner {
    position: relative;
    z-index: 2
}

.application-content {
    color: #fff;
    padding: 80px 0
}

.application-title {
    opacity: .8
}

.application-buttons {
    padding-bottom: 4px
}

.application-buttons>* {
    margin-left: 8px
}

.application-buttons>:last-child {
    margin-left: 0!important
}

.application-buttons i {
    margin-left: 10px
}

.application-buttons i.kt-icon-globe {
    color: #fff;
    font-size: 22px
}

.application-buttons .kt-app-btn {
    background: #0e0e10!important;
    padding: 8px 16px 8px 18px!important
}

.faq-section {
    padding-bottom: 96px;
    padding-top: 80px
}

.contact-box {
    background-image: url(https://cdn.zcharter.net/images/contact-bg.jpg);
    background-position: bottom;
    background-size: cover;
    height: 100%;
    min-width: 400px;
    width: 400px
}

.contact-box-inner {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background: rgba(45,46,51,.92)
}

.contact-box-text {
    opacity: .95
}

.quick-access-boxes {
    padding-bottom: 80px;
    padding-top: 68px
}

.quick-search-section {
    padding-top: 32px
}

.quick-access-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: inset 0 0 0 1px #e7e8ea,0 2px 5px .25px rgba(45,46,51,.04);
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    transition: top .15s ease-in-out,box-shadow .15s ease-in-out!important
}

.quick-access-box:hover {
    box-shadow: inset 0 0 0 1px #e7e8ea,0 3px 8px .25px rgba(45,46,51,.07);
    top: -3px
}

.quick-access-box:before {
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    transform: skewX(-35deg);
    transform-origin: left bottom;
    width: 98px;
    z-index: 1
}

.quick-access-box.green:before {
    background: #6ece93;
    box-shadow: -8px 0 rgba(74,194,120,.2)
}

.quick-access-box.green .quick-access-box-inner i {
    box-shadow: 0 1px 3px rgba(41,135,79,.3);
    color: #40b36c
}

.quick-access-box.yellow:before {
    background: #ffd272;
    box-shadow: -8px 0 rgba(255,195,66,.27)
}

.quick-access-box.yellow .quick-access-box-inner i {
    box-shadow: 0 1px 3px rgba(173,125,19,.35);
    color: #e7ad30
}

.quick-access-box.blue:before {
    background: #58c2ff;
    box-shadow: -8px 0 rgba(15,166,255,.15)
}

.quick-access-box.blue .quick-access-box-inner i {
    box-shadow: 0 1px 3px rgba(0,118,191,.3);
    color: #139cec
}

.quick-access-box-inner {
    height: 100%;
    padding: 24px;
    position: relative;
    z-index: 2
}

.quick-access-box-inner,.quick-access-box-inner i {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.quick-access-box-inner i {
    background: #fff;
    border-radius: 12px;
    font-size: 28px;
    height: 68px;
    justify-content: center;
    margin-left: 16px;
    min-width: 68px;
    padding-top: 2px;
    width: 68px
}

.quick-access-box-content {
    flex-grow: 1;
    line-height: 1.4;
    padding-top: 4px
}

.quick-access-box-title {
    align-items: center;
    color: #2d2e33;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.quick-access-box-title span {
    font-size: 18px;
    font-weight: 500;
    margin-left: 8px;
    padding-top: 2px
}

.quick-access-box-title:after {
    content: "";
    font-size: 14px
}

.quick-access-box-subtitle {
    color: #5d6370;
    font-size: 15px;
    margin-top: 4px
}

.page-image-section {
    padding: 88px 0
}

.page-image-section-content {
    padding: 24px 0
}

.page-image-section-title {
    color: #2d2e33;
    margin-bottom: 16px
}

.page-image-section-img {
    background-position: 50%;
    background-size: cover;
    border-radius: 16px;
    height: 100%;
    max-width: 420px;
    padding-top: 60%
}

.page-content-section {
    margin-top: 92px
}

.page-content-image {
    height: 412px;
    padding-bottom: 16px;
    position: relative
}

.page-content-image img:first-child {
    border-radius: 28px;
    bottom: 6px;
    height: auto;
    opacity: .15;
    position: absolute;
    transform: scale(.875) rotate(3deg);
    transform-origin: bottom center;
    width: 100%;
    z-index: 1
}

.page-content-image img:last-child {
    border-radius: 16px;
    display: block;
    height: 100%;
    position: relative;
    width: auto;
    z-index: 1
}

.page-content-outer {
    overflow: hidden;
    position: relative
}

.page-content-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse
}

.page-content-section .page-content-holder {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.page-content-section .page-content-outer {
    flex-grow: 1;
    position: relative
}

.page-content-section.active .container {
    display: block
}

.page-content-section.active .page-content-outer {
    height: auto;
    overflow: visible
}

.page-content-section.active .page-content-holder {
    position: static
}

.page-content-section.active .page-content-image {
    margin-bottom: 20px
}

.readmore-btn-holder {
    bottom: 0;
    padding-bottom: 26px;
    position: absolute;
    right: 0;
    width: 100%
}

.readmore-btn-holder:before {
    background: #fff;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(30%,#fff),to(hsla(0,0%,100%,0)));
    background: -o-linear-gradient(bottom,#fff 30%,hsla(0,0%,100%,0) 100%);
    background: linear-gradient(0deg,#fff 30%,hsla(0,0%,100%,0));
    bottom: 0;
    content: "";
    height: 192px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 1
}

.readmore-btn-holder .btn {
    position: relative;
    z-index: 2
}

.readmore-btn {
    align-items: center;
    color: #0984d0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 0!important
}

.readmore-btn span {
    font-weight: 500;
    margin-left: 12px;
    padding-top: 4px
}

.readmore-btn i {
    align-items: center;
    background: rgba(215, 25, 33,.15);
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 8px;
    height: 24px;
    justify-content: center;
    padding-top: 2px;
    transition: background-color .15s ease-in-out;
    width: 24px
}

.readmore-btn:hover {
    color: #0b6aa6
}

.readmore-btn:hover i {
    background: rgba(215, 25, 33,.19)
}

#content {
    float: none
}

.home_container #content {
    width: 100%
}

.special_route_box {
    float: none;
    width: 100%
}

.sr_tables_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: -12px
}

.sr_table {
    background: none!important;
    float: none;
    margin: 0;
    padding: 12px;
    width: 25%
}

.sr_table-inner {
    background: #fff;
    border: 1px solid #e7e8ea;
    border-radius: 8px;
    box-shadow: 0 2px 5px .25px rgba(45,46,51,.04)
}

.sr_table .t_head {
    align-items: center;
    border-bottom: 1px solid #B7000A !important;
	border: 2px solid #D71921;
    border-radius: 8px 8px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding: 14px 24px;
    position: relative
}

.sr_table .t_head .clear {
    display: none
}

.sr_table .t_head .t_head-code {
    background: #D71921;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    padding: 9px 9px 6px;
    position: relative;
    z-index: 2
}

.sr_table .t_head:after,.sr_table .t_head:before {
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.sr_table .t_head:before {
    background-position: 50%;
    background-size: cover;
    z-index: 0
}

.sr_table .t_head:after {
    background: -o-linear-gradient(15deg,hsla(0,0%,100%,.75) 0,hsla(0,0%,100%,.98) 80%);
    background: linear-gradient(75deg,hsla(0,0%,100%,.75),hsla(0,0%,100%,.98) 80%);
    z-index: 1
}

.sr_table .t_head .t_table {
    color: #2d2e33;
    font-family: Vazir FD,arial;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
    padding-top: 4px;
    position: relative;
    z-index: 2
}

.sr_table .content {
    height: 264px;
    margin: 0;
    padding: 8px 24px
}

.sr_table .line {
    align-items: center;
    background: none!important;
    border-bottom: 1px dashed #D75A5F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Vazir FD,arial;
    justify-content: space-between;
    line-height: 1.5;
    padding: 13px 0 9px
}

.sr_table .line:last-child {
    border-bottom: 0!important
}

.sr_table .line .price {
    color: #696f7e;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding-right: 6px;
    text-align: left
}

.sr_table .line .price span {
    display: inline-block;
    font-size: 17px;
    margin: 0 2px
}

.sr_table .line .city,.sr_table .line .price span {
    color: #414349;
    font-weight: 500
}

.sr_table .line .clear,.sr_table_last {
    display: none
}

.recent-searches-holder {
    align-items: center;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: rgba(45,46,51,.9);
    border-radius: 0 0 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 44px;
    margin-right: 44px;
    margin-top: 0;
    overflow: hidden;
    padding: 20px 24px;
    position: relative;
    white-space: nowrap;
    max-width: fit-content;
    margin: auto;
}

.recent-searches-holder:after {
    background: -webkit-gradient(linear,left top,right top,from(#30363b),to(rgba(48,54,59,0)));
    background: -o-linear-gradient(left,#30363b 0,rgba(48,54,59,0) 100%);
    background: linear-gradient(90deg,#30363b,rgba(48,54,59,0));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px
}

.recent-searches-holder .h4,.recent-searches-holder h4 {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
    margin-left: 20px;
    padding-bottom: 8px;
    padding-top: 12px
}

.recent-searches,.recent-searches .recent-searches-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.recent-searches .recent-searches-item {
    align-items: center;
    background: rgba(0,0,0,.35);
    border-radius: 6px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    margin-left: 8px;
    padding: 6px 6px 6px 16px;
    position: relative;
    transition: background .15s ease-in-out
}

.recent-searches .recent-searches-item:hover {
    background: rgba(0,0,0,.45)
}

.recent-searches .recent-searches-item span {
    padding-top: 4px
}

.recent-searches .recent-searches-item .kt-icon-arrow-left {
    color: hsla(0,0%,100%,.6);
    font-size: 13px;
    margin-left: 6px;
    margin-right: 6px;
    position: relative;
    top: 1px
}

.recent-searches .recent-searches-item .kt-icon-close {
    color: hsla(0,0%,100%,.75);
    cursor: pointer;
    font-size: 9px;
    padding: 12px 10px 11px;
    position: relative;
    transition: color .15s ease-in-out;
    z-index: 2
}

.recent-searches .recent-searches-item .kt-icon-close:hover {
    color: #ffc1c1
}

.recent-searches .recent-searches-item a {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.recent-searches .recent-searches-item:last-child {
    margin-left: 0!important
}

@media(min-width: 1200px) {
    .form-wrapper .row>* {
        width:auto
    }

    .domestic-hotels .kt-dp-fields-outer {
        width: 58.3333333333%
    }

    .international-hotels .kt-dp-fields-outer {
        width: 41.6666666667%
    }
}

@media(max-width: 1499.98px) {
    .recent-searches-holder:after {
        background:-webkit-gradient(linear,left top,right top,from(#33393e),to(rgba(51,57,62,0)));
        background: -o-linear-gradient(left,#33393e 0,rgba(51,57,62,0) 100%);
        background: linear-gradient(90deg,#33393e,rgba(51,57,62,0))
    }

    .sr_tables_box {
        margin: -8px
    }

    .sr_table {
        padding: 12px
    }

    .fullwidth-page-header .container,.search-form-holder .container {
        padding-bottom: 80px;
        padding-top: 48px;
    }

    .quick-search-section {
        padding-top: 36px
    }

    .quick-access-boxes {
        padding-bottom: 72px;
        padding-top: 60px
    }

    .hotels-section {
        margin-top: 42px
    }

    .faq-section {
        padding-bottom: 88px;
        padding-top: 72px
    }

    .page-image-section {
        padding: 84px 0
    }

    .page-content-section,.quick-access-holder {
        margin-top: 84px
    }

    .quick-access-box:before {
        width: 92px
    }

    .quick-access-box-inner {
        padding: 20px
    }

    .quick-access-box-inner i {
        margin-left: 12px
    }
}

@media(max-width: 1199.98px) {
    .recent-searches-holder {
        border-radius:0 0 12px 12px;
        flex-wrap: wrap;
        margin-left: 32px;
        margin-right: 32px;
        padding: 20px;
        max-width: fit-content;
        margin: auto;
    }

    .recent-searches-holder:after {
        background: -webkit-gradient(linear,left top,right top,from(#2f3237),to(rgba(47,50,55,0)));
        background: -o-linear-gradient(left,#2f3237 0,rgba(47,50,55,0) 100%);
        background: linear-gradient(90deg,#2f3237,rgba(47,50,55,0));
        width: 20px
    }

    .recent-searches .recent-searches-item {
        font-size: 14px;
        margin-left: 4px;
        padding: 4px 4px 4px 14px
    }

    .recent-searches .recent-searches-item .kt-icon-close {
        font-size: 8px
    }

    .recent-searches .recent-searches-item .kt-icon-arrow-left {
        font-size: 12px
    }

    .sr_table {
        width: 33.3333%
    }

    .page-image-section-title {
        margin-bottom: 14px
    }

    .fullwidth-page-header .container,.search-form-holder .container {
        padding-bottom: 132px;
        padding-top: 40px
    }

    .quick-search-section {
        padding-top: 38px
    }

    .quick-access-boxes {
        padding-bottom: 56px;
        padding-top: 52px
    }

    .faq-section {
        padding-bottom: 68px;
        padding-top: 60px
    }

    .page-image-section {
        padding: 68px 0
    }

    .page-content-section,.quick-access-holder {
        margin-top: 68px
    }

    .application-holder {
        padding: 0 64px
    }

    .application-content {
        padding: 60px 0
    }

    .application-demo {
        height: 240px
    }

    .contact-box {
        min-width: 388px;
        width: 388px
    }

    .page-content-image {
        height: 360px
    }

    .readmore-btn-holder {
        padding-bottom: 18px
    }

    .readmore-btn-holder:before {
        height: 184px
    }

    .quick-access-holder {
        background: #f1f5f8;
        background: -webkit-gradient(linear,left bottom,left top,from(rgba(241,245,248,0)),to(#f1f5f8));
        background: -o-linear-gradient(bottom,rgba(241,245,248,0) 0,#f1f5f8 100%);
        background: linear-gradient(0deg,rgba(241,245,248,0),#f1f5f8)
    }

    .quick-access {
        padding: 60px 0 0
    }

    .quick-access:before {
        display: none
    }

    .domestic-hotels .kt-dp-fields-outer,.international-hotels .kt-dp-fields-outer {
        flex: 1 0 0%;
        min-width: 50%;
        width: 100%
    }

    .search-form-holder .form-header {
        padding: 0 32px 4px
    }

    .search-form-holder .search-forms-wrapper:before {
        border-radius: 16px
    }

    .search-form-title {
        font-size: 40px;
        margin-bottom: 14px;
    padding-left: 5%;
    text-align: left;
    }

    .search-form-holder .tabs-navigate-wrapper ul {
        padding-left: 32px;
        padding-right: 32px
    }

    .search-form-holder .tabs-navigate-wrapper ul li {
        margin-left: 28px
    }

    .search-form-holder .tabs-navigate-wrapper ul li a {
        padding: 20px 0 18px
    }
}

@media(min-width: 768px) {
    .footer-list-holder,.quick-access-list-holder {
        display:block!important
    }
}

@media(max-width: 991.98px) {
    .recent-searches-holder {
        border-radius:0 0 12px 12px;
        margin: 0;
        padding: 28px 0
    }

    .recent-searches-holder .h4,.recent-searches-holder h4 {
        padding: 0 28px 12px
    }

    .recent-searches-holder:after {
        display: none
    }

    .recent-searches {
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start;
        overflow-x: scroll;
        overflow-y: hidden;
        padding-right: 28px
    }

    .recent-searches:after {
        content: "";
        flex-shrink: 0;
        width: 28px
    }

    .search-forms-wrapper.has-history:before {
        border-bottom-left-radius: 0!important;
        border-bottom-right-radius: 0!important
    }

    .home-page .form-wrapper,.travel-page .form-wrapper {
        overflow: visible!important;
        padding: 0!important
    }

    .home-page .search-form-holder .search-forms-wrapper:before,.travel-page .search-form-holder .search-forms-wrapper:before {
        border-radius: 12px
    }

    .home-page .navigation-outer:not(.scrolled) .mobile-navigation,.travel-page .navigation-outer:not(.scrolled) .mobile-navigation {
        z-index: 2
    }

    .home-page .search-forms,.travel-page .search-forms {
        background: none!important;
        display: block;
        padding-top: 0;
        position: relative!important;
        transform: none!important;
        z-index: 3
    }

    .home-page .search-forms .kt-modal-top-holder,.travel-page .search-forms .kt-modal-top-holder {
        display: none
    }

    .home-page .search-forms,.travel-page .search-forms {
        overflow: auto;
        padding: 28px
    }

    .home-page .search-form-holder .tabs-navigate-wrapper ul,.travel-page .search-form-holder .tabs-navigate-wrapper ul {
        padding-left: 28px;
        padding-right: 28px
    }

    .home-page .search-form-holder .tabs-navigate-wrapper ul li,.travel-page .search-form-holder .tabs-navigate-wrapper ul li {
        flex-basis: 0;
        flex-grow: 1;
        margin-left: 0
    }

    .home-page .search-form-holder .tabs-navigate-wrapper ul li a,.travel-page .search-form-holder .tabs-navigate-wrapper ul li a {
        align-items: center;
        flex-direction: column;
        font-size: 17px;
        padding: 20px 0 10px
    }

    .home-page .search-form-holder .tabs-navigate-wrapper ul li a i,.travel-page .search-form-holder .tabs-navigate-wrapper ul li a i {
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 18px;
        height: 24px;
        justify-content: center;
        margin-left: 0;
        width: 24px
    }

    .home-page .search-form-holder .tabs-navigate-wrapper ul li a span,.travel-page .search-form-holder .tabs-navigate-wrapper ul li a span {
        padding-top: 0
    }

    .home-page .search-form-holder .tabs-navigate-wrapper ul li .kt-icon-bus:before,.travel-page .search-form-holder .tabs-navigate-wrapper ul li .kt-icon-bus:before {
        font-size: 16px
    }

    .home-page .search-form-holder .tabs-navigate-wrapper ul li .kt-icon-airplane:before,.travel-page .search-form-holder .tabs-navigate-wrapper ul li .kt-icon-airplane:before {
        font-size: 21px
    }

    .home-page .search-form-holder .tabs-navigate-wrapper ul li .kt-icon-airplane2:before,.travel-page .search-form-holder .tabs-navigate-wrapper ul li .kt-icon-airplane2:before {
        font-size: 16px
    }

    .search-form-title {
        display: none
    }

    .sr_tables_box {
        margin: -6px
    }

    .sr_table {
        padding: 6px;
        width: 50%
    }

    .page-image-section-content {
        padding: 0
    }

    .page-image-section-title {
        margin-bottom: 12px
    }

    .search-form-holder .tabs-navigate-wrapper {
        min-height: 88px
    }

    .search-form-holder .tabs-navigate-wrapper ul.scrolled {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 1px 8px rgba(45,46,51,.25);
        flex-wrap: nowrap;
        justify-content: space-around;
        left: 0;
        margin: 0 auto;
        max-width: 688px;
        opacity: 0;
        padding: 0 24px;
        position: fixed;
        right: 0;
        top: 50px;
        top: -57px;
        transform: scale(.75);
        transition: opacity .25s cubic-bezier(.38,.11,.01,1),top .25s cubic-bezier(.38,.11,.01,1),transform .25s cubic-bezier(.38,.11,.01,1);
        z-index: 999
    }

    .search-form-holder .tabs-navigate-wrapper ul.scrolled li {
        border: none!important;
        flex: 1 0 0%!important;
        width: auto!important
    }

    .search-form-holder .tabs-navigate-wrapper ul.scrolled li.active a {
        box-shadow: none!important
    }

    .search-form-holder .tabs-navigate-wrapper ul.scrolled li a {
        align-items: center;
        height: 100%;
        justify-content: center;
        padding: 16px 0!important
    }

    .search-form-holder .tabs-navigate-wrapper ul.scrolled li a span {
        display: none
    }

    .search-form-holder .tabs-navigate-wrapper ul.scrolled li a i {
        font-size: 22px;
        height: auto!important;
        top: 0!important;
        width: auto!important
    }

    .search-form-holder .tabs-navigate-wrapper ul.scrolled li .kt-icon-bus:before {
        font-size: 20px
    }

    .search-form-holder .tabs-navigate-wrapper ul.scrolled li .kt-icon-airplane:before {
        font-size: 25px
    }

    .search-form-holder .tabs-navigate-wrapper ul.scrolled li .kt-icon-airplane2:before {
        font-size: 20px
    }

    .search-form-holder .tabs-navigate-wrapper ul.scrolled.kt-show {
        opacity: 1;
        top: 88px;
        transform: scale(1)
    }

    .quick-access {
        padding: 44px 0 0
    }

    .fullwidth-page-header .container,.search-form-holder .container {
        padding-bottom: 116px;
        padding-top: 32px
    }

    .quick-search-section {
        padding-top: 30px
    }

    .quick-access-boxes {
        padding-bottom: 48px;
        padding-top: 44px
    }

    .hotels-section {
        margin-top: 38px
    }

    .faq-section {
        padding-bottom: 56px;
        padding-top: 36px
    }

    .quick-access-holder {
        margin-top: 40px
    }

    .page-image-section {
        padding: 44px 0
    }

    .page-content-section {
        margin-top: 44px
    }

    .readmore-btn-holder {
        padding-bottom: 0
    }

    .readmore-btn-holder:before {
        background: -webkit-gradient(linear,left bottom,left top,color-stop(30%,#fff),to(hsla(0,0%,100%,0)));
        background: -o-linear-gradient(bottom,#fff 30%,hsla(0,0%,100%,0) 100%);
        background: linear-gradient(0deg,#fff 30%,hsla(0,0%,100%,0));
        height: 250%
    }

    .readmore-btn {
        padding: 4px 0!important
    }

    .page-content-outer {
        height: 280px
    }

    .application-holder {
        padding: 0 52px
    }

    .application-holder,.application-holder:before {
        border-radius: 12px
    }

    .application-demo {
        height: 216px
    }

    .application-content {
        padding: 48px 0
    }

    .quick-access-box:before {
        display: none
    }

    .quick-access-box.green .quick-access-box-inner i {
        border-color: rgba(65,179,109,.27);
        box-shadow: 0 0 0 4px rgba(65,179,109,.1)
    }

    .quick-access-box.yellow .quick-access-box-inner i {
        border-color: rgba(231,173,48,.32);
        box-shadow: 0 0 0 4px rgba(231,173,48,.12)
    }

    .quick-access-box.blue .quick-access-box-inner i {
        border-color: rgba(19,156,236,.25);
        box-shadow: 0 0 0 4px rgba(19,156,236,.1)
    }

    .quick-access-box-inner {
        flex-direction: row-reverse
    }

    .quick-access-box-inner i {
        border-radius: 8px;
        border-style: solid;
        border-width: 2px;
        font-size: 24px;
        height: 56px;
        margin-left: 0;
        min-width: 56px;
        width: 56px
    }

    .quick-access-box-content {
        padding-right: 4px
    }

    .search-form-holder {
        padding-top: 132px
    }

    .search-form-holder .container {
        padding-bottom: 100px;
        padding-top: 40px
    }

    .search-form-holder .search-forms-wrapper:before {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 1px 4px .5px rgba(0,0,0,.12)
    }

    .search-form-holder .form-header {
        align-items: flex-start;
        flex-direction: column-reverse;
        min-height: auto;
        padding: 0
    }

    .search-form-holder .form-header .advanced-itemses-label {
        margin-left: 0;
        padding-left: 0
    }

    .search-form-holder .form-header .advanced-itemses-label:after,.tabs-line {
        display: none
    }
    img.header-airplane {
    max-height: 15% !important;
    animation: float-bob-y 5s ease-in-out 0s infinite;
}
}

@media(max-width: 767.98px) {
    .recent-searches-holder {
        padding:20px 0
    }

    .recent-searches-holder .h4,.recent-searches-holder h4 {
        display: none
    }

    .page-image-section-title {
        margin-bottom: 10px
    }

    .search-form-holder .tabs-navigate-wrapper ul.scrolled {
        max-width: 508px;
        padding: 0 12px;
        top: 50px;
        top: -49px
    }

    .search-form-holder .tabs-navigate-wrapper ul.scrolled li a {
        padding: 13px 0!important
    }

    .search-form-holder .tabs-navigate-wrapper ul.scrolled li a i {
        font-size: 20px
    }

    .search-form-holder .tabs-navigate-wrapper ul.scrolled li .kt-icon-bus:before {
        font-size: 18px
    }

    .search-form-holder .tabs-navigate-wrapper ul.scrolled li .kt-icon-airplane:before {
        font-size: 23px
    }

    .search-form-holder .tabs-navigate-wrapper ul.scrolled li .kt-icon-airplane2:before {
        font-size: 18px
    }

    .search-form-holder .tabs-navigate-wrapper ul.scrolled.kt-show {
        top: 68px
    }

    .quick-access {
        padding: 36px 0 0
    }

    .quick-search-section {
        padding-top: 32px
    }

    .quick-access-boxes {
        padding-bottom: 36px;
        padding-top: 36px
    }

    .hotels-section {
        margin-top: 34px
    }

    .faq-section {
        padding-bottom: 48px;
        padding-top: 28px
    }

    .quick-access-holder {
        margin-top: 24px
    }

    .page-image-section {
        padding: 36px 0
    }

    .page-content-section {
        margin-top: 36px
    }

    .fullwidth-page-header .container,.search-form-holder .container {
        padding-bottom: 68px;
        padding-top: 28px
    }

    .search-form-holder {
        padding-top: 108px
    }

    .quick-access {
        padding: 0
    }

    .quick-access-holder {
        background: none
    }

    .quick-access-inner {
        border: 1px solid #e7e8ea;
        border-radius: 6px;
        padding: 0
    }

    .quick-access-list-holder {
        display: none
    }

    .quick-access-list {
        border-top: 1px solid #e7e8ea;
        padding: 14px 20px
    }

    .quick-access-list li a {
        padding: 6px 0 2px
    }

    .quick-access-title {
        align-items: center;
        color: #484b52;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 16px;
        font-weight: 500;
        padding: 14px 20px 10px;
        transition: color .2s ease-in-out
    }

    .quick-access-title span {
        flex-grow: 1
    }

    .quick-access-title:after {
        display: block;
        font-size: 9px;
        transform: rotate(0deg) translateY(0);
        transition: transform .25s cubic-bezier(.68,.01,.31,.93)
    }

    .quick-access-title.active {
        color: #B7000A
    }

    .quick-access-title.active:after {
        transform: rotate(180deg) translateY(1px)
    }

    .quick-access-col {
        border-bottom: 1px solid #e7e8ea
    }

    .quick-access-col:last-child {
        border-bottom: none
    }

    .hotels-item-content {
        padding: 10px 8px 0
    }
}

@media(max-width: 575.98px) {
    .recent-searches-holder {
        padding:16px 0
    }

    .recent-searches {
        padding-right: 24px
    }

    .recent-searches:after {
        width: 24px
    }

    .search-form-holder .tabs-navigate-wrapper {
        min-height: 76px
    }

    .home-page .search-forms,.travel-page .search-forms {
        padding: 24px
    }

    .home-page .search-form-holder .tabs-navigate-wrapper ul,.travel-page .search-form-holder .tabs-navigate-wrapper ul {
        justify-content: space-evenly;
        padding-left: 24px;
        padding-right: 24px
    }

    .home-page .search-form-holder .tabs-navigate-wrapper ul li,.travel-page .search-form-holder .tabs-navigate-wrapper ul li {
        flex-basis: auto;
        flex-grow: 0
    }

    .home-page .search-form-holder .tabs-navigate-wrapper ul li a,.travel-page .search-form-holder .tabs-navigate-wrapper ul li a {
        padding: 16px 12px 6px
    }

    .home-page .search-form-holder .tabs-navigate-wrapper ul li a i,.travel-page .search-form-holder .tabs-navigate-wrapper ul li a i {
        height: 20px;
        width: 20px
    }

    .sr_tables_box {
        margin: -4px
    }

    .sr_table-inner {
        border-radius: 6px
    }

    .sr_table .t_head {
        border-radius: 6px 6px 0 0
    }

    .sr_table {
        padding: 4px
    }

    .sr_table .t_head {
        padding: 7px 14px
    }

    .sr_table .t_head .t_head-code {
        font-size: 10px;
        padding: 7px 6px 4px
    }

    .sr_table .t_head .t_table {
        font-size: 16px
    }

    .sr_table .content {
        height: 198px;
        padding: 2px 14px
    }

    .sr_table .content::-webkit-scrollbar {
        width: 4px
    }

    .sr_table .content::-webkit-scrollbar-thumb {
        border-radius: 0;
        border-width: 0
    }

    .sr_table .content .line {
        line-height: 20px;
        padding: 10px 0 6px
    }

    .sr_table .content .line .price {
        padding-top: 2px;
        white-space: nowrap
    }

    .sr_table .content .line .price span {
        margin: 0
    }

    .fullwidth-carousel.owl-carousel .owl-stage {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-start;
        width: auto!important
    }

    .page-image-section-title {
        margin-bottom: 6px
    }

    .hotels-item-holder {
        width: 280px
    }

    .search-form-holder .tabs-navigate-wrapper {
        --bs-gutter-x: 32px
    }

    .search-form-holder .tabs-navigate-wrapper ul.scrolled {
        left: calc(var(--bs-gutter-x)*.5);
        max-width: none;
        padding: 0 8px;
        right: calc(var(--bs-gutter-x)*.5);
        top: -43px
    }

    .search-form-holder .tabs-navigate-wrapper ul.scrolled li a {
        padding: 10px 0!important
    }

    .search-form-holder .tabs-navigate-wrapper ul.scrolled.kt-show {
        top: 64px
    }

    .fullwidth-page-header .container,.search-form-holder .container {
        padding-bottom: 40px;
        padding-top: 0
    }

    .application-title {
        font-size: 16px
    }

    .quick-search-type-title {
        font-size: 20px
    }

    .application-content {
        padding: 0
    }

    .application-holder {
        padding: 40px
    }

    .application-holder,.application-holder:before {
        border-radius: 8px
    }

    .application-buttons {
        flex-wrap: wrap;
        padding-bottom: 0
    }

    .application-buttons>* {
        justify-content: center;
        margin-bottom: 8px;
        margin-left: 0;
        width: 100%
    }

    .application-buttons>:last-child {
        margin-bottom: 0
    }

    .quick-access-box-inner i {
        height: 52px;
        min-width: 52px;
        width: 52px
    }

    .quick-access-box-title:after {
        font-size: 13px
    }

    .quick-access-box-title span {
        font-size: 17px
    }

    .quick-access-box {
        border-radius: 8px
    }

    .quick-access-box-subtitle {
        font-size: 14px;
        margin-top: 2px
    }

    .page-content-outer {
        height: 228px
    }

    .quick-access-holder {
        margin-top: 14px
    }

    .quick-search-section {
        padding-top: 5px
    }

    .quick-access-boxes {
        padding-bottom: 36px;
        padding-top: 28px
    }

    .faq-section {
        padding-bottom: 36px;
        padding-top: 16px
    }

    .page-image-section {
        padding: 30px 0
    }

    .page-content-section {
        margin-top: 28px
    }

    .page-content-inner {
        font-size: 15px;
        line-height: 2
    }
}

.simple-page .navigation-holder {
    box-shadow: 0 1px 3px rgba(45,46,51,.2)
}

.simple-page #news {
    border: none;
    margin: 0;
    padding: 0;
    text-align: right!important
}

.simple-page #news,.simple-page #news * {
    font-family: Vazir FD,arial
}

#content {
    width: 100%
}

.simple-page-inner {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(45,46,51,.2);
    font-size: 16px;
    margin: 0 auto;
    max-width: 90%;
    padding: 36px 40px 32px
}

#showMeMore, #showMeMorePosts {

    width: auto !important;
	margin-bottom: 20px;
	
}

.simple-page-inner .simple-page-content {
    color: #35373c;
    font-size: inherit
}

.simple-page-inner .simple-page-content .h2,.simple-page-inner .simple-page-content .h3,.simple-page-inner .simple-page-content .h4,.simple-page-inner .simple-page-content .h5,.simple-page-inner .simple-page-content .h6,.simple-page-inner .simple-page-content b,.simple-page-inner .simple-page-content h2,.simple-page-inner .simple-page-content h3,.simple-page-inner .simple-page-content h4,.simple-page-inner .simple-page-content h5,.simple-page-inner .simple-page-content h6,.simple-page-inner .simple-page-content strong {
    color: #35373c
}

.simple-page-inner .clear,.simple-page-inner .joomla_add_this {
    display: none
}

.simple-page-inner [style*=justify] {
    text-align: inherit!important
}

.cnt_title_blog,.simple-page-inner .content-title {
    color: #2d2e33;
    font-size: 1.5em;
    margin-bottom: 16px
}

.cnt_title_blog {
    background: #fff !important;
    font-family: Vazir FD,arial;
    height: auto!important;
    line-height: 1.5;
    padding: 0;
    text-align: right;
    text-shadow: none
}

.simple-page-holder {
    padding: 28px 0 40px
}

.simple-page-holder .row {
    --bs-gutter-x: 0
}

.simple-page-holder .modal .row {
    --bs-gutter-x: 16px
}

.simple-page .map_details {
    display: none
}

.fullwidth-page .body-content {
    min-height: 139px
}

.fullwidth-page-header {
    background-position: 50%;
    background-size: cover;
    position: relative
}

.fullwidth-page-header:before {
    background: hsla(0,0%,100%,.9);
    background: -webkit-gradient(linear,left bottom,left top,from(hsla(0,0%,100%,0)),color-stop(70%,hsla(0,0%,100%,.95)));
    background: -o-linear-gradient(bottom,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.95) 70%);
    background: linear-gradient(0deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.95) 70%);
    bottom: 10%;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.fullwidth-page-header-title {
    color: #2d2e33;
    font-size: 36px;
    margin-bottom: 28px;
    margin-left: auto;
    margin-right: auto;
    max-width: 768px;
    text-align: center
}

.fullwidth-page-header-title span {
    font-weight: 400
}

.fullwidth-page .footer {
    margin-top: 0!important
}

.about-certificates-item {
    background: #fff;
    background: #fafcfc;
    border: 1px solid #e4e5e8;
    border-radius: 8px;
    box-shadow: 0 2px 5px .25px rgba(45,46,51,.04);
    height: 100%;
    overflow: hidden
}

.about-certificates-item-title {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #e4e5e8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 24px 20px
}

.about-certificates-item-title .h3,.about-certificates-item-title h3 {
    color: #2d2e33;
    flex-grow: 1;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    padding-top: 4px
}

.about-certificates-item-title img {
    height: 72px
}

.about-certificates-item-content {
    color: #484b52;
    font-size: 15px;
    line-height: 2;
    padding: 24px
}

.contact-box2 {
    background: #fff;
    border: 1px solid #e7e8ea;
    border-radius: 8px;
    box-shadow: 0 2px 5px .25px rgba(45,46,51,.04);
    margin-bottom: 16px;
    padding: 24px
}

.contact-box2:last-child {
    margin-bottom: 0!important
}

.contact-box2-text {
    color: #484b52;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 2px;
    padding-right: 48px
}

.contact-box2-text a {
    color: inherit!important
}

.contact-box2-title,.contact-box2-title i {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contact-box2-title i {
    background: rgba(215, 25, 33,.15);
    border-radius: 8px;
    color: #B7000A;
    font-size: 18px;
    height: 36px;
    justify-content: center;
    margin-left: 12px;
    width: 36px
}

.contact-box2-title .h5,.contact-box2-title h5 {
    color: #2d2e33;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    padding-top: 4px
}

.about-map-holder {
    background: #fff;
    border: 1px solid #dcdee0;
    border-radius: 8px;
    box-shadow: 0 2px 5px .25px rgba(45,46,51,.04);
    height: 100%;
    overflow: hidden
}

.fullwidth-page-header-content {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 3px 6px rgba(45,46,51,.15);
    margin-left: auto;
    margin-right: auto;
    max-width: 768px;
    padding: 40px 44px 36px
}

.fullwidth-page-header-text {
    color: #414349;
    font-size: 17px;
    line-height: 2.2;
    text-align: center
}

.fullwidth-page-section {
    padding-bottom: 84px;
    padding-top: 84px
}

.fullwidth-page-section-title {
    color: #2d2e33
}

.echargeInfo,.payment_content {
    border-radius: 0;
    float: none
}

.payment_box {
    background: none
}

.payment_content {
    border-left: 1px solid #e7e8ea;
    padding: 32px;
    width: 50%
}

.payment_content .header {
    display: none
}

.payment_content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: -6px
}

.payment_content form .form_line {
    float: none;
    margin: 0;
    padding: 6px;
    position: relative;
    width: 100%
}

.payment_content form .form_line .red {
    margin-left: 6px;
    margin-top: 6px
}

.payment_content form .form_line .captcha {
    left: 9px;
    margin-left: 6px;
    margin-top: 6px;
    position: absolute;
    top: 9px;
    z-index: 2
}

.payment_content form .form_line .captcha+.form_line_box .red {
    display: none
}

.payment_content form .form_line .form_line_box {
    float: none;
    width: 100%
}

.payment_content form .form_line.left,.payment_content form .form_line.right {
    width: 50%
}

.payment_content #Div1 {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 16px
}

.payment_content #Div1 .bank_form {
    width: 100%
}

.payment_content .field {
    font-size: 0;
    position: relative
}

.payment_content .field input[type=checkbox] {
    height: 0;
    margin: 0!important;
    padding: 0!important;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 0
}

.payment_content .field input[type=checkbox]+label {
    align-items: center;
    color: #5d6370;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    padding-top: 4px;
    text-align: right
}

.payment_content .field input[type=checkbox]+label:before {
    align-items: center;
    background: #e8eef2;
    border-radius: 4px;
    color: transparent;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    font-size: 10px;
    height: 20px;
    justify-content: center;
    margin-left: 8px;
    padding-top: 2px;
    position: relative;
    top: -1px;
    width: 20px
}

.payment_content .field input[type=checkbox]:checked+label:before {
    background: #d71921;
    color: #fff
}

.payment_content div#purchase {
    padding: 0
}

.payment_content div#purchase .btn_res {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding: 5px 32px;
    white-space: nowrap;
    width: 100%
}

.payment_content div#purchase .btn_res .sub {
    height: 44px
}

.payment_content div#purchase .btn_res:after {
    top: 2px
}

.payment_content div#purchase .btn_res .clear,.payment_content div#purchase .btn_res i {
    display: none
}

.payment_content div#purchase .btn_res .btn_res_inn {
    background: none;
    color: inherit;
    float: none;
    font: inherit;
    font-size: 15px!important;
    height: auto;
    padding-top: 4px;
    width: auto
}

.echargeInfo {
    color: #414349;
    font-family: Vazir FD,arial;
    font-size: 14px;
    line-height: 2;
    padding: 32px 32px 28px;
    width: 50%
}

.echargeInfo .h3,.echargeInfo h3 {
    color: #2d2e33;
    font-size: 17px;
    margin-bottom: 2px
}

.echargeInfo p {
    margin-bottom: 8px
}

.echargeInfo p:last-child {
    margin-bottom: 0!important
}

.wrapper_payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: 100%
}

.payment-page .simple-page-inner {
    max-width: none;
    padding: 0;
    width: 100%
}

.payment-page #banks {
    display: none
}

.complaints-form #login_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: -6px;
    padding-bottom: 8px
}

.complaints-form #login_form .line {
    margin-bottom: 0;
    width: 50%
}

.complaints-form #login_form .line.img_sec {
    flex-grow: 1;
    position: relative;
    width: auto
}

.complaints-form #login_form .line.img_sec #img_sec {
    left: 9px;
    margin-left: 6px;
    margin-top: 6px;
    position: absolute;
    top: 9px
}

.complaints-form #login_form .line.img_sec #img_sec img {
    display: block;
    height: 27px!important;
    margin: 0!important
}

.complaints-form #login_form .form-actions,.complaints-form #login_form .line {
    padding: 6px
}

.complaints-form #login_form .form-actions .btn {
    padding-left: 28px!important;
    padding-right: 28px!important
}

.help-page #main_wrapper {
    background: #edf2f5
}

.help-page .footer {
    border-top: none!important;
    margin-top: 0!important
}

.help-page .navigation-inner .btn-white {
    box-shadow: none!important
}

.help-page-header {
    background: -o-linear-gradient(135deg,#008ff4 0,#14b8ff 100%);
    background: linear-gradient(-45deg,#008ff4,#14b8ff);
    padding-bottom: 115px
}

.help-page-holder {
    margin-top: -75px;
    padding-bottom: 60px
}

.help-page-content {
    color: #35373c;
    font-size: 15px
}

.help-page-content-holder {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    overflow: hidden
}

.help-page-content-holder .h1,.help-page-content-holder h1 {
    border-bottom: 1px solid #e7e8ea;
    box-shadow: 0 0 60px rgba(45,46,51,.04)!important;
    color: #2d2e33;
    font-size: 20px;
    margin-bottom: 0;
    padding: 24px 32px 20px
}

.help-page-content {
    padding: 28px 32px 24px
}

.help-sidebar {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    width: 340px
}

.help-sidebar ul li {
    border-bottom: 1px solid #e7e8ea
}

.help-sidebar ul li:last-child {
    border-bottom: none!important
}

.help-sidebar ul li>a {
    align-items: center;
    color: #414349;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    justify-content: space-between;
    line-height: 1.5;
    padding: 14px 20px
}

.help-sidebar ul li>a:hover {
    color: #2d2e33
}

.help-sidebar ul li>a>span {
    padding-top: 4px
}

.help-sidebar ul li.active>a {
    color: #006cb0
}

.help-sidebar ul li.has-submenu>a:after {
    content: "";
    font-size: 11px;
    transform: rotate(0deg) translateY(1px);
    transition: transform .25s cubic-bezier(.44,0,.1,1)
}

.help-sidebar ul li.has-submenu.active>a:after {
    transform: rotate(180deg) translateY(0)
}

.help-sidebar ul li.has-submenu ul {
    background: #f9fbfc;
    border-top: 1px solid #e7e8ea;
    padding: 12px 20px
}

.help-sidebar ul li.has-submenu ul li {
    border-bottom: none!important
}

.help-sidebar ul li.has-submenu ul li a {
    font-size: 15px;
    padding: 4px 0
}

.help-sidebar-submenu {
    display: none
}

.help-sidebar-title {
    box-shadow: 0 1px 0 #e7e8ea;
    color: #2d2e33;
    cursor: pointer;
    display: none;
    padding: 14px 24px 14px 16px
}

.help-sidebar-title:after {
    align-items: center;
    background: rgba(255,195,66,.18);
    border-radius: 100%;
    color: #634608;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 9px;
    height: 32px;
    justify-content: center;
    padding-top: 2px;
    transition: all .3s cubic-bezier(.44,0,.1,1);
    width: 32px
}

.help-sidebar-title span {
    flex-grow: 1;
    font-size: 17px;
    font-weight: 600;
    line-height: 28px;
    padding-top: 4px
}

.help-sidebar-holder.active .help-sidebar-title:after {
    background: rgba(255,195,66,.25);
    color: #493508;
    padding-top: 0;
    transform: rotate(180deg)
}

.kt-crcn-title {
    align-items: center;
    border-top: 1px solid #e4e5e8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    padding-top: 28px
}

.kt-crcn-title.first {
    border-top: none!important;
    margin-top: 0!important;
    padding-top: 4px!important
}

.kt-crcn-title img {
    background: #fff;
    border: 1px solid #e2e3e5;
    border-radius: 6px;
    height: 44px;
    margin: 0;
    padding: 6px;
    width: 44px
}

.kt-crcn-title strong {
    color: #2d2e33;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    margin-right: 12px;
    padding-top: 4px
}

.kt-crcn-note {
    background: rgba(255,195,66,.15);
    border-radius: 6px;
    color: #6d4d08;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 28px;
    margin-top: 8px;
    padding: 12px 16px 8px
}

.kt-crcn-note:last-child {
    margin-bottom: 8px!important
}

.kt-crcn-table {
    margin-bottom: 0;
    margin-top: 16px
}

.kt-crcn-table+.kt-crcn-table {
    margin-top: 8px
}

.kt-crcn-table thead td,.kt-crcn-table thead th {
    background: #eef3f5;
    border: none!important;
    color: #414349;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    padding: 13px 10px 9px
}

.kt-crcn-table thead td:first-child,.kt-crcn-table thead th:first-child {
    border-radius: 0 6px 6px 0
}

.kt-crcn-table thead td:last-child,.kt-crcn-table thead th:last-child {
    border-radius: 6px 0 0 6px
}

.kt-crcn-table td,.kt-crcn-table th {
    font-weight: 500;
    text-align: center;
    vertical-align: middle
}

.kt-crcn-table td:first-child,.kt-crcn-table th:first-child {
    padding-right: 20px!important
}

.kt-crcn-table td:last-child,.kt-crcn-table th:last-child {
    padding-left: 20px!important
}

.kt-crcn-table tbody td,.kt-crcn-table tbody th {
    border-bottom: 1px solid #e4e5e8;
    color: #414349;
    font-size: 15px;
    line-height: 1.4;
    padding: 13px 10px 9px
}

.kt-crcn-table tbody td:first-child,.kt-crcn-table tbody th:first-child {
    font-size: 13px
}

.kt-crcn-table tbody tr:last-child td,.kt-crcn-table tbody tr:last-child th {
    border-bottom: none!important
}

.contact-map-holder {
    border-bottom: 1px solid #dcdee0;
    border-top: 1px solid #dcdee0;
    height: 400px
}

.contact-content-holder {
    padding: 84px 0
}

.contact-content .h1,.contact-content h1 {
    color: #2d2e33;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px
}

.contact-content ul li {
    color: #484b52;
    display: block;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 16px
}

.contact-content ul li strong {
    color: #414349;
    font-weight: 500
}

.contact-content ul li .dir-ltr {
    display: inline-block
}

.contact-content ul li:last-child {
    margin-bottom: 0!important
}

.travel-page .faq-section {
    padding-bottom: 88px;
    padding-top: 88px
}

.travel-page .search-form-holder {
    background-position: top
}

.travel-page .search-form-holder:before {
    background: -webkit-gradient(linear,left bottom,left top,from(hsla(0,0%,100%,0)),color-stop(75%,hsla(0,0%,100%,.95)));
    background: -o-linear-gradient(bottom,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.95) 75%);
    background: linear-gradient(0deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.95) 75%);
    bottom: 10%
}

.travel-page .search-form-holder .search-forms-wrapper:before {
    border-radius: 16px
}

@media(max-width: 1499.98px) {
    .travel-page .faq-section {
        padding:84px 0
    }

    .contact-map-holder {
        height: 360px
    }

    .contact-content-holder {
        padding: 80px 0
    }

    .help-sidebar {
        width: 320px
    }

    .fullwidth-page-section {
        padding: 80px 0
    }

    .payment_content {
        padding: 28px;
        width: 55%
    }

    .echargeInfo {
        padding: 28px 28px 24px;
        width: 45%
    }
}

@media(max-width: 1199.98px) {
    .travel-page .faq-section {
        padding:64px 0
    }

    .contact-map-holder {
        height: 340px
    }

    .contact-content-holder {
        padding: 64px 0
    }

    .help-sidebar {
        width: 280px
    }

    .help-page-header {
        padding-bottom: 103px
    }

    .help-page-holder {
        padding-bottom: 48px
    }

    .payment_content {
        padding: 24px;
        width: 65%
    }

    .echargeInfo {
        padding: 24px 24px 20px;
        width: 35%
    }

    .fullwidth-page-section {
        padding: 72px 0
    }
}

@media(min-width: 992px) {
    .help-page .navigation-outer:not(.scrolled) #logo a img {
        display:none
    }

    .help-page .navigation-outer:not(.scrolled) #logo a img.logo-white {
        display: block
    }

    .help-page .navigation-outer:not(.scrolled) .header-menu .header-item a {
        color: #fff
    }

    .help-sidebar {
        display: block!important
    }

    .help-sidebar-title {
        display: none
    }
}

@media(max-width: 991.98px) {
    .travel-page .search-form-holder:before {
        background:-webkit-gradient(linear,left bottom,left top,from(hsla(0,0%,100%,0)),color-stop(65%,hsla(0,0%,100%,.95)));
        background: -o-linear-gradient(bottom,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.95) 65%);
        background: linear-gradient(0deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.95) 65%)
    }

    .travel-page .navigation-outer.scrolled .mobile-navigation {
        padding-bottom: 20px!important;
        padding-top: 20px!important;
        top: -84px
    }

    .travel-page .navigation-outer.scrolled .mobile-navigation .row {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .travel-page .search-form-holder .search-forms-wrapper:before {
        border-radius: 8px
    }

    .travel-page .faq-section {
        padding: 40px 0 52px
    }

    .travel-page .search-form-title {
        display: block;
        font-size: 28px;
        margin-bottom: 20px;
        padding-right: 0;
        text-align: center
    }

    .contact-box2 {
        margin-bottom: 12px;
        padding: 20px
    }

    .contact-box2-text {
        margin-top: 0
    }

    .about-map-holder {
        height: 300px
    }

    .contact-map-holder {
        height: 320px
    }

    .contact-wrapper {
        padding: 44px 0
    }

    .contact-content .h1,.contact-content h1 {
        margin-bottom: 12px
    }

    .contact-content ul li {
        margin-bottom: 8px
    }

    .kt-crcn-title {
        margin-top: 16px;
        padding-top: 20px
    }

    .kt-crcn-table {
        margin-top: 12px
    }

    .kt-crcn-table+.kt-crcn-table {
        margin-top: 4px
    }

    .kt-crcn-note {
        margin-bottom: 20px
    }

    .help-sidebar-holder {
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
        overflow: hidden
    }

    .help-sidebar {
        background: none;
        border-radius: 0;
        box-shadow: none;
        display: none;
        width: 100%
    }

    .help-sidebar ul li>a {
        font-size: 15px;
        padding: 12px 24px
    }

    .help-sidebar ul li.has-submenu>a:after {
        font-size: 9px
    }

    .help-sidebar ul li.has-submenu ul {
        padding-left: 24px;
        padding-right: 24px
    }

    .help-page-content-holder .h1,.help-page-content-holder h1 {
        font-size: 18px;
        padding: 18px 24px 14px
    }

    .help-sidebar-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .help-page .mobile-navigation .logo-container img {
        display: none
    }

    .help-page .mobile-navigation .logo-container img.logo-white {
        display: block
    }

    .help-page .mobile-navigation .btn.mobile-account-btn {
        box-shadow: none!important
    }

    .help-page-content {
        padding: 20px 24px 16px
    }

    .help-page-header {
        padding-bottom: 30px
    }

    .help-page-holder {
        margin-top: -30px;
        padding-bottom: 28px
    }

    .wrapper_payment {
        flex-wrap: wrap
    }

    .payment_content {
        border-bottom: 1px solid #e7e8ea;
        border-left: none;
        width: 100%
    }

    .echargeInfo {
        width: 100%
    }

    .simple-page-holder {
        padding: 24px 0 36px
    }

    .fullwidth-page-section {
        padding: 64px 0
    }

    .fullwidth-page-header-title {
        font-size: 28px;
        margin-bottom: 20px
    }

    .fullwidth-page-header-text {
        font-size: 16px;
        line-height: 2
    }

    .fullwidth-page-header-content {
        border-radius: 12px;
        padding: 28px 32px 24px
    }
}

@media(max-width: 767.98px) {
    .travel-page .navigation-outer.scrolled .mobile-navigation {
        padding-bottom:16px!important;
        padding-top: 16px!important;
        top: -68px
    }

    .travel-page .navigation-outer.scrolled .mobile-navigation:before {
        background: -webkit-gradient(linear,left bottom,left top,from(rgba(70,74,84,.97)),to(rgba(70,74,84,.85)));
        background: -o-linear-gradient(bottom,rgba(70,74,84,.97) 0,rgba(70,74,84,.85) 100%);
        background: linear-gradient(0deg,rgba(70,74,84,.97),rgba(70,74,84,.85))
    }

    .travel-page .search-form-title {
        font-size: 24px;
        margin-bottom: 14px
    }

    .travel-page .faq-section {
        padding: 32px 0 44px
    }

    .about-certificates-item-title {
        padding: 20px 20px 16px
    }

    .about-certificates-item-title .h3,.about-certificates-item-title h3 {
        font-size: 16px
    }

    .about-certificates-item-title img {
        height: 64px
    }

    .about-certificates-item-content {
        font-size: 14px;
        line-height: 1.8;
        padding: 20px
    }

    .contact-box2 {
        margin-bottom: 8px;
        padding: 16px
    }

    .about-map-holder,.contact-map-holder {
        height: 280px
    }

    .contact-content-holder {
        padding: 36px 0
    }

    .contact-content .h1,.contact-content h1 {
        font-size: 21px;
        margin-bottom: 8px
    }

    .contact-content ul li {
        font-size: 16px;
        margin-bottom: 4px
    }

    .kt-crcn-title {
        border-top: 0;
        flex-direction: row-reverse;
        justify-content: space-between;
        margin-bottom: 8px;
        margin-top: 16px;
        padding-top: 0
    }

    .kt-crcn-title.first {
        padding-top: 0!important
    }

    .kt-crcn-title strong {
        margin-right: 0
    }

    .kt-crcn-title img {
        border: 1px solid #e6e7e9;
        height: 40px;
        width: 40px
    }

    .kt-crcn-note {
        margin-bottom: 0
    }

    .kt-crcn-table {
        display: block;
        margin-top: 0
    }

    .kt-crcn-table+.kt-crcn-table {
        margin-top: 8px
    }

    .kt-crcn-table thead {
        display: none
    }

    .kt-crcn-table tbody {
        display: block
    }

    .kt-crcn-table tbody tr {
        border: 1px solid #e6e7e9!important;
        border-radius: 6px;
        display: block;
        margin-top: 8px;
        padding: 20px 24px 16px
    }

    .kt-crcn-table tbody tr:first-child {
        margin-top: 0!important
    }

    .kt-crcn-table tbody tr td {
        align-items: flex-start;
        background: none!important;
        border: none!important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        line-height: 1.6;
        margin-bottom: 12px;
        text-align: left;
        white-space: nowrap
    }

    .kt-crcn-table tbody tr td,.kt-crcn-table tbody tr td:first-child,.kt-crcn-table tbody tr td:last-child {
        padding: 0!important
    }

    .kt-crcn-table tbody tr td:last-child {
        margin-bottom: 0!important
    }

    .kt-crcn-table tbody tr td:before {
        content: attr(data-title);
        font-size: 14px;
        margin-left: auto;
        padding-left: 12px;
        text-align: right;
        white-space: normal
    }

    .kt-crcn-table tbody tr td:first-child {
        white-space: normal
    }

    .kt-crcn-table tbody tr td:first-child:before {
        white-space: nowrap
    }

    .payment_content div#purchase {
        margin-top: 16px;
        width: 100%
    }

    .simple-page-holder {
        padding: 20px 0 32px
    }

    .fullwidth-page-section {
        padding: 56px 0
    }

    .fullwidth-page-header-title {
        font-size: 24px;
        margin-bottom: 14px
    }

    .fullwidth-page-header-text {
        font-size: 15px
    }

    .fullwidth-page-header-content {
        border-radius: 8px;
        padding: 24px 28px 20px
    }
}

@media(max-width: 575.98px) {
    .travel-page .search-form-title {
        margin-bottom:12px;
        padding-top: 12px
    }

    .travel-page .faq-section {
        padding: 24px 0 36px
    }

    .about-map-holder {
        height: 260px
    }

    .kt-crcn-title {
        margin-bottom: 6px;
        margin-top: 12px
    }

    .kt-crcn-note,.kt-crcn-table+.kt-crcn-table {
        margin-top: 6px
    }

    .kt-crcn-table tbody tr {
        margin-top: 6px;
        padding: 16px 18px 12px
    }

    .kt-crcn-table tbody tr td {
        margin-bottom: 10px
    }

    .help-sidebar ul li>a {
        padding: 12px 20px
    }

    .help-sidebar ul li.has-submenu ul {
        padding: 10px 20px
    }

    .help-page-content-holder .h1,.help-page-content-holder h1 {
        font-size: 17px;
        padding: 16px 20px 12px
    }

    .help-sidebar-title {
        padding: 12px 20px 12px 16px
    }

    .help-page-content {
        padding: 16px 20px 12px
    }

    .help-page-header {
        padding-bottom: 28px
    }

    .help-page-holder {
        margin-top: -28px;
        padding-bottom: 24px
    }

    .payment_content {
        padding: 20px
    }

    .payment_content #Div1 {
        padding-top: 12px
    }

    .payment_content form {
        margin: -4px
    }

    .payment_content form .form_line {
        padding: 4px
    }

    .payment_content form .form_line .captcha,.payment_content form .form_line .red {
        margin-left: 4px;
        margin-top: 4px
    }

    .payment_content div#purchase {
        margin-top: 12px
    }

    .echargeInfo {
        padding: 20px 20px 16px
    }

    .echargeInfo p {
        margin-bottom: 6px
    }

    .about-map-holder {
        min-height: 260px
    }

    .fullwidth-page-section {
        padding: 36px 0
    }

    .fullwidth-page-header-title {
        margin-bottom: 12px;
        padding-top: 12px
    }

    .fullwidth-page-header-content {
        padding: 20px 24px 16px
    }
}

@media(max-width: 374.98px) {
    .travel-page .search-form-title {
        font-size:22px;
        margin-bottom: 12px
    }
}

.search-forms .search-field-wrapper.submit-wrapper .btn {
    border-radius: 8px;
    font-size: 0;
    height: 88px;
    margin-right: 8px;
    min-width: 88px;
    padding: 2px 0 0 2px!important;
    width: 88px
}

.search-forms .search-field-wrapper.submit-wrapper .btn i {
    font-size: 24px
}

.search-forms .search-field-wrapper.submit-wrapper .btn:disabled {
    opacity: .75;
    pointer-events: none
}

.search-form-title {
    color: #2d2e33;
    font-size: 44px;
    margin-bottom: 50px;
    padding-left: 5%;
    text-align: left;
}

.search-form-title span {
    font-weight: 400
}

.search-field-wrapper.disable-field {
    display: none
}

.search-field-inner {
    background: #fff;
    border-radius: 8px;
    box-shadow: 1px 1px 3px rgb(215 25 33 / 30%);
    cursor: pointer;
    padding: 24px 24px 12px;
    position: relative
}

.search-field-inner>i {
    display: none
}

.search-field-inner input,.search-field-inner select {
    background: #fff!important;
    border: none;
    color: #484b52;
    font-family: Vazir FD,arial;
    font-size: 16px;
    font-weight: 500;
    height: auto;
    line-height: 2;
    min-width: 132px;
    padding: 0;
    width: 100%
}

.search-field-inner input::-moz-placeholder,.search-field-inner select::-moz-placeholder {
    color: #484b52
}

.search-field-inner input::placeholder,.search-field-inner select::placeholder {
    color: #484b52
}

.search-field-inner label {
    color: #2d2e33;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 2px;
    pointer-events: none;
    white-space: nowrap
}

.search-field-inner label .small,.search-field-inner label small {
    display: none
}

.search-field-inner .kt-reverse-button {
    align-items: center;
    background: #d71921;
    border: none;
    border-radius: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    height: 42px;
    justify-content: center;
    left: -27px;
    opacity: 0;
    padding: 2px 0 0;
    pointer-events: none;
    position: absolute;
    top: 23px;
    transform: scale(.75);
    transition: opacity .15s cubic-bezier(.44,0,.1,1),transform .15s cubic-bezier(.44,0,.1,1);
    width: 42px;
    z-index: 2
}

.search-field-inner .kt-reverse-button.active {
    opacity: 1;
    pointer-events: all;
    transform: scale(1)
}

.search-field-inner .change-button {
    display: none
}

.header-item .submenu,.kt-dp-holder,.kt-dropdown-menu-holder,.kt-select-holder,.search-field-dropdown {
    opacity: 0;
    transform: scale(.9) translateX(-55%) translateY(-8px);
    transform-origin: top center;
    transition: opacity .15s cubic-bezier(.44,0,.1,1),transform .15s cubic-bezier(.44,0,.1,1)
}

.active.kt-dp-holder,.active.kt-dropdown-menu-holder,.active.kt-select-holder,.header-item .active.submenu,.search-field-dropdown.active {
    opacity: 1;
    transform: scale(1) translateX(-50%) translateY(0)
}

.kt-dp-field-holder>input,.kt-dp-field>input,.search-field-inner,.search-field-inner>input,.search-field-inner>select {
    cursor: pointer
}

.form-wrapper {
    padding: 44px
}

.form-wrapper .row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px
}

.form-wrapper .row .col:first-child {
    padding-left: calc(var(--bs-gutter-x)*.5 - 2px)
}

.form-wrapper .row .col:nth-child(2) {
    padding-right: calc(var(--bs-gutter-x)*.5 - 2px)
}

.kt-dropdown-menu-holder,.kt-select-holder {
    cursor: auto;
    margin-top: 12px;
    padding-bottom: 24px;
    position: absolute;
    right: 0;
    top: 100%;
    transform: scale(.9) translateY(-8px);
    transform-origin: top right;
    z-index: 999
}

.kt-dropdown-menu-holder.active,.kt-select-holder.active {
    transform: scale(1) translateY(0)!important;
}

.kt-dropdown-menu-holder {
    max-width: 100%;
    min-width: 240px
}

.kt-dropdown-menu-holder.kt-show,.kt-dropdown-menu-holder.kt-show.ng-hide {
    display: block!important
}

.kt-select-holder {
    min-width: 100%;
    width: 300px
}

.kt-dropdown-menu,.kt-select {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 20px 1px rgba(45,46,51,.12);
    max-height: 360px;
    overflow: auto;
    position: relative
}

.kt-dropdown-menu::-webkit-scrollbar-track,.kt-select::-webkit-scrollbar-track {
    border-radius: 8px 0 0 8px
}

.account-menu .kt-dropdown-menu {
    max-height: 380px
}

.kt-select-item {
    align-items: center;
    background: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 16px;
    transition: background .15s ease-in-out
}

.kt-select-item.hide {
    display: none!important
}

.kt-select-item:hover {
    background: #f9ddde
}

.kt-select-item:hover .kt-select-item-icon {
    background: #d71921;
    color: #f9ddde
}

.kt-select-item.active {
    background: rgba(215, 25, 33,.09);
    box-shadow: inset 0 -1px #fff,inset 0 1px #fff
}

.kt-select-item.active .kt-select-item-icon {
    background: rgba(215, 25, 33,.1);
    color: #B7000A
}

.kt-select-item-icon {
    align-items: center;
    align-self: flex-start;
    background: #f9ddde;
    border-radius: 6px;
    color: #d71921;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    height: 48px;
    justify-content: center;
    margin-left: 12px;
    min-width: 48px;
    transition: background .15s ease-in-out,color .15s ease-in-out;
    width: 48px
}

.kt-select-item-inner {
    flex-grow: 1;
    line-height: 1.5;
    padding-top: 4px
}

.kt-select-item-inner span {
    display: block
}

.kt-select-inner {
    padding: 10px 0
}

.kt-select-item-title {
    color: #484b52;
    font-size: 16px;
    font-weight: 600
}

.kt-select-item-subtitle {
    color: #5d6370;
    font-size: 13px;
    font-weight: 500
}

.kt-select-title {
    align-items: flex-start;
    color: #5d6370;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 6px;
    padding: 8px 16px 6px;
    position: relative
}

.kt-select-title:first-child {
    margin-top: 0
}

.kt-select-title:after {
    background: #e7e8ea;
    content: "";
    flex-grow: 1;
    height: 1px;
    margin-right: 12px;
    margin-top: 10px
}

.kt-select-title:before {
    background: #e7e8ea;
    border-radius: 100%;
    content: "";
    height: 7px;
    left: 16px;
    position: absolute;
    top: 15px;
    width: 7px
}

.kt-select-default-content .kt-select-title:only-child {
    padding-bottom: 6px
}

.kt-select-inner.d-none+.kt-select-not-found {
    display: block
}

.kt-select-not-found {
    color: #484b52;
    display: none;
    font-size: 15px;
    font-weight: 500;
    padding: 14px 16px 10px
}

@keyframes skeleton {
    0% {
        transform: translateX(75%)
    }

    to {
        transform: translateX(-75%)
    }
}

.kt-skeleton {
    background: rgba(0,44,77,.075);
    box-sizing: content-box;
    max-width: 100%;
    overflow: hidden;
    position: relative
}

.kt-skeleton:before {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: skeleton;
    animation-timing-function: ease-in-out;
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,44,77,0)),color-stop(40%,rgba(0,44,77,.05)),color-stop(60%,rgba(0,44,77,.05)),to(rgba(0,44,77,0)));
    background-image: -o-linear-gradient(left,rgba(0,44,77,0) 0,rgba(0,44,77,.05) 40%,rgba(0,44,77,.05) 60%,rgba(0,44,77,0) 100%);
    background-image: linear-gradient(90deg,rgba(0,44,77,0) 0,rgba(0,44,77,.05) 40%,rgba(0,44,77,.05) 60%,rgba(0,44,77,0));
    content: "";
    height: 100%;
    left: -75%;
    position: absolute;
    right: -75%;
    top: 0;
    transform: translateX(75%)
}

.kt-select-skeleton {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 16px
}

.kt-select-skeleton-icon {
    border-radius: 6px;
    height: 48px;
    margin-left: 12px;
    width: 48px
}

.kt-select-skeleton-inner {
    flex-grow: 1
}

.kt-select-skeleton-subtitle {
    margin-top: 10px
}

.kt-select-skeleton-subtitle,.kt-select-skeleton-title {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.kt-select-skeleton-subtitle span,.kt-select-skeleton-title span {
    border-radius: 4px
}

.kt-airports-skeleton .kt-select-skeleton-title span {
    height: 14px;
    width: 68px
}

.kt-airports-skeleton .kt-select-skeleton-subtitle span {
    height: 10px;
    width: 88px
}

.kt-airports-skeleton:first-child .kt-select-skeleton-title span {
    width: 58px
}

.kt-airports-skeleton:first-child .kt-select-skeleton-subtitle span {
    width: 28px
}

.kt-airports-skeleton:nth-child(2) .kt-select-skeleton-title span {
    width: 40px
}

.kt-airports-skeleton:nth-child(2) .kt-select-skeleton-subtitle span {
    width: 28px
}

.kt-airports-skeleton:nth-child(3) .kt-select-skeleton-title span {
    width: 50px
}

.kt-airports-skeleton:nth-child(3) .kt-select-skeleton-subtitle span {
    width: 28px
}

.kt-airports-skeleton:nth-child(4) .kt-select-skeleton-title span {
    width: 36px
}

.kt-airports-skeleton:nth-child(4) .kt-select-skeleton-subtitle span {
    width: 28px
}

.kt-airports-skeleton:nth-child(5) .kt-select-skeleton-title span {
    width: 44px
}

.kt-airports-skeleton:nth-child(5) .kt-select-skeleton-subtitle span {
    width: 28px
}

.kt-select-skeleton:first-child .kt-skeleton:before {
    animation-delay: .1s
}

.kt-select-skeleton:nth-child(2) .kt-skeleton:before {
    animation-delay: .2s
}

.kt-select-skeleton:nth-child(3) .kt-skeleton:before {
    animation-delay: .3s
}

.kt-select-skeleton:nth-child(4) .kt-skeleton:before {
    animation-delay: .4s
}

.kt-select-skeleton:nth-child(5) .kt-skeleton:before {
    animation-delay: .5s
}

.kt-select-skeleton:nth-child(6) .kt-skeleton:before {
    animation-delay: .6s
}

.kt-select-skeleton:nth-child(7) .kt-skeleton:before {
    animation-delay: .7s
}

.kt-select-skeleton:nth-child(8) .kt-skeleton:before {
    animation-delay: .8s
}

.kt-select-skeleton:nth-child(9) .kt-skeleton:before {
    animation-delay: .9s
}

.kt-select-skeleton:nth-child(10) .kt-skeleton:before {
    animation-delay: 1s
}

.kt-select-history .btn {
    background: #fff;
    border: 1px solid #e7e8ea;
    font-size: 13px;
    left: 31px;
    line-height: 1.4;
    padding: 7px 10px 4px;
    position: absolute;
    top: 2px
}

.kt-dp-readonly,.kt-field-modal-top-holder,.kt-modal-footer-holder,.kt-modal-top,.kt-modal-top-holder,.kt-readonly-field,.kt-select-modal-field-holder:before,.kt-select-readonly {
    display: none
}

.kt-select-modal-field-holder:before {
    content: ""
}

@media(max-width: 1199.98px) {
    .form-wrapper>form {
        position:relative
    }

    .form-wrapper .search-field-wrapper.submit-wrapper .btn {
        height: 60px;
        margin-right: 0;
        width: 100%
    }

    .form-wrapper .search-field-wrapper.submit-wrapper .btn i {
        font-size: 20px
    }

    .form-wrapper {
        padding: 32px
    }

    .form-wrapper .row {
        --bs-gutter-x: 12px;
        --bs-gutter-y: 12px
    }

    .search-field-inner {
        padding: 20px 20px 8px
    }
}

@media(max-width: 991.98px) {
    .form-wrapper,.kt-dp-footer-inner,.kt-dp-inner,.kt-dropdown-menu,.kt-field-modal-top,.kt-modal-top,.kt-select,.sidebar_responsive_inn {
        max-width:720px;
        width: 100%
    }

    .kt-modal-footer {
        width: 100%
    }

    .kt-modal-footer,.search-header-buttons {
        max-width: 688px
    }

    .form-wrapper,.kt-dp-footer-inner,.kt-dropdown-menu,.kt-field-modal-top,.kt-modal-footer,.kt-modal-top {
        margin-left: auto;
        margin-right: auto
    }

    .kt-dp-inner,.kt-select {
        align-self: center;
        width: 100%
    }

    html.kt-dropdown-opened body,html.kt-filters-modal-opened body,html.kt-search-modal-opened body {
        overflow: hidden
    }

    html.kt-dropdown-opened .kt-dropdown-menu-holder {
        pointer-events: all
    }

    .kt-dropdown-menu-holder {
        display: none!important;
        flex-direction: column;
        left: auto;
        margin-top: 0!important;
        opacity: 1!important;
        padding: 0
    }

    .kt-dropdown-menu-holder.kt-show,.kt-dropdown-menu-holder.kt-show.ng-hide {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .kt-dropdown-menu-holder.active {
        transform: translateX(0)!important
    }

    .kt-dropdown-menu-holder.hiding {
        transition: transform .325s cubic-bezier(.44,0,.1,1)!important;
        z-index: 9999
    }

    .kt-dropdown-menu-holder,.result-page #sidebar_result,.search-forms,.search-header-form {
        background: #fff;
        display: none;
        flex-direction: column;
        height: 100%;
        padding-top: 0;
        position: fixed!important;
        right: 0;
        top: 0;
        transform: translateX(100%);
        transition: transform .375s cubic-bezier(.44,0,.1,1)!important;
        width: 100%;
        z-index: 99999
    }

    .kt-dropdown-menu-holder.kt-show,.result-page #sidebar_result.kt-show,.search-forms.kt-show,.search-header-form.kt-show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .kt-dropdown-menu-holder.active,.result-page #sidebar_result.active,.search-forms.active,.search-header-form.active {
        transform: translateX(0)
    }

    .kt-dropdown-menu-holder.hiding,.result-page #sidebar_result.hiding,.search-forms.hiding,.search-header-form.hiding {
        transform: translateX(-100%)
    }

    .search-forms-top {
        width: 100%
    }

    .sidebar_responsive_inn {
        padding: 16px
    }

    .form-wrapper {
        padding: 24px 16px
    }

    .form-wrapper,.sidebar_responsive_inn {
        -webkit-overflow-scrolling: touch;
        flex-grow: 1;
        overflow-x: hidden;
        overflow-y: scroll
    }

    .search-field-inner {
        background: none;
        box-shadow: none;
        padding: 0
    }

    .kt-dropdown-menu {
        background: none;
        border-radius: 6px;
        border-radius: 0;
        box-shadow: none;
        flex-grow: 1;
        max-height: none!important;
        max-height: none;
        padding: 12px 0
    }

    .kt-dropdown-menu li {
        font-size: 16px;
        font-weight: 500;
        padding: 12px 16px 8px
    }

    .phonebook-list .alert {
        margin: 20px 16px!important;
        padding: 14px 16px 10px
    }

    .kt-dp-holder,.kt-select-holder {
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        height: 100%;
        left: auto;
        margin-top: 0!important;
        opacity: 1!important;
        padding: 0;
        position: fixed;
        right: 0;
        top: 0;
        transform: translateX(100%);
        transition: transform .375s cubic-bezier(.44,0,.1,1);
        width: 100%;
        z-index: 99999
    }

    .kt-dp-holder.active,.kt-select-holder.active {
        transform: translateX(0)
    }

    .kt-dp-holder.hiding,.kt-select-holder.hiding {
        transform: translateX(-100%);
        transition: transform .45s cubic-bezier(.44,0,.1,1);
        z-index: 9999
    }

    .kt-dp-inner {
        -webkit-overflow-scrolling: touch;
        flex-grow: 1;
        flex-wrap: wrap;
        margin: 0;
        overflow-y: scroll;
        padding: 20px 16px
    }

    .kt-dp-footer {
        padding: 12px 16px
    }

    .kt-dp-arrows,.kt-dp-month-holder:first-child .kt-dp-title:before {
        display: none
    }

    .kt-dp-week {
        padding-bottom: 8px
    }

    .kt-dp-title {
        margin-bottom: 8px;
        padding-top: 0
    }

    .kt-dp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column
    }

    .kt-dp-month-holder {
        border-bottom: 1px solid #e7e8ea;
        display: block;
        margin-bottom: 20px;
        padding: 0 0 24px;
        width: 100%
    }

    .kt-dp-month-holder:last-child {
        border-bottom: 0!important;
        margin-bottom: 0!important;
        padding-bottom: 0!important
    }

    .kt-dp,.kt-select {
        background: none;
        border-radius: 0;
        box-shadow: none;
        flex-grow: 1;
        max-height: none
    }

    .form-wrapper .row .col {
        flex-basis: 100%;
        width: 100%
    }

    .kt-field-modal-top .row {
        --bs-gutter-x: 8px;
        --bs-gutter-y: 0
    }

    .kt-field-modal-top .row .col {
        flex: 1 0 0%;
        margin-top: var(--bs-gutter-y)!important
    }

    .kt-field-modal-top .kt-readonly-field {
        background-color: #383c43!important;
        color: #f1f5f8!important
    }

    .kt-field-modal-top .kt-readonly-field::-moz-placeholder {
        color: #f1f5f8!important
    }

    .kt-field-modal-top .kt-readonly-field::placeholder {
        color: #f1f5f8!important
    }

    .kt-modal-top-holder {
        display: block
    }

    .kt-modal-top {
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        padding: 5px 16px
    }

    .kt-modal-top span {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.5;
        padding-top: 4px
    }

  .kt-modal-top .btn {
        color: #fff;
        font-size: 13px;
        /* margin-left: -16px; */
        padding: 18px 18px 18px 16px;
    }

    .kt-field-modal-top-holder .kt-modal-top {
        padding-bottom: 0
    }

    .kt-readonly-field-holder {
        position: relative
    }

    .kt-readonly-field-holder .kt-readonly-field {
        transition: opacity .1s linear
    }

    .kt-readonly-field-holder .kt-readonly-field:first-child {
        opacity: 1;
        pointer-events: all;
        position: relative;
        z-index: 2
    }

    .kt-readonly-field-holder .kt-readonly-field:last-child {
        height: 100%;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 1
    }

    .kt-readonly-field-holder.disabled .kt-readonly-field:first-child {
        opacity: 0;
        pointer-events: none;
        z-index: 1
    }

    .kt-readonly-field-holder.disabled .kt-readonly-field:last-child {
        opacity: 1;
        pointer-events: all;
        z-index: 2
    }

    .kt-field-modal-top {
        padding: 0 16px 16px
    }

    .kt-modal-footer-holder {
        border-top: 1px solid #e7e8ea;
        display: block;
        padding: 12px 16px
    }

    .kt-field-modal-top-holder,.kt-modal-top-holder {
        background: #4a4f5a;
        display: block
    }

    input.kt-select-modal-field {
        background-color: #383c43!important;
        color: #f1f5f8!important;
        font-size: 16px;
        padding: 10px 20px 6px!important
    }

    input.kt-select-modal-field::-moz-placeholder {
        color: #f1f5f8!important
    }

    input.kt-select-modal-field::placeholder {
        color: #f1f5f8!important
    }

    .kt-dp-field-holder>input,.kt-dp-field-outer>input,.kt-dp-field>input,.kt-select-field>input:not(.kt-select-readonly) {
        font-size: 0!important;
        height: 0!important;
        margin: 0!important;
        opacity: 0!important;
        padding: 0!important;
        position: absolute!important;
        width: 0!important
    }

    .kt-dp-field,.kt-dp-field-holder {
        min-width: auto
    }

    .kt-dp-fields-holder {
        margin: 0 -4px
    }

    .kt-dp-field-holder {
        padding: 0 4px;
        width: 50%
    }

    .kt-dp-field-holder>label,.search-field-inner>label {
        display: none
    }

    .search-field-inner .kt-reverse-button {
        bottom: -25px;
        left: 16px;
        padding: 0;
        top: auto;
        transform: scale(.75) rotate(90deg)
    }

    .search-field-inner .kt-reverse-button.active {
        transform: scale(1) rotate(90deg)
    }

    .kt-advanced-field>input,.kt-readonly-field {
        background-color: #eaeff3!important;
        border-radius: 6px;
        color: #484b52;
        font-size: 16px;
        font-weight: 500;
        line-height: 2;
        padding: 10px 20px 6px!important
    }

    .kt-readonly-field {
        cursor: pointer
    }

    .kt-advanced-field,.kt-select-modal-field-holder {
        position: relative
    }

    .kt-advanced-field:before,.kt-select-modal-field-holder:before {
        bottom: 0;
        display: block;
        height: 1em;
        margin: auto 0;
        position: absolute;
        right: 18px;
        top: 0;
        width: 1em;
        z-index: 1
    }

    .kt-advanced-field>input,.kt-select-modal-field-holder>input {
        padding-right: 42px!important
    }

    .kt-select-modal-field-holder:before {
        color: #f1f5f8;
        font-size: 14px
    }

    .kt-advanced-field:before {
        color: #484b52;
        font-size: 16px
    }

    .kt-dp-readonly,.kt-select-readonly {
        display: block
    }

    .kt-readonly-field {
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .kt-readonly-field i {
        margin-left: 8px;
        margin-right: -2px;
        position: relative;
        top: -2px
    }

    .kt-readonly-field i.kt-icon-plus {
        font-size: 10px;
        margin-right: -2px;
        top: -1px
    }

    .kt-dp-active-btn {
        background: #eaeff3!important;
        border: none!important;
        bottom: auto;
        box-shadow: none!important;
        color: #484b52!important;
        height: auto;
        left: 4px!important;
        line-height: 2;
        padding: 10px 20px 6px!important;
        right: 4px!important;
        text-align: right;
        top: 0;
        width: auto
    }

    .kt-dp-today {
        display: none
    }

    .kt-dp-footer-inner .btn {
        flex: 1 0 0%;
        margin-left: 8px;
        width: auto
    }

    .form-wrapper .row .col:first-child {
        padding-left: calc(var(--bs-gutter-x)*.5)
    }

    .form-wrapper .search-field-wrapper.submit-wrapper {
        padding-top: 4px
    }

    .form-wrapper .search-field-wrapper.submit-wrapper .btn {
        border-radius: 6px;
        font-size: 17px!important;
        font-weight: 500!important;
        height: auto;
        padding: 11px 24px 6px!important
    }

    .form-wrapper .search-field-wrapper.submit-wrapper .btn i {
        display: none
    }

    .form-wrapper .search-field-wrapper.submit-wrapper .btn:disabled {
        opacity: 1
    }

    .form-wrapper .row .col:nth-child(2) {
        margin-top: calc(var(--bs-gutter-y) - 4px);
        padding-right: calc(var(--bs-gutter-x)*.5)
    }
}

@media(max-width: 767.98px) {
    .form-wrapper,.kt-dp-footer-inner,.kt-dp-inner,.kt-dropdown-menu,.kt-field-modal-top,.kt-modal-top,.kt-select,.sidebar_responsive_inn {
        max-width:540px
    }

    .kt-modal-footer,.search-header-buttons {
        max-width: 508px
    }
}

@media(max-width: 575.98px) {
    .form-wrapper,.kt-dp-footer-inner,.kt-dp-inner,.kt-dropdown-menu,.kt-field-modal-top,.kt-modal-footer,.kt-modal-top,.kt-select {
        max-width:none
    }
}

.search-header-holder {
    background: #fff;
    border-top: 1px solid #e7e8ea;
    box-shadow: 0 2px 6px rgba(45,46,51,.14)
}

.search-header {
    padding: 20px 0;
    position: relative
}

.search-header form {
    padding: 0!important
}

#submitfil {
    display: none!important
}

.search_result_box {
    float: none!important;
    width: auto!important
}

.fromtab_content {
    height: auto!important
}

.search-result-wrapper {
    --bs-gutter-x: 20px;
    padding: 24px 0 52px!important
}

#wrapper {
    padding: 0!important
}

#icon9_popup .calcu_table_box {
    border: none!important;
    display: block!important;
    overflow: visible
}

.result-page #sidebar_result {
    padding: 0 10px;
    width: 25%
}

.result-page #sidebar_result .sidebar_responsive_inn {
    margin: 0!important
}

.result-page #content_result {
    width: 75%
}

.result-page #sidebar_result .sb_res_title {
    border: none;
    line-height: 1.5;
    margin: 0 0 6px;
    text-align: right;
    background: #fff !important;
}

.result-page #sidebar_result .sb_res_title span {
    color: #2d2e33;
    font-size: 17px;
    font-weight: 600;
    padding: 0;
    background-color: #fff !important;
}

.result-page #best_sb_search .sb_inn_box {
    margin-bottom: 0;
    padding-bottom: 18px!important
}

.result-page .jslider .jslider-scale {
    display: none
}

.result-page .jslider_box {
    padding: 0 8px 18px
}

.result-page #sidebar_result .type_fly label {
    display: block!important;
    line-height: inherit!important
}

.result-page #sidebar_result .type_fly label .kt-checkbox-label-inner {
    color: #414349!important;
    float: none!important;
    font: inherit!important;
    font-size: 15px!important;
    font-weight: 500!important;
    line-height: 1.6!important
}

.result-page #sidebar_result .type_fly label .kt-checkbox-label-inner div {
    background: none!important;
    color: inherit!important;
    float: none;
    font: inherit!important;
    height: auto!important;
    margin: 0!important;
    padding: 0!important;
    text-align: right
}

.result-page #sidebar_result .kt-checkbox-label {
    margin-top: 2px
}

.result-page #sidebar_result .kt-checkbox-label:first-child {
    margin-top: 0!important
}

.result-page #sidebar_result .number_flight {
    width: 100%
}

.result-page #sidebar_result .sb_sub_btn {
    margin: 6px 0 0;
    width: 100%
}

.result-page .jslider .jslider-bg {
    margin: 0 -8px
}

.result-page .jslider .jslider-bg .v {
    background: #d71921
}

.result-page .jslider .jslider-bg i {
    height: 2px!important;
    top: 11px!important
}

.result-page .jslider .jslider-bg .f,.result-page .jslider .jslider-bg .l,.result-page .jslider .jslider-bg .r {
    background: #e7e8ea
}

.result-page .jslider {
    height: 24px;
    top: 0
}

.result-page .jslider .jslider-value {
    bottom: -16px!important;
    color: #414349;
    font-family: Vazir FD,arial;
    font-size: 14px;
    font-weight: 500;
    left: -8px!important;
    margin-left: 0!important;
    padding: 0;
    top: auto!important
}

.result-page .jslider .jslider-value.jslider-value-to {
    left: auto!important;
    right: -8px!important
}

.result-page .jslider .jslider-pointer {
    background: none!important;
    border: none!important;
    height: 24px;
    margin-left: -12px;
    position: absolute;
    top: 0;
    width: 24px
}

.result-page .jslider .jslider-pointer:before {
    background: #fff;
    border: 2px solid #d71921;
    border-radius: 100%;
    bottom: 4px;
    content: "";
    left: 4px;
    position: absolute;
    right: 4px;
    top: 4px
}

.result-page .mainpage,.result-page .rowbg {
    display: none
}

.result-page .result_pagination {
    border: none;
    padding-top: 16px
}

.result-page .result_pagination .txt {
    color: #2d2e33;
    font-family: Vazir FD,arial;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5
}

.result-page .result_header-inner {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.result-page .result_header-inner .clear {
    display: none
}

.result-page .search-pricetable-holder {
    background: #fff!important;
    border-radius: 8px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    margin-bottom: 16px
}

.result-page .search-result-wrapper {
    min-height: 100vh
}

.result-page .fromtab_container {
    height: auto!important
}

.result-page .error-section {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)
}

.result-page .search_result_box .result_header {
    border: none;
    margin-bottom: 12px;
    margin-top: 0;
    padding: 0
}

.result-page .search_result_box .result_header .title {
    color: #2d2e33;
    font-family: Vazir FD,arial;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    padding-top: 4px
}

.result-page .search_result_box .result_header .title a {
    color: inherit!important
}

.result-page .search_result_box .result_header .fromtabbs {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin: 0;
    padding: 4px
}

.result-page .search_result_box .result_header .fromtabbs li {
    background: none!important;
    height: auto;
    margin-left: 0;
    padding: 0
}

.result-page .search_result_box .result_header .fromtabbs li a {
    border-radius: 6px;
    color: #414349;
    font-family: Vazir FD,arial;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 15px 16px 11px
}

.result-page .search_result_box .result_header .fromtabbs li a:before {
    content: "بر اساس "
}

.result-page .search_result_box .result_header .fromtabbs li a i {
    display: none
}

.result-page .search_result_box .result_header .fromtabbs li.active a {
    background: #e8eef2;
    color: #2d2e33
}

.result-page .search_result_box .result_header .fromtabbs li:last-child {
    margin-left: 0!important
}

.result-page .buttons,.result-page .search_result_box .result_header .fromtabbs #reverse_bg {
    display: none
}

.result-page .resu-hotel {
    background: #fff!important;
    border-radius: 8px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    display: block;
    margin-bottom: 12px;
    padding: 4px
}

.result-page .resu-hotel:last-child {
    margin-bottom: 0!important
}

.result-page .resu-hotel-inner {
    background: rgb(215 25 33 / 15%);
    color: #B7000A;
    padding: 16px
}

.result-page .resu-hotel-inner,.result-page .resu-hotel-inner .resu-hotel-icon {
    align-items: center;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.result-page .resu-hotel-inner .resu-hotel-icon {
    background: #fff;
    box-shadow: 0 2px 6px rgba(219,149,0,.25);
    height: 52px;
    justify-content: center;
    margin-left: 16px;
    width: 52px
}

.result-page .resu-hotel-inner .resu-hotel-icon svg {
    fill: #B7000A;
    height: 28px;
    width: 28px
}

.result-page .resu-hotel-inner .btn {
    background: rgb(215 25 33 / 15%);
    color: #fff;
    font-size: 14px;
    padding: 12px 18px 7px
}

.result-page .resu-hotel-inner .btn:before {
    margin-right: .75em
}

.result-page .resu-hotel-content {
    flex-grow: 1;
    padding-top: 4px
}

.result-page .resu-hotel-content .h3,.result-page .resu-hotel-content h3 {
    font-size: 17px;
    margin-bottom: 0
}

.result-page .resu-hotel-content span {
    display: block;
    font-size: 15px;
    line-height: 1.5
}

/* === کارت تبلیغاتی رزرو رفت و برگشت (zcharter24) ===
   دقیقا با همان الگوی طراحی کارت هتل (.resu-hotel بالا) ساخته شده،
   با یک پالت رنگی متفاوت (آبی) تا از کارت هتل (قرمز) به وضوح متمایز باشد. */

/* نکته سایز: newDiv برای فرار از منطق main.js کلاس "resu" دارد، اما ".resu" پایه
   یک flex-row با padding مخصوص ردیف پرواز است (justify-content:space-between و ...)
   که باعث می‌شد کارت به‌جای عرض کامل، فقط به اندازه محتوای داخلی‌اش عرض بگیرد.
   با این override، wrapper به یک بلاک ساده تبدیل می‌شود تا .resu-roundtrip داخلش
   دقیقا مثل .resu-hotel عرض کامل بگیرد. */
.result-page .resu.roundtrip-promo {
    background: none!important;
    display: block;
    padding: 0
}

.result-page .resu-roundtrip {
    background: #fff!important;
    border-radius: 8px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    display: block;
    margin-bottom: 12px;
    padding: 4px
}

.result-page .resu-roundtrip:last-child {
    margin-bottom: 0!important
}

.result-page .resu-roundtrip-inner {
    background: rgb(10 88 202 / 12%);
    color: #0A3D91;
    padding: 16px
}

.result-page .resu-roundtrip-inner,.result-page .resu-roundtrip-inner .resu-roundtrip-icon {
    align-items: center;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.result-page .resu-roundtrip-inner .resu-roundtrip-icon {
    background: #fff;
    box-shadow: 0 2px 6px rgba(10,61,145,.25);
    height: 52px;
    justify-content: center;
    margin-left: 16px;
    width: 52px
}

.result-page .resu-roundtrip-inner .resu-roundtrip-icon svg {
    fill: #0A3D91;
    height: 26px;
    width: 26px
}

.result-page .resu-roundtrip-inner .btn {
    background: #0A3D91;
    color: #fff;
    font-size: 14px;
    padding: 12px 18px 7px;
    white-space: nowrap
}

.result-page .resu-roundtrip-inner .btn:before {
    margin-right: .75em
}

.result-page .resu-roundtrip-inner .btn:hover {
    background: #082f70
}

.result-page .resu-roundtrip-content {
    flex-grow: 1;
    padding-top: 4px
}

.result-page .resu-roundtrip-content h3 {
    font-size: 17px;
    margin-bottom: 0
}

.result-page .resu-roundtrip-content span {
    display: block;
    font-size: 15px;
    line-height: 1.5
}

/* === کارت «پروازی یافت نشد» === */
.no-flights-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 .125rem .5rem rgba(0,0,0,.08);
    margin: 20px 0;
    padding: 32px 24px;
    text-align: center
}

.no-flights-card__media {
    margin-bottom: 16px
}

.no-flights-card__media img {
    border-radius: 8px;
    max-width: 320px;
    object-fit: contain;
    width: 55%
}

.no-flights-card__title {
    color: #212529;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px
}

.no-flights-card__desc {
    color: #5d6370;
    font-size: 14px;
    line-height: 1.7;
    margin: 0 auto 24px;
    max-width: 440px
}

.no-flights-card__actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 auto;
    max-width: 440px
}

.no-flights-card__btn {
    align-items: center;
    border-radius: 6px;
    box-shadow: none!important;
    display: flex!important;
    flex: 1;
    font-size: 15px!important;
    font-weight: 700!important;
    gap: 8px;
    justify-content: center;
    line-height: 1.4!important;
    padding: 13px!important;
    text-decoration: none!important;
    transition: background-color .15s ease-in-out
}

.no-flights-card__btn--outline {
    background: rgb(10 61 145 / 8%)!important;
    color: #0A3D91!important
}

.no-flights-card__btn--outline:hover {
    background: rgb(10 61 145 / 16%)!important
}

.no-flights-card__btn--solid {
    background: #df153c!important;
    color: #fff!important
}

.no-flights-card__btn--solid:hover {
    background: #c21234!important
}

@media (min-width: 576px) {
    .no-flights-card__actions {
        flex-direction: row
    }
}

@media (max-width: 480px) {
    .no-flights-card {
        padding: 24px 16px
    }

    .no-flights-card__media img {
        width: 70%
    }

    .no-flights-card__title {
        font-size: 16px
    }
}

.result-page .resu-holder {
    background: #fff!important;
    border-radius: 8px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    margin-bottom: 12px
}

.result-page .resu-holder .efitooltip-holder {
    display: none
}

.result-page .resu-holder .efitooltip {
    background: none;
    border: none;
    border-radius: 0;
    border-top: 1px solid #e7e8ea;
    box-shadow: none;
    color: #414349;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    font-family: Vazir FD,arial;
    font-size: 15px;
    line-height: 1.7;
    margin-top: 0;
    max-height: none;
    opacity: 1;
    padding: 20px 20px 16px;
    pointer-events: all;
    position: static;
    text-align: right
}

.result-page .resu-holder .efitooltip .efi-close,.result-page .resu-holder .efitooltip .mkfcol1 .plan_icon,.result-page .resu-holder .efitooltip .mkfcol1 br,.result-page .resu-holder .efitooltip>.clear {
    display: none
}

.result-page .resu-holder .efitooltip .mkfcol1 strong {
    display: block
}

.result-page .resu-holder .efitooltip .mkfcol1,.result-page .resu-holder .efitooltip .mkfcol2 {
    text-align: right;
    width: 25%
}

.result-page .resu-holder .efitooltip .mkfcol1,.result-page .resu-holder .efitooltip .mkfcol2,.result-page .resu-holder .efitooltip .mkfcol3 {
    margin: 0;
    padding: 0 10px
}

.result-page .resu-holder .efitooltip .mkfcol1 {
    padding-right: 0!important
}

.result-page .resu-holder .efitooltip .mkfcol3 {
    padding-left: 0!important;
    width: 50%
}

.result-page .resu,.result-page .resu-holder:last-child {
    margin-bottom: 0!important
}

.result-page .resu {
    align-items: center;
    background: none!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Vazir FD,arial;
    height: auto;
    justify-content: space-between;
    padding: 20px 37px 20px 20px
}

.result-page .resu .price,.result-page .resu .user {
    display: none
}

.result-page .resu .flight-refresh {
    align-items: center;
    background: rgba(215, 25, 33,.12);
    color: #d71921;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    justify-content: center;
    padding-left: 7px;
    padding-right: 5px
}

.result-page .resu .flight-label,.result-page .resu .flight-refresh {
    border-radius: 6px 0 0 6px;
    bottom: 12px;
    position: absolute;
    right: 0;
    top: 12px
}

.result-page .resu .flight-label {
    background: #f1f5f7;
    color: #5d6370;
    font-size: 12px;
    font-weight: 500;
    padding: 0 6px 0 7px;
    text-align: center;
    writing-mode: vertical-lr
}

.result-page .resu .flight-label.business {
    background: rgb(215 25 33 / 15%);
    color: #B7000A;
}

.result-page .resu .flight-label:empty {
    background: #f1f5f7;
    color: #5d6370
}

.result-page .resu .flight-label:empty:before {
    content: "سیستمی"
}

.result-page .resu.disable {
    filter: grayscale(1);
    opacity: .75;
    /* pointer-events: none */
}

.result-page .resu.disable .flight-label {
    opacity: 0
}

.result-page .resu.disable.has-refresh {
    pointer-events: all
}

.result-page .resu.disable.has-refresh:hover {
    filter: none;
    opacity: 1
}

.result-page .resu .advertise span {
    display: none
}

.result-page .resu .advertise_typing {
    animation: none
}

.result-page .resu .flight-select-holder {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.result-page .resu>* {
    height: auto!important;
    line-height: 1!important
}

.result-page .resu .icon.icon-time:before {
    content: ""
}

.result-page .resu .code {
    background: #f2f2f2;
    background: #eff3f6;
    border-radius: 4px;
    color: #2d2e33;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    padding: 11px 0 7px;
    text-align: center;
    width: 60px
}

.result-page .resu .code .plan_icon {
    display: none
}

.result-page .resu .info_parvaz {
    float: none;
    height: auto;
    margin: 0 0 0 12px;
    padding: 0;
    width: auto;
    writing-mode: vertical-lr
}

.result-page .resu .info_parvaz .efitooltip {
    display: none!important
}

.result-page .resu .rot2 {
    background: #eef3f6;
    border-radius: 4px;
    color: #414349;
    height: 44px;
    margin: 0;
    padding: 0 3px;
    text-align: center;
    transform: none;
    transition: color .15s ease-in-out,background .15s ease-in-out;
    width: auto
}

.result-page .resu .rot2.active {
    background: rgba(215, 25, 33,.15);
    color: #d71921 !important;
}

.result-page .resu .rot1 {
    font-family: Vazir FD,arial!important;
    font-size: 12px;
    font-weight: 500
}

.result-page .resu .flight-logo-holder img {
    display: block;
    height: 44px;
    position: relative;
    top: -1px;
    width: 56px
}

.result-page .resu .date {
    align-items: center;
    color: #414349;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    padding-top: 4px;
    width: auto
}

.result-page .resu .date .icon {
    color: #414349;
    font-size: 16px;
    height: auto;
    line-height: 1;
    margin-left: 8px;
    margin-right: 0;
    position: relative;
    top: -2px
}

.result-page .resu .flight-price-holder {
    padding-left: 20px;
    padding-top: 2px;
    text-align: left;
    width: 140px
}

.result-page .resu .flight-price-holder .flight-capacity {
    color: #d22c2c;
    font-size: 13px;
    font-weight: 500
}

.result-page .resu .flight-price-holder .flight-price {
    color: #2d2e33;
    font-size: 18px;
    font-weight: 600;
    padding-top: 6px
}

.result-page .resu .flight-price-holder .flight-price span {
    color: #5d6370;
    font-size: 13px
}

.result-page .resu .select {
    background: none!important;
    height: auto;
    margin-top: 0;
    width: 120px
}

.result-page .resu .select a {
    background: #d71921;
    border-radius: 6px!important;
    font-family: Vazir FD,arial;
    font-size: 16px;
    font-weight: 500;
    height: auto;
    line-height: 1;
    padding: 16px 28px 12px
}

.result-page .resu .select a:hover {
    background: #0092ed
}

.result-page .resu .price {
    background: rgba(255,195,66,.18);
    background: #f9c75c;
    border-radius: 6px;
    color: #634608;
    color: #4a3302;
    font-size: 16px;
    font-weight: 500;
    height: auto;
    line-height: 1;
    margin: 0;
    padding: 16px 0 12px
}

.result-page .resu>.clear {
    display: none
}

.result-page .efitooltip_bg:hover .efitooltip {
    display: block
}

.result-page #best_sb_search {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    margin-bottom: 0!important;
    padding: 20px 24px 24px
}

.result-page #sidebar_result .widg_inn {
    background: none;
    padding: 0
}

.result-page .all_airline {
    display: block;
    font-size: 15px!important;
    margin-bottom: 0
}

.result-page .kt-checkbox-label+.plane_type_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: -3px;
    padding-top: 8px
}

.result-page .kt-checkbox-label+.plane_type_box .separator {
    display: none
}

.result-page .kt-checkbox-label+.plane_type_box .kt-checkbox-label {
    margin: 0!important;
    padding: 3px;
    width: 33.3333%!important
}

.result-page .kt-checkbox-label+.plane_type_box .kt-checkbox-label .kt-checkbox-label-inner {
    border: 2px solid #c8d6e0;
    border-radius: 4px;
    padding: 10px 8px 12px;
    transition: border-color .15s ease-in-out
}

.result-page .kt-checkbox-label+.plane_type_box .kt-checkbox-label .kt-checkbox-label-inner:before {
    border: none!important;
    right: 0;
    top: 2px
}

.result-page .kt-checkbox-label+.plane_type_box .kt-checkbox-label .kt-checkbox-label-inner img {
    width: 100%
}

.result-page .kt-checkbox-label+.plane_type_box .kt-checkbox-label input:checked+.kt-checkbox-label-inner {
    border-color: #d71921
}

.kt-checkbox-label {
    display: block;
    float: none!important;
    font-size: 0!important;
    margin-bottom: 0!important;
    width: auto!important
}

.kt-checkbox-label .kt-checkbox-label-inner {
    color: #484b52!important;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    min-height: 28px;
    padding: 4px 26px 0 0;
    position: relative;
    transition: color .15s ease-in-out
}

.kt-checkbox-label .kt-checkbox-label-inner:before {
    border: 2px solid #c8d6e0;
    border-radius: 4px;
    color: hsla(0,0%,100%,0);
    content: "";
    font-size: 8px;
    height: 18px;
    line-height: 16px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 5px;
    transition: color .15s ease-in-out,border-color .15s ease-in-out;
    width: 18px
}

.kt-checkbox-label input {
    display: none
}

.kt-checkbox-label input:checked+.kt-checkbox-label-inner {
    color: #2d2e33
}

.kt-checkbox-label input:checked+.kt-checkbox-label-inner:before {
    border-color: #d71921;
    color: #B7000A
}

.kt-checkbox input {
    display: none
}

.kt-checkbox label {
    color: #484b52!important;
    cursor: pointer;
    display: block;
    float: none!important;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 0!important;
    min-height: 28px;
    padding: 4px 26px 0 0;
    position: relative;
    transition: color .15s ease-in-out;
    width: auto!important
}

.kt-checkbox label:before {
    border: 2px solid #c8d6e0;
    border-radius: 4px;
    color: hsla(0,0%,100%,0);
    content: "";
    font-size: 8px;
    height: 18px;
    line-height: 16px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 5px;
    transition: color .15s ease-in-out,border-color .15s ease-in-out;
    width: 18px
}

.kt-checkbox input:checked+label {
    color: #2d2e33
}

.kt-checkbox input:checked+label:before {
    border-color: #d71921;
    color: #B7000A
}

@media(min-width: 992px) {
    .search-header .form-wrapper {
        padding:0
    }

    .search-header .search-field-wrapper.submit-wrapper .btn {
        border-radius: 6px;
        font-size: 17px;
        height: auto;
        margin-right: 0;
        min-width: auto;
        padding: 10px 60px 6px!important;
        width: 100%
    }

    .search-header .search-field-wrapper.submit-wrapper .btn i {
        display: none
    }

    .search-header .kt-dp-field,.search-header .kt-dp-field-holder {
        min-width: 160px
    }

    .search-header .kt-dp-field-outer {
        background: #ecf1f4!important;
        border-radius: 6px
    }

    .search-header .kt-dp-field-holder.has-btn .btn {
        align-items: center;
        background: #e4eaf0!important;
        border: none;
        border-radius: 6px 0 0 6px;
        box-shadow: none!important;
        color: #5d6370!important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row-reverse;
        font-size: 16px;
        height: 100%;
        justify-content: space-between;
        padding: 4px 20px 0;
        right: 0;
        text-align: right;
        top: 0
    }

    .search-header .kt-dp-field-holder.has-btn .btn:before {
        margin-left: 0;
        top: -2px
    }

    .search-header .search-field-inner label {
        display: none
    }

    .search-header .search-field-inner .kt-reverse-button {
        font-size: 10px;
        height: 32px;
        left: -22px;
        top: 9px;
        width: 32px
    }

    .search-header .search-field-inner {
        background: none;
        box-shadow: none;
        padding: 0
    }

    .search-header .search-field-inner input,.search-header .search-field-inner select {
        background: #ecf1f4!important;
        border-radius: 6px;
        padding: 11px 20px 7px
    }

    .search-header .form-wrapper .row {
        --bs-gutter-x: 16px;
        --bs-gutter-y: 12px
    }
}

.search-priceholder-skeleton-btn {
    height: 40px;
    min-width: 40px;
    width: 40px
}

.search-priceholder-skeleton-btn:first-child {
    border-radius: 6px 0 0 6px;
    margin-left: 6px
}

.search-priceholder-skeleton-btn:last-child {
    border-radius: 0 6px 6px 0;
    margin-right: 6px
}

.search-priceholder-skeleton-item {
    min-width: 12.5%;
    padding: 24px 8px 23px;
    width: 12.5%
}

.search-priceholder-skeleton-item .kt-skeleton {
    border-radius: 50px;
    margin-left: auto;
    margin-right: auto
}

.search-priceholder-skeleton-item .kt-skeleton:first-child {
    height: 13px;
    width: 75%
}

.search-priceholder-skeleton-item .kt-skeleton:last-child {
    height: 17px;
    margin-top: 6px;
    width: 70%
}

.search-priceholder-skeleton-item:first-child .kt-skeleton:before {
    animation-delay: 75ms
}

.search-priceholder-skeleton-item:first-child .kt-skeleton:first-child {
    width: 68px
}

.search-priceholder-skeleton-item:first-child .kt-skeleton:last-child {
    width: 63px
}

.search-priceholder-skeleton-item:nth-child(2) .kt-skeleton:before {
    animation-delay: .15s
}

.search-priceholder-skeleton-item:nth-child(2) .kt-skeleton:first-child {
    width: 62px
}

.search-priceholder-skeleton-item:nth-child(2) .kt-skeleton:last-child {
    width: 56px
}

.search-priceholder-skeleton-item:nth-child(3) .kt-skeleton:before {
    animation-delay: .225s
}

.search-priceholder-skeleton-item:nth-child(3) .kt-skeleton:first-child {
    width: 70px
}

.search-priceholder-skeleton-item:nth-child(3) .kt-skeleton:last-child {
    width: 62px
}

.search-priceholder-skeleton-item:nth-child(4) .kt-skeleton:before {
    animation-delay: .3s
}

.search-priceholder-skeleton-item:nth-child(4) .kt-skeleton:first-child {
    width: 72px
}

.search-priceholder-skeleton-item:nth-child(4) .kt-skeleton:last-child {
    width: 60px
}

.search-priceholder-skeleton-item:nth-child(5) .kt-skeleton:before {
    animation-delay: .375s
}

.search-priceholder-skeleton-item:nth-child(5) .kt-skeleton:first-child {
    width: 69px
}

.search-priceholder-skeleton-item:nth-child(5) .kt-skeleton:last-child {
    width: 63px
}

.search-priceholder-skeleton-item:nth-child(6) .kt-skeleton:before {
    animation-delay: .45s
}

.search-priceholder-skeleton-item:nth-child(6) .kt-skeleton:first-child {
    width: 54px
}

.search-priceholder-skeleton-item:nth-child(6) .kt-skeleton:last-child {
    width: 65px
}

.search-priceholder-skeleton-item:nth-child(7) .kt-skeleton:before {
    animation-delay: .525s
}

.search-priceholder-skeleton-item:nth-child(7) .kt-skeleton:first-child {
    width: 52px
}

.search-priceholder-skeleton-item:nth-child(7) .kt-skeleton:last-child {
    width: 67px
}

.search-priceholder-skeleton-items {
    flex-grow: 1;
    justify-content: flex-start;
    overflow: hidden
}

.search-priceholder-skeleton-items,.search-pricetable-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.search-pricetable-item {
    line-height: 1.4;
    min-width: 108px;
    min-width: 12.5%;
    padding: 22px 8px 20px;
    position: relative;
    text-align: center;
    width: 108px;
    width: 12.5%
}

.search-pricetable-item i {
    color: #B7000A;
    display: block;
    font-size: 18px;
    margin-top: 4px;
    padding-bottom: 1px
}

.search-pricetable-item a,.search-pricetable-item span {
    display: block
}

.search-pricetable-item.selected:before {
    background: #d71921;
    border-radius: 4px 4px 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 8px;
    position: absolute;
    right: 8px
}

.search-pricetable-item-label {
    color: #484b52;
    font-size: 13px;
    font-weight: 500
}

.search-pricetable-item-price {
    color: #2d2e33;
    font-size: 19px;
    font-weight: 600;
    line-height: 1;
    margin-top: 4px;
    white-space: nowrap
}

.search-pricetable-item-price .small,.search-pricetable-item-price small {
    font-size: 14px
}

.search-pricetable-item.cheapest .search-pricetable-item-price {
    color: #068737
}

.search-pricetable {
    -ms-overflow-style: none;
    flex-grow: 1;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none
}

.search-pricetable::-webkit-scrollbar {
    display: none;
    width: 0!important
}

.search-pricetable-inner {
    position: relative
}

.search-pricetable-holder {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition: opacity .15s ease-in-out
}

.search-pricetable-holder.kt-hide {
    display: none!important
}

.search-pricetable-holder button {
    align-items: center;
    background: rgba(215, 25, 33,.1);
    background: rgba(215, 25, 33,.15)!important;
    color: #B7000A!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    height: 40px;
    justify-content: center;
    min-width: 40px;
    padding: 2px 0 0;
    width: 40px
}

.search-pricetable-holder button.search-pricetable-prev {
    border-radius: 6px 0 0 6px;
    margin-left: 6px;
    padding-left: 4px
}

.search-pricetable-holder button.search-pricetable-next {
    border-radius: 0 6px 6px 0;
    margin-right: 6px;
    padding-left: 0
}

.search-mobile-actions {
    background: #d71921;
    bottom: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 999
}

.search-mobile-actions .btn {
    align-items: center;
    color: #fff!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    padding: 8px 16px 7px
}

.search-mobile-actions .btn span {
    padding-top: 4px
}

.search-mobile-actions .btn.search-mobile-prev {
    padding-left: 6px
}

.search-mobile-actions .btn.search-mobile-next {
    padding-right: 6px
}

.search-mobile-filters {
    flex-grow: 1
}

.search-mobile-filters i {
    font-size: 16px;
    margin-left: 8px
}

.search-mobile-prev i {
    margin-left: 6px
}

.search-mobile-next i {
    margin-right: 6px
}

.search-mobile-next i,.search-mobile-prev i {
    font-size: 12px;
    position: relative;
    top: 2px
}

.search-header-buttons {
    display: none
}

.search-header-buttons .btn {
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    overflow: hidden;
    padding: 6px 16px 6px 10px;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.search-header-buttons .btn span {
    flex-grow: 1;
    overflow: hidden;
    padding-top: 4px;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap
}

.search-header-buttons .btn i {
    background: rgb(255 255 255);
    border-radius: 5px;
    color: #d71921;
    font-size: 12px;
    margin-right: 8px;
    padding: 10px
}

#sidebar_btn,.ch_side_filter {
    display: none!important
}

#sidebar_result .kt-modal-footer-holder .btn {
    width: 100%
}

@media(max-width: 1499.98px) {
    .search-result-wrapper {
        padding-bottom:48px!important
    }

    .search-priceholder-skeleton-item,.search-pricetable-item {
        min-width: 105px;
        min-width: 14.2857%;
        width: 105px;
        width: 14.2857%
    }
}

@media(max-width: 1199.98px) {
    .result-page .resu-holder .efitooltip {
        font-size:14px;
        padding: 16px 16px 12px
    }

    .result-page .resu-holder .efitooltip .mkfcol1,.result-page .resu-holder .efitooltip .mkfcol2 {
        padding-left: 6px;
        padding-right: 6px;
        width: 50%
    }

    .result-page .resu-holder .efitooltip .mkfcol2 {
        padding-left: 0!important
    }

    .result-page .resu-holder .efitooltip .mkfcol3 {
        padding-right: 0!important;
        padding-top: 8px;
        width: 100%
    }

    .search-priceholder-skeleton-item,.search-pricetable-item {
        min-width: 104px;
        min-width: 20%;
        width: 104px;
        width: 20%
    }

    .search-priceholder-skeleton-item {
        padding: 20px 6px 19px
    }

    .search-pricetable-item {
        padding: 18px 6px 16px
    }

    .search-priceholder-skeleton-btn,.search-pricetable-holder button {
        height: 36px;
        min-width: 36px;
        width: 36px
    }

    .search-sidebar-holder .result-ordering {
        padding: 16px 20px 20px
    }

    .search-sidebar-holder .result-ordering .h5,.search-sidebar-holder .result-ordering h5 {
        font-size: 16px
    }

    .search-sidebar-holder .result-ordering .bordered-button {
        padding: 11px 14px 7px
    }

    .hotel-page .result-filtering .card-content,.main-filer .card-content {
        padding: 8px 20px 4px
    }

    .hotel-page .result-filtering .card-content .card-content-label,.main-filer .card-content .card-content-label {
        font-size: 16px;
        padding: 4px 0
    }

    .search-result-wrapper {
        flex-direction: row-reverse;
        padding-bottom: 44px!important
    }

    .result-page #sidebar_result {
        width: 33.3333%
    }

    .result-page #content_result {
        width: 66.6666%
    }

    .result-page #best_sb_search {
        padding: 16px 20px 20px
    }

    .result-page #best_sb_search .sb_inn_box {
        padding-bottom: 14px!important
    }
}

@media(min-width: 992px) {
    .search-mobile-actions {
        display:none!important
    }
}

@media(max-width: 991.98px) {
    .result-page #main_wrapper {
        padding-top:0!important
    }

    .result-page .navigation-outer.scrolled .mobile-navigation {
        padding-bottom: 43px;
        top: -111px
    }

    .result-page .mobile-navigation {
        padding-bottom: 24px;
        padding-top: 28px
    }

    .result-page .navigation-outer .logo-container img {
        display: none
    }

    .result-page .navigation-outer .logo-container img.logo-light {
        display: block
    }

    .result-page .navigation-outer .btn.mobile-account-btn,.result-page .navigation-outer .responsive-menu-btn {
        background: rgba(45,46,51,.65)
    }

    .result-page .navigation-outer .btn.mobile-account-btn {
        color: #fff!important
    }

    .result-page .sticky-contact-btn {
        display: none
    }

    .search-mobile-actions {
        display: block;
        padding-bottom: env(safe-area-inset-bottom)!important
    }

    .search-priceholder-skeleton-btn,.search-pricetable-holder button {
        display: none
    }

    .search-priceholder-skeleton-items:after,.search-priceholder-skeleton-items:before,.search-pricetable-inner:after,.search-pricetable-inner:before {
        content: "";
        min-width: 8px;
        width: 8px
    }

    .search-priceholder-skeleton-items {
        justify-content: center
    }

    .search-priceholder-skeleton-item {
        min-width: auto;
        padding: 18px 14px 17px;
        width: auto
    }

    .search-priceholder-skeleton-item:last-child {
        display: none
    }

    .search-pricetable-item {
        min-width: auto;
        padding: 16px 14px 14px;
        white-space: nowrap;
        width: auto
    }

    .search-pricetable-item.selected:before {
        left: 4px;
        right: 4px
    }

    .search-item-skeleton .search-item-skeleton-btn,.search-item-skeleton-sort {
        display: none
    }

    .result-page #sidebar_result {
        background: #eff3f6;
        background: #fff;
        margin: 0!important;
        padding: 0!important;
        width: 100%!important
    }

    .result-page #sidebar_result.no-pointer {
        pointer-events: all!important
    }

    .result-page #best_sb_search {
        background: none;
        box-shadow: none;
        padding: 0
    }

    .result-page #best_sb_search .sb_inn_box.sb_inn_box_last {
        padding-bottom: 0!important
    }

    .result-page #sidebar_result .sb_sub_btn {
        display: none
    }

    .result-page #sidebar_result .sidebar_responsive_inn {
        margin: 0 auto!important
    }

    .result-page .kt-checkbox-label+.plane_type_box .kt-checkbox-label {
        width: 12.5%!important
    }

    .result-page #content_result {
        width: 100%
    }

    .result-page .search_result_box .result_header .title {
        display: none
    }

    .result-page .search_result_box .result_header .fromtabbs {
        width: 100%
    }

    .result-page .search_result_box .result_header .fromtabbs li {
        flex-basis: 0;
        flex-grow: 1
    }

    .result-page .search_result_box .result_header .fromtabbs li a {
        text-align: center
    }

    .search-header-buttons {
        background: #fff;
        border-radius: 8px;
        border-radius: 50px;
        box-shadow: 0 1px 4px rgba(45,46,51,.2);
        display: block;
        left: calc(var(--bs-gutter-x)*.5);
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: calc(var(--bs-gutter-x)*.5);
        right: 0;
        top: 0
    }

    .search-header-buttons.scrolled {
        box-shadow: 0 1px 8px rgba(45,46,51,.25);
        opacity: 0;
        position: fixed;
        top: -46px;
        transform: scale(.75);
        transition: opacity .25s cubic-bezier(.38,.11,.01,1),top .25s cubic-bezier(.38,.11,.01,1),transform .25s cubic-bezier(.38,.11,.01,1);
        z-index: 999
    }

    .search-header-buttons.scrolled.kt-show {
        opacity: 1;
        top: 88px;
        transform: scale(1)
    }

    .result-page .header.scrolled .navbar-header {
        padding-bottom: 43px;
        top: -111px
    }

    .search-header-form {
        display: none
    }

    .result-page .body {
        padding-top: 0
    }

    .select-result-button {
        background: none!important;
        bottom: 0;
        color: transparent!important;
        font-size: 0;
        left: 0;
        margin: 0!important;
        opacity: 0;
        padding: 0!important;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10
    }

    .search-header {
        padding-top: 0!important
    }

    .search-header-holder {
        background-image: url(https://cdn.zcharter.net/images/header-bg.jpg)!important;
        background-position: bottom;
        background-size: cover;
        border-top: none;
        box-shadow: none;
        padding-top: 132px;
        position: relative
    }

    .search-header-holder:before {
        background: hsla(0,0%,100%,.8);
        background: -webkit-gradient(linear,left bottom,left top,from(hsla(0,0%,100%,0)),color-stop(80%,hsla(0,0%,100%,.9)));
        background: -o-linear-gradient(bottom,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.9) 80%);
        background: linear-gradient(0deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.9) 80%);
        background: rgba(215, 25, 33,.8);
        background: -webkit-gradient(linear,left bottom,left top,from(#464a54),to(rgba(70,74,84,.75)));
        background: -o-linear-gradient(bottom,#464a54 0,rgba(70,74,84,.75) 100%);
        background: linear-gradient(0deg,#464a54,rgba(70,74,84,.75));
        bottom: 20%;
        bottom: 0;
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 100%
    }

    .result-page .navbar-header {
        padding-bottom: 24px;
        padding-top: 28px
    }

    .result-page .header .logo-container img {
        display: none
    }

    .result-page .header .logo-container img.logo-light {
        display: block
    }

    .result-page .header .btn.mobile-account-btn,.result-page .header .nav-sticky-handler {
        background: rgba(45,46,51,.65)
    }

    .result-page .header .btn.mobile-account-btn {
        color: #fff!important
    }

    .search-header-holder {
        padding-top: 96px
    }

    .search-header {
        min-height: 23px
    }

    .search-result-wrapper {
        padding-bottom: 40px!important;
        padding-top: 43px!important
    }
}

@media(max-width: 767.98px) {
    .result-page .kt-checkbox-label+.plane_type_box .kt-checkbox-label {
        width:16.6666%!important
    }

    .result-page .navigation-outer.scrolled .mobile-navigation {
        padding-bottom: 37px;
        top: -87px
    }

    .result-page .mobile-navigation {
        padding-bottom: 20px;
        padding-top: 24px
    }

    .result-page .resu-hotel-inner {
        padding: 8px 12px
    }

    .result-page .resu-hotel-inner .resu-hotel-icon {
        display: none
    }

    .result-page .resu {
        padding: 12px 27px 12px 12px
    }

    .result-page .resu .select {
        width: 100px
    }

    .result-page .resu .flight-label,.result-page .resu .flight-refresh {
        bottom: 8px;
        top: 8px
    }

    .result-page .resu .flight-label {
        padding-left: 6px;
        padding-right: 5px
    }

    .result-page .resu .flight-refresh {
        padding-left: 6px;
        padding-right: 4px
    }

    .result-page .resu .info_parvaz {
        margin-left: 8px
    }

    .result-page .resu .flight-price-holder {
        padding-left: 16px
    }

    .result-page .header.scrolled .navbar-header {
        padding-bottom: 37px;
        top: -87px
    }

    .result-page .navbar-header {
        padding-bottom: 20px;
        padding-top: 24px
    }

    .search-priceholder-skeleton-item {
        padding: 18px 12px 17px
    }

    .search-pricetable-item {
        padding: 16px 12px 14px
    }

    .search-header-holder {
        padding-top: 80px
    }

    .search-header {
        min-height: 23px
    }

    .search-result-wrapper {
        padding-bottom: 32px!important;
        padding-top: 39px!important
    }

    .search-header-buttons.scrolled.kt-show {
        top: 64px
    }
}

@media(max-width: 575.98px) {
    .result-page .resu-holder .efitooltip {
        padding:14px 14px 10px
    }

    .result-page .resu-holder .efitooltip .mkfcol1,.result-page .resu-holder .efitooltip .mkfcol2 {
        padding-left: 5px;
        padding-right: 5px
    }

    .result-page .resu-holder .efitooltip .mkfcol3 {
        padding-top: 6px
    }

    .result-page .kt-checkbox-label+.plane_type_box .kt-checkbox-label {
        width: 25%!important
    }

    .result-page .search-pricetable-holder {
        margin-bottom: 12px
    }

    .result-page .search_result_box .result_header {
        margin-bottom: 8px
    }

    .result-page .resu-hotel {
        margin-bottom: 8px;
        padding: 2px
    }

    .result-page .resu-hotel-inner {
        padding: 8px 12px
    }

    .result-page .resu-hotel-inner .h3,.result-page .resu-hotel-inner h3 {
        font-size: 15px
    }

    .result-page .resu-hotel-inner span {
        font-size: 14px
    }

    .result-page .resu-hotel-inner .btn {
        font-size: 0;
        padding: 12px
    }

    .result-page .resu-hotel-inner .btn:after {
        font-size: 12px;
        margin: 0;
        right: 0!important;
        top: 0
    }

    .result-page .resu-roundtrip {
        margin-bottom: 8px;
        padding: 2px
    }

    .result-page .resu-roundtrip-inner {
        padding: 8px 12px
    }

    .result-page .resu-roundtrip-inner .resu-roundtrip-icon {
        display: none
    }

    .result-page .resu-roundtrip-content h3 {
        font-size: 15px
    }

    .result-page .resu-roundtrip-content span {
        font-size: 14px
    }

    .result-page .resu-roundtrip-inner .btn {
        font-size: 0;
        padding: 12px
    }

    .result-page .resu-roundtrip-inner .btn:after {
        font-size: 12px;
        margin: 0;
        right: 0!important;
        top: 0
    }

    .result-page .resu-holder {
        margin-bottom: 8px
    }

    .result-page .resu {
        padding: 8px 25px 8px 8px
    }

    .result-page .resu .flight-label,.result-page .resu .flight-refresh {
        border-radius: 0 8px 8px 0;
        bottom: 0;
        top: 0
    }

    .result-page .resu .flight-label {
        padding-left: 5px;
        padding-right: 4px
    }

    .result-page .resu .flight-refresh {
        padding-left: 4px;
        padding-right: 4px
    }

    .result-page .resu .date .icon {
        margin-left: 6px
    }

    .result-page .resu .code {
        display: none
    }

    .result-page .resu .info_parvaz {
        margin-left: 6px
    }

    .result-page .resu .flight-price-holder {
        padding-left: 12px;
        white-space: nowrap;
        width: 80px
    }

    .result-page .resu .flight-price-holder .flight-price {
        font-size: 17px;
        padding-top: 4px
    }

    .result-page .resu .select {
        width: 72px
    }

    .result-page .resu .select a {
        padding: 16px 0 12px
    }

    .search-priceholder-skeleton-item {
        padding: 17px 10px 15px
    }

    .search-pricetable-item {
        padding: 15px 10px 12px
    }

    .search-header-buttons {
        left: calc(var(--bs-gutter-x)*.5);
        max-width: none;
        right: calc(var(--bs-gutter-x)*.5)
    }
}

@media(max-width: 374.98px) {
    .result-page .kt-checkbox-label+.plane_type_box .kt-checkbox-label {
        width:33.3333%!important
    }

    .result-page .search-pricetable-holder {
        margin-bottom: 12px
    }

    .result-page .search_result_box .result_header {
        margin-bottom: 8px
    }

    .result-page .resu-holder,.result-page .resu-hotel {
        margin-bottom: 6px
    }

    .result-page .resu {
        border-radius: 6px;
        padding-right: 23px
    }

    .result-page .resu .flight-label,.result-page .resu .flight-refresh {
        border-radius: 0 6px 6px 0
    }

    .result-page .resu .flight-logo-holder img {
        height: 40px
    }

    .result-page .resu .date {
        font-size: 14px
    }

    .result-page .resu .date .icon {
        font-size: 15px;
        margin-left: 4px
    }

    .result-page .resu .rot2 {
        height: 40px;
        padding: 0 2px
    }

    .result-page .resu .info_parvaz {
        margin-left: 4px
    }

    .result-page .resu .flight-price-holder {
        padding-left: 8px;
        width: 76px
    }

    .result-page .resu .select {
        width: 56px
    }

    .result-page .resu .select a {
        border-radius: 4px!important;
        padding: 14px 0 10px
    }
}

.blur-it {
    filter: none!important
}

body #progress1 {
    margin: 0!important
}

body #progress1 .outer-therm {
    background: #e0e9f0!important;
    border: none!important;
    border-radius: 8px;
    height: 8px!important;
    margin: 0 auto!important;
    max-width: 100%;
    overflow: hidden;
    padding: 0!important;
    width: 100%!important
}

body #progress1 .outer-therm .inner-therm {
    background: #d71921!important;
    border-radius: 8px;
    height: 100%!important
}

body #progress1 .outer-therm .inner-therm span {
    display: none!important
}

#reserve_popup {
    min-height: auto!important
}

#reserve_popup .reserve_info_list,#reserve_popup .sb_bank {
    float: none;
    width: 100%
}

#reserve_popup .sb_bank {
    background: #eaf0f5;
    border-radius: 8px;
    padding: 16px
}

#reserve_popup .sb_bank .widg_email,#reserve_popup .sb_bank form {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#reserve_popup .sb_bank .widg_email {
    border: none;
    margin: 0;
    padding: 0;
    width: 70%
}

#reserve_popup .sb_bank .widg_email .text_box {
    background: #fff!important
}

#reserve_popup .sb_bank .widg_email .email {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    position: relative;
    width: 60%
}

#reserve_popup .sb_bank .widg_email .email label {
    color: #414349;
    font-family: Vazir FD,arial;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-right: 0!important;
    padding-left: 8px;
    padding-right: 4px;
    padding-top: 4px;
    white-space: nowrap
}

#reserve_popup .sb_bank .widg_email .email .red {
    left: 4px;
    position: absolute
}

#reserve_popup .sb_bank .widg_email .verify_box {
    padding-right: 12px;
    padding-top: 0;
    position: relative;
    width: 40%
}

#reserve_popup .sb_bank .widg_email .verify_box.heartbeatc {
    animation: none;
    border: 1px solid rgba(215, 25, 33,.5);
    padding: 8px 10px 6px
}

#reserve_popup .sb_bank .widg_email .verify_box input {
    cursor: pointer;
    height: 100%;
    margin: 0!important;
    opacity: 0!important;
    padding: 0!important;
    position: absolute;
    right: 12px;
    top: 0;
    transform: none!important;
    width: 100%;
    z-index: 1
}

#reserve_popup .sb_bank .widg_email .verify_box input+* {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500!important;
    line-height: 1.5;
    padding-top: 4px;
    position: relative;
    z-index: 0
}

#reserve_popup .sb_bank .widg_email .verify_box input+:before {
    align-items: center;
    background: #fff;
    border-radius: 4px;
    color: transparent;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    height: 20px;
    justify-content: center;
    margin-left: 8px;
    padding-top: 2px;
    position: relative;
    top: -1px;
    width: 20px
}

#reserve_popup .sb_bank .widg_email .verify_box input:checked+:before {
    background: #d71921;
    color: #fff
}

#reserve_popup .sb_bank .bank_select {
    border: none;
    margin: 0;
    padding: 0;
    width: 30%
}

#reserve_popup .sb_bank .bank_select div#purchase {
    padding: 0
}

#reserve_popup .sb_bank .bank_select+.bank_select {
    display: none!important
}

#reserve_popup .sb_bank .bank_select #purchase>.btn_res {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding: 5px 0!important;
    white-space: nowrap;
    width: 100%!important
}

#reserve_popup .sb_bank .bank_select #purchase>.btn_res .trtobank {
    font: inherit!important;
    font-size: 15px!important;
    margin-bottom: 0;
    padding-top: 4px
}

#reserve_popup .sb_bank .bank_select #purchase>.btn_res .btn_res {
    background: none!important;
    color: inherit!important;
    font: inherit!important;
    height: auto!important;
    margin: 0!important;
    padding: 0!important;
    width: auto!important
}

#reserve_popup .sb_bank .bank_select #purchase>.btn_res .cssload-content {
    display: none!important
}

#reserve_popup .sb_bank .bank_select #purchase>.btn_res .sub {
    height: 44px!important
}

#reserve_popup .sb_bank .bank_select #purchase>.btn_res:after {
    top: 2px
}

#reserve_popup .sb_bank .bank_select #purchase>.btn_res .clear,#reserve_popup .sb_bank .bank_select #purchase>.btn_res i {
    display: none
}

#reserve_popup .sb_bank .bank_select #purchase>.btn_res .btn_res_inn {
    background: none;
    color: inherit;
    float: none;
    font: inherit;
    font-size: 15px!important;
    height: auto;
    padding-top: 4px;
    width: auto
}

#reserve_popup .sb_bank .bank_select #purchase>.btn_res .btn_res_inn:after {
    content: " آنلاین"
}

#reserve_popup .reserve_info_list table.pessenger {
    margin-bottom: 24px
}

#reserve_popup table.pessenger tr.pessenger {
    border-bottom: none!important;
    border-top: 1px solid #e7e8ea;
    height: auto;
    line-height: 1.5
}

#reserve_popup table.pessenger tr.pessenger td:last-child:not(.tleftright):not([colspan]),#reserve_popup table.pessenger tr.pessenger td[colspan="2"]+td,#reserve_popup table.pessenger tr.pessenger td[colspan="3"]+td,#reserve_popup table.pessenger tr.pessenger td[style*=width] {
    display: none
}

#reserve_popup table.pessenger tr.pessenger[style*=border] {
    border-top: 1px dashed #d7d8dc!important
}

#reserve_popup table.pessenger tr.pessenger[style*=border] td {
    padding-bottom: 2px;
    padding-top: 16px
}

#reserve_popup table.pessenger tr.pessenger[style*=border] td.tleftright {
    font-size: 15px
}

#reserve_popup table.pessenger tr.pessenger[style*=border] td.tleftright b {
    font-weight: 600
}

#reserve_popup table.pessenger tr.pessenger[style*=border] b {
    font-weight: 500
}

#reserve_popup table.pessenger tr.pessenger[style*=border]+tr[style*=border] {
    border-top: none!important
}

#reserve_popup table.pessenger tr.pessenger[style*=border]+tr[style*=border] td {
    padding-bottom: 3px;
    padding-top: 7px
}

#reserve_popup table.pessenger tr.pessenger:last-child:not([style*=border]) {
    border-top: none
}

#reserve_popup table.pessenger tr.pessenger:last-child:not([style*=border]) td {
    border-top: 1px solid #e7e8ea
}

#reserve_popup table.pessenger tr.pessenger:last-child:not([style*=border]) td:only-child {
    border-top: none!important;
    padding-bottom: 0!important;
    padding-left: 0!important;
    padding-right: 0!important;
    padding-top: 14px
}

#reserve_popup table.pessenger tr.pessenger #text_effect_red1,#reserve_popup table.pessenger tr.pessenger #text_effect_red2 {
    border-radius: 6px;
    color: #993e3e;
    font-family: Vazir FD,arial;
    font-size: 14px;
    margin-bottom: 0;
    padding: 14px 16px 10px
}

#reserve_popup table.pessenger tr.pessenger #text_effect_red1 {
    color: #993e3e!important
}

#reserve_popup table.pessenger tr.pessenger #text_effect_red2 {
    color: #417431!important
}

#reserve_popup table.pessenger .header_pessenger+tr.pessenger:last-child:not([style*=border]) td {
    border-top: none!important
}

#reserve_popup table.pessenger td {
    color: #414349;
    font-family: Vazir FD,arial;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    padding: 12px 14px 8px;
    text-align: right;
    vertical-align: middle
}

#reserve_popup table.pessenger .header_pessenger {
    background: #f1f5f8;
    background: none;
    height: auto
}

#reserve_popup table.pessenger .header_pessenger td {
    background: #f1f5f7;
    color: #2d2e33;
    font-weight: 600
}

#reserve_popup table.pessenger .header_pessenger td:nth-child(2) {
    border-radius: 0 6px 6px 0
}

#reserve_popup table.pessenger .header_pessenger td:nth-last-child(2) {
    border-radius: 6px 0 0 6px
}

#reserve_popup .bank_select_box,#reserve_popup table.pessenger .header_pessenger td:first-child,#reserve_popup table.pessenger .header_pessenger td:last-child {
    display: none
}

#reserve_popup form {
    padding-bottom: 0!important
}

#reserve_popup .alert_box {
    background: #f1f5f8;
    border: none;
    border-radius: 8px;
    margin: 202px auto 0!important;
    padding: 24px;
    width: 300px
}

#reserve_popup .alert_box .call_reserve_i {
    display: none
}

#reserve_popup .alert_box .inn .titr {
    color: #2d2e33;
    font-family: Vazir FD,arial!important;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 4px
}

#reserve_popup .alert_box .inn p {
    color: #414349;
    font-family: Vazir FD,arial;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 12px;
    margin-top: 0;
    padding-bottom: 0;
    text-align: center
}

#reserve_popup .alert_box a {
    display: block
}

#reserve_popup .alert_box .btn {
    margin: 0;
    max-width: none;
    padding: 9px 16px 5px!important;
    width: 100%
}

#reserve_popup .alert_box .btn .cssload-content {
    margin: 0!important
}

#reserve_popup .reserve_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse
}

#reserve_popup .close_btn {
    background: rgba(21,22,24,.75);
    left: 0!important;
    margin-left: 0!important;
    margin-top: 0!important;
    top: -52px!important
}

#reserve_popup .close_btn i:before {
    color: #fff!important
}

#reserve_popup .reserve_content {
    padding: 28px;
    position: static;
    width: 77%
}

#reserve_popup .reserve_sidebar_cnt {
    padding: 0
}

#reserve_popup #add_pessenger_manager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
    overflow: visible
}

#reserve_popup #add_pessenger_manager .item {
    height: auto
}

#reserve_popup #add_pessenger_manager .item.addshow {
    background: none;
    box-shadow: none;
    color: #2d2e33;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin: 0!important;
    padding-bottom: 10px;
    pointer-events: none;
    text-align: right;
    width: 100%
}

#reserve_popup #add_pessenger_manager .item.addadl,#reserve_popup #add_pessenger_manager .item.addchd,#reserve_popup #add_pessenger_manager .item.addinf {
    align-items: center;
    background: #fff;
    border: 1px solid #e4e5e8;
    border-radius: 6px;
    box-shadow: none!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 8px 8px!important;
    padding: 8px 14px;
    width: auto
}

#reserve_popup #add_pessenger_manager .item.addadl span:last-child,#reserve_popup #add_pessenger_manager .item.addchd span:last-child,#reserve_popup #add_pessenger_manager .item.addinf span:last-child {
    color: #414349;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding-top: 4px;
    width: auto
}

#reserve_popup #add_pessenger_manager .item.addadl span:first-child,#reserve_popup #add_pessenger_manager .item.addchd span:first-child,#reserve_popup #add_pessenger_manager .item.addinf span:first-child {
    align-items: center;
    background: rgb(215 25 33 / 15%);
    border: none;
    border-radius: 6px;
    color: #B7000A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    height: 24px;
    justify-content: center;
    line-height: 26px;
    margin-left: 8px;
    margin-right: -2px;
    text-align: center;
    width: 24px
}

#reserve_popup #add_pessenger_manager .item.addadl span:first-child:before,#reserve_popup #add_pessenger_manager .item.addchd span:first-child:before,#reserve_popup #add_pessenger_manager .item.addinf span:first-child:before {
    content: "";
    font-size: 9px
}

#reserve_popup .genderSwitch {
    background: #eff3f6;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    padding: 4px
}

#reserve_popup .genderSwitch .genderItem {
    background: none;
    border-radius: 4px;
    color: #414349;
    font-size: 13px;
    font-weight: 500!important;
    line-height: 2;
    padding: 4px 0 0;
    transition: color .15s ease-in-out,background .15s ease-in-out,box-shadow .15s ease-in-out
}

#reserve_popup .genderSwitch .genderItem.active {
    background: #fff;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    color: #2d2e33
}

#reserve_popup .pessenger_popup .head {
    align-items: center;
    background: #f1f5f7 !important;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding: 8px 14px 6px;
    text-align: center;
}

#reserve_popup .pessenger_popup .head .box {
    color: #414349;
    font-size: 14px;
    font-weight: 500;
    height: auto!important;
    margin-bottom: 0!important
}

#reserve_popup .line {
    border-bottom: 1px solid #e8e9eb;
    margin-bottom: 0
}

#reserve_popup .line:last-child {
    border-bottom: none
}

#reserve_popup .line_inn_main {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 12px 14px
}

#reserve_popup .line_inn_main>.clear {
    display: none
}

#reserve_popup .line_inn_main .line_kharegi {
    background: #eff3f6;
    border-radius: 6px;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    margin-top: 8px;
    padding: 8px 16px 8px 12px;
    width: 100%
}

#reserve_popup .line_inn_main .line_kharegi .text_box {
    background-color: #fff!important
}

#reserve_popup .line_inn_main .line_kharegi .text_box.Nationality {
    text-align: right!important
}

#reserve_popup .line_inn_main .line_kharegi .group {
    flex-grow: 1;
    margin-right: 12px;
    width: auto!important
}

#reserve_popup .line_inn_main .line_kharegi .group.group1 {
    flex-grow: 0;
    width: 30%!important
}

#reserve_popup .line_inn_main .line_kharegi .group:first-child {
    margin-right: 0!important
}

#reserve_popup .line_inn_main .line_kharegi .group .box {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: 100%
}

#reserve_popup .line_inn_main .line_kharegi .group .box label {
    color: #414349;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
    margin-left: 8px;
    padding-top: 4px;
    white-space: nowrap;
    width: auto!important
}

#reserve_popup .line_inn_main .line_kharegi[style*=none] {
    display: none!important
}

#reserve_popup .group {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#reserve_popup .group1 {
    width: 24%
}

#reserve_popup .group2 {
    width: 39%
}

#reserve_popup .group3 {
    width: 37%
}

#reserve_popup .red {
    color: #ff6565!important;
    height: auto;
    left: 12px;
    line-height: 1;
    top: 4px;
    width: auto
}

#reserve_popup .box {
    font-family: Vazir FD,arial!important;
    height: auto!important;
    line-height: 1.4;
    margin-bottom: 0!important;
    margin-left: 0!important;
    margin-right: 0!important;
    padding-left: 6px;
    padding-right: 6px
}

#reserve_popup .box .text_box {
    height: auto!important;
    padding: 7px 16px 3px 20px
}

#reserve_popup .box1 {
    display: none
}

#reserve_popup .box2 {
    padding-right: 0!important;
    width: 40%!important
}

#reserve_popup .box3 {
    width: 60%!important
}

#reserve_popup .box4,#reserve_popup .box5 {
    width: 50%!important
}

#reserve_popup .box6 {
    width: 58%!important
}

#reserve_popup .box7 {
    padding-right: 12px!important;
    width: 42%!important
}

#reserve_popup .box8 {
    box-sizing: content-box;
    flex-basis: auto;
    flex-grow: 0;
    min-width: 28px;
    padding-left: 0!important;
    width: auto!important
}

#reserve_popup .box9 {
    display: none
}

#reserve_popup .line #addPassenger,#reserve_popup .line #delete_passenger {
    align-items: center;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 28px;
    justify-content: center;
    width: 28px
}

#reserve_popup .line #addPassenger {
    background: rgb(215 25 33 / 15%);
}

#reserve_popup .line #addPassenger:before {
    color: #B7000A;
    content: "";
    font-size: 10px;
    padding-top: 2px
}

#reserve_popup .line #addPassenger i {
    display: none
}

#reserve_popup .line #delete_passenger {
    background: hsla(0,100%,70%,.15)
}

#reserve_popup .line #delete_passenger:before {
    border: none;
    color: #f53c3c;
    content: "";
    font-size: 14px;
    padding: 0
}

#reserve_popup .line .box2 {
    color: #414349;
    font-size: 14px;
    font-weight: 500;
    padding-top: 4px
}

#reserve_popup .line .price {
    color: #414349;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    padding-top: 4px
}

#reserve_popup .cssload-content {
    margin-bottom: 40px!important;
    margin-top: 250px!important
}

#reserve_popup form {
    height: auto!important;
    opacity: 1!important;
    width: 100%!important
}

#reserve_popup form+#progress1 {
    display: none
}

#reserve_popup #progress1 .outer-therm {
    width: 400px!important
}

#reserve_popup .pessenger_popup {
    margin-bottom: 24px!important
}

#reserve_popup #reserve_alert_out {
    background: #fff;
    background-color: #fff0f0;
    background-color: #fff1ec;
    border: 2px solid #fff;
    border-radius: 6px;
    color: #ab4545;
    margin-bottom: 12px;
    margin-top: 0!important;
    max-width: none;
    min-width: auto!important;
    padding: 18px 20px 14px;
    width: 100%
}

#reserve_popup #reserve_alert_out .error_alert_i {
    display: none
}

#reserve_popup #reserve_alert_out span {
    text-align: right!important
}

#reserve_popup #reserve_alert_out .verify_box {
    margin-bottom: 2px;
    padding-top: 6px;
    position: relative
}

#reserve_popup #reserve_alert_out .verify_box.heartbeatc {
    animation: none;
    border: 1px solid rgba(215, 25, 33,.5);
    padding: 8px 10px 6px
}

#reserve_popup #reserve_alert_out .verify_box input {
    cursor: pointer;
    height: 100%;
    margin: 0!important;
    opacity: 0!important;
    padding: 0!important;
    position: absolute;
    right: 0;
    top: 6px;
    transform: none!important;
    width: 100%;
    z-index: 1
}

#reserve_popup #reserve_alert_out .verify_box input+* {
    font-weight: 600!important;
    line-height: 1.5;
    padding-right: 28px;
    padding-top: 2px;
    position: relative;
    z-index: 0
}

#reserve_popup #reserve_alert_out .verify_box input+:before {
    align-items: center;
    background: #f2d4cb;
    border-radius: 4px;
    color: transparent;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    height: 20px;
    justify-content: center;
    margin-left: 8px;
    padding-top: 2px;
    position: relative;
    position: absolute;
    right: 0;
    top: -2px;
    top: 2px;
    width: 20px
}

#reserve_popup #reserve_alert_out .verify_box input:checked+:before {
    background: #ff7c54;
    color: #fff
}

#reserve_popup #reserve_alert_out .box_inn {
    float: none!important;
    font-family: Vazir FD,arial;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7!important;
    margin: 0!important;
    text-align: right!important
}

#reserve_popup #reserve_alert_out .box_inn span {
    font: inherit!important
}

#reserve_popup #reserve_alert_out .box_inn>span {
    color: #a04141;
    color: #a14e35
}

#reserve_popup #reserve_alert_out .box_inn #alert_t>br:first-child {
    display: none
}

#reserve_popup .pessenger_footer {
    background: #eaf0f5;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
    margin-top: 0!important;
    padding: 16px
}

#reserve_popup .pessenger_footer #reserve_alert_out {
    margin-top: 0!important
}

#reserve_popup .pessenger_footer .rf_line .left_box,#reserve_popup .pessenger_footer .rf_line .right_box {
    float: none;
    width: auto
}

#reserve_popup .pessenger_footer .rf_line .red {
    left: 8px;
    top: 8px
}

#reserve_popup .pessenger_footer .rf_line .right_box {
    display: none
}

#reserve_popup .pessenger_footer .reserve_final {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
    margin: 0 auto;
    width: 100%
}

#reserve_popup .pessenger_footer .reserve_final .clear {
    display: none
}

#reserve_popup .pessenger_footer .reserve_final .rf_line {
    flex-basis: 0;
    flex-grow: 3;
    margin-bottom: 0;
    margin-left: 12px;
    padding-left: 0;
    width: auto
}

#reserve_popup .pessenger_footer .reserve_final input#promo_code {
    margin-top: 0!important
}

#reserve_popup .pessenger_footer .reserve_final .right_box_discount {
    flex-basis: 0;
    flex-grow: 2;
    margin-left: 12px;
    margin-top: 0;
    padding-left: 0;
    width: auto
}

#reserve_popup .pessenger_footer .reserve_final .right_box_discount label#promocode {
    align-items: center;
    color: #970000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Vazir FD,arial;
    font-size: 14px;
    font-weight: 500;
    padding-top: 4px
}

#reserve_popup .pessenger_footer .reserve_final .right_box_discount label#promocode:before {
    background: #fff;
    border-radius: 4px;
    content: "";
    height: 20px;
    margin-left: 8px;
    position: relative;
    top: -1px;
    width: 20px
}

#reserve_popup .pessenger_footer .reserve_final .right_box_discount label#promocode input {
    display: none!important
}

#reserve_popup .pessenger_footer .reserve_final .rf_line_last {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative
}

#reserve_popup .pessenger_footer .reserve_final .rf_line_last .red {
    display: none
}

#reserve_popup .pessenger_footer .reserve_final .rf_line_last .text_box {
    text-align: right!important
}

#reserve_popup .pessenger_footer .reserve_final .rf_line_last .right_box {
    display: block;
    left: 8px;
    position: absolute;
    top: 9px;
    z-index: 2
}

#reserve_popup .pessenger_footer .reserve_final .rf_line_last .right_box img {
    margin-top: 0!important
}

#reserve_popup .pessenger_footer .reserve_final .text_box {
    background: #fff!important
}

#reserve_popup .pessenger_footer .reserve_final .btn_res {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    margin-right: 4px;
    padding: 5px 32px;
    white-space: nowrap
}

#reserve_popup .pessenger_footer .reserve_final .btn_res .sub {
    height: 44px
}

#reserve_popup .pessenger_footer .reserve_final .btn_res:after {
    top: 2px
}

#reserve_popup .pessenger_footer .reserve_final .btn_res .clear,#reserve_popup .pessenger_footer .reserve_final .btn_res i {
    display: none
}

#reserve_popup .pessenger_footer .reserve_final .btn_res+.clear+.btn_res {
    display: none!important
}

#reserve_popup .pessenger_footer .reserve_final .btn_res .btn_res_inn {
    background: none;
    color: inherit;
    float: none;
    font: inherit;
    font-size: 15px!important;
    height: auto;
    padding-top: 4px;
    width: auto
}

#reserve_popup .pessenger_footer .reserve_final .btn_res .btn_res_inn:after {
    content: " آنلاین"
}

#reserve_popup .reserve_sidebar_inn {
    border: none
}

#reserve_popup .reserve_sidebar {
    background: #f1f5f7;
    border-left: 1px solid #e2e3e5;
    border-radius: 0 8px 8px 0;
    padding: 12px;
    width: 23%
}

#reserve_popup .reserve_sidebar .sb_title {
    background: none;
    display: none
}

#reserve_popup .modal-content-holder {
    padding: 0;
    position: relative
}

.fly_info_list {
    padding-top: 8px
}

.fly_info_list ul li {
    align-items: center;
    color: #414349;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Vazir FD,arial;
    font-size: 15px;
    font-weight: 500;
    justify-content: space-between;
    margin-bottom: 6px;
    overflow: visible
}

.fly_info_list ul li:last-child {
    margin-bottom: 0!important
}

.fly_info_list ul li .inf {
    color: #2d2e33
}

.fly_info_list ul li .label {
    width: auto
}

.fly_info_list ul li .label:after {
    content: ":"
}

.fly_info_list ul li img {
    display: block;
    left: -4px;
    position: relative;
    top: -2px
}

.fly_info_list ul li .clear {
    display: none
}

.res_widg {
    border-bottom: none!important;
    padding: 18px 20px 14px!important
}

.res_widg,.res_widg_right {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    margin-bottom: 8px
}

.res_widg_right .res_widg {
    background: none;
    border-radius: 0;
    border-top: 1px solid #e7e8ea;
    box-shadow: none;
    margin-bottom: 0
}

.res_widg_right .res_widg:first-child {
    border-top: none
}

.res_widg_right .res_widg:first-child .titr {
    color: #414349;
    font-size: 14px;
    font-weight: 500
}

.res_widg_right .res_widg:first-child .res_widg_inn {
    color: #484b52;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding-top: 4px;
    text-align: center;
}

.res_widg_right .res_widg:first-child .res_widg_inn #finalPriceInfoLeft {
    color: #2d2e33;
    font: inherit;
    font-size: 19px;
    font-weight: 600
}

.res_widg_right .res_widg.res_widg_last {
    padding: 16px 20px 12px!important
}

body .autocomplete-suggestions {
    border: none;
    border-radius: 6px;
    box-shadow: 0 3px 12px rgba(45,46,51,.18);
    margin-top: 8px!important;
    padding: 8px 0!important;
    width: 433px!important
}

body .autocomplete-suggestions .closesug {
    display: none!important
}

body .autocomplete-suggestions .autocomplete-suggestion {
    padding: 0!important
}

body .autocomplete-suggestions .autocomplete-suggestion:hover {
    background: #f1f5f7
}

body .autocomplete-suggestions .autocomplete-suggestion .autopad {
    color: #484b52;
    display: block;
    font-size: 14px;
    padding: 6px 16px 4px
}

body .autocomplete-suggestions .autocomplete-suggestion .autopad strong {
    color: #414349;
    font-weight: 500
}

body .autocomplete-suggestions .autocomplete-suggestion .borderaz,body .autocomplete-suggestions .autocomplete-suggestion .diricon {
    display: none
}

.res_widg_right .res_widg.restimer {
    align-items: center;
    background: rgba(215, 25, 33,.05);
    border-radius: 0 0 6px 6px;
    border-top: 1px dashed rgba(215, 25, 33,.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 12px!important
}

.res_widg_right .res_widg.restimer .titr {
    color: #b33712;
    font-size: 14px;
    font-weight: 500;
    padding-right: 4px;
    padding-top: 4px
}

.res_widg_inn .timeTo {
    align-items: center;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(255,65,8,.2);
    color: #B7000A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Vazir FD,arial!important;
    height: auto;
    padding: 12px 10px 6px
}

.res_widg_inn .timeTo div {
    border: none;
    color: inherit!important;
    font-size: 17px;
    font-weight: 600;
    height: 1em;
    line-height: 1;
    text-align: center;
    width: 10px
}

.res_widg_inn .timeTo span {
    color: inherit;
    line-height: 1;
    margin: 0 3px
}

.res_widg_inn .timeTo ul {
    left: 0!important;
    right: 0!important;
    transition: none!important
}

.res_widg_inn .timeTo ul li {
    color: inherit
}

.res_widg_inn .timeTo ul[style*=top] {
    top: -17px!important
}

.res_widg_inn .timeTo.timeTo-white div {
    background: none!important;
    border: none!important
}

.support_tell {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    padding: 20px 20px 18px!important
}

.support_tell .supportb {
    align-items: center;
    border: none;
    color: #414349;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Vazir FD,arial;
    font-size: 15px;
    font-weight: 600;
    justify-content: space-between;
    line-height: 1.5;
    margin: 0
}

.support_tell .supportb:after {
    background: rgb(215 25 33 / 15%);
    border-radius: 6px;
    color: #B7000A;
    content: "";
    font-size: 12px;
    padding: 8px;
    position: relative;
    top: -2px
}

.support_tell .supportb i {
    display: none
}

.support_tell ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 4px
}

.support_tell ul .clear {
    display: none
}

.support_tell ul li {
    background: #f1f5f7;
    border-radius: 4px;
    color: #414349;
    font-family: Vazir FD,arial;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-top: 4px;
    padding: 8px 6px 4px
}

.support_tell ul li:first-child {
    margin-left: 4px
}

.support_tell ul li span {
    padding: 0!important
}

.law-returned {
    padding: 2px!important
}

.law-returned .titr {
    margin: 0!important
}

.law-returned .titr .law_toggle2 {
    align-items: center;
    background: rgba(215, 25, 33,.1);
    background: rgba(215, 25, 33,.1);
    border-radius: 4px;
    color: #a73513;
    color: #B7000A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    justify-content: space-between;
    padding: 8px 12px
}

.law-returned .titr .law_toggle2:after {
    content: "";
    font-size: 12px;
    position: relative;
    top: 1px
}

.law-returned .titr .law_toggle2 i {
    display: none
}

.law-returned .titr .law_toggle2 span {
    padding-top: 4px
}

.law-returned .titr .law_toggle2 span:before {
    content: "مشاهده "
}

.law-returned .titr .law_toggle {
    display: none
}

.reserve_sidebar_cnt .res_widg .titr a span {
    color: inherit!important
}

.reserve_sidebar_cnt .res_widg .titr {
    border: none;
    color: #b7000a !important;
    font-family: Vazir FD,arial;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.5;
    /* margin-bottom: 0; */
}

.reserve_sidebar_cnt .res_widg .titr i {
    display: none
}

.reserve_sidebar_cnt .res_widg_inn {
    font-family: Vazir FD,arial;
    padding: 0
}

.law_toggle_box {
    align-items: center;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: rgba(45,46,51,.75);
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 16px;
    right: 0;
    top: 0;
    width: 100%
}

.law_toggle_box .close-popup {
    position: absolute
}

.law_toggle_box .lawpopup {
    background: #fff;
    border: none;
    border-radius: 6px;
    margin: 0;
    max-height: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0!important;
    width: 320px
}

.law_toggle_box .lawpopup .lawclose {
    align-items: center;
    background: #ecf1f5;
    border-radius: 0 0 6px 6px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    height: 36px;
    justify-content: center;
    left: 24px;
    padding-top: 2px;
    top: 0;
    width: 36px
}

.law_toggle_box .lawpopup .lawclose:before {
    color: #5d6370;
    content: "";
    font-size: 9px
}

.law_toggle_box .lawpopup .lawcontent {
    color: #414349!important;
    font-weight: 500;
    line-height: 2;
    max-height: none!important;
    padding: 20px 24px 16px
}

.law_toggle_box .lawpopup .lawcontent .supportitle {
    color: #2d2e33;
    font-weight: 600
}

.customalert,.uselastpassenger {
    align-items: center;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: rgba(45,46,51,.75);
    border: none;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin: 0!important;
    overflow-x: hidden;
    overflow-y: auto;
    right: 0;
    top: 0;
    width: 100%!important
}

.customalert>.clear,.uselastpassenger>.clear {
    display: none
}

.customalert .userlastno,.customalert .userlastyes,.uselastpassenger .userlastno,.uselastpassenger .userlastyes {
    color: #fff;
    font-family: Vazir FD,arial;
    font-size: 15px;
    font-weight: 500;
    margin: 14px 0 20px;
    padding: 12px 0 8px;
    width: calc(50% - 8px)
}

.customalert .userlastno:last-child,.customalert .userlastyes:nth-last-child(2),.uselastpassenger .userlastno:last-child,.uselastpassenger .userlastyes:nth-last-child(2) {
    margin-bottom: 0!important
}

.customalert .userlastno,.uselastpassenger .userlastno {
    background: #5d6370
}

.customalert .userlastno+br,.customalert .userlastno+br+br,.uselastpassenger .userlastno+br,.uselastpassenger .userlastno+br+br {
    display: none
}

.customalert .userlastyes,.uselastpassenger .userlastyes {
    background: #d71921;
    margin-left: 8px
}

.customalert .alerxt,.uselastpassenger .alerxt {
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 0
}

.customalert .alerxt+br,.uselastpassenger .alerxt+br {
    display: none
}

.customalert>*,.uselastpassenger>* {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    color: #2d2e33;
    flex-shrink: 0;
    font-size: 17px;
    font-weight: 600;
    max-width: 100%;
    padding: 24px;
    width: 360px
}

.customalert>.closesug,.uselastpassenger>.closesug {
    background: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 12px;
    max-width: 100%;
    padding: 0;
    pointer-events: none;
    width: 300px
}

.customalert>.closesug i,.uselastpassenger>.closesug i {
    align-items: center;
    background: rgba(21,22,24,.5);
    background: #fff;
    border: none;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    justify-content: center;
    pointer-events: all;
    width: 32px
}

.customalert>.closesug i:before,.uselastpassenger>.closesug i:before {
    color: #5d6370;
    content: "";
    font-size: 10px!important;
    padding-top: 2px
}

.customalert>.informasi,.uselastpassenger>.informasi {
    align-items: center;
    animation: none!important;
    background: #fff!important;
    border-bottom: 1px solid #e7e8ea;
    border-radius: 0;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    max-width: 100%;
    padding: 10px 20px;
    width: 300px
}

.customalert>.informasi:last-child,.uselastpassenger>.informasi:last-child {
    border-bottom: none!important;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.customalert>* .faktor_suggestion_name,.uselastpassenger>* .faktor_suggestion_name {
    color: #414349;
    font-family: Vazir FD,arial;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    padding: 8px 0 0
}

.customalert>* .faktor_suggestion_name span,.uselastpassenger>* .faktor_suggestion_name span {
    display: block;
    text-transform: lowercase
}

.customalert>* .faktor_suggestion_name span:first-line,.uselastpassenger>* .faktor_suggestion_name span:first-line {
    text-transform: capitalize
}

.customalert>* .faktor_suggestion_logo,.uselastpassenger>* .faktor_suggestion_logo {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse
}

.customalert>* .faktor_suggestion_logo span,.uselastpassenger>* .faktor_suggestion_logo span {
    color: #414349;
    font-size: 15px;
    font-weight: 400;
    margin-right: 6px;
    padding-top: 4px
}

.customalert>* .faktor_suggestion_logo i:before,.uselastpassenger>* .faktor_suggestion_logo i:before {
    color: #414349;
    content: "";
    display: block;
    font-size: 18px!important
}

.customalert>.clear+.informasi,.uselastpassenger>.clear+.informasi {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.customalert span.information,.uselastpassenger span.information {
    display: none
}

.customalert #customalertconfirm,.uselastpassenger #customalertconfirm {
    font-family: Vazir FD,arial;
    margin: 16px auto 0;
    width: 100%
}

.customalert .resulist,.uselastpassenger .resulist {
    margin-top: 2px;
    max-height: 284px;
    padding: 0
}

.customalert .resulist:before,.uselastpassenger .resulist:before {
    color: #414349;
    content: "موارد ذیل جهت اطلاع از نرخ و ظرفیت های موجود پرواز است.";
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 12px
}

.customalert .resulist .resu,.uselastpassenger .resulist .resu {
    border: 1px solid #e7e8ea;
    box-shadow: none;
    margin-bottom: 6px!important;
    overflow: hidden;
    padding: 8px 32px 8px 8px
}

.customalert .resulist .resu:last-child,.uselastpassenger .resulist .resu:last-child {
    margin-bottom: 0!important
}

.customalert .resulist .resu .flight-label,.uselastpassenger .resulist .resu .flight-label {
    border-radius: 0;
    bottom: 0;
    display: none;
    padding-left: 6px;
    padding-right: 6px;
    top: 0
}

.customalert .resulist .resu .price,.uselastpassenger .resulist .resu .price {
    display: block
}

.customalert .resulist .resu .code,.uselastpassenger .resulist .resu .code {
    width: auto
}

.customalert .resulist .resu .code .plan_icon_bg,.uselastpassenger .resulist .resu .code .plan_icon_bg {
    height: 40px;
    margin: 0;
    width: auto
}

.customalert .resulist .resu .code .plan_icon_bg img,.uselastpassenger .resulist .resu .code .plan_icon_bg img {
    display: block;
    height: 100%;
    position: relative;
    top: -1px;
    width: auto
}

.customalert .resulist .resu .price,.uselastpassenger .resulist .resu .price {
    background: none!important;
    color: #2d2e33;
    font-size: 16px;
    font-weight: 500;
    padding: 4px 0 0;
    position: static;
    text-align: right
}

.customalert .resulist .resu .price:after,.uselastpassenger .resulist .resu .price:after {
    color: #5d6370;
    content: "تومان";
    display: block;
    font-size: 12px;
    margin-top: 2px
}

.customalert .resulist .resu .price span,.uselastpassenger .resulist .resu .price span {
    display: block
}

.customalert .resulist .resu .price div,.uselastpassenger .resulist .resu .price div {
    background: #f1f5f7;
    bottom: 0;
    color: #5d6370;
    font-family: Vazir FD,arial;
    font-size: 0;
    font-weight: 500;
    height: auto;
    left: auto!important;
    line-height: 1;
    margin: 0!important;
    margin: 0;
    padding-left: 6px;
    padding-right: 6px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transform: none;
    width: auto;
    writing-mode: vertical-lr
}

.customalert .resulist .resu .price div:before,.uselastpassenger .resulist .resu .price div:before {
    content: "اکونومی";
    display: block;
    font-size: 12px
}

.customalert .resulist .resu .price div.icon10,.customalert .resulist .resu .price div.icon11,.uselastpassenger .resulist .resu .price div.icon10,.uselastpassenger .resulist .resu .price div.icon11 {
    background: rgb(215 25 33 / 15%);
    color: #B7000A;
}

.customalert .resulist .resu .price div.icon10:before,.customalert .resulist .resu .price div.icon11:before,.uselastpassenger .resulist .resu .price div.icon10:before,.uselastpassenger .resulist .resu .price div.icon11:before {
    content: "بیزینس"
}

.customalert .resulist .resu .user,.uselastpassenger .resulist .resu .user {
    color: #414349;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    font-family: Vazir FD,arial;
    font-size: 15px;
    font-weight: 500;
    padding-top: 10px;
    width: auto
}

.customalert .resulist .resu .user .icon,.uselastpassenger .resulist .resu .user .icon {
    color: #d71921;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 4px;
    position: relative;
    top: -4px
}

.customalert .resulist .resu .flight-logo-holder,.customalert .resulist .resu .flight-select-holder,.customalert .resulist .resu .price .icon9,.uselastpassenger .resulist .resu .flight-logo-holder,.uselastpassenger .resulist .resu .flight-select-holder,.uselastpassenger .resulist .resu .price .icon9 {
    display: none
}

.customalert .resulist .resu .code,.uselastpassenger .resulist .resu .code {
    background: none;
    padding: 0
}

.customalert .resulist .resu .code .plan_icon,.uselastpassenger .resulist .resu .code .plan_icon {
    display: block
}

.customalert .resulist .resu .date,.uselastpassenger .resulist .resu .date {
    display: none
}

#main_wrapper .alert_box {
    border: none;
    border-radius: 8px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    margin: 0 auto;
    max-width: 100%;
    padding: 32px;
    width: 450px
}

#main_wrapper .alert_box .error_alert_i2 {
    margin-top: 8px
}

#main_wrapper .alert_box .error_alert_i2:before {
    content: ""
}

#main_wrapper .alert_box .kt-iconbox-success {
    display: block;
    font-size: 16px;
    margin: 8px auto 0;
    padding-top: 2px
}

#main_wrapper .alert_box .error_alert_i3 {
    height: auto;
    padding-bottom: 8px;
    padding-top: 8px;
    width: auto
}

#main_wrapper .alert_box .inn {
    float: none;
    margin-top: 20px!important
}

#main_wrapper .alert_box .inn.issue-ticket {
    margin-bottom: 0!important;
    margin-top: 20px!important
}

#main_wrapper .alert_box .inn .titr {
    color: #2d2e33!important;
    font-family: Vazir FD,arial!important;
    font-size: 17px!important;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 2px;
    margin-top: 0!important
}

#main_wrapper .alert_box .inn .titr span {
    color: #2d2e33!important;
    margin-right: 2px
}

#main_wrapper .alert_box .inn .titr[style*=red] {
    color: #e23535!important
}

#main_wrapper .alert_box .inn .titr+p {
    padding-top: 8px
}

#main_wrapper .alert_box .inn p {
    color: #414349;
    font-family: Vazir FD,arial;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 18px;
    padding-bottom: 0;
    text-align: center!important
}

#main_wrapper .alert_box .inn .btn {
    display: block;
    font-size: 16px;
    margin: 0!important;
    padding: 10px 16px 6px!important;
    width: 100%;
    color :#fff;
}

.alert_box-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: -4px
}

.alert_box-link {
    flex-grow: 1;
    min-width: 50%;
    padding: 4px
}

#canceli_box .cssload-content {
    margin: 0!important;
    padding: 80px 0!important
}

.pop-up-content div#canceli_innbox {
    color: #414349;
    direction: rtl;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
    overflow-x: auto
}

.pop-up-content div#canceli_innbox textarea {
    font-family: Vazir FD,arial;
    font-size: 14px;
    height: 70px
}

.pop-up-content div#canceli_innbox .btn {
    float: none;
    font-family: Vazir FD,arial;
    font-size: 16px;
    padding: 10px 24px 6px
}

.pop-up-content div#canceli_innbox [style*=red] {
    color: #dd2c2c!important
}

.pop-up-content div#canceli_innbox [style*=green] {
    color: #2c844e!important
}

.pop-up-content div#canceli_innbox [style*=green]:first-child {
    color: #417431!important;
    display: block;
    margin-bottom: 12px;
    margin-top: 0;
    padding: 12px 16px 8px
}

.pop-up-content div#canceli_innbox [style*=green]:first-child+table.table tbody tr td:first-child,.pop-up-content div#canceli_innbox [style*=green]:first-child+table.table tbody tr th:first-child {
    padding-right: 12px!important
}

.pop-up-content div#canceli_innbox ul {
    color: inherit!important;
    margin-bottom: 4px;
    padding-right: 0;
    padding-top: 4px
}

.pop-up-content div#canceli_innbox ul li {
    margin-bottom: 2px
}

.pop-up-content div#canceli_innbox ul li:last-child {
    margin-bottom: 0!important
}

.pop-up-content div#canceli_innbox textarea {
    margin-bottom: 20px
}

.pop-up-content div#canceli_innbox table.table {
    border: none!important;
    margin: 16px 0 20px
}

.pop-up-content div#canceli_innbox table.table+sapn,.pop-up-content div#canceli_innbox table.table+span {
    display: block;
    font-size: 14px
}

.pop-up-content div#canceli_innbox table.table+sapn [style*=red],.pop-up-content div#canceli_innbox table.table+span [style*=red] {
    color: #994a32!important;
    display: block;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 12px 16px 8px
}

.pop-up-content div#canceli_innbox table.table~br {
    display: none
}

.pop-up-content div#canceli_innbox table.table+sapn [style*=red],.pop-up-content div#canceli_innbox table.table~[style*=green] {
    color: #994a32!important;
    display: block;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 12px 16px 8px
}

.pop-up-content div#canceli_innbox table.table>:not(caption)>*,.pop-up-content div#canceli_innbox table.table>:not(caption)>*>* {
    border: none!important
}

.pop-up-content div#canceli_innbox table.table tbody tr td,.pop-up-content div#canceli_innbox table.table tbody tr th {
    border-bottom: 1px solid #e7e8ea!important;
    box-shadow: none!important;
    font-size: 14px;
    padding: 8px 8px 4px!important;
    vertical-align: middle;
    white-space: nowrap
}

.pop-up-content div#canceli_innbox table.table tbody tr td:first-child,.pop-up-content div#canceli_innbox table.table tbody tr th:first-child {
    padding-right: 0!important
}

.pop-up-content div#canceli_innbox table.table tbody tr td:last-child,.pop-up-content div#canceli_innbox table.table tbody tr th:last-child {
    padding-left: 8px!important
}

.pop-up-content div#canceli_innbox table.table tbody tr:last-child td,.pop-up-content div#canceli_innbox table.table tbody tr:last-child th {
    border-bottom: none!important
}

.pop-up-content div#canceli_innbox table.table tbody tr:first-child td,.pop-up-content div#canceli_innbox table.table tbody tr:first-child th {
    background: #f1f5f7;
    border-bottom: none!important;
    color: #2d2e33;
    font-weight: 500;
    white-space: normal
}

.pop-up-content div#canceli_innbox table.table tbody tr:first-child td:first-child,.pop-up-content div#canceli_innbox table.table tbody tr:first-child th:first-child {
    border-radius: 0 6px 6px 0
}

.pop-up-content div#canceli_innbox table.table tbody tr:first-child td:last-child,.pop-up-content div#canceli_innbox table.table tbody tr:first-child th:last-child {
    border-radius: 6px 0 0 6px
}

@media(max-width: 1199.98px) {
    #reserve_popup .cssload-content {
        margin-bottom:32px!important;
        margin-top: 225px!important
    }

    #reserve_popup .reserve_sidebar {
        background: none;
        border-left: 1px solid #e7e8ea;
        padding: 0;
        width: 22%
    }

    #reserve_popup .box2 {
        width: 45%!important
    }

    #reserve_popup .alert_box {
        margin-top: 171px!important
    }

    #reserve_popup .box3 {
        width: 55%!important
    }

    #reserve_popup .pessenger_popup .head {
        border-radius: 0;
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 16px;
        width: auto
    }

    .res_widg,.res_widg_right {
        background: none;
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 0
    }

    .support_tell {
        box-shadow: none;
        padding: 16px!important
    }

    #reserve_popup .line_inn_main {
        padding: 12px 0
    }

    #reserve_popup .box7 {
        padding-right: 6px!important
    }

    .res_widg_right .res_widg.res_widg_last {
        padding: 12px 16px 8px!important
    }

    .res_widg_right .res_widg.restimer {
        border-bottom: 1px dashed rgba(215, 25, 33,.4)!important;
        border-radius: 0
    }

    #reserve_popup #add_pessenger_manager {
        margin-bottom: 8px
    }

    #reserve_popup #add_pessenger_manager .item.addshow {
        padding-bottom: 8px
    }

    #reserve_popup .reserve_content {
        padding: 20px 16px;
        width: 78%
    }

    #reserve_popup .pessenger_footer {
        padding: 12px
    }

    #reserve_popup .pessenger_popup {
        margin-bottom: 16px!important
    }

    #reserve_popup .pessenger_footer .reserve_final .rf_line,#reserve_popup .pessenger_footer .reserve_final .right_box_discount {
        margin-left: 8px
    }

    #reserve_popup .box {
        padding-left: 4px;
        padding-right: 4px
    }

    .res_widg {
        padding: 14px 16px 12px!important
    }

    .law-returned {
        padding: 0 16px!important
    }

    body .autocomplete-suggestions {
        margin-top: 6px!important;
        width: 392px!important
    }
}

@media(max-width: 991.98px) {
    #reserve_popup .reserve_info_list table.pessenger {
        margin-bottom:14px
    }

    #reserve_popup table.pessenger td {
        padding: 10px 10px 6px
    }

    #reserve_popup table.pessenger tr.pessenger #text_effect_red1,#reserve_popup table.pessenger tr.pessenger #text_effect_red2 {
        padding: 11px 12px 7px
    }

    #reserve_popup table.pessenger tr.pessenger[style*=border] td {
        padding-bottom: 0;
        padding-top: 14px
    }

    #reserve_popup table.pessenger tr.pessenger[style*=border]+tr[style*=border] td {
        padding-bottom: 1px;
        padding-top: 5px
    }

    #reserve_popup table.pessenger tr.pessenger:last-child:not([style*=border]) td:only-child {
        padding-top: 12px
    }

    #reserve_popup .sb_bank {
        background: none;
        padding: 0
    }

    #reserve_popup .sb_bank form {
        flex-wrap: wrap
    }

    #reserve_popup .sb_bank .bank_select {
        width: 100%
    }

    #reserve_popup .sb_bank .widg_email {
        align-items: flex-end;
        margin-bottom: 12px;
        width: 100%
    }

    #reserve_popup .sb_bank .widg_email .text_box {
        background: #eff3f6!important
    }

    #reserve_popup .sb_bank .widg_email .email {
        display: block;
        flex-grow: 1;
        width: auto
    }

    #reserve_popup .sb_bank .widg_email .email label {
        color: #414349;
        display: block;
        font-weight: 600;
        margin-bottom: 5px;
        padding: 0;
        text-align: right
    }

    #reserve_popup .sb_bank .widg_email .email .red {
        margin-top: 26px
    }

    #reserve_popup .sb_bank .widg_email>p {
        display: none
    }

    #reserve_popup .sb_bank .widg_email .verify_box {
        flex-shrink: 0;
        margin-bottom: 9px;
        padding-right: 8px;
        width: auto
    }

    #reserve_popup .sb_bank .widg_email .verify_box input+:before {
        background: #e8eef2
    }

    #reserve_popup .line_inn_main .line_kharegi {
        background: none;
        flex-wrap: wrap;
        margin: 14px 0 0;
        padding: 0
    }

    #reserve_popup .line_inn_main .line_kharegi .group {
        display: block;
        margin-right: 0;
        width: 50%!important
    }

    #reserve_popup .line_inn_main .line_kharegi .group.group1 {
        width: 100%!important
    }

    #reserve_popup .line_inn_main .line_kharegi .group.group2 {
        padding-left: 6px
    }

    #reserve_popup .line_inn_main .line_kharegi .group.group3 {
        padding-right: 6px
    }

    #reserve_popup .line_inn_main .line_kharegi .group .box {
        display: block;
        width: 100%!important
    }

    #reserve_popup .line_inn_main .line_kharegi .group .box .text_box {
        background-color: #eff3f6!important
    }

    #reserve_popup .line_inn_main .line_kharegi .group .box label {
        display: block;
        font-size: 13px;
        line-height: 1;
        margin-bottom: 6px;
        padding-top: 0
    }

    #reserve_popup #reserve_alert_out {
        border: none;
        margin-bottom: 8px;
        padding: 14px 16px 10px
    }

    #reserve_popup #reserve_alert_out .box_inn {
        font-size: 14px
    }

    body .autocomplete-suggestions {
        width: 415px!important
    }

    #reserve_popup .line:before {
        color: #2d2e33;
        content: "مسافر اول";
        display: block;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 10px;
        padding-top: 2px
    }

    #reserve_popup .line+.line:before {
        content: "مسافر دوم"
    }

    #reserve_popup .line+.line+.line:before {
        content: "مسافر سوم"
    }

    #reserve_popup .line+.line+.line+.line:before {
        content: "مسافر چهارم"
    }

    #reserve_popup .line+.line+.line+.line+.line:before {
        content: "مسافر پنجم"
    }

    #reserve_popup .line+.line+.line+.line+.line+.line:before {
        content: "مسافر ششم"
    }

    #reserve_popup .line+.line+.line+.line+.line+.line+.line:before {
        content: "مسافر هفتم"
    }

    #reserve_popup .line+.line+.line+.line+.line+.line+.line+.line:before {
        content: "مسافر هشتم"
    }

    #reserve_popup .line+.line+.line+.line+.line+.line+.line+.line+.line:before {
        content: "مسافر نهم"
    }

    #reserve_popup .pessenger_popup .head {
        display: none
    }

    #reserve_popup .line_inn_main {
        flex-wrap: wrap;
        padding: 0;
        position: static
    }

    #reserve_popup .line {
        border: 1px solid #e2e3e5!important;
        border-radius: 6px;
        margin-bottom: 8px;
        padding: 16px;
        position: relative
    }

    #reserve_popup .line:last-child {
        margin-bottom: 0!important
    }

    #reserve_popup .group1,#reserve_popup .group2,#reserve_popup .group3 {
        width: 100%
    }

    #reserve_popup .group {
        align-items: flex-start;
        margin-top: 14px
    }

    #reserve_popup .group:first-child {
        margin-top: 0!important
    }

    #reserve_popup .box {
        padding-left: 6px;
        padding-right: 6px;
        width: 50%!important
    }

    #reserve_popup .box:last-child,#reserve_popup .box:nth-last-child(2) {
        padding-left: 0!important
    }

    #reserve_popup .box:last-child .red,#reserve_popup .box:nth-last-child(2) .red {
        left: 6px
    }

    #reserve_popup .box:first-child {
        padding-right: 0!important
    }

    #reserve_popup .box .red {
        top: 25px
    }

    #reserve_popup .box7 {
        flex-grow: 1;
        width: auto!important
    }

    #reserve_popup .box8 {
        align-self: flex-end;
        left: 0;
        position: absolute;
        top: 0;
        width: auto!important;
        z-index: 2
    }

    .box:before {
        color: #414349;
        display: block;
        font-size: 13px;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 6px
    }

    #reserve_popup .line #addPassenger {
        display: none
    }

    #reserve_popup .line #delete_passenger {
        border-radius: 0 0 6px 0;
        height: 32px;
        width: 32px
    }

    #reserve_popup .line .box2,#reserve_popup .line .box7 {
        line-height: 1;
        min-height: 57px;
        padding-top: 0;
        position: relative
    }

    #reserve_popup .line .box2:before,#reserve_popup .line .box7:before {
        margin-bottom: 20px;
        position: relative;
        right: -12px
    }

    #reserve_popup .line .box2:after,#reserve_popup .line .box7:after {
        background: rgba(59,78,121,.09);
        border-radius: 6px;
        bottom: 0;
        content: "";
        height: 38px;
        position: absolute
    }

    #reserve_popup .line .box2 {
        padding-bottom: 10px;
        padding-right: 12px!important
    }

    #reserve_popup .line .box2:before {
        content: "رده سنی"
    }

    #reserve_popup .line .box2:after {
        left: 6px;
        right: 0
    }

    #reserve_popup .line .box7 {
        font-size: 15px;
        font-weight: 600;
        padding-bottom: 9px;
        padding-left: 0!important;
        padding-right: 18px!important
    }

    #reserve_popup .line .box7:before {
        content: "قیمت (ریال)"
    }

    #reserve_popup .line .box7:after {
        left: 0;
        right: 6px
    }

    #reserve_popup .pessenger_footer {
        background: none;
        padding: 0
    }

    #reserve_popup .pessenger_footer .reserve_final {
        align-items: center;
        flex-wrap: wrap
    }

    #reserve_popup .pessenger_footer .reserve_final .text_box {
        background: #eff3f6!important
    }

    #reserve_popup .pessenger_footer .reserve_final .right_box_discount label#promocode {
        color: #5d6370
    }

    #reserve_popup .pessenger_footer .reserve_final .right_box_discount label#promocode:before {
        background: #e8eef2
    }

    #reserve_popup .pessenger_footer .reserve_final .rf_line {
        flex-basis: 50%;
        flex-grow: 0;
        margin-left: 0;
        padding-left: 4px;
        width: 50%!important
    }

    #reserve_popup .pessenger_footer .reserve_final .rf_line_last {
        padding-left: 0;
        padding-right: 4px
    }

    #reserve_popup .pessenger_footer .reserve_final .btn_res {
        flex-grow: 1;
        margin-right: 0;
        margin-top: 8px;
        padding-left: 0;
        padding-right: 0
    }

    #reserve_popup .pessenger_footer .reserve_final .right_box_discount {
        flex-basis: 50%;
        flex-grow: 0;
        margin-left: 4px;
        margin-top: 8px;
        padding-left: 4px;
        width: 50%
    }

    .box3:before {
        content: "جنسیت"
    }

    .box4:before {
        content: "نام لاتین"
    }

    .box5:before {
        content: "نام خانوادگی لاتین"
    }

    .box6:before {
        content: "پاسپورت/کدملی"
    }

    #reserve_popup #add_pessenger_manager {
        margin-bottom: 4px
    }

    #reserve_popup .reserve_sidebar {
        width: 30%
    }

    #reserve_popup .reserve_content {
        width: 70%
    }
}

@media(max-width: 767.98px) {
    #main_wrapper .alert_box {
        padding:28px;
        width: 100%
    }

    .law_toggle_box {
        border-radius: 0 0 6px 6px
    }

    #reserve_popup .cssload-content {
        margin-bottom: 28px!important;
        margin-top: 20px!important
    }

    #reserve_popup #progress1 {
        margin-bottom: 20px!important;
        padding: 0 20px
    }

    #reserve_popup #progress1 .outer-therm {
        width: 100%!important
    }

    body .autocomplete-suggestions {
        width: 442px!important
    }

    .customalert,.uselastpassenger {
        justify-content: flex-start;
        padding-top: 40px
    }

    .customalert>*,.uselastpassenger>* {
        padding: 20px
    }

    .uselastpassenger .resulist .resu .code {
        display: block!important
    }

    #reserve_popup .alert_box {
        margin: 0!important;
        width: 100%
    }

    #reserve_popup .alert_box .inn {
        float: none
    }

    #reserve_popup .reserve_container {
        flex-wrap: wrap
    }

    #reserve_popup .reserve_content,#reserve_popup .reserve_sidebar {
        width: 100%
    }

    #reserve_popup .reserve_sidebar {
        border-left: none
    }

    #reserve_popup .reserve_sidebar_cnt {
        border-top: 1px solid #e7e8ea;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative
    }

    #reserve_popup .support_tell {
        background: none;
        bottom: 0;
        position: absolute;
        right: 0;
        width: 50%
    }

    #reserve_popup .res_widg_right {
        border-left: 1px solid #e7e8ea;
        padding-bottom: 94px
    }

    #reserve_popup .res_widg_left {
        padding-bottom: 16px
    }

    #reserve_popup .res_widg_main {
        width: 50%
    }
}

@media(max-width: 575.98px) {
    #reserve_popup .sb_bank .widg_email {
        margin-bottom:10px
    }

    #main_wrapper .alert_box {
        padding: 20px
    }

    #main_wrapper .alert_box .inn {
        margin-top: 18px!important
    }

    #main_wrapper .alert_box .inn .btn {
        font-size: 15px;
        color: #fff;
    }

    #main_wrapper .alert_box .inn p {
        margin-bottom: 16px
    }

    #main_wrapper .alert_box .inn .titr+p {
        padding-top: 6px
    }

    .law_toggle_box .lawpopup .lawcontent {
        padding: 18px 20px 14px
    }

    .law_toggle_box .lawpopup .lawclose {
        left: 20px
    }

    .customalert,.uselastpassenger {
        padding: 32px 16px 16px
    }

    .customalert>.informasi,.uselastpassenger>.informasi {
        padding: 8px 16px
    }

    .customalert .resulist .resu .price,.uselastpassenger .resulist .resu .price {
        width: 35%
    }

    #reserve_popup .cssload-content {
        margin-bottom: 24px!important;
        margin-top: 16px!important;
        transform: scale(.875)
    }

    #reserve_popup #progress1 {
        margin-bottom: 16px!important;
        padding: 0 16px
    }

    .support_tell ul {
        padding-bottom: 2px;
        padding-top: 4px
    }

    .support_tell ul li {
        background: none;
        margin-top: 6px;
        padding: 0
    }

    .support_tell ul li:first-child {
        margin-left: 2px
    }

    #reserve_popup .res_widg_right {
        padding-bottom: 86px
    }

    body .autocomplete-suggestions {
        left: 37px!important;
        right: 37px!important;
        width: auto!important
    }

    #reserve_popup .alert_box {
        padding: 20px
    }

    #reserve_popup .alert_box .inn p {
        margin-bottom: 10px
    }

    #reserve_popup .line {
        padding: 14px 12px 12px
    }

    #reserve_popup .box {
        padding-left: 4px;
        padding-right: 4px
    }

    #reserve_popup .line .box2:after {
        left: 4px
    }

    #reserve_popup .line .box7 {
        padding-right: 16px!important
    }

    #reserve_popup .line .box7:after {
        right: 4px
    }

    #reserve_popup .law-returned .titr .law_toggle2 {
        font-size: 13px;
        justify-content: center
    }

    #reserve_popup .law-returned .titr .law_toggle2:after {
        display: none
    }

    #reserve_popup .res_widg_right .res_widg.restimer {
        flex-direction: column
    }

    #reserve_popup .res_widg_right .res_widg.restimer .titr {
        margin-bottom: 4px;
        padding-right: 0
    }

    #reserve_popup .pessenger_footer .reserve_final .rf_line {
        flex-basis: 100%!important;
        padding: 0!important;
        width: 100%!important
    }

    #reserve_popup .pessenger_footer .reserve_final .rf_line_last {
        margin-top: 8px
    }

    #reserve_popup #add_pessenger_manager .item.addadl,#reserve_popup #add_pessenger_manager .item.addchd,#reserve_popup #add_pessenger_manager .item.addinf {
        flex-grow: 1;
        justify-content: center;
        margin: 0 0 6px 6px!important;
        padding: 6px 8px 6px 10px
    }

    #reserve_popup #add_pessenger_manager .item.addadl span:first-child,#reserve_popup #add_pessenger_manager .item.addchd span:first-child,#reserve_popup #add_pessenger_manager .item.addinf span:first-child {
        margin-left: 6px
    }

    #reserve_popup #add_pessenger_manager .item:last-child {
        margin-left: 0!important
    }

    #reserve_popup .line_inn_main .line_kharegi .group.group2 {
        padding-left: 4px
    }

    #reserve_popup .line_inn_main .line_kharegi .group.group3 {
        padding-right: 4px
    }
}

@media(max-width: 374.98px) {
    .law_toggle_box {
        padding:12px
    }

    .customalert,.uselastpassenger {
        padding: 24px 12px 12px
    }

    .customalert .resulist .resu .price,.uselastpassenger .resulist .resu .price {
        width: 40%
    }

    body .autocomplete-suggestions {
        left: 31px!important;
        right: 31px!important;
        width: auto!important
    }

    .res_widg {
        padding: 12px 12px 10px!important
    }

    .res_widg_right .res_widg.res_widg_last {
        padding: 10px 12px 6px!important
    }

    .res_widg_right .res_widg.restimer {
        padding: 10px 12px!important
    }

    .support_tell {
        padding: 12px!important
    }

    .support_tell ul {
        flex-direction: column;
        padding-top: 0
    }

    .fly_info_list {
        padding-top: 8px
    }

    .fly_info_list ul li {
        margin-bottom: 5px
    }

    .law-returned {
        padding: 0 12px!important
    }

    #reserve_popup .res_widg_left {
        padding-bottom: 12px
    }

    .law-returned .titr .law_toggle2 {
        padding: 6px 0
    }

    #reserve_popup .res_widg_right {
        padding-bottom: 94px
    }

    #reserve_popup .reserve_content {
        padding: 18px 12px
    }

    #reserve_popup .line {
        padding: 14px 10px 10px
    }

    #reserve_popup #add_pessenger_manager .item.addadl,#reserve_popup #add_pessenger_manager .item.addchd,#reserve_popup #add_pessenger_manager .item.addinf {
        margin: 0 0 4px 4px!important
    }

    #reserve_popup #add_pessenger_manager .item:last-child {
        margin-left: 0!important
    }

    #reserve_popup #add_pessenger_manager .item.addadl {
        margin-left: 0!important;
        width: 100%
    }
}




.banner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh !important;
    position: relative;
    min-height: 600px;
    margin-bottom: 40px;
}
.banner .img-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background-repeat: repeat-x;
    background-position: -1920px 100%;
    z-index: 1;
    animation: cloudMove 30s linear 0s infinite;
    background-image: url("../images/cloud-1.png");
}
.banner .parent-banner .parent-img-banner {
    width: 90%;
    height: 200px;
    grid-area: 1/1/2/9;
}
.banner .parent-banner .parent-img-banner img {
    width: 100%;
    height: 100%;
    animation: float-bob-y 2s ease-in-out 0s infinite;
}
@keyframes cloudMove {
    0% {
        background-position: -1920px 100%;
    }
    100% {
        background-position: 0 100%;
    }
}
@keyframes float-bob-y {
    0% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(-20px);
    }
}
.banner .parent-banner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    position: relative;
    z-index: 4;
    align-items: center;
    margin-bottom: 50px;
}



.featured-row__title{
    text-align: center;
    padding-top: 32px;
}

.featured-row {
    margin: auto !important;
}

.featured-row__description--content h2, .featured-row__description--content h3, .featured-row__description--content h4, .featured-row__description--content h5, .featured-row__description--content h6 {
     margin: 0.5em 0 .5em;
}