
.avatar-user-wrapper {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
    font-weight: 500;
    background-color: #efefef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
