 
 
 html { scrollbar-color: #7c3bf1 #ebe7f4; scrollbar-width: thin; } html::-webkit-scrollbar { width: 20px !important; -webkit-appearance: none !important; } html::-webkit-scrollbar-track { background: #ebe7f4 !important; } html::-webkit-scrollbar-thumb:hover { background: #7c3bf1 !important; } html::-webkit-scrollbar-thumb { background: #7c3bf1 !important; border: 1px solid #7c3bf1 !important; -webkit-border-radius: 7px !important;  box-shadow: inset 2px 2px 2px hsl(0deg 0% 100% / 25%), inset -2px -2px 2px rgb(0 0 0 / 25%);  } 