.editor-selectDataSource {
  margin-bottom: 2px;
}
.editor-selectDataSource-title {
  display: flex;
  margin-bottom: 8px;
  color: #1c242e;
}
.editor-selectDataSource-title .anticon-question-circle {
  margin-left: 4px;
}
.editor-selectDataSource-title .anticon-question-circle svg {
  fill: rgba(28, 36, 46, 0.85);
}
.editor-selectDataSource-title a {
  color: #47e;
}
.editor-selectDataSource-new {
  color: #47e;
}
.editor-selectDataSource-selectBox {
  display: flex;
}
.editor-selectDataSource-selectBox .release {
  margin-left: 8px;
  cursor: pointer;
  color: #fff;
}
.editor-selectDataSource-selectBox .release.editor-btn-dangerous {
  background-color: #ff7474;
  border-color: #ff7474;
}
.editor-selectDataSource-selectBox .release.editor-btn-dangerous:hover {
  background-color: #d9575b;
  border-color: #d9575b;
}
.editor-selectDataSource-selectBox .editor-form-item {
  margin-bottom: 0;
}
.editor-selectDataSource-selectBox .editor-form-item .editor-form-item-explain {
  margin-bottom: -2px;
}
.editor-selectDataSource-selectBox .editor-select-single:not(.editor-select-customize-input) .editor-select-selector {
  padding: 0 8px;
}
.editor-selectDataSource-selectBox .editor-select-selection-item {
  display: flex;
  align-items: center;
}
.editor-selectDataSource-selectBox .editor-select-selection-item .tag {
  line-height: 16px;
}
.editor-selectDataSource-selectBox-select {
  flex: 1;
  overflow: hidden;
}
.editor-selectDataSource-selectBox-select .name,
.editor-selectDataSource-selectBox-select-dropdown .name {
  color: rgba(28, 36, 46, 0.85);
}
.editor-selectDataSource-selectBox-select .code,
.editor-selectDataSource-selectBox-select-dropdown .code {
  color: rgba(28, 36, 46, 0.35);
}
.editor-selectDataSource-selectBox-select .tag,
.editor-selectDataSource-selectBox-select-dropdown .tag {
  margin-right: 8px;
  padding: 2px 4px;
  font-size: 12px;
  border-radius: 6px;
}
.editor-selectDataSource-tooltip {
  font-size: 12px !important;
  max-width: 256px !important;
}
