.my-nav {
    border-radius: 0 !important;
    justify-content: center;
    text-align: center;
    margin-left: 17px;
    margin-right: 17px;

}

.btn {
    font-family: 'CustomFont', sans-serif !important;
}
.my-img {
    border-radius: 18px;
}
.nav-item:hover {
    background: none;
}

.nav-item:hover a span {
    color: black;
}
.my-img:hover {
    /*background: white;*/
    /*border: solid 1px #0089D1;*/
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #29B354;
    background: none;
}
.nav-link.active span {
    color: #29B354;
}

.p-mask {
    position: absolute;
    top: 75%;
    left: 10%;
    right: 10%;
    text-align: center;
    /*text-transform: uppercase;*/
    font-size: 19px;
    z-index: 100000;
}

.img-mask {
    position: absolute;
    top: 35%;
    left: 10%;
    right: 10%;
    text-align: center;
    font-size: 19px;
    z-index: 100000;
    margin-left: auto;
    margin-right: auto;
}

.input-number-group .input-number-decrement, .input-number-group .input-number-increment {
    display: inline-block;
    width: 22px;
    height: 22px;
    color: #212529;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    border: none;
    background: white;
    border-radius: 3px !important;
    margin-left: 5px;
    margin-right: 5px;
}

.input-number-group .input-number-decrement, .input-number-group .input-number-increment {
    font-size: 23px;
}

.input-number-group .input-number, .input-number-group .input-number-decrement, .input-number-group .input-number-increment {
    font-size: 18px;
    line-height: 18px;
}
.input-number-group .input-number-decrement, .input-number-group .input-number-increment {
    font-weight: normal;
    border: solid 1px #e3e7ea;
}

#info {
    background: #E7E9EE;
}


.input-number-group .input-number {
    background: #ffffff;
    border: none;
    height: 21px;
    /*line-height: 21px;*/
    font-size: 14px;
    border: 1px solid rgba(34, 49, 63, 0.1);
    border-radius: 5px;
    color: black;
}

.img-active {
    background: white;
    border: solid 1px #0089D1;
}

.atm-pm {
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    border-radius: 4px;
}

.my-icon {
    position: absolute;
    top: -10.5%;
    left: 44%;
}
.my-div {
    width: 30%;
    position: relative;
}
.my-div2 {
    width: 5%;
    align-items: center;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}

@media only screen and (max-width: 700px) {
    .my-div {
        position: relative;

        width: 100%;
        margin: 10px;
    }
    .my-div2 {
        display: none;
        width: 5%;
        align-items: center;
        text-align: center;
        margin-top: auto;
        margin-bottom: auto;
    }
}
/*body {*/
/*    font-family: Roboto !important;*/
/*    font-style: normal !important;*/
/*    font-weight: 400 !important;*/
/*    font-size: 12.8px;*/
/*    line-height: 150%;*/
/*    mix-blend-mode: normal;*/
/*}*/
.my-card-outline {
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    width: 140px;
    border: none;
}

.my-card-outline-default {
    border-radius: 8px;
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto;
    border: none;
}

.my-title {
    margin-top: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #006E96;
}

.title {
    font-weight: 100;
    font-style: normal;
    color: unset;
    text-transform: unset;
}

.step-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    /* identical to box height, or 21px */

    align-items: center;
    /*text-transform: uppercase;*/

    /*color: #00577C;*/
    color: black;
}
div.list-bank-2{
    background: #fff;
    min-height: auto;
    padding-bottom: 5px;
    border-radius: 5px;
    max-height: none;
    overflow: no-display;
}

.my-step {
    width: 36px;
    border: solid 1px transparent;
    border-radius: 50px;
    height: 36px;
    background: #DCE6F6;
    color: black;

}
.my-step span {
    font-size: 20px;
}
.my-step .active {
    background: #29B354;
    color: white;
}

.card-bottom {
    border-radius: 8px;
    text-align: center;
    height: 32px;
    background: #E7F4FB;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
.checked {
    background-color: white;
}
.checked > .card-check {
    background-color: white;
    border: 1px solid #006E96;
    box-sizing: border-box;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
}

.card-check {
    background: #F4F5F5;
    padding-top: 5px;
    margin-bottom: 10px;
    border-radius: 8px;
}
.checked > .card-bottom {
    text-align: center;
    width: 100%;
    height: 32px;
    background: #006E96;
    border: 1px solid #006E96;
    border-bottom-left-radius: 10px;
}
.checked .text-choose-package {
    color: white !important;
}
.card-check:hover {
    cursor: pointer;
    /*border: 1px solid #29B354;*/
    border: 1px solid #006E96;
    box-sizing: border-box;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
}
body {
    font-family: 'Roboto Regular 400', sans-serif;
    font-size: 12.8px;
    /*line-height: 150%;*/
}
.text2 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    /* identical to box height, or 21px */

    display: flex;
    align-items: center;
    /*text-transform: uppercase;*/
    /*color: #00577C;*/
}
.padding15px {
    padding-left: 15px;
    padding-right: 15px;
}

.padding-all-15px {
    padding: 15px;
}

.padding-all-25px {
    padding: 25px;
}

@media only screen and (max-width: 768px) {
    .padding15px {
        padding-left: 10px;
        padding-right: 10px;
    }

}
@media only screen and (min-width: 768px) {

    .height100vh {
        height: 100vh;
    }
}
.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 1rem ;
    /*line-height: 1.5;*/
}
.select2-container--bootstrap4 .select2-selection {
    font-size: 1rem ;
}
.select2-selection__rendered {
    font-size: 14px !important;
}
.into-money {
    margin-bottom: 1rem;
}
.star-red {
    color: red;
}
/*/////CHOOSE ON-OFF/////*/
.toggle-switch {
    --width: 40px;
    --height: calc(var(--width) / 2);
    --border-radius: calc(var(--height) / 2);

    display: inline-block;
    cursor: pointer;
    margin-left: 2%;
    margin-bottom: unset;
}
.toggle__input {
    display: none;
}
.toggle__fill {
    position: relative;
    width: var(--width);
    height: var(--height);
    border-radius: var(--border-radius);
    background: #dddddd;
    transition: background 0.2s;
}
.toggle__fill::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: var(--height);
    width: var(--height);
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    border-radius: var(--border-radius);
    transition: transform 0.2s;
}
.toggle__input:checked ~ .toggle__fill {
    background: #2ecc71;
}

.toggle__input:checked ~ .toggle__fill::after {
    transform: translateX(var(--height));
}
/*//////////////*/

@media only screen and (max-width: 600px) {
    body {
        background-color: lightblue;
    }
}

/* external css: flickity.css */

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body { font-family: sans-serif; }

.gallery {
    background: #EEE;
}

.gallery-cell {
    width: 66%;
    height: 200px;
    margin-right: 10px;
    background: #8C8;
    counter-increment: gallery-cell;
}

/* cell number */
.gallery-cell:before {
    display: block;
    text-align: center;
    content: counter(gallery-cell);
    line-height: 200px;
    font-size: 80px;
    color: white;
}

.total-number{
    font-style: normal;
    /* font-weight: bold; */
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #F85656;
}

.btnPrevious{
    background-color: #e8effa;
    border-color: #e8effa;
}

.back-btn {
    background:#006C9A !important;
}

.top-deal {
    text-align: center;
    margin-top: 5%;
    margin-bottom: 2%;
}

.btn-previous {
    font-size: 13px;
    width: 10.5em;
    font-weight: 600;
    height: 3em;
    line-height: 3em;
    background-color: #e8effa;
    border-color: #e8effa;
    float: right;
}
.btn-continues {
    font-size: 13px;
    font-weight: 100;
    height: 3em;
    line-height: 3em;
    background:#B8DFF2 !important;
    color: #006E96;
    float: left;
}
.btn-continues:hover {
    color: black;
}

.btn-redirect {
    font-size: 14px;
    font-weight: 100;
    height: 3em;
    line-height: 3em;
    background:#B8DFF2 !important;
    color: #006E96;
}
.btn-redirect:hover {
    color: black;
}

@media (min-width: 768px) {
    .confirm-md{
        display: block;
    }
    .confirm-sm{
        display: none;
    }

    .cancel-deal {
        padding-right: 10%;
    }
    .continue-deal {
        padding-left: 10%;
    }
}

@media (max-width: 768px) {
    .confirm-md{
        display: none;
    }
    .confirm-sm{
        display: block;
    }

    .cancel-deal {
        padding-right: 1%;
    }
    .continue-deal {
        padding-left: 1%;
    }
}

@media (max-width: 576px) {
    .confirm-md{
        display: none;
    }
    .confirm-sm{
        display: block;
    }

    .cancel-deal {
        text-align: center;
        float: none;
        padding: unset;
        margin-bottom: 2%;
    }
    .continue-deal {
        text-align: center;
        float: none;
        padding: unset;
    }

    .btn-previous {
        float: none;
    }
    .btn-continues {
        float: none;
    }

    .top-deal {
        margin-bottom: 10%;
    }
}

@media (min-width: 1468px) {
    .padding1010{
        padding-left: 60px;
        padding-right: 60px;
    }

    .cancel-deal {
        padding-right: 10%;
    }
    .continue-deal {
        padding-left: 10%;
    }
}

.font-voucher{
    background-color: #F4B207;
    font-size: 14px;
    line-height: 118%;
    font-weight: 600;
}

.none{
    display: none;
}

.inactive-promo {
    cursor: unset !important;
    opacity: 0.4;
}

.border-active {
    border: 1px solid #2996b1;
}

.tooltip-inner {
    background-color: #FFFFFF;
    font-size: 13px;
    text-align: left !important;
    max-width: 18.75em !important;
    color: #222222;
    border: 1px solid #D6D6D6;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #FFFFFF !important;
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #FFFFFF !important;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #FFFFFF !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #FFFFFF !important;
}

.tooltip-arrow {
    background-color: #FFFFFF;
}

.red {
    color: #D93E34;
}

.info-shopping-cart{
    width: 50%;
    margin: 1% auto;
    /*border: 1px solid #D3D6D9;*/
    border-radius: 8px;

}
.back-header{
    width: 50%;
    margin: 1% auto;
}

.info-promo{
    width: 50%;
    margin: 2% auto;
    border-radius: 7px;
}

.info-pay{
    width: 50%;
    margin: 2% auto;
    /*border: 1px solid #D3D6D9;*/
    border-radius: 8px;
}

.info-bank{
    width: 50%;
    margin: 1% auto;
    border-radius: 7px;
}

.info-search-bank{
    margin: 1% auto;
}

.info-main-bank{
    margin: 1% auto;
    /*border: 1px solid #D3D6D9;*/
    border-radius: 7px;
}

.info-package{
    width: 50%;
    margin: 1% auto;
    border-radius: 7px;
}

.info-main-package{
    margin-bottom: 1%;
    /*border: 1px solid #D3D6D9;*/
    border-radius:8px;
    background-color: #ffffff;
}

.info-main-user{
    margin-bottom: 1%;
    /*border: 1px solid #D3D6D9;*/
    border-radius: 8px;
    background-color: #ffffff;

}

#search-bank {
    padding-left: 50px;
    /* background-image: url(http://127.0.0.1:8003/img/logo_bnpl/icon-promotion.svg); */
    background-repeat: no-repeat;
    /* background-size: 6%; */
    background-position-x: 1%;
    background-position-y: center;
    margin: auto;
    width: 40%;
}

#input-evoucher{
    border-radius: 0.4rem 0rem 0rem 0.4rem;
    height: 45px;
    /*padding-left: 50px;*/
}

#evoucher-mrc{
    border-radius: 0rem 0.4rem 0.4rem 0rem;
    height: 45px;
}

.center-main{
    width: 50%;
    margin: auto;
    height: 50%;
}

text{
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    font-style: normal;
}

.info-order-success{
    width: 35%;
    margin: 2% auto;
    border: 1px solid #D3D6D9;
    border-radius: 7px;
    background-color: #F4F5F5;
}

.note-success{
    width: 35%;
    margin: 2% auto;
    border: 1px solid #FFF3E8;
    border-radius: 7px;
    background-color: #FFF3E8;
}

.text-success-1{
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
}
.text-success-2{
    background-color: #FFF3E8;
    width: 10%;
    margin: auto;
    border-radius: 10px;
}
.text-success-2-1{
    font-weight: 400;
    font-size: 12px;
    line-height: 133.33%;
    color: #FF821E;
}
.text-success-3{
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #4D4D4D;
}
.text-success-3-1{
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: red;
}
.text-success-4{
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #4D4D4D;
}
.text-success-4-1{
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: red;
}
.header_img {
    background: #006E96 ;
    padding-top: 0.5rem!important;
}
.product-mobile-sm {
    display: none;
}
.total-bill{
    display: block;
}
.next-footer{
    display: block;
}
.next-footer-sm{
    display: none;
}
.form-search-bank{
    margin: 24px 24px 0 24px;
    position: relative;
}
.form-list-bank{
    padding-left: 15px;
    padding-right: 15px;
}
#search-bank{
    width: 100%;
    background-color: #F4F5F5;
    height: 40px;
    border-radius: 8px;
}
.form-main-user{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 5px;
}
.span-choose-bank{
    padding-left: 8px;
    padding-right: 8px;
}
.span-choose-voucher{
    padding-left: 8px;
    padding-right: 8px;
}
.ticket-box {
    background: white !important;
    border-radius: 0px !important;
    padding: 0px !important;
}
.show-info-pay{
    position: absolute;
    background: white;
    top: -12px;
    border: 0.1rem solid #D3D6D9;
    padding: 5px;
    border-radius: 15px;
    width: 25px;
    height: 24px;
    left: 47%;
}
/*.img-show-info-pay{*/
/*    position: absolute;*/
/*    top: 8px;*/
/*    left: 4px;*/
/*}*/
.table-package-sm{
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.input-package-sm{
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.text-info-pay{
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    font-style: normal;
}
.font-weight-600{
    font-weight: 600;
}
.footer-box-res {
    align-items: center;
    display: flex;
}
.footer-box-res-sm {
    align-items: center;
    display: none;
}
.scrollit {
    overflow:scroll;
    height:200px;
}
.td-choose-store{
    background-color: #ffffff;
    padding: 14px !important;
}
.footer-after{
    background: #F0F0F0;
}
.img-pci-md {
    display: block;
}
.img-secure-md {
    display: block;
}
.input-left-alignment{
    padding: 0.5rem 0 0.25rem 0 !important;
    font-size: 14px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px !important;
}
span.select2-selection__placeholder {
    font-size: 16px !important;
}
.select2-selection__rendered {
    font-size: 14px !important;
}
.navbar-row{
    width: 95% !important;
}
.select2-container{
    padding: 0.5rem 0 0.25rem 0 !important;
}
@media (max-width: 780px) {
    .card-check {
        background: #EFF4FD;
        padding-top: 0px;
        margin-bottom: 0px;
        border-radius: 8px;
    }
    .card-body {
        padding: 0rem;
    }
    .product-mobile-md {
        display: none;
    }
    .product-mobile-sm {
        display: block;
    }
    .font-voucher {
        font-weight: 500;
    }
    body {
        background: linear-gradient(0deg, white, #006E96 80%) no-repeat;
    }
    /*.installment{*/
    /*    border-radius: 20px 20px 0 0;*/
    /*}*/
    .total-bill{
        display: none;
    }
    .next-footer{
        display: none;
    }
    .next-footer-sm{
        display: block;
        display: flex;
    }
    .btn-process-sm{
        width: 5.5em;
    }
    .total-price-bill{
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 150%;
        text-align: right;
        color: #E60A32;
        mix-blend-mode: normal;
    }
    .info-shopping-cart{
        border: none;
    }
    .form-list-bank{
        padding-left: 10px;
        padding-right: 10px;
    }
    .form-main-user{
        padding-left: 10px;
        padding-right: 10px;
    }
}
.navbar-brand-right{
    float: right;
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-left: 1rem;
    margin-right: 7rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

@media (min-width: 780px) {
    .size-info-voucher{
        padding-right: unset !important;
    }

    .size-input-voucher{
        padding-left: unset !important;
    }
}

@media (min-width: 1110px) {
    .info-shopping-cart{
        width: 840px;
    }
    .info-promo{
        width: 840px;
    }
    .info-pay{
        width: 840px;
    }
    .info-bank{
        width: 840px;
    }
    .info-package{
        width: 840px;
    }
    .center-main{
        width: 840px;
    }
    .back-header{
        width: 840px;
    }
    .footer-box{
        width: 840px;
        margin: auto;
        padding: 8px 0 !important;
    }
}
@media (min-width: 1180px) {
    .info-shopping-cart{
        width: 840px;
    }
    .info-promo{
        width: 840px;
    }
    .info-pay{
        width: 840px;
    }
    .info-bank{
        width: 840px;
    }
    .info-package{
        width: 840px;
    }
    .center-main{
        width: 840px;
    }
    .back-header{
        width: 840px;
    }
    .footer-box{
        width: 840px;
        margin: auto;
        padding: 8px 0 !important;
    }
}
@media (min-width: 1280px) {
    .info-shopping-cart{
        width: 840px;
    }
    .info-promo{
        width: 840px;
    }
    .info-pay{
        width: 840px;
    }
    .info-bank{
        width: 840px;
    }
    .info-package{
        width: 840px;
    }
    .center-main{
        width: 840px;
    }
    .back-header{
        width: 840px;
    }
    .footer-box{
        width: 840px;
        margin: auto;
        padding: 8px 0 !important;
    }
}
@media (min-width: 1380px) {
    .info-shopping-cart{
        width: 840px;
    }
    .info-promo{
        width: 840px;
    }
    .info-pay{
        width: 840px;
    }
    .info-bank{
        width: 840px;
    }
    .info-package{
        width: 840px;
    }
    .center-main{
        width: 840px;
    }
    .back-header{
        width: 840px;
    }
    .footer-box{
        width: 840px;
        margin: auto;
        padding: 8px 0 !important;
    }
}
@media (min-width: 1480px) {
    .info-shopping-cart{
        width: 840px;
    }
    .info-promo{
        width: 840px;
    }
    .info-pay{
        width: 840px;
    }
    .info-bank{
        width: 840px;
    }
    .info-package{
        width: 840px;
    }
    .center-main{
        width: 840px;
    }
    .back-header{
        width: 840px;
    }
    .footer-box{
        width: 840px;
        margin: auto;
        padding: 8px 0 !important;
    }
}
@media (min-width: 1580px) {
    .info-shopping-cart{
        width: 840px;
    }
    .info-promo{
        width: 840px;
    }
    .info-pay{
        width: 840px;
    }
    .info-bank{
        width: 840px;
    }
    .info-package{
        width: 840px;
    }
    .center-main{
        width: 840px;
    }
    .back-header{
        width: 840px;
    }
    .footer-box{
        width: 840px;
        margin: auto;
        padding: 8px 0 !important;
    }
}
@media (min-width: 1780px) {
    .info-shopping-cart{
        width: 840px;
    }
    .info-promo{
        width: 840px;
    }
    .info-pay{
        width: 840px;
    }
    .info-bank{
        width: 840px;
    }
    .info-package{
        width: 840px;
    }
    .center-main{
        width: 840px;
    }
    .info-package{
        width: 840px;
    }
    .back-header{
        width: 840px;
    }
    .footer-box{
        width: 840px;
        margin: auto;
        padding: 8px 0 !important;
    }
}
@media (max-width: 1580px) {
    .text-success-2{
        width: 15%;
    }
}
@media (max-width: 1110px) {
    .style_class_info_pay {
        margin-top: 16px !important;
    }
    .margin-listbank-web {
        margin-top: -5px !important;
    }
    .text-success-2{
        width: 20%;
    }
    .info-shopping-cart{
        /*width: 90%;*/
        width: 840px;
    }
    .info-promo{
        width: 90%;
    }
    .info-pay-v3 {
        /*width:  100% !important;*/
        width:  840px !important;
    }
    .info-pay{
        width: 840px;
    }
    .info-bank{
        /*width: 90%;*/
        width: 840px;
    }
    .info-package{
        /*width: 90%;*/
        width: 840px;
    }
    .center-main{
        width: 90%;
    }
    .back-header{
        width: 90%;
    }
    .info-order-success {
        width: 80%;
    }
    .note-success {
        width: 80%;
    }
    .back-header{
        width: 85%;
    }
    .footer-box{
        width: 840px;
        margin: auto;
        padding: 8px 0 !important;
    }
}
@media (max-width: 990px) {
    .my-card-outline {
        width: 135px;
    }
}

@media (max-width: 930px) {
    .my-card-outline {
        width: 120px;
    }
}

@media (max-width: 840px) {
    .my-card-outline {
        width: 105px;
    }
    .text-success-2{
        width: 35%;
    }
    .success{
        background-color: white;
    }
    .total-number{
        display: unset;
    }
    .price-into-production{
        text-align: end;
        margin-right: 30%;
    }
    .product-into-name{
        text-align: end;
    }
    .choose-into-product{
        margin-bottom: 3%;
    }
}

@media (max-width: 568px) {
    .my-card-outline {
        width: 73px;
    }
    .my-title {
        font-size: 12px;
        font-weight: 600;
        color: black;
    }

    .noti_repayment_mobile {
        display: block !important;
    }
    
    .noti_repayment_web {
        display: none;
    }
}

@media (max-width: 768px) {
    .my-card-outline {
        width: 80px;
    }
    .my-title {
        font-size: 14px;
        font-weight: 600;
        color: black;
    }
}
@media (max-width: 576px) {
    .navbar-light{
        padding: unset !important;
    }
    .navbar-brand-right{
        margin-right: 1rem;
    }
    .navbar-row{
        width: 98% !important;
    }
    .input-number-decrement {
        font-size: 21px;
        line-height: 15px;
    }
    .input-number-increment {
        font-family: cursive !important;
    }
    .mb-4{
        margin-bottom: 0rem!important;
    }
    .text-success-2 {
        width: 50%;
    }
    #input-evoucher {
        border-radius: 0.4rem;
        margin-bottom: 5px;
    }
    #evoucher-mrc {
        border-radius: 0.4rem;
    }
    .form-image-product{
        padding: unset;
    }
    .info-main-bank{
        border: 0px solid #D3D6D9;
    }
    .form-search-bank{
        margin: 15px 0 0 0;
    }
    .form-list-bank{
        padding-left: 0px;
        padding-right: 0px;
    }
    .info-bank{
        width: 95%;
    }
    #search-bank{
        width: 95%;
    }
    .footer-box{
        width: 100%;
        margin: auto;
        padding: 8px !important;
    }
    .info-main-package{
        border: 0px solid #D3D6D9;
    }
    .table-note-package{
        display: none;
    }
    .table-info-package{
        padding-right: 0px;
        padding-left: 0px;
    }
    .form-main-user{
        padding-right: 0px;
        padding-left: 0px;
    }
    .info-main-user{
        border: 0px solid #D3D6D9;
    }
    .table-package-sm{
        /*padding: unset;*/
        /*margin: unset;*/
    }
    .img-bank{
        height: 52px !important;
    }
    .span-choose-bank{
        padding-left: 10px;
        padding-right: 8px;
    }
    .span-choose-voucher{
        padding-left: 10px;
        padding-right: 8px;
    }
    .submit-form-transaction{
        float: right !important;
    }
    .previous-form-submit{
        display: none !important;
    }
    .contact-res {
        justify-content: end !important;
        padding-right: 18px;
    }
    .footer-box {
        display: block !important;
    }
    .footer-box-res {
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .footer-box-res-sm {
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .footer-box a {
        font-size: 12px !important;
    }
    .img-pci-md {
        display: none;
    }
    .img-secure-md {
        display: none;
    }
}

.list-bank-img :checked + label img {
    border: 1px solid #006E96 !important;
}
.text-input{
    margin-bottom: 0.5rem;
}
.noti_popup_info {
    display: flex;
    align-items: start;
    background: #E7F4FB;
    border-radius: 8px;
    padding: 12px;
    width: 100%;
}
.noti_popup_info span {
    margin-top: 5px;
    margin-left: 4px;
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 133.33%;
    color: #22313F;
}
footer {
    /*position: fixed;*/
    left: 0;
    bottom: 0;
    width: 100%;
}
.footer-box {
    background: #F0F0F0;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: #000000;
}
.contact-res {
    display: flex;
    align-items: center;
    justify-content: end;
}
.footer-box {
    display: flex;
    justify-content: space-between;
}
.back-res {
    margin-left: -315px;
}
.btn-process {
    font-weight: 500;
}
