.custom-select {
  max-height: 200px;
  padding: 2px;
  list-style: none;
}
.custom-select li {
  cursor: pointer;
  padding: 1px 3px;
  border: rgba(255, 101, 5, 0) 2px solid;
}
.custom-select .displaying {
  margin: 0px;
  border: #ff6505 2px solid;
  border-radius: 5px;
}/*# sourceMappingURL=custom-select.css.map */