#unidades-location-vin-select .Select-menu-outer {
  min-width: 360px;
  max-width: 520px;
  z-index: 1200;
}

#unidades-location-vin-select .VirtualizedSelectOption {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 34px;
  height: 34px;
  padding: 0 10px;
}

#unidades-location-vin-select .Select-value-label,
#unidades-location-vin-select .Select-placeholder,
#unidades-location-vin-select .Select-input {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#unidades-location-vin-select .Select-control {
  min-height: 38px;
}

@media (max-width: 640px) {
  #unidades-location-vin-select .Select-menu-outer {
    min-width: 100%;
    max-width: calc(100vw - 48px);
  }
}
