.editor-service-props-drawer {
  position: absolute !important;
}
.editor-service-props-drawer .drawer-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.editor-service-props-drawer .drawer-title .modalSubTitle {
  font-size: 14px;
  font-weight: 400;
  color: #64677A;
}
.editor-service-props-drawer .prevArea {
  width: inherit;
  height: 100%;
}
.editor-service-props-drawer .expandIcon {
  width: 16px;
  height: 16px;
  font-size: 12px;
  margin-right: 8px;
}
.editor-service-props-drawer .expandNoIconMargin {
  margin-right: 24px;
}
.editor-service-props-drawer .dataTable .editor-table-thead > tr > th {
  height: 40px;
  padding: 0 16px;
  color: rgba(28, 36, 46, 0.85);
  font-weight: 500;
}
.editor-service-props-drawer .dataTable .editor-table-thead > tr > th::before {
  display: none;
}
.editor-service-props-drawer .dataTable .editor-table-tbody .editor-table-row > td {
  height: 40px;
  padding: 0 16px;
  color: rgba(28, 36, 46, 0.85);
}
.editor-service-props-drawer .dataTable .editor-table-tbody .editor-table-row > td .editor-table-row-expand-icon {
  margin-top: 1.5px;
  color: #ccced0;
}
.editor-service-props-drawer .tips {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  color: #1c242e;
  font-weight: 600;
  font-size: 14px;
}
.editor-service-props-drawer .tips::before {
  display: block;
  width: 4px;
  height: 14px;
  margin-right: 8px;
  background-color: #47e;
  border-radius: 33px 33px 33px 33px;
  content: '';
}
.editor-service-props-drawer .smallSearch {
  height: 28px;
  width: 200px;
  font-size: 12px;
}
.editor-service-props-drawer .smallSearch .editor-input {
  height: 26px !important;
  padding: 0 !important;
}
.editor-service-props-drawer .smallSearch .editor-input-affix-wrapper:focus {
  box-shadow: none !important;
}
.editor-service-props-drawer .smallSearch .editor-input-suffix > *:not(:last-child) {
  margin-right: 2px;
}
.editor-service-props-drawer .smallSearch .anticon-search {
  color: #ACADBA !important;
}
.editor-service-props-drawer .datasource-table-attrWrap {
  padding-top: 12px;
}
.editor-service-props-drawer .tabs .tabExrtaView .smallSearch {
  width: 200px;
  height: 28px;
  border-color: #DCDDE5;
  font-size: 12px;
}
.editor-service-props-drawer .tabs .tabExrtaView .smallSearch .actionSearch {
  font-size: 14px;
  fill: #ACADBA;
}
.editor-service-props-drawer .tabs .tabExrtaView .editor-input-affix-wrapper-focused {
  box-shadow: none;
  border-color: #47e;
}
.editor-service-props-drawer .tabs .tabExrtaView .editor-input-affix-wrapper:focus {
  box-shadow: none !important;
}
.editor-service-props-drawer .tabs .editor-tabs-extra-content {
  margin: 0;
}
.editor-service-props-drawer .tabs .editor-tabs-nav {
  border-bottom: 1px solid #f0f0f0;
}
.editor-service-props-drawer .tabs .editor-tabs-tab-active {
  font-weight: 500;
}
.editor-service-props-drawer .editor-input-affix-wrapper {
  padding: 0 11px;
}
.editor-service-props-drawer .editor-input-affix-wrapper-focused {
  box-shadow: none !important;
  border-color: #47e;
}
.editor-service-props-drawer .editor-drawer-body {
  display: flex;
  padding-top: 0;
}
