/* css for report loading related styles */
.nice_filter.disabled * {
  cursor: not-allowed;
  color: #999;
  background-color: #f9f9f9;
}

.loader {
  width: max-content; /* center loader div horizontally */
  margin: 0 auto;
}

button.dt-button.disabled {
  cursor: not-allowed;
}