.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-attachment {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aplus-ap-attachment__content {
  width: 80%;
  flex: 1;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
.aplus-ap-attachment__text-render {
  color: var(--download-main-color);
  margin-right: 5px;
}
.aplus-ap-attachment__text-render:hover {
  color: var(--download-main-color-opacity);
}
.aplus-ap-attachment__spin {
  float: left;
  margin-right: 5px;
}
.aplus-ap-attachment__text-inner {
  flex: 1;
  flex-shrink: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  cursor: pointer;
  color: var(--download-main-color);
}
.aplus-ap-attachment__text-inner:hover {
  color: var(--download-main-color-opacity);
}
.aplus-ap-attachment__more {
  width: 40px;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
  color: var(--download-main-color);
}
.aplus-ap-attachment__more:hover {
  color: var(--download-main-color-opacity);
}
.aplus-ap-attachment__file-list {
  max-width: 312px;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.aplus-ap-attachment__file-item {
  flex: 1;
  word-wrap: break-word;
  margin-bottom: 12px;
  font-size: 12px;
  color: #000;
  cursor: pointer;
}
.aplus-ap-attachment__file-item:hover {
  color: var(--download-main-color);
}
.aplus-ap-attachment__down-load-all {
  font-size: 12px;
  color: var(--download-main-color);
  cursor: pointer;
  margin-bottom: 0;
}
.aplus-ap-attachment__down-load-all:hover {
  color: var(--download-main-color-opacity);
}
