/*! Toastify v1.12.0 - MIT license */:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7)}.toastify{padding:12px 20px;color:#fff;display:inline-block;box-shadow:0 3px 6px -1px rgba(0,0,0,.12),0 10px 36px -4px rgba(77,96,232,.3);background:-webkit-linear-gradient(315deg,#73a5ff,#5477f5);background:linear-gradient(135deg,#73a5ff,#5477f5);position:relative;opacity:.9;transition:all .4s cubic-bezier(.215,.61,.355,1);border-radius:8px;cursor:pointer;text-decoration:none;max-width:calc(100% - 20px);z-index:1}.toastify:hover{opacity:1;transition:all .4s cubic-bezier(.215,.61,.355,1)}.toast-close{background:transparent;border:0;color:#fff;cursor:pointer;font-family:sans-serif;font-size:14px;opacity:.7;padding:0 5px;position:absolute;right:-5px;top:-5px}.toast-close:after,.toast-close:before{background:currentColor;content:"";height:16px;position:absolute;right:10px;top:2px;width:2px}.toast-close:before{transform:rotate(45deg)}.toast-close:after{transform:rotate(-45deg)}.toast-close:hover{opacity:1}.toastify-icon{margin-right:10px;width:20px;height:20px;vertical-align:middle;display:inline-block}@media only screen and (max-width:360px){.toastify{max-width:85%}}.toastify-container{display:flex;flex-direction:column;position:fixed;z-index:9999;pointer-events:none}.toastify-container.top-left{top:1em;left:1em}.toastify-container.top-center{top:1em;left:50%;transform:translateX(-50%)}.toastify-container.top-right{top:1em;right:1em}.toastify-container.bottom-left{bottom:1em;left:1em}.toastify-container.bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.toastify-container.bottom-right{bottom:1em;right:1em}