 
 
 html { scrollbar-color: #ce0075 #ffffff; scrollbar-width: thin; } html::-webkit-scrollbar { width: 8px !important; -webkit-appearance: none !important; } html::-webkit-scrollbar-track { background: #ffffff !important; } html::-webkit-scrollbar-thumb:hover { background: #f53da5 !important; } html::-webkit-scrollbar-thumb { background: #ce0075 !important; border: 0px solid #000 !important; -webkit-border-radius: 5px !important;  box-shadow: inset 2px 2px 2px hsl(0deg 0% 100% / 25%), inset -2px -2px 2px rgb(0 0 0 / 25%);  } 