@media (max-width:576px){
    
    .management h2{
        font-size: 26px;
        line-height: 36px;
    }

    .search-filter{
        display: block !important;
    }

    .tabbing .customTabs .nav-item{
        width: 100%;
    }

    .tabbing .customTabs .nav-item .nav-link{
        margin-top: 10px;
        width: 100%;
        font-size: 14px;
        line-height: 24px;
    }

    .btn-export{
        margin-top: 10px;
    width: 100% !important;
    }

    .dataTables_filter, .dataTables_wrapper .dataTables_paginate{
        position: static;
    }
    
    .toggle {
        width: 64px !important;
    }

    .toggle .sidebar-brand .sidebar-brand-text img {
        width: 40px !important;
    }

    .toggle.sidebar-dark .nav-item .nav-link {
        padding: 0 12px;
    }
}