﻿.ant-switch {
  height: 26px; }
  .ant-switch .ant-switch-handle {
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px; }
  .ant-switch.ant-switch-checked {
    background: #DD9510; }
    .ant-switch.ant-switch-checked .ant-switch-handle {
      left: calc(100% - 20px - 3px); }
    .ant-switch.ant-switch-checked .ant-switch-inner {
      margin: 0 27px 0 7px; }
  .ant-switch .ant-switch-inner {
    margin: 0 7px 0 25px; }
