html body .ant-switch{min-width:48px!important;height:28px!important;line-height:28px!important;background-color:var(--input-border)!important;background-image:none!important;border:none!important;box-shadow:inset 0 0 0 1px var(--border)}html body .ant-switch:after{width:22px!important;height:22px!important;top:3px!important;left:3px!important;margin-left:0!important;border-radius:50%!important;background-color:#fff!important;box-shadow:0 2px 6px rgba(15,23,42,.25)!important;transform:translateX(0)!important;transition:all .36s cubic-bezier(.78,.14,.15,.86)!important}html body .ant-switch-checked,html body .ant-switch.ant-switch-checked{background-color:var(--accent)!important;background-image:none!important;border-color:var(--accent)!important}html body .ant-switch-checked:after,html body .ant-switch.ant-switch-checked:after{left:100%!important;margin-left:-3px!important;transform:translateX(-100%)!important;background-color:#fff!important}html body .ant-switch-checked:focus,html body .ant-switch:focus{box-shadow:0 0 0 3px var(--focus-ring)!important}