@media (max-width: 375px) {
    .container {
        min-width: 260px;
    }

    .container .dashboard {
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }

    .main-content {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 375px) {
    /*.container {*/
    /*    max-width: 100%;*/
    /*    padding-left: 2rem;*/
    /*    padding-right: 2rem;*/
    /*}*/
    .main-content {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 576px) {
    /*.container {*/
    /*    padding-left: 2rem;*/
    /*    padding-right: 2rem;*/
    /*    max-width: 100%;*/
    /*}*/
}

@media (max-width: 768px) {
    .card.login {
        width: 28rem;
    }
}

@media (min-width: 768px) {
    /*.container {*/
    /*    padding-left: 3rem;*/
    /*    padding-right: 3rem;*/
    /*}*/
    .card.login {
        width: 40rem;
    }
}

@media (min-width: 992px) {
    /*.container {*/
    /*    max-width: 100%;*/
    /*    padding-right: 3.5rem;*/
    /*    padding-left: 3.5rem;*/
    /*}*/
    .mbl-sidebar {
        position: fixed;
        bottom: 0;
        z-index: 999;
    }
}

@media (min-width: 1200px) {

    .card.login {
        width: 40rem;
    }

    .main-content {
        padding-left: 262px;
    }

    .table {
        min-width: 800px;
    }

    .list-table.table-responsive tr td .mobile-view-label {
        display: none;
    }
}

@media (min-width: 1400px) {
    .sidebar {
        position: fixed;
    }

    .card.login {
        width: 30rem;
    }

    .widget.card {
        min-height: 220px;
    }

    .widget .card-body {
        max-height: 180px !important;
    }
}

@media (min-width: 1780px) {
    .widget.card {
        min-height: 0 !important;
    }
}

@media only screen and (max-width: 1199px),
(min-device-width: 768px) and (max-device-width: 1024px) {

    /* Force table to not be like tables anymore */
    .list-table.table-responsive .table, thead, tbody, th, td, tr {
        display: block;
        border: none;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .list-table.table-responsive table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .list-table.table-responsive table td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
    }


    .list-table.table-responsive table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    .list-table.table-responsive table td.table-input-wrapper {
        display: flex;
        flex: 50% 0 0;
        flex-direction: column;

    }

    .list-table.table-responsive .table {
        min-width: 300px;
    }

    .list-table.table-responsive .table tr {
        border-bottom: 1px solid #eee;
    }

    .list-table .btn-wrapper {
        margin-top: 1.2rem;
        margin-bottom: 0.5rem;
    }

    .list-table.table-responsive .table tbody tr.mat-row {
        display: flex;
        flex-wrap: wrap;
    }

    .list-table.table-responsive table tbody td.table-input-wrapper.mat-column {
        flex: 100% !important;
        text-align: start;
    }

    .list-table.search-form {
        margin-bottom: 1.5rem !important;
    }

    .list-table .table tr td .mobile-view-label {
        display: block;
    }

}

@media (max-width: 624px) {
    .list-table.table-responsive .table tbody tr.mat-row {
        display: block;

    }
}
