.custom-toast-error,.custom-toast-warning,.custom-toast-success,.custom-toast-info{font-size:14px;padding:16px;border-radius:8px;animation:fadeInOut 5s forwards;min-width:250px;max-width:350px;width:auto;box-shadow:0 4px 10px #0003;margin:10px;color:#fff}.custom-toast-error{background-color:#d9534f}.custom-toast-warning{background-color:#f0ad4e}.custom-toast-success{background-color:#5bc0de}.custom-toast-info{background-color:#428bca}@keyframes fadeInOut{0%{opacity:0;transform:translateY(-20px)}20%{opacity:1;transform:translateY(0)}80%{opacity:1}to{opacity:0;transform:translateY(-20px)}}.toast-top-right{position:fixed;top:20px;right:20px;z-index:9999}@media (max-width: 768px){.custom-toast-error,.custom-toast-warning,.custom-toast-success,.custom-toast-info{padding:12px;min-width:220px;max-width:300px}.toast-top-right{top:10px;right:10px}}
