@charset "UTF-8";.notification{position:fixed;top:80px;right:10px;width:300px;height:auto;z-index:1000;background:transparent;border-radius:5px}.notification .popup{display:flex;padding:10px;justify-content:flex-start;border-radius:4px;box-shadow:1px 1px 7px #7b7a7a2b;margin-bottom:10px;z-index:100000;font-size:.95em}.notification .popup .icon{margin-right:10px}.notification .popup .icon svg{width:32px;height:32px}.notification .popup .icon svg.success{color:#42c452}.notification .popup .icon svg.error{color:#fa2f54}.notification .popup .icon svg.info{color:#c9d3d9}.notification .popup .icon svg.warning{color:#fb3}.notification .popup .content{column-gap:10px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.notification .popup .closer{top:auto;right:14px;position:absolute;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.notification .popup .closer svg{width:10px;height:10px}.notification .popup .closer button{width:14px;background:transparent;border:none}.notification .popup .notification-title{font-weight:600;margin:0;margin-top:0!important}.notification .popup .notification-message{margin:0}.notification .popup.bg-success{background-color:#afefaffa;border:1px solid #93e99e}.notification .popup.bg-success .notification-title b,.notification .popup.bg-success .notification-title strong{color:#42c452;font-weight:600}.notification .popup.bg-error{background-color:#fa2f5433;border:1px solid rgb(250,47,84)}.notification .popup.bg-error .notification-title b,.notification .popup.bg-error .notification-title strong{color:#cf051d;font-weight:600}.notification .popup.bg-info{background-color:#eff3f5}.notification .popup.bg-info .notification-title b,.notification .popup.bg-info .notification-title strong{color:#6e69b1;font-weight:600}.notification .popup.bg-warning{background-color:#fb33}.notification .popup.bg-warning .notification-title b,.notification .popup.bg-warning .notification-title strong{color:#fb3;font-weight:600}.notification .popup.opacity-0{opacity:0}.notification .popup.opacity-100{opacity:1}@media (max-width: 1180px){.notification{top:60px}}
