.profile-avatar-default {
    width: 3.125rem;
    height: 3.125rem;
    color: var(--bs-secondary-color, #6c757d);
    background: var(--bs-tertiary-bg, #e9ecef);
    font-size: 3.125rem;
    line-height: 1;
    overflow: hidden;
}

.profile-avatar-default i {
    line-height: 1;
}

.profile-avatar-default-md {
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
}

.profile-avatar-default-sm {
    width: 1.5625rem;
    height: 1.5625rem;
    font-size: 1.5625rem;
}
