.styles_switch__cJgGG{position:relative;display:inline-block;box-sizing:border-box;width:44px;height:22px;line-height:20px;padding:0;vertical-align:middle;border-radius:20px 20px;border:1px solid #ccc;background-color:#ccc;cursor:pointer;transition:all .3s cubic-bezier(.35,0,.25,1)}.styles_switch__cJgGG .rc-switch-inner{color:#fff;font-size:12px;position:absolute;left:24px;top:0}.styles_switch__cJgGG:after{position:absolute;width:18px;height:18px;left:2px;top:1px;border-radius:50% 50%;background-color:#fff;content:" ";cursor:pointer;box-shadow:0 2px 5px rgba(0,0,0,.26);transform:scale(1);transition:left .3s cubic-bezier(.35,0,.25,1);animation-timing-function:cubic-bezier(.35,0,.25,1);animation-duration:.3s;animation-name:styles_rcSwitchOff__fZblX}.styles_switch__cJgGG:hover:after{transform:scale(1.1);animation-name:styles_rcSwitchOn__yh5RH}.styles_switch__cJgGG:focus{box-shadow:0 0 0 2px #d5f1fd;outline:none}.styles_switch__cJgGG.rc-switch-checked{border:1px solid var(--blue500);background-color:var(--blue500)}.styles_switch__cJgGG.rc-switch-checked .rc-switch-inner{left:6px}.styles_switch__cJgGG.rc-switch-checked:after{left:22px}.styles_switch__cJgGG.rc-switch-disabled{cursor:no-drop;background:#ccc;border-color:#ccc}.styles_switch__cJgGG.rc-switch-disabled:after{background:#9e9e9e;animation-name:none;cursor:no-drop}.styles_switch__cJgGG.rc-switch-disabled:hover:after{transform:scale(1);animation-name:none}.styles_switch__cJgGG .rc-switch-label{display:inline-block;line-height:20px;font-size:14px;padding-left:10px;vertical-align:middle;white-space:normal;pointer-events:none;-webkit-user-select:text;-moz-user-select:text;user-select:text}@keyframes styles_rcSwitchOn__yh5RH{0%{transform:scale(1)}50%{transform:scale(1.25)}to{transform:scale(1.1)}}@keyframes styles_rcSwitchOff__fZblX{0%{transform:scale(1.1)}to{transform:scale(1)}}