.dpzvc3-switch-ui{display:block;width:35px;height:20px;background:#ccc;border-radius:100px;cursor:pointer;position:relative;transition:all .3s ease}.dpzvc3-switch-ui.small{width:24px;height:14px}.dpzvc3-switch-ui:after{content:'';display:block;width:18px;height:18px;border-radius:100px;background:#fff;box-shadow:0 1px 1px rgba(0,0,0,.1);position:absolute;left:1px;top:1px;transition:all .3s ease}.dpzvc3-switch-ui.small:after{width:12px;height:12px}.dpzvc3-switch-ui:active:after{width:24px}.dpzvc3-switch-ui.small:active:after{width:16px}.dpzvc3-switch-checkbox:checked~label{background:#39f}.dpzvc3-switch-checkbox:checked~label:after{left:16px}.dpzvc3-switch-checkbox:checked~label:active:after{left:10px}.dpzvc3-switch-checkbox:checked~label.small:after{left:11px}.dpzvc3-switch-checkbox:checked~label.small:active:after{left:7px}.dpzvc3-switch-checkbox:disabled~label{background:#d5d5d5;pointer-events:none}.dpzvc3-switch-checkbox:disabled~label:after{background:#bcbdbc}.dpzvc3-switch-checkbox.hidden{display:none}