#toast{position:fixed;top:20px;right:20px;padding:10px 20px;background:#059669;color:#fff;border-radius:5px;display:none;animation:.3s fadeIn,.3s 1.7s fadeOut;z-index:1000;box-shadow:0 4px 12px rgba(0,0,0,.15)}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}