/**
* 2007-2024 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-2024 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.
*/
.iban-container, .userName-container {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.text-control {
	flex: 1;
	padding: 5px;
	border: none;
	line-height: 31px;
	background: none;
}
.w-100 {display:block;text-align:center}
.copy-btn {
    padding: 5px 10px;
    background-color: #222;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s;
    white-space: nowrap;
}

.copy-btn:hover {
    background-color: #777;
}

.paymentButton {
    margin-top: 20px;
    padding: 12px 30px;
    background-color: #198c51;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
	width:100%
}

.info-box {
    margin: 15px 0;
    padding: 10px;
    background-color: #e7f3ff;
    border-left: 4px solid #007bff;
    border-radius: 4px;
    font-size: 14px;
}
body#module-bankwirepro-payment {
background: url('../img/background.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

body#module-bankwirepro-payment main {
	padding:40px 0px;
	background:none !important;
    width: 100%;
}
.totalContainer { line-height:25px;color:#000 }
.totalContainer span { float:right;font-size:20px;color:#000;font-weight:bold }
.pay-card { margin-bottom:15px;background:#fff;margin-left:auto;margin-right:auto;max-width:480px;width:98%border:1px solid #ddd;box-shadow:0 0 8px rgba(0,0,0, .1);border-radius:10px;padding:15px }
body#module-bankwirepro-payment .page-title, body#module-bankwirepro-payment #header { display:none !important }
body#module-bankwirepro-payment #header, body#module-bankwirepro-payment #wrapper, body#module-bankwirepro-payment .page-title { background:none !important }
.bankLogo { display:block;padding:10px;text-align:center }