.Toastify__toast-container{position:fixed;z-index:1000;padding:4px;pointer-events:none}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast{pointer-events:auto;position:relative;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,0.1),0 2px 15px 0 rgba(0,0,0,0.05);display:flex;justify-content:space-between;max-height:800px;overflow:hidden;font-family:sans-serif;cursor:pointer;direction:ltr;opacity:0.95}.Toastify__toast.Toastify__toast--success{background-color:#07bc0c !important}.Toastify__toast.Toastify__toast--error{background-color:#e74c3c !important}.Toastify__toast.Toastify__toast--info{background-color:#3498db !important}.Toastify__toast.Toastify__toast--warning{background-color:#f1c40f !important}.Toastify__toast-body{margin:auto 0;flex:1;padding:6px;display:flex;align-items:center}.Toastify__toast-icon{width:20px;flex-shrink:0;margin-right:10px}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:9999;opacity:0.7;background-color:rgba(255,255,255,0.7);transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--success{background-color:#4caf50}.Toastify__progress-bar--error{background-color:#e74c3c !important}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}100%{transform:scaleX(0)}}.Toastify__toast--success .Toastify__toast-icon svg{fill:#fff !important}.Toastify__toast--error .Toastify__toast-icon svg{fill:#fff !important}.Toastify__toast-theme--light{background-color:#fff;color:#333}.Toastify__toast-theme--light.Toastify__toast--error{background-color:#e74c3c !important;color:#fff !important}.Toastify__toast-theme--light .Toastify__toast-icon svg{fill:#07bc0c}.Toastify__toast-theme--light.Toastify__toast--error .Toastify__toast-icon svg{fill:#fff !important}.Toastify__toast-theme--light .Toastify__progress-bar{background-color:rgba(0,0,0,0.1)}.Toastify__toast-theme--light .Toastify__progress-bar--error{background-color:#e74c3c !important}
