
.sidebar {
    background-color: #fff;
    height: 100vh;
    border-right: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    position: fixed;
    z-index: 1000;
    width: 250px;
}

.sidebar.collapsed {
    width: 60px;
}

.sidebar.collapsed .nav-text {
    display: none;
}

.main-content {
    margin-left: 250px;
    transition: all 0.3s ease;
}

.main-content.expanded {
    margin-left: 60px;
}

.nav-link {
    color: #4a5568;
    padding: 0.75rem 1rem;
    white-space: nowrap;
    overflow: hidden;
}

.nav-link:hover {
    background-color: #f8f9fa;
}

.nav-link.active {
    color: #3182ce;
    background-color: #ebf8ff;
}

.nav-icon {
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

.stats-card {
    background: white;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.percentage-badge {
    background-color: #ebf8ff;
    color: #3182ce;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.875rem;
}

.top-bar {
    background-color: #1a1a1a;
    color: white;
    padding: 0.75rem 1rem;
    position: fixed;
    width: 100%;
    z-index: 1001;
}

.content-wrapper {
    padding-top: 60px;
}

@media (max-width: 768px) {
    .sidebar {
        width: 60px;
    }
    
    .sidebar .nav-text {
        display: none;
    }
    
    .main-content {
        margin-left: 60px;
    }
}

.burger-btn {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    padding: 0.5rem;
}

.burger-btn:focus {
    outline: none;
}











table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-size: 16px;
}
th, td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
th {
    background-color: #4CAF50;
    color: white;
}
tr:nth-child(even) {
    background-color: #f2f2f2;
}
tr:hover {
    background-color: #ddd;
}
.total-row {
    font-weight: bold;
    background-color: #e8f5e9;
}
.no-data {
    text-align: center;
    padding: 20px;
    color: #666;
}
.debug-info {
    margin-top: 20px;
    padding: 10px;
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    border-radius: 4px;
    display: none;
}










.sidebar {
    background-color: #fff;
    height: 100vh;
    border-right: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    position: fixed;
    z-index: 1000;
    width: 250px;
}

.sidebar.collapsed {
    width: 60px;
}

.sidebar.collapsed .nav-text {
    display: none;
}

.main-content {
    margin-left: 250px;
    transition: all 0.3s ease;
}

.main-content.expanded {
    margin-left: 60px;
}

.nav-link {
    color: #4a5568;
    padding: 0.75rem 1rem;
    white-space: nowrap;
    overflow: hidden;
}

.nav-link:hover {
    background-color: #f8f9fa;
}

.nav-link.active {
    color: #3182ce;
    background-color: #ebf8ff;
}

.nav-icon {
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

.stats-card {
    background: white;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.percentage-badge {
    background-color: #ebf8ff;
    color: #3182ce;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.875rem;
}

.top-bar {
    background-color: #1a1a1a;
    color: white;
    padding: 0.75rem 1rem;
    position: fixed;
    width: 100%;
    z-index: 1001;
}

.content-wrapper {
    padding-top: 60px;
}

@media (max-width: 768px) {
    .sidebar {
        width: 60px;
    }
    
    .sidebar .nav-text {
        display: none;
    }
    
    .main-content {
        margin-left: 60px;
    }
}

.burger-btn {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    padding: 0.5rem;
}

.burger-btn:focus {
    outline: none;
}