.switcher-layout_3 .op-switch-wrapper{display:flex;align-items:center;gap:12px}.switcher-layout_3 .switch-track{font-size:17px;position:relative;display:inline-block;width:3.5em;height:2em}.switcher-layout_3 .switch-track input{opacity:0;width:0;height:0}.switcher-layout_3 .switch-indicator{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;transition:.4s;border-radius:10px}.switcher-layout_3 .switch-indicator::before{position:absolute;content:"";height:1.4em;width:1.4em;border-radius:8px;left:.3em;bottom:.3em;transform:rotate(270deg);transition:.4s}.switcher-layout_3 .switch-track:active .switch-indicator{box-shadow:0 0 1px #2196f3}.switcher-layout_3 .switch-track .active.switch-indicator::before{transform:translateX(1.5em)}