.react-ios-switch-Switch-handle {
  border-radius: 20px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25), 0px 4px 11px 0px rgba(0, 0, 0, 0.08), -1px 3px 3px 0px rgba(0, 0, 0, 0.14);
  box-sizing: border-box;
  cursor: -webkit-grab;
  cursor: grab;
  height: 32px;
  left: 6px;
  position: absolute;
  top: 2px;
  width: 32px;
}
  .react-ios-switch-Switch-handle:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }

.react-ios-switch-Switch-input {
  display: none !important;
  }

.react-ios-switch-Switch-offState {
  border-radius: 20px;
  height: 36px;
  position: absolute;
  right: 2px;
  top: 0px;
  width: 61px; }

.react-ios-switch-Switch-switch {
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 36px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 63px; }
  .react-ios-switch-Switch-switch.react-ios-switch-Switch-switch--disabled {
    cursor: default;
    opacity: 0.5; }
    .react-ios-switch-Switch-switch.react-ios-switch-Switch-switch--disabled .react-ios-switch-Switch-handle {
      cursor: default; }
      .react-ios-switch-Switch-switch.react-ios-switch-Switch-switch--disabled .react-ios-switch-Switch-handle:active {
        cursor: default; }
