.profilContainer {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 12px;
    height: calc(100% - 24px)
}

.profilInfos {
    position: relative
}

.profilAvatar {
    height: 46px;
    width: 46px;
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    background: #d9d9d9;
    border: 3px solid var(--white);
    padding: 3px;
    left: 20px;
    bottom: 0
}

.profilCoverBox {
    height: 95px;
    justify-content: center
}

.profilCover {
    height: 100%;
    background: var(--grey-light);
    border-radius: 14px
}

.profilCoverContainer {
    height: 100%;
    border-radius: 14px;
    overflow: hidden
}

.profilUserBox {
    height: 30px;
    display: flex;
    align-items: center
}

.profilUserBoxUsername {
    margin-left: 85px;
    font-size: 20px
}

.profilUserButton {
    margin-left: auto;
    border: 1px solid var(--grey);
    padding: 0 8px;
    font-size: 12px;
    border-radius: 10px;
    margin-top: 2px
}

.profilInfo {
    display: flex;
    align-items: center;
    justify-content: center
}

.profilInfoBox {
    width: 100%;
    display: flex
}

.profilInfoIconRichess {
    height: 18px;
    width: 17px;
    background: url(../../../assets/img/profil/icon_richess.png) no-repeat;
    background-size: contain
}

.profilInfoIconRespect {
    height: 19px;
    width: 17px;
    background: url(../../../assets/img/profil/icon_respect.png) no-repeat;
    background-size: contain
}

.profilInfoIconTime {
    height: 18px;
    width: 17px;
    background: url(../../../assets/img/profil/icon_time.png) no-repeat;
    background-size: contain
}

.profilInfoIconHeart {
    margin-left: 8px;
    height: 18px;
    width: 17px;
    background: url(../../../assets/img/profil/icon_heart.png) no-repeat;
    background-size: contain
}

.profilInfoIconSmile {
    margin-left: 8px;
    height: 18px;
    width: 17px;
    background: url(../../../assets/img/profil/icon_smile.png) no-repeat;
    background-size: contain
}

.profilInfoIconBobba {
    margin-left: 8px;
    height: 18px;
    width: 17px;
    background: url(../../../assets/img/profil/icon_bobba.png) no-repeat;
    background-size: contain
}

.moduleProfileRelationOpenProfile {
    text-decoration: underline!important;
    font-weight: 700;
    cursor: pointer
}

.profilInfoBoxLeft {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.profilInfoBubble {
    height: 30px;
    width: 100%;
    border-radius: 8px;
    display: flex;
    align-items: center
}

.profilInfoBubbleText {
    margin-left: 10px
}

.profilInfoBoxCenter {
    margin-right: 8px;
    height: 85px;
    width: 2px;
    background: var(--grey)
}

.profilInfoBoxRight {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.profilData {
    display: flex;
    align-items: center;
    justify-content: center
}

.profilDataBox {
    width: 100%;
    display: flex;
    gap: 12px
}

.profilDataBoxBubble {
    height: 38px;
    width: 100%;
    border-radius: 14px;
    background: var(--grey);;
    display: flex;
    align-items: center;
    font-size: 16px
}

.profilDataIconDiamond {
    margin-left: 12px;
    height: 17px;
    width: 19px;
    background: url(../../../assets/img/profil/icon_diamant.png) no-repeat;
    background-size: contain;
    image-rendering: pixelated
}

.profilDataIconWinwin {
    margin-left: 12px;
    height: 17px;
    width: 19px;
    background: url(../../../assets/img/profil/icon_winwin.png) no-repeat;
    background-size: contain;
    image-rendering: pixelated
}

.profilDataIconVip {
    margin-left: 12px;
    height: 23px;
    width: 23px;
    background: url(../../../assets/img/profil/icon_vip.png) no-repeat;
    background-size: contain;
    margin-right: -4px
}

.profilDataIconCitycash {
    margin-left: 12px;
    height: 16px;
    width: 19px;
    background: url(../../../assets/img/profil/icon_citycash.png) no-repeat;
    background-size: contain;
    image-rendering: pixelated
}

.profilDataIconGaming {
    margin-left: 12px;
    height: 18px;
    width: 19px;
    background: url(../../../assets/img/profil/icon_gamer.png) no-repeat;
    background-size: contain
}

.profilDataIconCityRun {
    margin-left: 12px;
    height: 19px;
    width: 19px;
    background: url(../../../assets/img/profil/icon_cityrun.png) no-repeat;
    background-size: contain
}

.profilDataBoxBubbleText {
    margin-left: 12px
}

.profilDataBoxContent {
    gap: 10px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.profilBadge {
    display: flex;
    align-items: center;
    justify-content: center
}

.profilBadgeBox {
    display: flex;
    height: fit-content;
    gap: 16px;
    column-gap: 26px;
    flex-wrap: wrap;
    padding: 10px;
    width: 312px;
    border-radius: 12px;
    background: var(--grey)
}

.profilBadgeImage {
    image-rendering: pixelated;
    clip-path: circle(26px at center)
}

.profilBadgeImage:hover {
    cursor: pointer
}

.profilBadgeHover {
    position: relative;
    background: #d4d4d4;
    height: 52px;
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%
}

.profilBadgeHover:hover>.profilBadgeInfo {
    display: block
}

.profilBadgeInfo {
    top: 0;
    left: 50px;
    background-color: var(--white);
    max-width: 150px;
    word-break: break-word;
    position: absolute;
    display: none;
    width: max-content;
    z-index: 1;
    padding: 5px 10px;
    border-radius: 8px;
    pointer-events: none;
    box-shadow: 0 0 20px rgb(0 0 0/30%)
}

.profilBadgeInfo::before {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    border-right: 10px solid var(--white);
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    top: 10px;
    left: -10px
}

.profilBadgeInfoTitle {
    font-size: 130%
}

.profilBadgeInfoDesc {
    font-size: 90%
}

.profilBadgeBubble {
    height: 52px;
    width: 52px;
    overflow: hidden;
    border-radius: 50%;
    background: #cacaca;
    display: flex;
    align-items: center;
    justify-content: center
}

.profilBadgeBoxIcon {
    height: 14px;
    width: 14px;
    background: url(../../../assets/img/profile/icon_plus.png) no-repeat;
    background-size: contain;
    filter: invert(.5)
}

.profilMenu {
    display: flex;
    justify-content: center
}

.profilMenuBox {
    width: 100%;
    display: flex;
    gap: 7px
}

.profilMenuButton {
    height: 29px;
    width: calc(100% - 14px);
    border-radius: 12px;
    background-color: var(--grey);
    border: 1px solid #cacaca;
    display: flex;
    align-items: center;
    justify-content: center
}

.profilMenuButton:hover {
    opacity: .7
}

.profilMenuIconPhoto {
    height: 14px;
    width: 20px;
    background: url(../../../assets/img/profil/icon_photo.png) no-repeat;
    background-size: contain
}

.profilMenuIconPost {
    height: 20px;
    width: 20px;
    background: url(../../../assets/img/profil/icon_post.png) no-repeat;
    background-size: contain
}

.profilMenuIconText {
    margin-left: 8px;
    font-size: 14px
}

.profilDownContainer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto
}

.profilDownBox {
    display: flex;
    gap: 8px;
    width: 100%
}

.profilSearchBubble {
    border-radius: 14px;
    border: 2px solid var(--grey-contour);
    width: 100%;
    height: 51px;
    display: flex
}

.profilSearchBubbleLeft {
    width: calc(100% - 45px)
}

.profilSearchBubbleRight {
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center
}

.profilSearchWrite {
    margin-left: 10px;
    border: 0;
    background: 0 0;
    width: 98%;
    height: 100%;
    font-size: 19px
}

.profilSearchBoxIcon {
    height: 30px;
    width: 30px;
    background: url(../../../assets/img/profil/icon_search.png) no-repeat;
    background-size: contain
}

@media(max-height: 780px) {
    .profilCoverBox {
        height:85px
    }

    .profilContainer {
        gap: 10px;
        border-radius: 15px
    }

    .profilDataBoxBubble {
        height: 30px
    }
}

@media(max-height: 715px) {
    .profilContainer {
        overflow:auto
    }
}
