/* /Components/DataGrid.razor.rz.scp.css */
.data-grid-toolbar[b-r4vc2yjzbr] {
    display: flex;
    justify-content: flex-end;
}

.data-grid-search[b-r4vc2yjzbr] {
    width: min(100%, 620px);
}

.data-grid-search-scope[b-r4vc2yjzbr] {
    max-width: 180px;
}

.data-grid-sort[b-r4vc2yjzbr] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    font: inherit;
    font-weight: 600;
    text-align: left;
}

.data-grid-sort:hover[b-r4vc2yjzbr],
.data-grid-sort:focus-visible[b-r4vc2yjzbr] {
    color: #0d6efd;
    text-decoration: underline;
}

.data-grid-sort-indicator[b-r4vc2yjzbr] {
    min-width: 1ch;
    font-size: 0.75rem;
    line-height: 1;
}

th[draggable="true"][b-r4vc2yjzbr] {
    cursor: grab;
    user-select: none;
}

th[draggable="true"]:active[b-r4vc2yjzbr] {
    cursor: grabbing;
}

.dg-drag-handle[b-r4vc2yjzbr] {
    opacity: 0;
    font-size: 0.75rem;
    color: #adb5bd;
    margin-right: 0.25rem;
    transition: opacity 0.15s;
    cursor: grab;
}

th[draggable="true"]:hover .dg-drag-handle[b-r4vc2yjzbr] {
    opacity: 1;
}

.dg-th-dragging[b-r4vc2yjzbr] {
    opacity: 0.4;
}

.dg-th-drag-over[b-r4vc2yjzbr] {
    border-left: 3px solid #0d6efd;
    background-color: #f0f6ff;
}
/* /Components/LabelModal.razor.rz.scp.css */
.label-modal-backdrop[b-cwm889kn26] {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: grid;
    place-items: center;
    padding: 1rem;
    background: rgba(15, 23, 42, 0.45);
}

.label-modal[b-cwm889kn26] {
    width: min(100%, 420px);
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 1rem 3rem rgba(15, 23, 42, 0.22);
}

.label-modal-header[b-cwm889kn26],
.label-modal-footer[b-cwm889kn26] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1rem;
}

.label-modal-header[b-cwm889kn26] {
    border-bottom: 1px solid #dee2e6;
}

.label-modal-body[b-cwm889kn26] {
    padding: 1rem;
}

.label-modal-footer[b-cwm889kn26] {
    justify-content: flex-end;
    border-top: 1px solid #dee2e6;
}

.label-color-picker[b-cwm889kn26] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}

.label-color-swatch[b-cwm889kn26] {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 999px;
    color: #fff;
    background: var(--label-color);
    font-weight: 700;
    line-height: 1;
}

.label-color-swatch.selected[b-cwm889kn26] {
    border-color: #212529;
    box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.12);
}

.label-color-swatch:focus-visible[b-cwm889kn26] {
    outline: 3px solid rgba(13, 110, 253, 0.35);
    outline-offset: 2px;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-u0af9e5upu] {
    position: relative;
    display: flex;
    min-height: 100vh;
    background: #f7f9fc;
}

main[b-u0af9e5upu] {
    flex: 1 1 auto;
    min-width: 0;
}

.sidebar[b-u0af9e5upu] {
    position: sticky;
    top: 0;
    z-index: 1020;
    flex: 0 0 250px;
    width: 250px;
    height: 100vh;
    overflow: visible;
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    transition: width 240ms ease, flex-basis 240ms ease, transform 240ms ease;
}

.sidebar.collapsed[b-u0af9e5upu] {
    flex-basis: 72px;
    width: 72px;
}

.top-row[b-u0af9e5upu] {
    position: sticky;
    top: 0;
    z-index: 900;
    height: 3.5rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
}

.top-row-actions[b-u0af9e5upu] {
    margin-left: auto;
}

.mobile-nav-toggle[b-u0af9e5upu] {
    position: relative;
    display: none;
    width: 2.5rem;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 8px;
    color: #1f2937;
    background: #fff;
}

.mobile-nav-toggle-lines[b-u0af9e5upu],
.mobile-nav-toggle-lines[b-u0af9e5upu]::before,
.mobile-nav-toggle-lines[b-u0af9e5upu]::after {
    position: absolute;
    display: block;
    width: 1.05rem;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    content: "";
}

.mobile-nav-toggle-lines[b-u0af9e5upu]::before {
    transform: translateY(-6px);
}

.mobile-nav-toggle-lines[b-u0af9e5upu]::after {
    transform: translateY(6px);
}

.sidebar-backdrop[b-u0af9e5upu] {
    display: none;
}

.top-row[b-u0af9e5upu]  a,
.top-row[b-u0af9e5upu]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-u0af9e5upu]  a:hover,
.top-row[b-u0af9e5upu]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-u0af9e5upu]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-row[b-u0af9e5upu],
article[b-u0af9e5upu] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
}

@media (max-width: 640.98px) {
    .page[b-u0af9e5upu] {
        display: block;
    }

    .sidebar[b-u0af9e5upu],
    .sidebar.collapsed[b-u0af9e5upu] {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1040;
        width: min(86vw, 300px);
        height: 100vh;
        flex-basis: auto;
        transform: translateX(-100%);
        box-shadow: 1rem 0 2rem rgba(15, 23, 42, 0.25);
    }

    .sidebar.mobile-open[b-u0af9e5upu] {
        transform: translateX(0);
    }

    .sidebar-backdrop[b-u0af9e5upu] {
        position: fixed;
        inset: 0;
        z-index: 1030;
        display: block;
        border: 0;
        background: rgba(15, 23, 42, 0.45);
    }

    .top-row[b-u0af9e5upu] {
        justify-content: space-between;
    }

    .top-row[b-u0af9e5upu]  a,
    .top-row[b-u0af9e5upu]  .btn-link {
        margin-left: 0;
    }

    .top-row[b-u0af9e5upu],
    article[b-u0af9e5upu] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .mobile-nav-toggle[b-u0af9e5upu] {
        display: inline-flex;
    }
}

#blazor-error-ui[b-u0af9e5upu] {
    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-u0af9e5upu] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-shell[b-y4ocd9m3vk] {
    --nav-accent: #9ed0ff;
    --nav-accent-filter: brightness(0) saturate(100%) invert(82%) sepia(19%) saturate(1092%) hue-rotate(178deg) brightness(103%) contrast(104%);
    position: relative;
    display: flex;
    min-height: 100vh;
    height: 100%;
    flex-direction: column;
    color: #fff;
}

.nav-header[b-y4ocd9m3vk] {
    display: flex;
    min-height: 3.5rem;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.22);
}

.navbar-brand[b-y4ocd9m3vk] {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    align-items: center;
    gap: 0.65rem;
    color: #fff;
    text-decoration: none;
}

.brand-mark[b-y4ocd9m3vk] {
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 0.92rem;
    font-weight: 700;
}

.brand-text[b-y4ocd9m3vk] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.02rem;
    font-weight: 600;
    transition: opacity 200ms ease, width 240ms ease;
}

.sidebar-collapse-toggle[b-y4ocd9m3vk],
.sidebar-mobile-close[b-y4ocd9m3vk],
.secondary-nav-close[b-y4ocd9m3vk] {
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.82);
    background: rgba(255, 255, 255, 0.08);
    line-height: 1;
    transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.sidebar-collapse-toggle:hover[b-y4ocd9m3vk],
.sidebar-collapse-toggle:focus-visible[b-y4ocd9m3vk],
.sidebar-mobile-close:hover[b-y4ocd9m3vk],
.sidebar-mobile-close:focus-visible[b-y4ocd9m3vk] {
    border-color: rgba(255, 255, 255, 0.24);
    color: #fff;
    background: rgba(255, 255, 255, 0.16);
}

.sidebar-mobile-close[b-y4ocd9m3vk] {
    display: none;
}

.primary-nav-scroll[b-y4ocd9m3vk] {
    flex: 1 1 auto;
    padding: 0.75rem 0 1rem;
    overflow-y: auto;
    overflow-x: hidden;
}

.primary-nav[b-y4ocd9m3vk] {
    display: flex;
    flex-direction: column;
}

.nav-item[b-y4ocd9m3vk] {
    position: relative;
    padding: 0 0.75rem 0.35rem;
    font-size: 0.92rem;
}

.nav-item[b-y4ocd9m3vk]  .nav-link,
.nav-trigger[b-y4ocd9m3vk] {
    position: relative;
    display: flex;
    min-height: 2.75rem;
    width: 100%;
    align-items: center;
    gap: 0.75rem;
    overflow: hidden;
    padding: 0 0.75rem;
    border: 0;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.78);
    background: transparent;
    text-align: left;
    text-decoration: none;
    line-height: 1.2;
    transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.nav-trigger[b-y4ocd9m3vk] {
    cursor: pointer;
}

.nav-item[b-y4ocd9m3vk]  .nav-link:hover,
.nav-item[b-y4ocd9m3vk]  .nav-link:focus-visible,
.nav-trigger:hover[b-y4ocd9m3vk],
.nav-trigger:focus-visible[b-y4ocd9m3vk] {
    color: var(--nav-accent);
    background: rgba(121, 232, 255, 0.12);
}

.nav-item[b-y4ocd9m3vk]  .nav-link:hover .bi,
.nav-item[b-y4ocd9m3vk]  .nav-link:focus-visible .bi,
.nav-trigger:hover .bi[b-y4ocd9m3vk],
.nav-trigger:focus-visible .bi[b-y4ocd9m3vk] {
    filter: var(--nav-accent-filter);
}

.nav-item[b-y4ocd9m3vk]  a.active,
.nav-trigger.active[b-y4ocd9m3vk] {
    color: #fff;
    background: rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
    font-weight: 600;
}

.nav-item[b-y4ocd9m3vk]  a.active .bi,
.nav-trigger.active .bi[b-y4ocd9m3vk] {
    filter: none;
}

.nav-label[b-y4ocd9m3vk] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: opacity 200ms ease, width 240ms ease;
}

.nav-chevron[b-y4ocd9m3vk] {
    margin-left: auto;
    color: rgba(255, 255, 255, 0.58);
    transition: transform 180ms ease, opacity 200ms ease;
}

.nav-trigger.open .nav-chevron[b-y4ocd9m3vk] {
    transform: rotate(90deg);
}

.nav-section-divider[b-y4ocd9m3vk] {
    height: 1px;
    margin: 0.7rem 1rem 0.85rem;
    background: rgba(255, 255, 255, 0.12);
}

.bi[b-y4ocd9m3vk] {
    display: inline-block;
    position: relative;
    width: 1.45rem;
    height: 1.45rem;
    flex: 0 0 1.45rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: filter 160ms ease, opacity 160ms ease;
}

.bi-house-door-fill-nav-menu[b-y4ocd9m3vk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' 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-plus-square-fill-nav-menu[b-y4ocd9m3vk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-settings-nav-menu[b-y4ocd9m3vk] {
    background-color: white;
    background-image: none;
    mask: url("/images/settings-icon-mask.png") center / contain no-repeat;
    -webkit-mask: url("/images/settings-icon-mask.png") center / contain no-repeat;
}

.bi-list-nested-nav-menu[b-y4ocd9m3vk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' 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-azure-nav-menu[b-y4ocd9m3vk] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1.8px solid currentColor;
    border-radius: 0.42rem;
    background-image: none;
    color: white;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
}

.bi-azure-nav-menu[b-y4ocd9m3vk]::before {
    content: "AZ";
}

.bi-azure-connect-nav-menu[b-y4ocd9m3vk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 20 20'%3E%3Cpath d='M10 18v-4'/%3E%3Cpath d='M7.5 7V2.5'/%3E%3Cpath d='M12.5 7V2.5'/%3E%3Cpath d='M5 7h10v3.2a5 5 0 0 1-10 0V7Z'/%3E%3C/svg%3E");
}

.bi-az-subscriptions-nav-menu[b-y4ocd9m3vk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 20 20'%3E%3Cpath d='M7 5h10'/%3E%3Cpath d='M7 10h10'/%3E%3Cpath d='M7 15h10'/%3E%3Cpath d='M3 5h.01'/%3E%3Cpath d='M3 10h.01'/%3E%3Cpath d='M3 15h.01'/%3E%3C/svg%3E");
}

.bi-service-principals-nav-menu[b-y4ocd9m3vk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 20 20'%3E%3Crect x='2.5' y='4' width='15' height='12.5' rx='1.8'/%3E%3Ccircle cx='7.5' cy='9' r='1.8'/%3E%3Cpath d='M12 7.5h2.8'/%3E%3Cpath d='M12 10.5h2.8'/%3E%3Cpath d='M5.5 13.5h4'/%3E%3C/svg%3E");
}

.bi-role-assignments-nav-menu[b-y4ocd9m3vk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='6.8'/%3E%3Ccircle cx='10' cy='10' r='2.4'/%3E%3Cpath d='M10 1.8v3'/%3E%3Cpath d='M10 15.2v3'/%3E%3Cpath d='M1.8 10h3'/%3E%3Cpath d='M15.2 10h3'/%3E%3C/svg%3E");
}

.bi-company-nav-menu[b-y4ocd9m3vk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 20 20'%3E%3Cpath d='M3 18V3.8A1.8 1.8 0 0 1 4.8 2h5.4A1.8 1.8 0 0 1 12 3.8V18'/%3E%3Cpath d='M12 7h3.2A1.8 1.8 0 0 1 17 8.8V18'/%3E%3Cpath d='M6 6h1.5M6 9.5h1.5M6 13h1.5M13.8 10.5h1M13.8 14h1M2 18h16'/%3E%3C/svg%3E");
}

.bi-manage-users-nav-menu[b-y4ocd9m3vk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 20 20'%3E%3Cpath d='M12.5 16.5v-1.2c0-2.2-2-4-4.5-4s-4.5 1.8-4.5 4v1.2'/%3E%3Ccircle cx='8' cy='6' r='3'/%3E%3Cpath d='M14.5 10.5c1.4.3 2.5 1.5 2.5 3v1'/%3E%3Cpath d='M13.2 3.5a2.4 2.4 0 0 1 0 4.6'/%3E%3C/svg%3E");
}

.bi-authentication-nav-menu[b-y4ocd9m3vk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 20 20'%3E%3Cpath d='M3 16.5v2h3v-2h2.5V14h2l1.1-1.1a5.6 5.6 0 1 0-3.5-3.5L3 14.5v2Z'/%3E%3Ccircle cx='14.5' cy='5.5' r='.65' fill='white' stroke='none'/%3E%3C/svg%3E");
}

.bi-visibility-groups-nav-menu[b-y4ocd9m3vk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='white' stroke-width='1.8' stroke-linejoin='round' viewBox='0 0 20 20'%3E%3Crect x='3' y='3' width='4.2' height='4.2' rx='.6'/%3E%3Crect x='12.8' y='3' width='4.2' height='4.2' rx='.6'/%3E%3Crect x='7.9' y='7.9' width='4.2' height='4.2' rx='.6'/%3E%3Crect x='3' y='12.8' width='4.2' height='4.2' rx='.6'/%3E%3Crect x='12.8' y='12.8' width='4.2' height='4.2' rx='.6'/%3E%3C/svg%3E");
}

.bi-organizational-settings-nav-menu[b-y4ocd9m3vk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='2.4'/%3E%3Cpath d='M16 11.4a1.2 1.2 0 0 0 .2 1.3l.1.1a1.7 1.7 0 0 1-2.4 2.4l-.1-.1a1.2 1.2 0 0 0-1.3-.2 1.2 1.2 0 0 0-.7 1.1v.2a1.7 1.7 0 0 1-3.4 0V16a1.2 1.2 0 0 0-.7-1.1 1.2 1.2 0 0 0-1.3.2l-.1.1a1.7 1.7 0 0 1-2.4-2.4l.1-.1a1.2 1.2 0 0 0 .2-1.3 1.2 1.2 0 0 0-1.1-.7H2.8a1.7 1.7 0 0 1 0-3.4H3a1.2 1.2 0 0 0 1.1-.7 1.2 1.2 0 0 0-.2-1.3l-.1-.1a1.7 1.7 0 0 1 2.4-2.4l.1.1a1.2 1.2 0 0 0 1.3.2A1.2 1.2 0 0 0 8.3 2V1.8a1.7 1.7 0 0 1 3.4 0V2a1.2 1.2 0 0 0 .7 1.1 1.2 1.2 0 0 0 1.3-.2l.1-.1a1.7 1.7 0 0 1 2.4 2.4l-.1.1a1.2 1.2 0 0 0-.2 1.3 1.2 1.2 0 0 0 1.1.7h.2a1.7 1.7 0 0 1 0 3.4H17a1.2 1.2 0 0 0-1 .7Z'/%3E%3C/svg%3E");
}

.nav-shell.collapsed .primary-nav-scroll[b-y4ocd9m3vk] {
    overflow: visible;
}

.nav-shell.collapsed .brand-text[b-y4ocd9m3vk],
.nav-shell.collapsed .nav-label[b-y4ocd9m3vk],
.nav-shell.collapsed .nav-chevron[b-y4ocd9m3vk] {
    width: 0;
    opacity: 0;
    pointer-events: none;
}

.nav-shell.collapsed .nav-chevron[b-y4ocd9m3vk] {
    margin-left: 0;
}

.nav-shell.collapsed .navbar-brand[b-y4ocd9m3vk] {
    flex: 0 0 auto;
}

.nav-shell.collapsed .nav-header[b-y4ocd9m3vk] {
    flex-direction: column;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.65rem 0.5rem;
}

.nav-shell.collapsed .sidebar-collapse-toggle[b-y4ocd9m3vk] {
    width: 2rem;
}

.nav-shell.collapsed .nav-item[b-y4ocd9m3vk] {
    padding-right: 0.65rem;
    padding-left: 0.65rem;
}

.nav-shell.collapsed .nav-item[b-y4ocd9m3vk]  .nav-link,
.nav-shell.collapsed .nav-trigger[b-y4ocd9m3vk] {
    width: 2.75rem;
    justify-content: center;
    gap: 0;
    margin: 0 auto;
    padding: 0;
}

.nav-shell.collapsed .nav-section-divider[b-y4ocd9m3vk] {
    margin-right: 1.15rem;
    margin-left: 1.15rem;
}

.nav-tooltip[b-y4ocd9m3vk] {
    position: absolute;
    left: calc(100% + 0.65rem);
    top: 50%;
    z-index: 1100;
    display: none;
    max-width: 14rem;
    padding: 0.45rem 0.65rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 6px;
    color: #111827;
    background: #fff;
    box-shadow: 0 0.75rem 1.75rem rgba(15, 23, 42, 0.18);
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.1;
    pointer-events: none;
    transform: translateY(-50%);
    white-space: nowrap;
}

.nav-shell.collapsed .nav-item:hover .nav-tooltip[b-y4ocd9m3vk],
.nav-shell.collapsed .nav-item:focus-within .nav-tooltip[b-y4ocd9m3vk] {
    display: block;
}

.secondary-nav-flyout[b-y4ocd9m3vk] {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 1080;
    width: 286px;
    height: 100vh;
    padding: 1rem;
    color: #1f2937;
    background: #fff;
    border-right: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 1rem 0 2rem rgba(15, 23, 42, 0.16);
    animation: secondary-nav-in-b-y4ocd9m3vk 180ms ease-out;
}

.secondary-nav-header[b-y4ocd9m3vk] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.secondary-nav-eyebrow[b-y4ocd9m3vk] {
    margin: 0 0 0.25rem;
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.secondary-nav-header h2[b-y4ocd9m3vk] {
    margin: 0;
    color: #111827;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0;
}

.secondary-nav-close[b-y4ocd9m3vk] {
    border-color: rgba(15, 23, 42, 0.1);
    color: #475569;
    background: #f8fafc;
}

.secondary-nav-close:hover[b-y4ocd9m3vk],
.secondary-nav-close:focus-visible[b-y4ocd9m3vk] {
    color: #111827;
    background: #eef2f7;
}

.secondary-nav-list[b-y4ocd9m3vk] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding-top: 1rem;
}

.secondary-nav-list[b-y4ocd9m3vk]  .secondary-nav-link {
    display: flex;
    min-height: 2.65rem;
    align-items: center;
    gap: 0.75rem;
    padding: 0 0.75rem;
    border-radius: 8px;
    color: #334155;
    text-decoration: none;
    transition: background-color 160ms ease, color 160ms ease;
}

.secondary-nav-list[b-y4ocd9m3vk]  .secondary-nav-link .bi {
    filter: brightness(0) saturate(100%) invert(38%) sepia(10%) saturate(1048%) hue-rotate(176deg) brightness(91%) contrast(88%);
}

.secondary-nav-list[b-y4ocd9m3vk]  .secondary-nav-link:hover,
.secondary-nav-list[b-y4ocd9m3vk]  .secondary-nav-link:focus-visible {
    color: #0f5fa8;
    background: rgba(13, 110, 253, 0.08);
}

.secondary-nav-list[b-y4ocd9m3vk]  .secondary-nav-link.active {
    color: #0f5fa8;
    background: rgba(13, 110, 253, 0.12);
    font-weight: 600;
}

.secondary-nav-list[b-y4ocd9m3vk]  .secondary-nav-link:hover .bi,
.secondary-nav-list[b-y4ocd9m3vk]  .secondary-nav-link:focus-visible .bi,
.secondary-nav-list[b-y4ocd9m3vk]  .secondary-nav-link.active .bi {
    filter: brightness(0) saturate(100%) invert(33%) sepia(91%) saturate(1147%) hue-rotate(185deg) brightness(94%) contrast(93%);
}

@keyframes secondary-nav-in-b-y4ocd9m3vk {
    from {
        opacity: 0;
        transform: translateX(-0.5rem);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 640.98px) {
    .nav-shell[b-y4ocd9m3vk],
    .nav-shell.collapsed[b-y4ocd9m3vk] {
        min-height: 100vh;
    }

    .sidebar-collapse-toggle[b-y4ocd9m3vk] {
        display: none;
    }

    .sidebar-mobile-close[b-y4ocd9m3vk] {
        display: inline-flex;
    }

    .primary-nav-scroll[b-y4ocd9m3vk],
    .nav-shell.collapsed .primary-nav-scroll[b-y4ocd9m3vk] {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .nav-shell.collapsed .brand-text[b-y4ocd9m3vk],
    .nav-shell.collapsed .nav-label[b-y4ocd9m3vk],
    .nav-shell.collapsed .nav-chevron[b-y4ocd9m3vk] {
        width: auto;
        opacity: 1;
        pointer-events: auto;
    }

    .nav-shell.collapsed .nav-header[b-y4ocd9m3vk] {
        flex-direction: row;
        justify-content: flex-start;
        padding: 0.55rem 0.75rem;
    }

    .nav-shell.collapsed .navbar-brand[b-y4ocd9m3vk] {
        flex: 1 1 auto;
    }

    .nav-shell.collapsed .nav-item[b-y4ocd9m3vk]  .nav-link,
    .nav-shell.collapsed .nav-trigger[b-y4ocd9m3vk] {
        justify-content: flex-start;
        gap: 0.75rem;
        padding: 0 0.75rem;
    }

    .nav-tooltip[b-y4ocd9m3vk] {
        display: none !important;
    }

    .secondary-nav-flyout[b-y4ocd9m3vk] {
        position: static;
        width: auto;
        height: auto;
        margin: 0.2rem 0.75rem 0.75rem;
        padding: 0.75rem;
        border: 1px solid rgba(15, 23, 42, 0.08);
        border-radius: 10px;
        box-shadow: none;
    }

    .secondary-nav-header[b-y4ocd9m3vk] {
        padding-bottom: 0.75rem;
    }

    .secondary-nav-eyebrow[b-y4ocd9m3vk] {
        display: none;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-eku3cyw8pv],
.components-reconnect-repeated-attempt-visible[b-eku3cyw8pv],
.components-reconnect-failed-visible[b-eku3cyw8pv],
.components-pause-visible[b-eku3cyw8pv],
.components-resume-failed-visible[b-eku3cyw8pv],
.components-rejoining-animation[b-eku3cyw8pv] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-eku3cyw8pv],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-eku3cyw8pv],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-eku3cyw8pv],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-eku3cyw8pv],
#components-reconnect-modal.components-reconnect-retrying[b-eku3cyw8pv],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-eku3cyw8pv],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-eku3cyw8pv],
#components-reconnect-modal.components-reconnect-failed[b-eku3cyw8pv],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-eku3cyw8pv] {
    display: block;
}


#components-reconnect-modal[b-eku3cyw8pv] {
    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-eku3cyw8pv 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-eku3cyw8pv 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-eku3cyw8pv 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-eku3cyw8pv]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-eku3cyw8pv 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-eku3cyw8pv {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-eku3cyw8pv {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-eku3cyw8pv {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-eku3cyw8pv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-eku3cyw8pv] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-eku3cyw8pv] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-eku3cyw8pv] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-eku3cyw8pv] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-eku3cyw8pv] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-eku3cyw8pv] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-eku3cyw8pv 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-eku3cyw8pv] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-eku3cyw8pv {
    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/NotesActivityFilesPanel.razor.rz.scp.css */
.naf-panel[b-4dzsw764oc] {
    margin-top: 1rem;
    border: 1px solid #dfe3e8;
    border-radius: 6px;
    background: #f6f7f9;
}

.naf-tabs[b-4dzsw764oc] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    min-height: 2.6rem;
    padding: 0 0.5rem;
    border-bottom: 1px solid #dfe3e8;
    background: #fff;
}

.naf-tabs button[b-4dzsw764oc] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    height: 2.5rem;
    border: 0;
    border-bottom: 2px solid transparent;
    color: #344054;
    background: transparent;
    font-weight: 600;
}

.naf-tabs button.active[b-4dzsw764oc] {
    color: #0d6efd;
    border-bottom-color: #0d6efd;
}

.naf-message[b-4dzsw764oc] {
    margin: 0.75rem;
}

.naf-notes[b-4dzsw764oc],
.naf-activity[b-4dzsw764oc] {
    padding: 0.75rem;
}

.naf-composer-compact[b-4dzsw764oc],
.naf-composer-readonly[b-4dzsw764oc] {
    display: flex;
    width: 100%;
    min-height: 3.2rem;
    align-items: center;
    gap: 0.75rem;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    border: 1px solid #dfe3e8;
    border-radius: 6px;
    color: #475467;
    background: #fff;
    text-align: left;
}

.naf-composer-compact:hover[b-4dzsw764oc],
.naf-composer-compact:focus-visible[b-4dzsw764oc] {
    border-color: #b9c6d6;
    background: #fbfcfe;
}

.naf-composer-readonly[b-4dzsw764oc] {
    cursor: default;
}

.naf-note-count[b-4dzsw764oc] {
    margin-left: auto;
    white-space: nowrap;
    color: #667085;
    font-size: 0.85rem;
}

.naf-info[b-4dzsw764oc],
.naf-editor-info[b-4dzsw764oc] {
    display: inline-flex;
    width: 1.15rem;
    height: 1.15rem;
    align-items: center;
    justify-content: center;
    border: 1px solid #b7c0ca;
    border-radius: 999px;
    color: #667085;
    font-size: 0.75rem;
    font-weight: 700;
}

.naf-editor-shell[b-4dzsw764oc] {
    border: 1px solid #eadba2;
    border-radius: 6px;
    background: #fff5cf;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.08);
}

.naf-editor-toolbar[b-4dzsw764oc] {
    display: flex;
    min-height: 2.75rem;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem;
    padding: 0.5rem;
    border-bottom: 1px solid #eadba2;
}

.naf-editor-toolbar > button[b-4dzsw764oc] {
    min-height: 2rem;
    border: 0;
    border-radius: 4px;
    background: transparent;
    color: #344054;
    font-weight: 600;
}

.naf-editor-toolbar > button:hover[b-4dzsw764oc],
.naf-editor-toolbar > button:focus-visible[b-4dzsw764oc] {
    background: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
}

.naf-editor-actions[b-4dzsw764oc] {
    display: inline-flex;
    gap: 0.4rem;
    margin-left: auto;
}

.naf-editor[b-4dzsw764oc] {
    min-height: 6rem;
    padding: 0.9rem 1rem;
    outline: none;
    background: #fff5cf;
}

.naf-editor:empty[b-4dzsw764oc]::before {
    content: attr(data-placeholder);
    color: #667085;
}

.naf-section-header[b-4dzsw764oc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.25rem;
}

.naf-section-header button[b-4dzsw764oc] {
    border: 0;
    background: transparent;
    color: #111827;
    font-size: 1.05rem;
    font-weight: 700;
}

.naf-notes-toolbar[b-4dzsw764oc] {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.75rem;
}

.naf-expand[b-4dzsw764oc] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #344054;
    font-size: 0.9rem;
    cursor: pointer;
    user-select: none;
}

.naf-toggle[b-4dzsw764oc] {
    position: relative;
    display: inline-block;
    width: 2.25rem;
    height: 1.25rem;
    flex-shrink: 0;
}

.naf-toggle input[b-4dzsw764oc] {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.naf-toggle-slider[b-4dzsw764oc] {
    position: absolute;
    inset: 0;
    border-radius: 999px;
    background: #d0d5dd;
    transition: background 0.18s;
}

.naf-toggle-slider[b-4dzsw764oc]::before {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
    left: 0.125rem;
    top: 0.125rem;
    border-radius: 50%;
    background: #fff;
    transition: transform 0.18s;
    box-shadow: 0 1px 3px rgba(16,24,40,0.18);
}

.naf-toggle input:checked + .naf-toggle-slider[b-4dzsw764oc] {
    background: #0d6efd;
}

.naf-toggle input:checked + .naf-toggle-slider[b-4dzsw764oc]::before {
    transform: translateX(1rem);
}

.naf-history-header[b-4dzsw764oc] {
    margin-top: 1.5rem;
}

.naf-history-tabs[b-4dzsw764oc] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin: 0.75rem 0;
    font-size: 0.9rem;
    font-weight: 700;
}

.naf-history-tabs span[b-4dzsw764oc] {
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
}

.naf-history-tabs .active[b-4dzsw764oc] {
    color: #0d6efd;
    background: rgba(13, 110, 253, 0.1);
}

.naf-list[b-4dzsw764oc],
.naf-timeline[b-4dzsw764oc] {
    display: grid;
    gap: 0.75rem;
}

.naf-note-card[b-4dzsw764oc],
.naf-activity-card[b-4dzsw764oc] {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0.85rem 1rem;
    border: 1px solid #eadba2;
    border-radius: 5px;
    background: #fff5cf;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.08);
}

.naf-note-card.focused[b-4dzsw764oc] {
    border-color: #e2c45c;
}

.naf-card-main[b-4dzsw764oc] {
    min-width: 0;
}

.naf-card-meta[b-4dzsw764oc] {
    margin-bottom: 0.45rem;
    color: #475467;
    font-size: 0.78rem;
}

.naf-note-body[b-4dzsw764oc] {
    overflow-wrap: anywhere;
    color: #111827;
}

.naf-note-body.collapsed[b-4dzsw764oc] {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.naf-note-actions[b-4dzsw764oc] {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.4rem;
    flex-shrink: 0;
}

.naf-collapsed-body[b-4dzsw764oc] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex: 1;
    min-width: 0;
}

.naf-note-type-icon[b-4dzsw764oc] {
    flex-shrink: 0;
    color: #667085;
}

.naf-collapsed-content[b-4dzsw764oc] {
    flex: 1;
    min-width: 0;
}

.naf-compact-preview[b-4dzsw764oc] {
    font-size: 0.88rem;
    color: #344054;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.naf-icon-button[b-4dzsw764oc] {
    min-height: 1.8rem;
    border: 0;
    border-radius: 4px;
    background: transparent;
    color: #344054;
    font-weight: 700;
}

.naf-icon-button:hover[b-4dzsw764oc],
.naf-icon-button:focus-visible[b-4dzsw764oc] {
    background: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
}

.naf-more[b-4dzsw764oc] {
    position: relative;
}

.naf-more-menu[b-4dzsw764oc] {
    position: absolute;
    top: 2rem;
    right: 0;
    z-index: 30;
    min-width: 10rem;
    padding: 0.35rem;
    border: 1px solid #d0d5dd;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(16, 24, 40, 0.14);
}

.naf-more-menu button[b-4dzsw764oc] {
    display: block;
    width: 100%;
    padding: 0.45rem 0.55rem;
    border: 0;
    border-radius: 4px;
    background: transparent;
    color: #344054;
    text-align: left;
}

.naf-more-menu button:hover[b-4dzsw764oc],
.naf-more-menu button:focus-visible[b-4dzsw764oc] {
    background: #f2f4f7;
}

.naf-more-menu button.danger[b-4dzsw764oc] {
    color: #b42318;
}

.naf-empty[b-4dzsw764oc] {
    padding: 1rem;
    border: 1px dashed #cfd6df;
    border-radius: 6px;
    color: #667085;
    background: #fff;
}

.naf-activity-card[b-4dzsw764oc] {
    justify-content: flex-start;
    background: #fff;
    border-color: #dfe3e8;
}

.naf-activity-icon[b-4dzsw764oc] {
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
    border: 1px solid #d0d5dd;
    border-radius: 999px;
    color: #475467;
    background: #fff;
    font-weight: 700;
}

.naf-modal-backdrop[b-4dzsw764oc] {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(15, 23, 42, 0.35);
}

.naf-modal[b-4dzsw764oc] {
    width: min(28rem, 100%);
    padding: 1rem;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(16, 24, 40, 0.24);
}

.naf-modal h2[b-4dzsw764oc] {
    margin: 0 0 0.5rem;
    font-size: 1.15rem;
}

.naf-modal-actions[b-4dzsw764oc] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 1rem;
}

@media (max-width: 640px) {
    .naf-note-card[b-4dzsw764oc] {
        display: block;
    }

    .naf-note-actions[b-4dzsw764oc] {
        margin-top: 0.75rem;
    }

    .naf-editor-actions[b-4dzsw764oc] {
        width: 100%;
        margin-left: 0;
        justify-content: flex-end;
    }
}
/* /Components/Pages/AdminCompanies.razor.rz.scp.css */
/* Tabs */
.ci-tabs[b-x6vw3bdo7h] {
    display: flex;
    gap: 0;
    border-bottom: 1px solid #e4e7ec;
    margin-bottom: 1rem;
}

.ci-tab[b-x6vw3bdo7h] {
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 0.4rem 1rem;
    font-size: 0.875rem;
    color: #667085;
    cursor: pointer;
    margin-bottom: -1px;
}

.ci-tab:hover[b-x6vw3bdo7h] {
    color: #344054;
}

.ci-tab-active[b-x6vw3bdo7h] {
    color: #101828;
    border-bottom-color: #344054;
    font-weight: 600;
}

/* Alphabetical filter */
.ci-alpha-bar[b-x6vw3bdo7h] {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    margin-bottom: 0.75rem;
}

.ci-alpha-btn[b-x6vw3bdo7h] {
    background: none;
    border: none;
    padding: 2px 6px;
    font-size: 0.8rem;
    color: #667085;
    cursor: pointer;
    border-radius: 4px;
    min-width: 1.6rem;
    text-align: center;
}

.ci-alpha-btn:hover[b-x6vw3bdo7h] {
    background: #f2f4f7;
    color: #344054;
}

.ci-alpha-active[b-x6vw3bdo7h] {
    background: #f2f4f7;
    color: #101828;
    font-weight: 700;
}

/* Toolbar */
.ci-toolbar[b-x6vw3bdo7h] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.ci-result-count[b-x6vw3bdo7h] {
    font-size: 0.8rem;
    color: #667085;
}

.ci-view-label[b-x6vw3bdo7h] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    color: #667085;
    margin: 0;
}

.ci-page-size[b-x6vw3bdo7h] {
    width: auto;
    padding: 2px 6px;
    font-size: 0.8rem;
}
/* /Components/Pages/CompaniesIndex.razor.rz.scp.css */
.ci-header[b-s35v2zu4j2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.ci-title[b-s35v2zu4j2] {
    margin: 0;
}

/* Recents */
.ci-recents-section[b-s35v2zu4j2] {
    margin-bottom: 1.25rem;
}

.ci-recents-toggle[b-s35v2zu4j2] {
    background: none;
    border: none;
    padding: 0;
    font-size: 0.85rem;
    font-weight: 600;
    color: #344054;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 0.6rem;
}

.ci-recents-toggle:hover[b-s35v2zu4j2] {
    color: #101828;
}

.ci-recents-chevron[b-s35v2zu4j2] {
    font-size: 0.75rem;
    color: #667085;
}

.ci-recents-strip[b-s35v2zu4j2] {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
}

.ci-recent-tile[b-s35v2zu4j2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    text-decoration: none;
    color: inherit;
    min-width: 72px;
    max-width: 80px;
}

.ci-tile-avatar[b-s35v2zu4j2] {
    width: 48px;
    height: 48px;
    background: #e4e7ec;
    color: #344054;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.ci-recent-tile:hover .ci-tile-avatar[b-s35v2zu4j2] {
    background: #d0d5dd;
}

.ci-tile-name[b-s35v2zu4j2] {
    font-size: 0.7rem;
    color: #667085;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

/* Tabs */
.ci-tabs[b-s35v2zu4j2] {
    display: flex;
    gap: 0;
    border-bottom: 1px solid #e4e7ec;
    margin-bottom: 1rem;
}

.ci-tab[b-s35v2zu4j2] {
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 0.4rem 1rem;
    font-size: 0.875rem;
    color: #667085;
    cursor: pointer;
    margin-bottom: -1px;
}

.ci-tab:hover[b-s35v2zu4j2] {
    color: #344054;
}

.ci-tab-active[b-s35v2zu4j2] {
    color: #101828;
    border-bottom-color: #344054;
    font-weight: 600;
}

/* Alphabetical filter */
.ci-alpha-bar[b-s35v2zu4j2] {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    margin-bottom: 0.75rem;
}

.ci-alpha-btn[b-s35v2zu4j2] {
    background: none;
    border: none;
    padding: 2px 6px;
    font-size: 0.8rem;
    color: #667085;
    cursor: pointer;
    border-radius: 4px;
    min-width: 1.6rem;
    text-align: center;
}

.ci-alpha-btn:hover[b-s35v2zu4j2] {
    background: #f2f4f7;
    color: #344054;
}

.ci-alpha-active[b-s35v2zu4j2] {
    background: #f2f4f7;
    color: #101828;
    font-weight: 700;
}

/* Toolbar */
.ci-toolbar[b-s35v2zu4j2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.ci-result-count[b-s35v2zu4j2] {
    font-size: 0.8rem;
    color: #667085;
}

.ci-view-label[b-s35v2zu4j2] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    color: #667085;
    margin: 0;
}

.ci-page-size[b-s35v2zu4j2] {
    width: auto;
    padding: 2px 6px;
    font-size: 0.8rem;
}
/* /Components/ProfileDropdownMenu.razor.rz.scp.css */
.pdm-container[b-wfr2ywqlci] {
    position: relative;
    display: inline-block;
}

/* === Trigger button === */
.pdm-trigger[b-wfr2ywqlci] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 12px;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: background 120ms ease, border-color 120ms ease;
}

.pdm-trigger:hover[b-wfr2ywqlci] {
    background: rgba(0, 0, 0, 0.04);
}

.pdm-trigger.open[b-wfr2ywqlci] {
    background: rgba(0, 0, 0, 0.06);
    border-color: rgba(0, 0, 0, 0.08);
}

.pdm-identity[b-wfr2ywqlci] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.1;
    text-align: left;
}

.pdm-name[b-wfr2ywqlci] {
    font-size: 13px;
    font-weight: 500;
    color: #212529;
}

.pdm-company[b-wfr2ywqlci] {
    font-size: 11px;
    color: #6c757d;
}

.pdm-chevron[b-wfr2ywqlci] {
    font-size: 10px;
    color: #6c757d;
    transition: transform 150ms ease;
}

.pdm-trigger.open .pdm-chevron[b-wfr2ywqlci] {
    transform: rotate(180deg);
}

/* === Avatar === */
.pdm-avatar[b-wfr2ywqlci] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #4c6ef5 0%, #228be6 100%);
    color: #fff;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.pdm-avatar-sm[b-wfr2ywqlci] {
    width: 32px;
    height: 32px;
    font-size: 12px;
}

.pdm-avatar-lg[b-wfr2ywqlci] {
    width: 40px;
    height: 40px;
    font-size: 14px;
}

/* === Dropdown panel === */
.pdm-panel[b-wfr2ywqlci] {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    min-width: 280px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    z-index: 1000;
    overflow: hidden;
    animation: pdm-fade-in-b-wfr2ywqlci 150ms ease-out;
}

@keyframes pdm-fade-in-b-wfr2ywqlci {
    from { opacity: 0; transform: translateY(-4px); }
    to   { opacity: 1; transform: translateY(0); }
}

.pdm-header[b-wfr2ywqlci] {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 16px;
}

.pdm-header-text[b-wfr2ywqlci] {
    line-height: 1.2;
}

.pdm-header-name[b-wfr2ywqlci] {
    font-size: 14px;
    font-weight: 600;
    color: #212529;
}

.pdm-header-company[b-wfr2ywqlci] {
    font-size: 12px;
    color: #6c757d;
}

.pdm-divider[b-wfr2ywqlci] {
    height: 1px;
    background: rgba(0, 0, 0, 0.08);
}

.pdm-section[b-wfr2ywqlci] {
    padding: 6px 0;
}

.pdm-section-header[b-wfr2ywqlci] {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #6c757d;
    padding: 6px 16px;
}

.pdm-item[b-wfr2ywqlci] {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 36px;
    padding: 0 16px;
    color: #212529;
    text-decoration: none;
    font-size: 13px;
    background: transparent;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.pdm-item:hover[b-wfr2ywqlci] {
    background: rgba(0, 0, 0, 0.04);
    color: #212529;
}

.pdm-item-icon[b-wfr2ywqlci] {
    width: 18px;
    display: inline-flex;
    justify-content: center;
    color: #6c757d;
}

.pdm-item-danger[b-wfr2ywqlci] {
    color: #dc3545;
}

.pdm-item-danger:hover[b-wfr2ywqlci] {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.pdm-item-danger .pdm-item-icon[b-wfr2ywqlci] {
    color: #dc3545;
}

.pdm-logout-form[b-wfr2ywqlci] {
    margin: 0;
}
