@font-face {
    font-family: TT Travels;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/TT-Travels-Medium.otf') format("opentype");
}

.otp-timer {
    display: block;
    margin-top: 10px;
    color: #ed2222;
    font-size: 16px;
    text-align: right;
    text-decoration: underline;
}
.hidden{
    display:none;
}

.bank_transfer_page {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    margin: 10% 0% 20% 0%;
    padding: 0%;
    border-radius: 5px;
}
#dynamicbanner .Banner {
    margin-top: 0px;
}

#dynamicbanner .sr-only {
    display: none;
}
.form-group.required .control-label:after {
    content: "*";
    color: red;
}

.transferDetailGroup {
    margin-left: 5px !important;
}

.modal-backdrop.in {
    opacity: 0 !important;
    z-index: -1 !important;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    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 */
}

.form-check-input:checked {
    background-color: #0056b3; /* Dark blue background for selected state */
    border-color: #0056b3; /* Border color matches the background */
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25); /* Blue glow on focus */
}

.form-check-label {
    cursor: pointer;
}
html {
    height: 100%;
}

body {
    font-family: 'sansa_pro_normalregular';
    font-size: 13px;
    color: #293893;
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    min-height: 100%;
}

label {
    font-weight: bold;
}

header {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 11px 0px #a2a2a2;
    position: relative;
}

.hr {
    width: 100%;
    background-color: #293895;
    height: 10px !important;
    margin: 0px !important;
}

.logo {
    float: left;
}

    .logo img {
        padding: 5px 0px;
        width: 210px;
    }


/*footer {
    width: 100%;
    background-color: #1c2578;
    color: #fff;
    float: left;
    position: fixed;
    bottom: 0;
}
*/

.login_page, .bank_transfer_page {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    margin: 10% 0% 15% 0%;
    padding: 0%;
    border-radius: 5px;
}

.login_h1 {
    width: 94%;
    font-family: 'sansa_pro_normalregular';
    float: left;
    text-align: center;
    padding: 4% 0% 2% 0%;
    margin: 0% 3% 3% 3%;
    border-bottom: 1px solid #ccc;
    position: relative;
    text-transform: none;
    font-size: 22px;
    font-weight: bold;
}

.login_spn {
    position: absolute;
    left: 37%;
    bottom: -1px;
    width: 26%;
    height: 3px;
/*    background: #f00;
*/

}
.capswing {
    background: var(--Secondary-color) url(https://uat.in.pluxee.tools/Pluxee_Library/images/plx-ic-refresh.svg) no-repeat center !important;
    border: 2px solid var(--primary-color);
    border-radius: 0px;
    background-size: 27px;
    float: left;
    padding: 15px 25px 15px 25px;
    background-position: 11px 5px;
    cursor: pointer;
    width: 40px;
    height: 42px;
}

.NoteCSS {
    font-size: smaller;
    color: red;
}

.form_div {
    float: left;
    width: 90%;
    margin: 0% 5% 3% 5%;
}

.my-btn {
    font-size: 14px;
    text-transform: uppercase;
}


#_cancel_confirmation {
    background: #f00;
    border: 1px solid #f00;
}

.wallet_text, .amount_text {
    padding-top: 7px;
}

#_submit_confirmation, #_cancel_confirmation {
    margin-right: 5px;
    margin-bottom: 10px;
}

.btn-danger {
    background: #283895;
    border: 1px solid #283895;
}

    .btn-danger:hover {
        background: #f00;
        border: 1px solid #f00;
    }

.transactionsuccessfully {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 10% 0% 10% 0%;
    padding: 20px;
}

    .transactionsuccessfully h1 {
        text-align: center;
        float: left;
        width: 100%;
        text-transform: uppercase;
        font-weight: bold;
        padding: 5% 0% 3% 0%;
    }

    .transactionsuccessfully .h2 {
        float: left;
        width: 100%;
        text-align: center;
        line-height: 35px;
        padding: 5% 0% 5% 0%;
        font-size: 25px;
    }

    .transactionsuccessfully .h3 {
        float: left;
        width: 100%;
        text-align: center;
        line-height: 20px;
        padding: 0% 0% 5% 0%;
        font-size: 16px;
        font-weight: 600;
    }

    .transactionsuccessfully .h4 {
        float: left;
        width: 100%;
        text-align: center;
        line-height: 20px;
        padding: 0%;
        font-size: 14px;
        font-weight: 600;
    }

    .transactionsuccessfully .note {
        text-align: left !important;
        font-style: italic !important;
        font-size: 12px !important;
        color: #f00 !important;
    }


    /*for note*/
.note {
    float: left;
    width: 100%;
    background: #e1e4fa;
    border-radius: 5px;
    padding: 15px 20px;
    margin-bottom: 20px;
}

    .note p {
        font-weight: bold;
        padding: 0;
        margin: 0;
    }

    .note ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .note ul li {
            list-style-type: disc;
            padding: 0px 0px 0px;
            margin: 6px 0px 0px 30px;
        }
/*for note*/
.notify {
    float: left;
    width: 100%;
}
.notifyKyc {
    float: left;
    width: 100%;
}
.notifyActivation {
    float: left;
    width: 100%;
}

    .transactionsuccessfully button {
        margin-top: 20px;
    }

.ok_icon {
    float: left;
    width: 100%;
    text-align: center;
}

.check_icon {
    font-size: 40px !important;
}

.error_icon {
    font-size: 40px !important;
    color: #f00;
}

.transactionDeclined {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 10% 0% 10% 0%;
}

    .transactionDeclined h1 {
        text-align: center;
        float: left;
        width: 100%;
        color: #f00;
        font-weight: bold;
        padding: 1% 0% 10% 0%;
    }

.cross_icon {
    float: left;
    width: 100%;
    text-align: center;
    margin: 15% 0% 0% 0%;
    color: #f00;
}

.x_icon {
    font-size: 60px;
}

.capswing {
    background: #c83529 url('../img/capcha_refresh.png') no-repeat right;
    border: 1px solid #a71e14;
    border-radius: 3px;
    background-size: 22px;
    float: left;
    padding: 15px 15px 15px 25px !important;
    background-position: 9px 7px;
    cursor: pointer;
    width: 30px !important;
    height: 30px;
}

.captcha_ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}

    .captcha_ul li {
        float: left;
    }

.cap_img {
    width: 80%;
}

.cap_btn {
    width: 17%;
    margin-left: 3%;
}

.bodymodal {
    font-size: 15px;
}
.removCardrives{
    display:none;
}
.marginadded {
    margin-right: 38px;
}
.addingspace {
    margin-left: 10px;
}
.submitbutton {
    display: none;
}
.textcenter {
    display: none;
}
.Redcolur{
    color:red;
}
.h4style {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.driverdetailfont {
    font-size: 20px;
    margin-right: 9px;
}

.formgroup1 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: end;
}
.driverdetailradio {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}


#ActCaptcha {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 33px;
}

.information_div {
}
.InfoMessage {
    float: left;
    width: 90%;
    margin: 15% 5% 15% 5%;
    border-radius: 5px;
    padding: 30px;
    background: #e1e4fa;
    color: #1c2578;
    font-size: 20px;
    line-height: 39px;
    border: 1px solid #1c2578;
}
#btnLogout {
    align-self: center;
    /*font-weight: bold;*/
    border: #fff;
    background-color: #293893;
    /* color: #f00;*/
    font-family: inherit;
    font-weight: normal;
    color: #fff;
}

.OTP_Validation_div {
    display: none;
}

.PanDetails_div {
    display: none;
}

.confirmation_div {
    display: none;
}

.not-get-otp {
    float: right;
}

    .not-get-otp a {
        font-size: 17px;
        margin-top: 10px;
        color: #0057ff;
        text-decoration: underline;
    }

       

.not-get-termsconditions {
    float: none;
}

    .not-get-termsconditions a {
        font-size: 10px;
        color: #f00;
        text-decoration: underline;
    }

        .not-get-termsconditions a:hover {
            font-size: 10px;
            color: #283895;
            text-decoration: none;
        }

.form-control {
    font-size: 13px;
}

.alert {
    padding: 10px;
}

#error {
    position: relative;
    height: 100vh;
}

    #error .error-wrapper {
        max-width: 600px;
        width: 100%;
        padding-left: 160px;
        line-height: 1.1;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

body {
    font-family: Arial, Helvetica, sans-serif;
}

#wallet {
    color: #999999;
}

.ul-list-style-none {
    list-style-type: none;
}

.padding-left-10 {
    padding-left: 10px;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.notifyKyc,
.notifyActivation {
    border: 1px solid transparent;
    border-radius: 4px;
    display: none;
    padding: 5px;
    margin-bottom: 10px;
}

.notify {
    /*display: none;*/
}

.bank_transfer_page {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    margin: 10% 0% 20% 0%;
    padding: 0%;
    border-radius: 5px;
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
}

.transferDetailGroup {
    margin-left: 5px !important;
}

.modal-backdrop.in {
    opacity: 0 !important;
    z-index: -1 !important;
}
.infoofcard {
    font-size: smaller;
    color: red;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    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 */
}

.error-wrapper h3 {
    text-transform: uppercase;
}
.LayoutDiv {
    clear: both;
}
.error-wrapper .error-section {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 120px;
    height: 120px;
    background-image: url('/Content/Images/emoji.png');
    background-size: cover;
}

.error-wrapper h1 {
    font-size: 45px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 5px !important;
    text-transform: uppercase;
}

.error-wrapper h2 {
    font-size: 21px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.error-wrapper p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}



.error-section h1 > span {
    text-shadow: -8px 0px 0px #fff;
}
.amount-filed{
    width:92% !important;
}

.removingSpace {
   
    margin: 0% 5% 0% 5% !important;
}

.alighnementcorrect {
    margin: 0% 7% 0% 5% !important;
}
.alighmentcheck {
    padding:0% 4% 0% 0% !important;
}

@media only screen and (min-width: 200px) and (max-width: 600px) and (orientation: portrait) {
    .li_text mobileview{
        display:none
    }

    .note {
        float: left;
        width: 96%;
        background: #e1e4fa;
        border-radius: 5px;
        padding: 15px 20px;
        margin: 0% 2%;
    }

    
    .logo-wrapper {
        background: #221c46 !important;
        padding-left: 5% !important;
        padding-right: 60px !important;
        -ms-flex: 0 0 400px !important;
        flex: 0 0 400px !important;
        height: 55px !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        display: -ms-flexbox !important;
        display: flex !important;
        position: relative !important;
        overflow: hidden !important;
        margin: 0px 0px 0px 45px !important;
    }

    .sizedcheck{
        margin: 0 5% !important;
    }

    .amount-filed {
        width: 99% !important;
    }

    .addingspace {
        margin-bottom: 10px !important;
    }

    
    
}

@media only screen and (min-width: 100px) and (max-width: 900px) {

    .transactionsuccessfully h1 {
        font-size: 30px;
    }

    .li_text mobileview {
        display: none
    }

    .modal-content {
        height: 40% !important;
    }

    .transactionsuccessfully h2 {
        font-size: 20px;
    }

    .my-btn {
        width: 100%;
    }

    .form-control {
        font-size: 13px;
    }

    .Removeinmobileview {
        display: none;
    }


    #error .error-wrapper {
        padding-left: 30px;
    }

    footer {
        width: 100%;
        background-color: #1c2578;
        color: #fff;
        float: left;
        position: relative;
        bottom: 0;
    }

    .InfoMessage {
        margin-bottom: 200px;
    }

    .plx_title_h1 {
        color: var(--primary-color);
        font-size: 18px !important;
        padding: 12px 0px 12px 20px;
        margin: 0px 0px 30px 0px;
        font-weight: bold;
        background: var(--Secondary-color);
        position: relative;
        font-family: 'TT Travels', Verdana, sans-serif;
        line-height: 26px;
        background-size: 38px;
    }

    

   
}
