.reset-component {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #182948;
  font-size: 12px;
  font-family: inherit;
  line-height: 18px;
  list-style: none;
}
.reset-scrollbar ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.reset-scrollbar ::-webkit-scrollbar-thumb {
  background-color: var(--ap-scrollbar-thumb-color-base);
  background-clip: content-box;
  border: 1px solid transparent;
  border-radius: 4px;
}
.reset-scrollbar ::-webkit-scrollbar-track,
.reset-scrollbar ::-webkit-scrollbar-corner {
  background-color: var(--ap-table-header-bg, #f2f6f9);
}
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
  background-color: var(--ap-scrollbar-thumb-color-hover);
}
.clear-fix::before {
  display: table;
  content: '';
}
.clear-fix::after {
  display: table;
  clear: both;
  content: '';
}
.common-style {
  box-sizing: border-box;
  font-size: 12px;
  font-family: inherit;
}
.common-style::before,
.common-style::after {
  box-sizing: border-box;
}
.aplus-ap-column-setting-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
  padding-block-end: 12px;
}
.aplus-ap-column-setting-wrapper .aplus-ap-table-table-header__title {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #182948;
  font-size: 12px;
  font-family: inherit;
  line-height: 18px;
  list-style: none;
  display: inline-block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: unset;
  text-overflow: unset;
  word-break: unset;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--ap-text-color-2);
}
.aplus-ap-column-setting-left {
  flex: 1;
  flex-shrink: 1;
  min-width: 0;
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
}
.aplus-ap-column-setting-left__header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
}
.aplus-ap-column-setting-left__header-tips {
  color: var(--ap-text-color-3);
}
.aplus-ap-column-setting-left__content {
  flex: 1;
  padding: 12px;
  overflow-y: auto;
}
.aplus-ap-column-setting-left__content .ant-checkbox-wrapper {
  max-width: 100%;
  display: inline-flex;
  align-items: center;
}
.aplus-ap-column-setting-left__content .ant-checkbox-wrapper > span:last-child {
  flex: 1;
  min-width: 0;
}
.aplus-ap-column-setting-right {
  width: 240px;
}
.aplus-select-group-header {
  background-color: #F2F6F9;
  padding: 4px 12px;
  border-radius: 4px;
  margin-bottom: 12px;
  margin-inline: -12px;
  display: flex;
}
.aplus-sortable-item-meta {
  padding: 6px 8px;
  margin-top: 4px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.aplus-sortable-item-meta:hover {
  background-color: #F1F7FF;
  border-radius: 2px;
  cursor: pointer;
}
.aplus-sortable-item-meta:hover .aplus-sortable-item-meta-right {
  display: block;
}
.aplus-sortable-item-meta:hover .aplus-sortable-item-meta-left__holder {
  color: var(--ap-color-primary) !important;
}
.aplus-sortable-item-meta-left {
  flex: 1;
  display: inline-flex;
  align-items: center;
  min-width: 0;
}
.aplus-sortable-item-meta-left__indicator {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  flex-shrink: 0;
}
.aplus-sortable-item-meta-left__label-wrapper {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aplus-sortable-item-meta-right {
  display: none;
  padding-left: 12px;
}
.aplus-sortable-item-meta .is-level2 {
  margin-left: 16px;
}
.aplus-sortable-item-meta-action-icon:hover {
  color: var(--ap-color-primary);
}
.aplus-sortable-item .is-hidden {
  display: none;
}
.aplus-column-setting-sorter {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.aplus-column-setting-sorter-section-title {
  font-size: 12px;
  line-height: 20px;
  color: var(--ap-text-color-3);
  padding: 2px 8px;
  margin: 4px;
}
.aplus-column-setting-sorter-header {
  padding: 12px 20px;
}
.aplus-column-setting-sorter-header-title {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #182948;
  font-size: 12px;
  font-family: inherit;
  line-height: 18px;
  list-style: none;
  font-weight: bold;
  color: var(--ap-text-color-2);
}
.aplus-column-setting-sorter-content {
  flex: 1;
  overflow-y: auto;
  padding: 8px 12px 0px 8px;
}
