.editor-modal-custom-wrap {
  position: absolute;
}
.editor-modal-custom-wrap .editor-modal {
  position: absolute;
  right: 280px;
  bottom: 25px;
}
.editor-modal-custom-wrap .editor-modal .editor-modal-content {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 520px;
}
.editor-modal-custom-wrap .editor-modal .editor-modal-content .editor-modal-body {
  flex: 1;
  overflow: scroll;
  padding-top: 12px;
  padding-bottom: 12px;
}
.editor-modal-custom-wrap .editor-modal-full {
  position: absolute;
  inset: 0;
  width: 100% !important;
}
.editor-modal-custom-wrap .editor-modal-full .editor-modal-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.editor-modal-custom-wrap .editor-modal-full .editor-modal-content .editor-modal-body {
  flex: 1;
  overflow: scroll;
}
.editor-modal-custom-wrap .editor-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.editor-modal-custom-wrap .editor-wrap .editor-tips {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.editor-modal-custom-wrap .editor-wrap .editor-tips-right {
  display: flex;
  align-items: center;
}
.editor-modal-custom-wrap .editor-wrap .editor-tips-line {
  width: 1px;
  height: 12px;
  margin: 0 8px;
  background-color: #E5E5E5;
}
.editor-modal-custom-wrap .editor-wrap .editor-monaco_content {
  flex: 1;
  width: 100%;
  padding: 4px;
  overflow: scroll;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}
.editor-modal-custom-wrap .editor-wrap .editor-monaco_content:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.editor-modal-custom-wrap .editor-modal-footer .editor-btn {
  padding: 0px 15px;
}
.clear {
  margin-left: 4px;
}
.editor-rightattr-customizeStyle {
  height: auto;
  overflow-y: visible;
}
.editor-groupJson {
  top: 0 !important;
  background: #fff;
}
.editor-groupJson .editor-textNoJSON {
  background: #fff;
  border: 1px solid red;
}
.editor-groupJson .editor-textNoJSON :focus {
  border: red;
}
.editor-groupJson .editor-textJSON {
  background: #fff;
  border: 1px solid #e5e5e5;
}
.editor-groupJson .editor-buttonFangda {
  top: -17px;
  right: 1px;
  z-index: 1;
  float: right;
  height: 16px;
  margin: 0;
  padding: 0 !important;
  border: 0;
}
.editor-groupJson .editor-buttonFangda svg {
  background: #fff;
}
