
@media screen and (max-width: 1366px) {
    /* .list_view_bg {
        width: 30%;
        flex-basis: calc(30% - 2.75px) !important;
    }
    .company_add_view, .invoice_add_view, .product_add_view, .taxes_add_view, .company_add_view {
        flex-basis: calc(70% - 8.25px) !important;
        width: 70%;
    } */
    .search_div {
        /* width: 42% !important; */
        /* width: 450px !important; */
    }
}
@media screen and (max-width: 1200px) {
    /* .example-sidenav, .example-sidenav[_ngcontent-c1] {
        display: none;
    } */
}
@media screen and (max-width: 767px) {
    .logo_div {
        display: none;
    }
    .notification_div {
        display: none;
    }
    /* .setting_div {
        display: none;
    } */
    
    .main_body_div {
        padding: 0 !important;
    }
    .is-horizontal .as-split-area {
        flex-basis: auto !important;
        width: 100%;
    }
    .pagination_div {
        width: 100% !important;
        left: 0 !important;
    }
    /* .avatar_dropdown {
        padding: 9px 0 !important;
    } */
    .avatar_dropdown img {
        margin-right: 0 !important;
        width: 100% !important;
    }
    /* .list_view_main .title_div_main h1 {
        position: fixed;
        top: 12px;
        z-index: 99;
        color: #fff !important;
        left: 70px;
        padding: 0;
        height: 64px;
        line-height: 64px;
    } */
    /* .edit_list_icon {
        position: fixed;
        top: 12px;
        z-index: 9;
        color: #fff;
        right: 70px;
    } */
    /* .filter_div .edit_list_icon mat-icon {
        color: #fff !important;
    } */
    /* .filter_icon {
        display: none !important;
    } */
    .main_body_div {
        margin-top: 64px !important;
    }
    /* .title_div_main {
        padding: 0 !important;
        border-bottom: none !important;
    } */
    /* .search_div {
        width: 100% !important;
        position: absolute !important;
        left: 0;
        top: 60px;
        border-bottom: 1px solid #ccc;
    }
    .search_div input {
        background-color: #fff !important;
        border: none !important;
        color: #000 !important;
        padding: 12px 20px 12px 50px !important;
        width: 100% !important;
        border-radius: 0 !important;
    }
    .search_div button {
        right: auto !important;
        border: none;
        color: #787979 !important;
        font-size: 20px;
        left: 20px !important;
    } */
    nav.ng-star-inserted {
        padding: 0px 10px !important;
        height: 64px !important;
        line-height: 64px !important;
    }
    .toggle_sidebar button {
        line-height: 30px !important;
        height: 30px !important;
    }
}
@media screen and (max-width: 600px) {
    
}