.normal-box[data-v-5b2adfbe] .is-checked .el-switch__action {
    left: calc(100% - 38px) !important
}

.small-box[data-v-5b2adfbe] .el-switch__core {
    border: 1px solid var(--border-2-color)
}

.small-box[data-v-5b2adfbe] .is-checked .el-switch__action {
    left: calc(100% - 28px) !important
}

.small-box .theme[data-v-5b2adfbe] {
    height: 32px !important
}

.small-box[data-v-5b2adfbe] .el-switch__core {
    background-color: var(--border-color) !important;
    height: 30px !important;
    width: 60px !important
}

.small-box[data-v-5b2adfbe] .el-switch__action {
    height: 24px !important;
    left: 0;
    width: 24px !important
}

.small-box .dark-box[data-v-5b2adfbe],
.small-box .light-box[data-v-5b2adfbe] {
    height: 24px !important;
    width: 24px !important
}

.small-box .dark-box img[data-v-5b2adfbe] {
    width: 14px
}

.theme[data-v-5b2adfbe] {
    height: 42px;
    margin-right: 10px
}

.theme[data-v-5b2adfbe] .el-switch__core {
    background: var(--switch-on-color);
    border-radius: 100px;
    height: 42px;
    width: 86px;
    --el-switch-off-color: var(--switch-on-color)
}

.theme[data-v-5b2adfbe] .el-switch__action {
    background-color: var(--switch-on-color);
    height: 32px;
    left: 6px;
    width: 32px
}

.theme .dark-box[data-v-5b2adfbe],
.theme .light-box[data-v-5b2adfbe] {
    align-items: center;
    background-color: var(--card-bg-color);
    border-radius: 50%;
    box-shadow: 0 1px 11px #0000000f;
    display: flex;
    height: 32px;
    justify-content: center;
    width: 32px
}