.checkout_loading_active::before {
    content: "";
    color: #1c4220;
    font-size: 3.75rem;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 9991;
}

.checkout_loading_active::after {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    position: fixed;
    inset: 0;
    z-index: 999;
}

.checkout_loading_active #wrapper {
    max-height: 200px;
}

.checkout_loading_active .checkout_loader_wrap {
    opacity: 1;
    visibility: visible;
}

.checkout_loading_active:not(.modal-open) #main {
    z-index: auto;
    min-height: 0;
    max-height: 200px;
}

.checkout_loader_wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s ease visibility, .3s ease opacity;
    transition: .3s ease visibility, .3s ease opacity;
    opacity: 0;
    visibility: hidden;
}

.woocommerce-order-pay .woocommerce div[class*="checkout-iframe-"] iframe {
    margin-inline: auto;
    display: block;
    margin-bottom: 3.75rem;
    height: 810px;
}