﻿@font-face {
  font-family: "MarkGEO-Regular";
  src: url("../fonts/MarkGEO-Regular.eot");
  src: url("../fonts/MarkGEO-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MarkGEO-Regular.svg#MarkGEO-Regular") format("svg"), url("../fonts/MarkGEO-Regular.ttf") format("truetype"), url("../fonts/MarkGEO-Regular.woff") format("woff"), url("../fonts/MarkGEO-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "markgeo-bold";
  src: url("../fonts/markgeo-bold.ttf") format("truetype");
}
@font-face {
  font-family: "MarkGEOCAPSLight";
  src: url("../fonts/MarkGEOCAPSLight.woff2") format("woff2"), url("../fonts/MarkGEOCAPSLight.woff") format("woff"), url("../fonts/MarkGEOCAPSLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "markgeocaps-bold";
  src: url("../fonts/markgeocaps-bold.ttf") format("truetype");
}
@font-face {
  font-family: "MarkGEOCAPS-Medium";
  src: url("../fonts/MarkGEOCAPS-Medium.eot") format("embedded-opentype"), url("../fonts/MarkGEOCAPS-Medium.svg") format("svg"), url("../fonts/MarkGEOCAPS-Medium.ttf") format("truetype"), url("../fonts/MarkGEOCAPS-Medium.woff") format("woff");
}
@font-face {
  font-family: "markgeocaps-semibold";
  src: url("../fonts/markgeocaps-semibold.ttf") format("truetype");
}
nav {
  background-color: #FFF;
  padding-block: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-block: 13px !important;
}
nav p {
  margin: 0 !important;
}
nav .container {
  display: block !important;
}
nav .user-info {
  padding-right: 20px;
  border-right: 1px solid #DEDFE1;
}
nav .user-info a {
  font-family: "markgeocaps-bold";
  font-size: 16px;
  color: #18254A !important;
  gap: 10px;
  text-decoration: none;
}
nav .user-info img {
  width: 20px;
  height: 20px;
  margin-top: 3px;
}
nav .log-out {
  margin-left: 20px;
  border-radius: 3px;
  background-color: #0C69B7;
  padding: 8px 31px;
  border: none;
}
nav .log-out span {
  font-family: "markgeocaps-bold";
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
}

.down-nav {
  background-color: #E8F1FE;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.1607843137);
}
.down-nav ul {
  list-style: none;
}
.down-nav ul li {
  padding-block: 10px;
}
.down-nav ul li a {
  font-family: "markgeocaps-bold";
  font-size: 14px;
  color: #18254A;
  text-decoration: none;
  margin-right: 145px;
  position: relative;
}
.down-nav ul li a::after {
  content: "";
  width: 90px;
  height: 4px;
  background: #0C69B7;
  position: absolute;
  bottom: -14px;
  left: -9px;
  top: 26px;
  border-top-left-radius: 80px 80px;
  border-top-right-radius: 80px 80px;
}

/*Fix Start*/
.container {
  max-width: 1160px;
}

.main-card {
  background-color: #F3F8FE;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  padding: 20px 20px 26px 20px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-card::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  width: 125px;
  height: 195px;
  background-image: url("../img/card-det.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  pointer-events: none;
}
.main-card .title {
  font-size: 20px;
  line-height: 26px;
  color: #18254A;
  font-family: "markgeocaps-bold";
  margin-bottom: 18px;
}
.main-card .number-box {
  font-size: 18px;
  line-height: 23px;
  font-family: "markgeocaps-bold";
  letter-spacing: 0.54px;
  color: #FFFFFF;
  background: #0C69B7;
  border-radius: 4px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  position: relative;
}
.main-card .number-box::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -17px;
  height: 22px;
  width: 1px;
  background: #0C69B7;
}
.main-card .time-grid {
  display: flex;
  margin-left: -8px;
  margin-bottom: 44px;
}
.main-card .time-grid > * {
  padding-left: 8px;
}
.main-card .time-StartDate {
  font-size: 13px;
  line-height: 26px;
  color: #18254A;
  font-family: "MarkGEOCAPS-Medium";
  background: #E8F1FE;
  border-radius: 20px;
  padding: 6px 10px 7px;
  display: flex;
  align-items: center;
  height: 34px;
  min-width: 190px;
  justify-content: center;
  text-align: center;
}
.main-card .time-StartDate svg {
  min-width: 14.45px;
  min-height: 16.26px;
  margin-right: 6px;
}
.main-card .time-Duration {
  font-size: 13px;
  line-height: 26px;
  color: #18254A;
  font-family: "MarkGEOCAPS-Medium";
  background: rgba(157, 226, 223, 0.4);
  border-radius: 20px;
  padding: 6px 18px 7px;
  display: flex;
  align-items: center;
  height: 34px;
}
.main-card .time-Duration svg {
  min-width: 17.5px;
  min-height: 17.5px;
  margin-right: 6px;
}

.card-grid {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 120px;
  margin-left: -15px;
  margin-right: -15px;
}
.card-grid > * {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 26px;
}

.btn {
  all: unset;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  height: 39px;
  box-sizing: border-box;
  font-family: "markgeocaps-bold";
  color: #FFFFFF;
  padding: 14px 16px 10px;
  background: #0C69B7;
  border-radius: 5px;
  border: 1px solid #0C69B7;
}
.btn.btn-primary {
  color: #FFFFFF;
  background: #0C69B7;
}
.btn.btn-primary:hover {
  color: #FFFFFF;
  background: #0C69B7;
  opacity: 0.8;
  transition: 0.3s;
}
.btn.btn-outline {
  color: #0C69B7;
  background: transparent;
}
.btn.btn-outline:hover {
  color: #0C69B7;
  background: transparent;
  opacity: 0.8;
  transition: 0.3s;
}

.button-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: -10px;
}
.button-box > * {
  padding-left: 10px;
}

.main-footer {
  padding-top: 28px;
  padding-bottom: 24px;
  background: #E8F1FE;
}
.main-footer p {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.36px;
  color: #18254A;
  margin-bottom: 0;
  font-family: "MarkGEOCAPS-Medium";
}
.main-footer p.text-right {
  text-align: right;
}
.main-footer p a {
  color: #0C69B7;
}

.top-bg {
  height: 352px;
  width: 100%;
  background-image: url("../img/main-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.down-nav ul {
  margin-bottom: 0;
}

.main-goes-top {
  margin-top: -150px;
}

.form-box {
  background: #F3F8FE;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  padding: 68px 200px 214px 100px;
  margin-bottom: 76px;
  position: relative;
}
.form-box::after {
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  background: #0C69B7;
  border-radius: 4px;
  top: -22px;
  left: 100px;
}
.form-box::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 34px;
  background: #0C69B7;
  top: 16px;
  left: 122px;
}
.form-box .row {
  margin-left: -15px;
  margin-right: -15px;
}
.form-box .row > * {
  padding-left: 15px;
  padding-right: 15px;
}
.form-box h1 {
  font-size: 30px;
  font-family: "markgeocaps-bold";
  color: #18254A;
  margin-bottom: 68px;
}
.form-box label {
  font-size: 12px;
  line-height: 15px;
  font-family: "MarkGEOCAPS-Medium";
  letter-spacing: 0.36px;
  color: #18254A;
  margin-bottom: 12px;
  cursor: pointer;
  min-height: 15px;
}
.form-box input {
  font-size: 14px;
  line-height: 18px;
  color: #18254A;
  height: 50px;
  font-family: "MarkGEOCAPS-Medium";
}
.form-box .form-group {
  margin-bottom: 24px;
}
.form-box .input-line {
  position: relative;
}
.form-box .input-line::before {
  content: "";
  position: absolute;
  left: 0;
  height: 20px;
  width: 1px;
  background: #0C69B7;
  top: 50%;
  transform: translateY(-50%);
}
.form-box .field-validation-error {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.36px;
  font-family: "MarkGEOCAPS-Medium";
}
.form-box button {
  height: 50px;
  padding-left: 38px;
  padding-right: 38px;
}
.form-box .det {
  position: absolute;
  right: -1px;
  bottom: 0;
  width: 355px;
  height: 226px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-image: url("../img/form-box-det.png");
}

.validation-summary-errors {
  background: transparent;
  border: none;
  padding-top: 20px !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}
.validation-summary-errors ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.validation-summary-errors li {
  color: #B70C69;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.36px;
  font-family: "MarkGEOCAPS-Medium";
  position: relative;
  padding-left: 20px;
}
.validation-summary-errors li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../img/validation-summary-errors.svg");
}

/*Alertify Css*/
.alertify-logs {
  font-family: "MarkGEO-Regular" !important;
}
.alertify-logs * {
  font-family: "MarkGEO-Regular" !important;
}

.front-exam-section {
  padding: 70px 100px 100px;
  background: #F3F8FE;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  position: relative;
  margin-bottom: 100px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 355px 226px;
  background-image: url(../img/form-box-det.png);
}
.front-exam-section::after {
  content: "";
  position: absolute;
  top: -22px;
  left: 100px;
  width: 44px;
  height: 44px;
  background: #0C69B7;
  border-radius: 4px;
}
.front-exam-section::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 34px;
  background: #0C69B7;
  top: 16px;
  left: 122px;
}
.front-exam-section input[type=radio] {
  cursor: pointer;
}

#timerDisplay {
  font-size: 30px;
  line-height: 38px;
  font-family: "markgeocaps-bold";
  color: #FFFFFF;
  padding: 14px 40px 10px;
  background: #0C69B7;
  border-radius: 5px;
  display: inline-block;
  min-width: 187px;
  text-align: center;
}

.package-item {
  background: #FFFFFF;
  box-shadow: 0px 3px 4px rgba(4, 49, 255, 0.0196078431);
  border: 1px solid #DFDFDF;
  border-radius: 5px;
  margin-bottom: 34px;
}

.answer-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.answer-item:last-child {
  margin-bottom: 0;
}

.modal-content {
  border: none;
  box-shadow: 0px 16px 16px rgba(2, 58, 104, 0.3019607843);
  border-radius: 4px;
}

.modal-header {
  padding: 16px 20px 14px 45px;
  border-bottom: 1px solid rgba(223, 223, 223, 0.7019607843);
  position: relative;
}

.modal-footer {
  justify-content: center;
  border-top: 0;
  padding-bottom: 36px;
  padding-top: 0;
  height: auto !important;
}

.modal-footer .btn {
  font-family: "MarkGEOCAPS-Medium";
  font-size: 14px;
  line-height: 18px;
  padding: 12px 10px 10px;
  border-radius: 5px;
  box-shadow: 0px 3px 4px rgba(4, 49, 255, 0.0196078431);
  border: 1px solid #0062B2;
  min-width: 66px;
  margin: 0;
  margin-left: 6px;
  margin-right: 6px;
  height: auto;
  text-align: center;
}

.modal-footer .btn.btn-secondary {
  color: #0062B2;
  border-color: #0062B2;
  background: #FFF;
}

.modal-footer .btn.btn-primary {
  color: #FFF;
  border-color: #0062B2;
  background: #0062B2;
}

.modal-title {
  font-size: 18px;
  line-height: 23px;
  color: #00467F;
  font-family: "markgeocaps-bold";
}

.modal-header .btn-close {
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0;
  border-radius: 0;
  opacity: 1;
  background-image: url(../img/modal-close.svg);
}

.modal-header::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/modal-save.svg);
}

.modal-body {
  padding-bottom: 54px;
  padding-top: 42px;
}
.modal-body p {
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0.6px;
  color: #4D4D4D;
  font-family: "MarkGEO-Regular";
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  text-align: center;
}
.modal-body strong {
  font-family: "MarkGEO-Regular";
  font-weight: normal;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 14px !important;
  color: #dc3545 !important;
}

.modal-backdrop {
  background: #00467F;
}
.modal-backdrop.show {
  opacity: 0.8;
}

body {
  margin-bottom: 0 !important;
}

.title {
  font-size: 30px;
  line-height: 38px;
  color: #18254A;
  margin-bottom: 30px;
  font-family: "markgeocaps-bold";
}

.title-small {
  font-size: 22px;
  line-height: 1.3;
  color: #18254A;
  margin-bottom: 30px;
  font-family: "MarkGEOCAPS-Medium";
}

.all {
  min-height: calc(100vh - 67px - 135px);
}

.success-page h1 {
  font-size: 26px;
  margin-bottom: 40px;
}
.success-page h2 {
  font-family: "markgeocaps-bold";
  color: #18254A;
  font-size: 22px;
  margin-bottom: 40px;
}

.link-btn {
  height: 50px;
  padding-left: 38px;
  padding-right: 38px;
  font-size: 14px;
  line-height: 1;
  padding-top: 18px;
}

.front-exam-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.front-exam-header h1 {
  font-family: "markgeocaps-bold";
  font-size: 30px;
  line-height: 38px;
  color: #18254A;
  margin-bottom: 0;
  margin-right: 40px;
}

.btn-exam {
  font-size: 13px !important;
  line-height: 1 !important;
  font-family: "markgeocaps-bold" !important;
  color: #0C69B7 !important;
  background: transparent !important;
  padding: 13px 16px 11px !important;
}

.exam-desc {
  font-family: "MarkGEO-Regular";
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.42px;
  color: #4D4D4D;
  margin-bottom: 40px;
}

.exam-label {
  font-size: 18px;
  line-height: 24px;
  color: #00467F;
  font-family: "markgeocaps-bold";
  padding: 18px 30px 14px 64px !important;
  background-color: transparent !important;
  width: 100% !important;
  border-bottom: 1px solid rgba(223, 223, 223, 0.7019607843) !important;
  border-radius: 0 !important;
  position: relative;
  margin-right: -30px;
}
.exam-label::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 19px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-image: url(../img/question-mark.svg);
}

.textarea-line {
  position: relative;
}
.textarea-line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  height: 12px;
  width: 1px;
  background: #813F90;
}
.textarea-line textarea {
  font-size: 14px !important;
  line-height: 18px !important;
  letter-spacing: 0.42px;
  color: #4D4D4D !important;
  box-shadow: 0px 3px 4px rgba(4, 49, 255, 0.0196078431);
  border: 1px solid rgba(223, 223, 223, 0.7019607843) !important;
  padding: 10px !important;
  font-family: "MarkGEO-Regular" !important;
  border-radius: 4px;
  background: #FFF !important;
  pointer-events: auto !important;
  box-sizing: border-box;
  resize: none;
  height: 120px !important;
  min-height: 120px !important;
}
.textarea-line textarea:focus {
  border-color: #813F90 !important;
  outline: none !important;
  transition: 0.3s;
}

.exam-label-box {
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  font-family: "MarkGEO-Regular" !important;
  letter-spacing: 0.42px;
  color: #4D4D4D;
  padding: 12px;
  background: #FFFFFF;
  box-shadow: 0px 3px 4px rgba(4, 49, 255, 0.0196078431);
  border: 1px solid rgba(223, 223, 223, 0.7019607843);
  border-radius: 4px;
  flex: 1;
  position: relative;
}
.exam-label-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 12px;
  width: 1px;
  background: #813F90;
}

.answer-item-box {
  padding: 30px 30px 32px 30px;
}

.front-exam-section input[type=radio] {
  accent-color: #00467F;
}

.exam-img-box {
  display: block;
  margin-top: 20px;
}
.exam-img-box img {
  border-radius: 8px;
}

.question-img-box {
  display: block;
  padding: 30px 30px 0px 30px;
}
.question-img-box img {
  border-radius: 8px;
}

.package-instruction-box {
  padding: 30px 30px 32px 30px;
  background: #FFFFFF;
  box-shadow: 0px 3px 4px rgba(4, 49, 255, 0.0196078431);
  border: 1px solid #DFDFDF;
  border-radius: 5px;
  margin-bottom: 34px;
}
.package-instruction-box P {
  font-size: 14px !important;
  line-height: 18px !important;
  letter-spacing: 0.42px;
  color: #4D4D4D !important;
  font-family: "MarkGEO-Regular" !important;
  margin-bottom: 0;
}

.package-instruction-img {
  display: block;
  margin-top: 20px;
}
.package-instruction-img img {
  border-radius: 8px;
}
