/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
 .confirmation-message { font-size: 125%; } .woo-payment-atm--qr_wrap.d-block { display: block !important; text-align: center; } .woo-payment-atm--qr_wrap.d-block img.confirmation-logo-dark { width: 168px; }
li.wc_payment_method.payment_method_acb_payment_gateway img,li.wc_payment_method.payment_method_mbbank_payment_gateway img {
    width: 68px;
}
label[for="payment_method_vicweb_acb"] img {
    width: 50px;
    float: right;
}

.woo-payment-atm--qr_wrap {
    border-color: #e2e2e2;
    border-width: 1px;
    border-style: solid;
    border-radius: 12px;
    margin-bottom: 12px;
    display: inline-flex;
    align-items: center;
    background: #fff;
}

.woo-payment-atm--col_left {
    display: flex;
    flex-direction: column;
    border-radius: 10px 0px 0px 10px;
    padding: 20px 30px;
    border-right: 1px solid #e2e2e2;
}

.payment-info {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border-radius: 10px 0px 0px 10px;
    padding: 20px 30px;
}

.payment-info p {
    font-size: 15px;
}

img.acb-loading--icon {
    max-width: 40px;
}

.payment_desc {
    color: red;
    font-weight: bold;
    border: 1px solid red;
    padding: 1px 10px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 15px;
    cursor: pointer;
}

.note-customer {
    display: block;
    font-weight: 500;
    background: #f3f3f3;
    padding: 5px;
    border-radius: 5px;
    margin: 15px auto;
}

.vicweb-logo--acb_wrap img {
    width: 50px;
    margin-right: 10px;
    vertical-align: middle;
    padding: 5px;
    background-color: #fff;
}

@media screen and (max-width: 540px) {
    .woo-payment-atm--qr_wrap {
        flex-basis: 100% !important;
        flex-direction: column;
        margin-bottom: 15px;
    }

    .vicweb-qrcode--image {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.vicweb-success-wrap {
    margin: 20px auto;
}

#vicweb_popup_wrap {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .86);
    left: 0;
    top: 0;
    z-index: 10000;
    position: fixed;
    display: none;
    visibility: hidden;
}

#vicweb_popup_wrap.show {
    display: block;
    visibility: visible;
}

.vicweb-gateway-result {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 500px;
    width: 100%;
    min-height: 150px;
    background: #fff;
    border-radius: 5px;
    padding: 30px;
}

.success-animation {
    margin: 20px auto;
}

.checkmark {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #4bb71b;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4bb71b;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position: relative;
    top: 5px;
    right: 5px;
    margin: 0 auto;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #4bb71b;
    fill: #fff;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {

    0%,
    100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
}


.vicweb-qrcode--wrap_container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 15px;
    overflow: hidden;
}
.vicweb-qrcode--wrap_container[data-frame=""]{
    width: 240px;
    height: 240px;
}
.vicweb-qrcode--wrap_container>span {
    position: absolute;
    z-index: 2;
}

span.vicweb-qrcode--wrap_left {
    top: 0;
    left: 0;
}

span.vicweb-qrcode--wrap_right {
    top: 0;
    right: 0;
    transform: rotate(90deg);
}

span.vicweb-qrcode--wrap_bottomr {
    bottom: 0;
    left: 0;
    transform: rotate(270deg);
}

span.vicweb-qrcode--wrap_bottoml {
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}

.vicweb-qrcode--scan {
    top: 242px;
    z-index: 1;
    animation-duration: 1.4s;
    animation-name: qrscan;
    animation-iteration-count: 6;
    animation-direction: alternate;
    position: absolute;
}

@keyframes qrscan {
    0%{
        top: 230px
    }
    100%{
        top: 0
    }
}




.payment-cta h1 {
                font-size: 1.3rem;
                font-weight: 500;
                line-height: 1.5rem;
            }

            .payment-form .payment-content {
                background: url(https://static.mservice.io/jk/momo2020/img/intro/qrcode-pattern.png) 10px 10px no-repeat, linear-gradient(0deg, #c1177c, #e11b90);
                padding-bottom: 5%
            }

            .payment-form .expire-content .box-expire {
                background-color: rgb(255 240 246);
            }

            .payment-form .expire-content .box-expire .expire-text {
                color: rgb(216 45 139);
            }

            .payment-qr {
                min-width: 350px;
            }

            .payment-form .expire-content .box-expire .time-box {
                background-color: #f3d4e6;
            }
            
            .row.payment-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
                .row.payment-form .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
        .row.payment-form .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    
    
    .col-lg-4, .col-lg-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}


.woocommerce-order-received .woocommerce .col {
    flex-basis: 100% !important;
    max-width: 100% !important;
}