.user-icon {
    display: flex;
    margin: 0 !important;
    /* margin-top: 15px;
    margin-bottom: 15px; */
}

.user-icon img {
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    width: 70px;
    margin-right: 15px;
    height: 70px;
    min-width: 70px;
    margin-top: 1rem;
}

.user-icon .avatar-placeholder {
    width: 70px;
    margin: 0 !important;
    height: 70px;
    min-width: 70px;
    border: 2px solid #fff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.user-icon .avatar-placeholder p {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    line-height: 70px;
    margin: 0;
}

.user-icon .avatar-placeholder p i {
    color: #fff;
}

.user-icon .name {
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Montserrat;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    transform: translateY(35%);
}