label.switchify.switchify-label{display:inline-block}label.switchify.switchify-label>input.switchified{display:none}label.switchify.switchify-label>span.switchify-switch{display:block;background-color:#cecece;height:1em;width:1.6em;position:relative;border:1px solid #cecece;border-radius:1em;transition:background-color .25s,border-color .25s}label.switchify.switchify-label>span.switchify-switch::after{content:"";background-color:#fff;display:block;height:1em;width:1em;position:absolute;border-radius:1em;left:0;transition:left .25s}label.switchify.switchify-label>input.switchified:checked+span.switchify-switch{background-color:#4bcc23;border-color:#4bcc23}label.switchify.switchify-label>input.switchified:checked+span.switchify-switch::after{left:calc(100% - 1em)}label.switchify.switchify-label.switchify-disabled{cursor:not-allowed;opacity:.5;pointer-events:none}label.switchify.switchify-label.switchify-disabled>span.switchify-switch{background-color:#e0e0e0;border-color:#d0d0d0}label.switchify.switchify-label.switchify-disabled>input.switchified:checked+span.switchify-switch{background-color:#a0d090;border-color:#a0d090}