/**
* 2007-2021 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-2021 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.
*/

#eb_prelevement_block{
    background-color: #f1f1f1;
    padding: 1rem 1rem 2rem;
    font-family: 'Roboto',sans-serif;
    color: #0a0a0a;
}
#eb_prelevement_block p{
    color: #0a0a0a;
    font-size: 14px;
}
#eb_prelevement_block dt, #eb_prelevement_block dd{
    background-color: white;
}

#eb_bank_form label{
    width: 100%;
    text-align: left;
    font-weight: 500;
}
#eb_bank_form input[type="text"]{
    margin-bottom: 1rem;
    padding: 4px 12px;
    border: 1px solid lightgray;
    outline: 0;
}
#eb_bank_form #iban_field{
    width: 350px;
}

#get_pdf_mandat{
    float: right;
    color: white;
    font-size: 14px;
    background-color: #0a0a0a;
}
.iban_invalid_msg,.bic_invalid_msg,.mandat_invalid_msg{
    color: #ff4242;
    font-size: 13px;
    font-weight: bold;
    display: none;
}

#upload_mandat::-webkit-file-upload-button {
    background-color: #3D9E66;
    cursor: pointer;
    color: white;
    padding: 5px 15px;
    border: 0;
}
#upload_mandat{
    cursor: pointer;
}


@media screen and (max-width: 596px){
    #eb_bank_form input{
        width: 100% !important;
    }
}