.toast-container{position:fixed;right:0;top:20px;padding:2rem;z-index:2000001}.toast-container .toast{min-width:300px;word-break:break-word;line-height:1.5rem;font-size:14px;font-weight:500;border-radius:.375rem;overflow:hidden}.toast-container .toast .toast-body{padding:.75rem 1.5rem;color:#fff}.toast-container .toast.toast-success .toast-body{border:1px solid #417505;background-color:rgba(80,140,15,0.9)}.toast-container .toast.toast-error .toast-body{border:1px solid #B61928;background-color:rgba(209,22,50,0.9)}