@media(max-width:1024px) {
    .main-sidebar-wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper {
        width: 250px;
        box-shadow: unset !important;
        top: 80px !important;
    }

    .main-sidebar-wrapper.toggled .simplebar-mask .sidebar-toggle-btn.toggle-icon,
    .main-sidebar-wrapper .simplebar-mask .sidebar-toggle-btn.toggle-icon {
        display: none;
    }

    .main-sidebar-wrapper.toggled .simplebar-mask .simplebar-content .metismenu {
        display: block;
    }

    .ph-2-new-section.toggled:not(.sidebar-hovered) .sidebar-wrapper {
        top: 180px !important;
    }

    .ph-2-new-section.toggled:not(.sidebar-hovered) .sidebar-wrapper.ph-2-admin-sidebar-wrapper {
        top: 95px !important;
    }
}

@media(max-width:991px) {
    .customer-media-sidebar-section {
        top: 175px !important;
    }
}

@media(max-width:767px) {
    .ph-2-new-section.toggled:not(.sidebar-hovered) .sidebar-wrapper {
        top: 240px !important;
    }

    .ph-2-new-section.toggled:not(.sidebar-hovered) .sidebar-wrapper.ph-2-admin-sidebar-wrapper {
        top: 95px !important;
    }

    .customer-media-sidebar-section {
        top: 240px !important;
    }

    .customer-media-sidebar-section .new-sidebar-responsive-section {
        height: calc(100% - 320px) !important;
    }
}

@media(max-width:480px) {
    .customer-sidebar-traced-btn .sidebar-logout-btn {
        width: 240px !important;
    }
}
