/*=====================================================
RESPONSIVE
=====================================================*/

@media (max-width:992px){

    .tnp-dashboard-layout{
        flex-direction:column;
    }

    .tnp-dashboard-sidebar{
        width:100%;
    }

    .tnp-dashboard-grid{
        grid-template-columns:1fr;
    }

}

@media (max-width:768px){

    .tnp-dashboard{
        width:94%;
    }

    .tnp-dashboard-hero{
        padding:35px;
    }

    .tnp-dashboard-hero h1{
        font-size:34px;
    }

    .tnp-dashboard-section h2{
        font-size:28px;
    }

}