/**
 * ============================
 * frontend page releated css
 * ============================
**/

/*============ quiz template box css ==============*/

.wqt_wrapper{
  padding: 15px;
}

.wqt-quiz-design {
  margin: 35px auto;
}

.wqt-quiz-header {
  padding: 0px !important;
}

.wqt-quiz-header>h2 {
  font-weight: bold;
  font-family: -webkit-body;
  margin-left: 9px;
  color: #483838;
}

.wqt-number-clr {
  border-radius: 6px;
  margin-right: 11px;
}

.wqt-descption-text {
  color: #695c5c;
  font-size: 13px;
}

.wqt-ans-note {
  margin-left: 50px !important;
  margin-top: 11px !important;
  font-size: 14px;
  font-weight: bold;
}

.li-clr {
  border-color: #72dbe7 !important;
  width: 92% !important;
  margin-left: 15px !important;
}

.li-clr:hover {
  text-shadow: 0 3px 2px rgba(216, 198, 198, 0.94)!important;
  -webkit-transform: scale(1.1) !important;
  -moz-transform: scale(1.1) !important;
  -o-transform: scale(1.1) !important;
  margin-left: 34px !important;
}

.element-animation1 {
  animation: animationFrames ease .8s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames ease .8s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-animation: animationFrames ease .8s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%
}

@keyframes animationFrames {
  0% {
    opacity: 0;
    transform: translate(-1500px, 0px)
  }

  60% {
    opacity: 1;
    transform: translate(30px, 0px)
  }

  80% {
    transform: translate(-10px, 0px)
  }

  100% {
    opacity: 1;
    transform: translate(0px, 0px)
  }
}

.quiz-btn {
  margin-top: 10px;
  border-radius: 17px;
  text-align: right;
  padding: 0 30px;
}

.next-btn-hide {
  display: none;
}

.quiz-footer {
  padding: 0 30px;
}

.control_timer {
  display: block;
  margin-top: -66px;
  padding: 15px;
  color: #139c13;
}

/*============ quiz submit form css ==============*/

.register_card {
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 15px -2px rgba(61, 147, 158, 0.65);
  -moz-box-shadow: 0px 4px 15px -2px rgba(61, 147, 158, 0.65);
  box-shadow: 0px 4px 15px -2px rgba(61, 147, 158, 0.65);
  width: 58%;
  margin: 0 auto;
}

.wqt-form-input {
  padding: 12px;
}

.wqt-form-input>div>span {
  font-weight: bold;
}

.wqt-form-msg {
  padding: 12px;
  text-align: center;
}

.wqt-form-msg>h4 {
  color: white !important;
}

.register_hide {
  display: none;
}

#form_submit {
  display: none;
  float: right;
  margin-top: 11px;
  height: 20px;
  margin-right: 9px;
}

.sub_btn {
  text-align: right;
}

.sub_btn>input {
  margin-bottom: 11px;
  margin-right: 5px;
  border-radius: 9px;
  width: 17%;
  font-size: 12px;
}

/*============ End quiz submit form css ==============*/

/*============ quiz alert submit form css ==============*/

.register_card_alart {
  border-radius: 8px;
  -moz-box-shadow: 0px 4px 15px -2px rgba(61, 147, 158, 0.65);
  box-shadow: 0px 4px 15px -2px rgba(61, 147, 158, 0.65);
  width: 42% !important;
  margin: 0 auto;
}

.wqt-alert-btn {
  text-align: center;
  background: #1dacff;
  color: white;
  font-weight: bold;
  width: 16%;
  margin: 0 auto;
  padding: 8px;
  border-radius: 9px;

}

.wqt-form-msg-alert>h4 {
  color: #607D8B;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.register_hide {
  display: none;
}

#form_submit {
  display: none;
  float: right;
  margin-top: 11px;
  height: 20px;
  margin-right: 9px;
}

.sub_btn {
  text-align: right;
}

.sub_btn>input {
  margin-bottom: 11px;
  margin-right: 5px;
  border-radius: 9px;
  width: 17%;
  font-size: 12px;
  color: white;
}

/*============ End quiz alert submit form css ==============*/

/* =========== css for next question slider ========== */

.wqt_next_question {
  display: none;
}

div.wqt_next_question:first-child {
  display: block;
}

/* =========== End css for next question slider ========== */

/* =========== li checkbox design  ========== */

.btn-social {
  position: relative;
  padding-left: 44px !important;
  text-align: left !important;
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-social :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px !important;
  line-height: 34px !important;
  font-size: 1.6em!important;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

/* =========== end li design  ========== */

.swt-title {
  color: #575757;
  font-size: 22px;
  text-align: center;
  font-weight: 500;
  margin: -20px 0;
  display: block;
}

.end_quiz {
  display: none;
  font-size: 23px;
  text-align: center;
}


/*============ quiz intruction box css ==============*/

.wqt-instruction-wrapper {
  text-align: justify;
  width: 53%;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

.wqt-instruction-heading>p {
  margin-left: 20px;
  margin-top: 24px;
}

.wqt-instruction-img {
  width: 100px;
  height: 100px;
  padding: 31px 20px;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  box-sizing: border-box;
  margin-top: 10px
}

#wqt_instruction_box {
  width: 19%;
  float: right;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  #wqt_instruction_box {
    padding-right: 20px !important;
  }
}

.panel-body>label {
  padding: 10px;
  font-size: 12px;
  border-radius: 5px;
  color: white;
  cursor: pointer;
}

.wqt-panel-body {
  margin-top: 20px;
}

.wqt-mcqs-counter {
  float: left;
  color: #2ea0ad;
}

.nextQuestion {
  cursor: pointer;
}

.wqt-quiz-render {
  display: none;
}

.sub_btn1 {
  padding: 7px;
}

/*============ End quiz intruction box css ==============*/