::-webkit-scrollbar
{
    width: 10px !important; 
}
  
::-webkit-scrollbar-track
{
    background: #3B3B3B !important; 
}
   
::-webkit-scrollbar-thumb
{
    background: #FBCE15 !important; 
    border-radius: 1px !important;
}
  
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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