@import '_content/Iceshrimp.Assets.PhosphorIcons/Iceshrimp.Assets.PhosphorIcons.3dbig3czve.bundle.scp.css';

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

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

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

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

.alt-btn[b-vsso3pqt8c] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    padding: 0.5rem 0.75rem;
    height: max-content;
    z-index: +1;
    background-color: color-mix(in srgb, var(--background-color) 80%, transparent);
    line-height: 1;
}

.alt-btn:hover[b-vsso3pqt8c] {
    background-color: color-mix(in srgb, var(--hover-color) 80%, transparent);
}

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

.contents[b-vsso3pqt8c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    white-space: normal;
    word-break: break-word;
    word-wrap: break-word;

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

[b-vsso3pqt8c] {
    .attachment.contents .ph {
        display: block;
        margin-bottom: 0.5rem;
        vertical-align: middle;
        text-align: center;
    }
}

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

.wrapper:has(> img)[b-vsso3pqt8c] {
    cursor: pointer;
}

.blur-image[b-vsso3pqt8c] {
    cursor: pointer;
}

img.blur-image[b-vsso3pqt8c] {
    filter: blur(10rem);
    object-fit: cover;
}
/* /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-direction: column;
    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;
    min-height: 50%;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.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;
    > .icon-wrapper {
        margin-left: 3rem;
    }
}

.prev[b-01ixu0kh5t] {
    position: absolute;
    top: 50%;
    left: 0%;
    background-color: transparent;
    color: white;
    > .icon-wrapper {
        margin-right: 3rem;
    }
}

.alt-text[b-01ixu0kh5t] {
    overflow: auto;
    max-width: 50%;
    max-height: 30%;
    min-height: 3rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    background-color: rgb(0 0 0 / 0.5);
    padding: 1rem;
    border-radius: 0.5rem;
}

.carousel-btn[b-01ixu0kh5t] {
    width: 6rem;
    height: 6rem;
}
/* /Components/BannerContainer.razor.rz.scp.css */
.banner-container[b-ukvseni132] {
    position: fixed;
    top: 4rem;
    right: 1rem;
    background-color: var(--background-color);
    border: solid var(--highlight-color) 0.05rem;
    border-radius: 1.5rem;
    padding: 0.25rem 0.5rem;
    z-index: +7;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 15rem;
}
.banner-body[b-ukvseni132] {
    display: flex;
    width: 100%;
}
.banner[b-ukvseni132] {
    border: solid var(--highlight-color) 0.05rem;
    border-radius: 1rem;
    padding: 0.25rem 0.5rem;
    display: flex;
    width: 100%;
    align-items: center;
    margin: 0.25rem;
}
/* /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;
    cursor: auto;
}
.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: 10% auto 0;
    padding: 1rem;
    max-width: 45rem;
    color: var(--font-color);
    border: solid var(--highlight-color) 0.05rem;
}

.compose input[b-h3p68oce00] {
    margin: 0;
    padding: 0.5em;
}

.compose textarea[b-h3p68oce00] {
    margin: 0;
    padding: 0.5em;
    resize: vertical;
}

.poll .choice[b-h3p68oce00] {
    display: flex;
    flex-direction: row;
    align-items: center;

    .input {
        width: 100%;
    }
}

.poll .expire[b-h3p68oce00] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5em;
    align-items: end;
    margin-top: 0.5em;

    select {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

input[type="number"][b-h3p68oce00] {
    width: 6em;
}

input[type="checkbox"][b-h3p68oce00] {
    display: inline-block;
}

.compose .attachments[b-h3p68oce00] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.compose .preview[b-h3p68oce00] {
    padding: 0.5rem 0.5em 0;
    width: 100%;
    overflow: clip;
    white-space: pre-wrap;
}

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

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

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

.footer[b-h3p68oce00] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.2rem;
}

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

.footer .buttons:last-of-type[b-h3p68oce00] {
    margin-left: auto;
}

.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;
        > .icon-wrapper {
            padding-left: 0.5rem;
        }
    }
}

[b-h3p68oce00] {
    .btn[disabled],
    .post-btn[disabled] {
        opacity: 0.4;
        cursor: not-allowed;
    }
}

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

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

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

.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;
    overflow: clip;
}

.backdrop[b-h3p68oce00] {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -2
}

@media (max-width: 1000px) {
    .dialog[b-h3p68oce00] {
        z-index: +25;
    }

    .compose[b-h3p68oce00] {
        width: 100%;
        max-width: unset;
        min-height: 100vh;
        margin-top: 0;
        padding-top: 0;
        border-radius: 0;
    }
    
    .header[b-h3p68oce00] {
        position: sticky;
        top: 0;
        margin-bottom: 0;
        padding: 1rem 0 0.5rem;
        z-index: +2;
        background-color: var(--background-color);
    }
}
/* /Components/ComposeAttachment.razor.rz.scp.css */
.attachment[b-ulivwai4my] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    max-width: 10rem;
    padding: 0.5rem 0.5rem 0;
    border-radius: 0.5rem;
    cursor: pointer;
}

.attachment:hover[b-ulivwai4my] {
    background-color: var(--hover-color);
}

.file-name[b-ulivwai4my] {
    font-size: 0.8em;
    text-align: center;
    word-wrap: break-word;
}

[b-ulivwai4my] {
    .ph {
        display: block;
        vertical-align: middle;
        line-height: 1;
        color: var(--notice-color);
    }
}

[b-ulivwai4my] {
    .labels .ph {
        display: inline-block;
        vertical-align: top;
    }
}

img.thumbnail[b-ulivwai4my] {
    display: block;
    height: 5em;
    width: 5em;
    object-fit: contain;
}
/* /Components/ConfirmDialog.razor.rz.scp.css */
.dialog[b-z4oq6n9169] {
    margin: auto;
    overflow-y: scroll;
}

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

.confirm[b-z4oq6n9169] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    background-color: var(--background-color);
    border-radius: 1rem;
    margin: auto;
    padding: 1rem;
    width: max-content;
    max-width: 45rem;
    color: var(--font-color);
    text-align: center;
    text-wrap: wrap;
    word-break: break-word;
}

.confirm:not(.waiting)[b-z4oq6n9169] {
    min-width: 12rem;
}

.buttons[b-z4oq6n9169] {
    display: flex;
}

.confirm-icon[b-z4oq6n9169] {
    color: var(--notice-color);
}

.confirm-btn[b-z4oq6n9169] {
    background: var(--accent-color);
    color: var(--font-color);
}

@media (max-width: 1000px) {
    .confirm[b-z4oq6n9169] {
        max-width: 100%;
    }
}
/* /Components/DriveEntry.razor.rz.scp.css */
.drive-entry[b-ci0qmrvpoc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    width: 10em;
    text-align: center;
    text-wrap: wrap;
    word-break: break-word;
    border-radius: 0.5rem;
    cursor: pointer;
}

.drive-entry:hover[b-ci0qmrvpoc] {
    background-color: var(--hover-color);
}

[b-ci0qmrvpoc] {
    .icon .ph {
        display: block;
        vertical-align: middle;
        line-height: 1;
        color: var(--notice-color);
    }
}

.labels[b-ci0qmrvpoc] {
    width: 100%;
    margin-bottom: -1.5rem;
    z-index: +1;
    text-align: right;
}

[b-ci0qmrvpoc] {
    .labels .ph {
        display: inline-block;
        vertical-align: top;
        line-height: 1;
        color: var(--notice-color);
    }
}

img.thumbnail[b-ci0qmrvpoc] {
    display: block;
    height: 5em;
    width: auto;
    aspect-ratio: 3/2;
    object-fit: contain;
}
/* /Components/Dropdown.razor.rz.scp.css */
.dropdown-menu[b-9dadn7eo6m] {
    position: absolute;
    top: 2.5rem;
    left: 1.25rem;
    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);
}

@media (max-width: 1000px) {
    .dropdown-menu[b-9dadn7eo6m] {
        top: 3.5rem;
        left: 0;
        position: fixed;
        width: 100vw;
        max-width: 100vw;
    }
}
/* /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;
    }
    
    .dropdown-element + .dropdown-element[b-7eflr0em94] {
        margin-top: 1rem;
    }
}
/* /Components/EmojiManagementEntry.razor.rz.scp.css */
.emoji-entry[b-dot7f1u33n] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    width: 25rem;
    background-color: var(--foreground-color);
    border-radius: 0.5rem;
    cursor: pointer;
}

.emoji-entry:hover[b-dot7f1u33n] {
    background-color: var(--hover-color);
}

.emoji-details[b-dot7f1u33n] {
    display: flex;
    flex-direction: column;
    text-wrap: wrap;
    word-break: break-all;
    word-wrap: break-word;
}

.emoji-name[b-dot7f1u33n]::before,
.emoji-name[b-dot7f1u33n]::after {
    display: inline;
    content: ":";
    opacity: 0.7;
}

.emoji-meta[b-dot7f1u33n] {
    opacity: 0.7;
    font-size: 0.8em;
}

[b-dot7f1u33n] {
    .labels .ph {
        display: inline-block;
        line-height: 1;
        color: var(--notice-color);
    }
}

@media (max-width: 1000px) {
    .emoji-entry[b-dot7f1u33n] {
        width: 100%;
    }
}
/* /Components/EmojiPicker.razor.rz.scp.css */
.emoji-picker[b-coztr5q9y1] {
    --top: 0px;
    --left: 0px;
    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;
    max-height: 20rem;
    overflow: auto;
    top: calc(var(--top) + 2.5rem);
    left: calc(var(--left) - 5.5rem);
}

.emoji-list[b-coztr5q9y1] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(2.5rem, 1fr));
    grid-template-rows: repeat(auto-fill, minmax(2.5rem, 1fr));
}

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

.emoji:hover[b-coztr5q9y1] {
    cursor: pointer;
}

summary[b-coztr5q9y1] {
    padding: 0.5rem 0;
    cursor: pointer;
}

.search[b-coztr5q9y1] {
    margin: 0;
    width: 100%;
}

@media (max-width: 1000px) {
    .emoji-picker[b-coztr5q9y1] {
        top: unset;
        left: 0;
        /*Display emoji picker above keyboard (currently only on Chrome)*/
        bottom: env(keyboard-inset-height, 0);
        position: fixed;
        width: 100vw;
        max-width: 100vw;
        max-height: 30rem;
        border-bottom: none;
        border-left: none;
        border-right: none;
        border-radius: 0;
    }

    .emoji-list[b-coztr5q9y1] {
        gap: 0.2rem;
        margin: 0.5rem 0;
    }
    
    [b-coztr5q9y1] {
        .emoji {
            .custom-reaction, .unicode-reaction {
                font-size: 3rem !important;
            }
        }
    }
}
/* /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;    
    > .icon-wrapper {
        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: start;
    background-color: var(--foreground-color);
    border-radius: 1rem;
    justify-content: space-between;
    max-width: 50rem;
    width: 100%;
    margin-bottom: 1rem;
}

.date[b-xif0209qu7] {
    padding: 0 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;
}

.loading[b-p5rrluofxh] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25vh;
}
/* /Components/InlineEmoji.razor.rz.scp.css */
.custom-reaction[b-ugciumfrjz] {
    display: inline-block;
    width: 1em;
    height: 1em;
    object-fit: contain;
    vertical-align: middle;
}

.custom-reaction.hover[b-ugciumfrjz] {
    transition-duration: 250ms;
}

.custom-reaction.hover:hover[b-ugciumfrjz] {
    transform: scale(1.5);
    z-index: +1;
}

.custom-reaction.wide[b-ugciumfrjz] {
    width: auto;
    object-fit: unset;
}

.unicode-reaction[b-ugciumfrjz] {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
/* /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/LoadingSpinner.razor.rz.scp.css */
@keyframes spin-b-jt2lzulnyq {
    to {
        transform: rotate(360deg);
    }
}

.animate-spin[b-jt2lzulnyq] {
    animation: spin-b-jt2lzulnyq 1s linear infinite;
    margin-block: auto;
}

svg[b-jt2lzulnyq] {
    --scale: 1;
    display: inline;
    height: calc(1rem * var(--scale));
    width: calc(1rem * var(--scale));
    border-radius: 9999px;
    border-width: calc(2px * var(--scale));
    border-color: transparent;
    background-color: transparent;
    border-right-color: white;
    border-top-color: white;
    border-style: solid;
    margin-right: 0.5rem;
    vertical-align: text-bottom;
}
/* /Components/Menu.razor.rz.scp.css */
.menu[b-aj6ru2pss2] {
    --top: 0px;
    --left: 0px;
    background-color: var(--foreground-color);
    position: absolute;
    display: flex;
    flex-direction: column;
    row-gap: 0.2rem;
    padding: 0.5rem;
    border-radius: 0.5rem;
    border: var(--highlight-color) solid 0.1rem;
    width: 15rem;
    max-width: 20rem;
    top: var(--top);
    left: calc(var(--left) - 7.5rem);
    z-index: +3;
}
.fixed[b-aj6ru2pss2] {
    position: fixed;
}

[b-aj6ru2pss2] .rule {
    align-self: center;
    margin: 0.1rem 0;
    width: 90%;
    color: var(--highlight-color);
    border-width: 0.05rem;
    border-style: solid;
    cursor: auto;
}

@media (max-width: 1000px) {
    .menu[b-aj6ru2pss2] {
        top: unset;
        bottom: 0;
        left: 0;
        position: fixed;
        row-gap: 0.5rem;
        width: 100vw;
        max-width: 100vw;
        border-bottom: none;
        border-left: none;
        border-right: none;
        border-radius: 0;
        z-index: +26;
        padding-bottom: calc(0.5rem + env(safe-area-inset-bottom, 0px));
    }
}
/* /Components/MenuElement.razor.rz.scp.css */
.menu-element[b-jtzpwq1261] {
    display: flex;
    padding: 0.6rem 0;
    padding-inline: 0.5rem;
    border-radius: 0.5rem;
    align-items: center;
    color: var(--notice-color);
    line-height: 1;
    cursor: pointer;

    > .icon-wrapper {
        padding-right: 0.5rem;
    }
}

.menu-element:hover[b-jtzpwq1261] {
    background-color: var(--hover-color);
}

.menu-element.danger[b-jtzpwq1261] {
    color: var(--danger-color);
}
/* /Components/MfmText.razor.rz.scp.css */
.mfm[mfm] {
    line-height: 1.6;
}

/*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;
            position: relative;
            z-index: +1;
        }
    }
}

[mfm] {
    .emoji.simple {
        > img {
            height: 1.25em;
            vertical-align: -0.25em;
        }
    }
}

[mfm] {
    .emoji.simple {
        > img:hover {
            transform: none;
        }
    }
}

[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] {
    .fallback {
        text-decoration: 2px dotted underline red;
        cursor: not-allowed;
    }
}

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

[mfm] {
    .code-pre {
        overflow: auto;
    }
}

/* fn nodes */
[mfm] {
    .fn-flip.h {
        display: inline-block;
        transform: scaleX(-1);
    }
}

[mfm] {
    .fn-flip.v {
        display: inline-block;
        transform: scaleY(-1);
    }
}

[mfm] {
    .fn-flip.h.v {
        display: inline-block;
        transform: scaleX(-1) scaleY(-1);
    }
}

[mfm] {
    .fn-blur {
        filter: blur(6px);
        transition: filter 0.3s;
    }
}

[mfm] {
    .fn-blur:hover {
        filter: blur(0);
    }
}

/* Animation keyframes prefixed with fn- are adapted from Misskey under fair use / for interoperability */

@keyframes fn-jelly-mfm {
    0% {
        transform: scaleZ(1);
    }
    30% {
        transform: scale3d(1.25, .75, 1);
    }
    40% {
        transform: scale3d(.75, 1.25, 1);
    }
    50% {
        transform: scale3d(1.15, .85, 1);
    }
    65% {
        transform: scale3d(.95, 1.05, 1);
    }
    75% {
        transform: scale3d(1.05, .95, 1);
    }
    to {
        transform: scaleZ(1);
    }
}

@keyframes fn-tada-mfm {
    0% {
        transform: scaleZ(1);
    }
    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        transform: scaleZ(1);
    }
}

@keyframes fn-jump-mfm {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-16px);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(-8px);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes fn-bounce-mfm {
    0% {
        transform: translateY(0) scale(1);
    }
    25% {
        transform: translateY(-16px) scale(1);
    }
    50% {
        transform: translateY(0) scale(1);
    }
    75% {
        transform: translateY(0) scale(1.5, .75);
    }
    to {
        transform: translateY(0) scale(1);
    }
}

@keyframes fn-shake-mfm {
    0% {
        transform: translate(-3px, -1px) rotate(-8deg);
    }
    5% {
        transform: translateY(-1px) rotate(-10deg);
    }
    10% {
        transform: translate(1px, -3px) rotate(0);
    }
    15% {
        transform: translate(1px, 1px) rotate(11deg);
    }
    20% {
        transform: translate(-2px, 1px) rotate(1deg);
    }
    25% {
        transform: translate(-1px, -2px) rotate(-2deg);
    }
    30% {
        transform: translate(-1px, 2px) rotate(-3deg);
    }
    35% {
        transform: translate(2px, 1px) rotate(6deg);
    }
    40% {
        transform: translate(-2px, -3px) rotate(-9deg);
    }
    45% {
        transform: translateY(-1px) rotate(-12deg);
    }
    50% {
        transform: translate(1px, 2px) rotate(10deg);
    }
    55% {
        transform: translateY(-3px) rotate(8deg);
    }
    60% {
        transform: translate(1px, -1px) rotate(8deg);
    }
    65% {
        transform: translateY(-1px) rotate(-7deg);
    }
    70% {
        transform: translate(-1px, -3px) rotate(6deg);
    }
    75% {
        transform: translateY(-2px) rotate(4deg);
    }
    80% {
        transform: translate(-2px, -1px) rotate(3deg);
    }
    85% {
        transform: translate(1px, -3px) rotate(-10deg);
    }
    90% {
        transform: translate(1px) rotate(3deg);
    }
    95% {
        transform: translate(-2px) rotate(-3deg);
    }
    to {
        transform: translate(2px, 1px) rotate(2deg);
    }
}

@keyframes fn-twitch-mfm {
    0% {
        transform: translate(7px, -2px);
    }
    5% {
        transform: translate(-3px, 1px);
    }
    10% {
        transform: translate(-7px, -1px);
    }
    15% {
        transform: translateY(-1px);
    }
    20% {
        transform: translate(-8px, 6px);
    }
    25% {
        transform: translate(-4px, -3px);
    }
    30% {
        transform: translate(-4px, -6px);
    }
    35% {
        transform: translate(-8px, -8px);
    }
    40% {
        transform: translate(4px, 6px);
    }
    45% {
        transform: translate(-3px, 1px);
    }
    50% {
        transform: translate(2px, -10px);
    }
    55% {
        transform: translate(-7px);
    }
    60% {
        transform: translate(-2px, 4px);
    }
    65% {
        transform: translate(3px, -8px);
    }
    70% {
        transform: translate(6px, 7px);
    }
    75% {
        transform: translate(-7px, -2px);
    }
    80% {
        transform: translate(-7px, -8px);
    }
    85% {
        transform: translate(9px, 3px);
    }
    90% {
        transform: translate(-3px, -2px);
    }
    95% {
        transform: translate(-10px, 2px);
    }
    to {
        transform: translate(-2px, -6px);
    }
}

@keyframes fn-rainbow-mfm {
    0% {
        filter: hue-rotate(0deg) contrast(150%) saturate(150%);
    }
    to {
        filter: hue-rotate(360deg) contrast(150%) saturate(150%);
    }
}

[mfm] {
    .fn-animation {
        display: inline-block;
        animation-delay: 0s;
        animation-fill-mode: both;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }
}

@keyframes fn-spin-mfm {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes fn-spin-x-mfm {
    0% {
        transform: perspective(128px) rotateX(0);
    }
    to {
        transform: perspective(128px) rotateX(360deg);
    }
}

@keyframes fn-spin-y-mfm {
    0% {
        transform: perspective(128px) rotateY(0);
    }
    to {
        transform: perspective(128px) rotateY(360deg);
    }
}

[mfm] {
    .fn-spin {
        display: inline-block;
        animation-delay: 0s;
        animation-duration: 1.5s;
        animation-fill-mode: both;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }
}

[mfm] {
    .fn-rotate {
        display: inline-block;
        transform-origin: center center 0;
    }
}

@keyframes fn-fade-mfm {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

[mfm] {
    .fn-fade {
        display: inline-block;
        animation-delay: 0s;
        animation-direction: alternate;
        animation-duration: 1.5s;
        animation-iteration-count: infinite;
        animation-name: fn-fade-mfm;
        animation-timing-function: linear;
    }
}
/* /Components/ModerationMenu.razor.rz.scp.css */
.sidebar-btn[b-t1tfxsbr9k] {
    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);

    > .icon-wrapper {
        padding-right: 0.5rem;
    }
}
.sidebar-btn:hover[b-t1tfxsbr9k] {
    background-color: var(--hover-color);
}

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

[b-t1tfxsbr9k] {
    .active {
        > .sidebar-btn {
            background: var(--highlight-color);
        }
    }
}
[b-t1tfxsbr9k] {
    a {
        text-decoration: none;
        color: white;
    }
}
/* /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);
}

.filter-name[b-7zzdmc2lph] {
    filter: blur(0.2rem);
    transition-duration: 0.2s;
    transition-property: filter;
}

.filter-name:hover[b-7zzdmc2lph] {
    filter: blur(0);
}
/* /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;
    white-space: pre-wrap;
    max-height: 40em;
    height: auto;
    overflow: hidden;
    overflow-wrap: break-word;
}

.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;
    overflow-x: hidden;
    overflow-wrap: break-word;
}

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

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

.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;
}

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

.clickable[b-tpyuanril0] {
    cursor: pointer;
}
/* /Components/Note/NoteComponent.razor.rz.scp.css */
.note-wrapper[b-s0a35vsa2r] {
    display: flex;
    flex-direction: column;
}

.note-header[b-s0a35vsa2r] {
    display: flex;
    padding-bottom: 0.5em;
    position: relative;
    z-index: +1;
}

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

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

.quote-link[b-s0a35vsa2r] {
    text-decoration: none;
    color: var(--notice-color);
    font-style: italic;
}

.date[b-s0a35vsa2r] {
    margin-top: 1rem;
    opacity: 0.7;
}
/* /Components/Note/NoteFooter.razor.rz.scp.css */
.note-footer[b-9xdzqbptc0] {
    margin-top: 0.5em;
}

.reactions[b-9xdzqbptc0] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.5em;
}

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

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

.btn:hover[b-9xdzqbptc0] {
    transition: 250ms;
    border-color: var(--notice-color);
    background-color: var(--hover-color);
}

.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;
    min-width: 3rem;
    overflow: clip;
    flex-basis: 30%;
    flex-shrink: 2;

    .info {
        display: block;

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

        a.time[b-ei0cafcy09] {
            color: var(--font-color);
            text-decoration-line: none;
        }

        a.time:hover[b-ei0cafcy09] {
            text-decoration-line: underline;
        }

        .visibility[b-ei0cafcy09] {
            display: inline-block;
            vertical-align: middle;
            font-size: 1rem;
        }
    }
    .instance[b-ei0cafcy09] {
        /*Left align so the right side is truncated*/
        align-self: start;
        /*Margin on the left so non truncated names are aligned to the right*/
        margin-left: auto;
        font-size: 0.9em;
        text-overflow: ellipsis;
        overflow: clip;
    }
}

@media (max-width: 1000px) {
    .metadata[b-ei0cafcy09] {
        flex-basis: 25%;
        
        .instance {
            display: none;
        }
    }
}
/* /Components/Note/NotePoll.razor.rz.scp.css */
.poll-options[b-tje2wcpm8t] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    margin-top: 0.5em;
}

.poll-option input[b-tje2wcpm8t] {
    display: none;
}

.poll-option label[b-tje2wcpm8t] {
    display: inline-block;
    width: 100%;
    padding: 0.2rem 0.5rem;
    border-radius: 0.5rem;
    background-color: var(--highlight-color);
    text-wrap: wrap;
    word-break: break-word;
    cursor: pointer;
    
    i {
        display: inline-block;
        line-height: 1;
        vertical-align: middle;
    }
}

.poll-options label[b-tje2wcpm8t] {
    display: inline-flex;
    gap: 0.5rem;
    align-items: center;
}

.poll-option label:hover[b-tje2wcpm8t] {
    background-color: var(--hover-color);
}

.poll-option input:checked ~ label[b-tje2wcpm8t] {
    background: var(--accent-color);
}

.poll-results[b-tje2wcpm8t] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    margin-top: 0.5em;
}

.poll-result[b-tje2wcpm8t] {
    --percentage: 0%;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    width: 100%;
    padding: 0.2rem 0.5rem;
    border-radius: 0.5rem;
    background: linear-gradient(to right, var(--hover-color) var(--percentage), var(--highlight-color) var(--percentage), var(--highlight-color));
}

.poll-result.voted[b-tje2wcpm8t] {
    background: linear-gradient(to right, var(--accent-primary-color), var(--accent-secondary-color) var(--percentage), var(--highlight-color) var(--percentage), var(--highlight-color));
}

.poll-value[b-tje2wcpm8t] {
    flex-grow: 1;
    text-wrap: wrap;
    word-break: break-word;
}

.poll-info[b-tje2wcpm8t] {
    flex-shrink: 0;
}

.vote-count[b-tje2wcpm8t], .vote-percentage[b-tje2wcpm8t] {
    display: inline-block;
    vertical-align: middle;
    text-wrap: nowrap;
}

.vote-count[b-tje2wcpm8t] {
    margin-right: 0.5rem;
    font-size: 0.7em;
}

@media (max-width: 1000px) {
    .poll-options label[b-tje2wcpm8t] {
        padding: 0.5rem 0.5rem;
    }

    .poll-result[b-tje2wcpm8t] {
        flex-direction: column;
        align-items: start;
    }

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

.reacted[b-cx3nkezdpn] {
    background-color: color-mix(in srgb, var(--notice-color) 30%, transparent);
    color: var(--font-color);
}

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

.custom-reaction[b-cx3nkezdpn] {
    display: inline-block;
    height: 1em;
    width: auto;
    vertical-align: -0.1em;
}
/* /Components/Note/NoteUserInfo.razor.rz.scp.css */
.name-section[b-m1ad2an598] {
    display: flex;
    flex-direction: column;
    padding-left: 0.75em;

    .identifier {
        font-size: 0.8em;
        text-overflow: ellipsis;
        overflow: clip;
        white-space: wrap;
    }
    min-width: 2rem;
    overflow: clip;
    margin-right: 1rem;[b-m1ad2an598]
}

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

[b-m1ad2an598] .identifier .ph {
    display: inline-block;
    margin-right: 0.25em;
    vertical-align: middle;
}
/* /Components/NoteLikeDetails.razor.rz.scp.css */
.loading[b-ytco0f8ifb] {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* /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 */
.reaction-count[b-hwztvdiu8m] {
    margin-left: 0.5em;
}
/* /Components/NoteRenoteDetails.razor.rz.scp.css */
.loading[b-yngmhfr7a9] {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* /Components/NoticeDialog.razor.rz.scp.css */
.dialog[b-rgju896d3q] {
    margin: auto;
    overflow-y: scroll;
}

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

.notice[b-rgju896d3q] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    background-color: var(--background-color);
    border-radius: 1rem;
    margin: auto;
    padding: 1rem;
    min-width: 12rem;
    width: max-content;
    max-width: 45rem;
    color: var(--font-color);
    text-align: center;
    text-wrap: wrap;
    word-break: break-word;
}

.notice-icon[b-rgju896d3q] {
    color: var(--notice-color);
}

.confirm-btn[b-rgju896d3q] {
    background: var(--accent-color);
    color: var(--font-color);
}

@media (max-width: 1000px) {
    .notice[b-rgju896d3q] {
        max-width: 100%;
    }
}
/* /Components/NotificationComponent.razor.rz.scp.css */
.notification[b-1mlnmqluoa] {
    position: relative;
    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%;
    overflow: hidden;
}

.notification-icon[b-1mlnmqluoa] {
    display: inline-block;
    padding: 0.2em 0.22em;
    height: max-content;
    background-color: var(--highlight-color);
    color: var(--notice-color);
    border-radius: 100%;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
}

.avatar + .notification-body[b-1mlnmqluoa] {
    .notification-icon {
        position: absolute;
        top: 3em;
        left: 3em;
        vertical-align: unset;
    }
}

.notification-reaction[b-1mlnmqluoa] {
    position: absolute;
    top: 3em;
    left: 3em;
    display: inline-block;
    filter: drop-shadow(0 0 0.2em rgba(0, 0, 0, 0.7));
}

.notification-text[b-1mlnmqluoa] {
    font-size: 0.8em;
}

.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;
}

[b-1mlnmqluoa] .notification-note {
    .metadata {
        flex-basis: 20%;
    }
    
    .instance[b-1mlnmqluoa] {
        display: none;
    }
}

[b-1mlnmqluoa] .notification-header .avatar {
    margin-right: 0.75em;
}

.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] {
    width: 100%;
    overflow-x: auto;
    overscroll-behavior-y: contain;
    padding-top: 0.5rem;
}

.wrapper[b-9227kmg8nd] {
    display: flex;
    justify-content: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 100%;
    margin: auto;
}

.loading[b-9227kmg8nd] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25vh;
    margin: auto;
}
[b-9227kmg8nd] {
    .scroll-end {
        height: 3rem;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
/* /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;
        column-gap: 0.5rem;
        margin: 0.2rem 0;
    
        .field-name {
            font-weight: 600;
            width: 10rem;
            word-wrap: break-word;
            
            .ph {
                vertical-align: text-bottom;
            }
        }
    }
}

[b-n2c6y6x1nn] .field .field-value {
    width: calc(100% - 10.5rem);
    word-wrap: break-word;
}

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

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

.badges[b-n2c6y6x1nn] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 1rem 0;
}

.badge[b-n2c6y6x1nn] {
    display: inline-block;
    padding: 0 0.5rem;
    background-color: var(--highlight-color);
    border-radius: 0.5rem;
}

[b-n2c6y6x1nn] {
    .badge .ph {
        display: inline-block;
        vertical-align: text-bottom;
    }
}

[b-n2c6y6x1nn] {
    /* For some reason ph-lock aligns differently than the other icons. This fixes that */
    .badge .ph-lock {
        vertical-align: middle;
    }
}

@media (max-width: 640px) {
    [b-n2c6y6x1nn] .field {
        flex-direction: column;
        
        .field-name {
            width: auto;
        }
    }
    
    [b-n2c6y6x1nn] .field .field-value {
        width: auto;
    }
    
    [b-n2c6y6x1nn] {
        .field + .field {
            margin-top: 0.5rem;
        }
    }
}
/* /Components/ProfileInfoField.razor.rz.scp.css */
.field-name:has(> .verified)[b-18xti1z226] {
    color: var(--notice-color);
}
/* /Components/PromptDialog.razor.rz.scp.css */
.dialog[b-goq8agz0ey] {
    margin: auto;
    overflow-y: scroll;
}

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

.prompt[b-goq8agz0ey] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    background-color: var(--background-color);
    border-radius: 1rem;
    margin: auto;
    padding: 1rem;
    width: max-content;
    max-width: 45rem;
    color: var(--font-color);
    text-align: center;
    text-wrap: wrap;
    word-break: break-word;
}

.prompt:not(.waiting)[b-goq8agz0ey] {
    min-width: 12rem;
}

.prompt textarea[b-goq8agz0ey] {
    width: 100%;
}

.buttons[b-goq8agz0ey] {
    display: flex;
}

.submit-btn[b-goq8agz0ey] {
    background: var(--accent-color);
    color: var(--font-color);
}

.submit-btn[disabled][b-goq8agz0ey] {
    opacity: 0.4;
    cursor: not-allowed;
}

@media (max-width: 1000px) {
    .prompt[b-goq8agz0ey] {
        max-width: 100%;
    }
}
/* /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%;
    min-width: 0;
}

.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%;
}

.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/RemoteUserBanner.razor.rz.scp.css */
.remote-user-notice[b-d5gxdeq0es] {
    max-width: 45rem;
    padding: 0.5rem 1rem;
    margin: 1rem auto auto;
    border: 1px solid var(--warning-color);
    color: var(--warning-color);
    border-radius: 0.5rem;
}
/* /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%;
    overflow: clip;
}
.wrapper[b-v5mtnb1zs6] {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
/* /Components/SelectDialog.razor.rz.scp.css */
.dialog[b-w7it1yy6o2] {
    margin: auto;
    overflow-y: scroll;
}

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

.select[b-w7it1yy6o2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    background-color: var(--background-color);
    border-radius: 1rem;
    margin: auto;
    padding: 1rem;
    width: max-content;
    max-width: 45rem;
    color: var(--font-color);
    text-align: center;
    text-wrap: wrap;
    word-break: break-word;
}

.select:not(.waiting)[b-w7it1yy6o2] {
    min-width: 12rem;
}

.buttons[b-w7it1yy6o2] {
    display: flex;
}

.submit-btn[b-w7it1yy6o2] {
    background: var(--accent-color);
    color: var(--font-color);
}

@media (max-width: 1000px) {
    .select[b-w7it1yy6o2] {
        max-width: 100%;
    }
}
/* /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);
    
    > .icon-wrapper {
        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/StreamingStatus.razor.rz.scp.css */
.connection-status[b-f5dkdk8ydl] {
    display: block;
    background-color: var(--background-color);
    border: solid var(--notice-color) 0.1rem;
    border-radius: 0.5rem;
    padding: 0.25rem 0.5rem;
    position: fixed;
    bottom: 10%;
    right: 5%;
    z-index: 99;
    /*allow-discrete is a valid value here*/
    /*noinspection CssInvalidPropertyValue*/
    transition: opacity 1s ease-in,
    display 1s ease-in allow-discrete;
    &.fadeout {
        opacity: 0;
        display: none;
    }
}

.state[b-f5dkdk8ydl] {
    display: flex;
    align-items: center;
}

@keyframes spin-b-f5dkdk8ydl {
    to {
        transform: rotate(360deg);
    }
}

.animate-spin[b-f5dkdk8ydl] {
    animation: spin-b-f5dkdk8ydl 1s linear infinite;
}

svg[b-f5dkdk8ydl] {
    display: inline;
    height: 1rem;
    width: 1rem;
    border-radius: 9999px;
    border-width: 2px;
    border-color: transparent;
    background-color: transparent;
    border-right-color: white;
    border-top-color: white;
    border-style: solid;
    margin-right: 0.5rem;
}

.disconnected[b-f5dkdk8ydl] {
    cursor: pointer;
}

/*@starting-style is widely supported*/
/*noinspection CssInvalidAtRule*/
@starting-style {
    .connection-status.fadeout[b-f5dkdk8ydl] {
        opacity: 1;
        display: block;
    }
}
/* /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/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%;
    overflow: clip;
}

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

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

.note[b-9iccjxjkej] {
    width: 100%;
    padding-bottom: 1rem;
    min-width: 0;
}
/* /Components/UpdateNotice.razor.rz.scp.css */
.dialog[b-5kqa77dh5y] {
    margin: auto;
    overflow-y: scroll;
}

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

.notice[b-5kqa77dh5y] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    background-color: var(--background-color);
    border-radius: 1rem;
    margin: auto;
    padding: 1rem;
    min-width: 12rem;
    width: max-content;
    max-width: 45rem;
    color: var(--font-color);
    text-align: center;
    text-wrap: wrap;
    word-break: break-word;
    border-color: var(--highlight-color);
}

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

.value[b-5kqa77dh5y] {
    margin-bottom: 0.5rem;
    max-width: 100vw;
    overflow: auto;
}
/* /Components/UserAvatar.razor.rz.scp.css */
.avatar[b-q5uvtqwcu6] {
    --size: 3em;
    border-radius: 8px;
    object-fit: cover;
    width: var(--size);
    height: var(--size);
    min-width: var(--size);
    min-height: var(--size);
    overflow: clip;
    color: transparent;
}
/* /Components/UserDialog.razor.rz.scp.css */
.dialog[b-g93pkeru7u] {
    margin: auto;
    overflow-y: scroll;
}

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

.select[b-g93pkeru7u] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    background-color: var(--background-color);
    border-radius: 1rem;
    margin: auto;
    padding: 1rem;
    width: max-content;
    max-width: 45rem;
    color: var(--font-color);
    text-align: center;
    text-wrap: wrap;
    word-break: break-word;
}

.select:not(.waiting)[b-g93pkeru7u] {
    min-width: 12rem;
}

.select .search[b-g93pkeru7u] {
    display: flex;
    align-items: center;
}

.user-entry[b-g93pkeru7u] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.5rem;
    border-radius: 0.5rem;
    text-align: left;
    cursor: pointer;
}

.user-entry.selected[b-g93pkeru7u] {
    background-color: var(--hover-color);
}

.user-entry .name-section[b-g93pkeru7u] {
    display: flex;
    flex-direction: column;
    overflow: clip;
    text-overflow: ellipsis;

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

.buttons[b-g93pkeru7u] {
    display: flex;
}

.submit-btn[b-g93pkeru7u] {
    background: var(--accent-color);
    color: var(--font-color);
}

@media (max-width: 1000px) {
    .select[b-g93pkeru7u] {
        max-width: 100%;
    }
    
    .select .search[b-g93pkeru7u] {
        flex-direction: column;
    }
}
/* /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;
}
/* /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.05rem var(--highlight-color) solid;
}

.sidebar[b-0ji69mhg5p] {

}

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

    .main[b-0ji69mhg5p] {
        margin-bottom: 5rem;
    }
}

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

    .icon-wrapper {
        padding-right: 0.5rem;
    }
}

.top-bar[b-0ji69mhg5p] {
    .btn {
        margin-right: 0.5rem;
        padding: 0.2rem 0.4rem;
        border-radius: 0.5rem;
        background-color: var(--foreground-color);
        cursor: pointer;
    }
}

.top-bar[b-0ji69mhg5p] {
    .btn:hover {
        background-color: var(--hover-color);
    }
}

.top-bar[b-0ji69mhg5p] {
    .btn {
        .icon-wrapper {
            display: inline-block;
            padding-right: 0;
            vertical-align: middle;
        }
    }
    
}

.top-bar[b-0ji69mhg5p] {
    .btn span {
        font-size: 0.9em;
    }
}

.top-bar[b-0ji69mhg5p] {
    .action {
        margin-left: auto;
        color: var(--notice-color);
        text-decoration: none;
    }
}

.top-bar[b-0ji69mhg5p] {
    .action + .action {
        margin-left: 0;
    }
}

.top-bar[b-0ji69mhg5p] {
    .action:last-child {
        margin-right: 0;
    }
}

@media (max-width: 1000px) {
    .top-bar[b-0ji69mhg5p] {
        .btn span {
            display: none;
        }
    }
}
/* /Layout/ModerationLayout.razor.rz.scp.css */
[b-6w4jf6kee4] {
    .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-6w4jf6kee4] {
    h3 {
        margin-top: 0.25rem;
        font-size: 0.9rem;
    }
}

.layout[b-6w4jf6kee4] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
}
.body[b-6w4jf6kee4] {
    width: 100%;
    height: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
}

@media(max-width: 1000px){
    .sidebar[b-6w4jf6kee4] {
        display: none;
    }
}
/* /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);
        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;
}
.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);
            color: var(--link);
        }

        >.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;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar[b-f96hf1odox] {
    cursor: pointer;
}

.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: var(--btn-radius);
    padding-inline: 1rem;
    margin-bottom: 0.5rem;
    margin-inline: 1rem;
    color: var(--font-color);
    font-size: 0.9em;

    > .icon-wrapper {
        padding-right: 0.5rem;
        font-size: 1.5em !important;
        /* why is there a style=“font-size: 16px” in the DOM? remove it !important when it's fixed */
    }
}

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

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

.sidebar[b-f96hf1odox] {
    .post-btn {
        display: flex;
        justify-content: center;
        padding: 2rem;
        font-weight: bold;
        position: relative;

        i {
            left: 1em;
            position: absolute;
        }
    }
}

.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(--background-color);
        border-right: var(--highlight-color) solid 0.05rem;
    }

    .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;
        padding-bottom: env(safe-area-inset-bottom);
    }
}
/* /Layout/UnauthLayout.razor.rz.scp.css */
.header[b-tockmz2sq3] {
    display: flex;
    width: 100%;
    padding: 1rem;
}

.page[b-tockmz2sq3]{
    background-color: var(--background-color);
    height: 100%;
}

.logo[b-tockmz2sq3] {
    object-fit: contain;
    height: 2rem
}
/* /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/BookmarksPage.razor.rz.scp.css */
.timeline[b-fhyodj9ggk] {
    overflow-anchor: none;
}
/* /Pages/DrivePage.razor.rz.scp.css */
.file-input[b-x0kp3xd63a] {
    display: none;
}

.loading[b-x0kp3xd63a] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25vh;
}

.drive-files[b-x0kp3xd63a] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    padding: 1rem;
}
/* /Pages/Login.razor.rz.scp.css */
.body[b-umcli7p56u] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-form[b-umcli7p56u] {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo[b-umcli7p56u] {
    height: 3rem;
}

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

.loading[b-umcli7p56u] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25vh;
}

.backdrop[b-umcli7p56u] {
    opacity: 50%;
    background-color: black;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -2;
}

.dialog-content[b-umcli7p56u] {
    border-radius: 1rem;
    margin: 0 auto;
    top: 10%;
    padding: 1rem;
    position: relative;
    max-width: 30rem;
    color: var(--font-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--background-color);
    border: solid var(--highlight-color) 0.05rem;
}

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

.close[b-umcli7p56u] {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
}

.title[b-umcli7p56u] {
    margin: 0;
    font-size: 1.2rem;
}

.otp-input[b-umcli7p56u] {
    margin-top: 1rem;
}

.user-picker[b-umcli7p56u] {
    display: flex;
    flex-wrap: wrap;
}

.user[b-umcli7p56u] {
    display: flex;
    flex-direction: column;
    margin: 0.5rem;
    border: 0.1rem var(--highlight-color) solid;
    border-radius: 1rem;
    padding: 0.5rem;
    cursor: pointer;
    align-items: center;

    .username {
        margin-top: 0.5rem;
    }
}

.user:hover[b-umcli7p56u] {
    transition: border-color 250ms;
    border-color: var(--notice-color);
}

.register-link[b-umcli7p56u] {
    margin-top: 2rem;
}
/* /Pages/Moderation/CustomEmojis.razor.rz.scp.css */
.emoji-search[b-le2867vogm] {
    display: flex;
    margin-top: 1rem;

    button {
        margin-right: 0;
    }
}

.search[b-le2867vogm] {
    display: inline-block;
    width: 100%;
    margin-left: 0;
}

.category-name[b-le2867vogm] {
    display: inline-block;
    margin: 1rem 0 0.5rem;
    font-weight: bold;
}

.emoji-list[b-le2867vogm] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    width: 100%;
}

.loading[b-le2867vogm] {
    display: flex;
    justify-content: center;
    margin-top: 5rem;
}

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

@media (max-width: 1000px) {
    .emoji-list[b-le2867vogm] {
        flex-direction: column;
    }
}
/* /Pages/Moderation/CustomEmojisRemote.razor.rz.scp.css */
.emoji-search[b-rsdo1szfoz] {
    display: flex;
    margin: 1rem 0;

    button {
        margin-right: 0;
    }
}

.search[b-rsdo1szfoz] {
    display: inline-block;
    width: 100%;
}

.search:first-of-type[b-rsdo1szfoz] {
    margin-left: 0;
}

.emoji-list[b-rsdo1szfoz] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    width: 100%;
}

.loading[b-rsdo1szfoz] {
    display: flex;
    justify-content: center;
    margin-top: 5rem;
}

@media (max-width: 1000px) {
    .emoji-list[b-rsdo1szfoz] {
        flex-direction: column;
    }
}
/* /Pages/ProfileView.razor.rz.scp.css */
.loading[b-tlo2ot23fh] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25vh;
}

.header[b-tlo2ot23fh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 1rem;
}

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

.name-section[b-tlo2ot23fh] {
    margin-left: 1rem;
    word-break: break-word;
    text-shadow: 0 0 5px #000;
}

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

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

.follows-badge[b-tlo2ot23fh] {
    display: inline-block;
    padding: 0 0.5rem;
    background-color: var(--highlight-color);
    border-radius: 0.5rem;
    margin-left: 0.5rem;
}

.context-button[b-tlo2ot23fh] {
    margin-left: auto;
    padding: 0.75em;
    line-height: 1;
}

[b-tlo2ot23fh] {
    .context-button {
        .ph {
            vertical-align: middle;
        }
    }
}

.follow-button + .context-button[b-tlo2ot23fh] {
    margin-left: 0.5rem;
}

.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;
}

.banner[b-tlo2ot23fh] {
    display: block;
    width: 100%;
    max-width: 45rem;
    height: auto;
    object-fit: cover;
    aspect-ratio: 21/9;
    margin: 1rem auto -7em 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%;
    overflow: clip;
}

[b-tlo2ot23fh] .end {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* /Pages/Register.razor.rz.scp.css */
.body[b-yb311waaq5] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.register-form[b-yb311waaq5] {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

input:invalid[b-yb311waaq5] {
    border: 0.05rem solid var(--highlight-color);
}

.logo[b-yb311waaq5] {
    height: 3rem;
}

.login-link[b-yb311waaq5] {
    margin-top: 2rem;
}

.rules ol li[b-yb311waaq5] {
    list-style: decimal;
}

.rules button[b-yb311waaq5] {
    margin: 0 auto;
}
/* /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/Account.razor.rz.scp.css */
.dialog[b-36d9gsz0u9] {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    margin: auto;
    background-color: unset;
    z-index: +11;
}
.item[b-36d9gsz0u9] {
    overflow: auto;
    user-select: all;
}

.container[b-36d9gsz0u9] {
    max-width: 100%;
}

.backdrop[b-36d9gsz0u9] {
    opacity: 50%;
    background-color: black;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -2
}

.dialog-content[b-36d9gsz0u9] {
    background-color: var(--background-color);
    border-radius: 1rem;
    margin: 0 auto;
    top: 10%;
    padding: 1rem;
    position: relative;
    max-width: 45rem;
    color: var(--font-color);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qr[b-36d9gsz0u9] {
    width: 20rem;
    max-width: 75vw;
    border: white 0.75rem solid;
    margin: 1rem;
}

.header[b-36d9gsz0u9] {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.close[b-36d9gsz0u9] {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
}

.title[b-36d9gsz0u9] {
    margin: 0;
    font-size: 1.2rem;
}
.otp-input[b-36d9gsz0u9] {
    margin-top: 1rem;
}
/* /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;
}

.loading[b-fkt8ze569q] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25vh;
}

.button[b-fkt8ze569q] {
    padding: 0.75rem;
    margin: 0.2rem;
    .icon-wrapper {
        padding: 0;
    }
}

.user-fields[b-fkt8ze569q] {
    
}

.language-label[b-fkt8ze569q] {
    text-wrap: nowrap;
}

.title[b-fkt8ze569q] {
    font-size: 0.9rem;
}

input[type="checkbox"][b-fkt8ze569q] {
    display: inline-block;
}

.input[disabled][b-fkt8ze569q] {
    color: color-mix(in srgb, var(--font-color) 50%, transparent);
}

.input.alt-text[b-fkt8ze569q] {
    resize: none;
}

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

.banner[b-fkt8ze569q] {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 21/9;
    border-radius: 1rem;
}
/* /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, padding and margin are a hack to make some mfm art look correct*/
    width: calc(100% + 3rem);
    padding: 1.5rem 1.5rem 1rem;
    margin: -1.5rem -1.5rem 0;
    border-bottom: solid var(--highlight-color) 0.1rem;
    overflow: clip;
    border-radius: 0.75rem;
}

.loading[b-d9hpxa92ap] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25vh;
}

.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;
        
        .avatar {
            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%;

}

.cw-button[b-d9hpxa92ap] {
    margin-left: auto;
    .icon-wrapper {
        padding-right: initial;
    }
}
/* /Pages/TimelinePage.razor.rz.scp.css */
.timeline[b-c5oj84ht3h] {
    overflow-anchor: none;
}

.selector[b-c5oj84ht3h] {
    margin-left: auto;
}
