/* ---------------------- loader css global start ------------------------------ */
/* =======================================GlowRights users====================== Created By Maaz================ */


 .tbhead {
    background-color: #e0af87!important;
    color: #fff!important;
}

.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: 9999999;
    position: absolute;
    top: 0;
    left:-5px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    display: none;
}
#loadingContent {
    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;
    margin-top: 15%;
    top: 45%;
    left: 50%;
    width: 10%;
    text-align: center;
    z-index: 99999;
    border-radius: 50%;
}

/* =======================================GlowRights users====================== End By Maaz================ */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

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

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

.heightfullcust{
    height: 75vh !important;
    margin-bottom: 5%;
}


/* ---------------------- 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;
}
/* .btn {
    background-color: #DCA06E !important;
} */
.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: #fff;
        position:absolute;
        z-index:99;
        color: #000000;
        overflow: scroll;
        border: 1px solid lightblue;
        border-radius: 12px;
    }
    .hoverclass:hover{
        background-color: rgb(60, 107, 177);
        color: white !important;
        border-radius: 5px;
        padding: 0px 5px 0px 10px;
        cursor: pointer;
    }

    .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;
               }
            .qrModalSizeSpan{
            font-weight: bolder;
            color: black;
            }
            .incTaxSpan{
            font-weight: bolder;
            color: black;
            }
            
            #qrCodeContentBox{
                margin-right: auto !important;
                margin-left: auto !important;
                box-sizing: border-box !important;
            }
            .printQRCodeLabels{
                 margin-right: auto !important;
                margin-left: auto !important;
                box-sizing: border-box !important;
            }
            .qrModalSizeSpan{
                font-weight: bolder;
            }
            .notificationCardBg{
                background-color: #8b8582 !important;
            }

            /*----------------------------------------------------Vishal----------------------------------------*/
            .radio_button {
                width: 100px;
                cursor: pointer;
                background-color: #fff;
                box-shadow: -3px 3px 5px 0px #0b94f71a;
                color: #444;
                font-size: 14px;
                text-align: center;
                transition: all 0.2s;
                border: 1px solid #ff7236;
                border-radius: 12px;
            }
    
            .radio_button_input >  input[type='radio'] {
                display: none;
            }
    
            .radio_button_input >  input[type='radio']:checked+label {
                background-color: #ff7236;
                border-color: #ff7236;
                color: #fff;
                cursor: default;
                pointer-events: none;
            }
            .scroll {
                max-height: 220px;
                overflow-y: auto;
                overflow-x: auto;
            }
            .dashCards,.leadHistCard{
                height: 125px !important;
                overflow: auto; 
            }
            .dashCards::-webkit-scrollbar {
                display: none;
            }
           .leadHistCard::-webkit-scrollbar {
                display: none;
            }
            body::-webkit-scrollbar {
                display: none;
            }
            .userSelectBox{
                height: 25px; padding: 0% 4% 0% !important;
                border-color: #ff7236 !important;
                font-weight: bold !important;
            }
            .sidenav  .nav-item :hover{
                font-size: 16px !important;
            }
            .sidenav .active-menu {
                width: 115%;
                background-color: #ffffff;
                color: #000;
            }
            .sticky {
                position: sticky !important;
                top: 0 !important;
                z-index: 1 !important;
            }
            .displayNone{
                display: none;
            }
          .iconbgbgbg{
            border:none; background:none; display:block;
          }
          .Emp_card{
            font-weight: bold;font-size: smaller;font-style: initial;width: fit-content;
          }
            .viewEmpItem{
                font-size: small;padding: 1%; margin-top: 1%;
            }
            .stylewidth{
                width: 150px !important;
            }
        .viewuserstext{
            font-family: 'Lato', sans-serif;font-size: .780rem;font-weight: 500;
        }
        .wth{
            width: 120px !important;
        }
        .wtd{
           width:23% !important;
        }
        
    