 
 
 html { scrollbar-color: #BFCDD7 #F8F8F9; scrollbar-width: thin; } html::-webkit-scrollbar { width: 15px !important; -webkit-appearance: none !important; } html::-webkit-scrollbar-track { background: #F8F8F9 !important; } html::-webkit-scrollbar-thumb:hover { background: #8da4b4 !important; } html::-webkit-scrollbar-thumb { background: #BFCDD7 !important; border: 0px solid #8da4b4 !important; -webkit-border-radius: 0px !important;  } 