.bm-update-toast{z-index:100;max-width:320px;animation:.3s ease-in-out both bm-toast-in;position:fixed;bottom:1rem;left:1rem}.bm-update-toast--exit{animation:.25s ease-in-out both bm-toast-out}@keyframes bm-toast-in{0%{opacity:0;transform:translateY(.75rem)}to{opacity:1;transform:translateY(0)}}@keyframes bm-toast-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(.4rem)}}
