.switch-toggle-wrapper{width:44px;height:24px;position:relative;flex-shrink:0}.switch-toggle-wrapper.small{width:36px;height:20px}.fake-switch-toggle{display:flex;align-items:center;position:absolute;inset:0;border-radius:12px;background-color:var(--color-wv-gray-400)}.fake-switch-toggle:before{content:"";position:absolute;height:20px;width:20px;left:2px;transition:.4s;border-radius:50%;background-color:var(--color-wv-white)}.fake-switch-toggle:before .small{width:16px;height:16px}.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;position:absolute;inset:0;margin:0;cursor:pointer}.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:checked+.fake-switch-toggle:before .small{transform:translate(16px)}.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}
