.date-filter {
  font-family: "pluto_sansregular", "Arial";
  padding: 5px 10px;
  color: #FFFFFF;
  background: lightslategray;
  margin-bottom: 10px;
}

.total-articles {
  position: relative;
  display: grid;
  grid-template-columns: calc(100% - 100px) 100px;
}
.total-articles div {
  font-family: "pluto_sansregular", "Arial";
  padding: 5px 10px;
  color: #FFFFFF;
  background: lightslategray;
  height: 30px;
  display: flex;
  align-items: center;
}
.total-articles .name {
  white-space: nowrap;
}
.total-articles .total {
  justify-content: flex-end;
}

.report-table {
  border-collapse: collapse;
}
.report-table th {
  text-align: left;
  font-family: "pluto_sansregular", "Arial";
  padding: 5px 10px;
  color: #FFFFFF;
  background: lightslategray;
}
.report-table td {
  padding: 5px 10px;
  border-left: 1px solid darkslategray;
  border-right: 1px solid darkslategray;
  border-bottom: 1px solid darkslategray;
}

.report {
  display: flex;
  gap: 20px;
}
.report .report-detail {
  font-size: 14px;
  width: 300px;
}
.report .authors-total {
  position: relative;
  display: grid;
  grid-template-columns: calc(100% - 100px) 100px;
  row-gap: 5px;
}
.report .authors-total .name {
  white-space: nowrap;
}
.report .authors-total .total {
  text-align: right;
  padding-right: 10px;
}
.report .report-list-side {
  width: calc(100% - 320px);
}
.report .report-list {
  display: grid;
  grid-template-columns: 50px 50px 100px calc(100% - 200px);
}
.report .report-list .head {
  font-family: "pluto_sansregular", "Arial";
  padding: 0 10px;
  color: #FFFFFF;
  background: lightslategray;
  height: 30px;
  display: flex;
  align-items: center;
}
.report .report-list .item {
  font-family: "pluto_sansregular", "Arial";
  padding: 5px 0 5px 10px;
  border-bottom: 1px solid darkslategray;
}
.report .report-list .item:last-child {
  border-bottom: none;
}
.report .report-list .item .authors {
  font-size: 12px;
  display: grid;
  row-gap: 0;
  grid-template-columns: repeat(2, 1fr);
}
.report .report-list .item .authors div {
  padding: 5px 0 5px 10px;
}
.report .report-list .item .authors.head {
  padding: 0;
  font-family: "pluto_sansregular", "Arial";
  color: #FFFFFF;
  background: lightslategray;
}
.report .report-list .item .authors.scroll {
  max-height: 150px;
  position: relative;
  overflow: auto;
}

/*# sourceMappingURL=report.css.map */
