.container{height:100vh;display:flex;align-items:center;justify-content:center}.slider{position:relative;width:200px}.slider__left-value,.slider__range,.slider__right-value,.slider__track{position:absolute}.slider__range,.slider__track{border-radius:3px;height:5px}.slider__track{background-color:#ced4da;width:100%;z-index:1}.slider__range{background-color:#1b69a1;z-index:2}.slider__left-value,.slider__right-value{color:#1b69a1;font-size:12px;margin-top:0}.slider__left-value{left:-20px}.slider__right-value{right:20px}.thumb,.thumb::-webkit-slider-thumb{-webkit-appearance:none;-webkit-tap-highlight-color:transparent}.thumb{pointer-events:none;position:absolute;height:0;width:200px;outline:none}.thumb--zindex-3{z-index:3}.thumb--zindex-4{z-index:4}.thumb--zindex-5{z-index:5}.thumb::-webkit-slider-thumb{background-color:#f1f5f7;border:none;border-radius:50%;box-shadow:0 0 1px 1px #ced4da;cursor:pointer;height:18px;width:18px;margin-top:4px;pointer-events:all;position:relative}.thumb::-moz-range-thumb{background-color:#f1f5f7;border:none;border-radius:50%;box-shadow:0 0 1px 1px #ced4da;cursor:pointer;height:18px;width:18px;margin-top:4px;pointer-events:all;position:relative}.react-flow__node-custom{font-size:10px;width:180px;background:#f5f5f6;color:#222;box-shadow:0 4px 6px -1px rgba(0,0,0,.15),0 2px 4px -1px rgb(0 0 0/8%);border-radius:2px}.react-flow__node-custom .react-flow__handle{top:24px;right:-15px;width:6px;height:10px;border-radius:2px;background-color:#789}.react-flow__node.circle{border-radius:50%;width:60px;height:60px;display:flex;justify-content:center;align-items:center;font-weight:700}.react-flow__node.annotation{border-radius:0;text-align:left;background:#fff;border:none;line-height:1.4;width:225px;box-shadow:0 4px 6px -1px rgba(0,0,0,.15),0 2px 4px -1px rgb(0 0 0/8%)}.react-flow__node.annotation .react-flow__handle{display:none}.custom-node__header{padding:8px 10px;border-bottom:1px solid #e2e8f0}.custom-node__body{padding:10px}.custom-node__select{position:relative;margin-bottom:10px}.custom-node__select select{width:100%;margin-top:5px;font-size:10px}