/* Custom Table 1 */
table.table-custom-1.round-corners th:first-child {
  border-radius: 10px 0 0 0px;
}

table.table-custom-1.round-corners th:last-child {
  border-radius: 0 10px 0px 0;
}

.round-corners {
  border-radius: 10px;
}

.table.table-custom-1.round-corners .thead-dark th {
  border-color: #fff;
  border-width: 0;
}

.shadow-light-table {
  box-shadow: 0 0px 6px 0 #c8cbd1;
}

.table.table-custom-1 .thead-dark th {
  background-color: #fff;
  color: black;
  line-height: 1.4;
  font-size: 16px;
}

.table.table-custom-1 > tbody > tr > td,
.table.table-custom-1 > tbody > tr > th {
  vertical-align: middle;
}
/* End 1 */
