/**
* 2007-2019 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
* 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 license@prestashop.com 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. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2019 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

#gsfaq_form_block .gsfaq_errors_block{display:none}
#gsfaq_form_block.card .gsfaq_errors_block *{color: #a94442;}
#gsfaq_form_block.card .gsfaq_success_block *{color: #3c763d;}
#gsfaq_form_block .gsfaq_success_block{text-align:center;display:none;}
#gsfaq_form_block .gsfaq_success_block p{margin-bottom:0}
#gsfaq_form_block .gsfaq_success_block p.success-title{font-weight:bold;margin-bottom:5px;font-size: 18px;}
#gsfaq_form_block .gsfaq_errors_block ul{margin-bottom:0;list-style-type:disc;padding-left:15px;}
#gsfaq_form_block .checker{display:inline-block;vertical-align:middle;}#gsfaq_form_block .checker{display:inline-block;vertical-align:middle;}
#gsfaq_form_block .submit_loader{display:none;text-align:center;}
#gsfaq_form_block .submit_loader:before{content:"";display:inline-block;border: 5px solid #d6d4d4;border-radius: 50%;border-top: 5px solid #428bca;width: 35px;height: 35px;-webkit-animation: spin 2s linear infinite;animation: spin 2s linear infinite;margin: 2px auto;}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}