html { scrollbar-color: #D7CE8C #4C4D4E; scrollbar-width: thin; } html::-webkit-scrollbar { width: 8px !important; -webkit-appearance: none !important; } html::-webkit-scrollbar-track { background: #4C4D4E !important; } html::-webkit-scrollbar-thumb:hover { background: #a59d6f !important; } html::-webkit-scrollbar-thumb { background: #D7CE8C !important; border: 0px solid #000 !important; -webkit-border-radius: 0px !important;  } 
