﻿body
{
}

.label-xs {
    font-size: 12px !important;
}

.h-divider {
    border-bottom: 2px solid #E6E6E6;
}

.v-divider {
    border-right: 2px solid #E6E6E6;
}

.hidden {
    display: none;
}

/* Merchant Login - Start*/
#merchant-wrapper {
    width: 1000px;
    border: 1px solid #E6E6E6;
}

#merchant-logo {
    padding: .5rem;
}

#deposit-info {
    border-right: 1px solid #E6E6E6;
    background-color: #FAFEFF;
    padding: 1rem;
}

#divTimer {
    min-height: 50px;
}

#deposit-steps, #error-wrapper, #timeout-wrapper, #fail-wrapper {
    background-color: white;
}

.deposit-title {
    color: #85ADD3;
    font-weight: bold;
}

@media screen and (max-width: 1000px) {
    #merchant-wrapper {
        width:100%;
        margin: 0 !important;
    }

    #merchant-logo {
        padding: 0;
    }

    #deposit-info {
        border-right: 0;
        border-bottom: 1px solid #E6E6E6;
        padding: 0 1rem;
    }

    #divTimer {
        margin-bottom: 10px;
    }

    #divComplete {
        text-align: center;
        --bs-gutter-x: 0;
    }
}

@media screen and (min-width: 1000px) {
    .steps .step:first-child {
        margin-left: -40px !important;
    }

    .step-content {
        min-width: 7rem !important;
    }

    .step-circle::before {
        width: calc(7rem + 1rem - 1.5rem) !important;
    }
}
/* Merchant Login - End*/

/*overwrite bootstrap region*/
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    pointer-events: unset !important;
    cursor: not-allowed;
}

.progress-bar {
    background-color: #fff !important;
}
/*overwrite bootstrap region*/
/* VNDeposit - Start */
.wrap {
    max-width: 600px;
    width: 90%;
    margin: 24px auto;
    color: #222222;
}

.box {
    border-radius: 14px;
    background-color: #ffffff;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.15);
    overflow: hidden;
}

    .box .top {
        border-bottom: 1px solid #eeeeee;
        padding: 1.5em 2em;
    }

    .box .content {
        padding: 2em 2em 1em;
        text-align: center;
    }

    .box .deposit {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 14px;
        text-align: right;
        float: right;
        margin-top: 0.3em;
        line-height: 1;
    }

        .box .deposit .amount {
            font-size: 22px;
            line-height: 1.4em;
        }

    .box .details {
        line-height: 1.6em;
        font: normal 15px / 1.6em sans-serif;
    }

        .box .details label {
            width: 140px;
        }

        .box .details label, .box .details .separator {
            color: #444444;
            display: inline-block;
        }

        .box .details .separator {
            margin-right: 0.5em;
        }

        .box .details .value {
            font-weight: bold !important;
            display: inline-block;
            margin: 0;
            padding: 0;
            border: 0;
            vertical-align: baseline;
        }

.deposit-step {
    background-color: #F5F5F5;
    position: relative;
    padding-top: 25px;
    padding-bottom: 40px;
}

    .deposit-step .path {
        border-top: 2px solid #222222;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        max-width: 342px;
    }

        .deposit-step .path .step {
            position: absolute;
            top: -9px;
            width: 60px;
            text-align: left;
        }

            .deposit-step .path .step.step1 {
                left: 0;
            }

            .deposit-step .path .step.step2 {
                left: 50%;
            }

            .deposit-step .path .step.step3 {
                left: 99%;
            }

            .deposit-step .path .step .dot {
                width: 12px;
                height: 12px;
                border-radius: 50%;
                border: 2px solid #222222;
                background-color: #f5f5f5;
                margin-top: 3px;
            }

                .deposit-step .path .step .dot.active {
                    background-color: #222222;
                }

            .deposit-step .path .step .name {
                font-weight: bold;
                text-align: center;
                font-size: 12px;
                margin-left: -45px;
            }

.content.inside-bank {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
}

.bank-header img {
    height: 80px;
    margin: 10px;
}

.form {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
}

.form-row {
    margin: 10px 0px;
}

.form-input {
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    padding: 3px 5px;
    display: flex;
}

    .form-input input {
        border: 0px;
        padding: 10px 10px 10px 5px;
        font-size: 15px;
        font-weight: bold;
    }

.form-input-icon {
    width: 38px;
    height: 38px;
    vertical-align: middle;
}

    .form-input-icon.username {
        background: transparent url(../img/icon/icon-username.svg) center center no-repeat;
    }


    .form-input-icon.password {
        background: transparent url(../img/icon/icon-key.svg) center center no-repeat;
    }

    .form-input-icon.identity {
        background: transparent url(../img/icon/icon-identity.svg) center center no-repeat;
    }

.form-input-element {
    vertical-align: middle;
    width: calc(100% - 42px);
}

    .form-input-element input {
        width: 100%;
        box-sizing: border-box;
    }

.form-button {
    display: inline-block;
    border: 0px;
    background-color: #222222;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 13px 15px;
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
}

    .form-button.sab {
        background-color: #00aeef !important;
    }
    .form-button.vcb {
        background-color: #00502F !important;
    }
    .form-button.vtn {
        background-color: #006BA0 !important;
    }
    .form-button.dab {
        background-color: #141ED2 !important;
    }
    .form-button.acb {
        background-color: #20419A !important;
    }
    .form-button.bidv {
        background-color: #21409a !important;
    }
    .form-button.vib {
        background-color: #0066B3 !important;
    }
    .form-button.tec {
        background-color: #E02329 !important;
    }
    .form-button.mbb {
        background-color: #08519E !important;
    }

    .form-button.disabled, .form-button:disabled {
        pointer-events: unset !important;
        cursor: not-allowed;
    }

.timer {
    margin-top: 1em;
}

    .timer .clock {
        font-size: 12px;
        font-weight: bold;
        color: #CC3333;
        background: transparent url(../img/icon/icon-clock.svg) left center no-repeat;
        display: inline-block;
        line-height: 24px;
        padding-left: 30px;
    }

.box .bottom {
    padding: 0 2em 1em;
}

.bottom .secure {
    font-size: 12px;
    text-align: right;
    line-height: 16px;
}

    .bottom .secure span {
        display: inline-block;
        background: transparent url(../img/icon/icon-secure.svg) left center no-repeat;
        padding-left: 1.4em;
        vertical-align: middle;
    }

.footer {
    padding-left: 1em;
    padding-right: 1em;
}

    .footer .footnote {
        font-size: 12px;
        margin-top: 1.4em;
    }

        .footer .footnote label {
            font-size: 13px;
            font-weight: bold;
        }

        .footer .footnote ol {
            margin-top: 1em;
            list-style: decimal;
            padding-left: 1.4em;
            margin-left: 0.4em;
        }

            .footer .footnote ol li {
                margin: 0.5em 0;
                line-height: 1.4em;
                padding-left: 1em;
                font-weight: normal;
                font-size: 12px;
            }

.deposit-icon {
    width: 50px;
    margin-bottom: 0.5em;
}

.inside-bank .instruction {
    font-size: 14px;
    margin: 1em 0 1.2em;
    line-height: 1.4em;
}

.qrcode-Img {
    margin-left: -40px;
}

@media only screen and (max-width: 600px) {
    .box .top {
        padding: 0px;
    }

    .box .deposit {
        margin-top: 0px;
        padding: 1.2em 2em;
        font-size: 13px;
        float: none;
        text-align: center;
        border-bottom: 1px solid #dddddd;
    }

        .box .deposit .amount {
            font-size: 20px;
            line-height: 1.2em;
        }

    .box .details {
        padding: 1.2em 2em;
        font-size: 13px;
    }

        .box .details label {
            width: 40%;
        }

    .deposit-step .path .step {
        top: -7px;
    }

    .box .content {
        padding: 1em 2em;
    }

    .box .content.inside-bank {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 10px;
    }

    .bottom .secure {
        text-align: center;
    }
}
/* VNDeposit - End */

/* WPDeposit - Start */
.level {
    height: auto;
    float: left;
    width: 100%;
}

.main .title {
    color: #343F4B;
    /*font-family: Lato;*/
    font-family: none;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 20px;
    /*text-align: left;*/
    text-align: center;
}

.main .amount {
    color: #343F4B;
    font-family: Lato;
    font-size: 3.6em;
    font-weight: 700;
    line-height: 54px;
    /*text-align: left;*/
    text-align: center;
}

.purple {
    position: relative;
    background: #f5f5f5;
}

    .purple:before,
    .purple:after {
        content: "";
        position: absolute;
        background: #f5f5f5;
        top: 0;
        bottom: 0;
        width: 9999px;
    }

    .purple:before {
        right: 100%;
    }

    .purple:after {
        left: 100%;
    }

.width-100 {
    width: 100% !important;
}

.margin-auto {
    margin: auto;
}

.padding-0 {
    padding: 0px;
}

.wrapper-middle {
    display: block;
    float: left;
    margin-top: 5vh;
    margin-bottom: 5vh;
}

.wrapper-bottom {
    height: auto;
    float: left;
    min-height: auto;
    display: table;
    background-color: #f5f5f5;
}

    .wrapper-bottom .wrapper-bottom-content {
        width: 100%;
        margin: auto;
        padding-top: 0px;
        color: #434d58;
    }

.wrapper-bottom-content .content {
    width: 100%;
    margin: auto;
    padding-top: 0px;
    padding-bottom: 0px;
}

.wrapper-bottom-content .title {
    color: #343F4B;
    font-family: none;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    margin: 30px auto;
    text-transform: uppercase;
    font-size: 2em;
}

.wrapper-bottom-content .content .b {
    color: #343F4B;
    font-family: none;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    font-size: 2em;
}

.b > li {
    margin-bottom: 15px;
    line-height: 25px;
}

.box-header {
    height: auto;
    float: left;
    display: table;
    width: 100%;
}

    .box-header .box-header-right {
        width: auto;
        float: right;
    }

.box-header-right .selected-language-icon {
    float: left;
    width: auto;
    height: auto;
    min-height: 42px;
    font-size: 26px;
    margin: 0px 10px;
}

.selected-language-input {
    float: left;
    height: auto;
    width: auto;
}

    .selected-language-input > select {
        min-width: 120px;
        border-radius: 5px;
        background-color: #FFFFFF;
        border: 1px solid #8492A6;
        border-radius: 5px;
        width: 150px;
        height: 38px;
    }

.box-middle {
    float: left;
    width: 100%;
}

    .box-middle .box-middle-header {
        float: left;
        width: 100%;
    }

.box-middle-header .title {
    color: #343F4B;
    font-family: none;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    margin-bottom: 5px;
}

.box-middle-header .content {
    float: left;
    width: 100%;
    background-color: #FCFCFC;
    padding: 8px 0px;
    margin-bottom: 10px
}

.box-middle-content {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}

.content .content-element {
    width: 100%;
    float: left;
    color: #343F4B;
    font-family: none;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 19px;
    text-align: center;
}

.box-middle-content .content-left,
.box-middle-content .content-right {
    margin: 0px;
    padding: 5px;
}

.box-middle-content .content-left {
    display: table;
}

.box-middle-footer .btn-confirm {
    background-color: #373D57;
}

.btn-confirm,
.btn-cancel {
    width: 100%;
    height: 53px;
    padding: 0px;
    line-height: 53px;
    text-transform: uppercase;
    border-radius: 0px;
}

.btn-confirm {
    color: #FFFFFF;
    font-family: none;
    /*font-family: Lato;*/
    font-size: 1.6em;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}

.box-middle-footer .btn-cancel {
    background-color: #FFFFFF;
    border: 2px solid #373D57;
}

.btn-cancel {
    color: #343F4B;
    font-family: none;
    /*font-family: Lato;*/
    font-size: 1.6em;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}

.btn-confirm:hover {
    color: #fff;
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233);
}

.btn-cancel:hover {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233);
}

.content-left .bank-icon {
    display: table;
    margin: auto;
    vertical-align: middle;
    margin: auto;
    text-align: center;
}

.fixed-bank-icon {
    display: block !important;
    width: 100%;
    height: 100%;
}

    .fixed-bank-icon > img {
        width: 100%;
    }

.content-left .bank-icon > img {
    max-height: 100%;
    max-width: 100%;
}

.box-middle-content .content-right {
    float: left;
    display: table;
}

.content-left .main,
.content-right .main {
    width: 100%;
    padding-left: 5px;
}

.box-middle-footer {
    float: left;
    width: 100%;
}

    .box-middle-footer .footer-element {
        padding: 0px 5px;
    }

    .box-middle-footer .btn-confirm {
        background-color: #373D57;
    }

#box-lockscreen i {
    position: fixed;
    top: calc(45% - 24px);
    left: calc(50% - 24px);
    z-index: 2001;
    color: cadetblue;
    cursor: progress;
}

#box-lockscreen .lockscreen {
    background: #d2d6de;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    opacity: 0.3;
    z-index: 2000;
    cursor: progress;
}

@media only screen and (max-width: 769px) {
    body {
        font-size: 80%;
    }

    .box-header .box-header-right {
        margin: auto;
        float: none;
        display: table;
    }

    .wrapper-middle {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .box-middle-content .content-right {
        height: auto;
    }

    .box-middle-content .content-left {
        margin-bottom: 20px;
    }

    .box-middle-content {
        margin-bottom: 5px;
    }

    .content .content-element {
        font-size: 10px;
    }

    .main .title {
        text-align: center;
        font-size: 2.5em;
    }

    .main .amount {
        text-align: center;
        font-size: 6em;
    }

    .bank-icon {
        height: auto;
    }

    .box-middle-footer .footer-element {
        margin-bottom: 10px;
    }

    .box-middle-header .title {
        margin-bottom: 5px;
    }

    .box-middle-header .content {
        margin-bottom: 5px;
    }

    .title > p {
        margin: 0 0 5px;
    }
}

p#otp-notice, #ocbc-no-refcode, #uob-no-refcode {
    color: #f95f62;
    font-family: none;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 15px;
    display: none
}

.wrapper-middle, .wrapper-bottom {
    padding-left: 2%;
    padding-right: 2%
}

.field-icon {
    position: absolute;
    z-index: 3;
    font-size: 20px;
    left: 90%;
    line-height: 2.3 !important;
}

.box-middle-header .content {
    margin-top: 20px
}

.main .title {
    margin: auto;
    text-align: center;
    margin-bottom: 10px
}

.box-middle-header .content {
    margin-top: 20px
}

.progress-bar {
    background-color: transparent;
    box-shadow: none
}

.status-bar {
    width: 67%;
}

.current-status {
    width: 0%;
    transition: width 0ms linear 0s;
}

.section {
    width: 33.33333333333333%;
}

.box-middle-content > .content-right, .box-middle-content > .content-left {
    height: 100%;
}

.main .input-group {
    width: 100%;
    margin-bottom: 10px
}

.main input, .main select {
    color: #969faa;
    font-family: none;
    font-size: 1.6em;
    font-weight: 400;
    line-height: 2em;
    width: 100%;
    text-align: left;
    height: 47px;
    border-radius: 0
}

.main #notice {
    color: #f95f62;
    font-family: none;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 15px
}

.main #errMessage {
    color: #f95f62;
    font-family: none;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 0;
    text-transform: uppercase
}

.main button, .main a {
    color: #fff;
    font-family: none;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    height: 53px;
    background-color: #373d57;
    padding: 0;
    margin: 0;
    line-height: 53px
}

    .main button:hover, .main button:focus, .main a:hover, .main a:focus {
        color: #fff;
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233)
    }

.submit-otp-content title {
    text-align: center
}

.submit-otp-content {
    color: #343f4b;
    font-family: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    width: 100%;
    text-align: left;
    background-color: #f5f5f5
}

    .submit-otp-content .content-ele {
        margin: 7px 0;
        float: left;
        width: 100%
    }

.content-ele .name {
    color: #343f4b;
    font-family: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    text-align: left;
    text-transform: uppercase;
    width: 140px;
    float: left
}

.content-ele .info {
    color: #343f4b;
    font-size: 15px;
    font-family: none;
    line-height: 19px;
    text-align: left;
    text-transform: uppercase;
    float: left;
    font-weight: 100
}

.form-result .title {
    text-align: left
}

.form-result .message-content {
}

.form-result span {
    color: #343f4b;
    font-family: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    text-align: left
}

.form-result .text-danger {
    color: #d43d40
}

.form-result .text-success {
    color: #92d478
}

.form-result .text-warning {
    color: #e0995e
}

.form-result .result-icon-ele {
    display: table;
    margin: auto
}

.form-result i {
    font-size: 70px
}

.loading-content {
}

@media only screen and (min-width:769px) {
    .newTCB {
        position: absolute;
        left: -353px;
        bottom: 46px;
        max-width: 350px !important
    }
}

@media only screen and (max-width:599px) {
    .form-result i {
        font-size: 90px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:769px) {
    .wrapper-middle {
        margin-top: 0;
        margin-bottom: 10px
    }

    .content .content-element {
        font-size: 10px
    }

    .content-right, .content-left {
        height: auto
    }

    .main #errMessage {
        font-size: 1.8em;
        font-weight: 700;
        line-height: 15px
    }

    .main #notice {
        font-size: 1.6em;
        font-weight: 700;
        line-height: 15px
    }

    .main .title {
        font-size: 15px;
        text-align: center
    }

    .submit-otp-content .info, .submit-otp-content .name {
        font-size: 12px
    }

    .form-result .title {
        font-size: 25px;
        text-align: center
    }

    .form-result .title, .form-result span {
        text-align: center
    }

    .form-result i {
        font-size: 90px;
        margin-bottom: 20px
    }
}
/* WPDeposit - End */