/* _content/flowdent.WebAssembly/Components/Layout/AdminLayout.razor.rz.scp.css */
/* Admin Layout Styles - Combined Sidebar and Main Content */

/*
 * NOTE: CSS variables are defined here for reference, but since this is Blazor scoped CSS,
 * :root variables don't work (Blazor adds scope attributes that break :root).
 * We use hardcoded values throughout. Reference values:
 * - Sidebar width: 260px
 * - Sidebar collapsed width: 72px
 * - Header height: 64px
 */

/* Main Wrapper - uses flexbox for sidebar + content layout */
.admin-wrapper[b-53xgil7t5s] {
    display: flex;
    min-height: 100vh;
    background-color: #f8fafc;
    position: relative;
}

/* Loading State */
.admin-loading[b-53xgil7t5s] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
}

.loading-content[b-53xgil7t5s] {
    text-align: center;
    color: #374151;
}

.loading-content p[b-53xgil7t5s] {
    color: #6b7280;
    font-size: 0.875rem;
}

/* ==========================================
   MOBILE OVERLAY
   ========================================== */
.mobile-overlay[b-53xgil7t5s] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(4px);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.mobile-overlay.active[b-53xgil7t5s] {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* ==========================================
   SIDEBAR STYLES
   ========================================== */
.admin-sidebar[b-53xgil7t5s] {
    position: fixed;
    left: 0;
    top: 0;
    width: 260px;
    height: 100vh;
    background: #ffffff;
    border-right: 1px solid #e5e7eb;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    z-index: 1050;
    transition: width 0.2s ease-out, transform 0.2s ease-out, box-shadow 0.2s ease-out;
    overflow-x: hidden;
    overflow-y: auto;
}

/* Collapsed state - Desktop only */
.admin-sidebar.collapsed[b-53xgil7t5s] {
    width: 72px;
}

.admin-sidebar.collapsed .brand-text[b-53xgil7t5s],
.admin-sidebar.collapsed .nav-text[b-53xgil7t5s],
.admin-sidebar.collapsed .nav-section-title[b-53xgil7t5s] {
    opacity: 0;
    visibility: hidden;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: opacity 0.15s ease, visibility 0.15s ease, width 0.15s ease;
}

.admin-sidebar.collapsed .sidebar-header[b-53xgil7t5s] {
    justify-content: center;
    padding: 1rem 0.75rem;
}

.admin-sidebar.collapsed .sidebar-brand[b-53xgil7t5s] {
    justify-content: center;
}

.admin-sidebar.collapsed .sidebar-toggle[b-53xgil7t5s] {
    position: static;
    margin-top: 0.5rem;
}

.admin-sidebar.collapsed .nav-link[b-53xgil7t5s] {
    justify-content: center;
    padding: 0.75rem;
}

.admin-sidebar.collapsed .nav-link i[b-53xgil7t5s] {
    margin: 0;
}

.admin-sidebar.collapsed .nav-link[b-53xgil7t5s]::before {
    display: none;
}

.admin-sidebar.collapsed .nav-section[b-53xgil7t5s] {
    padding: 0.75rem 0.5rem 0.25rem;
    height: 8px;
}

.admin-sidebar.collapsed .nav-section-title[b-53xgil7t5s] {
    display: none;
}

.admin-sidebar.collapsed .back-to-site[b-53xgil7t5s] {
    justify-content: center;
    padding: 0.75rem;
}

.admin-sidebar.collapsed .back-to-site i[b-53xgil7t5s] {
    margin: 0;
}

/* Sidebar Header */
.sidebar-header[b-53xgil7t5s] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1rem 1rem;
    border-bottom: 1px solid #e5e7eb;
    min-height: 64px;
    flex-shrink: 0;
    background: #ffffff;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.sidebar-brand[b-53xgil7t5s] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #1e293b;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.125rem;
    overflow: hidden;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar-brand:hover[b-53xgil7t5s] {
    color: #3b82f6;
    text-decoration: none;
}

.sidebar-brand i[b-53xgil7t5s] {
    font-size: 1.5rem;
    color: #3b82f6;
    flex-shrink: 0;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar-brand:hover i[b-53xgil7t5s] {
    transform: scale(1.1);
}

.brand-text[b-53xgil7t5s] {
    white-space: nowrap;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sidebar-toggle[b-53xgil7t5s] {
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    color: #6b7280;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
    flex-shrink: 0;
}

.sidebar-toggle:hover[b-53xgil7t5s] {
    background: #e5e7eb;
    border-color: #d1d5db;
    color: #374151;
}

.sidebar-toggle:active[b-53xgil7t5s] {
    transform: scale(0.95);
}

/* Mobile close button */
.sidebar-close[b-53xgil7t5s] {
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    color: #64748b;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
}

.sidebar-close:hover[b-53xgil7t5s] {
    background: #fef2f2;
    border-color: #fecaca;
    color: #dc2626;
}

/* Desktop/mobile visibility helpers */
.desktop-only[b-53xgil7t5s] {
    display: flex;
}

.mobile-only[b-53xgil7t5s] {
    display: none;
}

/* Sidebar Navigation */
.sidebar-nav[b-53xgil7t5s] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0.5rem 0;
}

.nav-list[b-53xgil7t5s] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-section[b-53xgil7t5s] {
    padding: 1.5rem 1rem 0.5rem;
    transition: padding 0.15s ease, height 0.15s ease;
}

.nav-section:first-child[b-53xgil7t5s] {
    padding-top: 0.75rem;
}

.nav-section-title[b-53xgil7t5s] {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #9ca3af;
    text-transform: uppercase;
    white-space: nowrap;
    transition: opacity 0.15s ease, visibility 0.15s ease, width 0.15s ease;
    overflow: hidden;
    padding-left: 0.5rem;
}

.nav-item[b-53xgil7t5s] {
    margin: 0.125rem 0.5rem;
}

[b-53xgil7t5s] .nav-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    color: #6b7280;
    text-decoration: none;
    border-radius: 0.5rem;
    transition: background-color 0.15s ease, color 0.15s ease;
    font-size: 0.875rem;
    font-weight: 500;
    overflow: hidden;
    position: relative;
    border: none;
    background: transparent;
}

[b-53xgil7t5s] .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scaleY(0);
    width: 3px;
    height: 70%;
    background: #3b82f6;
    border-radius: 0 3px 3px 0;
    transition: transform 0.15s ease;
}

[b-53xgil7t5s] .nav-link:hover {
    background: #f8f9fa;
    color: #374151;
    text-decoration: none;
}

[b-53xgil7t5s] .nav-link:hover i {
    color: #6b7280;
}

[b-53xgil7t5s] .nav-link.active {
    background: #e0f2fe;
    color: #0369a1;
}

[b-53xgil7t5s] .nav-link.active::before {
    transform: translateY(-50%) scaleY(1);
}

[b-53xgil7t5s] .nav-link.active i {
    color: #0284c7;
}

[b-53xgil7t5s] .nav-link i {
    width: 1.25rem;
    font-size: 1rem;
    text-align: center;
    flex-shrink: 0;
    color: #9ca3af;
    transition: color 0.15s ease;
}

.nav-text[b-53xgil7t5s] {
    white-space: nowrap;
    transition: opacity 0.15s ease, visibility 0.15s ease, width 0.15s ease;
    overflow: hidden;
}

/* Sidebar Footer */
.sidebar-footer[b-53xgil7t5s] {
    padding: 0.75rem 0.5rem 1rem;
    border-top: 1px solid #e5e7eb;
    flex-shrink: 0;
    background: #ffffff;
}

.back-to-site[b-53xgil7t5s] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    color: #6b7280;
    text-decoration: none;
    border-radius: 0.5rem;
    transition: background-color 0.15s ease, color 0.15s ease;
    font-size: 0.875rem;
    font-weight: 500;
    overflow: hidden;
    border: none;
    background: transparent;
}

.back-to-site:hover[b-53xgil7t5s] {
    background: #f8f9fa;
    color: #374151;
    text-decoration: none;
}

.back-to-site:hover i[b-53xgil7t5s] {
    color: #6b7280;
}

.back-to-site i[b-53xgil7t5s] {
    color: #9ca3af;
    transition: color 0.15s ease;
}

/* ==========================================
   MAIN CONTENT AREA
   ========================================== */
.admin-main[b-53xgil7t5s] {
    flex: 1;
    margin-left: 260px;
    min-height: 100vh;
    min-width: 0;
    display: flex;
    flex-direction: column;
    transition: margin-left 0.2s ease-out;
}

/* When sidebar is collapsed, main content expands */
.admin-main.expanded[b-53xgil7t5s] {
    margin-left: 72px;
}

/* Header Styles */
.admin-header[b-53xgil7t5s] {
    position: sticky;
    top: 0;
    background: #ffffff;
    height: 64px;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    z-index: 100;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    flex-shrink: 0;
}

.header-left[b-53xgil7t5s] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.mobile-menu-toggle[b-53xgil7t5s] {
    display: none;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    font-size: 1.125rem;
    color: #64748b;
    cursor: pointer;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu-toggle:hover[b-53xgil7t5s] {
    background: #3b82f6;
    border-color: #3b82f6;
    color: #fff;
}

.page-title[b-53xgil7t5s] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
    letter-spacing: -0.01em;
}

.header-right[b-53xgil7t5s] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header-user[b-53xgil7t5s] {
    display: flex;
    align-items: center;
    gap: 0.875rem;
}

.user-info[b-53xgil7t5s] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.user-name[b-53xgil7t5s] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1e293b;
}

.user-role[b-53xgil7t5s] {
    font-size: 0.75rem;
    color: #64748b;
}

.user-avatar[b-53xgil7t5s] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    border: none;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.125rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.user-avatar:hover[b-53xgil7t5s] {
    transform: scale(1.05);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.user-avatar[b-53xgil7t5s]::after {
    display: none;
}

/* Content Area */
.admin-content[b-53xgil7t5s] {
    flex: 1;
    padding: 1.5rem;
    overflow-x: auto;
}

/* ==========================================
   DROPDOWN MENU STYLES
   ========================================== */
.dropdown[b-53xgil7t5s] {
    position: relative;
}

.dropdown-menu[b-53xgil7t5s] {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 0.5rem;
    min-width: 200px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 0.5rem;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.15s ease;
    z-index: 1100;
    list-style: none;
}

.dropdown-menu.show[b-53xgil7t5s] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-item[b-53xgil7t5s] {
    display: block;
    width: 100%;
    border-radius: 8px;
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
    color: #374151;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.dropdown-item:hover[b-53xgil7t5s] {
    background-color: #f3f4f6;
    color: #1e293b;
    text-decoration: none;
}

.dropdown-item.text-danger[b-53xgil7t5s] {
    color: #dc2626;
}

.dropdown-item.text-danger:hover[b-53xgil7t5s] {
    background-color: #fef2f2;
    color: #dc2626;
}

.dropdown-divider[b-53xgil7t5s] {
    margin: 0.5rem 0;
    border: none;
    border-top: 1px solid #e5e7eb;
}

/* ==========================================
   TOOLTIP FOR COLLAPSED SIDEBAR
   ========================================== */
.admin-sidebar.collapsed .nav-item[b-53xgil7t5s] {
    position: relative;
}

.admin-sidebar.collapsed[b-53xgil7t5s]  .nav-link[title]:hover::after {
    content: attr(title);
    position: absolute;
    left: calc(100% + 12px);
    top: 50%;
    transform: translateY(-50%);
    background: #1e293b;
    color: #fff;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    font-size: 0.8125rem;
    font-weight: 500;
    white-space: nowrap;
    z-index: 1100;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    pointer-events: none;
}

.admin-sidebar.collapsed[b-53xgil7t5s]  .nav-link[title]:hover::before {
    content: '';
    position: absolute;
    left: calc(100% + 4px);
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-right-color: #1e293b;
    z-index: 1100;
}

/* ==========================================
   FOCUS STATES FOR ACCESSIBILITY
   ========================================== */
[b-53xgil7t5s] .nav-link:focus-visible,
.sidebar-toggle:focus-visible[b-53xgil7t5s],
.sidebar-close:focus-visible[b-53xgil7t5s],
.mobile-menu-toggle:focus-visible[b-53xgil7t5s],
.back-to-site:focus-visible[b-53xgil7t5s],
.user-avatar:focus-visible[b-53xgil7t5s],
.dropdown-item:focus-visible[b-53xgil7t5s] {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

/* ==========================================
   SCROLLBAR STYLING
   ========================================== */
.sidebar-nav[b-53xgil7t5s]::-webkit-scrollbar {
    width: 6px;
}

.sidebar-nav[b-53xgil7t5s]::-webkit-scrollbar-track {
    background: transparent;
}

.sidebar-nav[b-53xgil7t5s]::-webkit-scrollbar-thumb {
    background: #e5e7eb;
    border-radius: 3px;
}

.sidebar-nav[b-53xgil7t5s]::-webkit-scrollbar-thumb:hover {
    background: #d1d5db;
}

/* Firefox scrollbar */
.sidebar-nav[b-53xgil7t5s] {
    scrollbar-width: thin;
    scrollbar-color: #e5e7eb transparent;
}

/* ==========================================
   BLAZOR ERROR UI
   ========================================== */
#blazor-error-ui[b-53xgil7t5s] {
    color-scheme: light only;
    background: #fef3c7;
    border-top: 3px solid #f59e0b;
    bottom: 0;
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.75rem 1.5rem;
    position: fixed;
    width: 100%;
    z-index: 2000;
    font-size: 0.875rem;
    color: #92400e;
}

#blazor-error-ui .dismiss[b-53xgil7t5s] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 0.5rem;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#blazor-error-ui .dismiss:hover[b-53xgil7t5s] {
    background: rgba(0, 0, 0, 0.1);
}

/* ==========================================
   RESPONSIVE STYLES - Mobile (<992px)
   ========================================== */
@media (max-width: 992px) {
    /* Sidebar: Hidden off-screen by default, slides in when active */
    .admin-sidebar[b-53xgil7t5s] {
        transform: translateX(-100%);
        width: 260px;
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: none;
    }

    /* Mobile menu open state - slide in from left with shadow */
    .admin-sidebar.mobile-open[b-53xgil7t5s] {
        transform: translateX(0);
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    }

    /* On mobile, ignore collapsed state - always show full width when open */
    .admin-sidebar.collapsed[b-53xgil7t5s] {
        width: 260px;
        transform: translateX(-100%);
    }

    .admin-sidebar.collapsed.mobile-open[b-53xgil7t5s] {
        transform: translateX(0);
    }

    /* Reset text visibility for mobile (override collapsed styles) */
    .admin-sidebar.collapsed .brand-text[b-53xgil7t5s],
    .admin-sidebar.collapsed .nav-text[b-53xgil7t5s],
    .admin-sidebar.collapsed .nav-section-title[b-53xgil7t5s] {
        opacity: 1;
        visibility: visible;
        width: auto;
    }

    .admin-sidebar.collapsed .sidebar-header[b-53xgil7t5s] {
        justify-content: space-between;
        padding: 1.25rem 1.25rem 1rem;
    }

    .admin-sidebar.collapsed .sidebar-brand[b-53xgil7t5s] {
        justify-content: flex-start;
    }

    .admin-sidebar.collapsed .sidebar-toggle[b-53xgil7t5s] {
        position: relative;
        right: auto;
        transform: none;
        margin-top: 0;
    }

    .admin-sidebar.collapsed[b-53xgil7t5s]  .nav-link {
        justify-content: flex-start;
        padding: 0.75rem 1rem;
    }

    .admin-sidebar.collapsed .back-to-site[b-53xgil7t5s] {
        justify-content: flex-start;
        padding: 0.75rem 1rem;
    }

    .admin-sidebar.collapsed .nav-section[b-53xgil7t5s] {
        padding: 1.25rem 1.25rem 0.5rem;
        height: auto;
    }

    .admin-sidebar.collapsed .nav-section-title[b-53xgil7t5s] {
        display: block;
    }

    /* Main content: No margin on mobile since sidebar overlays */
    .admin-main[b-53xgil7t5s] {
        margin-left: 0;
    }

    .admin-main.expanded[b-53xgil7t5s] {
        margin-left: 0;
    }

    /* Show mobile menu toggle button in header */
    .mobile-menu-toggle[b-53xgil7t5s] {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Show mobile close button, hide desktop toggle */
    .desktop-only[b-53xgil7t5s] {
        display: none;
    }

    .mobile-only[b-53xgil7t5s] {
        display: flex;
    }

    .sidebar-close[b-53xgil7t5s] {
        display: flex;
    }

    /* Hide user info text on mobile to save space */
    .user-info[b-53xgil7t5s] {
        display: none;
    }
}

@media (max-width: 576px) {
    .admin-header[b-53xgil7t5s] {
        padding: 0 1rem;
    }

    .admin-content[b-53xgil7t5s] {
        padding: 1rem;
    }

    .page-title[b-53xgil7t5s] {
        font-size: 1rem;
    }
}

/* Smooth content transition when sidebar state changes */
@media (prefers-reduced-motion: no-preference) {
    .admin-main[b-53xgil7t5s] {
        will-change: margin-left;
    }

    .admin-sidebar[b-53xgil7t5s] {
        will-change: width, transform;
    }
}
/* _content/flowdent.WebAssembly/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-h3q0vaowe7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-h3q0vaowe7] {
    flex: 1;
    width: 100%;
    padding: 0;
}

/* Remove any article padding */
article[b-h3q0vaowe7] {
    padding: 0 !important;
}

.sidebar[b-h3q0vaowe7] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-h3q0vaowe7] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-h3q0vaowe7]  a, .top-row[b-h3q0vaowe7]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

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

    .top-row[b-h3q0vaowe7]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-h3q0vaowe7] {
        justify-content: space-between;
    }

    .top-row[b-h3q0vaowe7]  a, .top-row[b-h3q0vaowe7]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    /* Keep column direction for marketing site */
    .page[b-h3q0vaowe7] {
        flex-direction: column;
    }

    /* Hide sidebar for marketing site */
    .sidebar[b-h3q0vaowe7] {
        display: none;
    }

    /* Hide top-row for marketing site */
    .top-row[b-h3q0vaowe7] {
        display: none;
    }
}

#blazor-error-ui[b-h3q0vaowe7] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-h3q0vaowe7] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/flowdent.WebAssembly/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-l24oaj7muz] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-l24oaj7muz] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-l24oaj7muz] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-l24oaj7muz] {
    font-size: 1.1rem;
}

.bi[b-l24oaj7muz] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-l24oaj7muz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-l24oaj7muz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-l24oaj7muz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-l24oaj7muz] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-l24oaj7muz] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-l24oaj7muz] {
        padding-bottom: 1rem;
    }

    .nav-item[b-l24oaj7muz]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-l24oaj7muz]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-l24oaj7muz]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-l24oaj7muz] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-l24oaj7muz] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-l24oaj7muz] {
        display: none;
    }

    .nav-scrollable[b-l24oaj7muz] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
