#custom-slider {
  width: 100%;
  margin: 50px auto;
}

.ui-slider-range {
  background-color: var(--sixty-day-green) !important;
}

.ui-slider-handle {
  border: solid 2px var(--duct-tape-grey) !important;
  width: 30px !important;
  background-color: #f6f6f6 !important;
  outline: none !important;
}

.ui-slider-tooltip {
  position: absolute;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 12px;
  text-align: center;
  z-index: 999;
  display: none;
}

.double-slider span,
.single-slider span {
  cursor: pointer !important;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
}
