/*
Generated time: March 29, 2025 14:52
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{display:block;visibility:hidden;padding:calc(var(--spacing-step) * 2);color:var(--color-paragraphs);background-color:var(--color-background);box-shadow:0 0 15px 0 var(--color-shadows);position:fixed;opacity:0;left:50%;bottom:calc(var(--spacing-step) * 3);text-align:center;max-width:25rem;transform:translateX(-50%);z-index:1}.toast[data-visible]{visibility:visible;opacity:1;-webkit-animation:fadein .5s,fadeout .5s 2.5s;animation:fadein .5s,fadeout .5s 2.5s}@-webkit-keyframes fadein{from{bottom:0;opacity:0}to{bottom:calc(var(--spacing-step) * 3);opacity:1}}@keyframes fadein{from{bottom:0;opacity:0}to{bottom:calc(var(--spacing-step) * 3);opacity:1}}@-webkit-keyframes fadeout{from{bottom:calc(var(--spacing-step) * 3);opacity:1}to{bottom:0;opacity:0}}@keyframes fadeout{from{bottom:calc(var(--spacing-step) * 3);opacity:1}to{bottom:0;opacity:0}}