* {
  scrollbar-width: thin;
  scrollbar-color: #949497 rgba(0, 0, 0, 0.05);
}

body {
  overflow-y: scroll;
  background-color: #000000;
  margin: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"],
input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: textfield;
  -webkit-appearance: textfield !important;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-track:hover,
::-webkit-scrollbar-track:active {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.05);
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active {
  border-radius: 3px;
  background-color: #949497;
}
