/* /Layout/LoginDisplay.razor.rz.scp.css */
.user-dropdown[b-38a643rky9] {
    position: relative;
}

.user-dropdown-toggle[b-38a643rky9] {
    color: black;
    text-decoration: none;
    background: transparent;
    border: none;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    white-space: nowrap;
    transition: background-color 0.2s ease;
}

.user-dropdown-toggle:hover[b-38a643rky9] {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    color: black;
}

.user-dropdown-toggle:focus[b-38a643rky9] {
    box-shadow: none;
    color: black;
}

.user-name[b-38a643rky9] {
    font-weight: 500;
}

.dropdown-menu[b-38a643rky9] {
    min-width: 200px;
}

.dropdown-item-text[b-38a643rky9] {
    padding: 0.5rem 1rem;
    display: block;
}

.dropdown-item[b-38a643rky9] {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.dropdown-item:hover[b-38a643rky9] {
    background-color: rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
    .user-name[b-38a643rky9] {
        display: none;
    }
    
    .user-dropdown-toggle[b-38a643rky9] {
        padding: 0.5rem;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* Main layout styles */
html[b-fm9op2jtt3], body[b-fm9op2jtt3] {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#app[b-fm9op2jtt3] {
    width: 100%;
    height: 100%;
}

.app-container[b-fm9op2jtt3] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Top bar - adjusts based on sidebar state */
.top-bar[b-fm9op2jtt3] {
    background: white;
    border-bottom: 1px solid black;
    height: 3.5rem;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    position: fixed;
    top: 0;
    left: 280px;
    right: 0;
    z-index: 1001;
    flex-shrink: 0;
    transition: left 0.3s ease;
}

/* Top bar when sidebar is collapsed */
.top-bar.sidebar-collapsed[b-fm9op2jtt3] {
    left: 0;
}

/* Hamburger button in top bar */
.hamburger-button[b-fm9op2jtt3] {
    background: transparent;
    border: none;
    padding: 0.25rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #25282a;
    min-width: 50px;
    margin-right: 0.5rem;
}

.hamburger-button:hover[b-fm9op2jtt3] {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.hamburger-button:focus[b-fm9op2jtt3] {
    outline: 2px solid #25282a;
    outline-offset: 2px;
}

.hamburger-button i[b-fm9op2jtt3] {
    font-size: 1.75rem;
}

.login-display-container[b-fm9op2jtt3] {
    margin-left: auto;
    display: flex;
    align-items: center;
}

/* Layout wrapper for sidebar and content */
.layout-wrapper[b-fm9op2jtt3] {
    flex: 1;
    margin-top: 3.5rem;
    overflow: hidden;
}

main[b-fm9op2jtt3] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Content area - scrollable */
.content[b-fm9op2jtt3] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 3.5rem;
    padding-top: 1.5rem !important;
}

/* Mobile backdrop overlay */
.mobile-backdrop[b-fm9op2jtt3] {
    display: none;
}

@media (max-width: 991px) {
    .mobile-backdrop[b-fm9op2jtt3] {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 999;
        cursor: pointer;
    }
    
    .top-bar[b-fm9op2jtt3] {
        padding: 0 1rem;
        left: 0;
    }

    .hamburger-button[b-fm9op2jtt3] {
        margin-right: 0.5rem;
    }

    .content[b-fm9op2jtt3] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* Layout wrapper */
.layout-wrapper[b-m8271v2qrs] {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* Sidebar styling */
.sidebar[b-m8271v2qrs] {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 280px;
    background-image: linear-gradient(180deg, #25282a 0%, #b86125 70%);
    transition: width 0.3s ease, transform 0.3s ease;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.sidebar.collapsed[b-m8271v2qrs] {
    width: 0;
    transform: translateX(-100%);
}

/* Sidebar logo */
.sidebar-logo[b-m8271v2qrs] {
    padding: 0.5rem 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    background-color: transparent;
    transition: background-color 0.2s ease;
}

.sidebar-logo:hover[b-m8271v2qrs] {
    background-color: rgba(255, 255, 255, 0.05);
}

.logo-image[b-m8271v2qrs] {
    max-height: 50px;
    height: auto;
    max-width: 200px;
}

/* Navigation scrollable area */
.nav-scrollable[b-m8271v2qrs] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

.nav-scrollable[b-m8271v2qrs]::-webkit-scrollbar {
    width: 6px;
}

.nav-scrollable[b-m8271v2qrs]::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

.nav-scrollable[b-m8271v2qrs]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

.nav-scrollable[b-m8271v2qrs]::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}

/* Bootstrap Accordion styling for navigation */
.accordion-item[b-m8271v2qrs] {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.accordion-button[b-m8271v2qrs] {
    background-color: transparent;
    color: #ffffff;
    font-weight: normal;
    font-size: 1.1rem;
    padding: 0.75rem 1.25rem;
    border: none;
    box-shadow: none;
    white-space: nowrap;
}

.accordion-button:not(.collapsed)[b-m8271v2qrs] {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    box-shadow: none;
}

.accordion-button:hover[b-m8271v2qrs] {
    background-color: rgba(255, 255, 255, 0.05);
}

.accordion-button:focus[b-m8271v2qrs] {
    box-shadow: none;
    border: none;
}

.accordion-button[b-m8271v2qrs]::after {
    filter: brightness(0) invert(1);
}

.sidebar.collapsed .accordion-button[b-m8271v2qrs] {
    justify-content: center;
    padding: 0.75rem 0.5rem;
    pointer-events: none;
}

.sidebar.collapsed .accordion-button[b-m8271v2qrs]::after {
    display: none;
}

.sidebar.collapsed .accordion-collapse[b-m8271v2qrs] {
    display: none;
}

.accordion-collapse[b-m8271v2qrs] {
    background-color: rgba(0, 0, 0, 0.1);
}

/* Navigation links inside accordion */
.nav-link[b-m8271v2qrs] {
    color: #d7d7d7;
    padding: 0.65rem 1.25rem;
    font-size: 1.05rem;
    font-weight: normal;
    border: none;
    transition: all 0.2s ease;
    white-space: nowrap;
    text-decoration: none;
    display: flex;
    align-items: center;
}

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

.nav-link.active[b-m8271v2qrs] {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
}

.sidebar.collapsed .nav-link[b-m8271v2qrs] {
    justify-content: center;
    padding: 0.65rem 0.5rem;
}

.sidebar.collapsed .nav-link i[b-m8271v2qrs] {
    margin-right: 0;
}

.sidebar.collapsed .accordion-button i[b-m8271v2qrs] {
    margin-right: 0;
}

/* Standalone navigation items */
.nav-item-standalone[b-m8271v2qrs] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-item-standalone .nav-link[b-m8271v2qrs] {
    font-weight: normal;
    font-size: 1.1rem;
    padding: 0.75rem 1.25rem;
}

.nav-item-standalone .nav-link:hover[b-m8271v2qrs] {
    background-color: rgba(255, 255, 255, 0.05);
}

.sidebar.collapsed .nav-item-standalone .nav-link[b-m8271v2qrs] {
    justify-content: center;
    padding: 0.75rem 0.5rem;
}

/* Main content area */
.main-content[b-m8271v2qrs] {
    margin-left: 280px;
    width: calc(100% - 280px);
    height: 100%;
    overflow-y: auto;
    transition: margin-left 0.3s ease, width 0.3s ease;
}

.sidebar.collapsed ~ .main-content[b-m8271v2qrs] {
    margin-left: 0;
    width: 100%;
}

/* Mobile styles */
@media (max-width: 991px) {
    .sidebar[b-m8271v2qrs] {
        width: 280px;
        transform: translateX(0);
        z-index: 1002;
    }
    
    .sidebar.collapsed[b-m8271v2qrs] {
        width: 280px;
        transform: translateX(-100%);
    }
    
    .main-content[b-m8271v2qrs] {
        margin-left: 0;
        width: 100%;
    }
    
    .sidebar.collapsed ~ .main-content[b-m8271v2qrs] {
        margin-left: 0;
        width: 100%;
    }
}
/* /Layout/SearchBar.razor.rz.scp.css */
.search-bar[b-u5ouo5t2dk] {
    flex: 1;
    max-width: 600px;
    margin: 0 1rem;
}

.search-bar .input-group-text[b-u5ouo5t2dk] {
    background-color: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: black;
}

.search-bar .form-control[b-u5ouo5t2dk] {
    background-color: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: black;
}

.search-bar .form-control[b-u5ouo5t2dk]::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.search-bar .form-control:focus[b-u5ouo5t2dk] {
    background-color: rgba(0, 0, 0, 0.08);
    border-color: rgba(0, 0, 0, 0.4);
    color: black;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .search-bar[b-u5ouo5t2dk] {
        max-width: 100%;
        margin: 0 1rem;
    }
}
