.editor-setting-content-popover-content {
  display: flex;
  overflow: hidden;
}
.editor-setting-content-popover-content .editor-setting-content-popover-tabs {
  padding-right: 16px;
}
.editor-setting-content-popover-content .editor-setting-content-popover-tabs .editor-tabs .editor-tabs-left-bar {
  width: 120px;
  margin-right: 0;
  border-right: none;
}
.editor-setting-content-popover-content .editor-setting-content-popover-tabs .editor-tabs .editor-tabs-left-bar .editor-tabs-ink-bar {
  left: 0;
  width: 120px;
  border-radius: 4px;
}
.editor-setting-content-popover-content .editor-setting-content-popover-tabs .editor-tabs .editor-tabs-left-bar .editor-tabs-tab {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  overflow: hidden;
  color: rgba(28, 36, 46, 0.85);
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
  border-radius: 4px;
}
.editor-setting-content-popover-content .editor-setting-content-popover-tabs .editor-tabs .editor-tabs-left-bar .editor-tabs-tab.editor-tabs-tab-active {
  color: #fff;
}
.editor-setting-content-popover-content .editor-setting-content-popover-tabs .editor-tabs .editor-tabs-left-content {
  padding-left: 0;
  border: none;
}
.editor-setting-content-popover-content .editor-setting-content-popover-main {
  flex: 1;
}
.editor-setting-content-popover-modal {
  padding: 0;
  top: 100px;
}
.editor-setting-content-popover-modal.editor-modal {
  top: 100px;
}
.editor-setting-content-popover-modal .editor-modal-content {
  display: flex;
  flex-direction: column;
  min-height: 320px;
  max-height: calc(100vh - 80px);
  overflow: hidden;
}
.editor-setting-content-popover-modal .editor-modal-body {
  flex: 1;
  overflow-y: auto;
}
.editor-setting-content-popover-modal .editor-modal-body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.editor-setting-content-popover-modal .editor-modal-body::-webkit-scrollbar-thumb {
  width: 10px;
  background: #f2f2f2;
  border-radius: 0;
}
.editor-setting-content-popover-modal .editor-modal-body::-webkit-scrollbar-track,
.editor-setting-content-popover-modal .editor-modal-body::-webkit-scrollbar,
.editor-setting-content-popover-modal .editor-modal-body::-webkit-scrollbar-corner {
  background: #bfbfbf;
  border-radius: 0;
}
.editor-setting-content-popover-modal .editor-modal-body::-webkit-scrollbar-track {
  border-color: #bfbfbf;
}
.editor-setting-content-popover-modal .editor-modal-body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.editor-setting-content-popover-modal .editor-modal-body::-webkit-scrollbar-thumb {
  width: 10px;
  background: #f2f2f2;
  border-radius: 0;
}
.editor-setting-content-popover-modal .editor-modal-body::-webkit-scrollbar-track,
.editor-setting-content-popover-modal .editor-modal-body::-webkit-scrollbar,
.editor-setting-content-popover-modal .editor-modal-body::-webkit-scrollbar-corner {
  background: #bfbfbf;
  border-radius: 0;
}
.editor-setting-content-popover-modal .editor-modal-body::-webkit-scrollbar-track {
  border-color: #bfbfbf;
}
.editor-setting-content-popover-modal .editor-modal-body {
  padding: 0;
}
.editor-setting-content-popover-modal .editor-setting-content-popover-table {
  margin: 12px 0;
}
.editor-setting-content-popover-modal .editor-setting-content-popover-table .editor-table-tbody .editor-setting-content-popover-over {
  background-color: #47e;
}
.editor-setting-content-popover-modal .editor-setting-content-popover-table .editor-table-tbody .editor-setting-content-popover-over td {
  background-color: #47e;
}
.editor-setting-content-popover-modal .editor-setting-content-popover-table .editor-select-selection {
  width: 100px;
}
.editor-setting-content-popover-modal .editor-setting-content-popover-content {
  padding: 12px;
}
.editor-setting-content-popover-modal .editor-setting-content-popover-form {
  width: 100%;
}
.editor-setting-content-popover-i18n {
  top: 50%;
  transform: translateY(-50%);
}
