.editor-table-color-group .table-color-group .pcfactory-table-tbody {
  display: none;
}
.editor-table-color-group .editor-drawer-footer {
  text-align: right;
}
.editor-table-color-group .editor-drawer-footer .editor-btn {
  margin-left: 8px;
}
.editor-table-color-group-custom th {
  cursor: cell;
}
.editor-table-color-group-custom th.select-cell::after {
  content: '';
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(68, 119, 238, 0.1);
  left: 0;
  top: 0;
}
.editor-table-color-group-setting {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.editor-table-color-group-setting .editor-radio-group {
  background-color: #f7f8fa;
  height: 28px;
  border-radius: 6px;
  padding: 4px;
}
.editor-table-color-group-setting .editor-radio-group .editor-radio-button-wrapper {
  height: 20px;
  border-radius: 6px;
  font-size: 12px;
  border: none;
  line-height: 20px;
  padding: 0 8px;
  font-weight: 500;
}
.editor-table-color-group-setting .editor-radio-group .editor-radio-button-wrapper:not(.editor-radio-button-wrapper-checked) {
  color: #9092a3;
  background-color: transparent;
  font-weight: 400;
}
.editor-table-color-group-setting .editor-radio-group .editor-radio-button-wrapper:not(:last-child) {
  margin-right: 4px;
}
.editor-table-color-group-setting .editor-radio-group .editor-radio-button-wrapper::before {
  display: none;
}
.editor-table-color-group-setting .editor-divider-vertical {
  margin: 0 12px;
}
.editor-table-color-group-setting .select-item {
  display: flex;
  align-items: center;
  color: rgba(28, 36, 46, 0.55);
  height: 28px;
  padding: 0 8px;
  border-radius: 6px;
  margin-right: 8px;
  cursor: pointer;
}
.editor-table-color-group-setting .select-item:hover {
  background-color: rgba(144, 146, 163, 0.06);
}
.editor-table-color-group-setting .select-item .editor-input {
  width: 80px;
  height: 26px;
}
.editor-table-color-group-setting .select-item .color-box {
  fill: rgba(28, 36, 46, 0.75);
  font-size: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.editor-table-color-group-setting .select-item .color-box .color-bar {
  display: inline-block;
  width: 12px;
  height: 1.5px;
  border-radius: 32px;
  margin-top: 1px;
}
.editor-table-color-group-setting .select-item .arrow {
  font-size: 12px;
  margin-left: 4px;
  position: relative;
}
.editor-table-color-group-setting .select-item .arrow::before {
  content: '';
  position: absolute;
  left: -4px;
  right: -4px;
  top: -4px;
  bottom: -4px;
}
.editor-table-color-group-overlay .editor-popover-inner-content {
  padding: 10px;
}
.editor-table-color-group-overlay-Select .editor-popover-inner-content,
.editor-table-color-group-overlay-SelectInput .editor-popover-inner-content {
  padding: 4px 0;
}
.editor-table-color-group-overlay-Select .editor-popover-inner-content .editor-menu,
.editor-table-color-group-overlay-SelectInput .editor-popover-inner-content .editor-menu {
  border: none;
}
.editor-table-color-group-overlay-Select .editor-popover-inner-content .editor-menu .editor-menu-item,
.editor-table-color-group-overlay-SelectInput .editor-popover-inner-content .editor-menu .editor-menu-item {
  min-width: 100px;
  padding: 5px 12px;
  height: fit-content;
  line-height: 22px;
  font-size: 14px;
  margin: 0;
}
.editor-table-color-group-overlay-Select .editor-popover-inner-content .editor-menu .editor-menu-item.editor-menu-item-selected,
.editor-table-color-group-overlay-SelectInput .editor-popover-inner-content .editor-menu .editor-menu-item.editor-menu-item-selected {
  background-color: transparent !important;
}
.editor-table-color-group-overlay-Select .editor-popover-inner-content .editor-menu .editor-menu-item.active,
.editor-table-color-group-overlay-SelectInput .editor-popover-inner-content .editor-menu .editor-menu-item.active {
  background-color: #f0f7ff;
}
