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

.payoutNav .singleNav {
    cursor: pointer;
    padding: 10px;
    margin-bottom: 5px;
    border-right: none !important;
    font-weight: 600;
    color: #636363;
    border: 1px solid #dbdbdb;
    background: #dbdbdb;
}

.payoutNav .singleNav.active {
    background: #fff;
    font-weight: 600;
    color: #636363;
    border: 1px solid #ddd;
    position: relative;
}

.payoutWrapper .secondSection {
    min-height: 80vh;
}

@media only screen and (min-width: 1000px) {
    .payoutWrapper .firstSection {
        padding-right: 0;
        padding-left: 0px;
        /* background: #fff; */
    }
}

.payoutNav .singleNav i {
    margin-right: 5px;
}

.payoutAmount {
    font-size: 15px;
    margin-top: 10px;
    color: #3e3e3e;
    display: none;
}

.payoutAmount .pending i,
.payoutAmount > div.pending p {
    color: #e25f67;
}

.payoutAmount > div.processed i,
.payoutAmount > div.processed p {
    color: #1ca96e;
}

.payoutAmount > div i {
    float: left;
    font-size: 2em;
    line-height: 1.2;
    margin-right: 10px;
}

.payoutAmount > div > span {
    font-size: 15px;
    font-weight: 500;
}

.payoutAmount > div p {
    display: block;
    margin: 0;
    font-size: 10px;
    margin-bottom: 3px;
    color: #676666;
    overflow: hidden;
    line-height: 1;
}

.payoutAmount > div {
    /*margin-bottom: 10px;*/
    flex: 1;
    color: #6d6d6d;
}

.payoutAmount > div:last-child {
    margin-bottom: 0;
}

.filters.row {
    margin-top: 18px;
}

.filters.row:first-child {
    margin-top: 0 !important;
}

.filters span.select2-selection.select2-selection--single {
    padding: 5px;
    height: auto;
}

.filters .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal;
}

.eachFilter input[type="text"] {
    padding: 5px;
    border: 1px solid #ddd;
}

.payoutNav .singleNav.active:after {
    content: '';
    width: 2px;
    top: 0;
    z-index: 99;
    right: -1px;
    height: 100%;
    position: absolute;
    background: white;
}

.singleNav h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
}

.singleNav.active .payoutAmount {
    display: flex;
}

.singleNav h3 i {
    margin-right: 10px;
}

.singleNav.active h3 {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 6px;
}

.filters span.select2-selection.select2-selection--single {
    padding: 5px;
    height: auto;
    border: 1px solid #d4d4d4;
}

.payoutPanel {
    background: white;
    border: 1px solid #ddd;
    min-height: 80vh;
}

.payoutWrapper button.btn {
    margin: 10px 0px;
}

.filterButtonWrapper.rqButton button.btn {
    margin-top: 33px;
}

.requestPayout-tile {
    overflow: hidden;
}

@media (max-width: 767px) {
    .requestPayout-tile .widget-thumb {
        width: 33%;
    }

    .requestPayout-tile .widget-thumb.bordered {
        border: 1px solid #e7ecf1 !important;

    }
}

@media (max-width: 600px) {
    .requestPayout-tile .widget-thumb {
        width: 50%;
    }

    .requestPayout-tile .widget-thumb.bordered {
        border: 1px solid #e7ecf1 !important;

    }
}

@media (max-width: 360px) {
    .requestPayout-tile .widget-thumb {
        width: 100%;
    }

    .requestPayout-tile .widget-thumb.bordered {
        border: 1px solid #e7ecf1 !important;
    }
}

.PayoutRequestWrapper .walletPicker h3 {
    font-weight: 600;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 12px;
    color: #545353;
}

.payoutNav .singleNav:last-child {
    margin: 0;
}

.payoutNav .singleNav:last-child h3 {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.payoutPanel .walletBalance .amountWrapper {
    font-size: 22px;
}

.payoutPanel .walletBalance {
    margin-top: 25px;
    /* border-bottom: 2px dashed #ddd; */
    padding-bottom: 14px;
}

.payoutPanel .walletBalance h4 {
    font-weight: 500;
    margin-bottom: 6px;
    font-size: 19px;
    color: #a5a0a0;
}

.payoutPanel .walletBalance i {
    color: #bdb7b7;
}

.walletDetails {
    /* min-height: 240px; */
    margin-top: 30px;
}

span.select2-selection.select2-selection--single {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #fff;
    border: 1px solid #c2cad8;
    border-radius: 4px;
    color: #555;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    outline: 0;
    padding-top: 6px;
}

span.select2-selection.select2-selection--single .select2-selection__arrow {
    position: absolute;
    bottom: 0;
    right: 12px;
    top: 0;
    width: 4px;
}

span.select2-selection.select2-selection--single .select2-selection__arrow b {
    border-color: #999 transparent transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    height: 0;
    left: 0;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.loadHere .paginationInfo, .loadHere .selectAll {
    display: inline-block;
    float: left;
}

.loadHere .extras {
    display: block;
    overflow: hidden;
    margin: 25px 0;
}

.loadHere .selectAll {
    float: right;
    margin: 0;
}

.paginationHolder {
    margin-top: 20px;
}

/* adminIndex */
.payoutPanel.row .filters.row {
    /*margin: 0px;*/
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.payoutPanel.row .eachFilter.operation select {
    display: block;
    padding: 4px;
    border: 1px solid #ddd;
    width: 100%;
}

.payoutPanel.row .eachFilter.operation input[type="text"] {
    padding: 5px;
    border: 1px solid #ddd;
    width: 100%;
}

.payoutWrapper button.filterRequest {
    margin: 30px 0px 0px 0px;
}

.payoutWrapper button.clearFilter {
    margin: 30px 0px 0px 0px;
}
.payoutAmount .pending i {
    padding-top: 0px;
}

/* manualPayout */
.userContainer img {
    max-width: 100%;
    display: inline-block;
    float: left;
    width: 35px;
    margin-right: 5px;
}

.userContainer span.tools {
    float: right;
    right: 0;
    padding: 5px;
    top: 0;
    position: absolute;
}

.userContainer .meta {
    display: inline-block;
}

.payoutPanel .securityPin {
    margin-top: 25px;
}

.userContainer .meta h3 {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 5px;
    color: #585858;
}

.userContainer {
    border-top-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    margin-top: 15px;
    padding: 5px;
    position: relative;
    border: 1px solid #cccccc;
}

.userContainer .meta .balance {
    font-size: 14px;
    color: #7d7d7d;
}

.userContainer span.tools i {
    cursor: pointer;
    width: 20px;
    border: 1px solid #c1c1c1;
    padding: 1px;
    text-align: center;
    color: #c1c1c1;
}

.userContainer span.tools i:hover {
    color: #484848;
    border-color: #404040;
}

.selectAll {
    margin-top: 10px;
    font-size: 14px;
    color: #6f6f6f;
    font-weight: 600;
    text-align: right;
}

button.backToPayout {
    display: none;
}

button.proceedPayout,
button.backToPayout {
    padding: 4px;
    margin-left: 10px;
}

.shortListed .amount {
    display: block !important;
}

.userContainer .amount {
    margin-top: 10px;
    display: none;
}

.userContainer .amount input {
    width: 100%;
    padding: 3px;
    border: 1px solid #ddd;
}

.selectedPayouts {
    display: none;
}

.userContainer .amount input {
    width: 100%;
    padding: 3px;
    border: 1px solid #ddd;
}

.userContainer .amount {
    margin-top: 10px;
}

.userWrapper .timeline {
    overflow: hidden;
    margin-bottom: 0;
}

.eachFilter input[type="text"] {
    width: 100%;
    outline: none;
}

.payoutFilter i {
    margin-right: 5px;
}

.payoutFilter {
    padding: 4px 10px;
}

.payoutErrors {
    display: none;
    margin-top: 8px;
    background: #f5717a;
    color: white;
    border-top-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}

.payoutErrors .eachError {
    padding: 3px 8px;
    color: white;
    font-size: 13px;
    border-bottom: 5px solid white;
}

.payoutErrors .eachError:last-child {
    border-bottom: none;
}

.transactionPass {
    margin-top: 20px;
}

button.proceedPayout, button.backToPayout {
    margin-left: 10px;
    flex: 1;
}

button.proceedPayout p {
    display: inline-block;
    margin: 0;
}

button.proceedPayout i.back {
    display: none;
}

.basicProfile ul.profileTab {
    padding: 0;
    display: flex;
    overflow: hidden;
}

.basicProfile ul.profileTab li {
    list-style: none;
    cursor: pointer;
    font-size: 13px;
    flex: 1;
    border-bottom: 1px solid #cccccc;
    padding: 5px;
    float: left;
    color: #ccc;
}

.basicProfile {
    overflow: hidden;
}

.webui-popover-inner {
    min-width: 150px;
}

.basicProfile ul.profileTab li.active {
    color: #545454;
    border-bottom: 1px solid black;
}

.basicProfile ul.profileTab {
    padding: 0;
    display: flex;
    margin-bottom: 0;
    overflow: hidden;
}

.basicProfile ul.profileTab li {
    list-style: none;
    cursor: pointer;
    font-size: 13px;
    flex: 1;
    font-weight: 600;
    border-bottom: 2px solid #cccccc;
    padding: 5px;
    float: left;
    color: #ccc;
}

.basicProfile {
    overflow: hidden;
}

.webui-popover-inner {
    min-width: 150px;
}

.basicProfile ul.profileTab li.active {
    color: #545454;
    border-bottom: 2px solid #585858;
}

ul.profileTab .eachData {
    font-size: 12px;
}

.basicProfile .eachData {
    white-space: nowrap;
    color: #717171;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    font-size: 13px;
    padding: 4px;
    border-bottom: 1px dotted #dcdcdc;
}

.basicProfile .eachData label {
    margin-right: 12px !important;
    font-weight: 600;
    margin: 0;
    color: #6f7b79;
}

.basicProfile .eachData:last-child {
    border-bottom: none;
}

.basicProfile .panel.active {
    display: block;
    margin-bottom: 0;
}

.basicProfile .panel {
    display: none;
}

.basicProfile .panel .balance {
    font-size: 18px;
    border-bottom: 1px dotted #d0d0d0;
    padding: 2px 5px;
    /* text-align: center; */
    color: #19a98b;
}

.basicProfile .panel .balance label {
    font-size: 13px;
    margin-right: 5px;
    min-width: 30%;
    font-weight: 600;
    color: #828282;
}

.basicProfile .panel .withDrawn {
    /* text-align: center; */
    font-size: 18px;
    padding: 2px 5px;
    /* text-align: center; */
    color: #e7505a;
}

.basicProfile .panel .withDrawn label {
    font-size: 13px;
    color: #828282;
    min-width: 30%;
    font-weight: 600;
    margin-right: 5px;
}

.basicProfile .eachData.userId span {
    font-weight: 600;
    color: #e43a45;
}

/*.navigationButtons {*/
/*    display: flex;*/
/*    justify-content: flex-end;*/
/*}*/

.processFlow {
    overflow: hidden;
    margin-top: 10px;
}

.allUsers .noUsers {
    text-align: center;
    padding: 10px;
    font-size: 16px;
    font-style: italic;
    color: #a9a6a6;
}

.successPayout {
    text-align: center;
    display: none;
}

.successPayout p {
    margin: 0;
    padding: 5px;
    font-size: 16px;
    color: #616161;
}

.successPayout h2 {
    font-weight: 600;
    font-size: 30px;
    color: #616161;
}

.successPayout h2 i {
    margin-right: 5px;
    color: #1bbc9b;
}

.successPayout .statement {
    min-height: 100px;
    display: block;
}

.securityPin.errors {
    text-align: center;
    background: #d12929;
    max-width: 400px;
    padding: 3px;
    font-size: 13px;
    margin: 15px auto;
    color: white;
}

.payoutProgress {
    display: none;
    text-align: center;
    padding: 15px;
}

.payoutProgress h3 {
    font-size: 18px;
    font-weight: 600;
    color: #8b8484;
}

.payoutProgress h3 i {
    color: #cf9238;
}

.successPayout .actions {
    margin-top: 20px;
}

/* releaseRequest */
.userContainer img {
    max-width: 100%;
    display: inline-block;
    float: left;
    width: 35px;
    height: 35px;
    margin-right: 5px;
}

.userContainer span.tools {
    float: right;
    right: 0;
    padding: 5px;
    top: 0;
    background: #fff;
    position: absolute;
}

.userContainer .meta {
    display: inline-block;
}

.payoutPanel .securityPin {
    margin-top: 25px;
}

.userContainer .meta h3 {
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 5px;
    word-break: break-all;
    color: #585858;
}

.userContainer {
    border-top-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    margin-top: 15px;
    padding: 5px;
    display: flex;
    position: relative;
    border: 1px solid #cccccc;
}

.userContainer .meta .balance {
    font-size: 14px;
    color: #7d7d7d;
}

.userContainer span.tools i {
    cursor: pointer;
    width: 20px;
    border: 1px solid #c1c1c1;
    padding: 1px;
    text-align: center;
    color: #c1c1c1;
}

.userContainer span.tools i:hover {
    color: #484848;
    border-color: #404040;
}

.selectAll {
    margin-top: 10px;
    font-size: 14px;
    color: #6f6f6f;
    font-weight: 600;
    text-align: right;
}

button.backToPayout {
    display: none;
}

button.proceedPayout,
button.backToPayout {
    padding: 4px;
    margin-left: 10px;
}

.shortListed .amount {
    display: block !important;
}

.userContainer .amount {
    margin-top: 10px;
    display: none;
}

.userContainer .amount input {
    width: 100%;
    padding: 3px;
    border: 1px solid #ddd;
}

.selectedPayouts {
    display: none;
}

.userContainer .amount input {
    width: 100%;
    padding: 3px;
    border: 1px solid #ddd;
}

.userContainer .amount {
    margin-top: 10px;
}

.userWrapper .timeline {
    overflow: hidden;
    margin-bottom: 0;
}

.eachFilter input[type="text"] {
    width: 100%;
    outline: none;
}


.payoutFilter i {
    margin-right: 5px;
}

.payoutFilter {
    padding: 4px 10px;
}

.payoutErrors {
    display: none;
    margin: 8px 0px;
    background: #f5717a;
    color: white;
    border-top-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}

.payoutErrors .eachError {
    padding: 3px 8px;
    color: white;
    font-size: 13px;
    border-bottom: 5px solid white;
}

.payoutErrors .eachError:last-child {
    border-bottom: none;
}

.transactionPass {
    margin-top: 20px;
}

button.proceedPayout, button.backToPayout {
    margin-left: 10px;
    flex: 1;
}

button.proceedPayout p {
    display: inline-block;
    margin: 0;
}

button.proceedPayout i.back {
    display: none;
}

.basicProfile ul.profileTab {
    padding: 0;
    display: flex;
    overflow: hidden;
}

.basicProfile ul.profileTab li {
    list-style: none;
    cursor: pointer;
    font-size: 13px;
    flex: 1;
    border-bottom: 1px solid #cccccc;
    padding: 5px;
    float: left;
    color: #ccc;
}

.basicProfile {
    overflow: hidden;
}

.webui-popover-inner {
    min-width: 150px;
}

.basicProfile ul.profileTab li.active {
    color: #545454;
    border-bottom: 1px solid black;
}

.basicProfile ul.profileTab {
    padding: 0;
    display: flex;
    margin-bottom: 0;
    overflow: hidden;
}

.basicProfile ul.profileTab li {
    list-style: none;
    cursor: pointer;
    font-size: 13px;
    flex: 1;
    font-weight: 600;
    border-bottom: 2px solid #cccccc;
    padding: 5px;
    float: left;
    color: #ccc;
}

.basicProfile {
    overflow: hidden;
}

.webui-popover-inner {
    min-width: 150px;
}

.basicProfile ul.profileTab li.active {
    color: #545454;
    border-bottom: 2px solid #585858;
}

ul.profileTab .eachData {
    font-size: 12px;
}

.basicProfile .eachData {
    white-space: nowrap;
    color: #717171;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    font-size: 13px;
    padding: 4px;
    border-bottom: 1px dotted #dcdcdc;
}

.basicProfile .eachData label {
    margin-right: 12px !important;
    font-weight: 600;
    margin: 0;
    color: #6f7b79;
}

.basicProfile .eachData:last-child {
    border-bottom: none;
}

.basicProfile .panel.active {
    display: block;
    margin-bottom: 0;
}

.basicProfile .panel {
    display: none;
}

.basicProfile .panel .balance {
    font-size: 18px;
    border-bottom: 1px dotted #d0d0d0;
    padding: 2px 5px;
    /* text-align: center; */
    color: #19a98b;
}

.basicProfile .panel .balance label {
    font-size: 13px;
    margin-right: 5px;
    min-width: 30%;
    font-weight: 600;
    color: #828282;
}

.basicProfile .panel .withDrawn {
    /* text-align: center; */
    font-size: 18px;
    padding: 2px 5px;
    /* text-align: center; */
    color: #e7505a;
}

.basicProfile .panel .withDrawn label {
    font-size: 13px;
    color: #828282;
    min-width: 30%;
    font-weight: 600;
    margin-right: 5px;
}

.basicProfile .eachData.userId span {
    font-weight: 600;
    color: #e43a45;
}

.navigationButtons {
    display: flex;
    justify-content: flex-end;
}

.processFlow {
    overflow: hidden;
    margin-top: 10px;
}

.allUsers .noUsers {
    text-align: center;
    padding: 10px;
    font-size: 16px;
    font-style: italic;
    color: #a9a6a6;
}

.successPayout {
    text-align: center;
    display: none;
}

.successPayout p {
    margin: 0;
    padding: 5px;
    font-size: 16px;
    color: #616161;
}

.successPayout h2 {
    font-weight: 600;
    font-size: 30px;
    color: #616161;
}

.successPayout h2 i {
    margin-right: 5px;
    color: #1bbc9b;
}

/*.payoutInfo {*/
/*    margin-top: 10px;*/
/*    font-size: 15px;*/
/*    color: #989797;*/
/*    font-family: monospace;*/
/*}*/

/*.payoutInfo .amount {*/
/*    font-size: 25px;*/
/*    color: #504e4e;*/
/*}*/

/*.payoutInfo .totalPayouts {*/
/*    color: #e7505a;*/
/*    font-size: 25px;*/
/*}*/

button.payoutStatement {
    width: auto !important;
    border-radius: 2px !important;
    font-size: 14px;
}

.shortListed .userContainer {
    flex-wrap: wrap;
}

.successPayout .statement {
    min-height: 100px;
    display: block;
}

button.payoutStatement i {
    margin-right: 5px;
}

button.payoutStatement {
    padding: 5px 7px;
}

button.processAnother {
    padding: 5px 7px;
    width: auto !important;
    border-radius: 2px !important;
}

.securityPin.errors {
    text-align: center;
    background: #d12929;
    max-width: 400px;
    padding: 3px;
    font-size: 13px;
    margin: 15px auto;
    color: white;
}

.payoutProgress {
    display: none;
    text-align: center;
    padding: 15px;
}

.payoutProgress h3 {
    font-size: 18px;
    font-weight: 600;
    color: #8b8484;
}

.payoutProgress h3 i {
    color: #cf9238;
}

.successPayout .actions {
    margin-top: 20px;
}

.userContainer .gateway span.tools.reqAccountInfo {
    right: 4px;
    /* left: 100px; */
    padding: 5px;
    top: 36px;
    background: transparent;
    position: absolute;
    bottom: 0px !important;
    display: block;
    margin: auto;
    border-radius: 25px !important;
}
.userContainer .gateway {
    font-size: 11px;
}
form.payoutRequests .userContainer img {
    max-width: 100%;
    display: inline-block;
    float: left;
    width: 48px;
    height: 52px;
    margin-right: 5px;
}
.bankInfo ul.bankinfoTab {
    padding: 0;
    display: flex;
    overflow: hidden;
}

.bankInfo ul.bankinfoTab li {
    list-style: none;
    cursor: pointer;
    font-size: 13px;
    flex: 1;
    border-bottom: 1px solid #cccccc;
    padding: 5px;
    float: left;
    color: #ccc;
}

.bankInfo {
    overflow: hidden;
}
.bankInfo ul.bankinfoTab li.active {
    color: #545454;
    border-bottom: 1px solid black;
}

.bankInfo ul.bankinfoTab {
    padding: 0;
    display: flex;
    margin-bottom: 0;
    overflow: hidden;
}

.bankInfo ul.bankinfoTab li {
    list-style: none;
    cursor: pointer;
    font-size: 13px;
    flex: 1;
    font-weight: 600;
    border-bottom: 2px solid #cccccc;
    padding: 5px;
    float: left;
    color: #ccc;
}

.bankInfo {
    overflow: hidden;
}
.bankInfo .eachData {
    white-space: nowrap;
    color: #717171;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    font-size: 13px;
    padding: 4px;
    border-bottom: 1px dotted #dcdcdc;
}

.bankInfo .eachData label {
    margin-right: 12px !important;
    font-weight: 600;
    margin: 0;
    color: #6f7b79;
}

.bankInfo .eachData:last-child {
    border-bottom: none;
}

.bankInfo .panel.active {
    display: block;
    margin-bottom: 0;
}

.bankInfo .panel {
    display: none;
}

.bankInfo .panel .balance {
    font-size: 18px;
    border-bottom: 1px dotted #d0d0d0;
    padding: 2px 5px;
    /* text-align: center; */
    color: #19a98b;
}
.bankInfo .panel .balance label {
    font-size: 13px;
    margin-right: 5px;
    min-width: 30%;
    font-weight: 600;
    color: #828282;
}

.bankInfo .panel .withDrawn {
    /* text-align: center; */
    font-size: 18px;
    padding: 2px 5px;
    /* text-align: center; */
    color: #e7505a;
}

.bankInfo .panel .withDrawn label {
    font-size: 13px;
    color: #828282;
    min-width: 30%;
    font-weight: 600;
    margin-right: 5px;
}

.bankInfo .eachData.userId span {
    font-weight: 600;
    color: #e43a45;
}

/*payoutTile*/
.walletFilterGroup {
    left: 5px;
    display: inline-flex;
    right: auto !important;
    bottom: 5px !important;
}
.walletFilterGroup.filterGear.filterGroup:hover {
    color: #6d6d6d;
}

.selectedWallet {
    display: inline-flex;
    font-size: 12px;
    background: #f5f5f5;
    border: 1px solid #e4e4e4;
    padding: 2px;
    border-radius: 8px !important;
}

.selectedWallet p {
    margin: 0 4px;
}

.selectedWallet span, .selectedWallet i {
    padding: 2px;
    font-size: 11px;
}

.dropdown.walletChooser {
    margin-right: 10px;
}

.payoutWrapper .innerColumn .payoutNav.row {
    margin: 0px;
}

@media (max-width: 767px) {
    .payoutWrapper .innerColumn .payoutNav.row {
        margin-left: -15px;
        margin-right: -15px;
    }
}


