#slider-range-min {
  width: 70%;
  height: 10px;
  
}

.ui-widget-header {
  background: #fff;
  border-radius: 15px;
}

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -18px;
  z-index: 3;
  cursor: pointer;
}

.ui-slider .ui-slider-handle {
  
  background: #d05fff;
  border-radius: 50%;
  position: relative;
  display: block;
  text-align: center;
  width: 12px;
  height: 10px;
  
  color: #C906E9 !important;
  outline: none;
  border: none;
  margin-left: -8px;
}
.ui-slider-handle{
  background: #000;
}

.ui-widget-content {
  border: none !important;
  background: #11171E;;
  border-radius: 15px;
}

.ui-slider-handle:before {
  opacity: 1;
  background-image: url("");
  content: attr(data-before);
  position: absolute;
  bottom: 20px;
  
  width: 142px;
  height: 64px;
  padding: 7px 24px;
  padding-bottom: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;

  color: #fff;
  left: calc(50% - 90px);
  font-family: Gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 20.6769px;
  line-height: 46px;
  text-align: center;
  letter-spacing: 0.21em;
  text-transform: uppercase;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider .ui-slider-range {
  color: pink;
  background: linear-gradient(90deg, #c906e9 -39.27%, #f51a9b 156.21%);;
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
