.ft-switch{position:relative;display:inline-block;width:5.8rem;height:2.8rem}.ft-switch__label{cursor:pointer;position:relative;display:block;transition:background-color 0.3s ease;width:100%;height:100%;border-radius:6rem;background-color:var(--color-mediumGrey);position:relative}.ft-switch__label:after{content:"";position:absolute;top:50%;left:50%;height:100%;width:100%;transform:translate(-50%,-50%);min-width:44px;min-height:44px;background-color:rgba(0,0,0,0);border-radius:inherit}.ft-switch__inner{display:block;transition:background-color 0.3s ease;width:100%;height:100%;border-radius:6rem;background-color:var(--color-mediumGrey)}.ft-switch__switch{position:absolute;top:0;bottom:0;left:0.6rem;margin-top:auto;margin-bottom:auto;transition:transform 0.3s ease;width:2rem;height:2rem;background-color:var(--color-white);border-radius:50%}.ft-switch__switch:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:1rem;height:1rem;background-image:url("/cds-statics/assets/img/icons/icon-alerts--ko.svg");background-repeat:no-repeat;background-position:center;background-size:contain}.ft-switch__checkbox{position:absolute;opacity:0;width:0;height:0}.ft-switch__checkbox:checked+[class*=__label] [class*=__inner]{background-color:var(--color-functional-success)}.ft-switch__checkbox:checked+[class*=__label] [class*=__switch]{transform:translateX(26px)}.ft-switch__checkbox:checked+[class*=__label] [class*=__switch]:after{background-image:url("/cds-statics/assets/img/icons/icon-alerts--ok.svg");filter:brightness(0) saturate(100%) invert(52%) sepia(59%) saturate(2334%) hue-rotate(102deg) brightness(93%) contrast(101%)}.ft-switch__checkbox:focus+[class*=__label]{box-shadow:0 0 0.3rem 0.3rem rgba(21,156,228,0.4)}.ft-switch__checkbox:focus-visible+[class*=__label]{outline:0.2rem solid var(--color-functional-success)}.ft-switch__checkbox:disabled{cursor:not-allowed}.ft-switch--darkmode [class*=__switch]:after{width:1.4rem;height:1.4rem;transition:transform 0.25s ease;background-color:transparent;background-image:url("/cds-statics/assets/img/icons/icons-modes--showroom-light.svg");background-size:1.3rem;background-repeat:no-repeat;background-position:center;background-size:contain}.ft-switch--darkmode [class*=ft-switch__checkbox]:checked+[class*=__label] [class*=__switch]:after{transform:rotate(360deg);background-image:url("/cds-statics/assets/img/icons/icons-modes--showroom-dark.svg");filter:brightness(0) saturate(100%) invert(52%) sepia(59%) saturate(2334%) hue-rotate(102deg) brightness(93%) contrast(101%)}.ft-switch--has-text{width:auto;height:100%}.ft-switch--has-text [class*=__switch]{left:0.8rem;width:3rem;height:3rem}.ft-switch--has-text [class*=__switch]:after{content:"OFF";top:50%;right:unset;bottom:unset;left:50%;transform:translate(-50%,-50%);height:auto;width:auto;font-size:14px;background:none}.ft-switch--has-text [class*=__inner]{padding:1.08rem 2rem 1.08rem 5rem;font-family:var(--font-stack);font-size:1.6rem;line-height:2.4rem;letter-spacing:0;font-weight:bold}.ft-switch--has-text [class*=ft-switch__checkbox]:checked+[class*=__label] [class*=__switch]{right:0.8rem;left:unset;transform:unset}.ft-switch--has-text [class*=ft-switch__checkbox]:checked+[class*=__label] [class*=__switch]:after{content:"ON";background:none;filter:brightness(0) saturate(100%) invert(52%) sepia(59%) saturate(2334%) hue-rotate(102deg) brightness(93%) contrast(101%)}.ft-switch--has-text [class*=ft-switch__checkbox]:checked+[class*=__label] [class*=__inner]{padding:1.08rem 5rem 1.08rem 2rem}.ft-switch--is-disabled{opacity:0.4;filter:grayscale(1)}.ft-switch--is-disabled [class*=__label]{cursor:not-allowed}