:host {
  .tasks-move-dialog {
    width: 750px;
  }

  p {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .dialog-content {
    margin-bottom: 30px;

    mat-form-field {
      width: 100%;
    }

    label {
      display: block;
      margin-bottom: 5px;
      line-height: 1;
    }

    .warn {
      margin: 0 0 12px;
      padding: 6px 12px;

      line-height: 1.6em;

      background-color: var(--warn-bg-color);
      border: 1px solid var(--default-color-orange);
      border-radius: 5px;
    }

    .task-chip {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;

      width: 100%;
      padding: 6px 12px;

      border-radius: 5px;

      span {
        overflow: hidden;
        max-width: calc(100% - 48px);
        text-overflow: ellipsis;
        white-space: nowrap;
      }

      .icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
      }
    }
  }
}

.option-code {
  font-size: 10px;
  color: var(--color-gray-888);
}

.span-button {
  margin-right: 6px;
  padding: 3px 6px;

  color: var(--app-bg-color-l1);

  background-color: var(--accent-color-bg);
  border: none;
  border-radius: 5px;
}
