.polaris-antd-select-simple {
  display: inline-block;
  min-height: 24px;
  line-height: 24px;
  padding: 0 6px;
  background: #deeffa;
  color: #1489e2;
  cursor: pointer;
  border: 1px solid transparent;
  margin-right: 5px;
}
.polaris-antd-select-simple:last-of-type {
  margin-right: 0;
}
.polaris-antd-select-simple:hover {
  border: 1px solid #1489e2;
}
.polaris-antd-select-simple.disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.polaris-antd-select-icon {
  color: #1489e2;
  font-size: 12px;
  margin-left: 5px;
}
