@keyframes Notification_slideInFromTop__5zmmB{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes Notification_fadeOut__nwSSS{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.Notification_notificationContainer__MDY9E{position:fixed;top:0;left:0;z-index:999;pointer-events:none;display:flex;flex-direction:column;width:100%}.Notification_notificationItem__zq_we{pointer-events:auto;display:flex;align-items:center;gap:16px;padding:15px 24px;background:#2a3454;border-radius:8px}.Notification_notificationItem__zq_we.Notification_entering__WbHex{animation:Notification_slideInFromTop__5zmmB .3s ease-out forwards}.Notification_notificationItem__zq_we.Notification_exiting__F4rdq{animation:Notification_fadeOut__nwSSS .25s ease-in forwards}.Notification_success__BcJGY{border-color:#10b981}.Notification_error__ZzpOn{border-color:#ef4444}.Notification_warning__V6yhg{border-color:#f59e0b}.Notification_info__XRQHO{border-color:#3b82f6}.Notification_iconWrapper__PfaK8{flex-shrink:0;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center}.Notification_success__BcJGY .Notification_iconWrapper__PfaK8{background-color:#22c55e}.Notification_error__ZzpOn .Notification_iconWrapper__PfaK8{background-color:#ef4444}.Notification_warning__V6yhg .Notification_iconWrapper__PfaK8{background-color:#f59e0b}.Notification_info__XRQHO .Notification_iconWrapper__PfaK8{background-color:#3b82f6}.Notification_iconWrapper__PfaK8 svg{width:24px;height:24px;color:#fff}.Notification_content__v8ivM{flex:1 1;min-width:0}.Notification_title__UYWcq{font-size:16px;color:#fff;margin:0;line-height:1.4}.Notification_description__CWV3y{font-size:14px;color:hsla(0,0%,100%,.9);line-height:20px;margin:0}.Notification_closeButton__rduZ1{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:rgba(0,0,0,0);border:none;cursor:pointer;transition:opacity .2s ease}.Notification_closeButton__rduZ1:hover{opacity:.7}.Notification_closeButton__rduZ1 svg{width:20px;height:20px;color:#fff}