.switcher-form-container{display:flex;align-items:center;gap:1.2rem;font-family:inherit}.switcher-form-container .switcher-label{font-size:1.4rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.switcher-form-container .switcher{position:relative;min-width:5rem;height:2.4rem;border-radius:1.2rem;background:var(--grey-light);border:none;cursor:pointer;padding:0;transition:background .3s ease;display:flex;align-items:center}.switcher-form-container .switcher .switcher-thumb{position:absolute;left:.3rem;width:2rem;height:2rem;border-radius:50%;background:#fff;transition:transform .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.2)}.switcher-form-container .switcher.active{background:var(--blue-2)}.switcher-form-container .switcher.active .switcher-thumb{transform:translateX(2.4rem)}.switcher-form-container .switcher.disabled{opacity:.5;cursor:not-allowed}.switcher-form-container .switcher:focus-visible{outline:2px solid var(--focus-blue);outline-offset:2px}