<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#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: #FEF5E0;stroke-dasharray: 5, 0 !important;}
#sliderRootSVG circle:nth-child(9) {stroke: #F8F7F7;stroke-dasharray: 5, 0 !important;}
#sliderRootSVG .dashed-circle:first-child { stroke: #D5F7EB;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;}</pre></body></html>