@media only screen and (max-width: 1400px) {
    html {
        font-size: 14px;
    }

}


@media screen and (max-width:1080px) {

    /*Dashboard Reponsive CSS Here*/
    .closeAside {
        display: block;
    }

    .sidebarsec {
        left: -350px;
        z-index: 999999;
    }

    .headersec,
    .dashboardBodySection {
        margin-left: 0px;
    }


    /*Dashboard Sidebar Collapse Css Start Here*/
    .dashboardSlide .headersec,
    .dashboardSlide .dashboardBodySection {
        margin-left: 0px;
    }

    .dashboardSlide .sidebarsec {
        width: 250px;
        left: 0px;
        z-index: 999999;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .dashboardSlide .sidebarsec>a.sitelogo {
        height: 86px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .dashboardSlide .sidebarsec>a.sitelogo img {
        width: 80px;
    }

    .dashboardSlide .sidebarsec ul li a span:nth-child(2) {
        display: block;
    }

    /*Dashboard Sidebar Collapse Css End Here*/

}

@media only screen and (max-width: 992px) {
    .dashbard-card-bg {
        height: auto;
    }

}

@media only screen and (max-width: 550px) {
    .dashboard-tabs .nav-pills {
        width: 100%;
    }
}
