/**
* 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.
*/

.drp-dwn-opt {
    position: relative;
    height: 3rem;
    padding: .75rem;
    margin-left: .9375rem;
    text-align: center;
    white-space: normal;
}

.sb-mn {
    position: absolute;
    background: white;
    width: 100%;
    z-index: 1;
    text-align: left;
    margin: 0;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    top: 35px;
    width: 100%;
    max-width: 200px;
}

.sb-mn li {
    display: block;
    margin: 0px 5px;
    padding: 8px 12px;
    border-bottom: 1px solid #0000002b;
}

.sb-mn li:last-child {
    border-bottom: 0;
}

.sb-mn li a {
    color: white;
    font-size: 12px;
    line-height: 22px;
}

.plugin-form-section {
    background: #f1f1f1;
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .11);
    padding-top: 1.563rem;
}

.plugin-form {
    width: 100%;
    background: #fff;
}

.plugin-form label {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    /*text-align: right;*/
    color: black;
}

.plugin-form .switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 25px;
}

.plugin-form .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.plugin-form .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.plugin-form .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 8px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 60px;
}

.slider.round:before {
    border-radius: 60%;
}

.btn-group,
.multiselect {
    width: 100%;
}

.multiselect {
    text-align: left;
    padding-right: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.multiselect .caret {
    right: 12px;
    top: 45%;
    position: absolute;
}

.multiselect-container.dropdown-menu {
    min-width: 0px;
}

.multiselect-container>li>a>label {
    white-space: normal;
    padding: 5px 15px 5px 35px;
}

.multiselect-container>li>a>label>input[type="checkbox"] {
    margin-top: 3px;
}

.vat_notify {
    display: none;
    color: red;
}

.siret_notify {
    display: none;
    color: red;
}