.pagination-container {
  background: #F3F5FA 0% 0% no-repeat padding-box;
}
.pagination-container.hidden {
  display: none;
}
.pagination-container .el-pagination {
  margin: 10px 0;
  width: 100%;
  display: flex;
}
.pagination-container .el-pagination .el-pagination__sizes {
  flex-grow: 2;
}
.pagination-container .el-pagination > button,
.pagination-container .el-pagination > ul * {
  background-color: transparent;
}
.mobile .pagination-container {
  overflow-x: scroll;
}
.primary-icon {
  filter: invert(42%) sepia(61%) saturate(2620%) hue-rotate(348deg) brightness(101%) contrast(101%);
}
.grey-icon {
  filter: invert(45%) sepia(0%) saturate(1%) hue-rotate(263deg) brightness(95%) contrast(90%);
}
.white-icon {
  filter: brightness(0) invert(1);
}
.black-icon {
  filter: invert(100%);
}
.red-icon {
  filter: invert(31%) sepia(12%) saturate(7098%) hue-rotate(328deg) brightness(95%) contrast(97%);
}
.green-icon {
  filter: invert(65%) sepia(35%) saturate(786%) hue-rotate(46deg) brightness(96%) contrast(96%);
}
.primary-icon {
  filter: invert(42%) sepia(61%) saturate(2620%) hue-rotate(348deg) brightness(101%) contrast(101%);
}
.grey-icon {
  filter: invert(45%) sepia(0%) saturate(1%) hue-rotate(263deg) brightness(95%) contrast(90%);
}
.white-icon {
  filter: brightness(0) invert(1);
}
.black-icon {
  filter: invert(100%);
}
.red-icon {
  filter: invert(31%) sepia(12%) saturate(7098%) hue-rotate(328deg) brightness(95%) contrast(97%);
}
.green-icon {
  filter: invert(65%) sepia(35%) saturate(786%) hue-rotate(46deg) brightness(96%) contrast(96%);
}
#news-article {
  position: relative;
}
#news-article .newsily-bo-table {
  background-color: transparent;
  border: 1px solid #DDE0ED;
  border-radius: 10px;
}
#news-article .newsily-bo-table .el-table__header-wrapper * {
  background: #F3F5FA 0% 0% no-repeat padding-box;
}
#news-article .newsily-bo-table .el-table__header-wrapper .el-table__cell {
  letter-spacing: 0px;
  color: #253858;
}
#news-article .newsily-bo-table .cell {
  word-break: break-word;
}
#news-article .newsily-bo-table .small-padding {
  padding: 0.3rem 0;
}
#news-article .newsily-bo-table.row-clickable .el-table__row {
  cursor: pointer;
}
#news-article.mobile .el-tabs__header {
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
}
#news-article.mobile .el-tabs__header .el-tabs__item {
  font-size: 13px;
  line-height: 40px;
}
#news-article.mobile .content {
  margin-top: 3rem;
}
#news-article .el-tabs__header {
  position: absolute;
  top: -4rem;
  left: 19rem;
}
#news-article .el-tabs__header .el-tabs__item {
  font-size: 15px;
  line-height: 32px;
}
#news-article .action-button {
  float: right;
}
#news-article .el-table .owner-row {
  background: #f4f4f4;
}
#news-article .info-bar {
  width: 350px;
  float: left;
  position: fixed;
  top: 170px;
  left: 33%;
}
#news-article .el-tag {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: #9893b7;
}
.mobile #news-article .info-bar {
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
}
