.fm-modal.profile{
    z-index: 1000 !important; /* less than default fm-modal so that popup on ban or send-message be on top , more than scrollable fm-modal
     so that on scroling lists (search results or who is online, a profile fm-modale will pop up over on click)*/
    position: absolute; /* z-index only works on positionned element */
}


.smooth-top-corners {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.smooth-corners {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.profile-container {

    width:100%

}

.profile .photo{

    width: 100%;

}

.story {
    padding: 10px;
    text-align: justify;
}

.name-recall {

    font-weight: bold;
    font-size: 30px;
    overflow: hidden;
    height: 1.5em;
    text-align: left;
    padding: 10px;

}

.name-recall .age {

    font-size: 23px;
    font-weight: bold;
    margin-left: 20px;

}

.profile .stars, .profile .feedbacks {
    padding: 10px;
    text-align: left;
}

.profile .feedback-source {
    font-weight: bold;
    font-size: 15px;
}


.profile .more {
    color: grey;
    padding: 10px;
    text-align: left;
}

.user-icon {
    top: 10px;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    font-size: 25px;
    color: white;
}

.user-icon.fa-star {
    left: 190px;
    font-weight: bold;
}


.user-icon.fa-gift {
    left: 130px;
    font-weight: bold;
}



.user-icon.fa-envelope {
    left: 70px;
    font-weight: bold;
}

.user-icon.fa-user-slash {
    left: 10px;
}

.user-icon {
    background-color: #008a7c;
    padding: 10px;
    border-radius: 25px;
}


.profile.fm-modal .feedback img {
    width: 40px;
    height: 40px;
    margin-right: 12px;
    border-radius: 50%;
    object-fit: cover;
    float: left;
}

.profile.fm-modal .feedback.blurred {
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
}