.semi-switch{background-color:var(--semi-color-fill-0);border:1px solid transparent;border-radius:12px;box-sizing:border-box;cursor:pointer;display:inline-block;height:24px;position:relative;transition:background-color .2s var(--semi-transition_function-easeIn) var(--semi-transition_delay-none);width:40px}.semi-switch:hover{background-color:var(--semi-color-fill-1)}.semi-switch:active{border:1px var(--semi-color-fill-2) solid}.semi-switch:active .semi-switch-knob{width:24px}.semi-switch-focus{outline:2px solid var(--semi-color-primary-light-active)}.semi-switch-checked{background-color:var(--semi-color-success)}.semi-switch-checked:hover{background-color:var(--semi-color-success-hover)}[dir=ltr] .semi-switch-checked .semi-switch-knob{transform:translateX(18px)}[dir=rtl] .semi-switch-checked .semi-switch-knob{transform:translateX(-18px)}[dir=ltr] .semi-switch-checked:active .semi-switch-knob{transform:translateX(12px)}[dir=rtl] .semi-switch-checked:active .semi-switch-knob{transform:translateX(-12px)}.semi-switch-active{background-color:var(--semi-color-success-active)}.semi-switch-disabled{background-color:transparent;border:1px var(--semi-color-border) solid;cursor:not-allowed}.semi-switch-disabled:hover{background-color:transparent}.semi-switch-disabled:active{background-color:transparent}.semi-switch-disabled:active .semi-switch-knob{width:18px}.semi-switch-disabled .semi-switch-knob{border:1px var(--semi-color-border) solid;box-shadow:none;cursor:not-allowed}.semi-switch-disabled .semi-switch-native-control{cursor:not-allowed;pointer-events:none}.semi-switch-disabled.semi-switch-checked{border-color:transparent}[dir=ltr] .semi-switch-disabled.semi-switch-checked:active .semi-switch-knob{transform:translateX(18px)}[dir=rtl] .semi-switch-disabled.semi-switch-checked:active .semi-switch-knob{transform:translateX(-18px)}.semi-switch-disabled.semi-switch-checked .semi-switch-knob{border:none;box-shadow:none}.semi-switch-knob{background-color:rgba(var(--semi-white),1);border-radius:9px;box-shadow:0 4px 6px rgba(0,0,0,.1),0 0 1px rgba(0,0,0,.3);box-sizing:border-box;cursor:pointer;height:18px;position:absolute;top:2px;transition:transform .2s ease-in-out,width .2s ease-in-out;width:18px}[dir=ltr] .semi-switch-knob{left:0;right:auto;transform:translateX(2px)}[dir=rtl] .semi-switch-knob{left:auto;right:0;transform:translateX(-2px)}.semi-switch-native-control{cursor:inherit;height:100%;margin:0;opacity:0;pointer-events:auto;position:absolute;top:0;width:100%}[dir=ltr] .semi-switch-native-control{left:0}[dir=rtl] .semi-switch-native-control{right:0}.semi-switch-native-control[type=checkbox]{height:inherit;width:inherit}.semi-switch-checked-text,.semi-switch-unchecked-text{align-items:center;display:flex;font-size:12px;height:100%;justify-content:center;position:absolute;width:20px}.semi-switch-checked-text{color:var(--semi-color-white)}.semi-switch-unchecked-text{color:var(--semi-color-text-2)}[dir=ltr] .semi-switch-unchecked-text{right:0}[dir=rtl] .semi-switch-unchecked-text{left:0}.semi-switch-loading{align-items:center;background-color:var(--semi-color-fill-1);display:inline-flex}.semi-switch-loading-spin .semi-spin-wrapper{align-items:center;color:var(--semi-color-white);display:inline-flex}[dir=ltr] .semi-switch-loading .semi-switch-loading-spin{transform:translateX(2px)}[dir=rtl] .semi-switch-loading .semi-switch-loading-spin{transform:translateX(-2px)}.semi-switch-loading .semi-switch-loading-spin>.semi-spin-wrapper>svg{height:18px;width:18px}.semi-switch-loading.semi-switch-checked{background-color:var(--semi-color-success-hover)}[dir=ltr] .semi-switch-loading.semi-switch-checked .semi-switch-loading-spin{transform:translateX(16px)}[dir=rtl] .semi-switch-loading.semi-switch-checked .semi-switch-loading-spin{transform:translateX(-16px)}[dir=ltr] .semi-switch-loading.semi-switch-small .semi-switch-loading-spin{transform:translateX(2px)}[dir=rtl] .semi-switch-loading.semi-switch-small .semi-switch-loading-spin{transform:translateX(-2px)}.semi-switch-loading.semi-switch-small .semi-switch-loading-spin>.semi-spin-wrapper>svg{height:10px;width:10px}[dir=ltr] .semi-switch-loading.semi-switch-small.semi-switch-checked .semi-switch-loading-spin{transform:translateX(10px)}[dir=rtl] .semi-switch-loading.semi-switch-small.semi-switch-checked .semi-switch-loading-spin{transform:translateX(-10px)}[dir=ltr] .semi-switch-loading.semi-switch-large .semi-switch-loading-spin{transform:translateX(2px)}[dir=rtl] .semi-switch-loading.semi-switch-large .semi-switch-loading-spin{transform:translateX(-2px)}.semi-switch-loading.semi-switch-large .semi-switch-loading-spin>.semi-spin-wrapper>svg{height:28px;width:28px}[dir=ltr] .semi-switch-loading.semi-switch-large.semi-switch-checked .semi-switch-loading-spin{transform:translateX(22px)}[dir=rtl] .semi-switch-loading.semi-switch-large.semi-switch-checked .semi-switch-loading-spin{transform:translateX(-22px)}.semi-switch-disabled.semi-switch-checked{background-color:var(--semi-color-success-disabled)}.semi-switch-large{border-radius:16px;height:32px;width:54px}.semi-switch-large .semi-switch-knob{border-radius:12px;height:24px;top:3px;width:24px}[dir=ltr] .semi-switch-large .semi-switch-knob{transform:translateX(3px)}[dir=rtl] .semi-switch-large .semi-switch-knob{transform:translateX(-3px)}[dir=ltr] .semi-switch-large.semi-switch-checked .semi-switch-knob{transform:translateX(26px)}[dir=rtl] .semi-switch-large.semi-switch-checked .semi-switch-knob{transform:translateX(-26px)}[dir=ltr] .semi-switch-large.semi-switch-checked:active .semi-switch-knob{transform:translateX(16px)}[dir=rtl] .semi-switch-large.semi-switch-checked:active .semi-switch-knob{transform:translateX(-16px)}.semi-switch-large:active .semi-switch-knob{width:34px}.semi-switch-large .semi-switch-checked-text,.semi-switch-large .semi-switch-unchecked-text{font-size:14px;width:26px}.semi-switch-small{border-radius:8px;height:16px;width:26px}.semi-switch-small .semi-switch-knob{border-radius:6px;height:12px;top:1px;width:12px}[dir=ltr] .semi-switch-small .semi-switch-knob{transform:translateX(1px)}[dir=rtl] .semi-switch-small .semi-switch-knob{transform:translateX(-1px)}[dir=ltr] .semi-switch-small.semi-switch-checked .semi-switch-knob{transform:translateX(11px)}[dir=rtl] .semi-switch-small.semi-switch-checked .semi-switch-knob{transform:translateX(-11px)}[dir=ltr] .semi-switch-small.semi-switch-checked:active .semi-switch-knob{transform:translateX(9px)}[dir=rtl] .semi-switch-small.semi-switch-checked:active .semi-switch-knob{transform:translateX(-9px)}.semi-switch-small:active .semi-switch-knob{width:14px}.semi-form .semi-switch-native-control{height:100%;width:100%}[dir=ltr] .semi-portal-rtl .semi-switch,[dir=ltr] .semi-rtl .semi-switch{direction:rtl}[dir=rtl] .semi-portal-rtl .semi-switch,[dir=rtl] .semi-rtl .semi-switch{direction:ltr}[dir=ltr] .semi-portal-rtl .semi-switch-checked .semi-switch-knob,[dir=ltr] .semi-rtl .semi-switch-checked .semi-switch-knob{transform:translateX(-18px)}[dir=rtl] .semi-portal-rtl .semi-switch-checked .semi-switch-knob,[dir=rtl] .semi-rtl .semi-switch-checked .semi-switch-knob{transform:translateX(18px)}[dir=ltr] .semi-portal-rtl .semi-switch-checked:active .semi-switch-knob,[dir=ltr] .semi-rtl .semi-switch-checked:active .semi-switch-knob{transform:translateX(-12px)}[dir=rtl] .semi-portal-rtl .semi-switch-checked:active .semi-switch-knob,[dir=rtl] .semi-rtl .semi-switch-checked:active .semi-switch-knob{transform:translateX(12px)}[dir=ltr] .semi-portal-rtl .semi-switch-knob,[dir=ltr] .semi-rtl .semi-switch-knob{left:auto;right:0;transform:translateX(-2px)}[dir=rtl] .semi-portal-rtl .semi-switch-knob,[dir=rtl] .semi-rtl .semi-switch-knob{left:0;right:auto;transform:translateX(2px)}[dir=ltr] .semi-portal-rtl .semi-switch-native-control,[dir=ltr] .semi-rtl .semi-switch-native-control{right:0}[dir=rtl] .semi-portal-rtl .semi-switch-native-control,[dir=rtl] .semi-rtl .semi-switch-native-control{left:0}[dir=ltr] .semi-portal-rtl .semi-switch-unchecked-text,[dir=ltr] .semi-rtl .semi-switch-unchecked-text{left:0}[dir=rtl] .semi-portal-rtl .semi-switch-unchecked-text,[dir=rtl] .semi-rtl .semi-switch-unchecked-text{right:0}[dir=ltr] .semi-portal-rtl .semi-switch-loading .semi-switch-loading-spin,[dir=ltr] .semi-rtl .semi-switch-loading .semi-switch-loading-spin{transform:translateX(-2px)}[dir=rtl] .semi-portal-rtl .semi-switch-loading .semi-switch-loading-spin,[dir=rtl] .semi-rtl .semi-switch-loading .semi-switch-loading-spin{transform:translateX(2px)}[dir=ltr] .semi-portal-rtl .semi-switch-loading.semi-switch-checked .semi-switch-loading-spin,[dir=ltr] .semi-rtl .semi-switch-loading.semi-switch-checked .semi-switch-loading-spin{transform:translateX(-16px)}[dir=rtl] .semi-portal-rtl .semi-switch-loading.semi-switch-checked .semi-switch-loading-spin,[dir=rtl] .semi-rtl .semi-switch-loading.semi-switch-checked .semi-switch-loading-spin{transform:translateX(16px)}[dir=ltr] .semi-portal-rtl .semi-switch-loading.semi-switch-small .semi-switch-loading-spin,[dir=ltr] .semi-rtl .semi-switch-loading.semi-switch-small .semi-switch-loading-spin{transform:translateX(-2px)}[dir=rtl] .semi-portal-rtl .semi-switch-loading.semi-switch-small .semi-switch-loading-spin,[dir=rtl] .semi-rtl .semi-switch-loading.semi-switch-small .semi-switch-loading-spin{transform:translateX(2px)}[dir=ltr] .semi-portal-rtl .semi-switch-loading.semi-switch-small.semi-switch-checked .semi-switch-loading-spin,[dir=ltr] .semi-rtl .semi-switch-loading.semi-switch-small.semi-switch-checked .semi-switch-loading-spin{transform:translateX(-10px)}[dir=rtl] .semi-portal-rtl .semi-switch-loading.semi-switch-small.semi-switch-checked .semi-switch-loading-spin,[dir=rtl] .semi-rtl .semi-switch-loading.semi-switch-small.semi-switch-checked .semi-switch-loading-spin{transform:translateX(10px)}[dir=ltr] .semi-portal-rtl .semi-switch-loading.semi-switch-large .semi-switch-loading-spin,[dir=ltr] .semi-rtl .semi-switch-loading.semi-switch-large .semi-switch-loading-spin{transform:translateX(-2px)}[dir=rtl] .semi-portal-rtl .semi-switch-loading.semi-switch-large .semi-switch-loading-spin,[dir=rtl] .semi-rtl .semi-switch-loading.semi-switch-large .semi-switch-loading-spin{transform:translateX(2px)}[dir=ltr] .semi-portal-rtl .semi-switch-loading.semi-switch-large.semi-switch-checked .semi-switch-loading-spin,[dir=ltr] .semi-rtl .semi-switch-loading.semi-switch-large.semi-switch-checked .semi-switch-loading-spin{transform:translateX(-22px)}[dir=rtl] .semi-portal-rtl .semi-switch-loading.semi-switch-large.semi-switch-checked .semi-switch-loading-spin,[dir=rtl] .semi-rtl .semi-switch-loading.semi-switch-large.semi-switch-checked .semi-switch-loading-spin{transform:translateX(22px)}[dir=ltr] .semi-portal-rtl .semi-switch-large .semi-switch-knob,[dir=ltr] .semi-rtl .semi-switch-large .semi-switch-knob{transform:translateX(-3px)}[dir=rtl] .semi-portal-rtl .semi-switch-large .semi-switch-knob,[dir=rtl] .semi-rtl .semi-switch-large .semi-switch-knob{transform:translateX(3px)}[dir=ltr] .semi-portal-rtl .semi-switch-large.semi-switch-checked .semi-switch-knob,[dir=ltr] .semi-rtl .semi-switch-large.semi-switch-checked .semi-switch-knob{transform:translateX(-26px)}[dir=rtl] .semi-portal-rtl .semi-switch-large.semi-switch-checked .semi-switch-knob,[dir=rtl] .semi-rtl .semi-switch-large.semi-switch-checked .semi-switch-knob{transform:translateX(26px)}[dir=ltr] .semi-portal-rtl .semi-switch-large.semi-switch-checked:active .semi-switch-knob,[dir=ltr] .semi-rtl .semi-switch-large.semi-switch-checked:active .semi-switch-knob{transform:translateX(-16px)}[dir=rtl] .semi-portal-rtl .semi-switch-large.semi-switch-checked:active .semi-switch-knob,[dir=rtl] .semi-rtl .semi-switch-large.semi-switch-checked:active .semi-switch-knob{transform:translateX(16px)}[dir=ltr] .semi-portal-rtl .semi-switch-small .semi-switch-knob,[dir=ltr] .semi-rtl .semi-switch-small .semi-switch-knob{transform:translateX(-1px)}[dir=rtl] .semi-portal-rtl .semi-switch-small .semi-switch-knob,[dir=rtl] .semi-rtl .semi-switch-small .semi-switch-knob{transform:translateX(1px)}[dir=ltr] .semi-portal-rtl .semi-switch-small.semi-switch-checked .semi-switch-knob,[dir=ltr] .semi-rtl .semi-switch-small.semi-switch-checked .semi-switch-knob{transform:translateX(-11px)}[dir=rtl] .semi-portal-rtl .semi-switch-small.semi-switch-checked .semi-switch-knob,[dir=rtl] .semi-rtl .semi-switch-small.semi-switch-checked .semi-switch-knob{transform:translateX(11px)}[dir=ltr] .semi-portal-rtl .semi-switch-small.semi-switch-checked:active .semi-switch-knob,[dir=ltr] .semi-rtl .semi-switch-small.semi-switch-checked:active .semi-switch-knob{transform:translateX(-9px)}[dir=rtl] .semi-portal-rtl .semi-switch-small.semi-switch-checked:active .semi-switch-knob,[dir=rtl] .semi-rtl .semi-switch-small.semi-switch-checked:active .semi-switch-knob{transform:translateX(9px)}.semi-divider{border-bottom:1px solid var(--semi-color-border);box-sizing:border-box;color:var(--semi-color-text-0);margin:1px 0 1px 0}.semi-divider-dashed{border-bottom-style:dashed}.semi-divider-horizontal{display:flex;width:100%}.semi-divider-vertical{border-bottom:0;display:inline-block;height:20px;margin:0 1px 0 1px;vertical-align:middle}[dir=ltr] .semi-divider-vertical{border-left:1px solid var(--semi-color-border)}[dir=rtl] .semi-divider-vertical{border-right:1px solid var(--semi-color-border)}.semi-divider-with-text{align-items:center;border-bottom:0;display:flex;white-space:nowrap}.semi-divider-with-text .semi-divider_inner-text{display:inline-block;font-weight:600;padding:0 8px 0 8px}.semi-divider-with-text:after,.semi-divider-with-text:before{border-bottom:1px solid var(--semi-color-border);content:"";width:50%}.semi-divider-with-text-left:before{width:40px}.semi-divider-with-text-left:after{flex:1 1}.semi-divider-with-text-right:before{flex:1 1}.semi-divider-with-text-right:after{width:40px}.semi-divider-dashed:after,.semi-divider-dashed:before{border-bottom:1px dashed var(--semi-color-border)}[dir=ltr] .semi-divider-vertical.semi-divider-dashed{border-left:1px dashed var(--semi-color-border)}[dir=rtl] .semi-divider-vertical.semi-divider-dashed{border-right:1px dashed var(--semi-color-border)}.semi-dropdown{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;line-height:20px}.semi-dropdown-wrapper{background:var(--semi-color-bg-3);border-radius:var(--semi-border-radius-medium);box-shadow:var(--semi-shadow-elevated);opacity:0;overflow-y:auto;position:relative;z-index:1050}.semi-dropdown-wrapper-show{opacity:1}.semi-dropdown-trigger{display:inline-block}.semi-dropdown-menu{list-style:none;margin:0;padding:4px 0}.semi-dropdown-title{color:var(--semi-color-text-2);cursor:default;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px;line-height:16px;padding-bottom:4px;padding-left:16px;padding-right:16px;padding-top:8px}[dir=ltr] .semi-dropdown-title-withTick{padding-left:31px}[dir=rtl] .semi-dropdown-title-withTick{padding-right:31px}.semi-dropdown-item{align-items:center;color:var(--semi-color-text-0);display:flex;max-width:280px;padding:8px 16px;transition:background-color var(--semi-transition_duration-none) var(--semi-transition_function-easeOut) 0ms}.semi-dropdown-item-hover{background-color:var(--semi-color-fill-0)}.semi-dropdown-item:not(.semi-dropdown-item-active):hover{background-color:var(--semi-color-fill-0);cursor:pointer}.semi-dropdown-item:not(.semi-dropdown-item-active):active{background-color:var(--semi-color-fill-1)}.semi-dropdown-item:focus-visible{background-color:var(--semi-color-fill-0);outline:0}.semi-dropdown-item-icon{align-items:center;display:inline-flex}[dir=ltr] .semi-dropdown-item-icon{margin-right:8px}[dir=rtl] .semi-dropdown-item-icon{margin-left:8px}.semi-dropdown-item-danger{color:var(--semi-color-danger)}.semi-dropdown-item-secondary{color:var(--semi-color-secondary)}.semi-dropdown-item-warning{color:var(--semi-color-warning)}.semi-dropdown-item-tertiary{color:var(--semi-color-tertiary)}.semi-dropdown-item-primary{color:var(--semi-color-primary)}[dir=ltr] .semi-dropdown-item-withTick{padding-left:12px}[dir=rtl] .semi-dropdown-item-withTick{padding-right:12px}.semi-dropdown-item>.semi-icon{flex-shrink:0;font-size:12px}[dir=ltr] .semi-dropdown-item>.semi-icon{margin-right:9px}[dir=rtl] .semi-dropdown-item>.semi-icon{margin-left:9px}.semi-dropdown-item-active{font-weight:600}.semi-dropdown-item.semi-dropdown-item-disabled{color:var(--semi-color-disabled-text);cursor:not-allowed}.semi-dropdown-item.semi-dropdown-item-disabled:active,.semi-dropdown-item.semi-dropdown-item-disabled:hover{background-color:transparent;cursor:not-allowed}.semi-dropdown-divider{background:var(--semi-color-border);clear:both;display:block;height:1px;margin:4px 0;min-width:100%;width:100%}[dir=ltr] .semi-portal-rtl .semi-dropdown-wrapper,[dir=ltr] .semi-rtl .semi-dropdown-wrapper{direction:rtl}[dir=rtl] .semi-portal-rtl .semi-dropdown-wrapper,[dir=rtl] .semi-rtl .semi-dropdown-wrapper{direction:ltr}[dir=ltr] .semi-portal-rtl .semi-dropdown-title-withTick,[dir=ltr] .semi-rtl .semi-dropdown-title-withTick{padding-left:0;padding-right:31px}[dir=rtl] .semi-portal-rtl .semi-dropdown-title-withTick,[dir=rtl] .semi-rtl .semi-dropdown-title-withTick{padding-left:31px;padding-right:0}[dir=ltr] .semi-portal-rtl .semi-dropdown-item-withTick,[dir=ltr] .semi-rtl .semi-dropdown-item-withTick{padding-left:auto;padding-right:12px}[dir=rtl] .semi-portal-rtl .semi-dropdown-item-withTick,[dir=rtl] .semi-rtl .semi-dropdown-item-withTick{padding-left:12px;padding-right:auto}[dir=ltr] .semi-portal-rtl .semi-dropdown-item>.semi-icon,[dir=ltr] .semi-rtl .semi-dropdown-item>.semi-icon{margin-left:9px;margin-right:0}[dir=rtl] .semi-portal-rtl .semi-dropdown-item>.semi-icon,[dir=rtl] .semi-rtl .semi-dropdown-item>.semi-icon{margin-left:0;margin-right:9px}