/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Blazor error UI remains below the layout shell. */
.app-shell[b-230jmx71ql] {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.7), transparent 30%),
        linear-gradient(180deg, #f3f7fb 0%, #eef2f7 100%);
}

.app-header[b-230jmx71ql] {
    background: rgba(14, 28, 48, 0.9);
    backdrop-filter: blur(10px);
    color: #fff;
}

.app-main[b-230jmx71ql] {
    max-width: 1400px;
}

#blazor-error-ui[b-230jmx71ql] {
    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-230jmx71ql] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar .nav-link[b-jeuw31culc] {
    font-weight: 500;
}

.navbar .nav-link:hover[b-jeuw31culc],
.navbar .nav-link:focus[b-jeuw31culc] {
    color: #fff !important;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-itvjest38c],
.components-reconnect-repeated-attempt-visible[b-itvjest38c],
.components-reconnect-failed-visible[b-itvjest38c],
.components-pause-visible[b-itvjest38c],
.components-resume-failed-visible[b-itvjest38c],
.components-rejoining-animation[b-itvjest38c] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-itvjest38c],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-itvjest38c],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-itvjest38c],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-itvjest38c],
#components-reconnect-modal.components-reconnect-retrying[b-itvjest38c],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-itvjest38c],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-itvjest38c],
#components-reconnect-modal.components-reconnect-failed[b-itvjest38c],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-itvjest38c] {
    display: block;
}


#components-reconnect-modal[b-itvjest38c] {
    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-itvjest38c 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-itvjest38c 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-itvjest38c 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-itvjest38c]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-itvjest38c 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-itvjest38c {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-itvjest38c {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-itvjest38c {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-itvjest38c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-itvjest38c] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-itvjest38c] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-itvjest38c] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-itvjest38c] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-itvjest38c] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-itvjest38c] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-itvjest38c 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-itvjest38c] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-itvjest38c {
    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.razor.rz.scp.css */
.user-action-btn[b-s2ba8qrw10] {
    min-width: 7.5rem;
    justify-content: center;
}

.resin-action-btn[b-s2ba8qrw10] {
    min-width: 7.5rem;
    justify-content: center;
}

.user-actions-col[b-s2ba8qrw10] {
    width: 1%;
    white-space: nowrap;
}

.resin-actions-col[b-s2ba8qrw10] {
    width: 1%;
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .user-action-btn[b-s2ba8qrw10] {
        min-width: 2.5rem;
        padding-inline: .5rem;
    }

    .resin-action-btn[b-s2ba8qrw10] {
        min-width: 2.5rem;
        padding-inline: .5rem;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.dashboard-top-card[b-b68j99ecrb] {
    height: 150px;
    overflow: hidden;
}

.dashboard-top-card .card-body[b-b68j99ecrb] {
    min-height: 0;
}

.dashboard-chart-shell[b-b68j99ecrb] {
    position: relative;
    height: 62px;
    max-height: 62px;
    width: 100%;
}

.dashboard-chart-canvas[b-b68j99ecrb] {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

.dashboard-chart-empty[b-b68j99ecrb] {
    display: grid;
    place-items: center;
    position: absolute;
    inset: 0;
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(148, 163, 184, 0.14), rgba(226, 232, 240, 0.5));
    color: #64748b;
    font-size: 0.9rem;
    font-weight: 600;
}

.dashboard-chart-overlay[b-b68j99ecrb] {
    pointer-events: none;
}
/* /Components/Pages/Queue.razor.rz.scp.css */
.queue-action-btn[b-jxjfsjp3ej] {
    min-width: 7rem;
    justify-content: center;
}

.queue-actions-col[b-jxjfsjp3ej] {
    width: 1%;
    white-space: nowrap;
}
/* /Components/Shared/StlPreviewModal.razor.rz.scp.css */
.stl-viewer-stage[b-ltb6jm2og8] {
    position: relative;
    min-height: 60vh;
    background: linear-gradient(180deg, #101828 0%, #1f2937 100%);
    border-radius: 1rem;
    overflow: hidden;
}

.stl-viewer-host[b-ltb6jm2og8] {
    width: 100%;
    height: 60vh;
}

.stl-viewer-error[b-ltb6jm2og8] {
    position: absolute;
    inset: auto 1rem 1rem 1rem;
}
