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