.hl-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;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:content-box;width:4.4rem;max-width:70%;min-height:4.4rem;padding:.8rem;color:#fff;font-size:.7rem;line-height:1rem;white-space:pre-wrap;text-align:center;word-wrap:break-word;background-color:rgba(0,0,0,.7);border-radius:.4rem;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.hl-toast--unclickable{overflow:hidden}.hl-toast--unclickable *{pointer-events:none}.hl-toast--html,.hl-toast--text{width:-webkit-fit-content;width:fit-content;min-width:4.8rem;min-height:0;padding:.4rem .6rem}.hl-toast--html .hl-toast__text,.hl-toast--text .hl-toast__text{margin-top:0}.hl-toast--top{top:20%}.hl-toast--bottom{top:auto;bottom:20%}.hl-toast__icon{font-size:1.8rem}.hl-toast__loading{padding:.2rem;color:#fff}.hl-toast__text{margin-top:.4rem}