.editor-default-column-btn {
  border: none !important;
}
.editor-default-column-popover .editor-popover-inner-content {
  width: 320px;
  height: 400px;
  overflow: hidden;
  padding: 0;
}
.editor-default-column-popover .editor-default-column-content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.editor-default-column-popover .editor-default-column-content a {
  color: #47e;
}
.editor-default-column-popover .editor-default-column-content .editor-checkbox {
  top: 0;
  font-size: 12px;
}
.editor-default-column-popover .editor-default-column-content .editor-checkbox + span {
  padding-right: 0;
  height: 32px;
  display: flex;
  align-items: center;
}
.editor-default-column-popover .editor-default-column-content .editor-default-column-head {
  display: flex;
  justify-content: space-between;
  padding: 7px 12px;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
}
.editor-default-column-popover .editor-default-column-content .editor-default-column-head .editor-default-column-ctrl {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: normal;
}
.editor-default-column-popover .editor-default-column-content .editor-default-column-head .editor-default-column-ctrl .editor-checkbox-wrapper {
  font-size: 12px;
  display: flex;
  align-items: center;
}
.editor-default-column-popover .editor-default-column-content .editor-default-column-head .editor-default-column-ctrl .editor-checkbox-wrapper .editor-checkbox + span {
  padding-left: 4px;
}
.editor-default-column-popover .editor-default-column-content .editor-default-column-head .editor-default-column-ctrl .editor-checkbox-wrapper .editor-checkbox-inner {
  width: 12px;
  height: 12px;
}
.editor-default-column-popover .editor-default-column-content .editor-default-column-head .editor-default-column-ctrl .editor-checkbox-wrapper .editor-checkbox-inner::after {
  border-width: 1px;
  width: 4.7px;
  height: 8px;
}
.editor-default-column-popover .editor-default-column-content .editor-default-column-body {
  padding: 0 12px;
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.editor-default-column-popover .editor-default-column-content .editor-default-column-body .editor-input-affix-wrapper {
  padding: 2px 8px;
}
.editor-default-column-popover .editor-default-column-content .editor-default-column-body .editor-input-affix-wrapper input {
  font-size: 12px;
}
.editor-default-column-popover .editor-default-column-content .editor-default-column-body .editor-input-affix-wrapper input::placeholder {
  font-size: 12px;
}
.editor-default-column-popover .editor-default-column-content .editor-default-column-body-wrap {
  flex: 1;
  overflow: auto;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
}
.editor-default-column-popover .editor-default-column-content .editor-default-column-body-wrap .editor-checkbox-wrapper {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.editor-default-column-popover .editor-default-column-content .editor-default-column-body-wrap .editor-checkbox-wrapper + .editor-checkbox-wrapper {
  margin-left: 0;
}
.editor-default-column-popover .editor-default-column-content .editor-default-column-body-wrap .editor-default-column-tip {
  color: #b0b2bf;
}
.editor-default-column-popover .editor-default-column-content .editor-default-column-footer {
  text-align: right;
  padding: 8px 12px;
}
.editor-default-column-popover .editor-default-column-content .editor-default-column-footer .editor-btn {
  padding: 0 12px;
  height: 28px;
  margin-left: 8px;
}
