/* *
* 2007-2021 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-2021 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.
*/

#mobile__account .modal-logged {
    padding: 0;
}

.header-user__toggle:hover {
    cursor: pointer;
}

.header__pill--small {
    background: #58a13a;
    box-shadow: 0 0.25rem 1rem #58a13a;
    width: 0.5rem;
    height: 0.5rem;
    left: 61%;
    top:57%;
}

.user-invalid {
    background-position: right 0.75rem center,center right 2.25rem;
    background-size: 16px
}


.user-send {
    padding-top:16px;
    padding-bottom: 16px;
}

.user-create {
    display: block;
    text-align: center;
    width: 100%;
    padding:12px 12px;
    background:#bfb9b92e;
    color:#1e1d1d;
}


.user-account__link {
    display: block;
    color:#555;
    padding:12px 12px;
    width: 100%;
    border-bottom:1px #dddddd solid;
}






