.toast-container{position:fixed;top:60px;right:0;display:flex;align-items:center;justify-content:center;background-color:white;padding:10px 40px;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.5)}.toast-icon{margin-right:10px}.toast-icon,.toast-message{margin-top:4px;text-align:center}.toast-loader{position:absolute;bottom:0;left:0;width:0;height:2px;animation:loading 2s linear infinite}@keyframes loading{0%{width:0}to{width:100%}}