.toastify{z-index:999999 !important;position:fixed !important;pointer-events:auto !important;box-sizing:border-box !important;min-width:280px !important;max-width:350px !important;width:auto !important;padding:12px 16px !important;padding-bottom:16px !important;font-size:13px !important;line-height:1.4 !important;border-radius:8px !important;font-weight:500 !important;box-shadow:0 4px 12px rgba(0,0,0,.15) !important;overflow:hidden !important;animation:toastify-slideIn .3s ease-out !important;border:none !important;background-image:none !important}.toastify::after,.toastify::before{display:none !important}.toastify.toast-animating::after{animation:toast-progress linear;animation-duration:var(--toast-duration, 3000ms)}@keyframes toast-progress{from{transform:scaleX(1)}to{transform:scaleX(0)}}@keyframes toastify-slideIn{from{transform:translateX(110%);opacity:0}to{transform:translateX(0);opacity:1}}.toastify.toastify-right,div.toastify.toastify-right,.toastify.toastify-right[style]{right:20px !important;left:auto !important}.toastify.toastify-top,div.toastify.toastify-top,.toastify.toastify-top[style]{top:80px !important;bottom:auto !important}.toastify,div.toastify,.toastify[style]{width:auto !important;max-width:350px !important;min-width:280px !important}.toastify-right{display:block !important}.toastify-text{display:block !important;word-wrap:break-word !important;overflow-wrap:break-word !important}.toastify-close{opacity:.7 !important;margin-left:10px !important}.toastify-close:hover{opacity:1 !important}.toastify+.toastify{margin-top:10px !important}body .toastify{z-index:999999 !important}@media(max-width: 767px){.toastify.toastify-top{top:70px !important}.toastify.toastify-right{right:10px !important}.toastify{min-width:250px !important;max-width:calc(100vw - 40px) !important}}@media(min-width: 768px){.toastify.toastify-right{right:20px !important}}
