.pagination a {
  background: none !important;
  border: none !important;
  min-width: 30px;
  height: 30px;
  display: block;
  line-height: 1;
  cursor: pointer;
}
.pagination li.active {
  background: rgba(255, 255, 255, 0.2);
}
tr.pending,
tr.unpaid,
tr.canceled,
tr.aborted,
tr.has_errors {
  background: rgba(255, 0, 0, 0.1);
}
tr.pending:hover,
tr.unpaid:hover,
tr.canceled:hover,
tr.aborted:hover,
tr.has_errors:hover {
  background: rgba(255, 0, 0, 0.15) !important;
}
.VueTables__row:focus {
  background-color: rgba(255, 255, 255, 0.01);
  outline: none;
}
.VueTables__row td:focus {
  outline: none;
}
.VueTables__child-row-toggler {
  width: 16px;
  height: 16px;
  line-height: 16px;
  display: block;
  margin: auto;
  text-align: center;
}
.VueTables__child-row-toggler--closed::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
}
.VueTables__child-row-toggler--open::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f077";
}
