.error.show~.overflow-error{position:absolute;z-index:1098;top:0;right:0;left:0;bottom:0;background:rgba(252,248,227,.54)}.toast{visibility:hidden;background-color:#333;color:#fff;padding:16px;z-index:1099;text-align:center;position:fixed;right:0;bottom:10%;left:0;margin:auto;max-width:40%}.toast.error{background-color:#773a3a}.toast.show{visibility:visible;animation:toast_fadein .5s}@keyframes toast_fadein{from{bottom:0;opacity:0}to{bottom:30px;opacity:1}}@keyframes toast_fadeout{from{bottom:30px;opacity:1}to{bottom:0;opacity:0}}