.inner-floating {
	overflow-y: scroll;
	padding: 5px;
	position: relative;
	width: 100%;
	height: 90%;
}

.formParaMaterias {
	width: 100%;
}

#error_codigo {
	display: none;
	color: maroon;
}

/* p {
	margin-top: 15px;
	margin-bottom: 5px;
} */

#quitarPrograma {
	display: none;
	margin-left: 2%;
}

#divProgramaAsignatura {
	width: 100%;
	display: flex;
}

#quitarAreasbtn {
	display: none;
}

/* Alineación de interruptores (toggles) en contenedores flex */
.d-flex .switch {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

#containerElectiva, #containerExterna {
	min-height: 38px; /* Altura similar a un input de formulario estándar */
}