#sliderRootSVG circle {
    fill: none;
    stroke-width: 10px;
    overflow: visible;
}

#sliderRootSVG circle.handle {fill: #fff;stroke: #CFCFD0;stroke-width: 1px;}
/*#sliderRootSVG circle.handle {fill: #fff;stroke: #CFCFD0;stroke-width: 1px;}*/

#sliderRootSVG .dashed-circle { stroke: #F5F8FF;stroke-dasharray: 5, 0 !important;}
#sliderRootSVG circle:nth-child(9) {stroke: #F8F7F7;stroke-dasharray: 5, 0 !important;}
#sliderRootSVG .dashed-circle:first-child { stroke: #E0EAFF;stroke-dasharray: 5, 0 !important;}
/*#sliderRootSVG circle{stroke-dasharray: 5, 0 !important; }*/
#sliderRootSVG .top-slider { stroke-opacity: 0.8;}
#sliderRootSVG .handle.same-step-error {stroke: #fd3b3f;}