.theq-v1 .profile__header-photo-wrapper {
    z-index: 999;
    display: inline-block;
    position: absolute;
    height: 208px;
    width: 208px;
    bottom: 0;
    left: 16px;
    margin-bottom: -48px;
    border-radius: 99%;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.25);
}
.no_ava {
    height: 200px;
    width: 200px;
    background-size: cover;
    background-position: 50%;
    border-radius: 10%;
    margin-top: 4px;
    margin-left: 4px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.user_avatar img {
    height: auto;
    width: 145px;
    background-size: cover;
    background-position: 50%;
    border-radius: 10%;
    margin-top: 4px;
    margin-left: 4px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
}
.page_cover {
    height: 340px;
    padding: 12px;
    background-position: 50%;
    background-image: url($_WWW$);
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 340px;
    max-width: -webkit-fill-available;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
}
#content {
    margin-left: 36px;
}
.profile__header-fullname {
    margin-top: 16%;
    margin-right: 0%;
    font-size: 20px;
    line-height: 44px;
    color: #fff;
}
.page_verified {
    background: url(/2020/verpage.png) no-repeat 0;
    display: inline;
    zoom: 1;
    right: 0%;
    position: relative;
    margin-left: 3px;
    padding: 3px 13px 0px 0;
}
.status_title_online {
    line-height: 18px;
    color: #636363;
    margin-top: 5px;
    margin-right: 100%; 
}
.status_title {
    line-height: 18px;
    color: #fff;
    margin-left: 79%;
    text-shadow: #8c8c8c -1px -1px 3px, #7f7f7f 1px 1px 1px;
}
.avow {
    margin: 0px auto;
    position: relative;
    padding: 5px;
    background: #FFF;
}
.new_ad {
    font-size: 12.5px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #f66261;
    color: #fff;
    padding: 0 5px 1px;
    border-radius: 3px;
}
.profile_action_btn{
    padding: 10px 0px 0px 0px;
}
