.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.pt130 {
  padding-top: 130px;
}

.pb130 {
  padding-bottom: 130px;
}

.pt150 {
  padding-top: 150px;
}

.pb150 {
  padding-bottom: 150px;
}

.pt180 {
  padding-top: 180px;
}

.pb180 {
  padding-bottom: 180px;
}

.pt200 {
  padding-top: 200px;
}

.pb200 {
  padding-bottom: 200px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ugf-quiz {
  min-height: 100vh;
}

.quiz-wrap {
  /* padding: 40px 0; */
  text-align: center;
}

.quiz-wrap h2 {
  font-size: 2.4rem;
  text-transform: uppercase;
  color: #1c2437;
  font-weight: 700;
  margin-bottom: 30px;
}

.quiz-test-wrap {
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 40px 60px;
  display: none;
}

.quiz-test-wrap.active {
  display: block;
}

.quiz-test-wrap .test-progress {
  margin-bottom: 20px;
  position: relative;
}

.quiz-test-wrap .test-progress .prev-btn {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: 700;
  color: #b2becc;
}

.quiz-test-wrap .test-progress .prev-btn img {
  margin-right: 10px;
}

.quiz-test-wrap .test-progress-step {
  margin: 0 auto 20px;
  position: relative;
  height: 60px;
  width: 60px;
  border: 4px solid #dbe5ef;
  border-radius: 50%;
}

.quiz-test-wrap .test-progress-step .step-number {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #b4bfcd;
  font-size: 24px;
  font-weight: 700;
}

.quiz-test-wrap .test-progress-step .step-number.final-step {
  color: #1BBCE8;
}

.quiz-test-wrap .test-progress-step svg {
  height: 60px;
  width: 60px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  position: relative;
  top: -4px;
  left: -4px;
}

.quiz-test-wrap .test-progress-step svg circle {
  stroke: #1BBCE8;
}

.quiz-test-wrap .test-progress-step svg circle.step-1 {
  stroke-dasharray: 43 950;
}

.quiz-test-wrap .test-progress-step svg circle.step-2 {
  stroke-dasharray: 87 700;
}

.quiz-test-wrap .test-progress-step svg circle.step-3 {
  stroke-dasharray: 131 450;
}

/* .quiz-test-wrap .test-progress-step svg circle.step-4 {
  stroke-dasharray: 175 200;
}

.quiz-test-wrap .test-progress-step svg circle.step-5 {
  stroke-dasharray: 125 200;
}

.quiz-test-wrap .test-progress-step svg circle.step-6 {
  stroke-dasharray: 150 200;
}

.quiz-test-wrap .test-progress-step svg circle.step-7 {
  stroke-dasharray: 175 200;
} */

.quiz-test-wrap h3 {
  font-size: 2.4rem;
  color: #1c2437;
  font-weight: 500;
}

.quiz-test-wrap p {
  font-size: 1.5rem;
  color: #546274;
  font-weight: 400;
  margin-top: 10px;
}

.quiz-test-wrap .step-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 220px;
  margin-top: 30px;
}

.quiz-test-wrap .step-block .form-group {
  position: relative;
  margin-bottom: 25px;
}

.quiz-test-wrap .step-block .form-group .form-control {
  height: 55px;
  border-radius: 30px;
  border: 1px solid 2px solid rgba(0, 0, 0, 0.1);
  font-size: 1.5rem;
  font-weight: 700;
  color: #1c2437;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 20px;
}

.quiz-test-wrap .step-block .form-group .form-control::-webkit-input-placeholder {
  color: #b2becc;
}

.quiz-test-wrap .step-block .form-group .form-control:-moz-placeholder {
  color: #b2becc;
}

.quiz-test-wrap .step-block .form-group .form-control::-moz-placeholder {
  color: #b2becc;
}

.quiz-test-wrap .step-block .form-group .form-control:-ms-input-placeholder {
  color: #b2becc;
}

.quiz-test-wrap .step-block .form-group .form-control.has-error {
  border-color: rgba(255, 62, 88, 0.4);
}

.quiz-test-wrap .step-block .form-group .form-control.has-error + .error-msg {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ff3e58;
  font-size: 1.2rem;
  font-weight: 400;
}

.quiz-test-wrap .step-block .form-group .form-control:checked ~ label {
  border-color: rgba(30, 133, 255, 0.2);
  color: #1BBCE8;
}

.quiz-test-wrap .step-block .form-group .form-control:hover ~ label {
  border-color: rgba(30, 133, 255, 0.2);
  color: #1BBCE8;
}

.quiz-test-wrap .step-block .form-group .form-control:checked ~ label span {
  color: #1BBCE8;
}

.quiz-test-wrap .step-block .form-group .form-control:checked ~ label:before {
  background: #1BBCE8;
  border-color: transparent;
}

.quiz-test-wrap .step-block .form-group .form-control:checked ~ label:after {
  opacity: 1;
}

.quiz-test-wrap .step-block .form-group .form-control[type="radio"] {
  display: none;
}

.quiz-test-wrap .step-block .form-group .form-control[type="checkbox"] {
  display: none;
}

.quiz-test-wrap .step-block .form-group .select-input span {
  position: absolute;
  top: 27px;
  right: 15px;
  height: 0;
  width: 0;
  border-top: 6px solid #b2becc;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.quiz-test-wrap .step-block .form-group .select-input select.form-control {
  color: #b2becc;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.quiz-test-wrap .step-block .form-group label {
  margin-bottom: 0;
  width: 100%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 12px 25px;
  font-size: 1.5rem;
  color: #1c2437;
  text-align: center;
  font-weight: 700;
  position: relative;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.quiz-test-wrap .step-block .form-group label:before {
  position: absolute;
  top: 12px;
  left: 34px;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  content: '';
  opacity: 1;
}

.quiz-test-wrap .step-block .form-group label:after {
  opacity: 0;
  position: absolute;
  top: 14px;
  left: 16px;
  border-radius: 50%;
  content: url("../images/icon/check-white.svg");
}

.quiz-test-wrap .step-block .error-msg {
  color: #ff3e58;
  font-size: 1.2rem;
  font-weight: 400;
}

.quiz-test-wrap .step-block .button {
  /* font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  background: #1BBCE8;
  width: 100%;
  font-family: "Roboto", sans-serif;
  border-radius: 30px;
  height: 60px;
  border: 0;
  text-align: center;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 60px; */
  /* margin-top: auto; */
}

.quiz-test-wrap .step-block .not-answer-message h4 {
  color: #ff3e58;
}

.quiz-test-wrap.asign-info h3 {
  margin-bottom: 20px;
}

.quiz-test-wrap.asign-info h3 + p {
  font-size: 1.8rem;
  font-weight: 500;
  color: #1c2437;
}

.quiz-test-wrap.asign-info .step-block .form-group label {
  color: #b2becc;
}

.quiz-test-wrap.test-report h3 {
  margin-bottom: 30px;
}

.quiz-test-wrap.test-report p {
  font-size: 1.8rem;
  font-weight: 500;
  color: #1c2437;
  margin-bottom: 70px;
}

.quiz-test-wrap.test-report h4 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #1c2437;
}

.quiz-test-wrap.test-report h4 .line {
  padding: 0 10px;
}

.quiz-test-wrap.test-report .button-reload {
  margin-top: 100px;
  font-size: 1.5rem;
  color: #1BBCE8;
  border: 1px solid rgba(0, 0, 0, 0.12);
  width: 100%;
  border-radius: 30px;
  padding: 15px 30px;
  font-weight: 700;
}

.quiz-test-wrap.test-report .button-reload:hover {
  color: #ffffff;
  background: #1BBCE8;
  border-color: #1BBCE8;
}

.quiz-test-wrap .input-animate.input::before {
  background: rgb(0 0 0 / 10%);
}
.quiz-test-wrap .input-animate.input input, .quiz-test-wrap .input-animate.input label {
  color: #1a1a1a;
  font-size: 18px;
}
.quiz-test-wrap .input-animate.input {
  height: 48px;
}