.cmds-wrapper { position: relative; margin: 0 auto; margin-top: 28px; padding-bottom: 26px; } .cmds-live { position: absolute; top: -22px; left: 0; transform: translateX(-50%); font-size: 0.95rem; font-weight: 600; color: #1e5bff; line-height: 1; font-variant-numeric: tabular-nums; background: #fff; padding: 0 2px; pointer-events: none; z-index: 2; } .cmds-labels { position: absolute; left: 0; right: 0; bottom: 0; height: 20px; pointer-events: none; } .cmds-limit { position: absolute; top: 0; font-weight: 900; font-size: 1.4rem; line-height: 1; white-space: nowrap; font-variant-numeric: tabular-nums; } .cmds-left { left: 4px; transform: translateX(-50%); } .cmds-right { right: 4px; transform: translateX(50%); } .cmds-input { -webkit-appearance: none; appearance: none; width: 100%; background: transparent; height: 24px; outline: none; } .cmds-input::-webkit-slider-runnable-track { width: 100%; height: 24px; background: #ddd; border-radius: 12px; border: none; } .cmds-input::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 40px; height: 40px; border-radius: 50%; background: #fff; border: 3px solid #505050; margin-top: -10px; cursor: pointer; } .cmds-input::-webkit-slider-thumb:hover { background: #505050; border: 2px solid #fff; box-shadow: 0 0 12px #212121; } .cmds-input::-moz-range-track { width: 100%; height: 24px; background: #ddd; border-radius: 12px; border: none; } .cmds-input::-moz-range-thumb { width: 40px; height: 40px; border-radius: 50%; background: #fff; border: 3px solid #505050; cursor: pointer; } .cmds-input::-moz-range-thumb:hover { background: #505050; border: 2px solid #fff; box-shadow: 0 0 12px #212121; } .cmds-pristine .cmds-input::-webkit-slider-thumb { background: transparent; border: 0; box-shadow: none; width: 0; height: 0; } .cmds-pristine .cmds-input::-moz-range-thumb { background: transparent; border: 0; box-shadow: none; width: 0; height: 0; }