/*
Fix: https://github.com/Basaingeal/Razor.SweetAlert2/issues/816
*/
body.swal2-height-auto {
  height: 100% !important; /* This fixes the entire page from becoming small */
}

body.swal2-shown > [aria-hidden='true'] {
  /*transition: 0.1s filter;*/
  filter: blur(4px);
}

.datatable-table > tbody > tr > td {
  padding: 0.2em 0.5em !important;
  border-bottom: 1px solid #cfcfd2;
}

.datatable-table > tbody > tr:last-child > td {
  border-bottom: 0;
}

.ms-parent {
  width: 100% !important;
}

.for-print {
  font-family: courier;
}
