/* ---------------------- loader css global start ------------------------------ */


/* ---------------------- sidebar css global end ------------------------------ */
/* =======================================Mavi users====================== create sonam================ */
.card_view_table{
    display: none;
}.table_mavi_user{
    display: block;
}
@media screen and (max-width: 700px) {

    .card_view_table{
        display: block;
    }
    .table_mavi_user{
        display: none;
    }

}

#loading {
    z-index: 20;
    position: absolute;
    top: 0;
    left:-5px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    display: none;
}
#loading-content {
    position: absolute;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: 40%;
    left:50%;
    animation: spin 2s linear infinite;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(110, 107, 107, 0.5);
    backdrop-filter: blur(1px);
    z-index: 9999;
    display: none;
}

#loader #commonLoader {
    position: center;
    top: 45%;
    left: 50%;
    width: 10%;
    text-align: center;
    z-index: 99999;
    border-radius: 50%;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ---------------------- loader css global end ------------------------------ */

/* ---------------------- sidebar css global start ------------------------------ */

.heightfullcust{
    height: 100vh !important;
}


/* ---------------------- sidebar css global end ------------------------------ */




/*customer registration css start */
h3,
h6 {
    color: #151e30;
}
.emiCardDiv h2{
    font-size: 1.4rem;
}
.existingUserLogin,
a,
.card-footer a {
    color: #f54768;
    font-size: 16px;
}

.existingUserLogin p {
    color: #313a4c;
    font-size: 16px;
}

.emiCardDiv .planCardDiv {
    /* background-color: #41436A; */
    background-color: #105fe2
}


.emiCardDiv .card-header {
    font-size: 14px;
}

.emiCardDiv .planCardDiv h6,
p {
    /* color: #9da7bc; */
    color: white;
}

/* * {
    font-family: 'poppins';
} */

.userInformationDiv label {
    color: #9da7bc;
    font-size: 11px;
    margin-left: 6%;
}



.userInformationDiv p {
    color: #f54768;
    margin: 0% 2%;
}

.required1 .form-label:after {
    content: " *";
    color: red;
}

.required-label {
    color: red;
}

.userInformationDiv p:hover {
    cursor: pointer;
    background-color: #f54768;
    color: white
}

.userInformationDiv form {
    line-height: 0.7rem;
}

.allbuttonsClass {
    width: 100%;
}
.smallbtnCls {
    width: 100%;
}
.allbuttonsClass .BtnClass {
    /* background-color: #9da7bc; */
    background-color:#f54768 !important;
    height: 45px;
    font-size: 20px;
}
.allbuttonsClass .verifyOTPButton {
    /* background-color: #9da7bc; */
    background-color:#f54768 !important;
    height: 65px;
    font-size: 20px;
}
.smallbtnCls .BtnClass {
    /* background-color: #9da7bc; */
    background-color:#f54768 !important;
    /* height: 40px; */
    font-size: 12px;
}
.hr_Line_reg {
    border-top: 2px solid black;
    width: 90%;
    margin: 0% 6%;
}

.label_error_class {
    color: #f54768 ;
    margin: 0 5%;
}

.verifyCheck {
    width: 10%;
    margin: 0 1% 0% 0;
}

.verifyCheck img {
    width: 100%;
}

/* //modal css */
.otp-field {
    flex-direction: row;
    column-gap: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.otp-field input {
    height: 55px;
    width: 15%;
    border-radius: 6px;
    outline: none;
    font-size: 1.125rem;
    text-align: center;
    border: 1px solid #ddd;
}

.otp-field input:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.resend_otp_class {
    font-size: 12px;
}

.otpVerifyModalClass {
    position: fixed;
    top: 23%;
}

.otpVerifyModalClass p {
    color: #151e30;
    font-size: 13px;
    margin: 3% 0 3% 0;
}

.otpVerifyModalClass .enterOTP {
    color: black;
    font-size: 1.3rem;
}

.ModalbackgroundColor {
    background-color: #fdf9f5;
}


.input_fields_without_border{
    color: #313a4c;
    border: none !important;
    font-size: 13px;
    background-color: #f9fafb !important;
    width: 95%;
    height: 35px;
    margin: 0 5%;
    outline: none;
}

    .captchaIp{
        color: #313a4c;
        font-size: 13px;
        background-color:#d0d0d7;
        width: 95%;
        height: 35px;
        margin: 0% 0 5% 5%;
        outline: none;
    }

    .userPanName{
        width: 92%;
        border: none !important;
        background-color: #babdc4;
        margin: 0% 0% 0% 5%;
        padding: 2% 2%;
    }

    .userPanNameinput{
        width: 92%;
        border: none !important;
        background-color: #babdc4;
        margin: 0% 0% 0% 5%;
        padding: 2% 2%;
    }

  .sectionHeading, label {
        margin: 0% 0% 0% 5%;
    }

    .multiStages .spanActive{
        background-color: #f54768;
        cursor: pointer;
        border: none;
        color:white;
        height: 25px;
    }
    .multiStages .spanUnActive{
        background-color: #feecf0;
        cursor: pointer;
        color: black;
        border: none;
        color: #151e30;
        height: 25px;

    }
    .multiStages  .fa-right-long{
        color: #9da7bc;

    }
    .stageLable{
        margin: 0 0% 0% 5%;
    }
    .customerVericationUI{
        background-color: #f9fafb !important;
    }
    .uploadDiv{
    height: 45px;
    /* width:100%; */
    background-color:#ececf3;
    align-items:center;
    color: white;
    margin: 0 5% 0 5%;
    }
    .showUploaded{
    height: 100px;
    /* width:100%; */
    background-color:#ececf3;
    align-items:center;
    color: white;
    margin: 0 5% 0 5%;
    width: 90%;
    }
    .downloadBankStamentDiv{
    height: 50px;
    /* width:100%; */
    background-color:#ececf3;
    align-items:center;
    color: white;
    margin: 0 5% 0 5%;
    width: 90%;
    }
    .uploadedImage{
        width: 70%;
        height: 100px;
        margin: 0 5%;
    }
    .documentlabel{
        color: #313a4c;
    }
    .genderDiv{
        margin: 0 4%;
    }
    .sectionDiv{
        margin-top: 2%;
    }
    .captchaDiv{
        width: 95% !important;
        margin:  0 5%;
        display: flex;
        justify-content: space-between;
    }

    .captchaDiv img{
        margin: 0% 0% 4% 0%;
    }


    .sectionDiv textarea{
        height: 70px;
        width: 90%;
    }
    .stagesButton {
        height: 28px !important;
    }
    #swal2-title{
        font-size: 20px !important;
    }
    .Cust_footer_div{
        height: 100px;
        width: 100%;
        max-width: 800px !important;
     }
.cusfooter{height: 100px;
     width: 100%;
     background-color: transparent;
     justify-content: center;
     display: flex;

}
.footerSpan{
    font-size: 20px;
    color: #313a4c !important;

}
.mainbodyContainer{
    max-width: 850px !important;
    width: 100%;
    height: calc(100vh - 10px) !important;
}
.Cust_footer_div .fa{
color: #9DA7BC !important;
}
.cust-fixed-bottom{
    position: fixed;
    right: 0;
    bottom: 2% !important;
    left: 0;
    z-index: 1030;
}
.icon-container-footer{
    margin-top: 5% !important;
}


.activatedPlan{
    background: linear-gradient(90deg, rgba(34,107,228,1) 0%, rgba(90,144,235,1) 35%, rgba(26,102,227,1) 100%);
}
/*customer registration css end */

/* =======================================Mavi users====================== end================ */

/* sonam */
.capitalize_field{
    text-transform: capitalize;
}
/* password eye button css  */
.iconHoverEffect{
    color:rgba(0, 0, 0, .25);
    cursor: pointer;
  }
  .iconHoverEffect:hover{
    color: rgba(0, 0, 0, 0.8);
  }
  .errorSpanClass{
    transition-timing-function: ease-in-out;
  }

/* --------------------------merchant onboard, customer pre on board page css --------------------------------- */
  .mySelect2css::-webkit-scrollbar {
    display: none;
    }
    .mySelect2css{
        display:none;
        background:#c1c1c1;
        position:absolute;
        z-index:99;
        color: #000000;
        overflow: scroll;
        border: 1px solid black;
        border-radius: 12px
    }
    .hoverclass:hover{
        background-color: rgb(209, 209, 209);
        border-radius: 5px;
        padding: 0px 5px 0px 10px;
    }

    .text-divider {
        margin: 2em 0;
        line-height: 0;
        text-align: center;
    }
    .text-divider span {
        padding: 1em;
        border-radius: 20%;
        background-color: #fff;
    }

    .text-divider:before {
        content: " ";
        display: block;
        border-top: 1px solid #1f1f1f;
    }



        /* =======================================NBFC users====================== end================ */

            /* Deepak */
            .add_NBFC_Button {
                width: -webkit-fill-available;
            }

            .input-group {
                width: 200%;
            }

            .text-divider {
                margin: 2em 0;
                line-height: 0;
                text-align: center;
            }

            .text-divider span {
                /* background-color: #f5f5f5; */
                padding: 1em;
                border-radius: 20%;
                background-color: #fff;
            }

            .text-divider:before {
                content: " ";
                display: block;
                border-top: 1px solid #1f1f1f;
                /* border-bottom: 1px solid #f7f7f7; */
            }
            .hdngLines{
                color: black; 
                font-size: .875rem;
                font-weight: 500;
            }
            #processSheetHide{
                display: none;
            }
            #AllprocessSheetHide{
                display: none;
            }

            .lableCls{
                height: 1% !important;
            }
            #navbarBlur{
                overflow-y: hidden;
                overflow-x: hidden;
               }