/*   -webkit-border-radius: 10px !important;  box-shadow: inset 2px 2px 2px hsl(0deg 0% 100% / 25%), inset -2px -2px 2px rgb(0 0 0 / 25%);*/
 
 html { scrollbar-color: #d0e55e #f7ffcd; scrollbar-width: thin; } html::-webkit-scrollbar { width: 10px !important; -webkit-appearance: none !important; } html::-webkit-scrollbar-track { background: #f7ffcd !important; } html::-webkit-scrollbar-thumb:hover { background: #c7e333 !important; } html::-webkit-scrollbar-thumb 
 { background: #d0e55e !important; border: 0px solid #000 !important;  } 