/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */.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:linear-gradient(135deg,#73a5ff,#5477f5);position:fixed;opacity:0;transition:all .4s cubic-bezier(.215,.61,.355,1);border-radius:2px;cursor:pointer;text-decoration:none;max-width:calc(50% - 20px);z-index:2147483647}.toastify.on{opacity:1}.toast-close{background:transparent;border:0;color:#fff;cursor:pointer;font-family:inherit;font-size:1em;opacity:.4;padding:0 5px}.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{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content;max-width:-moz-fit-content}@media only screen and (max-width:360px){.toastify-left,.toastify-right{margin-left:auto;margin-right:auto;left:0;right:0;max-width:-moz-fit-content;max-width:fit-content}}.toastify.mt-toast{display:flex;align-items:stretch;gap:0;max-width:min(26rem,calc(100vw - 2rem));min-width:18rem;padding:0;border-radius:.75rem;background:var(--mt-toast-color);color:#fff;box-shadow:0 10px 30px rgba(15,23,42,.22),0 2px 6px rgba(15,23,42,.12);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;overflow:hidden;z-index:99999!important}.toastify.mt-toast--success{--mt-toast-color:#4caf50}.toastify.mt-toast--info{--mt-toast-color:#2196f3}.toastify.mt-toast--warning{--mt-toast-color:#ffc107}.toastify.mt-toast--error{--mt-toast-color:#ff5252}.toastify.mt-toast--default{--mt-toast-color:#d4af37}.mt-toast__body{display:flex;flex:1 1 auto;align-items:center;gap:.85rem;padding:1rem .5rem 1rem 1.15rem}.mt-toast__icon{flex:0 0 auto;display:grid;place-items:center;width:1.5rem;height:1.5rem}.mt-toast__icon svg{width:100%;height:100%}.mt-toast__text{margin:0;font-size:.95rem;font-weight:600;line-height:1.35;overflow-wrap:anywhere}.toastify.mt-toast .toast-close{flex:0 0 auto;align-self:center;padding:0 1rem;background:none;border:0;color:#fff;opacity:.65;line-height:1;cursor:pointer;transition:opacity .2s ease;font-size:0}.toastify.mt-toast .toast-close:after{content:"\00d7";font-size:1.6rem;font-weight:400}.toastify.mt-toast .toast-close:focus-visible,.toastify.mt-toast .toast-close:hover{opacity:1}.mt-toast__progress{position:absolute;inset-inline-start:0;bottom:0;height:.4rem;width:100%;transform-origin:left center;background:rgba(0,0,0,.2);animation:mt-toast-progress linear forwards}.toastify.mt-toast:hover .mt-toast__progress{animation-play-state:paused}@keyframes mt-toast-progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media (prefers-reduced-motion:reduce){.mt-toast__progress{animation:none}}