@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');
* {
    box-sizing: border-box;
    outline: 0 !important;
    scrollbar-width: thin;
    scrollbar-color: auto #ffffff00;
    letter-spacing: -0.198px;
}
*::-webkit-scrollbar {
    width: 20px;
}
*::-webkit-scrollbar-track {
    background: #ffffff00;
}

/* overall-app css */
html[data-theme='app-light-mode'] {
    color-scheme: light;
    --app-body-background-color: #f3f4f6;
    --app-main-window-backgroud-color: #fff;
    --app-header-color: #2c3137;
    --app-desc-color: #6b7280;
    --app-content-background-color: #e7e9ec;
    --app-content-shadow-color: #6b7280;
    --app-content-box-color: #3b3c3d;
}
html[data-theme='app-dark-mode'] {
    color-scheme: dark;
    --app-body-background-color: #101112;
    --app-main-window-backgroud-color: #18191b;
    --app-header-color: #ffffff;
    --app-desc-color: #71767a;
    --app-content-background-color: #2b2b2b;
    --app-content-shadow-color: #4b4b4b;
    --app-content-box-color: #3b3c3d;
}
[type='href'],
[type='button'] {
    cursor: pointer;
    &:hover {
        cursor: pointer;
        filter: brightness(0.89)!important;
    }
    &:active {
        filter: brightness(0.8)!important;
    }
}
body {
    margin: 0;
    overflow: hidden;
    background-color: var(--app-body-background-color);
    font-family: Ubuntu, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
    outline: 0;
    text-decoration: none;
    cursor: pointer;
}
::placeholder { 
    font-style: italic;
}
label {
    margin-bottom: 5px;
    cursor: pointer;
}
h1,
h2,
h3, 
h4 {
    font-family: Avenir Next, Helvetica, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
hr {
    border: none;
    border-bottom: 0.5px solid var(--app-content-shadow-color);
    clear: both;
    margin: 1.35em auto;
    max-width: 100%;
}
[disabled],
[readonly],
.content-type_disabled {
    cursor:not-allowed!important;
    filter: brightness(0.5)!important;
    pointer-events: none!important;
    opacity: 1!important;
    &:hover,
    &:active {
        cursor:not-allowed!important;
        filter: brightness(0.5)!important;
        opacity: 1!important;
    }
}
.svg-icon {
    mask-size: cover;
    mask-repeat: no-repeat;
    background-color: currentColor;
}
.background-icon {
    background-origin: content-box;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    color: transparent !important;
}
.app-icon {
    background-image: url('icons/appicon_512x512.png');
}
.woozworld-icon {
    background-image: url('icons/wzwicon_1024x1024.png');
}
.public_version {
    display: none!important;
    visibility: hidden!important;
    pointer-events: none!important;
    opacity: 0!important;
}
/* app-main css */
.background-hide-screen,
.background-hide-navigation,
.background-hide-viewport,
.background-hide-popup {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    background-color: #10111291;
}
.background-hide-navigation.user-agent-process,
.background-hide-viewport.user-agent-process {
    display: unset!important;
    z-index: 9;
}
.app-main {
    display: grid;
    position: absolute;
    grid-template-rows: 1fr auto;
    grid-template-columns: 328px minmax(0, 1fr) 340px;
    width: 100%;
    height: 100%;
    padding-top: 8px;
    overflow: hidden;
    transition: grid-template-columns 0.2s ease;
}
.hide-sidepanel-window {
    grid-template-columns: 328px minmax(0, 1fr) 0px;
}
.hide-sidepanel-window item-viewport,
.hide-content {
    opacity: 0;
    pointer-events: none;
}
item-viewport {
    opacity: 1;
}
.main-window-position {
    position: relative;
}
@keyframes section-enter {
    0% {
        transform: translateY(40px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}
.hide-on-desktop-devices {
    display: none;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
}
@media (max-width: 768px) {
    .hide-on-desktop-devices {
        display: block;
        opacity: 1!important;
        pointer-events: initial!important;
        visibility: visible!important;
    }
    .hide-on-mobile-devices {
        display: none!important;
        visibility: hidden;
        pointer-events: none;
        opacity: 0;
    }
    .app-main {
        grid-template-rows: 1fr;
        grid-template-columns: none;
        padding: 0;
    }
    .main-window {
        grid-row: 1;
        width: 100% !important;
        border-radius: 0 !important;
        border: 0!important;
    }
    .main-body {
        padding-bottom: 140px!important;
    }
    item-viewport {
        position: absolute !important;
        padding: 8px;
        width: 100% !important;
        padding-bottom: 0;
        align-items: flex-end;
    }
    .item-viewport-compact-section,
    .item-viewport-lootbox-section {
        background-color: #2a2a2a8f!important;
    }
    .hide-sidepanel-window item-viewport {
        transform: translateY(100%);
    }
    .item-viewport-on-scroll,
    .item-viewport-on-load {
        min-width: 100%;
        height: 100%!important;
        background-color: #18191b;
        z-index: 8;
    }
    .item-viewport-window-icon,
    .item-viewport-window-close-icon {
        zoom: 1.19;
    }
    .item-viewport-header-placeholder {
        width: calc(100vw - 16px) !important;
        left: 8!important;
        padding-right: 15px;
        border-radius: 0!important;
        &[header-type="game-notification-header"] {
            width: calc(100vw - 0px) !important;
        }
    }
    .context-menu-map-placeholder.navigation-map {
        position: fixed!important;
        padding: 0!important;
    }
    .on-screen-item-viewport-window-mobile-transition {
        border-radius: 17px;
        overflow: hidden;
    }
    .item-viewport-content-info[content-header-type='item-viewport-header'] .content-type_header, 
    .item-viewport-content-info[content-header-type='item-viewport-header'] .content-type_description {
        max-width: calc(100vw - 199px) !important;
    }
    .comment-composer-content {
        position: fixed!important;
        bottom: calc(60px + 8px) !important;
        width: calc(100% - 48px)!important;
    }
    .body-sidebar-placeholder {
        padding: 0!important;
        margin: 0!important;
        background-color: transparent!important;
    }
}
@media (max-width: 425px) {
    .context-menu-map-placeholder.navigation-map {
        position: absolute;
        max-width: 100% !important;
        width: 100% !important;
        top: 0 !important;
        left: 0 !important;
        height: 100% !important;
        max-height: 100% !important;
        border: solid 1px #3b3c3d;
        border-radius: 17px;
        /*transform: translateY(30%)!important;*/
        padding: 0!important;
    }
    .hide-sidepanel-window item-viewport {
        transform: translateY(100%)!important;
    }
    item-viewport {
        padding: 0!important;
    }
    .item-viewport-header-placeholder {
        width: 100%!important
    }
    .item-viewport-background,
    .item-viewport-on-scroll,
    .item-viewport-header-placeholder[content-type='on-viewport-scroll'] {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }
    .item-viewport-section,
    .item-viewport-compact-section,
    .item-viewport-lootbox-section {
        margin: 0 6px;
    }
    .navigation-map-content {
        height: calc(100% - 230px)!important;
    }
    .quick-search-content {
        &.user-agent-process {
            width: calc(100% - 24px)!important;
        }
    }
}
.content-type_header {
    color: var(--app-header-color);
    font-family: Avenir Next, Helvetica, sans-serif;
    font-weight: 600;
    text-transform: none;
}
.content-type_icon {
    width: 23px;
    height: 23px;
}
.content-type_hidden {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
.vector-shape-icon-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    min-height: 33px;
    min-width: 33px;
}
.vector-shape-icon {
    color: #fff!important;
    width: 25px;
    height: 25px;
}
.content-type_description,
.standalone-speech-default-screen-label {
    font-size: 75%;
    color: var(--app-desc-color);
}
a.content-type_description {
    color: #2683FF;
}
.content-type_flex_center,
.header-capsule-icon-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-capsule-open-context-menu-icon-placeholder,
.settings-open-context-menu-icon-placeholder {
    position: absolute;
    bottom: -1px;
    right: -1px;
    background-color: #18191b;
    border-radius: 4.5px;
    padding: 2px 2.5px;
    z-index: 1;
}
.header-capsule-open-context-menu-icon {
    width: 13px;
    height: 4.2px;
    color: #fffffffa;
}
.window-body-row-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0 12px;
    padding-top: 12px;
    &[content-type='publications-header-row-content'] {
        padding: 12px 0;
        width: 100%;
    }
    &[viewport-content-type='item-viewport-on-focus'] {
        flex-direction: column;
        gap: 24px
    }
    &[viewport-content-type='item-viewport-on-focus'] .window-body-main-content,
    &[viewport-content-type='item-viewport-on-focus'] .window-body-side-content {
        width: 100%;
        max-width: unset;
    }
    &[viewport-content-type='item-viewport-on-focus']  .not-available-on-mobile-devices {
        display: none;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }
}
.window-body-main-content {
    position: relative;
    width: calc(100% - 240px);
    padding: 0 12px;
    padding-right: 20px;
    min-height: calc(100vh - 64px);
    min-height: calc(100dvh - 64px);
    &[content-type='publications-header-main-content'] {
        padding: 0!important;
        min-height: auto!important;
    }
}
.window-body-side-content {
    width: 100%;
    max-width: calc(240px + 24px);
    display: flex;
    flex-direction: column;
    gap: 34px;
    padding: 0px 12px;
}
@media (max-width: 968px) {
    .not-available-on-mobile-devices {
        display: none!important;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }
    .window-body-row-content {
        flex-direction: column;
        gap: 24px;
    }
    .window-body-main-content {
        width: 100%;
        padding: 0 12px;
    }
    .window-body-side-content {
        margin-bottom: 24px;
        width: 100%;
        max-width: unset;
    }
    .window-body-side-content[content-type='/community/article'] {
        margin-bottom: 83px!important;
    }
}
/* shake assets */
@keyframes shake {
    0% {
        transform: translateX(0);
        filter: brightness(100%);
    }

    25% {
        transform: translateX(-4px);
    }

    50% {
        transform: translateX(4px);
        filter: brightness(150%);
    }

    75% {
        transform: translateX(-4px);
    }

    100% {
        transform: translateX(0);
        filter: brightness(100%);
    }
}

.shake-header {
    display: inline-block;
    animation: shake 0.35s ease-in-out;
}
/* skeleton assets */
@keyframes shimmer {
    0% {
      background-position: -200% 0;
    }
    100% {
      background-position: 200% 0;
    }
  }
.skeleton-header {
    width: 100%;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    background-size: 200% 100%;
    border: 0 !important;
    &:hover,
    &:active {
        cursor: progress!important;
    }
}
.skeleton-line {
    display: inline-block;
    max-width: 90%;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    color: transparent;
    background-size: 200% 100%;
    border: 0 !important;
    &:hover,
    &:active {
        cursor: progress!important;
    }
}
.skeleton-line.short {
    width: 70%;
    height: 10px;
}
.skeleton-header::before,
.skeleton-line::before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, var(--app-content-background-color), var(--app-content-shadow-color), var(--app-content-background-color));
    background-size: 200%;
    position: absolute;
    top: 0;
    left: 0;
    animation: shimmer 1s infinite;
}
/* item-viewport css */
.item-viewport-window {
    position: relative;
    z-index: 9;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: calc(100% - 8px);
    transition: opacity 0.22s ease, transform 0.35s ease;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    overflow: hidden;
    &[content-type="game-notification"] {
        padding: 0!important;
    }
}
.item-viewport-window-close-icon,
.item-viewport-window-icon,
.header-navigation-icon {
    width: 23px;
    height: 23px;
    color: #ffffffaa;
    transition: transform 0.1s ease-in-out;
    &[icon-type='in-body'] {
        width: 20px;
        min-width: 20px;
        height: 20px;
    }
    &:hover {
        cursor: pointer;
        color: #ffffffe1;
    }
    &:active {
        color: #fff;
    }
    &[content-type='quick-link'] {
        color: #2683FF!important;
    }
    &[content-type='quick-link']:hover {
        color: #0169f0!important;
        cursor: pointer;
    }
    &[content-type='quick-link']:active {
        color: #014db0!important;
    }
}
.item-viewport-window-close-icon:hover {
    transform: scale(1.1);
}
.item-viewport-header-label {
    color: #fff!important;
}
.item-viewport-header-placeholder {
    position: fixed;
    width: 332px;
    z-index: 8;
    border: 0!important;
    transition: background-color 0.8s ease, box-shadow 0.8s ease;
    background: linear-gradient(180deg, rgb(24 25 27 / 67%) 0%, rgb(24 25 27 / 39%) 43%, rgb(24 25 27 / 12%) 82%, rgba(24, 25, 27, 0) 100%);
    &[content-type='on-viewport-scroll'] {
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        transition: background-color 0.3s ease, box-shadow 0.3s ease;
        background-color: #18191bc2;
        box-shadow: 0px 13px 20px -10px rgb(0 0 0 / 38%);
        -webkit-backdrop-filter: blur(100px);
        backdrop-filter: blur(100px);
    }
}
.item-viewport-on-scroll {
    position: relative;
    height: calc(-8px + 100vh);
    height: calc(-8px + 100dvh);
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 12px;
    scrollbar-width: none; 
    -ms-overflow-style: none;
    z-index: 8;
}
.item-viewport-on-load {
    position: relative;
    height: calc(-8px + 100dvh);
    height: calc(-8px + 100dvh);
    overflow: hidden!important;
 }
.item-viewport-on-scroll::-webkit-scrollbar {
    display: none
}
.item-viewport-header-placeholder .content-type_header {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100% - 59px);
}
.item-viewport-body,
.item-viewport-background-fade,
.client-app-popup-extralook-at-header-fade {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.item-viewport-background {
    background-color: var(--app-content-box-color);
    border-radius: 17px;
    min-height: 56px;
    overflow: hidden;
    &[content-type='fullscreen'] {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        height: 100%;
        height: calc(-12px + 100dvh);
        padding: 24px;
        padding-top: 56px;
        max-width: 340px;
    }
}
.item-viewport-background-fade,
.client-app-popup-extralook-at-header-fade {
    background: linear-gradient(2deg, rgb(0 0 0 / 57%) 0%, rgb(62 58 58 / 15%) 100%);
    padding: 24px;
    padding-top: calc(56px + 12px);
    height: 100%;
    display: flex;
    align-items: flex-start;
    &[content-type='hide-background-color-content'] {
        background: #2b2b2b!important;
    }
}
.item-viewport-background-fade.skeleton-header .item-viewport-thumbnail-icon,
.item-viewport-background-fade.skeleton-header .item-viewport-content-list {
    pointer-events: none;
    opacity: 0;
}
.item-viewport-content-list[type="href"]:not(:last-child),
.info-sidepod-content-list[type="href"]:not(:last-child),
.client-app-popup-list:not(:last-child) {
    position: relative;
    padding-bottom: 12px;
}
.item-viewport-background .item-viewport-content-icon,
.publication-attached-item-icon {
    border: 0!important;
    background-color: #00000080 !important;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
}
.item-viewport-content-list[type="href"]:not(:last-child)::after,
.info-sidepod-content-list[type="href"]:not(:last-child)::after,
.client-app-popup-list:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 0.5px solid var(--app-content-shadow-color);
    height: 11px;
}
.item-viewport-content-list:hover::after,
.info-sidepod-content-list:hover::after,
.client-app-popup-list:hover::after {
    filter: brightness(1.1) !important;
}
.item-viewport-thumbnail-icon {
    position: relative;
    height: 310px;
    background-origin: content-box;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%; 
    width: 100%;
}
.item-viewport-desc {
    border-radius: 100px;
    padding: 12px 24px;
    text-align: center;
    box-shadow: inset 0 0 0 1.1px var(--app-item-description-border-color);
    font-size: 85%;
    font-family: Avenir Next, Helvetica, sans-serif !important;
    color: #ffffffc5;
    font-weight: 600;
    width: 100%;
}
.item-viewport-content-list-placeholder,
.side-infopod-suggested-users-list-content,
.pending-friend-requests-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 12px;
}
.item-viewport-content-list,
.publication-attached-item-placeholder,
.info-sidepod-content-list,
.client-app-popup-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}
.item-viewport-content-icon,
.publication-attached-item-icon,
.info-sidepod-content-icon {
    height: 38px;
    width: 38px;
    min-width: 38px;
    border-radius: 0.5rem;
    padding: 5px;
    background-color: var(--app-content-background-color);
    border: solid 0.5px var(--app-content-shadow-color);
    background-origin: content-box;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    &[content-type='avatar-icon'] {
        padding: 0;
        border-radius: 100%;
    }
}
.item-viewport-section,
.item-viewport-compact-section {
    padding: 6px 24px;
}
.item-viewport-section > .content-type_header {
    padding-bottom: 12px;
}
.item-viewport-compact-section-header {
    padding-bottom: 12px;
    display: flex;
    gap: 2px;
    margin: 4px 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.item-viewport-section.item-viewport-engagement {
    display: flex;
    flex-direction: row;
    gap: 12px;
    padding: 0!important;
}
.item-viewport-compact-section {
    background-color: #18191b;
    padding: 12px 24px;
    border-radius: 17px;
}
.item-viewport-row-placeholder {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    max-width: 100%;
    &[row-content='engagement-row'] {
        padding: 0 24px
    }
}
.header-capsule-icon-placeholder {
    &.item-viewport-like-button:hover {
        color: #b04f4f !important;
    }
}
.item-viewport-like-button-active:hover,
.blog-post-like-button-active:hover {
    color: #ff6c6c !important;
}
.item-viewport-like-button-active,
.blog-post-like-button-active {
    animation: shake 0.35s ease-in-out;
    color: #ff6c6c !important;
}
.item-viewport-achievement-title-header {
    font-family: Avenir Next, Helvetica, sans-serif;
    font-weight: 600;
    margin-top: 25px;
}
.item-viewport-content-header-info-display {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}
.item-viewport-content-achievement-title-label {
    font-family: Avenir Next, Helvetica, sans-serif;
    font-weight: 600;
}
.item-viewport-content-achievement-title-label {
    font-family: Avenir Next, Helvetica, sans-serif;
    font-weight: 600;
}
.item-viewport-content-achievement-title-description-label {
    font-size: 75%;
    color: var(--app-desc-color);
    font-style: italic;
}
.json-container {
    background-color: #1e1e1e;
    color: #d4d4d4;
    font-family: monospace;
    padding: 10px;
    border-radius: 5px;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.json-container a {
    color: currentColor;
    text-decoration: underline;
    &:hover {
        opacity: 0.8;
    }
}
.json-indent {
    margin-left: 10px;
}
.json-key {
    font-weight: bold;
    color: #9cdcfe;
}
.json-string {
    color: #ce9178; 
}
.json-number {
    color: #b5cea8;
}
.json-boolean {
    color: #569cd6;
}
.json-null {
    color: #c586c0;
}
.item-viewport-empty-item-placeholder {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
}
.item-viewport-empty-item-icon {
    width: 37px;
    height: 37px;
}
.item-viewport-repost-button-placeholder,
.repost-item-popup-button-placeholder,
.pending-friend-requests-button-placeholder {
    margin-top: 6px;
    background-color: #00000080;
    padding: 6px 12px;
    padding-left: 7px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 3px;
    transition: transform 0.15s ease-in-out;
    &:hover {
        transform: scale(1.1);
    }
}
.item-viewport-repost-button-label,
.repost-item-popup-button-label,
.repost-item-popup-button-cancel-label {
    font-size: 78%;
}
.item-viewport-repost-button-icon,
.repost-item-popup-button-icon {
    width: 17px;
    height: 17px;
}
.item-viewport-content-info .content-type_description{
    padding: 0!important
}
.item-viewport-content-info .content-type_header, 
.item-viewport-content-info .content-type_description {
    max-width: 240px;
    word-wrap: break-word;
}
.item-viewport-content-info[content-header-type='item-viewport-header'] .content-type_header, 
.item-viewport-content-info[content-header-type='item-viewport-header'] .content-type_description {
    max-width: 190px;
}
.item-viewport-embed-link {
    margin: 12px!important;
    margin-top: 6px!important;
}
.item-viewport-embed-field[disabled],
.item-viewport-embed-field[disabled]:hover,
.item-viewport-embed-link {
    cursor: pointer!important;
}
.item-viewport-embed-field {
    font-size: 14px;
}
.item-viewport-embed-link-content {
    transition: transform 0.1s ease-in-out;
    opacity: 0.8;
}
.item-viewport-embed-link:hover .item-viewport-embed-link-content {
    opacity: 1!important;
    transform: scale(1.05);
}
/* main-window css */
.main-window {
    position: relative;
    height: 100%;
    width: calc(-8px + 100%);
    background-color: var(--app-main-window-backgroud-color);
    overflow: hidden;
    border-top-width: 1px;
    border-bottom-width: 0;
    box-shadow: 0 -4px 8px rgba(13, 18, 22, 0.07);
}
.main-window-header-placeholder,
.item-viewport-header-placeholder,
.main-navigation-header-placeholder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
    height: 56px;
    border-bottom: 1px solid #3b3c3d00;
    gap: 12px;
    transition: margin 0.2s ease;
    &[content-type="on-scroll"] {
        border-bottom: 1px solid var(--app-content-box-color);
        box-shadow: 0px 13px 20px -10px rgb(0 0 0 / 38%);
        transition: background-color 0.3s ease, box-shadow 0.3s ease;
        background-color: var(--app-main-window-backgroud-color);
        border-bottom: 1px solid #3a3b3d;
    }
    &.in-body-header {
        background: #18191b;
        border-left: 1px solid #3a3b3d;
        border-right: 1px solid #3a3b3d;
        border-radius: 0;
    }
}
.main-window-header-placeholder,
.main-navigation-header-placeholder {
    gap: 110px;
}
.main-window,
.item-viewport-header-placeholder,
.item-viewport-on-scroll {
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
}
.main-window-header-placeholder.main-window-header-translucide-placeholder {
    position: absolute;
    top: 0;
    z-index: 5;
    width: 100%;
    border-bottom: 1px solid #00000000;
    &[content-type="on-scroll"] {
        background-color: #18191bc2;
        -webkit-backdrop-filter: blur(100px);
        backdrop-filter: blur(100px);
    }
}
.main-window-header-capsule {
    display: flex;
    height: 40px;
    max-height: 40px;
    border-radius: 8px;
    align-items: center;
    gap: 12px;
    &[content-visibility='row-reverse'] {
        flex-direction: row-reverse;
        text-align: right;
    }
    &[content-visibility='row-reverse'] .header-capusule-desc,
    &[content-visibility='row-reverse'] .header-capusule-desc-body {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    &[content-item='avatar-icon'] .header-capsule-icon-placeholder {
        border-radius: 100%;
        background-origin: content-box;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: contain;
        border: solid 0.5px var(--app-content-shadow-color);
    }
    &[content-item='avatar-icon'] .header-capsule-icon-placeholder .header-capsule-icon {
        width: 23px;
        height: 23px;
    }
    &[type='href']:hover .header-capsule-icon-placeholder {
        filter: brightness(0.7);
    }
    &[type='href']:active .header-capsule-icon-placeholder {
        margin-top: 2px;
    }
    &[background-color] {
        padding: 0 12px;
        border-radius: 100px;
        gap: 6px;
    }
    &[background-color='user-header-friend-request-button-add-friend'] {
        background-color: #2d4236cf;
        color: #34B879;
        border: 0.5px solid #34B879;
    }
    &[background-color='user-header-friend-request-button-friends'] {
        background-color: #3b3527bf;
        color: #ffc107;
        border: 0.5px solid #ffc107;
    }
    &[background-color='user-header-friend-request-button-request-pending'] {
        background: #383737cf;
        color: #999999;
        border: 0.5px solid #999999;
    }
    &[content='leaderboard-header'] {
        align-items: flex-end;
    }
    &[content='leaderboard-header'] .header-capsule-icon-placeholder {
        zoom: 1.35;
    }
    &[content-item='engagement-icon'] .header-capsule-icon-placeholder {
        border-radius: 100%;
        height: 38px;
        width: 38px;
        min-width: 38px;
    }
    &[content-item='engagement-icon'] .header-capsule-icon-placeholder .header-capsule-icon {
        width: 23px;
        height: 23px;
    }
}
.header-capusule-desc .content-type_header,
.header-capusule-desc .content-type_description {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 110px;
}
.header-capsule-icon[type='button-friendship-icon'] {
    color: currentColor;
}
.header-capusule-desc[type='button-friendship-label'] .content-type_header {
    color: currentColor;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 90%;
    padding-bottom: 2px;
}
.header-capusule-desc .content-type_description {
    max-width: 80px;
}
.header-capsule-area,
.navigation-capsule-area {
    position: relative
}
.header-capsule-icon-placeholder {
    position: relative;
    background-color: currentColor;
    height: 32px;
    width: 32px;
    min-height: 32px;
    min-width: 32px;
    color: var(--app-content-box-color);
    border-radius: 3px;
}
.header-capsule-icon {
    width: 25px;
    height: 25px;
    color: #fff;
}
.header-capusule-headline .content-type_header {
    line-height: 1;
}
.header-section {
    display: flex;
    align-items: center;
    gap: 12px;
}
.page-nav-area-content {
    display: flex;
    align-items: center;
    gap: 6px;
}
/* main-body css */
.main-body {
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(-56px + 100%);
    width: 100%;
    padding-bottom: 20px;
    flex: 1;
    scrollbar-width: none;
    -ms-overflow-style: none;
    &[content-type='fit-screen'] {
        height: 100%;
    }
}

/* sidebar-navigation css */
.sidebar-navigation-screen {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.sidebar-header-placeholder {
    display: flex;
    height: 56px;
    align-items: center;
    justify-content: space-between;
    margin-left: -3px;
}
.sidebar-header-app-icon {
    position: relative;
    background-origin: content-box;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 40px;
    width: 40px;
}
.sidebar-header-app-open-tab-icon-placeholder {
    position: absolute;
    bottom: 3px;
    right: 2px;
    background: #101112;
    border-radius: 4.5px;
    padding: 2px 2.5px;
    z-index: 1;
}
@media (max-width: 768px) {
    .main-window-header-placeholder,
    .item-viewport-header-placeholder,
    .main-navigation-header-placeholder {
        border: 0;
        border-bottom: 1px solid #3a3b3d00;
        &[content-type="on-scroll"] {
            border: 0;
            border-bottom: 1px solid #3a3b3d;
        }
    }
}
.sidebar-header-app-open-tab-icon {
    width: 13px;
    height: 11px;
    color: #fffffffa;
}
.sidebar-header-placeholder .sidebar-header-app-icon,
.sidebar-header-placeholder .header-capsule-area .main-window-header-capsule {
    position: relative;
    z-index: 1;
}
@media (max-width: 768px) {
    .sidebar-navigation-screen {
        position: fixed;
        z-index: 9;
        bottom: 0;
        width: 100%;
        pointer-events: none;
    }
    .sidebar-header-placeholder > * {
        pointer-events: visible;
    }
    .sidebar-header-placeholder {
        background: linear-gradient(360deg, rgb(24 25 27 / 96%) 0%, rgba(24, 25, 27, 0.5998993347338936) 53%, rgb(24 25 27 / 12%) 82%, rgba(24, 25, 27, 0) 100%);
        border-radius: 0;
        height: 72px;
        padding: 14px 24px !important;
        align-items: flex-end;
    }
    .context-menu-map-placeholder {
        position: fixed !important;
        bottom: 0;
        left: 0;
        width: 100%;
        box-shadow: none!important;
        border-top-left-radius: 17px !important;
        border-top-right-radius: 17px !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        transform: translateY(30%) !important;
        padding: 12px;
    }
    .context-menu-map-content-link {
        border-radius: 10px;
    }
}
.sidebar-header-navigation {
    color: #b3b3b3;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}
.sidebar-header-navigation-item {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    &:hover {
        cursor: pointer;
        color: #fff;
    }
    &:active {
        color: #d8d8d8;
    }
}
.sidebar-header-navigation-item-icon {
    width: 25px;
    height: 25px;
    &[content-type='user-avatar'] {
        border-radius: 100%;
        background-origin: content-box;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: contain;
        border: solid 0.5px var(--app-content-shadow-color);
        color: var(--app-content-box-color);
        background-color: currentColor;
    }
}
.sidebar-header-navigation-item-label {
    font-size: 55%;
    color: currentColor;
    letter-spacing: -0.559px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 50px;
}
/* shop-content css */
.shop-content-description-header {
    padding: 12px 24px;
}
.shop-content-item-grid,
.items-search-content-item-grid,
.favorites-list-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    grid-template-rows: repeat(auto-fill, minmax(64px, 1fr));
    gap: 1rem !important;
    margin-bottom: 30px;
    padding: 12px 24px;
}
.mobile-shop-content-item-see-more-button {
    display: none;
}
@media (max-width: 425px) { 
    .shop-content-item-placeholder {
        grid-template-columns: 1fr;
    }
    .shop-content-item-info .content-type_header, 
    .shop-content-item-info .content-type_description {
        max-width: calc(100vw - 138px) !important;
    }
    .mobile-shop-content-item-see-more-button {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        zoom: 0.9;
    }
    .item-viewport-header-placeholder {
        left: 0px!important;
    }
}
.favorites-list-grid {
    padding: 0!important
}
.shop-content-item-placeholder {
    position: relative;
    display: flex;
    flex-direction: row;
    cursor: pointer;
    gap: 12px;
}
.shop-content-item-thumbnail {
    position: relative;
    background-origin: content-box;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-color: var(--app-content-background-color);
    border: solid 0.5px var(--app-content-shadow-color);
    width: 64px;
    height: 64px;
    min-width: 64px;
    padding: 12px;
    border-radius: 0.5rem;
}
.shop-content-item-info {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    &[content-type='skeleton-loading'] {
        gap: 5px;
    }
}
.shop-content-item-info .content-type_header,
.shop-content-item-info .content-type_description {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 144px;
}
.shop-content-item-thumbnail-type-icon-placeholder {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    background-color: currentColor;
    bottom: 4px;
    right: 4px;
}
.shop-content-item-thumbnail-type-icon {
    width: 14px;
    height: 14px;
    color: #fff;
}

/* context-menu-map css */
.context-map-id,
.context-map-id-relative {  
    cursor: pointer;
}
.context-map-id-relative {
    position: relative;
}
.context-menu-map-placeholder {
    position: absolute;
    background: #252627;
    border-radius: 12px;
    box-shadow: 0px 0px 0px 1px #3b3c3d, 0px 6px 20px -4px rgba(0, 0, 0, .45);
    min-width: 240px;
    max-height: calc(100dvh - 290px);
    max-width: 100%;
    overflow-y: auto;
    margin-top: 10px;
    overscroll-behavior: contain;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    opacity: 0;
    transform: scaleY(95%);
    scrollbar-width: none; 
    -ms-overflow-style: none;
    z-index: 99;
    &[content-direction='right'] {
        right: 0;
    }
    &[content-direction='navigation-menu'] {
        margin: 12px;
        width: calc(100% - 24px);
        margin-bottom: 0;
    }
    &[content-type='mobile-shop-content-context-menu'] .item-viewport-content-list {
        position: relative;
        padding: 8px 12px;
        padding-bottom: 14px;
        margin-bottom: 12px;
    }
    &[content-type='mobile-shop-content-context-menu'] .item-viewport-content-list:after {
        content: "";
        position: absolute;
        bottom: 0;
        width: calc(100% - 24px);
        border-bottom: 0.5px solid var(--app-content-shadow-color);
    }
    &[content-type='mobile-shop-content-context-menu'] .item-viewport-content-icon {
        border: 0 !important;
        background-color: #00000080 !important;
        -webkit-backdrop-filter: blur(100px);
        backdrop-filter: blur(100px);
    }
}
.context-menu-map-placeholder.navigation-map {
    max-width: 350px;
    width: 350px;
    top: 0;
    left: 0;
    margin: 0;
    height: 100%;
    max-height: 100%;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    transform: translateX(-10%);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: solid 0px #3b3c3d!important;
    border-bottom: 0;
    box-shadow: none;
    border-radius: 17px;
    overflow: 0.7;
}
.context-menu-map-placeholder.item-viewport-map {
    bottom: 0;
    right: 0;
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: unset;
    transform: translateY(30%);
}
.context-menu-map-placeholder.context-menu-map-currently-opened {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
    transform: none!important;
}
.context-menu-map-content-link {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 10px 12px;
    font-family: Avenir Next, Helvetica, sans-serif;
    font-weight: 600;
    background-color: #252627;
    color: var(--app-header-color);
    &:hover {
        cursor: pointer;
        filter: brightness(0.89)!important;
    }
    &:active {
        filter: brightness(0.8)!important;
    }
}
.context-menu-map-content-link .context-menu-map-new-section {
    position: absolute;
    right: 12px;
    background-color: #f15c01;
    padding: 4px;
    border-radius: 10px;
}
.context-menu-map-placeholder .content-type_description {
    display: block;
    padding:12px;
    padding-top: 14px;
    width: 100%;
    &[content-type='popup-navigation-description'] {
        padding-bottom: 0 !important;
        padding-top: 12px !important;
        padding: 0 24px;
    }
}
.context-menu-map-content-folder {
    border-top: 1px solid #3b3c3d;
}
.context-menu-map-content-icon-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    position: relative;
    background-color: currentColor;
    color: var(--app-content-box-color);
    border-radius: 2px;
    &[content-type='radius-icon'] {
        border-radius: 100px;
    }
    &[content-type='user-avatar'] {
        border-radius: 100%;
        background-origin: content-box;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: contain;
        border: solid 0.5px var(--app-content-shadow-color);
        background-color: var(--app-content-box-color);
    }
}
.context-menu-map-content-icon {
    color: #fff;
    width: 17px;
    height: 17px;
}
@media (max-width: 425px) { 
    .header-capsule-area, 
    .navigation-capsule-area,
    .main-window {
        position: unset;
    }
}
/* quick-link css */
.quick-link-panel-content {
    color: #2683FF;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0 12px;
    padding-bottom: 12px;
    align-items: center;
    width: 100%;
    &[content-type='quick-search-panel'] {
        padding: 0;
        padding-bottom: 12px;
        margin-top: -12px;
    }
    &[content-type='item-viewport'] {
        padding: 0 24px !important;
        margin-top: -12px;
    }
    &[content-type='item-viewport-achievement-settings'] {
        padding: 0 !important;
    }
    &[content-type='game-notification-viewport'] {
        padding: 0;
    }
    &:hover {
        cursor: pointer;
        filter: brightness(0.89)!important;
    }
    &:active {
        filter: brightness(0.8)!important;
    }
    &:hover .quick-link-panel-content-label {
        text-decoration: underline;
    }
}
.quick-link-panel-content-label {
    font-family: Avenir Next, Helvetica, sans-serif;
    font-size: 90%;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -0.5px
}
.quick-link-panel-content-icon {
    width: 20px;
    height: 20px;
}
.quick-link-panel-content[content-type='item-viewport'] .quick-link-panel-content-icon {
    width: 23px;
    height: 23px;
}
.quick-link-panel-content.hide-content[content-type='item-viewport'] {
    display: none!important;
}
/* open-viewport assets */
.open_viewport:hover .shop-content-item-thumbnail {
    filter: brightness(0.8);
}
/* popup-content assets */ 
@keyframes enter {
    0% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1);
    }
}
.client-app-popup {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 99;
    background-color: rgb(0 0 0 / 54%);
}
.client-app-popup-screen {
    position: absolute;
    color-scheme: dark;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    flex-direction: column;
}
.client-app-popup-screen.window-opened {
    animation: enter 250ms, .1s, ease-out;
    visibility: unset;
    pointer-events: unset;
}
.client-app-popup-window {
    position: relative;
    width: 365px;
    max-width: 90%;
    min-height: 120px;
    max-height: calc(100% - 124px);
    gap: 24px;
    background-color: #2b2b2b;
    border-radius: 10px;
    box-shadow: 0 0 0 0.5px #4b4b4b;
    overflow-y: auto;
    scrollbar-width: none;
    transition: width 0.5s ease;
    &[content-type='registration-popup'] {
        width: 730px;
        max-width: 80%;
    }
}
@media (max-width: 425px) { 
    .client-app-popup-window,
    .client-app-popup-window[content-type='registration-popup'] {
        width: 100%;
        max-width: calc(100% - 48px);
    }
}
.client-app-popup-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-family: Avenir Next, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 120%;
    color: #dedede;
    padding-bottom: 12px;
    border-bottom: 0.5px solid #717171;
    &[header-type='light'] {
        border-bottom: 0!important;
        padding-bottom: 0;
    }
}
.client-app-popup-header-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.client-app-popup-header-navigation-icon {
    width: 23px;
    height: 23px;
}
.client-app-popup-header-close-background {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #747474a3;
    height: 30px;
    width: 30px;
    min-height: 30px;
    min-width: 30px;
}
.client-app-popup-header-close-background-icon {
    height: 27px;
    width: 27px;
    color: #cfcfcf;
}
.client-app-popup-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px;
    &:not(:last-child) {
        padding-bottom: 24px;
    }
}
.client-app-popup-section .client-app-popup-navigation {
    padding: 0px;
}
.client-app-popup-section .achievements-categories-quick-search-bar {
    margin: 0px;
}
.achievements-categories-quick-search-bar {
    background: #ffffff!important;
    color: #2b2b2b;
}
.client-app-popup-navigation {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 12px;
    gap: 1px;
}
.client-app-popup-navigation-item-placeholder {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 12px;
}
.client-app-popup-navigation-item {
    background-color: #4b4b4b;
    color: #dedede;
    display: flex;
    max-height: 45px;
    min-height: 45px;
    flex-direction: row;
    gap: 12px;
    padding: 0 12px;
    align-items: center;
    border-radius: 0;
    &:first-child {
        border-top-right-radius: 0.5rem;
        border-top-left-radius: 0.5rem;
    }
    &:last-child {
        border-bottom-right-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }
    &[disabled] {
        background-color: #85858563;
    }
}
.client-app-popup-navigation-item-icon {
    width: 23px;
    min-width: 23px;
    height: 23px;
    min-height: 23px;
}
.client-app-popup-navigation-item-label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    font-family: Avenir Next, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 1.1;
}
.client-app-popup-navigation-item-description {
    font-size: 70%;
    color: #dededec7;
    font-weight: 500;
    font-family: Ubuntu, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}
.client-app-popup-navigation-description {
    display: block;
    padding: 12px;
    padding-bottom: 0;
}
.client-app-popup-header-display-media {
    display: flex;
    align-items: center;
    gap: 12px;
}
.client-app-popup-header-display .header-capsule-open-context-menu-icon-placeholder {
    background-color: #2b2b2b;
}
.client-app-popup-header-display-go-back-button-display {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #7474746f;
    height: 30px;
    border-radius: 100px;
    padding: 1px 2px;
}
.client-app-popup-header-display-go-back-button-icon-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 27px;
    width: 27px;
    min-height: 27px;
    border-radius: 100px;
    background-color: #747474a3;
}
.client-app-popup-header-display-go-back-button-label {
    font-family: Avenir Next, Helvetica, sans-serif;
    font-weight: 600;
    padding-right: 12px;
    font-size: 95%;
}
.client-app-popup-header-display-go-back-button-icon {
    width: 25px;
    height: 25px;
    margin-right: 4px;
    margin-bottom: 3px;
    color: #cfcfcf;
}
.client-app-popup-header-display {
    display: flex;
    gap: 24px;
    flex-direction: column;
    padding: 12px;
    padding-bottom: 0px;
    background-color: #2b2b2b;
    &[popup-header-type='sticky-header'] {
        position: sticky;
        top: 0;
        z-index: 8;
    }
    &[popup-header-location='in-extralook-at'] {
        border-bottom: 0.5px solid #717171;
        padding: 14px 0;
        margin: 0 12px;
        position: sticky;
        top: 0;
        z-index: 8;
    }
    &[popup-header-location='in-open-woozworld'] {
         background-origin: content-box;
        background-repeat: no-repeat;
        background-position-x: 49%;
        background-position-y: 50%;
        background-size: cover;
        padding: 0;
    }
}
.client-app-popup-list {
    flex-wrap: wrap;
    &:not(:last-child)::after {
        border-bottom: 0.5px solid #717171;
    }
}
/* login-popup assets */
.field-label {
    font-size: 14px;
    color: #fcfcfc;
    -webkit-font-smoothing: initial;
}
.popup-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #3d3c3c;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-block-start: 1.1px solid #3f3f3f;
    padding: 12px;
    gap: 24px;
}
.popup-footer-button-label {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fcfcfc;
    -webkit-font-smoothing: initial;
    font-size: 14px;
    &:hover .popup-footer-alt-option-label {
        text-decoration: underline;
    }
}
.popup-footer-icon {
    color: #fcfcfc;
    width: 20px;
    height: 20px;
    min-width: 20px;
}
.login-popup-body {
    padding: 24px;
}
.logout-popup-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 230px;
    padding: 24px
}
.field-label {
    font-size: 14px;
    color: #fcfcfc;
    -webkit-font-smoothing: initial;
}
.input-field {
    border: 0px;
    display: block;
    inline-size: 100%;
    box-sizing: border-box;
    margin-block: 0px;
    border-radius: 4px;
    padding-inline: 14px;
    padding-block-start: var(--spacer--2, 8px);
    padding-block-end: var(--spacer--2, 8px);
    min-block-size: var(--control-size-md, 40px);
    background-color: var(--background-base, #ffffff);
    box-shadow: inset 0 0 0 1px var(--default-button-shadow-color);
    color: #2c3137;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: Avenir Next, Helvetica, sans-serif;
    -webkit-font-smoothing: auto;
    transition: background-color 0.15s ease, color 0.15s ease;
}
.input-field.input-error-occured,
.input-field.input-error-occured {
    animation: shake 0.35s ease-in-out;
    background-color: #fce7ea;
    box-shadow: inset 0 0 0 1px #f23b57;
    color: #f23b57;
    transition: background-color 0.15s ease, color 0.15s ease;
}
.input-error-occured::placeholder {
    color: #f23b57a1!important;
    opacity: 0.9;
}
.popup-footer-acknowledge {
    padding-top: 10px;
    font-size: 70%;
    color: #a0a0a0e6;
    -webkit-font-smoothing: initial;
    text-align: center;
}
.popup-footer-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: currentColor;
    font-family: Avenir Next, Helvetica, sans-serif !important;
    text-align: center;
    font-weight: 600;
    padding: 10px;
    max-width: 55.5%;
    border-radius: 100px;
    cursor: pointer;
}

/* notification-content assets */
@keyframes progressBar {
    from {
        width: 100%;
    }
    to {
        width: 0%;
    }
}
.notification-container {
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
    max-width: 360px;
}
.notification {
    position: relative;
    padding: 10px 10px;
    margin: 10px 0;
    border-radius: 12px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 12px;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}
.notification.info {
    background-color: #2683ff9c;
    color: #2684ff;
}
.notification.success {
    background-color: #93be72b8;
    color: #93be72;
}
.notification.warning {
    background-color: #ff660096;
    color: #ff6600;
}
.notification.error {
    background-color: #f23b57ab;
    color: #f23b57;
}
.notification.beta {
    background-color: #be5d02ac;
    color: #ff7d00;
}
.notification-icon-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    background-color: currentColor;
    border-radius: 100px;
}
.notification-icon {
    width: 30px;
    height: 30px;
    color: #ffffff;
}
.notification-message {
    font-family: Avenir Next, Helvetica, sans-serif !important;
    color: #fffffff0;
    font-weight: 600;
    font-size: 90%;
    max-width: 330px;
    min-width: 300px;
}
.progress-bar {
    position: absolute;
    bottom: 0;
    left: 13px;
    height: 3px;
    width: calc(100% - 26px);
    background-color: rgba(255, 255, 255, 0.5);
    overflow: hidden;
}
.progress-bar div {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    animation: progressBar 3s linear;
}

/* standalone-speech assets */
.standalone-speech-screen-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    gap: 12px;
    text-align: center;
    padding: 12px;
    &[content-type='popup-speech-screen'] {
        min-height: 380px;
        height: 380px;
        padding-top: 0;
    }
}
.standalone-speech-default-screen-icon,
.game-notification-recent-feed-empty-screen-icon {
    width: 37px;
    height: 37px;
}
.standalone-speech-screen-content-popup-header {
    padding: 12px;
    display: flex;
    flex-direction: row-reverse;
    padding-bottom: 0;
}
/* navigation-bar assets */
main-window {
    position: relative;
}
/* tooltip-content assets */
.tooltip-container {
    position: relative;
    display: inline-block;
}
.tooltip-target {
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
}
.tooltip-label {
    visibility: hidden;
    opacity: 0;
    background-color: black;
    color: white;
    text-align: center;
    border-radius: 5px;
    padding: 5px 10px;
    position: absolute;
    bottom: 150%; /* Place le label au-dessus de l'élément */
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    font-size: 12px;
    z-index: 100;
}
.tooltip-container:hover .tooltip-label {
    visibility: visible;
    opacity: 1;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    bottom: -5px; /* Positionne la flèche juste sous le label */
    left: 50%;
    transform: translateX(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black; /* Couleur de la flèche */
}

/* quick-search assets */
.quick-search-position {
    position: relative;
    padding-bottom: 12px;
}
.quick-search-bar,
.achievements-categories-quick-search-bar,
.search-bar,
.item-viewport-embed-link {
    padding: 8px 10px;
    display: flex;
    justify-content: space-between;
    gap: 8px;
    align-items: center;
    background: #141517d1;
    margin: 0 12px;
    border-radius: 9px;
    border: 1px solid #3b3c3d;
    &:hover {
        cursor: pointer!important;
    }
    &.user-agent-process { 
        position: relative;
        z-index: 9;
        background-color: #252627;
        border-bottom: 1px solid #3b3c3d00;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    }
}
.quick-search-bar-icon, 
.quick-search-bar-erase-icon,
.item-viewport-embed-link-content {
    width: 22px;
    height: 22px;
    min-height: 22px;
    min-width: 22px;
}
.quick-search-bar-erase-icon {
    transition: opacity 0.1s ease-in-out, transform 0.2s ease-in-out;
    transform: scale(0.8);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    &[quick-search-erase='show'] {
        opacity: 1;
        transform: scale(1);
        pointer-events: initial;
        visibility: visible;
    }
}
.quick-search-bar-field,
.search-bar-field,
.achievements-categories-quick-search-bar-field,
.item-viewport-embed-field {
    border: none;
    height: 26px;
    background: none;
    font-size: 15px;
    font-family: Avenir Next, Helvetica, sans-serif;
    color: currentColor;
    width: 100%;
}
.search-bar.user-agent-process {
    z-index: 9;
    background-color: #252627;
    border-bottom: 1px solid #3b3c3d00;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    border: 1px solid #3b3c3d!important;
    border-radius: 9px!important;
}
.quick-search-content {
    margin: 0 12px;
    background: #252627;
    display: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    padding: 12px;
    border: 1px solid #3b3c3d;
    transition: all 0.5s ease-in-out;
    max-height: 60vh;
    max-height: 60dvh;
    &.user-agent-process {
        display: flex;
        position: absolute;
        z-index: 9;
        width: 326px;
        overflow-y: auto;
        overflow-x: hidden;
    }
}
.quick-search-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}
.quick-search-empty-results {
    padding: 12px 0!important;
    padding-top: 0!important;
}
/* navigation-header assets */
.navigation-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-bottom: 1px solid transparent;
    &[content-type="on-scroll"] {
        position: relative;
        z-index: 10;
        border-bottom: 1px solid var(--app-content-box-color);
        box-shadow: 0px 13px 20px -10px rgb(0 0 0 / 38%);
        transition: background-color 0.3s ease, box-shadow 0.3s ease;
    }
}
.navigation-header-links {
    display: flex;
    justify-content: space-between;
    padding: 10px 12px;
}
.navigation-header-side {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}
.navigation-header-side .client-app-popup-header-close-background {
    display: none!important;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    height: 34px;
    width: 34px;
}
@media (max-width: 425px) {
    .navigation-header-side .client-app-popup-header-close-background {
        display: flex!important;
        visibility: visible!important;
        opacity: 1!important;
        pointer-events: unset!important;
        height: 34px;
        width: 34px;
    }
}
.navigation-header-side .client-app-popup-header-close-background .client-app-popup-header-close-background-icon {
    height: 29px;
    width: 29px;
}
.navigation-header-link-placeholder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 37px;
    width: 37px;
    border-radius: 7px;
    background-color: #343537;
    &:hover {
        cursor: pointer;
        filter: brightness(0.89)!important;
    }
    &:active {
        transform: translateY(2px);
        filter: brightness(0.8)!important;
    }
    &[content-type='current-navigation-bar']:after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0 auto;
        background-color: #343537;
        width: 12px;
        height: 7px;
        border-radius: 100px;
        bottom: -11px;
        border: 2px solid #252627;
    }
    &[content-type='current-navigation-bar'] {
        filter: brightness(1)!important;
        cursor: auto;
    }
    &.home[content-type='current-navigation-bar'] {
        background-color: #01a2e8;
    }
    &.shop[content-type='current-navigation-bar'] {
        background-color: #ff9800;
    }
    &.community[content-type='current-navigation-bar'] {
        background-color: #0097b2;
    }
    &.shopping[content-type='current-navigation-bar'] {
        background-color: #934b99;
    }
    &.housekeeping[content-type='current-navigation-bar'] {
        background-color: #02af00;
    }
}
.navigation-header-link-button-icon {
    height: 23px;
    width: 23px;
    color: var(--app-header-color);
}
.navigation-map-content {
    position: relative;
    height: calc(100% - 225px);
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.navigation-map-content .context-menu-map-content-link .context-menu-map-content-icon-placeholder {
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
}
.navigation-map-content .context-menu-map-content-link .context-menu-map-content-icon-placeholder .context-menu-map-content-icon {
    width: 19px;
    height: 19px;
}
.navigation-footer-content {
    display: flex;
    position: relative;
    padding: 12px;
    gap: 12px;
    flex-direction: column;
    box-shadow: 0px -13px 20px -10px rgb(0 0 0 / 38%);
    border-top: 1px solid var(--app-content-box-color);
    &[content-type='at-end'],
    &[content-type='no-scroll'] {
        border-top: 1px solid transparent;
        box-shadow: unset;
    }
}
.navigation-footer-content .content-type_description {
    padding: 0
}
.navigation-footer-links-placeholder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.navigation-footer-link {
    font-size: 75%;
    color: var(--app-desc-color)!important;
    &:not(:last-child):after {
        content: '\00b7';
        display: inline-block;
        margin: 0 4px;
    }
    & span:hover {
        text-decoration: underline;
        cursor: pointer;
    }
}
.navigation-footer-social-placeholder {
    display: flex;
    flex-direction: row;
    gap: 8px;
}
.navigation-footer-social-icon {
    width: 32px;
    height: 32px;
}

/* blog assets */
.blog-posts-content {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-font-smoothing: antialiased;
}
.blog-posts-content-header-placeholder {
    position:relative;
    height: 300px;
    width: calc(50% - 10px);
    margin-bottom: 20px;
    background-color: var(--app-content-box-color);
    background-origin: content-box;
    background-repeat: no-repeat;
    background-position: 65%;
    background-size: cover;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    border: solid 0.5px var(--app-content-shadow-color);
    border-radius: 0.5rem;
    &[type='href']:hover {
        filter: brightness(0.9);
        transition: all .1s ease-in-out;
        cursor: pointer;
    }
    &[type='href']:active {
        filter: brightness(0.84);
    }
    &.featured:first-child {
        width: 100%!important;
    }
}
.blog-posts-content-header-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: #fcfcfc;
    max-width: 345px;
    padding: 12px 12px 0;
    font-size: 14px;
}
.blog-posts-headline {
    font-family: PT Sans, sans-serif !important;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 1;
}
.blog-posts-content-header-placeholder.featured:first-child div.blog-posts-content-header-info div.blog-posts-headline {
    font-size: 35px;
}
.blog-posts-content-info-display {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 12px;
    -webkit-font-smoothing: initial;
}
.blog-posts-content-info-date {
    color: #999;
}
.blog-posts-content-info-category-link:hover {
    text-decoration: underline;
    cursor: pointer;
}
@media (max-width: 425px) {
    .blog-posts-content {
        flex-direction: column;
    }
    .blog-posts-content-header-placeholder {
        width: 100%;
        background-position: 95%;
        height: 330px;
        &.featured:first-child {
            height: 400px;
        }
    }
}
.blog-post-content {
    max-width: 100%;
    padding: 0 12px;
    & hr {
        border-width: 0 0 8px;
        clear: both;
        margin: 1.35em auto;
        max-width: 100%
    }
    & img {
        vertical-align: middle;
        max-width: 89%;
    }
    & a {
        color: #2683FF;
    }
    & a:hover {
        text-decoration: underline;
        opacity: 0.8;
    }
    & a:active {
        text-decoration: underline;
        opacity: 0.65;
    }
}
.blog-post-section {
    display: flex;
    padding-bottom: 24px;
    flex-direction: column;
    gap: 12px;
    &[content-type='article/likes'] {
        align-items: flex-start;
    }
}
.blog-post-feed-header {
    padding-bottom: 20px;
    width: 100%;
}
/* overlay-content assets */
.overlay-content-avatar-container {
    position: relative;
    height: 45px;
}
.overlay-content-avatar-icon {
    background-origin: content-box;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    border: 2px solid #18191b;
    background-color: var(--app-content-box-color);
    height: 45px;
    width: 45px;
    border-radius: 50%;
    position: absolute;
    &:nth-child(1) {
        z-index: 1;
    }
    &:nth-child(2) {
        left: 30px;
        z-index: 2;
    }
    &:nth-child(3) {
        left: 60px;
        z-index: 3;
    }
}
/* user-profile css */
.user-profile-header,
.leaderboard-header-content,
.publications-header-content {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 13px;
}
.user-profile-header-background,
.leaderboard-header-background,
.publication-header-background {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #00000000;
    bottom: 0!important;
}
.user-profile-header-background-fade,
.leaderboard-header-background-fade,
.publication-header-background-fade {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    background: linear-gradient(2deg, rgb(24 25 27 / 71%) 10%, rgb(62 58 58 / 37%) 100%);
    padding: 24px;
    padding-top: 0;
    height: 100%;
}
.leaderboard-header-background-fade {
    gap: 48px;
}
.user-profile-header-placeholder,
.leaderboard-header-placeholder {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 24px;
    align-items: flex-end;
}
@media (max-width: 425px) {
    .user-profile-header-placeholder {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }
    .user-profile-header-avatar-icon {
        height: 176px!important;
        width: 176px!important;
    }
}
.user-profile-header-avatar-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.user-profile-header-avatar-icon,
.settings-profile-header-avatar-icon {
    height: 146px;
    width: 146px;
    min-width: 146px;
    border-radius: 50%;
    background-origin: content-box;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}
.user-profile-header-avatar-username-header {
    gap: 6px;
}
.user-profile-header-avatar-username {
    font-size: 35px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -0.4px;
}
.user-profile-header-avatar-username-label {
    width: 24px;
    height: 24px;
    margin-top: 8px;
}
.user-profile-header-avatar-extra-info {
    font-size: 78%;
    display: flex; 
    align-items: center;
}
.user-profile-header-avatar-extra-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    &:not(:last-child):after {
        content: '\00b7';
        display: inline-block;
        margin: 0 12px;
    }
}
.user-profile-header-avatar-extra-item-icon {
    width: 22px;
    height: 22px;
    color: currentColor;
}
.user-profile-header-motto {
    color: #ffffffc4;
}
.user-profile-header-region-label {
    width: 28px;
    height: 28px;
}
.user-profile-main-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 56px;
    width: 100%;
}
user-profile-body-content {
    display: block;
    width: 100%; 
    height: auto;
}
.user-profile-body-content {
    margin-top: 12px;
    padding: 0 24px;
    &[template-id="key/wall"] {
        padding: 0!important
    }
}
/* friend-list assets */
.users-list-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(146px, 1fr));
    grid-template-rows: repeat(1, 1fr);
    gap: 1rem !important;
    &[content-type='users-search'] {
        padding: 24px;
    }
}
.user-list-placeholder {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.user-list-avatar-icon {
    background-color: var(--app-content-background-color);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.4);
    border: solid 0.5px var(--app-content-shadow-color);
    width: 64px;
    height: 64px;
    height: 146px;
    width: 146px;
    min-width: 146px;
    border-radius: 50%;
    background-origin: content-box;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.user-list-username {
    justify-content: flex-start;
    gap: 6px;
}
.user-list-label {
    width: 12px;
    height: 12px;
    margin-top: 2px;
    color: #00000000;
}
.user-list-username .content-type_header,
.user-list-motto {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 146px !important;
}
/* user-publication */ 
.user-publication-list {
    display: flex;
    flex-direction: column;
    gap: 38px;
    padding: 0 12px;
}
/* leaderboards assets */
.leaderboard-header-background-fade,
.publication-header-background-fade {
    padding-top: calc(56px + 24px) !important;
    padding: 0 24px;
    padding-bottom: 24px;
}
.leaderboard-header-background-icon,
.profile-popup-header-user-avatar {
    background-color: rgb(54 54 54);
    height: 146px;
    width: 146px;
    min-width: 146px;
    border-radius: 50%;
    background-origin: content-box;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    border: solid 0.5px var(--app-content-shadow-color);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    border-radius: 17px;
    padding: 12px;
    &[content-type='avatar-icon'] {
        padding: 0px;
        border-radius: 100px;
    }
}
.leaderboard-header-headline {
    font-size: 135%;
    max-width: 440px;
}
@media (max-width: 425px) {
    .leaderboard-header-background-icon {
        height: 136px;
        width: 136px;
        min-width: 136px;
    }
    .leaderboard-header-headline {
        font-size: 125%;
        max-width: 100%;
    }
}
.leaderboard-content,
.housekeeping-content {
    border-collapse: collapse;
    width: 100%;
    overflow: hidden;
}
.housekeeping-content {
    margin: 12px 24px;
    width: calc(100% - 48px);
}
.leaderboard-header tr th,
.housekeeping-header tr th {
    padding: 12px;
    text-align: left;
    font-weight: 600;
    font-size: 98%;
    letter-spacing: -0.4px;
    font-family: Avenir Next, Helvetica, sans-serif;
}
.leaderboard-header-score-row {
    text-align: right!important;
}
.leaderboard-rank tr td,
.housekeeping-header tr td {
    padding: 12px 8px;
}
@media (max-width: 868px) {
    .leaderboard-rank tr td {
        max-width: 230px!important;
    }
}
@media (max-width: 425px) {
    .leaderboard-rank tr td {
        padding: 10px 5px;
        max-width: 200px!important;
    }
}
.leaderboard-item-thumbnail,
.housekeeping-item-thumbnail {
    height: 38px;
    width: 38px;
    min-width: 38px;
    border-radius: 0.5rem;
    padding: 5px;
    background-color: var(--app-content-background-color);
    border: solid 0.5px var(--app-content-shadow-color);
    background-origin: content-box;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    &[content-item='avatar-icon'] {
        border-radius: 100%;
        background-origin: content-box;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: contain;
        padding: 0!important;
    }
}
.leaderboard-rank-content-placeholder,
.housekeeping-rank-content-placeholder {
    &.skeleton-header td {
        opacity: 0;
    }
    &.leaderboard-rank-content-placeholder.skeleton-header:nth-child(even),
    &.housekeeping-rank-content-placeholder.skeleton-header:nth-child(even) {
        opacity: 0;
    }
    &[type='href']:hover { 
        background-color: rgb(24 25 27);
    }
}
.leaderboard-rank-display,
.housekeeping-item-id {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 4px;
    width: 20px;
}
.leaderboard-rank-progression-icon {
    width: 22px;
    height: 22px;
    min-height: 22px;
    margin-top: 4px;
}
.leaderboard-item-placeholder,
.housekeeping-item-placeholder {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}
.leaderboard-item-score {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.leaderboard-content-header {
    font-size: 98%;
    letter-spacing: -0.4px;
    word-break: break-word;
}
.leaderboard-item-icon-background {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    background-color: currentColor;
    color: transparent;
    border-radius: 1.5px;
    &[content-type='score'] .leaderboard-item-icon {
        width: 21px;
        height: 21px;
        color: var(--app-desc-color);
    }
}
.leaderboard-item-icon {
    width: 15px;
    height: 15px;
    color: #fff;
}
.leaderboard-reset-date-short-description {
    display: block;
    text-align: center;
    padding-top: 24px;
}
/* settings-navigation assets */
.settings-navigation-display {
    display: flex;
    gap: 120px;
    flex-direction: column;
    justify-content: space-between;
}
.settings-navigation-footer {
    padding: 12px;
}
.settings-contextmenu-area {
    position: relative;
}
.settings-contextmenu-content {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px;
    background-color: rgb(75, 75, 75);
    border-radius: 8px;
    margin-bottom: 12px;
    &:hover {
        filter: brightness(1.15) !important;
        cursor: pointer;
    }
    &:active {
        filter: brightness(0.85) !important;
    }
    &[field-content-type='settings-field-content-textarea'] {
        align-items: flex-start;
    }
}
.settings-contextmenu-content.user-agent-process {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    z-index: 9;
    &:hover,
    &:active {
        filter: brightness(1) !important;
        cursor: default!important;
    }
}
.settings-contextmenu-content-icon-placeholder,
.client-app-popup-extralook-at-data-icon-placeholder {
    position: relative;
    background-color: currentColor;
    width: 27px;
    height: 27px;
    min-width: 27px;
    min-height: 27px;
    color: var(--app-content-box-color);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    &.background-icon {
        color: transparent!important
    }
}
.settings-contextmenu-content-icon {
    width: 24px;
    height: 24px;
    color: #fff;
}
.settings-context-menu-map-placeholder {
    position: absolute;
    background-color: #4b4b4b;
    border-top: 1px solid #1c1d1d;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    max-height: calc(100dvh - 190px);
    width: 100%;
    max-width: 100%;
    overflow-y: auto;
    margin-top: -12px;
    overscroll-behavior: contain;
    pointer-events: none;
    transition: all .0.5s ease;
    opacity: 0;
    height: 0;
    transform: scaleY(95%);
    scrollbar-width: none; 
    -ms-overflow-style: none;
}
.settings-context-menu-map-placeholder.settings-context-menu-map-currently-opened {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
    height: auto;
    transform: none!important;
    z-index: 99;
}
.settings-context-menu-map-content-link {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 10px 12px;
    font-family: Avenir Next, Helvetica, sans-serif;
    font-weight: 600;
    background-color: #4b4b4b;
    color: var(--app-header-color);
    &:hover {
        cursor: pointer;
        filter: brightness(0.89)!important;
    }
    &:active {
        filter: brightness(0.8)!important;
    }
}
.settings-open-context-menu-icon-placeholder {
    background-color: #4b4b4b;
}
.settings-context-menu-map-placeholder .content-type_description {
    padding: 12px;
    color: #bfbfbf!important;
}
.settings-context-menu-input,
.settings-context-menu-textarea {
    height: 100%;
    width: 100%;
    border: 0;
    background: none;
    font-size: 15px;
    font-family: Avenir Next, Helvetica, sans-serif;
    padding: 0;
}
.settings-context-menu-textarea {
    resize: none;
    height: 88px;
    overflow: hidden;
}
.client-app-popup-settings-button-placeholder {
    display: flex;
    gap: 12px;
    flex-direction: row;
    justify-content: flex-end;
    padding-top: 12px;
    align-items: center;
    zoom: 0.85;
}
.client-app-popup-settings-cancel-button {
    font-size: 85%;
    cursor: pointer;
    &:hover {
        text-decoration: underline;
    }
}
/* loading-screen assets */
.loading-screen {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #10111291;
    z-index: 99999999;
    display: flex;
    justify-content: center;
    align-items: center;
    &.loading-screen.opening-client {
        background-color: #2b2b2b;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('https://woozworld-en-aws.woozworld.com/skins/bubbletea2019/1/img/bubbletea2019_header.png');
    }
}
.loading-screen-content {
    &.client-loaded {
        mask-image: url(scalable-vector-graphics/loader-animation.svg);
        width: 50px;
        height: 50px;
        mask-size: cover;
        mask-repeat: no-repeat;
        background-color: currentColor;
        color: #a9a9a9;
    }
    &.opening-client-screen {
        -webkit-backdrop-filter: blur(100px);
        backdrop-filter: blur(100px);
        background-color: rgb(0 0 0 / 58%)!important;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        gap: 24px;
    }
}
.loading-screen-client-icon {
    background-origin: content-box;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-image: url('icons/appicon_512x512.png');
    width:130px;
    height:130px;
}
.loading-screen-loader-spinner {
    mask-image: url(scalable-vector-graphics/loader-animation.svg);
    width: 40px;
    height: 40px;
    mask-size: cover;
    mask-repeat: no-repeat;
    background-color: currentColor;
    color: #a9a9a9;
}
/* comment-composer assets */
.comment-composer-content {
    position: sticky;
    bottom: 0px;
    width: 100%;
    z-index: 9;
}
.comment-composer-placeholder {
    width: 100%;
    padding: 11px;
    gap: 6px;
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
    background-color: var(--app-content-background-color);
    background-color: #18191b8f;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: 17px;
    overflow: hidden;
}
.comment-composer-avatar-icon {
    width: 37px;
    min-height: 37px;
    min-width: 37px;
    border-radius: 100%;
    background-color: var(--app-content-background-color);
    border: solid 0.5px var(--app-content-shadow-color);
    background-origin: content-box;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.comment-composer-field,
.user-publication-composer-field {
    font-family: Avenir Next, Helvetica, sans-serif;
    padding-inline-start: 0;
    background: none;
    border: none;
    min-height: 26px;
    font-weight: 500;
    width: 100%;
    padding-left: 5px;
    zoom: 1.1;
    letter-spacing: -0.22px;
    resize: none;
    overflow: hidden;
}
.comment-composer-screen-placeholder
.comment-composer-on-screen {
    transition: height 0.5s ease-in-out;
    overflow: hidden;
}
.comment-composer-screen-content {
    position: relative;
    display: block;
    width: 100%;
}
.comment-composer-screen-placeholder {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 11px;
    gap: 6px;
    background-color: var(--app-content-background-color);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 10px;
    pointer-events: none;
    transition: all .2s ease;
    opacity: 0;
}
.comment-composer-screen-placeholder.comment-composer-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
}
.comment-composer-screen-send-button-placeholder {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.comment-composer-screen-send-button,
.comment-composer-screen-send-locked-button {
    display: flex;
    flex-direction: row-reverse;
    padding-top: 24px;
    padding-bottom: 6px;
    color: #fff;
    filter: brightness(0.85) !important;
    align-items: center;
    gap: 12px;
    &:hover {
        filter: brightness(1.15) !important;
        cursor: pointer;
    }
    &:active {
        filter: brightness(0.85) !important;
    }
}
.comment-composer-screen-send-locked-button:hover, 
.comment-composer-screen-send-locked-button:active {
    filter: brightness(0.75) !important;
    cursor: not-allowed!important;
}
.comment-composer-send-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
}
.comment-composer-send-label {
    font-family: Avenir Next, Helvetica, sans-serif;
    font-weight: 600;
}
.comment-composer-screen-placeholder-shake {
    animation: shake 0.35s ease-in-out!important;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    background-color: #fce7ea;
    box-shadow: inset 0 0 0 1px #f23b57;
    color: #f23b57;
}
.comment-composer-screen-placeholder-shake .comment-composer-field,
.comment-composer-screen-placeholder-shake .comment-composer-screen-send-button {
    color: #f23b57!important;
}
.comment-composer-screen-placeholder-shake .comment-composer-avatar-icon {
    background-color: #b52d4138;
    box-shadow: inset 0 0 0 1px #f23b57;
}
/* registration-popup assets */
.registration-popup-body {
    padding: 12px;
}
.registration-popup-content-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.registration-popup-field {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 12px;
    justify-content: space-between;
    &[content-type='header'] {
        grid-column: span 2;
    }
}
@media (max-width: 600px) {
    .registration-popup-content-grid {
        grid-template-columns: 1fr;
    }
    .registration-popup-field[content-type='header'] {
        grid-column: span 1!important;
    }
}
.registration-popup-field-header {
    display: flex;
    flex-direction: column;
}
.registration-popup-description {
    font-size: 70%;
    color: #c6c5c5e6;
}
/* user-publication assets */
.blog-post-feed {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.user-publication-container,
.user-publication-composer {
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 10px;
    max-width: 100%;
}
.user-publication-body-placeholder {
    display: grid;
    grid-template-columns: 1fr 45px; 
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) 45px;
}
.user-publication-content {
    grid-column: span 2;
    word-break: break-word;
    font-family: 'Ubuntu X', sans-serif !important;
    padding-bottom: 24px;
    padding-right: calc(45px + 10px);
    &.skeleton-header {
        height: 234px;
    }
}
.user-publication-dropdown,
.user-publication-report {
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
    filter: brightness(0.89)!important;
    &:hover {
        filter: brightness(0.78)!important;
    }
    &:active {
        filter: brightness(0.75)!important;
    }
}
.user-publication-dropdown .user-publication-icon,
.user-publication-report .user-publication-icon {
    width: 22px;
    height: 22px;
}
.user-publication-report {
    align-items: flex-end;
    opacity: 0.5;
}
.user-publication-icon-placeholder {
    position: relative; 
}
.user-publication-avatar-icon,
.user-publication-composer-avatar-icon,
.user-publication-attached-post-avatar-icon {
    background-origin: content-box;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-color: var(--app-content-box-color);
    border: solid 0.5px var(--app-content-shadow-color);
    width: 45px;
    height: 45px;
    min-height: 45px;
    min-width: 45px;
    border-radius: 50%;
}
.user-publication-avatar-icon:hover,
.user-publication-header:hover {
    cursor: pointer;
}
.user-publication-header {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    height: 45px;
    gap: 3px;
}
.user-publication-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 6px;
}
.user-publication-engagement-placeholder {
    color: var(--app-desc-color);
    gap: 24px;
    margin-left: -3px;
}
.user-publication-engagement-placeholder,
.user-publication-engagement {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.user-publication-engagement {
    gap: 6px
}
.user-publication-remove-like-button .user-publication-icon,
.user-publication-remove-like-button .content-type_description {
    color: #2196f3;
}
.user-publication-remove-like-button .user-publication-icon {
    animation: shake 0.35s ease-in-out;
}
.user-publication-icon {
    width: 24px;
    height: 24px;
}
.user-publication-id,
.user-id {
    display: flex;
    align-items: center;
    gap: 6px;
}
.user-publication-id-label-icon,
.user-id-label-icon {
    color: var(--app-header-color);
    width: 16px;
    height: 16px;
    margin-top: 2px;
}
.user-publication-type-icon {
    display: block;
    margin-left: auto;
    margin-right: 0;
    height: 19px;
    width: 19px;
}
.user-publication-type-icon,
.user-publication-type-label {
    color: var(--app-desc-color);
}
.user-publication-type-label {
    margin-top: 2px;
    font-size: 80%;
}
@media (max-width: 425px) {
    .user-publication-type-label {
        font-size: 75%;
    }
}
.user-publication-attached-item {
    position: relative;
    display: block;
    background-color: currentColor;
    border-radius: 17px;
    padding-top: 0;
    min-height: 330px;
    width: 100%;
    color: var(--app-content-box-color);
}
.user-publication-attached-item-screen {
    position: absolute;
    background: linear-gradient(2deg, rgb(0 0 0 / 57%) 0%, rgb(62 58 58 / 25%) 100%);
    width: 100%;
    height: 100%;
    border-radius: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    padding: 24px;
}
.user-publication-attached-item-screen-thumbnail {
    height: 150px;
    width: 150px;
    background-origin: content-box;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.user-publication-attached-post {
    position: relative;
    display: block;
    border-radius: 17px;
    padding-top: 0;
    width: 100%;
    color: var(--app-content-box-color);
    &.skeleton-header {
        min-height: 230px;
        background-color: currentColor;
    }
}
@media (max-width: 425px) {
    .publication-engagement-label {
        display: none;
    }
    .user-publication-content {
        padding-right: 0!important
    }
    .user-publication-attached-item-screen {
        padding: 18px!important;
    }
    .user-publication-attached-post-screen {
        padding: 12px!important;
    }
}
/* home-page-registration-banner assets */
.home-page-registration-banner {
    position: absolute;
    width: 100%;
    height: calc(100% - 12px);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15), inset -1px 0 0 hsla(0, 0%, 100%, 0.15), inset 1px 0 0 hsla(0, 0%, 100%, 0.15), 0 -4px 8px rgba(13, 18, 22, 0.07);
    background: var(--app-content-box-color);
    border-radius: 17px;
    display: flex;
    justify-content: center;
    background-origin: content-box;
    background-repeat: no-repeat;
    background-position-x: 49%;
    background-position-y: 50%;
    background-size: cover;
    overflow: hidden;
}
@media (max-width: 768px) {
    .home-page-registration-banner {
        border-radius: 0!important;
        height: 100%;
    }
    .home-page-registration-banner-footer {
        padding-bottom: calc(50px + 24px)!important;
        border-radius: 0px!important;
    }
}
.home-page-registration-banner-avatar {
    position: absolute;
    z-index: 0;
    width: 600px;
    height: 1000px;
    max-height: 100%;
    max-width: 100%;
    background-origin: content-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 0%;
    background-position-y: 40%;
}
.home-page-registration-screen {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
.home-page-registration-banner-footer {
    width: 100%;
    background: linear-gradient(360deg, rgb(24 25 27 / 96%) 0%, rgba(24, 25, 27, 0.5998993347338936) 60%, rgb(24 25 27 / 12%) 82%, rgba(24, 25, 27, 0) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 24px;
    z-index: 2;
}
.home-page-registration-header {
    font-family: Avenir Next, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 120%;
    text-align: left!important;
}
.home-page-registration-desc {
    width: 95%;
    text-align: left!important;
}
.home-page-registration-footer {
    font-size: 65%;
    text-align: center;
    opacity: 0.8;
}
.home-page-registration-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #57c01f;
    text-align: center;
    color: rgb(255, 255, 255);
    font-weight: 600;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.23) 0px 0px 0px 1.1px inset;
    font-family: "Avenir Next", Helvetica, sans-serif !important;
    padding: 12px;
    border-radius: 10px;
}
.home-page-registration-button-icon {
    width: 25px;
    height: 25px;
}
.home-page-registration-header-placeholder,
.home-page-registration-footer,
.home-page-registration-button {
    max-width: 360px;
    width: 360px;
}
/* side-info-pod assets */
.side-info-pod {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 12px;
}
.side-info-pod-header {
    padding-bottom: 12px;
    border-bottom: 0.5px solid var(--app-content-shadow-color);
    color: var(--app-header-text-color);
}
/* act-now-button assets */
.act-now-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    width: 100%;
    gap: 6px;
    background-color: currentColor;
    color: var(--app-content-box-color);
    padding: 11px 16px;
    border-radius: 100px;
    cursor: pointer;
    &[act-now-type='setting-button'] {
        margin: 0;
        width: auto;
        font-size: 90%;
        padding: 8px 11px;
        zoom: 0.95;
    }
    &[act-now-type='setting-button'] .act-now-icon { 
        width: 22px;
        height: 22px;
    }
}
.act-now-label {
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.398px;
}
.act-now-icon {
    color: #fff;
    width: 25px;
    height: 25px;
}
/* search-content assets */
.search-bar {
    margin: 12px 24px;
}
/* feed-loop assets */
.feed-loop-content {
    width: 100%;
    padding: 6px 24px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
}
@keyframes wave {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}
.feed-loop-speech-label-loading {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.2) 75%);
    background-size: 200% 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    animation: wave 0.85s infinite linear;
}
/* publications-feed-content assets */
.publications-feed-content {
    display: flex;
    flex-direction: column;
    gap: 38px;
    padding: 24px 0px;
}
.user-publication-composer-placeholder {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 6px;
    border-radius: 10px;
    background-color: var(--app-content-box-color);
    height: 140px;
    padding: 12px;
}
/* publication-attached-item assets */
.user-publication-attached-item {
    font-family: Ubuntu, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif!important;
}
.publication-attached-item-thumbnail {
    position: relative;
    height: 180px;
    width: 180px;
    left: 50%;
    transform: translateX(-50%);
}
.publication-attached-item-footer {
    display: flex;
    justify-content: space-between;
}
.publication-attached-item-open-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33px;
    height: 33px;
    min-height: 33px;
    min-width: 33px;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}
.publication-attached-item-open-button-icon {
    width: 24px;
    height: 24px;
}
.publication-attached-item-empty-placeholder {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px;
}
.publication-attached-item-info .content-type_header,
.publication-attached-item-info .content-type_description {
    max-width: 230px;
    word-wrap: break-word;
}

/* repost-item-popup assets */
.repost-item-popup-body {
    display: flex;
    flex-direction: column;
    gap: 24px;    
    padding: 12px;
    padding-bottom: 0px;
}
.repost-item-popup-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}
.repost-item-popup-composer {
    width: 100%;
}
.repost-item-popup-attached-item {
    margin-left: calc(45px + 12px);
    width: calc(100% - 57px);
    min-height: 360px;
    zoom: 0.85;
}
.repost-item-popup-footer {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 12px;
    margin-left: calc(45px + 12px);
    width: calc(100% - 57px);
}
.repost-item-popup-attached-item .user-publication-attached-item-screen {
    padding: 18px;
}
.repost-item-popup-buttons-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
}
.repost-item-popup-button-cancel-label {
    margin-top: 6px;
    &:hover {
        text-decoration: underline;
    }
}
.repost-item-popup-textarea {
    background: none;
    padding: 0;
    resize: none;
    border: 0;
    font-family: Ubuntu, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    min-height: 19px;
    height: 19px;
    overflow: hidden;
    width: 100%;
    margin-left: calc(45px + 12px);
    width: calc(100% - 57px);
}
.repost-item-popup-button-placeholder[content-type='client-app-in-process'] {
    transform: none!important;
    cursor:not-allowed!important;
    filter: brightness(0.5)!important;
    &:hover,
    &:active {
        transform: none!important;
        cursor:not-allowed!important;
        filter: brightness(0.5)!important;
    }
}
.repost-item-popup-textarea-placeholder-shake {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    animation: shake 0.35s ease-in-out!important;
    color: #f23b57!important;
    &::placeholder {
        color: #f23b57!important;
    }
}
/* fullscreen-item-popup assets */
.fullscreen-item-popup-placeholder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.fullscreen-item-popup-thumbnail {
    background-origin: content-box;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    height: 450px;
    width: 100%;
}
.fullscreen-item-popup-close-button {
    position: absolute;
    top: 24px;
    right: 32px;
}
/* user-publication-attached-post assets */
.user-publication-attached-post-screen {
    font-family: Ubuntu, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif!important;
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 10px;
    border-radius: 17px;
    padding: 24px;
    box-shadow: 0px 0px 0px 1px #3b3c3d, 0px 6px 20px -4px rgba(0, 0, 0, .45);
    min-height: 12px;
}
.user-publication-attached-post-avatar-icon {
    width: 38px;
    height: 38px;
    min-height: 38px;
    min-width: 38px;
}
.user-publication-attached-post-body-placeholder {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-wrap: nowrap;
}
.user-publication-attached-post-body-header {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
}
.user-publication-attached-post-body {
    font-family: 'Ubuntu X', sans-serif !important;
    color: #fff;
}
/* beta-build-version-client-notification-header assets */
.beta-build-version-client-notification-header {
    position: absolute;
    top: 0;
    border-radius: 17px;
    background-color: #432c16;
    padding: 12px 24px;
    width: 100%;
    z-index: 9999;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    border: solid 1px hsla(0, 0%, 100%, 0.15);
}
.beta-build-version-client-notification {
    color: #df7d0a;
    font-size: 82%;
    & a {
        text-decoration: underline;
        color: #ff7d00;
    }
}
.beta-build-version-client-notification-placeholder {
    display: flex;
    flex-direction: row;
    gap: 12px;
}
.beta-build-version-client-notification-icon-placeholder {
    width: 43px;
    height: 43px;
    min-height: 43px;
    min-width: 43px;
    background-color: #ff7d00;
    border-radius: 100px;
}
/* housekeeping-table assets */
.housekeeping-rank-content-placeholder:nth-child(even) {
    background-color: #3b3b3d3b;
}
.housekeeping-item-type a:hover {
    text-decoration: underline;
}
.housekeeping-item-creation-date {
    max-width: 70px;
    text-align: center;
}
.housekeeping-section-id {
    max-width: 190px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.housekeeping-catalog-bundle-id-input {
    background: none;
    border: 0;
}
.housekeeping-item-placeholder {
    max-width: 310px;
}
.housekeeping-catalog-bundle-id-input-shake {
    animation: shake 0.25s ease-in-out!important;
    color: #f23b57!important;
    font-weight: 600;
}
.housekeeping-item-id {
    font-family: monospace !important;
    font-size: 86%;
}
/* profile-popup */
.profile-popup-placeholder {
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: calc(100% - 42px);
    border-radius: 10px;
}
.profile-popup-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 12px;
    width: 100%;
    padding: 12px;
    flex-wrap: wrap;
}
.profile-popup-header-banner {
    padding-top: 12px;
    display: flex;
    gap: 12px;
    width: 100%;
}
.profile-popup-header-banner {
    padding-top: 12px;
    & .content-type_description:not(:last-child):after {
        content: '\00b7';
        display: inline-block;
        margin: 0 6px;
    }
}
.profile-popup-header-user-avatar {
    border-radius: 100px;
    padding: 0;
    background-color: rgb(58 58 58);
}
.profile-popup-avatar-info,
.settings-profile-popup-avatar-info {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: calc(100% - 158px);
}
.profile-popup-avatar-info .user-profile-header-region-label{
    position: relative;
    left: -3px;
}
.profile-popup-header-banner.profile-popup-header-loading {
    opacity: 0;
}
/* settings-profile-header assets */
.settings-profile-header-content {
    position: relative;
    min-height: 100px;
    background-color: #4b4b4b;
    border-radius: 17px;
    overflow: hidden;
}
.settings-profile-header-avatar-icon {
    height: 116px;
    width: 116px;
    min-width: 116px;
}
.settings-profile-header-fade {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    gap: 12px;
    background: linear-gradient(2deg, rgb(24 25 27 / 71%) 10%, rgb(62 58 58 / 37%) 100%);
    width: 100%;
    padding: 12px;
}
.settings-profile-popup-avatar-info {
    width: calc(100% - 116px);
}
.settings-profile-popup-background-update-capsule {
    position: absolute;
    top: 12px;
    right: 12px;
}
/* side-infopod assets */ 
.side-infopod-suggested-users-reset {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--app-desc-color); 
    &[content-type='on-loading-context'] {
        display: none;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }
}
.side-infopod-suggested-users-label[content-type='on-load-label'] {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.2) 75%);
    background-size: 200% 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    animation: wave 0.85s infinite linear;
}
/* extralook-at assets */
.client-app-popup-extralook-at-item-body {
    margin: 12px;
    margin-top: 24px;
    border-radius: 19px;
}
.client-app-popup-extralook-at-header-fade {
    padding: 24px 12px;
    align-items: stretch;
    gap: 20px;
    border-radius: 17px;
}
.client-app-popup-extralook-at-header-fade .settings-contextmenu-content {
    margin: 0;
}
.client-app-popup-extralook-at-thumbnail-icon {
    position: relative;
    height: 240px;
    background-origin: content-box;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    width: 100%;
}
.client-app-popup-extralook-at-header {
    display: flex;
    justify-content: space-between;
}
.client-app-popup-extralook-at-data {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 0;
}
.client-app-popup-section.extralook-at-popup-section .content-type_header {
    font-size: 110%;
}
.client-app-popup-extralook-at-data-header {
    font-size: 95%!important;
}
/* pending-friend-requets assets */
.pending-friend-requests-content {
    min-height: 409px;
}
.pending-friend-requests-desc {
    font-style: italic;
    font-size: 75%;
}
.pending-friend-requests-placeholder {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.pending-friend-requests-buttons-placeholder {
    display: flex;
    gap: 6px;
    padding-top: 12px;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
}
.pending-friend-requests-button-placeholder {
    padding-left: 9px !important;
    padding-right: 7px !important;
    gap: 5px;
}
/* mobile-header-scroll-button */ 
.mobile-header-scroll-button {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    z-index: 5;
    height: calc(56px - 2px);
    background: #18191b;
    width: 75px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    &.scroll-left {
        background: linear-gradient(90deg, rgba(24,25,27,1) 36%, rgba(24,25,27,0.7245491946778712) 66%, rgba(24,25,27,0) 100%);
        left: 0;
        transform: translateX(-50%);
    }
    &.scroll-left.visible {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        transform: translateX(0);
    }
    &.scroll-right {
        background: linear-gradient(270deg, rgba(24,25,27,1) 36%, rgba(24,25,27,0.7245491946778712) 66%, rgba(24,25,27,0) 100%);
        right: 0;
        flex-direction: row-reverse;
    }
    &.scroll-right.visible {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        transform: translateX(0);
    }
}
.mobile-header-scroll-button-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--app-content-box-color);
    height: 32px;
    width: 32px;
    min-height: 32px;
    min-width: 32px;
    color: #fff;
    border-radius: 17px;
    transition: transform 0.2s ease-in-out;
    &:hover {
        transform: scale(1.1);
        filter: brightness(1.1);
    }
    &:active {
        margin-top: 2px;
    }
}
.mobile-header-scroll-button.scroll-left .mobile-header-scroll-button-placeholder {
    cursor: pointer;
    margin-left: 20px;
}
.mobile-header-scroll-button.scroll-right .mobile-header-scroll-button-placeholder {
    cursor: pointer;
    margin-right: 20px;
}
.mobile-header-scroll-button-icon,
.highlight-button-icon {
    width: 23px;
    height: 23px;
}
/* game-notification assets */ 
.game-notification-window {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--app-main-window-backgroud-color);
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 12px;
    scrollbar-width: none; 
    -ms-overflow-style: none;
}
.game-notification-body {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: calc(56px + 12px);
}
.game-notification-recent-feed-empty-screen {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    padding: 24px;
}
.game-notification-feed {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.game-notification-feed > .content-type_header {
    padding: 0 24px;
}
.game-notification-recent-feed {
    display: flex;
    flex-direction: column;
}
.game-notification-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 8px 24px;
    &:not(:last-child)::after {
        content: "";
        padding: 2px;
        border-bottom: 0.5px solid var(--app-content-shadow-color);
    }
}
.game-notification-placeholder {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    &:hover {
        cursor: pointer;
        filter: brightness(0.78)!important;
    }
    &:active {
        filter: brightness(0.84)!important;
    }
}
.game-notification-placeholder-profile-picture {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 100%;
    background-origin: content-box;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    border: solid 0.5px var(--app-content-shadow-color);
    color: var(--app-content-box-color);
    background-color: currentColor;
}
.game-notification-content {
    font-size: 80%;
    font-family: 'Ubuntu X', sans-serif !important;
}
.game-notification-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.game-notification-username { 
    font-size: 95%;
}
.game-notification-content-placeholder {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}
.game-notification-deep-link-placeholder {
    display: flex;
    flex-direction: column;
    gap:6px;
}
.game-notification-open-in-woozworld-popup-body {
    height: 320px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.game-notification-header-description-placeholder {
    padding: 0 24px;
    padding-bottom: 24px;
}
.game-notification-unseen-icon {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #2683FF;
    padding: 4px;
    border-radius: 10px;
}
/* item-viewport-lootbox assets */
.item-viewport-lootbox-section,
.lootbox-section-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.item-viewport-lootbox-section {
    background-color: #18191b;
    border-radius: 17px;
    padding-top: 12px;
}
.item-viewport-lootbox-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    width: 100%;
}
.item-viewport-lootbox-item .item-viewport-content-icon {
    width: 45px;
    height: 45px;
    padding: 8px;
}
.item-viewport-lootbox-list {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}
.lootbox-section-content .item-viewport-content-list[type="href"]:not(:last-child)::after {
    border-bottom: 0.5px solid #0000005c !important;
}
.lootbox-section-content .content-type_header {
    color: #0000009e !important;
}
.lootbox-section-content .content-type_description {
    color: #0000005c !important;
}
.item-viewport-lootbox-section .item-viewport-section-header {
    padding: 6px 24px;
    display: flex;
    gap: 2px;
    margin-top: 4px 0;
    flex-direction: column;
}
.item-viewport-lootbox-info-placeholder,
.item-viewport-lootbox-info-placeholder .content-type_description {
    color: #0000009e !important;
}
.item-viewport-lootbox-info-placeholder {
    display: flex;
    gap: 2px;
    align-items: center;
    font-size: 70%;
}
.item-viewport-lootbox-info-icon {
    width: 15px;
    min-width: 15px;
    height: 15px;
}
.item-viewport-lootbox-section .lootbox-section-unikz {
    background-color: #ffbf26 !important;
}
.item-viewport-lootbox-section .lootbox-section-epic {
    background-color: #706ba8 !important;
}
.item-viewport-lootbox-section .lootbox-section-rare {
    background-color: #69b633 !important;
}
.item-viewport-lootbox-section .lootbox-section-common {
    background-color: #fff6db !important;
}
.item-viewport-lootbox-section .item-viewport-content-icon {
    border: 0 !important;
    background-color: #00000080 !important;
}
.item-viewport-lootbox-content-bound-icon {
    position: absolute;
    width: 14px;
    height: 14px;
    bottom: 3px;
    left: 3px;
    border-radius: 4px;
}
.item-viewport-lootbox-content-unique-icon {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 3px;
    left: 3px;
    border-radius: 4px;
}
.item-viewport-section-header-placeholder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 6px;
    width: 100%;
}
/* highlights-content assets */
.highlight-content-placeholder {
    position: relative;
    background-color: var(--app-content-background-color);
    border-radius: 0.5rem;
    grid-row: span 6;
    grid-column: span 2;
    max-width: 100%;
    background-origin: content-box;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 10%;
    background-size: cover;
    overflow: hidden;
    min-height: 440px;
}
@media (max-width: 768px) {
    .highlight-content-placeholder {
        min-height: 410px;
        grid-row: span 6;
        grid-column: span 1;
    }
}
.highlight-content-empty-content {
    display: flex;
    align-items: center;
    padding: 12px;
    text-align: center;
    height: 100%;
}
.highlight-content-screen-display {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.highlight-content-header {
    padding: 12px;
    padding-bottom: 40px;
    background: linear-gradient(180deg, rgb(0 0 0 / 68%) 0%, rgb(0 0 0 / 48%) 53%, rgb(0 0 0 / 0%) 100%);
}
.highlight-header {
    font-family: PT Sans, sans-serif !important;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 1;
}
.highlight-description {
    font-size: 75%;
    color: #fffffff0;
}
.highlight-act-now-button-placeholder {
    display: flex;
    justify-content: flex-end;
    padding: 12px;
    background: linear-gradient(0deg, rgb(24 25 27 / 67%) 0%, rgb(24 25 27 / 39%) 43%, rgb(24 25 27 / 12%) 82%, rgba(24, 25, 27, 0) 100%);
}
.highlight-act-now-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    gap: 6px;
    min-width: 36px;
    border-radius: 50px;
    padding: 0 10px;
    white-space: nowrap;
    font-family: Avenir Next, Helvetica, sans-serif; 
    font-weight: 600;
    background-color: #fff!important;
    color: #2c3137!important;
    box-shadow: inset 0 0 0 1.1px #0000000d;
}
.highlight-slides-buttons {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--app-content-box-color);
    top: 50%;
    z-index: 5;
    height: 32px;
    width: 32px;
    min-height: 32px;
    min-width: 32px;
    color: #fff;
    border-radius: 100%;
    opacity: 0.7;
    transition: transform 0.2s ease-in-out;
    &:hover {
        cursor: pointer;
        opacity: 1;
        transform: scale(1.15);
    }
    &[content-type='left-icon'] {
        left: 12px;
    }
    &[content-type='right-icon'] {
        right: 12px;
    }
}
.highlight-header,
.highlight-description {
    opacity: 1;
    transition: opacity 0.2s ease;
}
/* sidebar-login assets */ 

/* feed-act-now-button assets */
.feed-act-now-location {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    width: 100%;
}
.feed-act-now-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 39px;
    gap: 6px;
    min-width: 39px;
    border-radius: 50px;
    padding: 0 10px;
    white-space: nowrap;
    font-family: Avenir Next, Helvetica, sans-serif;
    font-weight: 600;
    background-color: #fff !important;
    color: #2c3137 !important;
    box-shadow: inset 0 0 0 1.1px #0000000d;
    width: fit-content;
    margin: 8px 0;
}
.highlight-act-now-button-icon-placeholder,
.feed-act-now-button-icon-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #18191b;
    background-color: currentColor;
    border-radius: 50px;
}
/* body-sidebar assets */ 
.body-sidebar-placeholder {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
    margin: 0 8px;
    padding: 0 12px;
    justify-content: space-between;
    padding-bottom: 12px;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    background-color: var(--app-main-window-backgroud-color);
}
.body-sidebar-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.body-sidebar-navigation-item {
    display: flex;
    gap: 12px;
    flex-direction: row;
    align-items: flex-start;
    &:hover {
        cursor: pointer;
    }
    &[content-type='pinned-content-list'] {
        align-items: center;
        gap: 8px;
    }
    &[content-type='pinned-content-list'] .body-sidebar-navigation-item-thumbnail {
        width: 36px;
        height: 36px;
        min-width: 36px;
        border-radius: 4px;
    }
    &[content-type='pinned-content-list'] .body-sidebar-navigation-item-thumbnail {
        width: 36px;
        height: 36px;
        min-width: 36px;
        border-radius: 4px;
    }
    &[content-type='pinned-content-list'] .body-sidebar-navigation-item-icon {
        width: 29px;
        height: 29px;
    }
    &[content-type='pinned-content-list'] .body-sidebar-navigation-item-label {
        gap: 0;
    }
    &[content-type='pinned-content-list'] .body-sidebar-navigation-item-label .content-type_header {
        font-size: 75%;
    }
    &[content-type='pinned-content-list'] .body-sidebar-navigation-item-label .content-type_description {
        font-size: 60%;
    }
    &:hover .href-item-content-placeholder {
        opacity: 1!important;
    }
}
.body-sidebar-navigation-item .context-menu-map-placeholder {
    top: 36px;
    width: 100%;
}
.body-sidebar-navigation-item-thumbnail {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 8px;
    color: var(--app-content-box-color);
    background-color: currentColor;
}
.body-sidebar-navigation-item-icon {
    width: 34px;
    height: 34px;
    color: #fff;
}
.body-sidebar-navigation-item-label {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.body-sidebar-navigation-item-label .content-type_header {
    font-size: 90%;
}
.body-sidebar-navigation-item-label .content-type_description {
    font-size: 65%;
}
.body-sidebar-navigation-pin-header-placeholder {
    display: flex;
    align-items: center;
    gap: 3px;
    color: var(--app-desc-color);
}
.body-sidebar-navigation-pin-icon {
    width: 19px;
    height: 19px;
}
.body-sidebar-navigation-pin-header {
    font-family: Avenir Next, Helvetica, sans-serif;
    font-weight: 600;
    letter-spacing: -0.398px;
}
.body-sidebar-navigation-pin-placeholder {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
/* href-item assets */ 
.href-item-content-placeholder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    position: absolute;
    background-color: #101112ab;
    width: 100%;
    height: 100%;
}
.href-item-content-icon {
    width: 22px;
    height: 22px;
    color: #fff;
}