.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb{background:rgba(102,112,133,.3);border-radius:10px;-webkit-transition:background .2s ease;transition:background .2s ease}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:rgba(102,112,133,.5)}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(102,112,133,.3) transparent}