.toggle-checkbox{position:absolute;display:block;width:1.5rem;height:1.5rem;cursor:pointer;-webkit-appearance:none;appearance:none;border-width:4px;--un-border-opacity:1;border-color:rgba(243,244,246,var(--un-border-opacity));border-radius:9999px;--un-bg-opacity:1;background-color:rgba(31,41,55,var(--un-bg-opacity));transition-timing-function:cubic-bezier(.4,0,.2,1)}.dark .toggle-checkbox{--un-border-opacity:1;border-color:rgba(156,163,175,var(--un-border-opacity));--un-bg-opacity:1;background-color:rgba(255,255,255,var(--un-bg-opacity))}.toggle-checkbox:focus{outline:2px solid transparent;outline-offset:2px}.toggle-checkbox:checked{right:0;--un-border-opacity:1;border-color:rgba(156,163,175,var(--un-border-opacity))}.toggle-label{display:block;height:1.5rem;cursor:pointer;overflow:hidden;border-width:2px;--un-border-opacity:1;border-color:rgba(243,244,246,var(--un-border-opacity));border-radius:9999px;--un-bg-opacity:1;background-color:rgba(243,244,246,var(--un-bg-opacity));vertical-align:middle;--un-text-opacity:1;color:rgba(243,244,246,var(--un-text-opacity))}.dark .toggle-label{--un-border-opacity:1;border-color:rgba(156,163,175,var(--un-border-opacity));--un-bg-opacity:1;background-color:rgba(156,163,175,var(--un-bg-opacity));--un-text-opacity:1;color:rgba(156,163,175,var(--un-text-opacity))}
