.toast{z-index:1;color:#fff;opacity:0;border-radius:8px;width:52%;padding:16px 24px;transition:opacity .3s,transform .3s;position:fixed;top:26%;right:1%;transform:translateY(-20px)}@media screen and (max-width:767px){.toast{width:100%;top:1%;right:0%}}.toast.show{opacity:1;transform:translateY(0)}.toast.hide{opacity:0;transform:translateY(-20px)}.toast.success{background-color:#0054a6}.toast .toast-icon{flex-shrink:0;margin-right:16px;font-size:24px}.toast .toast-content{flex-direction:column;display:flex}.toast .toast-title{margin-bottom:4px;font-size:16px;font-weight:700}.toast .toast-description{font-size:14px}.toast-alert{z-index:999;transition:opacity .3s,transform .3s;right:16px;max-width:480px!important}@media screen and (max-width:576px){.toast-alert{left:16px}}@media screen and (min-width:576px) and (max-width:768px){.toast-alert{right:60px}}@media screen and (min-width:768px) and (max-width:992px){.toast-alert{right:44px}}@media screen and (min-width:992px) and (max-width:1200px){.toast-alert{right:28px}}@media screen and (min-width:1200px) and (max-width:1400px){.toast-alert{right:36px}}@media screen and (min-width:1400px){.toast-alert{right:calc(50vw - 680px)}}.toast-alert.show{opacity:1}.toast-alert.hide{opacity:0}.toast-alert .icon-sec{border-left:4px solid;align-items:center;min-height:auto;padding:7px 34px 7px 18px;display:inline-flex}.toast-alert .icon-success{color:#45a601}.toast-alert .icon-error{color:#b71c00}@media screen and (min-width:1400px){.left-nav .toast-alert{right:16px}}
