.download-toast-cnt{z-index:1055;top:20px!important}.toast{width:460px;height:80px;font-family:Honeywell Sans!important;border-radius:4px;background-color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.2);animation:fadeIn .8s ease-out!important}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.toast-message-cnt{justify-content:space-between}.toast-icon,.toast-message-cnt{display:flex;align-items:center}.toast-icon{justify-content:center;width:48px;height:48px;border-radius:50%;background-color:#e8f1db;gap:12px}.toast-text{display:flex;flex-direction:column;gap:5px;margin-right:auto;margin-left:10px}.toast-close{background:none;border:none;cursor:pointer;padding:0}.toast-close button:focus{outline:none!important;box-shadow:none!important}.btn-close{margin-bottom:20px}.toast-title{font-size:16px;font-weight:700}.toast-output{font-size:14px;font-weight:500}@media(max-width:480px){.toast{width:100%;height:auto}}@media(max-width:991px){.toast{width:100%;height:auto}}@media(min-width:992px)and (max-width:1199px){.toast{width:100%}}@media(min-width:1200px){.toast{width:460px}}