thead {
  border-bottom: 1px solid var(--bs-secondary);
}

th {
  color: #5d5d5d;
  font-weight: 400;
  text-align: center;
  padding: 15px;
}

td {
  color: #5d5d5d;
  font-weight: 400;
  text-align: center;
  padding: 5px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

.tablecontainer {
  overflow-x: auto;
  padding-top: 50px;
}

