/* /Layout/MainLayout.razor.rz.scp.css */
/* Top Navigation Layout Styles */
.main-layout[b-ximdoxnhqj] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main-content[b-ximdoxnhqj] {
    flex: 1;
    padding-top: 0;
    background-color: var(--gray-50);
}

/* Remove old sidebar and top-row styles */
.page[b-ximdoxnhqj] {
    display: flex;
    flex-direction: column;
}

.sidebar[b-ximdoxnhqj] {
    display: none !important;
}

.top-row[b-ximdoxnhqj] {
    display: none !important;
}

.content[b-ximdoxnhqj] {
    padding: 0;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .main-content[b-ximdoxnhqj] {
        padding-top: 0;
    }
}

@media (min-width: 992px) {
    .main-content[b-ximdoxnhqj] {
        margin-top: 0;
    }
}

/* Ensure proper spacing for content */
article[b-ximdoxnhqj] {
    padding: 0 !important;
}

/* Theme Switcher FAB (Floating Action Button) */
.theme-switcher-fab[b-ximdoxnhqj] {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1040;
}

.theme-backdrop[b-ximdoxnhqj] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: transparent;
}

.theme-switcher-fab > button[b-ximdoxnhqj] {
    width: 60px;
    height: 60px;
    padding: 0;
    border: none;
    transition: all 0.3s ease;
}

.theme-switcher-fab > button:hover[b-ximdoxnhqj] {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3) !important;
}

.theme-menu[b-ximdoxnhqj] {
    position: absolute;
    bottom: 70px;
    right: 0;
    background: white;
    border-radius: 12px;
    min-width: 220px;
    overflow: hidden;
    animation: slideUp-b-ximdoxnhqj 0.3s ease;
}

[data-theme="dark"] .theme-menu[b-ximdoxnhqj] {
    background: #2d2d2d;
    border: 1px solid #404040;
}

[data-theme="blue"] .theme-menu[b-ximdoxnhqj] {
    background: white;
    border: 1px solid #90caf9;
}

@keyframes slideUp-b-ximdoxnhqj {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.theme-menu-header[b-ximdoxnhqj] {
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
    background: #f8f9fa;
}

[data-theme="dark"] .theme-menu-header[b-ximdoxnhqj] {
    background: #1a1a1a;
    border-bottom-color: #404040;
    color: #e0e0e0;
}

[data-theme="blue"] .theme-menu-header[b-ximdoxnhqj] {
    background: #e3f2fd;
    border-bottom-color: #90caf9;
    color: #0d47a1;
}

.theme-option[b-ximdoxnhqj] {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px 15px;
    border: none;
    background: transparent;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #212529;
}

[data-theme="dark"] .theme-option[b-ximdoxnhqj] {
    color: #e0e0e0;
}

[data-theme="blue"] .theme-option[b-ximdoxnhqj] {
    color: #0d47a1;
}

.theme-option:hover[b-ximdoxnhqj] {
    background: #f0f0f0;
}

[data-theme="dark"] .theme-option:hover[b-ximdoxnhqj] {
    background: #3a3a3a;
}

[data-theme="blue"] .theme-option:hover[b-ximdoxnhqj] {
    background: #bbdefb;
}

.theme-option.active[b-ximdoxnhqj] {
    background: #e3f2fd;
    color: #0d6efd;
    font-weight: 600;
}

[data-theme="dark"] .theme-option.active[b-ximdoxnhqj] {
    background: #1e3a5f;
    color: #64b5f6;
}

[data-theme="blue"] .theme-option.active[b-ximdoxnhqj] {
    background: #90caf9;
    color: #0d47a1;
}

.theme-option i:last-child[b-ximdoxnhqj] {
    margin-left: auto;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .theme-switcher-fab[b-ximdoxnhqj] {
        bottom: 20px;
        right: 20px;
    }
    
    .theme-switcher-fab > button[b-ximdoxnhqj] {
        width: 50px;
        height: 50px;
    }
    
    .theme-menu[b-ximdoxnhqj] {
        right: 0;
        min-width: 200px;
    }
}

/* Override any remaining sidebar styles */
@media (min-width: 641px) {
    .page[b-ximdoxnhqj] {
        flex-direction: column !important;
    }
    
    .sidebar[b-ximdoxnhqj] {
        width: 0 !important;
        height: 0 !important;
        position: static !important;
    }
    
    .top-row[b-ximdoxnhqj] {
        position: static !important;
        z-index: auto !important;
    }
    
    .top-row[b-ximdoxnhqj], article[b-ximdoxnhqj] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5ukcqxh82j] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-5ukcqxh82j] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-5ukcqxh82j] {
    font-size: 1.1rem;
}

.bi[b-5ukcqxh82j] {
    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-5ukcqxh82j] {
    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-5ukcqxh82j] {
    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-5ukcqxh82j] {
    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-5ukcqxh82j] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-5ukcqxh82j] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-5ukcqxh82j] {
        padding-bottom: 1rem;
    }

    .nav-item[b-5ukcqxh82j]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-5ukcqxh82j]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-5ukcqxh82j]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-5ukcqxh82j] {
        display: none;
    }

    .collapse[b-5ukcqxh82j] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-5ukcqxh82j] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
