.custom-toast{color:#fff;z-index:9999;border-radius:6px;padding:12px 18px;font-size:14px;animation:.3s ease-in-out fadeIn;position:fixed;top:20px;right:20px}.custom-toast.success{background-color:#28a745}.custom-toast.error{background-color:#dc3545}.custom-toast.warning{color:#212529;background-color:#ffc107}.custom-toast.info{background-color:#17a2b8}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
