.switch-parent{display:-webkit-box;display:-webkit-flex;display:flex}.left{-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.center{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.right{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.md-switch{box-sizing:border-box;position:relative;width:5.33333vw;height:3.2vw;border-radius:3.2vw;background-color:#e2e4ea}.md-switch.disabled{opacity:.3}.md-switch:after,.md-switch:before{content:"";position:absolute;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.md-switch:before{top:0;left:0;width:5.33333vw;height:3.2vw;border-radius:1.6vw;background-color:#e2e4ea}.md-switch:after{top:2px;left:2px;width:2.66667vw;height:2.66667vw;background-color:#fff;border-radius:50%}.md-switch.active{background-color:#2f86f6}.md-switch.active:before{-webkit-transform:scale(0);transform:scale(0)}.md-switch.active:after{-webkit-transform:translateX(2.13333vw);transform:translateX(2.13333vw)}