/* Central State University Student View indicator */
#masquerade_bar.ic-alert-masquerade-student-view {
  background: #ffcd00 !important;
  color: #99004c !important;
}

#masquerade_bar.ic-alert-masquerade-student-view::after {
  background: #ffcd00 !important;
}

body.is-masquerading-or-student-view:not(.bare-layout):not(.embedded):not(.content-only) {
  border-right-color: #ffcd00 !important;
}

body.is-masquerading-or-student-view:not(.bare-layout):not(.embedded):not(.content-only) .ic-app-header {
  border-left-color: #ffcd00 !important;
}

body.is-masquerading-or-student-view.bare-layout:not(.embedded):not(.content-only) {
  border-color: #ffcd00 !important;
}

#masquerade_bar .Button {
  border-color: #dcdcdc !important;
  color: #99004c !important;
}
