
.range[data-v-fa190cc7] {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e6e7eb;
  width: 100%;
  height: 48px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 0 16px;
}
.range input[data-v-fa190cc7] {
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  margin: 0 12px;
  width: calc(100% - 48px);
  height: 3px;
  background-color: #d7d6d6;
  border-radius: 3px;
}
.range input[data-v-fa190cc7]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #e6e7eb;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 100%;
  cursor: grab;
}
.range input[data-v-fa190cc7]::before {
  content: "";
  position: absolute;
  left: 0;
  width: var(--37e0c85e);
  height: 3px;
  background-color: #047afc;
  border-radius: 3px;
}
.range p[data-v-fa190cc7] {
  width: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
  color: #222222;
}
@media (max-width: 1200px) {
.range[data-v-fa190cc7] {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    width: 100%;
    height: 48px;
    background-color: #ffffff;
    border-radius: 8px;
}
}
