/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-0qjuuos3i7] {
    position: relative;
    display: flex;
    min-height: 100vh;
    background: #f4f7fb;
}

.sidebar[b-0qjuuos3i7] {
    position: relative;
    z-index: 20;
    flex: 0 0 auto;
    width: max-content;
    min-width: 18.75rem;
    max-width: 23rem;
    min-height: 100vh;
    transition:
        width .26s ease,
        min-width .26s ease,
        max-width .26s ease;
}

.page.sidebar-collapsed .sidebar[b-0qjuuos3i7] {
    width: 4.75rem;
    min-width: 4.75rem;
    max-width: 4.75rem;
}

.main-content[b-0qjuuos3i7] {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 100vh;
    overflow-x: hidden;
}

.appbar[b-0qjuuos3i7] {
    position: sticky;
    top: 0;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 4.25rem;
    padding: .85rem 1.5rem;
    border-bottom: 1px solid rgba(15, 23, 42, .08);
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(14px);
    box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
}

.appbar-title[b-0qjuuos3i7] {
    color: #173b61;
    font-size: 1rem;
    font-weight: 700;
}

.appbar-subtitle[b-0qjuuos3i7] {
    color: #64748b;
    font-size: .82rem;
}

.appbar-user[b-0qjuuos3i7] {
    display: flex;
    align-items: center;
    gap: .75rem;
    min-width: 0;
}

.appbar-user-info[b-0qjuuos3i7] {
    display: grid;
    gap: .25rem;
    justify-items: end;
    min-width: 0;
}

.appbar-account[b-0qjuuos3i7] {
    max-width: 16rem;
    overflow: hidden;
    color: #173b61;
    font-size: .9rem;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}

.appbar-roles[b-0qjuuos3i7] {
    display: flex;
    flex-wrap: wrap;
    gap: .25rem;
    justify-content: flex-end;
    max-width: 24rem;
}

.appbar-roles span[b-0qjuuos3i7] {
    border: 1px solid #bfdbfe;
    border-radius: 999px;
    padding: .16rem .48rem;
    color: #1d4ed8;
    background: #eff6ff;
    font-size: .72rem;
    font-weight: 700;
    line-height: 1.2;
}

.appbar-logout[b-0qjuuos3i7] {
    border: 1px solid rgba(30, 64, 175, .18);
    border-radius: .55rem;
    padding: .45rem .75rem;
    color: #1d4ed8;
    background: #eff6ff;
    font-weight: 600;
}

.content[b-0qjuuos3i7] {
    padding-top: 1.5rem;
}

#blazor-error-ui[b-0qjuuos3i7] {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
    padding: .7rem 1.25rem;
    color: #3b2c00;
    background: #fff3cd;
    box-shadow: 0 -1px 4px rgba(0, 0, 0, .16);
}

#blazor-error-ui .dismiss[b-0qjuuos3i7] {
    position: absolute;
    top: .45rem;
    right: .75rem;
    cursor: pointer;
}

@media (min-width: 641px) {
    .sidebar[b-0qjuuos3i7] {
        position: sticky;
        top: 0;
        height: 100vh;
        overflow: visible;
    }
}

@media (max-width: 640.98px) {
    .page[b-0qjuuos3i7],
    .page.sidebar-collapsed[b-0qjuuos3i7] {
        flex-direction: column;
    }

    .sidebar[b-0qjuuos3i7],
    .page.sidebar-collapsed .sidebar[b-0qjuuos3i7] {
        position: relative;
        width: 100%;
        min-width: 100%;
        max-width: none;
        min-height: auto;
        height: auto;
    }

    .main-content[b-0qjuuos3i7] {
        width: 100%;
        min-height: auto;
    }

    .appbar[b-0qjuuos3i7] {
        position: relative;
        align-items: flex-start;
        flex-direction: column;
        padding: .9rem 1rem;
    }

    .appbar-user[b-0qjuuos3i7] {
        width: 100%;
        align-items: flex-start;
        justify-content: space-between;
    }

    .appbar-user-info[b-0qjuuos3i7] {
        justify-items: start;
    }

    .appbar-roles[b-0qjuuos3i7] {
        justify-content: flex-start;
    }

    .content[b-0qjuuos3i7] {
        padding-top: 1rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* =========================================================
   NAV MENU - POLICE INVESTIGATION
   ========================================================= */

.nav-menu-shell[b-oacsr92u1p] {
    --sidebar-expanded-min: 18.75rem;
    --sidebar-expanded-max: 23rem;
    --sidebar-collapsed: 4.75rem;
    --nav-border: rgba(255, 255, 255, .09);
    --nav-text: rgba(244, 248, 255, .88);
    --nav-muted: rgba(220, 230, 246, .58);
    --nav-hover: rgba(255, 255, 255, .075);
    --nav-active: linear-gradient(135deg, rgba(66, 137, 255, .28), rgba(17, 77, 156, .24));
    --nav-accent: #78aefc;
    --nav-gold: #e8c77d;

    position: relative;
    display: flex;
    flex-direction: column;
    width: max-content;
    min-width: var(--sidebar-expanded-min);
    max-width: var(--sidebar-expanded-max);
    height: 100%;
    min-height: 100vh;
    color: var(--nav-text);
    font-family: "Kanit", "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at 18% 0%, rgba(77, 139, 237, .18), transparent 26rem),
        linear-gradient(180deg, #12243c 0%, #0d1b2e 48%, #091524 100%);
    border-right: 1px solid rgba(133, 174, 235, .13);
    box-shadow: 14px 0 34px rgba(3, 12, 25, .18);
    transition: width .26s ease, min-width .26s ease, max-width .26s ease;
}

.nav-menu-shell.is-collapsed[b-oacsr92u1p] {
    width: var(--sidebar-collapsed);
    min-width: var(--sidebar-collapsed);
    max-width: var(--sidebar-collapsed);
}

.top-row[b-oacsr92u1p] {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 4.4rem;
    padding: .7rem .75rem;
    background: rgba(3, 13, 27, .22);
    border-bottom: 1px solid var(--nav-border);
    backdrop-filter: blur(14px);
}

.navbar-brand[b-oacsr92u1p] {
    display: flex;
    align-items: center;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-decoration: none;
}

.brand-mark[b-oacsr92u1p] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 2.65rem;
    width: 2.65rem;
    height: 2.65rem;
    border: 1px solid rgba(244, 214, 151, .36);
    border-radius: .88rem;
    color: #172841;
    background: linear-gradient(145deg, #f7e4ad, #d6ae5d);
    box-shadow: 0 7px 18px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .55);
    font-size: 1.12rem;
    font-weight: 800;
}

.brand-copy[b-oacsr92u1p] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    margin-left: .72rem;
    margin-right: 2.35rem;
    white-space: nowrap;
    overflow: hidden;
}

.brand-copy strong[b-oacsr92u1p] {
    color: #fff;
    font-size: .94rem;
    font-weight: 700;
}

.brand-copy small[b-oacsr92u1p] {
    margin-top: .05rem;
    color: rgba(226, 234, 247, .58);
    font-size: .71rem;
}

.desktop-collapse-button[b-oacsr92u1p] {
    position: absolute;
    top: 50%;
    right: .58rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    transform: translateY(-50%);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: .64rem;
    color: #dce9fc;
    background: rgba(255, 255, 255, .055);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
    cursor: pointer;
    transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.desktop-collapse-button:hover[b-oacsr92u1p] {
    border-color: rgba(124, 175, 251, .42);
    background: rgba(100, 158, 242, .16);
    transform: translateY(-50%) scale(1.04);
}

.collapse-chevron[b-oacsr92u1p] {
    position: relative;
    display: block;
    width: .52rem;
    height: .52rem;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform .22s ease;
}

.is-collapsed .collapse-chevron[b-oacsr92u1p] {
    transform: rotate(225deg);
}

.is-collapsed .top-row[b-oacsr92u1p] {
    justify-content: center;
    padding-left: .5rem;
    padding-right: .5rem;
}

.is-collapsed .navbar-brand[b-oacsr92u1p] {
    justify-content: center;
}

.is-collapsed .brand-copy[b-oacsr92u1p] {
    display: none;
}

.is-collapsed .desktop-collapse-button[b-oacsr92u1p] {
    top: auto;
    right: -.72rem;
    bottom: -.9rem;
    z-index: 4;
    border-radius: 50%;
    transform: none;
    background: #172d4b;
    box-shadow: 0 5px 14px rgba(0, 0, 0, .28);
}

.is-collapsed .desktop-collapse-button:hover[b-oacsr92u1p] {
    transform: scale(1.05);
}

.navbar-toggler[b-oacsr92u1p] {
    appearance: none;
    position: absolute;
    top: .92rem;
    right: 1rem;
    z-index: 8;
    width: 3rem;
    height: 2.45rem;
    padding: 0;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: .72rem;
    background:
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,.78%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
        no-repeat center / 1.55rem rgba(255, 255, 255, .075);
}

.navbar-toggler:checked[b-oacsr92u1p] {
    background-color: rgba(104, 163, 249, .24);
}

.nav-scrollable[b-oacsr92u1p] {
    display: none;
    flex: 1 1 auto;
    min-height: 0;
    padding: .45rem 0 1.25rem;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(130, 170, 229, .34) transparent;
}

.navbar-toggler:checked ~ .nav-scrollable[b-oacsr92u1p] {
    display: block;
}

.nav-item[b-oacsr92u1p] {
    width: 100%;
    padding: .15rem .72rem !important;
    font-size: .88rem;
}

.nav-item[b-oacsr92u1p]  .nav-link,
.nav-item .nav-link[b-oacsr92u1p] {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
    height: 2.85rem;
    padding: 0 .76rem;
    overflow: hidden;
    color: var(--nav-text);
    line-height: normal;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: .78rem;
    background: transparent;
    transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.nav-item[b-oacsr92u1p]  .nav-link:hover,
.nav-item .nav-link:hover[b-oacsr92u1p] {
    color: #fff;
    border-color: rgba(255, 255, 255, .055);
    background: var(--nav-hover);
    transform: translateX(2px);
}

.nav-item[b-oacsr92u1p]  a.active {
    color: #fff;
    border-color: rgba(119, 174, 255, .22);
    background: var(--nav-active);
    box-shadow: inset 3px 0 0 var(--nav-accent), 0 7px 16px rgba(2, 14, 31, .15);
}

.menu-label[b-oacsr92u1p] {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.current-role-list[b-oacsr92u1p] {
    display: flex;
    flex-wrap: wrap;
    gap: .28rem;
    margin: -.15rem .76rem .4rem 2.82rem;
    white-space: normal;
}

.current-role-list span[b-oacsr92u1p] {
    border: 1px solid rgba(120, 174, 252, .22);
    border-radius: 999px;
    padding: .16rem .48rem;
    color: #dbeaff;
    background: rgba(66, 137, 255, .12);
    font-size: .68rem;
    font-weight: 700;
    line-height: 1.25;
}

.bi[b-oacsr92u1p] {
    position: relative;
    display: inline-block;
    flex: 0 0 1.28rem;
    width: 1.28rem;
    height: 1.28rem;
    margin-right: .78rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .93;
}

.bi-house-door-fill-nav-menu[b-oacsr92u1p] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-oacsr92u1p] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-oacsr92u1p] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-oacsr92u1p] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-oacsr92u1p] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-oacsr92u1p] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.investigation-title[b-oacsr92u1p] {
    display: flex;
    align-items: center;
    gap: .52rem;
    margin: .8rem .78rem .42rem;
    padding: .8rem .68rem .32rem !important;
    border-top: 1px solid var(--nav-border);
    color: var(--nav-muted);
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: .055em;
    white-space: nowrap;
}

.section-mark[b-oacsr92u1p] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 1.18rem;
    border: 1px solid rgba(232, 199, 125, .26);
    border-radius: .38rem;
    color: var(--nav-gold);
    background: rgba(232, 199, 125, .08);
    font-size: .52rem;
    font-weight: 700;
}

.investigation-group[b-oacsr92u1p] {
    display: block;
    width: auto;
    margin: .2rem .72rem;
    border: 1px solid transparent;
    border-radius: .82rem;
    overflow: hidden;
    transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.investigation-group.is-open[b-oacsr92u1p] {
    border-color: rgba(110, 164, 244, .15);
    background: rgba(4, 17, 34, .25);
    box-shadow: 0 7px 18px rgba(0, 0, 0, .09);
}

.investigation-summary[b-oacsr92u1p] {
    display: flex;
    align-items: center;
    gap: .72rem;
    width: 100%;
    min-height: 3rem;
    padding: .55rem .68rem;
    color: rgba(239, 245, 255, .82);
    font-size: .84rem;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    border: 0;
    border-radius: .78rem;
    background: transparent;
    text-align: left;
    transition: color .18s ease, background-color .18s ease;
}

.investigation-summary:hover[b-oacsr92u1p] {
    color: #fff;
    background: rgba(255, 255, 255, .065);
}

.menu-folder-icon[b-oacsr92u1p] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 2.05rem;
    width: 2.05rem;
    height: 2.05rem;
    border: 1px solid rgba(121, 174, 251, .22);
    border-radius: .68rem;
    color: #dbeaff;
    background: linear-gradient(145deg, rgba(81, 145, 239, .24), rgba(35, 88, 166, .16));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
    font-size: .65rem;
    font-weight: 700;
}

.investigation-group.is-open > .investigation-summary[b-oacsr92u1p] {
    color: #fff;
    background: linear-gradient(90deg, rgba(72, 133, 225, .14), transparent);
}

.investigation-group.is-open > .investigation-summary .menu-folder-icon[b-oacsr92u1p] {
    color: #17263e;
    border-color: rgba(242, 214, 154, .4);
    background: linear-gradient(145deg, #f2dda8, #cfa655);
}

.menu-arrow[b-oacsr92u1p] {
    flex: 0 0 auto;
    margin-left: auto;
    color: rgba(221, 232, 248, .48);
    font-size: 1.32rem;
    line-height: 1;
    transition: color .18s ease, transform .2s ease;
}

.investigation-group.is-open > .investigation-summary .menu-arrow[b-oacsr92u1p] {
    color: #fff;
    transform: rotate(90deg);
}

.investigation-submenu[b-oacsr92u1p] {
    position: relative;
    margin: .05rem .45rem .48rem 1.53rem;
    padding: .18rem 0 .2rem 1.08rem;
    border-left: 1px solid rgba(120, 167, 234, .20);
}

.investigation-submenu[b-oacsr92u1p]  .submenu-link,
.investigation-submenu .submenu-link[b-oacsr92u1p] {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 2.35rem;
    margin: .1rem 0;
    padding: .42rem .62rem .42rem .82rem;
    color: rgba(226, 235, 249, .66);
    font-size: .77rem;
    font-weight: 400;
    line-height: 1.35;
    text-decoration: none;
    white-space: nowrap;
    border-radius: .58rem;
    transition: color .16s ease, background-color .16s ease, transform .16s ease;
}

.investigation-submenu[b-oacsr92u1p]  .submenu-link::before,
.investigation-submenu .submenu-link[b-oacsr92u1p]::before {
    content: "";
    position: absolute;
    left: -.22rem;
    width: .38rem;
    height: .38rem;
    border: 2px solid #182a44;
    border-radius: 50%;
    background: rgba(125, 174, 244, .68);
    box-shadow: 0 0 0 2px rgba(125, 174, 244, .08);
}

.investigation-submenu[b-oacsr92u1p]  .submenu-link:hover,
.investigation-submenu .submenu-link:hover[b-oacsr92u1p] {
    color: #fff;
    background: rgba(91, 150, 236, .09);
    transform: translateX(2px);
}

.is-collapsed .menu-label[b-oacsr92u1p],
.is-collapsed .menu-arrow[b-oacsr92u1p],
.is-collapsed .section-mark[b-oacsr92u1p],
.is-collapsed .current-role-list[b-oacsr92u1p] {
    display: none;
}

.is-collapsed .nav-item[b-oacsr92u1p] {
    padding-left: .55rem !important;
    padding-right: .55rem !important;
}

.is-collapsed .nav-item[b-oacsr92u1p]  .nav-link,
.is-collapsed .nav-item .nav-link[b-oacsr92u1p] {
    justify-content: center;
    width: 3.62rem;
    height: 3rem;
    margin: 0 auto;
    padding: 0;
    border-radius: .86rem;
}

.is-collapsed .bi[b-oacsr92u1p] {
    margin-right: 0;
}

.is-collapsed .investigation-title[b-oacsr92u1p] {
    justify-content: center;
    height: .7rem;
    margin: .72rem .65rem .34rem;
    padding: 0 !important;
    border-top: 1px solid var(--nav-border);
}

.is-collapsed .investigation-group[b-oacsr92u1p] {
    width: 3.62rem;
    margin: .22rem auto;
    overflow: visible;
    background: transparent;
    box-shadow: none;
}

.is-collapsed .investigation-summary[b-oacsr92u1p] {
    justify-content: center;
    width: 3.62rem;
    min-height: 3.25rem;
    padding: 0;
    border-radius: .86rem;
}

.is-collapsed .menu-folder-icon[b-oacsr92u1p] {
    flex-basis: 2.25rem;
    width: 2.25rem;
    height: 2.25rem;
}

.is-collapsed .investigation-submenu[b-oacsr92u1p] {
    display: none;
}

.is-collapsed .investigation-group.is-open > .investigation-summary[b-oacsr92u1p] {
    background: rgba(78, 139, 230, .15);
}

@media (min-width: 641px) {
    .navbar-toggler[b-oacsr92u1p] {
        display: none;
    }

    .nav-scrollable[b-oacsr92u1p] {
        display: block;
        height: calc(100vh - 4.4rem);
    }
}

@media (max-width: 640.98px) {
    .nav-menu-shell[b-oacsr92u1p],
    .nav-menu-shell.is-collapsed[b-oacsr92u1p] {
        width: 100%;
        min-width: 100%;
        max-width: none;
        min-height: auto;
    }

    .top-row[b-oacsr92u1p],
    .is-collapsed .top-row[b-oacsr92u1p] {
        justify-content: flex-start;
        min-height: 4.25rem;
        padding: .68rem 4.5rem .68rem .85rem;
    }

    .is-collapsed .brand-copy[b-oacsr92u1p] {
        display: flex;
    }

    .desktop-collapse-button[b-oacsr92u1p] {
        display: none;
    }

    .nav-scrollable[b-oacsr92u1p] {
        max-height: calc(100vh - 4.25rem);
    }

    .is-collapsed .menu-label[b-oacsr92u1p],
    .is-collapsed .menu-arrow[b-oacsr92u1p],
    .is-collapsed .section-mark[b-oacsr92u1p],
    .is-collapsed .current-role-list[b-oacsr92u1p] {
        display: block;
    }

    .is-collapsed .current-role-list[b-oacsr92u1p] {
        display: flex;
    }

    .is-collapsed .nav-item[b-oacsr92u1p] {
        padding: .15rem .72rem !important;
    }

    .is-collapsed .nav-item[b-oacsr92u1p]  .nav-link,
    .is-collapsed .nav-item .nav-link[b-oacsr92u1p] {
        justify-content: flex-start;
        width: 100%;
        height: 2.85rem;
        margin: 0;
        padding: 0 .76rem;
    }

    .is-collapsed .bi[b-oacsr92u1p] {
        margin-right: .78rem;
    }

    .is-collapsed .investigation-title[b-oacsr92u1p] {
        justify-content: flex-start;
        height: auto;
        margin: .8rem .78rem .42rem;
        padding: .8rem .68rem .32rem !important;
    }

    .is-collapsed .investigation-group[b-oacsr92u1p] {
        width: auto;
        margin: .2rem .72rem;
        overflow: hidden;
    }

    .is-collapsed .investigation-summary[b-oacsr92u1p] {
        justify-content: flex-start;
        width: 100%;
        min-height: 3rem;
        padding: .55rem .68rem;
    }

    .is-collapsed .menu-folder-icon[b-oacsr92u1p] {
        flex-basis: 2.05rem;
        width: 2.05rem;
        height: 2.05rem;
    }

    .is-collapsed .investigation-submenu[b-oacsr92u1p] {
        display: block;
    }
}

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-632srk4r58],
.components-reconnect-repeated-attempt-visible[b-632srk4r58],
.components-reconnect-failed-visible[b-632srk4r58],
.components-pause-visible[b-632srk4r58],
.components-resume-failed-visible[b-632srk4r58],
.components-rejoining-animation[b-632srk4r58] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-632srk4r58],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-632srk4r58],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-632srk4r58],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-632srk4r58],
#components-reconnect-modal.components-reconnect-retrying[b-632srk4r58],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-632srk4r58],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-632srk4r58],
#components-reconnect-modal.components-reconnect-failed[b-632srk4r58],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-632srk4r58] {
    display: block;
}


#components-reconnect-modal[b-632srk4r58] {
    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-632srk4r58 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-632srk4r58 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-632srk4r58 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-632srk4r58]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-632srk4r58 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-632srk4r58 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-632srk4r58 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-632srk4r58 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-632srk4r58] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-632srk4r58] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-632srk4r58] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-632srk4r58] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-632srk4r58] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-632srk4r58] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-632srk4r58] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-632srk4r58 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-632srk4r58] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-632srk4r58 {
    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;
    }
}
