#load_user_contacts {
    font-size: 13px;
    color: #ffffff;
    line-height: 15px;
}

#load_user_contacts v {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #dddddd;
    display: block;
    height: 60px;
    width: 100%;
}

#load_user_contacts v li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #dddddd;
    display: block;
    height: 60px;
    width: 100%;
}

#load_user_contacts v img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 5px;
    float: left;
}

#load_user_contacts v span {
    line-height: 20px;
    display: inline-block;
    width: calc(100% - 51px);
    float: right;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* Общие стили для контейнера */
.user-info-container {
    position: relative;
    display: inline-block;
}

/* Стили для иконок */
.social-icon {
    position: absolute;
    margin-top: -18px;
    display: block;
}

.icon {
    width: 16px !important;
    ;
    height: 16px !important;
    !;
    vertical-align: middle;
    position: relative;
    left: 75px;
    top: 0px;
}

Стили для имени пользователя 
.username {
    width: fit-content;
}

.profile-link {
    width: fit-content;
    display: block;
}

/* Специфичные стили для аватара 
.user-avatar {
     
}

 Стили для роли 
.user-role {
    
} */