/*
 *  -------------------------------------------------
 *  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
 */

.page-content {
    background: #fff !important;
}

.transferWrap.eSend h2.heading, .transactionList h2 {
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    font-size: 1.4em;
    padding-bottom: 10px;
    color: #464646;
    font-weight: 600;
}

.transactionList h2 i {
    color: #c4c4c4;
}

h2.heading i {
    margin-right: 10px;
    color: #464646 !important;
}

.eSend .transferWizard .inputs, .transferWizard .inputs {
    padding: 15px 10px;
}

.transferWizard .inputs {
    background-color: #fff;
}

.transferWizard .inputs, .userHolder {
    max-width: 100%;
    margin: auto;
    background-color: #ffff;
}

.transferWizard .userHolder {
    margin-top: 10px !important;
}

.firstPart .changePass {
    margin-bottom: 10px;
}

.walletWrapper .eachNav {
    border: 2px solid #eeeeee
}

.walletWrapper .transactionList {
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}

.walletWrapper .walletAjaxPartials {
    border-left: 0px;
}

.transferInit, .depositInit {
}

.walletWrapper .ipInit {
    background: #364150;
}

.walletWrapper .errorNotice {
    max-width: 100%;
    margin: auto auto 20px;
    color: #000;
    padding-right: 15px !important;
}

.walletWrapper .successNotice {
    max-width: 100%;
    margin: auto auto 20px;
    text-align: center;
    border-color: #58d0da;
    padding: 20px 30px 20px 15px;
}

.eachNav.settings {
    background: #16aad8 !important;
}

.eachNav.vcc {
    background: #7266ba !important;
}

.transferWhite {
    background-color: #fff;
    padding: 15px;
}

.transferWhite .holder h4.groupName > span i {
    background: #7266ba;
    color: #ffffff;
    font-style: normal;
}

.payinGraph .portlet.light {
    padding: 12px 20px 15px;
    background-color: #fff;
    margin-left: 25px;
}

.walletAjaxPartials.row {
}

.businessWalletWrap.row {
    border-radius: 0px !important;
    background: #fff;
    margin: 0px;
    border: solid 1px #ddd;
}

.transactionPassWrapper {
    border: 0px;
}

.settingWallet {
    position: absolute;
    right: 6px;
    top: 2px;
    color: #a7a7a7;
    font-size: 22px;
    cursor: pointer;
}

@media (max-width: 991px) {
    .eachInput {
        margin: 5px 0px;
    }

    .walletAjaxPartials.row .walletOverview.walletSettings {
        margin: 10px 15px;
    }
}

@media (max-width: 767px) {
    .walletWrapper .transactionList.overTrans {
        overflow: hidden;
        padding-left: 45px;
        padding-right: 1px;
    }

    .col-md-12.payinGraph {
        padding: 0px !important;
    }
}
@media (max-width: 767px) {
    .walletWrapper .walletOverview {
        margin-top: 15px !important;
    }
}
@media (min-width: 767px) {
    .walletWrapper .walletOverview {
        /*margin-top: 15px !important;*/
    }
}

@media (max-width: 600px) {
    .walletWrapper .transactionList.overTrans {
        overflow: hidden;
        padding-left: 0px;
        padding-right: 1px;
    }

    .payinGraph .portlet.light {
        padding: 12px 20px 15px;
        background-color: #fff;
        margin-left: 0px !important;
    }

    .walletWrapper .transactionList {
        overflow: hidden;
        padding-left: 15px;
        padding-right: 15px;
    }

    .walletOverview .navWrapper.setIcon {
        margin-top: 10px;
        margin-left: 15px !IMPORTANT;
    }
}

.transferWizard .amountInfo .payer {
    margin-top: 15px;
}

button.addUser {
    min-width: 150px;
    font-size: 15px;
    float: left;
    margin-right: 8px;
}

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


.walletSettings .subPartials {
    background: white;
    padding: 0;
    padding-left: 56px;
   /* border: 1px solid #ddd;*/
    width: 100%;
    min-height: 200px;
}

.walletSettings .subPartials h2 {
    white-space: nowrap;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 20px;
    margin-top: 0px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 11px;
}

.walletOverview.walletSettings {
    display: flex;
}

.walletSettings ul.navUl {
}

.walletOverview.walletSettings {
}

.changePasswordFields input[type="password"] {
    border-color: #cccccc !important;
}

.walletSettings .wallet.transactionPassWrapper {
    margin: 0;
}

.walletSettings .innerWrap {
    padding-left: 0;
}

form.passChange {
    padding-top: 15px;
}

.changePasswordFields {
    margin-top: 15px;
}

.whiteListIp .tab {
    max-width: 400px;
    display: flex;
    margin-top: 33px !important;
    margin: 25px auto;
}

.whiteListIp h2 {
    margin-top: 10px !important;
}

.whiteListIp .tab input[type="text"] {
    padding: 6px;
    border: 2px solid #ddd;
    border-right: 0;
}

.whiteListIp .buttonBase > span {
    padding: 7px;
    color: #5a5a5a;
    font-weight: 600;
    text-transform: uppercase;
    flex: 1;
    text-align: center;
}

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

.buttonBase {
}

.whiteListIp .buttonBase {
    margin-right: 5px;
    display: flex;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    min-width: 80px;
    border-radius: 5px !important;
    box-shadow: 0px 1px 6px inset #8282828a;
    background: #eee;
}

.whiteListIp .buttonBase > span.switch {
    position: absolute;
    background: #d24b4b;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    bottom: 0;
    border-radius: 5px !important;
    width: 50%;
}

.whiteListIp .buttonBase > span.switch:after {
    content: '|||';
    color: wheat;
    text-align: center;
    width: 100%;
    display: block;
}

.subPartials[data-unit="ipWhiteList"] {
}

.whiteListIp .buttonBase.on > span.switch {
    left: 50%;
    background: #24afbb;
}

.errorWrapper {
    border-top: none !important;
}

.disabledBox {
    background-color: #ccc5c5 !important;
    cursor: not-allowed;
}

.changePassword {
    margin-bottom: 10px;
}

.payInOutChart .portlet-title {
    text-align: center;
    border: 0px !important;
}

.payInOutChart .caption {
    float: none !important;
    color: #000 !important;
}

.payInOutChart .caption span.caption-subject {
    text-align: center;
    color: #000 !important;
    font-weight: 500 !important;
}

.payInOutChart .caption i {
    color: #000 !important;
}

.payInOutChart a {
    padding-left: 25px;
}

.transactionBody.toggleBody .meta .operation .operationMeta {
    display: block;
    width: 100%;
    font-weight: 500;
    margin-top: 6px;
    font-size: 13px;
}

.transactionBody.toggleBody .meta .operation .operationMeta span {
    color: #4194dc;
}

/* deduct */
.transferWizard .inputs .remarks {
    margin-bottom: 10px;
}

.transferWizard .inputs .remarks textarea {
    width: 100%;
    min-height: 75px;
    border: 1px solid #ddd;
}

form.transferWizard .firstPart .primary {
    margin-bottom: 10px;
}

form.transferWizard .firstPart .primary select {
    width: 100%;
    padding: 6px;
    border: 1px solid #ddd;
}

.userHolder .eachUser select {
    width: 100%;
    padding: 3px;
    border: 1px solid #ddd;
}

.eachUser span.select2-selection {
    padding: 5px;
    border: 1px solid #ddd;
    height: auto !important;
}

.walletPaymentButtonWrap {
    padding: 5px;
    min-height: 150px;
}

/* deposit */
.transferWizard .inputs .remarks {
    margin-bottom: 10px;
}

.transferWizard .inputs .remarks textarea {
    width: 100%;
    min-height: 85px;
    border: 1px solid #ddd;
}

form.transferWizard .firstPart .primary {
    margin-bottom: 10px;
}

form.transferWizard .firstPart .primary select {
    width: 100%;
    padding: 6px;
    border: 1px solid #ddd;
}

.depositInit i {
    font-size: 12px;
}

.depositInit {
    margin-top: 10px;
    font-size: 15px;
    background: #00abff;
    float: right;
}

form.transferWizard.depositForm h3 {
    margin-top: 0;
    font-weight: 500;
    margin-block-end: 15px;
}

form.transferWizard.depositForm h3 {
    margin-top: 0;
    font-weight: 500;
    margin-block-end: 15px;
}

.secondPart .eachInput:last-child {
    display: flex;
}

.secondPart .eachInput:last-child .depositInit {
    padding: 5px;
    margin-top: 0;
   /* margin-left: 16px;*/
}

.walletWrapper .successNotice i {
    font-size: 36px;
    line-height: 1;
}

.walletWrapper .successNotice h3 {
    font-weight: 600 !important;
}

/* transfer */
.transferWizard .inputs .remarks {
    margin-bottom: 10px;
}

.transferWizard .inputs .remarks textarea {
    width: 100%;
    min-height: 75px;
    border: 1px solid #ddd;
}

form.transferWizard .firstPart .primary {
    margin-bottom: 10px;
}

form.transferWizard .firstPart .primary select {
    width: 100%;
    padding: 6px;
    border: 1px solid #ddd;
}

.userHolder .eachUser select {
    width: 100%;
    padding: 3px;
    border: 1px solid #ddd;
}

.eachUser span.select2-selection {
    padding: 5px;
    border: 1px solid #ddd;
    height: auto !important;
}

.walletPaymentButtonWrap {
    padding: 5px;
    min-height: 150px;
}

.eachNav.transaction {
    background-color: #5c71ec;
}

.eachField.row.otpField .inputHolder.flex {
    border: 1px solid #ddd;
    font-size: 13px;
}

.eachField.row.otpField {
    padding: 8px 0;
    max-width: 500px;
}

.eachField.row.otpField .inputHolder.flex i {
    padding: 7px;
    color: #ddd;
}

.eachField.row.otpField .inputHolder.flex input {
    width: 100%;
    border: none;
}

.col-md-12.eachNav .innerWrap i {
    font-size: 30px;
    padding-top: 4px;
    line-height: 1;
    float: left;
    font-weight: 300;
    margin-right: 7px;
    color: rgba(255, 255, 255, 0.46);
}

.col-md-6.eachNav.transaction .innerWrap i {
    font-size: 30px;
    line-height: 1;
    padding-top: 4px;
    float: left;
    font-weight: 300;
    margin-right: 7px;
    color: rgba(255, 255, 255, 0.46);
}

input.syncWithAmount.field.amount {
    border: 0px;
}

.walletWrapper .errorNotice .eachError {
    color: #fff;
}

.walletWrapper .errorNotice .eachError span.key {
    color: #fff;
}

.walletWrapper .errorNotice .errorWrapper {
    padding-left: 10px;
    background-color: #fb5353;
    border-left: 4px solid #d80f0f;
}

.transferWizard .userHolder span.amount input.syncWithAmount {
    border: 1px solid #ddd;
    padding: 4px 10px;
    max-width: 150px;
}

.enableWalletMsg {
    text-align: center;
    padding: 25px;
    color: red;
}

.enableWalletMsg i {
    font-size: 32px;
    color: red;
}

.enableWalletMsg p {
    font-size: 16px;
    font-weight: 600;
}
