/**
 * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
 *
 * @author    VEKIA https://www.prestashop.com/forums/user/132608-vekia/
 * @copyright 2010-2021 VEKIA
 * @license   This program is not free software and you can't resell and redistribute it
 *
 * CONTACT WITH DEVELOPER http://mypresta.eu
 * support@mypresta.eu
 */

#send_AAP_form {
    max-width: 600px;
}

#send_AAP_form .product {
    text-align: center;
    border-bottom: 1px solid #cecece;
    margin-bottom: 10px;
}

#send_AAP_form .pull-right {
    float: right;
}



#send_AAP_form .gdpr_disabled {
    opacity: .5;
    background: silver !important;
    cursor: not-allowed !important;
}

#send_AAP_form textarea {
    height: 260px;
}

.send_AAP_form_content_button {
    border-top: 1px solid #cecece;
    padding-top:20px;
    margin-top:20px;
    display:block;
    clear:both;
}

#send_aap_button{

display: inline-flex;
align-items: center;
padding-right: 1rem;
font-family: "Raleway",sans-serif;
font-weight: 600;
background: #fff;
border: 1px solid #151515;}

#send_aap_button::before {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 6px 0 0;
    font: 400 15px/31px "FontAwesome";
    color: #fff;
    text-align: center;
    content: "\f0a4";
    background: #929292;
    border-radius: 50%;
    background: #222;
border-radius: 0;
}