.dd-container {
  width: 100%;
}

.dd-selected {
  padding: 9px 16px !important;
}
.dd-select,
.dd-selected {
  background: transparent !important;
  width: 100% !important;
  display: flex !important;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.dd-selected-text {
  line-height: 28px !important;
}

.dd-selected-image,
.dd-option-image {
  border-radius: 50%;
  margin-right: 16px !important;
}
.dd-options {
  z-index: 20 !important;
  max-height: 22rem !important;
  overflow-y: auto !important;
}
.dd-option {
  display: flex !important;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.dd-option:hover {
  background: #1c1c1b !important;
  color: #fff;
}
.dd-option-text {
  color: #1c1c1b;
  font-size: 16px;
  line-height: 28px !important;
  font-family: "Unineue", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: inherit;
}
.dd-option:hover .dd-option-text {
  color: #fff !important;
}

.dd-pointer-down {
  width: 8px !important;
  height: 5px !important;
  right: 16px !important;
  border: none !important;
  background: url(../../../images/icons/chevron-down-grey.svg) no-repeat center;
}
.dd-pointer.dd-pointer-up {
  margin-top: -4px !important;
  width: 8px !important;
  height: 5px !important;
  right: 16px !important;
  border: none !important;
  background: url(../../../images/icons/chevron-up-grey.svg) no-repeat center;
}
