
@media (min-width: 981px) {
  body.pmbp-desktop-menu-active #portalNotifyPanel.pmbp-notify-panel {
    position: fixed !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    z-index: 1000060 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  body.pmbp-desktop-menu-active #portalNotifyPanel.pmbp-notify-panel.hidden {
    display: none !important;
    pointer-events: none !important;
  }
}
