/* === User avatar === */
.avatar-circle {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 600;
    overflow: hidden;
}

.avatar-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Table avatar */
.avatar-circle-lg {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8125rem;
    font-weight: 600;
}

/* === Image Input: keep file input out of flex flow === */
.image-input [data-kt-image-input-action] input {
    position: absolute;
}

/* === Avatar Initials Placeholder === */
.avatar-initials-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-primary);
}
