.toast-container{pointer-events:none;position:fixed;z-index:10650}
.toast-top-right{right:18px;top:18px}
.toast-top-center{left:50%;top:18px;transform:translateX(-50%)}
.toast-bottom-right{bottom:18px;right:18px}
.toast-bottom-center{bottom:18px;left:50%;transform:translateX(-50%)}
.toast-bottom-full-width{bottom:18px;left:18px;right:18px}
.toast{background:#20372c;border:1px solid rgba(255,255,255,.12);border-radius:14px;box-shadow:0 16px 36px rgba(0,0,0,.18);color:#fff;margin-top:10px;max-width:380px;min-width:280px;opacity:0;padding:14px 16px;pointer-events:auto;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease}
.toast.toast-show{opacity:1;transform:translateY(0)}
.toast.toast-hide{opacity:0;transform:translateY(-8px)}
.toast-title{display:block;font-size:13px;font-weight:700;margin-bottom:4px}
.toast-message{font-size:13px;line-height:1.5}
.toast-success{background:#1f7a5b}
.toast-error{background:#9f3e35}
.toast-warning{background:#9a6a07}
.toast-info{background:#315f86}
