@media only screen and (max-width:900px) {
    .dash-widget-header {
        align-items: baseline;
        gap: 8px;
        flex-direction: column;
    }
}


@media only screen and (max-width:767px) {

    .white-box4-btn {
        height: auto;
    }

    .collapse:not(.show) {
        display: block;
    }
    .navbar-side{
        display: none;
    }
    .highlight .navbar-side {
        display: block;
    }
    .toggleButton-menu {
        left: 16px;
    }
    .main-content-bg-inner {
        padding: 100px 20px 0 20px;
    }

    .highlight .toggleButton-menu {
        left: 106px;
    }
    .highlight .main-content-bg-inner {
        padding: 100px 20px 0 120px;
    }
    ul.main-menu {
        display: none;
    }
    .nav-second-level.collapse {
        display: none;
    }
    .nav-third-level.collapse{
        display: none;
    }
    .table-design1 table thead tr th{
        min-width: 158px;
    }
    
    
    .dash-widget-header .dash-widget-icon{
        display: none;
    }
    ul#pills-tab li {
        margin: 10px 0;
    }
    .card-body-bg .text-muted {
        display: none;
    }
    .dash-widget-header .dash-count .dash-title{
        max-width: 100px;
    }

}