.el-switch{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative;font-size:var(--font-size-body-1);line-height:24px;height:24px;vertical-align:middle}.el-switch.is-disabled:not(.is-readable) .el-switch__core{cursor:not-allowed;border-color:rgb(var(--color-fill-3));background-color:rgb(var(--color-fill-3))}.el-switch__label{-webkit-transition:.2s;transition:.2s;height:24px;display:inline-block;font-size:var(--font-size-body-1);font-weight:var(--font-weight-400);cursor:pointer;vertical-align:middle;color:rgb(var(--color-text-1));position:absolute;z-index:9}.el-switch__label.is-active{color:#fff}.el-switch__label:not(.is-active){display:none}.el-switch__label--left{right:8px;color:#fff;font-size:var(--font-size-body-1)}.el-switch__label--right{left:8px;color:#fff;font-size:var(--font-size-body-1)}.el-switch__label *{font-size:var(--font-size-body-1);display:inline-block;font-weight:var(--font-weight-400)}.el-switch__input{position:absolute;width:0;height:0;opacity:0;margin:0}.el-switch__core{margin:0;display:inline-block;position:relative;width:44px;height:24px;outline:0;border-radius:12px;-webkit-box-sizing:border-box;box-sizing:border-box;background:rgb(var(--color-text-4));cursor:pointer;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;vertical-align:middle}.el-switch__core i{position:absolute;top:-1px;left:5px;z-index:9}.el-switch__core i img{width:14px;height:14px;-webkit-animation:1.5s linear infinite loading-rotate;animation:1.5s linear infinite loading-rotate}.el-switch__core .loading-right{right:5px;left:initial}.el-switch__core:after{content:"";position:absolute;top:4px;left:4px;border-radius:var(--border-radius-circle);width:16px;height:16px;background-color:#fff}.el-switch__core--small{width:28px;height:16px;border-radius:var(--border-radius-large)}.el-switch__core--small:after{width:12px;height:12px;top:2px;left:2px}.el-switch__core--small i{top:-5px;left:3.5px}.el-switch__core--small img{width:8px!important;height:8px!important}.el-switch__core--small .loading-right{right:4px}.el-switch.is-checked .el-switch__core{border-color:rgb(var(--primary-6));background-color:rgb(var(--primary-6))}.el-switch.is-checked .el-switch__core::after{left:unset;right:4px}.el-switch.is-checked .el-switch__core--small::after{left:unset;right:2px}.el-switch.is-checked.is-disabled:not(.is-readable) .el-switch__core{border-color:rgb(var(--primary-3));background-color:rgb(var(--primary-3))}.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}@-webkit-keyframes loading-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}