/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/NunitoSans.ttf");
}

/* popup style */
body {
    font-family: 'Nunito Sans', sans-serif;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-bottom: 0px !important;
    padding-top: 10px !important;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.popup-header {
    padding: 5px 15px;
    background: #337ab7;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 16px;
    font-weight: 900;
    font-family: Nunito Sans;
}
/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 90%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* The Close Button */
.close {
    color: #ffffff;
    float: right;
    font-size: 22px;
    position: relative;
    top: 0px;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.digit-group input {
    width: 32px;
    height: 24px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 15%);
    background-color: #fff;
    margin: 0 7px 0 0;
}

.lock-image {
    text-align: center;
    float: left;
    width: 100%;
}

    .lock-image img {
        width: 150px;
        padding-top: 10px;
    }

.popup-body-top-txt {
    text-align: center;
    width: 100%;
    float: left;
    font-family: Nunito Sans;
    font-size: 14px;
    font-weight: 500;
    color: #606060;
}

.otp-box {
    text-align: center;
    padding-top: 15px;
    float: left;
    width: 100%;
}

.validate-btn {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0px;
}

.light-bg {
    background-color: #f6f8fb;
    display: inline-block;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 15px;
}

.lable_2FAmethod {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.validate {
    background: #337ab7;
    border: none;
    box-shadow: none;
    padding: 5px 55px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-family: Nunito Sans;
}

.white-bg {
    float: left;
    width: 100%;
    background: #fff;
    padding-bottom: 0px;
    display: flex;
}

.popup-border {
    width: 95%;
    margin: 0 auto;
    height: 1px;
    background-color: rgba(196, 196, 196, 0.75);
    text-align: center;
    display: block;
}

.box-2-header {
    padding: 10px 20px;
    color: #3c4852;
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 900;
}

.mobile-ref {
    display: flex;
    width: 100%;
    flex: auto;
    flex-wrap: wrap;
}

.popup-section {
    padding: 0 0px;
}

.mobile-ref.top-section {
    margin: 0px;
}

.mobile-ref.right-section {
    flex: auto;
    flex-wrap: wrap;
    display: block;
}

.mobile-left {
    text-align: center;
    display: inline-block;
    margin-top: 10px
}

.mobile-right {
    text-align: center;
    display: inline-block;
    margin-top: 10px;
}

.top-right-text {
    /*display: flex;*/
    min-height: 48px;
}

.popup-step1 {
    font-family: Nunito Sans;
    font-size: 12px;
    font-weight: 900;
    color: #1f3966;
    /*float: left; 
    text-align: left;
     width: 100%;*/
}

.popup-step2 {
    font-family: Nunito Sans;
    font-size: 12px;
    font-weight: 900;
    color: #1f3966;
    /*float: left; 
    text-align: left;
     width: 100%;
    height: 50px;*/
}

@media screen and (max-width: 1024px) {
    .popup-step1 {
        /*text-align: left;*/
        min-width: 45px;
        /*width: auto;*/
    }

    .popup-step2 {
        /*text-align: left;*/
        min-width: 45px;
        width: auto;
    }

    .top-right-text {
        /*display: flex;*/
        min-height: 48px;
        text-align: center;
        justify-content: center;
    }

    .mobile-left {
        display: inline-block;
    }

    .lable_2FAmethod {
        text-align: center;
    }

    .mobile-ref.right-section {
        display: block;
    }
}

@media screen and (min-width: 300px) and (max-width: 767px) {
    .mobile-left {
        width: 100%;
    }

    .mobile-right {
        width: 100%;
    }
}

@media screen and (max-width: 520px) {
    .modal-content {
        width: 90%;
    }

    .popup-step1, .popup-step2, .popup-body-top-txt {
        width: 90%;
        margin: 0 auto;
        display: block;
        float: none !important;
    }

    .digit-group input {
        margin: 0px !important;
    }

    .box-2-header {
        text-align: center !important;
    }
}

@media screen and (max-width: 380px) {
    .popup-header {
        font-size: 14px !important;
    }

    .close {
        position: relative;
        top: -8px;
    }
}

@media screen and (min-width: 1441px) {
    .container-popup {
        margin: 0 auto;
    }

    .popup-header {
        text-align: center;
    }

    .mobile-ref.right-section {
        flex: auto;
        flex-wrap: wrap;
        display: block;
    }

    .top-right-text {
        /*display: flex;*/
        min-height: 48px;
        text-align: center;
        justify-content: center;
    }
}

.otp-box input {
    border: none;
    width: 32px;
    height: 24px;
    border: none !important;
    border-radius: 3px;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 15%);
    background-color: #fff;
    margin: 0 7px 0 0;
}

#updpnl .modal {
    background-color: rgba(0,0,0,0.4) !important;
}

.mobile-left img {
    width: 140px !important;
}

.mobile-right img {
    width: 150px !important;
    height: 255px;
}


.lblError.padL10 {
    width: 100%;
    text-align: center;
    float: left;
    padding-top: 10px;
}

@media screen and (min-width: 1240px) {

    .pop-postion-HV {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        margin-bottom: 20px !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1600px) {
    .popup-step2 {
        float: left;
        text-align: left;
    }

    .mobile-right .top-right-text .popup-step2:nth-child(2) {
        width: 80% !important;
    }
}
