@import "datatables.net-bs5";

/* Custom */
/* .datatable-menu {
  display: flex;
  align-items: center;
}

.datatable-info {
  text-align: center;
}

.datatable-paging {
  display: flex;
  justify-content: right;
} */

/* 2.1.0 */
.dt-scroll {
  background-color: #fff;
}

/* Custom */
table.steps-datatable {
  white-space: nowrap !important;
  vertical-align: middle !important;
  margin-top: 0px !important;
  width: 100% !important;
}

.datatable-info {
  text-align: center;
}


div.dt-container div.dt-paging ul.pagination {
  justify-content: right;
}
