.add-node-dialog-wrap {
  padding: 25px;

  .dialog-title {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .dialog-subscription {
    margin-bottom: 10px;
    font-size: 16px;
    color: #8c8c8c;
  }

  .dialog-content {
    .mat-form-field {
      width: 100%;
    }
  }

  .field-group {
    display: flex;
    gap: 30px;
  }

  .mat-dialog-actions {
    button {
      font-weight: 600;
      color: #fff;

      background-color: #49ce46;
      border: 1px solid #e5e5e5;
      border-radius: 5px;

      &:first-child {
        font-weight: 400;
        color: inherit;
        background-color: transparent;
        border: 1px solid #c5c5c5;
      }
    }
  }

  .button-more {
    cursor: pointer;
    margin-bottom: 15px;
    color: #939393;
  }
}
