.quick-create-todo[data-v-4186f7ec] {
  padding: 8px 0;
}
.create-form-pill[data-v-4186f7ec] {
  display: flex;
  align-items: center;
  border: 1px solid var(--np-border-color);
  border-radius: 24px;
  background: var(--ion-background-color);
  overflow: hidden;
  height: 44px;
}
.field-section[data-v-4186f7ec] {
  display: flex;
  align-items: center;
  padding: 0 12px;
  gap: 8px;
  cursor: pointer;
  height: 100%;
  transition: background-color 0.15s;
}
.field-section[data-v-4186f7ec]:hover {
  background-color: var(--ion-color-light);
}
.field-section i[data-v-4186f7ec] {
  color: var(--ion-color-medium);
  font-size: 14px;
}
.field-section i.chevron[data-v-4186f7ec] {
  font-size: 10px;
  margin-left: 2px;
}
.field-section .field-value[data-v-4186f7ec] {
  font-size: 14px;
  color: var(--ion-text-color);
  white-space: nowrap;
}
.text-section[data-v-4186f7ec] {
  flex: 1;
  min-width: 0;
}
.text-section[data-v-4186f7ec]:hover {
  background-color: transparent;
}
.text-input[data-v-4186f7ec] {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  color: var(--ion-text-color);
  min-width: 0;
}
.text-input[data-v-4186f7ec]::placeholder {
  color: var(--ion-color-medium);
}
.assignee-section[data-v-4186f7ec] {
  flex: 0 0 auto;
  min-width: 120px;
  max-width: 160px;
}
.assignee-section .field-value[data-v-4186f7ec] {
  overflow: hidden;
  text-overflow: ellipsis;
}
.due-section[data-v-4186f7ec] {
  flex: 0 0 auto;
  min-width: 115px;
}
.field-divider[data-v-4186f7ec] {
  width: 1px;
  height: 24px;
  background-color: var(--np-border-color);
  flex-shrink: 0;
}
.add-btn[data-v-4186f7ec] {
  --border-radius: 0 24px 24px 0;
  --padding-start: 16px;
  --padding-end: 16px;
  margin: 0;
  height: 100%;
}
.add-btn i[data-v-4186f7ec] {
  font-size: 16px;
}
.assignee-popover[data-v-4186f7ec] {
  --width: 280px;
  --max-height: 350px;
}
ion-searchbar[data-v-4186f7ec] {
  --border-radius: 8px;
  --box-shadow: none;
  padding: 8px;
}
ion-item.selected[data-v-4186f7ec] {
  --background: var(--ion-color-light);
}