.Notification_notification___e3ne{animation:Notification_slideIn__P3Vt4 .3s ease;width:370px;padding:18px 12px;display:flex;align-items:center;gap:10px;border-radius:16px;color:var(--white)}.Notification_notification___e3ne .Notification_content__IH0rM{flex:1 1}.Notification_notification___e3ne .Notification_top__y5uFd{display:flex;align-items:center;gap:8px}.Notification_notification___e3ne .Notification_icon__4V8Ly{width:16px;height:16px;stroke:var(--white)}.Notification_notification___e3ne .Notification_text__Vqzxi{margin-top:8px}.Notification_notification___e3ne .Notification_closeBtn__fS03t{margin-left:auto}.Notification_notification___e3ne .Notification_closeBtn__fS03t>svg{stroke:var(--white)}.Notification_notification___e3ne.Notification_success__jKIT8{background-color:var(--new-green)}.Notification_notification___e3ne.Notification_info__3LQBD{background-color:var(--light-grey)}.Notification_notification___e3ne.Notification_warning__JZ0eU{background-color:var(--dark-blue)}.Notification_notification___e3ne.Notification_error__TgVLb{background-color:var(--new-red)}@keyframes Notification_slideIn__P3Vt4{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:800px){.Notification_notification___e3ne{width:100%}}