:root {
    --primary-color: #E72329;
    /* --secondary-color: #1d427c !important; */
    --secondary-color: #0a3b84;
    --default-color: #ffffff;
    --text-color: #666666;
    --input-border: #cccccc;
    --success: #3DA23F;
    --error-text: #E72329;
    --primary-light: rgb(245, 73, 39, 0.5);
    --inprocess: #EAF4EC;
}
.change-bank-block-input-txt.Male, .change-bank-block-input-txt.Female {
    pointer-events: none;
}

.change-bank-block-input-txt.M, .change-bank-block-input-txt.F {
    pointer-events: none;
}

.Congratulations-3-ul-block ul li:last-child:before {
    background: none !important;
}

.define-profile-mainarea ul li {
position:relative;
}
.registration-li i {
    position: absolute;
    top: 21px !important;
    left: 25px !important;
    color: var(--primary-blue);
    font-size: 20px;
}

/*.partner-tab-ul {
    overflow-x: auto;
    white-space: nowrap;
}*/

.partner-tab-ul {
    white-space: nowrap;
    overflow-y: auto;
}

    .partner-tab-ul .nav-tabs {
        width: 100%;
        white-space: nowrap;
        overflow-x: auto;
        webkit-overflow-style: touch;
        overflow-y: clip;
        flex-wrap: initial;
    }

    .partner-tab-ul .nav-link {
        padding: 0.5rem 10px;
    }

.errorBox {
    position: relative;
    margin: 10px;
    text-align: center;
}


.MobileDetailsView {
    display: none;
}

    .MobileDetailsView.OtpDiv {
        display: block !important;
    }

.PanDetailsView {
    display: none;
}

    .PanDetailsView.OtpDiv {
        display: block !important;
    }

.BankDetailsView {
    display: none;
}

    .BankDetailsView.SucDiv {
        display: block !important;
    }

label.error, span.field-validation-error {
    color: var(--primary-color) !important;
    font-size: 12px !important;
    line-height: normal;
    margin-top: 5px;
}

/*.modal-backdrop {
display:none !important;
}*/


.showitr-boxpart {
width:90%;
}
.list-box {
    width: 100%;
    border: 1px solid var(--text-color);
    border-radius: 4px;
    padding: 10px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
}

    .list-box ol {
        margin-bottom: 0px;
    }

        .list-box ol li {
            font-size: 12px;
        }

.select2-box {
    position: relative;
}

    .select2-box label.error {
        position: absolute;
        z-index: 999;
        bottom: -30px;
    }

.SelectedEducation {
    margin-bottom: 10px;
    color: var(--text-color);
    text-align: right;
    font-size: 11px;
}

input.error, select.error, textarea.error {
    border: 1px solid var(--primary-color) !important;
    background:#fff !important;
    box-shadow: none !important;
    /*box-shadow: 0px 0px 7px rgb(255 0 0 / 50%) !important;*/
}

input[type="radio"].error {
    outline: 1px solid var(--error-text) !important;
}




html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

/*body {
    margin-bottom: 4%;
}*/

.registration-li {
    position: relative;
}

    .registration-li i {
        position: absolute;
        top: 1px;
        left: -18px;
    }


.tooltip {
    display: none;
    position: absolute;
    background-color: var(--default-color);
    padding: 5px;
    border: 1px solid var(--text-color);
    border-radius: 4px;
    z-index: 9999;
}

.registration-label {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .registration-label:hover .tooltip {
        display: block;
    }

/*email list drop down css*/
.mailtip {
    float: none;
    background-color: var(--default-color);
    list-style: none;
    border: 1px solid var(--text-color);
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
    border-top: none;
    margin-top: 0px !important;
    width: 100% !important;
}

    .mailtip li.active {
        background: #c9e5df;
    }

    .mailtip li p {
        text-align: left;
        line-height: 30px;
        cursor: pointer;
        margin: 0 9px;
        overflow: hidden;
        word-wrap: break-word;
        height: 30px;
        font-size: 14px !important;
    }

/*End*/

.rightphoto-demo {
    margin-top: 30px;
}

    .rightphoto-demo h3 {
        text-align: left;
        color: var(--text-color);
        font-size: 16px;
        font-family: 'Open Sans Regular';
    }

    .rightphoto-demo ul li {
        display: inline-block;
        list-style: none;
        border-radius: 4px;
        border: 1px solid var(--text-color);
        width: calc(33.33% - 18px);
        margin-left: 20px;
        padding: 15px;
        vertical-align: top;
        position: relative;
    }

        .rightphoto-demo ul li i {
            position: absolute;
            right: -10px;
            top: -10px;
        }

        .rightphoto-demo ul li p {
            font-size: 13px;
            color: var(--text-color);
            line-height: 18px;
            margin-bottom: 0;
            margin-top: 15px;
            min-height: 54px;
        }

        .rightphoto-demo ul li:first-child {
            margin-left: 0;
        }

        .rightphoto-demo ul li > img {
            height: 44px;
        }

.ipverification-bar {
    padding-top: 10px;
    max-width: 600px;
}
.bank-list-ul {
 width:100%;
}
@media only screen and (max-width: 960px) {
    .applicant-details-block {
        width: 90%;
    }
}


@media only screen and (max-width: 767px) {
    .rightphoto-demo ul li {
        width: 100%;
        margin-left: 0;
        text-align: left;
        margin-top: 5px;
        margin-bottom: 10px;
        padding: 10px;
    }

        .rightphoto-demo ul li p {
            min-height: 100%;
            display: inline-block;
            width: calc(100% - 60px);
            vertical-align: middle;
            margin-top: 0;
            margin-left: 10px;
            font-size: 12px;
        }

            .rightphoto-demo ul li p br {
                display: none;
            }
}


@media only screen and (max-width : 360px) {
    .ml-20 {
    margin-left:0px;
    margin-top:10px;
    }
}

.ajaxloading {
    /* width: 55px; */
    /* height: 55px; */
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    background-image: url(../asset/images/logo/loading.gif?ver=2);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 50px;
    position: ABSOLUTE;
    margin: auto;
    left: 0px;
    right: 0px;
    /* box-shadow: 0px 0px 5px rgb(0 0 0 / 20%); */
    top: 0px;
    z-index: 999999;
    BOTTOM: 0PX;
    display: none;
}



/*.ajaxloading {
    width: 55px;*/ /* uncomment and set size */
    /*height: 55px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    background-image: url(../asset/images/logo/loading.gif?ver=2);
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;*/ /* changed from absolute */
    /*top: 50%;*/ /* vertical center */
    /*left: 50%;*/ /* horizontal center */
    /*transform: translate(-450%, 400%);*/ /* offset for perfect center */
    /*z-index: 999999;
    display: none;
}*/
