.toast{animation-name:toastEffect;animation-timing-function:ease-in;background-color:#6495ED;border-radius:20px;box-shadow:0 5px 15px 0 rgba(221,221,221,1);color:#fff;display:inline-block;padding:2px 20px;position:fixed;text-align:center;text-decoration:none;z-index:2147483647}.toast-bottom{bottom:1rem}.toast-center{left:0;margin-left:auto;margin-right:auto;max-width:fit-content;right:0}.toast-left{left:1rem}.toast-right{right:1rem}.toast-top{top:1rem}@keyframes toastEffect{0%,100%{opacity:0}20%,80%{opacity:1}}
