 
 
 html { scrollbar-color: #EDB353 #23304F; scrollbar-width: thin; } html::-webkit-scrollbar { width: 10px !important; -webkit-appearance: none !important; } html::-webkit-scrollbar-track { background: #23304F !important; } html::-webkit-scrollbar-thumb:hover { background: #0C1430 !important; } html::-webkit-scrollbar-thumb { background: #EDB353 !important; border: 1px solid #EDB353 !important; -webkit-border-radius: 8px !important;  box-shadow: inset 2px 2px 2px hsl(0deg 0% 100% / 25%), inset -2px -2px 2px rgb(0 0 0 / 25%);  } 