.terminal-body,body,html{scrollbar-width:none;-ms-overflow-style:none}::-webkit-scrollbar{display:none}.terminal-body::-webkit-scrollbar{display:none}#custom-scrollbar{position:fixed;top:0;right:0;width:12px;height:100vh;background-color:rgba(255,255,255,.02);border-left:1px solid rgba(255,255,255,.05);z-index:9999999;opacity:0;transition:opacity .3s,background-color .3s;pointer-events:none}body.light-mode #custom-scrollbar{background-color:rgba(0,0,0,.05);border-left:1px solid rgba(0,0,0,.05)}#custom-thumb{position:absolute;top:0;right:3px;width:6px;background-color:var(--scrollbar-thumb);border-radius:10px;border:1px solid var(--border-color);user-select:none;-webkit-user-select:none;touch-action:none;will-change:transform;transition:background-color .2s,width .2s}@media only screen and (max-width:1024px),(hover:none),(pointer:coarse),only screen and (max-height:600px) and (orientation:landscape){#custom-scrollbar{display:none!important;opacity:0!important;pointer-events:none!important}}@media (hover:hover) and (pointer:fine){#custom-scrollbar.dragging,#custom-scrollbar.visible,#custom-scrollbar:hover,body:hover #custom-scrollbar{opacity:1!important}#custom-scrollbar.dragging #custom-thumb,#custom-thumb:hover{background-color:var(--accent);width:8px;right:2px}}