/* Disable avatar image loading to avoid 404 errors */
.avatar-sm .avatar-title,
.avatar-md .avatar-title,
.avatar-lg .avatar-title,
.avatar-xl .avatar-title,
.avatar-title {
    background-image: none !important;
}

/* Optional: keep only background color & text centered */
.avatar-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
