#hu-toaster-container{position:fixed;z-index:99999}@keyframes huFadeInDown{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-40px)}}@keyframes huFadeInUp{0%{opacity:0;transform:translateY(40px)}100%{opacity:1;transform:translateY(0)}}#hu-toaster-container.hu-toaster-bottom-right{right:12px;bottom:12px}#hu-toaster-container.hu-toaster-top-right{right:12px;top:12px}#hu-toaster-container.hu-toaster-top-left{left:12px;top:12px}#hu-toaster-container.hu-toaster-bottom-left{left:12px;bottom:12px}#hu-toaster-container .hu-toaster{position:relative;overflow:hidden;width:400px;box-shadow:0 2px 4px rgba(20,50,80,.2);padding:15px;border-radius:5px;cursor:pointer;margin:0 0 20px;transition:all .3s ease;display:flex;font-size:14px}.hu-toaster-info-icon{margin-right:10px}.hu-toaster-close{margin-left:auto}.hu-toaster-info-icon .bi.bi-info-circle{width:25px;height:25px}.hu-toaster-close .bi.bi-x{width:25px;height:25px}.hu-toaster-title{font-weight:700;margin-top:-5px;margin-bottom:4px}.hu-toaster-message{word-break:break-word;opacity:.7;font-size:13px}#hu-toaster-container .hu-toaster.hu-toast-success{background-color:#d5e6de;color:#166c36}#hu-toaster-container .hu-toaster.hu-toast-warning{background-color:#fdf3d1;color:#6c5a27}#hu-toaster-container .hu-toaster.hu-toast-error{background-color:#f3d8da;color:#8a3035}#hu-toaster-container .hu-toaster.hu-toast-info{background-color:#dceafb;color:#1a4aaa}