.alert-hub-container{--bg-primary:#007bff;--bg-secondary:#6c757d;--bg-success:#28a745;--bg-danger:#dc3535;--bg-warning:#ffc107;--bg-info:#17a2b8;--bg-light:#f8f9fa;--bg-dark:#343a40;--bg-muted:#6c757d;--bg-white:#fff;pointer-events:none;position:fixed;top:20px;width:100%;z-index:99999}.alert-hub{background-color:#4d4a4a;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);margin:10px;padding:15px;position:fixed;width:-webkit-fill-available}.fade-in{animation-duration:.5s;animation-iteration-count:1;animation-name:fadeInOpacity;animation-timing-function:ease-in}.fade-out{animation-duration:.5s;animation-iteration-count:1;animation-name:fadeOutOpacity;animation-timing-function:linear}@keyframes fadeInOpacity{0%{opacity:0}to{opacity:1}}@keyframes fadeOutOpacity{0%{opacity:1}to{opacity:0}}.slide-in{animation:slideIn .5s ease-in-out}.slide-out{animation:slideOut .5s ease-in-out}@keyframes slideIn{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@keyframes slideOut{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-100%)}}.slide-in-left{animation:slideInLeft .5s linear}.slide-out-left{animation:slideOutToLeft .5s linear}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@keyframes slideOutToLeft{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-100%)}}.slide-in-right{animation:slideInRight .5s linear}.slide-out-right{animation:slideOutToRight .5s linear}@keyframes slideInRight{0%{opacity:0;transform:translateX(200%)}to{opacity:1;transform:translateX(0)}}@keyframes slideOutToRight{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(200%)}}.alert-hub{display:flex;justify-content:space-evenly}.alert-hub h2{font-size:medium;margin:0}.alert-hub p{max-lines:3;-webkit-line-clamp:3;font-size:small;margin:5px 0}.alert-hub svg{cursor:pointer;font-weight:bolder}.alert-hub.primary{background-color:var(--bg-primary);color:#fff}.alert-hub.info{background-color:var(--bg-info);color:#fff}.alert-hub.success{background-color:var(--bg-success);color:#fff}.alert-hub.warning{background-color:var(--bg-warning)}.alert-hub.danger,.alert-hub.error{background-color:var(--bg-danger);color:#fff}.alert-hub.dark{background-color:var(--bg-dark);color:#fff}@media (min-width:576px){.alert-hub{max-width:80%}.alert-hub.top-right{right:0;top:20px}.alert-hub.bottom-right{bottom:20px;right:0}.alert-hub.top-left{left:0;top:20px}.alert-hub.bottom-left{bottom:20px;left:0}}@media (min-width:768px){.alert-hub{max-width:40%}.alert-hub.top-right{right:20px;top:20px}.alert-hub.bottom-right{bottom:20px;right:20px}.alert-hub.top-left{left:20px;top:20px}.alert-hub.bottom-left{bottom:20px;left:20px}}@media (min-width:992px){.alert-hub{max-width:30%}}@media (min-width:1200px){.alert-hub{max-width:30%}}@media (min-width:1400px){.alert-hub{max-width:20%}}