.footer-fixed[data-v-c9207302] {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 24px;
  line-height: 24px;
  background-color: #ffffff;
  z-index: 1030;
  font-size: 10px;
}
@media (max-width: 991.98px) {
.footer-fixed[data-v-c9207302] {
    font-size: 10px;
}
}
.container[data-v-c9207302] {
  position: relative;
  top: 202px;
}
.quiz-student-topbar[data-v-c9207302] {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  background-color: white !important;
  color: #101618;
  padding: 0 0.5rem;
  height: 60px;
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out;
  box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.2);
}
@media (min-width: 768px) {
.quiz-student-topbar--lg[data-v-c9207302] {
    height: 100px;
    box-shadow: none;
    -webkit-transition: height 0.2s ease-out;
    transition: height 0.2s ease-out;
}
}
.quiz-student-topbar .logo-image[data-v-c9207302]  img {
  padding: 0.5rem 0;
  max-width: 150px;
}
@media (min-width: 768px) {
.quiz-student-topbar .logo-image[data-v-c9207302]  img {
    max-width: 300px;
}
}
.flex-item[data-v-c9207302] {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
