.notification{color:#fff;z-index:1000;border-radius:8px;max-width:350px;padding:15px 25px;animation:.3s ease-out slideIn;position:fixed;top:20px;right:20px;box-shadow:0 4px 12px #00000026}.notification.success{background-color:#4caf50}.notification.error{background-color:#f44336}.notification.warning{background-color:#ffa000}.notification-content{justify-content:space-between;align-items:center;display:flex}.close-btn{color:#fff;cursor:pointer;background:0 0;border:none;margin-left:15px;font-size:20px}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}
