.left_container_friends {
    background: #3f3f3f;
    border-radius: 50px;
    margin-right: 10px;
    padding: 0px 5px;
    width: fit-content;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.all_visits_btn {
    color: #ffffff;
    font-size: 10px;
    display: flex;
    width: 160px;
    font-weight: 600;
    margin-left: -3px;
    background: radial-gradient(100% 100% at 50% 0, #5f5f75 0, #515166 100%);
    border: solid 3px #3f3f3f;
    padding: 1px 16px 0px 16px;
    border-radius: 50px;
    height: 35px;
    align-items: center;
    justify-content: center;
}

#users_visit {
    display: flex;
    overflow: hidden;
    margin-top: -3px;
   
}

.user_visit {
	width: 32px;
    height: 32px;
	margin-right: -4px;
}

.user_visit img {
    width: 32px;
    border-radius: 50%;
    height: 32px;
    border: solid 3px #3f3f3f;
}