.hw-toast-container{box-sizing:border-box;position:fixed;transition:all .25s;overflow:hidden;z-index:9999}.hw-toast-container .hw-toast-box{border-radius:2px;padding:8px 12px;display:flex;align-items:center}.hw-toast-container .icon-box{margin-right:8.3px}.hw-toast-container .toast-text{font-size:14px;font-weight:400}.hw-toast-container .close-box{font-size:11px;margin-left:auto;cursor:pointer}.hw-toast-container.ex-toast{position:relative;margin-bottom:5px}.-toast-success{background-color:#e3f8d2;color:#61a475}.-toast-warning{background-color:#feeed2;color:#ec6e00}.-toast-info{background-color:#ececec;color:#909090}.-toast-error{background-color:#ffe5df;color:#be5858}.fade-enter-active,.fade-leave-active{transition:opacity .25s}.fade-enter,.fade-leave-to{opacity:0}.rotate-180{transform:rotate(180deg)}