* {
    font-family: "Poppins", sans-serif;
}

.header {
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 14%, rgba(15, 23, 42, 1) 35%);
    color: white;
    padding: 40px 20px;
    text-align: center;
}


.ec-register-form {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.ec-register-form h5 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #333;
}

.form-control {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

/* Navigation Bar */
.navbar {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    list-style: none;
    padding: 0;
}

.navbarFont {
    font-size: 15px;
    color: #333 !important;
    text-decoration: none;
    font-weight: 300;
}

.navbarFont:hover {
    color: #0f172a !important;
}


.text-center img {
    margin-bottom: 15px;
}

.text-center p {
    font-size: 18px;
    font-weight: bold;
}

.eci-arrow-up:before {
    content: "\f062";
}

.eci-arrow-down:before {
    content: "\f063";
}

.ecicon {
    display: inline-block;
    font: normal normal normal 14px/1 EcIcons;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pr-0 {
    padding-right: 0;
}

#ec-overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 999999999999;
}

#ec-overlay .loader_img {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999999999999;
    background: #ffffff url("../user_assets/images/common/loader.gif") no-repeat scroll 50% 49%;
    background-size: 65px;
    pointer-events: none;
    overflow: hidden;
}

.seller-logo {
    padding-left: 100px;
}

.seller-login-field {
    border: none;
    border-radius: 4px;
    margin: 0;
    height: 35px;
    padding: 5px 10px;
    box-shadow: 0px 0px 2px 1px #ccc !important;
}

.seller-login-btn {
    border: none;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-radius: 5px;
    padding: 8px 20px;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.3), 0 2px 4px -1px rgba(15, 23, 42, 0.2);
    transition: all 0.3s ease;
}

.seller-login-btn:hover {
    color: #fff;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    transform: translateY(-1px);
    box-shadow: 0 6px 8px -1px rgba(15, 23, 42, 0.4), 0 4px 6px -1px rgba(15, 23, 42, 0.3);
}

.seller-navbar {
    padding: 10px 15px;
}

.seller-search-input {
    margin: 0;
}

.seller-left {
    flex: 1;
}

.btn-warning:disabled,
.btn:disabled {
    background-color: grey;
    cursor: not-allowed;
    color: white;
}

.text-primary {
    color: #0f172a !important;
}

.text-seller-orange {
    color: #0f172a !important;
}

.seller-links {
    margin-top: 10px;
    font-weight: bold;
}

.seller-links:hover {
    color: #045dec !important;
}


footer {
    background-color: #0f172a;
    color: #ffffff;
    padding: 20px 0;
    font-family: "Poppins", sans-serif;

}

.footer-container {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    flex-wrap: wrap;
}

.footer-section {
    flex: 1;
    margin: 10px;
    min-width: 200px;
}

.footer-section h3 {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: "Poppins", sans-serif;

}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 8px;
    cursor: pointer;
    color: #ffffff;
    font-family: "Poppins", sans-serif;

    /* White for list items */
}

.footer-section ul li:hover {
    color: #ff6600;
    opacity: 1;
    /* Subtle hover effect */
}

.dealamaze p {
    margin: 10px 0;
    color: #ffffff;
    font-family: "Poppins", sans-serif;

    /* White for tagline */
}

.social-icons {
    margin-top: 10px;
}

.social-icons a {
    color: #ffffff;
    /* White icons */
    margin-right: 25px;
    font-size: 25px;
    text-decoration: none;
    font-family: "Poppins", sans-serif;

}

.social-icons a:hover {
    color: #ff6600;
    opacity: 1;
    /* Subtle hover effect for icons */
}

.footer-bottom {
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #ffffff;
    /* Light gray/white line */
    margin-top: 20px;
    color: #ffffff;
    /* White for copyright text */
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }

    .footer-section {
        margin: 20px 0;
    }

    .social-icons {
        justify-content: center;
    }
}

.footer-list {
    padding: 0;
}

.user-image {
    width: 40px;
    border-radius: 15px;
}


.btn-primary {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.3), 0 2px 4px -1px rgba(15, 23, 42, 0.2);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%) !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 8px -1px rgba(15, 23, 42, 0.4), 0 4px 6px -1px rgba(15, 23, 42, 0.3);
}

.seller-rounded-icon {
    background-color: rgba(15, 23, 42, 0.1);
    border-radius: 50%;
}


.uploadFileCustomer:hover {
    border-color: #0f172a !important;
}

/* Seller Dashboard - Credit & Debit Dashboard Styles */

.seller-dashboard-container {
    background: #ffffff;
    min-height: 100vh;
    padding: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.seller-dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.seller-dashboard-title {
    font-size: 26px;
    font-weight: 700;
    color: #0f172a;
    margin: 10px;
}

.seller-dashboard-actions {
    display: flex;
    gap: 12px;
}

.seller-btn-primary {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.3), 0 2px 4px -1px rgba(15, 23, 42, 0.2);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 8px;
}

.seller-btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.seller-btn-primary:hover::before {
    left: 100%;
}

.seller-btn-primary:hover {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(15, 23, 42, 0.4), 0 4px 6px -2px rgba(15, 23, 42, 0.3);
}

.seller-btn-secondary {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 6px -1px rgba(30, 41, 59, 0.3), 0 2px 4px -1px rgba(30, 41, 59, 0.2);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 8px;
}

.seller-btn-secondary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.seller-btn-secondary:hover::before {
    left: 100%;
}

.seller-btn-secondary:hover {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(30, 41, 59, 0.4), 0 4px 6px -2px rgba(30, 41, 59, 0.3);
}

/* Button Icons */
.seller-btn-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    margin-right: 4px;
}

/* Credit Button Icon */
.seller-btn-credit-icon::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 11px;
    border: 1.5px solid currentColor;
    border-radius: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.seller-btn-credit-icon::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 1px;
    background: currentColor;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 2px 0 currentColor, 0 4px 0 currentColor;
}

/* Debit Button Icon */
.seller-btn-debit-icon::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 15px;
    border: 1.5px solid currentColor;
    border-radius: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.seller-btn-debit-icon::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 1px;
    background: currentColor;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 3px 0 currentColor, 0 6px 0 currentColor, 0 9px 0 currentColor;
}

.seller-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.seller-summary-card {
    background: #ffffff;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.1), 0 2px 4px -1px rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(15, 23, 42, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.seller-summary-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0f172a 0%, #1e293b 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.seller-summary-card.debit-card::before {
    background: linear-gradient(90deg, #ff6600 0%, #e55a00 100%);
}

.seller-summary-card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    transform: translateY(-4px);
}

.seller-summary-card:hover::before {
    opacity: 1;
}

.seller-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.seller-card-title {
    font-size: 14px;
    color: #64748b;
    font-weight: 500;
    margin: 0;
}

.seller-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    font-family: 'Arial Black', sans-serif;
}

.seller-card-icon::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.6;
}

.seller-card-icon.credit {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
}

.seller-card-icon.debit {
    background: linear-gradient(135deg, #ff6600 0%, #e55a00 100%);
}

.seller-card-icon.amount-credit {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.seller-card-icon.amount-debit {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}

.seller-card-icon:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.seller-card-icon:hover::before,
.seller-card-icon:hover::after {
    transform: translate(-50%, -50%) scale(1.1);
    transition: transform 0.3s ease;
}

.seller-card-icon.amount-credit:hover::after,
.seller-card-icon.amount-debit:hover::after {
    transform: translate(-50%, -50%) scale(1.2);
}

/* Icon Animation Transitions */
.seller-card-icon::before,
.seller-card-icon::after {
    transition: all 0.3s ease;
}

/* Professional CSS Icons */
.seller-icon-credit::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 16px;
    border: 2px solid currentColor;
    border-radius: 3px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.seller-icon-credit::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 1px;
    background: currentColor;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    box-shadow: 0 3px 0 currentColor, 0 6px 0 currentColor;
}

.seller-icon-debit::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 22px;
    border: 2px solid currentColor;
    border-radius: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.1) 100%);
}

.seller-icon-debit::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 1px;
    background: currentColor;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    box-shadow: 0 4px 0 currentColor, 0 8px 0 currentColor, 0 12px 0 currentColor;
}

.seller-icon-amount::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid currentColor;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.seller-icon-amount::after {
    content: '₹';
    position: absolute;
    font-size: 16px;
    font-weight: 800;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    color: currentColor;
}

/* Credit Amount Icon - Plus sign for incoming money */
.seller-card-icon.amount-credit .seller-icon-amount::after {
    content: '+';
    font-size: 18px;
    font-weight: 900;
}

/* Debit Amount Icon - Minus sign for outgoing money */
.seller-card-icon.amount-debit .seller-icon-amount::after {
    content: '-';
    font-size: 20px;
    font-weight: 900;
}

.seller-card-value {
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 8px 0;
    line-height: 1;
    font-family: 'Arial Black', sans-serif;
}

.seller-card-change {
    font-size: 12px;
    color: #64748b;
    margin: 0;
}

.seller-card-change.positive {
    color: #22c55e;
}

.seller-main-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
}

.seller-overview-section {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    padding: 28px;
    border-radius: 20px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.8);
    position: relative;
    overflow: hidden;
}

.seller-overview-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(15, 23, 42, 0.03) 0%, transparent 70%);
    opacity: 0.5;
}

.seller-section-title {
    font-size: 20px;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 8px 0;
}

.seller-section-subtitle {
    font-size: 14px;
    color: #64748b;
    margin: 0 0 32px 0;
}

.seller-chart-container {
    height: auto;
    position: relative;
    margin-bottom: 24px;
    display: flex;
    align-items: end;
}

.seller-chart-y-axis {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    height: 250px;
    width: 40px;
    padding-right: 12px;
    border-right: 2px solid #e2e8f0;
    margin-right: 16px;
}

.seller-chart-y-label {
    font-size: 12px;
    color: #64748b;
    font-weight: 500;
    text-align: right;
    line-height: 1;
    position: relative;
}

.seller-chart-y-label::after {
    content: '';
    position: absolute;
    right: -14px;
    top: 50%;
    width: 4px;
    height: 1px;
    background-color: #cbd5e1;
}

.seller-chart-y-label:first-child::after {
    background-color: #94a3b8;
    width: 6px;
}

.seller-chart-y-label:last-child::after {
    background-color: #94a3b8;
    width: 6px;
}

.seller-chart-content {
    flex: 1;
    height: 320px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.seller-chart-bars {
    display: flex;
    align-items: end;
    height: 250px;
    gap: 8px;
    padding: 0 16px;
    position: relative;
    background: linear-gradient(to bottom, transparent 0%, transparent 100%, #475569 100%);
    border-bottom: 3px solid #475569;
}

.seller-chart-baseline {
    width: 100%;
    height: 0px;
    background: transparent;
    position: relative;
    z-index: 10;
    border-top: 3px solid #475569;
    margin: 0 16px;
    width: calc(100% - 32px);
    margin-top: -3px;
}

.seller-chart-x-axis {
    display: flex;
    justify-content: space-between;
    padding: 12px 16px 0 16px;
    margin-top: 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.seller-chart-grid-lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    pointer-events: none;
    z-index: 1;
}

.seller-chart-grid-line {
    width: 100%;
    height: 1px;
    background-color: #f1f5f9;
    opacity: 0.8;
}

.seller-chart-bar-group {
    display: flex;
    justify-content: center;
    align-items: end;
    flex: 1;
    gap: 2px;
    z-index: 2;
    position: relative;
    height: 100%;
}

.seller-chart-bars-container {
    display: flex;
    gap: 2px;
    align-items: end;
    height: 100%;
    justify-content: center;
    position: relative;
}

.seller-chart-bar {
    width: 20px;
    border-radius: 4px 4px 0 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transform-origin: bottom;
    margin-bottom: -3px;
    z-index: 5;
}

.seller-chart-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    border-radius: 4px 4px 0 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.6;
}

.seller-chart-bar:hover {
    transform: scaleY(1.05) scaleX(1.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.seller-chart-bar.credit {
    background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
}

.seller-chart-bar.debit {
    background: linear-gradient(180deg, #ff6600 0%, #e55a00 100%);
}

.seller-chart-bar:hover::after {
    content: attr(data-value);
    position: absolute;
    bottom: 105%;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 100%);
    color: white;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
    z-index: 100;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    animation: tooltip-appear 0.2s ease-out;
}

@keyframes tooltip-appear {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

.seller-chart-bar.credit:hover::after {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-color: rgba(255, 255, 255, 0.2);
}

.seller-chart-bar.debit:hover::after {
    background: linear-gradient(135deg, #ff6600 0%, #e55a00 100%);
    border-color: rgba(255, 255, 255, 0.2);
}

.seller-chart-x-label {
    font-size: 12px;
    color: #64748b;
    font-weight: 500;
    text-align: center;
    flex: 1;
    padding: 8px 4px;
    position: relative;
}

.seller-chart-x-label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 6px;
    background: #cbd5e1;
}

.seller-chart-legend {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 16px;
}

.seller-legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #64748b;
}

.seller-legend-color {
    width: 16px;
    height: 16px;
    border-radius: 2px;
}

.seller-legend-color.credit {
    background-color: #0f172a;
}

.seller-legend-color.debit {
    background-color: #ff6600;
}

.seller-activity-section {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.8);
    position: relative;
    overflow: hidden;
}

.seller-activity-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 102, 0, 0.03) 0%, transparent 70%);
    opacity: 0.5;
}

.seller-activity-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.seller-activity-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #f1f5f9;
}

.seller-activity-item:last-child {
    border-bottom: none;
}

.seller-activity-avatar {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #475569;
    font-size: 14px;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 2px solid white;
    transition: all 0.3s ease;
}

.seller-activity-avatar::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.8;
}

.seller-activity-avatar.credit-avatar {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: white;
}

.seller-activity-avatar.debit-avatar {
    background: linear-gradient(135deg, #ff6600 0%, #e55a00 100%);
    color: white;
}

.seller-activity-avatar:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.seller-activity-content {
    flex: 1;
}

.seller-activity-company {
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 4px 0;
    font-size: 13px;
    text-transform: uppercase;
}

.seller-activity-note {
    font-size: 12px;
    color: #64748b;
    margin: 0 0 4px 0;
}

.seller-activity-time {
    font-size: 11px;
    color: #94a3b8;
    margin: 0;
}

.seller-activity-status {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

.seller-activity-amount {
    font-weight: 700;
    color: #1e293b;
    font-size: 14px;
    margin: 0;
}

.seller-status-badge {
    padding: 6px 12px;
    border-radius: 16px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.seller-status-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.6;
}

.seller-status-badge.approved {
    background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
    color: #166534;
    border-color: #16a34a;
    box-shadow: 0 2px 4px rgba(22, 101, 52, 0.2);
}

.seller-status-badge.approved:hover {
    background: linear-gradient(135deg, #bbf7d0 0%, #86efac 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(22, 101, 52, 0.3);
}

.seller-status-badge.pending {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    color: #92400e;
    border-color: #f59e0b;
    box-shadow: 0 2px 4px rgba(146, 64, 14, 0.2);
}

.seller-status-badge.pending:hover {
    background: linear-gradient(135deg, #fde68a 0%, #fcd34d 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(146, 64, 14, 0.3);
}

.seller-status-badge.rejected {
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
    color: #991b1b;
    border-color: #ef4444;
    box-shadow: 0 2px 4px rgba(153, 27, 27, 0.2);
}

.seller-status-badge.rejected:hover {
    background: linear-gradient(135deg, #fecaca 0%, #fca5a5 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(153, 27, 27, 0.3);
}

/* Chart Responsive Design */
@media (max-width: 1024px) {
    .seller-chart-content {
        height: 300px;
    }

    .seller-chart-y-axis {
        width: 35px;
        padding-right: 10px;
        height: 230px;
    }

    .seller-chart-y-label {
        font-size: 11px;
    }

    .seller-chart-bars {
        padding: 0 12px;
        gap: 6px;
        height: 230px;
    }

    .seller-chart-bar {
        width: 12px;
    }

    .seller-chart-baseline {
        margin: 0 12px;
        width: calc(100% - 24px);
    }

    .seller-chart-x-label {
        font-size: 11px;
    }
}

@media (max-width: 768px) {
    .seller-chart-content {
        height: 280px;
    }

    .seller-chart-y-axis {
        width: 30px;
        padding-right: 8px;
        height: 210px;
    }

    .seller-chart-y-label {
        font-size: 10px;
    }

    .seller-chart-bars {
        padding: 0 8px;
        gap: 4px;
        height: 210px;
    }

    .seller-chart-bar {
        width: 10px;
    }

    .seller-chart-baseline {
        margin: 0 8px;
        width: calc(100% - 16px);
    }

    .seller-chart-x-label {
        font-size: 10px;
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .seller-main-content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .seller-summary-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .seller-dashboard-header {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }

    .seller-dashboard-actions {
        align-self: stretch;
    }

    .seller-btn-primary,
    .seller-btn-secondary {
        flex: 1;
    }
}

@media (max-width: 480px) {
    .seller-summary-grid {
        grid-template-columns: 1fr;
    }

    .seller-dashboard-container {
        padding: 16px;
    }

    .seller-overview-section,
    .seller-activity-section {
        padding: 24px 16px;
    }
}

/* Debit Notes Dashboard Styles */
* {
    box-sizing: border-box;
}

.debit-dashboard {
    padding: 16px;
    background: #ffffff;
    min-height: 100vh;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    position: relative;
}

.debit-dashboard::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    pointer-events: none;
    z-index: 0;
}

.debit-dashboard>* {
    position: relative;
    z-index: 1;
}

/* Breadcrumb Styles */
.breadcrumb-section {
    margin-bottom: 16px;
}

.breadcrumb {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #0f172a;
    background: rgba(15, 23, 42, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    padding: 8px 12px;
    border: 1px solid rgba(15, 23, 42, 0.1);
}

.breadcrumb-icon {
    margin-right: 8px;
    color: #0f172a;
}

.breadcrumb-link {
    color: #1e293b;
    text-decoration: none;
    margin-right: 8px;
    font-weight: 500;
    transition: color 0.2s ease;
}

.breadcrumb-link:hover {
    color: #0f172a;
    text-decoration: none;
}

.breadcrumb-separator {
    margin: 0 8px;
    color: #1e293b;
    display: flex;
    align-items: center;
}

.breadcrumb-current {
    color: #0f172a;
    font-weight: 600;
}

/* Header Section */
.header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    padding: 12px 24px;
    border-radius: 10px;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.12),
        0 2px 6px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.header-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s;
}

.header-section:hover::before {
    left: 100%;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.4);
}

.header-content {
    display: flex;
    flex-direction: column;
}

.page-title {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 4px 0;
}

.page-subtitle {
    font-size: 14px;
    color: #1e293b;
    margin: 0;
    font-weight: 400;
}

.header-actions {
    display: flex;
    gap: 12px;
}

.btn-export,
.btn-create {
    padding: 10px 18px;
    border: none;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-export {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-export::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btn-export:hover::before {
    left: 100%;
}

.btn-export:hover {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(30, 41, 59, 0.4);
}

.btn-create {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-create::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btn-create:hover::before {
    left: 100%;
}

.btn-create:hover {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.4);
}

/* Filter Section */
.filter-section {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.12),
        0 2px 6px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.filter-header {
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.1);
}

.filter-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
}

.filter-title svg {
    color: #0f172a;
}

.filter-content {
    position: relative;
}

.filter-row {
    display: flex;
    gap: 16px;
    /* margin-bottom: 16px; */
    flex-wrap: wrap;
}

.filter-row:last-child {
    margin-bottom: 0;
}

.filter-group {
    flex: 1;
    min-width: 180px;
    display: flex;
    flex-direction: column;
}

.filter-label {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #0f172a;
    margin-bottom: 8px;
}

.filter-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.filter-icon {
    position: absolute;
    left: 12px;
    color: #1e293b;
    z-index: 2;
    pointer-events: none;
}

.filter-input,
.filter-select {
    width: 100%;
    padding: 10px 12px 10px 36px;
    border: 2px solid rgba(15, 23, 42, 0.2);
    border-radius: 8px;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
}

.filter-select {
    padding-left: 36px;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%230f172a' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 16px;
}

.filter-input:focus,
.filter-select:focus {
    outline: none;
    border-color: #0f172a;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 0 4px rgba(15, 23, 42, 0.1);
    transform: translateY(-1px);
}

.filter-input:focus+.filter-icon,
.filter-input-wrapper:focus-within .filter-icon {
    color: #0f172a;
}

.date-input {
    color: #0f172a;
}

.filter-actions {
    display: flex;
    gap: 12px;
    align-items: end;
    margin-top: auto;
    padding-top: 16px;
}

.btn-search,
.btn-reset {
    padding: 10px 18px;
    border: none;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-search {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-search::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s;
}

.btn-search:hover::before {
    left: 100%;
}

.btn-search:hover {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.4);
}

.btn-reset {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-reset::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btn-reset:hover::before {
    left: 100%;
}

.btn-reset:hover {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(30, 41, 59, 0.4);
}

/* Table Section */
.table-section {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 10px;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.12),
        0 2px 6px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.table-container {
    overflow-x: auto;
}

.debit-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.debit-table thead {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: white;
    position: relative;
}

.debit-table thead::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    pointer-events: none;
}

.debit-table th {
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
    border-bottom: none;
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #ffffff;
}

.debit-table th.sortable {
    cursor: pointer;
    user-select: none;
    transition: all 0.2s ease;
}

.debit-table th.sortable:hover {
    background: rgba(255, 255, 255, 0.1);
}

.sort-icon {
    margin-left: 8px;
    opacity: 0.8;
    font-size: 12px;
}

.checkbox-col {
    width: 50px;
    text-align: center;
}

.debit-table td {
    padding: 12px 16px;
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
}

.debit-table tbody tr {
    transition: all 0.3s ease;
}

.debit-table tbody tr:hover {
    background: rgba(15, 23, 42, 0.05);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15);
}

.debit-table tbody tr:hover td {
    background: rgba(255, 255, 255, 0.9);
}

.vendor-info strong {
    color: #0f172a;
    font-weight: 600;
}

.vendor-code {
    color: #1e293b;
    font-size: 12px;
}

.table-checkbox {
    cursor: pointer;
}

/* Status Badges */
.status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease-out;
    position: relative;
    overflow: hidden;
    user-select: none;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(22, 101, 52, 0.1);
}

.status-approved {
    background: linear-gradient(135deg, #3db136 0%, #10b981 100%);
    color: white;
}

.status-pending {
    background: linear-gradient(135deg, #f2372e 0%, #ff000d 100%);
    color: white;

}

.status-rejected {
    background: linear-gradient(135deg, #ffdc00 0%, #f9b000 100%);
    color: black;

    opacity: 1;
}

/* Actions Column */
.actions-col {
    width: auto;
    text-align: center;
}

.action-btn {
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid rgba(15, 23, 42, 0.2);
    font-size: 14px;
    cursor: pointer;
    padding: 5px 8px;
    margin: 0 3px;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    color: #0f172a;
    box-shadow: 0 2px 4px rgba(15, 23, 42, 0.1);
}

.action-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15);
}

.view-btn:hover {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-color: #0f172a;
    color: white;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.4);
}

.print-btn:hover {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border-color: #1e293b;
    color: white;
    box-shadow: 0 4px 12px rgba(30, 41, 59, 0.4);
}

.edit-btn:hover {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-color: #0f172a;
    color: white;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.4);
}

/* Pagination Section */
.pagination-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    padding: 5px 20px;
    border-radius: 10px;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.12),
        0 2px 6px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.pagination-info {
    color: #0f172a;
    font-size: 14px;
    font-weight: 500;
}

.pagination-controls {
    display: flex;
    align-items: center;
    gap: 16px;
}

.page-size-control {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #0f172a;
    font-weight: 500;
}

.page-size-select {
    padding: 6px 10px;
    border: 2px solid rgba(15, 23, 42, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    font-weight: 500;
    color: #0f172a;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.page-size-select:focus {
    outline: none;
    border-color: #0f172a;
    box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.1);
}

.page-navigation {
    display: flex;
    gap: 8px;
}

.page-btn {
    padding: 8px 12px;
    border: 2px solid rgba(15, 23, 42, 0.2);
    background: rgba(255, 255, 255, 0.9);
    color: #0f172a;
    cursor: pointer;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 4px rgba(15, 23, 42, 0.1);
}

.page-btn:hover:not(.disabled) {
    background: rgba(15, 23, 42, 0.1);
    border-color: #0f172a;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(15, 23, 42, 0.2);
}

.page-btn.active {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-color: #0f172a;
    color: white;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.4);
}

.page-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background: rgba(255, 255, 255, 0.5);
}

.page-btn.disabled:hover {
    background: rgba(255, 255, 255, 0.5);
    border-color: rgba(15, 23, 42, 0.2);
    transform: none;
    box-shadow: 0 2px 4px rgba(15, 23, 42, 0.1);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .filter-row {
        flex-wrap: wrap;
    }

    .filter-group {
        min-width: 200px;
    }
}

@media (max-width: 768px) {
    .debit-dashboard {
        padding: 12px;
    }

    .header-section {
        flex-direction: column;
        gap: 12px;
        text-align: center;
        padding: 16px 20px;
    }

    .header-actions {
        justify-content: center;
    }

    .filter-row {
        flex-direction: column;
    }

    .filter-group {
        min-width: 100%;
    }

    .filter-actions {
        justify-content: center;
        margin-top: 8px;
    }

    .pagination-section {
        flex-direction: column;
        gap: 12px;
        text-align: center;
        padding: 12px 16px;
    }

    .pagination-controls {
        justify-content: center;
    }

    .table-container {
        overflow-x: scroll;
    }

    .debit-table {
        min-width: 800px;
    }
}

/* Custom Scrollbar */
.table-container::-webkit-scrollbar {
    height: 8px;
}

.table-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.table-container::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

.table-container::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* Focus and Active States */
.filter-input:focus,
.filter-select:focus,
.page-size-select:focus {
    outline: none;
    border-color: #0f172a;
    box-shadow: 0 0 0 2px rgba(15, 23, 42, 0.25);
}

/* Print Styles */
@media print {

    .header-actions,
    .filter-section,
    .pagination-section {
        display: none;
    }

    .debit-dashboard {
        padding: 0;
        background: white;
    }

    .table-section {
        box-shadow: none;
    }
}