.my-toast{position:fixed;top:50%;left:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:content-box;box-sizing:content-box;max-width:70%;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,0.7);border-radius:8px;-webkit-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:96px;min-height:0;padding:8px 12px;z-index:999999;opacity:0;-webkit-transition:opacity 0.3s linear;transition:opacity 0.3s linear}.my-toast__text{margin-top:0}.my-toast.is-show{opacity:1}

