.ToggleSwitch_toggle-switch__P_tWM{position:relative;display:inline-block;width:58px;height:32px}.ToggleSwitch_toggle-switch__P_tWM input[type=checkbox]{display:none}.ToggleSwitch_toggle-switch__P_tWM .ToggleSwitch_switch__Kb_ws{position:absolute;cursor:pointer;background-color:#fff;border:1px solid #ccd6e0;border-radius:25px;top:0;right:0;bottom:0;left:0;transition:background-color .2s ease}.ToggleSwitch_toggle-switch__P_tWM .ToggleSwitch_switch__Kb_ws:before{position:absolute;content:"";left:2px;top:50%;width:24px;height:24px;background-color:#4fccc4;border-radius:50%;transition:transform .3s ease;transform:translateY(-50%)}.ToggleSwitch_toggle-switch__P_tWM input[type=checkbox]:checked+.ToggleSwitch_switch__Kb_ws:before{transform:translateX(calc(100% + 4px)) translateY(-50%);background-color:#c0edea}.ToggleSwitch_toggle-switch__P_tWM input[type=checkbox]:checked+.ToggleSwitch_switch__Kb_ws{background-color:#4fccc4;border:1px solid transparent}