.custom-select {
  min-width: 140px;
}

.custom-select-trigger {
  height: 34px;
  padding: 0 32px 0 10px;
  border-color: #aaaDA5;
  font-size: 12px;
  font-weight: 600;
}

.custom-select-trigger::after {
  right: 12px;
  width: 6px;
  height: 6px;
}

.custom-select.open .custom-select-trigger {
  box-shadow: none;
}

.custom-select-menu {
  top: calc(100% + 3px);
  padding: 2px;
  box-shadow: 0 6px 14px rgba(17, 21, 18, .1);
}

.custom-select-option {
  min-height: 32px;
  padding: 5px 8px;
  font-size: 12px;
}

.custom-select-option.selected {
  background: #f1f6e6;
}

.custom-select-option[data-value="EXCEPTION"],
.custom-select-option[data-value="OPEN"],
.custom-select-option[data-value="CLOSED"],
.custom-select-option[data-value="MATCHED"],
.custom-select-option[data-value="RESOLVED"] {
  border-left: 0;
}

.toolbar .custom-select {
  flex-basis: 140px;
}

.project-controls {
  grid-template-columns: auto minmax(160px, 200px) 34px;
}

.project-controls .custom-select-trigger {
  height: 34px;
  font-size: 12px;
}

.project-controls .custom-select-option {
  min-height: 32px;
  padding: 5px 8px;
  background: #fff;
  color: var(--ink);
  font-size: 12px;
  font-weight: 500;
}

.project-controls .custom-select-option:hover,
.project-controls .custom-select-option:focus {
  background: #f5f6ef;
}

.project-controls .custom-select-option.selected {
  background: #f1f6e6;
  font-weight: 700;
}

.project-controls .custom-select-option b {
  font-size: 12px;
}

.project-controls #new-project {
  height: 34px;
  font-size: 16px;
}
.onboarding-step.complete > .status.DONE {
  display: none;
}
