/*
  Fecha: 24/09/2021
  Quien reporto: Patsy
  Landing: Formas de donar. https://tec.mx/es/formas-de-donar
  Quien soluciono: Luis fonseca
  Descripcion: Agregar estilos para asignar un height y agregar scroll al nice-select field
*/

/*
	Fecha: 11/07/2024
	Quien reporto: Nacho
  Landing: Formas de donar. https://tec.mx/es/generosidad/formas-de-donar  || https://tec.mx/en/giving/ways-to-donate
  Quien soluciono: Luis fonseca
  Descripcion: Cambio la url de la landing y se agrego las nuevas url para aplicar los estilos css de este asset injector en ambos idiomas
*/



.nice-select.committee-select .list {
  height: 0;
}

.nice-select.committee-select.open .list {
  height: 490px;
  overflow: auto;
}

@media (max-width: 1365px) {
  .nice-select.committee-select.open .list {
    height: 360px;
  }
}
@media (max-width: 1023px) {
  .nice-select.committee-select.open .list {
    height: 360px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
.committee_container .committee .column-6 {
    padding: 8px
  }
}
@media (max-width: 991px) {
  .nice-select.committee-select.open .list {
    height: 330px;
  }
}
@media (max-width: 780px) {
  .nice-select.committee-select.open .list {
    height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .committee_container .committee-select {
    margin: 0;
    max-width: 45%;
  }
}
@media (max-width: 768px) {
  .nice-select.committee-select.open .list {
    height: 480px;
  }
}