.bg-bar {
  height: 7px;
  background: #ddd;
  width: 900px;
  margin: auto;
}

.main .test-progress-bar {
  margin-top: 50px;
}

.main .level {
  width: 968px;
  margin: auto;
  text-align: center;
  margin-top: 40px;
}

.main .level p.happy {
  font-size: 23px;
}

.main .level .welcome.red {
  color: #A70E13;
  font-size: 28px;
  font-weight: bold;
  font-family: 'M PLUS 1p', sans-serif;
  text-shadow: 0.5px 0.5px #A70E13;
}

.main .level .desc {
  font-size: 20px;
  margin-top: 10px;
}

.main .level .desc span {
  padding: 10px 20px;
  border: 2px solid #7f7f7f;
  background: #e1e1e1;
  font-size: 23px;
  font-weight: 900;
}

.main .level .recommand {
  margin-top: 50px;
  font-size: 17px;
}

.main .level .recommand .title span {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 5px solid #f64e51;
}

.main .level .recommand .recommand-body {
  margin-top: 20px;
  font-size: 17px;
}

.main .level .recommand .recommand-action {
  margin-top: 50px;
}

.main .level .recommand .recommand-action .go-to-courses {
  background: #A70E13;
  color: #fff;
  padding: 20px 50px;
  border-radius: 5px;
}

.main .level .recommand .recommand-action .go-to-courses:hover {
  background: #fff;
  color: #000;
  border: 2px solid #000;
}

.main .level .result {
  margin-top: 100px;
  margin-bottom: 100px;
}

.main .level .result table {
  margin: 0 auto;
  width: 900px;
}

.main .level .result table thead .head-1 {
  width: 145px;
}

.main .level .result table thead .head-3 {
  width: 115px;
}

.main .level .result table thead th {
  text-align: center;
  height: 50px;
}

.main .level .result table thead th .head-title {
  border: 1px solid #ddd;
  padding: 10px 20px;
  border-bottom-left-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.main .level .result table tbody tr .title {
  background: #ddd;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}

.main .level .result table tbody tr .title div.content {
  min-height: 100px;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  display: flex;
}

.main .level .result table tbody tr .body {
  padding: 10px;
  background: #ddd;
  text-align: left;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  letter-spacing: -1px;
}

.main .level .result table tbody tr .rs .correct, .main .level .result table tbody tr .rs .incorrect {
  width: 50px;
}

.main .level .result table tbody tr.separator {
  background: #0000;
}

#test-level-app {
  text-align: center;
  margin-top: 55px;
}

#test-level-app .title {
  font-weight: bold;
  font-size: 20px;
}

#test-level-app .content {
  min-height: 200px;
}

#test-level-app .content .question-select-option {
  height: 30px;
  min-width: 100px;
}
#test-level-app .area-answer {
  min-height: 50px;
}

#test-level-app .area-answer .test-answer {
  margin-right: 40px;
  display: inline-block;
  position: relative;
}

#test-level-app .area-answer .test-answer .remove-item {
  display: none;
  position: absolute;
  right: -8px;
  top: -8px;
  font-size: 17px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  cursor: pointer;
}

#test-level-app .area-answer .test-answer .remove-item.active {
  display: block;
}

#test-level-app .area-answer .test-answer .arrange-item {
  background: #e1e1e1;
  color: #000;
  width: fit-content;
  padding: 10px 20px;
  cursor: pointer;
}

#test-level-app .area-answer .test-answer .arrange-item.active {
  background: #A70E13;
  color: #fff;
}

#test-level-app .area-answer .test-answer .container-checkbox {
  font-size: 15px;
}

#test-level-app .area-answer .test-answer-input {
  border: none;
  border-bottom: 2px solid #9d9d9d;
  min-width: 300px;
  width: max-content;
  margin: auto;
  min-height: 30px;
  margin-top: 30px;
}

#test-level-app .next-prev-question {
  margin-top: 20px;
  margin-bottom: 50px;
}

#test-level-app .next-prev-question .next-question, #test-level-app .next-prev-question .prev-question {
  cursor: pointer;
  display: inline-block;
  padding: 15px 60px;
  border: 2px solid #000;
  border-radius: 5px;
  margin-right: 20px;
}

#test-level-app .next-prev-question .next-question:hover, #test-level-app .next-prev-question .prev-question:hover {
  color: #fff;
  background: #A70E13;
}

#test-level-app .next-prev-question .prev-question.inactive {
  cursor: default;
  border: 2px solid #0000;
  color: #0000;
}

#test-level-app .next-prev-question .prev-question.inactive:hover {
  color: #ffff;
  background: #ffff;
}

@media only screen and (max-width: 768px) {
  .bg-bar {
    height: 7px;
    background: #ddd;
    width: 100%;
    margin: auto;
  }
  .main .test-progress-bar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
  }
  .main .level {
    width: 100%;
  }
  .main .level p {
    font-size: 15px;
  }
  .main .level p.happy {
    font-size: 15px;
  }
  .main .level .welcome.red {
    font-size: 20px;
  }
  .main .level .desc {
    font-size: 17px;
  }
  .main .level .desc span {
    font-size: 20px;
  }
  .main .level .result {
    padding: 0 10px;
  }
  .main .level .result table {
    width: 100%;
  }
  .main .level .result table thead .head-1 {
    width: 20%;
  }
  .main .level .result table thead .head-3 {
    width: 15%;
  }
  .main .level .result table thead th .head-title {
    padding: 0;
  }
  .main .level .result table tbody tr .rs .correct, .main .level .result table tbody tr .rs .incorrect {
    width: 20px;
  }
  #test-level-app .content {
    min-height: 100px;
  }
  #test-level-app .content .question-select-option {
    border: 1px solid;
  }
  #test-level-app .area-answer .test-answer {
    margin-top: 20px;
    margin-right: 20px;
  }
  #test-level-app .next-prev-question .next-question, #test-level-app .next-prev-question .prev-question {
    padding: 10px 20px;
  }
}

/*# sourceMappingURL=test-levels.css.map */
