
input[type="range"][data-v-95cc10bc]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: currentColor;
  cursor: pointer;
}
input[type="range"][data-v-95cc10bc]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: currentColor;
  cursor: pointer;
  border: none;
}
@keyframes pulse-text-95cc10bc {
0%, 100% {
    opacity: 1;
}
50% {
    opacity: 0.5;
}
}
.animate-pulse[data-v-95cc10bc] {
  animation: pulse-text-95cc10bc 1.5s ease-in-out infinite;
  color: #dc2626;
}
