.editor-functors-drawer {
  position: absolute !important;
  z-index: 1001 !important;
}
.editor-functors-drawer-body {
  display: flex;
  flex-direction: row;
  height: 100%;
  overflow: hidden;
}
.editor-functors-drawer-title-line {
  width: 1px;
  height: 12px;
  background-color: #D9D9D9;
}
.editor-functors-drawer-title-targetName {
  height: 24px;
  line-height: 24px;
  color: #1C242E;
  font-weight: 500;
  font-size: 14px;
}
.editor-functors-drawer-title-targetName span {
  color: rgba(28, 36, 46, 0.45);
}
.editor-functors-drawer .editor-drawer-content {
  background-color: transparent;
}
.editor-functors-drawer .editor-drawer-content .editor-drawer-body {
  padding: 0;
}
.editor-functors-drawer .editor-drawer-content .editor-drawer-header {
  margin-left: var(--my-datasource-drawer-title-margin-left);
}
.editor-functors-drawer .editor-drawer-content .editor-drawer-footer {
  margin-left: var(--my-datasource-drawer-title-margin-left);
  background-color: #FFFFFF;
}
