.editor-datasourceDrawer-whiteSpace {
  height: 12px;
  margin-left: -20px;
  margin-right: -20px;
  background-color: #FAFAFA;
}
.editor-datasourceDrawer-newDatasourceDrawer-drag .editor-drawer-content {
  background-color: transparent;
}
.editor-datasourceDrawer-newDatasourceDrawer-drag .editor-drawer-content .editor-drawer-body {
  display: flex;
  padding: 0 !important;
}
.editor-datasourceDrawer-newDatasourceDrawer-drag .editor-drawer-content .editor-drawer-header {
  margin-left: var(--my-newDatasource-drawer-title-margin-left) !important;
}
.editor-datasourceDrawer-drawerContent {
  position: absolute !important;
}
.editor-datasourceDrawer-drawerContent .prevArea {
  width: inherit;
  height: 100%;
}
.editor-datasourceDrawer-drawerContent .editor-drawer-footer {
  display: flex;
  justify-content: flex-end;
}
.editor-datasourceDrawer-drawerContent .editor-drawer-footer .editor-btn:not(:first-child) {
  margin-left: 8px;
}
.editor-datasourceDrawer-drawerContent .drawerBodyView {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  background-color: #ffffff;
}
.editor-datasourceDrawer-drawerContent .drawerBodyView .drawerBodyContentScroll {
  overflow: hidden scroll !important;
}
.editor-datasourceDrawer-drawerContent .drawerBodyView .drawerBodyContent {
  position: relative;
  flex: 1;
  padding: 0 16px;
  overflow: hidden;
}
.editor-datasourceDrawer-drawerContent .drawerBodyView .drawerBodyContent .tabs .editor-tabs-nav {
  margin: 0 0 16px 0 !important;
  border-bottom: 1px solid #e8e8e8;
  outline: none;
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.editor-datasourceDrawer-drawerContent .drawerBodyView .drawerBodyContent .tabs .editor-tabs-nav .editor-tabs-tab {
  margin: 0 32px 0 0 !important;
  padding: 12px 16px;
}
.editor-datasourceDrawer-drawerContent .drawerBodyView .drawerBodyContent .tabs .editor-tabs-nav .editor-tabs-tab-active {
  font-weight: 500;
}
.editor-datasourceDrawer-drawerContent .drawerBodyView .drawerBodyContent .step {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  padding: 12px 200px;
  background-color: #fafafa;
  border-radius: 6px;
}
.editor-datasourceDrawer-drawerContent .drawerBodyView .drawerBodyContent .step .editor-steps {
  display: flex;
  flex: 1;
  justify-content: center;
  width: auto;
}
.editor-datasourceDrawer-drawerContent .drawerBodyView .drawerBodyContent .step .editor-steps-item-active .editor-steps-item-title {
  color: #1c242e;
  font-weight: 500;
}
.editor-datasourceDrawer-drawerContent .drawerBodyView .drawerBodyContent .tips {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  color: #1c242e;
  font-weight: 600;
  font-size: 14px;
}
.editor-datasourceDrawer-drawerContent .drawerBodyView .drawerBodyContent .tips::before {
  display: block;
  width: 4px;
  height: 14px;
  margin-right: 8px;
  background-color: #47e;
  border-radius: 33px 33px 33px 33px;
  content: '';
}
.editor-datasourceDrawer-drawerContent .drawerBodyView .drawerBodyContent .customDragView {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 100;
  background-color: #ffffff;
}
.editor-datasourceDrawer-drawerContent .drawerBodyView .drawerBodyContent .customDragline {
  width: 100%;
  height: 4px;
  background-color: #f2f3f5;
  border-radius: 6px;
  position: relative;
  cursor: ns-resize;
}
.editor-datasourceDrawer-drawerContent .drawerBodyView .drawerBodyContent .customDragline:hover {
  background-color: rgba(68, 119, 238, 0.2);
}
.editor-datasourceDrawer-drawerContent .drawerBodyView .drawerBodyContent .customDragline::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  border-radius: 14px;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  background-color: #6ba1ff;
}
.editor-datasourceDrawer-drawerContent .drawerBodyView .drawerBodyContent .customDragline.lineDragging {
  background-color: rgba(68, 119, 238, 0.2);
}
.editor-datasourceDrawer-drawerContent .drawerBodyView .editor-datasourceDrawer-drawer_footer {
  width: 100%;
  padding: 12px 16px;
  line-height: 32px;
  text-align: right;
  background: #fff;
  box-shadow: 0 1px 0 #e9e9e9 inset;
}
.editor-datasourceDrawer-drawerContent .drawerBodyView .editor-datasourceDrawer-drawer_footer .editor-btn {
  margin-left: 8px;
}
.editor-datasourceDrawer-drawerContent .drawerBodyView .editor-datasourceDrawer-drawer_footer .editor-btn:first-child {
  margin-left: 0;
}
.editor-datasourceDrawer-drawerContent .drawerBodyView .editor-selectBusiObject-objInput {
  font-size: 14px;
}
.editor-datasourceDrawer-drawerContent .checkedDiv {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34px;
  height: 34px;
  text-align: center;
}
.editor-datasourceDrawer-drawerContent .checkedDiv .triangle {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border: 17px solid transparent;
  border-right: 17px solid #5c8cfa;
  border-bottom: 17px solid #5c8cfa;
}
.editor-datasourceDrawer-drawerContent .checkedDiv .icon {
  position: relative;
  top: 12px;
  left: 8px;
  z-index: 2;
  color: white;
}
