.customSliderCon{touch-action:none}.customSlider{position:relative;background:transparent!important;border-radius:inherit;z-index:1}.customSlider::-moz-range-track,.customSlider::-ms-track,.customSlider::-webkit-slider-runnable-track{width:100%;height:.75rem;background:transparent;border-radius:1rem;cursor:pointer}.customSliderCon:before{opacity:.5;mix-blend-mode:overlay;background:linear-gradient(0deg,#000,#fff)}.customSliderCon:after,.customSliderCon:before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;border-radius:inherit;pointer-events:none;z-index:1}.customSliderCon:after{background:var(--glow);filter:blur(7px);-webkit-filter:blur(7px);mix-blend-mode:hard-light;opacity:var(--glow-opacity)}.customSlider:before{top:.2em;right:.6em;height:.2em;width:calc(var(--lastSecWidth)*.25);background:#fff;z-index:2;border-radius:1em}.customSlider:after,.customSlider:before{content:"";position:absolute;pointer-events:none}.customSlider:after{top:0;right:0;height:100%;width:var(--lastSecWidth);background-repeat:no-repeat;background-size:cover;background-position:100%;border-radius:inherit;z-index:1}.customSlider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:1em;height:1em;background:#9e70fd;border-radius:50%;cursor:pointer;-webkit-transition:width .3s ease,height .3s ease;transition:width .3s ease,height .3s ease;z-index:2;position:relative;box-shadow:0 0 0 .1em #f4e5ff,0 0 .4em .2em #00000040}.customSlider::-moz-range-thumb,.customSlider::-ms-thumb{width:1em;height:1em;background:#9e70fd;border-radius:50%;cursor:pointer;-moz-transition:width .3s ease,height .3s ease;-ms-transition:width .3s ease,height .3s ease;transition:width .3s ease,height .3s ease;position:relative;z-index:2;box-shadow:0 0 0 .2em #fff,0 0 .4em .2em #00000040}.customSlider:hover::-webkit-slider-thumb{height:1.2em;width:1.2em}.customSlider:hover::-moz-range-thumb,.customSlider:hover::-ms-thumb{box-shadow:0 0 0 2px var(--main)}