/**
* 2007-2022 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2022 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
[disabled="disabled"] {
    opacity: .8;
}
/*Loading*/
body#checkout .loading_big .loader {
    left: calc(50% - 17.5px);
    position: absolute;
    top: 40%;
}

body#checkout div.loading_big {
    cursor: wait;
    left: 0;
    top:60px;
    position: absolute;
    z-index: 99;
    display: none;
    height: calc(100% - 60px);
    width: 100%;
    background: rgba(255,255,255,.8);
    z-index:9999999;
}
body#checkout div.loading_big .loading-img{
    width:35px;
    height:35px;
}
/*Loading*/
body#checkout .custom-select.is-invalid, body#checkout .was-validated .custom-select:invalid {
    border-color: unset;
    background-image: unset!important;
    background-position: unset!important;
    box-shadow: none!important;
    border: none;
    border-bottom: 1.5px solid #dbdada;
}
body#checkout .custom-select {
    border-color: unset;
    background-image: unset!important;
    background-position: unset!important;
    box-shadow: none!important;
    border: none;
    border-bottom: 1.5px solid #dbdada;
}
body#checkout .was-validated .custom-select:invalid~.invalid-feedback,body#checkout .was-validated .form-control:invalid~.invalid-feedback{
    display:none;
}
body#checkout form.was-validated .form-control:invalid{
    background: transparent!important;
}