/**
 * 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;
    background-color: #fff;
}

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



#send_AAP_form #gdpr_checkbox {
    height: auto !important;
    width: auto !important;
}
#send_AAP_form .gdpr_disabled{

 color: #fff;
  background-color: #137dc8;
  border-color: #137dc8;
  border-radius: 30px;
  max-width: 260px;
  width: 100%;
}

#send_AAP_form textarea {
    height: 260px;
}

.send_AAP_form_content_button {
    padding-top:20px;
    margin-top:20px;
    display:block;
    clear:both;
}