/* lblproductstatus 1.3.3 */
/**
* 2007-2023 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-2023 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.
*/
#modal1 {
    position: fixed;
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, .2);
    display: none;
    z-index: 9999;
}

.modal .head {
    padding: 30px;
    background-color: black;
    color: rgb(253, 232, 0);
    overflow: hidden
}

.modal .head h3 {
    margin: 0;
    float: left;
    font-size: 18px;
    letter-spacing: 2px
}

.modal .head i {
    float: right;
    color: rgb(253, 232, 0);
    margin-right: 10%;

}

.modal form {
    padding: 30px;
    background-color: #fff
}

.modal form label {
    display: block;
    margin-bottom: 5px;
    letter-spacing: 1px;
    color: #161921
}

.modal form>input {
    height: 32px;
    margin-bottom: 20px
}

.modal form>input,
.modal form>textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #eee
}

.modal form>textarea {
    height: 70px;
    margin-bottom: 40px;
    resize: none
}

.modal form button {
    display: block;
    width: 80%;
    margin: auto;
    padding: 18px;
    letter-spacing: 1px;
    background: black;
    color: rgb(253, 232, 0);
    border: none;
    border-radius: 40px;
    -webkit-box-shadow: 0px 4px 8px rgba(165, 126, 157, 0.62);
    box-shadow: 0px 4px 8px rgba(165, 126, 157, 0.62);
    cursor: pointer
}

.modal form>input:focus,
.modal form>textarea:focus,
.modal form button:focus {
    outline: 0
}

.modal .head h3,
.modal form button {
    text-transform: uppercase
}

.lbl_close_contact {
    position: absolute;
    right: 4%;
    top: 2%;
    color: white;
    font-size: 15px;
}

.modal-footer{
    margin-bottom: 3%;
    margin-left: 25%;
}

.btn-submit {
    background-color: #a41b15 !important;
}

.modal-title{
    text-align: center;
}

#lbl_text{
    height: 81px;
}

::-webkit-input-placeholder {
    color: #d9d5d6
}

#lbl-login{
    margin-top: 10px;
    margin-bottom: 10px;
}

#lbl_form_status {
    font-size: 14px;
    margin-top: 10px;
    min-height: 20px;
}

#lbl_recaptcha {
    margin-top: 18px;
    min-height: 78px;
}

#lbl_form_status.lbl-form-error {
    color: #b42318;
}

#lbl_form_status.lbl-form-success {
    color: #067647;
}

@media (max-width: 420px) {
    #lbl_recaptcha {
        transform: scale(.86);
        transform-origin: 0 0;
    }
}

/* .lbl_product_status{
    position: fixed !important;
    margin-top: 22% !important;
} */
