.ThemeSwitch_switchContainer__DybSc{display:flex;align-items:center;justify-content:center;cursor:pointer;width:60px;height:30px}.ThemeSwitch_switch__9DjB4{width:100%;height:100%;border-radius:30px;background-color:var(--switch-bg);position:relative;display:flex;align-items:center;justify-content:space-between;padding:4px;transition:background-color .3s ease-in-out}.ThemeSwitch_light__6e2po{--switch-bg:#e0e0e0}.ThemeSwitch_dark__X2hY4{--switch-bg:#333}.ThemeSwitch_toggle__m__wN{width:24px;height:24px;border-radius:50%;background-color:var(--toggle-bg);position:absolute;display:flex;align-items:center;justify-content:center;top:3px;left:3px;transition:left .3s ease-in-out,background-color .3s ease-in-out}.ThemeSwitch_light__6e2po .ThemeSwitch_toggle__m__wN{--toggle-bg:#fff;left:3px}.ThemeSwitch_dark__X2hY4 .ThemeSwitch_toggle__m__wN{--toggle-bg:#fff;left:calc(100% - 27px)}.ThemeSwitch_icon__XU78m{font-size:14px;color:var(--icon-color);transition:color .3s ease-in-out}.ThemeSwitch_light__6e2po .ThemeSwitch_icon__XU78m{--icon-color:#333}.ThemeSwitch_dark__X2hY4 .ThemeSwitch_icon__XU78m{--icon-color:#000}