/* _content/BomTool/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-39cimv97m4] {
    min-height: 100vh;
    background: #f6f8fb;
}

.top-row[b-39cimv97m4] {
    position: sticky;
    top: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 3.5rem;
    padding: 0 1.5rem;
    border-bottom: 1px solid #d6d5d5;
    background-color: #f7f7f7;
}

.top-nav[b-39cimv97m4] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.top-nav[b-39cimv97m4]  .nav-link {
    border-radius: 6px;
    color: #344054;
    font-weight: 600;
    padding: 0.45rem 0.8rem;
    text-decoration: none;
}

.top-nav[b-39cimv97m4]  .nav-link:hover {
    background: #f2f4f7;
    color: #101828;
}

.top-nav[b-39cimv97m4]  .nav-link.active {
    background: #e0f2fe;
    color: #026aa2;
}

main[b-39cimv97m4] {
    width: 100%;
}

.content[b-39cimv97m4] {
    width: min(1440px, 100%);
    margin: 0 auto;
    padding: 1.5rem;
}

@media (max-width: 640.98px) {
    .top-row[b-39cimv97m4] {
        justify-content: flex-start;
        padding: 0 1rem;
    }

    .content[b-39cimv97m4] {
        padding: 1rem;
    }
}

#blazor-error-ui[b-39cimv97m4] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-39cimv97m4] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
