.next-notifications-container{--noti-error:#e5484d;--noti-warning:#d9a400;--noti-success:#30a46c;--noti-info:#4a7fd6;z-index:2147483647;pointer-events:none;flex-direction:column;gap:.5rem;max-width:92vw;max-height:90dvh;display:flex;position:fixed;overflow:hidden auto}.next-notifications-container.has-items{pointer-events:auto;padding:.75rem}@media (min-width:640px){.next-notifications-container{max-width:22rem}}.next-notifications-container.hide-scrollbar{scrollbar-width:none!important;-ms-overflow-style:none!important}.next-notifications-container.hide-scrollbar::-webkit-scrollbar{display:none!important}.next-notifications-container .next-notification{pointer-events:auto;background:#fff;border-radius:.5rem;width:100%;min-width:15rem;transition:transform .15s,box-shadow .15s;animation:.18s ease-out next-noti-in;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000001f,0 1px 3px #00000014}.next-notifications-container .next-notification:hover{box-shadow:0 6px 18px #00000029,0 2px 5px #0000001a}@keyframes next-noti-in{0%{opacity:0;transform:translateY(6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.next-notifications-container .next-notification-body{align-items:flex-start;gap:.625rem;padding:.625rem .75rem;display:flex}.next-notifications-container .next-notification-icon{flex-shrink:0;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;margin-top:.0625rem;display:flex}.next-notifications-container .next-notification-icon svg{width:100%;height:100%}.next-notifications-container .next-notification-content{flex-direction:column;flex:1;gap:.125rem;min-width:0;display:flex}.next-notifications-container .next-notification-title{-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;margin:0;font-size:.8125rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.next-notifications-container .next-notification-desc{-webkit-line-clamp:3;overflow-wrap:anywhere;-webkit-box-orient:vertical;margin:0;font-size:.75rem;line-height:1.35;display:-webkit-box;overflow:hidden}.next-notifications-container .next-notification-close{cursor:pointer;opacity:.55;background:0 0;border:none;border-radius:.25rem;flex-shrink:0;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;padding:0;transition:opacity .15s,background .15s;display:flex}.next-notifications-container .next-notification-close:hover{opacity:1;background:#00000014}.next-notifications-container .next-notification-close svg{width:.875rem;height:.875rem}.next-notifications-container .notification-progress{background-color:var(--noti-info);width:100%;height:.1875rem;transition:width .2s linear}.next-notifications-container .error{color:#7a1a1e;background-color:#fdf2f2}.next-notifications-container .error .notification-progress{background-color:var(--noti-error)}.next-notifications-container .warn{color:#7a5a00;background-color:#fdf9ec}.next-notifications-container .warn .notification-progress{background-color:var(--noti-warning)}.next-notifications-container .success{color:#0f5132;background-color:#eef9f2}.next-notifications-container .success .notification-progress{background-color:var(--noti-success)}.next-notifications-container .info{color:#0c4a6e;background-color:#eef4fc}.next-notifications-container .info .notification-progress{background-color:var(--noti-info)}.next-notifications-container.top-left{top:1rem;left:1rem}.next-notifications-container.top-center{top:1rem;left:50%;transform:translate(-50%)}.next-notifications-container.top-right{top:1rem;right:1rem}.next-notifications-container.bottom-right{bottom:1rem;right:1rem}.next-notifications-container.bottom-center{bottom:1rem;left:50%;transform:translate(-50%)}.next-notifications-container.bottom-left{bottom:1rem;left:1rem}
