.el-switch{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;font-size:14px;line-height:22px;height:22px;vertical-align:middle}.el-switch.is-disabled .el-switch__core,.el-switch.is-disabled .el-switch__label{cursor:not-allowed}.el-switch__core,.el-switch__label{display:inline-block;cursor:pointer;vertical-align:middle}.el-switch__label{-webkit-transition:.2s;transition:.2s;height:22px;font-size:14px;font-weight:500;color:#00102f}.el-switch__label.is-active{color:#0046ff}.el-switch__label--left{margin-right:10px}.el-switch__label--right{margin-left:10px}.el-switch__label *{line-height:1;font-size:14px;display:inline-block}.el-switch__input{position:absolute;width:0;height:0;opacity:0;margin:0}.el-switch__core{margin:0;position:relative;width:40px;height:22px;border:1px solid #bfc3cb;outline:0;border-radius:11px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#bfc3cb;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s}.el-switch__core:after{content:"";position:absolute;top:1px;left:1px;border-radius:100%;-webkit-transition:all .3s;transition:all .3s;width:18px;height:18px;background-color:#fff}.el-switch--small .el-switch__core{width:28px;height:16px}.el-switch--small .el-switch__core::after{width:12px;height:12px}.el-switch.is-checked .el-switch__core{border-color:#006dff;background-color:#006dff}.el-switch.is-checked .el-switch__core::after{left:100%;margin-left:-19px}.el-switch.is-checked.el-switch--small .el-switch__core::after{margin-left:-13px}.el-switch.is-disabled .el-switch__label{opacity:.6}.el-switch.is-disabled .el-switch__core{opacity:1;border-color:#D9DBE0;background-color:#D9DBE0}.el-switch.is-disabled .el-switch__core::after{background-color:#F0F1F3}.el-switch.is-disabled.is-checked .el-switch__core{border-color:#BFDAFF;background-color:#BFDAFF}.el-switch.is-disabled.is-checked .el-switch__core::after{background-color:#D9E9FF}.el-switch--wide .el-switch__label.el-switch__label--left span{left:10px}.el-switch--wide .el-switch__label.el-switch__label--right span{right:10px}.el-switch .label-fade-enter,.el-switch .label-fade-leave-active{opacity:0}