img{
    height: auto;
}
* {
-webkit-print-color-adjust: exact;
}
@media print {
.nav-menu {
  display: none;
}
.header {
  position: absolute;
}
}
input[type="checkbox"]:checked+.form-checkbox-label {
background-image: url("https://uploads-ssl.webflow.com/626a030633b1b9dd0de0de1d/626a12f6d59ab5f802798487_form-checkbox-on.svg");
}
.exam-r-b::-webkit-scrollbar,
.answer-card-wrap::-webkit-scrollbar {
width: 0 !important;
}
.exam-r-b,
.answer-card-wrap {
overflow: -moz-scrollbars-none;
}
.exam-r-b,
.answer-card-wrap {
-ms-overflow-style: none;
}
[data-loading]{
  cursor: pointer;
  opacity: 0.5;
}
.error {
  border-color: red;
}
input[type="checkbox"].error + span{
  color: red;
}
.a-info-dropdown-toggle{
  min-height: 26px;
}
.a-tab-link[data-active] {
    background-color: #faf7e0;
    color: #353535;
}
[v-cloak]{
  display: none!important;
}
.dropdown-list {
    background-color: transparent;
    opacity: 1;
    display: block;
}
.dropdown-wrap{
  max-height: 300px;
  overflow: auto;
}
.a-info-dropdown{
  position: relative;
}
.dropdown-link[data-active] {
    background-color: #4369cd;
    color: #fbfbfb;
}

.answer-card-item-link[data-current]{
  color: #5985c7;
}
.answer-card-item-link[data-current] .answer-card-dot{
  border-color: #4369cd;
}

.answer-card-item-link[data-answered] .answer-card-dot{
  background-color: #5985c7;
}

.btn-question[data-disabled] {
    opacity: 0.3;
    visibility: hidden;
}
input[type="radio"]:checked~.question-radio-dot {
  background-color: #5985C7;
}
input[type="radio"]:checked~.question-radio-label {
  font-weight: 700;
  color: #5985C7;
}
.btn-disabled {
  pointer-events: none;
}
.answer-card-item-link:hover .answer-card-dot {
  border-color: #4369cd;
}
.question-radio-dot, .question-radio-label{
  transition: none;
}
.answer-status-txt[data-completed]{
  color: #26aa7b;
}
.pswp{
  z-index: 9999!important;
}
.popup-b{
  opacity: 1;
  display: block;
}
.question-radio-field[data-result="correct"] .question-radio-dot{
    background-color: #26aa7b;
}
.question-radio-field[data-result="correct"] .question-radio-label{
  color: #26aa7b;
  font-weight: 700;
}

.question-radio-field[data-result="wrong"] .question-radio-dot{
    background-color: #cc586d;
}
.question-radio-field[data-result="wrong"] .question-radio-label{
  color: #cc586d;
  font-weight: 700;
}

.answer-card-item[data-result="correct"] .answer-card-dot{
    background-color: #26aa7b;
}

.answer-card-item[data-result="wrong"] .answer-card-dot{
    background-color: #cc586d;
}

.answer-card-item[data-result="pending"] .answer-card-dot{
    background-color: #5985c7;
}
.exam-paused-mask{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    line-height: 1;
    height: calc(100vh - 150px);
}
.btn-common[data-active]{
  background-color: #2e4778;
}
.exam-list-item-content{
  min-height: 50px;
}
.examinee-student-score-txt{
  color: #cc586d;
}
.examinee-student-score-txt[data-passed]{
  color: #26aa7b;
}
.pre{
  white-space: pre-line;
}
.exam-stats-q-num{
  width: 60px;
}
.examiner-menu-item:last-child {
    border: 1px none #000;
}
.form-checkbox-field[data-checked]{
  color: #5985c7;
}
input[type="radio"]:checked~.answer-card-dot {
    background-color: #5985C7;
}
input[type="radio"]:checked~.marking-radio-label {
    font-weight: 700;
    color: #5985C7;
}
.pe-countdown{
  /*margin-bottom: 30px;*/
}
.attempt-checkbox-gp{
  position: relative;
}
.attempt-checkbox-gp[data-disabled]{
  opacity: 0.5;
  cursor: not-allowed;
}
.attempt-checkbox-gp[data-disabled]:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.examinee-student-score-title{
  font-weight: bold;
}
.color-green{
  color: #26aa7b;
}
.color-red{
  color: #cc586d;
}
.response-message{
  margin-top: 20px;
  text-align: center;
}
.exam-buttons-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.heading-22{
  font-size: 16px;
  letter-spacing: 3px;
}
.exam-card-remark-b{
  max-width: none;
  margin-bottom: 0;
}
.exam-countdown-b{
  margin-top: 5px;
}
.exam-time-b{
  margin-bottom: 5px;
}
.heading-24{
  line-height: 1.5;
}
.listing-title-bar-container{
  display: flex;
  justify-content: space-between;
}
.exam-item-date-time-txt{
  padding-right: 20px;
}
.survey-rate-col:last-child {
    border-right-width: 0px;
}
input[type='radio'].error + .answer-card-dot{
  border: 1px solid red!important;
}
.form-checkbox-label.v-practical-exam.no-txt{
    width: 35px;
    background-size: 30px;
    min-height: 40px
}
.ibm-col{
  margin-left: 15px;
  display: inline-block;
  padding-left: 0;
}
.ibm-col .form-checkbox-label{
  padding-left: 25px;
}
.min-h-0{
  min-height: 0;
}
.upload-area{
  width: 100%;
}
.added-upload-b {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.uploaded-item {
    background-color: #f5f9fa;
    border-radius: 30px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5px;
    padding: 10px 15px;
    display: flex;
    position: relative;
    width: 100%;
}
.btn-delete {
    width: 20px;
    height: 20px;
    background-color: #f46d85;
    background-image: url(../../erp/images/icon-delete-row2x.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    transition: background-color .5s;
    display: block;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}
@media(max-width:  991px){
  .hide-mobile{
    display: none;
  }
}
/*@media(min-width:  768px){
  .header-logo-b{
    width: 130px;
  }
}*/
@media(max-width:  479px){
  .survey-rate-col:nth-child(3n) {
      border-right-width: 0px;
  }
}