/*
Generated time: November 1, 2025 05:23
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.Toast{--tg-component-toast-background:var(--tg-sys-color-background);--tg-component-toast-shadow-color:var(--tg-sys-color-shadow2);--tg-component-toast-text-color:var(--tg-sys-color-on-background);--tg-component-toast-outline:var(--tg-sys-color-outline);max-width:100%;width:100%;pointer-events:auto;background-color:var(--tg-component-toast-background);background-clip:padding-box;border:1px solid var(--tg-component-toast-outline);box-shadow:1px 0 var(--tg-component-toast-shadow-color) inset;z-index:85}.Toast.Showing{opacity:0}.Toast:not(.Show){display:none}@media screen and (min-width:641px){.Toast{width:400px}}@media screen and (min-width:1008px){.Toast{width:520px}}.Toast__Header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;color:var(--tg-component-toast-text-color);background-clip:padding-box;border-bottom:1px solid var(--tg-component-toast-outline)}.Toast__Header .ButtonClose{-webkit-margin-end:-.75rem;margin-inline-end:-.75rem;width:2rem;height:2rem}.Toast__Body{padding:1rem;word-wrap:break-word}