::-webkit-scrollbar{width:1px;height:1px}::-webkit-scrollbar-track{background:#000000}::-webkit-scrollbar-thumb{background:#8D59F2;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#6f3eea}*{scrollbar-width:thin;scrollbar-color:#8D59F2 #00000097}.sidebar-ltr{left:0;box-shadow:2px 0 5px rgba(0,0,0,.1)}.sidebar-ltr,.sidebar-rtl{position:fixed;top:0;width:250px;height:100vh;background-color:#fff;z-index:1000}.sidebar-rtl{right:0;box-shadow:-2px 0 5px rgba(0,0,0,.1)}main{transition:margin .3s ease}@keyframes marquee{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}.animate-marquee{animation:marquee 20s linear infinite}