
/* large Desktop */
@media screen and (min-width: 1920px) {
    .dashboard_logo {
        max-width: 192px;
        margin-right: 32px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px){
    .sub-menu .btn-group a {
        font-size: 12px;
    }
    .search_box .form-control {
        font-size: 12px;
    }
    .app-header .app-header__content {
        height: 80px;
        padding: 1rem 0.5rem;
    }
    .dashboard_logo {
        max-width: 192px;
        margin-right: 32px;
    }
    /* .top_navbar ul li a {
        min-width: max-content;
    } */
    .top_navbar ul {
        padding-left: 0px;
        gap: 5px;

    }
    .assetsdrop_box .dropdown-toggle {
        border: 1px solid #f3e9dd;
        background: #e7eaf5;
        font-size: 12px;
        padding: 8px 5px;
        border-radius: 6px 0 0 6px;
    }
}

/* desktop 1200px to 1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {

}


/* normal desktop */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

}

/* tablet view */
@media only screen and (min-width: 768px) and (max-width: 991px) {

}


/* mobile view */
@media only screen and (max-width: 767px) {

}



