.polaris-antd-input-by-select-tag {
  flex: 1;
  min-height: 24px;
}
.polaris-antd-input-by-select-tag .ant-select-selection--multiple {
  padding-bottom: 0;
  min-height: 24px;
  border-radius: 0;
  background: #deeffa;
  color: #1489e2;
  border: 1px solid transparent;
}
.polaris-antd-input-by-select-tag .ant-select-selection__placeholder {
  color: #1489e2;
}
.polaris-antd-input-by-select-tag .ant-select-selection__rendered {
  line-height: 24px;
}
.polaris-antd-input-by-select-tag li {
  margin-top: 0 !important;
}
.polaris-antd-input {
  padding: 0 0 0 10px;
  padding-bottom: 0;
  height: 24px;
  border-radius: 0;
  background: #deeffa;
  color: #1489e2;
  border: 1px solid transparent;
}
.polaris-antd-input::-webkit-input-placeholder {
  color: #1489e2;
}
