input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

::-webkit-scrollbar {
  width: 0.3em;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background: #000000b4;
}

::-webkit-scrollbar-thumb {
  background: rgb(27, 27, 27);
  outline: none;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(39, 39, 39);
}

::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0);
}
