/***

 * Developer : Abaad Hussain

 * Fiver : https://www.fiverr.com/ah_development

 */



.dropshipper-reg-form-container {

    display: flex;

    justify-content: center;

    align-items: self-start;

    min-height: 100vh;

}



/* Style the form */

.dropshipper-reg-form {

    max-width: 1020px;

    width: 100%;

    padding: 20px;

    background-color: #f5f5f5;

    border-radius: 10px;

    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

}



form#dropshipper-registration-form,

form#affliate-registration-form {

    display: flex;

    justify-content: space-between;

}



.form_sec {

    width: calc(50% - 10px);

}



@media screen and (max-width: 650px) {



    form#dropshipper-registration-form,

    form#affliate-registration-form {

        flex-direction: column;

    }



    .form_sec {

        width: 100%;

    }

}



.dropshipper-reg-form label {

    display: block;

    margin-bottom: 5px;

    font-weight: bold;

}



.dropshipper-reg-form input,

.dropshipper-reg-form select {

    width: 100%;

    padding: 10px;

    margin-bottom: 15px;

    border: 1px solid #ccc;

    border-radius: 5px;

    background-color: white;

}



.dropshipper-reg-form select {

    appearance: none;

    -webkit-appearance: none;

    background: url('arrow-down.svg') no-repeat right center;

    background-size: 20px;

}



.dropshipper-reg-form input[type="submit"] {

    background-color: #059473;

    color: white;

    border: none;

    border-radius: 5px;

    padding: 10px 20px;

    margin-top: 10px;

    cursor: pointer;

    transition: background-color 0.3s;

}



.dropshipper-reg-form input[type="submit"]:hover {

    background-color: #059473;

}



.account_created {

    display: none;

    justify-content: center;

    align-items: start;

}



.account_created img {

    width: 50px;

    height: auto;

    margin-top: 10px;

}



.account_created h2 {

    font-size: 15px;

    margin: 10px;

    font-weight: 500;

}



div#registration-message {

    color: red;

}





p.profit_dropshipper {

    color: green;

}



/* .drop_stactics {

    width: 100%;

    display: flex;

    flex-direction: column;

    align-items: self-start;

    justify-content: center;

} */

.drop_stactics {

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));

    gap: 20px;

}



.d_colum {

    background: white;

    color: #000000e0;

    padding: 30px 20px;

    text-align: center;

    border-radius: 20px;

    font-size: 16px;

    font-weight: 600;

    box-shadow: 0 0 6px 0px #c9c9c9;

}



.request_withdraw {

    width: 100%;

    display: flex;

    justify-content: space-between;

    padding: 10px;

    margin-top: 20px;

    align-items: center;

    border-radius: 10px;

    box-shadow: 0 0 6px 0px #c9c9c9;

}



.request_withdraw h2 {

    margin-bottom: 0 !important;

    font-size: 20px !important;

    margin-left: 12px;

}







@media screen and (max-width: 910px) {

    .drop_stactics {

        padding-top: 20px;

    }

}



a.request_with_btn {

    padding: 10px 20px;

    background: #259474;

    border-radius: 10px;

    color: white;

}



div#response-message {

    width: 100%;

    margin-bottom: 10px;

}



/* popup */





.drop_overlay {

    position: fixed;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    background: rgba(0, 0, 0, 0.7);

    transition: opacity 500ms;

    visibility: hidden;

    opacity: 0;

    z-index: 999;

    overflow-y: scroll;

}



.drop_overlay:target {

    visibility: visible;

    opacity: 1;

}



.dropsipper_popup {

    margin: 70px auto;

    padding: 20px;

    background: #fff;

    border-radius: 5px;

    width: 30%;

    position: relative;

    transition: all 5s ease-in-out;

}



.dropsipper_popup h2 {

    margin-top: 0;

    color: #333;

    font-family: Tahoma, Arial, sans-serif;

}



.dropsipper_popup .close {

    position: absolute;

    top: 20px;

    right: 30px;

    transition: all 200ms;

    font-size: 30px;

    font-weight: bold;

    text-decoration: none;

    color: #333;

}



.dropsipper_popup .close:hover {

    color: #259474;

}



.dropsipper_popup .content {

    max-height: 30%;

    overflow: auto;

    display: flex;

    justify-content: center;

    align-items: self-end;

    flex-direction: column;

}



.content input {

    margin-bottom: 20px;

    width: 100% !important;

    border-radius: 10px !important;

    max-width: 100% !important;

}



.content input[type="button"] {

    padding: 14px 20px;

    background: #259474;

    border-radius: 10px;

    color: white;

    font-weight: 600;

    margin-bottom: 0;

    font-size: 14px;

    text-transform: none;

}



a.request_with_btn:hover {

    color: white;

}



select#billing_shipping_provider {

    width: 100%;

}



@media screen and (max-width: 700px) {



    .dropsipper_popup {

        width: 85%;

    }



    a.request_with_btn {

        font-size: 14px;

        padding: 10px;

    }



    h2.rew_heading {

        font-size: 18px !important;

        width: 50%;

    }

}



.withdraw_list {

    border-radius: 10px;

    box-shadow: 0 0 6px 0px #c9c9c9;

    padding: 15px;

    margin-top: 20px;

}



.referral__warp {

    border-radius: 10px;

    box-shadow: 0 0 6px 0px #c9c9c9;

    padding: 15px;

    margin-top: 20px;

}



.with_table {

    text-align: start;

}



strong.sec_fee_balance {

    margin: 20px 10px;

    display: block;

}



p#billing_country_field {

    display: none !important;

}



.with_table th {

    text-align: start;

}



#allow_open_field .optional {

    display: block;

    font-weight: 600;

}









.drop_overlay {

    position: fixed;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    background: rgba(0, 0, 0, 0.7);

    transition: opacity 500ms;

    visibility: hidden;

    opacity: 0;

}



.drop_overlay:target {

    visibility: visible;

    opacity: 1;

}



.drop_popup {

    margin: 70px auto;

    padding: 20px;

    background: #fff;

    border-radius: 5px;

    width: 30%;

    position: relative;

    transition: all 5s ease-in-out;

}



.drop_popup h2 {

    margin-top: 0;

    color: #333;

    font-family: Tahoma, Arial, sans-serif;

    margin-bottom: 0;

}



.drop_popup .close {

    position: absolute;

    top: 11px;

    right: 30px;

    transition: all 200ms;

    font-size: 30px;

    font-weight: bold;

    text-decoration: none;

    color: #333;

}



.drop_popup .close:hover {

    color: #06D85F;

}



.drop_popup .content {

    max-height: 30%;

    overflow: auto;

}



@media screen and (max-width: 700px) {

    .drop_popup {

        width: 95%;

    }

}

















.dvs-50 {

    width: 50% !important;

    max-width: 50% !important;

    margin: 0% 25% !important;

}





@media screen and (max-width: 999px) {

    .dvs-50 {

        width: 90% !important;

        max-width: 90% !important;

        margin: 0% 5% !important;

    }

}





.dvs-btn-50 {

    width: 100% !important;

}



.dvs-track-page {

    letter-spacing: 0.3px !important;

}





.dvs-100 {

    width: 100%;

    position: relative;

    margin: 20px 0px;

    text-align: center;

}



.dvs-track-btn {

    border-radius: 2px;

    padding: 10px 15px;

    font-size: 16px;

    text-transform: none;

    cursor: pointer;

    color: white;

    background-color: #2aa268;

    box-shadow: 0 0 4px #999;

    font-weight: 700;

    text-decoration: none;

    letter-spacing: 1px;

}



.dropship_content {

    color: #000000;

    letter-spacing: 0.3px !important;

}



.dropship_content .order-details,

.dropship_content .tracking-details {

    margin-top: 20px;

    width: 50%;

    float: left;

}



.dropship_content .order,

.dropship_content .name,

.dropship_content .phone,

.dropship_content .courier,

.dropship_content .tracking,

.dropship_content .city {

    width: 100%;

    float: left;

    border: 1px solid #eeeeee;

    padding: 10px;

    font-size: 14px;

}



.dropship_content .status {

    width: 100%;

    float: left;

    text-align: center;

    font-size: 16px;

    margin: 15px 0px;

    background-color: #f6e679;

    padding: 10px 0px;

}





.dropship_content table {

    font-size: 14px;

    border-collapse: collapse;

    width: 100%;

}



.dropship_content td,

.dropship_content th {

    border: 1px solid #dddddd;

    text-align: left;

    padding: 8px;

    text-transform: none;

    padding-left: 10px !important;

}



.dropship_content tr:nth-child(even) {

    background-color: #f9f9f9;

}



.api_shopify_cont .optional {

    display: none !important;

}





.main_sh_header {

    display: flex;

    justify-content: space-between;

    align-items: center;

}



h4.labe_sh {

    font-size: 25px;

    margin-bottom: 20px;

}



.import_orders {

    width: 150px;

    height: 40px;

    background: #059473;

    color: white;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 17px;

    font-weight: 600;

    cursor: pointer;

}



.order-shopify-list {

    width: 100%;

    padding: 15px;

    border: 1px solid #d2d1d1;

    border-radius: 13px;

    margin: 20px 0;

}



.s_o_head {

    display: flex;

    justify-content: space-between;

    margin-bottom: 22px;

    align-items: center;

    border-bottom: 1px solid #00000033;

    padding-bottom: 14px;

}



.prod_name {

    font-size: 19px;

    font-weight: 600;

}





.select_pro span.select2.select2-container.select2-container--default {

    width: calc(100% - 70px) !important;

    max-width: 600px;

}



.select_pro {

    width: 70% !important;

    display: flex;

    justify-content: end;

}



.preview_image {

    width: 50px;

    height: 50px;

    background-size: contain;

    background-position: center;

    background-repeat: no-repeat;

    margin-left: 14px;

    border-radius: 10px;

}



@media screen and (max-width: 600px) {

    .s_o_head {

        gap: 7px;

        flex-direction: column;

        align-items: self-start;

    }



    .select_pro {

        width: 100% !important;

    }



    form.filter_order_form {

        flex-direction: column;

        align-items: self-start;

    }



    .filter_field {

        width: 100%;

    }



    h4.labe_sh {

        font-size: 20px;

    }

}



.filter_order_cont {

    box-shadow: 0 0 10px #dbdbdb;

    padding: 10px;

    border-radius: 10px;

    margin: 10px 0;

}



form.filter_order_form {

    display: flex;

    align-items: self-end;

    gap: 20px;

}





.main_filter_conty {

    padding: 20px;

    box-shadow: 0 0 10px #00000033;

    border-radius: 10px;

    margin: 20px 0;

}



.main_filter_conty form {

    width: 100%;

    display: flex;

    justify-content: space-between;

    align-items: center;

    flex-wrap: wrap;

    gap: 20px;

}



.filetr_cont {

    width: calc(20% - 20px);

    min-width: 200px;

}



@media screen and (max-width: 1180px) {

    .filetr_cont {

        width: calc(25% - 20px);

    }

}





.order_table_Cont {

    overflow: hidden;

    overflow-x: scroll;

}



.order_table_Cont::-webkit-scrollbar {

    height: 2px;

}



.order_table_Cont::-webkit-scrollbar-track {

    background: #f1f1f1;

}



.order_table_Cont::-webkit-scrollbar-thumb {

    background: #0000001f;

}





.filetr_cont span.select2-selection.select2-selection--multiple {

    overflow: hidden;

    overflow-y: scroll;

}



div#withdraw_table_wrapper {

    display: flex;

    justify-content: space-between;

    align-items: self-start;

    flex-wrap: wrap;

}



div#withdraw_table_length {

    width: 50%;

    display: flex;

}



div#withdraw_table_filter {

    width: 50%;

    display: flex;

}



div#withdraw_table_filter label,

div#withdraw_table_length label {

    width: 100%;

    align-items: center;

    display: flex;

    gap: 13px;

}



table#withdraw_table {

    width: 100%;

}







div#transaction_table_wrapper {

    display: flex;

    justify-content: space-between;

    align-items: self-start;

    flex-wrap: wrap;

}



div#transaction_table_length {

    width: 50%;

    display: flex;

}



div#transaction_table_filter {

    width: 50%;

    display: flex;

}



div#transaction_table_filter label,

div#transaction_table_length label {

    width: 100%;

    align-items: center;

    display: flex;

    gap: 13px;

}



table#transaction_table {

    width: 100%;

}





@media screen and (max-width: 570px) {

    .filetr_cont {

        width: calc(100%);

    }



    div#withdraw_table_wrapper {

        flex-direction: column;

    }



    div#withdraw_table_length {

        width: 100%;

    }



    div#withdraw_table_filter {

        width: 100%;

    }



    div#transaction_table_wrapper {

        flex-direction: column;

    }



    div#transaction_table_length {

        width: 100%;

    }



    div#transaction_table_filter {

        width: 100%;

    }

}



div#withdraw_table_paginate {

    display: flex;

    gap: 10px;

}



div#withdraw_table_paginate span {

    display: flex;

    gap: 10px;

}



div#transaction_table_paginate {

    display: flex;

    gap: 10px;

}



div#transaction_table_paginate span {

    display: flex;

    gap: 10px;

}



.trans_flex {

    display: flex;

    gap: 10px;

    align-items: center;

}



span.trans_type {

    width: 35px;

    height: 35px;

    display: block;

    border-radius: 50px;

    background-color: #8080808f;

    background-size: 20px;

    background-position: center center;

    background-repeat: no-repeat;

}



span.trans_type.with_req {

    background-color: #00800066;

    background-image: url(icons/withdraw.png);

    background-size: 20px;

}



span.trans_type.with_reg {

    background-color: #ff0000a8;

    background-image: url(icons/rejected.png);

}



span.trans_type.security_deduct {

    background-color: #ff0000a8;

    background-image: url(icons/security_deduct.png);

}



span.trans_type.security_fee {

    background-color: #ffc073;

    background-image: url(icons/security.png);

}



span.trans_type.incoming {

    background-color: #e6ce15;

    background-image: url(icons/incomming.png);

}



span.light_color {

    color: #808080c7;

}



.d_colum.upadtae_d_col {

    box-shadow: none;

    border: 1px solid gray;

    display: flex;

    justify-content: center;

    align-items: center;

    flex-direction: column;

    opacity: 0.5;

    cursor: pointer;

}



.ralead_u_icon {

    width: 30px;

    height: 30px;

    background: url(icons/refresh.png);

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center;

}



.rotating-div {

    animation-name: rotate;

    animation-duration: 3s;

    animation-timing-function: linear;

    animation-iteration-count: infinite;

    /* Infinite loop */

}



/* Define the keyframes for the rotation */

@keyframes rotate {

    from {

        transform: rotate(0deg);

    }



    to {

        transform: rotate(360deg);

    }

}





.field_check {

    display: flex;

}



span.trans_type.affilaite {

    background-color: #2db0ff;

    background-image: url(icons/affiliate_2.png);

    background-size: 20px;

}



.sada_dropship_news_warp {

    width: 100%;

    display: flex;

    justify-content: start;

    align-items: center;

    padding: 20px 0;

}



.news_head {

    padding: 10px 20px;

    background: #ececed;

    font-weight: 600;

    width: 100px;

    text-align: center;

}



.sada_dropship_tickerwrapper {

    /* the outer div */

    position: relative;

    width: calc(100% - 100px);

    display: flex;

    cursor: pointer;

    justify-content: start;

    align-items: center;

    overflow: hidden;

    height: 30px;

}



ul.sd_list {

    position: absolute;

    display: inline-block;

    list-style: none;

    padding: 0;

    margin: 0;

}



ul.sd_list.cloned {

    position: absolute;

    left: 0px;

}



ul.sd_list li {

    float: left;

    padding: 0 30px;

    margin: 0 !important;

    border-right: 2px solid #059473;

    line-height: 16px;

    font-size: 17px;

}



p#billing_city_trax_field span.optional,

p#billing_city_leopard_field span.optional,

p#billing_city_postex_field span.optional {

    display: none;

}



.ds-account-status-waring {

    width: 100%;

    display: flex;

    align-items: center;

    padding: 9px 20px;

    background: red;

    color: white;

    border-radius: 10px;

    gap: 10px;

}



.ds-account-status-waring p {

    margin: 0 !important;

}


/* --- DROPSHIPPER DASHBOARD REDESIGN --- */

/* --- DROPSHIPPER DASHBOARD MASTER CSS --- */

/* 1. HIDE SECURITY FIELD & RELOAD DIV */
.sec_fee_balance, 
.upadtae_d_col, 
#getupatedDataBtn, 
.ralead_u_icon {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 2. Container & Layout Reset */
.woocommerce-MyAccount-content .drop_warp {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important;
    background-color: #f8f9fa !important;
    padding: 20px !important;
    border-radius: 12px !important;
}

/* 3. Top Statistics Grid (The Colored Cards) */
.drop_stactics {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
    gap: 20px !important;
    margin-bottom: 30px !important;
}

.drop_stactics .d_colum {
    padding: 25px 20px !important;
    border-radius: 10px !important;
    color: #ffffff !important;
    position: relative !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
    transition: transform 0.2s ease !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    overflow: visible !important; 
}

.drop_stactics .d_colum:hover {
    transform: translateY(-5px) !important;
}

/* --- CARD REORDERING --- */
/* TOP ROW */
.drop_stactics .d_colum:nth-child(2) { background: #28a745 !important; order: 1; } /* Unpaid Earnings */
.drop_stactics .d_colum:nth-child(3) { background: #007bff !important; order: 2; } /* In Transit */
.drop_stactics .d_colum:nth-child(1) { background: #c08b04 !important; order: 3; } /* Total Earning */

/* BOTTOM ROW */
.drop_stactics .d_colum:nth-child(4), 
.drop_stactics .d_colum:nth-child(5), 
.drop_stactics .d_colum:nth-child(6), 
.drop_stactics .d_colum:nth-child(7) { 
    background: #ffffff !important; 
    color: #333 !important; 
    border: 1px solid #ddd !important; 
    order: 4 !important; 
}

/* 4. Animations & Emojis */
@keyframes pulse-green {
    0% { box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(40, 167, 69, 0); }
    100% { box-shadow: 0 0 0 0 rgba(40, 167, 69, 0); }
}

@keyframes slide-truck {
    0% { transform: translateX(-5px); }
    50% { transform: translateX(10px); }
    100% { transform: translateX(-5px); }
}

@keyframes wiggle-cash {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(3deg); }
    75% { transform: rotate(-3deg); }
}

/* Apply Animations and Emojis */
.drop_stactics .d_colum:nth-child(2) { animation: pulse-green 2s infinite !important; }
.drop_stactics .d_colum:nth-child(2) .dr_lable::after { content: " 💸"; display: inline-block; }

.drop_stactics .d_colum:nth-child(3) .dr_amount::before {
    content: "🚚"; font-size: 18px; margin-right: 8px; display: inline-block;
    animation: slide-truck 2s infinite ease-in-out !important;
}

.drop_stactics .d_colum:nth-child(1) .dr_lable::after { content: " 🏆"; display: inline-block; }
.drop_stactics .d_colum:nth-child(6) .dr_lable::after { content: " ❌"; display: inline-block; } 
.drop_stactics .d_colum:nth-child(7) .dr_lable::after { content: " 😟"; display: inline-block; } 

/* 5. Withdraw Button & Section with Emoji */
.request_withdraw {
    background: #ffffff !important; padding: 25px !important; border-radius: 12px !important;
    display: flex !important; justify-content: space-between !important; align-items: center !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important; margin-bottom: 30px !important;
}

.request_with_btn {
    background: #dc3545 !important; color: #fff !important; padding: 12px 30px !important;
    border-radius: 50px !important; text-decoration: none !important; font-weight: 700 !important;
    display: inline-flex !important; align-items: center !important; gap: 8px !important;
}

.request_with_btn::after {
    content: " 🤑" !important;
}

.request_with_btn:hover {
    animation: wiggle-cash 0.3s infinite !important;
    background: #28a745 !important;
}

/* 6. Typography */
.dr_amount { font-size: 26px !important; font-weight: 700 !important; margin-bottom: 5px !important; display: block !important; }
.dr_lable { font-size: 13px !important; text-transform: uppercase !important; opacity: 0.9 !important; font-weight: 600 !important; }


/* ============================================================
   LAYOUT BACKGROUND COLOR - WHITE & SQUARE CORNERS
   ============================================================ */
.woocommerce-MyAccount-content {
    background-color: #ffffff !important; 
    padding: 30px !important;
    border-radius: 0px !important; /* Forces square corners */
    border: 1px solid #eeeeee !important;
}

/* Ensure the inner wrapper is transparent so the background shows */
.woocommerce-MyAccount-content .drop_warp {
    background-color: transparent !important;
    border-radius: 0px !important;
}
/* ============================================================ */




/* ============================================================
   INDIVIDUAL TABLE DESIGNS - COLOR CODED & SQUARE
   ============================================================ */

/* 1. WITHDRAWALS TABLE (Blue Theme) */
#withdraw_table_wrapper {
    border-top: 4px solid #007bff !important;
    background: #ffffff !important;
    padding: 15px !important;
    margin-bottom: 40px !important;
}

#withdraw_table thead th {
    background-color: #f0f7ff !important;
    color: #0056b3 !important;
    border-bottom: 1px solid #cce5ff !important;
}

/* 2. TRANSACTIONS TABLE (Slate/Grey Theme) */
#transaction_table_wrapper {
    border-top: 4px solid #343a40 !important;
    background: #ffffff !important;
    padding: 15px !important;
    margin-bottom: 40px !important;
}

#transaction_table thead th {
    background-color: #f8f9fa !important;
    color: #333333 !important;
    border-bottom: 1px solid #dee2e6 !important;
}

/* 3. CASHBACK TABLE (Green Theme) */
.cashback-withdraw {
    border-top: 4px solid #28a745 !important;
    background: #ffffff !important;
    padding: 15px !important;
}

.withdraw-requested-table thead th {
    background-color: #f2faf3 !important;
    color: #1e7e34 !important;
    border-bottom: 1px solid #d4edda !important;
}

/* 4. SHARED SQUARE STYLING FOR ALL TABLES */
.with_table table, 
.transaction_table, 
.withdraw-requested-table {
    width: 100% !important;
    border-collapse: collapse !important;
    border-radius: 0px !important;
}

table.dataTable thead th, 
.withdraw-requested-table th {
    padding: 12px 15px !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    text-align: left !important;
}

table.dataTable tbody td, 
.withdraw-requested-table td {
    padding: 12px 15px !important;
    border-bottom: 1px solid #f1f1f1 !important;
    font-size: 14px !important;
    border-radius: 0px !important;
}

/* Zebra Striping for better readability */
table.dataTable tbody tr:nth-child(even) {
    background-color: #fafafa !important;
}

/* Square Inputs & Buttons for all tables */
.dataTables_filter input, 
.dataTables_length select,
#monthly-cashback-form select,
#monthly-cashback-form button {
    border-radius: 0px !important;
    border: 1px solid #ddd !important;
    font-size: 13px !important;
}
/* ============================================================ */



/* ============================================================
   TRANSACTION TABLE - TEXT COLOR & COLUMN STYLING
   ============================================================ */

/* 1. REASON COLUMN (The Description) */
#transaction_table tbody td.trans_flex,
#transaction_table tbody td:nth-child(1) {
    color: #333333 !important; /* Deep Charcoal */
    font-weight: 600 !important;
    font-size: 14px !important;
}

/* 2. AMOUNT COLUMN (The Money) */
#transaction_table tbody td:nth-child(2) {
    color: #28a745 !important; /* Success Green */
    font-weight: 700 !important;
    font-size: 15px !important;
    background-color: #f9fffb !important; /* Very subtle green tint to highlight money */
}

/* 3. DATE COLUMN (The Time) */
#transaction_table tbody td:nth-child(3),
#transaction_table tbody td.sorting_1 {
    color: #7f8c8d !important; /* Professional Slate Grey */
    font-family: 'Courier New', Courier, monospace !important; /* Digital look for dates */
    font-size: 13px !important;
}

/* 4. CURRENCY SYMBOL ADJUSTMENT */
#transaction_table .woocommerce-Price-currencySymbol {
    font-size: 11px !important;
    opacity: 0.8 !important;
    margin-right: 2px !important;
}

/* 5. HOVER EFFECT FOR ROWS */
#transaction_table tbody tr:hover td {
    background-color: #f1f1f1 !important; /* Darker grey on hover for better focus */
    color: #000000 !important; /* Text turns pitch black on hover */
}

/* 6. TABLE HEADERS (Matching the columns) */
#transaction_table thead th:nth-child(1) { color: #333 !important; }
#transaction_table thead th:nth-child(2) { color: #28a745 !important; }
#transaction_table thead th:nth-child(3) { color: #7f8c8d !important; }

/* ============================================================ */