.toast{position:fixed;z-index:9999;display:flex;align-items:center;background-color:#333;word-break:break-word;color:#fff;border-radius:10px;padding:10px;box-shadow:0 2px 10px rgba(0,0,0,.2);opacity:0;transform:translateX(100%);transition:opacity 0.3s ease,transform 0.3s ease}.toast.show{opacity:1}.toast.error.normal{background:rgba(0,0,0,.8);color:#ff36c7}.toast-top-right{top:20px;right:20px}.toast-top-left{top:20px;left:20px}.toast-bottom-right{bottom:20px;right:20px}.toast-bottom-left{bottom:20px;left:20px}.toast-bottom-center{bottom:177px;left:50%;transform:translateX(-50%)}.toast-top-center{top:20px;left:50%;transform:translateX(-50%)}.toast-icon{margin-right:19px;min-width:29px;min-height:29px;display:inline-flex;align-items:center;justify-content:center;background-size:contain;background-repeat:no-repeat;background-position:center}.toast.error .toast-icon{background-image:url(https://images.anyrecover.com/anyrecoveren/assets/overview/photo_restoration_online/toast-error-icon.svg);background-size:cover}@media (max-width:768px){.toast{width:94%}}