/* This is not an Instructure supported script */

/* Hide Dashboard + Student */
#new-student-option {
  display: none;
}

/* Hide + Student under User Settings -> Observing */
span.css-kitwc3-view--flex-flex:has(button[aria-label="Student"]) {
  display: none;
}