.change-project-type-avatar-icon {
  box-sizing: border-box;
  background-color: var(--ds-icon, #f5f5f5);
  border-radius: 11px;
  padding: 2px;
  height: 22px;
  width: 22px;
  position: absolute;
  top: 32px;
  left: 140px;
}
#change-project-type-dialog .throbber {
  margin-top: 5px;
}
.project-avatar-header .aui-avatar-project {
  position: absolute;
}
.project-avatar-header .project-header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 58px;
  min-height: 59px;
  font-size: 18px;
  padding-top: 13px;
}
.project-type-change-group {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
}
.project-type-select-group {
  padding-top: 10px;
}
