.form-wrapper {
  margin: auto;
  overflow-y: auto;
  height: 95vh;
  padding: 10vh 20vw;
}
.form-wrapper h1 {
  color: #0C2F37;
  margin: 4vh 0;
}
.form-wrapper .upload-image {
  border-radius: 1vw;
  background-color: #0c2f37;
}
.form-wrapper .upload-image label {
  color: white;
  position: relative !important;
  padding: 1vw;
  transform: translateY(0%) !important;
  display: block;
  /* margin: auto; */
  text-align: center;
  font-weight: normal;
  border-radius: 1vw;
  border: 1.5px dashed #0c2f37;
}
.form-wrapper .upload-image #question-image_file,
.form-wrapper .upload-image #methodological-file_data {
  display: none;
}
.form-wrapper .upload-image #image-preview[src=""],
.form-wrapper .upload-image p:empty {
  display: none;
}
.form-wrapper .upload-image #image-preview {
  max-width: 50%;
  display: block;
  margin: auto;
}
.form-wrapper .upload-image p {
  text-align: center;
  padding-bottom: 1vh;
  color: white;
  font-style: italic;
}
.form-wrapper .form-group {
  position: relative;
  background-color: white;
  border-radius: 1.5vh;
}
.form-wrapper .form-group .control-label {
  position: absolute;
  left: 0;
  top: 35%;
  color: #999;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
  padding-left: 1vw;
  color: #0C2F37;
}
.form-wrapper .form-group .control-label[for=answer_size_select],
.form-wrapper .form-group .control-label[for=sub-theme-id],
.form-wrapper .form-group .control-label.focused {
  transform: translateY(-70%);
  font-size: 0.8em;
}
.form-wrapper .form-group .form-control,
.form-wrapper .form-group .select2-selection--single {
  position: relative;
  margin: 1vw;
  padding: 1.5vw 0 0.5vw;
  outline: 0;
  border: 0;
  width: 95%;
  box-shadow: none;
  height: 100%;
  color: #0C2F37;
  font-size: 14px;
}
.form-wrapper .form-group .form-control[disabled] {
  background-color: white;
}
.form-wrapper .form-group .help-block {
  text-align: center;
  position: absolute;
  bottom: 0px;
  right: 10px;
}
.form-wrapper .form-group textarea {
  resize: vertical;
}
.form-wrapper .form-group .form-control:not(:placeholder-shown) + label {
  transform: translateY(-70%);
  font-size: 0.8em;
}
.form-wrapper .form-group.textarea-focused .control-label {
  top: 2vh;
}
.form-wrapper .form-group.has-success label,
.form-wrapper .form-group:focus-within label {
  transform: translateY(-70%);
  font-size: 0.8em;
}
.form-wrapper .form-group.field-question-image_file {
  height: auto;
  background-color: #D2EAE4;
  margin-top: 15px;
}
.form-wrapper .form-group.field-question-image_file .form-control {
  position: absolute;
  padding: 0px;
  margin: 0px;
}
.form-wrapper .form-group.field-question-image_file .file-preview {
  border: none;
}
.form-wrapper .form-group.field-question-image_file .file-preview .file-drop-zone {
  border: 1.5px dashed #00657B;
  border-radius: 1vw;
}
.form-wrapper .form-group.field-question-image_file .file-drop-zone-title {
  padding: 1vw;
  color: #00657B;
}
.form-wrapper .form-group.field-question-image_file .btn-file,
.form-wrapper .form-group.field-question-image_file .fileinput-remove-button {
  background-color: #00657B;
  border-radius: 1vw;
  height: 3.5vw;
  width: 20%;
  position: relative;
  margin: 0 3% 3%;
}
.form-wrapper .form-group.field-question-image_file .btn-file i,
.form-wrapper .form-group.field-question-image_file .fileinput-remove-button i {
  display: none;
}
.form-wrapper .form-group.field-question-image_file .btn-file span,
.form-wrapper .form-group.field-question-image_file .fileinput-remove-button span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form-wrapper .form-group.field-question-image_file .fileinput-remove-button {
  background-color: white;
}
.form-wrapper .custom-label-wrapper {
  display: inline-block;
  width: 49.5%;
  position: relative;
  /*        .custom-radio-label.margin-left{
            margin-left: 2%;
        }*/
}
.form-wrapper .custom-label-wrapper .custom-radio-label {
  width: 100%;
  padding: 1vw;
  background-color: #D2EAE4;
  border-radius: 1vw;
  color: #0C2F37;
  position: relative;
}
.form-wrapper .custom-label-wrapper .custom-radio-label div {
  display: flex;
  align-items: center;
}
.form-wrapper .custom-label-wrapper .custom-radio-label div img {
  margin: auto;
  margin-right: 0px;
  max-height: 15px;
  max-width: 20px;
}
.form-wrapper .custom-label-wrapper .custom-radio-label div .correct {
  display: none;
}
.form-wrapper .custom-label-wrapper .custom-radio-label.user-answered-correctly {
  border: 2px solid #32BC48;
}
.form-wrapper .custom-label-wrapper .custom-radio-label.user-answered-wrong {
  border: 2px solid #CA2862;
}
.form-wrapper .custom-label-wrapper .custom-radio-label.transparent-border {
  border: 2px solid transparent;
}
.form-wrapper .custom-label-wrapper .custom-radio-label.correct-answer {
  background-color: #83E9CF;
}
.form-wrapper .custom-label-wrapper input[type=radio],
.form-wrapper .custom-label-wrapper input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 50%;
}
.form-wrapper .custom-label-wrapper input[type=radio]:checked + .custom-radio-label,
.form-wrapper .custom-label-wrapper input[type=checkbox]:checked + .custom-radio-label {
  background-color: #83E9CF;
}
.form-wrapper .custom-label-wrapper input[type=radio]:checked + .custom-radio-label .correct,
.form-wrapper .custom-label-wrapper input[type=checkbox]:checked + .custom-radio-label .correct {
  display: block;
}
.form-wrapper .custom-label-wrapper input[type=radio]:checked + .custom-radio-label .wrong,
.form-wrapper .custom-label-wrapper input[type=checkbox]:checked + .custom-radio-label .wrong {
  display: none;
}
.form-wrapper .custom-label-wrapper.full-width {
  width: 100%;
}
.test-question-wrapper {
  margin-top: 5vh;
  position: relative;
}
.test-question-wrapper .question-number {
  color: #0C2F37;
  font-size: 22px;
}
.test-question-wrapper .question-image {
  max-width: 100%;
  background-color: #D2EAE4;
  display: block;
  margin: auto;
  border: 2vw solid #D2EAE4;
  border-radius: 1vw;
}
.test-question-wrapper .question-type {
  position: absolute;
  display: inline-block;
  right: 40px;
  border: 1px solid #0C2F37;
  border-radius: 1vw;
  top: 0px;
  padding: 0.1vw 0.4vw;
  font-size: 12px;
  color: #0C2F37;
}
.test-question-wrapper .question-type.right {
  right: 0px;
}
.test-question-wrapper .teacher-grading {
  position: absolute;
  right: 0px;
  top: 0px;
  display: flex;
}
.test-question-wrapper .teacher-grading label {
  background-color: #E37918;
  color: white;
  padding: 0.2vw 0.5vw;
  border-radius: 1vw;
  font-weight: normal;
}
.test-question-wrapper .teacher-grading .correct-score {
  background-color: #32BC48;
}
.test-question-wrapper .teacher-grading .incorrect-score {
  background-color: #CA2862;
}
.test-question-wrapper .teacher-grading img {
  max-height: 10px;
  margin: 0.1vw 0.3vw 0.2vw 0;
}
.test-question-wrapper .teacher-grading input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  min-width: 100px;
  background-color: transparent;
}
.test-question-wrapper .teacher-grading input[type=range]:focus {
  outline: none;
}
.test-question-wrapper .teacher-grading input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  box-shadow: 0px 0px 0.1px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #0c2f37;
  border-radius: 0px;
  border: 0px solid rgba(0, 0, 0, 0);
}
.test-question-wrapper .teacher-grading input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0px solid rgba(0, 0, 0, 0);
  height: 18px;
  width: 18px;
  border-radius: 50px;
  background: #0c2f37;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}
.test-question-wrapper .teacher-grading input[type=range]:focus::-webkit-slider-runnable-track {
  background: #11414c;
}
.test-question-wrapper .teacher-grading input[type=range]::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  box-shadow: 0px 0px 0.1px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #0c2f37;
  border-radius: 0px;
  border: 0px solid rgba(0, 0, 0, 0);
}
.test-question-wrapper .teacher-grading input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0px solid rgba(0, 0, 0, 0);
  height: 18px;
  width: 18px;
  border-radius: 50px;
  background: #0c2f37;
  cursor: pointer;
}
.test-question-wrapper .teacher-grading input[type=range]::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.test-question-wrapper .teacher-grading input[type=range]::-ms-fill-lower {
  background: #071d22;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
  box-shadow: 0px 0px 0.1px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}
.test-question-wrapper .teacher-grading input[type=range]::-ms-fill-upper {
  background: #0c2f37;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
  box-shadow: 0px 0px 0.1px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}
.test-question-wrapper .teacher-grading input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0px solid rgba(0, 0, 0, 0);
  height: 18px;
  width: 18px;
  border-radius: 50px;
  background: red;
  cursor: pointer;
  height: 2px;
  display: block;
}
.test-question-wrapper .teacher-grading input[type=range]:focus::-ms-fill-lower {
  background: #0c2f37;
}
.test-question-wrapper .teacher-grading input[type=range]:focus::-ms-fill-upper {
  background: #11414c;
}
.test-question-wrapper .teacher-grading * {
  margin-left: 1vw;
}
.test-question-wrapper .find-answers,
.test-question-wrapper .find-student-answers {
  display: inline-block;
  width: 49.5%;
}
.test-question-wrapper .remove-question {
  position: absolute;
  color: red;
  top: 0px;
  right: 5px;
  font-size: 20px;
}
/*phone tablet*/
@media (max-width: 768px) {
  .form-wrapper {
    padding: 5vh;
    height: 90vh;
  }
  .form-wrapper .form-group {
    height: 6vh;
    border-radius: 1.5vh;
  }
  .form-wrapper .form-group .control-label {
    margin-left: 4%;
  }
  .form-wrapper .form-group .form-control {
    width: 90%;
    margin-left: 5% !important;
    font-size: 10px;
  }
  .form-wrapper .form-group.textarea-focused {
    height: auto;
  }
  .form-wrapper .form-group.textarea-focused textarea {
    padding-top: 2vh;
  }
  .form-wrapper .custom-label-wrapper .custom-radio-label {
    padding: 1.5vh;
    border-radius: 1.5vh;
  }
  .form-wrapper .form-group.field-question-image_file .control-label {
    margin-left: 0;
  }
  #question-list .question-type {
    max-width: 30%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .teacher-grading img {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .form-group {
    height: 7vh;
  }
  .form-group .form-control {
    font-size: 12px !important;
  }
  .form-group.textarea-focused {
    height: auto;
  }
  .form-group.textarea-focused textarea {
    padding-top: 2vh;
  }
}
/*bigger the fullhd*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS */
  .control-label {
    transform: translateY(-70%);
    font-size: 0.8em;
  }
}
/*# sourceMappingURL=form-wrapper.css.map */