
.no-suggestions {
  color: #999;
  padding: 0.4rem;
  font-size: 0.9rem;
}

.suggestions {
  border: 1px solid #999;
  border-top-width: 0;
  list-style: none;
  margin-top: 0;
  max-height: 143px;
  overflow-y: auto;
  padding-left: 0;
  width: 300px;
  position: absolute;
  z-index: 100;
}

.suggestions::-webkit-scrollbar {
  width: 0.2rem;
  height: 0rem;
  border-radius: 20px;
}

.suggestions::-webkit-scrollbar-thumb {
  background-color: hsla(218, 100%, 42%, 1);
}

.suggestions li {
  padding: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  background-color: #FFF;
}

.suggestion-active,
.suggestions li:hover {
  background: linear-gradient(
    90deg,
    hsla(218, 100%, 42%, 0.6) 0%,
    hsla(0, 0%, 98%, 1) 200%
  );
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}

.suggestions li:not(:last-of-type) {
  border-bottom: 1px solid #999;
  background-color: #FFF;
}
.Select.is-open { position: relative; z-index: 1000; }
.Select-menu-outer {
  z-index: 1000;
  position:relative;
  }
