/**
 * Copyright since 2007 PrestaShop SA and Contributors
 * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
 *
 * 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 Goryachev Nikolay <nikol73333333@yandex.ru>
 * @copyright 2021-2022 Goryachev Nikolay
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 * International Registered Trademark & Property of PrestaShop SA
*/

:root {
    --ngefs-color-error: #fe5251;
    --ngefs-color-succes: #00d21c;
    --ngefs-color-primary: #008ad2;
    --ngefs-color-base: #5f5f5f;
}

.ngefs-pop-up_umber-confirmations {
    font-weight: 600;
    color: #00d21c;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
body#checkout .ngefs-pop-up_form-label--required:after {
    color: #fe5251;
}
.ngefs-phone-field_label {
    text-align: left;
}
.ngof-checkout .ngefs-phone-field {
    width: 100%;
}
.ngof-checkout .ngefs-phone-field_label {
    position: absolute;
    left: 2.1em;
    top: 0.5em;
    z-index: 1;
    pointer-events: none;
    width: 100%;
    display: none;
    color: #9f9f9f;
}
.ngof-checkout .ngefs-phone-field_label:after {
    content: '*';
    color: #fe5251;
    margin-left: 12px;
}
.ngof-checkout .ngefs-phone-field_block-input {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.ngof-checkout .ngefs-phone-field .form-control {
    border: 1px solid #ececec;
    background-color: #f5f5f5;
    height: 48px;
    border-radius: 8px;
    color: #353535;
    padding: 5px 27px;
}
.ngof-checkout .ngefs-phone-field .form-control[name="form_phone"],
.ngof-checkout .ngefs-phone-field .form-control[name="form_phone__session"] {
    font-size: inherit;
}
.ngof-checkout .ngefs-phone-field .ngefs-phone-field_info-confirmed {
    font-size: 12px;
}
.ngefs-phone-field_info-confirmed {
    font-weight: 600;
}
.ngefs-phone-field_detail_action_btn-send {
    animation: ngefs-pop-up_group-btn_btn 1.2s infinite;
}
@keyframes ngefs-pop-up_group-btn_btn {
    0% {
        text-shadow: 0 0 0 #28abe5; }
    70% {
        text-shadow: 0 0 40px rgba(40, 171, 229, 0); }
    100% {
        text-shadow: 0 0 0 rgba(40, 171, 229, 0); } }