/* /Components/CopyButton.razor.rz.scp.css */
/* Icon-only copy button with an animated "Copy" / "Copied!" bubble (no icon darkening). */
.copy-btn[b-nrbi5mk49q] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background: transparent;
    cursor: pointer;
}

.copy-btn:hover[b-nrbi5mk49q] {
    background: rgba(0, 0, 0, .06);
}

.copy-tip[b-nrbi5mk49q] {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    z-index: 1100; /* above modal bodies (fm-modal is 1060) */
    background: #3f3f3f;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-3px);
    transition: opacity 120ms ease-out, transform 120ms ease-out;
}

.copy-btn:hover .copy-tip[b-nrbi5mk49q],
.copy-btn.copied .copy-tip[b-nrbi5mk49q] {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .copy-tip[b-nrbi5mk49q] {
        transition: none;
    }
}
/* /Components/DataGrid.razor.rz.scp.css */
.data-grid-toolbar[b-suoaqarg9s] {
    display: flex;
    justify-content: flex-end;
}

.data-grid-search[b-suoaqarg9s] {
    width: min(100%, 620px);
}

.data-grid-search-scope[b-suoaqarg9s] {
    max-width: 180px;
}

.data-grid-sort[b-suoaqarg9s] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    font: inherit;
    font-weight: 700;
    text-align: left;
    letter-spacing: inherit;
    text-transform: inherit;
}

.data-grid-sort:hover[b-suoaqarg9s],
.data-grid-sort:focus-visible[b-suoaqarg9s] {
    color: #334155;
    text-decoration: none;
    opacity: 0.75;
}

.data-grid-sort-indicator[b-suoaqarg9s] {
    min-width: 1ch;
    font-size: 0.75rem;
    line-height: 1;
}

.dg-container[b-suoaqarg9s] {
    position: relative;
    overflow: hidden;
}

.dg-table[b-suoaqarg9s] {
    table-layout: fixed;
    width: 100%;
    --bs-table-border-color: #edf0f4;
    --bs-table-bg: transparent;
}

.dg-table td[b-suoaqarg9s] {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 0;
    color: #1e293b;
}

.dg-table tbody tr[b-suoaqarg9s] {
    transition: background-color 100ms ease;
}

.dg-table tbody tr:hover[b-suoaqarg9s] {
    background-color: rgba(13, 110, 253, 0.035) !important;
    --bs-table-accent-bg: transparent;
}

thead th[b-suoaqarg9s] {
    position: relative;
    overflow: hidden;
    line-height: 1.25;
    vertical-align: middle;
    white-space: nowrap;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    color: #64748b;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    border-bottom: 1.5px solid #d1d9e0 !important;
}

.dg-th-content[b-suoaqarg9s] {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.dg-col-label[b-suoaqarg9s] {
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 8px;
}

th[draggable="true"][b-suoaqarg9s] {
    user-select: none;
}

.dg-drag-handle[b-suoaqarg9s] {
    opacity: 0;
    font-size: 0.75rem;
    color: #adb5bd;
    margin-right: 0.25rem;
    transition: opacity 0.15s;
    cursor: grab;
}

.dg-drag-handle:active[b-suoaqarg9s] {
    cursor: grabbing;
}

th[draggable="true"]:hover .dg-drag-handle[b-suoaqarg9s] {
    opacity: 1;
}

.dg-resize-handle[b-suoaqarg9s] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    cursor: col-resize;
    opacity: 0;
    z-index: 2;
    pointer-events: all;
    transition: opacity 0.15s, background-color 0.15s;
}

thead th:hover .dg-resize-handle[b-suoaqarg9s] {
    opacity: 1;
    background-color: #dee2e6;
}

.dg-resize-handle:hover[b-suoaqarg9s] {
    background-color: #0d6efd !important;
    opacity: 1 !important;
}

.dg-th-dragging[b-suoaqarg9s] {
    opacity: 0.4;
}

.dg-th-drag-over[b-suoaqarg9s] {
    border-left: 2px solid #94a3b8;
    background-color: #f8fafc;
}
/* /Components/FormField.razor.rz.scp.css */
.fm-field[b-qihwtj0fb8] {
    margin-bottom: 1rem;
}

.fm-field--full[b-qihwtj0fb8] {
    grid-column: 1 / -1;
}

.fm-label[b-qihwtj0fb8] {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #6c757d;
    margin-bottom: 4px;
    letter-spacing: 0.01em;
}

/* /Components/LabelModal.razor.rz.scp.css */
.label-modal-backdrop[b-bivlnrmxj8] {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: grid;
    place-items: center;
    padding: 1rem;
    background: rgba(15, 23, 42, 0.45);
}

.label-modal[b-bivlnrmxj8] {
    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-bivlnrmxj8],
.label-modal-footer[b-bivlnrmxj8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1rem;
}

.label-modal-header[b-bivlnrmxj8] {
    border-bottom: 1px solid #dee2e6;
}

.label-modal-body[b-bivlnrmxj8] {
    padding: 1rem;
}

.label-modal-footer[b-bivlnrmxj8] {
    justify-content: flex-end;
    border-top: 1px solid #dee2e6;
}

.label-color-picker[b-bivlnrmxj8] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}

.label-color-swatch[b-bivlnrmxj8] {
    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-bivlnrmxj8] {
    border-color: #212529;
    box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.12);
}

.label-color-swatch:focus-visible[b-bivlnrmxj8] {
    outline: 3px solid rgba(13, 110, 253, 0.35);
    outline-offset: 2px;
}
/* /Components/LabelPillCell.razor.rz.scp.css */
.lpc-container[b-0bkujlkyik] {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    overflow: hidden;
    align-items: center;
    min-width: 0;
}

.lpc-pill[b-0bkujlkyik] {
    flex: 0 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lpc-overflow[b-0bkujlkyik] {
    flex: 0 0 auto;
    white-space: nowrap;
}
/* /Components/Layout/Breadcrumb.razor.rz.scp.css */
.breadcrumb-bar[b-7pir54hs24] {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    align-items: center;
    gap: 0.35rem;
}

.bc-toggle-control[b-7pir54hs24] {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
}

.bc-toggle-btn[b-7pir54hs24] {
    display: inline-flex;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #65686f;
    background: transparent;
    cursor: pointer;
    transition: color 100ms ease-out, background-color 100ms ease-out;
}

.bc-toggle-btn:hover[b-7pir54hs24],
.bc-toggle-btn:focus-visible[b-7pir54hs24] {
    color: #21232c;
    background: #eeeeee;
}

.bc-toggle-btn:focus-visible[b-7pir54hs24] {
    outline: 2px solid #0d68c5;
    outline-offset: -2px;
}

.bc-toggle-tooltip[b-7pir54hs24] {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    z-index: 1200;
    visibility: hidden;
    padding: 6px 9px;
    border-radius: 4px;
    color: #fff;
    background: #21232c;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    transition: opacity 80ms ease-out 300ms, visibility 0s linear 380ms;
}

.bc-toggle-control:hover .bc-toggle-tooltip[b-7pir54hs24],
.bc-toggle-control:focus-within .bc-toggle-tooltip[b-7pir54hs24] {
    visibility: visible;
    opacity: 1;
    transition-delay: 300ms, 300ms;
}

.bc-nav[b-7pir54hs24] {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 0.5rem;
    font-size: 16px;
    line-height: 24px;
}

.bc-parent[b-7pir54hs24] {
    flex-shrink: 0;
    color: #65686f;
    font-weight: 400;
    white-space: nowrap;
}

.bc-sep[b-7pir54hs24] {
    flex-shrink: 0;
    color: #9ca3af;
    line-height: 1;
    user-select: none;
}

.bc-current[b-7pir54hs24] {
    overflow: hidden;
    color: #21232c;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
    .bc-toggle-btn[b-7pir54hs24],
    .bc-toggle-tooltip[b-7pir54hs24] {
        transition: none;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-1565invs1z] {
    position: relative;
    display: flex;
    min-height: 100vh;
    background: #f7f9fc;
}

main[b-1565invs1z] {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
}

.sidebar[b-1565invs1z] {
    position: sticky;
    top: 0;
    z-index: 1020;
    width: 56px;
    height: 100vh;
    flex: 0 0 56px;
    overflow: visible;
    background: #211c52;
}

.top-row[b-1565invs1z] {
    position: sticky;
    top: 0;
    z-index: 900;
    display: flex;
    height: 56px;
    flex: 0 0 56px;
    align-items: center;
    background-color: #ffffff;
    border-bottom: 1px solid #d9d9dc;
}

.top-row-actions[b-1565invs1z] {
    margin-left: auto;
}

.workspace[b-1565invs1z] {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    align-items: stretch;
}

.content[b-1565invs1z] {
    min-width: 0;
    flex: 1 1 auto;
}

.top-row[b-1565invs1z]  a:not(.menu-item):not(.menu-item-inner),
.top-row[b-1565invs1z]  .btn-link {
    margin-left: 1.5rem;
    text-decoration: none;
    white-space: nowrap;
}

.top-row[b-1565invs1z]  a:not(.menu-item):not(.menu-item-inner):hover,
.top-row[b-1565invs1z]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-1565invs1z]  a:not(.menu-item):not(.menu-item-inner):first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-row[b-1565invs1z],
article[b-1565invs1z] {
    padding-right: 1.25rem !important;
    padding-left: 1.5rem !important;
}

@media (max-width: 640.98px) {
    .top-row[b-1565invs1z],
    article[b-1565invs1z] {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}

#blazor-error-ui[b-1565invs1z] {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
    box-sizing: border-box;
    padding: 0.6rem 1.25rem 0.7rem;
    color-scheme: light only;
    background: lightyellow;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
}

#blazor-error-ui .dismiss[b-1565invs1z] {
    position: absolute;
    top: 0.5rem;
    right: 0.75rem;
    cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
    .workspace[b-1565invs1z] {
        scroll-behavior: auto;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* ================================================================
   Sidebar — fixed 84 px, icon-only, #211C52 background
   ================================================================ */

.nav-shell[b-qsroi8w2ue] {
    --nav-bg:     #211C52;
    --nav-active: #A78BFA;
    --nav-icon:   #FFFFFF;

    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    width: 56px;
    height: 100vh;
    background: var(--nav-bg);
    color: var(--nav-icon);
    overflow: visible;
}

/* ── Header (brand mark) ────────────────────────────────────────── */

.nav-header[b-qsroi8w2ue] {
    box-sizing: border-box;
    display: flex;
    width: 56px;
    height: 3rem;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.18);
}

.navbar-brand[b-qsroi8w2ue] {
    box-sizing: border-box;
    display: inline-flex;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    transition: background-color 120ms ease-out;
}

.navbar-brand:hover[b-qsroi8w2ue] {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

.navbar-brand:focus-visible[b-qsroi8w2ue] {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    outline: 2px solid #a78bfa;
    outline-offset: -2px;
}

.brand-mark[b-qsroi8w2ue] {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
}

/* brand-text and mobile-close are always hidden in the fixed icon-only layout */
.brand-text[b-qsroi8w2ue] {
    display: none;
}

.sidebar-mobile-close[b-qsroi8w2ue] {
    display: none;
}

/* ── Scroll container ───────────────────────────────────────────── */

.primary-nav-scroll[b-qsroi8w2ue] {
    flex: 1 1 auto;
    padding: 9px 0 9px;
    overflow: visible;
}

.primary-nav[b-qsroi8w2ue] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/* ── Nav item wrapper ───────────────────────────────────────────── */

.nav-item[b-qsroi8w2ue] {
    position: relative;
    padding: 0 6px;
    font-size: 0.92rem;
}

/* ── Nav link / trigger — the 66 × 66 interactive box ──────────── */

.nav-item[b-qsroi8w2ue]  .nav-link,
.nav-trigger[b-qsroi8w2ue] {
    position: relative;
    display: flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0;
    gap: 0;
    border: 0;
    border-radius: 4px;
    color: var(--nav-icon);
    background: transparent;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 180ms ease, transform 180ms ease;
}

.nav-trigger[b-qsroi8w2ue] {
    width: 44px;
}

/* ── Hover ──────────────────────────────────────────────────────── */

.nav-item[b-qsroi8w2ue]  .nav-link:hover,
.nav-item[b-qsroi8w2ue]  .nav-link:focus-visible,
.nav-trigger:hover[b-qsroi8w2ue],
.nav-trigger:focus-visible[b-qsroi8w2ue] {
    background: var(--nav-active);
    transform: scale(1.02);
    color: var(--nav-icon);
}

/* icon stays white on hover — no filter change */
.nav-item[b-qsroi8w2ue]  .nav-link:hover .bi,
.nav-item[b-qsroi8w2ue]  .nav-link:focus-visible .bi,
.nav-trigger:hover .bi[b-qsroi8w2ue],
.nav-trigger:focus-visible .bi[b-qsroi8w2ue] {
    filter: none;
}

/* ── Active / selected ──────────────────────────────────────────── */

.nav-item[b-qsroi8w2ue]  a.active,
.nav-trigger.active[b-qsroi8w2ue] {
    background: var(--nav-active);
    transform: none;
    color: var(--nav-icon);
    font-weight: 600;
    box-shadow: none;
}

.nav-item[b-qsroi8w2ue]  a.active .bi,
.nav-trigger.active .bi[b-qsroi8w2ue] {
    filter: none;
}

/* ── Labels — always hidden (icon-only layout) ─────────────────── */

.nav-label[b-qsroi8w2ue],
.nav-chevron[b-qsroi8w2ue] {
    display: none;
}

/* ── Section divider ────────────────────────────────────────────── */

.nav-section-label[b-qsroi8w2ue] {
    padding: 0.5rem 0 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-section-label-text[b-qsroi8w2ue] {
    display: none;
}

.nav-section-label[b-qsroi8w2ue]::after {
    display: block;
    content: '';
    height: 1px;
    width: 44px;
    background: rgba(255, 255, 255, 0.14);
}

/* ── Icons ──────────────────────────────────────────────────────── */

.bi[b-qsroi8w2ue] {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: filter 160ms ease, opacity 160ms ease;
}

/* individual icon images */
.bi-house-door-fill-nav-menu[b-qsroi8w2ue]     { background-image: url("/assets/icons/nav/home.svg"); }
.bi-plus-square-fill-nav-menu[b-qsroi8w2ue]    { background-image: url("/assets/icons/nav/plus.svg"); }
.bi-list-nested-nav-menu[b-qsroi8w2ue]         { background-image: url("/assets/icons/nav/list-nested.svg"); }
.bi-azure-connect-nav-menu[b-qsroi8w2ue]       { background-image: url("/assets/icons/nav/azure-connect.svg"); }
.bi-az-subscriptions-nav-menu[b-qsroi8w2ue]    { background-image: url("/assets/icons/nav/az-subscriptions.svg"); }
.bi-service-principals-nav-menu[b-qsroi8w2ue]  { background-image: url("/assets/icons/nav/service-principals.svg"); }
.bi-role-assignments-nav-menu[b-qsroi8w2ue]    { background-image: url("/assets/icons/nav/role-assignments.svg"); }
.bi-company-nav-menu[b-qsroi8w2ue]             { background-image: url("/assets/icons/nav/companies.svg"); }
.bi-manage-users-nav-menu[b-qsroi8w2ue]        { background-image: url("/assets/icons/nav/manage-users.svg"); }
.bi-authentication-nav-menu[b-qsroi8w2ue]      { background-image: url("/assets/icons/nav/authentication.svg"); }
.bi-visibility-groups-nav-menu[b-qsroi8w2ue]   { background-image: url("/assets/icons/nav/visibility-groups.svg"); }
.bi-organizational-settings-nav-menu[b-qsroi8w2ue] { background-image: url("/assets/icons/nav/org-settings.svg"); }
.bi-licence-nav-menu[b-qsroi8w2ue]             { background-image: url("/assets/icons/nav/modules.svg"); }
.bi-security-rules-nav-menu[b-qsroi8w2ue]      { background-image: url("/assets/icons/nav/list-nested.svg"); }
.bi-security-nav-menu[b-qsroi8w2ue]            { background-image: url("/assets/icons/nav/shield.svg"); }
.bi-blobe-nav-menu[b-qsroi8w2ue]               { background-image: url("/assets/icons/nav/blobe.svg"); }
.bi-blobe-files-nav-menu[b-qsroi8w2ue]         { background-image: url("/assets/icons/nav/blobe-files.svg"); }
.bi-blobe-instances-nav-menu[b-qsroi8w2ue]     { background-image: url("/assets/icons/nav/blobe-instances.svg"); }

/* Settings icon — mask so it respects the icon color */
.bi-settings-nav-menu[b-qsroi8w2ue] {
    background-color: white;
    background-image: none;
    mask: url("/assets/icons/nav/settings.png") center / contain no-repeat;
    -webkit-mask: url("/assets/icons/nav/settings.png") center / contain no-repeat;
}

/* Azure "AZ" badge icon */
.bi-azure-nav-menu[b-qsroi8w2ue] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid currentColor;
    border-radius: 3px;
    background-image: none;
    color: white;
    font-size: 0.48rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
}

.bi-azure-nav-menu[b-qsroi8w2ue]::before {
    content: "AZ";
}

/* ── Tooltip — shown on hover for all items ─────────────────────── */

.nav-tooltip[b-qsroi8w2ue] {
    position: absolute;
    left: calc(100% + 7px);
    top: 50%;
    z-index: 1100;
    display: none;
    max-width: 14rem;
    padding: 0.4rem 0.7rem;
    border: none;
    border-radius: 6px;
    color: #fff;
    background: #1e2535;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.1;
    pointer-events: none;
    transform: translateY(-50%);
    white-space: nowrap;
}

/* Show tooltip for all items on hover (not just collapsed) */
.nav-item:hover .nav-tooltip[b-qsroi8w2ue],
.nav-item:has(:focus-visible) .nav-tooltip[b-qsroi8w2ue] {
    display: block;
}

/* ── Secondary nav flyout (Azure panel) ─────────────────────────── */

.secondary-nav-flyout[b-qsroi8w2ue] {
    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-qsroi8w2ue 180ms ease-out;
}

.secondary-nav-header[b-qsroi8w2ue] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.secondary-nav-title[b-qsroi8w2ue] {
    color: #111827;
    font-size: 1rem;
    font-weight: 700;
}

.secondary-nav-close[b-qsroi8w2ue] {
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 8px;
    color: #475569;
    background: #f8fafc;
    line-height: 1;
    cursor: pointer;
    transition: background-color 160ms ease, color 160ms ease;
}

.secondary-nav-close:hover[b-qsroi8w2ue],
.secondary-nav-close:focus-visible[b-qsroi8w2ue] {
    color: #111827;
    background: #eef2f7;
}

.secondary-nav-group-label[b-qsroi8w2ue] {
    margin: 0;
    padding: 0.75rem 0.65rem 0.25rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94a3b8;
}

.secondary-nav-group-label:first-child[b-qsroi8w2ue] {
    padding-top: 0.15rem;
}

.secondary-nav-list[b-qsroi8w2ue] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding-top: 0.75rem;
}

.secondary-nav-list[b-qsroi8w2ue]  .secondary-nav-link {
    display: flex;
    min-height: 2.35rem;
    align-items: center;
    gap: 0.6rem;
    padding: 0 0.65rem;
    border-radius: 6px;
    color: #334155;
    text-decoration: none;
    transition: background-color 160ms ease, color 160ms ease;
}

.secondary-nav-list[b-qsroi8w2ue]  .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-qsroi8w2ue]  .secondary-nav-link:hover,
.secondary-nav-list[b-qsroi8w2ue]  .secondary-nav-link:focus-visible {
    color: #0f5fa8;
    background: rgba(13, 110, 253, 0.08);
}

.secondary-nav-list[b-qsroi8w2ue]  .secondary-nav-link.active {
    color: #0f5fa8;
    background: rgba(13, 110, 253, 0.12);
    font-weight: 600;
}

.secondary-nav-list[b-qsroi8w2ue]  .secondary-nav-link:hover .bi,
.secondary-nav-list[b-qsroi8w2ue]  .secondary-nav-link:focus-visible .bi,
.secondary-nav-list[b-qsroi8w2ue]  .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-qsroi8w2ue {
    from { opacity: 0; transform: translateX(-0.5rem); }
    to   { opacity: 1; transform: translateX(0); }
}

/* ── Mobile ─────────────────────────────────────────────────────── */

@media (max-width: 640.98px) {
    .nav-shell[b-qsroi8w2ue] {
        position: fixed;
        left: 0;
        top: 0;
        width: min(86vw, 300px);
        height: 100vh;
        z-index: 1040;
    }

    .primary-nav-scroll[b-qsroi8w2ue] {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .sidebar-mobile-close[b-qsroi8w2ue] {
        display: inline-flex;
        width: 2rem;
        height: 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;
        cursor: pointer;
        transition: background-color 160ms ease;
    }

    .nav-header[b-qsroi8w2ue] {
        justify-content: space-between;
        padding: 0.5rem 0.75rem;
    }

    .navbar-brand[b-qsroi8w2ue] {
        gap: 0.65rem;
    }

    .brand-text[b-qsroi8w2ue] {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 1.02rem;
        font-weight: 600;
    }

    .nav-item[b-qsroi8w2ue]  .nav-link,
    .nav-trigger[b-qsroi8w2ue] {
        width: 100%;
        height: auto;
        min-height: 2.75rem;
        justify-content: flex-start;
        gap: 0.75rem;
        padding: 0 0.75rem;
    }

    .nav-label[b-qsroi8w2ue] {
        display: block;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .nav-section-label[b-qsroi8w2ue] {
        padding: 0.65rem 1.4rem 0.15rem;
        justify-content: flex-start;
    }

    .nav-section-label-text[b-qsroi8w2ue] {
        display: block;
        font-size: 0.68rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.38);
    }

    .nav-section-label[b-qsroi8w2ue]::after {
        display: none;
    }

    .nav-tooltip[b-qsroi8w2ue] {
        display: none !important;
    }

    .secondary-nav-flyout[b-qsroi8w2ue] {
        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;
    }
}

/* The primary rail remains fixed and icon-only on narrow viewports too. */
@media (max-width: 640.98px) {
    .nav-shell[b-qsroi8w2ue] {
        position: sticky;
        top: 0;
        left: auto;
        z-index: auto;
        width: 56px;
        height: 100vh;
    }

    .primary-nav-scroll[b-qsroi8w2ue] {
        overflow: visible;
    }

    .sidebar-mobile-close[b-qsroi8w2ue],
    .brand-text[b-qsroi8w2ue],
    .nav-label[b-qsroi8w2ue],
    .nav-section-label-text[b-qsroi8w2ue] {
        display: none;
    }

    .nav-header[b-qsroi8w2ue] {
        justify-content: center;
        height: 3rem;
        min-height: 3rem;
        padding: 0;
    }

    .navbar-brand[b-qsroi8w2ue] {
        gap: 0;
    }

    .nav-item[b-qsroi8w2ue]  .nav-link,
    .nav-trigger[b-qsroi8w2ue] {
        width: 44px;
        height: 44px;
        min-height: 44px;
        justify-content: center;
        gap: 0;
        padding: 0;
    }

    .nav-section-label[b-qsroi8w2ue] {
        padding: 0.5rem 0 0.25rem;
        justify-content: center;
    }

    .nav-section-label[b-qsroi8w2ue]::after {
        display: block;
    }

    .nav-item:hover .nav-tooltip[b-qsroi8w2ue],
    .nav-item:has(:focus-visible) .nav-tooltip[b-qsroi8w2ue] {
        display: block !important;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-1h2k6l4mby],
.components-reconnect-repeated-attempt-visible[b-1h2k6l4mby],
.components-reconnect-failed-visible[b-1h2k6l4mby],
.components-pause-visible[b-1h2k6l4mby],
.components-resume-failed-visible[b-1h2k6l4mby],
.components-rejoining-animation[b-1h2k6l4mby] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-1h2k6l4mby],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-1h2k6l4mby],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-1h2k6l4mby],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-1h2k6l4mby],
#components-reconnect-modal.components-reconnect-retrying[b-1h2k6l4mby],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-1h2k6l4mby],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-1h2k6l4mby],
#components-reconnect-modal.components-reconnect-failed[b-1h2k6l4mby],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-1h2k6l4mby] {
    display: block;
}


#components-reconnect-modal[b-1h2k6l4mby] {
    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-1h2k6l4mby 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-1h2k6l4mby 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-1h2k6l4mby 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-1h2k6l4mby]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-1h2k6l4mby 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-1h2k6l4mby {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-1h2k6l4mby {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-1h2k6l4mby {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-1h2k6l4mby] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-1h2k6l4mby] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-1h2k6l4mby] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-1h2k6l4mby] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-1h2k6l4mby] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-1h2k6l4mby] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-1h2k6l4mby] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-1h2k6l4mby 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-1h2k6l4mby] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-1h2k6l4mby {
    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/Layout/SecondaryNavPanel.razor.rz.scp.css */
.secondary-nav-panel[b-l37et1asoq] {
    position: sticky;
    top: 3rem;
    z-index: 880;
    align-self: flex-start;
    box-sizing: border-box;
    height: calc(100vh - 3rem);
    flex: 0 0 286px;
    width: 286px;
    overflow: hidden;
    color: #21232c;
    background: #f5f5f6;
    border-right: 1px solid #d9d9dc;
    transition: width 120ms ease-out, flex-basis 120ms ease-out;
}

.secondary-nav-panel.collapsed[b-l37et1asoq] {
    flex-basis: 29px;
    width: 29px;
}

.secondary-nav-content[b-l37et1asoq] {
    box-sizing: border-box;
    width: 286px;
    min-height: 100%;
    padding: 12px 8px 16px;
    overflow-x: hidden;
    overflow-y: auto;
}

.secondary-nav-group + .secondary-nav-group[b-l37et1asoq] {
    margin-top: 24px;
}

.secondary-nav-group-label[b-l37et1asoq] {
    margin: 0 0 8px;
    padding: 0 16px;
    color: #65686f;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    white-space: nowrap;
}

.secondary-nav-list[b-l37et1asoq] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.secondary-nav-list[b-l37et1asoq]  .secondary-nav-link {
    box-sizing: border-box;
    display: flex;
    width: 270px;
    height: 48px;
    align-items: center;
    gap: 16px;
    padding: 0 16px;
    border-radius: 4px;
    color: #21232c;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 100ms ease-out, color 100ms ease-out;
}

.secondary-nav-list[b-l37et1asoq]  .secondary-nav-link:hover {
    color: #21232c;
    background: #ebebeb;
}

.secondary-nav-list[b-l37et1asoq]  .secondary-nav-link:focus-visible {
    color: #21232c;
    background: #ebebeb;
    outline: 2px solid #0d68c5;
    outline-offset: -2px;
}

.secondary-nav-list[b-l37et1asoq]  .secondary-nav-link.active {
    color: #0d68c5;
    background: #e1eeff;
    font-weight: 500;
}

.secondary-nav-link-label[b-l37et1asoq] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.secondary-nav-icon[b-l37et1asoq] {
    display: block;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    background-color: currentColor;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}

.bi-azure-connect-nav-menu[b-l37et1asoq] {
    mask-image: url("/assets/icons/nav/azure-connect.svg");
    -webkit-mask-image: url("/assets/icons/nav/azure-connect.svg");
}

.bi-az-subscriptions-nav-menu[b-l37et1asoq] {
    mask-image: url("/assets/icons/nav/az-subscriptions.svg");
    -webkit-mask-image: url("/assets/icons/nav/az-subscriptions.svg");
}

.bi-service-principals-nav-menu[b-l37et1asoq] {
    mask-image: url("/assets/icons/nav/service-principals.svg");
    -webkit-mask-image: url("/assets/icons/nav/service-principals.svg");
}

.bi-role-assignments-nav-menu[b-l37et1asoq] {
    mask-image: url("/assets/icons/nav/role-assignments.svg");
    -webkit-mask-image: url("/assets/icons/nav/role-assignments.svg");
}

.bi-profile-nav-menu[b-l37et1asoq] {
    mask-image: url("/assets/icons/nav/profile.svg");
    -webkit-mask-image: url("/assets/icons/nav/profile.svg");
}

.bi-password-nav-menu[b-l37et1asoq] {
    mask-image: url("/assets/icons/nav/key.svg");
    -webkit-mask-image: url("/assets/icons/nav/key.svg");
}

.bi-manage-users-nav-menu[b-l37et1asoq] {
    mask-image: url("/assets/icons/nav/manage-users.svg");
    -webkit-mask-image: url("/assets/icons/nav/manage-users.svg");
}

.bi-organizational-settings-nav-menu[b-l37et1asoq] {
    mask-image: url("/assets/icons/nav/org-settings.svg");
    -webkit-mask-image: url("/assets/icons/nav/org-settings.svg");
}

.bi-licence-nav-menu[b-l37et1asoq] {
    mask-image: url("/assets/icons/nav/modules.svg");
    -webkit-mask-image: url("/assets/icons/nav/modules.svg");
}

.bi-security-rules-nav-menu[b-l37et1asoq] {
    mask-image: url("/assets/icons/nav/list-nested.svg");
    -webkit-mask-image: url("/assets/icons/nav/list-nested.svg");
}

.bi-security-nav-menu[b-l37et1asoq] {
    mask-image: url("/assets/icons/nav/shield.svg");
    -webkit-mask-image: url("/assets/icons/nav/shield.svg");
}

.bi-blobe-files-nav-menu[b-l37et1asoq] {
    mask-image: url("/assets/icons/nav/blobe-files.svg");
    -webkit-mask-image: url("/assets/icons/nav/blobe-files.svg");
}

.bi-blobe-instances-nav-menu[b-l37et1asoq] {
    mask-image: url("/assets/icons/nav/blobe-instances.svg");
    -webkit-mask-image: url("/assets/icons/nav/blobe-instances.svg");
}

.secondary-nav-rail[b-l37et1asoq] {
    position: absolute;
    inset: 0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    color: #d3d4d5;
    background: #f5f5f6;
    cursor: pointer;
    transition: color 100ms ease-out, background-color 100ms ease-out;
}

.secondary-nav-rail:hover[b-l37et1asoq],
.secondary-nav-rail:focus-visible[b-l37et1asoq] {
    color: #72adff;
    background: #eff6ff;
    outline: none;
}

.secondary-nav-rail:focus-visible[b-l37et1asoq] {
    box-shadow: inset 0 0 0 2px #0d68c5;
}

.secondary-nav-handle[b-l37et1asoq] {
    display: block;
    width: 4px;
    height: 30px;
    border-radius: 999px;
    background: currentColor;
}

@media (prefers-reduced-motion: reduce) {
    .secondary-nav-panel[b-l37et1asoq],
    .secondary-nav-list[b-l37et1asoq]  .secondary-nav-link,
    .secondary-nav-rail[b-l37et1asoq] {
        transition: none;
    }
}
/* /Components/ModalForm.razor.rz.scp.css */
/* ===== Backdrop — sadece overlay ===== */
.fm-backdrop[b-ruc8rhqpvd] {
    position: fixed;
    inset: 0;
    z-index: 1060;
    background: rgba(15, 23, 42, 0.45);
    outline: none;
    animation: fm-backdrop-enter-b-ruc8rhqpvd 260ms ease-out forwards;
}

.fm-backdrop.fm-closing[b-ruc8rhqpvd] {
    animation: fm-backdrop-exit-b-ruc8rhqpvd 200ms ease-in forwards;
    pointer-events: none;
}

/* ===== Modal — bağımsız fixed konumlandırma ===== */
.fm-modal[b-ruc8rhqpvd] {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1061;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 2px;
    box-shadow: 0 12px 48px rgba(15, 23, 42, 0.22);
    width: 500px;
    max-width: calc(100vw - 24px);
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 16px);
    overflow: hidden;
    animation: fm-enter-b-ruc8rhqpvd 340ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.fm-modal.fm-two-column[b-ruc8rhqpvd] {
    width: 820px;
}

/* exit: backdrop.fm-closing içindeki modal */
.fm-backdrop.fm-closing .fm-modal[b-ruc8rhqpvd] {
    animation: fm-exit-b-ruc8rhqpvd 200ms ease-in forwards;
}

/* ===== Header ===== */
.fm-header[b-ruc8rhqpvd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    flex-shrink: 0;
}

.fm-title[b-ruc8rhqpvd] {
    font-size: 15px;
    font-weight: 600;
    color: #1a2332;
    line-height: 1.3;
}

.fm-close-btn[b-ruc8rhqpvd] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: none;
    background: transparent;
    border-radius: 4px;
    color: #6c757d;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
    transition: background 120ms ease, color 120ms ease;
}

.fm-close-btn:hover[b-ruc8rhqpvd] {
    background: rgba(15, 23, 42, 0.06);
    color: #212529;
}

/* ===== Body ===== */
.fm-body[b-ruc8rhqpvd] {
    flex: 1;
    overflow-y: auto;
    padding: 1.25rem 1.5rem;
}

.fm-body--two-col[b-ruc8rhqpvd] {
    display: flex;
    gap: 1.5rem;
}

.fm-col-left[b-ruc8rhqpvd],
.fm-col-right[b-ruc8rhqpvd] {
    flex: 1;
    min-width: 0;
}

.fm-col-right[b-ruc8rhqpvd] {
    border-left: 1px solid rgba(15, 23, 42, 0.08);
    padding-left: 1.5rem;
}

/* ===== Footer ===== */
.fm-footer[b-ruc8rhqpvd] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    flex-shrink: 0;
}

/* ===== Buttons ===== */
.fm-btn[b-ruc8rhqpvd] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 34px;
    padding: 0 1rem;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid transparent;
    transition: background 120ms ease, border-color 120ms ease;
    white-space: nowrap;
    font-family: inherit;
}

.fm-btn:disabled[b-ruc8rhqpvd] {
    opacity: 0.55;
    cursor: not-allowed;
}

.fm-btn-primary[b-ruc8rhqpvd] {
    background: #1b6ec2;
    color: #fff;
    border-color: #1861ac;
}

.fm-btn-primary:hover:not(:disabled)[b-ruc8rhqpvd] {
    background: #1861ac;
}

.fm-btn-secondary[b-ruc8rhqpvd] {
    background: transparent;
    color: #495057;
    border-color: #ced4da;
}

.fm-btn-secondary:hover:not(:disabled)[b-ruc8rhqpvd] {
    background: rgba(15, 23, 42, 0.04);
    border-color: #adb5bd;
}

/* ===== Spinner ===== */
.fm-spinner[b-ruc8rhqpvd] {
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: fm-spin-b-ruc8rhqpvd 600ms linear infinite;
    flex-shrink: 0;
}

/* ===== Keyframes ===== */
@keyframes fm-backdrop-enter-b-ruc8rhqpvd {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes fm-backdrop-exit-b-ruc8rhqpvd {
    from { opacity: 1; }
    to   { opacity: 0; }
}

@keyframes fm-enter-b-ruc8rhqpvd {
    from {
        transform: translateX(-50%) translateY(-100%);
        opacity: 0.6;
    }
    to {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }
}

@keyframes fm-exit-b-ruc8rhqpvd {
    from {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }
    to {
        transform: translateX(-50%) translateY(-100%);
        opacity: 0;
    }
}

@keyframes fm-spin-b-ruc8rhqpvd {
    to { transform: rotate(360deg); }
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .fm-body--two-col[b-ruc8rhqpvd] { flex-direction: column; }
    .fm-col-right[b-ruc8rhqpvd] {
        border-left: none;
        border-top: 1px solid rgba(15, 23, 42, 0.08);
        padding-left: 0;
        padding-top: 1rem;
    }
    .fm-modal[b-ruc8rhqpvd] {
        width: calc(100vw - 24px);
    }
}

@media (max-width: 480px) {
    .fm-modal[b-ruc8rhqpvd] {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        transform: none;
        width: 100%;
        max-width: 100%;
        max-height: 90vh;
        border-radius: 8px 8px 0 0;
        animation: fm-enter-bottom-b-ruc8rhqpvd 300ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
    }
    .fm-backdrop.fm-closing .fm-modal[b-ruc8rhqpvd] {
        animation: fm-exit-bottom-b-ruc8rhqpvd 200ms ease-in forwards;
    }
}

@keyframes fm-enter-bottom-b-ruc8rhqpvd {
    from {
        transform: translateY(100%);
        opacity: 0.8;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fm-exit-bottom-b-ruc8rhqpvd {
    from {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(100%);
        opacity: 0;
    }
}
/* /Components/NotesActivityFilesPanel.razor.rz.scp.css */
.naf-panel[b-nui6qrph63] {
    margin-top: 1rem;
    border: 1px solid #dfe3e8;
    border-radius: 6px;
    background: #f6f7f9;
}

.naf-tabs[b-nui6qrph63] {
    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-nui6qrph63] {
    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-nui6qrph63] {
    color: #1b6ec2;
    border-bottom-color: #1b6ec2;
}

.naf-message[b-nui6qrph63] {
    margin: 0.75rem;
}

.naf-notes[b-nui6qrph63],
.naf-activity[b-nui6qrph63] {
    padding: 0.75rem;
}

.naf-composer-compact[b-nui6qrph63],
.naf-composer-readonly[b-nui6qrph63] {
    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-nui6qrph63],
.naf-composer-compact:focus-visible[b-nui6qrph63] {
    border-color: #b9c6d6;
    background: #fbfcfe;
}

.naf-composer-readonly[b-nui6qrph63] {
    cursor: default;
}

.naf-note-count[b-nui6qrph63] {
    margin-left: auto;
    white-space: nowrap;
    color: #667085;
    font-size: 0.85rem;
}

.naf-info[b-nui6qrph63],
.naf-editor-info[b-nui6qrph63] {
    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-nui6qrph63] {
    border: 1px solid #eadba2;
    border-radius: 6px;
    background: #fff5cf;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.08);
}

.naf-editor-toolbar[b-nui6qrph63] {
    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-nui6qrph63] {
    min-height: 2rem;
    border: 0;
    border-radius: 4px;
    background: transparent;
    color: #344054;
    font-weight: 600;
}

.naf-editor-toolbar > button:hover[b-nui6qrph63],
.naf-editor-toolbar > button:focus-visible[b-nui6qrph63] {
    background: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
}

.naf-editor-actions[b-nui6qrph63] {
    display: inline-flex;
    gap: 0.4rem;
    margin-left: auto;
}

.naf-editor[b-nui6qrph63] {
    min-height: 6rem;
    padding: 0.9rem 1rem;
    outline: none;
    background: #fff5cf;
}

.naf-editor:empty[b-nui6qrph63]::before {
    content: attr(data-placeholder);
    color: #667085;
}

.naf-section-header[b-nui6qrph63] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.25rem;
}

.naf-section-header button[b-nui6qrph63] {
    border: 0;
    background: transparent;
    color: #111827;
    font-size: 1.05rem;
    font-weight: 700;
}

.naf-notes-toolbar[b-nui6qrph63] {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.75rem;
}

.naf-history-header[b-nui6qrph63] {
    margin-top: 1.5rem;
}

.naf-history-tabs[b-nui6qrph63] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin: 0.75rem 0;
    font-size: 0.9rem;
    font-weight: 700;
}

.naf-history-tabs span[b-nui6qrph63] {
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
}

.naf-history-tabs .active[b-nui6qrph63] {
    color: #0d6efd;
    background: rgba(13, 110, 253, 0.1);
}

.naf-list[b-nui6qrph63],
.naf-timeline[b-nui6qrph63] {
    display: grid;
    gap: 0.75rem;
}

.naf-note-card[b-nui6qrph63],
.naf-activity-card[b-nui6qrph63] {
    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-nui6qrph63] {
    border-color: #e2c45c;
}

.naf-card-main[b-nui6qrph63] {
    min-width: 0;
}

.naf-card-meta[b-nui6qrph63] {
    margin-bottom: 0.45rem;
    color: #475467;
    font-size: 0.78rem;
}

.naf-note-body[b-nui6qrph63] {
    overflow-wrap: anywhere;
    color: #111827;
}

.naf-note-body.collapsed[b-nui6qrph63] {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.naf-note-actions[b-nui6qrph63] {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.4rem;
    flex-shrink: 0;
}

.naf-collapsed-body[b-nui6qrph63] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex: 1;
    min-width: 0;
}

.naf-note-type-icon[b-nui6qrph63] {
    flex-shrink: 0;
    color: #667085;
}

.naf-collapsed-content[b-nui6qrph63] {
    flex: 1;
    min-width: 0;
}

.naf-compact-preview[b-nui6qrph63] {
    font-size: 0.88rem;
    color: #344054;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.naf-icon-button[b-nui6qrph63] {
    min-height: 1.8rem;
    border: 0;
    border-radius: 4px;
    background: transparent;
    color: #344054;
    font-weight: 700;
}

.naf-icon-button:hover[b-nui6qrph63],
.naf-icon-button:focus-visible[b-nui6qrph63] {
    background: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
}

.naf-more[b-nui6qrph63] {
    position: relative;
}

.naf-more-menu[b-nui6qrph63] {
    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-nui6qrph63] {
    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-nui6qrph63],
.naf-more-menu button:focus-visible[b-nui6qrph63] {
    background: #f2f4f7;
}

.naf-more-menu button.danger[b-nui6qrph63] {
    color: #b42318;
}

.naf-empty[b-nui6qrph63] {
    padding: 1rem;
    border: 1px dashed #cfd6df;
    border-radius: 6px;
    color: #667085;
    background: #fff;
}

.naf-activity-card[b-nui6qrph63] {
    justify-content: flex-start;
    background: #fff;
    border-color: #dfe3e8;
}

.naf-activity-icon[b-nui6qrph63] {
    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-nui6qrph63] {
    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-nui6qrph63] {
    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-nui6qrph63] {
    margin: 0 0 0.5rem;
    font-size: 1.15rem;
}

.naf-modal-actions[b-nui6qrph63] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 1rem;
}

@media (max-width: 640px) {
    .naf-note-card[b-nui6qrph63] {
        display: block;
    }

    .naf-note-actions[b-nui6qrph63] {
        margin-top: 0.75rem;
    }

    .naf-editor-actions[b-nui6qrph63] {
        width: 100%;
        margin-left: 0;
        justify-content: flex-end;
    }
}
/* /Components/Pages/AdminCustomers.razor.rz.scp.css */
/* Tabs */
.cu-tabs[b-vmmeu04s85] {
    display: flex;
    gap: 0;
    border-bottom: 1px solid #e4e7ec;
    margin-bottom: 1rem;
}

.cu-tab[b-vmmeu04s85] {
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 0.4rem 1rem;
    font-size: 0.875rem;
    color: #667085;
    cursor: pointer;
    margin-bottom: -1px;
}

.cu-tab:hover[b-vmmeu04s85] {
    color: #344054;
}

.cu-tab-active[b-vmmeu04s85] {
    color: #101828;
    border-bottom-color: #344054;
    font-weight: 600;
}

/* Alphabetical filter */
.cu-alpha-bar[b-vmmeu04s85] {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    margin-bottom: 0.75rem;
}

.cu-alpha-btn[b-vmmeu04s85] {
    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;
}

.cu-alpha-btn:hover[b-vmmeu04s85] {
    background: #f2f4f7;
    color: #344054;
}

.cu-alpha-active[b-vmmeu04s85] {
    background: #f2f4f7;
    color: #101828;
    font-weight: 700;
}

/* Toolbar */
.cu-toolbar[b-vmmeu04s85] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.cu-result-count[b-vmmeu04s85] {
    font-size: 0.8rem;
    color: #667085;
}

.cu-view-label[b-vmmeu04s85] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    color: #667085;
    margin: 0;
}

.cu-page-size[b-vmmeu04s85] {
    width: auto;
    padding: 2px 6px;
    font-size: 0.8rem;
}
/* /Components/Pages/CustomersIndex.razor.rz.scp.css */
.cu-header[b-xf2gszrw0k] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.cu-header-copy[b-xf2gszrw0k] {
    min-width: 0;
}

.cu-title[b-xf2gszrw0k] {
    margin: 0;
}

.cu-description[b-xf2gszrw0k] {
    color: #667085;
    font-size: 0.875rem;
    margin: 0.25rem 0 0;
    max-width: 720px;
}

/* Recents */
.cu-recents-section[b-xf2gszrw0k] {
    margin-bottom: 1.25rem;
}

.cu-recents-toggle[b-xf2gszrw0k] {
    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;
}

.cu-recents-toggle:hover[b-xf2gszrw0k] {
    color: #101828;
}

.cu-recents-chevron[b-xf2gszrw0k] {
    font-size: 0.75rem;
    color: #667085;
}

.cu-recents-strip[b-xf2gszrw0k] {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
}

.cu-recent-tile[b-xf2gszrw0k] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    text-decoration: none;
    color: inherit;
    min-width: 72px;
    max-width: 80px;
}

.cu-tile-avatar[b-xf2gszrw0k] {
    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;
}

.cu-recent-tile:hover .cu-tile-avatar[b-xf2gszrw0k] {
    background: #d0d5dd;
}

.cu-tile-name[b-xf2gszrw0k] {
    font-size: 0.7rem;
    color: #667085;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

/* Tabs */
.cu-tabs[b-xf2gszrw0k] {
    display: flex;
    gap: 0;
    border-bottom: 1px solid #e4e7ec;
    margin-bottom: 1rem;
}

.cu-tab[b-xf2gszrw0k] {
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 0.4rem 1rem;
    font-size: 0.875rem;
    color: #667085;
    cursor: pointer;
    margin-bottom: -1px;
}

.cu-tab:hover[b-xf2gszrw0k] {
    color: #344054;
}

.cu-tab-active[b-xf2gszrw0k] {
    color: #101828;
    border-bottom-color: #344054;
    font-weight: 600;
}

/* Alphabetical filter */
.cu-alpha-bar[b-xf2gszrw0k] {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    margin-bottom: 0.75rem;
}

.cu-alpha-btn[b-xf2gszrw0k] {
    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;
}

.cu-alpha-btn:hover[b-xf2gszrw0k] {
    background: #f2f4f7;
    color: #344054;
}

.cu-alpha-active[b-xf2gszrw0k] {
    background: #f2f4f7;
    color: #101828;
    font-weight: 700;
}

/* Toolbar */
.cu-toolbar[b-xf2gszrw0k] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.cu-result-count[b-xf2gszrw0k] {
    font-size: 0.8rem;
    color: #667085;
}

.cu-view-label[b-xf2gszrw0k] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    color: #667085;
    margin: 0;
}

.cu-page-size[b-xf2gszrw0k] {
    width: auto;
    padding: 2px 6px;
    font-size: 0.8rem;
}

.cu-follower-list[b-xf2gszrw0k] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 1rem;
}

.cu-follower-badge[b-xf2gszrw0k] {
    align-items: center;
    display: inline-flex;
    gap: 0.15rem;
}

@media (max-width: 640px) {
    .cu-header[b-xf2gszrw0k] {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* /Components/ProfileDropdownMenu.razor.rz.scp.css */
.pdm-container[b-djck921xkn] {
    position: relative;
    display: inline-flex;
    align-items: center;
    overflow: visible;
}

.pdm-trigger[b-djck921xkn] {
    display: inline-flex;
    height: 44px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 280px;
    padding: 0 4px 0 10px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    cursor: pointer;
}

.pdm-trigger:hover[b-djck921xkn],
.pdm-trigger.open[b-djck921xkn] {
    background: #f1f5fb;
}

.pdm-trigger:focus-visible[b-djck921xkn] {
    outline: 2px solid #0d68c5;
    outline-offset: 2px;
}

.pdm-avatar[b-djck921xkn] {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border: 1px solid #d9e7fb;
    border-radius: 50%;
    color: #374151;
    background: #eef6ff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.pdm-identity[b-djck921xkn] {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.1;
    text-align: left;
}

.pdm-name[b-djck921xkn] {
    max-width: 180px;
    overflow: hidden;
    color: #21232c;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pdm-company[b-djck921xkn] {
    max-width: 180px;
    overflow: hidden;
    color: #65686f;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pdm-panel[b-djck921xkn] {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 1000;
    width: 276px;
    min-width: 260px;
    max-width: 320px;
    height: auto;
    max-height: min(60vh, calc(100vh - 80px));
    overflow-y: auto;
    overflow-x: hidden;
    padding: 8px 0;
    border: 0;
    border-radius: 4px;
    color: #21232c;
    background-color: #ffffff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.24),
        0 8px 10px 1px rgb(0 0 0 / 5%),
        0 3px 14px 2px rgb(0 0 0 / 6%),
        0 5px 5px -3px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    font-family: Inter, Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 450;
    line-height: 21px;
}

.menu-section[b-djck921xkn] {
    padding: 0;
}

.menu-section + .menu-section[b-djck921xkn] {
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px solid rgba(33, 35, 44, 0.12);
}

.menu-section-title[b-djck921xkn] {
    padding: 12px 24px 8px;
    color: #65686f;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0;
    text-transform: uppercase;
    cursor: default;
    user-select: none;
}

.menu-item-row[b-djck921xkn] {
    display: flex;
    width: 100%;
    height: 44px;
    align-items: center;
    padding: 1px 8px;
    box-sizing: border-box;
}

.pdm-panel[b-djck921xkn]  .menu-item-inner,
.pdm-panel[b-djck921xkn]  .menu-item-inner:link,
.pdm-panel[b-djck921xkn]  .menu-item-inner:visited,
.pdm-panel[b-djck921xkn]  .menu-item-inner:hover,
.pdm-panel[b-djck921xkn]  .menu-item-inner:active,
.pdm-panel[b-djck921xkn]  .menu-item-inner:focus,
.pdm-panel[b-djck921xkn]  .menu-item-inner:focus-visible,
.pdm-panel .menu-item-inner[b-djck921xkn] {
    display: flex;
    width: 100%;
    height: 42px;
    align-items: center;
    gap: 14px;
    padding: 9px 16px;
    border: 0;
    border-radius: 4px;
    color: #21232c;
    background: transparent;
    appearance: none;
    box-sizing: border-box;
    cursor: pointer;
    font-family: Inter, Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 450;
    line-height: 21px;
    margin: 0;
    text-align: left;
    text-decoration: none !important;
}

.pdm-panel[b-djck921xkn]  .menu-item-inner *,
.pdm-panel .menu-item-inner *[b-djck921xkn] {
    text-decoration: none !important;
}

.pdm-panel[b-djck921xkn]  .menu-item-inner:hover,
.pdm-panel[b-djck921xkn]  .menu-item-inner:focus-visible,
.pdm-panel .menu-item-inner:hover[b-djck921xkn],
.pdm-panel .menu-item-inner:focus-visible[b-djck921xkn] {
    color: inherit;
    background-color: rgb(33 35 44 / 5%);
    text-decoration: none !important;
}

.pdm-panel[b-djck921xkn]  .menu-item-inner:active,
.pdm-panel[b-djck921xkn]  .menu-item-inner.active,
.pdm-panel .menu-item-inner:active[b-djck921xkn],
.pdm-panel .menu-item-inner.active[b-djck921xkn] {
    color: inherit;
    background-color: rgb(33 35 44 / 8%);
    text-decoration: none !important;
}

.pdm-panel[b-djck921xkn]  .menu-item-inner:focus-visible,
.pdm-panel .menu-item-inner:focus-visible[b-djck921xkn] {
    outline: 2px solid #0d68c5;
    outline-offset: 1px;
}

.menu-item-icon[b-djck921xkn] {
    display: block;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    color: #65686f;
    background-color: currentColor;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 24px 24px;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 24px 24px;
}

.pdm-panel[b-djck921xkn]  .menu-item-inner:hover .menu-item-icon,
.pdm-panel[b-djck921xkn]  .menu-item-inner:focus-visible .menu-item-icon,
.pdm-panel[b-djck921xkn]  .menu-item-inner:active .menu-item-icon,
.pdm-panel[b-djck921xkn]  .menu-item-inner.active .menu-item-icon,
.pdm-panel .menu-item-inner:hover .menu-item-icon[b-djck921xkn],
.pdm-panel .menu-item-inner:focus-visible .menu-item-icon[b-djck921xkn],
.pdm-panel .menu-item-inner:active .menu-item-icon[b-djck921xkn],
.pdm-panel .menu-item-inner.active .menu-item-icon[b-djck921xkn] {
    color: #21232c;
}

.menu-item-label[b-djck921xkn] {
    min-width: 0;
    overflow: hidden;
    color: #21232c;
    font-size: 14px;
    font-weight: 450;
    line-height: 21px;
    text-decoration: none !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pdm-logout-form[b-djck921xkn] {
    width: 100%;
    margin: 0;
}

.menu-section-actions[b-djck921xkn] {
    padding-bottom: 0;
}

.menu-icon-profile[b-djck921xkn] {
    mask-image: url("/assets/icons/nav/profile.svg");
    -webkit-mask-image: url("/assets/icons/nav/profile.svg");
}

.menu-icon-password[b-djck921xkn] {
    mask-image: url("/assets/icons/nav/key.svg");
    -webkit-mask-image: url("/assets/icons/nav/key.svg");
}

.menu-icon-company-settings[b-djck921xkn] {
    mask-image: url("/assets/icons/nav/account-gear.svg");
    -webkit-mask-image: url("/assets/icons/nav/account-gear.svg");
}

.menu-icon-manage-users[b-djck921xkn] {
    mask-image: url("/assets/icons/nav/account-users.svg");
    -webkit-mask-image: url("/assets/icons/nav/account-users.svg");
}

.menu-icon-modules[b-djck921xkn] {
    mask-image: url("/assets/icons/nav/modules.svg");
    -webkit-mask-image: url("/assets/icons/nav/modules.svg");
}

.menu-icon-logout[b-djck921xkn] {
    mask-image: url("/assets/icons/nav/logout.svg");
    -webkit-mask-image: url("/assets/icons/nav/logout.svg");
}
/* /Components/ToggleSwitch.razor.rz.scp.css */
.toggle-switch[b-peq940pfdp] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
}

.toggle-switch--disabled[b-peq940pfdp] {
    cursor: not-allowed;
}

.toggle-switch--sm[b-peq940pfdp] {
    --ts-track-w: 24px;
    --ts-track-h: 12px;
    --ts-thumb-d: 8px;
    --ts-icon: 10px;
    --ts-icon-left: 3px;
}

.toggle-switch--md[b-peq940pfdp] {
    --ts-track-w: 32px;
    --ts-track-h: 16px;
    --ts-thumb-d: 12px;
    --ts-icon: 12px;
    --ts-icon-left: 4px;
}

.toggle-switch--lg[b-peq940pfdp] {
    --ts-track-w: 48px;
    --ts-track-h: 24px;
    --ts-thumb-d: 20px;
    --ts-icon: 16px;
    --ts-icon-left: 6px;
}

.toggle-switch__input[b-peq940pfdp] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.toggle-switch__track[b-peq940pfdp] {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    width: var(--ts-track-w);
    height: var(--ts-track-h);
    border-radius: 999px;
    background: #cacacd;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.toggle-switch__check[b-peq940pfdp] {
    position: absolute;
    top: 50%;
    left: var(--ts-icon-left);
    width: var(--ts-icon);
    height: var(--ts-icon);
    transform: translateY(-50%);
    color: #fff;
    opacity: 0;
    transition: opacity 150ms ease-in-out;
}

.toggle-switch__thumb[b-peq940pfdp] {
    position: absolute;
    top: 2px;
    left: 2px;
    width: var(--ts-thumb-d);
    height: var(--ts-thumb-d);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.toggle-switch__label[b-peq940pfdp] {
    font-size: 14px;
    color: #21232c;
}

/* Checked state */
.toggle-switch__input:checked ~ .toggle-switch__track[b-peq940pfdp] {
    background: #1b6ec2;
}

.toggle-switch__input:checked ~ .toggle-switch__track .toggle-switch__check[b-peq940pfdp] {
    opacity: 1;
}

.toggle-switch__input:checked ~ .toggle-switch__track .toggle-switch__thumb[b-peq940pfdp] {
    transform: translateX(calc(var(--ts-track-w) - var(--ts-thumb-d) - 4px));
}

/* Hover */
.toggle-switch:not(.toggle-switch--disabled):hover .toggle-switch__input:not(:checked) ~ .toggle-switch__track[b-peq940pfdp] {
    background: #95969a;
}

.toggle-switch:not(.toggle-switch--disabled):hover .toggle-switch__input:checked ~ .toggle-switch__track[b-peq940pfdp] {
    background: #175ea5;
}

/* Disabled */
.toggle-switch__input:disabled ~ .toggle-switch__track[b-peq940pfdp] {
    opacity: 0.6;
}

/* Focus ring */
.toggle-switch__input:focus-visible ~ .toggle-switch__track[b-peq940pfdp] {
    outline: 2px solid #0d68c5;
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    .toggle-switch__track[b-peq940pfdp],
    .toggle-switch__thumb[b-peq940pfdp],
    .toggle-switch__check[b-peq940pfdp] {
        transition: none;
    }
}
