 
 
 html { scrollbar-color: #ff8800 #cecece; scrollbar-width: thin; } html::-webkit-scrollbar { width: 20px !important; -webkit-appearance: none !important; } html::-webkit-scrollbar-track { background: #cecece !important; } html::-webkit-scrollbar-thumb:hover { background: #9d5715 !important; } html::-webkit-scrollbar-thumb { background: #ff8800 !important; border: 0px solid #000 !important; -webkit-border-radius: 0px !important;  } 