.reports-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 1.6rem;
}
.reports-table th,
.reports-table td {
  border: 1px solid var(--3d);
  padding: 12px;
  text-align: left;
}
.reports-table th {
  background-color: var(--2F);
  color: var(--f5);
  font-weight: 500;
}

.reports-table td {
  background-color: var(--2);
  color: var(--c);
}

.reports-table .resolved {
  opacity: 0.5;
}
.table-container
{
	line-height:15px;
}
td > i
{
	font-size:17px;
}