.toggle-switch{width:42px;height:24px;background:#c9c9c9;border-radius:14px;position:relative}.toggle-switch input{position:absolute;z-index:2;display:block;width:100%;height:100%;opacity:0;cursor:pointer}.toggle-switch .indicator{width:14px;height:14px;background:#fff;position:absolute;left:5px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:1;border-radius:50%;-webkit-box-shadow:-1px 2px 3px rgba(0,0,0,.2);box-shadow:-1px 2px 3px rgba(0,0,0,.2)}.toggle-switch.checked{background:#005eff}.toggle-switch.checked .indicator{left:auto;right:5px}.toggle-switch.checked.is-disabled{background:#06f;opacity:.5}