@media screen and (max-width: 1400px) {

    /* header css start */
    .header_top .top_left {
        gap: 12px;
    }

    /* header css close */
}

@media screen and (max-width: 1200px) {

    /* header css start */
        .sidebar {
            padding: 0 10px;
            width: 14%;
        }
    .header_top .top_left {
        gap: 8px;
    }

    .billing_box {
        width: 10px;
        height: 10px;
    }

    .header_outer {
        padding: 0 20px;
        width: 84%;
    }

    .header_bottom {
        padding-bottom: 12px;
    }

    .headerBottom_right label {
        font-size: 10px;
        line-height: 14px;
    }

    .headerBottom_right p {
        font-size: 10px;
        line-height: 14px;
    }

    .search_item .btn.btn-secondary.dropdown-toggle {
        font-size: 9px;
        line-height: 13px;
        height: 20px;
    }

    .headerBottom_right label {
        font-size: 9px;
        line-height: 13px;
    }

    .sidebar ul li a {
        font-size: 11px;
    }

    .header_bottom a.btn {
        font-size: 9px;
        line-height: 13px;
        height: 20px;
    }

    .header_top .top_right input {
        height: 20px;
        font-size: 9px;
    }

    .header_top .top_right a.btn {
        font-size: 9px;
        line-height: 13px;
        height: 19px;
    }

    .footer p {
        padding: 6px 20px;
        font-size: 12px;
        line-height: 16px;
    }

    .herder_row a.nav-link {
        padding: 6px 7px;
    } 

    button.accordion-button {
        font-size: 11px;
        padding: 6px;
    }

    /* header css close */
}

@media screen and (max-width: 1024px) {
    .fs_sm {
        font-size: 10px;
        line-height: 14px;
    }
    /* header css start */
        .header_outer { 
            width: 82%;
        }
        .sidebar { 
            width: 18%;
        }
    .header_bottom a.btn {
        font-size: 8px;
        line-height: 14px;
        height: 19px;
    }
    .herder_row a.nav-link {
        font-size: 10px;
    }
    

    .search_item .btn.btn-secondary.dropdown-toggle {
        font-size: 8px;
        line-height: 12px;
        height: 18px;
    }

    .billing_header {
        gap: 3px;
    }

    .billing_header span {
        font-size: 8px;
        line-height: 12px;
    }

    .header_top {
        padding: 8px 0;
    }

    .search_item.date label {
        font-size: 8px;
        line-height: 12px;
    }

    .header_top .top_right input {
        height: 17px;
        font-size: 8px;
    }

    .header_top .top_right a.btn {
        height: 17px;
    }

    /* header css close */

    /* user css start */
    .table_outer {
        padding: 24px 0 0 0;
    }
    .add_user_outer { 
        padding: 14px;
    }
    tbody tr td span.text-danger , tbody tr td span.text-success {
        width: 80px;
    }
    .dataTables_info {
        font-size: 12px;
        line-height: 16px; 
    }
    /* user css close */
}

@media screen and (max-width: 991px) {
    h5 {
        font-size: 20px;
        line-height: 24px;
        font-weight: bold;
    }

    /* side bar css start */
    .accordion-button::after {
        width: 12px;
        height: 12px; 
    }
    .sidebar {
        width: 26%;
        padding: 0 12px;
    }
    .header_outer {
        width: 74%;
    }
    /* side bar css close */

    /* header css start */
    .header_top .top_right {
        justify-content: start;
        margin-top: 6px;
    }

    .headerBottom_right {
        margin-top: 2px;
    }

    /* header css close */

    /* user css start */
    .add_user_outer button.btn.btn-success {
        padding: 0 10px;
        height: 30px;
        font-size: 12px;
    }

    #database_table_wrapper button.dt-button.buttons-html5 {
        padding: 4px 20px !important;
    }
    th, td { 
        padding: 4px 12px !important; 
    }
    .dataTables_info {
        font-size: 10px;
        line-height: 14px; 
    }
    .paginate_button {
        font-size: 10px;
        line-height: 14px; 
    }
    #database_table_wrapper input { 
        height: 26px; 
        width: 130px;
    }
    tbody tr td span.text-danger, tbody tr td span.text-success {
        width: 66px;
    }
    /* user css close */
}

@media screen and (max-width: 767px) {
    h5 {
        font-size: 18px;
        line-height: 22px; 
    }
    /* user css start */
    .dt-buttons button.dt-button {
        padding: 4px 18px !important;
        font-size: 9px !important;
        line-height: 13px !important;
    }
    div#database_table_filter {
        text-align: end;
    }
    #database_table_filter label {
        font-size: 10px; 
        line-height: 14px;
    }
    #database_table_wrapper input {
        height: 22px;
        width: 110px;
    } 
    .add_user_left {
        width: 60%;
    }
     
    .add_user_outer button.btn.btn-success { 
        font-size: 10px;
        height: 20px;
    }
    .dataTables_wrapper .dataTables_paginate {
        float: right !important;
        margin: 0 !important;
    }
    .dataTables_wrapper .dataTables_info { 
        float: left !important; 
    }
    /* user css close */

    /* header css start */
    .sidebar {
        width: 33%;
        padding: 0 6px;
    }
    .sidebar ul li a img {
        width: 13px;
        margin-right: 4px;
    }
    .herder_row a.nav-link {
        padding: 6px 4px;
    }
    .billing_header {
        width: 30%;
        margin-top: 5px;
    }
    .header_top .top_left {
        display: block;
     }
     .sidebar img {
        width: 13px;
        margin-right: 4px;
    }
    /* header css close */

}

@media screen and (max-width: 576px) {
    h5 {
        font-size: 16px;
        line-height: 20px;
    }
        .fs_sm {
            font-size: 9px;
            line-height: 12px;
        }
    /* header css start */
    .sidebar {
        width: 40%; 
    }
    .header_outer {
        width: 60%;
        padding: 0 6px;
    }
    .herder_row a.nav-link {
        font-size: 9px;
    }
    /* header css close */

    /* user css start */
    .add_user_left , .add_user_right {
        width: 100%;
    }
    .dataTables_wrapper .dataTables_info {
        width: 100%;
    }
    .dataTables_wrapper .dataTables_paginate { 
        width: 100%;
    }
    .sidebar h5 {
        padding: 16px 0;
    }
    button.accordion-button {
        font-size: 9px; 
    }
    .table_outer {
        padding: 14px 0 0 0;
    }
    .add_user_outer {
        padding: 10px;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
    .add_user_outer button.btn.btn-success { 
        margin-top: 6px;
    }
    #database_table_wrapper input {
        height: 20px;
        width: 90px;
    }
    /* user css close */
}