/* Estilos generales */

.login-container {
  background-image: url("../../images/bg1.jpg");
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.login-box {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.37);
  min-width: 360px;
  max-width: 400px;
  width: 100%;
  text-align: center;
  margin: 0;
}

.login {
  text-align: start;
}

.login .input-group-icon {
  border: 1px solid #4582ec;
  border-radius: 5px;
  overflow: hidden;
}

.login .input-group-addon {
  background-color: #4582ec;
  color: #fff;
  padding: 10px 1rem;
}

.login input {
  padding-left: 5px !important;
  height: 42px !important;
}

.form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.text-info {
  color: #007ed6;
  text-decoration: none;
  font-size: 0.95rem;
}

.text-info:hover {
  color: #009efa;
}

/* Botón */
.btn-login {
  /*background-color: #007bff;*/
  background-color: #009efa;
  border: none;
  padding: 10px 20px;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  border-radius: 5px;
}

.btn-submit:hover {
  background-color: #007ed6;
}

/* Mensaje de error */
.error-message {
  color: red;
  margin-top: 10px;
}

/* Pie de página */
.footer-text {
  font-size: 0.85rem;
  color: #333;
  margin-top: 30px;
}

.footer-text a {
  color: #007ed6;
  text-decoration: none;
}

.bg-dark-gradient {
  background-color: rgb(49, 56, 78);
  background-image: linear-gradient(
    180deg,
    rgba(49, 56, 78, 0) 0%,
    rgba(25, 29, 46, 0.48511904761904767) 94%,
    rgba(26, 29, 41, 1) 100%
  );
}

.bg-selected {
  background-color: rgb(76, 175, 80, 0.25);
}

.pagination {
  flex-wrap: wrap;
}

.gap-10 {
  gap: 10px;
}

/* Evaluaciones */
.fila-base {
  display: none;
}

/* fila base oculta */
.desa {
  pointer-events: none;
  opacity: 0.6;
}

.aspect-ratio-11 {
  aspect-ratio: 1/1;
}