.multi-range-slider *{box-sizing:border-box;padding:0;margin:0}.multi-range-slider{display:flex;position:relative;border:1px solid gray;border-radius:10px;padding:20px 10px;box-shadow:1px 1px 4px black;flex-direction:column;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.multi-range-slider .bar-left{border-radius:10px 0 0 10px;padding:4px 0}.multi-range-slider .bar-left,.multi-range-slider .bar-right{width:25%;background-color:#f0f0f0;box-shadow:inset 0 0 5px black}.multi-range-slider .bar-right{border-radius:0 10px 10px 0}.multi-range-slider .bar-inner{background-color:lime;display:flex;flex-grow:1;flex-shrink:1;position:relative;border:1px solid black;justify-content:space-between;box-shadow:inset 0 0 5px black}.multi-range-slider .bar-inner-left,.multi-range-slider .bar-inner-right{width:50%}.multi-range-slider .thumb{background-color:white;position:relative;z-index:1;cursor:pointer}.multi-range-slider .thumb:before{content:"";background-color:inherit;position:absolute;width:20px;height:20px;border:1px solid black;box-shadow:0 0 3px black,inset 0 0 5px gray;border-radius:50%;z-index:1;margin:-8px -12px;cursor:pointer}.multi-range-slider .input-type-range:focus+.thumb:after{content:"";position:absolute;top:-4px;left:-7px;width:11px;height:11px;z-index:2;border-radius:50%;border:1px dotted black;box-shadow:0 0 5px white,inset 0 0 10px black}.multi-range-slider .caption{position:absolute;bottom:35px;width:2px;height:2px;left:1px;display:flex;justify-content:center;align-items:center;overflow:visible;display:none}.multi-range-slider .thumb .caption *{position:absolute;min-width:30px;height:30px;font-size:75%;text-align:center;line-height:30px;background-color:blue;border-radius:15px;color:white;box-shadow:0 0 5px black;padding:0 5px;white-space:nowrap}.multi-range-slider .input-type-range:focus+.thumb .caption,.multi-range-slider .thumb:active .caption{display:flex}.multi-range-slider .input-type-range{position:absolute;top:0;left:0;width:100%;opacity:0;pointer-events:none}.multi-range-slider .ruler{margin:10px 0 -5px;display:flex;overflow:hidden}.multi-range-slider .ruler .ruler-rule{border-left:1px solid;border-bottom:1px solid;display:flex;flex-grow:1;flex-shrink:1;padding:5px 0}.multi-range-slider .ruler .ruler-rule:last-child{border-right:1px solid}.multi-range-slider .ruler .ruler-sub-rule{border-left:1px solid;display:flex;flex-grow:1;flex-shrink:1;padding:3px 0;bottom:0;margin-bottom:-5px}.multi-range-slider .ruler .ruler-sub-rule:first-child{border-left:none}.multi-range-slider .labels{display:flex;justify-content:space-between;padding:0;margin-top:10px;margin-bottom:-20px}.multi-range-slider .label{font-size:80%;display:flex;width:1px;justify-content:center}.multi-range-slider .label:first-child{justify-content:start}.multi-range-slider .label:last-child{justify-content:end}.multi-range-slider.zero-ranage-margin .thumb-left{right:12px}.multi-range-slider.zero-ranage-margin .thumb-right{left:8px}.multi-range-slider.disabled{border:1px solid rgb(200,200,200);box-shadow:1px 1px 4px rgb(180,180,180);color:rgb(180,180,180)}.multi-range-slider .bar{display:flex}.multi-range-slider.disabled .bar-left,.multi-range-slider.disabled .bar-right{background-color:#c9c9c9;box-shadow:inset 0 0 5px rgb(160,160,160)}.multi-range-slider.disabled .bar-inner{background-color:rgb(130 243 130);border:1px solid rgb(149,149,149);box-shadow:inset 0 0 5px rgb(103,103,103)}.multi-range-slider.disabled .thumb{background-color:white}.multi-range-slider.disabled .thumb:before{border:1px solid rgb(200,200,200);box-shadow:0 0 3px rgb(35,35,35),inset 0 0 5px gray}.multi-range-slider.disabled .input-type-range:focus+.thumb:after{border:1px dotted rgb(35,35,35);box-shadow:0 0 5px white,inset 0 0 10px rgb(35,35,35)}.multi-range-slider.disabled .thumb .caption *{background-color:rgb(84,84,137);color:rgb(199,199,199);box-shadow:0 0 5px rgb(35,35,35)}.multi-range-slider-black *{box-sizing:border-box;padding:0;margin:0}.multi-range-slider-black{display:flex;position:relative;background-color:black;border:1px solid gray;padding:30px 10px 25px;flex-direction:column;color:white;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.multi-range-slider-black .bar{display:flex}.multi-range-slider-black .bar.active *{transition:none}.multi-range-slider-black .bar-left{width:25%;background-color:gray;border-radius:10px 0 0 10px;box-shadow:inset 0 0 5px black;border:1px solid black;padding:5px 0}.multi-range-slider-black .bar-right{width:25%;background-color:gray;border-radius:0 10px 10px 0;box-shadow:inset 0 0 5px black;border:1px solid black}.multi-range-slider-black .bar-inner{background-color:lime;display:flex;flex-grow:1;flex-shrink:1;position:relative;border:1px solid black;justify-content:space-between;box-shadow:inset 0 0 5px black}.multi-range-slider-black .bar-inner-left,.multi-range-slider-black .bar-inner-right{width:50%}.multi-range-slider-black .thumb{background-color:white;position:relative;z-index:1;cursor:pointer}.multi-range-slider-black .thumb:before{content:"";background-color:inherit;position:absolute;width:20px;height:30px;border:1px solid black;box-shadow:0 0 5px black,inset 0 0 10px gray;border-radius:7px;z-index:1;margin:-10px -12px;cursor:pointer}.multi-range-slider-black .input-type-range:focus+.thumb:after{content:"";position:absolute;top:-6px;left:-8px;width:12px;height:22px;z-index:2;border-radius:7px;border:1px dotted black;box-shadow:0 0 5px white,inset 0 0 10px black}.multi-range-slider-black .caption{position:absolute;bottom:45px;width:2px;height:2px;left:1px;display:flex;justify-content:center;align-items:center;overflow:visible}.multi-range-slider-black .thumb .caption *{position:absolute;min-width:30px;height:30px;font-size:75%;text-align:center;line-height:30px;background-color:blue;border-radius:15px;color:white;box-shadow:0 0 5px black;padding:0 5px;white-space:nowrap}.multi-range-slider-black .input-type-range:focus+.thumb .caption,.multi-range-slider-black .thumb:active .caption{display:flex}.multi-range-slider-black .input-type-range{position:absolute;top:0;left:0;width:100%;opacity:0;pointer-events:none}.multi-range-slider-black .ruler{margin:10px 0 -5px;display:flex;overflow:hidden}.multi-range-slider-black .ruler .ruler-rule{border-left:1px solid;border-bottom:1px solid;display:flex;flex-grow:1;flex-shrink:1;padding:5px 0}.multi-range-slider-black .ruler .ruler-rule:last-child{border-right:1px solid}.multi-range-slider-black .ruler .ruler-sub-rule{border-left:1px solid;display:flex;flex-grow:1;flex-shrink:1;padding:3px 0;bottom:0;margin-bottom:-5px}.multi-range-slider-black .ruler .ruler-sub-rule:first-child{border-left:none}.multi-range-slider-black .labels{display:flex;justify-content:space-between;padding:0;margin-top:10px;margin-bottom:-20px}.multi-range-slider-black .label{font-size:80%}.multi-range-slider-black.zero-ranage-margin .thumb-left{right:12px}.multi-range-slider-black.zero-ranage-margin .thumb-right{left:8px}.multi-range-slider-custom *{box-sizing:border-box;padding:0;margin:0}.multi-range-slider-custom{display:flex;position:relative;width:100%;height:100%;background-color:var(--color-accent-1);border-radius:0 20px 20px 0;padding:36px 36px 36px 24px;flex-direction:column;color:black;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.multi-range-slider-custom .bar{display:flex}.multi-range-slider-custom .bar.active *{transition:none}.multi-range-slider-custom .bar-left{width:25%;background-color:var(--color-secondary);border-radius:10px 0 0 10px;border:1px solid black;padding:2.5px 0}.multi-range-slider-custom .bar-right{width:25%;background-color:var(--color-secondary);border-radius:0 10px 10px 0;border:1px solid black}.multi-range-slider-custom .bar-inner{background-color:black;display:flex;flex-grow:1;flex-shrink:1;position:relative;border:1px solid black;justify-content:space-between;box-shadow:inset 0 0 5px black}.multi-range-slider-custom .bar-inner-left,.multi-range-slider-custom .bar-inner-right{width:50%}.multi-range-slider-custom .thumb{background-color:black;position:relative;z-index:1;cursor:pointer}.multi-range-slider-custom .thumb:before{content:"";background-color:inherit;position:absolute;width:20px;height:20px;border:1px solid black;border-radius:20px;z-index:1;top:-7.5px;left:-10px;cursor:pointer}.multi-range-slider-custom .input-type-range:focus+.thumb:after{content:"";position:absolute;top:-6px;left:-8px;width:12px;height:22px;z-index:2;border-radius:7px;border:1px dotted black;box-shadow:0 0 5px white,inset 0 0 10px black}.multi-range-slider-custom .caption{position:absolute;bottom:45px;width:2px;height:2px;left:1px;display:flex;justify-content:center;align-items:center;overflow:visible}.multi-range-slider-custom .thumb .caption *{position:absolute;top:7px;min-width:30px;height:24px;display:flex;align-items:center;justify-content:center;font-size:75%;text-align:center;line-height:30px;background-color:black;border-radius:5px;color:white;padding:0 5px;white-space:nowrap}.multi-range-slider-custom .input-type-range:focus+.thumb .caption,.multi-range-slider-custom .thumb:active .caption{display:flex}.multi-range-slider-custom .input-type-range{position:absolute;top:0;left:0;width:100%;opacity:0;pointer-events:none}.multi-range-slider-custom .ruler{margin:10px 0 -5px;display:flex;overflow:hidden}.multi-range-slider-custom .ruler .ruler-rule{border-left:1px solid;border-bottom:1px solid;display:flex;flex-grow:1;flex-shrink:1;padding:5px 0}.multi-range-slider-custom .ruler .ruler-rule:last-child{border-right:1px solid}.multi-range-slider-custom .ruler .ruler-sub-rule{border-left:1px solid;display:flex;flex-grow:1;flex-shrink:1;padding:3px 0;bottom:0;margin-bottom:-5px}.multi-range-slider-custom .ruler .ruler-sub-rule:first-child{border-left:none}.multi-range-slider-custom .labels{display:flex;justify-content:space-between;padding:0;margin-top:10px}.multi-range-slider-custom .label{font-size:80%}.multi-range-slider-custom.zero-ranage-margin .thumb-left{right:12px}.multi-range-slider-custom.zero-ranage-margin .thumb-right{left:8px}.multi-range-slider-custom-2 *{box-sizing:border-box;padding:0;margin:0}.multi-range-slider-custom-2{display:flex;position:relative;width:100%;height:100%;background-color:transparent;border-radius:0 20px 20px 0;padding:36px 36px 36px 24px;flex-direction:column;color:black;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.multi-range-slider-custom-2 .bar{display:flex}.multi-range-slider-custom-2 .bar.active *{transition:none}.multi-range-slider-custom-2 .bar-left{width:25%;background-color:transparent;border-radius:10px 0 0 10px;border:1px solid black;padding:2.5px 0}.multi-range-slider-custom-2 .bar-right{width:25%;background-color:transparent;border-radius:0 10px 10px 0;border:1px solid black}.multi-range-slider-custom-2 .bar-inner{background-color:var(--color-accent-2);opacity:.5;display:flex;flex-grow:1;flex-shrink:1;position:relative;border:1px solid black;justify-content:space-between;box-shadow:inset 0 0 5px black}.multi-range-slider-custom-2 .bar-inner-left,.multi-range-slider-custom-2 .bar-inner-right{width:50%}.multi-range-slider-custom-2 .thumb{background-color:var(--color-accent-2);position:relative;z-index:1;cursor:pointer}.multi-range-slider-custom-2 .thumb:before{content:"";background-color:inherit;position:absolute;width:20px;height:20px;border:1px solid black;border-radius:20px;z-index:1;top:-7.5px;left:-10px;cursor:pointer}.multi-range-slider-custom-2 .input-type-range:focus+.thumb:after{content:"";position:absolute;top:-6px;left:-8px;width:12px;height:22px;z-index:2;border-radius:7px;border:1px dotted black;box-shadow:0 0 5px white,inset 0 0 10px black}.multi-range-slider-custom-2 .caption{position:absolute;bottom:45px;width:2px;height:2px;left:1px;display:flex;justify-content:center;align-items:center;overflow:visible}.multi-range-slider-custom-2 .thumb .caption *{position:absolute;top:7px;min-width:30px;height:24px;display:flex;align-items:center;justify-content:center;font-size:75%;text-align:center;line-height:30px;background-color:var(--color-accent-2);border-radius:5px;color:black;padding:0 5px;white-space:nowrap}.multi-range-slider-custom-2 .input-type-range:focus+.thumb .caption,.multi-range-slider-custom-2 .thumb:active .caption{display:flex}.multi-range-slider-custom-2 .input-type-range{position:absolute;top:0;left:0;width:100%;opacity:0;pointer-events:none}.multi-range-slider-custom-2 .ruler{margin:10px 0 -5px;display:flex;overflow:hidden}.multi-range-slider-custom-2 .ruler .ruler-rule{border-left:1px solid;border-bottom:1px solid;display:flex;flex-grow:1;flex-shrink:1;padding:5px 0}.multi-range-slider-custom-2 .ruler .ruler-rule:last-child{border-right:1px solid}.multi-range-slider-custom-2 .ruler .ruler-sub-rule{border-left:1px solid;display:flex;flex-grow:1;flex-shrink:1;padding:3px 0;bottom:0;margin-bottom:-5px}.multi-range-slider-custom-2 .ruler .ruler-sub-rule:first-child{border-left:none}.multi-range-slider-custom-2 .labels{display:flex;justify-content:space-between;padding:0;margin-top:10px}.multi-range-slider-custom-2 .label{font-size:80%}.multi-range-slider-custom-2.zero-ranage-margin .thumb-left{right:12px}.multi-range-slider-custom-2.zero-ranage-margin .thumb-right{left:8px}