@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css');.toasts{list-style:none;position:fixed;top:55px;right:0;padding:0;margin:0;z-index:9999}.toasts>.toast.svelte-wgxp8o.svelte-wgxp8o{position:relative;margin:10px;min-width:40vw;position:relative;animation:svelte-wgxp8o-animate-in 350ms forwards;color:#fff}.toasts>.toast.svelte-wgxp8o>.content.svelte-wgxp8o{padding:10px;display:block;font-weight:500}.toasts>.toast.svelte-wgxp8o>.progress.svelte-wgxp8o{position:absolute;bottom:0;background-color:rgb(0, 0, 0, 0.3);height:6px;width:100%;animation-name:svelte-wgxp8o-shrink;animation-timing-function:linear;animation-fill-mode:forwards}.toasts>.toast.svelte-wgxp8o.svelte-wgxp8o:before,.toasts>.toast.svelte-wgxp8o.svelte-wgxp8o:after{content:"";position:absolute;z-index:-1;top:50%;bottom:0;left:10px;right:10px;border-radius:100px / 10px}.toasts>.toast.svelte-wgxp8o.svelte-wgxp8o:after{right:10px;left:auto;transform:skew(8deg) rotate(3deg)}@keyframes svelte-wgxp8o-animate-in{0%{width:0;opacity:0;transform:scale(1.15) translateY(20px)}100%{width:40vw;opacity:1;transform:scale(1) translateY(0)}}@keyframes svelte-wgxp8o-shrink{0%{width:40vw}100%{width:0}}