:host {
  display: block;
  width: 740px;

  .cmf-dialog__footer button {
    margin-left: 12px;
  }

  .cmf-dialog__content {
    padding: 0 25px 20px;

    .header {
      margin-bottom: 5px;
      font-weight: var(--caption-font-weight);
      line-height: 30px;
    }
  }

  ::ng-deep .crud__group__wrapper {
    padding-top: 0 !important;
  }

  .testcase-add-button {
    margin-top: 15px;
  }
}

.add-form-wrapper {
  display: flex;
  flex-direction: column;

  .field-label {
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: 500;
    color: var(--color-gray-888);
  }

  .field-label-button {
    cursor: pointer;
    display: flex;
    width: fit-content;

    .field-label-text {
      color: var(--chat-button-color);
    }
  }

  cmf-string-ctr {
    width: 100%;
  }
}

.margin-after {
  margin-bottom: 12px;
}

.field-wrapper {
  display: flex;
  gap: 10px;

  .input {
    width: 100%;
    min-height: 25px;

    background: var(--color-gray-fff, #fff);
    border: 1px solid var(--color-gray-ddd);
    border-radius: 3px;
  }
}
