.label_content {
  cursor: pointer;
  position: relative;
  margin: 0;
}

.label_content_image {
  width: 40px;
  margin-right: 10px;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #00000021;
  padding: 2px;
}

.label_content_image img {
}

.label_content input[type="file"],
.label_content input[type="radio"],
.label_content input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}

#quiz_tab_3 .questions_step .column_start {
  padding: 30px;
}

.questions_step::before {
  display: none !important;
}

.questions_step {
  background: #fff;
  color: #333;
}

.questions_step .column_start {
  padding: 0px;
  padding-left: 15px !important;
  border-right: none !important;
}

.panel30 {
  padding: 30px;
}

.quiz_question_heading {
  margin-bottom: 20px;
}

.anwer_item {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
}

.anwer_item .custom {
  margin: 0px;
}

.question_list {
}

.checkbox.custom {
}

.checkbox.custom label,
.radio.custom label {
  font-weight: 300;
  padding-left: 25px;
}

.checkbox.custom label input,
.radio.custom label input {
  opacity: 0;
}

.checkbox.custom label span,
.radio.custom label span {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 18px;
  height: 18px;
  border: 1px solid rgb(102 102 102);
  cursor: pointer;
  background-color: #ffffff;
  top: 3px;
  border-radius: 3px;
}

.radio.custom label span {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 18px;
  height: 18px;
  border: 1px solid rgb(102 102 102);
  cursor: pointer;
  background-color: #ffffff;
  top: 3px;
  border-radius: 50%;
}

.checkbox.custom label input:checked + span:before {
  content: "";
  width: 9px;
  height: 5px;
  position: absolute;
  top: 3px;
  left: 3px;
  border: 1px solid #217ab5;
  border-top: none;
  border-right: none;
  background: transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 1;
  margin-top: 0;
  box-sizing: content-box;
}

.radio.custom label input:checked + span:before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  border-radius: 50%;
  top: 2px;
  left: 2px;
  border-top: none;
  border-right: none;
  background: #207bb5;
  opacity: 1;
  margin-top: 0;
}

.question_progress_wrap {
  position: absolute;
  width: 100%;
  bottom: 0px;
  border-top: 1px solid #ebebeb;
  padding: 15px 30px;
  background: #fff;
}

.question_wrap {
  height: calc(100% - 65px);
  overflow-y: auto;
  padding-bottom: 13px;
}

.question_wrap::-webkit-scrollbar {
  width: 6px; /* ширина scrollbar */
}

.question_wrap::-webkit-scrollbar-thumb {
  background-color: #bbbbbb;
  border-radius: 40px;
}

.anwer_item input[type="text"] {
  border: none;
  width: 100%;
}

.answer_item_img {
  padding: 0;
  margin-bottom: 30px;
  overflow: hidden;
}

.answer_item_img.active {
  border: 1px solid #337ab7;
  box-shadow: 1px 1px 3px #0000003d;
}

.answer_item_img img {
  margin-bottom: 15px;
  height: 140px;
}

.answer_name {
  padding: 0px 5px;
  line-height: 1.2;
  height: 40px;
}

.answer_item_img .checkbox,
.answer_item_img .radio {
  margin: 0;
}

.answer_item_img label {
  padding: 0;
}

.question_progress_wrap .progress-bar {
  background-color: #303030;
}

.modal_quiz .modal-body {
  padding: 0px;
  overflow: hidden;
}

.modal_quiz .modal-content {
  background: none;
  border: none;
}

.question_progress_wrap .progress {
  height: 8px;
  margin-bottom: 0px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
}

#quiz_contact .btn {
  padding: 8px 40px;
}
