body {
    background-color: #f8f9fa;
}
.navbar-brand {
    font-weight: 600;
}
.card-profile img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.profile-avatar {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #fff;
}
.badge-modality {
    text-transform: capitalize;
}
.admin-sidebar {
    min-height: 100vh;
}
