/* _content/MobSellNext.Blazor/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-h0rpuc210x] {
    min-height: 100vh;
    display: flex;
    background: #f4f7fb;
}

.sidebar[b-h0rpuc210x] {
    width: 250px;
    min-width: 250px;
    background: linear-gradient(180deg, #182848 0%, #23395d 100%);
    color: white;
}

main[b-h0rpuc210x] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.top-row[b-h0rpuc210x] {
    height: 64px;
    background: white;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 24px;
}

    .top-row a[b-h0rpuc210x] {
        color: #2563eb;
        text-decoration: none;
        font-weight: 500;
    }

        .top-row a:hover[b-h0rpuc210x] {
            text-decoration: underline;
        }

.content[b-h0rpuc210x] {
    padding: 24px;
}

#blazor-error-ui[b-h0rpuc210x] {
    background: #fff4ce;
    bottom: 0;
    box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-h0rpuc210x] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/MobSellNext.Blazor/Components/Layout/NavMenu.razor.rz.scp.css */
.top-row[b-q8fw8hy317] {
    height: 64px;
    display: flex;
    align-items: center;
    background: #182848;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.navbar-brand[b-q8fw8hy317] {
    color: white;
    font-size: 1.15rem;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.3px;
}

.nav-scrollable[b-q8fw8hy317] {
    display: block;
    height: calc(100vh - 64px);
    overflow-y: auto;
    background: linear-gradient(180deg, #182848 0%, #23395d 100%);
    padding: 16px 0;
}

.nav-item[b-q8fw8hy317] {
    margin-bottom: 6px;
}

.menu-link[b-q8fw8hy317] {
    display: block;
    width: 100%;
    padding: 12px 16px;
    color: #dbe7ff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 0.96rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .menu-link:hover[b-q8fw8hy317] {
        background: rgba(255,255,255,0.12);
        color: white;
    }

.navbar-toggler[b-q8fw8hy317] {
    display: none !important;
}
