/*!
* Toast (alerts)
*/
#bridges-toast-container.bridges-toast-container{--bs-toast-zindex:1000000;z-index:var(--bs-toast-zindex);pointer-events:none}body.has-bottom-bar #bridges-toast-container.bridges-toast-container{bottom:calc(3.5rem + env(safe-area-inset-bottom,0))}body[class*=form-edit-active-] #bridges-toast-container.bridges-toast-container{bottom:5.25rem}.toasts{text-align:left;z-index:1000000;width:30em;position:fixed;bottom:20px;right:20px}.toasts.bottomleft{bottom:20px;left:20px}.toasts.bottomright{bottom:20px;right:20px}body.has-bottom-bar .toasts.bottomright{right:20px;bottom:calc(4.75rem + env(safe-area-inset-bottom,0))}body[class*=form-edit-active-] .toasts.bottomright{bottom:85px;right:20px}.toasts.topright{top:20px;bottom:auto;right:20px}.toasts.topleft{top:20px;bottom:auto;left:20px}.toasts.center{margin:0 -15em 0 0;top:30%;bottom:auto;right:50%}@keyframes progress-shrink{0%{width:100%}to{width:0%}}@keyframes notify-in{0%{opacity:0;left:-50px}to{opacity:1;left:0}}@keyframes notify-in-out{0%{opacity:0;left:-50px}5%{opacity:1;left:0}95%{opacity:1;left:0}to{opacity:0;left:-50px}}.n-animate-in{animation-name:notify-in;animation-duration:.5s;animation-timing-function:linear}.n-animate{animation-name:notify-in-out;animation-duration:6s;animation-timing-function:linear}.toast{border:none;border-radius:5px;align-items:center;width:30em;margin:3px;position:relative;box-shadow:0 0 53px -7px #6565654d}.toast-body{color:#fff;flex-grow:1;padding:1em}.toast .close{float:none;color:inherit;width:1em;height:1em;margin:.5em;padding:0;font-weight:400;line-height:1;display:inline-block}.toast .progressContainer{text-align:left;width:100%;position:absolute;bottom:0;left:0}.toast .progressContainer .progress{width:100%;height:4px;bottom:none;background-color:#00000040;border-radius:0 0 5px 5px}.toast .progress-animate{animation-name:progress-shrink;animation-duration:6s;animation-timing-function:linear}.toast.n-animate:hover,.toast:hover .progress-animate{animation-play-state:paused}
