.editor-select-table-col-select.editor-select-single:not(.editor-select-customize-input) .editor-select-selector {
  height: 28px;
  padding: 0 8px;
}
.editor-select-table-col-select.editor-select-single:not(.editor-select-customize-input) .editor-select-selector .editor-select-selection-search-input {
  height: 26px;
  line-height: 28px;
}
.editor-select-table-col .editor-select-selector {
  height: 28px;
  padding: 0 8px;
}
.editor-select-table-col .editor-select-selector .editor-select-selection-search-input {
  height: 26px;
  line-height: 28px;
}
.editor-select-table-col-dropdown .editor-select-item {
  padding: 2px 8px;
  min-height: 0;
}
.editor-select-table-col-dropdown .editor-select-item a {
  color: #47e;
  margin-left: 2px;
}
.editor-select-table-col-dropdown .editor-select-item:not(:last-child) {
  margin-bottom: 4px;
}
.editor-select-table-col-dropdown .editor-select-item-option-active:not(.editor-select-item-option-disabled),
.editor-select-table-col-dropdown .editor-select-item-option-selected:not(.editor-select-item-option-disabled) {
  background-color: transparent;
}
.editor-select-table-col-dropdown .editor-select-item-option-active:not(.editor-select-item-option-disabled):hover,
.editor-select-table-col-dropdown .editor-select-item-option-selected:not(.editor-select-item-option-disabled):hover {
  background-color: rgba(28, 36, 46, 0.04);
}
.editor-select-table-col-dropdown .editor-checkbox-wrapper {
  width: 100%;
  display: flex;
  font-weight: normal;
}
.editor-select-table-col-dropdown .editor-checkbox + span {
  font-size: 12px;
  color: rgba(28, 36, 46, 0.85);
  padding-right: 0;
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  text-overflow: ellipsis;
}
.editor-select-table-col-dropdown .editor-checkbox + span a {
  color: #47e;
  margin-left: 2px;
}
.editor-select-table-col-dropdown .editor-checkbox .editor-checkbox-inner {
  width: 14px;
  height: 14px;
}
.editor-select-table-col-dropdown .editor-select-item-option-state {
  display: none;
}
.editor-select-table-col-subtitle {
  color: rgba(28, 36, 46, 0.35);
  margin-left: 2px;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.editor-select-table-col-btn .editor-btn {
  margin-right: 8px;
  height: 24px;
  padding: 0 12px;
  font-size: 12px;
}
.editor-select-table-col-modal-wrap .editor-modal-body {
  padding: 12px;
  height: 374px;
  overflow: auto;
}
.editor-select-table-col-modal .editor-select-table-col-empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 320px;
}
.editor-select-table-col-modal .editor-select-table-col-empty a {
  color: #47e;
}
.editor-select-table-col-modal .editor-select-table-col-group {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.editor-select-table-col-modal .editor-select-table-col-group:not(:last-child) {
  margin-bottom: 8px;
}
.editor-select-table-col-modal .editor-select-table-col-group .editor-select-table-col-label {
  min-width: 80px;
  border-radius: 6px;
  padding: 4px 8px;
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}
.editor-select-table-col-modal .editor-select-table-col-group .editor-select-table-col-select-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
}
.editor-select-table-col-modal .editor-select-table-col-group .editor-select-table-col-select-wrap .anticon-search {
  font-size: 16px;
  color: #1c242e;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.editor-select-table-col-modal .editor-select-table-col-group .editor-select-table-col-select {
  flex: 1;
}
.editor-select-table-col-modal .editor-select-table-col-group .editor-select-table-col-select .editor-select-clear {
  width: 16px;
  height: 16px;
  right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: -8px;
}
.editor-select-table-col-modal .editor-select-table-col-group .editor-select-table-col-select .editor-select-selector {
  height: 32px;
  overflow: auto;
}
.editor-select-table-col-modal .editor-select-table-col-group .editor-select-table-col-select .editor-select-selector .editor-select-selection-search-input {
  height: 30px;
  line-height: 30px;
}
.editor-select-table-col-modal .editor-select-table-col-group .editor-select-table-col-select .editor-select-selector .editor-select-selection-item {
  padding-inline-start: 4px;
  max-width: 85px;
  overflow: hidden;
}
.editor-select-table-col-modal .editor-select-table-col-group .editor-select-table-col-select .editor-select-selector .editor-select-selection-item-content {
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
}
.editor-select-table-col-modal .editor-select-table-col-group .editor-select-table-col-icon {
  visibility: hidden;
  cursor: pointer;
}
.editor-select-table-col-modal .editor-select-table-col-group:hover .editor-select-table-col-icon {
  visibility: visible;
}
.editor-select-table-col-modal .editor-select-table-col-btn {
  height: 32px;
  padding: 0 8px;
}
