/* 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-wrap {
  box-sizing: border-box;
  width: 100%;
  padding: 0 16px 0 16px;
  background: #fff;
}
.wufeng-dashboard-dataSourceChoice-header {
  margin-bottom: 12px;
  color: #1c242e;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}
.wufeng-dashboard-dataSourceChoice-formname {
  height: 16px;
  margin-bottom: 12px;
  color: rgba(28, 36, 46, 0.75);
  font-size: 14px;
  line-height: 16px;
}
.wufeng-dashboard-dataSourceChoice-button {
  width: 100%;
  height: 36px;
}
.wufeng-dashboard-dataSourceChoice-button.editor-btn-default {
  color: #47e !important;
  border-color: #47e !important;
}
