/* /Components/AscendedNote.razor.rz.scp.css */
.note-parent[b-3xpk0kg15a], .note[b-3xpk0kg15a] {
    width: 100%;
}

.note[b-3xpk0kg15a] {
    padding-bottom: 1rem;
}

.note-indent[b-3xpk0kg15a] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.user-avatar[b-3xpk0kg15a] {
    border-radius: 8px;
    object-fit: cover;
    width: 3em;
    height: 3em;
}

.note-container[b-3xpk0kg15a] {
    display: flex;
    max-width: 45rem;
    width: 100%;
}
/* /Components/AttachmentComponent.razor.rz.scp.css */
.attachment[b-vsso3pqt8c] {
    max-width: 100%;
    object-fit: contain;
    max-height: 30rem;
    aspect-ratio: 3/2;
}

audio.attachment[b-vsso3pqt8c] {
    width: 100%;
}

.file[b-vsso3pqt8c] {
    display: inline-block;
    white-space: normal;

    > a {
        text-decoration: none;
        color: var(--notice-color)
    }
}

[b-vsso3pqt8c] {
    .attachment.file .ph {
        display: inline-block;
        vertical-align: middle;
    }
}

.wrapper[b-vsso3pqt8c] {
    display: flex;
    justify-content: center;
    overflow: clip;
    background: var(--background-color);
    border-radius: 0.5rem;
}

.blur-image[b-vsso3pqt8c] {
    filter: blur(10rem);
}
/* /Components/AttachmentView.razor.rz.scp.css */
.attachment-view[b-01ixu0kh5t] {
    background-color: transparent;
    max-height: 100vh;
    max-width: 100vw;
}

.container[b-01ixu0kh5t] {
    display: flex;
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
    scroll-snap-align: center;
    justify-content: center;
    align-content: center;
    background-color: transparent;
}

.attachment[b-01ixu0kh5t] {
    max-width: 85%;
    max-height: 85%;
    object-fit: contain;
    margin: auto;
}

.wrap[b-01ixu0kh5t] {
    background-color: transparent;
    scroll-snap-type: x mandatory;
    width: 100vw;
    height: 100vh;
    display: flex;
    overflow: auto;
    flex-wrap: nowrap;
}

[b-01ixu0kh5t]::backdrop {
    opacity: 50%;
    background-color: black;
}

.close[b-01ixu0kh5t] {
    position: absolute;
    top: 0%;
    right: 0%;
    background-color: transparent;
    color: white;
}

.next[b-01ixu0kh5t] {
    position: absolute;
    top: 50%;
    right: 0%;
    background-color: transparent;
    color: white;
}

.prev[b-01ixu0kh5t] {
    position: absolute;
    top: 50%;
    left: 0%;
    background-color: transparent;
    color: white;
}
/* /Components/BranchIcon.razor.rz.scp.css */
.branch[b-q7p8w11imt] {
    stroke: var(--highlight-color);
    stroke-width: 0.55rem;
}
/* /Components/ClosingBackdrop.razor.rz.scp.css */
.backdrop[b-ulp8p83lk5] {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
}
.darken[b-ulp8p83lk5] {
    background-color: black;
    opacity: 50%;   
}
/* /Components/Compose.razor.rz.scp.css */
.compose[b-h3p68oce00] {
    background-color: var(--background-color);
    border-radius: 1rem;
    margin: 0 auto;
    top: 10%;
    padding: 1rem;
    position: relative;
    max-width: 45rem;
    color: var(--font-color);
}

.dialog[b-h3p68oce00] {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    margin: auto;
    background-color: unset;
    z-index: +11;
}

.backdrop[b-h3p68oce00] {
    opacity: 50%;
    background-color: black;
}

.header[b-h3p68oce00] {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.footer[b-h3p68oce00] {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.textarea[b-h3p68oce00] {
    display: block;
    background-color: var(--background-color);
    border: none;
    outline: none;
    padding: unset;
}

.input[b-h3p68oce00] {
    display: block;
    background-color: var(--background-color);
    border: none;
    outline: none;
}

.cw-field[b-h3p68oce00] {
    padding: unset;
    margin-bottom: 0.5rem;
    width: 100%;
}

[b-h3p68oce00] {
    .post-btn {
        display: flex;
        margin-left: auto;
        align-items: center;
        border-radius: 0.5rem;
        padding: 0.5rem 0.75rem;
        background: var(--accent-color);
        color: var(--font-color);
        float: right;
        > i {
            padding-left: 0.5rem;
        }
    }
}

.btn[b-h3p68oce00] {
    padding: 0.5rem 0.75rem;
    height: max-content;
    background-color: var(--background-color);
    line-height: 1;
}

.btn:hover[b-h3p68oce00] {
    background-color: var(--hover-color);
}

[b-h3p68oce00] {
    .dropdown-root, .dropdown-menu {
        color: var(--notice-color);
    }
}

.separator[b-h3p68oce00] {
    color: var(--highlight-color);
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
    border-style: solid;
}

.file-input[b-h3p68oce00] {
    display: none;
}

.reply-or-quote[b-h3p68oce00] {
    border: solid var(--highlight-color) 0.1rem;
    border-radius: 0.75rem;
    padding: 0.75rem;
}

.backdrop[b-h3p68oce00] {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -2
}
/* /Components/Dropdown.razor.rz.scp.css */
.dropdown-menu[b-9dadn7eo6m] {
    position: absolute;
    top: 3rem;
    left: 1.75rem;
    background-color: var(--background-color);
    padding: 0.5rem;
    border-color: var(--highlight-color);
    border-style: solid;
    border-width: 0.1rem;
    border-radius: 0.5rem;
}

.dropdown-root[b-9dadn7eo6m] {
    display: inline-block;
    padding: 0.5rem 0.75rem;
    height: max-content;
    line-height: 1;
    cursor: pointer;
    border-radius: 8px;
}

.dropdown-root:hover[b-9dadn7eo6m] {
    background-color: var(--hover-color);
}
/* /Components/DropdownElement.razor.rz.scp.css */
.dropdown-element[b-7eflr0em94] {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 0.25rem;
    margin: 0.3em 0.25em;
    padding: 0.2rem 0;
    line-height: 1;
}

@media (max-width: 1000px) {
    .dropdown-element[b-7eflr0em94] {
        margin: 0.5em 0.25em;
    }
}
/* /Components/EmojiPicker.razor.rz.scp.css */
.emoji-picker[b-coztr5q9y1] {
    --top: 0px;
    --left: 0px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(2.5rem, 1fr));
    grid-template-rows: repeat(auto-fill, minmax(2.5rem, 1fr));
    position: absolute;
    background-color: var(--foreground-color);
    border: var(--highlight-color) solid 0.1rem;
    padding: 1rem;
    border-radius: 1rem;
    min-width: 15rem;
    min-height: 10rem;
    overflow: auto;
    top: calc(var(--top) + 2.5rem);
    left: calc(var(--left) - 5.5rem);
}

.dialog[b-coztr5q9y1] {
    z-index: +12;
}

.emoji[b-coztr5q9y1] {
    > img {
        object-fit: cover;
        height: 2rem;
        width: 2rem;
    }
}
/* /Components/EndIcon.razor.rz.scp.css */
.end[b-ufi9gg79s4] {
    stroke: var(--highlight-color);
    stroke-width: 0.55rem;
}
/* /Components/ErrorUi.razor.rz.scp.css */
.log-block[b-818dq4z0im] {
    margin-top: 1rem;
    align-self: center;
    max-width: 80vw;
    max-height: 50vh;
    overflow: auto;
    background-color: black;
    border-radius: 1rem;
    padding: 0.5rem;
    user-select: all;
}

.version[b-818dq4z0im] {
    max-width: 80vw;
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}

.error-ui[b-818dq4z0im] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

code[b-818dq4z0im] {
    color: lightgray;
    user-select: all;
}

.value[b-818dq4z0im] {
    margin-bottom: 0.5rem;
    max-width: 100vw;
    overflow: auto;
}

.body[b-818dq4z0im] {
    display: flex;
    flex-direction: column;
    padding: 1rem;
}
/* /Components/FollowButton.razor.rz.scp.css */
.btn[b-85a94upog1] {
    font-weight: 600;
    display: flex;
    height: 2.5rem;
    align-items: center;
    justify-content: start;
    border-radius: 1.25rem;
    border: var(--notice-color) solid 0.1rem;
    padding-inline: 1rem;
    padding: 1rem;
    margin-bottom: 0.5rem;
    margin-inline: 1rem;    
    > i {
        padding-left: 0.5rem;
    }
}
.btn:hover[b-85a94upog1] {
    background-color: var(--hover-color);
}
.btn.inverted[b-85a94upog1] {
    background-color: var(--notice-color);
    color: var(--background-color);
}

.text[b-85a94upog1] {
    margin-right: 0.5rem;
}

.follow-button[b-85a94upog1] {
    display: flex;
    align-items: center;
    margin-left: auto;
}
[b-85a94upog1] {.icon {
    vertical-align: text-bottom;
}}
/* /Components/FollowRequestEntry.razor.rz.scp.css */
.follow-request-card[b-xif0209qu7] {
    display: flex;
    flex-direction: column;
    align-items: left;
    background-color: var(--foreground-color);
    border-radius: 1rem;
    justify-content: space-between;
    max-width: 50rem;
    width: 100%;
    margin-bottom: 1rem;
}

.buttons[b-xif0209qu7] {
    display: flex;
    flex-direction: row;
    padding: 1rem;
    padding-top: unset;
}

.button[b-xif0209qu7] {
    border: 0.1em solid;
    margin-bottom: unset;
    margin-left: unset;
}

.button.accept[b-xif0209qu7] {
    border: unset;
    background: var(--accent-color);
    color: white;
}

[b-xif0209qu7] {
    .profile-card {
        margin-top: 0 !important;
        padding-bottom: 0.5rem !important;

    }
}
/* /Components/FollowRequestList.razor.rz.scp.css */
.scroller[b-p5rrluofxh] {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    overflow-x: auto;
    padding: 0.5rem;
}
/* /Components/InlineEmoji.razor.rz.scp.css */
.custom-reaction[b-ugciumfrjz] {
    width: 1em;
    font-size: 1.5em;
}
/* /Components/LazyNote.razor.rz.scp.css */
.placeholder[b-fh7hs0n53y] {
    width: 1rem;
    /*height: 5rem;*/
}

.tgt[b-fh7hs0n53y] {
    display: flex;
    justify-content: center;
    width: 100%;

}
/* /Components/Line.razor.rz.scp.css */
.line[b-mnrr8vkj7q] {
    display: inline-flex;
    height: 100%;
    width: 0;
    border-left: var(--highlight-color);
    border-left-width: 0.2rem;
    border-left-style: solid;
    align-self: center;
}
/* /Components/Menu.razor.rz.scp.css */
.menu[b-aj6ru2pss2] {
    background-color: var(--foreground-color);
    position: absolute;
    padding: 0.5rem;
    border-radius: 0.5rem;
    border: var(--highlight-color) solid 0.1rem;
    width: 15rem;
    max-width: 20rem;
    top: 2.5rem;
    left: -5rem;
    z-index: +1;
}
/* /Components/MenuElement.razor.rz.scp.css */
.menu-element[b-jtzpwq1261] {
    display: flex;
    margin: 0.2rem 0;
    padding: 0.2rem 0;
    padding-inline: 0.5rem;
    border-radius: 0.5rem;
    align-items: center;

    > i {
        padding-right: 0.5rem;
    }
}

.menu-element:hover[b-jtzpwq1261] {
    background-color: var(--hover-color);
}
/* /Components/MfmText.razor.rz.scp.css */
/*These must apply to all child attributes*/
[mfm] {
    .mention {
        text-decoration: none;
        background-color: var(--highlight-color);
        border-radius: 1em;
        padding: 0.2em 0.5em;

        > .host {
            opacity: 0.5;
        }

        > .user[mfm] {

        }
    }
}

[mfm] {
    .mention {
        text-decoration: none;
        color: var(--notice-color);
    }
}

[mfm] {
    .emoji {
        display: inline;
        position: relative;
        top: 0;

        > img {
            height: 2em;
            vertical-align: middle;
            transition-duration: 250ms;
        }
    }
}

[mfm] {
    .emoji {
        > img:hover {
            transform: scale(1.5);
            transition-duration: 250ms;
        }
    }
}

[mfm] {
    .quote-node {
        /*Copying the appearance of -js*/
        margin: 8px 0;
        padding-left: 12px;
        border-left: solid 4px var(--highlight-color);
    }
}

[mfm] {
    .link-node {
        color: var(--link);
    }
}

[mfm] {
    .url-node {
        color: var(--link);
    }
}

[mfm] {
    .hashtag-node {
        text-decoration-line: none;
        color: var(--link);
    }
}

[mfm] {
    .hashtag-node:hover {
        text-decoration-line: underline;
    }
}

[mfm] {
    .plain {
        text-decoration: none;
    }
}

[mfm] {
    .code-pre {
        overflow: auto;
    }
}
/* /Components/Note/Note.razor.rz.scp.css */
.renote-info[b-7zzdmc2lph] {
    display: flex;
    margin-bottom: 0.5rem;
}

.metadata[b-7zzdmc2lph] {
    margin-left: auto;
}


.user[b-7zzdmc2lph] {
    color: var(--notice-color);
}
/* /Components/Note/NoteAttachments.razor.rz.scp.css */
.attachment-container[b-0uzulpks4l] {
    display: grid;
    width: 100%;
    gap: 0.5em;
}

.attachment-container:not(:is([data-count="1"]))[b-0uzulpks4l] {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

.attachment-container:not(:is([data-count="3"]))[b-0uzulpks4l] {
    > .wrapper:last-of-type:is(:nth-child(odd)) {
        grid-column: 1 / -1;
    }
}

.attachment-container[data-count="1"][b-0uzulpks4l] {
    grid-template-columns: 1fr;
    gap: 0;
    
    .wrapper > .attachment {
        aspect-ratio: unset;
    }
}

.attachment-container[data-count="2"][b-0uzulpks4l] {
    > .wrapper:nth-of-type(1) {
        grid-area: 1 / 1 / 3 / 2;
    }
}

.attachment-container[data-count="2"][b-0uzulpks4l] {
    > .wrapper:nth-of-type(2) {
        grid-area: 1 / 2 / 3 / 3;
    }
}

.attachment-container[data-count="3"][b-0uzulpks4l] {
    > .wrapper:nth-of-type(1) { 
        grid-area: 1 / 1 / 3 / 2; 
    }
}
/* /Components/Note/NoteBody.razor.rz.scp.css */
.note-body[b-tpyuanril0] {
    display: flex;
    flex-direction: column;
    text-wrap: wrap;
    word-break: break-all;
    white-space: pre-wrap;
    max-height: 40em;
    height: auto;
    overflow-y: hidden;
}

.note-content.collapsed[b-tpyuanril0] {
    position: relative;
    
    .truncate-btn {
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

.note-content > .truncate-btn.show-less[b-tpyuanril0] {
    position: sticky;
    bottom: 20px;
}

.note-body.too-long[b-tpyuanril0] {
    mask: linear-gradient(black calc(100% - 64px),transparent);
}

.cw[b-tpyuanril0] {
    display: inline-block;
}

.cw-button[b-tpyuanril0] {
    font-size: 0.75em;
    margin-left: 0.5em;
    padding: 0.2em;
}

.truncate-btn[b-tpyuanril0] {
    z-index: 5;
    width: 100%;
    margin-top: 0.5em;
    background-color: var(--background-color);
    @container note-body (max-height: 20rem){
        display: none;
    }
}

.truncate-btn:hover[b-tpyuanril0] {
    background-color: var(--hover-color);
}

.show-full[b-tpyuanril0] {
    overflow: initial;
    max-height: initial;
    mask: unset !important;
}

.hidden[b-tpyuanril0] {
    display: none;
}

.indent[b-tpyuanril0] {
    padding-left: 0.75em;
}

.reply-inaccessible[b-tpyuanril0] {
    color: var(--notice-color);
    vertical-align: middle;
    margin-right: 0.25em;
}
/* /Components/Note/NoteComponent.razor.rz.scp.css */
.note-header[b-s0a35vsa2r] {
    display: flex;
    padding-bottom: 0.5em;
}

.note-container[b-s0a35vsa2r] {
    width: 100%
}

.user-avatar[b-s0a35vsa2r] {
    border-radius: 8px;
    object-fit: cover;
    min-width: 3em;
    min-height: 3em;
    width: 3em;
    height: 3em;
}

.quote[b-s0a35vsa2r] {
    border-style: solid;
    border-color: var(--highlight-color);
    border-width: 0.2rem;
    border-radius: 1.25rem;
    padding: 1rem;
    margin: 0.5rem;
}

.quote-link[b-s0a35vsa2r] {
    text-decoration: none;
    color: var(--notice-color);
    font-style: italic;
}
/* /Components/Note/NoteFooter.razor.rz.scp.css */
.note-footer[b-9xdzqbptc0] {
    margin-top: 0.5em;
}

.reactions[b-9xdzqbptc0] {
    margin-bottom: 0.5em;
}

.btn[b-9xdzqbptc0] {
    display: inline-flex;
    align-items: center;
    min-width: 2.5em;
    height: 2em;
    padding: 0.75em;
    background-color: var(--foreground-color);
    width: fit-content;
}

.like-count[b-9xdzqbptc0] {
    margin-left: 0.5em;
}
.reply-count[b-9xdzqbptc0] {
    margin-left: 0.5em;
}

.renote-count[b-9xdzqbptc0] {
    margin-left: 0.5em;
}

.positioned[b-9xdzqbptc0] {
    position: relative;
    top: 0;
}

.disabled[b-9xdzqbptc0] {
    cursor: not-allowed;
}

[b-9xdzqbptc0] {
    .faded {
        cursor: not-allowed;
        opacity: 50%;
    }
}
/* /Components/Note/NoteMetadata.razor.rz.scp.css */
.metadata[b-ei0cafcy09] {
    display: flex;
    flex-direction: column;
    align-items: end;
    font-size: 0.9em;
    white-space: nowrap;
    margin-left: auto;

    .info {
        display: block;

        .time {
            display: inline-block;
            margin-right: 0.5em;
        }

        .visibility[b-ei0cafcy09] {
            display: inline-block;
            vertical-align: middle;
            font-size: 1rem;
        }
    }
}
/* /Components/Note/NoteReaction.razor.rz.scp.css */
.reaction[b-cx3nkezdpn] {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    padding: 0.2em 0.5em;
    margin-right: 0.5em;
    border-radius: 0.5em;
    border: 0.1em solid var(--notice-color);
}

.reacted[b-cx3nkezdpn] {
    background-color: var(--notice-color);
    color: var(--foreground-color);
}

.count[b-cx3nkezdpn] {
    margin-left: 0.5em;
}

.custom-reaction[b-cx3nkezdpn] {
    width: 1em;
}

.icon[b-cx3nkezdpn] {
    font-size: 1.5em;
    vertical-align: middle;
}
/* /Components/Note/NoteUserInfo.razor.rz.scp.css */
.user-avatar[b-m1ad2an598] {
    border-radius: 8px;
    object-fit: cover;
    width: 3em;
    height: 3em;
}

.name-section[b-m1ad2an598] {
    display: flex;
    flex-direction: column;
    padding-left: 0.75em;

    .identifier {
        font-size: 0.9em;
        text-overflow: ellipsis;
        overflow: clip;
    }

    flex-shrink: 1;
    min-width: 2rem;
    overflow: clip;
    margin-right: 1rem;[b-m1ad2an598]
}

.display-name[b-m1ad2an598] {
    white-space: wrap;
    text-overflow: ellipsis;
    overflow: clip;
}

.identifier[b-m1ad2an598] {
    white-space: wrap;
}
/* /Components/NoteLikeDetails.razor.rz.scp.css */
/* /Components/NoteQuoteDetails.razor.rz.scp.css */
.quote[b-fpdn6d1xxb] {
    max-width: 45rem;
    background-color: var(--foreground-color);
    width: 100%;
    margin-top: 0.5rem;
    padding: 0.5rem;
    border-bottom: solid var(--highlight-color) 0.1rem;
}
/* /Components/NoteReactionDetails.razor.rz.scp.css */
/* /Components/NoteRenoteDetails.razor.rz.scp.css */
/* /Components/NotificationComponent.razor.rz.scp.css */
.notification[b-1mlnmqluoa] {
    display: flex;
    flex-direction: column;
    background-color: var(--foreground-color);
    border-radius: 0.75rem;
    padding: 1rem 1rem 1rem; /* top, left-right, bottom*/
    margin-bottom: 1rem;
    max-width: 45rem;
    width: 100%;
}

.notification-text[b-1mlnmqluoa] {
}

.notification-note[b-1mlnmqluoa] {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-style: solid;
    border-color: var(--highlight-color);
    border-width: 0.2rem;
    border-radius: 1.25rem;
    padding: 0.5rem;
    margin-top: 1rem;
}

.user-avatar[b-1mlnmqluoa] {
    border-radius: 8px;
    object-fit: cover;
    width: 3em;
    height: 3em;
    margin-right: 0.5em;
}

.display-name[b-1mlnmqluoa] {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 15rem;
}

.notification-body[b-1mlnmqluoa] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.notification-header[b-1mlnmqluoa] {
    display: flex;
    width: 100%;
}
/* /Components/NotificationList.razor.rz.scp.css */
.scroller[b-9227kmg8nd] {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    overflow-x: auto;
}

.wrapper[b-9227kmg8nd] {
    display: flex;
    justify-content: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 100%;
}
/* /Components/ProfileInfo.razor.rz.scp.css */
.bio[b-n2c6y6x1nn] {
    margin-top: 0.5rem;
    padding-bottom: 1rem;
    border-bottom: 0.1rem solid var(--highlight-color);
    white-space: pre-wrap;
    word-break: break-word;
}

.data[b-n2c6y6x1nn] {
    margin: 1rem 0;
}

.metadata[b-n2c6y6x1nn] {
    display: flex;
    justify-content: space-evenly;
    padding-top: 1rem;
    border-top: 0.1rem solid var(--highlight-color);
}

[b-n2c6y6x1nn] {
    .field {
        display: flex;
        margin: 0.2rem 0;
    
        .field-name {
            font-weight: 600;
            width: 10rem;
            
            .ph {
                vertical-align: text-bottom;
            }
        }
    }
}

.fields[b-n2c6y6x1nn] {
    margin: 1rem 0;
}

.section[b-n2c6y6x1nn] {
    text-align: center;
    .field-data {
        font-weight: 600;
    }
}

@media (max-width: 640px) {
    [b-n2c6y6x1nn] .field {
        flex-direction: column;
        
        .field-name {
            width: auto;
        }
    }
}
/* /Components/ProfileInfoField.razor.rz.scp.css */
.field-name:has(> .verified)[b-18xti1z226] {
    color: var(--notice-color);
}
/* /Components/ReactionDetails.razor.rz.scp.css */
/* /Components/RecursiveNote.razor.rz.scp.css */

.replies[b-p66jjepzbv] {
    width: 100%;
}

.indented-reply[b-p66jjepzbv] {
    display: flex;
    width: 100%;
}

.reply-indent[b-p66jjepzbv] {
    display: flex;
    flex-direction: column;
    width: 3em;
    min-width: 3em;
    justify-content: center;

}

.note[b-p66jjepzbv] {
    width: 100%;
}

.root-note[b-p66jjepzbv] {
    max-width: 45rem;
    background-color: var(--foreground-color);
    padding: 1.25rem 0 1rem; /* top, left-right, bottom*/
    @media (max-width: 1000px) {
        padding: 1.25rem 1rem 1rem;[b-p66jjepzbv]
    }
    border-top: solid var(--highlight-color) 0.1rem;
    width: 100%;
}

.descendant[b-p66jjepzbv] {
    max-width: 45rem;
    min-width: 15rem;
    background-color: var(--foreground-color);
    padding: 0; /* top, right, bottom, left*/
    margin: 0;
    width: 100%;
}

.user-avatar[b-p66jjepzbv] {
    border-radius: 8px;
    object-fit: cover;
    width: 3em;
    height: 3em;
}

.note-container[b-p66jjepzbv] {
    display: flex;
    width: 100%;
    overflow: auto;
}

.line-container[b-p66jjepzbv] {
    height: 100%;
    text-align: center;
}

.note-indent[b-p66jjepzbv] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.replies[b-p66jjepzbv] {
    width: 100%
}
/* /Components/SearchComponent.razor.rz.scp.css */
.search[b-v5mtnb1zs6] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 1rem;
    flex-wrap: wrap;
}

.end[b-v5mtnb1zs6] {
    display: flex;
    justify-content: center;
    padding: 1rem;
}

.note-container[b-v5mtnb1zs6] {
    max-width: 45rem;
    background-color: var(--foreground-color);
    padding: 1.5rem 1.5rem 1rem; /* top, left-right, bottom*/
    @media (max-width: 1000px) {
        padding: 1.5rem 1rem 1rem;[b-v5mtnb1zs6]
    }
    border-radius: 0.75rem;
    margin-top: 1rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    width: 100%;
}
.wrapper[b-v5mtnb1zs6] {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
/* /Components/SettingsMenu.razor.rz.scp.css */
.sidebar-btn[b-zlatubmrva] {
    display: flex;
    height: 2.5rem;
    align-items: center;
    justify-content: start;
    border-radius: 1.25rem;
    padding-inline: 1rem;
    margin-bottom: 0.5rem;
    margin-inline: 1rem;
    color: white;
    font-size: 0.9em;
    background: var(--foreground-color);
    
    > i {
        padding-right: 0.5rem;
    }
}
.sidebar-btn:hover[b-zlatubmrva] {
    background-color: var(--hover-color);
}

.nav[b-zlatubmrva] {
    padding-top: 1rem;
    width: 15rem;
}

[b-zlatubmrva] {
    .active {
        > .sidebar-btn {
            background: var(--highlight-color);
        }
    }
}
[b-zlatubmrva] {
    a {
        text-decoration: none;
        color: white;
    }
}
/* /Components/StateButton.razor.rz.scp.css */
/* /Components/TabbedMenu.razor.rz.scp.css */
.tab-button[b-qlxbukuimj] {
    padding: 0.5em;
}

.buttons[b-qlxbukuimj] {
    border-bottom: solid var(--highlight-color) 0.1rem;
}

.active[b-qlxbukuimj] {
    border-bottom: solid var(--notice-color) 0.1rem;
    border-radius: 0;
}
/* /Components/TabPage.razor.rz.scp.css */
/* /Components/TimelineComponent.razor.rz.scp.css */
/* /Components/TimelineNote.razor.rz.scp.css */
.note-container[b-9iccjxjkej] {
    max-width: 45rem;
    background-color: var(--foreground-color);
    padding: 1.5rem 1.5rem 1rem; /* top, left-right, bottom*/
    @media (max-width: 1000px) {
        padding: 1.5rem 1rem 1rem;[b-9iccjxjkej]
    }
    border-radius: 0.75rem;
    margin-top: 1rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    width: 100%;
}

.note-indent[b-9iccjxjkej] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.user-avatar[b-9iccjxjkej] {
    border-radius: 8px;
    object-fit: cover;
    width: 3em;
    height: 3em;
}

.ancestor-wrapper[b-9iccjxjkej] {
    display: flex
}

.note[b-9iccjxjkej] {
    width: 100%;
    padding-bottom: 1rem;
}
/* /Components/UserProfileCard.razor.rz.scp.css */
.header[b-p8h2ti1pu0] {
    display: flex;
}

.name-section[b-p8h2ti1pu0] {
    margin-left: 1rem;
}

.name[b-p8h2ti1pu0] {
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
    white-space: nowrap;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (min-width: 1001px) {
    .name[b-p8h2ti1pu0] {
        max-width: 40rem;
    }
}

@media (max-width: 1000px) {
    .name[b-p8h2ti1pu0] {
        max-width: 20rem;
    }

}

.identifier[b-p8h2ti1pu0] {
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.profile-card[b-p8h2ti1pu0] {
    padding: 1rem;
    border-radius: 1rem;
    background-color: var(--foreground-color);
    max-width: 45rem;
    margin-top: 1rem;
    width: 100%;
    word-break: break-word;
}

.metadata[b-p8h2ti1pu0] {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 0.9rem;
}

.section[b-p8h2ti1pu0] {
    display: flex;
    flex-direction: row;
    padding-right: 1rem;
    gap: 0.5rem;

    .field-data {
        font-weight: 600;
    }
}

.bio[b-p8h2ti1pu0] {
    border-top: 0.1rem var(--highlight-color) solid;
    padding-top: 0.5rem;
    margin-top: 0.5rem;
}

.avatar[b-p8h2ti1pu0] {
    border-radius: 8px;
    object-fit: cover;
    width: 5em;
    height: 5em;
}
/* /Components/VirtualScroller.razor.rz.scp.css */
.padding[b-ebmczy8tmi] {
    width: 1px;
    min-height: 1px;
}

.bottom[b-ebmczy8tmi] {
    min-height: 1rem;
    @media (max-width: 1000px) {
        min-height: 5rem;[b-ebmczy8tmi]
    }
}

.scroller[b-ebmczy8tmi] {
    display: flex;
    flex-direction: column;
    overflow-x: clip;
    width: 100%;
    align-items: center;
    overflow-anchor: none;
    overscroll-behavior: contain;
}

.target[b-ebmczy8tmi] {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.the-end[b-ebmczy8tmi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1rem 0.5rem;
}
/* /Layout/LoginLayout.razor.rz.scp.css */
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-0ji69mhg5p] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: var(--background-color)
}

.main[b-0ji69mhg5p] {
    width: 100%;
}

.widget-panel[b-0ji69mhg5p] {
    border-left: 0.1rem var(--highlight-color) solid;
}

.sidebar[b-0ji69mhg5p] {

}

@media (max-width: 1000px) {
    .widget-panel[b-0ji69mhg5p] {
        display: none;
    }

}

.top-bar[b-0ji69mhg5p] {
    background-color: var(--background-color);
    border-bottom: 0.1rem var(--highlight-color) solid;
    height: 3rem;
    display: flex;
    align-items: center;
    padding-left: 1rem;
    position: sticky;
    top: 0;
    z-index: +1;

    > i {
        padding-right: 0.5rem;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ajzue3xjq1] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ajzue3xjq1] {
    height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.4);
}

.navbar-brand[b-ajzue3xjq1] {
    font-size: 1.1rem;
}

.bi[b-ajzue3xjq1] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-ajzue3xjq1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-ajzue3xjq1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.nav-item[b-ajzue3xjq1] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-ajzue3xjq1] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-ajzue3xjq1] {
    padding-bottom: 1rem;
}

.nav-item[b-ajzue3xjq1]  a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-ajzue3xjq1]  a.active {
    background-color: rgba(255, 255, 255, 0.37);
    color: white;
}

.nav-item[b-ajzue3xjq1]  a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ajzue3xjq1] {
        display: none;
    }

    .collapse[b-ajzue3xjq1] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-ajzue3xjq1] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Layout/SettingsLayout.razor.rz.scp.css */
[b-f1hobn6h8i] {
    .input {
        display: block;
        background-color: var(--foreground-color);
        border: none;
        outline: none;
        width: 100%;
        border-radius: 0.5rem;
        padding: 0.5rem;
        padding-inline: 1rem;
        margin: 0.5rem;
    }
}

[b-f1hobn6h8i] {
    h3 {
        margin-top: 0.25rem;
        font-size: 0.9rem;
    }
} 

.layout[b-f1hobn6h8i] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
}
.body[b-f1hobn6h8i] {
    width: 100%;
    height: 100%;
    padding-right: 2rem;
    padding-left: 1rem;
    @media(max-width: 1000px) {
        padding-left: 1rem;
        padding-right: 1rem;[b-f1hobn6h8i]
    }
    
    > .body {
        max-width: 50rem;
    }
}

@media(max-width: 1000px){
    .sidebar[b-f1hobn6h8i] {
        display: none;
    }
}
/* /Layout/Sidebar.razor.rz.scp.css */
[b-f96hf1odox] {
    a {
        text-decoration: none;
        color: white;
    }
}

[b-f96hf1odox] {
    .active {
        > .sidebar-btn {
            background: var(--highlight-color);
        }

        > .bottom-bar-btn[b-f96hf1odox] {
            background: var(--highlight-color);
        }
    }
}

[b-f96hf1odox] {
    .bottom-bar-icon {
        font-size: 20px !important; 
    }
}

.bottom-bar-btn[b-f96hf1odox] {
    display: inline-flex;
    height: 3rem;
    width: 5rem;
    min-width: 5rem;
    max-width: 5rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    color: white;
    background: var(--background-color);

    .text {
        display: none;
    }
}

.btn:hover[b-f96hf1odox] {
    background: var(--hover-color);
}

.icon[b-f96hf1odox] {
    display: flex;
    margin: 0.5rem;
    align-items: center;
    color: black;
}

.header[b-f96hf1odox] {
    height: 5rem;
}

.sidebar-btn[b-f96hf1odox] {
    display: flex;
    /* This is possibly the jankiest parameter i have ever written (it should be percents but this works), it looks okay anyway */
    width: 13rem;
    height: 2.5rem;
    align-items: center;
    justify-content: start;
    border-radius: 1.25rem;
    padding-inline: 1rem;
    margin-bottom: 0.5rem;
    margin-inline: 1rem;
    color: white;
    font-size: 0.9em;
    background: var(--foreground-color);
    
    > i {
        padding-right: 0.5rem;
    }
}

.sidebar-btn:hover[b-f96hf1odox] {
    background-color: var(--hover-color);
}

.post-btn[b-f96hf1odox] {
    background: var(--accent-color);
}

.rule[b-f96hf1odox] {
    width: 90%;
    color: var(--highlight-color);
    margin-bottom: 1rem;
    border-style: solid;
}

.bottom-nav[b-f96hf1odox] {
    display: flex;
    justify-content: space-around;
}

.open[b-f96hf1odox] {
    display: block !important;
    position: fixed;
    width: 15rem;
    height: 100vh;
    z-index: +25;
    background-color: var(--foreground-color);
}

@media (min-width: 1001px) {
    .sidebar[b-f96hf1odox] {
        display: flex;
        flex-direction: column;
        height: 100vh;
        width: 15rem;
        position: sticky;
        top: 0;
        background-color: var(--foreground-color);
    }

    .bottom-bar[b-f96hf1odox] {
        display: none;
    }
}

@media (max-width: 1000px) {
    .sidebar[b-f96hf1odox] {
        display: none;
    }

    .bottom-bar[b-f96hf1odox] {
        width: 100vw;
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: var(--background-color);
        z-index: +24;
        border-top: 0.1rem var(--highlight-color) solid;
    }
}
/* /Layout/WidgetPanel.razor.rz.scp.css */
.widget-panel-elements[b-r9mngh1keu] {
    display: flex;
    max-width: 23rem;
    min-width: 23rem;
    position: sticky;
    top: 0;
    max-height: 100vh;
}
/* /Pages/Login.razor.rz.scp.css */
.body[b-umcli7p56u] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-form[b-umcli7p56u] {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* /Pages/ProfileView.razor.rz.scp.css */
.scroller[b-tlo2ot23fh] {
    height: 100vh;
    overflow-y: auto;
    overflow-x: clip;
}

.header[b-tlo2ot23fh] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.subheader[b-tlo2ot23fh] {
    display: flex;
}

.name-section[b-tlo2ot23fh] {
    margin-left: 1rem;
    word-break: break-word;
}

.name[b-tlo2ot23fh] {
    font-size: 1.25rem;
}

.identifier[b-tlo2ot23fh] {
    font-size: 1rem;
}

.profile-card[b-tlo2ot23fh] {
    margin: auto;
    margin-top: 1rem;
    padding: 1.5rem;
    border-radius: 1rem;
    background-color: var(--foreground-color);
    max-width: 45rem;
}

.banner + .profile-card[b-tlo2ot23fh] {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.avatar[b-tlo2ot23fh] {
    border-radius: 8px;
    object-fit: cover;
    width: 5em;
    height: 5em;
}

.banner[b-tlo2ot23fh] {
    display: block;
    width: 100%;
    max-width: 45rem;
    height: auto;
    object-fit: cover;
    aspect-ratio: 21/9;
    margin: 1rem auto auto;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.notes[b-tlo2ot23fh] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.note-container[b-tlo2ot23fh] {
    max-width: 45rem;
    background-color: var(--foreground-color);
    padding: 1.5rem 1.5rem 1rem; /* top, left-right, bottom*/
    @media (max-width: 1000px) {
        padding: 1.5rem 1rem 1rem;[b-tlo2ot23fh]
    }
    border-radius: 0.75rem;
    margin-top: 1rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    width: 100%;
}

[b-tlo2ot23fh] .end {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* /Pages/SearchPage.razor.rz.scp.css */
/* /Pages/Settings/About.razor.rz.scp.css */
.version[b-bdsm9ntx3f] {
    max-width: 80vw;
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}

.value[b-bdsm9ntx3f] {
    margin-bottom: 0.5rem;
    max-width: 100vw;
    overflow: auto;
}
.logs[b-bdsm9ntx3f] {
    white-space: preserve-breaks;
}
/* /Pages/Settings/Filters.razor.rz.scp.css */
.positioned[b-uxsm5zhhdf] {
    position: relative;
    top: 0;

    .menu {
        left: 0rem;
        top: 2.7rem;
    }
}

.filter[b-uxsm5zhhdf] {
    border: var(--highlight-color) solid 0.1rem;
}

.creature-input:invalid[b-uxsm5zhhdf] {
    border-color: red;
}

.name-input:invalid[b-uxsm5zhhdf] {
    border-color: red;
}
/* /Pages/Settings/Profile.razor.rz.scp.css */
.field[b-fkt8ze569q], .new-field[b-fkt8ze569q] {
    display: flex;
    flex-direction: row;
    align-items: center;

    .button {
        padding: 0.75rem;
        margin: 0.2rem;
        i {
            padding: 0;
        }
    }
}

.user-fields[b-fkt8ze569q] {
    
}

.title[b-fkt8ze569q] {
    font-size: 0.9rem;
}
/* /Pages/Settings/Settings.razor.rz.scp.css */
.body[b-14iw6i8dgo] {
    max-width: 25rem;
}
/* /Pages/SingleNote.razor.rz.scp.css */
.root-note[b-d9hpxa92ap] {
    max-width: 45rem;
    background-color: var(--foreground-color);
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: solid var(--highlight-color) 0.1rem;
}

.descendants[b-d9hpxa92ap] {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.wrapper[b-d9hpxa92ap] {
    display: flex;
    flex-direction: column;
    align-items: center;
    @media (max-width: 1000px) {
        padding-bottom: 5rem;[b-d9hpxa92ap]
    }

}


[b-d9hpxa92ap] {
    .detail-entry {
        display: flex;
        margin: 0.75rem 0.25rem;
        cursor: pointer;
        
        .icon {
            border-radius: 8px;
            object-fit: cover;
            width: 3em;
            height: 3em;
            align-self: center;
            margin-right: 0.5rem;
        }
    }
}

[b-d9hpxa92ap] {
    .detail-entry > .name-section {
        margin-left: 0.25rem;
        white-space: nowrap;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

[b-d9hpxa92ap] {
    .detail-entry .username {
        font-size: 0.9rem;
    }
}

.container[b-d9hpxa92ap] {
    background-color: var(--foreground-color);
    border-radius: 0.75rem;
    padding: 1.5rem 1.5rem 1rem;
    margin: 1.5rem 1rem 1rem;
    max-width: 45rem;
    width: 100%;

}

.ascendants[b-d9hpxa92ap] {
}
/* /Pages/TimelinePage.razor.rz.scp.css */
