.multi-range-slider *{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0}.multi-range-slider{position:relative;border:1px solid grey;border-radius:10px;padding:20px 10px;-webkit-box-shadow:1px 1px 4px #000;box-shadow:1px 1px 4px #000;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.multi-range-slider,.multi-range-slider .bar{display:-webkit-box;display:-ms-flexbox;display:flex}.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;-webkit-box-shadow:inset 0 0 5px #000;box-shadow:inset 0 0 5px #000}.multi-range-slider .bar-right{border-radius:0 10px 10px 0}.multi-range-slider .bar-inner{background-color:#0f0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;-webkit-box-pack:justify;-ms-flex-pack:justify;position:relative;border:1px solid #000;justify-content:space-between;-webkit-box-shadow:inset 0 0 5px #000;box-shadow:inset 0 0 5px #000}.multi-range-slider .bar-inner-left,.multi-range-slider .bar-inner-right{width:50%}.multi-range-slider .thumb{background-color:red;position:relative;z-index:1;cursor:pointer}.multi-range-slider .thumb:before{content:"";background-color:#fff;position:absolute;width:20px;height:20px;border:1px solid #000;-webkit-box-shadow:0 0 3px #000,inset 0 0 5px grey;box-shadow:0 0 3px #000,inset 0 0 5px grey;border-radius:50%;z-index:1;margin:-8px;cursor:pointer}.multi-range-slider .input-type-range:focus+.thumb:after{content:"";position:absolute;top:-4px;left:-4px;width:11px;height:11px;z-index:2;border-radius:50%;border:1px dotted #000;-webkit-box-shadow:0 0 5px #fff,inset 0 0 10px #000;box-shadow:0 0 5px #fff,inset 0 0 10px #000}.multi-range-slider .caption{position:absolute;bottom:35px;width:2px;height:2px;left:1px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align: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:#00f;border-radius:15px;color:#fff;-webkit-box-shadow:0 0 5px #000;box-shadow:0 0 5px #000;padding:0 5px;white-space:nowrap}.multi-range-slider .input-type-range:focus+.thumb .caption,.multi-range-slider .thumb:active .caption{display:-webkit-box;display:-ms-flexbox;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 0;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden}.multi-range-slider .ruler .ruler-rule{border-left:1px solid;border-bottom:1px solid;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;padding:5px 0}.multi-range-slider .ruler .ruler-rule:last-child{border-right:1px solid}.multi-range-slider .sub-ruler{margin:-2px 0 -5px 0;display:-webkit-box;display:-ms-flexbox;display:flex}.multi-range-slider .sub-ruler .ruler-sub-rule{border-left:1px solid;border-bottom:1px solid;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;padding:3px 0}.multi-range-slider .sub-ruler .ruler-sub-rule:last-child{border-right:1px solid}.multi-range-slider .labels{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0;margin-top:10px;margin-bottom:-20px}.multi-range-slider .label{font-size:80%;display:-webkit-box;display:-ms-flexbox;display:flex;width:1px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.multi-range-slider .label:first-child{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.multi-range-slider .label:last-child{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}.multi-range-slider.zero-ranage-margin .thumb-left{right:12px}.multi-range-slider.zero-ranage-margin .thumb-right{left:8px}
/*# sourceMappingURL=chunk-vendors.c697424e.css.map */