#mame-checkout-redirect-block {
    z-index: 1000;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.6;
    cursor: wait;
    position: absolute;
}

#mame-checkout-redirect-block-content {
    z-index: 1011;
    position: absolute;
    padding: 20px;
    margin: 0 auto;
    width: 30%;
    text-align: center;
    color: #555;
    border: 3px solid #aaa;
    background-color: #fff;
    cursor: wait;
    line-height: 32px;
    top: 30%;
    left: 35%;
}

.wc_payment_method.payment_method_mame_qrbill_plus img,
.wc_payment_method.payment_method_mame_qr img {
    width: auto;
    height: 100%;
    max-height: 30px;
    vertical-align: middle;
    margin-left: 0.5rem;
}

.mame_qrbill_plus-myaccount-bill,
.mame_qrbill_plus-thankyou-bill,
.mame_qr-myaccount-bill,
.mame_qr-thankyou-bill {
    margin: 0 0 1rem;
}

.mame_qrbill_plus-status,
.mame_qr-status {
    padding: 0.3rem;
    border-radius: 5px;
    color: #fff;
}

.mame_qrbill_plus-status-cancelled,
.mame_qr-status-cancelled {
    background-color: #000;
}

.mame_qrbill_plus-status-unpaid,
.mame_qr-status-unpaid {
    background-color: #d63737;
}

.mame_qrbill_plus-status-partially_paid,
.mame_qr-status-partially_paid {
    background-color: #fd8b26;
}

.mame_qrbill_plus-status-paid,
.mame_qr-status-paid {
    background-color: #1ea607;
}
