.global-notification{position:fixed;right:24px;top:70px;z-index:1000;max-width:440px;box-shadow:0 12px 30px rgba(15,23,42,.22);font-weight:700;transition:opacity .3s,transform .3s}
.global-notification.notification-hide{opacity:0;transform:translateY(-12px);pointer-events:none}
