.np-student-image[data-v-1691adbb] {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ion-color-light-shade);
  width: 48px;
  height: 48px;
}
.np-student-image__photo[data-v-1691adbb],
.np-student-image__fallback[data-v-1691adbb],
.np-student-image__initials[data-v-1691adbb] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.np-student-image__photo[data-v-1691adbb] {
  object-fit: cover;
  opacity: 0;
  transition: opacity 300ms ease;
  will-change: opacity;
}
.np-student-image__photo--visible[data-v-1691adbb] {
  opacity: 1;
}
.np-student-image__layer--hidden[data-v-1691adbb] {
  opacity: 0;
  transition: opacity 300ms ease;
}
.np-student-image__fallback[data-v-1691adbb] {
  object-fit: cover;
}
.np-student-image__initials[data-v-1691adbb] {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ion-color-primary);
  color: var(--ion-color-primary-contrast);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.5px;
  transition: opacity 300ms ease;
}