@import '_content/Blazor.SignaturePad/Blazor.SignaturePad.g22u5lm4z9.bundle.scp.css';

/* /Shared/Components/Dialog/SnackDialog.razor.rz.scp.css */
.navbar-toggler[b-fuwmxxse3x] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

.oi[b-fuwmxxse3x] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

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

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

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

    .nav-item[b-fuwmxxse3x]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

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

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

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

    .collapse[b-fuwmxxse3x] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-fuwmxxse3x] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Shared/Components/Misc/AdminSidebar.razor.rz.scp.css */
/* Admin Sidebar Styles */
.admin-sidebar[b-u3cce01qdf] {
    width: 240px;
    background-color: #fff;
    border-right: 1px solid #e5e7eb;
    padding: 20px 0;
    min-height: 100vh;
}

.admin-sidebar .sidebar-item[b-u3cce01qdf] {
    display: flex;
    align-items: center;
    padding: 12px 24px;
    color: #6b7280;
    text-decoration: none;
    transition: background-color 0.2s;
    cursor: pointer;
    user-select: none;
}

.admin-sidebar .sidebar-item:hover[b-u3cce01qdf] {
    background-color: #f3f4f6;
}

.admin-sidebar .sidebar-item.active[b-u3cce01qdf] {
    background-color: #eff6ff;
    color: #2563eb;
    border-left: 3px solid #2563eb;
    padding-left: 21px;
}

.admin-sidebar .sidebar-item svg[b-u3cce01qdf] {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    flex-shrink: 0;
}

.admin-sidebar .sidebar-item span[b-u3cce01qdf] {
    font-size: 14px;
    font-weight: 500;
}

/* Responsive behavior */
@media (max-width: 768px) {
    .admin-sidebar[b-u3cce01qdf] {
        width: 100%;
        min-height: auto;
        border-right: none;
        border-bottom: 1px solid #e5e7eb;
    }
}

