.toast-container{animation:toastFadeInOut 2s ease-in-out forwards;background-color:#00000080;border-radius:6px;color:#fff;font-size:15px;left:50%;min-width:100px;padding:10px 16px;pointer-events:none;position:fixed;text-align:center;top:50%;transform:translate(-50%,-50%);white-space:nowrap;z-index:9999}@keyframes toastFadeInOut{0%{opacity:1}90%{opacity:1}to{opacity:0}}
