.toast__dark{overflow:hidden;min-width:200px;padding:12px 22px;background:rgba(0,0,10,.8);box-shadow:1px 2px 5px 1px rgba(0,0,0,.2);border-radius:40px;color:#fff;font-size:16px;text-align:center;line-height:1.5;vertical-align:top;white-space:pre-line}#toast__container *{box-sizing:border-box}.toast__message{opacity:0;position:fixed;z-index:1000;width:-moz-max-content;width:max-content;max-width:90%;transition:opacity .3s,transform .3s}.toast__message--bottom-center,.toast__message--center,.toast__message--top-center{left:50%}.toast__message--appear-active,.toast__message--enter-active{opacity:1}.toast__message--exit-active{opacity:0}.toast__message--loading .toast__spinner-wrap{visibility:visible;opacity:1;width:1.1em;margin-right:12px}.toast__content{display:flex;align-items:center;justify-content:center}.toast__content--clickable{cursor:pointer}.toast__theme-content{transition:all .2s}.toast__spinner-wrap{display:inline-block;visibility:hidden;opacity:0;width:0;margin-right:0}.toast__spinner{display:block;overflow:hidden;width:1.1em;height:1.1em;border-radius:50%;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;text-indent:-99999px;animation:toast_spinner-spin 1s ease-in-out infinite}@keyframes toast_spinner-spin{to{transform:rotate(1turn)}}