:root {

    /* WIP */

    /* Gradients */

    --Gradient-Gradient-TL: linear-gradient(159.03deg, var(--Primary-Primary-500) 0%, var(--Secondary-Secondary-500) 100%);


    /* Danger */
    --Danger-Danger-100: #1A0000;
    --Danger-Danger-200: #531717;
    --Danger-Danger-300: #8C2E2E;
    --Danger-Danger-400: #C54545;
    --Danger-Danger-500: #FF5A5A;
    --Danger-Danger-600: #FF7D7D;
    --Danger-Danger-700: #FFA0A0;
    --Danger-Danger-800: #FFC3C3;
    --Danger-Danger-900: #FFE5E5;

    /* Warning */
    --Warning-Warning-100: #1A1100;
    --Warning-Warning-200: #533F19;
    --Warning-Warning-300: #8C6D32;
    --Warning-Warning-400: #C59B4B;
    --Warning-Warning-500: #FFC864;
    --Warning-Warning-600: #FFD484;
    --Warning-Warning-700: #FFE0A4;
    --Warning-Warning-800: #FFECC4;
    --Warning-Warning-900: #FFF6E5;


    /* Neutral */

    /* Old design colors TBR */
    --Neutral-Background-100: #1c1622;
    --Neutral-Background-200: #241c2c;

    /* New design colors */
    --Neutral-Neutral-100: #0D0910;
    --Neutral-Neutral-200: #18111E;
    --Neutral-Neutral-300: #23192C;
    --Neutral-Neutral-400: #2E213A;
    --Neutral-Neutral-500: #392948;
    --Neutral-Neutral-600: #423054;
    --Neutral-Neutral-700: #977AB3;
    --Neutral-Neutral-800: #AE98C4;
    --Neutral-Neutral-900: #C5B5D5;
    --Neutral-Neutral-1000: #DCD3E6;
    --Neutral-Neutral-1100: #F3F0F7;

    --Success-Success-100: #071307;
    --Success-Success-200: #1E401E;
    --Success-Success-300: #356D35;
    --Success-Success-400: #4C9A4C;
    --Success-Success-500: #64C864;
    --Success-Success-600: #86D486;
    --Success-Success-700: #A8E0A8;
    --Success-Success-800: #CAECCA;
    --Success-Success-900: #ECF8EC;

    --Primary-Primary-100: #140319;
    --Primary-Primary-200: #3C094C;
    --Primary-Primary-300: #650F7F;
    --Primary-Primary-400: #8D15B1;
    --Primary-Primary-500: #B51BE4;
    --Primary-Primary-600: #C64EEA;
    --Primary-Primary-700: #977AB3;
    --Primary-Primary-800: #E6B3F6;
    --Primary-Primary-900: #F7E6FC;

    --Secondary-Secondary-100: #0E031A;
    --Secondary-Secondary-200: #2B084D;
    --Secondary-Secondary-300: #480D80;
    --Secondary-Secondary-400: #6413B4;
    --Secondary-Secondary-500: #8118E7;
    --Secondary-Secondary-600: #9D4BEC;
    --Secondary-Secondary-700: #B97FF2;
    --Secondary-Secondary-800: #D5B2F7;
    --Secondary-Secondary-900: #F1E5FC;

    --Nightlight: #ae1adb;

    /* Badge Rarities */

    --Rarity-Common: var(--Neutral-Neutral-1100);
    --Rarity-Rare: #00aeef;
    --Rarity-Epic: #ae1adb;
    --Rarity-Legendary: #d6b500;

    /* Title Rarities */

    --Title-Rarity-Common: var(--Primary-Primary-400);

    /* Status Colors*/
    --Status-Online: var(--Success-Success-400);
    --Status-Away: #ee964b;

}

@font-face {
    font-family: Montserrat;
    src: url('fonts/Montserrat.ttf');
}

@font-face {
    font-family: Be Vietnam Pro;
    font-weight: 100;
    src: url('fonts/Be_Vietnam_Pro/BeVietnamPro-Thin.ttf');
}

@font-face {
    font-family: Be Vietnam Pro;
    font-weight: 200;
    src: url('fonts/Be_Vietnam_Pro/BeVietnamPro-ExtraLight.ttf');
}

@font-face {
    font-family: Be Vietnam Pro;
    font-weight: 300;
    src: url('fonts/Be_Vietnam_Pro/BeVietnamPro-Light.ttf');
}

@font-face {
    font-family: Be Vietnam Pro;
    font-weight: 400;
    src: url('fonts/Be_Vietnam_Pro/BeVietnamPro-Regular.ttf');
}

@font-face {
    font-family: Be Vietnam Pro;
    font-weight: 500;
    src: url('fonts/Be_Vietnam_Pro/BeVietnamPro-Medium.ttf');
}

@font-face {
    font-family: Be Vietnam Pro;
    font-weight: 600;
    src: url('fonts/Be_Vietnam_Pro/BeVietnamPro-SemiBold.ttf');
}

@font-face {
    font-family: Be Vietnam Pro;
    font-weight: 700;
    src: url('fonts/Be_Vietnam_Pro/BeVietnamPro-Bold.ttf');
}

@font-face {
    font-family: Momentz;
    font-weight: 700;
    src: url('fonts/Momentz.ttf');
}


html {
    min-height: 100%;
}

body {
    background-color: var(--Neutral-Background-100);
    -webkit-tap-highlight-color: transparent;
    min-height: 110%;
    position: relative;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    background-image: url('/icon/nightlight-pattern3.png');
    background-blend-mode: color-dodge;
    background-attachment: fixed;
}

div {
    -webkit-tap-highlight-color: transparent;
    max-width: 100%;
}

a {
    font-family: Be Vietnam Pro;
    letter-spacing: -0.216px;
    font-weight: 500;
}

.a {
    -webkit-tap-highlight-color: transparent;
}

h1 {
    color: var(--Neutral-Neutral-1100);
    font-family: Montserrat;
    font-weight: bolder;
    text-align: center;
    letter-spacing: -0.14px;
}

h2 {
    color: var(--Neutral-Neutral-1100);
    font-family: Montserrat;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.14px;
}

p {
    color: var(--Neutral-Neutral-1000);
    font-family: Be Vietnam Pro;
    letter-spacing: -0.216px;
    text-align: center;
}

label {
    color: var(--Neutral-Neutral-1100);
    font-family: Be Vietnam Pro;
    letter-spacing: -0.216px;
}

::placeholder {
    color: var(--Neutral-Neutral-600);
    /* Body 2/500 - Medium */
    font-family: Be Vietnam Pro;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.16px;
}

select {
    color: var(--Neutral-Neutral-600);
    /* Body 2/500 - Medium */
    font-family: Be Vietnam Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.16px;
}


/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: var(--Neutral-Neutral-300);
}


/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--Neutral-Neutral-400);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--Neutral-Neutral-200);
}

@keyframes header-glow {
    0% {
        box-shadow: 0px 0px 20px 1px #ae1adb;
    }

    50% {
        box-shadow: 0px 0px 20px 1px #590e7083;
    }

    100% {
        box-shadow: 0px 0px 20px 1px #ae1adb;
    }
}

@keyframes header-progress {
    0% {
        box-shadow: 0px 0px 20px 1px #adaa14;
    }

    50% {
        box-shadow: 0px 0px 20px 1px #adaa1480;
    }

    100% {
        box-shadow: 0px 0px 20px 1px #adaa14;
    }
}

.header-div {
    margin: auto;
    width: 90%;
    height: 100px;
    z-index: 3;
    position: fixed;
    margin-left: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-search {
    display: flex;
    width: 350px;
    height: 50px;
    background-color: var(--Neutral-Neutral-400);
    border-radius: 30px;
    position: relative;
    align-items: center;
}

.header-search-in {
    display: flex;
    width: 100%;
    background-color: var(--Neutral-Neutral-300);
    align-items: center;
    border: none;
    color: var(--Neutral-Neutral-1100);
    padding: 0 0 0 10px;
}

.header-search-in::placeholder {
    color: var(--Neutral-Neutral-900);
    /* Body 2/500 - Medium */
    font-family: Be Vietnam Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.16px;
}

.header-search-in:focus {
    outline: none;
    outline-width: 0;
}

/*.header-ncp {
    margin-right: 10%;
    display: flex;
    width: 150;
    height: 50px;
    background-color: var(--Neutral-Neutral-400);
    border-radius: 30px;
    position: absolute;
    align-items: center;
}*/

.header-bar {
    display: none;
    position: fixed;
    width: 100%;
    height: calc(45px + env(safe-area-inset-top, 45px));
    top: 0;
    left: 0;
    background-color: color-mix(in srgb, var(--Neutral-Neutral-300) 50%, transparent);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 2;
    align-items: flex-end;
}

.footer-bar {
    display: none;
    padding: 0px 0px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 24px 24px 0px 0px;
    border-top: 4px solid var(--Neutral-Neutral-400, #2E213A);
    background: var(--Neutral-Neutral-300, #23192C);
    position: fixed !important;
    max-width: 100%;
    width: 100%;
    height: 80px;
    bottom: -8px !important;
    left: 0;
    z-index: 4 !important;
    gap: 13%;
    padding-bottom: calc(0px + env(safe-area-inset-bottom, 0px));
    transform: translateY(0) !important;
}

.footer-bar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: relative;
}

.footer-bar-item.home.selected>svg>path:nth-child(1) {
    stroke: var(--Neutral-Neutral-900);
    fill: var(--Neutral-Neutral-900);
}

.footer-bar-item.home.selected>svg>path:nth-child(2) {
    stroke: var(--Neutral-Neutral-300);
    fill: var(--Neutral-Neutral-900);
}

.footer-bar-item.discover.selected>svg>circle {
    fill: var(--Neutral-Neutral-900);
}

.footer-bar-item.discover.selected>svg>path {
    fill: var(--Neutral-Neutral-300);
}

.footer-bar-item.messages.selected>svg>path:first-child {
    fill: var(--Neutral-Neutral-900);
}

.footer-bar-item-notification {
    display: block;
    border-radius: 4px;
    background: var(--Gradient-Gradient-TL, linear-gradient(159deg, #B51BE4 0%, #8118E7 100%));
    width: 4px;
    height: 4px;
    visibility: hidden;
}

.footer-bar-item-notification.messages {
    height: 20px;
    width: 20px;
    font-size: 10px;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -10px;
    right: -12px;
    border-radius: 7px;
    position: absolute;
}

.footer-bar-item-notification.messages>p {
    font-size: 10px;
    font-weight: 800;
}

/*.footer-bar-div {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}*/


.picture {
    margin-top: 75px;
    float: left;
    margin-left: -360px;
    width: 450px;
    height: 450px;
    background-color: var(--Neutral-Neutral-200);
    overflow: hidden;
    border: double;
    border-color: var(--Neutral-Neutral-200);
    border-radius: 10px;
    border-width: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    box-shadow: 1px 2px 10px 2px rgba(0, 0, 0, 0.6);
}

.info {
    margin-top: 75px;
    float: left;
    margin-left: 18px;
    width: 350px;
    height: 180px;
    background-color: var(--Neutral-Neutral-200);
    overflow: auto;
    border: dashed;
    border-color: var(--Neutral-Neutral-200);
    border-radius: 10px;
    border-width: 10px;
    box-shadow: 1px 2px 10px 2px rgba(0, 0, 0, 0.6);
    scrollbar-width: none;

}

.comments {
    float: left;
    margin-top: 295px;
    margin-left: -370px;
    width: 350px;
    height: 230px;
    background-color: var(--Neutral-Neutral-200);
    overflow: auto;
    border: double;
    border-color: var(--Neutral-Neutral-200);
    border-radius: 10px;
    border-width: 10px;
    box-shadow: 1px 2px 10px 2px rgba(0, 0, 0, 0.6);
    scrollbar-width: none;

}

.comments-emoji {
    display: inline-block;
    width: 20px;
    height: 20px;
    object-fit: cover;
    transform: translateY(3px) scale(1.5);
    padding-inline: 4px;
}

.emojipreview {
    width: 150px;
    height: 120px;
    position: fixed;
    display: none;
    /* flex */
    background-color: var(--Neutral-Neutral-200);
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
    z-index: 4;
}

.emojipreview img {
    display: block;
    margin: auto;
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.emojipreview p {
    text-align: center;
    color: var(--Neutral-Neutral-800);
    line-height: 5px;
}

.comments-input {
    width: 100%;
    height: 40px;
    background-color: var(--Neutral-Neutral-100);
    border: 2px solid var(--Neutral-Neutral-300);
    border-radius: 6px;
    color: var(--Neutral-Neutral-1100);
    padding: 0px 0px 0px 10px;
    outline: none;
}

.comments-mention {
    text-decoration: none;
    color: var(--Neutral-Neutral-1000);
    background-color: var(--Primary-Primary-300);
    border-radius: 10px;
    padding: 2px 4px;
}



.bubble-menu-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    background-color: var(--Neutral-Neutral-300);
    border-radius: 50%;
    cursor: pointer;
    color: white;
}

.sortable-ghost {
    opacity: 0;
    transform: scale(0.1);
    transition: transform 0.1s ease;
}

.bubble-menu-button:hover {
    background-color: #372946;
}

.bubble-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: absolute;
    height: auto;
    background-color: var(--Neutral-Neutral-300);
    border-radius: 20px;
    padding: 8px;
    z-index: 2;
    border: solid 1px var(--Neutral-Neutral-500);
}

.bubble-menu-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    background-color: var(--Neutral-Neutral-300);
    border-radius: 13px;
    cursor: pointer;
    color: var(--Danger-Danger-400);
    font-family: 'Be Vietnam Pro';
    gap: 7px;
    padding: 0px 12px;
    box-sizing: border-box;
}

.bubble-menu-item p {
    color: var(--Neutral-Neutral-700);
}

.bubble-menu-item:hover {
    background-color: var(--Neutral-Neutral-400);
}

.comments-mention:hover {
    color: var(--Neutral-Neutral-1100);
    background-color: var(--Primary-Primary-400);
}

.comments-hashtag {
    text-decoration: underline;
    color: rgb(234, 216, 232);
}

.comments-link {
    text-decoration: underline;
    color: var(--Primary-Primary-800);
}

.comment-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.comment-container .replyPool {
    display: none;
    width: 100%;
    height: 25px;
    background-color: var(--Neutral-Neutral-400);
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    transition: background-color 0.2s ease;
}

.comment-container .replyPool:hover {
    background-color: var(--Neutral-Neutral-500);
    cursor: pointer;
}

.comment-container .replyPool>.replyPoolContainer {
    width: 100%;
}

.comment-container>.replyPool.expanded:hover {
    cursor: unset;
}

.comment-container .replyPool>.notice {
    font-size: 12px;
    color: var(--Neutral-Neutral-900);
}

.comment-container.expandable>.replyPool {
    display: flex;
}

.comment-container>.replyPool.expanded {
    height: auto;
    background-color: var(--Neutral-Neutral-200);
    padding-left: 10px;
    box-sizing: border-box;
    transition: none;
}

.comment-container>.replyPool>.replyPoolContainer>.comment-container {
    display: none;
}

.comment-container>.replyPool.expanded>.replyPoolContainer>.comment-container {
    display: flex;
}

.comment-container>.replyPool.expanded>.notice {
    display: none;
}

.comment-container.expandable>.comment-div {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.comment-container>.replyPool>.replyPoolContainer .comment-container {
    border-left: solid 1.4px var(--Neutral-Neutral-500);
}

.comment-container>.replyPool>.replyPoolContainer .comment-div {
    background-color: transparent;
    border-radius: 0;
    border: none;
}

.comment-div {
    width: 100%;
    height: auto;
    border-radius: 8px;
    background-color: var(--Neutral-Neutral-300);
    display: block;
    transform: none;
    box-shadow: none;
    transition: 0.3s;
    padding: 5px;
    border: solid 2px var(--Neutral-Neutral-300);
    box-sizing: border-box;
    transition: all 0.2s ease;
}

.comment-div .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 3px;
    padding: 5px;
    width: 100%;
}

.comment-div .author-div {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-direction: row;
    width: 100%;
    position: relative;
    padding-right: 100px;
    box-sizing: border-box;
}

.comment-div .author-div>a.authorName {
    font-size: 16px;
    color: var(--Neutral-Neutral-1000);
    font-weight: bold;
    margin: 0;
    text-decoration: none;
}

.comment-div .author-div>a.authorName:hover {
    text-decoration: underline;
}

.comment-div .author-div>p.author {
    font-size: 14px;
    color: var(--Neutral-Neutral-800);
    margin: 0;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    overflow-wrap: anywhere;
    -webkit-line-clamp: 1;
    height: 20px;
    word-break: break-all;
}

.comment-div .author-div>p.date {
    color: var(--Neutral-Neutral-700);
    font-size: 75%;
    margin: 0px;
    text-align: left;
    padding-left: 5px;
    position: absolute;
    right: 5px;
}

.comment-div .author-div>p.date.short {
    display: none;
}


.comment-details {
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
}

.comment-details>.pinnedIcon {
    position: absolute;
    left: 5px;
    bottom: 5px;
}

.comment-details>p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--Primary-Primary-900);
    text-overflow: ellipsis;
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    letter-spacing: -0.192px;
    text-align: left;
    overflow-wrap: break-word;
    max-width: 87%;
    text-align: left;
    margin: 0;
    padding: 5px;
    font-weight: normal;
}

.comment-details>.content>.comment-media {
    display: flex;
    padding: 10px 0;
    align-content: center;
}

.comment-details>.content>.comment-media img,
.comment-details>.content>.comment-media video,
.comment-details>.content>.comment-media audio {
    max-width: 100%;
    display: block;
    max-height: 300px;
    border-radius: 10px;
}

.comment-details-stats {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 9px;
    padding-top: 5px;
    position: relative;
}

.comment-div:hover {
    border: solid 2px var(--Neutral-Neutral-400);
}

.comment-div-pfp {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    padding: 5px;
}

.comment-delete {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    height: 20px;
    text-decoration: none;
    transition: .3s;
    transform: none;
    color: var(--Neutral-Neutral-800);
    font-family: 'Be Vietnam Pro';
    font-size: 13px;
    cursor: pointer;
}

.comment-delete:hover {
    color: var(--Danger-Danger-400);
}

.comment-reply {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    height: 20px;
    text-decoration: none;
    transition: .3s;
    transform: none;
    color: var(--Neutral-Neutral-800);
    font-family: 'Be Vietnam Pro';
    font-size: 13px;
    cursor: pointer;
}

.comment-reply:hover {
    color: var(--Neutral-Neutral-900);
}

.comment-div .action {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    height: 20px;
    text-decoration: none;
    transition: .3s;
    transform: none;
    color: var(--Neutral-Neutral-800);
    font-family: 'Be Vietnam Pro';
    font-size: 13px;
    cursor: pointer;
}

.comment-div .action:hover p {
    color: var(--Primary-Primary-700);
}

.comment-div .action:hover svg>path {
    stroke: var(--Primary-Primary-700);
}

.comment-div .action:hover svg circle {
    stroke: var(--Primary-Primary-700);
}

.comment-div .action.collapseButton {
    display: none;
}

.comment-div:has(+ .replyPool.expanded) .action.collapseButton {
    display: flex;
}

.comment-div .action>svg {
    width: 16px;
    height: 16px;
}

.comment-like {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: absolute;
    right: 0px;
    cursor: pointer;
}

.comment-like.active svg>path {
    fill: #FF5A5A;
    stroke: #fa7171;
}

.comment-like.active svg {
    animation: liked;
    animation-duration: 400ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

.comment-like.active svg>path#path2 {
    opacity: 0;
}

.comment-like.active:hover svg>path#path2 {
    opacity: 1 !important;
}

.comment-like:hover svg>path {
    stroke: #fa7171;
}

.comment-like.active:hover svg>path {
    fill: #b52929;
    stroke: #711515;
}

.nameplate {
    position: relative;
    float: left;
    margin-top: 33px;
    margin-left: -70px;
    background: url("https://night-light.cz/icon/profile/nlwallpaper.png");
    background-size: cover;
    background-position: center;
    box-shadow: 0px 0px 10px 1px;
    border-radius: 10px;
    width: 360px;
    height: 40px;
    overflow: hidden;
    align-items: center;
    display: flex;
    /*animation-name: nameplate-floating;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;*/
    transition: all 1s;
}

/*.nameplate {
    position: relative;
    float: left;
    margin-top: 33px;
    margin-left: 320px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    align-items: center;
    display: flex;
    background: none;
    box-shadow: none;
    animation-name: nameplate-floating;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    transition: all 1s;
}

.nameplate:hover {
    height: 40px;
    width: 360px;
    margin-left: 0;
    background: linear-gradient(to right, #ae1adb, #741adb);
    box-shadow: 0px 0px 10px 1px;
    border-radius: 10px;
}*/

.expandable-audio-player {
    width: 80px;
    height: 80px;
    background: var(--Neutral-Neutral-200);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: width 0.4s ease, height 0.4s ease, border-radius 0.4s ease;
    overflow: hidden;
}

.expandable-audio-player.collapsed {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.expandable-audio-player.expanded {
    width: 320px;
    height: 100px;
    border-radius: 20px;
}

.play-btn {
    width: 60px;
    height: 60px;
    background: var(--bg-image), var(--Primary-Primary-400);
    border: none;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    z-index: 1;
    transition: transform 0.2s ease;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    --bg-image: url("/icon/profile/play.svg");
}

.disableTransitions {
    transition: none !important;
}

.play-btn:hover {
    transform: scale(1.1);
}

.controls-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 20px;
    width: 80%;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.expandable-audio-player.expanded .controls-container {
    opacity: 1;
    flex-direction: row;
    justify-content: space-around;
    bottom: 50%;
    transform: translateY(50%);
}

.scrubber,
.volume-slider {
    width: 45%;
    margin: 10px 0;
    appearance: none;
    background: var(--Neutral-Neutral-300);
    height: 5px;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

.scrubber::-webkit-slider-thumb {
    appearance: none;
    width: 25px;
    height: 25px;
    background: url("/icon/profile/play.svg"), var(--Neutral-Neutral-500);
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: none;
}

.scrubber::-moz-range-thumb {
    appearance: none;
    width: 25px;
    height: 25px;
    background: url("/icon/profile/play.svg"), var(--Neutral-Neutral-500);
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: none;
}

.volume-slider::-webkit-slider-thumb {
    appearance: none;
    width: 25px;
    height: 25px;
    background: url("/icon/post/volume.svg"), var(--Neutral-Neutral-500);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    border-radius: 50%;
    border: none;
}

.volume-slider::-moz-range-thumb {
    appearance: none;
    width: 25px;
    height: 25px;
    background: url("/icon/post/volume.svg"), var(--Neutral-Neutral-500);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    border-radius: 50%;
    border: none;
}

.visualizer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.post-div {
    display: flex;
    position: relative;
    width: 697px;
    min-height: 350px;
    max-height: 1100px;
    padding: 20px 24px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 12px;
    border: 1.5px solid var(--Neutral-Neutral-400, #2E213A);
    background: var(--Neutral-Neutral-300, #23192C);
    margin-bottom: 25px;
    --bg-image: url('');
    overflow: hidden;
}

.post-div.edited {
    animation: post-edited 0.8s forwards;
}

.post-div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 116px;
    background: var(--bg-image) no-repeat center top;
    background-size: cover;
    mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 1%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 1%, rgba(0, 0, 0, 0) 100%);
    z-index: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-position: center;
}

.post-additional-header {
    display: none;
    width: 100%;
    height: 30px;
    border-bottom: solid 1.5px var(--Neutral-Neutral-400);
    margin-bottom: 13px;
    justify-content: center;
    align-items: center;
}

.post-additional-header p {
    padding-bottom: 17px;
}

.post-additional-header img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
    padding-bottom: 17px;
}

.post-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    z-index: 0;
}

.post-header-contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.post-header-contents-user {
    display: flex;
    width: 391px;
    align-items: center;
    gap: 12px;
}

.post-header-contents-user-img {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 50%;
}

.post-header-contents-user-decoration {
    display: flex;
    width: 56.8px;
    height: 56.8px;
    position: absolute;
    justify-content: center;
}

.post-header-contents-user-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.post-header-contents-user-text-name {
    color: var(--Neutral-Neutral-1000, #DCD3E6);

    /* Caption 1/700 - Bold */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: -0.14px;
    margin: 0;
    text-align: left;
    text-decoration: none;
}

.post-header-contents-user-text-name:hover {
    text-decoration: underline;
}

.post-header-contents-user-text-date {
    color: var(--Neutral-Neutral-700, #977AB3);

    /* Caption 2/500 - Medium */
    font-family: "Be Vietnam Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 133.333% */
    letter-spacing: -0.12px;
    margin: 0;
    text-align: left;
}

.post-header-contents-user-title {
    color: var(--Neutral-Neutral-1000, #DCD3E6);
    display: -webkit-box;
    /* Caption 1/700 - Bold */
    font-family: "Montserrat";
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: -0.14px;
    margin: 0;
    text-align: left;
    background: var(--Primary-Primary-400);
    padding: 0px 6px;
    border-radius: 8px;
    max-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.post-header-contents-user-verified {
    display: block;
    content: url('/icon/profile/verified.png');
    height: 14px;
}

.post-header-contents-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
}

.post-description {
    display: flex;
    padding: 16px 4px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    z-index: 0;
}

/* Nightlight custom text formatting */
.post-description .bold {
    font-weight: bold;
    /* always 1px bigger than the original font size */
    font-size: calc(1em + 1px);
}

.post-description .italic {
    font-style: italic;
}

.post-description .strikethrough {
    text-decoration: line-through;
}

/* header font-sizes are based on most browser's default values */
.post-description .header1 {
    display: inline-block;
    margin-bottom: 0.5em;
    font-size: 2em;
    line-height: 1.2;
}

.post-description .header2 {
    display: inline-block;
    margin-bottom: 0.5em;
    font-size: 1.5em;
}

/* this one is a smol header so like -# text here */
.post-description .header5 {
    color: var(--Primary-Primary-700);
    font-size: .83em;
}

.post-description-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--Primary-Primary-900, #F7E6FC);
    text-overflow: ellipsis;

    /* Body 2/500 - Medium */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.192px;
    margin: 0;
    text-align: left;
    overflow-wrap: break-word;
    max-width: 100%;
}

.post-description .alert {
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
    align-items: center;
    background-color: var(--Neutral-Neutral-500);
    border-radius: 10px;
    font-size: 12px;
    padding: 8px;
}

.post-description .alert p {
    margin: 0;
}

.post-description .spoiler {
    background-color: var(--Neutral-Neutral-500);
    color: var(--Neutral-Neutral-500);
    transition: all 0.3s ease;
    user-select: none;
    cursor: pointer;
    border-radius: 4px;
    padding-left: 2px;
    padding-right: 2px;
}

.post-description .spoiler.revealed {
    background-color: var(--Neutral-Neutral-400);
    color: var(--Neutral-Neutral-900);
}

.spoiler .spoiler-content {
    transition: opacity 0.3s ease;
    opacity: 0;
}

.spoiler.revealed .spoiler-content {
    transition: opacity 0.3s ease;
    opacity: 1;
}

.post-description-provider {
    color: var(--Neutral-Neutral-1000, #DCD3E6);
    display: -webkit-box;
    /* Caption 1/700 - Bold */
    font-family: "Be Vietnam Pro";
    font-size: 12px;
    font-style: normal;
    /* 142.857% */
    letter-spacing: -0.14px;
    margin: 0;
    text-align: left;
    background: var(--Primary-Primary-200);
    padding: 4px 7px;
    border-radius: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.post-media {
    display: grid;
    width: 100%;
    height: 365px;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    overflow: hidden;
    margin: auto;
    position: relative;
    filter: brightness(1);
    gap: 4px;
}

.post-media-single {
    display: block;
    max-width: 697px;
    min-height: 100px;
    max-height: 500px;
    min-width: 50px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    overflow: hidden;
    margin: auto;
    position: relative;
    filter: brightness(1);
    transition: filter 0.2s;
    cursor: pointer;
    border-radius: 10px;
}


.post-media-single>.spoiler {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    justify-content: center;
    display: flex;
    align-items: center;
}

.post-media-single>.spoiler p {
    padding: 10px;
    border-radius: 5px;
    background-color: #5d5d5d87;
}

.post-media-single:has(.spoiler)> :is(img, video) {
    filter: blur(30px) brightness(0.5);
}

.post-media .spoiler {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    justify-content: center;
    display: flex;
    align-items: center;
}

.post-media .spoiler>p {
    padding: 10px;
    border-radius: 5px;
    background-color: #5d5d5d87;
}

.post-media div:has(.spoiler)> :is(img, video) {
    filter: blur(30px) brightness(0.5);
}

.post-media div:has(.spoiler) {
    position: relative;
}

.post-media-single:hover {
    filter: brightness(0.8);
}

.post-media-single.nohover:hover {
    filter: brightness(1);
    cursor: unset;
}

.post-media-single.ytb {
    width: 100%;
    aspect-ratio: 16/9;
}


.post-media-single.ytb>iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: none;
}

.post-media.double {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px;
    column-gap: 4px;
}

.post-media.triple {
    height: 419px !important;
}

.post-media div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    position: revert-rule;
}

.post-media div>img:hover,
.post-media div>video:hover {
    filter: brightness(0.8);
}

.post-media div>img,
.post-media div>video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: var(--Neutral-Neutral-200);
    filter: brightness(1);
    transition: filter 0.2s;
}

.post-media.triple .expandable-audio-player.expanded {
    width: 100%;
    height: 100%;
    border-radius: unset;
}

.post-media.triple .expandable-audio-player.collapsed {
    width: 100%;
    height: 100%;
    border-radius: unset;
}

.post-media>div:nth-child(1) {
    grid-row: 1 / span 2;
}

.phonedisable {
    display: block;
}

.post-statistics {
    display: flex;
    padding: 20px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-bottom: 2px solid var(--Neutral-Neutral-400, #2E213A);
}

.post-statistics-container {
    display: flex;
    width: 781px;
    align-items: center;
    gap: 32px;
}

.post-statistics-container-contents {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
    align-self: stretch;
}

.post-statistics-container-contents p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    flex: 1 0 0;
    overflow: hidden;
    color: var(--Neutral-Neutral-1000);
    text-overflow: ellipsis;

    /* Caption 1/700 - Bold */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: -0.14px;
    text-align: left;
    margin: 0;
}

.post-statistics-container-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.post-statistics-container-actions-button {
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s;
}

.post-statistics-container-actions-button:hover {
    background: var(--Neutral-Neutral-400);
}

.post-statistics-container-actions-button.likeButton.liked svg>path {
    fill: #FF5A5A;
    stroke: #fa7171;
}

.post-statistics-container-actions-button.likeButton.liked svg {
    animation: liked;
    animation-duration: 400ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}


.post-statistics-container-actions-button.likeButton.liked svg>path#path2 {
    opacity: 0;
}

.post-statistics-container-actions-button.likeButton.liked:hover svg>path#path2 {
    opacity: 1 !important;
}

.post-statistics-container-actions-button.likeButton:hover svg>path {
    stroke: #fa7171;
}

.post-statistics-container-actions-button.likeButton.liked:hover svg>path {
    fill: #b52929;
    stroke: #711515;
}

@keyframes liked-effect {
    0% {
        pointer-events: none;
    }

    100% {
        pointer-events: all;
    }
}

@keyframes liked {
    0% {
        scale: 1;
        pointer-events: none;
    }

    40% {
        scale: 1.32;
    }

    50% {
        scale: 1.3;
    }

    80% {
        scale: 0.95;
    }

    100% {
        scale: 1;
        pointer-events: all;
    }
}

.post-statistics-container-actions-button img {
    width: 20px;
    height: 20px;
}

.post-statistics-container-actions-button p {
    color: var(--Neutral-Neutral-900);

    /* Caption 1/500 -Medium */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: -0.14px;
    margin: 0;
}

@keyframes post-edited {
    0% {
        box-shadow: 0 0 0 0 var(--Primary-Primary-400);
    }

    50% {
        box-shadow: 0 0 15px 5px var(--Primary-Primary-400);
    }

    60% {
        box-shadow: 0 0 15px 5px var(--Primary-Primary-400);
    }

    100% {
        box-shadow: 0 0 0 0 var(--Primary-Primary-400);
    }
}

.store-container {
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.store-category-description {
    color: var(--Neutral-Neutral-900, #C5B5D5);

    /* Body 2/400 - Normal */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.16px;
    margin: 0;
    text-align: left;
    padding-left: 20px;
}

.store-search {
    display: none;
    width: 80%;
    padding: 10px 16px;
    gap: 16px;
    border-radius: 8px;
    border: 1px solid var(--Wireframe, var(--Neutral-Neutral-600));
    background: var(--Neutral-Neutral-300);
    margin: calc(50px + env(safe-area-inset-top, 0px)) auto;
}

.store-category-title {
    color: var(--Primary-Primary-800, #E6B3F6);
    font-family: Be Vietnam Pro;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.018em;
    text-align: left;
    padding-top: 25px;
    padding-left: 20px;
    margin: 0;
}

.store-banner {
    display: flex;
    padding-left: 20px;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    width: auto;
    height: 415px;
    background-image: none;
    border-radius: 30px;
    background-size: cover;
}

.store-banner-logo {
    width: 250px;
    padding-right: 20px;
}

.store-banner-items {
    display: flex;
    overflow-x: unset;
    align-items: center;
}

.store-padding {
    line-height: 100px;
}

.store-new-item-div {
    display: flex;
    width: 250px;
    flex-direction: column;
    align-items: center;
    border-radius: 12px;
    background: var(--Neutral-Neutral-300, #23192C);
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    cursor: pointer;
    transform: scale(0.95);
}

.store-item-loading {
    background-color: var(--Neutral-Neutral-500);
    border-radius: 25px;
    height: 100%;
    width: 100%;
    animation: store-item-loading-pulse 1.5s infinite;
}

@keyframes store-item-loading-pulse {
    0% {
        background-color: var(--Neutral-Neutral-500);
    }

    50% {
        background-color: var(--Neutral-Neutral-400);
    }

    100% {
        background-color: var(--Neutral-Neutral-500);
    }
}

.store-new-item-preview {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}

.store-new-item-preview-image {
    width: 250px;
    height: 200px;
    flex-shrink: 0;
    background-image: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.store-new-item-preview-image-music {
    width: 250px;
    height: 200px;
    flex-shrink: 0;
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.store-new-item-preview-image-title {
    display: flex;
    width: 250px;
    height: 100px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.store-new-item-preview-image-theme {
    display: flex;
    width: 250px;
    height: 200px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    overflow: hidden;
}

.store-new-item-details {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-bottom: 1.5px solid var(--Neutral-Neutral-500, #392948);
    background: var(--Neutral-Neutral-400, #2E213A);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.store-new-item-title {
    color: var(--Primary-Primary-800, #E6B3F6);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    text-align: left;
    line-height: 28px;
    letter-spacing: -0.28px;
    margin: 0;
    overflow: hidden;
}

.store-new-item-type {
    color: var(--Neutral-Neutral-700, #977AB3);

    /* Caption 1/600 - Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: -0.14px;
    margin: 0;
}

.store-new-item-preview-tag {
    position: absolute;
    right: 10px;
    top: 10px;
    background: var(--Gradient-Gradient-TL);
    color: var(--Neutral-Neutral-200);
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 12px;
    box-shadow: 0px 0px 8px 0px var(--Nightlight);
}

.store-new-item-preview-tag p {
    color: var(--Neutral-Neutral-1100);

    /* Caption 2/700 - Bold */
    font-family: "Montserrat";
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 16px;
    /* 133.333% */
    letter-spacing: -0.12px;
    margin: 0;
}

.store-new-item-details-a {
    display: flex;
    width: 235px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.store-new-item-details-tags {
    display: flex;
    width: 235px;
    justify-content: left;
    align-items: center;
    gap: 5px;
}

.store-new-item-details-tags-price {
    display: flex;
    padding: 6px 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    background: var(--Neutral-Neutral-500, #392948);
}

.store-new-item-details-tags-price p {
    color: var(--Primary-Primary-700, #D680F0);

    /* Caption 2/700 - Bold */
    font-family: "Be Vietnam Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 133.333% */
    letter-spacing: -0.12px;
    margin: 0;
}

.store-new-item-details-tags-compatibility {
    display: flex;
    padding: 1px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    background: var(--Neutral-Neutral-500, #392948);
}

.store-new-item-details-tags-compatibility img {
    width: 25.6px;
}

.store-new-item-details-tags-type {
    display: flex;
    padding: 6px 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
}

.store-new-item-details-tags-type p {
    color: var(--Primary-Primary-700, #D680F0);

    /* Caption 2/700 - Bold */
    font-family: "Be Vietnam Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 133.333% */
    letter-spacing: -0.12px;
    margin: 0;
}

.store-new-item-details-title {
    display: flex;
    width: 235px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.store-new-item-details-info {
    display: flex;
    width: 235px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.store-new-item-details-info-author {
    display: flex;
    width: 235px;
    align-items: flex-start;
    gap: 2px;
}

.store-new-item-details-info-author-a {
    color: var(--Neutral-Neutral-700, #977AB3);

    /* Caption 1/500 -Medium */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: -0.14px;
    margin: 0;
}

.store-new-item-details-info-author-b {
    color: var(--Primary-Primary-800, #E6B3F6);

    /* Caption 1/600 - Semibold */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: -0.14px;
    margin: 0;
}

.store-new-item-details-info-description {
    color: var(--Neutral-Neutral-1000, #DCD3E6);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    height: 24px;
    /* Body 2/500 - Medium */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    /* 150% */
    letter-spacing: -0.192px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.store-item-div {
    display: inline-table;
    position: sticky;
    max-width: 200px;
    height: 300px;
    max-height: 350px;
    background-color: var(--Neutral-Neutral-200);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.418);
    cursor: pointer;
    margin: 10px 10px;
    z-index: 1;
    transition: all 0.5s;
    border-radius: 5px;
    transform: scale(1);
}

.store-new-item-div:hover {
    box-shadow: 0px 3px 0px var(--Primary-Primary-700);
}

.store-item-preview {

    display: block;
    max-width: 200px;
    height: 200px;
    object-fit: cover;
    transition: all 1s;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;

}

.store-item-price-tag {
    width: 60px;
    height: 30px;
    background-color: #4b8ce5;
    position: absolute;
    left: 5px;
    top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.store-item-discord-tag {
    width: 70px;
    height: 30px;
    background-color: #7258e6;
    position: absolute;
    left: 70px;
    top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.store-item-price {
    color: var(--Neutral-Neutral-1100);
}


.store-item-title {
    font-weight: bold;
    color: rgb(255, 255, 255);
    font-size: smaller;
    margin-left: 5px;
}

.store-item-description {
    font-weight: normal;
    color: rgb(203, 203, 203);
    font-size: x-small;
    margin-left: 5px;

}

.store-item-details {
    font-weight: normal;
    color: rgb(158, 158, 158);
    font-size: x-small;
    margin-left: 5px;

}

.store-item-full-div {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.589);
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
}

.store-item-full-picture {
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
}

.store-item-full-picture-preview {
    display: none;
    position: absolute;
    z-index: 0;
    width: 210px !important;
    height: 210px;
    object-fit: cover;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
}

.store-item-full-picture img {
    width: 300px;
    z-index: 1;
}

.store-item-full-close {
    display: none;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.store-item-full-close p {
    text-decoration: underline;
}

.store-item-full {
    width: 1000px;
    height: 80%;
    background-color: var(--Neutral-Neutral-200);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.418);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    position: relative;
    overflow: auto;
    padding-right: 30px;
    padding-left: 30px;
}

.store-item-full-side {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    margin: auto;
}


.store-item-full-button-container {
    width: 50%;
}

.store-item-full-button-container.full {
    width: 60%;
}

.store-item-full-button {
    width: 25%;
    height: 50px;
    background-color: var(--Primary-Primary-300);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    flex-direction: row;
    gap: 10px;
}

.store-item-full-loading {
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.store-item-full-loading.shown {
    display: flex;
}

.store-item-full-loading img {
    width: 50px;
    height: 50px;
}

.store-item-full-button.purchase {
    background-color: var(--Neutral-Neutral-500);
}

.store-item-full-button.loading {
    background-color: var(--Neutral-Neutral-300);
    cursor: not-allowed;
}

.store-item-full-button.compatibility {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.store-item-full-button:hover {
    background-color: var(--Primary-Primary-400);
}

.store-item-full-stellnix {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 3px;
    background: var(--Neutral-Neutral-500);
    border-radius: 15px;
    gap: 4px;
    width: 100%;
    box-sizing: border-box;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.store-item-full-stellnix p {
    font-size: 11px;
    margin: 0;
}

.store-item-full-stellnix img {
    width: 25px;
}


/* Emoji selector */

.emojiselector {
    display: none;
    width: 350px;
    height: 0px;
    background: var(--Neutral-Neutral-100);
    align-items: flex-start;
    align-content: flex-start;
    gap: 8px;
    align-self: stretch;
    flex-wrap: wrap;
    z-index: 2;
    border-radius: 20px;
    border: 2px solid var(--Neutral-Neutral-300);
    padding: 8px;
    position: relative;
    overflow-y: auto;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
    transition: height 0.5s;
}

.emojiselector-item {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 15px;
    border: 1.5px solid var(--Neutral-Neutral-300);
    background: transparent;
    transition: 0.2s;
}

.emojiselector-item:hover {
    background: var(--Neutral-Neutral-300);
}

.emojiselector-item-preview {
    width: 35px;
    height: 35px;
    cursor: pointer;
    transition: 0.4s;
}

.emojiselector-item-preview:hover {
    transform: scale(1.15);
}


@keyframes nameplate-floating {
    0% {
        transform: translate(-80px, 0px);
        opacity: 1;
    }

    50% {
        transform: translate(-80px, 15px);
        opacity: 0.5;
    }

    100% {
        transform: translate(-80px, -0px);
        opacity: 1;
    }
}

@keyframes nameplate-floating-phone {
    0% {
        transform: translate(0px, 0px);
        opacity: 1;
    }

    50% {
        transform: translate(0px, 15px);
        opacity: 0.5;
    }

    100% {
        transform: translate(0px, -0px);
        opacity: 1;
    }
}

/* Post Upload Progress */

.postProgress {
    display: flex;
    width: 424px;
    min-width: 424px;
    max-width: 488px;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    border-radius: 8px;
    border: 2px solid var(--Neutral-Neutral-600);
    background: var(--Neutral-Neutral-400);
    position: relative;
    top: 5%;
    right: -500px;
    text-decoration: none;
    animation: notification-activate 1s ease-out forwards;
    z-index: 1000;
}

.postProgress.finished {
    box-shadow: 0 0 0 0 transparent;
    animation: postProgress-finished 1s ease forwards, notification-disable 1s 2s ease-out forwards;
}

.postProgress-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.postProgress-header-info {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
}

.postProgress-header-info-thumb {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}

.postProgress-header-info-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1 0 0;
}

.postProgress .bar {
    width: 100%;
    height: 10px;
    border-radius: 8px;
    background-color: var(--Neutral-Neutral-200);
}

.postProgress .bar .inner {
    width: 0%;
    height: 10px;
    border-radius: 8px;
    background: var(--Gradient-Gradient-TL);
    transition: width 0.3s ease-out;
}

@keyframes postProgress-finished {
    0% {
        box-shadow: 0 0 0 0 var(--Nightlight);
        right: 10px;
    }

    50% {
        box-shadow: 0 0 6px 2px var(--Nightlight);
        right: 10px;
    }

    60% {
        box-shadow: 0 0 6px 2px var(--Nightlight);
        right: 10px;
    }

    100% {
        box-shadow: 0 0 0 0 var(--Nightlight);
        right: 10px;
    }
}


/* Popup Notifs */

.notification {
    display: flex;
    width: 424px;
    min-width: 424px;
    max-width: 488px;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    border-radius: 8px;
    border: 2px solid var(--Neutral-Neutral-600);
    background: var(--Neutral-Neutral-400);
    position: relative;
    top: 5%;
    right: -500px;
    text-decoration: none;
}

.notification.enabled {
    animation: notification-activate 1s ease-out forwards, notification-disable 1s 4s ease-in forwards;
}

.notification-bucket {
    display: flex;
    width: 500px;
    position: fixed;
    right: 0;
    top: 82px;
    flex-direction: column;
    z-index: 3;
    gap: 5px;
}

@keyframes notification-activate {
    0% {
        right: -500px;
    }

    100% {
        right: 10px;
    }
}

@keyframes notification-disable {
    0% {
        right: 10px;
    }

    100% {
        right: -500px;
    }
}

.notification-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.notification-header-info {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
}

.notification-header-info-thumb {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}

.notification-header-info-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1 0 0;
}

.postBreak {
    clear: none;
    line-height: 100%;
}

.account-div {
    display: block;
    margin-top: 25px;
    width: 75%;
    margin: auto;
    margin-top: 25px;
    max-width: 1000px;
}

.referral-invite {
    display: none;
    flex-direction: column;
    width: 100%;
    height: 100px;
}

.referral-invite p {
    color: rgba(255, 255, 255, 0.6);
    text-align: left;
    margin: 0;
}

.referral-invite-user {
    display: flex;
    flex-direction: row;
    gap: 8px;
    background: var(--Neutral-Neutral-400);
    padding: 8px;
    border-radius: 14px;
}

.referral-invite-user img {
    border-radius: 50%;
    object-fit: cover;
}

.referral-invite-user p {
    color: var(--Neutral-Neutral-1000);
}

.referral-invite-user-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.signdivs {
    display: flex;
    margin: auto;
    width: 500px;
    background-color: rgba(0, 0, 0, 0.4);
    border: none;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
    padding: 12px;
    box-sizing: border-box;
}

.sign-buttons {
    width: 130px;
    background-color: rgba(255, 255, 255, 0.30);
    height: 50px;
    display: inline-block;
    margin-left: 45px;
    box-shadow: 0px 0px 5px 0px var(--Neutral-Neutral-1100);
    border-radius: 15px;
}

.nl-buttons {
    width: 320px;
    background-color: var(--Primary-Primary-400);
    height: 48px;
    display: block;
    border-radius: 8px;
    transition: all;
    transition-duration: 0.5s;
    border: none;
    color: var(--Neutral-Neutral-1100);
    text-decoration: none;
}

.nl-buttons:hover {
    background-color: var(--Neutral-Neutral-1100);
    color: var(--Primary-Primary-400);
}

.sign-background {
    background-image: url('/icon/background/nightlight-background.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation-name: sign-background;
    animation-duration: 1s;
}

@keyframes sign-background {
    0% {
        background-size: 150%;
    }

    100% {
        background-size: 100%;
    }
}

@keyframes sign-background-small {
    0% {
        background-size: 250vh;
    }

    100% {
        background-size: 200vh;
    }
}

.account {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;
}

.account-header {
    display: flex;
    width: 80%;
    padding: 24px 305px;
    flex-direction: column;
    align-items: center;
    position: fixed;
    z-index: 2;
}

.account-header-div {
    display: flex;
    padding: 0px 80px;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
}

.account-header-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
}

.account-header-search {
    display: flex;
    min-width: 704px;
    max-width: 1016px;
    padding: 10px 16px;
    gap: 16px;
    border-radius: 8px;
    border: 1px solid var(--Wireframe, var(--Neutral-Neutral-600));
    background: var(--Neutral-Neutral-300);
}

.account-header-search.explore {
    width: 704px;
    box-sizing: border-box;
    min-width: unset;
}

.account-header-search-icon {
    width: 24px;
    height: 24px;
}

.account-header-banner-div {
    width: 100%;
    position: absolute;
    height: 384px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.account-header-banner {
    position: absolute;
    width: 100%;
    height: 384px;
    z-index: -1;
    object-fit: cover;
}

.account-header-banner-blur {
    position: absolute;
    width: 100%;
    height: 384px;
    z-index: -1;
    object-fit: cover;
    filter: blur(20px);
    transform: translateY(10px);
}

.account-header-contents {
    display: flex;
    padding: 4px 0px;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
}

.account-header-contents-points {
    display: flex;
    height: 40px;
    padding: 0px 15px;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid var(--Wireframe, var(--Neutral-Neutral-600));
    background: var(--Neutral-Neutral-300);
}

.account-header-contents-points-number {
    color: var(--Neutral-Neutral-1100);
    text-align: right;

    /* Caption 1/500 - Medium */
    font-family: Be Vietnam Pro;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: -0.14px;
}

.account-header-contents-points-text {

    color: var(--Neutral-Neutral-900);

    /* Caption 1/500 - Medium */
    font-family: Be Vietnam Pro;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.14px;

}

.account-header-contents-icons {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.account-header-contents-icons svg {
    width: 24px;
    height: 24px;
}

.account-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
}

.account-main-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    position: relative;
}

.account-main-header-container {
    display: flex;
    padding: 336px 80px 0px 65px;
    align-items: flex-end;
    gap: 32px;
    align-self: stretch;
}

.account-main-header-container-avatar-div {
    display: flex;
    width: 200px;
    height: 200px;
    justify-content: center;
    align-items: center;
}

.account-main-header-container-avatar {
    display: flex;
    width: 184px;
    height: 184px;
    position: relative;
    justify-content: center;
    align-items: center;
    border-radius: 120px;
    background-size: 100%;
    background-position: 100%;
    object-fit: cover;
}

.account-main-header-container-avatar-decoration {
    display: flex;
    width: 262px;
    height: 262px;
    position: absolute;
    justify-content: center;
    align-items: center;
    background-size: 100%;
    background-position: 100%;
    background-image: none;
}

.account-main-header-container-heading {
    display: flex;
    padding-bottom: 40px;
    align-items: flex-start;
    gap: 62px;
    flex: 1 0 0;
}

.account-main-header-container-heading-contents {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
}

.account-main-header-container-heading-contents-head {
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    height: 35px;
}

.account-main-header-container-heading-contents-head-name {
    display: flex;
    align-items: center;
    gap: 6px;
}

.account-main-header-container-heading-contents-head-name p {
    color: var(--Neutral-Neutral-1100);

    /* H5/600 - Semi Bold */
    font-family: Be Vietnam Pro;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    /* 120% */
    letter-spacing: -0.54px;
}

.account-main-header-container-heading-contents-stats {
    display: flex;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    height: 25px;
}

.account-main-header-container-heading-contents-stats>div {
    display: flex;
    gap: 5px;
    cursor: pointer;
}

.account-main-header-container-heading-contents-stats>div:hover .account-main-header-container-heading-contents-stats-b {
    text-decoration: underline;
}

.account-main-header-container-heading-contents-stats-a {
    color: var(--Neutral-Neutral-1000);

    /* Body 2/500 - Medium */
    font-family: Be Vietnam Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.16px;
}

.account-main-header-container-heading-contents-stats-b {
    color: var(--Neutral-Neutral-900);

    /* Body 2/500 - Medium */
    font-family: Be Vietnam Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.16px;
}

.account-main-header-container-heading-contents-details {
    display: none;
    align-items: center;
    gap: 6px;
    align-self: stretch;
    height: 20px;
}

.account-main-header-container-heading-action {
    display: flex;
    align-items: center;
    gap: 9px;
}

.account-main-header-container-heading-action-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
}

.account-main-header-container-heading-action-buttons.followed .account-main-header-container-heading-action-buttons-follow {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: var(--Neutral-Neutral-400);
}

.account-main-header-container-heading-action-buttons-follow {
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    background: linear-gradient(to right, var(--Primary-Primary-500), var(--Secondary-Secondary-400));
    height: 26px;
    color: var(--Neutral-Neutral-1000);
    font-family: Be Vietnam Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.16px;
    cursor: pointer;
    transition: background 0.3s;
    border: solid 1.3px var(--Neutral-Neutral-500);
}

.account-main-header-container-heading-action-buttons.followed .account-main-header-container-heading-action-buttons-follow:hover {
    background: var(--Danger-Danger-300) !important;
}

.account-main-header-container-heading-action-buttons-follow-bell {
    display: none;
    height: 46px;
    background-color: var(--Neutral-Neutral-400);
    width: 46px;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    cursor: pointer;
    transition: background-color 0.3s;
    border: solid 1.3px var(--Neutral-Neutral-500);
}

.account-main-header-container-heading-action-buttons-follow-bell:active {
    transform: scale(0.95);
}

.account-main-header-container-heading-action-buttons-follow-bell:hover {
    background-color: var(--Neutral-Neutral-600);
}

.account-main-header-container-heading-action-buttons.followed .account-main-header-container-heading-action-buttons-follow-bell {
    display: flex;
}

.account-main-header-container-heading-action-buttons-message {
    display: flex;
    padding: 10px;
    justify-content: center;
    border-radius: 50%;
    background: var(--Neutral-Neutral-400);
    cursor: pointer;
    transition: background 0.3s, scale 0.2s;
    text-decoration: none;
    color: var(--Neutral-Neutral-1100);
    height: 46px;
    width: 46px;
    box-sizing: border-box;
    border: solid 1.3px var(--Neutral-Neutral-500);
    scale: 1;
}

.account-main-header-container-heading-action-buttons-message:hover {
    background: var(--Neutral-Neutral-600);
}

.account-main-header-container-heading-action-buttons-message:active {
    scale: 0.95;
}


.account-main-section {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    min-height: 100%;
}

.account-main-section-contents {
    display: flex;
    padding: 0px 65px;
    align-items: flex-start;
    gap: 80px;
    flex: 1 0 0;
}

.account-main-section-contents-bio {
    display: flex;
    width: 208px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.account-main-section-contents-bio-about {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
}

.account-main-section-contents-bio-headline {
    align-self: stretch;
    color: var(--Neutral-Neutral-1100);
    text-align: left;

    /* Subheadline/500 - Medium */
    font-family: Be Vietnam Pro;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 140% */
    letter-spacing: -0.28px;
}

.account-main-section-contents-bio-description {
    color: var(--Neutral-Neutral-900);
    text-align: left;
    margin-top: -10px;

    /* Caption 1/500 - Medium */
    font-family: Be Vietnam Pro;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: -0.14px;
    word-break: break-word;
}

/* Nightlight custom text formatting */
.account-main-section-contents-bio-description .bold {
    font-weight: bold;
    /* always 1px bigger than the original font size */
    font-size: calc(1em + 1px);
}

.account-main-section-contents-bio-description .italic {
    font-style: italic;
}

.account-main-section-contents-bio-description .strikethrough {
    text-decoration: line-through;
}

/* header font-sizes are based on most browser's default values */
.account-main-section-contents-bio-description .header1 {
    display: inline-block;
    margin-bottom: 0.5em;
    font-size: 2em;
    line-height: 1.2;
}

.account-main-section-contents-bio-description .header2 {
    display: inline-block;
    margin-bottom: 0.5em;
    font-size: 1.5em;
}

/* this one is a smol header so like -# text here */
.account-main-section-contents-bio-description .header5 {
    color: var(--Primary-Primary-700);
    font-size: .83em;
}

.account-main-section-contents-bio-description .spoiler {
    background-color: var(--Neutral-Neutral-500);
    color: var(--Neutral-Neutral-500);
    transition: all 0.3s ease;
    user-select: none;
    cursor: pointer;
    border-radius: 4px;
    padding-left: 2px;
    padding-right: 2px;
}

.account-main-section-contents-bio-description .spoiler.revealed {
    background-color: var(--Neutral-Neutral-400);
    color: var(--Neutral-Neutral-900);
}

.account-main-section-contents-bio-createdat {
    color: var(--Neutral-Neutral-900);
    text-align: left;

    /* Caption 1/500 - Medium */
    font-family: Be Vietnam Pro;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: -0.14px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.account-main-section-contents-bio-badges {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.account-main-section-contents-bio-badges-wrap {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 8px;
    align-self: stretch;
    flex-wrap: wrap;
}

.account-main-section-contents-bio-badge {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    border: 1.5px solid #2F2638;
    background: var(--Neutral-Neutral-300);
}

.account-main-section-contents-bio-connections {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.account-main-section-contents-bio-connections-wrap {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 8px;
    align-self: stretch;
    flex-direction: column;
    width: 200px;
    min-height: 50px;
}

.account-main-section-contents-bio-connection {
    display: flex;
    position: relative;
    width: 200px;
    height: 40px;
    padding: 8px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    border: 1.5px solid var(--Neutral-Neutral-400);
    --bg-image: var(--Neutral-Neutral-300);
    --bg-filter: none;
    overflow: hidden;
    text-decoration: none;
}

.account-main-section-contents-bio-connection p {
    display: block;
    max-width: 129px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

.account-main-section-contents-bio-connection::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bg-image);
    /* Inherit the background of the parent */
    background-size: cover;
    background-position: center;
    filter: var(--bg-filter);
    /* Apply blur to background only */
    z-index: -1;
    /* Place behind the content */
}

.account-main-section-contents-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
    width: 1000px;
}

.account-main-section-contents-container-head {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    overflow-x: auto;
    scrollbar-width: none;
    border-bottom: solid 1px var(--Neutral-Neutral-400);
}

.account-main-section-contents-container-head-tab {
    display: flex;
    padding: 12px 21px;
    align-items: flex-start;
    gap: 8px;
    background: transparent;
    height: 25px;
    align-items: center;
    cursor: pointer;
    border-bottom: solid 1px transparent;
    transition: border-bottom 0.4s ease;
}

.account-main-section-contents-container-head-tab:hover {
    border-bottom: solid 1px var(--Neutral-Neutral-700);
}

.account-main-section-contents-container-head-tab.selected {
    border-bottom: solid 1px var(--Neutral-Neutral-700);
}

.account-main-section-contents-container-head-options {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    overflow-x: auto;
    scrollbar-width: none;
}

.account-main-section-contents-container-head-options.general {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    overflow-x: auto;
    scrollbar-width: none;
}

.account-main-section-contents-container-head-options.specific {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    overflow-x: hidden;
    scrollbar-width: none;
    opacity: 0;
    width: 90px;
    padding-left: 0px;
    border-left: solid 1px transparent;
    transition: all 0.5s ease;
}

.account-main-section-contents-container-head-options.specific.open {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    opacity: 1;
    border-left: solid 1px var(--Neutral-Neutral-400);
    padding-left: 16px;
    transition: all 0.5s ease;
}

.account-main-section-contents-container-head-options-tab {
    display: flex;
    padding: 7px 13px;
    align-items: flex-start;
    gap: 8px;
    border-radius: 8px;
    background: transparent;
    height: 25px;
    align-items: center;
    cursor: pointer;
    border: solid 1px var(--Neutral-Neutral-400);
}

.account-main-section-contents-container-head-options-tab:hover {
    background: var(--Neutral-Neutral-300);
}

.account-main-section-contents-container-head-options-tab.selected {
    background: var(--Neutral-Neutral-300);
}

.home-user-following-activity {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 0;
    gap: 15px;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.home-user-following-activity::-webkit-scrollbar {
    display: none;
}

.home-main {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    margin-top: 50px;
}

.home-main-row {
    display: flex;
    padding: 0px 80px 24px 120px;
    align-items: flex-start;
    align-self: stretch;
    position: fixed;
    z-index: 1;
    transition: all 0.6s ease-in-out;
    margin-top: 0px;
}

.home-main-row.hidden {
    margin-top: -61px;
    opacity: 0;
}

.home-main-contents {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
}

.home-category-div {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-category-menu {
    display: flex;
    padding: 24px;
    width: 800px;
    max-height: 355px;
    background-color: var(--Neutral-Neutral-200);
    flex-direction: column;
    align-items: center;
    border: 1px solid var(--Neutral-Neutral-300);
    border-radius: 24px;
}

.home-category-items {
    display: flex;
    flex-direction: row;
    gap: 8px;
    overflow-y: auto;
    flex-wrap: wrap;
}

.home-main-row-contents-category {
    display: flex;
    padding: 2px 25px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 24px;
    border: 1px solid var(--Neutral-Neutral-600);
    background: var(--Neutral-Neutral-300);
    height: 40px;
    text-decoration: none;
    transition: 0.3s;
    transform: none;
    cursor: pointer;
}

.home-main-row-contents-category.active {
    background: var(--catColor);
}

.home-main-row-contents-category:hover {
    background: var(--catColor);
    transform: scale(0.95);
}

.home-main-row-contents-category p {
    color: var(--Neutral-Neutral-1000);
}

.home-main-row-contents-category.sortable-chosen {
    opacity: 0.4;
}

.home-main-row-contents-category.sortable-chosen:not(.sortable-ghost) {
    visibility: hidden;
}

.home-main-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
    flex-shrink: 0;
    align-self: stretch;
    margin-top: 100px;
}

.home-main-container-main {
    display: flex;
    width: 746px;
    flex-direction: column;
    gap: 24px;
}

.home-main-container-column {
    display: flex;
    width: 285px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.home-main-container-column-upload {
    display: flex;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 16px;
    background: var(--Neutral-Neutral-300);
    border: 1px solid var(--Neutral-Neutral-600);
    cursor: pointer;
    transform: none;
    transition: 0.3s;
    color: var(--Neutral-Neutral-1000);
}

.home-main-container-column-upload:hover {
    background: var(--Neutral-Neutral-600);
    transform: scale(0.95);
}


.home-main-container-column-notification {
    display: flex;
    height: 400px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 16px;
    background: var(--Neutral-Neutral-300);
    border: 1px solid var(--Neutral-Neutral-600);
    overflow: hidden;
}

.home-main-container-column-notification-header {
    display: flex;
    padding: 8px 23px 0px 24px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.home-main-container-column-notification-header-contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.home-main-container-column-notification-container {
    display: flex;
    height: 100%;
    padding: 0px 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex-shrink: 0;
    align-self: stretch;
}

.home-notification {
    display: flex;
    padding: 6px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    background: transparent;
    min-height: 44px;
    transition: 0.2s;
    cursor: pointer;
    text-decoration: none;
}

.home-notification:hover {
    background: var(--Neutral-Neutral-600);
}

.home-notification-content {
    display: flex;
    align-items: center;
    gap: 14px;
    align-self: stretch;
}

.home-notification-content-avatar {
    display: flex;
    width: 32px;
    height: 32px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    border-radius: 50%;
    background: #706380;
    object-fit: cover;
}

.home-user-following-activity-tab {
    display: flex;
    align-items: center;
    height: 50px;
    gap: 12px;
    align-self: stretch;
    cursor: pointer;
    background: linear-gradient(90deg, var(--Neutral-Neutral-500) 0.32%, var(--Neutral-Neutral-200) 95.95%);
    padding: 8px;
    border: 1px solid var(--Neutral-Neutral-600);
    border-radius: 15px;
    animation-name: none;
    animation-duration: 5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    background-size: 200% 200%;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: -100%;
    text-decoration: none;
    flex-shrink: 0;
}

.home-user-following-activity-tab-self {
    display: flex;
    align-items: center;
    width: 50px;
    height: 50px;
    gap: 12px;
    align-self: stretch;
    cursor: pointer;
    background: linear-gradient(90deg, var(--Neutral-Neutral-500) 0.32%, var(--Neutral-Neutral-200) 95.95%);
    padding: 8px;
    border: 1px solid var(--Neutral-Neutral-600);
    border-radius: 15px;
    animation-name: none;
    animation-duration: 5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    background-size: 200% 200%;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: -100%;
    text-decoration: none;
    flex-shrink: 0;
    transition: all 0.3s ease-out;
    overflow: hidden;
}

.home-user-following-activity-tab-self:hover {
    width: 250px;
}

.home-user-following-activity-tab:hover {
    background-image: linear-gradient(45deg, var(--Neutral-Neutral-500) 0.32%, var(--Neutral-Neutral-200) 95.95%);
}

.home-user-following-activity-tab-nameplate {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
    min-width: 150px;
    padding: 0px 10px 0px 5px;
    position: relative;
}

.home-user-following-activity-tab-nameplate-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1.5px solid rgba(220, 211, 230, 0.25);
    background: none;
    flex-shrink: 0;
}

.home-user-following-activity-tab-nameplate-avatar.decoration {
    position: absolute;
    width: 55px;
    height: 55px;
    margin-left: -7px;
    border: none;
}

.home-user-following-activity-tab-nameplate-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.home-user-following-activity-tab-nameplate-user {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1 0 0;
    gap: 2px;
    text-decoration: none;
}

.home-user-following-activity-tab-nameplate-user-username {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    align-self: stretch;
    overflow: hidden;
    color: var(--Neutral-Neutral-900);
    text-overflow: ellipsis;
    font-family: "Be Vietnam Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.16px;
    margin: 0;
    text-align: left;
}

.home-user-following-activity-tab-nameplate-user-customstatus {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    align-self: stretch;
    overflow: hidden;
    color: var(--Neutral-Neutral-700);
    text-overflow: ellipsis;
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.16px;
    margin: 0;
    text-align: left;
}

.home-user-following-activity-tab-nameplate-user-status {
    color: var(--Neutral-Neutral-700);
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 133.333% */
    letter-spacing: -0.12px;
    margin: 0;
    text-align: left;
    opacity: 0.5;
}

.home-user-following-activity-tab-notifications {
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #423054;
}

.home-user-following-activity-tab-notifications p {
    color: #C7B8D6;
    font-family: "Be Vietnam Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 133.333% */
    letter-spacing: -0.12px;
}


.sidebar-chatbubble {
    width: 90%;
    height: 80px;
    background: transparent;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 15px;
    border-radius: 30px;
    transition: 0.3s;
}

.sidebar-chatbubble:hover {
    background: linear-gradient(90deg, var(--Neutral-Neutral-500) 0.32%, var(--Neutral-Neutral-200) 95.95%);
}

.home-notification-content-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;

}

.home-notification-content-content-title {
    align-self: stretch;
    color: var(--Primary-Primary-900);

    /* Body 2/600 - Semi Bold */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.16px;
    margin: 0;
    text-align: left;
}

.home-notification-content-content-text {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.home-notification-content-content-text-content {
    display: -webkit-box;
    color: var(--Primary-Primary-900);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;

    /* Caption 2/500 - Medium */
    font-family: "Be Vietnam Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 133.333% */
    letter-spacing: -0.12px;
    text-align: left;
    margin: 0;
    overflow: hidden;
    overflow-wrap: anywhere;
}


.account-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 75%;
    height: 300px;
    border-radius: 40px;
    margin: auto;
    max-width: 1000px;

}

.account-banner-img {
    border-radius: 40px;
    margin: auto;
    object-fit: cover;
    position: absolute;
}

.account-stats {
    float: left;
    width: 250px;
    height: 250px;
    background-color: var(--Neutral-Neutral-300);
    border-radius: 40px;
    margin-left: 25px;

}

.account-info {
    float: left;
    width: 100%;
    height: auto;
    background-color: var(--Neutral-Neutral-300);
    border-radius: 40px;
    z-index: 0;
    position: relative;

}

/*.account-description {
    float: left;
    width: 350px;
    height: 400px;
    background-color: var(--Neutral-Neutral-300);
    margin: auto;

}
Has been merged with .account-info
*/


.suggestions-div {
    float: left;
    width: 42%;
    height: 250px;
    background-color: var(--Neutral-Neutral-300);
    border-radius: 40px;
    margin-left: 25px;
}

.mal-div {
    float: left;
    position: relative;
    width: 71%;
    height: 200px;
    background: var(--Neutral-Neutral-300);
    background-position: center;
    background-size: cover;
    border-radius: 40px;
    margin-left: 25px;
    margin-top: 25px;
}

.mal-div-img {
    display: block;
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    padding: 15px;
    cursor: pointer;
    float: left;
}

.nl-input {
    display: block;
    margin: auto;
    border: none;
    background-color: #31313F;
    color: var(--Neutral-Neutral-1100);
    width: 320px;
    height: 40px;
    border-radius: 6px;
    outline: none;
    padding: 0px 7px;
}

.nl-input:focus {
    outline: 2px solid #A700AE;
}

.nl-input-new2 {
    width: 40%;
    height: 40px;
    background-color: var(--Neutral-Neutral-100);
    position: absolute;
    left: 50%;
    top: 20%;
    border-radius: 10px;
    border-color: transparent;
    color: var(--Neutral-Neutral-900);
    transition: all 0.2s ease-out;
    outline: solid transparent 2px;
    padding: 8px;
}

.nl-input-new2.relative {
    position: relative;
    width: auto;
    height: auto;
    left: unset;
    top: unset;
}

.nl-input-new2:focus {
    outline: solid var(--Primary-Primary-400) 2px;
}

.nl-upload-preview {
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    gap: 9px;
}

.nl-upload-preview img,
.nl-upload-preview video,
.nl-upload-preview audio {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.nl-upload-preview>div {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border: solid 1.5px var(--Neutral-Neutral-400);
    box-sizing: border-box;
    border-radius: 9px;
    overflow: hidden;
}

.nl-upload-preview>div:hover .remove {
    opacity: 1;
}

.nl-upload-preview .remove {
    display: block;
    position: absolute;
    top: 5%;
    right: 5%;
    background-color: var(--Neutral-Neutral-200);
    padding: 7px;
    border-radius: 5px;
    transition: opacity 0.2s;
    opacity: 0;
    cursor: pointer;
}

.nl-upload-preview>div:hover .spoiler {
    opacity: 1;
}

.nl-upload-preview .spoiler {
    display: block;
    position: absolute;
    top: 5%;
    right: calc(30px + 5%);
    background-color: var(--Neutral-Neutral-200);
    padding: 7px;
    border-radius: 5px;
    transition: opacity 0.2s;
    opacity: 0;
    cursor: pointer;
}

.nl-button {
    display: block;
    margin: auto;
    border: none;
    background-color: var(--Neutral-Neutral-100);
    color: var(--Neutral-Neutral-1100);
    border: solid;
    box-shadow: 1px 2px 1px 1px #ae1adb;
    width: 80px;
    height: 30px;
    cursor: pointer;
    border-radius: 15px;
}

.nl-button:hover {
    background-color: #302f2f;
}

.nl-button-new {
    display: block;
    margin: auto;
    border: none;
    background-color: var(--Neutral-Neutral-400);
    color: var(--Neutral-Neutral-1100);
    width: 80px;
    height: 30px;
    cursor: pointer;
    border-radius: 15px;
    font-family: Be Vietnam Pro;
}

.nl-button-new:hover {
    background-color: var(--Neutral-Neutral-500);
}

.nl3-button {
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1.2px var(--Neutral-Neutral-500);
    background-color: var(--Neutral-Neutral-400);
    color: var(--Neutral-Neutral-1100);
    width: auto;
    height: auto;
    padding: 0px 16px;
    border-radius: 15px;
    gap: 10px;
    transition: all 0.3s ease-out;
    cursor: pointer;
}

.nl3-button:hover {
    background-color: var(--Neutral-Neutral-500);
}

.accountSearch {
    display: block;
    margin: -100px 50px;
}

.accountSearchBorder {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: solid;
    border-color: var(--Nightlight);
    border-radius: 10px;
    border-width: 1px;
    transform: scale(1.0, 1.0);
    opacity: 0;
    animation-name: none;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.accountSearchBorder:hover {
    animation-name: searchBorder;
}

@keyframes searchBorder {
    0% {
        transform: scale(1.0, 1.0);
        opacity: 1;
    }

    100% {
        transform: scale(1.1, 1.1);
        opacity: 0;
    }
}

.twitchAccountLive {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: solid;
    border-color: #860d18;
    border-radius: 40px;
    transform: scale(1.0, 1.0);
    opacity: 0;
    animation-name: twitchLive;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes twitchLive {
    0% {
        transform: scale(1.0, 1.0);
        opacity: 1;
    }

    100% {
        transform: scale(1.05, 1.05);
        opacity: 0;
    }
}

.postBreak {
    clear: both;
}

.post {
    margin-left: 100px;
}

.posts {
    margin-left: 265px;
    overflow: hidden;
}

.phonenav {
    display: none;
    height: 60px;
    width: 100%;
    bottom: 0;
    position: fixed;
    background-color: var(--Neutral-Neutral-200);
    z-index: 3;
}

.account-stats-level {
    margin: auto;
    width: 50px;
    height: 50px;
    background-color: var(--Neutral-Neutral-200);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: solid;
    border-color: var(--Neutral-Neutral-1100);
}

.infobanner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: auto;
    /*background-color: var(--Neutral-Neutral-200);*/
    margin: auto;
    position: fixed;
    /*border: solid;
    border-radius: 20px;
    border-color: #ae1adb;
    border-width: 5px;*/
    z-index: 5;
}

.sidenav {
    display: flex;
    width: 264px;
    height: 100%;
    align-items: flex-start;
    flex-shrink: 0;
    border-right: 1.5px solid var(--Wireframe, var(--Neutral-Neutral-600));
    background: var(--Neutral-Neutral-300);
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 2;
}

.sidenav-content {
    display: flex;
    width: 264px;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
}

.sidenav-nav {
    display: flex;
    height: 100%;
    padding: 32px 24px 0px 24px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
    align-self: stretch;
}

.sidenav-header {
    display: flex;
    text-decoration: none;
}

.sidenav-line {
    height: 1px;
    flex-shrink: 0;
    align-self: stretch;
    background-color: var(--Neutral-Neutral-600);
}

.sidenav-navigation {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    gap: 8px;
}

.sidenav-navitem {
    display: flex;
    padding: 2px 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    height: 50px;
    background: none;
    cursor: pointer;
    text-decoration: none;
}

.sidenav-navitem:hover {
    background: linear-gradient(93deg, var(--Neutral-Neutral-500) 4.32%, var(--Neutral-Neutral-300) 99.95%);
}

.sidenav-navitem-content {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
}

.sidenav-navitem-content p {
    color: var(--Neutral-Neutral-900);

    /* Body 1/500 - Medium */
    font-family: Be Vietnam Pro;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 144.444% */
    letter-spacing: -0.216px;
}

.sidenav-navitem-badge {
    display: none;
    padding: 5px 8px;
    justify-content: center;
    align-items: center;
    background-color: var(--Neutral-Neutral-400);
    border: solid 1px var(--Neutral-Neutral-500);
    border-radius: 5px;
}

.sidenav-navitem-badge p {
    color: var(--Neutral-Neutral-1100);

    /* Caption 2/600 - Semi Bold */
    font-size: 12px;
    font-style: normal;
    line-height: 16px;
    /* 133.333% */
    letter-spacing: -0.12px;
    margin: 0;
}

.sidenav-class {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    gap: 8px;
}

.sidenav-category {
    display: flex;
    padding: 0px 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
}

.sidenav-category-content {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
}

.sidenav-category-content p {
    color: var(--Neutral-Neutral-900);

    /* Body 1/600 - Semi Bold */
    font-family: Be Vietnam Pro;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 144.444% */
    letter-spacing: -0.216px;
}

.sidenav-category-badge {
    display: flex;
    padding: 0px 11px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: var(--Neutral-Neutral-600);
    height: 33px;
}

.sidenav-category-badge p {
    color: var(--Neutral-Neutral-1100);

    /* Caption 2/600 - Semi Bold */
    font-family: Be Vietnam Pro;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    /* 133.333% */
    letter-spacing: -0.12px;
}

.sidenav-profile {
    display: flex;
    width: 100%;
    max-width: 216px;
    height: 90px;
    background-image: url("/icon/profile/nlwallpaper.png");
    background-size: 137%;
    background-position: center center;
    border-radius: 14px;
    background-repeat: no-repeat;
}

.announcement {
    display: flex;
    width: 100vw;
    height: 100vh;
    background: rgba(24, 17, 30, 0.35);
    backdrop-filter: blur(8px);
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: fixed;
    z-index: 3;
}

.announcement.hidden {
    display: none;
}

.announcement-modal-back {
    width: 484px;
    height: 650px;
    position: absolute;
    transform: rotate(-4.789deg);
    flex-shrink: 0;
    border-radius: 16px;
    border: 2px solid var(--Neutral-Neutral-400, #2E213A);
    background: var(--Neutral-Neutral-300, #23192C);
    box-shadow: 0px 447px 125px 0px rgba(13, 9, 16, 0.00), 0px 286px 114px 0px rgba(13, 9, 16, 0.01), 0px 161px 97px 0px rgba(13, 9, 16, 0.05), 0px 72px 72px 0px rgba(13, 9, 16, 0.09), 0px 18px 39px 0px rgba(13, 9, 16, 0.10);
}

.announcement-modal-context {
    display: flex;
    width: 424px;
    max-height: 580px;
    padding: 32px;
    flex-direction: column;
    gap: 24px;
    flex-shrink: 0;
    border-radius: 16px;
    border: 2px solid var(--Neutral-Neutral-600, #423054);
    background: var(--Neutral-Neutral-400, #2E213A);
    z-index: 1;
}

.announcement#dailyreward-div .announcement-modal-context {
    background-image: url('https://assets.night-light.cz/landing/nightys-humble-reward4.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.announcement-context-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
}

.announcement-context-title h1 {
    color: var(--Primary-Primary-800, #E6B3F6);
    text-align: center;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 36px;
    /* 120% */
    letter-spacing: 0.36px;
    align-self: stretch;
    margin: 0;
}

.announcement-modal-context p {
    color: var(--Primary-Primary-800, #E6B3F6);

    /* Caption 1/500 -Medium */
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: -0.14px;
    align-self: stretch;
    margin: 0;
}

.announcement-context-button {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: var(--Primary-Primary-500, #B51BE4);
    cursor: pointer;
    text-decoration: none;
}

.announcement-context-button.negative {
    background: var(--Neutral-Neutral-300);
    border: solid 1.2px var(--Neutral-Neutral-600);
}

.announcement-context-button:hover {
    background: var(--Primary-Primary-900, #F7E6FC);
}

.announcement-context-button.negative:hover {
    background: var(--Neutral-Neutral-600);
}

.announcement-context-button:hover p {
    color: var(--Primary-Primary-500, #B51BE4);
}

.announcement-context-button p {
    color: var(--Primary-Primary-900, #F7E6FC);

    /* Body 2/500 - Medium */
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.192px;
    margin: 0;
}

.switch {
    display: inline-block;
    height: 29px;
    position: absolute;
    width: 55px;
    right: 25px;
}

.switch input {
    display: none;
}

.slider {
    background-color: var(--Neutral-Neutral-900);
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

.slider:before {
    background-color: var(--Neutral-Neutral-1100);
    bottom: 4px;
    content: "";
    height: 21px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 21px;
}

input:checked+.slider {
    background-color: var(--Primary-Primary-300);
}

input:checked+.slider:before {
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.sidenav-profile-cover {
    width: 100%;
    height: 100%;
    display: flex;
    backdrop-filter: blur(1px) brightness(0.8);
    border-radius: 15px;
}

.sidenav-profile-cover-preview {
    margin-left: 25px;
    margin-top: 10px;
    display: block;
}

.sidenav-profile-cover-preview-a {
    width: auto;
    height: auto;
    background-color: transparent;
    display: flex;
    justify-content: center;
}

.sidenav-profile-cover-preview-a-b {
    height: 70px;
    display: block;
    width: 70px;
}

.sidenav-profile-cover-preview-a-b-c {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 0 12px 0px black;
}

.sidenav-profile-cover-level {
    width: 100px;
    height: 70px;
    margin: auto;
    margin-top: auto;
    display: flex;
    justify-content: center;
    margin-top: 22px;
}

.sidenav-profile-cover-level-bar {
    width: 10px;
    height: 63px;
    background-color: red;
    border-radius: 4px;
    transform: translate(-8px);
    box-shadow: 0 0 10px 0px black;
}

.sidenav-profile-cover-level-xp {
    width: 100%;
    height: 0%;
    background-color: var(--Neutral-Neutral-1100);
    border-radius: 4px;
}

.sidenav-profile-cover-level-text {
    color: var(--Neutral-Neutral-1100);
    font-size: 16px;
    margin: 0;
    text-align: left;
    text-shadow: 0px 0px 11px black;
}

.sidenav-profile-cover-level-text-count {
    color: var(--Neutral-Neutral-900);
    margin: 0;
    text-align: left;
    font-size: 25px;
    text-shadow: 0px 0px 11px black;
}

.header-button-account {
    display: inline;
    z-index: 2;
    margin: -73px 86%;
}

.header-button-upload {
    display: inline;
    z-index: 2;
    margin: -75px 90%;
}

.header-nightlight {
    font-size: 290%;
    line-height: 10%;
    letter-spacing: 5px;
}

.notifications-div {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    z-index: 4;
}

.notifications-menu {
    display: block;
    margin: 100px auto;
    width: 50%;
    height: 70%;
    background-color: var(--Neutral-Neutral-200);
    border-radius: 15px;
    animation-name: "";
    animation-duration: 2s;
    overflow: auto;
}

.commentsview-div {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: 4;
    justify-content: center;
    flex-direction: row;
    padding: 100px;
    box-sizing: border-box;
    backdrop-filter: blur(2px);
    --bg-image: url('/icon/profile/nlwallpaper.png');
}

.commentsview-div::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    opacity: 0.08;
    /* 50% opacity */
    z-index: -1;
    /* Place it behind other content */
}

.commentsview-div.disableTransitions::before {
    background-image: none;
}


.commentsview-menu {
    display: flex;
    flex-direction: column;
    width: 500px;
    height: 100%;
    background-color: var(--Neutral-Neutral-200);
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: auto;
    position: relative;
    padding: 25px;
    box-sizing: border-box;
    z-index: 0;
    border-left: solid 1.5px var(--Neutral-Neutral-400);
}

.commentsview-menu-div {
    display: flex;
    max-width: 61%;
    width: auto;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #0D0910B8 url('/icon/nightlight-pattern3.png');
    background-blend-mode: color-dodge;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    overflow: hidden;
}

.commentsview-menu-div>.menu {
    display: flex;
    height: 50px;
    width: 320px;
    justify-content: space-evenly;
    align-items: center;
    z-index: 1;
    position: absolute;
    bottom: 15px;
    opacity: 0;
    transition: opacity 0.4s;
}

.commentsview-menu-div>.menu>.item {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    transition: scale 0.2s, background-color 0.2s;
    background-color: #18111E8F;
    border-radius: 11px;
    padding: 5px;
    box-sizing: border-box;
    cursor: pointer;
    scale: 1;
    border: solid 1.5px var(--Neutral-Neutral-300);
}

.commentsview-menu-div:hover .menu {
    opacity: 1;
}

.commentsview-menu-div>.menu>.item:hover {
    background-color: var(--Neutral-Neutral-300);
}

.commentsview-menu-div>.menu>.item:active {
    scale: 0.9;
}

.commentsview-menu-div>.menu>.arrow.left {
    transform: rotate(90deg);
}

.commentsview-menu-div>.menu>.arrow.right {
    transform: rotate(-90deg);
}

.commentsview-media {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.commentsview-menu-div img,
.commentsview-menu-div video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.commentsview-postpreview {
    display: none;
    max-width: 100%;
    max-height: 100%;
    box-shadow: -12px 0 30px 6px #000000a3;
    z-index: 1;
    object-fit: scale-down;
}

.commentsview-menu-input {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.commentsview-menu-input>.inputBar {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.commentsview-menu-input>.replyPreview {
    display: none;
    background-color: var(--Neutral-Neutral-400);
    width: 100%;
    height: 35px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    justify-content: flex-start;
    align-items: center;
    padding: 2px 8px;
    box-sizing: border-box;
    gap: 7px;
    position: relative;
}

.commentsview-menu-input>.mediaPreview {
    display: flex;
    max-width: 100%;
    width: auto;
    max-height: 80px;
    height: auto;
    background-color: var(--Neutral-Neutral-400);
    border-radius: 12px;
}

.commentsview-menu-input>.nl-upload-preview {
    display: none;
    height: 100px;
    border-bottom: none;
    justify-content: flex-start;
    padding-bottom: 8px;
}

.commentsview-menu-input>.nl-upload-preview.visible {
    display: flex;
}

.commentsview-menu-input>.nl-upload-preview>div {
    width: auto;
}

.commentsview-menu-input>.emojiselector {
    width: 100% !important;
    border: 1px solid var(--Neutral-Neutral-400);
    box-sizing: border-box;
    border-top: none;
}

.commentsview-menu-input>.inputBar>.actionMenu {
    display: flex;
    gap: 5px;
    box-sizing: border-box;
    position: absolute;
    right: 10px;
    align-self: flex-start;
    top: 10px;
}

.commentsview-menu-input>.inputBar>.actionMenu.left {
    right: unset;
    left: 10px;
}

.commentsview-menu-input>.inputBar>.actionMenu>svg,
.commentsview-menu-input>.inputBar>.actionMenu>label {
    cursor: pointer;
    background-color: var(--Neutral-Neutral-200);
    padding: 3px;
    border-radius: 8px;
    border: solid 1px var(--Neutral-Neutral-300);
}

.commentsview-menu-input.visibleReply>.replyPreview {
    display: flex;
}

.commentsview-menu-input textarea {
    padding: 12px 83px 12px 48px;
    background: var(--Neutral-Neutral-100);
    margin: 0;
}

.commentsview-menu-input.visibleReply textarea {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
    margin: 0;
}

.commentsview-menu-input.visibleReply>.replyPreview>img {
    width: 25px;
    height: 25px;
    object-fit: cover;
    border-radius: 50%;
}

.commentsview-menu-input.visibleReply>.replyPreview>p {
    display: -webkit-box;
    max-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 12px;
    color: var(--Neutral-Neutral-900);
    text-align: left;
}

.commentedit-div {
    top: 0;
    left: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 6;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
}

.commentedit-div>.menu {
    display: flex;
    margin: 50px auto;
    width: 500px;
    height: 350px;
    background-color: var(--Neutral-Neutral-200);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    border: solid var(--Neutral-Neutral-300) 1px;
}


.settings-div {
    top: 0;
    left: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 4;
}

.settings-content-title {
    margin: 0;
    text-align: left;
    max-width: 300px;
    font-size: 19px;
}

.settings-content-description {
    margin: 0;
    color: var(--Neutral-Neutral-800);
    text-align: left;
    max-width: 300px;
    font-size: 15px;
}

.settings-content-devices-item {
    display: flex;
    gap: 39px;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: var(--Neutral-Neutral-300);
    border: solid 1.2px var(--Neutral-Neutral-500);
    justify-content: space-evenly;
    align-items: center;
}

.settings-content-devices-item.active {
    border: solid 1.2px var(--Primary-Primary-500);
    background-color: var(--Primary-Primary-100);
}

.settings-content-devices-item-details {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.settings-content-devices-item-details p {
    margin: 0;
    text-align: center;
}

.settings-item {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.settings-form {
    width: 440px;
    max-width: 100%;
}

.settings-connections-items {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.settings-connections-item {
    width: 350px;
    height: auto;
    border-radius: 10px;
    background-color: var(--Neutral-Neutral-300);
    display: block;
    box-shadow: var(--Nightlight) 0px 4px 0px 0px;
    padding: 23px;
    box-sizing: border-box;
    border: solid var(--Neutral-Neutral-500);
}

.settings-connections-item-service {
    display: flex;
    width: auto;
    height: auto;
    align-items: center;
    gap: 12px;
    align-items: center;
}

.settings-connections-item-service img {
    width: 60px;
}

.upload-div {
    top: 0;
    left: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 4;
}

.loading-div {
    left: 0;
    top: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 6;
    justify-content: center;
    align-items: center;
}

.progress-div {
    left: 0;
    top: 0;
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 6;
    background: rgba(28, 22, 34, 0.7);
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-fill-mode: forwards;
    animation-name: none;
    -webkit-animation-name: none;
    animation-direction: reverse;
    -webkit-animation-direction: reverse;
    backdrop-filter: blur(10px);
}

@keyframes progress-background {
    0% {
        background: rgba(28, 22, 34, 0);
        backdrop-filter: blur(0px);

    }

    100% {
        background: rgba(28, 22, 34, 1);
        backdrop-filter: blur(10px);
    }
}

@keyframes loading-finish-logo {
    0% {
        opacity: 1;
        width: 200px;
        height: 200px;
    }

    100% {
        opacity: 0;
        width: 800px;
        height: 800;
    }
}

@keyframes loading-finish {
    0% {
        background: rgba(0, 0, 0, 0.6);
    }

    100% {
        background: rgba(0, 0, 0, 0.0);
    }
}

@keyframes loading-logo {
    0% {
        opacity: 0.5;
        width: 200px;
        height: 200px;
    }

    50% {
        opacity: 1;
        width: 300px;
        height: 300px;
    }

    100% {
        opacity: 0.5;
        width: 200px;
        height: 200px;
    }
}

@keyframes loading-text {
    0% {
        opacity: 0;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.settings-menu {
    display: flex;
    margin: 50px auto;
    width: 80%;
    height: 80%;
    background-color: var(--Neutral-Neutral-200);
    border-radius: 15px;
    /*animation-name: "settings-menu-anim";
    -webkit-animation-name: "settings-menu-anim";
    animation-duration: 2s;
    -webkit-animation-duration: 2s;*/
    overflow: hidden;
    position: relative;
    border: solid var(--Neutral-Neutral-300) 1px;
}

.settings-menu-sidenav {
    height: 100%;
    width: 240px;
    position: relative;
    z-index: 3;
    margin-top: 0;
    margin-left: 0;
    background-color: var(--Neutral-Neutral-100);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    flex-shrink: 0;
    border-right: solid var(--Neutral-Neutral-300) 1px;
}

.settings-menu-sidenav a {
    display: flex;
    padding: 4px 18px 4px 18px;
    text-decoration: none;
    font-size: 25px;
    transition: 0.3s;
    cursor: pointer;
    background-color: var(--Neutral-Neutral-100);
    align-items: center;
    gap: 7px;
    border-bottom: solid var(--Neutral-Neutral-200) 1px;
    box-sizing: border-box;
}

.settings-menu-sidenav a:hover {
    background-color: var(--Neutral-Neutral-200);
}

.settings-menu-sidenav a.enabled {
    background-color: var(--Neutral-Neutral-200);
}

.upload-menu {
    display: flex;
    margin: auto auto;
    position: relative;
    width: 500px;
    background-color: var(--Neutral-Neutral-200);
    border-radius: 15px;
}

.editpost-menu {
    display: block;
    margin: auto auto;
    position: relative;
    width: 80%;
    height: 80%;
    background-color: var(--Neutral-Neutral-200);
    border-radius: 15px;
}

.editpost-content {
    display: flex;
    margin: auto;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.upload-input {
    border: none;
    resize: none;
    width: 100%;
    min-height: 50px;
    padding: 15px 24px;
    align-self: stretch;
    border-radius: 8px;
    background: var(--Neutral-Neutral-300);
    color: var(--Neutral-Neutral-800);
    font-family: be vietnam pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 50px;
    scrollbar-width: none;
    max-height: 170px;
    border: 1.5px solid var(--Neutral-Neutral-400, #2E213A);
    outline: none;
}

.upload-menu-button {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: var(--Neutral-Neutral-200);
    border-radius: 15px;
    border: solid var(--Neutral-Neutral-400) 1px;
    padding: 10px;
    gap: 7px;
    box-sizing: border-box;
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.upload-menu-button.active {
    background-color: var(--Neutral-Neutral-400);
}

.upload-menu-button:hover {
    background-color: var(--Neutral-Neutral-300);
}

.upload-menu-button img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.selector-menu {
    display: none;
    /* flex; */
    position: absolute;
    width: 85%;
    border-radius: 15px;
    background-color: var(--Neutral-Neutral-200);
    overflow-y: auto;
    overflow-x: hidden;
    top: 25%;
    left: auto;
    flex-direction: column;
    z-index: 5;
    box-shadow: 0px 0px 29px 13px var(--Neutral-Neutral-100);
    box-sizing: border-box;
}

.selector-menu a {
    display: flex;
    position: relative;
    width: 100%;
    height: 111px;
    justify-content: center;
    align-items: center;
    background-size: 100%;
    background-position: center;
    text-decoration: none;
    transform: none;
    box-shadow: none;
    transition: all 0.5s;
    flex-direction: column;
    border-bottom: solid 1px var(--Neutral-Neutral-500);
    cursor: pointer;

}

.selector-menu a:hover {
    background-color: var(--Neutral-Neutral-400);
}

.selector-menu a>h1 {
    font-size: 15px;
    margin: 0;
}

.selector-menu a>p {
    font-size: 14px;
    margin: 0;
}

.likeslist-menu {
    display: block;
    margin: auto auto;
    position: relative;
    width: 300px;
    height: 400px;
    border-radius: 15px;
    background-color: var(--Neutral-Neutral-200);
    overflow-y: auto;
    overflow-x: hidden;
}

.likeslist-menu a {
    display: flex;
    margin: auto auto;
    position: relative;
    width: 100%;
    height: 60px;
    background-image: none;
    justify-content: center;
    align-items: center;
    background-size: 100%;
    background-position: center;
    text-decoration: none;
    transform: none;
    box-shadow: none;
    transition: all 0.5s;
}

.likeslist-menu a:hover {
    background-size: 130%;
}

.likeslist-menu p {
    margin-left: 10px;
}

.likeslist-menu img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.likeslist-adiv {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(0px) brightness(0.3);
    -webkit-backdrop-filter: blur(0px) brightness(0.3);
    animation: none;
    /*transition: all 0.5s;*/
}

.likeslist-adiv:hover {
    /*backdrop-filter: blur(5px) brightness(0.2);
    -webkit-backdrop-filter: blur(5px) brightness(0.2);*/
    animation: blur-in 500ms 0.5s forwards;
}

/* because chromium is a bitch */
@keyframes blur-in {
    from {
        backdrop-filter: blur(0px) brightness(0.3);
        -webkit-backdrop-filter: blur(0px) brightness(0.3);
    }

    to {
        backdrop-filter: blur(5px) brightness(0.2);
        -webkit-backdrop-filter: blur(5px) brightness(0.2);
    }
}

@-webkit-keyframes settings-menu-anim {
    0% {
        opacity: 0;
        width: 0;
    }

    80% {
        width: 80%;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes settings-menu-anim {
    0% {
        opacity: 0;
        width: 0;
    }

    80% {
        width: 80%;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes settings-menu-anim {
    0% {
        opacity: 0;
        width: 0;
    }

    80% {
        width: 80%;
    }

    100% {
        opacity: 1;
    }
}

@keyframes settings-menu-anim {
    0% {
        opacity: 0;
        width: 0;
    }

    80% {
        width: 80%;
    }

    100% {
        opacity: 1;
    }
}

@keyframes upload-menu-anim {
    0% {
        opacity: 0;
        width: 0;
    }

    80% {
        width: 80%;
    }

    100% {
        opacity: 1;
    }
}

@keyframes sidenav-open {
    0% {
        opacity: 0;
        width: 0;
    }

    100% {
        opacity: 1;
        width: 80%;
    }
}

@keyframes sidenav-menu-open {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-90deg);
    }
}

@keyframes sidenav-menu-close {
    0% {
        transform: rotate(-90deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes sidenav-close {
    0% {
        opacity: 1;
        width: 80%;
    }

    100% {
        opacity: 0;
        width: 0;
    }
}

.welcome-media {
    display: block;
}

.settings-content {
    width: 100%;
    padding-bottom: 0;
    overflow: auto;
}

/*

    Inventory Items

*/

.inventory-content {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: auto;
}

.inventory-content-category {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 70px;
    height: 100%;
}

.item-div {
    display: inline-flex;
    width: 150px;
    height: 150px;
    background-color: var(--Neutral-Neutral-300);
    border: solid;
    border-color: var(--Neutral-Neutral-400);
    border-width: 4px;
    margin: 6px 6px;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    border-radius: 20px;
    float: left;
    transform: scale(1, 1);
    transition: 0.3s all;
    overflow: hidden;
}

.item-div:hover {
    border-color: var(--Neutral-Neutral-500);
    transform: scale(1.1, 1.1);
}

.item-div.equipped {
    border-color: var(--Secondary-Secondary-300);
}

.item-div.equip {
    animation-name: equipItem;
    animation-duration: 0.7s;
    animation-timing-function: ease-out;
}

@keyframes equipItem {
    0% {
        box-shadow: 0 0 0px 0px var(--Secondary-Secondary-300);
    }

    30% {
        box-shadow: 0 0 13px 8px var(--Secondary-Secondary-300);
    }

    100% {
        box-shadow: 0 0 0px 0px var(--Secondary-Secondary-300);
    }
}

.item-image {
    display: block;
    width: 100%;
    border-radius: 20px;
}

.item-full-div {
    width: 63%;
    height: 80%;
    background-color: var(--Neutral-Neutral-200);
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 2;
}




/* 
    Profile Animations 
*/

.profileanimations {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background-color: transparent;
    animation-name: profileanimations-div;
    animation-duration: 2s;
    z-index: 2;
}



.profileanimations-pridefulcolors {
    width: 100%;
    height: 100%;
    display: none;
    visibility: hidden;
}

.profileanimations-pridefulcolors div:nth-child(1) {
    width: 100vw;
    height: 16vh;
    position: relative;
    left: 0;
    animation-name: pridefulcolors;
    animation-duration: 800ms;
    visibility: hidden;
}

.profileanimations-pridefulcolors div:nth-child(2) {
    width: 100vw;
    height: 16vh;
    position: relative;
    left: 0;
    animation-name: pridefulcolors;
    animation-duration: 1s;
    visibility: hidden;
}

.profileanimations-pridefulcolors div:nth-child(3) {
    width: 100vw;
    height: 16vh;
    position: relative;
    left: 0;
    animation-name: pridefulcolors;
    animation-duration: 1.2s;
    visibility: hidden;
}

.profileanimations-pridefulcolors div:nth-child(4) {
    width: 100vw;
    height: 16vh;
    position: relative;
    left: 0;
    animation-name: pridefulcolors;
    animation-duration: 1.4s;
    visibility: hidden;
}

.profileanimations-pridefulcolors div:nth-child(5) {
    width: 100vw;
    height: 16vh;
    position: relative;
    left: 0;
    animation-name: pridefulcolors;
    animation-duration: 1.6s;
    visibility: hidden;
}

.profileanimations-pridefulcolors div:nth-child(6) {
    width: 100vw;
    height: 16vh;
    position: relative;
    left: 0;
    animation-name: pridefulcolors;
    animation-duration: 1.8s;
    visibility: hidden;
}

.profileanimations-coffeetime {
    width: 100%;
    height: 100%;
    background-image: url("//night-light.cz/icon/animations/nightycoffee-small.png");
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
    justify-content: center;
    animation-name: coffeetime-icon;
    animation-duration: 2s;
    visibility: hidden;
    gap: 100px;
}

.profileanimations-coffeetime img:nth-child(1) {
    width: 100px;
    height: 100px;
    position: relative;
    top: 250px;
    animation-name: coffeetime;
    animation-duration: 800ms;
    opacity: 0;
    transform: rotate(0deg);
}

.profileanimations-coffeetime img:nth-child(2) {
    width: 100px;
    height: 100px;
    position: relative;
    top: 500px;
    animation-name: coffeetime;
    animation-duration: 1s;
    opacity: 0;
    transform: rotate(0deg);
}

.profileanimations-coffeetime img:nth-child(3) {
    width: 100px;
    height: 100px;
    position: relative;
    top: 50px;
    animation-name: coffeetime;
    animation-duration: 1.2s;
    opacity: 0;
    transform: rotate(0deg);
}

.profileanimations-coffeetime img:nth-child(4) {
    width: 100px;
    height: 100px;
    position: relative;
    top: 600px;
    animation-name: coffeetime;
    animation-duration: 1.4s;
    opacity: 0;
    transform: rotate(0deg);
}

.profileanimations-coffeetime img:nth-child(5) {
    width: 100px;
    height: 100px;
    position: relative;
    top: 100px;
    animation-name: coffeetime;
    animation-duration: 1.6s;
    opacity: 0;
    transform: rotate(0deg);
}

.profileanimations-coffeetime img:nth-child(6) {
    width: 100px;
    height: 100px;
    position: relative;
    top: 300px;
    animation-name: coffeetime;
    animation-duration: 1.8s;
    opacity: 0;
    transform: rotate(0deg);
}

.profileanimations-frozenrain {
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
}

.profileanimations-frozenrain img {
    visibility: hidden;
    animation-name: profileanimations-frozenrain-a;
    aspect-ratio: 1 / 1;
    animation-duration: 1.8s;
    width: 200px;
    height: 200px;
}

.profileanimations-frozenrain div {
    position: absolute;
    animation-name: profileanimations-frozenrain;
    background-image: url("/icon/profile/animation/snowflake.png");
    width: 50px;
    height: 50px;
    background-size: contain;
    top: -50%;
}

.profileanimations-frozenrain :nth-child(1) {
    animation-duration: 1.8s;
    left: 10%;
}

.profileanimations-frozenrain :nth-child(2) {
    animation-duration: 1.8s;
    animation-delay: 0.6s;
    left: 20%;
    width: 70px;
    height: 70px;
}

.profileanimations-frozenrain :nth-child(3) {
    animation-duration: 1.8s;
    animation-delay: 0.4s;
    left: 30%;
    width: 100px;
    height: 100px;
}

.profileanimations-frozenrain :nth-child(4) {
    animation-duration: 1.8s;
    animation-delay: 0.6s;
    left: 40%;
}

.profileanimations-frozenrain :nth-child(5) {
    animation-duration: 1.8s;
    animation-delay: 0.8s;
    left: 50%;
}

.profileanimations-frozenrain :nth-child(6) {
    animation-duration: 1.8s;
    left: 60%;
    width: 100px;
    height: 100px;
}

.profileanimations-frozenrain :nth-child(7) {
    animation-duration: 1.8s;
    animation-delay: 0.2s;
    left: 70%;
}

.profileanimations-frozenrain :nth-child(8) {
    animation-duration: 1.8s;
    animation-delay: 0.4s;
    left: 80%;
}

.profileanimations-frozenrain :nth-child(9) {
    animation-duration: 1.8s;
    animation-delay: 0.6s;
    left: 90%;
    width: 80px;
    height: 80px;
}

.profileanimations-frozenrain :nth-child(10) {
    animation-duration: 1.8s;
    animation-delay: 0.8s;
    left: 100%;
}

@keyframes profileanimations-frozenrain {
    0% {
        top: -5%;
    }

    100% {
        top: 105%;
    }
}

@keyframes profileanimations-frozenrain-a {
    0% {
        visibility: visible;
        width: 5px;
        height: 5px;
        transform: rotateY(0deg);
    }

    20% {
        visibility: visible;
        width: 200px;
        height: 200px;
        transform: rotateY(360deg);
    }

    80% {
        visibility: visible;
        width: 200px;
        height: 200px;
        transform: rotateY(720deg);
    }

    90% {
        visibility: visible;
        transform: rotateY(720deg);
        width: 220px;
        height: 220px;
    }

    100% {
        visibility: visible;
        transform: rotateY(360deg);
        height: 5px;
        width: 5px;
    }
}


@keyframes title-rare {
    0% {
        background-position: 0px 0px;
    }

    100% {
        background-position: 100px 0px;
    }
}

@keyframes title-gay {
    0% {
        background-position: 0px 0px;
    }

    100% {
        background-position: 400px 0px;
    }
}

.title-backplategay {
    background: linear-gradient(90deg,
            #E40303,
            #FF8C00,
            #FFED00,
            #008026,
            #004CFF,
            #732982,
            #732982,
            #004CFF,
            #008026,
            #FFED00,
            #FF8C00,
            #E40303
            /* Ensures the first and last colors match */
        );
    background-size: 400px 100px;
    /* Defines a single seamless tile */
    animation: title-gay 8s linear infinite;
}

.title-backplatetitaniumwhite {
    background: #FCFFF0;
    color: var(--Neutral-Neutral-600);
}

.title-backplatescarletred {
    background: #C70000;
}

.title-backplatefuchsia {
    background: #ff55ff;
    color: var(--Neutral-Neutral-500);
}

.title-backplatedarkmagenta {
    background: #aa00aa;
}

.title-backplatelimegreen {
    background: #55ff55;
    color: var(--Neutral-Neutral-500);
}

.title-backplateaqua {
    background: #00aaaa;
}

.title-backplateorange {
    background: #ffaa00;
    color: var(--Neutral-Neutral-600);
}

.title-backplatetrans {
    background: linear-gradient(90deg,
            #5BCEFA 0%,
            #5BCEFA 20%,
            #F5A9B8 20%,
            #F5A9B8 40%,
            #FFFFFF 40%,
            #FFFFFF 60%,
            #F5A9B8 60%,
            #F5A9B8 80%,
            #5BCEFA 80%,
            #5BCEFA 100%);

    background-size: 100%;
    color: var(--Primary-Primary-100);
}

.title-backplatesweetest {
    background: repeating-linear-gradient(45deg,
            red,
            red 5%,
            white 5%,
            white 10%);
    background-size: 100px 100px;
    animation: title-rare 8s linear infinite;
    color: var(--Neutral-Neutral-400);
}

.title-backplateauronita {
    background: linear-gradient(90deg, #f715ff 0%, #bdfbff 100%);
    background-size: 100%;
    color: var(--Neutral-Neutral-300);
}

.title-backplatefulloflove {
    background: url('https://assets.night-light.cz/storeitems/fulloflove.gif');
    background-size: cover;
    color: var(--Neutral-Neutral-1100);
    background-position: center;
    background-repeat: repeat-x;
}

/* Community Backplates */

.title-backplateseafoam {
    background: linear-gradient(90deg, rgba(0, 132, 255, 1) 1%, rgba(88, 232, 136, 1) 100%);
    background-size: 100%;
    color: var(--Neutral-Neutral-300);
}

.title-backplateporple {
    background: linear-gradient(135deg, #2e003e 0%, #7b3fbf 100%);
    background-size: 100%;
    color: var(--Neutral-Neutral-1000);
}

.title-backplatefade {
    background: linear-gradient(135deg, rgba(65, 89, 208, 1.000) 0.000%, rgba(200, 79, 192, 1.000) 50.000%, rgba(255, 205, 112, 1.000) 100.000%);
    background-size: 100%;
    color: var(--Neutral-Neutral-300);
}

/* Title Kitsun */

.title-backplatekitsun {
    background: #5eb7ff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
    font-family: Momentz;
}

.title-1 {
    background: repeating-linear-gradient(45deg,
            var(--Primary-Primary-300),
            var(--Primary-Primary-300) 5%,
            var(--Primary-Primary-400) 5%,
            var(--Primary-Primary-400) 10%);
    background-size: 100px 100px;
    animation: title-rare 8s linear infinite;
}

.theme-preview {
    display: block;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg,
            var(--neutral-color) 0%,
            var(--neutral-color) 33%,
            var(--primary-color) 33%,
            var(--primary-color) 66%,
            var(--secondary-color) 66%,
            var(--secondary-color) 100%);

    background-size: 100%;
    color: var(--Primary-Primary-100);
    --neutral-color: var(--Neutral-Neutral-500);
    --primary-color: var(--Primary-Primary-500);
    --secondary-color: var(--Secondary-Secondary-500);
}

.theme-themefrozen {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            #3423A6 0%,
            #3423A6 20%,
            #2E1760 20%,
            #2E1760 40%,
            #F7E6FC 40%,
            #F7E6FC 60%,
            #2E1760 60%,
            #2E1760 80%,
            #3423A6 80%,
            #3423A6 100%);

    background-size: 100%;
}


@keyframes coffeetime {
    0% {
        opacity: 0;
        transform: rotate(0deg);
    }

    20% {
        opacity: 1;
        transform: rotate(-20deg);
    }

    40% {
        opacity: 1;
        transform: rotate(20deg);
    }

    60% {
        opacity: 1;
        transform: rotate(0deg);

    }

    80% {
        opacity: 0;
        transform: rotate(0deg);
    }

    100% {
        opacity: 0;
    }
}

@keyframes coffeetime-icon {
    0% {
        background-size: 0%;
        visibility: visible;
    }

    20% {
        background-size: 23%;
        visibility: visible;
    }

    25% {
        background-size: 20%;
        visibility: visible;
    }

    75% {
        background-size: 20%;
        visibility: visible;
    }

    80% {
        background-size: 23%;
        visibility: visible;
    }

    100% {
        background-size: 0%;
        visibility: hidden;
    }
}

@keyframes profileanimations-div {
    0% {
        visibility: visible;
        background-color: transparent;
    }

    20% {
        background-color: rgba(0, 0, 0, 0.5);
        ;
    }

    80% {
        visibility: visible;
        background-color: rgba(0, 0, 0, 0.5);
        ;
    }

    100% {
        visibility: hidden;
        background-color: transparent;
    }
}

@keyframes pridefulcolors {
    from {
        left: -100%;
        visibility: visible;
    }

    to {
        left: 150%;
        visibility: hidden;
    }
}

.profilemusicdiv {
    position: fixed;
    display: none;
    align-items: center;
    width: 300px;
    height: 50px;
    background-image: url('https://assets.night-light.cz/storeitems/boykissersong.png');
    background-size: 100%;
    background-position: center;
    border-radius: 25px;
    margin: auto;
    bottom: 50px;
    right: 50px;
}

.profilemusicdiv img {
    margin-left: 20px;
}

.profilemusicdiv p {
    margin-left: 10px;
    max-width: 175px;
}

.profilemusicdivstyle {
    width: 100%;
    height: 100%;
    position: absolute;
    backdrop-filter: blur(5px) brightness(0.4);
    -webkit-backdrop-filter: blur(5px) brightness(0.4);
    display: flex;
    align-items: center;
    border-radius: 20px;
}

.profileCustomStatusBox {
    display: none;
    gap: 5px;
    background: var(--Neutral-Neutral-500);
    padding: 6px;
    border-radius: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.settings-content-account-div {
    width: 500px;
    height: auto;
    background-color: var(--Neutral-Neutral-100);
    margin: auto;
    border-radius: 20px;
    border: solid 2px var(--Neutral-Neutral-300);
}

.settings-pronouns {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-top: solid 2px var(--Neutral-Neutral-400);
    margin-top: 15px;
}

.settings-pronouns .selector {
    display: flex;
    align-items: center;
    gap: 10px;
}

.settings-pronouns .bucket {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.settings-pronouns .bucket>span {
    color: white;
    font-family: Be Vietnam Pro;
    display: flex;
    padding: 5px;
    border: solid 1px var(--Neutral-Neutral-600);
    background-color: var(--Neutral-Neutral-400);
    cursor: pointer;
    border-radius: 5px;
}

.settings-pronouns .bucket>span:hover {
    background-color: var(--Neutral-Neutral-500);
    border-color: var(--Danger-Danger-500);
}

.settings-pronouns select option::first-letter {
    text-transform: capitalize;
}


/* Auronita Settings Menu */

.settings-auronita {
    margin: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    flex-direction: column;
    padding: 15px;
    gap: 15px;
    align-items: center;
}

.settings-auronita-status {
    width: 50%;
    max-width: 300px;
    height: auto;
    background-color: var(--Neutral-Neutral-300);
    border: solid 2px var(--Neutral-Neutral-400);
    border-radius: 20px;
    padding: 15px;
}

.settings-auronita-div {
    display: flex;
    gap: 15px;
    justify-content: center;
    padding: 60px;
}

.settings-auronita-preview {
    display: flex;
    padding: 1px 70px 30px;
    flex-direction: column;
    align-items: center;
    width: 358px;
    border-radius: 20px;
    background-color: var(--Neutral-Neutral-300);
    max-width: 50%;
    border: solid 2px var(--Neutral-Neutral-400);
}

.settings-auronita-preview.active {
    border: solid 2px var(--Primary-Primary-300);
    box-shadow: 0px 0px 15px 5px var(--Primary-Primary-300);
}

.settings-auronita-preview.hidden {
    display: none;
}

.settings-auronita-preview>h1 {
    margin: 0;
}

.settings-auronita-preview ul {
    list-style-type: disc;
    padding-left: 20px;
    color: var(--Neutral-Neutral-1100);
    font-family: Be Vietnam Pro;
    gap: 2px;
    display: flex;
    flex-direction: column;
    font-weight: 400;
}

.upload-content-preview {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 5%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 15px;
    box-sizing: border-box;
}

.upload-content-preview.pollActive .nl-upload-preview {
    max-height: 8vh;
}

.upload-poll-creator {
    display: none;
    width: 100%;
    height: auto;
    flex-direction: column;
    gap: 6px;
}

.upload-poll-creator .datePicker {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.upload-poll-creator.visible {
    display: flex;
}

.upload-poll-creator>p {
    text-align: left;
}

.upload-poll-creator>div {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.upload-poll-creator .option {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fullscreenBackground {
    display: flex;
    width: 100vw;
    height: 100vh;
    background-color: #000000a3;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
}

.sendTo {
    display: flex;
    position: fixed;
    top: auto;
    flex-direction: column;
    width: 300px;
    min-height: 130px;
    max-height: 326px;
    background-color: var(--Neutral-Neutral-300);
    border-radius: 15px;
    box-sizing: border-box;
    gap: 4px;
    overflow: hidden;
    padding: 15px;
}

.sendTo .receiver {
    display: flex;
    width: 100%;
    height: 65px;
    padding: 5px;
    box-sizing: border-box;
    align-items: center;
    overflow: hidden;
    gap: 10px;
    position: relative;
}

.sendTo .receiver>img {
    height: 45px;
    width: 45px;
    object-fit: cover;
    border-radius: 50%;
    border: solid 2px var(--Neutral-Neutral-700);
}

.sendTo .receiver>.send {
    position: absolute;
    right: 5px;
    padding: 10px;
    background-color: var(--Neutral-Neutral-500);
    border-radius: 50%;
    border: solid 1px var(--Neutral-Neutral-600);
    scale: 1;
    transition: all 200ms;
    cursor: pointer;
}

.sendTo .receiver>.send:hover {
    background-color: var(--Neutral-Neutral-600);
}

.sendTo .receiver>.send:active {
    scale: 0.98;
}


.sendTo .infoBox {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sendTo .infoBox>p {
    margin: 0;
}

.sendTo .infoBox>span {
    font-family: Be Vietnam Pro;
    font-size: 12px;
    color: var(--Neutral-Neutral-800);
}

.upload-poll-creator .option>input {
    display: block;
    height: 20px;
    padding: 6px;
    border: dashed 2px var(--Neutral-Neutral-400);
    border-radius: 8px;
    box-sizing: content-box;
    background-color: var(--Neutral-Neutral-300);
    color: var(--Neutral-Neutral-900);
    width: 100%;
}

.upload-poll-creator .option>input:focus {
    outline-style: none;
    outline-width: 0px;
}

.upload-poll-creator .option>span {
    display: flex;
    background-color: var(--Neutral-Neutral-500);
    color: var(--Neutral-Neutral-1000);
    height: 100%;
    padding: 8px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-family: Be Vietnam Pro;
    font-size: 13px;
    cursor: pointer;
}

.indexdiv {
    width: 350px;
    height: 155px;
    margin: auto;
}

.mousemenu {
    display: none;
    height: 130px;
    width: 100px;
    z-index: 10;
    position: fixed;
    background-color: var(--Neutral-Neutral-100);
    border: double;
    border-color: var(--Neutral-Neutral-200);
    border-radius: 20px;
}

.mousemenu a {
    height: 20px;
    width: auto;
}

.popupmenu {
    display: none;
    height: auto;
    width: 200px;
    z-index: 2;
    position: absolute;
    background-color: var(--Neutral-Neutral-200);
    border: double;
    border-color: var(--Neutral-Neutral-300);
    border-radius: 20px;
    box-shadow: 0px 0px 27px 0px var(--Neutral-Neutral-100)
}

.popupmenu a {
    background-color: var(--Neutral-Neutral-200);
    display: flex;
    height: 50px;
    width: 100%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    color: var(--Neutral-Neutral-1000);
}

.popupmenu a:hover {
    background-color: var(--Neutral-Neutral-300);
}

.popupmenu-line {
    background-color: var(--Neutral-Neutral-500);
    width: 100%;
    height: 1px;
}

.suggestion {
    display: block;
    width: 200px;
    height: auto;
    background-color: var(--Neutral-Neutral-200);
    border: solid;
    border-radius: 30px;
    border-color: #ae1adb;
    border-width: 5px;

}

.suggestion-button {
    display: flex;
    width: 150px;
    height: 35px;
    background-color: #590e7083;
    border-radius: 10px;
    border: none;
    justify-content: center;
    align-items: center;
}

.quicklaunch {
    display: inline-flex;
    width: 170px;
    height: 200px;
    background-color: #2E2436;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    /*box-shadow: 0px 0px 10px 0px #ae1adb;*/
    box-shadow: 0px 0px 10px 0px #db941a;
}

.category {
    display: inline-flex;
    width: 170px;
    height: 90px;
    position: relative;
    background-image: url("https://night-light.cz/icon/categories/memes-category.png");
    background-size: contain;
    background-position: center;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.6);
    transform: scale(1);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    z-index: 1;
}

.category:hover {
    transform: scale(1.1);
    z-index: 2;
}

.category-background {
    background-color: rgb(29, 43, 19);
    background-position: 0% 0%, 0% 0%;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
    background-image: url("https://night-light.cz/icon/categories/category-background.png"), none;
    background-origin: padding-box, padding-box;
    background-clip: border-box, border-box;
    background-size: 50%;
}

.settings-menu-sidenav-break {
    line-height: 18px;
}

.account-stats-display {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.upload-content-levelhelp {
    width: 100%;
    height: 46px;
    background-color: var(--Neutral-Neutral-300);
    border-radius: 15px;
    border: solid;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: help;
    position: relative;
    border: 1.5px solid var(--Neutral-Neutral-400, #2E213A);
    position: absolute;
    bottom: 0;
}

#postAddedCategory {
    width: 100%;
    height: 50px;
}

#postAddedViews {
    width: 50%;
}

#sidenav-customstatus {
    display: none;
}

#settings-customstatus {
    width: 200px;
}

.account-header-expand {
    display: none;
    justify-content: center;
    height: 30px;
    background: var(--Neutral-Neutral-300);
    padding: 5px;
    border-radius: 50%;
    position: absolute;
    bottom: -22px;
    right: 15px;
    transform: rotate(0deg);
    transition: all 0.3s;
    flex-shrink: 0;
    z-index: 1;
}

.account-header-expand:hover {
    background: var(--Neutral-Neutral-400);
}

.account-bio-location {}

.settings-menu-sidenav a.close {
    background-color: var(--Danger-Danger-200);
}

.settings-menu-sidenav a.close:hover {
    background-color: var(--Danger-Danger-300);
}

.settings-menu-sidenav a.logout:hover {
    background-color: var(--Danger-Danger-300);
}

/* 
    Community
*/

.community {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    width: 100%;
    height: 48px;
    border-radius: 15px;
    background-color: var(--Neutral-Neutral-200);
    transition: all 0.5s;
    gap: 10px;
    cursor: pointer;
}

.community-list {
    display: none;
    flex-direction: column;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 150px;
    border-radius: 15px;
    background-color: var(--Neutral-Neutral-200);
    border: solid var(--Neutral-Neutral-400) 1px;
    overflow-y: auto;
    transition: all 0.5s;
    z-index: 3;
    top: 0;
}

.community a {
    display: flex;
    position: relative;
    width: 100%;
    height: 50px;
    background-image: none;
    justify-content: center;
    align-items: center;
    background-size: 100%;
    background-position: center;
    text-decoration: none;
    transform: none;
    box-shadow: none;
    transition: all 0.5s;
    border-bottom: solid 2px var(--Neutral-Neutral-300);
    /*cursor: pointer;*/
}

/*.community a:hover {
    background-color: var(--Neutral-Neutral-400);
}*/

.community a img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.community a p {
    margin-left: 10px;
}

.upload-menu.media {
    bottom: unset;
    --media-size: unset;
}

@media (min-width: 1100px) {
    .settings-menu-sidenav a.close {
        position: absolute;
        width: 100%;
        bottom: 0;
    }

    .settings-menu-sidenav a.logout {
        position: absolute;
        width: 100%;
        bottom: 58px;
    }
}


@media screen and (max-width: 1550px) {
    .account-main-section-contents {
        gap: 24px;
    }
}

@media screen and (max-width: 1400px) {

    .comment-like.active:hover svg>path#path2 {
        opacity: 0 !important;
    }

    .home-main-container-column {
        display: none;
    }

    .account-header {
        padding: 24px 235px;
    }

    .account-header-contents {
        padding: 4px 20px;
    }

    .account-header-contents-points {
        display: none;
    }

    .home-main-row {
        padding: 0px 80px 24px 50px;
    }
}

@media screen and (max-width: 1100px) {

    .post-statistics-container-actions-button.likeButton.liked svg>path#path2 {
        opacity: 0 !important;
    }

    .post-statistics-container-actions-button.likeButton.liked:hover svg>path#path2 {
        opacity: 0 !important;
    }

    .post-statistics-container-actions-button.likeButton:hover svg>path {
        stroke: #fa7171;
    }

    .post-statistics-container-actions-button.likeButton.liked:hover svg>path {
        fill: #FF5A5A;
        stroke: #fa7171;
    }

    .post-statistics-container-actions-button:hover {
        background: transparent;
    }

    .poll-container {
        width: 100% !important;
    }

    .comment-div .author-div {
        padding-right: 20px;
    }

    .comment-div .author-div>p.date.short {
        display: block;
    }

    .comment-div .author-div>p.date {
        display: none;
    }


    .account-header-search.explore {
        width: 100%;
        max-width: 500px;
    }

    .commentsview-menu-div>.menu>.item {
        background-color: var(--Neutral-Neutral-300);
        border-color: var(--Neutral-Neutral-400);
    }

    .commentsview-menu-div>.menu {
        opacity: 1 !important;
        bottom: calc(15px + env(safe-area-inset-bottom, 0px));
    }

    .nl-upload-preview .remove {
        opacity: 1;
    }

    .nl-upload-preview .spoiler {
        opacity: 1;
    }

    .post-media {
        height: 175px;
    }

    .post-media.triple {
        height: 224px !important;
    }

    .editpost-content {
        padding: 20px;
    }

    .settings-auronita-div {
        flex-direction: column;
        padding: 0;
    }

    .settings-auronita-preview {
        width: 100%;
        max-width: 100%;
        padding: 1px 30px 30px;
    }

    .store-search {
        display: flex;
    }

    .home-category-div {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        background-color: rgba(0, 0, 0, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .home-category-menu {
        display: flex;
        padding: 24px;
        width: 100%;
        max-height: 65%;
        background-color: var(--Neutral-Neutral-200);
        flex-direction: column;
        align-items: center;
        border: 1px solid var(--Neutral-Neutral-300);
        border-radius: 24px;
        position: absolute;
        box-sizing: border-box;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        bottom: 0;
        padding-top: 10px;
        transition: 0.5s;
        padding-bottom: 90px;
    }

    .home-category-items {
        display: flex;
        flex-direction: row;
        gap: 8px;
        overflow-y: auto;
        flex-wrap: wrap;
    }

    .store-container {
        width: 100%;
    }

    .store-item-full-button-container.full {
        width: 100%;
    }

    .upload-div {
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        background-color: rgba(0, 0, 0, 0.5);
    }

    .selector-menu {
        top: 0px;
        left: auto;
        width: 92%;
        padding: 0px 15px;
    }

    .upload-menu {
        margin: unset;
        bottom: -50%;
        padding-top: 10px;
        transition: 0.5s;
    }

    .upload-menu.media {
        bottom: var(--media-size);
    }

    .store-item-full-picture {
        padding: 30px 0px;
        width: 100%;
        max-width: 400px;
    }

    .store-item-full-picture img {
        width: 100%;
    }

    .store-item-full-picture-preview {
        width: calc(100% - 100px) !important;
        height: unset;

    }

    .store-item-full-button {
        width: 45%;
    }

    .store-item-full-stellnix {
        width: 100%;
    }

    .store-item-full-stellnix p {
        font-size: 10px;
    }

    .store-item-full-close {
        display: flex;
    }

    .home-main-row.hidden {
        margin-top: 0px;
    }

    .store-item-full {
        padding: 30px 30px;
        flex-direction: column;
        justify-content: unset;
        border-radius: 0;
        height: 100%;
        width: 100%;
        box-sizing: border-box;
    }

    .store-item-full-side {
        margin: unset;
    }

    .postProgress {
        display: flex;
        width: 100%;
        padding: 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        border-radius: 8px;
        border: 2px solid var(--Neutral-Neutral-600);
        background: var(--Neutral-Neutral-400);
        position: relative;
        top: -500px;
        left: 0;
        flex-shrink: 1;
        max-width: unset;
        min-width: unset;
        right: unset;
        box-sizing: border-box;
    }

    @keyframes postProgress-finished {
        0% {
            box-shadow: 0 0 0 0 var(--Nightlight);
            top: 10px;
        }

        50% {
            box-shadow: 0 0 10px 5px var(--Nightlight);
            top: 10px;
        }

        60% {
            box-shadow: 0 0 10px 5px var(--Nightlight);
            top: 10px;
        }

        100% {
            box-shadow: 0 0 0 0 var(--Nightlight);
            top: 10px;
        }
    }


    .notification {
        display: flex;
        width: 100%;
        padding: 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        border-radius: 8px;
        border: 2px solid var(--Neutral-Neutral-600);
        background: var(--Neutral-Neutral-400);
        position: relative;
        top: -500px;
        left: 0;
        flex-shrink: 1;
        max-width: unset;
        min-width: unset;
        right: unset;
        box-sizing: border-box;
    }

    .notification.enabled {
        animation: notification-activate 1s ease-out forwards, notification-disable 1s 4s ease-in forwards;
    }

    .notification-bucket {
        display: flex;
        width: 100%;
        position: fixed;
        left: 0;
        top: env(safe-area-inset-top, 0px);
        flex-direction: column;
        gap: 5px;
        right: unset;
        padding: 9px;
        box-sizing: border-box;
    }

    @keyframes notification-activate {
        0% {
            top: -500px;
        }

        100% {
            top: 10px;
        }
    }

    @keyframes notification-disable {
        0% {
            top: 10px;
        }

        100% {
            top: -500px;
        }
    }

    .account-main-section-contents-bio-about {
        padding-bottom: 25px;
    }

    .account-bio-location {
        display: flex;
        width: 100%;
        gap: 15px;
    }

    .profileCustomStatusBox {
        padding: 5px 11px;
        position: relative;
        flex-shrink: 0;
        height: 21px;
        justify-content: center;
        align-items: center;
        margin-left: 15px;
    }

    .account-main-section-contents-bio-headline {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .account-main-section-contents-bio-description {
        margin: 0;
    }

    .account-header-expand {
        display: flex;
    }

    .post-statistics-container-contents p[data-trans="actions.viewRecentLikes"] {
        display: none;
    }

    .account-main-section-contents-bio-badges {
        width: 100%;
    }

    .account-main-section-contents-bio-connections {
        width: 100%;
    }

    .account-main-section-contents-bio-level {
        padding: 0px 30px;
        transform: translateX(25px);
    }

    .account-main-section-contents-container-head {
        padding: 0px 15px;
    }

    .account-main-section-contents-container-head-options {
        padding: 0px 8px;
        gap: 4px;
    }

    .account-header-banner-div {
        width: 100%;
        position: absolute;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 0;
    }

    .account-header-banner {
        position: absolute;
        width: 100%;
        height: 200px;
        z-index: -1;
        object-fit: cover;
    }

    .account-header-banner-blur {
        position: absolute;
        width: 100%;
        height: 200px;
        z-index: 0;
        object-fit: cover;
        filter: blur(20px);
        transform: translateY(10px);
    }

    .account-main-header-container-avatar-div {
        display: flex;
        width: 286px;
        height: 154px;
        justify-content: center;
        align-items: center;
        z-index: 1;
        position: relative;
    }

    .account-main-header-container-avatar {
        width: 154px;
        height: 154px;
    }

    .account-main-header-container-avatar-decoration {
        width: 223px;
        height: 223px;
        left: -34px;
    }

    .account-main {
        gap: 0px;
    }

    .account-main-section-contents {
        flex-direction: column;
        width: 100%;
        overflow: hidden;
        padding: 0px;
    }

    .account-main-section-contents-bio {
        width: 100%;
        box-sizing: border-box;
        padding: 0px 30px;
        flex-direction: row;
        flex-wrap: wrap;
        height: 0px;
        overflow: hidden;
        transition: all 0.3s ease-out;
        gap: 25px;
        z-index: 0;
        background: var(--Neutral-Neutral-200);
        border-bottom: solid var(--Neutral-Neutral-300);
        border-bottom-width: 0px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .account-main-section-contents-container {
        align-items: normal;
        width: 100%;
    }

    .account-main-header-container {
        padding: 155px 30px 0px 30px;
        align-items: flex-start;
        gap: 32px;
        flex-direction: column;
        background: var(--Neutral-Neutral-200);
        border-bottom: solid var(--Neutral-Neutral-300) 4px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .account-main-header-container-heading {
        display: flex;
        padding-bottom: 0px;
        align-items: flex-start;
        gap: 20px;
        flex: 1 0 0;
        flex-direction: column;
    }


    #settings-customstatus {
        width: 150px;
    }

    .account-main-section-contents-bio-connection {
        --bg-image: var(--Neutral-Neutral-300);
    }

    .settings-connections-items {
        flex-direction: column;
    }

    .settings-content-title {
        max-width: 226px;
    }

    .settings-content-description {
        max-width: 226px;
    }

    #sidenav-customstatus {
        display: block;
    }

    .commentsview-div {
        padding: 0px;
        flex-direction: column;
        align-items: unset;
        overflow-y: auto;
        justify-content: unset;
        background: #0D0910CF url('/icon/nightlight-pattern3.png');
        background-blend-mode: color-dodge;
    }

    .commentsview-div::before {
        display: none;
    }

    .commentsview-menu {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 15px;
        min-height: 75vh;
        margin-top: 100vh;
        transition: all 0.3s;
        flex-shrink: 0;
        padding: 15px;
        padding-top: 24px;
    }

    .commentsview-menu-div {
        display: none;
        width: 100%;
        max-width: 100%;
        max-height: 80%;
        margin: auto;
        height: auto;
        position: unset;
        background: transparent;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .commentsview-postpreview {
        display: none;
    }

    .post-div {
        margin-top: 20px;
        padding: 25px 13px;
        width: unset;
        border-radius: 0px;
        min-height: 350px;
    }

    .post-div::before {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .announcement-modal-back {
        display: none;
    }

    .announcement-modal-context {
        width: 94%;
        height: unset;
        max-height: 580px;
        box-sizing: border-box;
        padding: 18px;
    }

    .store-padding {
        line-height: 0px;
    }

    .store-banner {
        border-radius: 0;
        flex-direction: column;
        padding: 0;
        height: 600px;
    }

    .store-banner-items {
        width: 100%;
        display: flex;
        overflow-x: auto;
    }

    .store-banner-logo {
        padding-right: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .settings-content {
        margin-left: 0;
        padding-bottom: 100px;
    }

    .inventory-content {
        margin-left: 0;
    }

    .inventory-content-category {
        justify-content: center;
    }

    .sidenav {
        display: none;
        width: 100%;
        border-right: none;
        background: none;
    }

    .sidenav-content {
        background: var(--Neutral-Neutral-300);
        border-radius: 60px;
        height: auto;
        width: 100%;
        margin-top: 110vh;
        transition: all 0.6s ease-out;
        padding-bottom: 120px;
    }

    .sidenav-navigation .sidenav-navitem {
        display: none;
    }

    .sidenav-navigation .sidenav-navitem#sidenav-leaderboard {
        display: flex;
    }

    .sidenav-header {
        display: none;
    }

    .sidenav-line {
        display: none;
    }

    .home-user-following-activity {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 25px;
    }

    .home-main-container {
        margin-top: 0px;
    }

    .item-full-div {
        height: 100%;
        width: 100%;
    }

    .home-main-container-column {
        display: none;
    }

    .home-main-row {
        padding: 5px;
        overflow-x: auto;
        margin-top: calc(-30px + env(safe-area-inset-top, 45px));
        scrollbar-width: none;
        -ms-overflow-style: none;
        scroll-behavior: smooth;
        position: relative;
        z-index: 1;
    }

    .home-main-row::-webkit-scrollbar {
        display: none;
    }

    .account-header {
        display: none;
    }

    .profilemusicdiv {
        bottom: unset;
        right: unset;
        bottom: calc(39px + env(safe-area-inset-bottom, 0px));
        width: 100%;
        border-radius: 18px;
        overflow: hidden;
        height: 81px;
    }

    .profilemusicdivstyle {
        border-radius: 0px;
        align-items: center;
        padding-bottom: 36px;
        box-sizing: border-box;
    }

    .libris-sidenav {
        display: none;
    }

    .libris-sidelist {
        display: block;
    }

    div {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        /* Safari */
        -moz-user-select: none;
        -ms-user-select: none;
        /* IE 10 and IE 11 */
        user-select: none;
        /* Standard syntax */
    }

    .sign-background {
        background-size: 200vh;
        animation-name: sign-background-small;
    }

    .nl-input-new2 {
        position: unset;
        display: block;
        margin: auto;
        background-color: var(--Neutral-Neutral-100);
        color: var(--Neutral-Neutral-1100);
        width: 90%;
        height: 40px;
        border-radius: 15px;
    }


    .notifications-menu {
        display: block;
        width: 100%;
        height: 100%;
        background-color: var(--Neutral-Neutral-200);
        border-radius: 0px;
        overflow: auto;
        margin: none;
    }

    .settings-menu-sidenav-break {
        display: none;
    }

    .header-bar {
        display: flex;
    }

    .footer-bar {
        display: flex;
    }

    .settings-menu {
        width: 100%;
        height: 100%;
        border-radius: 0px;
        margin: auto;
        animation-name: none;
    }

    .settings-menu-sidenav {
        height: calc(65px + env(safe-area-inset-bottom, 0px));
        ;
        border-radius: 0;
        bottom: 0;
        width: 100vw;
        display: flex;
        flex-direction: row;
        position: absolute;
        overflow-x: auto;

    }

    .settings-menu-sidenav a {
        height: 65px;
    }

    .editpost-menu {
        width: 100%;
        height: 100%;
        border-radius: 0px;
        margin: auto;
        animation-name: none;
        display: flex;
        align-items: center;
        background-color: var(--Neutral-Neutral-200);
        justify-content: center;
    }

    .header-div {
        margin-left: 0;
        display: none;
    }

    .header-search {
        margin-left: 0;
    }

    .signdivs {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    .indexdiv {
        width: 90%;
    }

    .sign-buttons {
        width: 35%;
    }

    .phonedisable {
        display: none;
    }

    .settings-content-account-div {
        width: 90%;
    }

    .accountSearch {
        display: none;
    }

    .welcome-media {
        display: none;
    }

    .phonenav {
        display: none;
    }

    .header-nightlight {
        font-size: 250%;
    }

    .header-button-account {
        display: none;
    }

    .header-button-upload {
        display: none;
    }


    .posts {
        margin-left: 0;
    }

    .postBreak {
        clear: both;
    }

    .post {
        margin-left: 0;
    }

    .mal-div-img {
        display: none;
    }

    .picture {
        float: none;
        margin: auto;
        width: 95%;
        height: auto;
        min-height: 200px;
        background-color: #2E2436;
        overflow: hidden;
        border-color: var(--Neutral-Neutral-200);
        border-width: 10px;
        justify-content: center;
        align-items: center;
        display: flex;
        border: none;
        border-radius: 0px;
        box-shadow: none;
        max-height: 600px;
    }

    .info {
        float: none;
        margin: auto;
        width: 95%;
        height: auto;
        background-color: #2E2436;
        overflow: auto;
        border-width: 10px;
        scrollbar-width: none;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }

    .comments {
        margin: auto;
        float: none;
        width: 95%;
        height: auto;
        max-height: 180px;
        overflow: auto;
        background-color: #2E2436;
        border-width: 10px;
        scrollbar-width: none;
        border: none;
        border-radius: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        box-shadow: none;
        overflow-x: hidden;
    }

    .nameplate {
        float: none;
        position: relative;
        margin: auto;
        margin-top: 10px;
        width: 95%;
        height: 45px;
        overflow: hidden;
        align-items: center;
        display: flex;
        border: none;
        border-radius: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        box-shadow: none;
        transform: none;
        animation: none;
    }

    .account-banner {
        width: 100%;
        border-radius: 0;
    }

    .account-banner-img {
        width: 100%;
        border-radius: 0;
    }

    .account-div {
        width: 90%;
    }

    .account-stats {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .suggestions-div {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;

    }

    .mal-div {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

}


/*Kitsune*/

.kitsune-div {
    display: block;
    background-color: var(--Neutral-Neutral-200);
    border: solid;
    border-width: 4%;
    border-color: var(--Neutral-Neutral-100);
}

.kitsune-sidenav {
    display: block;
    background-color: var(--Neutral-Neutral-100);
    width: 25%;
    height: 100%;
    overflow: auto;
}

.kitsune-content {
    display: block;
    margin-left: 25%;
}

.kitsune-sidenav-chatbubble {
    display: block;
    margin: 15px auto;
    width: 90%;
    height: 100px;
    border-radius: 5px;
    background-color: var(--Neutral-Neutral-200);
}

/* Libris */

/* Polls */

.poll-container {
    width: 80%;
}

.poll-container>h2 {
    font-family: "Montserrat";
    color: var(--Neutral-Neutral-1000);
    font-weight: bold;
    margin-bottom: 4px;
}

.poll-container>p {
    font-family: "Be Vietnam Pro";
    color: var(--Primary-Primary-700);
    margin-bottom: 16px;
}

.poll-option {
    font-family: "Be Vietnam Pro";
    color: var(--Neutral-Neutral-1000);
    border: 1px solid var(--Neutral-Neutral-600);
    position: relative;
    min-width: 100%;
    border-radius: 10px;
    margin-bottom: 12px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    overflow: hidden;
    background-color: var(--Neutral-Neutral-400);
    font-weight: 600;
    transition: transform 0.1s ease;
    cursor: pointer;
    box-sizing: border-box;
}

.poll-option:active {
    transform: scale(0.98);
}

.poll-progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: var(--Neutral-Neutral-600);
    transition: width 0.5s ease-out;
}

.poll-option.selected {
    border: solid 2px var(--Neutral-Neutral-700);
}

.poll-option.winner>.poll-progress-fill {
    background: var(--Gradient-Gradient-TL);
}


.poll-option-text {
    position: relative;
    text-transform: capitalize;
}

.poll-percentage {
    position: relative;
    font-variant-numeric: tabular-nums;
}