::-webkit-scrollbar
{
    width: 10px !important; 
}
 
::-webkit-scrollbar-track
{
    background: #3B3B3B !important; 
}
   
::-webkit-scrollbar-thumb
{
    background: #FBCE15 !important; 
    border-radius: 1px !important;
}

input[type=number] {
    -moz-appearance: textfield;
  }
  body {
      overflow-x: hidden !important; 
    }