.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  cursor: pointer;
}

.form-select:focus {
  border-color: #d61f1f;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(214, 31, 31, 0.25);
}
.leyenda {
  padding-top: 1rem;
  font-size: 0.9rem;
  border-top: 1px solid #d8d8d8;
}

/* Para cuando está deshabilitado */
.form-select:disabled {
  background-color: #e9ecef;
  cursor: not-allowed;
}
.py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.me-2 {
  margin-right: 1rem;
}
.check,
.fa-check-circle {
  color: #4caf50;
}
.fa-exclamation-circle,
.bi-arrow-right-circle {
  color: #ffa500;
}
.fa-times-circle {
  color: #ff5733;
}
/* Media query para dispositivos móviles */
@media (max-width: 576px) {
  /* Ajusta el tamaño del texto en el span */
  .text-nowrap {
    font-size: 14px;
  }

  /* Ajusta el tamaño del texto en el select */
  .form-select {
    font-size: 14px;
  }

  /* Ajusta el tamaño del texto en el input */
  .form-control {
    font-size: 14px;
  }

  /* Ajusta el tamaño del texto en los labels del input-group */
  .input-group-text {
    font-size: 14px;
  }

  /* Ajusta el tamaño de los íconos */
  .fa {
    font-size: v;
  }
}
