@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";.toastItem.svelte-4o43th{background:var(--bg,var(--color-background-secondary));border:solid 1px var(--border-color,var(--color-border-primary));color:var(--text,var(--color-text-primary));padding:var(--padding,.5rem);min-width:var(--min-width,250px);border-radius:.5rem;box-shadow:0 2px 8px #63636333}.toastItem.svelte-4o43th .title:where(.svelte-4o43th){color:var(--accent,var(--text-title,var(--color-text-primary)));font-weight:600;display:block}.toastItem.svelte-4o43th .message:where(.svelte-4o43th){color:var(--text-message,var(--color-text-secondary));font-size:small;display:block}.toastItem.svelte-4o43th .progress:where(.svelte-4o43th){height:var(--height-progress,5px);background-color:var(--color-background-tertiary);border-radius:calc(var(--height-progress,5px) * 2);margin-top:.5rem;position:relative}.toastItem.svelte-4o43th .progress:where(.svelte-4o43th):after{content:"";background:var(--accent,var(--bg-process,var(--color-text-primary)));border-radius:calc(var(--height-progress,5px) * 2);width:var(--progress-start-percent,100%);transform-origin:0;height:100%;animation:svelte-4o43th-toast-progress-shrink var(--progress-duration,0s) linear forwards;position:absolute;top:0;left:0}@keyframes svelte-4o43th-toast-progress-shrink{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.toastContainer.svelte-dujlew{left:var(--left);right:var(--right,1rem);top:var(--top,4rem);bottom:var(--bottom);z-index:99;list-style:none;position:fixed}.toastContainer.svelte-dujlew .toastItem:where(.svelte-dujlew){margin-bottom:.5rem}
