/**
* 2010-2022 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through LICENSE.txt file inside our module
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright 2010-2022 Webkul IN
* @license LICENSE.txt
*/

p.payment_module a.qlo-oxpay-payment {
    background: url('../img/payment.png') no-repeat scroll 15px 8px #FBFBFB;
}

.oxpay-loading-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.oxpay-loading-img {
    position: absolute;
    left: 50%;
    top: 40%;
    margin-left: -16px;
}

.oxpay-payment-form-container {
    display: none;
}

.error-oxpay-unavailable {
    color: red !important;
}

body#order-opc .fancybox-overlay {
    background: rgba(0, 0, 0, 0.8) !important;
}
