table,
td {
    font-size: 1rem;
    color: black;
    font-weight: 500;
}

.badge {
    font-size: 1rem;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
}

.errors {
    line-height: 25px;
    font-size: 1rem !important;
    text-align: center;
}

/* Admin Sidebar Styles */
.nav-header{
    background-color: #7571F9;
    width: 220px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.admin-sidebar li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.admin-sidebar li:last-child {
    border-bottom: none;
}

.admin-sidebar a {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    color: #ecf0f1;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.admin-sidebar a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}

.admin-sidebar a i {
    margin-right: 10px;
    font-size: 18px;
}

.admin-sidebar .logout-link {
    color: #e74c3c;
}

.admin-sidebar .logout-link:hover {
    background-color: rgba(231, 76, 60, 0.1);
}
