.leadify-selfscale{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;max-width:560px}.leadify-selfscale h3{margin-bottom:.25rem}.leadify-selfscale .lf-desc{font-size:.95rem;margin-bottom:1rem}.leadify-selfscale .lf-scale-wrapper{margin-bottom:1rem}.leadify-selfscale .lf-label{display:block;font-weight:500;margin-bottom:.35rem}.leadify-selfscale .lf-value{font-weight:600}.leadify-selfscale .lf-selfscale-input{--progress:50%;-webkit-appearance:none;appearance:none;background:linear-gradient(to right,#ff7300 0,#ff7300 var(--progress),#e5e5e5 var(--progress),#e5e5e5 100%);border-radius:4px;cursor:pointer;height:6px;margin:.4rem 0 .3rem;outline:none;width:100%}.leadify-selfscale .lf-selfscale-input::-webkit-slider-runnable-track{background:transparent;border-radius:4px;height:6px}.leadify-selfscale .lf-selfscale-input::-moz-range-track{background:transparent;border-radius:4px;height:6px}.leadify-selfscale .lf-selfscale-input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;border:3px solid #ff7300;border-radius:50%;cursor:pointer;height:20px;margin-top:-7px;width:20px}.leadify-selfscale .lf-selfscale-input::-moz-range-thumb{background:#fff;border:3px solid #ff7300;border-radius:50%;cursor:pointer;height:20px;width:20px}.leadify-selfscale .lf-scale-ticks{color:#555;display:flex;font-size:.8rem;justify-content:space-between}.leadify-selfscale .lf-warning{background:#fff6f6;border:1px solid #e0b4b4;border-radius:6px;color:#912d2b;display:none;font-size:.9rem;padding:.75rem .9rem}.leadify-selfscale .lf-warning strong{display:block;margin-bottom:.25rem}.leadify-selfscale .lf-warning.is-visible{display:block}