/*  custom styling for ealixir
*/
.selectr-selected {
  border: 0;
  border-radius: 16px !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
}

.selectr-options-container {
  border: 0;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
  margin-top: -10px;
  overflow: hidden;
}

.selectr-option {
  border-bottom: 1px solid rgba(76, 82, 101, .2);
}

.selectr-option:first-child {
  padding-top: 16px;
}

.selectr-option.active {
  background-color: #4479DA;
  color: #fff;
}

.selectr-container.open .selectr-selected {
  z-index: 99999;
}

.selectr-options {
  overflow: auto;
}