#lesson-holder {
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  height: 100svh;
  width: 100%;
  z-index: 9002;
  padding-left: 0;
  padding-right: 0;
  background-color: rgba(169, 169, 169, 0.5);
}
#lesson-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  background: white;
}
#ltiContentFrame {
  height: 94svh;
  padding-left: 5px;
  padding-right: 5px;
}
#lesson-navbar {
  background: var(--ksep-color-red);
  position: sticky;
  bottom: 0;
  height: var(--ksep-lesson-navbar-height);
  width: 100%;
}
#lesson-exit-button {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  line-height: var(--ksep-lesson-navbar-height);
  z-index: 100;
  pointer-events: none;
}
#lesson-exit-button a {
  pointer-events: auto;
  color: white;
  font-family: jlmsicons;
  font-size: 24px;
}
#lesson-exit-button a:hover,
#lesson-exit-button a:focus {
  text-decoration: none;
}
#lesson-exit-button span:before {
  content: "\e626";
}
#lesson-exit-button span:hover,
#lesson-exit-button span:focus {
  font-weight: bold;
}
