.notification-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.3) transparent}.notification-scrollbar::-webkit-scrollbar{width:6px}.notification-scrollbar::-webkit-scrollbar-track{background:transparent;border-radius:10px}.notification-scrollbar::-webkit-scrollbar-thumb{background:rgba(148,163,184,.3);border-radius:10px;transition:background .2s ease}.notification-scrollbar::-webkit-scrollbar-thumb:hover{background:rgba(148,163,184,.5)}.dark .notification-scrollbar{scrollbar-color:rgba(148,163,184,.4) transparent}.dark .notification-scrollbar::-webkit-scrollbar-thumb{background:rgba(148,163,184,.4)}.dark .notification-scrollbar::-webkit-scrollbar-thumb:hover{background:rgba(148,163,184,.6)}:root .notification-scrollbar{scrollbar-color:rgba(100,116,139,.3) transparent}:root .notification-scrollbar::-webkit-scrollbar-thumb{background:rgba(100,116,139,.3)}:root .notification-scrollbar::-webkit-scrollbar-thumb:hover{background:rgba(100,116,139,.5)}@keyframes slide-in-from-top{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.animate-in,.slide-in-from-top-2{animation:slide-in-from-top .3s ease-out}