#toaster{background:var(--blue-700);border:1px solid var(--white-25);bottom:var(--header-height);box-shadow:0 0 25px #00000040;color:var(--black);flex-direction:row;font-size:18px;max-width:450px;padding:.8em .8em 1em 1em;position:fixed;right:var(--side-padding);width:calc(100% - var(--side-padding)*2);z-index:9999999999999}#toaster.success{background:var(--indigo-700);color:var(--white)}#toaster.error{background:var(--red);color:var(--white)}#toaster.alert{background:var(--mono-200);color:var(--indigo-700)}.toast-main{align-items:flex-start;display:flex}.toast-main .toast-icon{flex-shrink:0;font-size:20px;height:1em;width:1em}.toast-info{flex-grow:1;padding:0 18px}.toast-title{font-size:14px;font-weight:700;margin-bottom:.4em}.toast-mssg{font-size:12.5px;font-weight:500;letter-spacing:0}.toast-close-btn{flex-shrink:0;font-size:18px;padding:.2em}.toast-close-btn:hover{fill:var(--white-50)}@media(min-width:600px){#toaster{max-width:500px}.toast-main .toast-icon{font-size:34px}.toast-title{font-size:16px;margin-bottom:.3em}.toast-mssg{font-size:14px}}@media(min-width:1000px){#toaster{max-width:550px}.toast-main .toast-icon{font-size:40px}.toast-title{font-size:18px}}@media(min-width:1550px){#toaster{max-width:650px}.toast-main .toast-icon{font-size:40px}.toast-title{font-size:20px;margin-bottom:.2em}}.toaster-enter-active,.toaster-leave-active{transition-duration:.5s;transition-property:opacity transform;transition-timing-function:ease}.toaster-enter-from,.toaster-leave-to{opacity:0;transform:translate(20%)}.floating-whatsapp{align-items:center;background-color:#25d366;border-radius:50%;bottom:1.5em;box-shadow:0 4px 12px #00000040;color:#fff;display:flex;height:3.5em;justify-content:center;position:fixed;right:1.5em;transition:transform .3s ease,box-shadow .3s ease;width:3.5em;z-index:50}.floating-whatsapp:hover{box-shadow:0 6px 20px #25d36666;transform:scale(1.1)}.floating-whatsapp .icon{height:2em;width:2em}@media(min-width:700px){.floating-whatsapp{bottom:2em;height:4em;right:2em;width:4em}.floating-whatsapp .icon{height:2.2em;width:2.2em}}
