/**
 * 2010-2023 Webkul.
 *
 * NOTICE OF LICENSE
 *
 * All right is reserved,
 * Please go through this link for complete license : https://store.webkul.com/license.html
 *
 * 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 https://store.webkul.com/customisation-guidelines/ for more information.
 *
 *  @author    Webkul IN <support@webkul.com>
 *  @copyright 2010-2023 Webkul IN
 *  @license   https://store.webkul.com/license.html
*/

p.payment_module a.qsp_ps_stripe {
    background: url("../img/stripe-payment-icon.png") no-repeat scroll 15px 10px #FBFBFB;}
.stripe_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;}
.stripe_loading_img {
    position: absolute;
    left: 50%;
    top: 50%;}