@media only screen and (max-width:1366px) {
    table {
        white-space: nowrap;
        overflow-x: auto;
        width: 100%;
        border-radius: 0;
    }
}


@media(min-width:980px) {

    /* #sidebar {
        position: fixed;
        width: 250px;
        background: #fff;
        box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22) !important;
        height: 100vh !important;
        min-height: 100%;
        transition: .3s ease-in-out, width .3s ease-in-out;
        z-index: 999;
    } */
    #sidebar {
        height: inherit;
        min-height: 100%;
        position: absolute;
        top: 0;
        width: 250px;
        background: #fff;
        box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22) !important;
        transition: .3s ease-in-out, width .3s ease-in-out;
    }

    #sidebar ul {
        margin-top: 0px;

    }

    .sidebar-closed.sidebariconopneshow #sidebar ul {
        margin-top: 0px;
        width: 59px;
        transition: .3s ease-in-out, width .3s ease-in-out;
    }


    #main-content {
        margin-top: 0 !important
    }

    .fixed-top #main-content {
        margin-top: 20px
    }
}

@media(max-width:979px) {
    #header .navbar-inner li.dropdown i {
        display: inline-block;
        position: relative;
        top: 1px;
        right: -2px
    }

    #header.navbar {
        margin-bottom: 0 !important;
        margin-left: 0 !important;
    }

    .navbar .btn-navbar {
        display: none;
    }

    #header .navbar-search {
        margin-left: 80px !important
    }

    .page-title {
        margin: 0;
        padding-bottom: 0;
        font-size: 18px;
    }

    .fixed-top #main-content {
        margin-top: 0;
        padding-top: 0;
    }

    #container {
        margin-top: 0 !important
    }

    .fixed-top #container {
        margin-top: 0 !important
    }

    #sidebar .sidebar-toggler {
        display: none
    }

    #sidebar.in {
        margin-top: 9px !important
    }

    #sidebar ul {
        margin-top: 0 !important;
        width: 100%
    }

    .top-nav .text {
        display: none
    }

    #sidebar .triangle {
        display: none
    }

    #sidebar {
        position: absolute;
        top: 0;
        left: -250px;
        width: 250px !important;
        z-index: 999999999;
        height: 100vh;
        background: #ffffff;
        box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22) !important;
        transition: .3s ease-in-out, width .3s ease-in-out;

    }

    .sidebar-closed.sidebariconopneshow #sidebar {
        left: 0;
        transition: .3s ease-in-out, width .3s ease-in-out;
    }

    .sidebar-closed.sidebariconopneshow #sidebar ul>li>a .arrow {
        display: block !important;
    }

    #sidebar>ul>li:first-child>a {
        border-top: 0 !important
    }

    #sidebar>ul>li:last-child>a {
        border-bottom: 0 !important
    }

    #sidebar>ul>li:first-child>a:hover,
    #sidebar>ul>li.active:first-child>a {
        -webkit-border-radius: 4px 4px 0 0 !important;
        -moz-border-radius: 4px 4px 0 0 !important;
        border-radius: 4px 4px 0 0 !important;
        border-top: 0 !important
    }

    #sidebar>ul>li:last-child>a:hover,
    #sidebar>ul>li.active:last-child>a {
        -webkit-border-radius: 0 0 4px 4px !important;
        -moz-border-radius: 0 0 4px 4px !important;
        border-radius: 0 0 4px 4px !important;
        border-bottom: 0 !important
    }

    .stats-overview-cont {
        margin: 0
    }

    .stats-overview {
        margin: 0;
        padding: 10px 10px 0;
        margin-bottom: 20px
    }

    .stats-overview .details .title {
        font-size: 13px
    }

    .circle-stat .details {
        margin-top: 0 !important
    }

    .circle-stat .details .title {
        margin: 0 !important
    }

    #theme-change {
        top: 55px;
        right: 28px
    }

}

@media(min-width:768px) and (max-width:1280px) {
    .form-wizard .step .desc {
        margin-top: 10px;
        display: inline
    }

    .pricing-table .rate .price,
    .pricing-table2 .rate .price {
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 10px
    }

}

@media only screen and (max-width:979px) {
    body {
        padding-top: 0
    }

    #main-content {
        margin: 0px !important;
        padding: 14px !important;
        position: none !important;
        box-shadow: 0 0 0 0 !important;
    }

    #sidebar {
        margin: 0 0px 0px !important
    }

    #sidebar .btn-navbar.collapsed .arrow {
        display: none
    }

    #sidebar .btn-navbar .arrow {
        position: absolute;
        right: 35px;
        width: 0;
        height: 0;
        top: 48px;
        border-bottom: 15px solid #282e36;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent
    }

    #theme-change {
        border-radius: 5px !important;
        -webkit-border-radius: 5px !important;
        -moz-border-radius: 5px !important;
        top: 80px !important
    }

    .openBodySidebar #sidebar-overlay {
        display: block;
    }

    .openBodySidebar #sidebar-overlay {
        background-color: rgba(0, 0, 0, .1);
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1037;
    }

    .row-fluid:before,
    .row-fluid:after {
        display: none;
    }

    .row-fluid.circle-state-overview.outer {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .dashborad_outer.desktop .inner {
        text-align: center;
    }

    .new_profile_outer .col-lg-4 {
        width: 50%;
    }


    .table-bordered {
        border-radius: 0;
    }
}

@media only screen and (max-width:767px) {
    #header.navbar {
        margin: 0;
    }

    .modal {
        left: 50%;
        right: auto;
    }

    .row-fluid.circle-state-overview.outer.details .dashborad_outer .inner {
        text-align: center;
    }

    .modal-open {
        overflow: hidden;
    }

    .new_profile_outer .row {
        flex-wrap: wrap;
        gap: 0;
    }

    .new_profile_outer .col-lg-4 {
        width: 100%;
    }

    .new_profile_outer {
        margin: 0 0 0 0;
    }

    .new_profile_outer .card-body {
        padding: 16px;
    }

    .new_profile_outer .list-group-item {
        padding: .50rem 1.25rem;
    }

    .new_profile_outer .text-muted {
        margin-bottom: 0;
    }

    .row-fluid.circle-state-overview.outer.details .dashborad_outer:last-child {
        margin-bottom: 0;
    }

    .navbar .nav>li>a {
        padding: 2px 14px;
    }

    .top-menu {
        padding: 5px 0;
    }

    .notify-row {
        padding: 5px 0;
    }

    #top_menu i {
        padding: 11.6px 14px;
    }

    .widget-title {
        padding: 9.6px 14px;
    }

    .widget-body.form.table_outer {
        padding: 0 14px !important;
    }
}

@media only screen and (max-width:500px) {
    .modal-dialog {
        margin: 0 14px !important;
        max-width: 100% !important;
    }

    .row-fluid.circle-state-overview.outer {
        margin: 0 0 0 0;
    }

    .top #basic-datatables_filter label {
        justify-content: center !important;
    }

    .dataTables_wrapper .dataTables_filter {
        width: 100%;
    }

    #basic-datatables_length label {
        justify-content: center;
    }

    .top {
        height: 100% !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column-reverse;
    }

    .dataTables_wrapper .bottom {
        flex-wrap: wrap;
    }


}

@media only screen and (max-width:400px) {
    .row-fluid.circle-state-overview.outer {
        grid-template-columns: repeat(1, 1fr);
    }

    .page-title {
        font-size: 16px;
    }

    .dataTables_wrapper .bottom {
        justify-content: center;
    }
}