.custom-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.custom-table-head-data:first-of-type {
  border-top-left-radius: 15px;
}
.custom-table-head-data:last-of-type {
  border-top-right-radius: 15px;
}
.custom-table-row:last-of-type .custom-table-body-data:first-of-type {
  border-bottom-left-radius: 15px;
}
.custom-table-row:last-of-type .custom-table-body-data:last-of-type {
  border-bottom-right-radius: 15px;
}

.custom-table-head-data,
.custom-table-body-data {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.custom-table-head-data {
  background-color: #1e2635;
  color: #ff8a19;
  text-align: center;
}

.custom-table-row {
  background-color: #36445b;
}

.custom-table-head-data {
  text-align: left;
}

.custom-table-body-data {
  color: #ffffff;
}
