/**
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 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:
* https://opensource.org/licenses/AFL-3.0
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your needs
* please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/

body#module-wkmultibankwire-payment #wk_button {
    float: right !important;
}

.wk-confirm-btn-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wk-confirm-input {
    display: inline-block;
    width: 40%;
}

.wk-multibank-wire-block {
    border: 1px solid #f1f1f1;
    padding: 1rem;
}

.wk-multibank-wire-block .wk-multibank-icon {
    text-align: center;
}

.wk-multibank-wire-block .wk-multibank-icon>i {
    font-size: 4rem;
    color: #bb773d;
}

.wk-multibank-wire-block .wk-multibank-info>.alert {
    min-height: 200px;
}

.wk-multibank-wire-block .wk-multibank-header h3 {
    display: initial !important;
    vertical-align: middle;
}

#wk_bankwireInfo {
    margin: 1rem 0;
}

.wkbadge {
    display: inline-block;
    padding: 0.35em 0.8em;
    font-size: 85%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.wkbadge-success {
    color: #fff;
    background-color: #28a745;
}

.wkbadge-danger {
    color: #fff;
    background-color: #dc3545;
}

@media (max-width: 500px) {
    .wk-confirm-input {
        width: 100%;
    }

    #wk_confirmPayment {
        margin-top: 15px;
    }
}