.em-toast{position:fixed;top:50%;left:50%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;box-sizing:content-box;width:100px;max-width:224px;min-height:84px;padding:24px 10px 12px;color:#fff;font-size:14px;line-height:20px;white-space:pre-wrap;text-align:center;word-break:break-all;background-color:rgba(0,0,0,.7);border-radius:8px;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.em-toast--unclickable{overflow:hidden}.em-toast--unclickable *{pointer-events:none}.em-toast--html,.em-toast--text{width:-webkit-fit-content;width:fit-content;min-width:96px;min-height:0;padding:8px 12px}.em-toast--html .em-toast__text-wrapper,.em-toast--text .em-toast__text-wrapper{height:auto}.em-toast--top{top:10%}.em-toast--bottom,.em-toast--top{-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.em-toast--bottom{top:auto;bottom:10%}.em-toast--loading{width:96px;min-height:70px;padding:18px 10px 8px;font-size:12px;line-height:17px;box-sizing:border-box}.em-toast--simple{width:auto;min-width:auto;min-height:auto;padding:16px;background-color:rgba(0,0,0,.7);border-radius:7px}.em-toast--simple .em-toast__loading{margin-bottom:0}.em-toast--light{color:#999;background-color:#fff;box-shadow:0 2px 20px 0 rgba(0,0,0,.2)}.em-toast__icon{margin-bottom:8px;font-size:36px}.em-toast__loading{margin-bottom:4px;color:#fff}.em-toast__loading--light{color:#e34d59}.em-toast__text-wrapper{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:40px}.em-toast__text-wrapper--loading{height:34px}.em-toast__text--ellipsis{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}