.absolute {
    position: absolute;
}

.absolute-b-l {
    position: absolute;
    bottom: 0;
    left: 0;
}

.top-35 {
    top: 35%!important;
}

.notcp {
    -ms-user-select: none; 
    -moz-user-select: none; 
    -webkit-user-select: none; 
    user-select: none; 
    }

.left-0 {
    left: 0 !important;
}

.relative {
    position: relative;
}

.relative-import {
    position: relative !important;
}

.flex {
    display: flex;
}

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

.f-basis-65 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 65%;
}

.d-none {
    display: none;
}

.clear-both {
    clear: both;
}

.caret-transparent {
    caret-color: transparent;
}

@media print {
    @page { 
        size: auto; 
        margin: 3mm;
    }

    .d-print-none {
        display: none !important;
    }
}

.flex-important {
    display: flex!important;
}

.flex-shrink-0 {
    flex-shrink: 0;
}
.order-first {
    order: -2;
}
.order-second {
    order: -1;
}
.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.flex-row {
    flex-direction: row;
}

.flex-col {
    flex-direction: column;
}

.flex-1 {
    flex-grow: 1;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-row-nowrap {
    flex-flow: row nowrap;
}

.inline-block {
    display: inline-block;
}

.block {
    display: block;
}

.table {
    display: table;
}
.table-row {
    display: table-row;
}
.table-cell {
    display: table-cell; }

.v-align-top {
    vertical-align: top!important;
}
.v-align-middle {
    vertical-align: middle !important;
}
.v-align-bottom {
    vertical-align: bottom !important;
}


.align-start {
    align-items: flex-start;
}

.align-center {
    align-items: center;
}

.align-end {
    align-items: flex-end;
}

.align-stretch {
    align-items: stretch;
}

.content-between {
    align-content: space-between;
}

.content-start {
    align-content: flex-start;
}

.self-align-center {
    align-self: center;
}

.self-align-end {
    align-self: flex-end;
}

.justify-start {
    justify-content: flex-start;
}

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

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

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

.white-space-pre-wrap {
    white-space: pre-wrap;
}

.overflow-wrap-break {
    overflow-wrap: break-word;
}

.white-space-pre-line {
    white-space: pre-line;
}

.white-space-no-wrap {
    white-space: nowrap;
}

.float-r {
    float: right;
}

.float-l {
    float: left;
}

.center {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(50%,-50%);
}

.transform-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-left-lower {
    text-align: left;
}

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

.top {
    top: 0;  
}

.top-import {
    top: 0 !important;  
}

.top-70 {
    top: -70px !important;  
}
.top-130 {
    top: -130px !important;
}
.top-170 {
    top: -170px !important;  
}


.radius-4 {
    border-radius: 4px !important;
}

.radius-50 {
    border-radius: 50%;
}

.w-auto {
    width: auto;
}

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

.w-100 {
    width: 100%;
}

.w-120 {
    width: 120%;
}

.h-full {
    height: 100%;
}

.w-16 {
    width: 16px;
}

.w-32 {
    width: 32px;
}

.w-43 {
    width: 43px;
}

.w-60 {
    width: 60px;
}

.w-350 {
    width: 350px;
}

.w-420 {
    width: 420px;
}

.w-520 {
    width: 520px;
}

.max-w-64 {
    max-width: 64px;
}

.h-16 {
    height: 16px;
}

.h-35 {
    height: 35px;
}

.h-54 {
    height: 54px;
}

.h-56 {
    height: 56px;
}

.h-64 {
    height: 64px;
}

.h-260 {
    height: 260px;
}

.h-268 {
    height: 268px;
}

.max-w-fit {
    max-width: fit-content;
}

.max-w-73 {
    max-width: 73px;
}

.max-w-94 {
    max-width: 94px;
}

.max-w-95 {
    max-width: 95px;
}

.max-w-120 {
    max-width: 120px;
}

.max-w-151 {
    max-width: 151px;
}

.max-w-156 {
    max-width: 156px!important;
}

.max-w-140 {
    max-width: 140px !important;
}

.max-w-150 {
    max-width: 150px;
}

.max-w-176 {
    max-width: 176px!important;
}

.max-w-189 {
    max-width: 189px;
}

.max-w-200 {
    max-width: 200px !important;
}

.max-w-252 {
    max-width: 252px;
}

.max-w-290 {
    max-width: 290px!important;
}

.max-w-276 {
    max-width: 276px;
}

.max-w-320 {
    max-width: 320px;
}

.max-w-330 {
    max-width: 330px!important;
}

.max-w-352 {
    max-width: 352px;
}
.min-w-160 {
    min-width: 160px;
}
.min-w-352 {
    min-width: 352px;
}
.min-w-372 {
    min-width: 372px;
}

.max-w-364 {
    max-width: 364px;
}

.max-w-389 {
    max-width: 389px;
}

.max-w-436 {
    max-width: 436px;
}

.max-w-504 {
    max-width: 504px;
}

.max-w-552 {
    max-width: 552px;
}

.max-w-752 {
    max-width: 752px;
}

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

.p-8-16 {
    padding: 8px 16px !important;
}

.p-16-24 {
    padding: 16px 24px !important;
}


.max-w-852 {
    max-width: 852px;
}

.max-w-1170 {
    max-width: 1170px;
}

.max-w-1194 {
    max-width: 1194px;
}

.p-4 {
    padding: 4px;
}

.p-16 {
    padding: 16px;
}

.p-20 {
    padding: 20px;
}

.p-34 {
    padding: 34px;
}

.p-48 {
    padding: 48px;
}

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

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

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

.pt-5 {
    padding-top: 5px!important;
}

.pt-16 {
    padding-top: 16px!important;
}

.pt-24 {
    padding-top: 24px!important;
}

.pt-46 {
    padding-top: 46px;
}

.pt-48 {
    padding-top: 48px;
}

.pt-64 {
    padding-top: 64px;
}

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

.pb-4 {
    padding-bottom: 4px!important;
}

.pb-12 {
    padding-bottom: 12px;
}

.pb-16 {
    padding-bottom: 16px;
}

.pb-24 {
    padding-bottom: 24px;
}

.pb-48 {
    padding-bottom: 48px;
}

.pb-64 {
    padding-bottom: 64px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-96 {
    padding-bottom: 96px;
}

.pb-184 {
    padding-bottom: 184px;
}

.pr-0 {
    padding-right: 0;
}

.pr-0-important {
    padding-right: 0 !important;
}


.pr-8 {
    padding-right: 8px;
}

.pr-8-important {
    padding-right: 8px !important;
}

.pr-12 {
    padding-right: 12px;
}

.pr-16 {
    padding-right: 16px;
}

.pr-24 {
    padding-right: 24px !important;
}

.pr-48 {
    padding-right: 48px;
}

.pl-0 {
    padding-left: 0!important;
}

.pl-8 {
    padding-left: 8px !important;
}

.pl-12 {
    padding-left: 12px;
}

.pl-16 {
    padding-left: 16px;
}

.pl-16-important {
    padding-left: 16px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-24 {
    padding-left: 24px !important;
}

.pl-44 {
    padding-left: 44px !important;
}

.pl-48 {
    padding-left: 48px !important;
}

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

.px-8 {
    padding-left: 8px;
    padding-right: 8px;
}

.px-12 {
    padding-left: 12px;
    padding-right: 12px;
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

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

.px-24 {
    padding-left: 24px;
    padding-right: 24px;
}

.px-34 {
    padding-left: 34px;
    padding-right: 34px;
}

.px-48 {
    padding-left: 48px;
    padding-right: 48px;
}

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

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

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

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

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

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

.py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
}

.py-64 {
    padding-top: 64px;
    padding-bottom: 64px;
}

.py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.p-12 {
    padding: 12px !important;
}

.p-24 {
    padding: 24px;
}

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

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

.mx-auto {
    margin: 0 auto;
}

.mx-auto-important {
    margin: 0 auto!important;
}

.mx-2 {
    margin: 0 2px;
}

.mx-4 {
    margin: 0 4px;
}

.mx-10 {
    margin: 0 10px;
}

.mx-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.mx-16 {
    margin-left: 16px;
    margin-right: 16px;
}

.mx-24 {
    margin-left: 24px;
    margin-right: 24px;
}

.mx-48 {
    margin-left: 48px;
    margin-right: 48px;
}

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

.my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.my-15-16 {
    margin-top: 15px;
    margin-bottom: 16px;
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

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

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

.my-64 {
    margin-top: 64px;
    margin-bottom: 64px;
}

.mt-0 {
    margin-top: 0;
}

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

.mt-4 {
    margin-top: 4px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-6 {
    margin-top: 6px;
}

.mt-8 {
    margin-top: 8px;
}

.mt-9 {
    margin-top: 9px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-20 {
    margin-top: 24px;
}

.mt-24 {
    margin-top: 24px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-28 {
    margin-top: 28px;
}

.mt-32 {
    margin-top: 32px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-48 {
    margin-top: 48px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-64 {
    margin-top: 64px;
}

.mt-64-important {
    margin-top: 64px !important;
}

.mt-71 {
    margin-top: 71px;
}

.mr-4 {
    margin-right: 4px;
}

.mr-6 {
    margin-right: 6px;
}

.mr-8 {
    margin-right: 8px;
}

.mr-12 {
    margin-right: 12px;
}

.mr-16 {
    margin-right: 16px;
}

.mr-22 {
    margin-right: 22px;
}

.mr-24 {
    margin-right: 24px;
}

.mr-34 {
    margin-right: 34px;
}

.mr-27 {
    margin-right: 27px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-48 {
    margin-right: 48px;
}

.mr-58 {
    margin-right: 58px;
}

.mr-78 {
    margin-right: 78px;
}

.mr-122 {
    margin-right: 122px;
}

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

.mb-4 {
    margin-bottom: 4px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-8 {
    margin-bottom: 8px!important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-48 {
    margin-bottom: 48px;
}

.mb-52 {
    margin-bottom: 52px !important;
}

.mb-53 {
    margin-bottom: 53px !important;
}

.mb-64 {
    margin-bottom: 64px;
}

.mb-72 {
    margin-bottom: 72px;
}

.mb-102 {
    margin-bottom: 102px;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-auto {
    margin-left: auto;
}

.ml-4 {
    margin-left: 4px;
}

.ml-8 {
    margin-left: 8px;
}

.ml-12 {
    margin-left: 12px;
}

.ml-16 {
    margin-left: 16px !important;
}

.ml-24 {
    margin-left: 24px;
}

.ml-34 {
    margin-left: 34px;
}

.ml-48 {
    margin-left: 48px;
}

.m-24 {
    margin: 24px;
}

.right-unset {
    right: unset !important;
}

.text-extra-large {
    font-size: 24px;
}

.text-large {
    font-size: 20px;
}

.text-small {
    font-size: 14px;
}

.text-tiny {
    font-size: 12px;
}

.text-6 {
    font-size: 6px !important;
}

.text-8 {
    font-size: 8px !important;
}

.text-10 {
    font-size: 10px !important;
}

.text-12 {
    font-size: 12px !important;
}

.text-14 {
    font-size: 14px !important;
}

.text-16 {
    font-size: 16px !important;
}

.text-18 {
    font-size: 18px !important;
}

.text-20 {
    font-size: 20px !important;
}

.text-24 {
    font-size: 24px !important;
}

.text-32 {
    font-size: 32px !important;
}

.text-35 {
    font-size: 35px !important;
}

.text-44 {
    font-size: 44px !important;
}

.text-48 {
    font-size: 48px !important;
}

.text-56 {
    font-size: 56px !important;
}

.line-h-normal {
    line-height: normal;
}
.line-h-1 {
    line-height: 1;
}
.line-h-1-5 {
    line-height: 1.5;
}

.line-h-1-6 {
    line-height: 1.6;
}

.line-h-2 {
    line-height: 2;
}

.line-h-24 {
    line-height: 24px;
}

.line-h-16 {
    line-height: 16px;
}

.line-h-19 {
    line-height: 19px;
}

.line-h-20 {
    line-height: 20px!important;
}

.line-h-32 {
    line-height: 32px;
}

.line-h-45 {
    line-height: 45px;
}

.text-normal {
    font-weight: 400 !important;
}

.text-bold {
    font-weight: 600 !important;
}

.text-bolder {
    font-weight: 800;
}

.pdf-font-bold {
    font-weight: bold;
}

.transform-no {
    text-transform: none;
}

.capitalize {
    text-transform: capitalize!important;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.decoration-none {
    text-decoration: none;
}

.leading-loose {
    line-height: 23px;
}

.fit-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.fit-contein {
    object-fit: contain;
}

.color-text {
    color: #1A1A1A;
}

.color-text-white {
    color: #FFFFFF;
}

.color-gray {
    color: #808080;
}

.color-light-brown {
    color: #D4C1AA;
}

.color-light-grey {
    color: #999999;
}

.color-green {
    color: #01B95D;
}

.color-dark-green {
    color: #007059;
}

.color-primary {
    color: #B4936A;
}

.color-blue {
    color: #25ADF0;
}

.color-yellow {
    color: #FCBE23;
}

.color-secondary {
    color: #1A1A1A;
}

.color-primary-light {
    color: #C3A988;
}

.color-disabled {
    color: #999999!important;
}

.color-grey {
    color: #A2B0C3;
}

.color-grey-light {
    color: #EFF2F5;
}

.color-dark-brown {
    color: #915F16;
}

.color-hover-primary:hover {
    color: #C3A988;
}

.color-disclaimer {
    color: #0E4B91;
}

.color-danger {
    color: #D81E4F;
}

.bg-transparent {
    background-color: transparent;
}

.bg-primary {
    background-color: #F9FAFB;
}

.bg-primary-mob {
    background: #F9FAFB !important;
}

.bg-unset {
    background-color: unset!important;
}

.bg-info {
    background-color: #D4FAFE;
}

.bg-white {
    background-color: white;
}

.bg-grey {
    background-color: #FCFAF8;
}

.bg-ligth-brown,
.home_banner.bg-ligth-brown {
    background: #B4936A;
}

.bg-black {
    background-color: #1A1A1A;
}

.bg-black-second {
    background-color: #333333;
}

.bg-gold-black-second {
    background-color: #4D4D4D;
}

.bg-purple-light {
    background-color: #F5F3ED;
}

.bg-grey-light {
    background-color: #EFF2F5;
}

.bg-recommendation {
    background-color: #FEF7D2 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.w-30 {
    width: 30%!important;
}

.w-35 {
    width: 35%!important;
}

.w-40 {
    width: 40%!important;
}

.w-48 {
    width: 48%!important;
}

.w-50 {
    width: 50%!important;
}

.w-70 {
    width: 70%!important;
}

.w-75 {
    width: 75%!important;
}

.w-1\/2 {
    width: 50%;
}

.w-1\/3 {
    width: 33.3333%;
}

.font-nunito-regular {
    font-family: 'NunitoSans-Regular';
}

.font-nunito-semibold {
    font-family: 'NunitoSans-SemiBold';
}

.font-nunito-bold {
    font-family: 'NunitoSans-Bold';
}

.font-nunito-black {
    font-family: 'NunitoSans-Black';
}

.font-nunito-extrabold {
    font-family: 'NunitoSans-ExtraBold';
}
.font-nunito-extrabold-imp {
    font-family: 'NunitoSans-ExtraBold' !important;
}

.font-oswald-regular {
    font-family: 'Oswald-Regular';
}

.font-oswald-medium {
    font-family: 'Oswald-Regular';
}

.font-oswald-semibold {
    font-family: 'Oswald-SemiBold';
}

.font-oswald-bold {
    font-family: 'Oswald-Bold';
}

a.disabled-link {
    color: #999999 !important;
    border: 2px #B3B3B3 solid !important;
    pointer-events: none;
}

span.disabled-link {
    color: #999999 !important;
    pointer-events: none;
}

a.is-primary, a.is-primary:focus:not(.button) {
    color: #B4936A;
}

a.is-primary:hover:not(.button) {
    color: #C3A988;
    text-decoration: underline;
}

a.is-error, a.is-error:focus:not(.button) {
    color: #a94442;
}

a.color-grey:hover:not(.button) {
    color: #999999;
    text-decoration: underline;
}

span.decoration-underline:hover {
    text-decoration: underline !important;
}

.button.is-primary {
    color: #EFF2F5;
    background-color: #B4936A;
    border-color: #B4936A;
}

.button.is-secondary {
    color: #EFF2F5;
    background-color: #1A1A1A;
    border-color: #1A1A1A;
}

.button.is-outlined {
    color: #1A1A1A;
    background-color: transparent;
    border: 1px solid #999999;
    transition: box-shadow 0.3s ease-in-out;
}

.button.is-primary.is-outlined {
    color: #B4936A;
    background-color: transparent;
    border: 1px solid #B4936A;
    padding: 7px 20px;
    transition: box-shadow 0.3s ease-in-out;
}

.button.is-outlined.is-large {
    border-width: 2px;
    padding: 16px 20px;
}
.button.is-primary.is-outlined.is-large:hover {
    box-shadow: inset 0px 0px 0px 2px #B4936A;
}

.button.is-primary.is-outlined.is-large:focus {
    box-shadow: inset 0px 0px 0px 2px #99774D;
}
.button.is-default {
    color: #808080;
    background-color: transparent;
}

.button.is-primary.disabled {
    color: #FFFFFF;
    background-color: #B3B3B3;
    border-color: unset;
}

.button.is-danger {
    color: #EFF2F5;
    background-color: #D81E4F;
    border-color: #D81E4F;
    transition: box-shadow 0.3s ease-in-out;
}

a.button.is-danger:hover {
    background-color: #E7526A;
    border-color: #E7526A;
}

a.button.is-danger:active {
    background-color: #B91550;
    border-color: #B91550;
}

a.button.is-danger:focus {
    background-color: #B91550;
    border-color: #B91550;
}

a.color-primary:focus,
a.color-primary:hover {
    color: #B4936A;
}

.button.is-primary.is-outlined.line-h-32 {
    line-height: 32px;
}

.button.is-primary:not(.is-outlined):not(:disabled):hover {
    background-color: #C3A988;
    border-color: #C3A988;
    text-decoration: none;
}

.button.is-secondary:hover {
    background-color: #333333;
    border-color: #333333;
    text-decoration: none;
}

.button.is-large,
.button.is-primary.is-outlined.is-large-out {
    padding: 16px 24px;
    font-size: 16px;
}

.button.is-largest {
    padding: 24px 48px;
    font-size: 16px;
}

input.is-large, select.is-large {
    font-size: 16px;
    line-height: 20px;
    padding: 16px;
}

.button.is-primary:focus {
    border-color: #99774D;
    background-color: #99774D;
    text-decoration: none;
}

.button.is-secondary:focus {
    border-color: #000000;
    background-color: #000000;
    text-decoration: none;
}

.button.is-primary.is-outlined:hover {
    box-shadow: inset 0px 0px 0px 1px #B4936A;
    text-decoration: none;
}

.button.is-primary.is-outlined:focus {
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 1px #99774D;
    color: #99774D;
}

.button.is-primary:disabled {
    background-color: #B3B3B3;
    border-color: #B3B3B3;
}

.pointer-none {
    pointer-events: none;
}

.nav-tabs.is-outlined {
    border-bottom: none;
}

.nav-tabs.is-outlined > li {
    border: 2px solid #dddddd;
}

.nav-tabs.is-outlined > li + li {
    margin-left: -2px;
}

.nav-tabs.is-outlined > li:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.hr-devider:last-child {
    background-color: #e0e6ea00;
    margin: 0 auto;
}

.nav-tabs.is-outlined > li:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.nav-tabs.is-outlined > li > a {
    color: #1A1A1A;
    padding: 16px 24px;
    margin: 0;
}

.nav-tabs.is-outlined > li.active {
    border-color: #AF946F;
    border-width: 2px;
    z-index: 1;
}

.nav-tabs.is-outlined > li.active > a {
    margin: 0;
    color: inherit;
}

.nav-tabs.is-outlined > li > a:focus,
.nav-tabs.is-outlined > li > a:hover,
.nav-tabs.is-outlined > li.active > a:focus,
.nav-tabs.is-outlined > li.active > a:hover {
    color: inherit;
}

.nav-tabs.is-outlined > li > a:after {
    content: none;
}

/* .btn-group > .button:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.btn-group > .button:last-child:not(:first-child):not(.dropdown-toggle) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.btn-group > .button {
    position: relative;
    float: left;
}

.btn-group .button + .button {
    margin-left: -2px;
} */

.empty-content {
    height: 100vh;
    max-height: 47vh;
}

.border-2 {
    border-width: 2px !important;
}

.border-primary {
    border: 1px solid #B4936A;
}

.border-primary.has-error {
    border-color: #a94442;
}

.border-grey {
    border: 1px solid #999999;
}

.border-light-grey-top {
    border-top: 1px solid #EFF2F5;
    border-right: none;
    border-left: none;
    border-bottom: none;
}

.border-grey-left {
    border-left: 1px solid #999999;
    border-right: none;
    border-top: none;
    border-bottom: none;
}

.border-unset-color {
    border-color: #fff0;
}

.border-b-none {
    border-bottom: none!important;
}

.border-b-solid {
    border-bottom: 1px solid #EFF2F5;
}

.border-t-solid {
    border-top: 1px solid #EFF2F5;
}

.border-unset {
    border: unset;
}

.disabled-btn {
    background-color: #B3B3B3 !important;
    border-color: #B3B3B3 !important;
    pointer-events: none;
}

.disabled-select {
    color: #999;
    background-color: #EFF2F5 !important;
    border-color: #999999 !important;
}

.pdf-border-bottom {
    border-bottom: 1px solid #E0E6EA;
}

.pdf-border-top {
    border-top: 1px solid #E0E6EA;
}

input[type=checkbox].is-primary,
input[type=radio].is-primary {
    position: absolute;
    left: -9999px;
    top: 0;
}

input[type=checkbox].is-primary + label {
    color: #1A1A1A;
    display: inline-block;
    position: relative;
    padding-left: 44px;
    line-height: 1.5;
    cursor: pointer;
    font-family: 'NunitoSans-SemiBold';
}

input[type=radio].is-primary + label {
    color: #1A1A1A;
    display: inline-block;
    position: relative;
    padding-right: 0;
    line-height: 1.5;
    cursor: pointer;
    font-family: 'NunitoSans-SemiBold';
    width: 100%;
    font-size: 16px;
}

input[type=checkbox].is-primary + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
	width: 24px;
    height: 24px;
    border: 2px solid #B4936A;
    background-color: #B4936A;
	border-radius: 2px;
}

.filter input[type=checkbox].is-primary:disabled + label:before {
    border: 1px solid #999999 !important;
    background-color: #EFF2F5 !important;
}
.filter input[type=checkbox].is-primary:disabled + label:after {
    border-left: 4px solid #999999;
    border-bottom: 4px solid #999999;
}

input[type=checkbox].is-primary:hover + label:before,
input[type=radio].is-primary:hover + label:before {
	background-color: #C3A988;
	border-color: #C3A988;
}

input[type=checkbox].is-primary:not(:checked) + label:before,
input[type=radio].is-primary:not(:checked) + label:before {
	background-color: transparent;
	border: 2px solid #dfdfdf;
	border-radius: 2px;
}

.filter input[type=checkbox].is-primary:not(:checked) + label:before {
	background-color: transparent;
	border: 1px solid #999999;
	border-radius: 2px;
}

input[type=checkbox].is-primary:checked + label:after,
input[type=radio].is-primary:checked + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


input[type=checkbox].is-primary + label:after {
    left: 4px;
    top: 4px;
    width: 16px;
    height: 10px;
    border-radius: 1px;
    border-left: 4px solid #eff2f5;
    border-bottom: 4px solid #eff2f5;
    transform: rotate(-45deg);
}

input[type=radio].is-primary + label:after {
    right: 4px;
    top: 4px;
    width: 16px;
    height: 10px;
    border-radius: 1px;
    border-left: 4px solid #b4936a;
    border-bottom: 4px solid #b4936a;
    transform: rotate(-45deg);
}

.is-primary.checked:after {
    content: '';
    right: 4px;
    top: 4px;
    width: 16px;
    height: 10px;
    border-radius: 1px;
    border-left: 4px solid #b4936a;
    border-bottom: 4px solid #b4936a;
    transform: rotate(-45deg);
    display: inline-block;
}

input[type=checkbox].is-primary:not(:checked) + label:after,
input[type=radio].is-primary:not(:checked) + label:after {
	border-left: 4px solid #999999;
    border-bottom: 4px solid #999999;
	opacity: 0;
}

input[type=checkbox].is-primary:checked + label:after,
input[type=radio].is-primary:checked + label:after  {
    opacity: 1;
}

.truncate-3 {
    overflow: hidden;
    display: -webkit-box !important;
    white-space: initial !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-width: 245px;
}

.overflow-hidden {
    overflow: hidden;
}

.decoration-no:hover {
    text-decoration: none!important;
}

.pointer {
    cursor:pointer;
}

p.bullet {
    display: flex;
    align-items: center;
    line-height: 1.4;
}

.bullet:not(:last-child):after {
    content: "\2022";
    font-size: 6px;
    padding: 0 5px;
}

.mr-0 {
    margin-right: 0 !important;
}

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

.w-100 {
    width: 100% !important;
}

.pt-48 {
    padding-top: 48px !important;
}

.rotate {
    transform: rotate(180deg);
}

.min-height-36 {
    min-height: 36px;
}
.min-height-54 {
    min-height: 54px;
}
.max-height-150 {
    max-height: 150px;
}
.border-bottom-white {
    border-bottom: 1px solid #ddd;
}

.transform-x-24 {
    transform: translateX(-24px);    
}

.transform-x-30 {
    transform: translateX(-30px);    
}

.transform-x {
    transform: translateX(-150px);    
}

.transform-x-10 {
    transform: translateX(-10%);    
}

.transform-x17 {
    transform: translateX(17px);    
}

.text-center {
    text-align: center;
}

.border-n {
    border: none!important;
}
.list-disc {
    list-style: disc!important;
}

.w-text-left {
    text-align:left;
}

.h-dropdown {
    cursor: pointer;
    -ms-user-select: none; 
    -moz-user-select: none; 
    -webkit-user-select: none; 
    user-select: none; 
}

.h-dropdown:hover {
    background: #EFF2F5;
}

.dropdown-toggle {
    line-height: 20px;
    overflow: hidden;
    -ms-user-select: none; 
    -moz-user-select: none; 
    -webkit-user-select: none; 
    user-select: none; 
}

.min-w-unset {
    min-width: unset;
}

.max-w-unset {
    max-width: unset !important;
}

.index-unset {
    z-index: unset;
}
.index-unset-import{
    z-index: unset!important;
}
.index-1 {
    z-index: 1;
}
.index-4 {
    z-index: 4;
}
.index-5 {
    z-index: 5;
}
.index-6 {
    z-index: 6;
}
.index-7 {
    z-index: 7;
}
.index-8 {
    z-index: 8;
}
.index-9 {
    z-index: 9;
}
.index-999 {
    z-index: 999;
}

.input-focus:focus {
    background: #fff !important;
    border: 1px solid grey !important;
    padding: 0 10px;
    margin-bottom: 10px;
}

.sel-back::selection {
    background: none;
  }

.on-scrollbar{
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

.on-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: none !important;
    background-color: transparent !important;
}

.on-scrollbar::-webkit-scrollbar {
    width: 0 !important;
    background-color: transparent;
}

.on-scrollbar::-webkit-scrollbar-thumb {
    background-color: #acacac;
}

@media(min-width: 1025px) {
    .d-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 240px;
        z-index: 1;
    }

    .last-style:nth-child(1) {
        margin-bottom: 16px;
    }

    .last-style:nth-child(3) {
        margin-bottom: 16px;
    }
}

@media (max-width:1485px) {
    .lex-max-w-146 {
        max-width: 154px;
    }
    .lex-center {
        left: 0 !important;
        right: 0 !important;
    }
    .lex-m-auto {
        margin: 0 auto;
    }
    .lex-d-none {
        display: none !important;
    }
    .lex-show {
        display: inline-block !important;
    }
    .lex-w-100 {
        width: 100%;
    }
    .lex-text-14 {
        font-size: 14px;
    }
    .lex-is-primary-back {
        background-color: #FFFFFF;
        border: 1px solid #808080;
        box-shadow: 0px 2px 4px #80808029;
    }
    .lex-py-8 {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .lex-px-16 {
        padding-right: 16px;
        padding-left: 16px;
    }
    .lex-pr-8 {
        padding-right: 8px;
    }
    .lex-radius-50 {
        border-radius: 50px;
    }
    .lex-index-9 {
        z-index: 9;
    }
    .lex-top-920 {
        top: 920px !important;
    }
    .lex-fixed-lr {
        position: fixed;
        top: unset !important;
        bottom: 20px;
        left: 0;
        right: 0;
    }
    .absolute-imp {
        position: absolute !important;
    }
    .bot-50 {
        bottom: -50px !important;
    }
    
    .lex-btm-u {
        bottom: 0 !important;
    }
    .lex-mb-57 {
        margin-bottom: 57px !important;
    }
}

@media(max-width: 1200px) {
    .truncate-3 {
        min-width: unset;
    }
    .lx-flex {
        display: flex;
    }
    .lx-flex-wrap {
        flex-wrap: wrap;
    }
    .lx-max-height-4 {
        max-height: 400px !important;
    }
    .lx-max-w-90 {
        max-width: 90% !important;
    }
    .lx-min-w-235 {
        min-width: 235px;
    }
    .lx-m-auto {
        margin: 0 auto !important;
    }
    .lx-p-0 {
        padding: 0!important;
    }
    .lx-btn-p {
        padding: 6px 16px !important;
        font-size: 12px !important;
    }
    .lx-transform-none {
        transform: unset;    
    }
    .lx-px-24 {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
    .lx-hidden {
        display: none !important;
    }
    .lx-ml {
        margin-left: 0;
    }
}
@media(max-width: 1170px) {
    .lxm-max-w-90 {
        max-width: 90% !important;
    }
}
@media(max-width: 1124px) {
    .lxs-max-w-90 {
        max-width: 90% !important;
    }
    .lxs-ml-0{
        margin-left: 0 !important;
    }
    .lxs-pl-0 {
        padding-left: 0 !important;
    }
    .lxs-px-24 {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}
@media(max-width: 1024px) {
    .l-capitalize {
        text-transform: capitalize;
    }
    .l-btn-p {
        padding: 6px 20px !important;
        font-size: 14px !important;
    }
    .l-d-none {
        display: none;
    }
    .l-d-none-important {
        display: none !important;
    }
    .l-mx-0 {
        margin: 0 !important;
    }
    .l-mx-24 {
        margin: 24px;
    }
    .l-mx-auto {
        margin: 0 auto !important;
    }
    .l-my-0 {
        margin: 0 auto !important;
    }
    .l-mb-57 {
        margin-bottom: 57px !important;
    }
    .l-mb-102 {
        margin-bottom: 102px;
    }
    .l-mt-0 {
        margin-top: 0;
    }
    .l-mt-0-important {
        margin-top: 0 !important;
    }
    .l-mt-4 {
        margin-top: 4px;
    }
    .l-mt-8 {
        margin-top: 8px;
    }
    .l-mt-16 {
        margin-top: 16px;
    }
    .l-mt-24 {
        margin-top: 24px!important;
    }

    .l-mb-0 {
        margin-bottom: 0;
    }
    .l-mb-0-important {
        margin-bottom: 0 !important;
    }
    .l-mb-6 {
        margin-bottom: 6px;
    }
    .l-mb-9 {
        margin-bottom: 9px !important;
    }
    .l-mb-16 {
        margin-bottom: 16px;
    }
    .l-mb-24 {
        margin-bottom: 24px!important;
    }
    .l-mb-50 {
        margin-bottom: 50px;
    }
    .l-mb-107 {
        margin-bottom: 107px;
    }
    .l-ml-0 {
        margin-left: 0 !important;
    }

    .l-mr-0 {
        margin-right: 0 !important;
    }

    .l-mr-16 {
        margin-right: 16px !important;
    }

    .l-mr-24 {
        margin-right: 24px !important;
    }

    .l-ml-24 {
        margin-left: 24px !important;
    }

    .l-text-14 {
        font-size: 14px !important;
    }

    .l-text-16 {
        font-size: 16px !important;
    }

    .l-text-20 {
        font-size: 20px !important;
    }

    .l-text-26 {
        font-size: 26px !important;
    }

    .l-text-34 {
        font-size: 34px !important;
    }

    .l-flex {
        display: flex !important;
    }
    .l-align-start {
        align-items: start !important;
    }
    .l-align-center {
        align-items: center;
    }
    .l-justify-between {
        justify-content: space-between !important;
    }
    .l-justify-center {
        justify-content: center !important;
    }
    .l-justify-start {
        justify-content: start !important;
    }
    .l-flex-col {
        flex-flow: column wrap !important;
    }
    .l-flex-col-rev {
        flex-flow: column-reverse wrap;
    }
    .l-flex-wrap {
        flex-wrap: wrap;
    }
    .l-flex-wrap-important {
        flex-wrap: wrap !important;
    }
    .l-flex-row {
        flex-direction: row;
    }
    .l-self-align-start {
        align-self: flex-start;
    }

    .ls-p-5 {
        padding: 5px !important;
    }
    .l-p-0 {
        padding: 0!important;
    }
    .l-p-16 {
        padding: 16px!important;
    }
    .l-p-20 {
        padding: 20px!important;
    }
    .l-p-24 {
        padding: 24px!important;
    }
    .l-py-17 {
        padding-top: 17px !important;
        padding-bottom: 17px !important;
    }
    .l-top {
        top: 0 !important;
    }

    .l-pt-24 {
        padding-top: 24px !important;
    }

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

    .l-pb-57 {
        padding-bottom: 57px !important;
    }
    .l-pb-48 {
        padding-bottom: 48px !important;
    }

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

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

    .l-py-16 {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }

    .l-py-48 {
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }

    .l-pr-0 {
        padding-right: 0!important;
    }

    .l-pl-0 {
        padding-left: 0!important;
    }
    .l-pl-16 {
        padding-left: 16px!important;
    }

    .l-height-unset {
        height: unset !important;
    }
    .l-full-height {
        height: 100% !important;
    }
    .l-max-height-56 {
        max-height: 56px;
    }
    .l-max-height-unset {
        max-height: unset !important;
    }
    .l-min-height {
        min-height: 640px;
    }

    .l-min-height-435 {
        min-height: 435px!important;
    }
    .l-min-w-90 {
        min-width: 90px;
    }
    .l-w-full {
        width: 100%!important;
    }
    .l-w-full-import {
        width: 100% !important;
    }
    .l-max-w-unset {
        max-width: unset !important;
    }
    .l-max-w-full {
        max-width: 100%!important;
    }
    .l-w-80 {
        width: 80%!important;
    }
    .l-max-w-144 {
        max-width: 144px !important;
    }
    .l-max-w-188 {
        max-width: 188px !important;
    }
    .l-max-w-224 {
        max-width: 224px !important;
    }
    .l-w-75 {
        width: 75% !important;
    }
    .l-max-w-30 {
        max-width: 30% !important;
    }
    .l-max-w-90 {
        max-width: 90% !important;
    }

    .l-max-w-260 {
        max-width: 260px!important;
    }

    .l-w-264 {
        width: 264px;
    }
    .l-right-unset {
        right: unset !important;
    }

    .l-transform-50-10 {
        transform: translate(-50%, -10%) !important;
    }

    .l-transform-none {
        transform: unset !important;
    }
    
    .mob-hide {
        display: none!important;
    }

    .mob-show {
        display: block!important;
    }

    .mob-show-inline {
        display: inline-block !important;
    }

    .mob-show-flex {
        display: flex!important;
    }

    .mob-container {
       margin-top: 64px!important;
       width: 100%!important;
       max-width: 100% !important;
    }
    .mob-position-right {
        position: absolute;
        right: 0;
        top: 0;
    }

    .l-relative {
        position: relative;
    }

    .l-absolute-tr {
        position: absolute;
        bottom: 0;
        left: 0;
        text-align: left;
        margin-top: 12px;
    }

    .l-table-row {
        display: table-row!important;
    }

    .l-font-24 {
        font-size: 24px!important;
    }
    .l-grid2 {
        width:50% !important;
    }

    .l-text-left {
        text-align:left;
    }

    .l-text-center {
        text-align: center !important;
    }

    .l-table, .l-table-row {
        display: block!important;
    }
    .l-table-cell {
        display:block!important;
    }

    .l-bg-white {
        background-color: white;
    }
    .l-index-10 {
        z-index: 10 !important;
    }
    .l-h-full {
        height: 100vh;
    }

}

@media (max-width:875px) {
    .ls-m-0 {
        margin: 0 !important;
    }
    .ls-flex {
        display: flex !important;
    }
    .ls-flex-col {
        flex-flow: column wrap !important;
    }
    .ls-max-w-45 {
        max-width: 45% !important;
    }
    .ls-justify-between {
        justify-content: space-between !important;
    }
}

@media(max-width: 768px) {
    .m-top-un{
        top: unset !important;
    }
    .m-line-h-11 {
        line-height: 11px !important;
    }
    .m-grid2 {
        width:100% !important;
    }
    .m-relative {
        position: relative;
    }
    .m-w-108 {
        width: 108px !important;
    }
    .m-w-49 {
        width: 49% !important;
    }
    .m-w-50 {
        width: 50% !important;
    }
    .m-w-full {
        width: 100%;
    }
    .m-w-full-important {
        width: 100% !important;
    }

    .m-color-text {
        color: #1A1A1A !important;
    }

    .m-max-w-60 {
        max-width: 60px;
    }
    .m-max-w-50 {
        max-width: 50% !important;
    }
    .m-max-w-100 {
        max-width: 100px !important;
    }
    .m-max-w-120 {
        max-width: 120px !important;
    }
    .m-max-w-220 {
        max-width: 220px !important;
    }
    .m-max-w-238 {
        max-width: 238px !important;
    }
    .m-max-w-247 {
        max-width: 247px !important;
    }
    .m-max-w-250 {
        max-width: 250px !important;
    }
    .m-min-w {
        min-width: 280px;
    }
    .m-min-w-88 {
        min-width: 88.5px;
        max-width: 88.5px;
    }
    .m-max-w-75 {
        max-width: 75% !important;
    }
    .m-max-w-90 {
        max-width: 90% !important;
    }
    .m-max-w-85 {
        max-width: 85% !important;
    }
    .m-max-w-unset {
        max-width: unset !important;
    }
    .m-max-h-100 {
        max-height: 100px !important;
    }
    .m-min-h {
        min-height: unset !important;
    }

    .m-text-12 {
        font-size: 12px !important;
    }
    .m-text-14 {
        font-size: 14px !important;
    }
    .m-text-16 {
        font-size: 16px !important;
    }
    .m-text-20 {
        font-size: 20px !important;
    }
    .m-text-26 {
        font-size: 26px !important;
    }
    .m-text-34 {
        font-size: 34px !important;
    }
    .m-text-44 {
        font-size: 44px !important;
    }
    .m-text-left {
        text-align: left;
    }
    .m-text-left-imp {
        text-align: left !important;
    }
    .m-text-center {
        text-align: center !important;
    }
    .m-flex-col-important {
        flex-flow: column wrap !important;
    }
    .m-flex-col {
        flex-flow: column wrap;
    }
    .m-flex-direction {
        flex-direction: column !important;
    }
    .m-flex-direction-reverse {
        flex-direction: column-reverse;
    }
    .m-flex {
        display: flex;
    }
    .m-flex-important {
        display: flex !important;
    }
    .m-justify-center {
        justify-content: center;
    }
    .m-justify-between {
        justify-content: space-between;
    }
    .m-justify-start {
        justify-content: flex-start;
    }
    .m-nowrap {
        flex-wrap: nowrap;
    }
    .m-flex-row {
        flex-direction: row;
    }
    .m-wrap {
        flex-wrap: wrap;
    }
    .m-align-start {
        align-items: start !important;
    }
    .m-align-center {
        align-items: center;
    }
    
    .m-self-align-start {
        align-self: flex-start;
    }

    .m-index-1 {
        z-index: 1 !important;
    }
    .m-mx-0 {
        margin: 0 !important;
    }
    .m-mx-12 {
        margin-right: 12px !important;
        margin-left: 12px !important;
    }
    .m-mx-24 {
        margin-right: 24px !important;
        margin-left: 24px !important;
    }
    .m-mx-auto-important {
        margin: 0 auto !important;
    }
    .m-mx-auto {
        margin: 0 auto;
    }

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

    .m-mt-4 {
        margin-top: 4px;
    }

    .m-mt-8 {
        margin-top: 8px !important;
    }
    .m-mt-16 {
        margin-top: 16px !important;
    }
    .m-mt-24 {
        margin-top: 24px !important;
    }
    .m-mt-25 {
        margin-top: 25px !important;
    }
    .m-mt-48 {
        margin-top: 48px !important;
    }
    .m-mb-0 {
        margin-bottom: 0 !important;
    }
    .m-mb-4 {
        margin-bottom: 4px !important;
    }
    .m-mb-8 {
        margin-bottom: 8px !important;
    }
    .m-mb-9 {
        margin-bottom: 9px !important;
    }
    .m-mb-12 {
        margin-bottom: 12px !important;
    }
    .m-mb-16 {
        margin-bottom: 16px !important;
    }
    .m-mb-24 {
        margin-bottom: 24px !important;
    }
    .m-mb-25 {
        margin-bottom: 25px !important;
    }
    .m-mb-32 {
        margin-bottom: 32px !important;
    }
    .m-mb-48 {
        margin-bottom: 48px !important;
    }
    .m-mb-49 {
        margin-bottom: 49px !important;
    }
    .m-mb-65 {
        margin-bottom: 65px !important;
    }
    .m-mb-88 {
        margin-bottom: 88px !important;
    }
    .m-mb-50 {
        margin-bottom: 50% !important;
    }
    .m-my-16 {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .m-my-24 {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .m-ml-0 {
        margin-left: 0 !important; 
    }
    .m-mr-0 {
        margin-right: 0 !important; 
    }
    .m-mr-10 {
        margin-right: 10px;
    }

    .m-mr-16 {
        margin-right: 16px;
    }

    .m-mr-24 {
        margin-right: 24px;
    }

    .m-my-48 {
        margin-top: 48px !important;
        margin-bottom: 48px !important;
    }

    .m-p-16 {
        padding: 16px !important;
    }

    .m-px {
        padding: 0 !important;
    }
    .m-px-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .m-px-6 {
        padding-right: 6px !important;
        padding-left: 6px !important;
    }
    .m-pt-0 {
        padding-top: 0;
    }
    .m-pt-24 {
        padding-top: 24px !important;
    }
    .m-pr {
        padding-right: 0 !important;
    }
    .m-pr-16 {
        padding-right: 16px !important;
    }
    .m-pr-24 {
        padding-right: 24px !important;
    }
    .m-pr-54 {
        padding-right: 54px !important;
    }
    .m-pl {
        padding-left: 0 !important;
    }
    .m-pl-24 {
        padding-left: 24px !important;
    }
    .m-pb-0 {
        padding-bottom: 0 !important;
    }
    .m-pb-8 {
        padding-bottom: 8px !important;
    }
    .m-pb-22 {
        padding-bottom: 22px !important;
    }
    .m-pb-24 {
        padding-bottom: 24px !important;
    }
    .m-pb-40 {
        padding-bottom: 40px !important;
    }
    .m-pb-49 {
        padding-bottom: 49px !important;
    }
    .m-pb-67 {
        padding-bottom: 67px !important;
    }
    .m-px-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .m-px-24 {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
    .m-py-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .m-py-8 {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }
    .m-py-16 {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }
    .m-py-24 {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }


    .m-v-align-top {
        vertical-align: top!important;
    }

    .m-mob-show {
        display: block !important;
    }
    .m-mob-show-inline {
        display: inline-block !important;
    }

    .m-order {
        order: -1;
    }
    .m-order-1 {
        order: 1;
    }
    .m-order-2 {
        order: 2;
    }
    .m-mob-hide {
        display: none!important;
    }

    .m-border-bottom-white {
        border-bottom: 1px solid #ddd;
    }
    .m-radius-unset {
        border-radius: unset !important;
    }
    .m-line-h-label {
        line-height: 1.334;
    }
    .m-bottom-6 {
        bottom: 6px !important    ;
    }
    .m-absolute {
        position: absolute;
    }
    .m-border-2{
        border: 2px solid #B4936A !important;
        font-size: 16px !important;
    }
}

@media (max-width:580px) {
    .sm-max-w-100 {
        max-width: 100% !important;
    }
    .sm-min-w-unset {
        min-width: unset;
    }
    .sm-max-w-312 {
        max-width: 312px !important;
    }
    .sm-max-w-200 {
        max-width: 200px!important;
    }
    .sm-max-w-unset {
        max-width: unset!important;
    }
    .sm-max-w-130 {
        max-width: 130px !important;
    }
    .sm-flex-col-important {
        flex-flow: column wrap !important;
    }
    .sm-text-34 {
        font-size: 34px !important;
    }
    .sm-max-w-280 {
        max-width: 280px;
    }
    .sm-bottom-btm {
        position: absolute;
        bottom: -48px;
    }
    .sm-max-w-70 {
        max-width: 70% !important;
    }
}

@media (max-width:420px) {
    .sm-mt-16 {
        margin-top: 16px;
    }
    .sm-mb {
        margin-bottom: 0;
    }
    .sm-mob-show {
        display: block;
    }
    .sm-middle {
        vertical-align: middle;
    }
    .sm-space {
        white-space: nowrap;
    }
    .sm-ml {
        margin-left: unset;
    }
    .sm-m-w-90 {
        max-width: 90%;
    }
    .sm-d-inline-b {
        display: inline-block;
    }
}

@media (max-width:340px) {
    .sx-max-w-90 {
        max-width: 90% !important;
    }
    .sx-flex-col {
        flex-direction: column;
    }
    .sx-mx-auto {
        margin: 0 auto;
    }
    .sx-max-w-55 {
        max-width: 55% !important;
    }
    .sx-max-w-124 {
        max-width: 124px !important;
    }
    .sm-max-h-150 {
        max-height: 150px !important;
    }
}

@media (min-width:1025px) {
    .min-w-380 {
        min-width: 380px;
    }
    .d-max-w-290 {
        max-width: 290px!important;
    }
}


