.editor-set-condition-drawer {
  position: absolute !important;
}
.editor-set-condition-drawer .editor-drawer-body {
  padding: 20px !important;
}
.editor-set-condition-drawer .editor-drawer-body .title {
  font-weight: 500;
  margin-bottom: 16px;
}
.editor-set-condition-drawer .editor-drawer-body .content .editor-select {
  width: 100%;
}
.editor-set-condition-drawer .editor-drawer-body .content .editor-input,
.editor-set-condition-drawer .editor-drawer-body .content .editor-select-selector,
.editor-set-condition-drawer .editor-drawer-body .content .text {
  border-radius: 6px;
  color: rgba(28, 36, 46, 0.75);
}
.editor-set-condition-drawer .editor-drawer-body .content .text {
  background: rgba(68, 119, 238, 0.06);
  height: 32px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #E5E5E5;
}
.editor-set-condition-drawer .editor-drawer-body .content .addBtn {
  width: 100%;
  margin-top: 16px;
  border-color: #47e !important;
  color: #47e !important;
}
.editor-set-condition-drawer .editor-drawer-body .content .deleteBtn {
  display: flex;
  cursor: pointer;
}
