/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.wufeng-dashboard-dataSourceChoice-modal .editor-modal .editor-modal-header .editor-modal-title {
  font-weight: 600;
}
.wufeng-dashboard-dataSourceChoice-modal .editor-tabs-content {
  height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}
.wufeng-dashboard-dataSourceChoice-modal .editor-tabs-extra-content {
  margin-right: 0px !important;
}
.wufeng-dashboard-dataSourceChoice-modal .wufeng-dashboard-select-style {
  display: flex;
  align-items: center;
  height: 32px;
}
.wufeng-dashboard-dataSourceChoice-modal .wufeng-dashboard-select-img {
  width: 16px;
  height: 16px;
  background: linear-gradient(180deg, #7c5cff 0%, #9f54ff 100%);
  border-radius: 4px;
  opacity: 1;
}
