/**
 * 2012-2018 INNERCODE
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA (End User License Agreement)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://www.innercode.lt/ps-module-eula.txt
 * 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 info@innercode.lt 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.
 *
 * @author    Innercode
 * @copyright Copyright (c) 2012 - 2018 INNERCODE, UAB. (https://www.innercode.lt)
 * @license   https://www.innercode.lt/ps-module-eula.txt
 * @package   icgdpr
 * @site      https://www.innercode.lt
 */

.icgdpr-checkbox.footer {
    margin-bottom: 20px;
}

.icgdpr-account-read-more {
    text-decoration: underline;
    color: #fefefe;
}
.icgdpr-account-read-more:hover {
    color: #fefefe;
}

.icgdpr-delete-result {
    display: none;
}

.deletion-reminder-block .agreement {
    text-align: center;
}

.deletion-reminder-block .agreement p {
    width: 100%;
    text-align: center;
}

.deletion-reminder-block .agreement p.agreement-text {
    font-weight: bold;
    font-size: 14px;
}

.deletion-reminder-block .agreement button {
    margin-top: 20px;
}

#module-icgdpr-account .alert {
    margin-bottom: 20px;
}