 html { scrollbar-color: #FEF7B1 #146350; scrollbar-width: thin; } html::-webkit-scrollbar { width: 12px !important; -webkit-appearance: none !important; } html::-webkit-scrollbar-track { background: #141414 !important; } html::-webkit-scrollbar-thumb:hover { background: #D2A52C !important; } html::-webkit-scrollbar-thumb { background: #FEF7B1 !important; border: 1px solid #FEF7B1 !important; -webkit-border-radius: 5px !important;  box-shadow: inset 2px 2px 2px hsl(0deg 0% 100% / 25%), inset -2px -2px 2px rgb(0 0 0 / 25%);  } 
 .custom-hid {
     overflow:hidden !important;
 }