/* _content/FortressJMS/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-8mn4gcaxgg] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

header[b-8mn4gcaxgg] {
    position: sticky;
    top: 0;
    z-index: 1000;
}

main[b-8mn4gcaxgg] {
    flex: 1;
    width: 100%;
}

.top-row[b-8mn4gcaxgg] {
    background-color: var(--bs-body-bg);
    border-bottom: 1px solid var(--bs-border-color);
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-8mn4gcaxgg]  a, .top-row[b-8mn4gcaxgg]  .btn-link {
        white-space: nowrap;
        text-decoration: none;
    }

    .top-row[b-8mn4gcaxgg]  a:hover, .top-row[b-8mn4gcaxgg]  .btn-link:hover {
        text-decoration: underline;
    }

.content[b-8mn4gcaxgg] {
    padding-top: 1.1rem;
}

/* _content/FortressJMS/Components/Layout/NavMenu.razor.rz.scp.css */
/* Bootstrap navbar customizations */
.navbar[b-rxwwkmw0t8] {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.dropdown-menu[b-rxwwkmw0t8] {
    max-height: 80vh;
    overflow-y: auto;
}

.dropdown-header[b-rxwwkmw0t8] {
    font-weight: 600;
    color: #6c757d;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Hover dropdown for desktop.
   Breakpoint bumped from lg (992px) to xl (1200px) in 2026-06 visual-batch-1
   so the dense top nav doesn't wrap to two lines in the awkward 992-1199px
   window. Kept in sync with the navbar-expand-xl class in NavMenu.razor and
   the matching block in app.css. */
@media (min-width: 1200px) {
    .hover-dropdown:hover > .dropdown-menu[b-rxwwkmw0t8] {
        display: block;
        margin-top: 0;
    }

    .hover-dropdown > .dropdown-menu[b-rxwwkmw0t8] {
        margin-top: 0;
    }

    .hover-dropdown .dropdown-menu-end[b-rxwwkmw0t8] {
        right: 0 !important;
        left: auto !important;
    }
}

/* Mobile/tablet toggle support */
@media (max-width: 1199.98px) {
    .navbar-collapse.show[b-rxwwkmw0t8] {
        display: block !important;
    }

    .hover-dropdown .dropdown-menu[b-rxwwkmw0t8] {
        position: static;
        float: none;
        width: 100%;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
}
/* _content/FortressJMS/Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-g9075ohayq],
.components-reconnect-repeated-attempt-visible[b-g9075ohayq],
.components-reconnect-failed-visible[b-g9075ohayq],
.components-pause-visible[b-g9075ohayq],
.components-resume-failed-visible[b-g9075ohayq],
.components-rejoining-animation[b-g9075ohayq] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-g9075ohayq {
    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;
    }
}
/* _content/FortressJMS/Components/Pages/Operations/WorkflowHistory.razor.rz.scp.css */
/*
 * Wave 5B — Admin Workflow History page-scoped styles.
 * Mirrors AuditLog.razor's compact table treatment and inherits FacilitySettings
 * skeleton + empty-state shapes so the page feels native inside the admin section.
 * Light surfaces everywhere (per the saved polish rule). No dark backgrounds.
 */

/* ── Filter card ──────────────────────────────────────────────────────── */
.wfh-filter-card[b-iqd6paxaev] {
    border: 1px solid var(--bs-border-color-translucent);
}

.wfh-btn[b-iqd6paxaev] {
    min-width: 110px;
    transition: background-color 0.15s ease, box-shadow 0.15s ease, transform 0.05s ease;
}

.wfh-btn:active[b-iqd6paxaev] {
    transform: translateY(1px);
}

/* ── Results card ─────────────────────────────────────────────────────── */
.wfh-results-card[b-iqd6paxaev] {
    border: 1px solid var(--bs-border-color-translucent);
}

/* ── Table ────────────────────────────────────────────────────────────── */
.wfh-table[b-iqd6paxaev] {
    margin-bottom: 0;
}

.wfh-th[b-iqd6paxaev] {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6c757d;
    padding: 0.65rem 0.85rem;
    background: var(--bs-tertiary-bg);
    border-bottom: 1px solid var(--bs-border-color);
}

.wfh-td[b-iqd6paxaev] {
    font-size: 0.875rem;
    padding: 0.6rem 0.85rem;
    vertical-align: middle;
}

.wfh-row-disabled[b-iqd6paxaev] {
    cursor: default;
}

.wfh-completed[b-iqd6paxaev] {
    font-weight: 500;
    color: var(--bs-body-color);
}

.wfh-started[b-iqd6paxaev] {
    font-size: 0.72rem;
    line-height: 1.2;
}

/* ── Status badges ────────────────────────────────────────────────────── */
.wfh-badge-completed[b-iqd6paxaev] {
    background-color: rgba(25, 135, 84, 0.12);
    color: #146c43;
    font-weight: 500;
    font-size: 0.72rem;
    padding: 0.3rem 0.55rem;
    border-radius: 0.5rem;
    border: 1px solid rgba(25, 135, 84, 0.18);
}

.wfh-badge-abandoned[b-iqd6paxaev] {
    background-color: rgba(108, 117, 125, 0.12);
    color: #5c636a;
    font-weight: 500;
    font-size: 0.72rem;
    padding: 0.3rem 0.55rem;
    border-radius: 0.5rem;
    border: 1px solid rgba(108, 117, 125, 0.18);
}

/* ── Step-progress chip ───────────────────────────────────────────────── */
.wfh-steps-badge[b-iqd6paxaev] {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 500;
    padding: 0.2rem 0.55rem;
    border-radius: 0.5rem;
    min-width: 56px;
}

.wfh-steps-full[b-iqd6paxaev] {
    background-color: rgba(13, 110, 253, 0.08);
    color: #0a58ca;
    border: 1px solid rgba(13, 110, 253, 0.14);
}

.wfh-steps-partial[b-iqd6paxaev] {
    background-color: rgba(255, 193, 7, 0.12);
    color: #997404;
    border: 1px solid rgba(255, 193, 7, 0.22);
}

/* ── Load-more footer ─────────────────────────────────────────────────── */
.wfh-load-more[b-iqd6paxaev] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.9rem 1.1rem;
    border-top: 1px solid var(--bs-border-color-translucent);
    background: var(--bs-tertiary-bg);
}

/* ── Empty state — matches FacilitySettings .fs-empty ─────────────────── */
.wfh-empty[b-iqd6paxaev] {
    text-align: center;
    padding: 3rem 1rem;
    color: var(--bs-secondary-color);
}

.wfh-empty i[b-iqd6paxaev] {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 0.5rem;
    opacity: 0.5;
}

.wfh-empty-title[b-iqd6paxaev] {
    font-size: 1rem;
    font-weight: 500;
    color: var(--bs-body-color);
    margin-bottom: 0.25rem;
}

.wfh-empty-hint[b-iqd6paxaev] {
    font-size: 0.85rem;
    opacity: 0.85;
}

/* ── Loading skeleton ─────────────────────────────────────────────────── */
.wfh-skeleton-line[b-iqd6paxaev] {
    height: 0.9rem;
    background: var(--bs-tertiary-bg);
    border-radius: 0.25rem;
    margin: 0.5rem 0;
    animation: wfh-pulse-b-iqd6paxaev 1.4s ease-in-out infinite;
}

@keyframes wfh-pulse-b-iqd6paxaev {
    0%, 100% { opacity: 1; }
    50%      { opacity: 0.55; }
}

/* ── Responsive: stack filter buttons full-width on narrow screens ────── */
@media (max-width: 768px) {
    .wfh-btn[b-iqd6paxaev] {
        width: 100%;
    }

    .wfh-load-more[b-iqd6paxaev] {
        flex-direction: column;
        gap: 0.5rem;
        align-items: stretch;
        text-align: center;
    }
}
