.toaster{position:fixed;bottom:20px;left:50%;width:300px;margin-left:-150px;z-index:16000}.toaster__close{position:absolute;margin:auto;right:9px;top:9px;cursor:pointer}.toaster__toast{display:flex;color:#fff;background:#000;width:300px;margin:20px auto 0;border-left:10px solid #000}.toaster__toast--error{border-left-color:var(--destructive)}.toaster__toast.card{color:#fff;background:#000}
