.switch-toggle-wrapper{flex-shrink:0;width:44px;height:24px;position:relative}.fake-switch-toggle{background-color:var(--color-wv-gray-400);border-radius:12px;align-items:center;display:flex;position:absolute;inset:0}.fake-switch-toggle:before{content:"";background-color:var(--color-wv-white);border-radius:50%;width:20px;height:20px;transition:all .4s;position:absolute;left:2px}.fake-switch-toggle :disabled{background-color:var(--color-wv-gray-400)}.fake-switch-toggle :disabled:before{opacity:.7}.switch-toggle{opacity:0;z-index:1;cursor:pointer;margin:0;position:absolute;inset:0}.switch-toggle:checked+.fake-switch-toggle{background-color:var(--color-wv-mint-green-300)}.switch-toggle:checked+.fake-switch-toggle:before{transform:translate(20px)}.switch-toggle:disabled:checked+.fake-switch-toggle{cursor:default;background-color:var(--color-wv-gray-400)}.switch-toggle:disabled:checked+.fake-switch-toggle:before{opacity:.7}.switch-toggle:disabled{cursor:default}
