/* table properties */
table.table.vertical-middle th,
table.table.vertical-middle td {
  vertical-align: middle;
}
table.table-round tr th:first-child.heading {
  border-radius: 8px 0 0 0;
}
table.table-round tr th:last-child.heading {
  border-radius: 0 8px 0 0;
}
table th.heading {
  background-color: #eaedef;
  /* border-bottom: 1px solid var(--bs-gray-500); */
}
table.table-center th,
table.table-center td {
  text-align: center;
}
table.table-td-center td {
  text-align: center;
}
table.table-th-center th {
  text-align: center;
}
