.toast-container{z-index:1000;overflow-wrap:break-word;flex-direction:column;gap:10px;display:flex;position:fixed;top:20px;right:20px}.toast{color:#fff;cursor:pointer;opacity:.9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;gap:10px;padding:15px 20px;font-size:14px;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1)}.toast:hover{opacity:1;transform:scale(1.05)}.toast-success{background-color:green}.toast-error{background-color:red}.toast-info{background-color:purple}.toast-warning{background-color:#a68603}.toast-loading-line{width:0%;height:3px;transition:width linear ease-in-out;background:#fff;animation:4s linear forwards loadOut;position:absolute;bottom:0;left:0}.toast:hover .toast-loading-line{animation-play-state:paused}@keyframes loadOut{0%{width:100%}to{width:0%}}
