.toast-cst{animation:show 1s ease 1 forwards;padding:10px 5px;border:4px solid #1e5e2b;margin-bottom:10px;right:10px;color:#fff;position:fixed;gap:15px;top:10px;background-color:#1e5e2b;border-radius:5px;--color:#fff;width:460px!important;display:flex;z-index:99999}@media (max-width:1140px){.toast-cst{width:400px!important}}@media (max-width:768px){.toast-cst{width:375px!important}}@media (max-width:425px){.toast-cst{width:340px!important}}.toast-cst .content{width:100%}.toast-cst i{justify-content:center;font-size:x-large;color:var(--color);align-items:center;display:flex}.toast-cst .title{font-size:x-large;font-weight:700}.toast-cst i:nth-child(3),.toast-cst span{color:#fff;opacity:1}@keyframes show{0%{transform:translateX(100%)}40%{transform:translateX(-5%)}to{transform:translateX(0)}}.toast-cst:before{animation:timeOut 5s linear 1 forwards;height:3px;content:"";position:absolute;bottom:0;background-color:var(--color);box-shadow:0 0 10px var(--color);left:0;width:100%}@keyframes timeOut{to{width:0}}.toast-cst.error{border:4px solid #8f4141;background-color:#8f4141!important;--color:#fff}.toast-cst.warning{border:4px solid #b9a14c;background-color:#b9a14c!important;--color:#fff}.toast-cst.info{border:4px solid #0060c3;background-color:#0060c3!important;--color:#fff}.is-invalid{border-color:red!important;outline-color:red!important}