/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Main layout using TelerikDrawer and TelerikAppBar */
.main-drawer[b-j4wra8r5bt] {
    height: 100vh;
}

.layout-content[b-j4wra8r5bt] {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.main-appbar[b-j4wra8r5bt] {
    background: linear-gradient(90deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    color: white;
    height: 60px;
    z-index: 1000;
}

.main-appbar .app-title[b-j4wra8r5bt] {
    font-size: 1.25rem;
    font-weight: 600;
    color: white;
}

.main-appbar .about-link[b-j4wra8r5bt] {
    color: white;
    text-decoration: none;
    margin-left: 1rem;
}

.main-appbar .about-link:hover[b-j4wra8r5bt] {
    text-decoration: underline;
}

.main-appbar .user-info[b-j4wra8r5bt] {
    color: white;
    font-size: 0.9rem;
}

.drawer-toggle[b-j4wra8r5bt] {
    color: white !important;
}

.main-content[b-j4wra8r5bt] {
    flex: 1;
    overflow-y: auto;
    background-color: #f8f9fa;
}

.content-area[b-j4wra8r5bt] {
    padding: 2rem;
    max-width: 100%;
}

/* Drawer item styling */
.drawer-item[b-j4wra8r5bt] {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.drawer-item:hover[b-j4wra8r5bt] {
    background-color: rgba(255, 255, 255, 0.1);
}

.drawer-icon[b-j4wra8r5bt] {
    margin-right: 0.75rem;
    width: 16px;
    height: 16px;
}

.drawer-text[b-j4wra8r5bt] {
    font-size: 0.9rem;
}

/* Responsive adjustments */
@media (max-width: 640.98px) {
    .content-area[b-j4wra8r5bt] {
        padding: 1rem;
    }
    
    .main-appbar .app-title[b-j4wra8r5bt] {
        font-size: 1rem;
    }
}

@media (min-width: 641px) {
    .content-area[b-j4wra8r5bt] {
        padding: 2rem 3rem;
    }
}

/* Error UI styling */
#blazor-error-ui[b-j4wra8r5bt] {
    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-j4wra8r5bt] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Telerik-enhanced navigation menu */
.telerik-nav-container[b-dz5qaj5qqp] {
    padding: 1rem 0;
    height: 100%;
}

.nav-header[b-dz5qaj5qqp] {
    padding: 0 1rem 1rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 1rem;
}

.nav-title[b-dz5qaj5qqp] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}

.telerik-nav[b-dz5qaj5qqp] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0 0.5rem;
}

.nav-item[b-dz5qaj5qqp] {
    margin: 0;
}

.nav-link[b-dz5qaj5qqp] {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    color: #d7d7d7;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.2s ease;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-size: 0.9rem;
}

.nav-link:hover[b-dz5qaj5qqp] {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    text-decoration: none;
}

.nav-link.active[b-dz5qaj5qqp] {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    font-weight: 500;
}

.nav-button[b-dz5qaj5qqp] {
    font-family: inherit;
}

.nav-button:focus[b-dz5qaj5qqp] {
    outline: 1px solid rgba(255, 255, 255, 0.3);
    outline-offset: 2px;
}

.nav-icon[b-dz5qaj5qqp] {
    margin-right: 0.75rem;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

/* Form styling for logout button */
form[b-dz5qaj5qqp] {
    margin: 0;
    width: 100%;
}

/* Responsive adjustments */
@media (max-width: 640.98px) {
    .telerik-nav-container[b-dz5qaj5qqp] {
        padding: 0.75rem 0;
    }
    
    .nav-link[b-dz5qaj5qqp] {
        padding: 0.5rem 0.75rem;
        font-size: 0.85rem;
    }
    
    .nav-icon[b-dz5qaj5qqp] {
        margin-right: 0.5rem;
        width: 14px;
        height: 14px;
    }
}
