.dt-header {
  transform: unset !important;
}
.dt-scrollable {
  width: auto !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}
.datatable {
  overflow: scroll !important;
  display: grid;
}
.app-icon svg,
.app-icon img {
  width: 75px !important;
  height: 75px !important;
}
.app-icon .inner,
.app-icon i {
  font-size: 60px;
}
