#load_user_contacts {
    font-size: 13px;
    color: #575757;
    line-height: 15px;
}

#load_user_contacts v {
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	height: 60px;
	width: 100%;
}

#load_user_contacts v li {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    height: 60px;
    width: 100%;
}
#load_user_contacts v img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 10px;
    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;
}

.block_head_top {
	max-width: fit-content;
    color: #ffba80;
    gap: 6px;
    display: flex;
    background: #ffaa6229;
    padding: 1px 10px;
    letter-spacing: 1px;
    border-radius: 50px;
    margin-bottom: 13px;
    align-items: center;
	font-size: 12px;
}