.notifcation_notification__Sr4Q9{position:fixed;top:20px;right:20px;padding:15px 20px;border-radius:5px;color:white;display:flex;justify-content:space-between;align-items:center;z-index:1000;font-size:16px;transform-origin:top right;transition:all .3s cubic-bezier(.4,0,.2,1)}.notifcation_entering__iL28P{animation:notifcation_slideInFadeIn__IKhVs .4s cubic-bezier(.4,0,.2,1) forwards}.notifcation_closing__nW4IA{animation:notifcation_slideOutFadeOut__GKg9v .3s cubic-bezier(.4,0,.2,1) forwards}@keyframes notifcation_slideInFadeIn__IKhVs{0%{transform:translateX(100%) translateY(-10px) scale(.95);opacity:0}50%{transform:translateX(0) translateY(0) scale(1.02);opacity:.8}to{transform:translateX(0) translateY(0) scale(1);opacity:1}}@keyframes notifcation_slideOutFadeOut__GKg9v{0%{transform:translateX(0) translateY(0) scale(1);opacity:1}50%{transform:translateX(20px) translateY(-5px) scale(.98);opacity:.5}to{transform:translateX(100%) translateY(-10px) scale(.95);opacity:0}}.notifcation_notification__Sr4Q9 p{margin:0;font-size:inherit;flex:1}.notifcation_notification__Sr4Q9 button{margin-left:15px;background:none;border:none;color:white;font-size:18px;cursor:pointer;padding:4px;border-radius:3px;transition:all .2s ease;opacity:.8}.notifcation_notification__Sr4Q9 button:hover{opacity:1;background:rgba(255,255,255,.2);transform:scale(1.1)}.notifcation_notification__Sr4Q9 button:active{transform:scale(.95)}.notifcation_success__yYH03{background-color:#4CAF50}.notifcation_error__g_IS0{background-color:#f44336}.notifcation_notification__Sr4Q9:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 25px rgba(0,0,0,.15)}@media (max-width:768px){.notifcation_notification__Sr4Q9{margin:4px 0;padding:12px 16px}.notifcation_notification__Sr4Q9 p{font-size:13px}}