.dropdown_list {
  list-style-type: none;
  max-height: 100px;
  overflow: auto;
}
.dropdown_list_open {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;  
  position: relative;
  background-color: white;  
  z-index: 999999;
}
.dropdown_list_open::-webkit-scrollbar {
  display: none;
}

.searchListItem:hover {
  cursor: pointer;
  font-weight: bold;
}
