/* _content/FinanceDIPS2/Components/Layout/MainLayout.razor.rz.scp.css */
/* Clean slate - removed all conflicting styles */
/* The sidebar styles are now contained within the NavMenu component */

/* Only keep essential error UI styling */
#blazor-error-ui[b-zfj093s3so] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-zfj093s3so] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/FinanceDIPS2/Components/Layout/NavMenu.razor.rz.scp.css */
/* Mobile Header */
.mobile-header[b-wgwgse6afh] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(90deg, #4A90A4 0%, #2D5A87 100%);
    color: white;
    z-index: 1001;
    align-items: center;
    padding: 0 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.mobile-menu-btn[b-wgwgse6afh] {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    transition: background-color 0.2s;
    margin-right: 12px;
    min-height: 44px;
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .mobile-menu-btn:hover[b-wgwgse6afh] {
        background: rgba(255, 255, 255, 0.1);
    }

    .mobile-menu-btn:focus[b-wgwgse6afh] {
        outline: 2px solid rgba(255, 255, 255, 0.5);
        outline-offset: 2px;
    }

.mobile-logo-section[b-wgwgse6afh] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.mobile-nav-logo[b-wgwgse6afh] {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.1);
    padding: 4px;
}

.mobile-brand-name[b-wgwgse6afh] {
    font-size: 16px;
    font-weight: 600;
}

.mobile-spacer[b-wgwgse6afh] {
    width: 40px; /* Space for potential right-side elements */
}

/* Sidebar Styles */
.sidebar[b-wgwgse6afh] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 280px;
    background: linear-gradient(180deg, #4A90A4 0%, #2D5A87 100%);
    color: white;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    box-shadow: 4px 0 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.sidebar-header[b-wgwgse6afh] {
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar-close[b-wgwgse6afh] {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    transition: background-color 0.2s;
    min-height: 44px;
    min-width: 44px;
    align-items: center;
    justify-content: center;
}

    .sidebar-close:hover[b-wgwgse6afh] {
        background: rgba(255, 255, 255, 0.1);
    }

    .sidebar-close:focus[b-wgwgse6afh] {
        outline: 2px solid rgba(255, 255, 255, 0.5);
        outline-offset: 2px;
    }

.logo-section[b-wgwgse6afh] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nav-logo[b-wgwgse6afh] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.1);
    padding: 4px;
}

.brand-info[b-wgwgse6afh] {
    display: flex;
    flex-direction: column;
}

.brand-name[b-wgwgse6afh] {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

.brand-tagline[b-wgwgse6afh] {
    margin: 0;
    font-size: 12px;
    opacity: 0.8;
    font-weight: 400;
}

.user-profile[b-wgwgse6afh] {
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.user-avatar[b-wgwgse6afh] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.avatar-circle[b-wgwgse6afh] {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7CB342, #81C784);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: white;
    flex-shrink: 0;
}

    .avatar-circle.guest[b-wgwgse6afh] {
        background: rgba(255, 255, 255, 0.2);
    }

.user-info[b-wgwgse6afh] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.user-name[b-wgwgse6afh] {
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-email[b-wgwgse6afh] {
    font-size: 12px;
    opacity: 0.8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.guest-info[b-wgwgse6afh] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.guest-text[b-wgwgse6afh] {
    font-size: 14px;
    opacity: 0.8;
}

.nav-menu[b-wgwgse6afh] {
    flex: 1;
    padding: 20px 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}

.nav-section[b-wgwgse6afh] {
    margin-bottom: 30px;
}

.nav-section-title[b-wgwgse6afh] {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 15px 20px;
    opacity: 0.7;
}

.nav-item[b-wgwgse6afh] {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.2s ease;
    position: relative;
    margin: 0 10px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    min-height: 44px; /* Better touch targets */
    cursor: pointer;
    border: none;
    background: none;
    width: calc(100% - 20px);
}

    .nav-item:hover[b-wgwgse6afh] {
        background: rgba(255, 255, 255, 0.1);
        color: white;
        transform: translateX(4px);
    }

    .nav-item:focus[b-wgwgse6afh] {
        outline: 2px solid rgba(255, 255, 255, 0.5);
        outline-offset: 2px;
    }

    .nav-item.active[b-wgwgse6afh] {
        background: rgba(255, 255, 255, 0.15);
        color: white;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

        .nav-item.active[b-wgwgse6afh]::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 3px;
            height: 20px;
            background: #7CB342;
            border-radius: 0 2px 2px 0;
        }

.nav-icon[b-wgwgse6afh] {
    width: 20px;
    font-size: 16px;
    margin-right: 12px;
    text-align: center;
    flex-shrink: 0;
}

.nav-text[b-wgwgse6afh] {
    flex: 1;
    text-align: left;
}

.nav-badge[b-wgwgse6afh] {
    background: #7CB342;
    color: white;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 12px;
    min-width: 20px;
    text-align: center;
    flex-shrink: 0;
}

/* Navigation button styling for logout */
.nav-button[b-wgwgse6afh] {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    padding: 0;
}

.logout-form[b-wgwgse6afh] {
    margin: 0;
    width: 100%;
}

.sidebar-footer[b-wgwgse6afh] {
    padding: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.logout-form[b-wgwgse6afh] {
    width: 100%;
}

.logout-btn[b-wgwgse6afh] {
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    padding: 12px 16px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    min-height: 44px; /* Better touch targets */
}

    .logout-btn:hover[b-wgwgse6afh] {
        background: rgba(255, 255, 255, 0.15);
        transform: translateY(-1px);
    }

    .logout-btn:focus[b-wgwgse6afh] {
        outline: 2px solid rgba(255, 255, 255, 0.5);
        outline-offset: 2px;
    }

.footer-info[b-wgwgse6afh] {
    text-align: center;
}

.footer-text[b-wgwgse6afh] {
    font-size: 12px;
    opacity: 0.7;
    margin: 0;
    line-height: 1.4;
}

.sidebar-overlay[b-wgwgse6afh] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

    .sidebar-overlay.active[b-wgwgse6afh] {
        display: block;
        opacity: 1;
    }

/* Main content adjustment */
body[b-wgwgse6afh] {
    margin-left: 280px;
    transition: margin-left 0.3s ease;
}

/* Scrollbar Styling */
.nav-menu[b-wgwgse6afh]::-webkit-scrollbar {
    width: 4px;
}

.nav-menu[b-wgwgse6afh]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.nav-menu[b-wgwgse6afh]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
}

    .nav-menu[b-wgwgse6afh]::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.5);
    }

/* Contact Button */
.contact-btn[b-wgwgse6afh] {
    width: 100%;
    background: rgba(124, 179, 66, 0.15);
    border: 1px solid rgba(124, 179, 66, 0.3);
    color: #7CB342;
    padding: 12px 16px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    min-height: 44px;
    margin-bottom: 12px;
}

    .contact-btn:hover[b-wgwgse6afh] {
        background: rgba(124, 179, 66, 0.25);
        border-color: #7CB342;
        transform: translateY(-1px);
    }

    .contact-btn:focus[b-wgwgse6afh] {
        outline: 2px solid rgba(124, 179, 66, 0.5);
        outline-offset: 2px;
    }

/* Contact Modal */
.contact-modal-overlay[b-wgwgse6afh] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1003;
    padding: 20px;
}

.contact-modal-content[b-wgwgse6afh] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    max-width: 500px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
}

    .contact-modal-content[b-wgwgse6afh]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #7CB342, #4A90A4, #2D5A87);
        border-radius: 20px 20px 0 0;
    }

.contact-modal-header[b-wgwgse6afh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 30px 20px 30px;
    border-bottom: 1px solid rgba(233, 236, 239, 0.5);
}

    .contact-modal-header h3[b-wgwgse6afh] {
        margin: 0;
        color: #2D5A87;
        font-weight: 600;
        font-size: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

.contact-modal-close[b-wgwgse6afh] {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #666;
    padding: 8px;
    border-radius: 6px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .contact-modal-close:hover[b-wgwgse6afh] {
        background: rgba(108, 117, 125, 0.1);
        color: #4A90A4;
    }

.contact-modal-body[b-wgwgse6afh] {
    padding: 0 30px 30px 30px;
}

.contact-description[b-wgwgse6afh] {
    color: #666;
    margin-bottom: 25px;
    line-height: 1.5;
    text-align: center;
}

.contact-info[b-wgwgse6afh] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
}

.contact-item[b-wgwgse6afh] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: rgba(248, 249, 250, 0.8);
    border-radius: 8px;
    border: 1px solid rgba(233, 236, 239, 0.5);
}

    .contact-item i[b-wgwgse6afh] {
        font-size: 16px;
        color: #4A90A4;
        width: 20px;
        text-align: center;
    }

    .contact-item span[b-wgwgse6afh] {
        color: #2D5A87;
        font-weight: 500;
    }

.contact-modal-actions[b-wgwgse6afh] {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 25px;
}

.btn-cancel[b-wgwgse6afh], .btn-contact-email[b-wgwgse6afh] {
    padding: 12px 24px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 120px;
    justify-content: center;
    text-decoration: none;
}

.btn-cancel[b-wgwgse6afh] {
    background: rgba(108, 117, 125, 0.1);
    border: 2px solid rgba(108, 117, 125, 0.3);
    color: #6c757d;
}

    .btn-cancel:hover:not(:disabled)[b-wgwgse6afh] {
        background: rgba(108, 117, 125, 0.2);
        border-color: #6c757d;
    }

.btn-contact-email[b-wgwgse6afh] {
    background: linear-gradient(135deg, #4A90A4 0%, #2D5A87 100%);
    border: none;
    color: white;
    box-shadow: 0 4px 15px rgba(74, 144, 164, 0.3);
}

    .btn-contact-email:hover:not(:disabled)[b-wgwgse6afh] {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(74, 144, 164, 0.4);
    }

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .mobile-header[b-wgwgse6afh] {
        display: flex;
    }

    .sidebar[b-wgwgse6afh] {
        transform: translateX(-100%);
        z-index: 1002; /* Higher than mobile header */
    }

        .sidebar.open[b-wgwgse6afh] {
            transform: translateX(0);
        }

    .sidebar-close[b-wgwgse6afh] {
        display: flex;
    }

    body[b-wgwgse6afh] {
        margin-left: 0;
        padding-top: 60px; /* Space for mobile header */
    }

        body.sidebar-open[b-wgwgse6afh] {
            overflow: hidden;
        }

    /* Make touch targets larger on mobile */
    .nav-item[b-wgwgse6afh] {
        padding: 16px 20px;
        min-height: 48px;
    }

    .logout-btn[b-wgwgse6afh] {
        padding: 16px;
        min-height: 48px;
    }

    .mobile-menu-btn[b-wgwgse6afh] {
        padding: 12px;
        min-height: 48px;
        min-width: 48px;
    }

    .sidebar-close[b-wgwgse6afh] {
        min-height: 48px;
        min-width: 48px;
    }

    .contact-modal-content[b-wgwgse6afh] {
        margin: 10px;
        max-height: calc(100vh - 20px);
    }

    .contact-modal-header[b-wgwgse6afh], .contact-modal-body[b-wgwgse6afh] {
        padding-left: 20px;
        padding-right: 20px;
    }

    .contact-modal-actions[b-wgwgse6afh] {
        flex-direction: column;
    }

    .btn-cancel[b-wgwgse6afh], .btn-contact-email[b-wgwgse6afh] {
        width: 100%;
    }
}

/* Tablet adjustments */
@media (max-width: 1024px) and (min-width: 769px) {
    .sidebar[b-wgwgse6afh] {
        width: 260px;
    }

    body[b-wgwgse6afh] {
        margin-left: 260px;
    }
}

/* Small mobile devices */
@media (max-width: 480px) {
    .sidebar[b-wgwgse6afh] {
        width: 100vw;
        max-width: 320px;
    }

    .mobile-header[b-wgwgse6afh] {
        padding: 0 12px;
    }

    .mobile-brand-name[b-wgwgse6afh] {
        font-size: 14px;
    }

    .user-profile[b-wgwgse6afh] {
        padding: 16px;
    }

    .nav-menu[b-wgwgse6afh] {
        padding: 16px 0;
    }

    .sidebar-footer[b-wgwgse6afh] {
        padding: 16px;
    }

    .nav-item[b-wgwgse6afh] {
        margin: 0 8px;
        padding: 14px 16px;
    }

    .contact-modal-header[b-wgwgse6afh], .contact-modal-body[b-wgwgse6afh] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Landscape orientation on phones */
@media (max-height: 500px) and (max-width: 768px) {
    .sidebar-header[b-wgwgse6afh] {
        padding: 12px 20px;
    }

    .user-profile[b-wgwgse6afh] {
        padding: 12px 20px;
    }

    .nav-section[b-wgwgse6afh] {
        margin-bottom: 20px;
    }

    .sidebar-footer[b-wgwgse6afh] {
        padding: 12px 20px;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .nav-item:hover[b-wgwgse6afh],
    .nav-item.active[b-wgwgse6afh] {
        background: rgba(255, 255, 255, 0.25);
    }

    .logout-btn:hover[b-wgwgse6afh] {
        background: rgba(255, 255, 255, 0.25);
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .sidebar[b-wgwgse6afh],
    .nav-item[b-wgwgse6afh],
    .logout-btn[b-wgwgse6afh],
    .mobile-menu-btn[b-wgwgse6afh],
    .sidebar-close[b-wgwgse6afh],
    .sidebar-overlay[b-wgwgse6afh] {
        transition: none;
    }

        .nav-item:hover[b-wgwgse6afh] {
            transform: none;
        }

        .logout-btn:hover[b-wgwgse6afh] {
            transform: none;
        }
}
/* _content/FinanceDIPS2/Components/Pages/InvoiceDetails.razor.rz.scp.css */
*[b-ek6wao0q49] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-ek6wao0q49] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, #4A90A4 0%, #2D5A87 100%);
    min-height: 100vh;
    overflow-x: hidden;
}

/* Background decoration matching AdminReports */
.background-decoration[b-ek6wao0q49] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.floating-shapes[b-ek6wao0q49] {
    position: absolute;
    opacity: 0.1;
}

.shape1[b-ek6wao0q49] {
    width: 200px;
    height: 200px;
    background: #7CB342;
    border-radius: 50% 0 50% 0;
    top: 10%;
    right: 10%;
    animation: float-b-ek6wao0q49 6s ease-in-out infinite;
}

.shape2[b-ek6wao0q49] {
    width: 150px;
    height: 150px;
    background: #81C784;
    border-radius: 30% 70% 70% 30%;
    bottom: 15%;
    left: 15%;
    animation: float-b-ek6wao0q49 8s ease-in-out infinite reverse;
}

.shape3[b-ek6wao0q49] {
    width: 100px;
    height: 100px;
    background: #A5D6A7;
    border-radius: 25% 75% 25% 75%;
    top: 60%;
    right: 25%;
    animation: float-b-ek6wao0q49 10s ease-in-out infinite;
}

@keyframes float-b-ek6wao0q49 {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}

.invoice-dashboard-container[b-ek6wao0q49] {
    max-width: 100vw;
    margin: 0;
    padding: 20px 10px;
    min-height: 100vh;
}

/* Header with matching AdminReports styling */
.dashboard-header[b-ek6wao0q49] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
}

    .dashboard-header[b-ek6wao0q49]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #7CB342, #4A90A4, #2D5A87);
    }

.header-content[b-ek6wao0q49] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard-title[b-ek6wao0q49] {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #2D5A87;
}

.welcome-text[b-ek6wao0q49] {
    opacity: 0.8;
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}

.admin-badge[b-ek6wao0q49] {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);
}

.header-actions[b-ek6wao0q49] {
    display: flex;
    gap: 15px;
    align-items: center;
}

/* Enhanced buttons matching AdminReports */
.btn[b-ek6wao0q49] {
    padding: 12px 20px;
    border-radius: 10px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

    .btn[b-ek6wao0q49]::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:hover[b-ek6wao0q49]::before {
        left: 100%;
    }

.btn-primary[b-ek6wao0q49] {
    background: linear-gradient(135deg, #4A90A4 0%, #2D5A87 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(74, 144, 164, 0.3);
}

    .btn-primary:hover[b-ek6wao0q49] {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(74, 144, 164, 0.4);
    }

.btn-secondary[b-ek6wao0q49] {
    background: linear-gradient(135deg, #6c757d, #5a6268);
    color: white;
    box-shadow: 0 4px 15px rgba(108, 117, 125, 0.3);
}

.btn-danger[b-ek6wao0q49] {
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: white;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
}

.btn-refresh[b-ek6wao0q49], .btn-create[b-ek6wao0q49] {
    background: linear-gradient(135deg, #4A90A4 0%, #2D5A87 100%);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 12px 24px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(74, 144, 164, 0.3);
    position: relative;
    overflow: hidden;
}

    .btn-refresh:hover:not(:disabled)[b-ek6wao0q49],
    .btn-create:hover:not(:disabled)[b-ek6wao0q49] {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(74, 144, 164, 0.4);
    }

    .btn-refresh:disabled[b-ek6wao0q49] {
        opacity: 0.7;
        cursor: not-allowed;
    }

/* Quick Stats Grid */
.quick-stats-grid[b-ek6wao0q49] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.stat-card[b-ek6wao0q49] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .stat-card[b-ek6wao0q49]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, #7CB342, #4A90A4);
    }

    .stat-card:hover[b-ek6wao0q49] {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    }

.stat-icon[b-ek6wao0q49] {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: linear-gradient(135deg, #7CB342, #81C784);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.stat-card.new .stat-icon[b-ek6wao0q49] {
    background: linear-gradient(135deg, #42A5F5, #2196F3);
}

.stat-card.pending .stat-icon[b-ek6wao0q49] {
    background: linear-gradient(135deg, #FFD700, #FFA500);
}

.stat-card.processed .stat-icon[b-ek6wao0q49] {
    background: linear-gradient(135deg, #66BB6A, #4CAF50);
}

.stat-content h3[b-ek6wao0q49] {
    font-size: 28px;
    font-weight: 700;
    color: #2D5A87;
    margin-bottom: 4px;
    line-height: 1;
}

.stat-content p[b-ek6wao0q49] {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 2px;
}

.stat-content small[b-ek6wao0q49] {
    color: #999;
    font-size: 11px;
    font-style: italic;
}

/* Content sections matching AdminReports */
.content-section[b-ek6wao0q49] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .content-section[b-ek6wao0q49]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, #7CB342, #4A90A4, #2D5A87);
    }

.section-header[b-ek6wao0q49] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(240, 240, 240, 0.5);
}

    .section-header h2[b-ek6wao0q49] {
        color: #2D5A87;
        font-size: 20px;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 0;
    }

.section-count[b-ek6wao0q49] {
    color: #666;
    font-size: 14px;
    background: rgba(74, 144, 164, 0.1);
    padding: 4px 12px;
    border-radius: 20px;
}

.loading-indicator[b-ek6wao0q49] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #4A90A4;
    font-size: 14px;
    font-weight: 500;
}

    .loading-indicator i[b-ek6wao0q49] {
        font-size: 16px;
    }

/* ============================
   PAGINATION STYLES
   ============================ */
.pagination-controls[b-ek6wao0q49] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

    .pagination-controls.top[b-ek6wao0q49] {
        margin-bottom: 20px;
    }

    .pagination-controls.bottom[b-ek6wao0q49] {
        margin-top: 20px;
        margin-bottom: 0;
    }

.pagination-info[b-ek6wao0q49] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.page-size-label[b-ek6wao0q49] {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.page-size-select[b-ek6wao0q49] {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    background: white;
    color: #333;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 70px;
}

    .page-size-select:hover[b-ek6wao0q49] {
        border-color: #4A90A4;
    }

    .page-size-select:focus[b-ek6wao0q49] {
        outline: none;
        border-color: #4A90A4;
        box-shadow: 0 0 0 3px rgba(74, 144, 164, 0.15);
    }

.pagination-nav[b-ek6wao0q49] {
    display: flex;
    align-items: center;
    gap: 5px;
}

.pagination-btn[b-ek6wao0q49] {
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    border: 1px solid #ddd;
    background: white;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .pagination-btn:hover:not(:disabled):not(.active)[b-ek6wao0q49] {
        background: #f0f0f0;
        border-color: #4A90A4;
        color: #4A90A4;
    }

    .pagination-btn:disabled[b-ek6wao0q49] {
        opacity: 0.5;
        cursor: not-allowed;
        background: #f5f5f5;
    }

    .pagination-btn.active[b-ek6wao0q49] {
        background: linear-gradient(135deg, #4A90A4 0%, #2D5A87 100%);
        color: white;
        border-color: #4A90A4;
        box-shadow: 0 2px 8px rgba(74, 144, 164, 0.3);
    }

.pagination-ellipsis[b-ek6wao0q49] {
    padding: 0 8px;
    color: #999;
    font-weight: 500;
}

.pagination-jump[b-ek6wao0q49] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.page-jump-input[b-ek6wao0q49] {
    width: 70px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    text-align: center;
    transition: all 0.2s ease;
}

    .page-jump-input:focus[b-ek6wao0q49] {
        outline: none;
        border-color: #4A90A4;
        box-shadow: 0 0 0 3px rgba(74, 144, 164, 0.15);
    }

    .page-jump-input[b-ek6wao0q49]::-webkit-outer-spin-button,
    .page-jump-input[b-ek6wao0q49]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.btn-go[b-ek6wao0q49] {
    padding: 8px 16px;
    background: linear-gradient(135deg, #4A90A4 0%, #2D5A87 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .btn-go:hover[b-ek6wao0q49] {
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(74, 144, 164, 0.3);
    }

.results-summary[b-ek6wao0q49] {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

/* Filter Panel */
.filter-panel[b-ek6wao0q49] {
    margin-bottom: 25px;
}

.filter-header[b-ek6wao0q49] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.filter-title[b-ek6wao0q49] {
    color: #2D5A87;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.filter-toggle-btn[b-ek6wao0q49] {
    background: none;
    border: none;
    color: #4A90A4;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

    .filter-toggle-btn:hover[b-ek6wao0q49] {
        background-color: rgba(74, 144, 164, 0.1);
    }

.search-section[b-ek6wao0q49] {
    margin-bottom: 15px;
}

.search-group[b-ek6wao0q49] {
    max-width: 100%;
}

.input-group[b-ek6wao0q49] {
    display: flex;
    align-items: stretch;
}

.input-group-text[b-ek6wao0q49] {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border: 1px solid #ddd;
    border-right: none;
    padding: 10px 15px;
    color: #666;
    border-radius: 8px 0 0 8px;
}

.form-control[b-ek6wao0q49] {
    border: 1px solid #ddd;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 0 8px 8px 0;
    flex: 1;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

    .form-control:focus[b-ek6wao0q49] {
        outline: none;
        border-color: #4A90A4;
        box-shadow: 0 0 0 3px rgba(74, 144, 164, 0.1);
    }

.filter-body[b-ek6wao0q49] {
    background: rgba(248, 249, 250, 0.5);
    padding: 20px;
    border-radius: 12px;
    margin-top: 15px;
}

.filter-row[b-ek6wao0q49] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.filter-group[b-ek6wao0q49] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.filter-label[b-ek6wao0q49] {
    font-size: 13px;
    font-weight: 600;
    color: #555;
}

.filter-date-range[b-ek6wao0q49],
.filter-amount-range[b-ek6wao0q49] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.date-range-separator[b-ek6wao0q49],
.amount-range-separator[b-ek6wao0q49] {
    color: #999;
    font-size: 13px;
}

.filter-actions[b-ek6wao0q49] {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

/* Invoice Table */
.invoice-table-container[b-ek6wao0q49] {
    overflow-x: auto;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.invoice-table[b-ek6wao0q49] {
    width: 100%;
    border-collapse: collapse;
    min-width: 1400px;
}

    .invoice-table th[b-ek6wao0q49] {
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        padding: 12px 8px;
        text-align: left;
        font-weight: 600;
        font-size: 12px;
        color: #2D5A87;
        border-bottom: 2px solid #dee2e6;
        white-space: nowrap;
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .invoice-table td[b-ek6wao0q49] {
        padding: 12px 8px;
        border-bottom: 1px solid #eee;
        font-size: 13px;
        color: #333;
        vertical-align: middle;
    }

    .invoice-table tbody tr[b-ek6wao0q49] {
        transition: background-color 0.2s ease;
    }

        .invoice-table tbody tr:hover[b-ek6wao0q49] {
            background-color: rgba(74, 144, 164, 0.05);
        }

.sortable-header[b-ek6wao0q49] {
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease;
}

    .sortable-header:hover[b-ek6wao0q49] {
        background-color: rgba(74, 144, 164, 0.1);
    }

.sort-indicator[b-ek6wao0q49] {
    margin-left: 5px;
    color: #4A90A4;
}

/* Row status colors */
.row-new[b-ek6wao0q49] {
    border-left: 3px solid #2196F3;
}

.row-pending[b-ek6wao0q49] {
    border-left: 3px solid #FFA500;
}

.row-processed[b-ek6wao0q49] {
    border-left: 3px solid #4CAF50;
}

/* Status badges */
.status-badge[b-ek6wao0q49] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.status-new[b-ek6wao0q49] {
    background: linear-gradient(135deg, #e3f2fd, #bbdefb);
    color: #1565c0;
}

.status-pending[b-ek6wao0q49] {
    background: linear-gradient(135deg, #fff3e0, #ffe0b2);
    color: #ef6c00;
}

.status-processed[b-ek6wao0q49] {
    background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
    color: #2e7d32;
}

/* Amount cell */
.amount-cell[b-ek6wao0q49] {
    font-weight: 600;
    color: #2e7d32;
    white-space: nowrap;
}

/* File buttons */
.file-btn[b-ek6wao0q49] {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    border: 1px solid #1976d2;
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 12px;
    color: #1976d2;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

    .file-btn:hover[b-ek6wao0q49] {
        background: linear-gradient(135deg, #bbdefb 0%, #90caf9 100%);
        transform: translateY(-1px);
    }

    .file-btn.payment[b-ek6wao0q49] {
        background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
        border-color: #4caf50;
        color: #2e7d32;
    }

        .file-btn.payment:hover[b-ek6wao0q49] {
            background: linear-gradient(135deg, #c8e6c9 0%, #a5d6a7 100%);
        }

.no-file-text[b-ek6wao0q49] {
    color: #999;
    font-size: 12px;
}

/* Action buttons */
.action-buttons[b-ek6wao0q49] {
    min-width: 200px;
}

.action-section[b-ek6wao0q49] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.action-row[b-ek6wao0q49] {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.action-btn[b-ek6wao0q49] {
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border: none;
}

    .action-btn.edit[b-ek6wao0q49] {
        background: linear-gradient(135deg, #4A90A4 0%, #2D5A87 100%);
        color: white;
    }

        .action-btn.edit:hover[b-ek6wao0q49] {
            transform: translateY(-1px);
            box-shadow: 0 3px 10px rgba(74, 144, 164, 0.3);
        }

    .action-btn.delete[b-ek6wao0q49] {
        background: linear-gradient(135deg, #dc3545, #c82333);
        color: white;
    }

        .action-btn.delete:hover[b-ek6wao0q49] {
            transform: translateY(-1px);
            box-shadow: 0 3px 10px rgba(220, 53, 69, 0.3);
        }

/* Mobile Invoice Cards */
.invoice-mobile[b-ek6wao0q49] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mobile-invoice-card[b-ek6wao0q49] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
}

    .mobile-invoice-card:hover[b-ek6wao0q49] {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    }

.card-new[b-ek6wao0q49] {
    border-left: 4px solid #2196F3;
}

.card-pending[b-ek6wao0q49] {
    border-left: 4px solid #FFA500;
}

.card-processed[b-ek6wao0q49] {
    border-left: 4px solid #4CAF50;
}

.mobile-card-header[b-ek6wao0q49] {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.invoice-info h3[b-ek6wao0q49] {
    font-size: 18px;
    font-weight: 600;
    color: #2D5A87;
    margin-bottom: 4px;
}

.invoice-company[b-ek6wao0q49] {
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
}

.invoice-amount[b-ek6wao0q49] {
    font-size: 20px;
    font-weight: 700;
    color: #2e7d32;
}

.status-info[b-ek6wao0q49] {
    text-align: right;
}

.invoice-date[b-ek6wao0q49] {
    font-size: 12px;
    color: #999;
    margin-top: 8px;
}

.mobile-details-grid[b-ek6wao0q49] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 20px;
    background: #f8f9fa;
}

.detail-item[b-ek6wao0q49] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

    .detail-item.full-width[b-ek6wao0q49] {
        grid-column: span 2;
    }

.detail-icon[b-ek6wao0q49] {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, #4A90A4, #2D5A87);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    flex-shrink: 0;
}

.detail-content[b-ek6wao0q49] {
    flex: 1;
}

.detail-label[b-ek6wao0q49] {
    display: block;
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.detail-value[b-ek6wao0q49] {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.mobile-files-section[b-ek6wao0q49] {
    padding: 20px;
    border-top: 1px solid #eee;
}

    .mobile-files-section h4[b-ek6wao0q49] {
        font-size: 14px;
        color: #2D5A87;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

.mobile-files-grid[b-ek6wao0q49] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.file-section[b-ek6wao0q49] {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 10px;
}

.file-section-header[b-ek6wao0q49] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
}

.file-actions[b-ek6wao0q49] {
    display: flex;
    gap: 8px;
}

.mobile-btn[b-ek6wao0q49] {
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: none;
    flex: 1;
    justify-content: center;
}

.mobile-btn-view[b-ek6wao0q49] {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    color: #1976d2;
    border: 1px solid #1976d2;
}

.mobile-btn-edit[b-ek6wao0q49] {
    background: linear-gradient(135deg, #4A90A4 0%, #2D5A87 100%);
    color: white;
}

.mobile-btn-delete[b-ek6wao0q49] {
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: white;
}

.no-file-mobile[b-ek6wao0q49] {
    font-size: 12px;
    color: #999;
    font-style: italic;
}

.mobile-actions[b-ek6wao0q49] {
    display: flex;
    gap: 10px;
    padding: 20px;
    border-top: 1px solid #eee;
}

/* Modal Styles */
.modal-backdrop[b-ek6wao0q49] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    backdrop-filter: blur(3px);
}

.modal-content[b-ek6wao0q49] {
    background: white;
    border-radius: 16px;
    max-width: 800px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.modal-header[b-ek6wao0q49] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    border-bottom: 1px solid #eee;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 16px 16px 0 0;
}

.modal-title[b-ek6wao0q49] {
    font-size: 18px;
    font-weight: 600;
    color: #2D5A87;
    margin: 0;
}

.modal-close[b-ek6wao0q49] {
    background: none;
    border: none;
    font-size: 20px;
    color: #999;
    cursor: pointer;
    padding: 5px;
    transition: color 0.2s ease;
}

    .modal-close:hover[b-ek6wao0q49] {
        color: #333;
    }

.modal-body[b-ek6wao0q49] {
    padding: 25px;
}

.modal-footer[b-ek6wao0q49] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 20px 25px;
    border-top: 1px solid #eee;
    background: #f8f9fa;
    border-radius: 0 0 16px 16px;
}

/* Delete Modal */
.delete-modal[b-ek6wao0q49] {
    max-width: 450px;
}

.delete-warning[b-ek6wao0q49] {
    text-align: center;
    padding: 20px 0;
}

    .delete-warning i[b-ek6wao0q49] {
        font-size: 48px;
        color: #dc3545;
        margin-bottom: 20px;
    }

    .delete-warning p[b-ek6wao0q49] {
        font-size: 16px;
        color: #333;
        margin-bottom: 10px;
    }

.delete-note[b-ek6wao0q49] {
    font-size: 13px;
    color: #999;
}

/* File Preview Modal */
.file-preview-modal[b-ek6wao0q49] {
    /* max-width: 90%; */
    max-height: 90vh;
}

.file-preview-body[b-ek6wao0q49] {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
    min-height: 400px;
}

.file-preview-frame[b-ek6wao0q49] {
    width: 100%;
    height: 70vh;
    border: none;
}

.file-preview-image[b-ek6wao0q49] {
    max-width: 100%;
    max-height: 70vh;
    object-fit: contain;
}

/* Files List Modal */
.files-list-modal[b-ek6wao0q49] {
    max-width: 700px;
}

/* Edit Form */
.edit-form .row[b-ek6wao0q49] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.form-group[b-ek6wao0q49] {
    margin-bottom: 15px;
}

.form-label[b-ek6wao0q49] {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    margin-bottom: 8px;
}

.file-preview[b-ek6wao0q49] {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
    margin-top: 10px;
}

.file-preview-icon[b-ek6wao0q49] {
    font-size: 32px;
}

.file-preview-details[b-ek6wao0q49] {
    flex: 1;
}

.file-preview-name[b-ek6wao0q49] {
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
}

.file-preview-size[b-ek6wao0q49] {
    font-size: 12px;
    color: #666;
}

/* Files grid for modal */
.files-grid[b-ek6wao0q49] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1rem;
    max-height: 60vh;
    overflow-y: auto;
}

.file-card[b-ek6wao0q49] {
    border: 1px solid rgba(233, 236, 239, 0.5);
    border-radius: 12px;
    padding: 1rem;
    background-color: white;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

    .file-card:hover[b-ek6wao0q49] {
        border-color: #4A90A4;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

.file-card-icon[b-ek6wao0q49] {
    text-align: center;
    font-size: 2rem;
    padding: 0.5rem 0;
}

.file-card-details[b-ek6wao0q49] {
    flex: 1;
    text-align: center;
}

.file-card-name[b-ek6wao0q49] {
    font-weight: 500;
    color: #2D5A87;
    margin-bottom: 0.5rem;
    word-break: break-word;
}

.file-card-meta[b-ek6wao0q49] {
    font-size: 0.75rem;
    color: #666;
    line-height: 1.4;
}

.file-card-actions[b-ek6wao0q49] {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Empty State */
.empty-state[b-ek6wao0q49] {
    text-align: center;
    padding: 60px 20px;
    color: #666;
}

    .empty-state i[b-ek6wao0q49] {
        font-size: 48px;
        color: #ddd;
        margin-bottom: 20px;
    }

    .empty-state h3[b-ek6wao0q49] {
        color: #333;
        margin-bottom: 10px;
    }

    .empty-state p[b-ek6wao0q49] {
        color: #999;
        margin-bottom: 20px;
    }

/* Loading State */
.loading-state[b-ek6wao0q49] {
    text-align: center;
    padding: 60px 20px;
    color: #666;
}

    .loading-state i[b-ek6wao0q49] {
        color: #4A90A4;
        margin-bottom: 20px;
    }

    .loading-state h3[b-ek6wao0q49] {
        color: #2D5A87;
        margin-bottom: 10px;
    }

.loading-spinner[b-ek6wao0q49] {
    margin-top: 30px;
}

.spinner-bounce[b-ek6wao0q49] {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.bounce1[b-ek6wao0q49], .bounce2[b-ek6wao0q49], .bounce3[b-ek6wao0q49] {
    width: 12px;
    height: 12px;
    background-color: #4A90A4;
    border-radius: 50%;
    animation: bounce-b-ek6wao0q49 1.4s infinite ease-in-out both;
}

.bounce1[b-ek6wao0q49] {
    animation-delay: -0.32s;
}

.bounce2[b-ek6wao0q49] {
    animation-delay: -0.16s;
}

@keyframes bounce-b-ek6wao0q49 {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

/* Alerts */
.alert[b-ek6wao0q49] {
    padding: 16px 20px;
    border-radius: 12px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid transparent;
}

.alert-success[b-ek6wao0q49] {
    background: linear-gradient(135deg, #d4edda, #c3e6cb);
    color: #155724;
    border-color: #c3e6cb;
}

.alert-danger[b-ek6wao0q49] {
    background: linear-gradient(135deg, #f8d7da, #f5c6cb);
    color: #721c24;
    border-color: #f5c6cb;
}

.alert-icon[b-ek6wao0q49] {
    font-size: 18px;
}

/* Loading overlay */
.loader-overlay[b-ek6wao0q49] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(3px);
}

.loader-container[b-ek6wao0q49] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.loader[b-ek6wao0q49] {
    border: 4px solid rgba(74, 144, 164, 0.2);
    border-radius: 50%;
    border-top: 4px solid #4A90A4;
    width: 50px;
    height: 50px;
    animation: spin-b-ek6wao0q49 1s linear infinite;
}

.loader-text[b-ek6wao0q49] {
    margin-top: 20px;
    font-weight: 600;
    color: #2D5A87;
    text-align: center;
}

@keyframes spin-b-ek6wao0q49 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Unauthorized message */
.unauthorized-message[b-ek6wao0q49] {
    text-align: center;
    padding: 100px 20px;
    color: #666;
}

    .unauthorized-message i[b-ek6wao0q49] {
        font-size: 64px;
        color: #dc3545;
        margin-bottom: 20px;
    }

    .unauthorized-message h2[b-ek6wao0q49] {
        color: #333;
        margin-bottom: 10px;
    }

/* Additional Information Button Styles */
.additional-info-cell[b-ek6wao0q49] {
    max-width: 200px;
    padding: 8px 12px;
}

.additional-info-btn[b-ek6wao0q49] {
    background: transparent;
    border: 1px solid #e3f2fd;
    border-radius: 6px;
    padding: 6px 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    max-width: 180px;
    font-size: 13px;
    color: #1976d2;
}

    .additional-info-btn:hover[b-ek6wao0q49] {
        background-color: #e3f2fd;
        border-color: #1976d2;
        transform: translateY(-1px);
        box-shadow: 0 2px 8px rgba(25, 118, 210, 0.15);
    }

    .additional-info-btn i[b-ek6wao0q49] {
        color: #1976d2;
        font-size: 14px;
    }

.additional-info-preview[b-ek6wao0q49] {
    font-size: 12px;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

.no-additional-info[b-ek6wao0q49] {
    color: #999;
    font-style: italic;
    font-size: 13px;
}

/* Mobile Additional Info Button */
.mobile-additional-info-btn[b-ek6wao0q49] {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    border: 1px solid #1976d2;
    border-radius: 8px;
    padding: 8px 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #1976d2;
    font-weight: 500;
    width: 100%;
    justify-content: center;
}

    .mobile-additional-info-btn:hover[b-ek6wao0q49] {
        background: linear-gradient(135deg, #bbdefb 0%, #90caf9 100%);
        transform: translateY(-1px);
        box-shadow: 0 3px 12px rgba(25, 118, 210, 0.2);
    }

    .mobile-additional-info-btn i[b-ek6wao0q49] {
        font-size: 16px;
    }

/* Additional Information Modal Styles */
.additional-info-modal[b-ek6wao0q49] {
    max-width: 600px;
    width: 90%;
}

.additional-info-content[b-ek6wao0q49] {
    padding: 0;
}

.info-header[b-ek6wao0q49] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 16px 20px;
    border-radius: 8px 8px 0 0;
    margin: -20px -20px 0 -20px;
}

.info-invoice-details[b-ek6wao0q49] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.info-reference[b-ek6wao0q49] {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
}

.info-company[b-ek6wao0q49] {
    font-size: 14px;
    color: #6c757d;
    font-weight: 500;
}

.info-amount[b-ek6wao0q49] {
    font-size: 16px;
    font-weight: 700;
    color: #28a745;
}

.info-divider[b-ek6wao0q49] {
    height: 1px;
    background: linear-gradient(to right, transparent, #dee2e6, transparent);
    margin: 16px 0;
}

.info-body h5[b-ek6wao0q49] {
    color: #495057;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .info-body h5 i[b-ek6wao0q49] {
        color: #1976d2;
    }

.info-text[b-ek6wao0q49] {
    background: #f8f9fa;
    border-left: 4px solid #1976d2;
    padding: 16px 20px;
    border-radius: 0 8px 8px 0;
    margin: 0;
}

    .info-text p[b-ek6wao0q49] {
        margin: 0;
        line-height: 1.6;
        color: #495057;
        font-size: 14px;
        white-space: pre-wrap;
        word-wrap: break-word;
    }

.no-info[b-ek6wao0q49] {
    color: #6c757d !important;
    font-style: italic;
}

/* Responsive utilities */
.desktop-only[b-ek6wao0q49] {
    display: block !important;
}

.mobile-only[b-ek6wao0q49] {
    display: none !important;
}

.text-center[b-ek6wao0q49] {
    text-align: center;
}

.py-4[b-ek6wao0q49] {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.text-muted[b-ek6wao0q49] {
    color: #6c757d;
}

.text-danger[b-ek6wao0q49] {
    color: #dc3545;
}

.text-primary[b-ek6wao0q49] {
    color: #007bff;
}

.text-info[b-ek6wao0q49] {
    color: #17a2b8;
}

.text-secondary[b-ek6wao0q49] {
    color: #6c757d;
}

.btn-sm[b-ek6wao0q49] {
    padding: 8px 16px;
    font-size: 12px;
}

.col-6[b-ek6wao0q49] {
    width: 100%;
}

/* Responsive breakpoints */
@media (max-width: 1400px) {
    .invoice-table[b-ek6wao0q49] {
        min-width: 1400px;
    }
}

@media (max-width: 1200px) {
    .invoice-table[b-ek6wao0q49] {
        min-width: 1200px;
    }

        .invoice-table th[b-ek6wao0q49], .invoice-table td[b-ek6wao0q49] {
            padding: 6px 4px;
            font-size: 11px;
        }

    .action-buttons[b-ek6wao0q49] {
        min-width: 180px;
    }

    .action-btn[b-ek6wao0q49] {
        min-width: 50px;
        padding: 5px 8px;
        font-size: 9px;
    }

    .action-section[b-ek6wao0q49] {
        padding: 4px 8px;
        gap: 8px;
    }

    .pagination-controls[b-ek6wao0q49] {
        flex-direction: column;
        align-items: stretch;
    }

    .pagination-info[b-ek6wao0q49],
    .pagination-nav[b-ek6wao0q49],
    .pagination-jump[b-ek6wao0q49] {
        justify-content: center;
    }
}

@media (max-width: 992px) {
    .action-buttons[b-ek6wao0q49] {
        min-width: 160px;
    }

    .action-section-label[b-ek6wao0q49] {
        min-width: 40px;
        font-size: 9px;
    }

    .pagination-controls[b-ek6wao0q49] {
        padding: 12px 15px;
    }

    .pagination-btn[b-ek6wao0q49] {
        min-width: 34px;
        height: 34px;
        font-size: 13px;
    }
}

/* Main responsive breakpoint */
@media (max-width: 768px) {
    .desktop-only[b-ek6wao0q49] {
        display: none !important;
    }

    .mobile-only[b-ek6wao0q49] {
        display: block !important;
    }

    .invoice-dashboard-container[b-ek6wao0q49] {
        padding: 15px;
    }

    .header-content[b-ek6wao0q49] {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }

    .header-actions[b-ek6wao0q49] {
        width: 100%;
        justify-content: flex-start;
    }

    .dashboard-header[b-ek6wao0q49] {
        padding: 20px;
    }

    .dashboard-title[b-ek6wao0q49] {
        font-size: 24px;
    }

    .quick-stats-grid[b-ek6wao0q49] {
        grid-template-columns: 1fr;
    }

    .filter-row[b-ek6wao0q49] {
        grid-template-columns: 1fr;
    }

    .filter-date-range[b-ek6wao0q49], .filter-amount-range[b-ek6wao0q49] {
        flex-direction: column;
        gap: 8px;
    }

    .filter-actions[b-ek6wao0q49] {
        flex-direction: column;
    }

    .mobile-details-grid[b-ek6wao0q49] {
        grid-template-columns: 1fr;
    }

    .detail-item.full-width[b-ek6wao0q49] {
        grid-column: span 1;
    }

    .mobile-files-grid[b-ek6wao0q49] {
        grid-template-columns: 1fr;
    }

    .mobile-actions[b-ek6wao0q49] {
        flex-direction: column;
    }

    .modal-content[b-ek6wao0q49] {
        width: 95%;
        padding: 20px;
    }

    .edit-form .row[b-ek6wao0q49] {
        grid-template-columns: 1fr;
    }

    .files-grid[b-ek6wao0q49] {
        grid-template-columns: 1fr;
    }

    .file-type-group[b-ek6wao0q49] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }

    .file-type-label[b-ek6wao0q49] {
        min-width: auto;
    }

    /* Mobile pagination */
    .pagination-controls[b-ek6wao0q49] {
        flex-direction: column;
        gap: 12px;
        padding: 12px;
    }

    .pagination-info[b-ek6wao0q49] {
        order: 1;
    }

    .pagination-nav[b-ek6wao0q49] {
        order: 2;
        flex-wrap: wrap;
    }

    .pagination-jump[b-ek6wao0q49] {
        order: 3;
    }

    .pagination-btn[b-ek6wao0q49] {
        min-width: 32px;
        height: 32px;
        padding: 0 8px;
        font-size: 12px;
    }

    .page-size-select[b-ek6wao0q49],
    .page-jump-input[b-ek6wao0q49] {
        padding: 6px 10px;
        font-size: 13px;
    }

    .page-size-label[b-ek6wao0q49],
    .results-summary[b-ek6wao0q49] {
        font-size: 13px;
    }

    .additional-info-modal[b-ek6wao0q49] {
        width: 95%;
        max-width: none;
    }

    .info-header[b-ek6wao0q49] {
        padding: 12px 16px;
        margin: -16px -16px 0 -16px;
    }

    .info-reference[b-ek6wao0q49] {
        font-size: 16px;
    }

    .info-amount[b-ek6wao0q49] {
        font-size: 14px;
    }

    .info-text[b-ek6wao0q49] {
        padding: 12px 16px;
    }
}

/* Small mobile devices */
@media (max-width: 480px) {
    .invoice-dashboard-container[b-ek6wao0q49] {
        padding: 10px;
    }

    .content-section[b-ek6wao0q49], .dashboard-header[b-ek6wao0q49] {
        padding: 20px 15px;
    }

    .stat-card[b-ek6wao0q49] {
        padding: 20px;
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .stat-content h3[b-ek6wao0q49] {
        font-size: 24px;
    }

    .mobile-invoice-card[b-ek6wao0q49] {
        margin: 0 -5px 20px -5px;
        border-radius: 12px;
    }

    .mobile-card-header[b-ek6wao0q49] {
        padding: 16px 16px 12px 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .status-info[b-ek6wao0q49] {
        text-align: left;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .detail-icon[b-ek6wao0q49] {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }

    .modal-content[b-ek6wao0q49] {
        padding: 15px;
        margin: 10px;
    }

    /* Very small pagination adjustments */
    .pagination-nav[b-ek6wao0q49] {
        gap: 3px;
    }

    .pagination-btn[b-ek6wao0q49] {
        min-width: 28px;
        height: 28px;
        font-size: 11px;
    }

    .pagination-ellipsis[b-ek6wao0q49] {
        padding: 0 4px;
    }
}

/* Very small screens */
@media (max-width: 360px) {
    .invoice-info h3[b-ek6wao0q49] {
        font-size: 16px;
    }

    .stat-content h3[b-ek6wao0q49] {
        font-size: 20px;
    }

    .btn-refresh[b-ek6wao0q49], .btn-create[b-ek6wao0q49] {
        padding: 10px 16px;
        font-size: 12px;
    }

    .pagination-jump[b-ek6wao0q49] {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* Touch-friendly improvements */
@media (hover: none) and (pointer: coarse) {
    .mobile-invoice-card:hover[b-ek6wao0q49],
    .detail-item:hover[b-ek6wao0q49],
    .mobile-btn:hover[b-ek6wao0q49] {
        transform: none;
    }

    .stat-card:hover[b-ek6wao0q49],
    .invoice-table tbody tr:hover[b-ek6wao0q49] {
        transform: none;
    }

    .pagination-btn:hover:not(:disabled):not(.active)[b-ek6wao0q49] {
        transform: none;
    }
}
/* Expandable cell styles */
.expandable-cell[b-ek6wao0q49] {
    max-width: 150px;
}

.expandable-content[b-ek6wao0q49] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.expandable-text[b-ek6wao0q49] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
}

    .expandable-text.expanded[b-ek6wao0q49] {
        white-space: normal;
        overflow: visible;
        max-width: none;
    }

.expand-btn[b-ek6wao0q49] {
    background: transparent;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 2px 6px;
    font-size: 10px;
    color: #1976d2;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

    .expand-btn:hover[b-ek6wao0q49] {
        background: #e3f2fd;
        border-color: #1976d2;
    }
/* Clickable stat cards */
.stat-card[b-ek6wao0q49] {
    cursor: pointer;
    user-select: none;
    position: relative;
}

    .stat-card:active[b-ek6wao0q49] {
        transform: translateY(-2px) scale(0.98);
    }

    /* Active filter state for cards */
    .stat-card.active-filter[b-ek6wao0q49] {
        border: 2px solid #4A90A4;
        box-shadow: 0 8px 30px rgba(74, 144, 164, 0.35);
        transform: translateY(-3px);
    }

        .stat-card.active-filter[b-ek6wao0q49]::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(74, 144, 164, 0.08) 0%, rgba(45, 90, 135, 0.08) 100%);
            border-radius: 15px;
            pointer-events: none;
        }

    .stat-card.new.active-filter[b-ek6wao0q49] {
        border-color: #2196F3;
        box-shadow: 0 8px 30px rgba(33, 150, 243, 0.35);
    }

        .stat-card.new.active-filter[b-ek6wao0q49]::after {
            background: linear-gradient(135deg, rgba(33, 150, 243, 0.08) 0%, rgba(33, 150, 243, 0.05) 100%);
        }

    .stat-card.pending.active-filter[b-ek6wao0q49] {
        border-color: #FFA500;
        box-shadow: 0 8px 30px rgba(255, 165, 0, 0.35);
    }

        .stat-card.pending.active-filter[b-ek6wao0q49]::after {
            background: linear-gradient(135deg, rgba(255, 165, 0, 0.08) 0%, rgba(255, 165, 0, 0.05) 100%);
        }

    .stat-card.processed.active-filter[b-ek6wao0q49] {
        border-color: #4CAF50;
        box-shadow: 0 8px 30px rgba(76, 175, 80, 0.35);
    }

        .stat-card.processed.active-filter[b-ek6wao0q49]::after {
            background: linear-gradient(135deg, rgba(76, 175, 80, 0.08) 0%, rgba(76, 175, 80, 0.05) 100%);
        }

/* Filter indicator badge on cards */
.card-filter-indicator[b-ek6wao0q49] {
    position: absolute;
    top: 10px;
    right: 10px;
    background: linear-gradient(135deg, #4A90A4 0%, #2D5A87 100%);
    color: white;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    box-shadow: 0 2px 8px rgba(74, 144, 164, 0.4);
    animation: pulse-filter-b-ek6wao0q49 2s infinite;
}

.stat-card.new .card-filter-indicator[b-ek6wao0q49] {
    background: linear-gradient(135deg, #42A5F5, #2196F3);
    box-shadow: 0 2px 8px rgba(33, 150, 243, 0.4);
}

.stat-card.pending .card-filter-indicator[b-ek6wao0q49] {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    box-shadow: 0 2px 8px rgba(255, 165, 0, 0.4);
}

.stat-card.processed .card-filter-indicator[b-ek6wao0q49] {
    background: linear-gradient(135deg, #66BB6A, #4CAF50);
    box-shadow: 0 2px 8px rgba(76, 175, 80, 0.4);
}

@keyframes pulse-filter-b-ek6wao0q49 {
    0% {
        box-shadow: 0 2px 8px rgba(74, 144, 164, 0.4);
        transform: scale(1);
    }

    50% {
        box-shadow: 0 2px 15px rgba(74, 144, 164, 0.6);
        transform: scale(1.05);
    }

    100% {
        box-shadow: 0 2px 8px rgba(74, 144, 164, 0.4);
        transform: scale(1);
    }
}

/* Hover effect text change */
.stat-content small[b-ek6wao0q49] {
    transition: all 0.3s ease;
}

.stat-card:hover .stat-content small[b-ek6wao0q49] {
    color: #4A90A4;
    font-weight: 500;
}

.stat-card.new:hover .stat-content small[b-ek6wao0q49] {
    color: #2196F3;
}

.stat-card.pending:hover .stat-content small[b-ek6wao0q49] {
    color: #FFA500;
}

.stat-card.processed:hover .stat-content small[b-ek6wao0q49] {
    color: #4CAF50;
}
