.expediente-view .fi-section {
    background-color: white;
}


.expediente-view .fi-section-header {
    background-color: #014995;
    color: white;
}

.expediente-view .fi-section-content {
    background-color: white;
    padding: 1rem;
}

/* Estilos para los badges de estado */
.status-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Estados específicos */
.status-pendiente {
    background-color: #dbeafe !important;
    color: #1e40af !important;
}

.status-aprobado {
    background-color: #d1fae5 !important;
    color: #065f46 !important;
}

.status-rechazado {
    background-color: #fee2e2 !important;
    color: #991b1b !important;
}

.status-incidencia {
    background-color: #fed7aa !important;
    color: #c2410c !important;
}

/* Estilos para la tabla de otros alumnos */
.otros-alumnos-table {
    width: 100%;
    border-collapse: collapse;
}

.otros-alumnos-table th {
    background-color: #f3f4f6;
    padding: 0.75rem 1rem;
    text-align: left;
    font-size: 0.75rem;
    font-weight: 500;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.otros-alumnos-table td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e5e7eb;
    font-size: 0.875rem;
    color: #374151;
}

.otros-alumnos-table tr:hover {
    background-color: #f9fafb;
}

.otros-alumnos-table .importe {
    font-weight: 600;
    color: #059669;
}

.otros-alumnos-table .accion-link {
    color: #4f46e5;
    font-weight: 500;
    text-decoration: none;
}

.otros-alumnos-table .accion-link:hover {
    color: #3730a3;
    text-decoration: underline;
}

.otros-alumnos-table .incidencia-mensaje {
    max-width: 200px;
    font-size: 0.75rem;
    color: #6b7280;
    line-height: 1.4;
}

.fi-section-header h3{
    color:white;
} 