@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css';

/* /Components/Controls/Common/Console.razor.rz.scp.css */
    .console-container[b-xwft0tlz95] {
        border-radius: 8px;
        overflow: hidden;
        font-family: 'Cascadia Code', 'Consolas', 'Courier New', monospace;
        font-size: 13px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
        max-width: 800px;
    }

    .console-titlebar[b-xwft0tlz95] {
        background-color: #2d2d2d;
        padding: 8px 12px;
        display: flex;
        align-items: center;
        gap: 8px;
        border-bottom: 1px solid #1a1a1a;
        height: 36px;
        box-sizing: border-box;
    }

    .console-dots[b-xwft0tlz95] {
        display: flex;
        gap: 6px;
        align-items: center;
    }

    .dot[b-xwft0tlz95] {
        width: 12px;
        height: 12px;
        border-radius: 50%;
    }

    .dot-red[b-xwft0tlz95] {
        background-color: #ff5f57;
    }

    .dot-yellow[b-xwft0tlz95] {
        background-color: #febc2e;
    }

    .dot-green[b-xwft0tlz95] {
        background-color: #28c840;
    }

    .console-title[b-xwft0tlz95] {
        color: #aaaaaa;
        font-size: 12px;
        flex: 1;
        text-align: center;
        margin-right: 60px;
    }

    .console-titlebar[b-xwft0tlz95]  fluent-button {
        --colorSubtleBackgroundHover: #383838;
        --colorNeutralForeground2Hover: #ffffff;
    }

    .console-body[b-xwft0tlz95] {
        background-color: #1e1e1e;
        padding: 16px 20px;
        color: #cccccc;
        min-height: 56px;
        display: flex;
        white-space: pre-wrap;
        word-break: break-all;
    }

    .console-prompt[b-xwft0tlz95] {
        color: #4ec9b0;
        user-select: none;
        white-space: nowrap;
    }

    .console-command[b-xwft0tlz95] {
        color: #dcdcdc;
    }
/* /Components/Controls/Common/FolderBrowser.razor.rz.scp.css */
.folder-browser[b-gdxqrumqyd] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.folder-browser-tree[b-gdxqrumqyd] {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    border: 1px solid var(--colorNeutralStroke1);
    border-radius: var(--borderRadiusMedium);
}
/* /Components/Controls/Common/LabelCard.razor.rz.scp.css */
.label-card[b-mandvnccqa] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px;
}
/* /Components/Controls/Odri/OdriChat.razor.rz.scp.css */
.odri-container[b-3r8dzwu9nj] {
    display: flex;
    flex-direction: column;
    height: calc(var(--layout-body-height) - var(--banner-summary-height) - 64px);
    padding: 16px;
    gap: 12px;
    overflow-y: auto;
}

.odri-container div[item][b-3r8dzwu9nj] {
    background: var(--colorNeutralBackground3);
    max-width: 90%;
    padding: 8px;
    border-radius: 8px;
    word-break: break-word;
}

.odri-container div[item="user-prompt"][b-3r8dzwu9nj] {
    max-width: 70%;
    background: var(--colorBrandBackground);
    color: var(--colorNeutralForegroundOnBrand);
}

.odri-container div[item="streaming"][b-3r8dzwu9nj] {
    opacity: 0.65;
}
/* /Components/Controls/TimelinePanels/IncidentCurrentState.razor.rz.scp.css */
.current-state-container[b-owsdfypff4] {
    container-type: inline-size;
}

.current-state-table[b-owsdfypff4] {
    width: 100%;
}

.current-state-table td[b-owsdfypff4] {
    padding: 6px 12px;
    border-bottom: var(--strokeWidthThin) solid var(--colorNeutralStroke2);
}

.current-state-table .state-name[b-owsdfypff4] {
    font-weight: 600;
    white-space: nowrap;
    width: 1%;
    max-width: 240px;
}

.current-state-table .state-name[b-owsdfypff4]::after {
    content: ":";
    padding-right: 4px;
}

.current-state-table .state-value[b-owsdfypff4] {
    word-break: break-word;
}

.current-state-table .diff-old[b-owsdfypff4] {
    background-color: var(--colorPaletteRedBackground2);
    padding: 2px 6px;
    border-radius: 4px;
    margin-bottom: 4px;
}

.current-state-table .diff-new[b-owsdfypff4] {
    background-color: var(--colorPaletteGreenBackground2);
    padding: 2px 6px;
    border-radius: 4px;
}

/* Responsive: when table is narrow, stack name above value */
@container (max-width: 400px) {
    .current-state-table td[b-owsdfypff4] {
        display: block;
        width: 100%;
    }

    .current-state-table .state-name[b-owsdfypff4] {
        border-bottom: none;
    }
}
/* /Components/Controls/TimelinePanels/IncidentNotificationDetail.razor.rz.scp.css */
.notification-detail-container[b-j9gbxhktqr] {
    container-type: inline-size;
}

.notification-detail-table[b-j9gbxhktqr] {
    width: 100%;
}

.notification-detail-table td[b-j9gbxhktqr] {
    padding: 6px 12px;
    border-bottom: var(--strokeWidthThin) solid var(--colorNeutralStroke2);
}

.notification-detail-table .detail-name[b-j9gbxhktqr] {
    font-weight: 600;
    white-space: nowrap;
    width: 1%;
    max-width: 240px;
}

.notification-detail-table .detail-name[b-j9gbxhktqr]::after {
    content: ":";
    padding-right: 4px;
}

.notification-detail-table .detail-value[b-j9gbxhktqr] {
    word-break: break-word;
}

/* Responsive: when table is narrow, stack name above value */
@container (max-width: 400px) {
    .notification-detail-table td[b-j9gbxhktqr] {
        display: block;
        width: 100%;
    }

    .notification-detail-table .detail-name[b-j9gbxhktqr] {
        max-width: none;
        border-bottom: none;
        padding-bottom: 0;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-4b04jq94g3] {
    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-4b04jq94g3] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
[b-ov156inbv9] .fluent-navitem.active {
    background-color: var(--nav-bg-color-hover, var(--colorNeutralBackground4Hover));
}

[b-ov156inbv9] .fluent-navitem.active::after {
    height: 0px;
}

[b-ov156inbv9] .fluent-navitem .btn-delete {
    color: var(--colorNeutralForeground2Brand);
}

[b-ov156inbv9] .fluent-navitem .btn-delete:hover {
    color: var(--colorNeutralForeground2BrandHover);
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-04jq2brcly],
.components-reconnect-repeated-attempt-visible[b-04jq2brcly],
.components-reconnect-failed-visible[b-04jq2brcly],
.components-pause-visible[b-04jq2brcly],
.components-resume-failed-visible[b-04jq2brcly],
.components-rejoining-animation[b-04jq2brcly] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-04jq2brcly],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-04jq2brcly],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-04jq2brcly],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-04jq2brcly],
#components-reconnect-modal.components-reconnect-retrying[b-04jq2brcly],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-04jq2brcly],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-04jq2brcly],
#components-reconnect-modal.components-reconnect-failed[b-04jq2brcly],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-04jq2brcly] {
    display: block;
}


#components-reconnect-modal[b-04jq2brcly] {
    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-04jq2brcly 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-04jq2brcly 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-04jq2brcly 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-04jq2brcly]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-04jq2brcly 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-04jq2brcly {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-04jq2brcly {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-04jq2brcly {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-04jq2brcly] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-04jq2brcly] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-04jq2brcly] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-04jq2brcly] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-04jq2brcly] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-04jq2brcly] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-04jq2brcly] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-04jq2brcly 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-04jq2brcly] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-04jq2brcly {
    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;
    }
}
