#courseTabsNavigation,
[data-testid='instructor-toolbar'] {
  display: none !important;
}

.learning-header {
  display: none !important;
}

.course-tabs-navigation {
  display: none !important;
}

.previous-btn,
.previous-button.btn,
.next-btn,
.next-button.btn {
  display: none !important;
}

ol.list-unstyled.d-flex.flex-nowrap.align-items-center.m-0 {
  display: none !important;
}

/* remove from ibl edx */
.position-relative.d-flex.align-items-start {
  display: none !important;
}

.sequence-navigation .sequence-navigation-tabs .btn {
  pointer-events: none !important;
}

footer.d-flex,
.text-right.small.py-1,
.content-tools {
  display: none !important;
}

#course-content
  .discussion-module
  .inline-discussion
  .add_post_btn_container
  button.new-post-btn {
  background-color: transparent !important;
}

.image-explorer-wrapper button.image-explorer-hotspot {
  padding: 0 !important;
}

#root {
  min-height: auto !important;
}

.sequence-container {
  margin-bottom: 0 !important;
}

/*REMOVING COURSE OUTLINE LINK PARENT CONTAINER IN PROGRESS PAGE*/
#main-content .grades section:last-of-type {
  display: none !important;
}
[data-testid=certificate-status-component]{
  display: none!important;
}