/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */
.toastify{color:#fff;opacity:0;cursor:pointer;z-index:2147483647;background:linear-gradient(135deg,#73a5ff,#5477f5);border-radius:2px;max-width:calc(50% - 20px);padding:12px 20px;text-decoration:none;transition:all .4s cubic-bezier(.215,.61,.355,1);display:inline-block;position:fixed;box-shadow:0 3px 6px -1px #0000001f,0 10px 36px -4px #4d60e84d}.toastify.on{opacity:1}.toast-close{color:#fff;cursor:pointer;opacity:.4;background:0 0;border:0;padding:0 5px;font-family:inherit;font-size:1em}.toastify-right{right:15px}.toastify-left{left:15px}.toastify-top{top:-150px}.toastify-bottom{bottom:-150px}.toastify-rounded{border-radius:25px}.toastify-avatar{border-radius:2px;width:1.5em;height:1.5em;margin:-7px 5px}.toastify-center{max-width:-moz-fit-content;margin-left:auto;margin-right:auto;left:0;right:0}@media only screen and (width<=360px){.toastify-right,.toastify-left{max-width:fit-content;margin-left:auto;margin-right:auto;left:0;right:0}}.toastify.mt-toast{background:var(--mt-toast-color);color:#fff;border-radius:.75rem;align-items:stretch;gap:0;min-width:18rem;max-width:min(26rem,100vw - 2rem);padding:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;display:flex;overflow:hidden;box-shadow:0 10px 30px #0f172a38,0 2px 6px #0f172a1f;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:#1976d2}.mt-toast__body{flex:auto;align-items:center;gap:.85rem;padding:1rem .5rem 1rem 1.15rem;display:flex}.mt-toast__icon{flex:none;place-items:center;width:1.5rem;height:1.5rem;display:grid}.mt-toast__icon svg{width:100%;height:100%}.mt-toast__text{overflow-wrap:anywhere;margin:0;font-size:.95rem;font-weight:600;line-height:1.35}.toastify.mt-toast .toast-close{color:#fff;opacity:.65;cursor:pointer;background:0 0;border:0;flex:none;align-self:center;padding:0 1rem;font-size:0;line-height:1;transition:opacity .2s}.toastify.mt-toast .toast-close:after{content:"×";font-size:1.6rem;font-weight:400}.toastify.mt-toast .toast-close:hover,.toastify.mt-toast .toast-close:focus-visible{opacity:1}.mt-toast__progress{inset-inline-start:0;transform-origin:0;background:#0003;width:100%;height:.4rem;animation:linear forwards mt-toast-progress;position:absolute;bottom:0}.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}}
