.quiz-question {
  margin: 10px;
  line-height: 1.5;
  font-size: 24px;
}

.quiz-sentence {
  font-size: 20px;
  margin: 20px;
}

.btn-choice {
  border-radius: 40px;
  font-weight: bold;
  border: 2px solid;
  margin: auto;
}

.quiz-choice {
  margin: auto;
}

.progress-my {
  display: flex;
  font-size: 0.65625rem;
  background-color: #f8f9fa;
}

li.media {
  padding: 1rem;
}

span.elapsed-time {
  font-size: 80%;
  vertical-align: text-bottom;
}

.progressBox {
  padding: 15px;
  border-radius: 0.25rem;
  margin-bottom: 1.25rem;
  font-size: 14px;
  color: white;
  background-color: #4d4d4d;
}

.timer-box {
  font-size: 26px;
  float: right;
  padding: 5px 10px;
  border-radius: 0.5rem;
  cursor: pointer;
}

.bottom-left-toolbar {
  float: left;
  padding: 5px 10px;
}

.icon-large {
  font-size: 2em !important;
}

.choice-box {
  margin-top: 20px;
}

.preview-image {
  width: 70px;
  margin: 5px;
}

.priview-image:hover {
  width: 300px;
}

img.quizImage {
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
  max-width: 320px;
}

img.quizImage.normal {
  height: 50px;
}

.gabor-box {
  background-color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}

/*.gabor-box:hover, .gabor-box:focus {
    background-color: lightyellow;
    cursor: pointer;
}*/
.gabor-item {
  width: 90%;
  height: 90%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

.quizBox {
  margin-top: 10px;
  text-align: left;
  margin: auto;
  text-align: center;
}

.gabor-box.level1 {
  width: 150px;
  height: 150px;
}

.gabor-box.level2 {
  width: 140px;
  height: 140px;
}

.quizTitle {
  margin: 10px 20px;
  text-align: center;
}

/*.gabor-box.sel:hover, .gabor-box.sel:focus {
    background-color: lightyellow;
}*/
.sel {
  background-color: lightgray;
}

.removing {
  background-color: lightgray;
  opacity: 0.5;
  border-radius: 5px;
}

.removed {
  border-radius: 5rem;
  background-color: lightgray;
  width: 80% !important;
  height: 80% !important;
  opacity: 0.2;
  cursor: default;
  transition: all 0.5s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}

.inner-toolbar {
  margin: 10px;
}

.comboText {
  font-size: 22px;
  min-height: 35px;
  text-align: center;
  font-weight: bold;
  color: royalblue;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  opacity: 1;
}

span.quizTimer {
  margin-left: 5px;
}

.alert-main {
  margin-bottom: 10px;
}

.alert-sub {
  font-size: 16px;
  font-weight: 400;
  /*color: #a1aab2;*/
}

.card-body.quizBody {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
  min-height: 550px;
  background-color: black;
}

.level-prev,
.level-next,
.level-play,
.quizPlay {
  cursor: pointer;
}

.quizBoxOuter {
  padding: 20px;
}

.quizCard {
  margin-bottom: 0;
}

.blockUI.blockMsg {
  top: 200px !important;
}

.pauseMsg {
  font-size: 24px;
}

.hoyatag-mini {
  height: 70px;
  width: 100%;
  border: none;
  overflow: hidden;
  display: none;
}

.share-box {
  width: 100%;
  height: 140px;
  background-color: #262728;
  position: absolute;
  top: 0px;
  z-index: 10;
  font-size: 16px;
}

.share-box-title {
  font-weight: bold;
  color: lightgoldenrodyellow;
  margin: 20px 10px 10px 10px;
}

.share-box-info {
  margin: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.share-box-item {
  display: inline-block;
  width: 40px;
}

img.share-box-item-image {
  width: 40px;
  border-radius: 20px;
  margin-bottom: 5px;
}

.share-box-item-text {
  font-size: 11px;
  color: white;
}

@keyframes changeColor {
  from {
    background-color: white;
  }

  to {
    background-color: lightblue;
  }
}

.gabor-box.guide {
  animation: changeColor 1s infinite alternate;
}