::ng-deep .p-datatable .p-datatable-header {
  background-color: transparent !important;
}
::ng-deep .p-paginator {
  background-color: transparent !important;
  color: white;
}

::ng-deep .p-datatable .p-datatable-tbody > tr {
  background-color: transparent !important;
  color: white;
}
::ng-deep .p-datatable .p-datatable-thead > tr > th {
  background-color: transparent !important;
  color: white;
}

.p-dropdown {
  width: 100% !important;
}

/* .p-datatable .p-datatable-header {
  background: transparent;
  color: #fff;

} */

.p-datatable .p-datatable-tbody > tr > td {
  text-align: left;
  border: 1px solid #e2e8f0;
  border-width: 0 0 1px 0;
  padding: 0.5rem 0.75rem;
  /* line-height: 0%; */
}
