.toast-msg{align-items:center;background-color:#333;border-radius:8px;bottom:40px;box-sizing:border-box;display:flex;gap:12px;left:50%;max-width:460px;padding:12px 16px;position:fixed;transform:translate(-50%);width:calc(100% - 40px);z-index:896}.toast-msg .toast-msg__icon,.toast-msg img{flex-shrink:0;height:24px;width:24px}.toast-msg .toast-msg__text,.toast-msg span{color:#fff;flex:1;font-size:14px;font-weight:500;letter-spacing:-.28px;letter-spacing:-.02em;line-height:1.4;min-width:0}.toast-msg.toast-msg--error .toast-msg__icon,.toast-msg.toast-msg--error img.toast-msg__icon,.toast-msg.toast-msg--info .toast-msg__icon,.toast-msg.toast-msg--info img.toast-msg__icon,.toast-msg.toast-msg--success .toast-msg__icon,.toast-msg.toast-msg--success img.toast-msg__icon,.toast-msg.toast-msg--warning .toast-msg__icon,.toast-msg.toast-msg--warning img.toast-msg__icon{display:none}.toast-msg.toast-msg--error:before,.toast-msg.toast-msg--info:before,.toast-msg.toast-msg--success:before,.toast-msg.toast-msg--warning:before{background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";flex-shrink:0;height:24px;width:24px}.toast-msg.toast-msg--success:before{background-image:url(../assets/image/ico-toast-success.svg)}.toast-msg.toast-msg--error:before,.toast-msg.toast-msg--warning:before{background-image:url(../assets/image/ico-toast-error.svg)}.toast-msg.toast-msg--info:before{background-image:url(../assets/image/ico-toast-info.svg)}.toast-msg.toast-msg--success .toast-msg__icon{color:#33bc51}.toast-msg.toast-msg--warning .toast-msg__icon{color:#f6ca2d}.toast-msg.toast-msg--error .toast-msg__icon{color:#dd2c2f}.toast-msg.toast-msg--info .toast-msg__icon{color:#4263eb}.toast-enter-active{transition:opacity .3s ease,transform .3s ease}.toast-leave-active{transition:opacity .3s ease}.toast-enter-from{opacity:0;transform:translate(-50%) translateY(20px)}.toast-leave-to{opacity:0}
