.toast-wrapper{opacity:1;z-index:101;background-color:var(--navy);color:var(--white);border-radius:3px;justify-content:center;align-items:center;width:300px;height:auto;margin:10px;transition:opacity .5s ease-in-out;display:flex;position:fixed;bottom:0;right:0}.toast-wrapper .svg-inline--fa,.toast-wrapper .fa-check-circle,.toast-wrapper .fa-exclamation-circle{margin-right:5px;position:relative;left:18px}.toast-wrapper .close-toast-container{align-self:flex-start;position:relative}.toast-wrapper .closeToast{background:0 0;border:none;width:20px;height:20px;margin:10px 5px 0 -28px}.toast-wrapper .close-icon{fill:var(--white);width:14px;height:14px;position:relative;top:-4px;right:4px}.toast-wrapper .toast-text{max-width:220px;margin:10px auto;font-size:13px;line-height:1.3}.toast-wrapper .toast-title,.toast-wrapper .toast-body{margin:auto}.toast-wrapper .toast-title{padding:10px 0;font-weight:700}.toast-wrapper .toast-body{padding:0 0 10px;font-weight:400}.toast-wrapper--danger{background-color:var(--red50)}
