.habersoft-notification-container{position:fixed;bottom:20px;right:20px;z-index:10000001;display:flex;flex-direction:column;gap:10px;width:320px;max-width:90%}.habersoft-notification{position:relative;display:flex;align-items:center;gap:10px;padding:10px 14px 10px 12px;border-radius:10px;font-size:13.5px;font-weight:500;line-height:1.2;color:#e6e8ec;overflow:hidden;isolation:isolate;background:linear-gradient(180deg,rgba(40,44,54,.92),rgba(28,31,38,.92));box-shadow:0 0 0 1px rgba(255,255,255,.06) inset,0 12px 28px -10px rgba(0,0,0,.55),0 2px 8px rgba(0,0,0,.35);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;transform:translateX(100%);transition:transform .3s ease-out,opacity .3s ease-out}.habersoft-notification.show{opacity:1;transform:translateX(0)}.habersoft-notification.info{--hn-accent:#4f8cff;--hn-bar1:#4f8cff;--hn-bar2:#9cc0ff}.habersoft-notification.success{--hn-accent:#34c98a;--hn-bar1:#34c98a;--hn-bar2:#8ce8bd}.habersoft-notification.warning{--hn-accent:#f5b544;--hn-bar1:#f5b544;--hn-bar2:#ffe09c}.habersoft-notification.error{--hn-accent:#ff6a6a;--hn-bar1:#ff6a6a;--hn-bar2:#ffb3b3}.habersoft-notification .hn-icon{flex:0 0 auto;width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;color:var(--hn-accent)}.habersoft-notification .hn-icon svg{width:100%;height:100%;display:block}.habersoft-notification .hn-spinner{width:14px;height:14px;border:2px solid var(--hn-accent);border-right-color:transparent;border-radius:50%;animation:hn-spin .9s linear infinite}@keyframes hn-spin{to{transform:rotate(360deg)}}.habersoft-notification .hn-text{flex:1 1 auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:4px}.habersoft-notification .hn-close{flex:0 0 auto;width:18px;height:18px;border:none;background:transparent;cursor:pointer;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;opacity:.6;transition:opacity .15s ease,background .15s ease;color:inherit;padding:0}.habersoft-notification .hn-close:hover{opacity:1;background:rgba(255,255,255,.12)}.habersoft-notification .hn-close svg{width:10px;height:10px}.habersoft-notification .hn-bar{position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:0 0 10px 10px;background:linear-gradient(90deg,transparent 0%,var(--hn-bar1,#fff) 20%,var(--hn-bar2,#fff) 80%,transparent 100%);opacity:.85}.habersoft-notification.loading .hn-bar{background:linear-gradient(90deg,transparent 0%,var(--hn-bar1,#fff) 35%,var(--hn-bar2,#fff) 65%,transparent 100%);background-size:40% 100%;background-repeat:no-repeat;animation:hn-sweep 1.6s ease-in-out infinite;opacity:1}@keyframes hn-sweep{0%{background-position:-40% 0}100%{background-position:140% 0}}