.v-ui-switch{align-items:center;gap:12px}.v-ui-switch--reverse{flex-direction:row-reverse}.v-ui-switch.disabled{opacity:.5;pointer-events:none}.v-ui-switch.disabled .v-ui-switch__knob{background-color:var(--mono300)}.v-ui-switch.disabled .v-ui-switch__wrapper input:checked+.v-ui-switch__knob{background-color:var(--mono1000)}.v-ui-switch__label{flex-grow:1}.v-ui-switch__wrapper{flex:0 0 32px;width:32px;height:20px;display:inline-block;position:relative}.v-ui-switch__wrapper input[type=checkbox]{appearance:none}.v-ui-switch__wrapper input:checked+.v-ui-switch__knob{background-color:var(--secondary-background-color)}.v-ui-switch__wrapper input:checked+.v-ui-switch__knob:before{transform:translate(12px)}.v-ui-switch__wrapper input+.v-ui-switch__knob,.v-ui-switch__wrapper input+.v-ui-switch__knob:before{transition:all .3s ease-in-out}.v-ui-switch__knob{background-color:var(--mono400);border-radius:40px;position:absolute;inset:0}.v-ui-switch__knob:before{background-color:var(--mono0);content:"";border-radius:50%;width:16px;height:16px;position:absolute;top:2px;left:2px}
