/**
 * We offer the best and most useful modules PrestaShop and modifications for your online store
 *
 * We are experts and professionals in PrestaShop
 *
 * NOTICE OF LICENSE
 *
 * This file is not open source! Each license that you purchased is only available for 1 wesite only
 * If you want to use this file on more websites (or projects), you need to purchase additional licenses
 * You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party
 *
 * @author PresTeamShop SAS (Registered Trademark) <info@presteamshop.com>
 * @copyright 2011-2024 PresTeamShop SAS, All rights reserved
 * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 *
 * @category PrestaShop
 * @category Module
 */
#esc-content {
    position: relative;
    clear: both;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#esc-content .container-btn-apply-carrier-cart {
    margin-top: 10px;
    text-align: right;
}
#esc-content .container-btn-apply-carrier-cart .alert {
    padding: 5px;
    margin-bottom: 10px;
}

#esc-content .container-btn-apply-carrier-cart > #btn-apply_carrier_cart > i {
    margin-right: 5px;
}

#esc-content #esc-calculate-loading {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.9);
    z-index: 999;
}

#esc-content #esc-calculate-loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
}

#esc-content sup {
    color: red;
}

/*#esc-content .container-title {
    font-weight: 400;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: rgba(0,0,0,.25);
}
*/

#esc-content #container-title {
    padding: 0;
}

#esc-content #container-title > h5{
    margin: 0;
}

#esc-content #toggle_form_esc {
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    font-size: 1rem;
}

#esc-content #toggle_form_esc:hover {
    outline: none;
    text-decoration: none;
}

#esc-content .dropdown-toggle::after {
    content: unset;
}

#esc-content .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

#modal-apply_carrier {
    z-index: 1050;
}

#modal-apply_carrier > .modal-dialog {
    left: 0;
}

@media (max-width: 991px) {
    #toggle_form_esc {
        margin-bottom: 10px;
    }
}