.slider-circle input[type="range"] {
  position: relative !important;
  height: 0.25rem !important;
}

.slider-circle input[type="range"]::after {
  content: "" !important;
  position: absolute !important;
  top: calc(-1 * (0.65rem + 1px)) !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
  left: calc((100% - 1.5rem) / 7 * 5 - 1px) !important;
  border: 2px solid var(--wpforms-button-background-color) !important;
  border-radius: 50% !important;
}

/* 
.slider-circle input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 0.25rem;
  background: #ccc;
  border-radius: 0.125rem;
}

.slider-circle input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1.5rem;
  height: 1.5rem;
  background: var(--wpforms-button-background-color);
  border: 2px solid #000;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -0.625rem;
}

.slider-circle input[type="range"]::-moz-range-thumb {
  width: 1.5rem;
  height: 1.5rem;
  background: var(--wpforms-button-background-color);
  border: 2px solid #000;
  border-radius: 50%;
  cursor: pointer;
} */
