#custom-toast-container{position:fixed;top:20px;right:20px;z-index:1000}.custom-toast{margin-bottom:15px;padding:10px 20px;color:#fff;border-radius:5px;animation:slideIn .5s ease-out;display:block;font-weight:700}.custom-toast.info{background-color:#3498db;color:#fff;border:1px solid #2980b9}.custom-toast.error{background-color:#e74c3c;color:#fff;border:1px solid #c0392b}.custom-toast.success{background-color:#2ecc71;color:#fff;border:1px solid #27ae60}@keyframes slideIn{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}