.toaster{position:fixed;right:20px;bottom:20px;background-color:var(--app-background-color);max-width:300px;box-shadow:0 0 8px #0003;border-radius:4px;flex-direction:column;padding:20px;gap:10px;display:none;box-sizing:content-box;z-index:10;color:var(--app-text-foreground)}.toaster__title{font-size:16px;font-weight:700}.toaster__text{font-size:13px}.toaster__button{text-decoration:none!important;background-color:#d92429;color:#fff!important;padding:0 10px;text-align:center;font-size:13px;font-weight:700;height:45px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center}.toaster__close{border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;background-color:#979797;color:#fff!important;padding:10px 0;text-align:center;font-size:13px;font-weight:700;cursor:pointer;height:45px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center}
