/**
 * NOTICE OF LICENSE
 *
 * This source file is subject to a commercial license from SOLEDIS
 * Use, copy, modification or distribution of this source file without written
 * license agreement from the SOLEDIS GROUP is strictly forbidden.
 *    ___  ___  _    ___ ___ ___ ___
 *   / __|/ _ \| |  | __|   \_ _/ __|
 *   \__ \ (_) | |__| _|| |) | |\__ \
 *   |___/\___/|____|___|___/___|___/
 *
 *  @author    SOLEDIS <prestashop@groupe-soledis.com>
 *  @copyright 2022 SOLEDIS
 *  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
.sld_box{
    background-color: #ffffff;
    padding: 1rem;
}
.sld_box label{
    white-space: nowrap;
    font-weight: 600;
}
.sld_box .text-left{
    text-align: left;
}
.sld_box .form-control-plaintext{
    min-height: 36px;
}
.sld_box input:read-only {
    border: none;
}
.sld_box input:read-only:focus{
    outline: 0;
    border: none;
}
.sld_table thead th{
    padding: 10px;
    font-size: 0.90rem;
}
.sld_table tbody td{
    padding: 10px;
}
#no_carrier.d-none{
    display: none;
}
.bg-light-classic{
    background-color: #f8f9fa;
    padding: .9375rem!important;
}
.bg-light-classic .row{
    display: flex;
    align-items: center;
}