.card.card-recommendation {
    color: #805899;
    background-color: #d592fe2b;
}
body.dark .card.card-recommendation {
    color: #907c9d;
    background-color: #1f052f2b;
}
.card-recommendation a[href] {
    color: inherit;
    font-weight: 600;
    text-decoration: underline;
}
.card-recommendation a[href]:hover {
    color: var(--black);
}
.card.card-recommendation > p.txt-r {
    margin: 0.5rem 0 0 0;
}
.card-recommendation a.skip-link {
    opacity: 0.5;
    font-size: 0.9em;
    line-height: 1em;
}
.card-recommendation a.skip-link:hover {
    opacity: 0.9;
}
.card.profile-info a {
    color: var(--dark);
}
.card.profile-header {
    margin-top: 1rem;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.profile-header .profile-cover {
    min-height: 200px;
    max-height: 400px;
    background-color: var(--light);
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-size: cover;
    border-radius: 0.625rem 0.625rem 0 0;
}
body:not(.dark) .profile-header .profile-cover {
    background-image: url(/templates/47/we2/img/social-cover-background.light.jpg);
}
body.dark .profile-header .profile-cover {
    background-image: url(/templates/47/we2/img/social-cover-background.dark.jpg);
}
.profile-header .profile-cover > img {
    position: relative;
    z-index: 1;
    max-width: 100%;
    height: auto;
}
.profile-header .profile-img {
    position: relative;
    width: 150px;
    margin: 0 auto;
}
.profile-header .profile-img > img {
    position: relative;
    z-index: 1;
}
.profile-header .profile-img .trusted-icon,
.profile-header .profile-img .verified-icon
{
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 28px;
    height: 28px;
    background-color: var(--white);
    padding: 2px;
    border-radius: 14px;
    z-index: 1;
}
.profile-header .profile-img .trusted-icon
{
    color: var(--gray666);
}
.profile-header .profile-img .verified-icon
{
    color: #0070d3;
}
.profile-header .profile-img .trusted-icon svg,
.profile-header .profile-img .verified-icon svg
{
    color: inherit;
}
.profile-header .user-detail{
    position:absolute;
    left:0;
    right:0;
    top:auto;
    bottom:0;
    /*margin-top:-3.125rem;*/
}
.profile-header .user-detail .profile-details h3 {
    font-size: 1.5em;
    padding: 0;
}
.profile-header .user-detail .profile-details h3 + a {
    position: relative;
    z-index: 1;
    color: var(--gray);
}
.profile-header .profile-info {
    padding: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}
.profile-header ul.social-data-block{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:1.25rem;
    text-align: center;
    color: var(--secondary);
}
.profile-header ul.social-data-block .h6 {
    display: block;
    padding: 0;
}
.profile-header ul.social-data-block a {
    color: var(--secondary);
}
.profile-info .profile-actions-buttons {
    display: flex;
    gap: 1rem;
    align-self: end;
    align-items: end;
}
ul.header-nav{
    position:absolute;
    left:auto;
    right:1rem;
    top:auto;
    bottom:1rem;
    z-index: 1;
    display: flex;
    gap: 1rem;
}
ul.header-nav li{
    list-style:none
}
ul.header-nav li a{
    display: flex;
    list-style: none;
    height: 2.5rem;
    width: 2.5rem;
    background-color: var(--white);
    border-radius: 50rem;
    line-height: 2.5rem;
    text-align: center;
    color: var(--primary);
    font-size: 1.125rem;
    justify-content: center;
    align-items: center;
}
ul.header-nav li a:hover{
    background:var(--primary);
    color:var(--white);
}
.profile-header .social-links {
    position: absolute;
    display: flex;
    gap: 1rem;
    left: 1rem;
    bottom: 1rem;
    z-index: 1;
}
.profile-header .social-links > a {
    height: 2.5rem;
    width: 2.5rem;
    background: var(--white);
    color: var(--primary);
    border-radius: 50%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.profile-header .social-links > a:hover {
    background:var(--primary);
    color:var(--white);
}


.card .card-header a.arrow {
    display: none;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 28px;
    height: 28px;
    text-align: center;
    opacity: 0.5;
}
.card .card-header:hover a.arrow {
    opacity: 1;
}
.card.opened .card-header a.arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
/**
 * Circles
 */
.profile-circles {
    position: absolute;
    z-index: 0;
    transform: translate(-50%, -50%) scale(1);
    -moz-transition: transform 1s ease-in-out;
    -webkit-transition: transform 1s ease-in-out;
    -o-transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    bottom: 57.5px;
    left: 50%;
}
.profile-circles div {
    counter-increment: item;
    width: 0;
    height: 0;
    padding-bottom: 0;
    position: absolute;
    background-color: var(--white);
    border-radius: 50%;
    z-index: 0;
    left: 0%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: .1;
    box-shadow: 0 0 50px #777;
}
body.dark .profile-circles div {
    box-shadow: none;
    background-color: var(--light);
}
.profile-circles div:nth-child(1) {
    width: 250px;
    padding-bottom: 250px;
}
.profile-circles div:nth-child(2) {
    width: 350px;
    padding-bottom: 350px;
}
.profile-circles div:nth-child(3) {
    width: 450px;
    padding-bottom: 450px;
}
.profile-circles div:nth-child(4) {
    width: 550px;
    padding-bottom: 550px;
}
.profile-circles div:nth-child(5) {
    width: 650px;
    padding-bottom: 650px;
}
.profile-circles div:nth-child(6) {
    width: 750px;
    padding-bottom: 750px;
}
.profile-circles div:nth-child(7) {
    width: 850px;
    padding-bottom: 850px;
}
.profile-circles div:nth-child(8) {
    width: 950px;
    padding-bottom: 950px;
}
.profile-circles div:nth-child(9) {
    width: 1050px;
    padding-bottom: 1050px;
}
.profile-circles div:nth-child(10) {
    width: 1150px;
    padding-bottom: 1150px;
}
input[type="text"].search-input {
    width: 100%;
    background-color: transparent;
    padding: 0;
    height: 20px;
    min-height: 20px;
    line-height: 20px;
    border: none;
}

div#__profile_cover_block {
    width: 100%;
    flex: 0 0 100%;
}


@media (min-width: 1200px) {

}

@media (max-width: 992px){
    .profile-header .profile-info .social-links {
        text-align: center;
    }
}

@media (max-width: 768px){
    .profile-header .profile-cover {
        min-height: 260px;
    }
    .profile-header .profile-cover img {
        max-width: none;
        min-height: 100%;
        position: absolute;
        transform: translateX(-50%);
        left: 50%;
        width: auto;
    }
    .profile-header .user-detail{
        position: relative;
        margin-top: -130px;
    }
    .profile-header ul.header-nav {
        right: 0.5rem;
        bottom: 0.5rem;
        gap: 0.5rem;
        flex-wrap: wrap;
        width: 40px;
    }
    .profile-header .social-links {
        gap: 0.5rem;
        left: 0.5rem;
        bottom: 0.5rem;
        flex-wrap: wrap;
        width: 40px;
    }
}

@media (max-width: 576px){
    .profile-header .profile-info > div {
        margin: 0 auto;
    }
    .profile-header .profile-info > div.social-info {
        margin-top: -1rem;
        margin-bottom: 1rem;
        width: 100%;
    }
}