.toast-container{position:fixed;z-index:9999;max-width:400px;width:100%;pointer-events:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.toast-container.toast-top-center{top:20px;left:50%;transform:translateX(-50%)}.toast-container.toast-bottom-center{bottom:20px;left:50%;transform:translateX(-50%)}.toast{background:#ffffff!important;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);margin-bottom:8px;padding:16px;display:flex;align-items:flex-start;justify-content:space-between;cursor:pointer;pointer-events:auto;animation:toastSlideIn .3s cubic-bezier(.215,.61,.355,1);transition:all .3s cubic-bezier(.215,.61,.355,1);border-left:4px solid;min-height:48px;position:relative;overflow:hidden;color:#333333!important}.toast:hover{box-shadow:0 1px 10px 0 rgba(0,0,0,.15),0 2px 15px 0 rgba(0,0,0,.1)}.toast-success{border-left-color:#07bc0c}.toast-error,.toast-success{background:#ffffff!important}.toast-error{border-left-color:#e74c3c}.toast-info{border-left-color:#3498db}.toast-info,.toast-warning{background:#ffffff!important}.toast-warning{border-left-color:#f1c40f}.toast-content{display:flex;align-items:flex-start;flex:1;margin-right:8px}.toast-icon{margin-right:12px;font-size:18px;line-height:1;margin-top:2px}.toast-message{color:#333333!important;font-size:14px;line-height:1.4;flex:1;margin:0;font-weight:400}.toast-close{background:none;border:none;color:#999999!important;cursor:pointer;font-size:16px;font-weight:400;margin-left:8px;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;flex-shrink:0}.toast-close:hover{background:rgba(0,0,0,.1);color:#333333!important}@keyframes toastSlideIn{0%{opacity:0;transform:translateY(-100%) scale(.6)}50%{opacity:1;transform:translateY(-20px) scale(.6)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes toastSlideOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-100%) scale(.6)}}.toast.toast-exiting{animation:toastSlideOut .3s cubic-bezier(.215,.61,.355,1) forwards}.toast-progress{position:absolute;bottom:0;left:0;height:3px;background:#07bc0c;border-radius:0 0 4px 4px;animation:toastProgress 2s linear forwards}@keyframes toastProgress{0%{width:100%}to{width:0}}@media (max-width:600px){.toast-container{max-width:calc(100vw - 32px);right:16px}.toast-container,.toast-container.toast-bottom-center,.toast-container.toast-top-center{left:16px;transform:none}.toast{padding:12px;min-height:44px;background:#ffffff!important}.toast-message{font-size:13px;color:#333333!important}.toast-icon{font-size:16px;margin-right:10px}}