
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.textlink-internal {
  color: inherit;
  font-weight: 600;
  border-bottom: 2px solid var(--color-blue);
  transition: border-bottom var(--transition-speed) var(--transition-ease);
}

.textlink-internal.font-weight-normal {
  font-weight: 500;
}

.textlink-internal:hover {
  color: inherit;
  border-bottom: 2px solid var(--color-yellow);
}

.textlink-external {
  color: inherit;
  font-weight: 600;
  border-bottom: 2px solid var(--color-blue);
  transition: border-bottom var(--transition-speed) var(--transition-ease);
  position: relative;
  padding-right: 23px;
}

.textlink-external.font-weight-normal {
  font-weight: 500;
}

.textlink-external::after {
  content: url(../img/icons/ic_external_link.svg);
  position: absolute;
  height: 18px;
  width: 18px;
  bottom: 6px;
  margin-left: 8px;
}

.textlink-external:hover {
  color: inherit;
  border-bottom: 2px solid var(--color-yellow);
}

.img-profile,.img-profile img, .img-profile picture {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 50%;
}

.img-profile .copyright-info {
  display:none;
}
