@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* _content/WitherbyConnect/Pages/Offline.razor.rz.scp.css */
.offline-mode-page[b-5i8xeou3gd] {
    max-width: 40rem;
}

.offline-mode-page__lead[b-5i8xeou3gd] {
    margin-bottom: 1.25rem;
    font-size: 1.05rem;
}

.offline-mode-page__card[b-5i8xeou3gd] {
    padding: 1rem 1.15rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.65);
}

.offline-mode-page__card-title[b-5i8xeou3gd] {
    font-size: 1rem;
    margin-bottom: 0.65rem;
}

.offline-mode-page__steps[b-5i8xeou3gd] {
    margin: 0;
    padding-left: 1.25rem;
}

.offline-mode-page__steps li + li[b-5i8xeou3gd] {
    margin-top: 0.45rem;
}

.offline-mode-page__hint[b-5i8xeou3gd] {
    font-size: 0.9rem;
}
/* _content/WitherbyConnect/Pages/ParticularsPdfImport.razor.rz.scp.css */
/* Layout-only overrides; PDF overlay styles live in wwwroot/css/particulars-pdf-import.css */
/* _content/WitherbyConnect/Pages/PortEntryDocuments.razor.rz.scp.css */
/* Lock page to viewport — preview scrolls inside iframe only */
.vm-port-entry-page.content[b-ix9vv28tam] {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 3.75rem !important;
    padding-bottom: 0 !important;
    height: calc(100dvh - 3.75rem);
    max-height: calc(100dvh - 3.75rem);
    overflow: hidden;
    box-sizing: border-box;
}

.vm-port-entry-page.vc-legacy-workspace .vm-sp-body.sp-body[b-ix9vv28tam] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    width: 100%;
    max-width: min(1600px, 100%);
    margin-inline: auto;
    overflow: hidden;
}

.vm-port-entry-toolbar[b-ix9vv28tam] {
    flex-shrink: 0;
    margin-bottom: 0.625rem;
}

.vm-port-entry-page .vc-legacy-content.vm-port-entry-workspace[b-ix9vv28tam] {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    max-width: min(1600px, 100%);
    padding-bottom: 0;
    overflow: hidden;
}

.vm-port-entry-workspace[b-ix9vv28tam] {
    display: flex;
    align-items: stretch;
    gap: 0.875rem;
    min-height: 0;
}

.vm-port-entry-documents[b-ix9vv28tam] {
    flex: 0 0 15.5rem;
    width: 15.5rem;
    margin-bottom: 0;
    padding: 0.875rem 0.75rem;
    background: var(--sp-white, #ffffff);
    border: 1px solid var(--sp-steel-300, #b0bec5);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(27, 58, 75, 0.07);
    overflow-y: auto;
    min-height: 0;
}

.vm-port-entry-documents-heading[b-ix9vv28tam] {
    margin: 0 0 0.25rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--sp-navy-700, #1b3a4b);
}

.vm-port-entry-documents-intro[b-ix9vv28tam] {
    margin: 0 0 0.75rem;
    font-size: 0.75rem;
    color: var(--sp-gray-600, #757575);
    line-height: 1.4;
}

.vm-port-entry-document-list[b-ix9vv28tam] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.vm-port-entry-document-card[b-ix9vv28tam] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
    width: 100%;
    padding: 0.625rem 0.75rem;
    text-align: left;
    background: var(--sp-gray-50, #fafafa);
    border: 1px solid var(--sp-steel-300, #b0bec5);
    border-radius: 6px;
    cursor: pointer;
    transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}

.vm-port-entry-document-card:hover[b-ix9vv28tam] {
    border-color: var(--sp-navy-600, #274c63);
    background: var(--sp-white, #ffffff);
}

.vm-port-entry-document-card-selected[b-ix9vv28tam] {
    border-color: var(--sp-navy-700, #1b3a4b);
    background: var(--sp-white, #ffffff);
    box-shadow: 0 0 0 1px var(--sp-navy-700, #1b3a4b);
}

.vm-port-entry-document-title[b-ix9vv28tam] {
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--sp-navy-700, #1b3a4b);
    line-height: 1.25;
}

.vm-port-entry-document-desc[b-ix9vv28tam] {
    font-size: 0.6875rem;
    color: var(--sp-gray-600, #757575);
    line-height: 1.35;
}

.vm-port-entry-preview-panel[b-ix9vv28tam] {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    background: var(--sp-white, #ffffff);
    border: 1px solid var(--sp-steel-300, #b0bec5);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(27, 58, 75, 0.07);
    overflow: hidden;
}

.vm-port-entry-preview-panel-header[b-ix9vv28tam] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.625rem 0.875rem;
    background: linear-gradient(180deg, var(--sp-steel-100, #e8ecef) 0%, #dfe6ea 100%);
    border-bottom: 1px solid var(--sp-steel-300, #b0bec5);
    flex-shrink: 0;
}

.vm-port-entry-pdf-error[b-ix9vv28tam] {
    margin: 0;
    padding: 0.75rem 0.875rem;
    background: #fff5f5;
    border-bottom: 1px solid rgba(198, 40, 40, 0.35);
}

.vm-port-entry-pdf-error-title[b-ix9vv28tam] {
    margin: 0 0 0.35rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--sp-red-700, #b71c1c);
}

.vm-port-entry-pdf-error-text[b-ix9vv28tam] {
    margin: 0 0 0.35rem;
    font-size: 0.8125rem;
    color: var(--sp-gray-700, #616161);
    line-height: 1.45;
}

.vm-port-entry-pdf-error-link[b-ix9vv28tam] {
    margin: 0;
    font-size: 0.8125rem;
}

.vm-port-entry-pdf-error-link a[b-ix9vv28tam] {
    color: var(--sp-navy-600, #274c63);
    font-weight: 600;
}

.vm-port-entry-preview-actions[b-ix9vv28tam] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.vm-port-entry-preview-heading[b-ix9vv28tam] {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--sp-navy-700, #1b3a4b);
}

.vm-port-entry-preview-frame-wrap[b-ix9vv28tam] {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    background: linear-gradient(180deg, var(--sp-steel-100, #e8ecef) 0%, var(--sp-steel-200, #d1d9e0) 100%);
}

.vm-port-entry-preview-loading[b-ix9vv28tam] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 0.9375rem;
    color: var(--sp-gray-600, #757575);
    background: rgba(232, 236, 239, 0.85);
    pointer-events: none;
}

.vm-port-entry-preview-error[b-ix9vv28tam] {
    margin: 0;
    padding: 2rem 1.25rem;
    text-align: center;
    color: var(--sp-gray-700, #616161);
}

.vm-port-entry-preview-frame[b-ix9vv28tam] {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

@media (max-width: 900px) {
    .vm-port-entry-page.content[b-ix9vv28tam] {
        height: auto;
        max-height: none;
        overflow: visible;
    }

    .vm-port-entry-page.vc-legacy-workspace .vm-sp-body.sp-body[b-ix9vv28tam] {
        overflow: visible;
    }

    .vm-port-entry-page .vc-legacy-content.vm-port-entry-workspace[b-ix9vv28tam] {
        overflow: visible;
    }

    .vm-port-entry-workspace[b-ix9vv28tam] {
        flex-direction: column;
    }

    .vm-port-entry-documents[b-ix9vv28tam] {
        flex: none;
        width: 100%;
        max-height: none;
        overflow-y: visible;
    }

    .vm-port-entry-document-list[b-ix9vv28tam] {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(10.5rem, 1fr));
    }

    .vm-port-entry-preview-frame-wrap[b-ix9vv28tam] {
        min-height: min(70vh, 900px);
    }
}

@media (max-width: 763px) {
    .vm-port-entry-page.content[b-ix9vv28tam] {
        padding-top: 1.1rem !important;
        height: calc(100dvh - 1.5rem);
        max-height: calc(100dvh - 1.5rem);
        overflow: hidden;
    }
}
/* _content/WitherbyConnect/Pages/ShipParticulars.razor.rz.scp.css */
.sp-particulars-toolbar[b-w5zrtd03rh] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1rem;
    margin-bottom: 1rem;
    padding: 0.75rem 1rem;
    background: var(--sp-white, #fff);
    border: 1px solid var(--sp-steel-300, #b0bec5);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(27, 58, 75, 0.07);
}

.sp-particulars-nav-group[b-w5zrtd03rh] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

.sp-particulars-back[b-w5zrtd03rh],
.sp-particulars-next[b-w5zrtd03rh] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    text-decoration: none;
    color: var(--sp-gray-800, #424242);
}

.sp-particulars-back:hover[b-w5zrtd03rh],
.sp-particulars-next:hover[b-w5zrtd03rh] {
    color: var(--sp-navy-700, #1b3a4b);
}

.sp-particulars-next[b-w5zrtd03rh] {
    white-space: nowrap;
}

.sp-particulars-context[b-w5zrtd03rh] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 1rem;
    flex: 1;
    min-width: 0;
}

.sp-particulars-vessel-label[b-w5zrtd03rh] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-weight: 600;
    color: var(--sp-navy-700, #1b3a4b);
}

.sp-particulars-vessel-icon[b-w5zrtd03rh] {
    font-size: 1rem;
    color: var(--sp-navy-600, #274c63);
}

.sp-particulars-context-sep[b-w5zrtd03rh] {
    color: var(--sp-steel-300, #b0bec5);
    font-size: 0.875rem;
    user-select: none;
}

.sp-particulars-section-label[b-w5zrtd03rh],
.sp-particulars-report-label[b-w5zrtd03rh] {
    font-size: 0.875rem;
}

.sp-particulars-section-label[b-w5zrtd03rh] {
    font-weight: 600;
    color: var(--sp-navy-600, #274c63);
}

.sp-particulars-report-label[b-w5zrtd03rh] {
    font-weight: 400;
    color: var(--sp-gray-600, #757575);
}

.sp-particulars-message[b-w5zrtd03rh] {
    margin: 1rem 0;
    padding: 1rem 1.25rem;
    font-size: 0.9375rem;
    color: var(--sp-gray-700, #616161);
    background: var(--sp-steel-100, #e8ecef);
    border-radius: 8px;
    border: 1px solid var(--sp-steel-300, #b0bec5);
}

/* Allow full-height scroll within the main content area */
.content:not(.vc-legacy-workspace) .sp-body[b-w5zrtd03rh] {
    max-height: none;
    overflow: visible;
    max-width: none;
}
/* _content/WitherbyConnect/Pages/ShipParticularsAdmin.razor.rz.scp.css */
.admin-header[b-sxpo3z8cvl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.admin-title[b-sxpo3z8cvl] {
    margin: 0;
}

.admin-status-card[b-sxpo3z8cvl] {
    margin-top: 1rem;
}

.admin-status-body[b-sxpo3z8cvl] {
    font-size: 0.9rem;
}

.admin-page[b-sxpo3z8cvl] {
    margin-top: 1.5rem;
}

.admin-grid[b-sxpo3z8cvl] {
    display: grid;
    gap: 1.5rem;
    align-items: start;
}

.admin-grid-forms[b-sxpo3z8cvl] {
    grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
}

.admin-grid-options[b-sxpo3z8cvl] {
    grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
}

.admin-sidebar[b-sxpo3z8cvl],
.admin-main-card[b-sxpo3z8cvl] {
    min-width: 0;
}

.admin-stack[b-sxpo3z8cvl],
.admin-editor-shell[b-sxpo3z8cvl],
.admin-field-list[b-sxpo3z8cvl],
.admin-option-value-list[b-sxpo3z8cvl],
.admin-section-grid[b-sxpo3z8cvl] {
    display: grid;
    gap: 1rem;
}

.admin-card[b-sxpo3z8cvl],
.admin-inner-card[b-sxpo3z8cvl] {
    background: var(--sp-gray-50);
}

.admin-section[b-sxpo3z8cvl] {
    display: grid;
    gap: 1rem;
}

.admin-selector-list[b-sxpo3z8cvl] {
    display: grid;
    gap: 0.5rem;
}

.admin-selector-button[b-sxpo3z8cvl] {
    width: 100%;
    text-align: left;
}

.admin-meta-grid[b-sxpo3z8cvl],
.admin-form-grid[b-sxpo3z8cvl] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem 1.25rem;
    align-items: start;
}

.admin-editor-row[b-sxpo3z8cvl] {
    display: grid;
    gap: 0.35rem;
    min-width: 0;
}

.admin-row-wide[b-sxpo3z8cvl] {
    grid-column: 1 / -1;
}

.admin-label[b-sxpo3z8cvl] {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--sp-gray-600);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.admin-input[b-sxpo3z8cvl] {
    width: 100%;
    max-width: none;
}

.admin-static-value[b-sxpo3z8cvl] {
    min-height: 38px;
    display: flex;
    align-items: center;
    padding: 0.45rem 0.75rem;
    background: linear-gradient(180deg, #f7f9fb, #edf2f6);
    border: 1px solid var(--sp-steel-300);
    border-radius: 4px;
    color: var(--sp-gray-700);
    font-size: 0.9375rem;
    box-sizing: border-box;
}

.admin-static-muted[b-sxpo3z8cvl] {
    color: var(--sp-gray-500);
}

.admin-checkbox-row[b-sxpo3z8cvl] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    min-height: 38px;
    padding-top: 1.3rem;
}

.admin-checkbox-row .admin-label[b-sxpo3z8cvl] {
    margin: 0;
}

.admin-actions[b-sxpo3z8cvl] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.admin-field-item[b-sxpo3z8cvl] {
    border: 1px solid var(--sp-steel-200);
    border-radius: 8px;
    background: var(--sp-white);
    padding: 1rem;
}

.admin-field-item-header[b-sxpo3z8cvl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid var(--sp-steel-200);
}

.admin-field-index[b-sxpo3z8cvl] {
    width: 2.1rem;
    height: 2.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--sp-navy-700);
    color: var(--sp-white);
    font-weight: 700;
    font-size: 1rem;
    flex-shrink: 0;
}

.admin-option-tabs[b-sxpo3z8cvl] {
    margin-bottom: 1rem;
}

.admin-inline-note[b-sxpo3z8cvl] {
    font-size: 0.84rem;
    color: var(--sp-gray-600);
}

.admin-option-new-row[b-sxpo3z8cvl] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: end;
}

.admin-option-value-row[b-sxpo3z8cvl] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: end;
    padding-top: 1rem;
    border-top: 1px solid var(--sp-steel-200);
}

.admin-option-value-row:first-child[b-sxpo3z8cvl] {
    padding-top: 0;
    border-top: none;
}

.admin-empty[b-sxpo3z8cvl] {
    margin: 0;
    color: var(--sp-gray-600);
}

button.sp-btn:disabled[b-sxpo3z8cvl] {
    opacity: 0.45;
    cursor: default;
}

@media (max-width: 1100px) {
    .admin-grid-forms[b-sxpo3z8cvl],
    .admin-grid-options[b-sxpo3z8cvl] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .admin-header[b-sxpo3z8cvl],
    .admin-field-item-header[b-sxpo3z8cvl],
    .admin-option-new-row[b-sxpo3z8cvl],
    .admin-option-value-row[b-sxpo3z8cvl] {
        display: grid;
        grid-template-columns: 1fr;
    }

    .admin-checkbox-row[b-sxpo3z8cvl] {
        padding-top: 0.25rem;
    }
}
/* _content/WitherbyConnect/Pages/ShipParticularsPages/CertificatePreview.razor.rz.scp.css */
/* A4 page simulation: 210mm x 297mm */
.cert-preview[b-azvbkjnmgx] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 24px;
    background: var(--sp-steel-200, #d1d9e0);
}

.cert-page[b-azvbkjnmgx] {
    width: 210mm;
    min-height: 297mm;
    padding: 15mm 20mm;
    background: var(--sp-white, #ffffff);
    box-shadow: 0 2px 10px rgba(27, 58, 75, 0.12);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.cert-page-header[b-azvbkjnmgx] {
    text-align: center;
    border-bottom: 2px solid var(--sp-navy-700, #1b3a4b);
    padding-bottom: 8px;
    margin-bottom: 12px;
}

.cert-page-header h1[b-azvbkjnmgx] {
    margin: 0 0 4px;
    font-size: 18pt;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--sp-navy-700, #1b3a4b);
}

.cert-meta[b-azvbkjnmgx] {
    display: flex;
    justify-content: space-between;
    font-size: 10pt;
    color: var(--sp-gray-600, #757575);
}

.cert-vessel[b-azvbkjnmgx] {
    font-weight: 600;
    color: var(--sp-navy-700, #1b3a4b);
}

.cert-page-body[b-azvbkjnmgx] {
    flex: 1;
}

.cert-row[b-azvbkjnmgx] {
    margin-bottom: 12px;
}

.cert-row-pair[b-azvbkjnmgx] {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.cert-table[b-azvbkjnmgx] {
    border-collapse: collapse;
    margin-bottom: 0;
    font-size: 9pt;
    width: var(--cert-table-width, 100%);
    max-width: 100%;
}

.cert-row:not(.cert-row-pair) .cert-table[b-azvbkjnmgx] {
    width: var(--cert-table-width, 100%);
}

.cert-row-pair .cert-table[b-azvbkjnmgx] {
    flex: 0 1 var(--cert-table-width, 50%);
    min-width: 0;
}

.cert-table thead th[b-azvbkjnmgx] {
    background: var(--sp-navy-700, #1b3a4b);
    color: var(--sp-white, #ffffff);
    text-align: left;
    padding: 4px 8px;
    font-size: 10pt;
    font-weight: 600;
}

.cert-table tbody td[b-azvbkjnmgx] {
    border-bottom: 1px solid var(--sp-steel-300, #b0bec5);
    padding: 3px 8px;
    vertical-align: top;
    white-space: nowrap;
}

.cert-label[b-azvbkjnmgx] {
    font-weight: 500;
    color: var(--sp-gray-800, #424242);
}

.cert-value[b-azvbkjnmgx] {
    color: var(--sp-gray-900, #212121);
}

.cert-page-footer[b-azvbkjnmgx] {
    text-align: center;
    font-size: 8pt;
    color: var(--sp-gray-500, #9e9e9e);
    padding-top: 8px;
    border-top: 1px solid var(--sp-steel-300, #b0bec5);
    margin-top: auto;
}

@media print {
    .cert-preview[b-azvbkjnmgx] {
        background: none;
        padding: 0;
        gap: 0;
    }

    .cert-page[b-azvbkjnmgx] {
        box-shadow: none;
        page-break-after: always;
        min-height: auto;
        padding: 10mm 15mm;
    }

    .cert-page:last-child[b-azvbkjnmgx] {
        page-break-after: avoid;
    }
}
/* _content/WitherbyConnect/Shared/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/
/* _content/WitherbyConnect/Shared/NavMenu.razor.rz.scp.css */
/* Match production sidebar nav rows (https://www.witherbyconnect.com/) */
.nav-menu-root[b-yaehb107nw] {
    --sidebar-nav-font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    align-self: stretch;
    font-family: var(--sidebar-nav-font-family);
}

.nav-menu-body[b-yaehb107nw] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

.nav-menu-links[b-yaehb107nw] {
    display: flex;
    flex: 1 1 auto;
    flex-direction: row;
    align-items: stretch;
    min-height: 0;
    overflow: hidden;
}

.nav-menu-links__content[b-yaehb107nw] {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
}

.nav-menu-home[b-yaehb107nw] {
    margin: 0;
    flex-shrink: 0;
}

.nav-menu-home .nav-item[b-yaehb107nw] {
    padding-bottom: 0;
}

/* Production: .nav-item a — 3rem rows, icon + label */
.nav-menu-root[b-yaehb107nw]  .sidebar-nav-link,
.nav-menu-root[b-yaehb107nw]  .sidebar-nav-section__body .nav-link,
.nav-menu-root[b-yaehb107nw]  .sidebar-nav-section__body .nav-link.folder,
.nav-menu-root[b-yaehb107nw]  .sidebar-nav-section__toggle {
    font-family: var(--sidebar-nav-font-family);
    font-size: 0.9rem;
    font-weight: 400;
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    min-height: 3rem;
    display: flex;
    align-items: center;
    line-height: 1.25;
}

.nav-menu-root[b-yaehb107nw]  .sidebar-nav-link.active {
    background-color: rgba(255, 255, 255, 0.25);
    color: #fff;
}

.nav-menu-root[b-yaehb107nw]  .sidebar-nav-link:hover,
.nav-menu-root[b-yaehb107nw]  .sidebar-nav-section__toggle:hover,
.nav-menu-root[b-yaehb107nw]  .sidebar-nav-section__toggle:focus-visible {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.nav-menu-root[b-yaehb107nw]  .sidebar-nav-link--disabled {
    color: #808080 !important;
}

.nav-menu-root[b-yaehb107nw]  .folder-nav-item .nav-link.folder,
.nav-menu-root[b-yaehb107nw]  .searchingnav-item .nav-link.folder {
    height: auto;
    min-height: 2rem;
    font-size: 0.9rem;
}

.library-nav-links[b-yaehb107nw] {
    margin: 0;
}

.library-folder-tree[b-yaehb107nw] {
    margin-top: 0;
}

.folder-expand-toggle[b-yaehb107nw] {
    cursor: pointer;
    display: inline-block;
}
/* _content/WitherbyConnect/Shared/SidebarNavExpandIndicator.razor.rz.scp.css */
.sidebar-nav-expand-indicator[b-fe0uiidvz9] {

    flex-shrink: 0;

    opacity: 0.75;

    color: rgba(255, 255, 255, 0.85);

    display: inline-block;

    vertical-align: middle;

}



.sidebar-nav-expand-indicator--chevron[b-fe0uiidvz9] {

    font-size: 0.65rem;

    width: 0.8rem;

}



.sidebar-nav-expand-indicator--caret[b-fe0uiidvz9] {

    width: 0;

    height: 0;

    margin-top: 0.1rem;

    border-top: 0.28rem solid transparent;

    border-bottom: 0.28rem solid transparent;

    border-left: 0.34rem solid currentColor;

    opacity: 0.8;

}



.sidebar-nav-expand-indicator--caret.is-expanded[b-fe0uiidvz9] {

    margin-top: 0.15rem;

    border-left: 0.28rem solid transparent;

    border-right: 0.28rem solid transparent;

    border-top: 0.34rem solid currentColor;

    border-bottom: 0;

}



.sidebar-nav-expand-indicator--plus[b-fe0uiidvz9] {

    font-size: 0.65rem;

    width: 0.75rem;

    opacity: 0.65;

}



.sidebar-nav-expand-indicator--spacer[b-fe0uiidvz9] {

    width: 0.75rem;

    opacity: 0;

}

/* _content/WitherbyConnect/Shared/SidebarNavScrollRail.razor.rz.scp.css */
.sidebar-nav-scroll-rail[b-qs05jjml1j] {
    position: relative;
    flex: 0 0 0.55rem;
    margin: 0 0.2rem 0 0;
    align-self: stretch;
}

.sidebar-nav-scroll-rail__track[b-qs05jjml1j] {
    position: absolute;
    inset: 0;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.08);
}

.sidebar-nav-scroll-rail__thumb[b-qs05jjml1j] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    min-height: 2rem;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.38);
    cursor: grab;
    touch-action: none;
    pointer-events: auto;
}

.sidebar-nav-scroll-rail__thumb:active[b-qs05jjml1j] {
    cursor: grabbing;
}

.sidebar-nav-scroll-rail--inactive .sidebar-nav-scroll-rail__track[b-qs05jjml1j],
.sidebar-nav-scroll-rail--inactive .sidebar-nav-scroll-rail__thumb[b-qs05jjml1j] {
    opacity: 0;
    pointer-events: none;
}
/* _content/WitherbyConnect/Shared/SidebarNavSection.razor.rz.scp.css */
/* Production-style section headers — same row chrome as top-level nav links on witherbyconnect.com */



.sidebar-nav-section-header[b-idlgxwtu65] {

    padding-bottom: 0 !important;

}



.sidebar-nav-section__toggle[b-idlgxwtu65] {

    display: flex;

    align-items: center;

    width: 100%;

    margin: 0;

    padding: 0;

    border: 0;

    background: transparent;

    color: #d7d7d7;

    font-family: inherit;

    font-size: inherit;

    font-weight: 400;

    line-height: inherit;

    text-align: left;

    cursor: pointer;

    border-radius: 4px;

}



.sidebar-nav-section__toggle:hover[b-idlgxwtu65],

.sidebar-nav-section__toggle:focus-visible[b-idlgxwtu65] {

    background-color: rgba(255, 255, 255, 0.1);

    color: #fff;

    outline: none;

}



.sidebar-nav-section__title[b-idlgxwtu65] {

    flex: 1 1 auto;

    min-width: 0;

}



.sidebar-nav-section__indicator[b-idlgxwtu65] {

    flex-shrink: 0;

    margin-right: 0.35rem;

    opacity: 0.75;

}



.sidebar-nav-section__body[b-idlgxwtu65] {

    padding-bottom: 0.15rem;

}



/* Line accent — left bar on the open section header only (debug preview). */

.sidebar-nav-section--line-accent .sidebar-nav-section__toggle[b-idlgxwtu65] {

    border-left: 3px solid transparent;

    padding-left: 0.55rem;

    margin-left: 0.15rem;

}



.sidebar-nav-section--line-accent.sidebar-nav-section--open .sidebar-nav-section__toggle[b-idlgxwtu65] {

    border-left-color: rgba(255, 255, 255, 0.55);

}

/* _content/WitherbyConnect/Shared/SidebarNavSections.razor.rz.scp.css */
/* Owns the sidebar section list — sink/scroll rules must live here (not SidebarNavSection scoped CSS). */

.sidebar-nav-sections[b-ciqc65zeti] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

.sidebar-nav-sections[b-ciqc65zeti]  .sidebar-nav-section--open {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.sidebar-nav-sections[b-ciqc65zeti]  .sidebar-nav-section--open .sidebar-nav-section__body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.sidebar-nav-sections[b-ciqc65zeti]  .sidebar-nav-section--open .sidebar-nav-section__body::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.sidebar-nav-sections[b-ciqc65zeti]  .sidebar-nav-section:not(.sidebar-nav-section--open) {
    flex-shrink: 0;
}

/* Closed headers pin to the bottom; open section fills the middle. */
.sidebar-nav-sections--sink-collapsed[b-ciqc65zeti] {
    overflow: hidden;
}

.sidebar-nav-sections--sink-collapsed[b-ciqc65zeti]  .sidebar-nav-section--open {
    order: 0;
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.sidebar-nav-sections--sink-collapsed[b-ciqc65zeti]  .sidebar-nav-section--open .sidebar-nav-section__toggle {
    flex-shrink: 0;
}

.sidebar-nav-sections--sink-collapsed[b-ciqc65zeti]  .sidebar-nav-section--open .sidebar-nav-section__body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.sidebar-nav-sections--sink-collapsed[b-ciqc65zeti]  .sidebar-nav-section--open .sidebar-nav-section__body::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.sidebar-nav-sections--sink-collapsed[b-ciqc65zeti]  .sidebar-nav-section:not(.sidebar-nav-section--open) {
    order: 1;
    flex-shrink: 0;
}

.sidebar-nav-sections--sink-collapsed[b-ciqc65zeti]  .sidebar-nav-section:not(.sidebar-nav-section--open) .sidebar-nav-section__toggle {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* All sections collapsed: grow spacer above so closed headers sit at the bottom. */
.sidebar-nav-sections--sink-collapsed:not(:has(.sidebar-nav-section--open))[b-ciqc65zeti]::before {
    content: "";
    order: 0;
    flex: 1 1 auto;
    min-height: 0;
    pointer-events: none;
}

.sidebar-nav-sections--sink-collapsed:not(:has(.sidebar-nav-section--open))[b-ciqc65zeti]  .sidebar-nav-section {
    order: 1;
    flex-shrink: 0;
}

/* Library Content pinned below Home — collapses with strict accordion but does not sink. */
.sidebar-nav-sections--sticky-library[b-ciqc65zeti]  .sidebar-nav-section--library {
    order: 0;
    flex-shrink: 0;
}

.sidebar-nav-sections--sticky-library[b-ciqc65zeti]  .sidebar-nav-section--library.sidebar-nav-section--open {
    flex: 1 1 auto;
    min-height: 0;
}

.sidebar-nav-sections--sticky-library.sidebar-nav-sections--sink-collapsed[b-ciqc65zeti]  .sidebar-nav-section--open:not(.sidebar-nav-section--library) {
    order: 1;
    flex: 1 1 auto;
    min-height: 0;
}

.sidebar-nav-sections--sticky-library.sidebar-nav-sections--sink-collapsed[b-ciqc65zeti]  .sidebar-nav-section:not(.sidebar-nav-section--open):not(.sidebar-nav-section--library) {
    order: 2;
    flex-shrink: 0;
}

.sidebar-nav-sections--sticky-library.sidebar-nav-sections--sink-collapsed:not(:has(.sidebar-nav-section--open))[b-ciqc65zeti]::before {
    order: 1;
}

.sidebar-nav-sections--sticky-library.sidebar-nav-sections--sink-collapsed:not(:has(.sidebar-nav-section--open))[b-ciqc65zeti]  .sidebar-nav-section--library {
    order: 0;
}

.sidebar-nav-sections--sticky-library.sidebar-nav-sections--sink-collapsed:not(:has(.sidebar-nav-section--open))[b-ciqc65zeti]  .sidebar-nav-section:not(.sidebar-nav-section--library) {
    order: 2;
}
/* _content/WitherbyConnect/Shared/SidebarResizeHandle.razor.rz.scp.css */
.sidebar-resize-handle[b-4x67otrs73] {
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: ew-resize;
    z-index: 5;
    touch-action: none;
}

.sidebar-resize-handle[b-4x67otrs73]::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2px;
    width: 2px;
    background: rgba(255, 255, 255, 0.12);
    transition: background 0.15s ease;
}

.sidebar-resize-handle:hover[b-4x67otrs73]::after,
.sidebar-resize-handle:focus-visible[b-4x67otrs73]::after,
:global(body.sidebar--resizing) .sidebar-resize-handle[b-4x67otrs73]::after {
    background: rgba(255, 255, 255, 0.45);
}

@media (max-width: 763px) {
    .sidebar-resize-handle[b-4x67otrs73] {
        display: none;
    }
}
/* _content/WitherbyConnect/Shared/SortableList.razor.rz.scp.css */
/* 
  you need the ::deep identifier if you are using scoped styles like this
  because scoped styles are only applied to markup in the component, not
  to the markup inside the render fragment.
*/

[b-uk4mnxcxxo] .sortable-ghost {
  /*visibility: hidden;*/
  background-color:red;
}

[b-uk4mnxcxxo] .sortable-fallback {
  opacity: 1 !important
}

[b-uk4mnxcxxo] .sortable-chosen {
    /*visibility: hidden;*/
    background-color: yellow;
}
