.custom-select-dropdown {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  margin: 0;
  list-style: none;
  max-height: 174px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px #CCCCCC;
  border-radius: 6px;
  overflow-y: auto;
  z-index: 98;
  font-family: 'Figtree', sans-serif;
  color: var(--absolute-600);
  margin-top: 8px;
}

.custom-select-button {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  text-align: left;
  color: #888888;
}

.custom-select-button.is-filled {
  color: #222222;
}