ul.dropdown-menu {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0px 10px 30px -10px #000000;
  margin: 0;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  position: absolute !important;
  z-index: 1000;
}
.dropdown-menu li {
  list-style-type: none;
}
.dropdown-menu li:hover {
  background-color: #3780ec;
}
.dropdown-menu li a {
  color: black;
  display: block;
  padding: 7px;
  text-decoration: none;
}
.dropdown-menu li a:hover {
  color: white;
}

/* select 2 style */
.select2-container--default .select2-selection--single {
  height: 40px;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  resize: none;
  outline: none;
  padding: 5px 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
}