#ngg-pro-paypal-checkout-wrapper {
    display: inline-block;
    height: 48px;
    overflow: hidden;
}

#paypal-button-container {
    width: 190px;
    height: 42px;
    position: relative;
    top: -45px;
    left: 2px;
    opacity: 0.001;
}

#paypal-button-container.disabled {
    cursor: not-allowed;
}

#nextgen-pro-paypal-checkout-overlay {
    position: fixed;
    top: -100px;
    right: -100px;
    bottom: -100px;
    left: -100px;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.8);
}

#nextgen-pro-paypal-checkout-overlay-icon {
    position: relative;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    font-size: 100px;
    line-height: 100px;
    color: white;
}