.custom-scrollbar{scrollbar-width:none;overflow-y:auto;padding-right:0}.custom-scrollbar::-webkit-scrollbar{width:0;background:transparent}.scrollbar-container{position:relative;overflow:hidden}.custom-scrollbar.scrolling~.scrollbar-thumb,.custom-scrollbar:hover~.scrollbar-thumb,.scrollbar-container:hover .scrollbar-thumb,.scrollbar-thumb:hover{opacity:.6}.scrollbar-track{top:2px;bottom:2px;background-color:transparent}.scrollbar-thumb,.scrollbar-track{position:absolute;width:4px;right:2px;border-radius:2px;z-index:50;pointer-events:auto;cursor:pointer}.scrollbar-thumb{background-color:rgba(0,0,0,.2);opacity:0;transition:opacity .3s ease}.scrollbar-thumb.dragging,.scrollbar-thumb:hover{background-color:rgba(0,0,0,.4);opacity:.8!important}.scrollbar-custom::-webkit-scrollbar{width:6px}.scrollbar-custom::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.scrollbar-custom::-webkit-scrollbar-thumb{background:#d1d1d1;border-radius:10px}.scrollbar-custom::-webkit-scrollbar-thumb:hover{background:#b1b1b1}.scrollbar-custom{scrollbar-width:thin;scrollbar-color:#d1d1d1 #f1f1f1}