#header-top-inner {
  padding: 0.3rem 1rem;
  display: flex;
  align-items: center;
  background-color: rgb(var(--primary-400));
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.2);
}
#header-top-inner .page-title {
  flex-grow: 1;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}

.section-header {
  margin-bottom: 0.5rem;
}
.section-header .section-title {
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 600;
}

.main-exam-instructions {
  padding-block: 2rem;
}

.box-network {
  padding: 0.2rem 1rem;
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  border: 1px solid rgb(var(--primary-800));
  border-radius: var(--border-radius);
  color: #fff;
  background-color: rgb(var(--primary-600));
}
.box-network .bn-icon {
  width: 28px;
  height: 16px;
  fill: #fff;
}

.box-right-area-logo {
  padding: 0px 15px;
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}

.box-candidate {
  display: flex;
  gap: 0.625rem;
  align-items: center;
}
.box-candidate .bc-media {
  width: 126px;
  height: 136px;
  border: 1px solid #ccc;
}
.box-candidate .bc-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-candidate .bc-text {
  display: flex;
  gap: 5px;
  flex-direction: column;
  padding-left: 10px;
}
.box-candidate .bc-label {
  font-size: 0.8125rem;
  line-height: 1rem;
  color: rgb(var(--neutral-200));
}
.box-candidate .box-instructions .bi-content {
  padding: 0.875rem 1rem;
  height: 10rem;
}

/***/
.box-candidate-inner {
  display: flex;
  gap: 0.625rem;
}
.box-candidate-inner .bc-media {
  width: 126px;
  height: 136px;
  border: 1px solid #ccc;
}
.box-candidate-inner .bc-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-candidate-inner .bc-text {
  display: flex;
  gap: 5px;
  flex-direction: column;
}
.box-candidate-inner .bc-label {
  font-size: 0.8125rem;
  line-height: 1.3rem;
  color: rgb(var(--neutral-200));
}

.box-instructions-inner {
  margin-bottom: 1rem;
  border: var(--sidebar-border);
  border-radius: var(--border-radius);
  background-color: #fff;
}
.box-instructions-inner hr {
  margin-block: 0;
}
.box-instructions-inner .bi-header {
  padding: 0.5rem 1rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  border-bottom: var(--sidebar-border);
}
.box-instructions-inner .bi-content {
  padding: 0.875rem 1rem;
  height: 10rem;
  overflow-y: visible;
}
.box-instructions-inner .bi-language {
  padding: 0.875rem 1rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.box-instructions-inner .bi-language .bi-language-text {
  white-space: nowrap;
}
.box-instructions-inner .bi-language .form-select {
  width: auto;
}
.box-instructions-inner .bi-language .bi-language-info {
  margin-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(var(--danger-400));
}
.box-instructions-inner .bi-tools {
  padding: 0.5rem 1.5rem;
  font-size: 0.9375rem;
  text-align: center;
}
.box-instructions-inner .bi-tools-activate {
  padding: 0.5rem;
  cursor: pointer;
}
.box-instructions-inner .bi-tools-icon {
  margin-bottom: 1rem;
  width: auto;
  height: 2rem;
}
.box-instructions-inner .bi-tools-text {
  color: rgb(var(--primary-600));
}
.box-instructions-inner .bi-tools-message {
  margin-top: 1rem;
  color: rgb(var(--danger-400));
}

/*end here */
.box-instructions {
  margin-bottom: 1rem;
  border: var(--sidebar-border);
  border-radius: var(--border-radius);
  background-color: #fff;
}
.box-instructions hr {
  margin-block: 0;
}
.box-instructions .bi-header {
  padding: 0.5rem 1rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  border-bottom: var(--sidebar-border);
}
.box-instructions .bi-content {
  padding: 0.875rem 1rem;
  height: 10rem;
  overflow-y: auto;
}
.box-instructions .bi-language {
  padding: 0.875rem 1rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.box-instructions .bi-language .bi-language-text {
  white-space: nowrap;
}
.box-instructions .bi-language .form-select {
  width: auto;
}
.box-instructions .bi-language .bi-language-info {
  margin-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(var(--danger-400));
}
.box-instructions .bi-tools {
  padding: 0.5rem 1.5rem;
  font-size: 0.9375rem;
  text-align: center;
}
.box-instructions .bi-tools-activate {
  padding: 0.5rem;
  cursor: pointer;
}
.box-instructions .bi-tools-icon {
  margin-bottom: 1rem;
  width: auto;
  height: 2rem;
}
.box-instructions .bi-tools-text {
  color: rgb(var(--primary-600));
}
.box-instructions .bi-tools-message {
  margin-top: 1rem;
  color: rgb(var(--danger-400));
}

.box-instructions-action {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.box-instructions-action .btn-prev {
  margin-left: auto;
}

.box-font-resizer {
  display: flex;
  gap: 3px;
  align-items: center;
  font-size: 13px;
}
.box-font-resizer button {
  padding: 0;
  width: 31px;
  height: 25px;
  gap: 0;
  font-size: 13px;
}

.aw-22 {
  width: 303px;
}

.web-photo-section {
  align-items: center;
  justify-content: center;
}
.web-photo-section .fs-6 {
  text-align: center;
}
.web-photo-section .candidate-image {
  /** camera use **/
  width: 304px;
  height: 225px;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  margin: 0 auto;
  display: flex;
  z-index: 2;
  border-radius: 3px;
}
.web-photo-section .candidate-image .sx {
  width: 306px;
  padding: 6px 0px 4px 0px;
}
.web-photo-section .candidate-image .img1n2 {
  display: flex;
  justify-content: center;
  background: url(../images/profile-img.png) no-repeat;
  width: 251px;
  height: 221px;
  opacity: inherit;
  position: absolute;
  margin: -2px 27px;
}
.web-photo-section .candidate-image .img1n2-twooverlay {
  display: flex;
  background: url(../images/cam_two_person_overlay.png) no-repeat;
  justify-content: center;
  width: 290px;
  height: 215px;
  position: absolute;
  margin: 4px 6px;
}

.main-landing {
  height: 100%;
  min-height: 100vh;
  overflow: auto;
  text-align: center;
  color: #fff;
  background: #038c80 url(../../images/Exam.png) no-repeat top center;
  background-size: 100%;
}
.main-landing svg {
  width: 30px;
}
.main-landing .logoDiv {
  display: table;
  width: 400px;
  margin: 57px auto;
  height: 140px;
  margin-bottom: 2.4em;
 /* padding: 57px 20px;*/
  padding: 37px 5px;
  border: 5px solid rgba(3, 157, 143, 0.46);
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
}
.main-landing .bor-1 {
  border-top: 1px solid #0da596;
}
.main-landing .white-landing-btn {
  border: 1px solid rgb(var(--primary-600));
  color: #03998b;
  fill: #fff;
  background-color: rgb(237, 247, 246);
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/rubik.woff2") format("woff2-variations"), url("../fonts/rubik.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --primary-400: 3 157 143;
  --primary-600: 4 128 117;
  --primary-800: 2 98 89;
  --tertiary-400: 220 38 38;
  --neutral-200: 100 116 139;
  --neutral-400: 71 85 105;
  --neutral-600: 51 65 85;
  --neutral-800: 30 41 59;
  --info-400: 18 117 219;
  --info-600: 16 104 192;
  --danger-400: 243 103 69;
  --danger-600: 219 89 56;
  --font-family: "Rubik", sans-serif;
  --sidebar-width: 280px;
  --sidebar-border: 1px solid rgba(0 0 0 / 0.2);
  --content-inline-spacing: 1.5rem;
  --form-height: 40px;
  --sep-color: #ccc;
  --bg-body: #f0f0f0;
  --bs-body-color: rgb(var(--neutral-400));
}

body {
  font-size: 14px;
  line-height: 22px;
  font-family: var(--font-family);
  color: rgb(var(--neutral-400));
  background-image: url(../../images/osp-bg.png);
  background-repeat: repeat;
  background-position: 0 0;
}

.main-holder {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#left-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  width: var(--sidebar-width);
  border-right: var(--sidebar-border);
  background-color: rgb(var(--primary-400));
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.2s ease;
}
.sidebar-open #left-sidebar {
  transform: translate3d(0, 0, 0);
}

.form-check-input {
  border: var(--bs-border-width) solid #c9c9c9;
}

.main-content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#header-top {
  min-height: 30px;
  background-color: rgb(var(--primary-400));
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.2);
}

#header {
  min-height: 3rem;
  display: flex;
  border-bottom: var(--sidebar-border);
  background-color: rgb(var(--primary-400));
}

#footer {
  margin-block-start: auto;
  padding: 0.875rem var(--content-inline-spacing) 0;
  border-top: 1px solid var(--sep-color);
  font-size: 0.775rem;
  line-height: 1.4;
  text-align: center;
  color: rgb(var(--neutral-200));
  background-color: #fff;
}
#footer .row {
  align-items: center;
}
#footer .btn-up {
  height: 2rem;
}

a {
  color: rgb(var(--primary-400));
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(var(--primary-800));
  text-decoration: underline;
}

#footer-simple {
  margin-top: auto;
  /* padding-block: 0.875rem;*/
  font-size: 0.775rem;
  color: #fff;
  background-color: rgb(var(--primary-400));
}
#footer-simple a {
  color: #fff;
  text-decoration: underline;
}
#footer-simple .row {
  align-items: center;
}
#footer-simple .btn-up {
  margin-inline-end: 1rem;
}
#footer-simple .btn-up svg {
  height: 1.375rem;
}

.page-header {
  padding: 0.875rem var(--content-inline-spacing);
  border-bottom: 1px solid var(--sep-color);
  background-color: #fff;
}
.page-header h1 {
  margin-block-end: 0;
  font-size: 1.625rem;
  font-weight: 500;
}
.page-header svg {
  width: 20px;
}

table svg {
  width: 15px;
}

td.title-table-bg {
  background: linear-gradient(to bottom, #f8f8f8, #ececec);
  text-transform: uppercase;
}

.blue-text {
  color: #297dbc;
}

.main-content-area {
  margin: 20px;
}
.main-content-area .panel-title {
  padding: 10px;
}
.main-content-area h4 {
  margin-block-end: 0;
  font-size: 1.025rem;
  font-weight: 500;
}
.main-content-area .sub-heading {
  margin: 0px 0px 19px 0px;
}

.navbar-brand {
  padding: 0.5rem 1.5rem;
  height: 65px;
  border-bottom: var(--sidebar-border);
  text-align: center;
}
.navbar-brand .logo {
  width: auto;
  max-height: 100%;
}

.card-login {
  --sep: 1px solid #ccc;
  margin: auto auto 0;
  width: 500px;
  max-width: 100%;
}
.card-login .cl-media {
  padding-block: 0.5rem;
  text-align: center;
}
.card-login .cl-media img {
  width: auto;
  max-height: 90px;
}
.card-login .cl-time {
  padding-block: 1rem;
  border-bottom: var(--sep);
  font-size: 0.9375rem;
  font-weight: 500;
  text-align: center;
}
.card-login .cl-title {
  padding-block: 1.5rem 1rem;
  font-size: 1.125rem;
  text-align: center;
  color: rgb(var(--tertiary-400));
}
.card-login .cl-header {
  padding-block: 0.5rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  color: rgb(var(--neutral-600));
}
.card-login .cl-header-icon {
  height: 2rem;
  fill: rgb(var(--neutral-600));
  width: 30px;
  padding-right: 3px;
}
.card-login .cl-form {
  padding: 1rem 2rem;
}
.card-login .cl-footer {
  position: relative;
  margin-block-start: 1rem;
  padding-block: 0.875rem;
  border-top: var(--sep);
  font-size: 0.875rem;
  text-align: center;
}
.card-login .cl-footer .btn-back {
  position: absolute;
  left: 0;
}

.box-actions {
  margin-inline-start: auto;
  padding-inline: 1rem;
  display: flex;
  align-items: center;
}
.box-actions .btn {
  height: 40px;
  font-size: 0.875rem;
}

.box-user {
  padding: 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  border-left: var(--sidebar-border);
}
.box-user .bu-media {
  width: 46px;
  height: 46px;
  border-radius: 1000px;
  overflow: hidden;
}
.box-user .bu-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-user .bu-text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 10px;
}
.box-user .bu-title {
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  padding-bottom: 6px;
}
.box-user .bu-action .btn {
  height: 24px;
  font-size: 0.75rem;
}

.form-group {
  position: relative;
  margin-bottom: 1rem;
}
.form-group .form-prefix {
  position: absolute;
  top: 14px;
  left: 13px;
  width: 19px;
  height: 20px;
  fill: rgb(var(--neutral-400));
}
.form-group:has(.form-prefix) .form-control {
  padding-inline-start: 46px;
}

.form-control {
  height: var(--form-height);
  padding: 0.495rem 35px;
}
.form-control::-moz-placeholder {
  color: rgb(var(--neutral-400)/0.6);
}
.form-control::placeholder {
  color: rgb(var(--neutral-400)/0.6);
}

.form-action {
  display: flex;
  gap: 0.375rem;
  align-items: center;
  justify-content: center;
}
.form-action .btn {
  padding-inline: 3rem;
}

.btn {
  padding: 0 1rem;
  height: calc(var(--form-height) - 2px);
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  justify-content: center;
}
.btn svg {
  width: auto;
  min-height: 1rem;
}

.btn-sidebar-open {
  padding-inline: 1.2rem;
  height: auto;
  border-right: var(--sidebar-border);
  border-radius: 0;
}
.btn-sidebar-open svg {
  width: auto;
  height: 24px;
  fill: #fff;
}
.btn-sidebar-open:hover, .btn-sidebar-open:focus {
  border-right: var(--sidebar-border);
  background-color: rgba(255, 255, 255, 0.15);
}

.btn-sidebar-close {
  position: absolute;
  top: 0;
  right: 0;
}
.btn-sidebar-close svg {
  width: auto;
  height: 20px;
  fill: #fff;
}
.btn-sidebar-close:hover, .btn-sidebar-close:focus {
  background-color: rgba(255, 255, 255, 0.15);
}

.btn-main {
  border: 1px solid rgb(var(--primary-600));
  color: #fff;
  fill: #fff;
  background-color: rgb(var(--primary-400));
}
.btn-main:hover, .btn-main:focus {
  border-color: rgb(var(--primary-600));
  color: #fff;
  background-color: rgb(var(--primary-600));
}

.btn-dark {
  border: 1px solid rgb(var(--primary-600));
  color: #fff;
  fill: #fff;
  background-color: rgb(var(--primary-600));
}
.btn-dark:hover, .btn-dark:focus {
  border-color: rgb(var(--primary-800));
  color: #fff;
  background-color: rgb(var(--primary-800));
}

.btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(var(--info-400));
  --bs-btn-border-color: rgb(var(--info-400));
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(var(--info-600));
  --bs-btn-hover-border-color: rgb(var(--info-600));
}

.btn-second {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(var(--primary-600));
  --bs-btn-border-color: rgb(var(--primary-600));
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(var(--info-600));
  --bs-btn-hover-border-color: rgb(var(--info-600));
}
.btn-second:hover, .btn-second:focus {
  border-color: rgb(var(--primary-600));
  color: #fff;
  background-color: rgb(var(--primary-600));
}

.btn-danger {
  --bs-btn-bg: rgb(var(--danger-400));
  --bs-btn-border-color: rgb(var(--danger-400));
  --bs-btn-hover-bg: rgb(var(--danger-600));
  --bs-btn-hover-border-color: rgb(var(--danger-600));
}

.dropdown-toggle:after {
  border: none;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='rgb(71 85 105)'%3E%3Cpath d='M267.3 395.3c-6.2 6.2-16.4 6.2-22.6 0l-192-192c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L256 361.4 436.7 180.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-192 192z'/%3E%3C/svg%3E%0A");
}

.menu-main-holder {
  padding-block: 1rem;
}

.menu-main {
  margin: 0;
  padding: 0 0.5rem;
  list-style: none;
  font-size: 0.9375rem;
}
.menu-main .mm-item:hover .mm-link {
  color: #fff;
}
.menu-main .mm-item:hover .mm-icon {
  fill: #055f57;
}
.menu-main .mm-link {
  padding: 0.75rem 1rem;
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  border-radius: 6px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
  transition: color 0.2s ease;
}
.menu-main .mm-icon {
  margin-block-start: 2px;
  width: 20px;
  fill: rgba(255, 255, 255, 0.75);
  transition: fill 0.2s ease;
  margin-right: 7px;
}
.menu-main .mm-active .mm-link {
  color: #333 !important;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.menu-main .mm-active .mm-icon {
  fill: rgb(var(--primary-400));
}

.menu-top-holder {
  padding-inline-start: var(--content-inline-spacing);
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid var(--sep-color);
  background-color: #ededed;
}
.menu-top-holder .dropdown {
  border-left: 1px solid var(--sep-color);
}
.menu-top-holder .btn {
  border: none;
  border-radius: 0;
  font-size: 0.9375rem;
  color: rgb(var(--neutral-400));
}
.menu-top-holder .tmm-icon {
  width: 15px;
  fill: rgba(59, 59, 59, 0.75);
  transition: fill 0.2s ease;
  padding: 2px 2px 0px 0px;
}
.menu-top-holder .dropdown-item {
  font-size: 14px;
}

.alert {
  padding: 0.5rem;
  font-size: 12px;
}

/*** tabs ***/
/*** TABS ***/
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

#myTab {
  margin-bottom: 0;
}

#myTab li a {
  border: 1px solid #d7d7d7;
  color: #333;
  background-color: #f5f5f5;
  text-decoration: none;
}

#myTab li a:hover {
  padding-top: 7px;
  border-top: 3px solid #039d8f;
  color: #333;
  background-color: #f1f1f1;
}

#myTab li.active a {
  padding-top: 7px;
  border-top: 3px solid #039d8f;
  border-bottom-color: #fff;
  color: #039d8f;
  background-color: #fff;
  padding: 7px;
  border-radius: 4px;
}

/*Panel */
.panel-primary .panel-heading {
  color: white;
  background-color: #039d8f;
  border-color: #26696d;
  border-radius: 6px 6px 0px 0px;
}

.panel-color-border {
  margin-bottom: 20px;
  background-color: rgb(255, 255, 255);
  border: 1px solid #039d8f;
  border-radius: 10px;
  /* border-color: #c09300; */
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-primary {
  border-color: #039d8f;
}

.img-15 {
  width: 150px;
  height: 150px;
}

.active-tab-title {
  text-transform: uppercase;
  font-weight: normal;
  text-shadow: 1px 1px 0 #ffffff;
}

.highlight {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1em;
  background-color: #b9b9b9;
}

.btn-sm {
  height: 35px;
  padding: 0 0.5rem;
  font-size: 14px;
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  justify-content: center;
  margin: 0px 3px;
}

.fw-bold {
  font-weight: 500;
}

table .bg-theme {
  background-color: #039d8f;
  color: #fff;
  text-align: left;
}
table th {
  font-weight: 500;
}

.holder #HdrInfoDiv {
  margin-top: 5px;
  padding: 0px 8px;
  margin-bottom: 4px;
}
.holder #HdrttlAnscount {
  color: var(--primary-400);
}
.holder #sct {
  font-size: 12px;
  color: black;
  font-weight: 600;
  float: right;
}

/***  nav tabs old css  ***/
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}

.nav > li > a {
  display: block;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li > a > img {
  max-width: none;
}

.nav > .pull-right {
  float: right;
}

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.nav li + .nav-header {
  margin-top: 9px;
}

.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
  padding: 3px 15px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #039d8f;
}

.nav-list [class^=icon-],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.nav-tabs,
.nav-pills {
  *zoom: 1;
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}

.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

.nav-tabs > li,
.nav-pills > li {
  float: left;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  /* margin-right: 2px; */
  line-height: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  margin-bottom: 2px;
}

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 5px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #039d8f;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li > a {
  margin-right: 0;
}

.nav-tabs.nav-stacked {
  border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.nav-tabs.nav-stacked > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
  border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
  border-radius: 6px;
}

.nav .dropdown-toggle .caret {
  border-top-color: #039d8f;
  border-bottom-color: #039d8f;
  margin-top: 6px;
}

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #039d8f;
  border-bottom-color: #039d8f;
}

/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  /*filter: alpha(opacity = 100);*/
}

.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}

.tabbable {
  *zoom: 1;
}

.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}

.tabbable:after {
  clear: both;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

.bg-white {
  background-color: #fff;
}

/*** right pallete ***/
.exam-que-area .btn-red {
  border: 1px solid #ec3a0f !important;
  color: #ffffff;
  background-color: #f36745 !important;
}
.exam-que-area .btn-dblue {
  border: 1px solid #2571be;
  color: #ffffff;
  background-color: #4888be !important;
}
.exam-que-area .btn-greener {
  border: 1px solid #007251;
  color: #fff !important;
  background-color: #00af7c !important;
}
.exam-que-area .btn-green {
  border: 1px solid #338d93;
  background-color: #338d93;
  color: #fff;
  padding: 4px 12px;
  margin: 5px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.exam-que-area .btn {
  background-color: #ffffff;
  background-image: none;
  text-shadow: none;
}
.exam-que-area .btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  border-radius: 2px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.exam-que-area .profile-timer {
  padding-left: 0;
  padding-right: 0;
}
.exam-que-area .profile-timer {
  padding: 8px 0px;
  text-align: center;
}
.exam-que-area .profile-timer .dp {
  width: 73px;
  height: 77px;
  /* overflow: hidden; */
  border: 0px solid #000;
  float: left;
}
.exam-que-area .profile-timer .dpv {
  width: 90px;
  height: 72px;
  border: 0px solid #000;
  float: left;
  padding-left: 0.5px;
  margin-top: -1px;
}
.exam-que-area .h-35px {
  height: 35px;
}
.exam-que-area .bg-main-img {
  background-image: url(../../images/bg.png);
}
.exam-que-area .profile-timer span {
  margin-top: 15px;
  display: block;
  font-size: 1.971em;
  color: #1b5c9e;
}
.exam-que-area .legend {
  padding-top: 3px;
}
.exam-que-area .legend > span {
  margin: 3px 0;
  width: 47%;
  display: inline-block;
  font-size: 9px;
  color: #000;
}
.exam-que-area .palette {
  margin: 5px 0px 10px 0px;
  padding: 0 0 10px;
  border: 1px solid #b5cee9;
  background-color: #e4edf7;
}
.exam-que-area .actions {
  padding: 16px 6px 0;
  text-align: center;
}
.exam-que-area .quick-ques {
  border-left: none;
  border-right: none;
  border-top: none;
  border-color: #b5cee9;
}
.exam-que-area .quick-ques {
  min-height: 85px !important;
}
.exam-que-area .quick-ques .btn-red {
  border: 1px solid #ec3a0f;
  color: #fff;
  background-color: #f36745;
}
.exam-que-area .quick-ques .current {
  border: 1px solid #000;
}
.exam-que-area .palette {
  margin-bottom: 10px;
  padding: 0 0 10px;
  border: 1px solid #b5cee9;
  background-color: #e4edf7;
}
.exam-que-area .legend .btn {
  height: 23px;
  padding: 0px 0;
  width: 27px;
  font-size: 12px;
  cursor: default;
}
.exam-que-area .legend .btn-greener {
  background: #00af7c;
}
.exam-que-area .legend .btn-red {
  background: #f36745;
  color: #fff;
  border: 1px solid #ec3a0f;
}
.exam-que-area .legend .btn-dblue {
  background: #4888be;
}
.exam-que-area .legend .btn-greener {
  background-color: #00af7c;
}
.exam-que-area .legend .btn-greener {
  border: 1px solid #007251;
  color: #ffffff;
  background-color: #00af7c !important;
}
.exam-que-area .btn-dblue {
  border: 1px solid #2571be;
  color: #ffffff;
  background-color: #4888be;
}
.exam-que-area .btn-green {
  border: 1px solid #338d93;
  background-color: #338d93;
  color: #fff;
}
.exam-que-area .legend span span {
  margin-right: 2px;
}
.exam-que-area .btn {
  height: 30px;
}
.exam-que-area .round {
  border-radius: 50%;
}
.exam-que-area .actions {
  padding: 16px 6px 0;
  text-align: center;
  margin: 0px 20px;
}
.exam-que-area .actions .btn-green {
  border: 1px solid #338d93;
  background-color: #338d93;
  color: #fff;
  font-size: 11px;
}
.exam-que-area .actions .btn-red {
  background: #f36745;
  color: #fff;
}
.exam-que-area .actions .btn-green {
  border: 1px solid #338d93;
  background-color: #338d93;
  color: #fff;
}
.exam-que-area .actions .btn {
  margin: 3px 2px;
  width: 90px;
  font-size: 11px;
}
.exam-que-area .palette {
  margin-bottom: 10px;
  padding: 0 0 10px;
  border: 1px solid #b5cee9;
  background-color: #e4edf7;
}
.exam-que-area .profile-timer {
  padding: 8px 0px;
  text-align: center;
}
.exam-que-area .quick-ques .btn {
  margin: 10px 0px -6px 1px;
  padding: 2px;
  width: 34px;
  height: 27px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.totalq {
  margin-bottom: 6px;
  padding: 3px 3px;
  border: 1px solid #b5cee9;
  background-color: #e4edf7;
}

/**pallete end here  **/
/** iframe css start here **/
.page-exam-instructions .questions-area {
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 0px 0px 0px 9px;
  position: relative;
}
.page-exam-instructions #error {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -134px;
  border: 1px solid #ec3a0f;
  padding: 0px 2px;
}
.page-exam-instructions #lblmessage {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -134px;
  border: 1px solid #079b30;
  padding: 0px 2px;
}
.page-exam-instructions .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.page-exam-instructions input {
  accent-color: #338d93 !important;
}
.page-exam-instructions iframe {
  margin: 2px 0 0 0;
  width: 100%;
  height: 430px;
  border: none;
}
.page-exam-instructions .questions-area iframe {
  min-height: 300px !important;
  box-sizing: border-box;
}
.page-exam-instructions .questions-area .question {
  top: 0;
  left: 0;
  z-index: 10;
  box-sizing: border-box;
  padding: 1px 10px 1px 0px;
  border-bottom: 1px solid #cccccc;
  margin: 3px 5px 3px 3px;
}

.exampage-hgt {
  background-color: #fff;
}
.exampage-hgt .cde {
  width: 14px;
  color: #fff;
}
.exampage-hgt .cq-holder .comprehension {
  height: calc(100vh - 38px - 60px);
  width: 100%;
  box-sizing: border-box;
  border-right: 1px solid #cccccc;
  /* padding-right: 9px; */
  min-width: calc(100% - 20px);
  overflow-x: auto;
  overflow-y: auto;
  scrollbar-width: thin !important;
}
.exampage-hgt .cq-holder .subQDiv {
  height: calc(100vh - 38px - 60px);
  overflow-x: auto;
  overflow-y: auto;
  scrollbar-width: thin;
}
.exampage-hgt .btn-group.open .btn.dropdown-toggle {
  background-color: #f97656 !important;
  border: 0px;
}
.exampage-hgt .btn-red {
  border: 1px solid #ec3a0f;
  color: #fff;
  background-color: #f36745;
  height: 20px;
}
.exampage-hgt .palet1-padd .btn-mini {
  padding: 11px 9px;
  font-size: 10.5px;
  border-radius: 3px;
}
.exampage-hgt .palette1 .btn-mini {
  padding: 11px 9px;
  font-size: 10.5px;
  border-radius: 3px;
  width: 31px; 
  margin-top:2px
}
.exampage-hgt .btn-mini {
  font-size: 10.5px;
  border-radius: 3px;
  line-height: 3px;
}
.exampage-hgt .cmpsmqtsubpallet {
  border-bottom: 1px solid #ccc;
  padding: 3px 0px 3px 0px;
  margin-left: 0px;
  background-color: rgba(204, 204, 204, 0.45);
}
.exampage-hgt .palette1 {
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
.exampage-hgt .btn-lblue {
  border: 1px solid #26696D;
  color: #ffffff;
  background-color: #039d8f;
  height: 30px;
  border-radius: 3px;
  font-size: 14px;
}
.exampage-hgt .markreview-btn {
  color: #338D93;
  background-color: #fff;
  border: 1px solid #338D93;
  padding: 0;
  margin: 0;
  margin: 0px 5px;
  padding: 6px 3px;
  height: 30px;
  font-size: 14px;
  border-radius: 3px;
}
.exampage-hgt .pull-right .btn {
  height: 20px;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.exampage-hgt .pull-right .btn-default2 {
  width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.exampage-hgt .pull-right .btn-info {
  color: #ffffff;
  background-color: #49afcd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.exampage-hgt .pull-right .btn-mini {
  padding: 2px 4px;
  font-size: 11px;
  border-radius: 3px;
}
.exampage-hgt #divRIIcon0 .dropdown-item1 {
  display: block;
  padding: 6px 0px 6px 0px !important;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  font-size: 14px;
  border: 0;
  min-width: 190px;
}
.exampage-hgt #divRIIcon0 .dropdown-item1:hover {
  background-color: #ccc;
  text-decoration: none;
}
.exampage-hgt #divRIIcon0 .style-1 {
  border-bottom: 1px solid #ccc;
  padding: 5px 11px;
  font-weight: 600;
  font-size: 14px;
}
.exampage-hgt #divRIIcon0 .pd-4 {
  padding: 10px;
}
.exampage-hgt #divRIIcon .dropdown-item1 {
  display: block;
  padding: 6px 0px 6px 0px !important;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  font-size: 14px;
  border: 0;
  min-width: 190px;
}
.exampage-hgt #divRIIcon .dropdown-item1:hover {
  background-color: #ccc;
  text-decoration: none;
}
.exampage-hgt #divRIIcon .style-1 {
  border-bottom: 1px solid #ccc;
  padding: 5px 11px;
  font-weight: 600;
  font-size: 14px;
}
.exampage-hgt #divRIIcon .pd-4 {
  padding: 10px;
}
.exampage-hgt #divRIIcon1 .pd-4 {
  padding: 10px;
}
.exampage-hgt #divRIIcon1 .dropdown-item1 {
  display: block;
  padding: 6px 0px 6px 0px !important;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  font-size: 14px;
  border: 0;
  min-width: 190px;
}
.exampage-hgt #divRIIcon1 .dropdown-item1:hover {
  background-color: #ccc;
  text-decoration: none;
}
.exampage-hgt #divRIIcon1 .style-1 {
  border-bottom: 1px solid #ccc;
  padding: 5px 11px;
  font-weight: 600;
  font-size: 14px;
}
.exampage-hgt .controls .question-wrap {
  white-space: nowrap;
}
.exampage-hgt .question-wrap {
  white-space: pre-line;
  line-height: 1.29em;
  display: inline-block;
}
.exampage-hgt .question-wrap p {
  margin: 0 auto !important;
}
.exampage-hgt .questiondiv {
  position: relative;
  height: 100%;
}
.exampage-hgt .questiondiv .radio {
  display: inline-block;
  align-items: center;
}
.exampage-hgt .questiondiv .checkbox {
  display: inline-block;
  align-items: center;
}
.exampage-hgt .questiondiv .scroll-wrapper {
  height: 100%;
  box-sizing: border-box;
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}

.exampage .action {
  position: fixed !important;
  bottom: 0;
  width: 100% !important;
  box-sizing: border-box;
}

.btn-ar .dropdown-toggle:after {
  display: none;
}

.questions-area .qanswer {
  min-height: 50px;
}

.qanswer {
  height: 420px;
  color: rgb(0, 0, 0);
  padding: 10px 10px 15px;
  overflow-y: auto;
}
.qanswer .btn-red {
  border: 1px solid #ec3a0f !important;
  color: #ffffff;
  background-color: #f36745 !important;
  min-height: 10px;
  height: auto;
  border-radius: 2px;
}
.qanswer .btn-red:hover,
.qanswer .btn-red:focus {
  color: #ffffff;
  background-color: #ec3a0f;
}
.qanswer .tabbable {
  margin: 2px 0px 0px 0px;
}
.qanswer .tabbable .nav-tabs li a:active {
  border: 1px solid #212529;
}
.qanswer .nav-tabs li a {
  font-size: 14px;
}
.qanswer .seperator {
  border-top: 1px solid #7f7f7f;
  width: 100%;
  margin: 10px 0px 10px 0px;
}

#notepad {
  border: 1px solid;
  box-shadow: 5px 10px 18px #888888;
  width: 40%;
  height: 40%;
  position: fixed;
  background-color: #f1f1f1;
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#notepadText {
  height: 87%;
  word-wrap: break-word;
  overflow-y: auto;
  background-color: white;
  padding-left: 10px;
}

/** iframe area end **/
/*** header class ***/
.header {
  *zoom: 1;
  margin-bottom: 0;
  padding: 2px 0;
  line-height: 1em;
  background-color: #039d8f;
  background-image: linear-gradient(to bottom, #039d8f, #039d8f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff4886c7", 			endColorstr="#ff2b6db5", GradientType=0);
}

fieldset .header:before,
.exampage fieldset .header:after {
  display: table;
  content: "";
  line-height: 0;
}

fieldset .header:after {
  clear: both;
}

fieldset .header .c-logo {
  padding: 7px 0 7px 10px;
  height: 25px;
  float: left;
}

fieldset .header .oes-logo {
  padding: 5px 10px 4px 15px;
  height: 30px;
  float: left;
}

fieldset .header .mkcl-logo {
  padding: 5px 10px 4px 15px;
  height: 30px;
  float: right;
}

.main form .inner-questions-area {
  height: 100%;
}

.exampage-hgt .inner-questions-area {
  padding: 5px 0 37px 0;
  box-sizing: border-box;
  height: 100%;
}

#longtextanswer {
  width: 90%;
  height: 55%;
}
#longtextanswer textarea {
  width: 100%;
  height: 100%;
  resize: none;
  min-height: 206px;
}
#longtextanswer .ck-content {
  min-height: 200px;
  max-height: 162px;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

#matrixDiv table {
  max-width: 100%;
}

.comprehension-Questions img {
  max-width: none !important;
}

.cq-holder img {
  width: auto;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#ans div.border {
  margin: 0px 0px 0px 14px;
}

.ansCircle div.border {
  border: 4px solid #cecece !important;
}

.addCircle {
  border: 4px solid #cecece !important;
}

.btn-greener {
  border: 1px solid #007251;
  color: #ffffff;
  background-color: #00af7c;
  min-height: 10px;
  height: auto;
  border-radius: 2px;
}

.btn-greener:focus {
  color: #ffffff;
  background-color: #007251;
}

.btn-greener:hover {
  color: #ffffff;
  background-color: #007251;
}

.markr-sp {
  border: 0px;
  background: none;
}

#notepadHeader {
  padding: 5px;
  cursor: move;
}

.scrollbar-outer img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  border-width: 0;
  border-style: initial;
  border-color: initial;
  -o-border-image: initial;
     border-image: initial;
}

/* width */
.main::-webkit-scrollbar {
  width: 10px !important;
  height: 8px;
}

/* Track */
.main::-webkit-scrollbar-track {
  background: #eeeeee;
}

/* Handle */
.main::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 4px;
}

/* Handle on hover */
.main::-webkit-scrollbar-thumb:hover {
  background: #919191;
  border-radius: 4px;
}

.main::-webkit-scrollbar-thumb:horizontal {
  background: #d9d9d9;
  border-radius: 4px;
  height: 8px;
}

/** firefox **/
/* For Firefox */
/* Track */
@-moz-document url-prefix() {
  html:has(.main) {
    scrollbar-color: #c1c1c1 #f1f1f1;
    scrollbar-width: thin !important;
  }
}
.exampage {
  height: 100vh;
  overflow: hidden;
}

.main {
  height: calc(100vh - 38px);
  overflow-y: auto;
  overflow-x: auto;
}

.main {
  scrollbar-width: thin;
}

/*** right ***/
.cq-holder {
  height: 100%;
}
.cq-holder .comprehension {
  width: 100%;
  /*height: 411px; overflow-y: scroll;*/
  box-sizing: border-box;
  border-right: 1px solid #cccccc;
  /* padding-right: 9px; */
}
.cq-holder .round {
  border-radius: 50%;
}
.cq-holder .comprehension-Questions {
  padding: 0px 0px;
  width: 100%;
  /*height: 411px; */
  overflow: auto;
  box-sizing: border-box;
  scrollbar-width: thin;
}
.cq-holder .comprehension-Questions .control-holder {
  padding: 0 7px;
}
.cq-holder .up-holder {
  padding-top: 4px;
  padding-left: 4px;
}
.cq-holder .up-holder p {
  float: right;
  padding-right: 14px;
}
.cq-holder .audio-multimedia-Questions {
  padding: 0px 0px;
  width: 100%;
}
.cq-holder .audio-multimedia-Questions img {
  max-width: none;
}
.cq-holder .audio-multimedia-Questions .control-holder {
  padding: 0 7px;
}

.quick-ques1 {
  margin-left: 50%;
}
.quick-ques1 .current {
  border: 1px solid #333 !important;
}

.cq-holder .comprehension img,
.cq-holder .comprehension-Questions img {
  /* max-width: none; */
  min-height: 100%;
}

.report-text {
  font-size: 12px;
  font-style: normal;
  color: #0677d7;
  font-family: monospace;
  font-weight: 600;
}

.report-text-value {
  font-size: 12px;
  font-style: normal;
  color: #f36745;
  font-family: monospace;
  font-weight: 600;
}

.alert-dismissible .btn-close {
  padding: 0.8rem 1rem !important;
}

.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

a.forreview {
  position: relative;
  display: inline-block;
}

a.forreview:before {
  content: "";
  height: 8px;
  width: 8px;
  background-color: #a77bcc;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 13px;
  top: -10px;
  transform: translateX(-50%);
}

.question-wrap {
  white-space: pre-line;
  line-height: 1.29em;
  display: inline-block;
  max-width: calc(100% - 50px);
}

.form-select {
  text-wrap: wrap;
}

/** mix QT **/
.qt-sub-question-scroll-area {
  overflow: hidden;
}
.qt-sub-question-scroll-area .left-holder .comprehension {
  height: calc(100vh - 38px - 60px);
}
.qt-sub-question-scroll-area .right-holder .cmpsqdiv {
  height: calc(100vh - 38px - 60px);
}

.quick-ques .current {
  border: 1px solid #333 !important;
}

.border-top {
  border-top: 1px solid rgba(45, 46, 46, 0.2588235294) !important;
}

/** end here **/
/*** toggle dark mode ***/
.toggle-switch {
  position: relative;
  width: 45px;
  top: -10px;
  margin-right: 5px;
}

.toggle-switch label {
  position: absolute;
  width: 100%;
  height: 24px;
  background-color: #000000;
  border-radius: 50px;
  cursor: pointer;
}

.toggle-switch input {
  display: none;
}

.toggle-switch .slider {
  border-radius: 50px;
  transition: 0.3s;
}

.toggle-switch .slider::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 42px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-shadow: inset 8px -4px 0px 0px #fcfcfc;
  background-color: #000;
  transition: 0.3s;
  transform: translateX(-36px);
  background-color: #fffbe7;
}

.toggle-switch input:checked ~ .slider::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 60px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: inset 8px -4px 0px -1px #fcfcfc;
  background-color: #000;
  transition: 0.3s;
}

/** after testing**/
.sections {
  padding: 5px 0px 35px 0px;
}
.sections .time1 {
  width: 20px;
}
.sections a {
  font-size: 14px;
}

.iframe-data .btn[data-active="1"],
.iframe-data .btn.active {
  padding-top: 0px;
  border-top: 3px solid #039d8f;
  border-color: #039d8f;
  border-bottom-color: #f8f8f8;
  color: #039d8f;
  background-color: rgba(255, 255, 255, 0.22);
  font-size: 14px;
}

.iframe-data .btn {
  margin: 0 1px -1px 0;
  padding: 0px 15px;
  float: left;
  border: 1px solid #039d8f;
  border-radius: 0;
  color: #fff;
  background-color: #039d8f;
  font-size: 14px;
}

.iframe-data .btn[data-lk="1"] {
  border-color: #ccc;
  color: #999;
  background-color: #f0f0f0;
  cursor: default;
}

.tabbable .filterQp {
  padding: 7px 15px !important;
  background-color: #039d8f;
}
.tabbable .btn-dblue {
  border: 1px solid #2571be;
  color: #ffffff;
  background-color: #4888be !important;
  min-height: 10px;
  height: auto;
}
.tabbable .round {
  border-radius: 50%;
}
.tabbable .btn {
  float: none !important;
}
.tabbable .btn-noStatus {
  background-color: #ffffff;
  min-height: 10px;
  height: auto;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.tabbable .btn-greener {
  border: 1px solid #007251;
  color: #ffffff;
  background-color: #00af7c;
}

.iframe-data .sections .btn[data-active="1"] .label,
.iframe-data .sections .btn.active .label {
  color: #fff;
  background-color: #ed7021;
  padding: 0px 5px;
}

.sections .iframe-data .btn .label {
  margin-left: 10px;
  padding: 4px 6px;
  font-size: 13px;
  /*color: #2b8a90; background-color: #fff;*/
  text-shadow: none;
  border-radius: 2px;
}

.mediaplayer .video-js {
  position: relative;
  width: 100%;
  /*padding-bottom: 56.25%;*/
  height: 0;
  /*right: 3%;*/
  min-height: 254px;
}

.btn .current {
  border: 1px solid #333 !important;
}

.header-top-inner .mkcl-logo {
  padding: 5px 10px 4px 15px;
  height: 30px;
  float: right;
}

img.oes-logo {
  padding: 5px 10px 4px 15px;
  height: 38px;
}

img.mkcl-logo {
  padding: 5px 10px 4px 15px;
  height: 38px;
}

/** custom modal css start here ***/
#baasBackground {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.7);
}

.baas-model {
  width: 30%;
  min-width: 20%;
  min-height: 12vh;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 18px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  border-radius: 0.5rem;
}

.baas-model button {
  margin-right: 10px;
}

.baas-model-footer {
  float: right;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

/** end here **/
.bg-main-img {
  background-image: url(../../images/bg.png);
}

/** 10/10/24 style **/
div.hs_pointer_di {
  border: 1px dashed transparent;
}

div.hs_pointer_di:hover {
  border: 1px dashed red;
}

a.close_hs_pointer_di {
  display: none;
  float: right;
  width: 10px;
  height: 10px;
  background: url(../images/hs_close.png) no-repeat center center;
}

div.hs_pointer_di:hover > a.close_hs_pointer_di {
  display: block;
  position: absolute;
  right: 0;
}

@media screen and (min-device-width: 375px) and (max-device-width: 649px) {
  /** cal** start here **/
  #calculatorWrapperHeader .calc_container {
    width: 362px;
    margin: 0 auto;
  }
  #calculatorWrapperHeader .modal {
    width: 365px !important;
  }
  #calculatorWrapperHeader .keyPad_TextBox,
  #calculatorWrapperHeader .keyPad_TextBox1 {
    width: 340px;
  }
  /** cal end here **/
  #header-top-inner {
    display: grid;
  }
  .exampage-hgt .markreview-btn {
    margin: 2px -8px;
  }
  table {
    width: 200px;
    padding: 5px;
  }
  .one {
    order: 2;
  }
  .two {
    order: 1;
  }
  .qanswer {
    height: 252px;
  }
  .box-instructions .bi-language .bi-language-text {
    white-space: normal;
  }
  .section-header .section-title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .qt-sub-question-scroll-area {
    overflow: auto !important;
  }
  .qt-sub-question-scroll-area .left-holder .comprehension {
    height: 100%;
  }
  .qt-sub-question-scroll-area .right-holder .cmpsqdiv {
    height: 100%;
  }
  .toggle-switch {
    top: -27px;
  }
  .video-js .vjs-big-play-button {
    top: 66px !important;
    left: 24px !important;
  }
  .left-area {
    flex: 0 0 auto;
    width: 100%;
  }
  .right-area {
    flex: 0 0 auto;
    width: 100%;
  }
  img.oes-logo {
    padding: 5px 0px 4px 1px;
    height: 38px;
  }
  .mspace-tr1 {
    margin-top: -53px;
    margin-left: 222px;
  }
  .mspace-tr2 {
    margin-top: -76px;
    margin-left: 102px;
  }
  .mspace-tr3 {
    margin-top: -77px;
  }
  .mspace-tr4 {
    position: absolute;
    right: 0;
    top: 5px;
  }
  .box-network {
    padding: 0.2rem 0.2rem;
  }
}
@media (min-width: 768px) {
  .qanswer {
    height: 322px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .col-md-3 {
    flex: 0 0 auto;
    width: 45%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 55%;
  }
}
@media (min-width: 992px) {
  #footer {
    padding-block-start: 0;
    text-align: left;
  }
  #footer .btn-up {
    height: 2rem;
  }
  .qanswer {
    height: 352px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #profileinfopage .box-candidate {
    display: grid;
  }
}
@media (max-width: 924px) {
  .qt-sub-question-scroll-area {
    overflow: auto !important;
  }
}
@media (min-width: 1200px) {
  #left-sidebar {
    transform: translate3d(0, 0, 0);
  }
  .main-content {
    margin-inline-start: var(--sidebar-width);
  }
  .main-content iframe {
    margin: 0;
    height: 526px;
  }
  .btn-sidebar-open,
  .btn-sidebar-close {
    display: none;
  }
  .qanswer {
    height: 362px;
  }
}
@media (min-width: 425px) {
  #header-top-inner .page-title {
    text-wrap: wrap;
    padding-left: 20px;
  }
}
/*** rakesh sir Css **/
@media (min-width: 300px) and (max-width: 649px) {
  .left-area {
    flex: 0 0 auto;
    width: 100%;
    order: 2;
  }
  .right-area {
    flex: 0 0 auto;
    width: 100%;
    margin-top: 10px;
    order: 1;
  }
  .exam-que-area .palette .quick-ques {
    /* height: 150px !important; */
    min-height: 50px !important;
    max-height: 80px !important;
  }
  .mspace-tr1 {
    margin-left: 200px;
  }
}
@media (min-width: 650px) {
  .container-fluid .left-area {
    width: calc(100% - 300px);
  }
  .container-fluid .right-area {
    width: 315px;
    position: absolute;
    right: 0;
    top: 45px;
    bottom: 0;
  }
}
figure.table > table,
figure.table > table td,
figure.table > table th {
    border: 1px solid #acadae;
    border-collapse: collapse;
}



/***  css  created 14/10/2025***/

.div-width{
	width: 19% !important;
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1320px) {
.exampage-hgt .palette1 .btn-mini {
  padding: 11px 6px;
  font-size: 10.5px;
  border-radius: 3px;
  width: 23px;
  margin-top:2px;
}

.div-width{
	width: 24% !important;
}
}
/** end here **//*# sourceMappingURL=template.css.map */