.editor-static-data-source-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.editor-static-data-source-container .title {
  margin-bottom: 8px;
  color: rgba(28, 36, 46, 0.65);
  font-size: 12px;
}
.editor-static-data-source-container .panel .box .name {
  margin-bottom: 8px;
  color: rgba(28, 36, 46, 0.65);
  font-size: 12px;
}
.editor-static-data-source-container .panel .box .form {
  padding: 12px;
}
.editor-static-data-source-container .panel .box .form .editor-legacy-form-item-with-help {
  margin-bottom: 12px;
}
.editor-static-data-source-container .panel .box .form .editor-legacy-form-explain {
  position: absolute;
  line-height: 14px;
}
.editor-static-data-source-bindItem {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  background-color: #47e;
  border-radius: 2px;
}
.dataSourcePanel {
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
}
.dataSourcePanelShow {
  left: 0;
}
.slideIn {
  animation-name: slidein;
  animation-duration: 1s;
}
@keyframes slidein {
  from {
    left: 100%;
  }
  to {
    left: 0;
  }
}
.dataBindWrapper {
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 10, 0.45);
}
.dataBindPannelShow {
  left: 0;
}
