.toast{opacity:1;z-index:1050;background-color:#fff;border-radius:5px;padding:10px;font-size:14px;transition:all .3s;position:fixed}.toast button.close-toast-button{color:#000;float:right;font-size:1.3em;font-weight:400}.toast .toast-header{background-color:#0000;border-bottom-color:#0000;width:100%;position:absolute;top:10px;right:0}.toast .toast-body{white-space:break-spaces;text-align:center;padding-left:0}.toast:not(:empty).toast-header>div{text-align:center;width:100%;margin-right:0;display:block}.toast:not(:empty).toast-header{height:30px}.toast:not(:empty).toast-body{margin-top:20px}.toast.toast-success{border:2px solid var(--positiveColor);color:var(--positiveColor)}.toast.toast-info{border:2px solid var(--informationColor);color:var(--informationColor)}.toast.toast-error{border:2px solid var(--negativeColor);color:var(--negativeColor)}.toast.toast-warning{border:2px solid var(--neutralColor);color:var(--neutralColor)}.toast.toaster-top{top:0}.toast.toaster-bottom{bottom:0}.toast.toaster-left{left:0}.toast.toaster-right{right:0}.toast.toaster-enter{opacity:0;margin-top:-100px}.toast.toaster-enter-to{opacity:1;margin-top:0}.toast.toaster-leave-to{opacity:0;margin-top:-100px}
