/* Teacher Student Profile Avatar Style - Keep this specific style */

/* Override teacher theme styling for student profile avatar */
.theme-teacher .profile-avatar {
    width: 193px !important;
    height: 193px !important;
    border-radius: 20px !important;
    background: #e9ecef !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 4.8rem !important;
    flex-shrink: 0 !important;
    border: 4px solid var(--white) !important;

    object-fit: unset !important;
    cursor: unset !important;
    transition: unset !important;
} 