/**
 * Loulou66
 * Lpsgdpr module for 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
 *
 * 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    Loulou66.fr <contact@loulou66.fr>
 *  @copyright loulou66.fr
 *  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* checkbox */
#lpsgdprModuleConsent label {display: contents;}
/* customer form */
.lpsgdpr_account_consent_message .lpsgdpr_account_checkbox_consent{float: left; margin-left: -1.5em;}
.lpspasswordsecurity .button-container,
.lpspasswordconfirm .confirm-button-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 10px;
}
.lpspasswordsecurity .button-container button,
.lpspasswordconfirm .confirm-button-container button {
    margin-right: 10px;
}
/* Customer account */
#module-lpsgdpr-customeraccount .lpsgdprlinks a {
    text-align: center;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #7a7a7a;
    padding: 0 8px;
    margin-bottom: 0;
}
#module-lpsgdpr-customeraccount .lpsgdprlinks a span.link-item {
    box-shadow: none;
    background: var(--bs-gray-100);
    color: var(--bs-gray-800);
    text-align: left;
    text-transform: none;
    transition: .25s ease-out;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    font-weight: 600;
    padding: 1.25rem 1rem;
}
#module-lpsgdpr-customeraccount .lpsgdprlinks a i {
    display: block;
    font-size: 25px;
    width: 100%;
    color: var(--bs-gray-700);
    padding-bottom: 0;
    height: 1em;
    line-height: 1;
    direction: ltr;
    margin-bottom: 20px;
    transition: .25s ease-out;
}
#module-lpsgdpr-customeraccount .lpsgdprlinks a:hover span.link-item {
    background: var(--bs-primary);
    color: var(--bs-white);
}
#module-lpsgdpr-customeraccount .lpsgdprlinks a:hover i {
    color: var(--bs-white);
}
#module-lpsgdpr-customeraccount .form-footer {
    margin-top: 10px;
    text-align: right;
}
#module-lpsgdpr-customeraccount #requestForm label {
    color: #343a40;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: .5rem;
}
#module-lpsgdpr-customeraccount .request-header-message {
    font-size: 1rem;
    text-align: justify;
}
#module-lpsgdpr-customeraccount .content_page {
    box-shadow: none;
    padding: 0;
}
#module-lpsgdpr-customeraccount .content_page .form-group {
    margin-bottom: 1rem;
}
