.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-expand-alert .aplus-action-item {
  font-size: 12px;
}
.aplus-ap-expand-alert__expandText {
  font-size: 12px;
  margin-inline-end: 4px;
  margin-inline-start: 4px;
}
.aplus-ap-expand-alert__expandIcon {
  transition: all 0.3s;
  transform: rotateZ(180deg);
}
.aplus-ap-expand-alert__collapseIcon {
  transition: all 0.3s;
  transform: rotateZ(0deg);
}
.aplus-ap-expand-alert__prefix {
  display: inline-block;
}
.aplus-ap-expand-alert__showItem {
  color: #0070ff;
  cursor: pointer;
  white-space: nowrap;
}
.aplus-ap-expand-alert__showItem:hover {
  color: #66a9ff;
}
.aplus-ap-expand-alert__spliter {
  color: #dee4ed;
  padding: 0 8px;
}
.aplus-ap-expand-alert__antAlert.ant-alert {
  align-items: flex-start;
  line-height: 18px;
}
.aplus-ap-expand-alert__antAlert.ant-alert .ant-alert-icon {
  font-size: 14px;
  transform: translateY(2px);
  display: block;
}
.aplus-ap-expand-alert--aplus .card-alert {
  background-color: transparent !important;
  border: none ;
}
.aplus-ap-expand-alert--admin .card-alert {
  background-color: transparent !important;
  border: none;
}
