:root{--scrollbar-thumb:#9f9f9f;--scrollbar-thumb-hover:rgba(0,0,0,.61)}.scrollbar-custom{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) transparent}.scrollbar-custom::-webkit-scrollbar{width:8px;height:8px}.scrollbar-custom::-webkit-scrollbar-track{background:transparent}.scrollbar-custom::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb);width:4px;height:8px;border-radius:4px;border:1px solid transparent}.scrollbar-custom::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover)}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}