* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

/* Prevent iOS zoom on input focus */
input, select, textarea {
  font-size: 16px !important;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background: #14161B;
}

::-webkit-scrollbar-thumb {
  background: #374151;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: #FF3499;
}

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  border-radius: 2px;
  background: #374151;
  outline: none;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FF3499;
  cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FF3499;
  cursor: pointer;
  border: none;
}

.nav-link.active {
  background-color: #1f2937;
  color: #ffffff;
}

html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
