.wrap__avatar.avatar-90 img.avatar {
    height: 150px;
}
.wrap__avatar.avatar-90 {
   width: 150px;
   height: 150px;
}
.grid-frame.sheet.section-tabContainer {
    font-size: larger;
}
.page-playground button.globalsearch-button:after {
    position: absolute;
    content: '';
    width: 20px!important;
    height: 2px;
    border-radius: 2px;
    background-color: #f5a300;
    transform: rotate(40deg)!important;
    bottom: 14px;
    right: 1px;
}


@media screen and (max-width: 481px) {
    .page-playground .linkbar {
        display: flex;
        flex-flow: column nowrap !important;
        align-items: center;
    }

    .page-playground .linkbar>.left,
    .page-playground .linkbar>.right {
        display: flex;
        width: inherit;
        flex-basis: 100%;
        margin: auto;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding-left: unset;
    }

    .page-playground .linkbar input,
    .page-playground .linkbar a[href='/'] {
        padding: unset;
        margin: unset;
    }

    .page-playground .linkbar .globalsearch {
        max-width: 80vw;
        width: auto !important;
        margin: auto 0;
    }

    .page-playground #xn_bar_menu_search {
        width: inherit;
        padding-left: 0!important;
        height: auto;
        display: flex;
        flex-flow: row nowrap;
        margin: auto auto auto 0;
        justify-content: space-evenly;
        align-items: center;
        flex-basis: 100%;
    }

    .page-playground .linkbar-search {
        display: flex;
        justify-content: space-evenly;
    }

    .page-playground button.globalsearch-button::after {
        position: absolute;
        content: '';
        width: 20px;
        height: 2px;
        border-radius: 2px;
        background-color: #f5a300;
        transform: rotate(45deg);
        bottom: 11px;
        right: 5px;
    }

    .page-playground button.globalsearch-button::before {
        position: absolute;
        content: '';
        width: 25px;
        height: 25px;
        border: 1px solid #f5a300;
        border-radius: 50%;
        top: 27%;
        left: 21%;
        margin: -7px 0 0 -6px;
    }
}

.page-playground button.globalsearch-button:before,
.page-playground button.globalsearch-button:after {
   all: unset!important;
}
.page-playground input[type=checkbox][value=profile] {
   margin: 0 15px;
}
.page-playground input.globalsearch {
    padding-left: unset;
    max-width: 50%;
}

.page-playground .ningbar.cf {
    height: auto !important;
}

.page-playground li.linkbar-search {
    width: auto;
    display: flex;
    justify-content: space-around;
    margin-right: auto;
}

.page-playground .ningbar-link .icon {
    font-size: 22px;
}

.page-playground .globalsearch-button,
.page-playground .globalsearch {
    position: relative;
    width: auto;
    height: inherit;
}

.page-playground .globalsearch {
    height: 6vh;
    width: 15vw;
    padding-top: 0px;
}

.page-playground form#xn_bar_menu_search {
    width: auto;
    height: auto;
    padding-left: 25px;
    display: flex;
    align-content: center;
    flex-direction: row;
    align-items: center;
    padding: 25px 0px 15px 25px;
}

.page-playground .left {
    width: 75%;
    padding-left: 100px;
    padding-top: 30px;
}

.page-playground .right {
    font-size: medium;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-basis: 20%;
    margin-left: auto;
    padding: 10px;
}

.page-playground ul.ningbar-userLinks.linkbar {
    display: flex !important;
    width: 100vw;
    height: auto;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
}

.page-playground button.globalsearch-button:before {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    border: 1px solid #f5a300;
    border-radius: 50%;
    top: 33%;
    left: 21%;
    margin: -7px 0 0 -6px;
}

.page-playground button.globalsearch-button:after {
    position: absolute;
    content: '';
    width: 25px;
    height: 2px;
    border-radius: 2px;
    background-color: #f5a300;
    transform: rotate(45deg);
    bottom: 14px;
    right: 1px;
}

.ningbar.cf {
    height: initial!important;
    max-width: 100%;
 }

.page-playground li.right a[title*= CHAT] {
    display: none;
}