.epofw-switch-label{display:flex;align-items:center;cursor:pointer;margin-bottom:10px}.epofw-switch-container{position:relative;display:inline-block;width:60px;height:30px;margin-right:10px}.epofw-switch-container input{opacity:0;width:0;height:0;margin:0;padding:0;position:absolute}.epofw-switch-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--unchecked-bg-color,#ccc);transition:.4s;display:flex;align-items:center;justify-content:space-between;padding:0 5px;border-radius:34px}.epofw-switch-slider:before{position:absolute;content:"";height:22px;width:22px;left:4px;bottom:4px;background-color:#fff;transition:.4s;z-index:2;border-radius:50%}.epofw-switch-square .epofw-switch-slider{border-radius:0}.epofw-switch-square .epofw-switch-slider:before{border-radius:0;height:26px;width:26px;left:4px;bottom:4px}.epofw-switch-container input:checked+.epofw-switch-slider{background-color:var(--checked-bg-color,#2196f3)}.epofw-switch-container input:checked+.epofw-switch-slider:before{transform:translateX(26px)}.epofw-switch-container input:focus+.epofw-switch-slider{box-shadow:0 0 1px var(--checked-bg-color,#2196f3)}.epofw-switch-smooth .epofw-switch-slider,.epofw-switch-smooth .epofw-switch-slider:before{transition:all .3s ease}.epofw-switch-bounce .epofw-switch-slider:before{transition:all .3s cubic-bezier(.68, -.55, .265, 1.55)}.epofw-switch-elastic .epofw-switch-slider:before{transition:all .3s cubic-bezier(.68, -.55, .265, 1.55)}.epofw-switch-container:hover .epofw-switch-slider{opacity:.9}.epofw-switch-container:hover input:checked+.epofw-switch-slider{opacity:.9}.epofw-switch-slider .dashicons{color:#fff;font-size:18px;z-index:1}.epofw-switch-slider .checked-icon{opacity:0;transition:.4s}.epofw-switch-slider .unchecked-icon{opacity:1;transition:.4s}.epofw-switch-container input:checked+.epofw-switch-slider .checked-icon{opacity:1}.epofw-switch-container input:checked+.epofw-switch-slider .unchecked-icon{opacity:0}