.dashboard-sidebar {
    border-right: 1px solid var(--color-border-light);
}
.dashboard-sidebar .nav-link {
    margin-bottom: 5px;
}

.dashboard-sidebar .nav-link.active {
    background-color: var(--color-primary);
    color: var(--color-white);
    font-weight: bold;
}

#main-area.loading {
    opacity: 0.6;
}

.dashboard-table th,
.dashboard-table td {
    vertical-align: middle;
}

.profile-update-form input,
.profile-update-form select,
.profile-update-form textarea {
    margin-bottom: 10px;
}
