@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {
    .header-dash__link .header-dash__link--info {
        display: none;
    }
    .header-dash__item>*:not(:last-child) {
        margin-right: 10px;
    }
    .header-dash-right > .header-dash__item:not(:last-child) {
        border-right: 1px solid #ECECEC;
        padding-right: 10px;
        margin-right: 10px;
    }
}

@media (max-width: 767.98px) {
    .search-toggle {
        display: flex;
    }
    .header-dash-search .search-container{
        display: none;
    }
    .header-dash-search.active .search-container {
        display: flex;
        position: absolute;
        padding: 11px;
        background-color: var(--white);
        top: 63px;
        left: 0;
        border: 1px solid var(--light-grey2);
    }
}

@media (max-width: 575.98px) {

}
@media (max-width: 389.98px) {
    .dropdown__body.notifications-drop-dialog {
        left: 0px!important;
        max-width: none!important;
        width: 100%!important;
    }
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
    .sidebar-toggle {
        display: none;
    }
    .border-between > *:not(:last-child){
        border-right: 1px solid var(--light-grey);
    }
}

@media (min-width: 1200px) {

}
