/* ---------------------- 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;
    }

}
.Bitmap {
    width: 100%;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5% 0 0 0;
}
.Bitmap img{
width: 150px;
 height: 50px;
 margin: 0 5%;
}

#loading {
    z-index: 99999;
    position: absolute;
    top: 0;
    left:-5px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}
#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;
}

@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: #1e293b;
    /* color: white; */
}

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

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



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

.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:#1B89F7 !important;
    height: 38px;
    font-size: 20px;
}
.allbuttonsClass .verifyOTPButton {
    /* background-color: #9da7bc; */
    background-color:#1B89F7 !important;
    height: 40px;
    font-size: 20px;
}
.smallbtnCls .BtnClass {
    /* background-color: #9da7bc; */
    background-color:#1B89F7 !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: 5%;
    margin: 0 5% 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: 90%;
    height: 20px;
    margin: 0 5%;
    outline: none;
    /* border: 1px solid grey; */
}
.input_fields_without_border_login{
    color: #313a4c !important;
    border: none !important;
    font-size: 17px;
    width: 95%;
    height: 35px;
    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: #1B89F7;
        cursor: pointer;
        border: none;
        color:white;
        height: 25px;
        text-align: center;
        border-radius: 50%;
    }
    .multiStages .spanUnActive{
        background-color: #feecf0;
        cursor: pointer;
        color: black;
        border: none;
        color: #151e30;
        height: 25px;
        text-align: center;
        border-radius: 50%;

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

    }
    .stageLable{
        margin: 0 0% 0% 5%;
        font-size: 11px;
        font-weight: bold;
    }
    .customerVericationUI{
        background-color: #f9fafb !important;
    }
    .CustVrfylogIn{
       background-color: #f9fafa;
    }
    .uploadDiv{
    height: 45px;
    background-color:#ececf3;
    align-items:center;
    color: white;
    margin: 0 5% 0 5%;
    }
    .showUploaded{
    height: 100px;
    background-color:#ececf3;
    align-items:center;
    color: white;
    margin: 0 5% 0 5%;
    width: 90%;
    }
    .downloadBankStamentDiv{
    height: 50px;
    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: 0%;
        margin-bottom: -3%;
    }
    .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: 30px !important;
        width: 28px !important;
        text-align: center;
        border-radius: 50%;
    }
    @media only screen and (max-device-width: 414px) and (orientation: portrait) {
        .stagesButton {
            height: 26px !important;
            width: 24px !important;
            text-align: center;
            border-radius: 50%;
        
        }
    }
    #swal2-title{
        font-size: 20px !important;
    }

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

    }
    .footorColor{
        background-color: #AEC6CF;
    }
    .mainbodyContainer{
        max-width: 800px !important;
        /* width: 100%; */
        /* height: calc(100vh - 10px) !important; */
        margin-bottom: 20%;
    }

    .Cust_footer_div .fa{
    color: #9DA7BC !important;
    }
    .cust-fixed-bottom{
        position: fixed;
        right: 0;
        bottom: 2% !important;
        left: 0;
        z-index: 1500;
    }

 .stageName{
    font-size: 0.5rem;
    margin-top: 2%;
    text-align: center;
 }
 .cusheader {
    max-width: 800px !important;
    width: 100%;
    height: 75px;
}
.cusbodymain {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-content: center;
    margin-top: 2%;
}


.cusmaindiv {
    max-width: 800px !important;
    width: 100%;
    height: calc(100vh - 56px) !important;
    /* background-color: #222b45; */
}
.footer_div {
    max-width: 800px !important;
    height: 50px;
    width: 100%;
    background-color: #ebecf3;
    justify-content: center;
    align-items: center;
    display: flex;
    }
.cusbody {
    height: calc(100% - 120px);
    width: 100%;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}
    .icon-container-footer{
        margin-top: 5% !important;
    }
    .verification{
        width: 360px;
    }
    .-Digit-Mobile-Numb {
        width: auto;
        font-size: 29px;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #fff;
        display: flex;
    }
    .phoneInputDiv{
        margin: 0 3%;
    }
    .verifyyourpinbodyotp{
        background-color: #f3f5f9;
        height: 50px;
        margin: 5% 5%;
        width: 90%;
    }
.otp-field input{
    /* background-color: #f3f5f9; */
    background-color: #feeeee;
    color: #da1416;
    font-weight: bold;
}
.btn_sub_otp {
    font-family: 'Poppins', sans-serif !important;
    background: #0676ed;
    border-radius: 42px !important;
    border-color: white;
    border-radius: 42px;
   width: auto;
    color: white;
    border: none;
    height: 38px;
    border: none;
    cursor: pointer;
}
.activatedPlan{
    background: linear-gradient(90deg, rgba(34,107,228,1) 0%, rgba(90,144,235,1) 35%, rgba(26,102,227,1) 100%);
}
.term_CondtionDocDiv{
    background: linear-gradient(90deg, rgb(155, 124, 131) 0%, rgb(143, 104, 107) 35%, rgb(117, 85, 93) 100%);
}

.customerLogout button{
    background: none;
}
#phoneVerifyBtn{
    background:none;
}

/*customer dashboard css start */
.emiCardbgGrey{
   /* background-color:  #e6e6e6 !important; */
   background-color:  #3d76ea3b !important;
}
/*customer registration css end */

/*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:#f9fafb !important;
        position:absolute;
        z-index:99;
        color: #000000 !important;
        overflow: scroll;
        border: 1px solid rgb(145, 145, 145);
        border-radius: 12px
    }
    .hoverclass:hover{
        background-color: rgb(209, 209, 209);
        border-radius: 5px;
    }

    .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: #f9fafb;
        }

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


        /* Lone request details css */
        /* $brand-color: #f86;
        $body-color: #999; */

        .brand-color {
            color: #f86;
        }

        .body-color {
            color: #999;
        }

        .progress-container {
            width: 100%;
            margin: 2em auto;
        }

        .progress-steps {
            counter-reset: step;
        }

        .progress-steps li {
            list-style-type: none;
            width: 15%;
            float: left;
            font-size: .7em;
            position: relative;
            text-align: center;
            text-transform: uppercase;
            color: #999;
            ;
        }

        .progress-steps li:before {
            width: 2.5em;
            height: 2.5em;
            content: counter(step);
            counter-increment: step;
            line-height: 2.5em;
            border: 2px solid #999;
            ;
            display: block;
            text-align: center;
            margin: 0 auto .7em auto;
            border-radius: 50%;
            background-color: white;
        }

        .progress-steps li:after {
            width: 100%;
            height: 2px;
            content: '';
            position: absolute;
            background-color: #999;
            top: 1.3em;
            left: -50%;
            z-index: -1;
        }

        .progress-steps li:first-child:after {
            content: none;
        }

        .progress-steps li.active {
            color: #f86;
        }

        .progress-steps li.active:before {
            border-color: #f86;
        }

        .progress-steps li.active+li:after {
            background-color: #f86;
        }

        .progress-steps li.active.disbursed {
            color: green;
            /* Change this to your desired green color */
        }

        .progress-steps li.active.completed {
            color: green;
            /* Change this to your desired green color */
        }

        .progress-steps li.active.disbursed:before {
            border-color: green;
            /* Change this to your desired green color */
        }

        .progress-steps li.active.disbursed+li:after {
            background-color: green;
            /* Change this to your desired green color */
        }


        .progress-steps li.active.completed:before {
            border-color: green;
            /* Change this to your desired green color */
        }

        .progress-steps li.active.completed+li:after {
            background-color: green;
            /* Change this to your desired green color */
        }

        /* End Lone request details css */


    /* Deepak - footer css */

    .footer_fluid {
        height: 100vh;
    }

    .footer_flow {
        height: calc(100vh - 54px);
        overflow: scroll;
        overflow-x: hidden;
        overflow-y: hidden;
    }

    .login_label {
        margin: 0% 0% 0% 0%;
    }

/* -----------------customer_packages css start------------------- */
.benefitContent{
    width:100%;
    height:100%;
    top:0;
    left:0;
    position:absolute;
    background:rgba(0,0,0,0.8);
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    opacity:0;
    transition:0.6s;
    z-index: 999;
    margin-left:0.01rem;
}
.benefitContent:hover{
    opacity:1;
}
/* -----------------customer_packages css end------------------- */

/*---------------------customerEmi's Card css--------------*/
.paymentSuccessBgClr{
  background-color:   #D4E7C5 !important;
}
.paymentBgClrInfo{
    background-color: #E0F4FF !important;
}
.paymentBgClrdanger{
    background-color: #FAD4D4 !important;
}
.greenCardTextClr{
color: #294B29 !important;
}
.redCardTextClr{
color: #990000 !important;
}
.blueCardTextClr{
color: #0C356A !important;
}
.chatBodyCard{
overflow-y: scroll;
height:465px;
max-height:465px;
}
.loanInprogressHover{
    cursor: pointer !important;
}