#toast-message-wrapper{position:fixed;bottom:30px;left:30px;user-select:none;z-index:2147483647}.bounceInLeft{animation-name:Toastify__bounceInLeft}.bounceOutLeft{animation-name:Toastify__bounceOutLeft}.toast-message-item{position:relative;min-height:70px;width:320px;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 5px 10px rgba(0,0,0,.1);display:flex;justify-content:flex-start;max-height:800px;overflow:hidden;cursor:pointer;background:#fff;color:#757575;gap:10px;animation-fill-mode:both;animation-duration:.7s;transition:.2s}@media screen and (max-width:500px){.toast-message-item{width:300px;margin-bottom:0;margin-top:1rem;border-top:1px solid #dadada;border-radius:0}}.toast-message-item-icon{padding-right:9px;display:flex;align-items:center}.toast-message-item-icon>svg{width:20px;height:20px;animation-fill-mode:both;animation-duration:.3s}.toast-message-item-icon.zoomin>svg{animation-name:Toastify__zoomIn}.toast-message-item-text{font-size:14px;font-weight:300;padding-left:20px;line-height:20px}.toast-message-item-close{position:absolute;top:8px;left:8px;width:14px;opacity:.1;transition:.2s}.toast-message-item-close:hover{opacity:.4}.toast-message-item.loading .toast-message-item-close,.toast-message-item.loading .toast-message-item-progressbar{display:none}.toast-message-item-progressbar{position:absolute;bottom:0;right:0;width:100%;height:2px;transition:.2s linear;animation:10s linear forwards Toastify__trackProgress}.toast-message-item.success .toast-message-item-icon{color:#07bc0c}.toast-message-item.success .toast-message-item-progressbar{background-color:#07bc0c}.toast-message-item.error .toast-message-item-icon{color:#e74c3c}.toast-message-item.error .toast-message-item-progressbar{background-color:#e74c3c}.toast-message-item.loading .toast-message-item-icon span{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:#e0e0e0 #5288d3 #e0e0e0 #e0e0e0;animation:.65s linear infinite Toastify__spin}.toast-message-item{align-items:center}