.toast{align-items:center;animation-duration:.5s;background:rgba(0,0,0,.7);border-radius:14px;bottom:14px;box-shadow:0 0 1px #85da1a inset;color:#fff;display:flex;font-size:14px;font-weight:700;left:14px;line-height:1.4;overflow:visible!important;padding:7px 14px;position:fixed;text-align:center;transition:.5s all;z-index:99999}.toast.ERR{background:rgba(255,0,0,.7);border:1px solid rgba(255,255,255,.2);box-shadow:0 0 3px red inset;color:#fff;font-weight:400}.toast.ERR>.x{background-image:var(--svgX);filter:invert(42%) sepia(1) saturate(15)}.toast.ERR>.x:hover{filter:invert(10%) sepia(1) saturate(47)}.toast>.x{background:var(--svgX) 0 0/cover no-repeat;cursor:pointer;display:block;height:18px;margin-left:.5em;position:absolute;right:-26px;user-select:none;width:18px}.toast>.x:hover{filter:invert(42%) sepia(1) saturate(47)}.toast>div{max-height:600px;max-width:600px;overflow:hidden;text-overflow:ellipsis}