.d-search-container {
  width: inherit;
}

.d-search-input {
  width: 100%;
  padding: 6px;
  border: 1px solid inherit;
  border-radius: 2;
}

.d-values-container {
  position: relative;
  width: inherit;
  background: white;
  overflow-y: scroll;
  max-height: 300px;
}

.d-value {
  cursor: pointer;
  padding: 8px;
  border: 1px solid #eee;
}

.d-searching {
  padding: 8px;
  border: 1px solid #eee;
}
