.el-select-dropdown__item{font-size:var(--font-size-body-3);padding:0 12px;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:rgb(var(--color-text-1));height:36px;line-height:36px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.el-select-dropdown__item.is-disabled{color:rgb(var(--color-text-4));cursor:not-allowed}.el-select-dropdown__item.is-disabled:hover{background-color:#fff}.el-select-dropdown__item.hover{background-color:rgb(var(--color-fill-3))}.el-select-dropdown__item.selected{font-weight:var(--font-weight-500)}.el-select-dropdown__item:not(.is-disabled) .el-checkbox__input:not(.is-checked):not(.is-indeterminate){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;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.el-select-dropdown__item:not(.is-disabled) .el-checkbox__input:not(.is-checked):not(.is-indeterminate):hover{background:rgb(var(--color-border-3));border-radius:var(--border-radius-circle)}.el-select-dropdown__item:not(.is-disabled) .el-checkbox__input:not(.is-checked):not(.is-indeterminate):hover .el-checkbox__inner{border-color:rgb(var(--color-text-4));background:#fff}.el-select-dropdown.is-multiple .el-select-dropdown__item{padding:0 12px}