html {
  font-size: 15px;
}
@media (min-width: 992px) {
  html {
    font-size: 25px;
  }
}

body {
  overflow: hidden;
}

.detail-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0 10px;
}
.detail-bar .user-avatar {
  width: 50px;
  height: 50px;
  box-shadow: 0 0 2px #585858;
  border-radius: 50%;
  object-fit: cover;
}
.detail-bar .userinfo {
  display: flex;
  align-items: center;
}

.content-scroll-area {
  height: 70vh;
  background-color: #f2f4ff;
  overflow: hidden;
  position: relative;
}
.content-scroll-area .iScrollVerticalScrollbar {
  z-index: 1 !important;
}

.content-area {
  padding: 40px 25px 30px;
  overflow: hidden;
}

/*
 * Index
 */
.index-card {
  text-align: center;
  color: white;
}

/**
 * Game
 */
/*
 * Categories
 */
.p-text {
  font-size: 0.933rem;
}

/*
 * Question
 */
.btn-text {
  font-weight: 600;
  letter-spacing: 0.6px;
  font-size: 15px;
}

/*
 * H1
 */
h1.line:after {
  content: "";
  display: block;
  width: 45px;
  height: 8px;
  background-color: #00edff;
  margin-top: 10px;
}

.testClass {
  top: 0;
  position: absolute;
}

/*
 * Progress Bar
 */
#progressBar {
  width: 100%;
  margin: 10px auto;
  height: 5px;
  background-color: white;
}

#progressBar div {
  height: 100%;
  text-align: right;
  line-height: 5px;
  width: 100%;
  background-color: #003245;
  box-sizing: border-box;
}

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