.editor-datasourceDrawer-drawer-footer .editor-drawer-footer {
  display: none;
}
.editor-datasourceDrawer .tableHeader {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.editor-datasourceDrawer .tableHeader .showAll {
  display: flex;
  align-items: center;
  padding-top: 1px;
  margin-right: 8px;
  cursor: pointer;
}
.editor-datasourceDrawer-drawerContent .filterTable .editor-table-cell {
  padding: 8px !important;
}
.editor-global-datasource-wrap {
  display: flex;
  flex-direction: column;
}
.editor-global-datasource-wrap .headerBtns .editor-btn {
  min-width: auto !important;
  padding: 0 20px !important;
}
.editor-global-datasource-wrap .headerBtns .editor-btn:not(:last-child) {
  margin-right: 8px !important;
}
.editor-global-datasource-wrap .headerBtns .editor-btn-background-ghost.editor-btn-primary {
  color: #47e !important;
  border-color: #47e !important;
}
.editor-global-datasource-wrap .margin-card::after {
  height: 8px;
  background: #FAFAFA;
  content: '';
  display: block;
  width: calc(100% + 40px);
  transform: translate(-20px, 16px);
}
.editor-global-datasource-wrap .form .editor-input {
  height: 32px;
}
.editor-global-datasource-wrap .lastRow .editor-legacy-form-item,
.editor-global-datasource-wrap .form-card .editor-legacy-form-item {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.editor-global-datasource-wrap .card {
  padding: 16px 20px;
  background: #fff;
}
.editor-global-datasource-wrap .sourceCard {
  overflow: hidden;
  text-align: center;
  border: 1px solid #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}
.editor-global-datasource-wrap .sourceCard .tit {
  color: rgba(28, 36, 46, 0.75);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 2px;
}
.editor-global-datasource-wrap .sourceCard .desc {
  color: rgba(28, 36, 46, 0.35);
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.editor-global-datasource-wrap .cardChecked {
  border: 1px solid #47e;
}
.editor-global-datasource-wrap .editor-card-body {
  display: flex;
  align-items: center;
  padding: 14px 12px;
}
.editor-global-datasource-wrap .editor-card-body .icon {
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.editor-global-datasource-wrap .editor-card-body .msg {
  text-align: left;
}
.editor-global-datasource-wrap .tips {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  color: #1c242e;
  font-weight: 600;
  font-size: 14px;
}
.editor-global-datasource-wrap .tips::before {
  display: block;
  width: 4px;
  height: 14px;
  margin-right: 8px;
  background-color: #47e;
  border-radius: 33px 33px 33px 33px;
  content: '';
}
.editor-global-datasource-wrap .tipsWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.editor-global-datasource-wrap .tipsWrap .tips {
  margin-bottom: 0 !important;
}
.editor-global-datasource-wrap .tipsWrap .searchWrap {
  display: flex;
  align-items: center;
}
.editor-global-datasource-wrap .tipsWrap .searchWrap .smallSearch {
  margin-right: 8px;
}
.editor-global-datasource-wrap .tipsWrap .editor-btn {
  height: 28px !important;
  padding: 0 0 0 12px !important;
}
.editor-global-datasource-wrap .tipsWrap .editor-btn .labelTip {
  margin-left: 4px;
  padding-right: 12px;
}
.editor-global-datasource-wrap .tipsWrap .editor-btn .labelTip svg {
  fill: #fff;
}
.editor-global-datasource-wrap .smallSearch {
  height: 28px;
  width: 240px;
  padding: 0 8px;
}
.editor-global-datasource-wrap .smallSearch .editor-input {
  box-sizing: border-box;
  height: 26px !important;
  padding: 0;
}
.editor-global-datasource-wrap .smallSearch .editor-input .editor-input-clear-icon-hidden {
  display: none;
}
.editor-global-datasource-wrap .smallSearch .editor-input-suffix {
  color: #c6c8cb;
}
.editor-tips-view {
  padding: 8px 20px 8px 20px;
  background-color: #EEF6FF;
}
.editor-tips-view-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.editor-tips-view-nav-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
}
.editor-tips-view-nav-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #4477EE;
  font-size: 12px;
  color: #fff;
}
.editor-tips-view-nav-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.editor-tips-view-nav-btn-text {
  color: #4477EE;
  font-size: 14px;
  font-weight: 500;
  margin-right: 8px;
}
.editor-tips-view-nav-btn-icon {
  transition: all 0.2s linear;
  transform: rotate(0deg);
}
.editor-tips-view-expand {
  transform: rotate(180deg);
}
.editor-tips-view-title-text {
  margin-left: 10px;
  color: #1C242E;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}
.editor-tips-view-body {
  font-size: 12px;
  color: rgba(28, 36, 46, 0.75);
  line-height: 20px;
  padding-left: 24px;
  overflow: hidden;
  max-height: 0px;
  transition: all 0.2s linear;
}
.editor-tips-view-body-expand {
  max-height: 100px;
}
.editor-tips-view-body-higtlight {
  color: #F47A1D;
}
.editor-tips-view-body div:first-child {
  padding-top: 4px;
}
.globalData {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.globalData-main {
  flex: 1;
  height: 0;
  overflow: auto;
}
.globalData-main .editor-legacy-form-explain {
  position: absolute;
}
