.toast-container{position:fixed;top:60px;right:20px;display:flex;align-items:center;justify-content:center;background-color:white;padding:10px 20px;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.5);z-index:9999;max-width:90vw;box-sizing:border-box}.toast-icon{margin-right:10px;flex-shrink:0}.toast-icon,.toast-message{margin-top:4px;text-align:center}.toast-message{word-wrap:break-word}.toast-loader{position:absolute;bottom:0;left:0;width:0;height:2px;animation:loading 2s linear infinite;border-radius:5px}@keyframes loading{0%{width:0}to{width:100%}}@media (max-width:768px){.toast-container{top:50px;right:10px;left:10px;padding:8px 15px}}@media (max-width:480px){.toast-container{top:40px;right:5px;left:5px;padding:8px 12px;font-size:12px}.toast-icon{margin-right:8px}}