.editor-i18n {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: rgba(28, 36, 46, 0.25);
}
.editor-i18n.hasBindI18n {
  color: #47e;
}
.editor-i18n-popover {
  width: 260px;
  font-family: PingFang SC-Regular, PingFang SC, sans-serif;
}
.editor-i18n-popover-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  color: #1C242E;
}
.editor-i18n-popover-subTitle {
  font-size: 12px;
  color: rgba(28, 36, 46, 0.35);
  cursor: pointer;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
  text-align: right;
  user-select: none;
}
.editor-i18n-popover-content {
  margin-top: 8px;
}
.editor-i18n-popover-footer {
  margin-top: 12px;
}
.editor-i18n-LocaleConfig-search {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.editor-i18n-LocaleConfig-search .editor-input-affix-wrapper {
  padding: 2px 11px;
}
.editor-i18n-LocaleConfig-search .editor-input-affix-wrapper input {
  font-size: 12px;
}
.editor-i18n-LocaleConfig-search .editor-btn {
  padding: 0;
  font-size: 12px;
  height: 28px;
}
.editor-i18n-LocaleConfig-locales {
  max-height: 400px;
  overflow: auto;
}
.editor-i18n-LocaleConfig-locales-wrapper {
  margin-top: 8px;
  background-color: #F6F8FA;
  border-radius: 2px;
  padding: 9px 8px 6px;
}
.editor-i18n-LocaleConfig-locales-wrapper:hover {
  background-color: rgba(28, 36, 46, 0.04);
}
.editor-i18n-LocaleConfig-locales-wrapper:active {
  background-color: rgba(68, 119, 238, 0.06);
}
.editor-i18n-LocaleConfig-locales-btn {
  font-size: 12px;
  color: #4477EE;
  text-align: right;
  cursor: pointer;
}
.editor-i18n-LocaleConfig-locales-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  cursor: pointer;
}
.editor-i18n-LocaleConfig-content {
  flex: 1;
  overflow: hidden;
}
.editor-i18n-LocaleConfig-locale {
  display: flex;
  align-items: center;
}
.editor-i18n-LocaleConfig-locale-name {
  width: 68px;
  font-size: 12px;
  color: rgba(28, 36, 46, 0.35);
  padding-right: 8px;
}
.editor-i18n-LocaleConfig-locale-value {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  color: rgba(28, 36, 46, 0.75);
}
.editor-i18n-Relieve-readonly-push {
  margin-top: 15px;
  height: 24px;
  font-size: 12px;
  color: #4477EE;
  line-height: 24px;
  text-align: right;
  cursor: pointer;
  user-select: none;
}
.editor-i18n-NewLocale input {
  height: 28px;
}
.editor-i18n-NewLocale label::before {
  display: none!important;
}
.editor-i18n-NewLocale label::after {
  display: none!important;
}
.editor-i18n-NewLocale .editor-form-item-explain-error {
  font-size: 12px;
  padding: 5px 0;
}
.editor-i18n-NewLocale-footer {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
.editor-i18n-NewLocale-footer .editor-btn {
  padding: 0 9px;
  font-size: 12px;
  height: 24px;
}
.editor-i18n-NewLocale-footer .editor-btn:first-child {
  margin-right: 4px;
}
