.create-obj-widget {
  min-height: 20px;

  &__content {
    width: 100%;
  }

  &__input {
    height: 16px;
    padding: 0 2px;
  }

  &__icon {
    cursor: pointer;
    position: absolute;
    right: 5px;
    bottom: 1px;
  }
}

::ng-deep .create-obj-widget {
  .mat-progress-spinner circle,
  .mat-spinner circle {
    stroke: var(--default-color);
  }
}
