.custom-scrollbar::-webkit-scrollbar{height:8px;width:8px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:var(--color-primary)!important;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:var(--color-primary)!important;opacity:.2}.custom-scrollbar::-webkit-scrollbar-corner{background:transparent}.custom-scrollbar{scrollbar-color:var(--color-primary) transparent;scrollbar-width:thin}
