

body {
    color: rgba(0, 0, 0, 1);
}

:root {
    --regular: 'Poppins Regular', sans-serif;
    --normal: 'Poppins', sans-serif;
    --light: 'Poppins Light', sans-serif;
    --italic: 'Poppins Italic', sans-serif;
    --lightItalic: 'Poppins Light Italic', sans-serif;
    --semibold: 'Poppins SemiBold', sans-serif;
    --medium: 'Poppins Medium', sans-serif !important;
    --bold: 'Poppins Bold', sans-serif !important;
    --extrabold: 'Poppins ExtraBold', sans-serif !important;
    --black: 'Poppins Black', sans-serif !important;
}
.btn-brown, .btn-brown:hover {
    color: #fff;
    
    min-width: 110px;
    line-height: 19px;
    font-size: 12px !important;
    border-radius: 0px !important;
    text-align: left;
}
.pass-show {
    color: #4a94ba;
    cursor: pointer;
}
.focus0:focus {
    border: 0px;
    border: none;
    outline: none;
}
.bg-btnbrown {
    background-color: #4a94ba;
    border-color: #4a94ba;
}
.bg-btndarkbrown {
    background-color: #B48157;
    border-color: #B48157;
}
.bg-btngrey {
    background-color: #C9C9C1;
    border-color: #C9C9C1;
}
.bg-btndarkgrey {
    background-color: #C2C4BC;
    border-color: #C2C4BC;
}
.white-dot {
    background: #fff;
    width: 6px;
    height: 6px;
    bottom: 0;
    vertical-align: middle;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}
.btn-brownlg:hover {
    color: #fff;
    background-color: #4a94ba;
    border-color: #4a94ba;
}
.btn-brownlg {
    color: #4a94ba;
    background-color: #fff;
    border-color: #4a94ba;
}
.border-grey {
    border: 1px solid #4a94ba;
    border-radius: 5px;
}
.btn-darkbrown {
    color: #fff;
    
    border-radius: 0px !important;
}
.white-dot {
    background: #fff;
    width: 6px;
    height: 6px;
    bottom: 0;
    vertical-align: middle;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}
.btn-brownlg:hover {
    color: #fff;
    background-color: #4a94ba;
    border-color: #4a94ba;
}
.btn-brownlg {
    color: #4a94ba;
    background-color: #fff;
    border-color: #4a94ba;
}
.border-grey {
    border: 1px solid #4a94ba85;
    border-radius: 5px;
}
.btn-darkbrown {
    color: #fff;
    
    border-radius: 0px !important;
}
 .white-dot {
    background: #fff;
    width: 6px;
    height: 6px;
    bottom: 0;
    vertical-align: middle;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}
.btn-brownlg:hover {
    color: #fff;
    background-color: #4a94ba;
    border-color: #4a94ba;
}
.btn-brownlg {
    color: #4a94ba;
    background-color: #fff;
    border-color: #4a94ba;
}
.border-grey {
    border: 1px solid #4a94ba85;
    border-radius: 5px;
}
.btn-darkbrown {
    color: #fff;
    
    border-radius: 0px !important;
}

.f-pz {
    font-family: 'Ballet', cursive !important;
}.white-dot {
    background: #fff;
    width: 6px;
    height: 6px;
    bottom: 0;
    vertical-align: middle;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}
.btn-brownlg:hover {
    color: #fff;
    background-color: #4a94ba;
    border-color: #4a94ba;
}
.btn-brownlg {
    color: #4a94ba;
    background-color: #fff;
    border-color: #4a94ba;
}
.border-grey {
    border: 1px solid #4a94ba85;
    border-radius: 5px;
}
.btn-darkbrown {
    color: #fff;
    
    border-radius: 0px !important;
}
 
h1, h2, h3, h4, h5, p, a, select, li, input, button, label {
    font-family: 'Poppins Regular', sans-serif !important;

}
.form-label {
    margin-bottom: 0.6rem;
}
.h-15 {
    height: 15px;
 }
.lh-30{
    line-height: 30px;
}
.maroon {
    color: #4a94ba;
}
.bold {
   font-family: 'Poppins Bold', sans-serif !important;
}
.f-900 {
      font-family: 'Poppins Black', sans-serif !important;
}
.f-6{
    font-size: 6px !important;
}
.f-600, .semibold {
    font-family: 'Poppins SemiBold', sans-serif !important;
}

.f-500 {
    font-family: 'Poppins Medium', sans-serif !important;
}
.f-700, .f-800 {
     font-family: 'Poppins ExtraBold', sans-serif !important;
}
.f-24 {
    font-size: 23px !important;
}
.f-32 {
    font-size: 30px !important;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 700;
    font-size: 20px !important;
}
.f-14{
    font-size: 14px !important;
}
.f-17 {
    font-size: 17px;
}

.upload-div {
    min-height: 257px;
    border: 1px dashed #4a94ba;
    background: rgba(155, 28, 49, 0.1);
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-content {
     
    border-radius: 8px;
 }
.mt2px {
    margin-top: 2px
}
.loader2 {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: block;
    z-index: 99999999;
    margin: 15px auto;
    position: relative;
    top: 50%;
    background: #4a94ba;
    box-shadow: -24px 0 #FFF, 24px 0 #FFF;
    box-sizing: border-box;
    animation: shadowPulse 2s linear infinite;
}

@keyframes shadowPulse {
    33% {
        background: #FFF;
        box-shadow: -24px 0 #4a94ba, 24px 0 #FFF;
    }

    66% {
        background: #4a94ba;
        box-shadow: -24px 0 #FFF, 24px 0 #FFF;
    }

    100% {
        background: #FFF;
        box-shadow: -24px 0 #FFF, 24px 0 #4a94ba;
    }
}

.overlay {
    position: fixed;
    top: 0;
    background: rgb(0, 0, 0);
    background: rgb(0 0 0 / 20%);
    color: #f1f1f1;
    width: 100%;
    height: 100%;
    left: 0;
    transition: .5s ease;
    opacity: 1;
    color: white;
    z-index: 99999999;
    font-size: 20px;
    padding: 20px;
    text-align: center;
}

@media (min-width: 576px){
    .modal-dialog-lg {
        max-width: 730px !important;
        margin: 1.75rem auto;
    }
    .modal-dialog-sm {
        max-width: 375px !important;
        margin: 1.75rem auto;
    }
} 
@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1190px;
    }
}
@media (min-width: 1400px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1330px;
    }
} 
@media (min-width: 768px){
    .col-md-52 {
        flex: 0 0 20%;
        width: 20%;
      /*  padding-right: 10px;
        padding-left: 0px;*/
    }
    /* .col-md-52:first-child {
       
        padding-left: 10px;
    }*/
     .col-md-9.dashboard {
        flex: 0 0 auto;
        width: 72%;
    }
    .col-md-3.dashboard {
        flex: 0 0 auto;
        width: 28%;
    }
   
} 
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.btn-outline-danger:hover {
    background: #4a94ba;
    border-color: #4a94ba;
}
.f-45{
    font-size: 44px !important;
}
.f-30{
    font-size: 29px !important;
}
.lh-28 {
    line-height: 28px !important;
}
.f-20{
    font-size: 19px;
}
.b-40 {
    bottom: 40px;
}
.f-48 {
    font-size: 44px;
}
 
.lh-48 {
    line-height: 48px !important;
}
 
.lh-18 {
    line-height: 18px;
}
.control-label {
    color: #4a94ba;
    font-size: 13px;
    margin-bottom: 0.6rem;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.4375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #4a94ba;
    border-radius: 4px;
    border-right: 0px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.4375rem 0.75rem;
    font-size: 13px;
    font-weight: 400;
    height: auto;
     line-height: 1.6;
    color: rgba(0, 0, 0, 1);
    background-color: #fff;
    background-clip: padding-box;
    font-family: 'Poppins Medium', sans-serif;
    border: 1px solid #4a94ba;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.lh-20{
    line-height: 20px;
}

.c-pointer{
    cursor: pointer;
}
.border-radius8 {
    border-radius: 8px !important;
}
.border-radius0 {
    border-radius: 0px !important;
}

.f-16{
    font-size: 16px !important;
}
.f-28{
    font-size: 27px !important;
}

.f-9 {
    font-size: 9px !important;
}
.lh-12{
    line-height: 12px;
}
.field-validation-error{
    font-size: 10px;
}


.owl-carousel .owl-nav button span {
    line-height: 0px;
    height: 6px;
    top: 12px;
    /* position: absolute; */
    margin-top: -6px;
    display: flex;
    font-family: 'Poppins Normal', sans-serif !important;
    font-size: 24px;
    justify-content: center;
    align-items: center;
}


.f-13{
    font-size: 12px !important;
}

.f-35 {
    font-size: 34px !important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    color: #fff !important;
    background: #0059A1 !important;
    margin: 0px 5px !important;
    padding: 0 !important;
    height: 30px !important;
    border: 2px solid #0059A1;
    font: sans serif;
    width: 30px !important;
    /* font-size: 25px; */
    border-radius: 50%;
}
    .owl-carousel .owl-nav button.owl-next.disabled,
    .owl-carousel .owl-nav button.owl-prev.disabled,
    .owl-carousel .owl-nav button.owl-next[disabled] {
        color: #0059a147 !important;
        background: #fff !important;
        margin: 0px 5px !important;
        padding: 0 !important;
        height: 30px !important;
        border: 2px solid #0059a147;
        font: sans serif;
        width: 30px !important;
        /* font-size: 25px; */
        border-radius: 50%;
    }
.owl-nav {
    position: absolute;
    top: 0;
    right: 0;
}
.z-0 {
    z-index: 0;
    position: relative;
}
.f-18{
    font-size: 17px;
}

.grey-box {
    border: 1px solid rgba(232, 231, 231, 1);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 7px 7px;
    width: 100%;
    background: transparent;
}
.red-top {
    background: #4a94ba;
    box-shadow: inset 0px 0px 18px 0px rgba(91, 12, 14, 1);
    padding: 6px 7px;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
    font-size: 13px;
    color: #EACA7D;
}
hr {
    margin: 1rem 0;
    color: inherit;
    background-color: #38404b;
    border: 0;
    opacity: 0.8;
}
.bottom-abs {
    position: absolute;
    bottom: 10px;
    width: 89%;
}
.btn-outline-danger {
    color: #4a94ba;
    border-color: #4a94ba;
}
.lightpink {
    color: #4a94ba !important;
}
@media (min-width: 576px){
    .modal-dialog {
        max-width: 590px;
        margin: 1.75rem auto;
    }
}
.yellow-box, .yellow-box:hover {
    border: 1px solid #38404b;
    border-radius: 5px;
    padding: 7px 10px !important;
    color: #4a94ba;
    text-align: center;
    display: flex;
    font-size: 13px !important;
    width: 100%;
    background: #38404b;
    justify-content: center;
    align-items: center;
}
.btn-grey, .btn-grey:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.f-maroon-grad {
    background: -webkit-linear-gradient(273deg, #4a94ba 60%, #4a94ba 35%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: underline;
}
.maroon-gradient {
    background-image: linear-gradient(188deg, #4a94ba 22%, #4a94ba 75%);
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
    cursor: pointer;
    color: #4a94ba !important;
    font-size: 16px !important;
}
.dropzone {
    min-height: 180px !important;
    border: 2px dashed #4a94ba !important;
    background: #4a94ba1A;
    padding: 20px 20px;
    border-radius: 6px !important;
}
.w-140 {
    width: 140px;
}
.agreement label{
    font-size: 13px;
}
.mx-11 {
    margin-right: 11px !IMPORTANT;
    margin-left: 11px !important;
}
.search .input-group-text {
   
    background-color: #F7F8FC;
    border: 1px solid #F7F8FC;
    border-radius: 6px;
 }
.search .form-control {
     
    background-color: #F7F8FC;
    background-clip: padding-box;
    font-family: 'Poppins Medium', sans-serif;
    border: 1px solid #F7F8FC;
    
}
.border-black {
    border: 1px solid #38404b !important;
}
.bb-black {
    border-bottom: 1px solid #38404b !important;
}
.white {
    color: #fff;
}
.btn {
    font-family: var(--medium) !important;
    padding: 0.4rem 0.75rem;
    font-size: 14px;
    border-radius: 5px;
}
.btn-secondary {
    color: #fff;
    background-color: #4a94ba;
    border-color: #4a94ba;
}

.bg-maroon {
    color: #fff !important;
    background-color: #4a94ba !important;
    border-color: #4a94ba !important;
}
.btn-maroon, .btn-maroon:hover {
    color: #fff;
    background-color: #4a94ba;
    border-color: #4a94ba;
}
.btn-rounded{
    border-radius: 30px;
}
.validation-summary-errors ul {
    list-style: none;
    padding-inline-start: 0px;
}
    .validation-summary-errors ul li {
        font-size: 11px;
    }
.f-23{
    font-size: 22px;
}
.f-17 {
    font-size: 16px;
}
 
.f-72 {
    font-size: 70px;
}
 
.f-27{
    font-size: 26px;
}
.yellow {
    color: white;
}
.form-range::-webkit-slider-thumb {
    background: #38404b;
    border: 3px solid #4a94ba;
}

.form-range::-moz-range-thumb {
    background: rgba(248, 217, 140, 1);
    border: 3px solid #4a94ba;
}

.form-range::-ms-thumb {
    background: rgba(248, 217, 140, 1);
    border: 3px solid #4a94ba;
}
.form-range::-webkit-slider-thumb:active {
    background-color: #4a94ba;
}
.form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #4a94ba;
    border-color: transparent;
    border-radius: 1rem;
}
.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: rgba(241, 239, 239, 1);
    border-color: transparent;
    border-radius: 1rem;
}
    
.border-grey {
    border: 1px solid rgba(179, 179, 179, 1) !important;
}
.grey {
    color: rgba(138, 138, 138, 1);
}

.bg-grey {
    background: #F5F4EF;
}
.bg-brown {
    background: #C4B098;
}
.t-nowrap {
    white-space: nowrap;
}
.lh-20 {
    line-height: 22px;
}
.agreement .form-control {
    display: block;
    width: 100%;
    padding: 0.3rem 0.75rem;
    font-size: 13px;
    font-weight: 400;
    height: auto;
    line-height: 1.6;
    color: rgba(0, 0, 0, 1);
    background-color: #f7f8fc8c;
    background-clip: padding-box;
    font-family: 'Poppins Medium', sans-serif;
    border: 1px solid rgba(179, 179, 179, 1);
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.w-180 {
    width: 180px !important;
}
.center {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    min-height: 65vh;
}
.f-22 {
    font-size: 21px;
}

.lh-25{
    line-height: 25px;
}
.lh-35 {
    line-height: 35px;
}

.border-radius0{
    border-radius: 0px !important;
}
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loaderdiv {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background-color: #0c879129;
    left: 0;
    top: 0;
}

.loader {
    border: 16px solid #f7f7f7;
    border-radius: 50%;
    border-top: 16px solid #02b5b4;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    position: absolute;
    z-index: 22;
    left: 42%;
    top: 42%;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.325rem 1rem;
    clear: both;
    font-weight: 500;
    color: #4a94ba;
    font-size: 12px;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.f-22{
    font-size: 21px;
}



.radius-7{
    border-radius: 7px;
}

.chat-btn {
     position: fixed;
    bottom: 30px;
    right: 30px;
}
 
::-webkit-scrollbar {
    width: 6px !important;
    height: 6px !important
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #BAC3C5;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #6A7477;
    }

.form-control::placeholder {
    color: rgba(138, 138, 138, 1);
}
.signbox {
    height: 30px !important;
    position: relative;
    background-color: #fff;
    /* background-clip: padding-box; */
    display: inline-flex !important;
    border: 0;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins Medium', sans-serif;
    border-bottom: 1px solid rgba(179, 179, 179, 1);
}
.agreement2 .form-control:focus {
    outline: 0px;
    border: none;
    box-shadow: none;
}
.agreement2 .form-control {
    display: block;
    width: 100%;
    padding: 0.3rem 0.5rem;
    font-size: 13px;
    font-weight: 400;
    min-width: 80px;
    height: auto;
    line-height: 1.6;
    color: rgba(0, 0, 0, 1);
    background-color: #fff;
    background-clip: padding-box;
    border: 0 !important;
    font-family: 'Poppins Medium', sans-serif;
    border-bottom: 1px solid rgb(63 63 63) !important;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control.border-grey::placeholder {
    color: #250F10;
}
.f-10{
    font-size: 10px;
}
.h-22{
    height: 22px;
}
.f-17{
    font-size: 16px;
}
.agreement hr {
    margin: 1rem 0;
    color: inherit;
    background-color: #4a94ba;
    border: 0;
    opacity: 0.8;
}

.agreement-section h2 {
    font-size: 19px;
    margin: 15px 0px;
    font-family: 'Poppins Bold', sans-serif !important;
    color: rgba(0, 0, 0, 1) !important;
}
.agreement-section h3 {
    font-size: 15px;
    margin: 15px 0px;
    font-family: 'Poppins Bold', sans-serif !important;
    color: rgba(0, 0, 0, 1) !important;
}
.agreement-section p {
    font-size: 13px;
    line-height: 22px;
    color: rgba(0, 0, 0, 1) !important;
}
.agreement-section ul li {
    font-size: 13px;
    line-height: 22px;
    color: rgba(0, 0, 0, 1) !important;
}
.social-links {
    position: fixed;
    padding-inline-start: 0px;
    list-style: none;
    top: 200px;
    left: 5px;
    margin-bottom: 0px;
    z-index: 1;
}

    .social-links li {
        display: block;
        margin: 13px 0px;
    }

        .social-links li a:hover {
            color: #fff;
            border: 0px solid #fff;
        }

        .social-links li a {
            color: #9b9999;
            font-family: 'Segoe UI Semibold', sans-serif !important;
            padding: 10px;
            display: block;
            width: 60px;
            height: 60px;
            display: flex !important;
            justify-content: center;
            align-items: center;
            font-size: 19px;
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
            border: 0px solid transparent;
            margin: 12px 0px;
            border-radius: 4px;
            text-decoration: none;
            border-right: 0px !important;
        }
@media (min-width: 576px){
    .modal-dialog-merchant {
        max-width: 660px;
        margin: 1.75rem auto;
    }
}

@media (min-width: 768px){
    .px-md-6 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }
}

.animates {
    animation-name: setanimate;
    animation-direction: alternate-reverse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes setanimate{
    0%{
        transform:scale(1);
    }
   100%{
        transform:scale(1.1)
    } 
}
.modal-sm.modal-dialog{
    max-width:400px!important
}
.emailmutiplestyle .select2-container {
    width: calc(100% - 45px)!important;
}
.emailmutiplestyle .select2-container--default .select2-selection--multiple {
    border: 1px solid #4a94ba;
    border-top-left-radius:0px;
    border-bottom-left-radius:0px;
}
.emailmutiplestyle .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #4a94ba !important;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius:4px!important;
}
.emailmutiplestyle .select2-container--default .select2-selection-- multiple .select2-selection__choice__display{
    color:#4a94ba;
    font-size:12px;
}
.emailmutiplestyle .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #4a94ba;
    background-color: transparent;
}
.emailmutiplestyle .select2-container--default .select2-selection--multiple .select2-selection__choice{
    background:transparent;
    border-color:#4a94ba; 
}