.editor-requestDrawer-panelPopover {
  font-size: 12px;
  line-height: 22px;
  color: #1C242E;
}
.editor-requestDrawer-panelPopover .editor-popover-title {
  font-weight: 600;
}
.editor-requestDrawer-panelPopover .editor-popover-inner-content {
  width: 400px;
  max-height: 368px;
  overflow: auto;
}
.editor-requestDrawer-panelPopover .editor-popover-inner-content::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.editor-requestDrawer-panelPopover .editor-popover-inner-content::-webkit-scrollbar-thumb {
  display: none;
}
.editor-requestDrawer-panelPopover .editor-popover-inner-content::-webkit-scrollbar-track,
.editor-requestDrawer-panelPopover .editor-popover-inner-content::-webkit-scrollbar,
.editor-requestDrawer-panelPopover .editor-popover-inner-content::-webkit-scrollbar-corner {
  display: none;
}
.editor-requestDrawer-panelPopover .editor-popover-inner-content::-webkit-scrollbar-track {
  display: none;
}
.editor-requestDrawer-panelPopover .editor-popover-inner-content .popType {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}
.editor-requestDrawer-panelPopover .editor-popover-inner-content .popType .popCopy {
  color: rgba(28, 36, 46, 0.55);
  cursor: pointer;
}
.editor-requestDrawer-panelPopover .editor-popover-inner-content .popCode {
  padding: 4px;
  background-color: #F6F8FA;
  color: rgba(28, 36, 46, 0.75);
}
.editor-requestDrawer {
  position: absolute !important;
  z-index: 1001 !important;
}
.editor-requestDrawer .panel + .panel {
  margin-top: 20px;
}
.editor-requestDrawer .panel .panelHd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  color: #1c242e;
  font-weight: bold;
  font-size: 14px;
}
.editor-requestDrawer .panel .panelHd .parseBtn {
  margin-top: 8px;
  padding: 0 12px;
}
.editor-requestDrawer .panel .panelHd .parseBtn span {
  font-size: 12px;
}
.editor-requestDrawer .panel .panelHd .panelDemo {
  font-size: 12px;
  font-weight: initial;
  margin-right: 8px;
  color: #47e;
  cursor: pointer;
}
.editor-requestDrawer .panel .panelHd .subTit {
  margin-left: 8px;
  color: rgba(28, 36, 46, 0.45);
  font-size: 12px;
}
.editor-requestDrawer .panel .panelHd .textType {
  width: 80px;
  margin-right: 12px;
}
.editor-requestDrawer .panel .panelHd .linkBtn {
  color: #29f;
}
.editor-requestDrawer .panel .panelBd {
  position: relative;
  margin-top: 4px;
  text-align: center;
}
.editor-requestDrawer .panel .panelBd textarea {
  height: 226px;
}
.editor-requestDrawer .panel .panelBd .flex {
  display: flex;
  margin-top: 12px;
}
.editor-requestDrawer .panel .panelBd .flex .fwb {
  font-weight: bold;
}
.editor-requestDrawer .panel .panelBd .flex .upload {
  margin-left: 4px;
}
.editor-requestDrawer .editor-drawer-body {
  padding: 20px;
}
.editor-requestDrawer .table button {
  margin-left: 4px;
}
.editor-requestDrawer .table .editor-table.editor-table-bordered > .editor-table-container > .editor-table-content > table {
  border-color: #e5e5e5;
}
.editor-requestDrawer .table .editor-table.editor-table-bordered > .editor-table-container > .editor-table-content > table .editor-table-thead th {
  border-color: #e5e5e5;
}
.editor-requestDrawer .table .editor-table.editor-table-bordered > .editor-table-container > .editor-table-content > table tbody .editor-table-row-level-0 .icon {
  display: none;
}
.editor-requestDrawer .table .editor-table.editor-table-bordered > .editor-table-container > .editor-table-content > table tbody tr:first-child td:first-child {
  border-bottom: none;
}
.editor-requestDrawer .table .editor-table.editor-table-bordered > .editor-table-container > .editor-table-content > table tbody tr:not(:first-child) td:first-child {
  border-bottom: none;
}
.editor-requestDrawer .table .editor-table.editor-table-bordered > .editor-table-container > .editor-table-content > table tbody tr:not(:first-child) td:first-child .innerTd::before,
.editor-requestDrawer .table .editor-table.editor-table-bordered > .editor-table-container > .editor-table-content > table tbody tr:not(:first-child) td:first-child .innerTd::after {
  position: absolute;
  left: -17px;
  display: block;
  width: 6px;
  border-left: 1px solid #e5e5e5;
  content: '';
}
.editor-requestDrawer .table .editor-table.editor-table-bordered > .editor-table-container > .editor-table-content > table tbody tr:not(:first-child) td:first-child .innerTd::before {
  top: -16px;
  height: 27px;
}
.editor-requestDrawer .table .editor-table.editor-table-bordered > .editor-table-container > .editor-table-content > table tbody tr:not(:first-child) td:first-child .innerTd::after {
  top: 50%;
  height: 30px;
}
.editor-requestDrawer .table .editor-table.editor-table-bordered > .editor-table-container > .editor-table-content > table tbody tr:last-child td:first-child {
  border-bottom: 1px solid #e5e5e5;
}
.editor-requestDrawer .table .editor-table.editor-table-bordered > .editor-table-container > .editor-table-content > table tbody tr:last-child td:first-child .innerTd::after {
  display: none;
}
.editor-requestDrawer .table .editor-table.editor-table-bordered > .editor-table-container > .editor-table-content > table tbody tr td {
  position: relative;
}
.editor-requestDrawer .table .highLight {
  color: #f47a1d;
}
.editor-requestDrawer .table .innerTd {
  position: relative;
  display: inline-block;
}
.editor-requestDrawer .table .innerTd .icon {
  position: absolute;
  top: 11px;
  left: -16px;
  width: 8px;
  height: 1px;
  background: #e5e5e5;
}
.editor-requestDrawer .table .editor-table-thead > tr > th {
  padding: 10px 16px;
}
.editor-requestDrawer .table .editor-table-thead > tr > th::before {
  display: none;
}
.editor-requestDrawer .table .editor-table-tbody .editor-table-row > td {
  padding: 10px 16px;
  border-color: #e5e5e5;
}
.editor-requestDrawer .table .editor-table-tbody .editor-table-row > td .editor-table-row-expand-icon {
  color: #ccced0;
}
.editor-requestDrawer .table .editor-table-tbody .editor-table-row > td .source {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 10px;
}
.footer {
  display: flex;
  justify-content: flex-end;
}
.footer .editor-btn {
  margin-left: 12px;
}
.monacoPlaceholder {
  position: absolute;
  display: none;
  white-space: pre-wrap;
  top: 0px;
  left: 65px;
  font-size: 14px;
  color: #ccc;
  font-family: Consolas, 'Courier New', monospace;
  pointer-events: none;
  user-select: none;
}
.errorContentClass {
  background: #ffe5e0;
}
