@import "tailwindcss/tailwind.css";
@import "daisyui";

.reset-btn {
  cursor: pointer;
}

.range::-webkit-slider-thumb {
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: hsl(var(--a));
  cursor: pointer;
}

.range::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: hsl(var(--a));
  cursor: pointer;
  border: none;
}
