/*Write your custom css in this file.*/
 
/* Reduce font size for Dashboard Widget */
@media (min-width: 1200px) {
    .widget-container.col-md-3 .dashboard-icon-widget h1 { 
        font-size: 1.7rem; 
        margin-top: 3px;
    } 
}

@media (min-width: 1200px) {
    .dataTables_wrapper {
        overflow: auto;
        scrollbar-width: thin;
    }
    .w100 {
        min-width: 100px;
    }
}