/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-wgi86izs68] {
    display: flex;
    height: 100vh;
    background-color: #f8f9fa;
}

.sidebar[b-wgi86izs68] {
    width: 280px;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
    border-right: 1px solid #dee2e6;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.05);
    overflow-y: auto;
}

main[b-wgi86izs68] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: #f8f9fa;
}

.top-row[b-wgi86izs68] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 4rem;
    border-bottom: 1px solid #dee2e6;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    padding: 0 1.5rem;
    z-index: 1000;
}

.navbar-brand[b-wgi86izs68] {
    font-size: 1.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.5px;
}

.user-info[b-wgi86izs68] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #212529;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    transition: all 0.2s ease-in-out;
}

.user-info:hover[b-wgi86izs68] {
    background-color: #f8f9fa;
    transform: translateY(-1px);
}

.content[b-wgi86izs68] {
    flex: 1;
    overflow-y: auto;
    padding: 2rem 1.5rem !important;
}

/* Offcanvas customization */
.offcanvas[b-wgi86izs68] {
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
}

.offcanvas-header[b-wgi86izs68] {
    border-bottom: 1px solid #dee2e6;
}

.offcanvas-title[b-wgi86izs68] {
    font-weight: 600;
    color: #212529;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .sidebar[b-wgi86izs68] {
        width: 240px;
    }
}

@media (max-width: 768px) {
    .top-row[b-wgi86izs68] {
        height: 3.5rem;
        padding: 0 1rem;
    }

    .navbar-brand[b-wgi86izs68] {
        font-size: 1.25rem;
    }

    .content[b-wgi86izs68] {
        padding: 1.5rem 1rem !important;
    }
}

#blazor-error-ui[b-wgi86izs68] {
    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-wgi86izs68] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
