#toast-container{z-index:20050!important;padding:17px!important}
#toast-container>div{position:relative;width:370px!important;min-height:78px!important;margin:0 0 11px!important;padding:17px 45px 16px 68px!important;overflow:hidden;border:1px solid #e4dfeb!important;border-radius:17px!important;background-color:#fff!important;background-image:none!important;color:#393347!important;box-shadow:0 18px 48px rgba(39,32,55,.17),0 2px 7px rgba(39,32,55,.05)!important;opacity:1!important;animation:truvaToastIn .32s cubic-bezier(.2,.8,.2,1);transition:transform .2s ease,box-shadow .2s ease!important}
#toast-container>div:hover{box-shadow:0 23px 56px rgba(39,32,55,.22),0 3px 9px rgba(39,32,55,.07)!important;transform:translateY(-2px)}
#toast-container>div:before{position:absolute;top:0;bottom:0;left:0;width:4px;background:#7065aa;content:""}
#toast-container>div:after{position:absolute;top:50%;left:18px;display:grid;place-items:center;width:34px;height:34px;border:1px solid #ded8ee;border-radius:11px;background:#f1eef9;color:#7065aa;font:700 17px/1 Arial,sans-serif;content:"i";transform:translateY(-50%);box-shadow:inset 0 0 0 4px rgba(255,255,255,.42)}
#toast-container>.toast-success:before{background:#27a876}#toast-container>.toast-success:after{border-color:#ccebdd;background:#eaf8f2;color:#209066;content:"✓"}
#toast-container>.toast-error:before{background:#e05262}#toast-container>.toast-error:after{border-color:#f3ced3;background:#fff0f2;color:#d84b5d;content:"×";font-size:21px}
#toast-container>.toast-warning:before{background:#e6a53c}#toast-container>.toast-warning:after{border-color:#f3dfb8;background:#fff7e7;color:#c68520;content:"!"}
#toast-container>.toast-info:before{background:#7065aa}
#toast-container .toast-title{margin:0 0 4px;color:#312b3d;font-size:13px;font-weight:600;line-height:1.35;letter-spacing:-.01em}
#toast-container .toast-message{color:#746d7e;font-size:11px;line-height:1.55}
#toast-container .toast-close-button{position:absolute!important;top:10px!important;right:11px!important;display:grid!important;place-items:center;width:25px;height:25px;border-radius:8px;color:#8b8296!important;font-size:18px!important;font-weight:400!important;line-height:1!important;text-shadow:none!important;opacity:.72!important;transition:.18s!important}
#toast-container .toast-close-button:hover{background:#f1eef5!important;color:#4b4356!important;opacity:1!important}
#toast-container .toast-progress{height:3px!important;border-radius:0 3px 3px 0;background:#7065aa!important;opacity:.72!important}
#toast-container>.toast-success .toast-progress{background:#27a876!important}#toast-container>.toast-error .toast-progress{background:#e05262!important}#toast-container>.toast-warning .toast-progress{background:#e6a53c!important}
@keyframes truvaToastIn{from{opacity:0;transform:translate3d(28px,-5px,0) scale(.97)}to{opacity:1;transform:translate3d(0,0,0) scale(1)}}
@media(max-width:520px){#toast-container{left:0!important;right:0!important;width:100%!important;padding:10px!important}#toast-container>div{width:100%!important;min-height:74px!important;margin-bottom:8px!important;padding-left:64px!important}#toast-container>div:after{left:16px}}
