.toast{background-color:#3f3d42f2;border-radius:12px;box-shadow:0 3px 7px #3f3d4233;color:#fff;display:none;left:50%;max-width:90svw;position:fixed;text-align:center;top:7rem;transform:translate(-50%);width:-moz-max-content;width:max-content;z-index:20}@media only screen and (min-width:960px){.toast{max-width:60vw}}.toast.is-active{display:block}.toast.status-success{background-color:#457772}.toast.status-error{background-color:red}.toast .inner{align-items:center;display:flex;padding:.25rem .75rem}.toast .inner .toast-message{font-size:14px;margin:0}.toast .inner .toast-message.is-clickable{cursor:pointer}.toast .inner .close-button{margin-left:.25rem}.toast .inner .close-button .toast-icon{justify-content:flex-end;vertical-align:middle}
