@media (max-width: 576px) {
    #DataTables_Table_0_wrapper .row .col-sm-12.col-md-6{
        display: flex;
        justify-content: flex-start;
    }
    #DataTables_Table_0_wrapper .row .col-sm-12.col-md-6:nth-child(2){
        padding-left: 0rem;
    }

    .offcanvas-active #left-sidebar{
        width: 65%;
    }
}

table{
    width: 100% !important;
}

.table tbody tr td {
    white-space: normal !important;
    word-break: inherit;
}

.navbar-fixed-top{
    top: 0px !important;
}

@media (max-width: 480px) {
    .table tbody tr td {
        border-bottom: 1px solid lightgrey !important;
    }
}

@media (max-width: 374px) {
    .navbar>.container-fluid{
        flex-wrap: initial;
    }
}
