/* =========================
   ERP Top Navigation (tabs)
   ========================= */

body {
    background: #fffbcc !important;
}


.erp-topbar {
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    padding: 10px 16px;
}

.erp-title {
    font-size: 26px;
    font-weight: 300;
    color: #6b7280;
    margin: 6px 0 8px;
}

.erp-breadcrumb {
    background: #eef2f7;
    border-radius: 4px;
    padding: 10px 12px;
    color: #6b7280;
    font-size: 13px;
    margin-bottom: 10px;
}

.erp-tabs {
    display: flex;
    gap: 18px;
    align-items: center;
    padding: 10px 0 0;
    border-bottom: 1px solid #e5e7eb;
}

.erp-tab {
    color: #2563eb;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 2px;
    border-bottom: 3px solid transparent;
}

    .erp-tab:hover {
        color: #1e40af;
    }

    .erp-tab.active {
        color: #1e40af;
        border-bottom-color: #2563eb;
        font-weight: 600;
    }

/* Submenú dentro de Alumnos */
.erp-subtabs {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 10px 0;
    margin-top: 8px;
    border-bottom: 1px solid #e5e7eb;
}

.erp-subtab {
    color: #2563eb;
    text-decoration: none;
    font-size: 14px;
    padding: 8px 2px;
    border-bottom: 3px solid transparent;
}

    .erp-subtab.active {
        color: #1e40af;
        border-bottom-color: #2563eb;
        font-weight: 600;
    }

body {
    background-color: #f5f7fb;
}

