.SliderRoot{position:relative;display:flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:none;width:320px;height:20px}.SliderTrack{background-color:var(--text-borders);position:relative;flex-grow:1;border-radius:9999px;height:4px}.SliderRange{position:absolute;border-radius:9999px;height:100%}.SliderThumb{display:block;width:16px;height:16px;background-color:#fff;border:1px solid var(--text-borders);border-radius:10px;cursor:pointer}.SliderThumb:focus{outline:none;box-shadow:none}