.toggle-switch_switch__vfKLy{position:relative;width:60px;height:25px;box-sizing:border-box;padding:3px;background:#0d0d0d;border-radius:6px;box-shadow:inset 0 1px 1px 1px rgba(0,0,0,.5),0 1px 0 0 rgba(255,255,255,.1);cursor:pointer;transition:all .1s ease;transform-origin:center}.toggle-switch_hidden__YKTM3{opacity:0;transform:translateY(10px) scale(.95)}.toggle-switch_visible__nhOEE{opacity:1;transform:translateY(0) scale(1);transition:opacity .5s ease-out,transform .5s cubic-bezier(.2,.8,.2,1)}.toggle-switch_switch__vfKLy:hover{transform:scale(1.01)}.toggle-switch_switch__vfKLy:after{content:"";position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;border-radius:8px;opacity:1;z-index:-1;transition:box-shadow .2s ease;pointer-events:none;box-shadow:0 0 12px 2px rgba(64,47,181,.3)}.toggle-switch_switch__vfKLy:has(input[type=checkbox]:checked):after{box-shadow:0 0 12px 2px rgba(64,47,181,.3)}.toggle-switch_switch__vfKLy input[type=checkbox]{position:absolute;z-index:1;width:100%;height:100%;opacity:0;cursor:pointer;top:0;left:0;margin:0;padding:0}.toggle-switch_switch__vfKLy input[type=checkbox]+label{position:relative;display:block;left:0;width:65%;height:100%;background:#1b1c1c;border-radius:3px;box-shadow:inset 0 1px 0 0 rgba(255,255,255,.1);transition:all .2s ease-in-out;pointer-events:none}.toggle-switch_switch__vfKLy input[type=checkbox]+label:before{content:"";display:inline-block;width:3px;height:3px;position:absolute;left:5px;top:50%;transform:translateY(-50%);background:#fff;border-radius:50%;box-shadow:0 0 5px 2px rgba(207,48,170,.9),0 0 3px 1px rgba(207,48,170,.9);transition:all .5s ease-in-out;pointer-events:none}.toggle-switch_switch__vfKLy input[type=checkbox]+label:after{content:"";display:inline-block;width:0;height:100%;vertical-align:middle;pointer-events:none}.toggle-switch_switch__vfKLy input[type=checkbox]+label i{display:block;position:absolute;top:50%;left:50%;width:2px;height:16px;margin-top:-8px;margin-left:-1px;border-radius:2px;background:#0d0d0d;box-shadow:0 1px 0 0 rgba(255,255,255,.3);pointer-events:none;transition:all .3s ease}.toggle-switch_switch__vfKLy input[type=checkbox]+label i:after,.toggle-switch_switch__vfKLy input[type=checkbox]+label i:before{content:"";display:block;position:absolute;width:100%;height:100%;border-radius:2px;background:#0d0d0d;box-shadow:0 1px 0 0 rgba(255,255,255,.3);pointer-events:none;transition:all .3s ease}.toggle-switch_switch__vfKLy input[type=checkbox]+label i:before{left:-5px}.toggle-switch_switch__vfKLy input[type=checkbox]+label i:after{left:5px}.toggle-switch_switch__vfKLy input[type=checkbox]:checked+label{left:40%}.toggle-switch_switch__vfKLy input[type=checkbox]:checked+label:before{box-shadow:0 0 5px 2px rgba(64,47,181,.9),0 0 3px 1px rgba(64,47,181,.9)}