.multi-range-slider-black *{box-sizing:border-box;margin:0;padding:0}.multi-range-slider-black{color:#fff;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-khtml-user-select:none;background-color:#000;border:1px solid gray;flex-direction:column;padding:30px 10px 25px;display:flex;position:relative}.multi-range-slider-black .bar{display:flex}.multi-range-slider-black .bar.active *{transition:none}.multi-range-slider-black .bar-left{background-color:gray;border:1px solid #000;border-radius:10px 0 0 10px;width:25%;padding:5px 0;box-shadow:inset 0 0 5px #000}.multi-range-slider-black .bar-right{background-color:gray;border:1px solid #000;border-radius:0 10px 10px 0;width:25%;box-shadow:inset 0 0 5px #000}.multi-range-slider-black .bar-inner{background-color:#0f0;border:1px solid #000;flex-grow:1;flex-shrink:1;justify-content:space-between;display:flex;position:relative;box-shadow:inset 0 0 5px #000}.multi-range-slider-black .bar-inner-left,.multi-range-slider-black .bar-inner-right{width:50%}.multi-range-slider-black .thumb{z-index:1;cursor:pointer;background-color:#fff;position:relative}.multi-range-slider-black .thumb:before{content:"";background-color:inherit;z-index:1;cursor:pointer;border:1px solid #000;border-radius:7px;width:20px;height:30px;margin:-10px -12px;position:absolute;box-shadow:0 0 5px #000,inset 0 0 10px gray}.multi-range-slider-black .input-type-range:focus+.thumb:after{content:"";z-index:2;border:1px dotted #000;border-radius:7px;width:12px;height:22px;position:absolute;top:-6px;left:-8px;box-shadow:0 0 5px #fff,inset 0 0 10px #000}.multi-range-slider-black .caption{justify-content:center;align-items:center;width:2px;height:2px;display:flex;position:absolute;bottom:45px;left:1px;overflow:visible}.multi-range-slider-black .thumb .caption *{text-align:center;color:#fff;white-space:nowrap;background-color:#00f;border-radius:15px;min-width:30px;height:30px;padding:0 5px;font-size:75%;line-height:30px;position:absolute;box-shadow:0 0 5px #000}.multi-range-slider-black .thumb:active .caption,.multi-range-slider-black .input-type-range:focus+.thumb .caption{display:flex}.multi-range-slider-black .input-type-range{opacity:0;pointer-events:none;width:100%;position:absolute;top:0;left:0}.multi-range-slider-black .ruler{margin:10px 0 -5px;display:flex;overflow:hidden}.multi-range-slider-black .ruler .ruler-rule{border-bottom:1px solid;border-left:1px solid;flex-grow:1;flex-shrink:1;padding:5px 0;display:flex}.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;flex-grow:1;flex-shrink:1;margin-bottom:-5px;padding:3px 0;display:flex;bottom:0}.multi-range-slider-black .ruler .ruler-sub-rule:first-child{border-left:none}.multi-range-slider-black .labels{justify-content:space-between;margin-top:10px;margin-bottom:-20px;padding:0;display:flex}.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}