.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px;-webkit-transition:opacity .5s ease;transition:opacity .5s ease;display:none}.custom-scrollbar:hover::-webkit-scrollbar{display:block}.custom-scrollbar{padding-right:6px;transition:background .16s ease-out}.custom-scrollbar:hover{padding-right:0}.custom-scrollbar::-webkit-scrollbar-thumb,.custom-scrollbar::-webkit-scrollbar-track{border-radius:6px;-webkit-transition:background .16s ease-out;transition:background .16s ease-out}.custom-scrollbar::-webkit-scrollbar-thumb{background:var(--ui-colors-scrollbar-bg-default)}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:var(--ui-colors-scrollbar-bg-hover)}