.slider-container{align-items:center;justify-content:center}.slider-container,.slider-with-value{display:flex;flex-direction:column;width:100%}.slider-with-value{gap:0}.slider-value-display{display:flex;justify-content:center;align-items:center;width:100%;color:var(--muted-foreground);font-size:.625rem;font-weight:500;font-variant-numeric:tabular-nums;letter-spacing:.025em;line-height:1.2;margin-bottom:.125rem}.slider-wrapper{justify-content:center;gap:.5rem}.slider-root,.slider-wrapper{display:flex;width:100%;touch-action:none;user-select:none;align-items:center}.slider-root{position:relative;flex-grow:1;cursor:grab;padding:.4rem 0}.slider-root:active{cursor:grabbing}.slider-track-wrapper{display:flex;flex-grow:1;height:6px}.slider-track{position:relative;flex-grow:1;overflow:hidden;background-color:rgba(128,128,128,.4)}.slider-range,.slider-track{height:100%;border-radius:9999px}.slider-range{position:absolute;background-color:#888}