/*Default Template DEV CSS*/
.header {
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 25px;
    border-bottom: 1px solid #EEEEEE;
}

.password-check-box {
    position: absolute;
/*    right: 20px;*/
    right: 0;
    top: 25%;
}

select.form-control:not([size]):not([multiple]){
    height:auto;
}

.modal .grecaptcha-badge {
    display: none !important;
}

.logout-btn-front {
    font-size: 13px;
    background: no-repeat;
    font-family: 'roboto';
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.account-action span {
    display: inline-block;
}

.form-2 .name_area {
    display: inline-block;
    width: 46%;
    vertical-align: text-top;
}

.form-2 .name_area.last {
    margin-left: 30px;
}

.form-2 .name_area .country-code {
    width: 70px;
    float: left;
}
.form-2 .name_area .country-code input {
    border-radius: .25rem 0 0 .25rem;
    text-align: right;
    padding-right: 5px;
    background-color: #ffffff;
}

.form-2 .name_area .phone {
    width: 140px;
    float: left;
}

.form-2 .name_area .phone input {
    border-radius: 0 .25rem .25rem 0;
    padding-left: 5px;
}

.card-wrap .card-exp {
    padding-top: 20px;
    float: left;
    margin-right: 0;
}

.login_reg_page .submit button .submit button, .submit-button button{
    cursor: pointer;
    margin: 0 auto;
}

.hide_div {
    display: none !important;
}

/* Layout fix - Amit ( 22 JUly, 2020 ) - Start */
/* ------------------------------------------- */

    /* Registration page/popup layout fix ( Start )*/
    .password-check-box label.password-check {
        text-indent: -9999px;
        margin: 0;
        padding: 11px 11px 0;
        cursor: pointer;
    }
    .password-check-box label.password-check span.checkmark {
        background: url(../img/svg/eye.svg) no-repeat;
        border: 0;
        border-radius: 0;
        width: 21px;
        height: 17px;
    }
    .password-check-box label.password-check span.checkmark:after {
        width: 0;
        height: 0;
        border: 0;
    }
    /* Registration popup layout fix ( End )*/

    /* Login page layout fix ( End )*/
    .login_reg_page form .secrate {
        top: 35%;
    }
    /* Login page layout fix ( End )*/
    

/* ------------------------------------------- */
/* Layout fix - Amit ( 22 JUly, 2020 ) - End   */

/* Overwrite CSS - Amit (19 October, 2020)*/
/* ------- Start ------------*/
    /*Not Found page - Start*/
    .page-not-found h1 {
        font-family: var(--font-main, Times New Roman, Times, serif);
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 20px;
        color: #000;
    }
    /*Not Found page - End*/
/* ------- End ------------*/
/* Overwrite CSS - Amit (19 October, 2020)*/

/* Limited View Css */
.is-mobile-app header, .is-mobile-app footer, .is-mobile-app .footer-bottom {display: none;}
.is-mobile-app .login-page:not(.modal-body) {display: none;}

.connect-overlay.needs-refresh {
    top: 40px;
    left: 50%;
    right: auto !important;
    font-size: 16px !important;
    padding: 5px 20px !important;
    height: auto !important;
    bottom: auto !important;
    border-radius: 30px !important;
    transform: translateX(-180px);
    width: 100% !important;
    opacity: 1 !important;
    max-width: 355px;
    cursor: pointer;
    background: rgb(0 0 0 / 80%) !important;
}