.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-popover-select__popover {
  width: 100%;
  left: 0 !important;
  min-width: 300px;
}
.aplus-ap-popover-select__popover .ant-popover-arrow {
  display: none;
}
.aplus-ap-popover-select__popover .ant-popover-inner {
  padding: 0;
}
.aplus-ap-popover-select__popover .ant-select {
  height: 240px;
}
.aplus-ap-popover-select__popover .ant-select .ant-select-selector {
  min-height: 60px;
  align-items: flex-start;
  padding: 0;
}
.aplus-ap-popover-select__popover .ant-select .ant-select-selection-item {
  border-radius: 2px;
}
.aplus-ap-popover-select__popover .ant-select .ant-select-selection-item-content {
  margin-inline-end: 8px;
}
.aplus-ap-popover-select__popover .ant-select .ant-select-selection-placeholder {
  text-wrap: wrap !important;
  white-space: pre-wrap !important;
  top: 2px;
  transform: none;
}
.aplus-ap-popover-select__popover--content {
  padding: 12px;
}
.aplus-ap-popover-select__popover--footer {
  padding: 12px;
  border-top: 1px solid #e9edf3;
  display: flex;
  justify-content: space-between;
}
.aplus-ap-popover-select__popover--trigger {
  display: inline-block;
  pointer-events: auto;
  height: 16px;
  width: 16px;
  color: #abb7cc;
}
.aplus-ap-popover-select__popover--trigger:hover,
.aplus-ap-popover-select__popover--trigger:focus,
.aplus-ap-popover-select__popover--trigger:active {
  color: #0070ff;
}
.aplus-ap-popover-select__popover--trigger--admin {
  display: inline-block;
  pointer-events: auto;
  height: 16px;
  width: 16px;
  color: #BFBFBF;
}
.aplus-ap-popover-select__popover--trigger--admin:hover,
.aplus-ap-popover-select__popover--trigger--admin:focus,
.aplus-ap-popover-select__popover--trigger--admin:active {
  color: #85d4b0;
}
.aplus-ap-popover-select__popover--footer--admin {
  padding: 12px;
  border-top: 1px solid #e9e9e9;
  display: flex;
  justify-content: space-between;
}
