body * {
    font-family: "Poppins";
}


.dataTables_filter, .dataTables_length {
    /*float: left !important;
    width: 100% !important;*/
    margin-bottom: 1rem !important;
}/*
.dataTables_filter label {
    text-align: right !important;
    width: 100% !important;
}
.dataTables_filter input[type="search"]{
    width:40% !important;
    display:inline-block !important;
}*/

.noSelectable td, th {
   user-select: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none; 
}