input[type=range].range-slider{-webkit-appearance:none;display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 0;line-height:1.5;font:1rem/1 arial,sans-serif;color:#ced4da;background-clip:padding-box;background:transparent;border:none;outline:none;box-shadow:none;position:relative}input[type=range].range-slider::-moz-focus-outer{outline:none;border:none}input[type=range].range-slider::-moz-focusring{outline:none}input[type=range].range-slider.range-slider--sm{height:calc(1.5em + .5rem + 2px);padding:.25rem 0;font-size:.875rem}input[type=range].range-slider.range-slider--lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 0;font-size:1.25rem}input[type=range].range-slider::-webkit-slider-runnable-track{box-sizing:border-box;border:none;height:4px;background:#ced4da;border-radius:2px}input[type=range].range-slider::-moz-range-track{box-sizing:border-box;border:none;height:4px;background:#ced4da;border-radius:2px}input[type=range].range-slider::-ms-fill-lower,input[type=range].range-slider::-ms-track{box-sizing:border-box;border:none;height:4px;background:#ced4da;border-radius:2px}input[type=range].range-slider::-ms-track{color:transparent}input[type=range].range-slider.range-slider--lg::-webkit-slider-runnable-track{height:6px;border-radius:3px}input[type=range].range-slider.range-slider--lg::-moz-range-track{height:6px;border-radius:3px}input[type=range].range-slider.range-slider--lg::-ms-fill-lower,input[type=range].range-slider.range-slider--lg::-ms-track{height:6px;border-radius:3px}input[type=range].range-slider.disabled::-webkit-slider-runnable-track{background:#e9e9e9;cursor:not-allowed}input[type=range].range-slider.disabled::-moz-range-track{background:#e9e9e9;cursor:not-allowed}input[type=range].range-slider.disabled::-ms-track{background:#e9e9e9;cursor:not-allowed}input[type=range].range-slider.range-slider--primary::-webkit-slider-thumb{background:#007bff}input[type=range].range-slider.range-slider--primary::-moz-range-thumb{background:#007bff}input[type=range].range-slider.range-slider--primary::-ms-thumb{background:#007bff}input[type=range].range-slider.range-slider--primary:not(.disabled):active::-webkit-slider-thumb,input[type=range].range-slider.range-slider--primary:not(.disabled):focus::-webkit-slider-thumb{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}input[type=range].range-slider.range-slider--primary:not(.disabled):active::-moz-range-thumb,input[type=range].range-slider.range-slider--primary:not(.disabled):focus::-moz-range-thumb{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}input[type=range].range-slider.range-slider--primary:not(.disabled):active::-ms-thumb,input[type=range].range-slider.range-slider--primary:not(.disabled):focus::-ms-thumb{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}input[type=range].range-slider.range-slider--secondary::-webkit-slider-thumb{background:#6c757d}input[type=range].range-slider.range-slider--secondary::-moz-range-thumb{background:#6c757d}input[type=range].range-slider.range-slider--secondary::-ms-thumb{background:#6c757d}input[type=range].range-slider.range-slider--secondary:not(.disabled):active::-webkit-slider-thumb,input[type=range].range-slider.range-slider--secondary:not(.disabled):focus::-webkit-slider-thumb{box-shadow:0 0 0 .2rem hsla(208,7%,46%,.25)}input[type=range].range-slider.range-slider--secondary:not(.disabled):active::-moz-range-thumb,input[type=range].range-slider.range-slider--secondary:not(.disabled):focus::-moz-range-thumb{box-shadow:0 0 0 .2rem hsla(208,7%,46%,.25)}input[type=range].range-slider.range-slider--secondary:not(.disabled):active::-ms-thumb,input[type=range].range-slider.range-slider--secondary:not(.disabled):focus::-ms-thumb{box-shadow:0 0 0 .2rem hsla(208,7%,46%,.25)}input[type=range].range-slider.range-slider--success::-webkit-slider-thumb{background:#28a745}input[type=range].range-slider.range-slider--success::-moz-range-thumb{background:#28a745}input[type=range].range-slider.range-slider--success::-ms-thumb{background:#28a745}input[type=range].range-slider.range-slider--success:not(.disabled):active::-webkit-slider-thumb,input[type=range].range-slider.range-slider--success:not(.disabled):focus::-webkit-slider-thumb{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}input[type=range].range-slider.range-slider--success:not(.disabled):active::-moz-range-thumb,input[type=range].range-slider.range-slider--success:not(.disabled):focus::-moz-range-thumb{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}input[type=range].range-slider.range-slider--success:not(.disabled):active::-ms-thumb,input[type=range].range-slider.range-slider--success:not(.disabled):focus::-ms-thumb{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}input[type=range].range-slider.range-slider--danger::-webkit-slider-thumb{background:#dc3545}input[type=range].range-slider.range-slider--danger::-moz-range-thumb{background:#dc3545}input[type=range].range-slider.range-slider--danger::-ms-thumb{background:#dc3545}input[type=range].range-slider.range-slider--danger:not(.disabled):active::-webkit-slider-thumb,input[type=range].range-slider.range-slider--danger:not(.disabled):focus::-webkit-slider-thumb{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}input[type=range].range-slider.range-slider--danger:not(.disabled):active::-moz-range-thumb,input[type=range].range-slider.range-slider--danger:not(.disabled):focus::-moz-range-thumb{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}input[type=range].range-slider.range-slider--danger:not(.disabled):active::-ms-thumb,input[type=range].range-slider.range-slider--danger:not(.disabled):focus::-ms-thumb{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}input[type=range].range-slider.range-slider--warning::-webkit-slider-thumb{background:#ffc107}input[type=range].range-slider.range-slider--warning::-moz-range-thumb{background:#ffc107}input[type=range].range-slider.range-slider--warning::-ms-thumb{background:#ffc107}input[type=range].range-slider.range-slider--warning:not(.disabled):active::-webkit-slider-thumb,input[type=range].range-slider.range-slider--warning:not(.disabled):focus::-webkit-slider-thumb{box-shadow:0 0 0 .2rem rgba(255,193,7,.25)}input[type=range].range-slider.range-slider--warning:not(.disabled):active::-moz-range-thumb,input[type=range].range-slider.range-slider--warning:not(.disabled):focus::-moz-range-thumb{box-shadow:0 0 0 .2rem rgba(255,193,7,.25)}input[type=range].range-slider.range-slider--warning:not(.disabled):active::-ms-thumb,input[type=range].range-slider.range-slider--warning:not(.disabled):focus::-ms-thumb{box-shadow:0 0 0 .2rem rgba(255,193,7,.25)}input[type=range].range-slider.range-slider--info::-webkit-slider-thumb{background:#17a2b8}input[type=range].range-slider.range-slider--info::-moz-range-thumb{background:#17a2b8}input[type=range].range-slider.range-slider--info::-ms-thumb{background:#17a2b8}input[type=range].range-slider.range-slider--info:not(.disabled):active::-webkit-slider-thumb,input[type=range].range-slider.range-slider--info:not(.disabled):focus::-webkit-slider-thumb{box-shadow:0 0 0 .2rem rgba(23,162,184,.25)}input[type=range].range-slider.range-slider--info:not(.disabled):active::-moz-range-thumb,input[type=range].range-slider.range-slider--info:not(.disabled):focus::-moz-range-thumb{box-shadow:0 0 0 .2rem rgba(23,162,184,.25)}input[type=range].range-slider.range-slider--info:not(.disabled):active::-ms-thumb,input[type=range].range-slider.range-slider--info:not(.disabled):focus::-ms-thumb{box-shadow:0 0 0 .2rem rgba(23,162,184,.25)}input[type=range].range-slider.range-slider--light::-webkit-slider-thumb{background:#f8f9fa}input[type=range].range-slider.range-slider--light::-moz-range-thumb{background:#f8f9fa}input[type=range].range-slider.range-slider--light::-ms-thumb{background:#f8f9fa}input[type=range].range-slider.range-slider--light:not(.disabled):active::-webkit-slider-thumb,input[type=range].range-slider.range-slider--light:not(.disabled):focus::-webkit-slider-thumb{box-shadow:0 0 0 .2rem rgba(248,249,250,.25)}input[type=range].range-slider.range-slider--light:not(.disabled):active::-moz-range-thumb,input[type=range].range-slider.range-slider--light:not(.disabled):focus::-moz-range-thumb{box-shadow:0 0 0 .2rem rgba(248,249,250,.25)}input[type=range].range-slider.range-slider--light:not(.disabled):active::-ms-thumb,input[type=range].range-slider.range-slider--light:not(.disabled):focus::-ms-thumb{box-shadow:0 0 0 .2rem rgba(248,249,250,.25)}input[type=range].range-slider.range-slider--dark::-webkit-slider-thumb{background:#343a40}input[type=range].range-slider.range-slider--dark::-moz-range-thumb{background:#343a40}input[type=range].range-slider.range-slider--dark::-ms-thumb{background:#343a40}input[type=range].range-slider.range-slider--dark:not(.disabled):active::-webkit-slider-thumb,input[type=range].range-slider.range-slider--dark:not(.disabled):focus::-webkit-slider-thumb{box-shadow:0 0 0 .2rem rgba(52,58,64,.25)}input[type=range].range-slider.range-slider--dark:not(.disabled):active::-moz-range-thumb,input[type=range].range-slider.range-slider--dark:not(.disabled):focus::-moz-range-thumb{box-shadow:0 0 0 .2rem rgba(52,58,64,.25)}input[type=range].range-slider.range-slider--dark:not(.disabled):active::-ms-thumb,input[type=range].range-slider.range-slider--dark:not(.disabled):focus::-ms-thumb{box-shadow:0 0 0 .2rem rgba(52,58,64,.25)}input[type=range].range-slider::-webkit-slider-thumb{-webkit-appearance:none;box-sizing:border-box;border:none;border-radius:50%;background:#007bff;height:20px;width:20px;cursor:pointer;-webkit-transition:box-shadow .5s ease;transition:box-shadow .5s ease;margin-top:-8px}input[type=range].range-slider::-moz-range-thumb{-webkit-appearance:none;box-sizing:border-box;border:none;border-radius:50%;background:#007bff;height:20px;width:20px;cursor:pointer;-moz-transition:box-shadow .5s ease;transition:box-shadow .5s ease}input[type=range].range-slider::-ms-thumb{-webkit-appearance:none;box-sizing:border-box;border:none;border-radius:50%;background:#007bff;height:20px;width:20px;cursor:pointer;-ms-transition:box-shadow .5s ease;transition:box-shadow .5s ease;margin-top:0}input[type=range].range-slider.range-slider--sm::-webkit-slider-thumb{height:16px;width:16px;margin-top:-6px}input[type=range].range-slider.range-slider--sm::-moz-range-thumb{height:16px;width:16px}input[type=range].range-slider.range-slider--sm::-ms-thumb{height:16px;width:16px;margin-top:0}input[type=range].range-slider.range-slider--lg::-webkit-slider-thumb{height:24px;width:24px;margin-top:-9px}input[type=range].range-slider.range-slider--lg::-moz-range-thumb{height:24px;width:24px}input[type=range].range-slider.range-slider--lg::-ms-thumb{height:24px;width:24px;margin-top:0}input[type=range].range-slider.disabled::-webkit-slider-thumb{background:#e9e9e9;cursor:not-allowed}input[type=range].range-slider.disabled::-moz-range-thumb{background:#e9e9e9;cursor:not-allowed}input[type=range].range-slider.disabled::-ms-thumb{background:#e9e9e9;cursor:not-allowed}input[type=range].range-slider::-ms-tooltip{display:none}.range-slider__wrap{position:relative;display:block;height:calc(1.5em + .75rem + 2px)}.range-slider__wrap .range-slider__tooltip{display:block;position:absolute;width:0;height:26px;text-align:center;overflow:visible;opacity:0;transition:opacity .15s linear;z-index:1070}.range-slider__wrap .range-slider__tooltip.range-slider__tooltip--top{bottom:calc(.75em + .375rem + 1px + .4rem + 10px + 3px);top:auto}.range-slider__wrap .range-slider__tooltip.range-slider__tooltip--bottom{top:calc(.75em + .375rem + 1px + .4rem + 10px + 3px);bottom:auto}.range-slider__wrap .range-slider__tooltip.range-slider__tooltip--on{opacity:.9}.range-slider__wrap .range-slider__tooltip.range-slider__tooltip--on.range-slider__tooltip--disabled{opacity:.25}.range-slider__wrap .range-slider__tooltip .range-slider__tooltip__label{position:absolute;transform:translateX(-50%);max-width:200px;padding:0 .5rem;height:26px;line-height:26px;color:#fff;text-align:center;background-color:#000;opacity:.9;border-radius:.25rem;box-sizing:border-box;font-size:.875rem;white-space:nowrap}.range-slider__wrap .range-slider__tooltip .range-slider__tooltip__caret{position:absolute;transform:translateX(-50%);display:block;width:.8rem;height:.4rem;opacity:.9}.range-slider__wrap .range-slider__tooltip .range-slider__tooltip__caret:before{position:absolute;content:"";border-color:transparent;border-style:solid;left:0}.range-slider__wrap .range-slider__tooltip.range-slider__tooltip--top .range-slider__tooltip__caret{bottom:-.4rem}.range-slider__wrap .range-slider__tooltip.range-slider__tooltip--top .range-slider__tooltip__caret:before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.range-slider__wrap .range-slider__tooltip.range-slider__tooltip--bottom .range-slider__tooltip__caret{top:-.4rem}.range-slider__wrap .range-slider__tooltip.range-slider__tooltip--bottom .range-slider__tooltip__caret:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.range-slider__wrap.range-slider__wrap--sm{height:calc(1.5em + .5rem + 2px);font-size:.875rem}.range-slider__wrap.range-slider__wrap--sm .range-slider__tooltip--top{bottom:calc(.75em + .25rem + 1px + .4rem + 8px + 3px)}.range-slider__wrap.range-slider__wrap--sm .range-slider__tooltip--bottom{top:calc(.75em + .25rem + 1px + .4rem + 8px + 3px)}.range-slider__wrap.range-slider__wrap--lg{height:calc(1.5em + 1rem + 2px);font-size:1.25rem}.range-slider__wrap.range-slider__wrap--lg .range-slider__tooltip--top{bottom:calc(.75em + .5rem + 1px + .4rem + 12px + 3px)}.range-slider__wrap.range-slider__wrap--lg .range-slider__tooltip--bottom{top:calc(.75em + .5rem + 1px + .4rem + 12px + 3px)}.range-slider__wrap:hover .range-slider__tooltip:not(.range-slider__tooltip--off):not(.range-slider__tooltip--disabled){opacity:.9}.range-slider__wrap:hover .range-slider__tooltip--disabled:not(.range-slider__tooltip--off){opacity:.25}.rc-slider{position:relative;width:100%;height:14px;padding:5px 0;border-radius:6px;touch-action:none}.rc-slider,.rc-slider *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-rail{width:100%;background-color:#e9e9e9}.rc-slider-rail,.rc-slider-track{position:absolute;height:4px;border-radius:6px}.rc-slider-track{background-color:#abe2fb}.rc-slider-track-draggable{z-index:1;box-sizing:content-box;background-clip:content-box;border-top:5px solid transparent;border-bottom:5px solid transparent;transform:translateY(-5px)}.rc-slider-handle{position:absolute;z-index:1;width:14px;height:14px;margin-top:-5px;background-color:#fff;border:2px solid #96dbfa;border-radius:50%;cursor:pointer;cursor:-webkit-grab;cursor:grab;opacity:.8;touch-action:pan-x}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging{border-color:#57c5f7;box-shadow:0 0 0 5px #96dbfa}.rc-slider-handle:focus{outline:none;box-shadow:none}.rc-slider-handle:focus-visible{border-color:#2db7f5;box-shadow:0 0 0 3px #96dbfa}.rc-slider-handle-click-focused:focus{border-color:#96dbfa;box-shadow:unset}.rc-slider-handle:hover{border-color:#57c5f7}.rc-slider-handle:active{border-color:#57c5f7;box-shadow:0 0 5px #57c5f7;cursor:-webkit-grabbing;cursor:grabbing}.rc-slider-mark{position:absolute;top:18px;left:0;width:100%;font-size:12px}.rc-slider-mark-text{position:absolute;display:inline-block;color:#999;text-align:center;vertical-align:middle;cursor:pointer}.rc-slider-mark-text-active{color:#666}.rc-slider-step{position:absolute;width:100%;height:4px;background:transparent}.rc-slider-dot{position:absolute;bottom:-2px;width:8px;height:8px;vertical-align:middle;background-color:#fff;border:2px solid #e9e9e9;border-radius:50%;cursor:pointer}.rc-slider-dot-active{border-color:#96dbfa}.rc-slider-dot-reverse{margin-right:-4px}.rc-slider-disabled{background-color:#e9e9e9}.rc-slider-disabled .rc-slider-track{background-color:#ccc}.rc-slider-disabled .rc-slider-dot,.rc-slider-disabled .rc-slider-handle{background-color:#fff;border-color:#ccc;box-shadow:none;cursor:not-allowed}.rc-slider-disabled .rc-slider-dot,.rc-slider-disabled .rc-slider-mark-text{cursor:not-allowed!important}.rc-slider-vertical{width:14px;height:100%;padding:0 5px}.rc-slider-vertical .rc-slider-rail{width:4px;height:100%}.rc-slider-vertical .rc-slider-track{bottom:0;left:5px;width:4px}.rc-slider-vertical .rc-slider-track-draggable{border-top:0;border-bottom:0;border-right:5px solid transparent;border-left:5px solid transparent;transform:translateX(-5px)}.rc-slider-vertical .rc-slider-handle{position:absolute;z-index:1;margin-top:0;margin-left:-5px;touch-action:pan-y}.rc-slider-vertical .rc-slider-mark{top:0;left:18px;height:100%}.rc-slider-vertical .rc-slider-step{width:4px;height:100%}.rc-slider-vertical .rc-slider-dot{margin-left:-2px}.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-leave{display:block!important;animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active,.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active{animation-name:rcSliderTooltipZoomDownIn;animation-play-state:running}.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active{animation-name:rcSliderTooltipZoomDownOut;animation-play-state:running}.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-enter{transform:scale(0);animation-timing-function:cubic-bezier(.23,1,.32,1)}.rc-slider-tooltip-zoom-down-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@keyframes rcSliderTooltipZoomDownIn{0%{transform:scale(0);transform-origin:50% 100%;opacity:0}to{transform:scale(1);transform-origin:50% 100%}}@keyframes rcSliderTooltipZoomDownOut{0%{transform:scale(1);transform-origin:50% 100%}to{transform:scale(0);transform-origin:50% 100%;opacity:0}}.rc-slider-tooltip{position:absolute;top:-9999px;left:-9999px;visibility:visible}.rc-slider-tooltip,.rc-slider-tooltip *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-tooltip-hidden{display:none}.rc-slider-tooltip-placement-top{padding:4px 0 8px}.rc-slider-tooltip-inner{min-width:24px;height:24px;padding:6px 2px;color:#fff;font-size:12px;line-height:1;text-align:center;text-decoration:none;background-color:#6c6c6c;border-radius:6px;box-shadow:0 0 4px #d9d9d9}.rc-slider-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow{bottom:4px;left:50%;margin-left:-4px;border-width:4px 4px 0;border-top-color:#6c6c6c}