input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type="number"]{appearance:textfield;-moz-appearance:textfield}::-webkit-scrollbar,::-webkit-scrollbar-thumb,::-webkit-scrollbar-track{display:none}html{scrollbar-width:none}input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}@media (min-width:1024px){::-webkit-scrollbar{width:6px;height:6px;display:block}::-webkit-scrollbar-thumb{background-color:rgba(199,199,199,0.8);border-radius:10px;transition:background-color 0.2s ease}::-webkit-scrollbar-thumb:hover{background-color:rgba(199,199,199,1)}::-webkit-scrollbar-track{background-color:rgba(242,242,242,0.6)}html{scrollbar-width:thin;scrollbar-color:rgba(199,199,199,0.8) rgba(242,242,242,0.6)}.scrollbar-xs::-webkit-scrollbar{width:4px;height:4px}.scrollbar-xs{scrollbar-width:thin}.scrollbar-transparent::-webkit-scrollbar-track{background-color:transparent}.scrollbar-transparent{scrollbar-color:auto transparent}.scrollbar-xs-transparent::-webkit-scrollbar{width:4px;height:4px}.scrollbar-xs-transparent::-webkit-scrollbar-track{background-color:transparent}.scrollbar-xs-transparent{scrollbar-width:thin;scrollbar-color:rgba(199,199,199,0.8) transparent}}