.toast{position:fixed;width:350px;z-index:10000}.toast-message{position:relative;box-sizing:border-box;margin-bottom:10px;padding:15px;width:100%;color:#fff;transition:.4s cubic-bezier(.17,.67,.17,.98);transition-property:opacity,transform}.toast-button{position:absolute;top:0;right:5px;padding:2px;background-color:transparent;border-width:0;font-size:1.5em;color:inherit;cursor:pointer}.toast-button:before{content:"\D7"}.toast-enter-active,.toast-leave{opacity:1}.toast-enter,.toast-leave-active{opacity:0}.toast-leave-active{position:absolute}.toast-position-n{top:10px;left:50%;margin-left:-175px}.toast-position-s{bottom:10px;left:50%;margin-left:-175px}.toast-position-ne{top:10px;right:10px}.toast-position-nw{top:10px;left:10px}.toast-position-se{bottom:10px;right:10px}.toast-position-sw{bottom:10px;left:10px}.toast-position-n .toast-enter,.toast-position-n .toast-leave-active,.toast-position-ne .toast-enter,.toast-position-ne .toast-leave-active,.toast-position-nw .toast-enter,.toast-position-nw .toast-leave-active{transform:translateY(-20px)}.toast-position-s .toast-enter,.toast-position-se .toast-enter,.toast-position-sw .toast-enter{transform:translateY(20px)}.toast-position-s .toast-leave-active,.toast-position-se .toast-leave-active,.toast-position-sw .toast-leave-active{transform:translateY(-100%) translateY(20px)}.toast-type-info{background-color:#43b4ec}.toast-type-success{background-color:#3add93}.toast-type-warning{background-color:#efd700}.toast-type-danger{background-color:#f3755e}