/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-9ggpwl5imf] {
    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-9ggpwl5imf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ihi08d5hv2],
.components-reconnect-repeated-attempt-visible[b-ihi08d5hv2],
.components-reconnect-failed-visible[b-ihi08d5hv2],
.components-pause-visible[b-ihi08d5hv2],
.components-resume-failed-visible[b-ihi08d5hv2],
.components-rejoining-animation[b-ihi08d5hv2] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ihi08d5hv2],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ihi08d5hv2],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ihi08d5hv2],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ihi08d5hv2],
#components-reconnect-modal.components-reconnect-retrying[b-ihi08d5hv2],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ihi08d5hv2],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ihi08d5hv2],
#components-reconnect-modal.components-reconnect-failed[b-ihi08d5hv2],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ihi08d5hv2] {
    display: block;
}


#components-reconnect-modal[b-ihi08d5hv2] {
    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-ihi08d5hv2 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ihi08d5hv2 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ihi08d5hv2 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ihi08d5hv2]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ihi08d5hv2 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ihi08d5hv2 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ihi08d5hv2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ihi08d5hv2 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ihi08d5hv2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ihi08d5hv2] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ihi08d5hv2] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ihi08d5hv2] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ihi08d5hv2] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ihi08d5hv2] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ihi08d5hv2] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ihi08d5hv2 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ihi08d5hv2] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ihi08d5hv2 {
    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/Docs.razor.rz.scp.css */
.docs-container[b-m24xg3qstg] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #0b0c10;
    color: #fff;
    font-family: 'Inter', sans-serif;
}

.docs-header[b-m24xg3qstg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
    background-color: #12141a;
    border-bottom: 1px solid #1f2229;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.docs-logo a[b-m24xg3qstg] {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
    color: #fff;
}

.logo-text[b-m24xg3qstg] {
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 1px;
}

.docs-top-nav[b-m24xg3qstg] {
    display: flex;
    gap: 1rem;
}

.docs-top-nav .nav-link[b-m24xg3qstg] {
    background: none;
    border: none;
    color: #a0a5b5;
    cursor: pointer;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    text-decoration: none;
    transition: color 0.3s, border-bottom 0.3s;
    border-bottom: 2px solid transparent;
}

.docs-top-nav .nav-link:hover[b-m24xg3qstg], .docs-top-nav .nav-link.active[b-m24xg3qstg] {
    color: #e5b05c;
    border-bottom: 2px solid #e5b05c;
}

.docs-body[b-m24xg3qstg] {
    display: flex;
    flex: 1;
}

.docs-sidebar[b-m24xg3qstg] {
    width: 280px;
    background-color: #12141a;
    border-right: 1px solid #1f2229;
    padding: 2rem 1rem;
    overflow-y: auto;
    height: calc(100vh - 75px);
    position: sticky;
    top: 75px;
}

.sidebar-menu[b-m24xg3qstg] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-header[b-m24xg3qstg] {
    color: #6c757d;
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0.5rem 1rem;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.sidebar-menu li[b-m24xg3qstg] {
    padding: 0.75rem 1rem;
    margin-bottom: 0.25rem;
    cursor: pointer;
    border-radius: 8px;
    color: #a0a5b5;
    transition: all 0.3s;
}

.sidebar-menu li:not(.sidebar-header):hover[b-m24xg3qstg] {
    background-color: #1f2229;
    color: #fff;
}

.sidebar-menu li.active[b-m24xg3qstg] {
    background-color: rgba(229, 176, 92, 0.1);
    color: #e5b05c;
    font-weight: 600;
}

.docs-content[b-m24xg3qstg] {
    flex: 1;
    padding: 3rem 4rem;
    max-width: 1000px;
    margin: 0 auto;
}

.docs-content h1[b-m24xg3qstg] {
    color: #e5b05c;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.docs-content h2[b-m24xg3qstg] {
    color: #fff;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
    border-bottom: 1px solid #1f2229;
    padding-bottom: 0.5rem;
}

.docs-content h3[b-m24xg3qstg] {
    color: #e5b05c;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.docs-content p[b-m24xg3qstg] {
    color: #c4c8d4;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.docs-content ul[b-m24xg3qstg], .docs-content ol[b-m24xg3qstg] {
    color: #c4c8d4;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.docs-content li[b-m24xg3qstg] {
    margin-bottom: 0.5rem;
}

.docs-content code[b-m24xg3qstg] {
    background-color: #1f2229;
    color: #e5b05c;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
    font-family: 'Fira Code', monospace;
    font-size: 0.9em;
}

.docs-content pre[b-m24xg3qstg] {
    background-color: #12141a;
    border: 1px solid #1f2229;
    padding: 1.5rem;
    border-radius: 8px;
    overflow-x: auto;
    margin: 1.5rem 0;
}

.docs-content pre code[b-m24xg3qstg] {
    background-color: transparent;
    color: #c4c8d4;
    padding: 0;
    border-radius: 0;
}

.endpoint-block[b-m24xg3qstg] {
    background-color: #12141a;
    border: 1px solid #1f2229;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.endpoint-method[b-m24xg3qstg] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
    font-weight: 700;
    font-size: 0.85rem;
    margin-right: 1rem;
}

.method-post[b-m24xg3qstg] {
    background-color: rgba(40, 167, 69, 0.2);
    color: #28a745;
}

.method-get[b-m24xg3qstg] {
    background-color: rgba(0, 123, 255, 0.2);
    color: #007bff;
}

.endpoint-url[b-m24xg3qstg] {
    font-family: 'Fira Code', monospace;
    color: #fff;
    font-size: 1.1rem;
}

.table-responsive[b-m24xg3qstg] {
    overflow-x: auto;
    margin-bottom: 1.5rem;
}

.docs-table[b-m24xg3qstg] {
    width: 100%;
    border-collapse: collapse;
}

.docs-table th[b-m24xg3qstg], .docs-table td[b-m24xg3qstg] {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid #1f2229;
}

.docs-table th[b-m24xg3qstg] {
    color: #a0a5b5;
    font-weight: 600;
    background-color: #12141a;
}

.docs-table td[b-m24xg3qstg] {
    color: #c4c8d4;
}

.badge-required[b-m24xg3qstg] {
    background-color: rgba(220, 53, 69, 0.2);
    color: #dc3545;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
}

.badge-optional[b-m24xg3qstg] {
    background-color: rgba(108, 117, 125, 0.2);
    color: #adb5bd;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
}

/* Mobile responsiveness */
@media (max-width: 991.98px) {
    .docs-content[b-m24xg3qstg] {
        padding: 2rem 1rem;
    }
}

.custom-select[b-m24xg3qstg] {
    background-color: #1f2229;
    color: #fff;
    border: 1px solid #333;
}
.custom-select:focus[b-m24xg3qstg] {
    box-shadow: 0 0 0 0.25rem rgba(229, 176, 92, 0.25);
    border-color: #e5b05c;
}

.scroll-to-top-btn[b-m24xg3qstg] {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #e5b05c;
    color: #0b0c10;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    z-index: 1050;
}

.scroll-to-top-btn.show[b-m24xg3qstg] {
    opacity: 1;
    visibility: visible;
}

.scroll-to-top-btn:hover[b-m24xg3qstg] {
    transform: translateY(-3px);
    background-color: #f6c476;
}
