/* _content/GestionEscolar.Web/Components/Layout/MainLayout.razor.rz.scp.css */
:host[b-lbbk08ltnq] {
    display: block;
    background-color: #f5f7fb;
    min-height: 100vh;
}

.erp-shell[b-lbbk08ltnq] {
    background: #ffffff;
    min-height: 100vh;
}
/* _content/GestionEscolar.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.erp-top-menu[b-3zqyjto72e] {
    display: flex;
    gap: 22px;
    padding: 10px 14px;
    border-bottom: 1px solid #e5e8ef;
    background-color: #ffffff;
}

.erp-menu-item[b-3zqyjto72e] {
    font-size: 13px;
    color: #6b8fd6;
    text-decoration: none;
    padding-bottom: 6px;
}

    .erp-menu-item.active[b-3zqyjto72e] {
        color: #2c5cc5;
        font-weight: 600;
        border-bottom: 2px solid #2c5cc5;
    }
/* _content/GestionEscolar.Web/Components/Pages/AlumnosMenu.razor.rz.scp.css */
.alumnos-tabs[b-x5hfm8gw7v] {
    display: flex;
    gap: 24px;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 16px;
    padding-bottom: 6px;
}

.tab-link[b-x5hfm8gw7v] {
    text-decoration: none;
    font-size: 14px;
    color: #2563eb;
    padding: 6px 2px;
    border-bottom: 2px solid transparent;
}

    .tab-link:hover[b-x5hfm8gw7v] {
        color: #1d4ed8;
    }

    .tab-link.active[b-x5hfm8gw7v] {
        font-weight: 600;
        border-bottom-color: #2563eb;
    }
/* _content/GestionEscolar.Web/Components/Shared/ErpHeader.razor.rz.scp.css */
.erp-header[b-w0vzfgneja] {
    padding: 1rem 1rem 0.75rem 1rem;
}

.erp-title[b-w0vzfgneja] {
    font-size: 2rem;
    font-weight: 300;
    color: #6c757d;
    margin-bottom: 0.75rem;
}

.erp-breadcrumb[b-w0vzfgneja] {
    background: #eef3f8;
    border-radius: 6px;
    padding: 0.75rem 1rem;
    border: 1px solid #e1e5eb;
}

    .erp-breadcrumb a[b-w0vzfgneja] {
        text-decoration: none;
    }

.erp-tabs[b-w0vzfgneja] {
    margin-top: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e1e5eb;
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.erp-tab[b-w0vzfgneja] {
    text-decoration: none;
    color: #0d6efd;
    padding: 0.25rem 0;
}

    .erp-tab.active[b-w0vzfgneja] {
        font-weight: 600;
        border-bottom: 2px solid #0d6efd;
    }
/* _content/GestionEscolar.Web/Components/Shared/ErpTopMenu.razor.rz.scp.css */
.erp-top-menu[b-7fjs6e5stf] {
    display: flex;
    gap: 2.25rem;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #e1e5eb;
    flex-wrap: wrap;
}

.erp-top-link[b-7fjs6e5stf] {
    text-decoration: none;
    color: #0d6efd;
    font-size: 1.05rem;
}

    .erp-top-link:hover[b-7fjs6e5stf] {
        text-decoration: underline;
    }
