.toastify{position:fixed;z-index:2147483647;display:flex;align-items:center;max-width:calc(50% - 20px);padding-right:.75rem;padding-left:.75rem;font-size:small;color:#fff;text-decoration:none;background:var(--ds-green);border-radius:.5rem;box-shadow:0 .5rem 1rem #0003;opacity:0;transition:all .4s cubic-bezier(.215,.61,.355,1)}.toastify p{margin-right:.25rem;white-space:pre-line}.toastify.on{opacity:1}.toastify.toast-info,.toastify.toast-success{background:var(--ds-green)}.toastify.toast-warning,.toastify.toast-danger{background:var(--red)}.toast-close{padding:0 5px;font-family:inherit;font-size:1em;color:#fff;cursor:pointer;background:transparent;border:0;opacity:.4}.toastify-right{right:15px}.toastify-left{left:15px}.toastify-top{top:-150px}.toastify-bottom{bottom:-150px}.toastify-rounded{border-radius:25px}.toastify-avatar{width:1.5em;height:1.5em;margin:-7px 5px;border-radius:2px}.toastify-center{right:0;left:0;max-width:fit-content;margin-right:auto;margin-left:auto}@media only screen and (width <= 360px){.toastify-right,.toastify-left{right:0;left:0;max-width:fit-content;margin-right:auto;margin-left:auto}}
