.editor-rightprops-panel .editor-collapse-header {
  height: 32px;
  font-weight: bold;
  font-size: 12px !important;
  background-color: #f7f7f7;
  border-top: 1px solid #f0f0f0 !important;
  border-bottom: 1px solid #f0f0f0 !important;
}
.editor-rightprops-panel .editor-collapse-header .editor-collapse-extra {
  margin-left: 8px !important;
  cursor: help;
}
.editor-rightprops-panel .editor-rightprops-panel-header {
  display: flex;
  align-items: center;
  width: 100%;
  padding-right: 24px;
}
.editor-rightprops-panel .editor-rightprops-panel-header-group {
  flex: 1;
  display: flex;
  align-items: center;
}
.editor-rightprops-panel .editor-rightprops-panel-header-group .editor-rightprops-panel-header-sub-title {
  margin-left: 4px;
  color: rgba(28, 36, 46, 0.35);
}
.editor-rightprops-panel .editor-rightprops-panel-header .editor-rightprops-panel-header-item:not(:last-child) {
  margin-right: 8px;
}
.editor-rightprops-panel .editor-rightprops-panel-header .editor-rightprops-panel-header-refresh {
  margin-right: 10px;
  color: #4477EE;
  font-weight: 400;
  font-size: 12px;
}
.editor-rightprops-panel .editor-select {
  font-size: 12px;
}
.editor-rightprops-panel .editor-form-item-explain-error {
  font-size: 12px;
  line-height: 12px;
}
.editor-rightprops-panel .editor-form-item-with-help .editor-form-item-explain {
  position: absolute;
  top: 36px;
  left: 0;
}
.editor-rightprops-panel .editor-input-group-wrapper .editor-input-search-button {
  height: 28px !important;
}
.editor-rightprops-panel .editor-input-group-wrapper .editor-input-group input {
  font-size: 12px;
}
.editor-rightprops-panel .editor-input-number .editor-input-number-handler-wrap {
  opacity: 1 !important;
}
.editor-rightprops-subPanel-disabled .editor-collapse-header {
  color: rgba(0, 0, 0, 0.85) !important;
  cursor: auto !important;
}
.editor-rightprops-required {
  color: #f5222d;
  font-family: SimSun, sans-serif;
}
.editor-rightprops-isSet {
  color: #47e;
}
/* stylelint-disable-next-line CssSyntaxError */
.editor-rightprops-pack_label .editor-form-item-label label {
  left: 10px;
}
.editor-rightprops-tooltips {
  padding: 0;
}
.editor-rightprops-tooltips .editor-tooltip-inner {
  font-size: 12px;
  line-height: 18px;
  min-height: 0;
  padding: 2px 8px;
}
.editor-rightprops-underLine {
  text-decoration-line: underline;
  text-decoration-style: dashed;
  text-decoration-color: rgba(28, 36, 46, 0.25);
  text-underline-offset: 4px;
  line-height: 18px;
  cursor: help;
}
.editor-rightprops-compId .editor-input-group-addon {
  background-color: #fff !important;
  font-size: 12px !important;
  padding: 0 8px !important;
}
