/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-pozvyrpvi8] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-pozvyrpvi8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-c667ohq81k],
.components-reconnect-repeated-attempt-visible[b-c667ohq81k],
.components-reconnect-failed-visible[b-c667ohq81k],
.components-pause-visible[b-c667ohq81k],
.components-resume-failed-visible[b-c667ohq81k],
.components-rejoining-animation[b-c667ohq81k] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-c667ohq81k],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-c667ohq81k],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-c667ohq81k],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-c667ohq81k],
#components-reconnect-modal.components-reconnect-retrying[b-c667ohq81k],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-c667ohq81k],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-c667ohq81k],
#components-reconnect-modal.components-reconnect-failed[b-c667ohq81k],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-c667ohq81k] {
    display: block;
}


#components-reconnect-modal[b-c667ohq81k] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-c667ohq81k 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-c667ohq81k 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-c667ohq81k 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-c667ohq81k]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-c667ohq81k 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-c667ohq81k {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-c667ohq81k {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-c667ohq81k {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-c667ohq81k] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-c667ohq81k] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-c667ohq81k] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-c667ohq81k] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-c667ohq81k] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-c667ohq81k] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-c667ohq81k] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-c667ohq81k 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-c667ohq81k] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-c667ohq81k {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Admin/OverallAdmin/Wiki.razor.rz.scp.css */
/* Typography for rendered wiki markdown. Scoped to this page so it cannot affect admin pages that
   build their own markup, and written here rather than as Tailwind utilities because the HTML is
   produced at runtime by Markdig. */

.wiki-body[b-258vzq4yv7] {
    color: #374151;
    font-size: 0.9375rem;
    line-height: 1.7;
    word-break: break-word;
}

.wiki-body[b-258vzq4yv7]  h1 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin: 0 0 1rem;
}

.wiki-body[b-258vzq4yv7]  h2 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #111827;
    margin: 2rem 0 0.75rem;
    padding-top: 1.25rem;
    border-top: 1px solid #f3f4f6;
}

.wiki-body[b-258vzq4yv7]  h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
    margin: 1.5rem 0 0.5rem;
}

.wiki-body[b-258vzq4yv7]  h4 {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #374151;
    margin: 1.25rem 0 0.5rem;
}

.wiki-body[b-258vzq4yv7]  p {
    margin: 0 0 0.875rem;
}

.wiki-body[b-258vzq4yv7]  ul,
.wiki-body[b-258vzq4yv7]  ol {
    margin: 0 0 0.875rem;
    padding-left: 1.5rem;
}

.wiki-body[b-258vzq4yv7]  ul { list-style: disc; }
.wiki-body[b-258vzq4yv7]  ol { list-style: decimal; }
.wiki-body[b-258vzq4yv7]  li { margin: 0.25rem 0; }

.wiki-body[b-258vzq4yv7]  a {
    color: #6d28d9;
    font-weight: 500;
    text-decoration: none;
}

.wiki-body[b-258vzq4yv7]  a:hover {
    color: #4c1d95;
    text-decoration: underline;
}

/* A markdown file that lives in the repository but has no page in this viewer. */
.wiki-body[b-258vzq4yv7]  a.wiki-repo-link {
    color: #6b7280;
    font-weight: 400;
    pointer-events: none;
    border-bottom: 1px dotted #d1d5db;
}

.wiki-body[b-258vzq4yv7]  code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.8125rem;
    background: #f3f4f6;
    color: #1f2937;
    padding: 0.1rem 0.3rem;
    border-radius: 0.25rem;
}

.wiki-body[b-258vzq4yv7]  pre {
    background: #1f2937;
    color: #f9fafb;
    border-radius: 0.5rem;
    padding: 1rem;
    overflow-x: auto;
    margin: 0 0 1rem;
}

.wiki-body[b-258vzq4yv7]  pre code {
    background: transparent;
    color: inherit;
    padding: 0;
    font-size: 0.8125rem;
    line-height: 1.6;
}

/* Tables scroll inside their own container rather than widening the page. */
.wiki-body[b-258vzq4yv7]  table {
    display: block;
    width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
    margin: 0 0 1.25rem;
    font-size: 0.875rem;
}

.wiki-body[b-258vzq4yv7]  th,
.wiki-body[b-258vzq4yv7]  td {
    border: 1px solid #e5e7eb;
    padding: 0.5rem 0.75rem;
    text-align: left;
    vertical-align: top;
}

.wiki-body[b-258vzq4yv7]  th {
    background: #f9fafb;
    font-weight: 600;
    color: #374151;
    white-space: nowrap;
}

.wiki-body[b-258vzq4yv7]  blockquote {
    border-left: 3px solid #c4b5fd;
    background: #faf5ff;
    margin: 0 0 1rem;
    padding: 0.75rem 1rem;
    color: #4b5563;
}

.wiki-body[b-258vzq4yv7]  blockquote p:last-child { margin-bottom: 0; }

.wiki-body[b-258vzq4yv7]  hr {
    border: 0;
    border-top: 1px solid #e5e7eb;
    margin: 2rem 0;
}

.wiki-body[b-258vzq4yv7]  strong { color: #111827; font-weight: 600; }
