::-webkit-scrollbar{width:1px;height:1px}::-webkit-scrollbar-track{background:#eee}::-webkit-scrollbar-thumb{background:#474747;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#474747}*{scrollbar-width:.5px}.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-rtl{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}@keyframes marquee-ltr{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.marquee-rtl{animation:marquee-rtl 15s linear infinite}.marquee-ltr{animation:marquee-ltr 15s linear infinite}