:root {
    /* --tj-light: #F9F9F9; */
    --tj-secondary: var(--secondary-color);
    --tj-success: #50cd89;
    --tj-warning: #F6C000;
    --tj-danger: #f1416c;
    --tj-gray: #7E8299;
    --tj-gray-100: #F9F9F9;
    --tj-gray-200: #F4F4F4;
    --tj-gray-300: #E1E3EA;
    --tj-gray-400: #B5B5C3;
    --tj-dark: #181C32;

    /* --text-main: #1B161B;
    --text-sub: #827D82; */

    /* --border-color: #E6E3D8; */

    --fs-48: 48px;
    --fs-40: 40px;
    --fs-32: 32px;
    --fs-24: 24px;
    --fs-20: 20px;
    --fs-18: 18px;
    --fs-normal: 16px;
    --fs-14: 14px;
    --fs-12: 12px;
    --fs-10: 10px;
    --num56: 56px;
    --num48: 48px;
    --num40: 40px;
    --num32: 32px;
    --num28: 28px;
    --num24: 24px;
    --num20: 20px;
    --num16: 16px;
    --num14: 14px;
    --num12: 12px;
    --num10: 10px;
    --num8: 8px;
    --num6: 6px;
}

@media(max-width:991px){
    *{
        --fs-48: 38px;
        --fs-40: 32px;
        --fs-32: 28px;
        --num56: 48px;
        --num48: 40px;
        --num40: 32px;
        --num32: 28px;
    }
}

@media(max-width:767px){
    *{
        --fs-48: 32px;
        --fs-40: 28px;
        --fs-32: 24px;
        --fs-24: 20px;
        --fs-20: 18px;
        --fs-18: 16px;
        --fs-normal: 14px;
        --fs-14: 12px;
        --fs-12: 10px;
        --fs-10: 8px;
        --num56: 40px;
        --num48: 32px;
        --num40: 28px;
        --num32: 24px;
        --num28: 22px;
        --num24: 18px;
        --num20: 16px;
        --num16: 14px;
        --num14: 12px;
        --num12: 10px;
        --num10: 8px;
        --num8: 6px;
        --num6: 4px;
    }
}

.text-main{color: var(--text-main)!important}
.text-sub, .text-muted{color: var(--text-sub)!important}
.fs-48 {font-size:var(--fs-48) !important} 
.fs-40 {font-size:var(--fs-40) !important} 
.fs-32 {font-size:var(--fs-32) !important} 
.fs-24, .rsf-24 {font-size:var(--fs-24) !important} 
.fs-20, .rsf-20 {font-size:var(--fs-20) !important} 
.fs-18, .rsf-18 {font-size:var(--fs-18) !important} 
.fs-normal, .rsf-16 {font-size:var(--fs-normal) !important} 
.fs-14, .rsf-14 {font-size:var(--fs-14) !important} 
.fs-12 {font-size:var(--fs-12) !important}

.fw-bold,.bold{font-weight:bold !important}
.semibold{font-weight:600 !important}
.medium{font-weight:500 !important}
.normal{font-weight:400 !important}

.lh-1 {line-height: 1}
.lh-1-4 {line-height: 1.4}
.lh-1-6 {line-height: 1.6}

.gap24{gap: var(--num24);}

html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

body {
    margin: 0;
    padding: 0;
    font-family: var(--body-font);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
    font-family: var(--heading-font);
    font-weight: 500;
    margin: 0 0 .35em 
}

h1 {
    font-size: 2em
}

h2 {
    font-size: 1.75em
}

h3 {
    font-size: 1.5em
}

h4 {
    font-size: 1.25em
}

h5 {
    font-size: 1em
}

h6 {
    font-size: .85em
}

a{
    color: var(--text-main);
    text-decoration: none;
    transition: .3s;
}

a:hover {
    color: var(--main-color-one)
}

button {
    font-family: inherit
}

p {
    margin: 0
}
small{
    line-height: 1.6;
}

hr {
    background-color: var(--border-color);
    height: 1px;
    margin: 1rem 0
}

ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.summernote ol,
.dynamic ol,
.summernote ul,
.dynamic ul{
    list-style: revert;
    padding: revert;
}

hr {
    border: 0
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
.table {
    --table-color-type: initial;
    --table-bg-type: initial;
    --table-border-color: var(--border-color);
    --table-border-width: 1px;
    width: 100%;
    text-align: start;
    margin-bottom: 1rem;
    vertical-align: middle;
    border-color: var(--table-border-color)
}

[dir=rtl] table {
    text-align: right;
}

.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--table-border-width);
}

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

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

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

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

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --table-bg-type: var(--tj-secondary)
}

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

.list-none {
    padding: 0;
    margin: 0;
    list-style: none
}

img {
    max-width: 100%
}

fieldset {
    border: 1px solid var(--tj-gray-300)
}

iframe {
    border: 0
}

.t-3s{transition: .3s;}



.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.container {
    --tj-gutter-x: 1.5rem;
    --tj-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--tj-gutter-x) * .5);
    padding-left: calc(var(--tj-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media(min-width:600px) {
    .container {
        max-width: 540px
    }
}

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

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media(min-width:1440px) {
    .container {
        max-width: 1320px
    }
}

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

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

.col {
    flex: 1 0 0%
}

.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%
}

.form-group {
    margin-bottom: var(--num14);
}
.form-label{
    display: inline-block;
    color: var(--text-main);
    font-size: var(--fs-normal);
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 6px;
}
.require:after{
    content: ' *';
    color: var(--tj-danger);
}
.form-control:not([type=checkbox], [type=radio], [type=submit], [type=color], [type=button], [type=reset]),
select,
textarea,
textarea[type=text] {
    border: 1px solid var(--border-color);
    border-radius: 4px;
    display: block;
    font-family: inherit;
    font-size: var(--fs-normal);
    padding: 6px 12px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    width: 100%
}
textarea.form-control,
textarea[type=text].form-control{
    padding: 12px;
}
textarea.form-control{
    max-width: 100%;
}

select,
.form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* background: #f3f3f6 no-repeat 100%;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='40' fill='%23555'><polygon points='0,0 60,0 30,40'/></svg>");
    background-origin: content-box;
    background-size: 1ex */
}
.select2-container{
    display: block !important;
    max-width: 100% !important;
}
.select2-container--default .select2-selection {
    border-color: var(--border-color) !important;
    transition: .3s;
}
.select2-container--open .select2-selection{
    border-color: var(--main-color-one) !important;
}
.select2-container .select2-selection--single {
    height: auto !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: var(--text-main) !important;
    padding: 6px 12px !important;
    font-size: var(--fs-normal);
    line-height: 2 !important;
}
.select2-selection--single .select2-selection__rendered:after {
    content: "\f107";
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
.select2-selection__arrow {
    display: none !important;
}
span.select2-selection.select2-selection--multiple {
    display: flex;
    flex-wrap: wrap;
}
.select2-container .select2-dropdown,
.iti__dropdown-content {
    border: none;
    border-radius: .75rem !important;
    padding: 1rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0 0 24px;
}
.iti.iti--inline-dropdown .iti__dropdown-content {
    width: 100% !important;
    border: 1px solid var(--border-color) !important;
    margin-top: 12px;
}
.select2-dropdown .select2-search{
    padding: 0;
    margin: 0 0 1rem 0;
}
.select2-dropdown .select2-search .select2-search__field {
    padding: 0.5rem;
    font-size: var(--fs-12);
    border-color: var(--border-color) !important;
    border-radius: 0.35rem;
    outline: 0 !important;
}
.iti__search-input {
    margin-bottom: 12px;
    font-size: var(--fs-14);
    border: 1px solid var(--border-color) !important;
    border-radius: 0.35rem !important;
    outline: 0 !important;
}
.select2-results__options,
.iti__country-list {
    scrollbar-width: thin;
    scrollbar-color: var(--tj-light, #F4F4F4) transparent;
}
.iti__country-list {
    overflow: auto !important;
}
.select2-results__options:hover,
.iti__country-list:hover {
    scrollbar-color: var(--tj-gray-300, #F4F4F4) transparent;
}
.select2-dropdown .select2-results__option,
.iti__country-list li {
    color: var(--text-main) !important;
    font-size: var(--fs-14);
    padding: 0.5rem 1rem;
    margin: 0 0;
    border-radius: 4px;
    transition: .3s;
}

.select2-dropdown .select2-results__option.select2-results__option--selected,
.select2-dropdown .select2-results__option.select2-results__option--selected.select2-results__option--highlighted  {
    background-color: var(--main-color-one) !important;
    color: #fff !important;
}

.select2-dropdown .select2-results__option.select2-results__option--highlighted,
.iti__country-list li.iti__highlight{
    background-color: var(--tj-light) !important;
    color: var(--main-color-one) !important;
}

.select2-results__option--selected:not(.select2-results__option--highlighted):before {
    color: #fff;
}

.input-flag-wrap,
.input-wrap .iti {
    display: flex;
    gap: 12px;
    direction: ltr !important;
}

.input-flag-wrap .input-wrap {
    width: 100%;
    margin-bottom: 0
}

.input-wrap .iti__country-container {
    position: unset !important;
}

.iti .form-control {
    padding: 12px !important;
}

.iti .iti__selected-country {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 12px;
    border: 1px solid var(--border-color);
    transition: .3s;
}

.iti .iti__selected-country-primary {
    padding: 0 !important;
    background: none !important;
}

.iti__selected-dial-code {
    margin: 0 !important;
}

.iti .iti__selected-country-primary .iti__arrow {
    display: none !important;
}

.appearance-none,
.appearance-none::-webkit-outer-spin-button,
.appearance-none::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn,
[type=button],
[type=reset],
[type=submit],
button {
    display: inline-block;
    color: var(--text-main);
    border: 1px solid transparent;
    border-radius: .35rem;
    font-size: var(--fs-14);
    line-height: 1;
    padding: var(--num14);
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: .3s
}
button:focus {
    box-shadow: none !important;
}

.btn.btn-sm{
    font-size: var(--fs-12);
    padding: .50rem
}

.btn.btn-md{
    font-size: var(--fs-normal);
    padding: 1rem
}

.btn:hover,
[type=button]:hover,
[type=reset]:hover,
[type=submit]:hover,
button:hover {
    opacity: .85;
}

button:disabled,
button:disabled:hover,
input:disabled,
input:disabled:hover {
    cursor: not-allowed;
    opacity: .4
}

.form-control:not([type=checkbox], [type=radio], [type=submit], [type=color], [type=button], [type=reset], :disabled):hover,
select:hover,
textarea:hover,
textarea[type=text]:hover {
    border-color: var(--tj-gray)
}

.form-control:not([type=checkbox], [type=radio], [type=submit], [type=color], [type=button], [type=reset]):focus,
select:focus,
textarea:focus,
textarea[type=text]:focus {
    border-color: var(--main-color-one);
    outline: 0
}

.form-control.error:not([type=checkbox], [type=radio], [type=submit], [type=color], [type=button], [type=reset]),
textarea.error {
    border-color: var(--tj-danger)
}

.form-control.success:not([type=checkbox], [type=radio], [type=submit], [type=color], [type=button], [type=reset]),
textarea.success {
    border-color: var(--tj-success)
}

.form-check-input {
    width: 1em;
    height: 1em;
    font-size: var(--fs-18);
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid var(--border-color);
    border-radius: .25em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    cursor: pointer;
}

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

.form-check-input:checked {
    background-color: var(--main-color-one);
    border-color: var(--main-color-one)
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: var(--main-color-one);
    border-color: var(--main-color-one);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

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


.btn.primary,
.btn.btn-primary,
.btn.btn-main {
    background-color: var(--main-color-one);
    color: #fff
}

.btn.secondary {
    background-color: var(--tj-gray-300);
    color: var(--tj-dark)
}

.btn.dark,
.btn.btn-dark {
    background-color: var(--tj-dark);
    color: #fff
}

.btn.outline{
    background-color: transparent;
    border-color: var(--border-color);
    color: var(--text-main)
}

.btn.outline-primary{
    background-color: transparent;
    border-color: var(--main-color-one);
    color: var(--main-color-one)
}
.btn.outline-primary:hover{
    background-color: var(--main-color-one);
    color: #fff;
    opacity: 1;
}

.btn.outline-secondary {
    background-color: transparent;
    border-color: var(--tj-gray);
    color: var(--tj-gray)
}

.btn.outline-dark {
    background-color: transparent;
    border-color: var(--tj-dark);
    color: var(--tj-dark)
}
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
}
.btn-close:hover {opacity:1;}
.alert{
    --alert-clr: var(--tj-success);
    --alert-bg: #50cd8920;
    padding: var(--num6) var(--num12);
    color: var(--alert-clr);
    background: var(--alert-bg);
    border: 1px solid var(--alert-clr);
    border-radius: .35rem;
    font-size: var(--fs-normal);
    line-height: 1.6;
}
.alert.alert-secondary{
    --alert-clr: var(--border-color);
    --alert-bg: none;
    color: var(--text-sub);
}
.alert.alert-warning{
    --alert-clr: var(--tj-warning);
    --alert-bg: #F6C00020;
}
.alert.alert-danger{
    --alert-clr: var(--tj-danger);
    --alert-bg: #f1416c20;
}
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}
.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}
@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::placeholder {
    color: var(--text-sub)
}

.card {
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px var(--tj-gray);
    box-shadow: 0 1px 3px var(--tj-gray);
    padding: 1rem 2rem
}

.card p:last-child {
    margin: 0
}

.card header>* {
    margin-bottom: 1rem;
    margin-top: 0
}

.breadcrumb_wrap{
    color: var(--text-main);
    padding: var(--num16);
}
.breadcrumb_list{flex-wrap: wrap;;}
.breadcrumb_wrap li a {
    color: var(--text-sub);
    transition: .3s;
}
.breadcrumb_wrap li a:hover{
    color: var(--main-color-one);
}
.breadcrumb_divider {
    width: 16px;
    height: 1px;
    background: var(--text-sub);
}

.page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.2em;
    height: 2.2em;
    color: var(--text-main);
    background: var(--tj-light);
    font-size: var(--fs-14);
    line-height: 1;
    border-radius: 50%;
    transition: .3s;
}

.page-link:hover,
.page-link.current{
    background: var(--main-color-one);
    color: #fff;
}

.bg-none{background: none !important;}
.bg-white{background-color: #fff!important}

.bg-primary {
    background-color: var(--main-color-one) !important
}

.bg-light {
    background-color: var(--tj-light) !important
}

.bg-dark {
    background-color: var(--tj-dark) !important
}

.bg-grey {
    background-color: var(--tj-gray) !important
}

.bg-error {
    background-color: var(--tj-danger) !important
}

.bg-success {
    background-color: var(--tj-success) !important
}

.br-primary {
    border: 1px solid var(--main-color-one) !important
}

.br-light {
    border: 1px solid var(--tj-gray-300) !important
}

.br-dark {
    border: 1px solid var(--tj-dark) !important
}

.br-grey {
    border: 1px solid var(--tj-gray) !important
}

.br-error {
    border: 1px solid var(--tj-danger) !important
}

.br-success {
    border: 1px solid var(--tj-success) !important
}

.link-text{
    color: var(--text-sub);
    text-decoration: none;
    transition: .3s;
}

.text-primary,
.link-text:hover {
    color: var(--main-color-one) !important
}

.text-light {
    color: var(--tj-gray-300) !important
}

.text-dark {
    color: var(--tj-dark) !important
}

.text-grey {
    color: var(--tj-gray) !important
}

.text-error {
    color: var(--tj-danger) !important
}

.text-success {
    color: var(--tj-success) !important
}

.text-white {
    color: #fff !important
}

.text-center {
    text-align: center
}

.text-left,
[dir=rtl] .text-right {
    text-align: left
}

[dir=rtl] .text-left,
.text-right {
    text-align: right
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}
.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.capitalize {
    text-transform: capitalize
}

.line-through {
    text-decoration: line-through
}

.underline {
    text-decoration: underline
}

.round{
    border-radius: .75rem !important
}

.round-sm {
    border-radius: .35rem !important
}

.round-lg {
    border-radius: 1rem !important
}

.round-0 {
    border-radius: 0 !important
}

.circle {
    border-radius: 50% !important
}

.pill {
    border-radius: 50rem !important
}

.round-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.round-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.shadow {
    box-shadow: 0 1px 3px var(--tj-gray)
}

.is-full-screen {
    min-height: 100vh;
    width: 100%
}

.w-full, .w-100 {
    width: 100% !important
}

.h-100{
    height: 100% !important;
}
.h-full{
    height: 100vh !important;
}
.min-h-100{
    min-height: 100% !important;
}

.size-full{
    width: 100% !important;
    height: 100% !important;
}

.justify-start {
    justify-content: flex-start !important
}

.justify-end {
    justify-content: flex-end !important
}

.justify-center {
    justify-content: center !important
}

.justify-content-between,
.justify-between {
    justify-content: space-between !important
}
.justify-evenly{
    justify-content: space-evenly !important;
}

.align-items-start,
.align-start {
    align-items: start !important
}

.align-items-end,
.align-end {
    align-items: end !important
}

.align-items-center,
.align-center {
    align-items: center !important
}

.content-start {
    justify-content: flex-start !important
}

.content-end {
    justify-content: flex-end !important
}

.content-center {
    justify-content: center !important
}

.content-between {
    justify-content: space-between !important
}

.flex-center {
    display: flex;
    justify-content: center !important;
    align-items: center !important
}

.flex-start {
    display: flex;
    justify-content: start !important;
    align-items: start !important
}

.flex-end {
    display: flex;
    justify-content: flex-end !important;
    align-items: flex-end !important
}

.flex-stack {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-page{
    margin-top: var(--num56);
    margin-bottom: var(--num56);
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}
.mt-page{
    margin-top: var(--num56);
}
.mt-auto {
    margin-top: auto !important
}

[dir=ltr] .me-0,
[dir=rtl] .ms-0 {
    margin-right: 0 !important
}

[dir=ltr] .me-1,
[dir=rtl] .ms-0 {
    margin-right: .25rem !important
}

[dir=ltr] .me-2,
[dir=rtl] .ms-2 {
    margin-right: .5rem !important
}

[dir=ltr] .me-3,
[dir=rtl] .ms-3 {
    margin-right: 1rem !important
}

[dir=ltr] .me-4,
[dir=rtl] .ms-4 {
    margin-right: 1.5rem !important
}

[dir=ltr] .me-5,
[dir=rtl] .ms-5 {
    margin-right: 3rem !important
}

[dir=ltr] .me-auto,
[dir=rtl] .ms-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}
.mb-page{
    margin-bottom: var(--num56);
}
.mb-auto {
    margin-bottom: auto !important
}

[dir=ltr] .ms-0,
[dir=rtl] .me-0 {
    margin-left: 0 !important
}

[dir=ltr] .ms-1,
[dir=rtl] .me-1 {
    margin-left: .25rem !important
}

[dir=ltr] .ms-2,
[dir=rtl] .me-2 {
    margin-left: .5rem !important
}

[dir=ltr] .ms-3,
[dir=rtl] .me-3 {
    margin-left: 1rem !important
}

[dir=ltr] .ms-4,
[dir=rtl] .me-4 {
    margin-left: 1.5rem !important
}

[dir=ltr] .ms-5,
[dir=rtl] .me-5 {
    margin-left: 3rem !important
}

[dir=ltr] .ms-auto,
[dir=rtl] .me-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

[dir=ltr] .pe-0,
[dir=rtl] .ps-0 {
    padding-right: 0 !important
}

[dir=ltr] .pe-1,
[dir=rtl] .ps-1 {
    padding-right: .25rem !important
}

[dir=ltr] .pe-2,
[dir=rtl] .ps-2 {
    padding-right: .5rem !important
}

[dir=ltr] .pe-3,
[dir=rtl] .ps-3 {
    padding-right: 1rem !important
}

[dir=ltr] .pe-4,
[dir=rtl] .ps-4 {
    padding-right: 1.5rem !important
}

[dir=ltr] .pe-5,
[dir=rtl] .ps-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

[dir=ltr] .ps-0,
[dir=rtl] .pe-0 {
    padding-left: 0 !important
}

[dir=ltr] .ps-1,
[dir=rtl] .pe-1 {
    padding-left: .25rem !important
}

[dir=ltr] .ps-2,
[dir=rtl] .pe-2 {
    padding-left: .5rem !important
}

[dir=ltr] .ps-3,
[dir=rtl] .pe-3 {
    padding-left: 1rem !important
}

[dir=ltr] .ps-4,
[dir=rtl] .pe-4 {
    padding-left: 1.5rem !important
}

[dir=ltr] .ps-5,
[dir=rtl] .pe-5 {
    padding-left: 3rem !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-shrink-0 {
    flex-shrink: 0 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}


.gy-1 {
    row-gap: .25rem !important
}

.gy-2 {
    row-gap: .5rem !important
}

.gy-3 {
    row-gap: 1rem !important
}

.gy-4 {
    row-gap: 1.5rem !important
}

.gy-5 {
    row-gap: 3rem !important
}

.is-pointer {
    cursor: pointer !important
}

.is-rounded {
    border-radius: 100%
}

.z-n1 {
    z-index: -1
}

.z-0 {
    z-index: 0
}

.z-1 {
    z-index: 1
}

.z-2 {
    z-index: 2
}

.z-3 {
    z-index: 3
}

.z-30 {
    z-index: 30;
}

.z-40 {
    z-index: 40;
}

.z-50 {
    z-index: 50;
}

.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 {
    overflow: auto !important
}

.overflow-hidden,
.over-hide {
    overflow: hidden !important
}

.overflow-visible,
.over-show {
    overflow: visible !important
}

.scroll-hidden{
    scrollbar-width: none !important;
}

.custom-scroll{
    overflow: auto;
    scrollbar-color: auto;
}
.custom-scroll::-webkit-scrollbar {
    width: var(--scroll-width, 6px);
}
.custom-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
}
.custom-scroll:hover::-webkit-scrollbar-thumb {
    background: #11111130; 
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important;
    grid-template-columns: repeat(var(--col-count, 1), 1fr);
}

.d-inline-grid {
    display: inline-grid !important
}

.d-flex {
    display: flex !important
}
.d-inline-flex {
    display: inline-flex !important
}

.d-none,
[hidden] {
    display: none !important
}

.gspan-full{
    grid-column: span var(--col-count);
}
.gcol-1{
    --col-count: 1;
}
.gcol-2{
    --col-count: 2;
}
.gcol-3{
    --col-count: 3;
}
.gcol-4{
    --col-count: 4;
}


.shadow {
    box-shadow: rgba(149, 157, 165, 0.2) 0 0 24px;
}

.shadow-lg {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.shadow-none {
    box-shadow: none !important
}


.position-relative, .relative {
    position: relative !important
}

.absolute {
    position: absolute !important
}

.fixed {
    position: fixed !important
}

.sticky {
    position: -webkit-sticky !important;
    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
}

.left-0,
[dir=ltr] .start-0,
[dir=rtl] .end-0 {
    left: 0 !important
}
.left-50,
[dir=ltr] .start-50,
[dir=rtl] .end-50 {
    left: 50% !important
}

[dir=ltr] .start-100,
[dir=rtl] .end-100 {
    left: 100% !important
}

.left-auto {
    left: auto !important
}

.right-0,
[dir=ltr] .end-0,
[dir=rtl] .start-0 {
    right: 0 !important
}

[dir=ltr] .end-50,
[dir=rtl] .start-50 {
    right: 50% !important
}

[dir=ltr] .end-100,
[dir=rtl] .start-100 {
    right: 100% !important
}

.right-auto{
    right: auto !important
}

.middle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important
}

.middle-x {
    transform: translateX(-50%) !important
}

.middle-y {
    transform: translateY(-50%) !important;
}

.border {
    border: 1px var(--border-type, solid) var(--border-color, #E1E3EA) !important
}
.border-top {
    border-top: 1px var(--border-type, solid) var(--border-color, #E1E3EA) !important
}
.border-bottom {
    border-bottom: 1px var(--border-type, solid) var(--border-color, #E1E3EA) !important
}
[dir=ltr] .border-start,
[dir=rtl] .border-end {
    border-left: 1px var(--border-type, solid) var(--border-color, #E1E3EA) !important
}
[dir=ltr] .border-end,
[dir=rtl] .border-start {
    border-right: 1px var(--border-type, solid) var(--border-color, #E1E3EA) !important
}
.dashed{
    --border-type: dashed;
}

.border-0 {
    border: 0 !important
}

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

.modal {
    position: fixed;
    inset: 0;
    z-index: 1055;
    display: none;
    backdrop-filter: blur(10px);
    background: #00000040;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    border-radius: .75rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

@media(min-width:360px){
    .gcol-sm-1{
        --col-count: 1;
    }
    .gcol-sm-2{
        --col-count: 2;
    }
    .gcol-sm-3{
        --col-count: 3;
    }
    .gcol-sm-4{
        --col-count: 4;
    }    
}

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

    .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%
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !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
    }

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

    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
}

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

    .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%
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-inline-grid {
        display: inline-grid !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .d-md-none {
        display: none !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-shrink-0 {
        flex-shrink: 0 !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-md-start,
    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-md-end {
        justify-content: flex-end !important
    }

    .justify-md-center {
        justify-content: center !important
    }

    .justify-md-between {
        justify-content: space-between !important
    }

    .align-md-start,
    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-md-end {
        align-items: flex-end !important
    }

    .align-md-center,
    .align-items-md-center {
        align-items: center !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
    }

    .gcol-md-1{
        --col-count: 1;
    }
    .gcol-md-2{
        --col-count: 2;
    }
    .gcol-md-3{
        --col-count: 3;
    }
    .gcol-md-4{
        --col-count: 4;
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    [dir=ltr] .me-md-0,
    [dir=rtl] .ms-md-0 {
        margin-right: 0 !important
    }

    [dir=ltr] .me-md-1,
    [dir=rtl] .ms-md-1 {
        margin-right: .25rem !important
    }

    [dir=ltr] .me-md-2,
    [dir=rtl] .ms-md-2 {
        margin-right: .5rem !important
    }

    [dir=ltr] .me-md-3,
    [dir=rtl] .ms-md-3 {
        margin-right: 1rem !important
    }

    [dir=ltr] .me-md-4,
    [dir=rtl] .ms-md-4 {
        margin-right: 1.5rem !important
    }

    [dir=ltr] .me-md-5,
    [dir=rtl] .ms-md-5 {
        margin-right: 3rem !important
    }

    [dir=ltr] .me-md-auto,
    [dir=rtl] .ms-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    [dir=ltr] .ms-md-0,
    [dir=rtl] .me-md-0 {
        margin-left: 0 !important
    }

    [dir=ltr] .ms-md-1,
    [dir=rtl] .me-md-1 {
        margin-left: .25rem !important
    }

    [dir=ltr] .ms-md-2,
    [dir=rtl] .me-md-2 {
        margin-left: .5rem !important
    }

    [dir=ltr] .ms-md-3,
    [dir=rtl] .me-md-3 {
        margin-left: 1rem !important
    }

    [dir=ltr] .ms-md-4,
    [dir=rtl] .me-md-4 {
        margin-left: 1.5rem !important
    }

    [dir=ltr] .ms-md-5,
    [dir=rtl] .me-md-5 {
        margin-left: 3rem !important
    }

    [dir=ltr] .ms-md-auto,
    [dir=rtl] .me-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    [dir=ltr] .pe-md-0,
    [dir=rtl] .ps-md-0 {
        padding-right: 0 !important
    }

    [dir=ltr] .pe-md-1,
    [dir=rtl] .ps-md-1 {
        padding-right: .25rem !important
    }

    [dir=ltr] .pe-md-2,
    [dir=rtl] .ps-md-2 {
        padding-right: .5rem !important
    }

    [dir=ltr] .pe-md-3,
    [dir=rtl] .ps-md-3 {
        padding-right: 1rem !important
    }

    [dir=ltr] .pe-md-4,
    [dir=rtl] .ps-md-4 {
        padding-right: 1.5rem !important
    }

    [dir=ltr] .pe-md-5,
    [dir=rtl] .ps-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    [dir=ltr] .ps-md-0,
    [dir=rtl] .pe-md-0 {
        padding-left: 0 !important
    }

    [dir=ltr] .ps-md-1,
    [dir=rtl] .pe-md-1 {
        padding-left: .25rem !important
    }

    [dir=ltr] .ps-md-2,
    [dir=rtl] .pe-md-2 {
        padding-left: .5rem !important
    }

    [dir=ltr] .ps-md-3,
    [dir=rtl] .pe-md-3 {
        padding-left: 1rem !important
    }

    [dir=ltr] .ps-md-4,
    [dir=rtl] .pe-md-4 {
        padding-left: 1.5rem !important
    }

    [dir=ltr] .ps-md-5,
    [dir=rtl] .pe-md-5 {
        padding-left: 3rem !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !important
    }
}

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

    .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%
    }

    .fixed-lg {
        position: fixed !important
    }
    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-inline-grid {
        display: inline-grid !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !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-shrink-0 {
        flex-shrink: 0 !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-lg-start {
        justify-content: flex-start !important
    }

    .justify-lg-end {
        justify-content: flex-end !important
    }

    .justify-lg-center {
        justify-content: center !important
    }

    .justify-lg-between {
        justify-content: space-between !important
    }

    .justify-lg-around {
        justify-content: space-around !important
    }

    .justify-lg-evenly {
        justify-content: space-evenly !important
    }

    .align-lg-start {
        align-items: flex-start !important
    }

    .align-lg-end {
        align-items: flex-end !important
    }

    .align-lg-center {
        align-items: center !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
    }

    .gcol-lg-1{
        --col-count: 1;
    }
    .gcol-lg-2{
        --col-count: 2;
    }
    .gcol-lg-3{
        --col-count: 3;
    }
    .gcol-lg-4{
        --col-count: 4;
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    [dir=ltr] .me-lg-0,
    [dir=rtl] .ms-lg-0 {
        margin-right: 0 !important
    }

    [dir=ltr] .me-lg-1,
    [dir=rtl] .ms-lg-1 {
        margin-right: .25rem !important
    }

    [dir=ltr] .me-lg-2,
    [dir=rtl] .ms-lg-2 {
        margin-right: .5rem !important
    }

    [dir=ltr] .me-lg-3,
    [dir=rtl] .ms-lg-3 {
        margin-right: 1rem !important
    }

    [dir=ltr] .me-lg-4,
    [dir=rtl] .ms-lg-4 {
        margin-right: 1.5rem !important
    }

    [dir=ltr] .me-lg-5,
    [dir=rtl] .ms-lg-5 {
        margin-right: 3rem !important
    }

    [dir=ltr] .me-lg-auto,
    [dir=rtl] .ms-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    [dir=ltr] .ms-lg-0,
    [dir=rtl] .me-lg-0 {
        margin-left: 0 !important
    }

    [dir=ltr] .ms-lg-1,
    [dir=rtl] .me-lg-1 {
        margin-left: .25rem !important
    }

    [dir=ltr] .ms-lg-2,
    [dir=rtl] .me-lg-2 {
        margin-left: .5rem !important
    }

    [dir=ltr] .ms-lg-3,
    [dir=rtl] .me-lg-3 {
        margin-left: 1rem !important
    }

    [dir=ltr] .ms-lg-4,
    [dir=rtl] .me-lg-4 {
        margin-left: 1.5rem !important
    }

    [dir=ltr] .ms-lg-5,
    [dir=rtl] .me-lg-5 {
        margin-left: 3rem !important
    }

    [dir=ltr] .ms-lg-auto,
    [dir=rtl] .me-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    [dir=ltr] .pe-lg-0,
    [dir=rtl] .ps-lg-0 {
        padding-right: 0 !important
    }

    [dir=ltr] .pe-lg-1,
    [dir=rtl] .ps-lg-1 {
        padding-right: .25rem !important
    }

    [dir=ltr] .pe-lg-2,
    [dir=rtl] .ps-lg-2 {
        padding-right: .5rem !important
    }

    [dir=ltr] .pe-lg-3,
    [dir=rtl] .ps-lg-3 {
        padding-right: 1rem !important
    }

    [dir=ltr] .pe-lg-4,
    [dir=rtl] .ps-lg-4 {
        padding-right: 1.5rem !important
    }

    [dir=ltr] .pe-lg-5,
    [dir=rtl] .ps-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    [dir=ltr] .ps-lg-0,
    [dir=rtl] .pe-lg-0 {
        padding-left: 0 !important
    }

    [dir=ltr] .ps-lg-1,
    [dir=rtl] .pe-lg-1 {
        padding-left: .25rem !important
    }

    [dir=ltr] .ps-lg-2,
    [dir=rtl] .pe-lg-2 {
        padding-left: .5rem !important
    }

    [dir=ltr] .ps-lg-3,
    [dir=rtl] .pe-lg-3 {
        padding-left: 1rem !important
    }

    [dir=ltr] .ps-lg-4,
    [dir=rtl] .pe-lg-4 {
        padding-left: 1.5rem !important
    }

    [dir=ltr] .ps-lg-5,
    [dir=rtl] .pe-lg-5 {
        padding-left: 3rem !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !important
    }
}

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

    .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%
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-inline-grid {
        display: inline-grid !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !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-shrink-0 {
        flex-shrink: 0 !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-xl-start {
        justify-content: flex-start !important
    }

    .justify-xl-end {
        justify-content: flex-end !important
    }

    .justify-xl-center {
        justify-content: center !important
    }

    .justify-xl-between {
        justify-content: space-between !important
    }

    .align-xl-start {
        align-items: flex-start !important
    }

    .align-xl-end {
        align-items: flex-end !important
    }

    .align-xl-center {
        align-items: center !important
    }
    .gcol-xl-1{
        --col-count: 1;
    }
    .gcol-xl-2{
        --col-count: 2;
    }
    .gcol-xl-3{
        --col-count: 3;
    }
    .gcol-xl-4{
        --col-count: 4;
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    [dir=ltr] .me-xl-0,
    [dir=rtl] .ms-xl-0 {
        margin-right: 0 !important
    }

    [dir=ltr] .me-xl-1,
    [dir=rtl] .ms-xl-1 {
        margin-right: .25rem !important
    }

    [dir=ltr] .me-xl-2,
    [dir=rtl] .ms-xl-2 {
        margin-right: .5rem !important
    }

    [dir=ltr] .me-xl-3,
    [dir=rtl] .ms-xl-3 {
        margin-right: 1rem !important
    }

    [dir=ltr] .me-xl-4,
    [dir=rtl] .ms-xl-4 {
        margin-right: 1.5rem !important
    }

    [dir=ltr] .me-xl-5,
    [dir=rtl] .ms-xl-5 {
        margin-right: 3rem !important
    }

    [dir=ltr] .me-xl-auto,
    [dir=rtl] .ms-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    [dir=ltr] .ms-xl-0,
    [dir=rtl] .me-xl-0 {
        margin-left: 0 !important
    }

    [dir=ltr] .ms-xl-1,
    [dir=rtl] .me-xl-1 {
        margin-left: .25rem !important
    }

    [dir=ltr] .ms-xl-2,
    [dir=rtl] .me-xl-2 {
        margin-left: .5rem !important
    }

    [dir=ltr] .ms-xl-3,
    [dir=rtl] .me-xl-3 {
        margin-left: 1rem !important
    }

    [dir=ltr] .ms-xl-4,
    [dir=rtl] .me-xl-4 {
        margin-left: 1.5rem !important
    }

    [dir=ltr] .ms-xl-5,
    [dir=rtl] .me-xl-5 {
        margin-left: 3rem !important
    }

    [dir=ltr] .ms-xl-auto,
    [dir=rtl] .me-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    [dir=ltr] .pe-xl-0,
    [dir=rtl] .ps-xl-0 {
        padding-right: 0 !important
    }

    [dir=ltr] .pe-xl-1,
    [dir=rtl] .ps-xl-1 {
        padding-right: .25rem !important
    }

    [dir=ltr] .pe-xl-2,
    [dir=rtl] .ps-xl-2 {
        padding-right: .5rem !important
    }

    [dir=ltr] .pe-xl-3,
    [dir=rtl] .ps-xl-3 {
        padding-right: 1rem !important
    }

    [dir=ltr] .pe-xl-4,
    [dir=rtl] .ps-xl-4 {
        padding-right: 1.5rem !important
    }

    [dir=ltr] .pe-xl-5,
    [dir=rtl] .ps-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    [dir=ltr] .ps-xl-0,
    [dir=rtl] .pe-xl-0 {
        padding-left: 0 !important
    }

    [dir=ltr] .ps-xl-1,
    [dir=rtl] .pe-xl-1 {
        padding-left: .25rem !important
    }

    [dir=ltr] .ps-xl-2,
    [dir=rtl] .pe-xl-2 {
        padding-left: .5rem !important
    }

    [dir=ltr] .ps-xl-3,
    [dir=rtl] .pe-xl-3 {
        padding-left: 1rem !important
    }

    [dir=ltr] .ps-xl-4,
    [dir=rtl] .pe-xl-4 {
        padding-left: 1.5rem !important
    }

    [dir=ltr] .ps-xl-5,
    [dir=rtl] .pe-xl-5 {
        padding-left: 3rem !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !important
    }
}

@media print {
    .d-pr-none {
        display: none !important
    }
}