Current File : //var/www/prestashop/modules/mbeshipping/views/css/back_16.css
/**
 * 2017-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    MBE Worldwide
 * @copyright 2017-2024 MBE Worldwide
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 * International Registered Trademark & Property of MBE Worldwide
 */

/* ======================= CONFIGURATION ========================= */
#mbeshipping_conf_content .form-wrapper {
    flex: 0 0 83%;
    max-width: 83%;
    padding: 14px 0;
    margin: auto;
}
/* ======================= CONFIGURATION ========================= */

/* ======================== MBE STYLING ========================== */
#mbeshipping_conf_content .form-group .col-lg-3 {
    width: 33.33333% !important;
}

#mbeshipping_conf_content .form-group .col-lg-9 {
    width: 66.66667% !important;
}

#mbeshipping_conf_content .panel-footer {
    height: 50px !important;
}

#mbeshipping_conf_content button[type="submit"].btn.btn-default > i {
    display: none;
}

#mbeshipping_conf_content .btn.btn-default > i {
    color: white;
}

#mbeshipping_conf_content .btn.btn-primary:hover,
#mbeshipping_conf_content .btn.btn-default:hover {
    color: white;
}

#mbeshipping_conf_content .prestashop-switch input:last-of-type:checked ~ .slide-button {
    background: #777 !important;
    border-color: #777 !important;
}

#mbeshipping_conf_content .prestashop-switch input:first-of-type:checked ~ .slide-button {
    border-color: #e2001a !important;
}

#mbeshipping_conf_content .tab-description {
    margin: 0 0 0 -15px;
}
/* ======================== END MBE STYLING ======================= */

.panel-heading-manual {
    float:right;
}

#mbeshipping_welcome_page div.first_banner_landing {
    text-align: center;
}

#mbeshipping_welcome_page div.first_banner_landing h1.title_txt_banner{
    font-size: 50px;
    font-weight: 600;
    color: black;
}

#mbeshipping_welcome_page div.first_banner_landing h2.subtitle_txt_banner{
    font-size: 40px;
    font-weight: 600;
    color: white !important;
}

#mbeshipping_welcome_page div.first_banner_landing span.txt-red{
    color: red;
}

#mbeshipping_welcome_page div.first_banner_landing {
    height: 400px;
    background: no-repeat;
}

#mbeshipping_welcome_page div.second_section_welcome{
    border-top: 1px solid black;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#mbeshipping_welcome_page .first_banner_landing {
    display: flex;
    align-items: center;
}
#mbeshipping_welcome_page .txt_banner_lading {
    margin: 0 auto;
}