.editor-col-search-content {
  flex: 1;
  overflow: auto;
  position: relative;
}
.editor-col-search-content .editor-empty {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0 8px;
}
.editor-col-search-content .editor-empty-image {
  height: 80px;
}
.editor-col-search-content .editor-empty-description {
  color: rgba(28, 36, 46, 0.85);
}
.editor-col-search-input {
  margin: 8px 0;
  border-radius: 4px;
}
.editor-col-search-input .editor-input-suffix {
  color: #92929d;
}
.editor-col-search-item {
  cursor: pointer;
  padding: 6px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
}
.editor-col-search-item:not(:last-child) {
  margin-bottom: 4px;
}
.editor-col-search-item:hover {
  background-color: rgba(28, 36, 46, 0.04);
}
.editor-col-search-item .editor-checkbox-wrapper {
  display: flex;
  flex-direction: row;
}
.editor-col-search-item .editor-checkbox-wrapper .editor-checkbox {
  align-content: flex-end;
  top: 1px;
}
.editor-col-search-item .editor-checkbox-wrapper .editor-checkbox-inner {
  width: 12px;
  height: 12px;
}
.editor-col-search-item .editor-checkbox-wrapper .editor-checkbox-inner::after {
  border-width: 1px;
  transform: rotate(45deg) scale(0.7) translate(-90%, -60%);
}
.editor-col-search-item .editor-col-search-item-label {
  color: rgba(28, 36, 46, 0.85);
  font-size: 13px;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.editor-col-search-active {
  background-color: #f0f6ff;
}
.editor-col-search-active:hover {
  background-color: #f0f6ff;
}
.editor-col-search-disabled {
  cursor: not-allowed;
}
.editor-col-search-disabled .editor-col-search-item-label {
  color: rgba(28, 36, 46, 0.45);
}
.editor-col-search-disabled:hover {
  background-color: transparent;
}
.editor-col-search-sub {
  color: rgba(28, 36, 46, 0.45);
}
