.page-body {
  direction: rtl; 
}
body {
  direction: rtl;

}
@media (min-width: 768px) {
    .navbar-expand-md {
      font-size: 16px !important;
  }
}
.btn-group-sm>.btn, .btn-sm {
  font-size: 20px;
}
table.table-bordered.dataTable thead tr:first-child th, table.table-bordered.dataTable thead tr:first-child td {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter input {
  display: none;
}

