.notification-container{z-index:9999;width:360px;position:fixed;top:24px;right:24px}.notification{background:#fff;border-radius:8px;margin-bottom:16px;padding:16px;animation:.25s slideIn;box-shadow:0 6px 16px #0000001f}.notification-header{justify-content:space-between;margin-bottom:10px;font-weight:700;display:flex}.notification-header button{cursor:pointer;background:0 0;border:none;font-size:18px}.notification-content{color:#555}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}
