.table {
  font-size: 14px;
  line-height: 16.94px;
  font-weight: 500;
  text-align: left;
}

.table > thead {
  position: sticky;
  top: 0;
  background-color: #fff;
}

.table > thead > tr > th {
  font-weight: 500;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #dde3ec;
  padding: 8px 7px 8px 7px;
  height: 48px; /*cells can grow automatically depending on content*/
  vertical-align: middle;
}

.table > tbody > tr > td {
  color: #777777;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #dde3ec;
  padding: 8px 5px 8px 5px;
  height: 60px; /*cells can grow automatically depending on content*/
  vertical-align: middle;
}

.table-wrapper {
  background-color: #fff;
  padding: 0 10px 0 10px;
}

.table-wrapper .dataTables_wrapper {
  /* overflow: scroll; */
}


.table-wrapper .dataTables_wrapper_reports {
  /* height:660px; */
}

.add-cus-modal-table >tbody >tr:last-child > td {
  border: none;
}

.add-cus-modal-table >thead >tr >th:last-child,
.add-cus-modal-table >tbody >tr >td:last-child {
  text-align: center;
}
