.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  background-color: #fff;
  font-family: 'Noto Sans TC', sans-serif;
  color: #353535;
  font-size: 21px;
  line-height: 140%;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #2e4778;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

a {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #353535;
  text-decoration: none;
}

a:hover {
  color: #5985c7;
}

.all {
  position: relative;
  padding-top: 100px;
}

.all.v-survey {
  padding-bottom: 100px;
  font-size: 18px;
  line-height: 140%;
}

.section-content {
  padding-top: 30px;
}

.section-content.padding-0 {
  padding-top: 0px;
}

.bg-b {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 700px;
}

.exam-bg-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0.05;
}

.exam-bg-col {
  width: 33.3%;
}

.exam-bg-txt {
  margin-top: 6vw;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
  font-family: 'Red Hat Display', sans-serif;
  font-size: 4.16vw;
  line-height: 4.3vw;
  font-weight: 700;
  text-align: center;
}

.bg-circle {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 33%;
}

.img-full {
  display: block;
  width: 100%;
}

.exam-start-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 30px;
  -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;
}

.container {
  max-width: 1280px;
  padding-right: 40px;
  padding-left: 40px;
}

.exam-start-l {
  width: 50%;
  padding-right: 100px;
  text-shadow: 1px 1px 0 #fbfbfb;
}

.exam-start-r {
  width: 50%;
}

.box-heading-b {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #353535;
  text-align: center;
}

.heading-24 {
  font-size: 24px;
  letter-spacing: 4px;
}

.heading-24.answer-card-cn {
  margin-right: 10px;
}

.form-b {
  margin-bottom: 0px;
}

.hide {
  display: none;
}

.list-ordered {
  padding-left: 24px;
  list-style-type: decimal;
}

.list-ordered-item {
  margin-bottom: 15px;
  padding-left: 10px;
}

.form-checkbox-field {
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
}

.form-checkbox-field:hover {
  color: #5985c7;
}

.form-checkbox-label {
  min-height: 30px;
  padding-left: 40px;
  background-image: url('../images/form-checkbox-off.svg');
  background-position: 0px 5px;
  background-size: 20px;
  background-repeat: no-repeat;
}

.form-checkbox-label.v-attendance {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 30px;
  background-position: 0px 6px;
}

.form-checkbox-label.v-practical-exam.no-txt {
  width: 20px;
  padding-left: 0px;
}

.form-checkbox-label.v-practical-exam.v-attempt {
  width: 20px;
  padding-top: 26px;
  padding-left: 0px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.form-btn-b {
  margin-top: 30px;
  text-align: center;
}

.btn-common {
  padding: 5px 15px;
  border-radius: 45px;
  background-color: #5985c7;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #fbfbfb;
  font-weight: 700;
}

.btn-common:hover {
  background-color: #2e4778;
  color: #fbfbfb;
}

.btn-common.v-close {
  background-color: #3d527a;
}

.btn-common.v-close:hover {
  background-color: #353535;
}

.btn-common.v-pe {
  width: 200px;
  text-align: center;
}

.btn-common.v-pe.v-pass {
  background-color: #26aa7b;
}

.btn-common.v-pe.v-pass:hover {
  background-color: #166e4f;
}

.btn-common.v-pe.v-fail {
  background-color: #cc586d;
}

.btn-common.v-pe.v-fail:hover {
  background-color: #a14253;
}

.btn-common.v-red {
  background-color: #cc586d;
}

.btn-common.v-red:hover {
  background-color: #a14253;
}

.btn-common-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-right: 10px;
  padding-left: 0px;
  -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;
}

.btn-common-content.no-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-common-icon-b {
  overflow: hidden;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #fbfbfb;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2000;
  width: 100%;
  background-color: #fff;
  font-size: 18px;
  line-height: 130%;
}

.header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-wrap.v-nologin {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-logo-b {
  width: 100px;
}

.header-r-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
}

.header-date {
  margin-right: 20px;
  color: #2e4778;
}

.header-accound-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 10px 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #2e4778;
  color: #fbfbfb;
}

.header-account-fieldname {
  margin-right: 40px;
  padding-left: 30px;
  background-image: url('../images/header-account-icon.svg');
  background-position: 0% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.header-account-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  color: #d9cf7c;
  font-weight: 700;
}

.header-account-data {
  margin-right: 20px;
}

.header-account-data.v-id {
  margin-top: 2px;
  font-family: 'Red Hat Display', sans-serif;
}

.exam-content-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.exam-r-b {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: auto;
  width: 420px;
  max-height: 100vh;
  margin-top: -130px;
  padding-top: 130px;
  padding-bottom: 100px;
  padding-left: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.exam-l-b {
  width: 100%;
  min-width: 500px;
  padding-right: 5%;
  padding-bottom: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-heading-b {
  margin-bottom: 40px;
  text-align: center;
}

.section-heading-b.v-left {
  text-align: left;
}

.paper-box {
  padding: 40px;
  border-radius: 20px;
  background-color: #fbfbfb;
}

.paper-box.v-practical {
  max-width: 1200px;
  margin-bottom: 40px;
}

.question-slider {
  width: 100%;
  height: auto;
  background-color: transparent;
}

.question-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.question-num-txt {
  width: 50px;
  color: #5985c7;
  font-weight: 700;
}

.question-txt {
  margin-bottom: 20px;
  font-weight: 700;
}

.question-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.question-answer {
  width: 100%;
}

.question-radio-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-left: 0px;
}

.question-radio-field:hover {
  color: #5985c7;
}

.question-radio-field.v-examinar:hover {
  color: #353535;
}

.question-radio-field.v-stats {
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.question-radio-field.v-stats:hover {
  color: #353535;
}

.question-radio-label {
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
}

.question-radio-label.v-correct {
  color: #26aa7b;
  font-weight: 700;
}

.question-radio-label.v-wrong {
  color: #cc586d;
  font-weight: 700;
}

.question-btn-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-question {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #5985c7;
  font-weight: 700;
}

.btn-question:hover {
  color: #2e4778;
}

.btn-question.btn-disabled {
  opacity: 0.3;
}

.btn-question-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.btn-question-icon {
  overflow: hidden;
  width: 30px;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #5985c7;
}

.btn-question-icon.v-next {
  margin-right: 0px;
  margin-left: 15px;
}

.exam-textarea {
  width: 100%;
  height: 250px;
  max-width: 100%;
  min-height: 250px;
  min-width: 100%;
  margin-bottom: 0px;
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #d9cf7c;
  border-radius: 10px;
  background-color: #faf7e0;
  -webkit-transition: border-color 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, color 500ms ease;
  font-size: 21px;
}

.exam-textarea:focus {
  border-color: #cab500;
}

.exam-textarea::-webkit-input-placeholder {
  color: rgba(53, 53, 53, 0.2);
}

.exam-textarea:-ms-input-placeholder {
  color: rgba(53, 53, 53, 0.2);
}

.exam-textarea::-ms-input-placeholder {
  color: rgba(53, 53, 53, 0.2);
}

.exam-textarea::placeholder {
  color: rgba(53, 53, 53, 0.2);
}

.exam-time-b {
  margin-bottom: 20px;
  text-align: center;
}

.exam-countdown-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.countdown-unit {
  opacity: 0.6;
}

.countdown-num {
  width: 85px;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 50px;
  line-height: 64px;
  font-weight: 700;
}

.countdown-colon {
  width: 6px;
  margin-right: 8px;
  margin-bottom: 15px;
  margin-left: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.exam-card-b {
  position: relative;
}

.exam-card-box {
  overflow: hidden;
  padding: 20px 20px 30px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #f3edce;
}

.exam-card-top {
  display: block;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.exam-card-deco {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: auto;
  height: 100%;
  margin-left: 1px;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.img-card-deco-l {
  -o-object-fit: fill;
  object-fit: fill;
}

.exam-answer-status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
}

.answer-status-txt {
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #cc586d;
}

.answer-status-txt.v-green {
  color: #26aa7b;
}

.answer-card-wrap {
  overflow: auto;
  margin-right: -10px;
  margin-left: -10px;
}

.answer-card-wrap.v-examinar {
  max-height: none;
}

.answer-card-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.answer-card-item {
  width: 12.5%;
  margin-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 120%;
}

.answer-card-item-link {
  display: block;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: 'Red Hat Display', sans-serif;
  color: #353535;
  font-weight: 700;
  text-align: center;
}

.answer-card-item-link:hover {
  color: #5985c7;
}

.answer-card-item-link.v-current {
  color: #5985c7;
}

.answer-card-dot {
  width: 24px;
  height: 24px;
  margin-top: 1px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #f3edce;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: inset 2px 2px 0 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.answer-card-dot.v-active {
  border-color: #4369cd;
}

.answer-card-dot.v-answered {
  background-color: #5985c7;
}

.answer-card-dot.v-correct {
  background-color: #26aa7b;
}

.answer-card-dot.v-wrong {
  background-color: #cc586d;
}

.answer-card-dot.v-practical-exam {
  width: 20px;
  height: 20px;
  border-style: none;
  background-color: #faf7e0;
}

.answer-card-dot.v-remark {
  margin-right: 0px;
  margin-left: 0px;
}

.exam-card-deco-bottom-img {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 230px;
  max-width: none;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.exam-card-deco-l-img {
  width: auto;
  height: 100%;
  max-width: 30px;
}

.card-btn-b {
  margin-top: 20px;
  text-align: center;
}

.question-radio-dot {
  width: 20px;
  height: 20px;
  margin-top: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #d9cf7c;
  border-radius: 50%;
  background-color: #faf7e0;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.question-radio-dot.v-correct {
  background-color: #26aa7b;
}

.question-radio-dot.v-wrong {
  background-color: #cc586d;
}

.popup-b {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 3000;
  display: none;
  overflow: scroll;
  width: 100vw;
  height: 100vh;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.9);
  opacity: 0;
}

.popup-b.popup-scroll.edit {
  display: block;
  opacity: 1;
}

.exam-popup-box {
  position: relative;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  background-color: #f3edce;
  text-align: center;
}

.color-black {
  color: #353535;
}

.popup-heading-b {
  margin-bottom: 30px;
}

.popup-exam-status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-gp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-item {
  padding-right: 20px;
  padding-left: 20px;
}

.exam-popup-deco-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.img-popup-exam-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 230px;
  max-width: none;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.img-popup-exam-top.v-right {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.exam-popup-deco-side {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  height: 100%;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.exam-popup-deco-side.v-right {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

.img-popup-exam-deco-side {
  display: block;
  height: 100%;
  max-width: none;
}

._100-b {
  width: 100%;
}

.popup-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.exam-submitted-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.txt-green {
  color: #26aa7b;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.login-box {
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding: 30px;
  border-radius: 20px;
  background-color: #fbfbfb;
}

.login-info-b {
  margin-bottom: 35px;
  padding-bottom: 35px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #353535;
}

.login-info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.login-info-item.v-half {
  width: 50%;
}

.login-info-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-bottom: -20px;
  margin-left: -20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.login-info-fieldname {
  width: 180px;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 700;
}

.login-info-fieldname.v-form {
  margin-top: 6px;
}

.login-info-data {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #5985c7;
  font-weight: 700;
}

.login-info-data.v-id {
  font-family: 'Red Hat Display', sans-serif;
}

.txt-field {
  height: 50px;
  margin-bottom: 10px;
  padding: 5px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #d9cf7c;
  border-radius: 40px;
  background-color: #faf7e0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 21px;
  line-height: 150%;
}

.txt-field:focus {
  border-color: #cab500;
}

.txt-field::-webkit-input-placeholder {
  color: rgba(53, 53, 53, 0.2);
}

.txt-field:-ms-input-placeholder {
  color: rgba(53, 53, 53, 0.2);
}

.txt-field::-ms-input-placeholder {
  color: rgba(53, 53, 53, 0.2);
}

.txt-field::placeholder {
  color: rgba(53, 53, 53, 0.2);
}

.txt-field.v-id {
  font-family: 'Red Hat Display', sans-serif;
}

.txt-field.v-marking {
  margin-bottom: 0px;
  border-style: none;
  background-color: #fff;
  box-shadow: inset 2px 2px 0 0 rgba(0, 0, 0, 0.15);
}

.login-field-b {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.examinar-question-row {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dadada;
}

.examinar-mark-student-info-b {
  margin-bottom: 30px;
}

.mark-answer-written {
  color: #5985c7;
  font-weight: 700;
}

.manual-mark-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
  border-radius: 10px;
  background-color: #f3edce;
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.1);
}

.manual-mark-title {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid #dadada;
  font-weight: 700;
}

.manual-mark-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
}

.marking-radio-label {
  padding-left: 10px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
}

.marking-radio-label.v-practical-exam {
  padding-left: 0px;
}

.marking-radio-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -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;
}

.marking-radio-field:hover {
  color: #5985c7;
}

.marking-radio-field.v-practical-exam {
  display: block;
}

.manual-mark-item {
  padding-right: 20px;
  padding-left: 20px;
}

.marking-info-heading-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #353535;
  text-align: left;
}

.btn-small-link {
  color: #5985c7;
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
}

.btn-small-link:hover {
  color: #2e4778;
}

.btn-small-link.v-statistics {
  color: #af9c00;
}

.btn-small-link.v-statistics:hover {
  color: #756900;
}

.btn-small-link.v-white {
  color: #fbfbfb;
}

.btn-small-link.v-white:hover {
  color: hsla(0, 0%, 98.4%, 0.6);
}

.btn-small-icon {
  overflow: hidden;
  width: 20px;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #5985c7;
}

.btn-small-icon.v-next {
  margin-right: 0px;
  margin-left: 15px;
}

.btn-small-icon.v-statistics {
  background-color: #af9c00;
}

.btn-small-icon.v-back {
  margin-right: 10px;
  margin-left: 0px;
}

.btn-small-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.marking-info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.marking-info-fieldname {
  width: 90px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.marking-info-fieldname.v-start {
  width: 150px;
}

.marking-info-data {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 700;
}

.marking-info-data.v-redhat {
  margin-top: 2px;
  font-family: 'Red Hat Display', sans-serif;
}

.attendance-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-top: 15px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #2e4778;
  color: #fff;
}

.attendance-course-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.attendance-info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.attendance-info-item.v-date {
  padding-left: 30px;
  background-image: url('../images/icon-date.svg');
  background-position: 0px 3px;
  background-size: 20px;
  background-repeat: no-repeat;
}

.attendance-info-fieldname {
  margin-right: 10px;
  font-weight: 700;
}

.attendance-info-data {
  font-weight: 700;
}

.a-info-dropdown {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
}

.a-date-dropdown-toggle {
  padding: 0px 30px 0px 0px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #fff;
}

.a-date-dropdown-toggle:hover {
  color: #d9cf7c;
}

.attendance-tabs {
  margin-bottom: 30px;
}

.a-tab-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #2e4778;
}

.a-tab-link {
  width: 50%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #f3edce;
  color: rgba(53, 53, 53, 0.5);
  font-weight: 700;
  text-align: center;
}

.a-tab-link:hover {
  color: #353535;
}

.a-tab-link.w--current {
  background-color: #faf7e0;
  color: #353535;
}

.a-tab-panel {
  padding: 25px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #faf7e0;
}

.a-student-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.a-student-item {
  width: 50%;
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

.a-student-item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #f4efd2;
}

.a-student-info-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  -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;
  background-image: url('../images/icon-student.svg');
  background-position: 0% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.a-student-id {
  margin-top: 2px;
  margin-right: 40px;
  font-family: 'Red Hat Display', sans-serif;
}

.dropdown-icon {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  width: 20px;
  border-radius: 50%;
  background-color: #fbfbfb;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.dropdown-list {
  z-index: 100;
  opacity: 0;
}

.dropdown-list.w--open {
  background-color: transparent;
}

.dropdown-wrap {
  overflow: hidden;
  border-radius: 10px;
  background-color: #5985c7;
}

.dropdown-link {
  padding: 6px 30px;
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
  color: #fbfbfb;
}

.dropdown-link:hover {
  background-color: #4369cd;
  color: #f4efd2;
}

.dropdown-link.w--current {
  background-color: #4369cd;
  color: #fbfbfb;
}

.question-img {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 3px 3px 0 0 #dadada;
  text-align: center;
}

.question-img.v-examinar {
  max-width: 200px;
}

.img-question {
  display: block;
}

.question-lightbox {
  display: block;
  -webkit-transition: opacity 500ms ease, color 500ms ease;
  transition: opacity 500ms ease, color 500ms ease;
}

.pe-question-row {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada;
}

.pe-question-wrap {
  display: block;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pe-question-num-txt {
  width: 50px;
  font-weight: 700;
}

.pe-question-content {
  overflow: hidden;
  margin-top: 10px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pe-question-txt {
  margin-bottom: 10px;
  padding-left: 40px;
  font-weight: 700;
}

.pe-question-answer {
  overflow: hidden;
}

.question-checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-left: 0px;
}

.question-checkbox-field:hover {
  color: #5985c7;
}

.question-checkbox-field.v-examinar:hover {
  color: #353535;
}

.question-checkbox-field.v-practical-exam {
  margin-bottom: 10px;
}

.question-checkbox-label {
  margin-bottom: 0px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/question-checkbox-off.svg');
  background-position: 0px 4px;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
}

.question-checkbox-label.v-correct {
  color: #26aa7b;
  font-weight: 700;
}

.question-checkbox-label.v-wrong {
  color: #cc586d;
  font-weight: 700;
}

.question-checkbox-box {
  width: 20px;
  height: 20px;
  margin-top: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #d9cf7c;
  background-color: #faf7e0;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.question-checkbox-box.v-correct {
  background-color: #26aa7b;
}

.question-checkbox-box.v-wrong {
  background-color: #cc586d;
}

.question-checkbox-tick {
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.question-checkbox-textfield-b {
  max-width: 400px;
  margin-bottom: 0px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
}

.question-checkbox-textfield-b.v-correct {
  color: #26aa7b;
  font-weight: 700;
}

.question-checkbox-textfield-b.v-wrong {
  color: #cc586d;
  font-weight: 700;
}

.pe-options-gp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pre-option-item {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
}

.pe-question-b {
  cursor: pointer;
}

.pe-heading-remark-txt {
  margin-top: 10px;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
}

.checklist-top-b {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada;
  font-weight: 700;
}

.checklist-row-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.checklist-col.col-item {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #353535;
}

.checklist-col.col-tick {
  width: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.checklist-row {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #eee;
}

.flighttest-top-b {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada;
  font-weight: 700;
}

.flighttest-row-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.flighttest-row {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #eee;
}

.flighttest-col.col-item {
  padding-right: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flighttest-col.col-attemps {
  width: 400px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 1px solid #353535;
  text-align: center;
}

.flighttest-col.col-step {
  width: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.flighttest-item-guide-txt {
  color: #5985c7;
  font-size: 18px;
  line-height: 130%;
  font-style: italic;
}

.flighttest-attempt-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flighttest-attempt-wrap.v-top {
  margin-top: 5px;
}

.flighttest-attempt-col {
  width: 33.3%;
  border-right: 1px solid #353535;
}

.flighttest-attempt-col.col-3 {
  border-right-style: none;
}

.txt-attempt {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 20px;
}

.txt-attempt.mobile-only {
  display: none;
}

.attempt-checkbox-gp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.attempt-checkbox-item {
  width: 25%;
  padding-right: 5px;
  padding-left: 5px;
}

.sign-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-bottom: 40px;
  margin-left: -20px;
}

.sign-col {
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
}

.sign-area {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: inset 2px 2px 0 0 rgba(0, 0, 0, 0.1);
}

.sign-label {
  margin-top: 20px;
  font-weight: 700;
  text-align: center;
}

.sign-date {
  text-align: center;
}

.pe-btn-gp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pe-btn-item {
  padding-right: 15px;
  padding-left: 15px;
}

.listing-title-bar {
  z-index: 2;
  padding: 10px 20px 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #2e4778;
  color: #fff;
}

.listing-title-bar.v-examinee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.listing-box {
  margin-top: -10px;
  margin-bottom: 30px;
  padding: 25px 20px;
  border-radius: 10px;
  background-color: #faf7e0;
}

.exam-list-item {
  margin-bottom: 10px;
}

.exam-list-item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #f4efd2;
}

.exam-list-item-content.v-statistics {
  display: block;
}

.exam-list-item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  -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;
  background-image: url('../images/examinar-exam-list-icon.svg');
  background-position: 0% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.exam-list-item-info.v-examinees {
  margin-right: 10px;
  padding-left: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-image: url('../images/icon-student.svg');
  background-position: 0% 8px;
  background-size: 12px;
}

.exam-item-title-txt {
  margin-top: 2px;
  margin-right: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Red Hat Display', sans-serif;
  font-weight: 700;
}

.exam-item-date-txt {
  width: 150px;
}

.exam-list-item-btn-gp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.exam-list-btn-item {
  margin-left: 30px;
  text-align: right;
}

.btn-list-detail {
  display: block;
  padding: 4px 10px;
  border-radius: 20px;
  background-color: #5985c7;
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
  color: #fbfbfb;
  font-weight: 500;
  text-align: center;
}

.btn-list-detail:hover {
  color: #fbfbfb;
}

.btn-list-detail.v-examinee:hover {
  background-color: #3a69af;
}

.btn-list-detail.v-statistics {
  background-color: #cab500;
}

.btn-list-detail.v-statistics:hover {
  background-color: #b19e00;
}

.exam-list-wrap {
  margin-bottom: -10px;
}

.examinee-list-top-date {
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.back-b {
  margin-top: 20px;
  margin-bottom: 20px;
}

.examinee-list-top-title {
  font-weight: 700;
}

.examinee-student-id {
  width: 150px;
  margin-top: 2px;
  margin-right: 10px;
  font-family: 'Red Hat Display', sans-serif;
}

.examinee-student-name {
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.examinee-student-score {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -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;
}

.examinee-student-score-txt {
  color: #26aa7b;
  font-weight: 700;
}

.examinee-student-score-txt.v-fail {
  color: #cc586d;
}

.examinee-item-l-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.examinee-student-score-title {
  margin-right: 5px;
}

.listing-title-bar-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.exam-list-heading-date {
  margin-top: 10px;
  font-weight: 700;
}

.font-size-small {
  font-size: 16px;
  line-height: 120%;
}

.exam-list-stats-item-link {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.exam-list-stats-item-link.ec-close {
  display: none;
  color: #5985c7;
}

.exam-list-stats-q-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 700;
}

.exam-stats-icon-b {
  width: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #fbfbfb;
}

.exam-stats-q-num {
  width: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.exam-list-stats-link-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
}

.exam-list-stats-incorrect-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-weight: 700;
}

.incorrect-num-txt {
  margin-left: 5px;
}

.exam-stats-expand-b {
  overflow: hidden;
}

.exam-stats-expand-wrap {
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
}

.exam-ans-stats-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.stats-ans-incorrect {
  margin-left: 10px;
  font-weight: 700;
}

.stats-ans-incorrect.v-correct {
  color: #26aa7b;
}

.stats-item-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.stats-ans-written-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada;
}

.stats-ans-written-item.v-correct {
  color: #26aa7b;
  font-weight: 700;
}

.txt-red {
  color: #cc586d;
}

.a-info-dropdown-toggle {
  padding: 0px 30px 0px 0px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #fff;
}

.a-info-dropdown-toggle:hover {
  color: #d9cf7c;
}

.btn-logout {
  display: block;
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #5985c7;
  background-image: url('../images/icon-logout.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
}

.btn-logout:hover {
  background-color: #4369cd;
}

.exam-card-remark-b {
  max-width: 300px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 18px;
}

.exam-card-remark-b.v-marking {
  max-width: none;
}

.exam-card-remark-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -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;
}

.exam-card-remark-txt {
  padding-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.practical-exam-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 10px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #2e4778;
  color: #fbfbfb;
}

.pe-sec-btn-b {
  margin-top: 30px;
  text-align: center;
}

.textarea {
  height: 200px;
  max-width: 100%;
  min-height: 200px;
  min-width: 100%;
  margin-bottom: 0px;
  padding: 10px 15px;
  border: 1px none #000;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: inset 2px 2px 0 0 rgba(0, 0, 0, 0.15);
  font-size: 21px;
}

.textarea.v-survey {
  font-size: 16px;
  line-height: 120%;
}

.fail-reason-b {
  margin-top: 20px;
  margin-bottom: 20px;
}

.examiner-landing-b {
  position: relative;
  padding: 30px 0px;
}

.examiner-landing-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.examiner-landing-item {
  width: 33.3%;
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px solid #000;
}

.examiner-landing-item.v-last {
  border: 1px none #000;
}

.examiner-landing-item-img-b {
  width: 100%;
  max-width: 160px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.examiner-landing-link {
  display: block;
  padding: 20px 0px;
  background-color: transparent;
  color: #353535;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.examiner-landing-link:hover {
  color: #af9c00;
}

.examiner-menu {
  position: relative;
  margin-bottom: 20px;
}

.examiner-menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-weight: 700;
}

.examiner-menu-link:hover {
  color: #af9c00;
}

.examiner-menu-link.w--current {
  color: #af9c00;
  font-weight: 700;
}

.examiner-menu-item {
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px solid #000;
}

.examiner-menu-item.v-last {
  border: 1px none #000;
}

.examiner-menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.examiner-menu-item-img-b {
  width: 40px;
  margin-right: 10px;
}

.exam-requestion-footer {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1000;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fbfbfb;
  font-size: 18px;
}

.answer-card-title-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.listing-examining-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  text-align: right;
}

.listing-examining-col.col-counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.listing-examining-col.col-dq {
  margin-left: 20px;
  font-size: 14px;
  line-height: 120%;
}

.listing-request-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.listing-request-txt {
  margin-right: 20px;
  color: #cc586d;
}

.exam-item-location-txt {
  margin-right: 30px;
}

.common-popup-box {
  position: relative;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  background-color: #f3edce;
  text-align: center;
}

.btn-upload {
  display: block;
  padding: 30px;
  border-style: dashed;
  border-width: 2px;
  border-color: #dadada;
  border-radius: 10px;
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
  color: #353535;
  text-align: center;
}

.btn-upload:hover {
  background-color: #fff;
  color: rgba(53, 53, 53, 0.5);
}

.icon-upload-b {
  width: 100px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  opacity: 0.2;
}

.upload-item-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding: 10px 10px 10px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #fff;
  background-image: url('../images/icon-upload-file.svg');
  background-position: 10px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.15);
  font-size: 18px;
  line-height: 120%;
}

.survey-top-b {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada;
  font-weight: 700;
}

.survey-row-wrap-0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.survey-col.col-question {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.survey-col.col-rate {
  width: 500px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 1px solid #353535;
  text-align: center;
}

.survey-col.col-step {
  width: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.survey-rate-col {
  width: 16.6%;
  border-right: 1px solid #353535;
}

.survey-rate-col.col-3 {
  border-right-style: none;
}

.txt-rate-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
}

.txt-rate-title.mobile-only {
  display: none;
}

.survey-rate-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.survey-rate-wrap.v-top {
  margin-top: 5px;
}

.attempt-checkbox-gp-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.survey-row-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.survey-row {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #eee;
}

.txt-align-center {
  text-align: center;
}

.margin-top-10 {
  margin-top: 10px;
}

html.w-mod-js *[data-ix="common-fade-from-bottom"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="init-0"] {
  height: 0px;
}

@media screen and (max-width: 991px) {
  .exam-bg-col {
    width: 50%;
  }

  .exam-bg-txt {
    margin-top: 80px;
    font-size: 55px;
    line-height: 65px;
  }

  .bg-circle {
    width: 40%;
  }

  .exam-start-l {
    padding-right: 50px;
  }

  .heading-24 {
    letter-spacing: 2px;
  }

  .form-checkbox-label.v-practical-exam.v-attempt {
    font-size: 16px;
    line-height: 20px;
  }

  .exam-r-b {
    width: 300px;
    padding-left: 20px;
  }

  .exam-l-b {
    min-width: 400px;
    padding-right: 2%;
  }

  .paper-box {
    padding: 25px 3vw;
  }

  .question-answer {
    padding-left: 0px;
  }

  .question-radio-label {
    margin-left: 15px;
  }

  .exam-time-b {
    margin-bottom: 20px;
  }

  .countdown-num {
    width: 65px;
    font-size: 40px;
    line-height: 50px;
  }

  .countdown-colon {
    width: 4px;
    margin-bottom: 13px;
  }

  .exam-card-box {
    padding-right: 10px;
    padding-left: 10px;
  }

  .answer-card-wrap {
    margin-right: 0px;
    margin-left: 0px;
  }

  .answer-card-item {
    width: 16.25%;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
  }

  .popup-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .examinar-mark-student-info-b {
    margin-bottom: 20px;
  }

  .manual-mark-option {
    padding-right: 10px;
    padding-left: 10px;
  }

  .manual-mark-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .marking-info-item {
    display: block;
    margin-bottom: 10px;
  }

  .marking-info-fieldname {
    font-size: 18px;
    line-height: 120%;
  }

  .marking-info-fieldname.v-start {
    width: 100px;
  }

  .a-student-item-content {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 18px;
  }

  .a-student-info-b {
    padding-left: 20px;
  }

  .a-student-id {
    margin-right: 20px;
  }

  .question-img {
    margin-left: 0px;
  }

  .pe-question-num-txt {
    width: 40px;
  }

  .checklist-col.col-tick {
    width: 80px;
  }

  .flighttest-col.col-attemps {
    width: 240px;
  }

  .flighttest-col.col-step {
    width: 60px;
  }

  .txt-attempt {
    font-size: 13px;
    line-height: 19px;
  }

  .attempt-checkbox-item {
    width: 50%;
  }

  .sign-row {
    margin-right: -10px;
    margin-left: -10px;
  }

  .sign-col {
    padding-right: 10px;
    padding-left: 10px;
  }

  .exam-list-item-content {
    padding-right: 15px;
    padding-left: 15px;
  }

  .exam-list-item-info {
    display: block;
    padding-left: 30px;
  }

  .exam-item-title-txt {
    margin-right: 20px;
  }

  .exam-card-remark-b {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .exam-card-remark-txt {
    padding-left: 10px;
  }

  .examiner-landing-item-img-b {
    max-width: 100px;
  }

  .examiner-landing-link {
    font-size: 20px;
    line-height: 24px;
  }

  .listing-examining-b {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .listing-request-txt {
    margin-right: 10px;
  }

  .exam-item-location-txt {
    margin-right: 20px;
  }

  .survey-col.col-rate {
    width: 400px;
  }

  .survey-col.col-step {
    width: 60px;
  }

  .txt-rate-title {
    height: 28px;
    padding: 0px;
    font-size: 11px;
    line-height: 14px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .all {
    padding-top: 0px;
  }

  .all.v-survey {
    font-size: 16px;
  }

  .exam-bg-txt {
    margin-top: 50px;
    font-size: 40px;
    line-height: 50px;
  }

  .exam-start-b {
    display: block;
    margin-top: 0px;
  }

  .container {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .exam-start-l {
    width: auto;
    margin-bottom: 40px;
    padding-right: 0px;
    text-align: center;
  }

  .exam-start-r {
    width: auto;
  }

  .box-heading-b {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .heading-24 {
    font-size: 20px;
  }

  .form-checkbox-label {
    padding-left: 30px;
    background-position: 0px 3px;
  }

  .form-checkbox-label.v-attendance {
    min-height: 25px;
    background-position: 0px 3px;
  }

  .btn-common {
    padding-right: 10px;
    padding-left: 10px;
  }

  .btn-common.v-pe {
    width: 150px;
  }

  .btn-common-content {
    height: 30px;
  }

  .btn-common-icon-b {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }

  .header {
    position: -webkit-sticky;
    position: sticky;
    font-size: 16px;
  }

  .header-wrap {
    height: 70px;
  }

  .header-logo-b {
    width: 80px;
  }

  .header-accound-b {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .header-account-fieldname {
    margin-right: 20px;
    padding-left: 20px;
    background-size: 15px;
  }

  .header-account-data {
    margin-right: 10px;
  }

  .exam-content-b {
    display: block;
  }

  .exam-r-b {
    position: relative;
    top: 0px;
    overflow: visible;
    width: auto;
    max-height: none;
    margin-top: 50px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .exam-l-b {
    width: auto;
    min-width: 0px;
    padding-right: 0%;
    padding-bottom: 50px;
  }

  .section-heading-b {
    margin-bottom: 30px;
  }

  .paper-box {
    padding: 20px 5vw;
  }

  .question-radio-field {
    margin-bottom: 10px;
  }

  .question-radio-label {
    margin-left: 10px;
    background-image: none;
  }

  .exam-textarea {
    font-size: 16px;
  }

  .exam-card-b {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }

  .answer-card-wrap {
    max-height: none;
  }

  .answer-card-item {
    width: 12.5%;
  }

  .question-radio-dot {
    margin-top: 3px;
  }

  .popup-b.popup-scroll.edit {
    display: block;
    opacity: 1;
  }

  .exam-popup-box {
    width: 90%;
    padding: 25px 5vw;
  }

  .popup-heading-b {
    margin-bottom: 20px;
  }

  .btn-gp {
    margin-top: 20px;
  }

  .img-popup-exam-top {
    width: 200px;
  }

  .popup-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .margin-bottom-40 {
    margin-bottom: 30px;
  }

  .login-box {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .login-info-b {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .login-info-item.v-half {
    width: 100%;
    margin-bottom: 15px;
  }

  .txt-field {
    height: 40px;
    font-size: 16px;
  }

  .marking-info-heading-b {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .btn-small-link {
    font-size: 16px;
  }

  .btn-small-icon {
    margin-left: 6px;
  }

  .marking-info-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
  }

  .marking-info-fieldname {
    font-size: 16px;
    line-height: 150%;
  }

  .attendance-bar {
    top: 70px;
    height: 80px;
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .attendance-course-info {
    height: 60px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .attendance-info-item {
    margin-bottom: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .attendance-info-item.v-date {
    width: 100%;
  }

  .a-tab-menu {
    top: 150px;
  }

  .a-tab-panel {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .a-student-item {
    width: 100%;
    margin-bottom: 5px;
  }

  .a-student-item-content {
    padding: 8px 10px;
  }

  .dropdown-list {
    overflow: auto;
    max-height: 200px;
    border-radius: 10px;
  }

  .pe-question-content {
    padding-left: 30px;
  }

  .pe-question-txt {
    padding-left: 30px;
  }

  .question-checkbox-field {
    margin-bottom: 10px;
  }

  .question-checkbox-label {
    margin-left: 0px;
    padding-left: 30px;
    background-position: 0px 2px;
  }

  .question-checkbox-box {
    margin-top: 3px;
  }

  .question-checkbox-textfield-b {
    padding-left: 30px;
    background-image: none;
  }

  .pe-heading-remark-txt {
    font-size: 14px;
  }

  .checklist-col.col-tick {
    width: 60px;
  }

  .flighttest-row-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flighttest-col.col-item {
    padding-right: 20px;
  }

  .flighttest-col.col-attemps {
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-left-style: none;
  }

  .flighttest-col.col-attemps.v-top {
    display: none;
  }

  .flighttest-col.col-step {
    width: 70px;
  }

  .flighttest-item-guide-txt {
    font-size: 14px;
  }

  .txt-attempt {
    font-size: 11px;
    line-height: 13px;
  }

  .txt-attempt.mobile-only {
    display: block;
    margin-bottom: 10px;
  }

  .attempt-checkbox-item {
    width: 25%;
  }

  .sign-row {
    display: block;
  }

  .sign-col {
    width: auto;
    margin-bottom: 20px;
  }

  .sign-area {
    height: 150px;
  }

  .sign-label {
    margin-top: 10px;
  }

  .listing-title-bar {
    top: 70px;
  }

  .exam-list-item-content {
    padding: 4px 10px;
  }

  .exam-list-item-content.v-examinee {
    display: block;
  }

  .exam-list-item-info.v-examinees {
    display: block;
    background-position: 0% 2px;
  }

  .exam-list-item-btn-gp {
    display: block;
    margin-bottom: -5px;
  }

  .exam-list-btn-item {
    width: auto;
    margin-bottom: 5px;
    margin-left: 0px;
  }

  .btn-list-detail {
    font-size: 14px;
    line-height: 18px;
  }

  .examinee-student-score {
    margin-right: 0px;
    margin-left: 30px;
  }

  .examinee-student-score-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .listing-title-bar-info {
    display: block;
  }

  .exam-list-heading-date {
    margin-top: 5px;
  }

  .font-size-small {
    font-size: 14px;
  }

  .exam-list-stats-link-l {
    display: block;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .exam-list-stats-incorrect-b {
    margin-left: 40px;
  }

  .incorrect-num-txt {
    margin-left: 0px;
  }

  .exam-stats-expand-wrap {
    padding-top: 10px;
  }

  .stats-item-link-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .btn-logout {
    width: 25px;
    height: 25px;
  }

  .start-info-b {
    text-align: left;
  }

  .exam-card-remark-b {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .exam-card-remark-b.v-marking {
    max-width: 300px;
  }

  .exam-card-remark-txt {
    text-align: left;
  }

  .practical-exam-sticky {
    top: 70px;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .textarea.v-failreason {
    height: 100px;
    min-height: 100px;
    font-size: 16px;
  }

  .examiner-landing-b {
    padding-top: 0px;
  }

  .examiner-landing-wrap {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .examiner-landing-item {
    width: auto;
    padding: 20px 0px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000;
  }

  .examiner-landing-item-img-b {
    max-width: 80px;
    margin-bottom: 10px;
  }

  .examiner-landing-link {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 18px;
    line-height: 24px;
  }

  .examiner-menu-link {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .examiner-menu-item {
    width: auto;
    padding: 5px 0px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000;
  }

  .examiner-menu-wrap {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .examiner-menu-item-img-b {
    width: 30px;
  }

  .exam-requestion-footer {
    font-size: 16px;
  }

  .listing-examining-b {
    min-width: 0px;
    padding-left: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .listing-request-b {
    margin-right: 0px;
    margin-left: 10px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .common-popup-box {
    width: 90%;
    padding: 25px 5vw;
  }

  .btn-upload {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .icon-upload-b {
    width: 80px;
    margin-bottom: 10px;
  }

  .upload-item-b {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 35px;
    background-size: 18px;
    font-size: 16px;
  }

  .survey-top-b {
    display: none;
  }

  .survey-row-wrap-0 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .survey-col.col-question {
    padding-right: 20px;
  }

  .survey-col.col-rate {
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-left-style: none;
  }

  .survey-col.col-rate.v-top {
    display: none;
  }

  .survey-col.col-step {
    width: 70px;
  }

  .txt-rate-title {
    font-size: 11px;
    line-height: 13px;
  }

  .txt-rate-title.mobile-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .txt-rate-title.cn {
    height: auto;
  }

  .survey-rate-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .survey-row-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .exam-bg-txt {
    margin-top: 60px;
    font-size: 30px;
    line-height: 40px;
  }

  .container.v-attendance {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .btn-common.v-pe {
    width: 100%;
  }

  .header-wrap {
    display: block;
    height: 120px;
    padding-top: 10px;
  }

  .header-wrap.v-nologin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    padding-bottom: 10px;
  }

  .header-logo-b {
    margin-right: auto;
    margin-left: auto;
  }

  .header-r-b {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .header-date {
    width: 100%;
    margin-right: 0px;
  }

  .header-accound-b {
    margin-top: 5px;
  }

  .paper-box.v-practical {
    margin-right: -5vw;
    margin-left: -5vw;
  }

  .answer-card-item-link {
    font-size: 14px;
    line-height: 16px;
  }

  .exam-card-deco-l-img {
    max-width: 20px;
  }

  .btn-gp {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .btn-item {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .img-popup-exam-top {
    width: 40vw;
  }

  .login-info-item {
    display: block;
    margin-bottom: 15px;
  }

  .login-info-fieldname {
    width: auto;
  }

  .login-info-fieldname.v-form {
    margin-top: 0px;
  }

  .login-field-b {
    margin-top: 5px;
  }

  .manual-mark-title {
    padding-right: 10px;
    padding-left: 10px;
  }

  .attendance-bar {
    top: 120px;
    display: block;
    height: 110px;
  }

  .attendance-course-info {
    height: 90px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .attendance-info-item {
    width: 100%;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .attendance-info-item.v-date {
    padding-left: 90px;
  }

  .attendance-info-fieldname {
    width: 80px;
  }

  .attendance-date-b {
    margin-top: 10px;
  }

  .a-info-dropdown {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .a-date-dropdown-toggle {
    display: block;
  }

  .a-tab-menu {
    top: 230px;
  }

  .a-tab-link {
    width: 100%;
    border-radius: 0px;
  }

  .a-tab-panel {
    padding: 10px 5vw;
  }

  .pe-options-gp {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .pre-option-item {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .attempt-checkbox-item {
    width: 50%;
  }

  .pe-btn-gp {
    display: block;
  }

  .pe-btn-item {
    margin-bottom: 10px;
  }

  .listing-title-bar {
    top: 120px;
    display: block;
  }

  .listing-box {
    padding: 5vw;
  }

  .exam-list-item-content {
    display: block;
  }

  .exam-list-item-content.v-examinee {
    display: block;
  }

  .exam-list-item-info {
    display: block;
  }

  .exam-list-item-info.v-examinees {
    margin-right: 0px;
  }

  .exam-item-title-txt {
    margin-right: 0px;
  }

  .exam-list-item-btn-gp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .exam-list-btn-item {
    margin-left: 15px;
  }

  .back-b {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .exam-stats-expand-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }

  .a-info-dropdown-toggle {
    display: block;
  }

  .practical-exam-sticky {
    top: 60px;
  }

  .listing-examining-b {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
  }

  .listing-examining-col {
    margin-right: 0px;
  }

  .listing-examining-col.col-counter {
    margin-right: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .listing-examining-col.col-dq {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    text-align: right;
  }

  .listing-request-b {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    margin-left: 0px;
  }

  .exam-item-location-txt {
    margin-right: 0px;
  }

  .survey-col.col-rate {
    padding-top: 0px;
  }

  .survey-rate-col {
    width: 33.3%;
    padding-bottom: 10px;
    border-top: 1px solid #000;
  }
}

