.lofty-switch{display:inline-block;width:40px;height:20px;border-radius:20px;cursor:pointer;position:relative;transition:background .3s;margin-left:10px}.lofty-switch.on{background:#111}.lofty-switch.off{background:#dadada}.lofty-switch .switch-ball{position:absolute;width:16px;height:16px;border-radius:50%;background:#fff;transition:left .3s;top:2px}.lofty-switch .switch-ball.on{left:22px}.lofty-switch .switch-ball.off{left:2px}
