/*
 *  -------------------------------------------------
 *  Hybrid MLM  Copyright (c) 2018 All Rights Reserved
 *  -------------------------------------------------
 *
 *  @author Acemero Technologies Pvt Ltd
 *  @link https://www.acemero.com
 *  @see https://www.hybridmlm.io
 *  @version 1.00
 *  @api Laravel 5.4
 */

.bankWire.bankWirePayout > h3 {
    font-weight: 600;
    font-size: 18px;
    margin-top: 0;
}

.bankWire.bankWirePayout .address h3 {
    color: #545151;
    font-size: 16px;
    margin-top: 7px;
    font-weight: 500;
}

.bankWire.bankWirePayout .address img {
    margin-right: 7px;
    opacity: 0.3;
    width: 30px;
}

.bankInfo .each label {
    min-width: 44%;
    font-weight: 600;
    color: #a0a0a0;
}

.addressHolder {
    margin-top: 16px;
}

.bankInfo h4 {
    font-size: 16px;
    font-weight: 600;
    color: #9a9898;
}

.addressInfo {
    overflow: hidden;
    color: #a9a1a1;
}

.addressHolder .address {
    border: 1px dashed #ccc;
    max-width: 330px;
    width: 100%;
    padding: 5px 15px;
    cursor: pointer;
}

.addressHolder .address.newAddress {
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 30px;
    justify-content: center;
}

.addressHolder .address.newAddress h4 {
    color: #9c9494;
    font-size: 22px;
}

.addressHolder.owl-carousel .owl-wrapper, .addressHolder.owl-carousel .owl-wrapper .owl-item {
    display: flex !important;
}

.newBankAccount input[type="text"] {
    width: 100%;
}

.newBankAccount h3 {
    font-weight: 600;
    margin-bottom: 18px;
    margin-top: 0;
    font-size: 19px;
}

.newBankAccount img {
    width: 45px;
    margin-left: 15px;
}

button.submitNewBank i {
    margin-right: 4px;
}

button.submitNewBank {
    padding: 5px 15px;
}

.newBankAccount img {
    width: 45px;
    margin-left: 15px;
}

button.submitNewBank i {
    margin-right: 4px;
}

.newBankAccount button {
    padding: 5px 15px;
}

.newBankAccount {
    display: none;
}

.newBankAccount img {
    width: 45px;
    margin-left: 15px;
}

button.submitNewBank i {
    margin-right: 4px;
}

.newBankAccount button {
    padding: 5px 15px;
}

.newBankAccount button.backToPayout {
    margin-right: 7px !important;
    display: inline-block;
}

.newBankAccount img {
    width: 45px;
    margin-left: 15px;
}

button.submitNewBank i {
    margin-right: 4px;
}

.newBankAccount button {
    padding: 5px 15px;
}

.newBankAccount {
    display: none;
}

.newBankAccount button.backToPayout {
    margin-right: 7px !important;
    display: inline-block;
}

.addressHolder .address.selected {
    border-color: #827e7e;
}

.selected .addressInfo {
    color: #464444;
}

.bankWire.bankWirePayout .address.selected img {
    opacity: 1;
}

.selected .bankInfo h4 {
    color: #484545;
}

.selected .bankInfo .each label {
    color: #353434;
}

.newBankAccount .eachField {
    flex-wrap: wrap;
}

.eachField.flex .help-block {
    width: 100%;
}

.bankWirePayoutActions {
    text-align: right;
    max-width: 700px;
    border-top: 1px dashed #ddd;
    padding-top: 15px;
    margin-top: 14px;
}

.bankWirePayoutActions button {
    padding: 4px 7px !important;
}