#academy-producer > .student-loading {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  width: 100vw;
  max-width: none;
  min-height: 100dvh;
  margin: 0;
  place-items: center;
  background:
    radial-gradient(circle at 82% 18%, rgba(41, 78, 219, 0.55), transparent 36%),
    linear-gradient(135deg, #00162e 0%, #062681 58%, #103bd7 100%);
}
