:root {
    --wsw-border-color: #D1D5DB;
    --wsw-foreground-color: #FBFBFB;
    --wsw-gray-color: #7f8c8d;
    --wsw-info-color: #0274be;
    --wsw-success-color: #28a745;
    --wsw-warning-color: #ff8b07;
    --wsw-danger-color: #dc3545;
    --wsw-link-color: #0073aa;
}

.quick_activity_wrap {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(min(200px, 100%), 1fr)) !important;
}

.quick_activity_wrap .single_quick_activity {
    background-color: var(--wsw-foreground-color);
    padding: 1rem;
    border: 1px solid var(--wsw-border-color);
}

.single_quick_activity h4 {
    font-size: 16px;
}

/*====================================================
/* AFFILIATE LINKS
/*====================================================*/
.sejowoo-form .button,
.sejowoo-form .btn,
.sejowoo-affiliate-links .button,
.sejowoo-affiliate-links .btn {
    margin-top: 1rem !important;
}

.sejowoo-form label {
    margin-bottom: 1rem !important;
}

.sejowoo-form .affiliate-links,
.sejowoo-form .form-row {
    margin-bottom: 30px !important;
}

.woocommerce-page .woocommerce-address-fields .select2-container .select2-search__field,
.woocommerce-page .select2-container .select2-selection {
    padding: 11px .75rem !important;
}

#affiliate-link-generator {
    background-color: var(--wsw-foreground-color);
    padding: 1rem;
    border: 1px solid var(--wsw-border-color);
}

/*====================================================
/* SEJOWOO DATA TABLE
/*====================================================*/
.dataTables_wrapper .dataTables_length {
    margin-bottom: 1rem !important;
}
.dataTables_wrapper .dataTables_length label {
    display: inline-flex;
    gap: 15px;
    align-items: center;
}
.dataTables_wrapper .dataTables_length select{
    background-position: 88% 50% !important ;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid var(--wsw-border-color) !important;
    padding-left: 15px;
    padding-right: 15px;
}

.dataTables_wrapper .badge {
    background-color: var(--wsw-gray-color);
    color: #fff;
    font-size: 12px;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
}

.dataTables_wrapper .badge-info {
    background-color: var(--wsw-info-color);
}

.dataTables_wrapper .badge-success {
    background-color: var(--wsw-success-color);
}

.dataTables_wrapper .badge-warning {
    background-color: var(--wsw-warning-color);
}

.dataTables_wrapper .badge-danger {
    background-color: var(--wsw-danger-color);
}

.dataTables_wrapper .date {
    font-size: 12px;
    line-height: 1;
    padding: 0 !important;
    background-color: transparent !important;
}

.dataTables_wrapper td:last-child,
.dataTables_wrapper th:last-child {
    border-right: none !important;
}

.dataTables_paginate .paginate_button.current {
    background: transparent !important;
    border: 1px solid var(--wsw-border-color) !important;
}

.dataTables_paginate .paginate_button:hover {
    background: var(--wsw-foreground-color) !important;
    border: 1px solid var(--wsw-border-color) !important;
    cursor: pointer;
}
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting{
    background-image: none !important;
}

/*====================================================
/* MEMBER MENU
/*====================================================*/
.woocommerce-MyAccount-navigation-link--member-access,
.woocommerce-MyAccount-navigation-link--affiliate-order,
.woocommerce-MyAccount-navigation-link--wallet-data{
    display: none !important;
}   

/*====================================================
/* MEMBER -  HEADING
/*====================================================*/
.main-title h1{
    font-size: 21px !important;
    margin-bottom: 1rem !important;
}

/*====================================================
/* MEMBER - WITHDRAWAL METHOD
/*====================================================*/
.withdrawal-method {
    margin-bottom: 1rem;
    background-color: var(--wsw-foreground-color);
    border: 1px solid var(--wsw-border-color);
    padding: 1rem;
}
.withdrawal-method p {
    margin-top: 0;
}
.withdrawal-method__account{
    font-size: 18px;
    margin-bottom: 0;
}
    
.withdrawal-method__note{
    font-size: 12px;
    line-height: 1.5;
}
/*====================================================
/* HIDDEN BANK ACCOUNT FROM EDIT ACCOUNT
/*====================================================*/
textarea#bank_info,
label[for="custom_textarea"],
#bank_info,
#bank_info label {
    display: none !important;
}
/*====================================================
/* CHECKOUT
/*====================================================*/
.sejowoo-affiliate-info{
    margin-bottom: 1rem !important;
}

/*====================================================
/* CUSTOM MENU AFFILIATE
/*====================================================*/
.affiliate-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
    border-bottom: 2px solid var(--wsw-border-color);
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    padding: 0 !important;
}
.affiliate-menu li {
    margin: 0;
    line-height: 1;
}

.affiliate-menu a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease-in-out;
}

.affiliate-menu a:hover {
    border-color: var(--wsw-link-color);
}

.affiliate-menu .active a {
    font-weight: bold;
    color: var(--wsw-link-color);
    border-color: var(--wsw-link-color);
}
