.AppSwitch{align-items:center;cursor:pointer;display:flex;gap:.875rem;--color-name:rgb(var(--color-text-primary));--name-font-size:.875rem}.AppSwitch.AppSwitch--checked .AppSwitch_switch{background:rgb(var(--color-primary))}.AppSwitch.AppSwitch--checked .AppSwitch_switch:after{box-shadow:0 1px 3px #0003;left:18px}.AppSwitch.AppSwitch--border{background:rgb(var(--color-white));border:1px solid rgb(var(--color-border));border-radius:.625rem;display:inline-flex;gap:.5rem;padding:.5rem .75rem .5rem .625rem;transition:.15s;width:100%}.AppSwitch.AppSwitch--border.AppSwitch--checked{background:rgb(var(--color-background-secondary));border:1px solid color-mix(in srgb,rgb(var(--color-primary)) 35%,rgb(var(--color-border)));--color-name:rgb(var(--color-primary))}.AppSwitch .AppSwitch_switch{background:#d7dce5;border-radius:999px;display:inline-flex;max-height:22px;max-width:38px;min-height:22px;min-width:38px;position:relative;transition:.15s}.AppSwitch .AppSwitch_switch:after{background:rgb(var(--color-white));border-radius:999px;box-shadow:0 1px 3px #0003;content:"";display:block;height:18px;left:2px;position:absolute;top:2px;transition:.15s;width:18px}.AppSwitch .AppSwitch_field{height:0;opacity:0;width:0}.AppSwitch .AppSwitch_name{color:var(--color-name);font-size:var(--name-font-size);font-weight:600}.AppSwitch .AppSwitch_description{color:rgb(var(--color-grey-dark));font-size:.8rem;margin-top:.125rem}
