/**
* 2010-2023 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-2023 Webkul IN
* @license LICENSE.txt
*/

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

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

.qlo_mp_braintree_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;
}

.err_adyen_unavailable {
    color: red !important;
}

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

#checkout_BTree {
    text-align: center;
    height: auto;
    padding: 0px 15px 15px 15px;
}

#checkout_BTree #braintree-payment-submit-btn {
    background-color: #36BA47;
    background-image: unset;
}

.braintree-sheet__content.braintree-sheet__content--form {
    text-align: left;
}

@media (max-width: 480px) {
    p.payment_module a#braintree_payment_option {
        padding: 30px 25px 27px 100px;
    }
}