.wc_payment_method.payment_method_paymongo
    .payment_box.payment_method_paymongo {
    /* background: #fff;
    border: 2px solid #00b879;
    border-radius: 5px; */
    position: relative;
}

.wc_payment_method > label:first-of-type img.paymongo-method-logo {
    max-width: 100px;
}

.payment-method-paymongo_paymaya > label:first-of-type img.paymongo-method-logo {
    max-width: 80px;
}

.cynder-credit-card-form.cynder-payment-form > .form-row {
    margin-bottom: 10px;
}

.paymongo-modal.modal {
    min-height: 50%;
    min-width: 60%;
    max-width: 700px;
    z-index: 12;
}

.woocommerce-page .blocker {
    z-index: 11;
}

.paymongo-modal.modal iframe {
    max-width: 100%;
    width: 100%;
    min-height: 300px;
    border: 0;
}

.paymongo-loading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    border-radius: 5px;
    opacity: 1;
    background-color: #eee;
    text-align: center;
    vertical-align: middle;
}

.paymongo-roller {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.paymongo-roller div {
    animation: paymongo-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.paymongo-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #00b879;
    margin: -4px 0 0 -4px;
}

.paymongo-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.paymongo-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.paymongo-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.paymongo-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.paymongo-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.paymongo-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.paymongo-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.paymongo-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.paymongo-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.paymongo-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.paymongo-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.paymongo-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.paymongo-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.paymongo-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.paymongo-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.paymongo-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@keyframes paymongo-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.my-1 {
    /* background-color: red !important; */
    margin-block: 1rem !important;
}

.d-block {
    display: block !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.mr-1 {
    margin-right: 1rem !important;
}

.s-7 {
    width: 7rem !important;
    min-height: 7rem !important;
}

.tenure-label {
    float: right !important;
    margin-left: 1rem !important;
    margin-inline-start: auto !important;
    padding-left: 1rem !important;
}

.installment-logo {
    font-size: smaller !important;
    margin-inline-start: auto !important;
    float: right !important;
    padding-left: 1rem !important;
    position: relative;
    z-index: 1;
    margin-bottom: 0.5rem;
}

.mw-10 {
    min-width: 10rem !important;
}

.required {
    color: red !important;
}

.bank-label {
    margin-bottom: 0.7rem !important;
    line-height: 2 !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.hidden {
    display: none !important;
}

.ml {
    margin-left: 0.5rem !important;
}

.disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}