
@media screen and (max-width: 767px) {
    .activities {
        display: none;
    }

    .card-footer #export {
        display: none;
    }

    .btn-group .btn-round {
        border-radius: 30px !important;
    }

    .dataTables_length,.dataTables_filter {
        display: none;
    }
}

@media screen and (max-width: 1880px) {
    body:not(.sidebar-mini) .dashboard {
        overflow: auto;

    }

    body:not(.sidebar-mini) .dashboard > .shadow-elements {
        display: none;
    }

    body:not(.sidebar-mini) .dashboard > .row {
        min-width: 1590px;
        overflow: auto;
    }
}

@media screen and (max-width: 1700px) {
    body.sidebar-mini .dashboard {
        overflow: auto;

    }

    body.sidebar-mini .dashboard > .shadow-elements {
        display: none;
    }

    body.sidebar-mini .dashboard > .row {
        min-width: 1590px;
        overflow: auto;
    }
}

@media screen and (max-width: 993px) {
    .dashboard {
        overflow: initial !important;
        height: initial !important;
    }

    .dashboard > .shadow-elements {
        display: none;
    }

    .dashboard > .row {
        min-width: unset !important;
    }

    .dashboard > .row, .dashboard > .row > .col-md-3, .dashboard > .row > .col-md-4, .dashboard > .row > .col-md-2 {
        height: initial;
        overflow: initial;
    }

    .dashboard > .row {
        overflow: initial !important;
    }

    .dashboard .row.news.news_container {
        display: none;
    }

    .dashboard .col-md-12 .dashboard_time {
        margin: 20px 20px 0 20px !important;
    }

    .dashboard .col-md-12 .dashboard_title {
        margin: 0 20px 40px 20px !important;
    }

    .dashboard > .row > .col-md-3, .dashboard > .row > .col-md-4 {
        border-right: unset !important;
    }
}