.boolean-wrap{background-color:#0000;border-radius:0;flex-direction:row;flex:none;justify-content:center;align-items:center;padding-inline:0;display:flex;position:relative}.boolean-wrap.disabled{opacity:.6}.boolean-wrap .boolean-off,.boolean-wrap .boolean-on,.boolean-wrap input[type=checkbox]{appearance:none;cursor:pointer;border-radius:29px;outline:none;width:29px;height:16px;margin:0;transition:all .2s ease-in-out;position:relative}:is(.boolean-wrap .boolean-off,.boolean-wrap .boolean-on,.boolean-wrap input[type=checkbox]):after{content:"";border-radius:50%;width:10px;height:10px;margin:1px;transition:translate .2s ease-in-out;position:absolute;top:2px;left:2px}:is(.boolean-wrap .boolean-off,.boolean-wrap .boolean-on,.boolean-wrap input[type=checkbox]):disabled{cursor:default}.boolean-wrap input[type=checkbox],.boolean-wrap .boolean-on{background-color:var(--ui-clr-800)}:is(.boolean-wrap input[type=checkbox],.boolean-wrap .boolean-on):after,:is(.boolean-wrap input[type=checkbox],.boolean-wrap .boolean-on):checked{background-color:var(--ui-clr-950)}:is(.boolean-wrap input[type=checkbox],.boolean-wrap .boolean-on):checked:after{translate:14px}.boolean-wrap .boolean-off{background-color:var(--ui-clr-600)}.boolean-wrap .boolean-off:after{background-color:var(--ui-clr-100);translate:14px}.boolean-wrap .boolean-off:checked{background-color:var(--ui-clr-600)}.boolean-wrap .boolean-off:checked:after{translate:0}.boolean-wrap input[type=radio]:checked{opacity:0;pointer-events:none;position:absolute}
