/**
* 2022-2023 Digincube
*
* 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    Digincube <digincubecom@gmail.com>
* @copyright 2022-2023 Digincube
* @license   https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/
.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel] {
    padding-right: 6px !important;
    padding-left: 52px !important;
    margin-left: 0 !important;
}
.int-phone.error-msg {
    color: red !important;
}
.int-phone.valid-msg {
    color: #00C900 !important;
}
.int-phone.valid-msg,
.int-phone.error-msg {
    position: absolute !important;
    padding-left: 5px !important;
    width: 100%;
}
.intl-tel-input input.error {
    border: 1px solid #FF7C7C !important;
}
.int-phone.hide {
    display: none !important;
}

@media (max-width: 480px) {

    .iti-mobile .iti--container {
        padding: 1rem;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: fixed;
        background: rgba(0,0,0,0.8);
        display: flex;
        align-items: center;
    }

    .iti-mobile .iti__country-list{
        position: relative;
    }
}
