.custom-scrollbar .container{position:relative;flex:1;width:100%;max-width:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.custom-scrollbar .container::-webkit-scrollbar{display:none}.custom-scrollbar-horizontal-track,.custom-scrollbar-vertical-track{position:absolute;background-color:rgba(0,0,0,.25);opacity:0;pointer-events:none;transition:all 1s;z-index:9999}.custom-scrollbar-horizontal-track.visible,.custom-scrollbar-vertical-track.visible{opacity:1;pointer-events:all}.custom-scrollbar-vertical-track{right:0;width:1em;top:0;bottom:0}.custom-scrollbar-horizontal-track{bottom:0;height:1em;left:0;right:0}.custom-scrollbar-horizontal-track .custom-scrollbar-thumb,.custom-scrollbar-vertical-track .custom-scrollbar-thumb{position:absolute;background-color:rgb(220,220,220)}.custom-scrollbar-vertical-track .custom-scrollbar-thumb{width:calc(100% - 4px);height:6em;left:2px;top:2px}.custom-scrollbar-horizontal-track .custom-scrollbar-thumb{width:6em;height:calc(100% - 4px);left:2px;top:2px}