.toast{opacity:0;visibility:hidden;border:2px solid #0e5779;padding:12px 16px;border-radius:9px;background-color:#fff;position:absolute;z-index:100;top:50px;right:8px;width:400px;font-size:13px;line-height:normal;transition:all .3s}.toast.is-active{opacity:1;visibility:visible}.toast p{margin-bottom:0}.toast__inner{display:flex;grid-gap:16px}.toast img{display:inline;object-fit:contain;max-width:100%;max-height:100%;margin:0}.toast__close{display:flex;justify-content:center;align-items:center;width:24px;height:24px;position:absolute;top:4px;right:4px;cursor:pointer}.toast__close:hover::before,.toast__close:hover::after{background-color:#0e5779}.toast__close::before,.toast__close::after{content:'';position:absolute;width:14px;height:1px;background-color:gray;transition:all .2s}.toast__close::before{transform:rotate(-45deg)}.toast__close::after{transform:rotate(45deg)}@media screen and (max-width:520px){.toast{right:16px;left:16px;width:calc(100% - 16px - 16px);bottom:auto}}