.wc_list_customers_my_account .filter-actions,
.wc_list_commissions_my_account .filter-actions {
    margin-bottom: 15px;
    padding: 30px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.filter-actions .select2-container {
    width: 100% !important;
}

.filter-actions .selection, .filter-actions .select2-selection {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100% !important;
    width: 100%;
    min-height: 45px;
}

.filter-actions .select2-selection {
    overflow: hidden;
    padding-right: 20px;
    margin-bottom: 20px !important;
}

span#select2-user-filter-bc-container {
    width: 100%;
}

.account-orders-table-wrapper .button {
    padding: .6180469716em .875em;
    font-size: .875em !important;
    margin-right: .236em;
    margin-bottom: .236em;
    width: 85px !important;
    text-align: center;
}

.account-orders-table-wrapper {
    overflow-x: auto;
}

#commission_date_from, #commission_date_to {
    width: 49%;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
}

.payout-box {
    width: 335px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 26px 34px;
    position: relative;
    overflow: hidden;
    margin-right: 74px;
    margin-bottom: 20px;
    box-shadow: 1px 2px 23px -10px rgb(184 172 172 / 75%);
    -webkit-box-shadow: 1px 2px 23px -10px rgb(184 172 172 / 75%);
    -moz-box-shadow: 1px 2px 23px -10px rgb(184 172 172 / 75%);
}

.payout-box h2 {
    font-size: 16pt;
    color: #828586;
    border-radius: 12px 12px 0px 0px;
    font-weight: 500;
    margin: 0px;
}

.payout-box p {
    color: #3c4246;
    font-size: 12px;
    margin-bottom: 0px;
}

.payout-content img {
    right: 0;
    bottom: 0px;
    position: absolute;
    z-index: -1;
}

.configure-setup {
    background-color: #6091ff;
    color: white;
    padding: 8px 10px;
    text-decoration: none !important;
    border-radius: 5px;
    margin-top: 5px !important;
    cursor: pointer;
    font-size: 11pt;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding: 30px 0px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.payment_configure {
    border-radius: 15px;
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 40%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

.payment_configure .modal-header {
    padding: 10px 25px;
    background: #6091ff;
    border-radius: 15px 15px 0px 0px;
}

.modal-header {
    padding: 2px 16px;
    color: white;
}
.modal-header {
    padding: 10px 0px;
    position: relative;
}

.payment_configure .modal-header h3 {
    font-weight: 600;
    margin: 0px;
    color: white;
}

.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 2px;
}

.payment_configure .modal-body {
    padding: 10px 25px;
}
.modal-body {
    padding: 2px 16px;
    height: auto;
    max-height: 500px;
    overflow-y: scroll;
}

.payment_configure .modal-body h3 {
    font-size: 20px;
    font-weight: 600;
}

.payout_option {
    position: relative;
}

.payment_configure .modal-body input[type=radio] {
    padding: 0;
    height: 20px;
    width: 20px;
    margin-top: 9px;
    position: relative;
}

input[type=checkbox]+label, input[type=radio]+label {
    margin: 0 0 0 .3819820591em;
}
.payout_option label {
    position: absolute;
    top: 5px;
}
label {
    display: inline-block;
    margin-bottom: 10px;
}

.info-field {
    border-radius: 5px;
    width: 100%;
    margin-top: 10px;
}

.payment-info-submit {
    margin-top: 10px;
}

.agent_commission_status {
    width: 100%;
}

.account-orders-table-wrapper {
    overflow-x: auto;
}

.woocommerce-agent-customers .wc_list_customers_my_account .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-commissions .commission-filters-form .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 55px !important;
}

.woocommerce-agent-customers .wc_list_customers_my_account span.select2-selection__clear:before,
.woocommerce-commissions .commission-filters-form span.select2-selection__clear:before {
        right: -48px !important;
}

.woocommerce-MyAccount-navigation-link--agent-payout a::before {
    content: "" !important;
}

.woocommerce-MyAccount-navigation-link--commissions a::before {
    content: "" !important;
}

.woocommerce-MyAccount-navigation-link--agent-orders a::before {
    content: "" !important;
}

.woocommerce-MyAccount-navigation-link--agent-customers a::before {
    content: "" !important;
}

body.wwp-agents-customer-order p.order-again {
    display: none !important;
}
