#toast-bar{margin:0;display:flex;flex-direction:column;width:calc(100% - 3em);position:fixed;bottom:1em;right:1.5em}#toast-bar p{color:var(--white);background:rgba(0,0,0,.8);align-self:flex-end;padding:.5em 1em;width:fit-content;border-radius:3px;font-size:.85em;animation-duration:.25s;animation-name:animate-fade-in;animation-timing-function:ease-out}@keyframes animate-fade-in{0%{opacity:0}100%{opacity:1}}