@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lcdo7z9xd2.bundle.scp.css';

/* /Components/ClientDetailsPanel.razor.rz.scp.css */
.client-details-panel[b-qhi0ut6uw9] {
    background: var(--neutral-fill-layer-rest);
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 0;
    overflow: hidden;
}

.client-details-header[b-qhi0ut6uw9] {
    align-items: flex-start;
    border-bottom: 1px solid var(--neutral-stroke-divider-rest);
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    padding: 0.75rem 1rem;
}

.client-details-subtitle[b-qhi0ut6uw9] {
    color: var(--neutral-foreground-hint);
    display: block;
    margin-top: 0.2rem;
    overflow-wrap: anywhere;
}

.client-details-client-heading[b-qhi0ut6uw9] {
    align-items: center;
    display: flex;
    gap: 0.25rem;
}

.client-details-client-heading .client-details-subtitle[b-qhi0ut6uw9] {
    flex: 1 1 auto;
}

.client-details-client-heading fluent-button[b-qhi0ut6uw9] {
    flex: 0 0 auto;
}

.client-details-content[b-qhi0ut6uw9] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 0.75rem 1rem 1rem;
}

.client-details-section[b-qhi0ut6uw9] {
    border-bottom: 1px solid var(--neutral-stroke-divider-rest);
    padding: 0.75rem 0;
}

.client-details-section:first-child[b-qhi0ut6uw9] {
    padding-top: 0;
}

.client-details-section:last-child[b-qhi0ut6uw9] {
    border-bottom: 0;
}

.client-details-section h3[b-qhi0ut6uw9] {
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0 0 0.65rem;
}

.client-details-grid[b-qhi0ut6uw9] {
    display: grid;
    gap: 0.5rem 0.75rem;
    grid-template-columns: minmax(7rem, max-content) minmax(0, 1fr);
    margin: 0;
}

.client-details-grid dt[b-qhi0ut6uw9] {
    color: var(--neutral-foreground-hint);
    font-size: 0.85rem;
}

.client-details-grid dd[b-qhi0ut6uw9] {
    margin: 0;
    min-width: 0;
    overflow-wrap: anywhere;
}

.client-details-grid a[b-qhi0ut6uw9] {
    color: var(--accent-foreground-rest);
    overflow-wrap: anywhere;
}

.client-details-empty[b-qhi0ut6uw9] {
    color: var(--neutral-foreground-hint);
}

.status-value[b-qhi0ut6uw9] {
    font-weight: 600;
}

.status-success[b-qhi0ut6uw9] {
    color: var(--success-foreground-rest);
}

.status-error[b-qhi0ut6uw9] {
    color: var(--error);
}

.status-processing[b-qhi0ut6uw9] {
    color: var(--neutral-foreground-rest);
}

.client-details-rerun-actions[b-qhi0ut6uw9] {
    display: flex;
    margin-top: 1rem;
}

.client-details-rerun-actions fluent-button[b-qhi0ut6uw9]::part(control) {
    align-items: center;
    display: inline-flex;
    gap: 0.4rem;
}

.client-details-rerun-message[b-qhi0ut6uw9] {
    display: block;
    margin-top: 0.75rem;
}

.breakable-value[b-qhi0ut6uw9] {
    overflow-wrap: anywhere;
    word-break: break-word;
}

@media (max-width: 700px) {
    .client-details-header[b-qhi0ut6uw9],
    .client-details-content[b-qhi0ut6uw9] {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .client-details-grid[b-qhi0ut6uw9] {
        grid-template-columns: minmax(6rem, max-content) minmax(0, 1fr);
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-78kbfugyvc],
.components-reconnect-repeated-attempt-visible[b-78kbfugyvc],
.components-reconnect-failed-visible[b-78kbfugyvc],
.components-pause-visible[b-78kbfugyvc],
.components-resume-failed-visible[b-78kbfugyvc],
.components-rejoining-animation[b-78kbfugyvc] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-78kbfugyvc],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-78kbfugyvc],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-78kbfugyvc],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-78kbfugyvc],
#components-reconnect-modal.components-reconnect-retrying[b-78kbfugyvc],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-78kbfugyvc],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-78kbfugyvc],
#components-reconnect-modal.components-reconnect-failed[b-78kbfugyvc],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-78kbfugyvc] {
    display: block;
}


#components-reconnect-modal[b-78kbfugyvc] {
    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-78kbfugyvc 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-78kbfugyvc 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-78kbfugyvc 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-78kbfugyvc]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-78kbfugyvc 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-78kbfugyvc {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-78kbfugyvc {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-78kbfugyvc {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-78kbfugyvc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-78kbfugyvc] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-78kbfugyvc] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-78kbfugyvc] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-78kbfugyvc] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-78kbfugyvc] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-78kbfugyvc] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-78kbfugyvc 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-78kbfugyvc] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-78kbfugyvc {
    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/Administrators.razor.rz.scp.css */
.administrators-page[b-k0vxi0lepf] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    min-width: 0;
    padding: 0.75rem 1rem 1rem;
}

.administrators-header[b-k0vxi0lepf] {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 0.75rem 0;
}

.administrators-header h1[b-k0vxi0lepf],
.administrators-section-header h2[b-k0vxi0lepf] {
    margin: 0;
}

.administrators-header h1[b-k0vxi0lepf] {
    font-size: 1.35rem;
    font-weight: 600;
}

.administrators-header p[b-k0vxi0lepf],
.administrators-section-header p[b-k0vxi0lepf] {
    color: var(--neutral-foreground-hint);
    margin: 0.25rem 0 0;
}

.administrators-section[b-k0vxi0lepf] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.administrators-section-header[b-k0vxi0lepf] {
    display: flex;
    justify-content: space-between;
}

.administrators-table-container[b-k0vxi0lepf] {
    border: 1px solid var(--neutral-stroke-divider-rest);
    border-radius: 0.25rem;
    overflow: auto;
}

.administrators-table-container th[b-k0vxi0lepf],
.administrators-table-container td[b-k0vxi0lepf] {
    white-space: nowrap;
}

.administrators-actions[b-k0vxi0lepf] {
    display: flex;
    gap: 0.25rem;
}

.administrators-development-link[b-k0vxi0lepf] {
    overflow-wrap: anywhere;
}

.administrators-state[b-k0vxi0lepf],
.register-state[b-k0vxi0lepf] {
    align-items: center;
    color: var(--neutral-foreground-hint);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    justify-content: center;
    min-height: 12rem;
}

@media (max-width: 700px) {
    .administrators-header[b-k0vxi0lepf] {
        align-items: stretch;
        flex-direction: column;
    }

    .administrators-header fluent-button[b-k0vxi0lepf] {
        width: 100%;
    }
}
/* /Components/Pages/ClientEdit.razor.rz.scp.css */
.client-edit-page[b-rv7cfxcr0r] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 900px;

    margin-left: 1rem;
}

.client-edit-header[b-rv7cfxcr0r] {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 0.75rem 0 0;
}

.client-edit-header h1[b-rv7cfxcr0r] {
    font-size: 1.35rem;
    font-weight: 600;
    margin: 0;
}

.client-edit-client-name[b-rv7cfxcr0r] {
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0.35rem 0 0;
}

.client-edit-identifier[b-rv7cfxcr0r] {
    color: var(--neutral-foreground-hint);
    font-size: 0.875rem;
    margin: 0.15rem 0 0;
}

.client-edit-status[b-rv7cfxcr0r] {
    align-items: center;
    display: flex;
    gap: 0.35rem;
}

.client-edit-status > :first-child[b-rv7cfxcr0r] {
    color: var(--neutral-foreground-hint);
}

.client-edit-save-message[b-rv7cfxcr0r] {
    padding: 0.25rem 0;
    position: sticky;
    top: 0;
    z-index: 10;
}

.client-edit-form-grid[b-rv7cfxcr0r] {
    row-gap: 1rem;
}

.client-modules[b-rv7cfxcr0r] {
    border-top: 1px solid var(--neutral-stroke-divider-rest);
    margin-top: 2rem;
    padding-top: 1.25rem;
}

.client-modules-header h2[b-rv7cfxcr0r] {
    font-size: 1.15rem;
    font-weight: 600;
    margin: 0;
}

.client-modules-header p[b-rv7cfxcr0r] {
    color: var(--neutral-foreground-hint);
    margin: 0.25rem 0 1rem;
}

.client-module-list[b-rv7cfxcr0r] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.client-module-row[b-rv7cfxcr0r] {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(10rem, 0.35fr) minmax(16rem, 1fr);
}

.client-edit-actions[b-rv7cfxcr0r] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-end;
    margin-top: 1.5rem;
    padding-bottom: 15px;
}

.client-edit-state[b-rv7cfxcr0r] {
    align-items: center;
    color: var(--neutral-foreground-hint);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    justify-content: center;
    min-height: 12rem;
}

@media (max-width: 600px) {
    .client-edit-header[b-rv7cfxcr0r] {
        align-items: stretch;
        flex-direction: column;
    }

    .client-edit-actions[b-rv7cfxcr0r] {
        justify-content: stretch;
    }

    .client-edit-actions fluent-button[b-rv7cfxcr0r] {
        flex: 1 1 auto;
    }

    .client-module-row[b-rv7cfxcr0r] {
        align-items: stretch;
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Clients.razor.rz.scp.css */
.clients-page[b-9rc12fq8i4] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
}

.clients-header[b-9rc12fq8i4] {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0.75rem 0;
}

.clients-header h1[b-9rc12fq8i4] {
    font-size: 1.35rem;
    font-weight: 600;
    margin: 0;
}

.clients-header p[b-9rc12fq8i4] {
    color: var(--neutral-foreground-hint);
    margin: 0.25rem 0 0;
}

.clients-toolbar[b-9rc12fq8i4] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
}

.clients-filter[b-9rc12fq8i4] {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    min-width: min(24rem, 100%);
}

.clients-filter fluent-select[b-9rc12fq8i4] {
    min-width: 19rem;
}

.clients-grid-container[b-9rc12fq8i4] {
    border: 1px solid var(--neutral-stroke-divider-rest);
    border-radius: 0.25rem;
    overflow: auto;
}

.clients-state[b-9rc12fq8i4] {
    align-items: center;
    color: var(--neutral-foreground-hint);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    justify-content: center;
    min-height: 12rem;
}

.clients-name[b-9rc12fq8i4],
.clients-url[b-9rc12fq8i4] {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.clients-url[b-9rc12fq8i4] {
    color: var(--accent-foreground-rest);
    text-decoration: none;
}

.clients-url:hover[b-9rc12fq8i4] {
    text-decoration: underline;
}

.clients-empty-value[b-9rc12fq8i4] {
    color: var(--neutral-foreground-hint);
}

@media (max-width: 700px) {
    .clients-header[b-9rc12fq8i4],
    .clients-toolbar[b-9rc12fq8i4] {
        align-items: stretch;
        flex-direction: column;
    }

    .clients-filter[b-9rc12fq8i4],
    .clients-filter fluent-select[b-9rc12fq8i4] {
        min-width: 100%;
        width: 100%;
    }
}
/* /Components/Pages/ConsoleLogs.razor.rz.scp.css */
.console-page[b-f9kdnmn09g] {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    height: 100%;
    max-height: 100%;
    min-height: 0;
    overflow: hidden;
}

.console-header[b-f9kdnmn09g] {
    border-radius: 0.25rem;
    color: var(--neutral-foreground-rest);
    padding: 0.75rem 1rem 1rem;
}

.console-header h1[b-f9kdnmn09g] {
    font-size: 1.35rem;
    font-weight: 600;
    margin: 0 0 0.75rem;
}

.console-toolbar[b-f9kdnmn09g] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
}

.console-client-filter[b-f9kdnmn09g] {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 28rem;
}

.console-status[b-f9kdnmn09g] {
    color: var(--neutral-foreground-hint);
    font-family: "Cascadia Code", Consolas, monospace;
    font-size: 0.75rem;
    margin-left: auto;
    padding-bottom: 0.45rem;
}

.console-output[b-f9kdnmn09g] {
    background: #000;
    border: 1px solid var(--neutral-stroke-layer-rest);
    border-radius: 0.25rem;
    box-sizing: border-box;
    color: #fff;
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
    padding: 0.65rem 0.75rem;
}

.console-placeholder[b-f9kdnmn09g] {
    align-items: center;
    color: var(--neutral-foreground-hint);
    display: flex;
    flex-direction: column;
    font-family: "Cascadia Code", Consolas, monospace;
    gap: 0.75rem;
    justify-content: center;
    min-height: 12rem;
    text-align: center;
}

.console-entry[b-f9kdnmn09g] {
    align-items: start;
    border-bottom: 1px solid #151515;
    column-gap: 0.75rem;
    display: grid;
    font-family: "Cascadia Code", Consolas, monospace;
    font-size: 0.8rem;
    grid-template-columns: max-content max-content minmax(0, 1fr) max-content;
    line-height: 1.45;
    padding: 0.4rem 0.15rem;
}

.console-entry:hover[b-f9kdnmn09g] {
    background: #111;
}

.console-time[b-f9kdnmn09g],
.console-elapsed[b-f9kdnmn09g] {
    color: #fff;
    white-space: nowrap;
}

.console-time[b-f9kdnmn09g] {
    display: flex;
    flex-direction: column;
}

.console-end-time[b-f9kdnmn09g] {
    color: #bdbdbd;
    font-size: 0.7rem;
}

.console-source[b-f9kdnmn09g] {
    background: #2b2b2b;
    border-radius: 0.15rem;
    color: #fff;
    overflow: hidden;
    padding: 0 0.35rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.console-message[b-f9kdnmn09g] {
    color: #fff;
    min-width: 0;
    overflow-wrap: anywhere;
    white-space: pre-wrap;
}

.console-error-entry .console-message[b-f9kdnmn09g] {
    color: #ff4d4d;
}

@media (max-width: 900px) {
    .console-page[b-f9kdnmn09g] {
        height: 100%;
    }

    .console-client-filter[b-f9kdnmn09g] {
        min-width: min(18rem, 100%);
        width: min(28rem, 100%);
    }

    .console-status[b-f9kdnmn09g] {
        margin-left: 0;
        width: 100%;
    }

    .console-entry[b-f9kdnmn09g] {
        grid-template-columns: 7rem max-content minmax(0, 1fr);
    }

    .console-time[b-f9kdnmn09g],
    .console-elapsed[b-f9kdnmn09g] {
        display: none;
    }
}

@media (max-width: 600px) {
    .console-page[b-f9kdnmn09g] {
        height: 100%;
    }

    .console-header[b-f9kdnmn09g] {
        padding: 0.65rem;
    }

    .console-toolbar[b-f9kdnmn09g] {
        align-items: stretch;
        flex-direction: column;
    }

    .console-client-filter[b-f9kdnmn09g] {
        min-width: 100%;
        width: 100%;
    }

    .console-entry[b-f9kdnmn09g] {
        display: grid;
        grid-template-columns: 8rem minmax(0, 1fr);
    }

    .console-message[b-f9kdnmn09g] {
        grid-column: 2 / -1;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-page[b-crc2pl3jzk] {
    display: flex;
    height: 100%;
    min-height: 0;
    min-width: 0;
    width: 100%;
}

.home-splitter[b-crc2pl3jzk] {
    height: 100%;
    min-height: 0;
    min-width: 0;
    width: 100%;
}

.home-grid-pane[b-crc2pl3jzk] {
    height: 100%;
    min-height: 0;
    min-width: 0;
    overflow: auto;
    width: 100%;
}

.home-grid-pane fluent-data-grid[b-crc2pl3jzk] {
    min-width: max-content;
}

@media (max-width: 700px) {
    .home-grid-pane[b-crc2pl3jzk] {
        overflow-x: auto;
    }
}
