.rc-slider, .rc-slider-rail, .rc-slider-dot  {
  cursor: pointer !important;
}

.rc-slider-rail, .rc-slider-dot {
  border-style: solid;
  border-color: black;
  border-width: 1px;
}

.rc-slider-rail {
  height: 10px;
}

.rc-slider-dot {
  height: 6  px;
  width: 1px;
  border-radius: 0% !important;
  top: 12px;
  margin-left: 0px !important;
}

.rc-slider-handle {
  height: 20px;
  width: 20px;
  margin-top: -6px;
  border: solid 1px black !important;
  background: orange !important;
}

.rc-slider-tooltip-arrow {
  /** Remove tooltip arrow **/
  border: none;
}
#\{\"attribute\"\:\"graph\"\,\"type\"\:\"map\"\} > div.js-plotly-plot > div > div > svg:nth-child(3) > g.infolayer > g.slider-container > g > text
{
  font-family: "Founders Grotesk";
  font-style: italic;
  font-size: 16px !important;
}

.rc-slider-tooltip-inner {
  color: white;
  text-align: center;
  padding-right: 6px;
  padding-left: 6px;
  font-weight: normal;
  background: rgb(0,0,0,0.85);
  font-family: "Founders Grotesk";
  font-style: italic;
  font-size: 14px;
}

.rc-slider-tooltip {
  top: -30px !important;
}

.rc-slider-mark-text {
  font-size: 12px;
  color: black !important;
  top: 3px;
}
