/* Add here all your CSS customizations */
.user-panel img {
    height: 2.1rem !important;
    width: 2.1rem;
    object-fit: cover;
}

.user-menu .user-image {
    height: 2.1rem !important;
    width: 2.1rem;
    object-fit: cover;
}
.user-menu .dropdown-menu img {
    object-fit: cover;
}

.student-detail .avatar {
    object-fit: cover;
    width: 400px;
    max-height: 200px;
}
