/* Cambiamos el color de fondo a blanco */
.ts-wrapper.single .ts-control {
  background-color: #FFFFFF;
  border-color: #DBDBDB;
  background-image: none;
}

/* Eliminamos espacio entre el select y las opciones*/
.ts-wrapper.single .ts-dropdown {
  border-top: none;
  margin-top: 0;
}

.ts-wrapper {
  min-height: 40px !important;
}

.customer-establishment-switcher + .ts-wrapper {
  min-height: 30px !important;
  min-width: 14rem;
}

.customer-establishment-switcher + .ts-wrapper.single .ts-control {
  min-height: 30px;
  height: 30px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  padding-bottom: 3px;
  padding-top: 3px;
}

.customer-establishment-switcher + .ts-wrapper.single .ts-control input {
  font-size: 0.875rem;
}
