/**
 * 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)
 */
/* account labeels request */
#module-lpsgdpr-customeraccount .lpsgdprlinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#module-lpsgdpr-customeraccount .lpsgdprlinks a {
    text-align: center;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #7a7a7a;
    padding: 0 .9375rem;
    margin-bottom: 1.875rem;
}
#module-lpsgdpr-customeraccount .lpsgdprlinks a span.link-item {
    display: block;
    height: 100%;
    box-shadow: 2px 2px 8px 0 #0003;
    background: #fff;
    padding: 1rem;
}
#module-lpsgdpr-customeraccount .lpsgdprlinks a i {
    display: block;
    font-size: 2.6rem;
    width: 100%;
    color: #232323;
    padding-bottom: 3.4rem;
    height: 1em;
    line-height: 1;
    direction: ltr;
}
#module-lpsgdpr-customeraccount .content_page {
    box-shadow: 2px 2px 8px 0 #0003;
    background: #fff;
    padding: 2rem;
    font-size: .875rem;
    color: #7a7a7a;
    margin-bottom: 1.563rem;
}
#module-lpsgdpr-customeraccount .request-button li {display: inline-block; margin-bottom: 5px;}
/* acount form request */
#module-lpsgdpr-customeraccount .request-header-message {margin-bottom: 2rem;}
#module-lpsgdpr-customeraccount input[name=url] {display: none !important;}
/* old account popup */
.swal2-popup {width: 500px!important;}
.swal2-popup .swal2-content {font-size: 100%!important;}
.swal2-confirm i,
.swal2-cancel i {margin-right: 10px!important;}
/* account form / popup*/
.lpsgdpr_message {text-align: justify;}
.lpsgdpr_cursor_pointer {cursor: pointer;}
.alert {text-align: left; display: block;}
/* password security */
.lpspasswordsecurity {display : inline-block;}
.lpspasswordsecurity_wrapper {
    position: relative;
    display: table;
    width: 100%;
}
.lpspasswordsecurity .lpspasswordinfo {
    font: 13px/16px sans-serif;
    position: absolute;
    z-index: 1000;
    display: none;
    width: 100%;
    top: -225px;
}
.lpspasswordsecurity .lpspasswordinfo::after {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #23a86d;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
}
.lpspasswordsecurity .lpspasswordinfo .lpspaswword_box_info {
    -webkit-box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    background: #FFFFFF;
}
.lpspasswordsecurity .lpspasswordinfo .lpspaswword_box_info .lpspaswword_box_message {
    background-color: #23a86d;
    color: #f1f1f1;
    padding: 10px;
    white-space: initial;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}
.lpspasswordsecurity .lpspasswordinfo .lpspaswword_box_info .lpspaswword_box_check ul {
    margin-top: 10px;
    margin-bottom: 0;
}
.lpspasswordsecurity .lpspasswordinfo .lpspaswword_box_info .lpspaswword_box_check li {
    list-style: none;
    padding: 3px;
}
.lpspasswordsecurity .lpspasswordinfo .lpspaswword_box_info .lpspaswword_box_check li span {
    background-color: #f1f1f1;
    border: 3px solid #23a86d;
    width: 15px;
    height: 15px;
    display: block;
    float: left;
    border-radius: 100%;
    margin-right: 15px;
}
.lpspasswordsecurity .lpspasswordinfo .lpspaswword_box_info .lpspaswword_box_check li span.valid {
    background-color: #23a86d
}
.lpspasswordsecurity .lpspasswordinfo .lpspaswword_box_info .lpspaswword_box_check li span.invalid {
    background-color: #f1f1f1
}
.lpspasswordsecurity .lpspasswordfield {
    position: relative;
    z-index: 2;
    background: transparent!important;
    color: #000000;
    float: left;
}
.lpspasswordsecurity .lpspasswordmeter {
    position: absolute;
    width: 100%;
    height: 100%;
}
.lpspasswordsecurity .lpspasswordmeter > div {
    width: 0%;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.lpspasswordsecurity .lpspawwordveryweak {
    background-color: #dc3545;
    width: 25% !important;
}
.lpspasswordsecurity  .lpspawwordweak {
    background-color: #fd7e14;
    width: 50% !important;
}
.lpspasswordsecurity  .lpspawwordmedium {
    background-color: #ffc107;
    width: 75% !important;
}
.lpspasswordsecurity  .lpspawwordstrong {
    background-color: #28a745;
    width: 100% !important;
}
.lpspasswordsecurity span.input-group-btn {
    margin: 10px 0;
    display: flex !important;
    flex-direction: row !important;
    width: 100% !important;
}
.lpspasswordsecurity span.input-group-btn .btn {
    flex: 1;
    justify-content: center;
}
.lpspasswordsecurity span.input-group-btn .btn.lpsGeneratePassword {
    margin: 0 10px;
}
.lpspasswordconfirm span.input-group-btn {display:  block; margin-top: 10px;}
.lpspasswordsecurity span .btn,
.lpspasswordconfirm span .btn {
    border: 0;
    box-shadow: none;
    color: #fff;
    font-size: .6875rem;
    font-weight: 400;
    text-transform: uppercase;
    background: #7a7a7a;
    padding: .78rem 1rem !important;
}
.lpsPasswordError {margin: 10px 0 0 0 !important;}
.lpsPasswordError span {margin: 0; display: block !important;}
.lpspasswordsecurity .lpspasswordfield::-ms-reveal,
.lpspasswordsecurity .lpspasswordfield::-ms-clear {
    display: none !important;
}
/* Customer account */
#customer-form .lpsgdpr_account_consent_message > .form-group {margin-bottom: 0 !important;}
#customer-form .lpsgdpr_account_consent_message .custom-checkbox span {float: left; margin-right: 7px !important; margin-top: 4px;}
#customer-form .lpsgdpr_account_info_message {text-align: justify;}
#customer-form .lpsgdpr_data_protection_link {font-style: italic;}
#authentication #customer-form .lpsgdprConsentError {padding-left: .625rem;}
#authentication #customer-form .lpsgdpr_account_info_message {padding-left: .625rem;}
/* checkbox */
#lpsgdprModuleConsent label {text-align: justify; padding: 0 !important;}
.block_newsletter #lpsgdprModuleConsent {margin-top: .625rem;}
/* reponsive */
@media (max-width: 767px) {
    #module-lpsgdpr-customeraccount .request-button li {
        display: block;
    }
    #module-lpsgdpr-customeraccount .request-button li a {
        font-size: 0.65rem;
    }
}
