.newCustomEventDrawer-drawerContent .editor-drawer-body {
  padding: 0 !important;
}
.newCustomEventDrawer-body {
  margin-bottom: 53px;
}
.newCustomEventDrawer-body .formDiv {
  padding: 20px 16px 0;
}
.newCustomEventDrawer-body .formDiv .editor-legacy-form-item.editor-row:not(:first-child) {
  margin: 20px 0 !important;
}
.newCustomEventDrawer-body .formDiv .editor-legacy-form-item {
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
.newCustomEventDrawer-body .formDiv .editor-legacy-form-item textarea.editor-input {
  margin-bottom: 0 !important;
}
.newCustomEventDrawer-body .formDiv .editor-legacy-form-item-label,
.newCustomEventDrawer-body .formDiv .editor-legacy-form-item-children input {
  height: 28px;
}
.newCustomEventDrawer-body .formDiv .editor-legacy-form-item-children textarea {
  height: 56px;
}
.newCustomEventDrawer-body .formDiv .editor-legacy-form-item-control-wrapper .editor-legacy-form-item-control {
  width: 100%;
}
.newCustomEventDrawer-body .formDiv .paramTable .editor-table-thead > tr > th {
  height: 40px;
  padding: 0 16px !important;
}
.newCustomEventDrawer-body .formDiv .paramTable .editor-table-tbody > tr > td {
  height: 48px;
  padding: 0 16px !important;
}
.newCustomEventDrawer-body .formDiv .paramTable .editor-table-tbody > tr > td input {
  line-height: 24px;
}
.newCustomEventDrawer-body .formDiv .editor-tag {
  margin-top: 4px;
}
.newCustomEventDrawer-body .formDiv .externalCall-cell .editor-legacy-form-item-children {
  line-height: 28px;
}
.newCustomEventDrawer-body .formDiv .externalCall-cell .editor-legacy-form-item-children label {
  padding-right: 4px;
}
.newCustomEventDrawer-body .formDiv .titleTips {
  font-size: 12px;
  color: #47e;
  cursor: pointer;
}
.newCustomEventDrawer-body .formDiv .paramAddBtn {
  margin: 16px 0 20px;
}
.newCustomEventDrawer-body .formDiv .radio-title {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}
.newCustomEventDrawer-body .formDiv .radio-title .editor-radio-group {
  margin-right: 12px;
}
.newCustomEventDrawer-body .formDiv .tips {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  color: #1c242e;
  font-weight: 600;
  font-size: 14px;
}
.newCustomEventDrawer-body .formDiv .tips::before {
  display: block;
  width: 4px;
  height: 14px;
  margin-right: 8px;
  background-color: #47e;
  border-radius: 33px 33px 33px 33px;
  content: '';
}
.newCustomEventDrawer-body .formDiv .rowMargin {
  margin: 20px 0;
}
.newCustomEventDrawer-body .interval {
  height: 12px;
  background: #fafafa;
}
.newCustomEventDrawer-body .custWrap {
  display: flex;
  position: relative;
}
.newCustomEventDrawer-body .custWrap .custEditorWrap {
  width: 100%;
}
.newCustomEventDrawer-body .custWrap .custEditorHisWrap {
  width: calc(100% - 188px) !important;
}
.newCustomEventDrawer-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  padding: 12px 20px;
  line-height: 32px;
  text-align: right;
  background: #fff;
  box-shadow: 0 1px 0 #e9e9e9 inset;
}
.newCustomEventDrawer-footer .editor-btn {
  margin-left: 8px;
}
.newCustomEventDrawer-footer .editor-btn:first-child {
  margin-left: 0;
}
.newCustomEventDrawer-alert-con .editor-alert {
  align-items: center;
  padding: 4px 12px;
  margin-bottom: 16px;
}
.newCustomEventDrawer-alert-con .editor-alert .editor-alert-action,
.newCustomEventDrawer-alert-con .editor-alert .editor-alert-content {
  padding-top: 4px;
}
.newCustomEventDrawer-alert-con .editor-alert .editor-alert-icon {
  padding-top: 4px;
}
.newCustomEventDrawer-alert-con-title {
  font-weight: 600;
  color: rgba(28, 36, 46, 0.75);
}
.newCustomEventDrawer-alert-con-desc {
  color: rgba(28, 36, 46, 0.75);
}
.newCustomEventDrawer-alert-con-link,
.newCustomEventDrawer-alert-con-link:hover {
  color: #47e;
}
