.toast-container.svelte-zemmny{position:fixed;top:4.5rem;right:1rem;z-index:9999;display:flex;flex-direction:column;gap:.75rem;pointer-events:none}.toast.svelte-zemmny{display:flex;align-items:center;gap:.75rem;min-width:300px;max-width:400px;padding:1rem 1.25rem;background-color:var(--container-color);border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;pointer-events:auto;animation:svelte-zemmny-slideInRight .3s ease,svelte-zemmny-fadeIn .3s ease;border-left:4px solid}@keyframes svelte-zemmny-slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes svelte-zemmny-fadeIn{0%{opacity:0}to{opacity:1}}.toast-success.svelte-zemmny{border-left-color:#28a745}.toast-error.svelte-zemmny{border-left-color:#dc3545}.toast-warning.svelte-zemmny{border-left-color:#ffc107}.toast-info.svelte-zemmny{border-left-color:#17a2b8}.toast-icon.svelte-zemmny{font-size:1.5rem;flex-shrink:0}.toast-success.svelte-zemmny .toast-icon:where(.svelte-zemmny){color:#28a745}.toast-error.svelte-zemmny .toast-icon:where(.svelte-zemmny){color:#dc3545}.toast-warning.svelte-zemmny .toast-icon:where(.svelte-zemmny){color:#ffc107}.toast-info.svelte-zemmny .toast-icon:where(.svelte-zemmny){color:#17a2b8}.toast-message.svelte-zemmny{flex:1;margin:0;color:var(--title-color);font-size:var(--normal-font-size);line-height:1.5}.toast-close.svelte-zemmny{background:none;border:none;color:var(--text-color);cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:.25rem;transition:background-color .2s,color .2s;flex-shrink:0}.toast-close.svelte-zemmny:hover{background-color:var(--body-color);color:var(--title-color)}.toast-close.svelte-zemmny i:where(.svelte-zemmny){font-size:1.25rem}@media screen and (max-width:576px){.toast-container.svelte-zemmny{top:4rem;left:1rem;right:1rem}.toast.svelte-zemmny{min-width:unset;max-width:unset;width:100%}}
