/* Mobile view */
@media (max-width: 768px) {
    .sidebar {
        position: fixed;
        left: -240px;
        /* hide sidebar */
        top: 0;
        height: 100%;
        z-index: 1000;
    }

    .sidebar.show {
        left: 0;
        /* show sidebar */
    }

    .main {
        margin-left: 0 !important;
    }

    body table tr td {
        padding: 8px !important;
    }

    body td h6 {
        width: 30px;
        height: 30px;
        line-height: 17px;
    }

    /* .main.expanded {
        margin-left: 0 !important;
    }  */

}

@media (max-width:375px) {
    .top-content button.btn {
        padding: 1px 7px !important;
    }
    /* .top-content button.btn i{
        font-size: 12px !important;
    } */
}