.toast{background-color:#d9d9d9;border-radius:12px;box-shadow:0 3px 7px #0003;color:#fff;display:none;left:50%;position:fixed;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:#188161}.toast.status-error{background-color:#c6243f}.toast .inner{align-items:center;display:flex;padding:.25rem .75rem}.toast .inner .toast-message{font-size:14px;margin:0}.toast .inner .close-button{margin-left:.25rem}.toast .inner .close-button .toast-icon{justify-content:flex-end;vertical-align:middle}
