.lock {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/static/material-kit-pro/assets/img/chemistry4.jpg") !important;
  z-index: 999;
}

.hidden-btn {
  pointer-events: none;
  user-select: none;
  display: none;
}

.none-display {
  display: none;
}

/*# sourceMappingURL=question_view.css.map */
