.test_results {
  background: var(--white-clr);
  border-radius: 10px;
  padding: 10px 15px;
}
.test_results table {
  border-color: #e8e8e8;
}
.test_results .table > :not(:last-child) > :last-child > * {
  border-bottom-color: #dbdde0;
}
.test_results table thead tr th {
  color: #25282b;
}
.test_results table thead tr th,
.test_results table tbody tr td,
.test_results table tbody tr th {
  font-size: 14px;

  font-weight: var(--fw-regular);
}
.test_results table tbody tr th {
  color: #52575c;
}
.test_results table i {
  color: #a0a4a8;
  padding-left: 5px;
}
.test_results table i.color {
  color: #ff6760;
  padding-left: 15px;
}
.pagination li a.page-link {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #25282b;
}
.pagination li a.page-link:hover {
  background-color: #1d2b5f;
  color: var(--white-clr);
}
.patient_pagination {
  background: var(--white-clr);
  padding: 0 0 25px 25px;
}
