#toast-container{position:fixed;z-index:1000;box-sizing:border-box}#toast-container *{box-sizing:inherit}.toast{position:relative;margin:0 0 10px;padding:15px 20px;width:300px;background-color:#030303;color:#fff;text-align:center;box-shadow:0 0 5px rgba(0,0,0,.3);border-radius:4px;opacity:1;animation:slideIn .3s forwards}@keyframes slideIn{from{top:-56px}to{top:0}}.toast-success{background-color:#689f39}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-bottom-full-width,.toast-top-full-width{width:100%;left:0;right:0;margin-left:0;margin-right:0}.toast-top-full-width{top:0}.toast-bottom-full-width{bottom:0}@media (max-width:240px){.toast{padding:8px 12px;width:90%;font-size:.75em}}@media (min-width:241px) and (max-width:480px){.toast{padding:10px 15px;width:80%;font-size:.85em}}@media (min-width:481px) and (max-width:768px){.toast{padding:15px 20px;width:70%}}.toast:hover{cursor:pointer}.toast-message{word-wrap:break-word}.toast-message a,.toast-message label{color:inherit}