section.admin-login-wrapper {
  background: #e0e0e0;
  height: 30rem;
  width: 35rem;
  /* border: 5px solid #373737; */
  position: relative;
  border-radius: 6px;
}

h2.admin-log-title {
  padding: 21px;
  text-align: center;
  font-weight: 500;
  font-size: 24pt;
  text-transform: uppercase;
  margin-top: 18px;
}

label.label {
  display: block;
  padding: 5px 0px;
  font-size: 11pt;
}

form.admin-log-form {
  width: 67%;
  margin: auto;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.field {
  outline: 1px solid #bbbbbb00;
  padding: 14px 18px;
  width: 100%;
  border-radius: 6px;
  transition: 0.15s ease;
  margin: 7px 0px;
  border: none;
  box-sizing: border-box;
  background: #e8e8e8;
}

button.btn.btn-def {
  background: var(--accent);
  border: none;
  padding: 14px 18px;
  color: #ffff;
  font-weight: bold;
  border-radius: 6px;
  transition: 0.1s ease;
  margin: 23px 0px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.field:focus {
  outline-color: var(--accent);
  outline-width: 3px;
}

.btn.btn-def:focus {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

header {
  width: 100%;
  height: 100px;
  background-color: #f7f7f7;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.navbar {
  background: #1d1d1d;
  z-index: 999;
  color: #fff;
  position: fixed;
  width: 100%;
  height: 12vh;
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #ffffff36;
}

.menu {
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.25s ease;
}

.h-logo {
  position: relative;
  margin-left: 2rem;
}

p.logo-txt {
  text-transform: uppercase;
  font-size: 25pt;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}

.menu-list {
  color: #fff;
  text-decoration: none;
  margin-right: 3rem;
  display: flex;
  gap: 2rem;
  text-transform: uppercase;
  box-sizing: border-box;
}

a.menu:hover {
  color: var(--accent);
}

.container {
  width: 55rem;
  margin: auto;
  margin-top: 2rem;
}

.das-title {
  /* background: rebeccapurple; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

h3.recent-xm-ttl {
  font-size: 21pt;
  font-weight: 600;
}

button {}

button.big_add_btn {
  background: var(--accent);
  color: #ffff;
  height: 5rem;
  width: 13rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  border-radius: 11px;
  overflow: hidden;
  position: relative;
  transition: 0.2s;
  cursor: pointer;
}

p.big-btn-text {
  font-size: 15pt;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
}

span.cr-btn-plus-sign {
  background: #0000007d;
  height: 80px;
  box-sizing: border-box;
  width: 4rem;
  font-size: 3rem;
}

button.big_add_btn:hover {
  filter: brightness(0.9);
}

.recent_exams_wrapper {
  background: #fff;
  margin-top: 2rem;
}

table.table {
  width: 100%;
  border-collapse: collapse;
}

.table tr {
  border: 1px solid #ddd;
}

.table td {
  padding: 5px;
  border: 1px solid #ddd;
  text-align: center;
}

.table th {
  border: 1px solid #dddd;
  padding: 6px;
}

span.action-edit {
  background: #fbbd23;
  text-decoration: none;
  color: #382800;
  font-weight: 600;
  text-transform: uppercase;
  padding: 2px 3px;
  display: inline-block;
  border-radius: 4px;
}

span.action-dump {
  background: #f87272;
  text-decoration: none;
  color: #470000;
  font-weight: 600;
  text-transform: uppercase;
  padding: 2px 3px;
  display: inline-block;
  border-radius: 4px;
}

span.action-perma {
  background: #5283ff;
  text-decoration: none;
  color: #05042d;
  font-weight: 600;
  text-transform: uppercase;
  padding: 2px 3px;
  display: inline-block;
  border-radius: 4px;
}

.tab-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
}

.create-post_area {
  background: #1d1d1d;
  width: 37vw;
  padding: 2rem 1rem;
  position: fixed;
  top: 12vh;
  height: 89vh;
  box-sizing: border-box;
  color: #ffff;
  border-right: 2px solid #ffffff36;
}

body {
  height: 100vh;
}

.q-body-edit {
  outline: 2px solid #6a6a6a;
  padding: 10px 10px;
  border-radius: 6px;
  color: #fff;
  background: #202020;
  box-sizing: border-box;
  transition: 0.15s ease;
  margin: 7px 0px;
  resize: none;
  border: none;
  width: 100%;
  height: 13rem;
}

.opt_field {
  outline: 2px solid #ffffff57;
  padding: 10px 10px;
  border-radius: 2px;
  transition: 0.15s ease;
  margin: 7px 0px;
  border: none;
  color: #fff;
  background: #ffffff03;
  width: 100%;
}

input[type="radio"]:checked~.check {
  border: 5px solid #0dff92;
}

input[type="radio"]:checked~.check::before {
  background: #0dff92;
}

input[type="radio"]:checked~label {
  color: #0dff92;
}

.opt {
  display: flex;
  justify-content: space-between;
  gap: 26px;
  align-items: center;
}

form.craete-q-form {
  width: 90%;
  margin: auto;
}

section.q-prev-wrapper {
  position: absolute;
  left: 37vw;
  background: #fff;
  width: 63vw;
  top: 12vh;
  height: 88vh;
}

h1.q-prev-ttl {
  padding: 19px;
  border-bottom: 1px solid #ddd;
  background: #1d1d1d;
  color: #fff;
}

.q-display-area {
  position: relative;
  width: 100%;
}

textarea.q-body-edit:focus {
  outline-color: var(--accent);
}

input.opt_field:focus {
  outline-color: var(--accent);
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
  position: relative;
  height: 29px;
  width: 32px;
  cursor: pointer;
  display: block;
  /* background: blue; */
  border-radius: 50%;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border: 2px solid #6a6a6a;
  border-radius: 100%;
  background: #0000;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
  content: "";
  width: 16px;
  height: 16px;
  background: #ff1833;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transform: translate(-43%, -50%);
}

[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked+label:after {
  opacity: 1;
}

.h-logo a {
  text-decoration: none;
}

.logo-atom {
  width: 58px;
  display: block;
}

.home_form_container {
  width: 25rem;
  margin: auto;
  padding: 36px;
  transition: 0.25s;
}

h3.home-form-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14pt;
  letter-spacing: 3px;
  margin: 9px 0px;
}

footer#foot-credit {
  position: fixed;
  bottom: 23px;
  width: 100%;
  text-align: center;
}

p.loggle-sign {
  text-align: center;
  margin-top: 1rem;
}

#reg-notes {
  background: #fde18c;
  padding: 12px;
  margin: 25px 0px;
  box-sizing: border-box;
  color: #812200;
  font-weight: 500;
  border-radius: 6px;
}

#aspiration_list {
  outline: 3px solid #bbbbbb;
  padding: 10px 10px;
  width: 100%;
  border-radius: 6px;
  transition: 0.15s ease;
  margin: 7px 0px;
  border: none;
  background: #fff;
  box-sizing: border-box;
}

#foot-credit-static {
  text-align: center;
  margin: 1rem 0rem;
  padding-bottom: 1rem;
}

.account_area h3 {
  padding: 14px 0px;
}

.acc_area-notice {
  background: #00000021;
  padding: 9px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 2px solid #0000002b;
  margin-bottom: 14px;
}

select#aspiration_list:focus {
  outline-color: var(--accent);
  outline-width: 3px;
}

p.terms-msg {
  margin: 15px 0px;
}

.card {
  /* border: 1px solid #ddd; */
  box-shadow: 0px 1px 8px 0px #0000002b;
  background: #fff;
  width: 25rem;
  overflow: hidden;
  border-radius: 13px;
}

.dashboard_container {
  width: 80%;
  margin: auto;
  display: flex;
  align-items: center;
  margin-top: 2rem;
  gap: 2rem;
  flex-flow: wrap;
  justify-content: center;
}

.card-title {
  background-image: url(../assets/bg/grad5.png);
  font-size: 18pt;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fde5ff;
  padding: 26px;
  text-align: center;
}

.btn-def {
  background-image: url(../assets/bg/grad5.png) !important;
  color: #fde5ff !important;
}

.exam-option-list {
  border-bottom: 1px solid #dddd;
  padding: 12px 15px;
  display: flex;
  justify-content: space-between;
}

section.start-exam-wrapper {
  text-align: center;
}

span#exam-prop-key {
  font-weight: bold;
}

.spinner-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* width: 100%; */
  /* height: 20rem; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 26px;
}

p.spinner-lab {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
}

.biology_color .card-title {
  background-image: url("../assets/bg/grad2.png");
}

.biology_color button {
  background: #0b132b !important;
  outline-color: #0b132b !important;
}

.biology_color button {
  background: #0b132b !important;
  outline-color: #0b132b !important;
}

.biology_color p {
  color: #0b132b !important;
}

.mathematics_color .card-title {
  background-image: url("../assets/bg/grad1.png") !important;
}

.mathematics_color p {
  color: #ff3131 !important;
}

.mathematics_color button {
  background-image: url("../assets/bg/grad1.png") !important;
  outline-color: #4800a0 !important;
}

.chemistry_color .card-title {
  background-image: url("../assets/bg/grad3.png") !important;
  color: #000;
}

.chemistry_color p {
  color: green !important;
}

.chemistry_color button {
  background-image: url("../assets/bg/grad3.png") !important;
  outline-color: #004513 !important;
  color: #002416 !important;
}

.physics_color .card-title {
  background-image: url(../assets/bg/grad4.png) !important;
}

.physics_color p {
  color: crimson !important;
}

.physics_color button {
  background-image: url(../assets/bg/grad4.png) !important;
  outline-color: crimson !important;
}

.gk_color .card-title {
  background: #0b2d24 !important;
}

.gk_color p {
  color: #0b2d24 !important;
}

.gk_color button {
  background: #0b2d24 !important;
  outline-color: #0b2d24 !important;
}

#dlg_box {
  z-index: 1000001;
  position: fixed;
  background: white;
  height: auto;
  /* max-height: 30rem; */
  width: 85%;
  left: 50%;
  transition: 0.25s;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 23px;
  overflow: auto;
  /* box-shadow: 0px 0px 32px 1px #000; */
  scale: 0;
}

.dlg_title {
  position: fixed;
  width: 100%;
  background: #fff;
  padding: 0px 23px;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 18pt;
  border-bottom: 1px solid #ddd;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dlg-body {
  margin-top: 4rem;
  background: #fff;
  height: -webkit-fill-available;
  padding: 20px 1rem;
  overflow: auto;
  position: relative;
}

span#dlg-close-btn {
  cursor: pointer;
  background: transparent;
  height: 40px;
  width: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.25s ease;
  border-radius: 50%;
}

span#dlg-close-btn:hover {
  background: #e0e0e0;
}

.dark_overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000000d1;
  z-index: 1000;
  display: none;
}

ul.dlg-body-static-ls {
  padding: 18px;
}

p.error_msg {
  color: #ff4444;
  font-weight: bold;
}

.exam_page_wrapper {
  /* background: red; */
  width: 95%;
  margin: auto;
}

section.exam_page_header {
  background: #fff;
  margin-top: 12px;
  border-radius: 8px;
  padding: 15px;
  border: 2px solid #ddd;
}

div#exam_ttl {
  text-align: center;
  padding: 5px;
  font-size: 18pt;
}

div#exp_meta_lab {
  text-align: center;
  padding: 5px;
  color: #373737;
}

section#exp_body {
  background: #ffff;
  margin-top: 12px;
  position: relative;
  min-height: 22rem;
  border-radius: 8px;
  border: 2px solid #ddd;
  overflow: hidden;
}

.exam-loaded-msg {
  position: absolute;
  top: 50%;
  /* left: 50%; */
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

p.__msg {
  line-height: 23px;
  padding: 0px 20px;
}

p.__msg::first-line {
  color: #089525;
  font-weight: bold;
}

section.exp_timer {
  background: #fbbd23;
  width: fit-content;
  /* margin-top: 12px; */
  padding: 10px;
  border-radius: 9px;
  align-items: center;
  font-size: 15pt;
  box-sizing: border-box;
  z-index: 100;
}

div#post_load_wrapper {
  display: none;
}

div#lds_spinner {
  text-align: center;
}

.single-q-wrapper {
  background: #fff;
  border-radius: 9px;
  border: 2px solid #ddd;
  margin-bottom: 1rem;
}

.sing-q-ttl {
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
}

span.q-num {
  background: #000;
  color: #fff;
  padding: 0px 2px;
  border-radius: 3px;
  margin-right: 5px;
  vertical-align: top;
  display: inline-block;
}

.sing-q-opts-wrapper {
  margin-left: 8px;
  padding: 12px;
}

.sing-opt-wrapper {
  display: flex;
  background: #0000000f;
  margin-bottom: 9px;
  width: max-content;
  padding: 8px 10px;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid #ddd;
  transition: 0.1s;
}

.sing-opt-wrapper:active {
  scale: 1.085;
}

.opt-label {
  background: #e3e3e3;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #a1a1a1;
}

.opt-txt {
  max-width: 260px;
  text-align: left;
}

.selected-ans {
  background: #0999144f;
  border: 3px solid #099914;
}

.selected-ans .opt-label {
  background: #099914;
  color: #fff;
  border-color: #b3dfb6;
  border-style: dashed;
}

.is-pinned {
  display: flex;
  justify-content: flex-end !important;
  padding-top: 0px !important;
}

.timer_area {
  position: sticky;
  top: -1px;
  z-index: 9999;
  display: flex;
  justify-content: center;
  height: 38px;
  padding-top: 12px;
  align-items: center;
}

.is_pinned .exp_timer {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.btn-full {
  width: 80%;
  margin: auto;
}

footer.footer {
  padding: 33px;
  text-align: center;
  color: #3b3b3b;
}

.preload-wrapper {
  z-index: 1000000000;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.body_loader {
  color: #004513;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  /* margin: 72px auto; */
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }

  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }

  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }

  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }

  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }

  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }

  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.preload-wrapper {
  z-index: 1000000000;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4rem;
}

.body_loader {
  color: var(--accent);
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  /* margin: 72px auto; */
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }

  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }

  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }

  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }

  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }

  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }

  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

p.loadiiididfjei {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  text-align: center;
}

._pre_spinner_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  width: 100%;
}

.pre-white-screen {
  position: absolute;
  height: 100vh;
  width: 100vw;
  background: #fff;
  top: 0;
  z-index: 10000;
}

.home-container {
  width: 90%;
  margin: auto;
}

div#greeting-text p {
  padding: 5px 0px;
  font-size: 27pt;
  font-weight: 600;
}

.home-card {
  background-image: linear-gradient(109.6deg,
      rgba(209, 0, 116, 1) 11.2%,
      rgba(110, 44, 107, 1) 91.1%);
  padding: 15px;
  display: flex;
  justify-content: space-between;
  border-radius: 0px;
  align-items: center;
  height: 10rem;
  border-radius: 15px;
  color: #20071b;
  margin-bottom: 1.5rem;
  box-shadow: 0px 2px 14px 0px #1b1f3a63;
  transition: 0.2s ease;
}

.crad-body {
  font-size: 24pt;
  font-weight: bold;
  padding-left: 49px;
  /* flex-grow: 2; */
  text-align: center;
}

.card-arrow {
  background: #00000021;
  height: 25px;
  width: 25px;
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 50%;
  color: #fff;
}

.home-header {
  height: 9rem;
  margin-bottom: 15px;
  border-radius: 21px;
  color: #212121;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  /* background-image: radial-gradient(
    circle 610px at 5.2% 51.6%,
    rgba(5, 8, 114, 1) 0%,
    rgba(7, 3, 53, 1) 97.5%
  ); */
  margin: auto;
  /* margin: 25px auto; */
  flex-direction: column;
  align-items: baseline;
}

.home-head-text {
  padding: 5px 0px;
  text-transform: uppercase;
  font-size: 11pt;
  font-weight: normal;
  letter-spacing: 2px;
}

button.btn_logout {
  background: #ffff;
  border: none;
  display: none;
  padding: 8px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 7px;
  margin: 7px 0px;
}

.card-lsexam {
  background-image: radial-gradient(circle farthest-corner at 10% 20%,
      rgba(14, 174, 87, 1) 0%,
      rgba(12, 116, 117, 1) 90%);
  color: #091f1d;
}

.card-prf {
  background-image: radial-gradient(circle 957px at 8.7% 50.5%,
      rgba(246, 191, 13, 1) 0%,
      rgba(249, 47, 47, 1) 90%);
  color: #171203;
}

.card-rep {
  background-image: linear-gradient(219.3deg,
      rgba(149, 0, 199, 1) 4.7%,
      rgba(130, 0, 226, 1) 22.9%,
      rgba(95, 0, 199, 1) 43.2%,
      rgba(70, 0, 199, 1) 63.9%,
      rgba(5, 0, 199, 1) 85.1%,
      rgba(0, 95, 199, 1) 106.8%);
  color: #dfb5f6;
}

.card-examfd {
  background-image: linear-gradient(111.2deg,
      rgb(254 19 19) 1.7%,
      rgb(255 61 0) 98.7%);
  color: #290806;
}

footer.footer-hm {
  margin-bottom: 1rem;
  text-align: center;
  margin-top: 1rem;
  color: #1e1e1e;
  padding: 19px;
}

.card-rout {
  background-image: linear-gradient(109.6deg,
      rgb(6 8 107) 11.2%,
      rgb(50 6 96) 91.1%);
  color: #d17be0;
}

.home-card:active {
  scale: 1.05;
}

.home-card:focus {
  filter: brightness(0.9);
}

div#err_msg {
  background: #ff000030;
  padding: 11px;
  box-sizing: border-box;
  border-radius: 6px;
  margin: 14px 0px;
  border: 3px solid #ff00002e;
  color: #ff2424;
  font-weight: 500;
  text-align: center;
  margin-top: 2rem;
  transition: 0.25s;
  display: none;
  scale: 0;
}

.crd-context {
  padding: 15px 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.time_auction {
  padding: 13px 10px;
  font-weight: bold;
}

p.fd_expired {
  color: #1b4972;
  font-weight: bold;
  padding: 17px;
}

.pad-10-0 {
  padding: 10px 0px;
}

.pad-10-10 {
  padding: 10px 10px;
}

.btn-def:disabled {
  /* background: red !important; */
  filter: brightness(0.9);
}

.result-page-container {
  width: 93%;
  margin: auto;
  margin-top: 1rem;
}

table.result-table {
  width: 95%;
  /* border-radius: 15px; */
  border: 1px solid #ddd;
  border-collapse: collapse;
  /* overflow: hidden; */
  margin: auto;
}

table.result-table td,
th {
  border: 1px solid #ddd;
  padding: 10px 10px;
}

table.result-table th {
  text-align: left;
  font-weight: 600;
}

table.result-table td {}

table.result-table td {
  text-align: right;
}

.res-head-wrapper {
  background-color: #fff;
  padding-bottom: 22px;
  border-radius: 8px;
  border: 2px solid #ddd;
}

h3.res-head-txt {
  font-weight: 500;
  padding: 15px 10px;
  font-size: 16pt;
}

tr.final-score {
  background: #673ab738;
  /* color: #fff; */
  border-top: none !important;
  color: #7d188f;
  font-weight: 800 !important;
}

h1.res-lab-rev {
  font-weight: 600;
  font-size: 18pt;
  width: 100%;
  margin: 10px 5px;
}

.ans-cor {
  background: #7eff7e;
  border: 3px solid #00c200;
}

.lab_wrong {
  background: #ff2a1a;
  color: #fff;
  display: inline-block;
  margin: 5px;
  margin-left: 2rem;
  padding: 4px 7px;
  font-size: 10pt;
  text-transform: uppercase;
  border-radius: 5px;
  font-weight: 500;
}

.ans-wrong {
  background: #ffafaf;
  border: 3px solid #f44336;
}

.lab_blank {
  background: #ff5722;
  color: #ffffff;
  display: inline-block;
  margin: 5px;
  margin-left: 2rem;
  padding: 4px 7px;
  font-size: 10pt;
  text-transform: uppercase;
  border-radius: 5px;
  font-weight: 500;
}

.lab_no_ans {
  background: #191919;
  /* border: 1px solid #00b800; */
  display: inline-block;
  margin: 5px;
  margin-left: 2rem;
  padding: 4px 7px;
  font-size: 10pt;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 5px;
}

.lab_correct {
  background: lime;
  /* border: 1px solid #00b800; */
  display: inline-block;
  margin: 5px;
  margin-left: 2rem;
  padding: 4px 7px;
  font-size: 10pt;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 5px;
}

.page-not-finished {
  background: #fff;
  width: 90%;
  margin: auto;
  margin: 2rem auto;
  border: 2px solid #ddd;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 8px;
  padding-top: 2rem;
}

i#ic_x {
  font-size: 91pt;
  color: #000000;
}

h1.pg-dev-ttl {
  font-size: 22pt;
  margin: 18px 0px;
  font-weight: 500;
}

p.pg-dev-txt {}

h1.no-exm-fnd-lab {
  background: #fff;
  padding: 62px 73px;
  border: 2px solid #ddd;
  border-radius: 8px;
}

.day-card {
  background: #001e14;
  margin: 0rem 1rem;
  color: #fff;
  box-sizing: border-box;
  padding: 27px;
  border-radius: 17px;
  position: relative;
  margin-bottom: 4rem;
  box-shadow: 0px 2px 14px 0px #1b1f3a63;
}

.day_num {
  position: absolute;
  height: 3rem;
  width: 3rem;
  background: #ff7800;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-weight: bold;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14pt;
}

.lab_dat {
  position: absolute;
  background: #ffffff21;
  padding: 5px 10px;
  border-radius: 25px;
  top: 10px;
  right: 15px;
  border: 2px solid #fff3;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: bold;
}

.card_body {
  margin-top: 2rem;
  font-size: 12pt;
}

.connector-line {
  height: 100%;
  position: absolute;
  /* background: #2c335d; */
  /* width: 3px; */
  left: 50%;
  border-right: 4px dotted #004d40;
  /* border-left: 4px dotted #004d40; */
  transform: translateX(-50%);
}

.cards-wrapper {
  position: relative;
  margin-top: 3rem;
  /* background: aqua; */
}

footer.footer {
  font-size: 11pt;
  margin-bottom: 1rem;
  text-align: center;
  margin-top: 1rem;
}

.lab_status_complete {
  position: absolute;
  background: lime;
  padding: 5px 10px;
  border-radius: 25px;
  top: 10px;
  left: 15px;
  display: flex;
  gap: 5px;
  font-weight: bold;
  color: #000;
  align-items: center;
}

.lab_status_up {
  position: absolute;
  background: #ff2424;
  padding: 5px 10px;
  border-radius: 25px;
  top: 10px;
  left: 15px;
  color: #fff;
  align-items: center;
  display: flex;
  font-weight: bold;
  gap: 5px;
}

.sing-q-ttl p {
  display: inline;
}

.card_body ul,
p {
  line-height: 27px;
  font-size: 13pt;
}

.exam_day-card {
  background: #031523;
  margin: 0rem 1rem;
  color: #fff;
  box-sizing: border-box;
  padding: 27px;
  border-radius: 17px;
  position: relative;
  margin-bottom: 4rem;
  box-shadow: 0px 2px 14px 0px #1b1f3a63;
}

.card_exam_date {
  height: 3rem;
  width: 12rem;
  position: absolute;
  background: #ff0057;
  right: -9px;
  border-radius: 46px;
  font-weight: bold;
  color: #2d151d;
  top: -1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 15px;
  box-sizing: border-box;
  gap: 5px;
}

figsvg {
  max-width: 400px;
}

figbnw img {
  max-width: 350px;
}

figbnwpng img {
  max-width: 350px;
}

figimg img {
  max-width: 350px;
}

.blockc {
  display: block;
  text-align: center;
}

.notice-board-container {
  background: #dfdfdf;
  border-radius: 10px;
  overflow: hidden;
  color: #000;
  /* border: 1px solid #ffb861; */
  /* box-shadow: 0px 1px 4px #00000021; */
}

.notice-board-title {
  /* background: #ffb861; */
  padding: 23px;
  font-weight: 500;
  font-size: 20pt;
}

.notice-list {
  /* background: yellow; */
  /* border-bottom: 1px solid #ffd8a9; */
  padding: 10px 19px;
}

.notice-board-body {
  /* height: 15rem; */
  /* overflow: auto; */
  position: relative;
  min-height: 84px;
  padding-bottom: 9px;
}

span.notice_date {
  background: #0dff92;
  border-radius: 7px;
  display: inline-block;
  padding: 4px 7px;
  font-weight: 500;
  margin-right: 9px;
  /* font-size: 10pt; */
  color: #000000;
}

.row {
  align-items: center;
  display: flex;
  gap: 9px;
  height: 83px;
  justify-content: space-between;
  margin-bottom: 39px;
}

.list-tem {
  align-items: center;
  border-radius: 6px;
  display: flex;
  /* flex-grow: 1; */
  gap: 8px;
  height: 100%;
  flex-basis: 50%;
  justify-content: center;
  padding: 15px;
  font-weight: 500;
  text-align: left;
  background: #2196F3;
  transition: 0.25s;
  color: #000d17;
}

.lks-daycard {
  background: #f44336;
  color: #210000;
}

.ls_past {
  background: #ffc107;
  color: #000000;
}

.ls_logout {
  background: #0bda51;
  color: #000000;
}

.list-tem:active {
  scale: 1.085;
}

.spinner_contajhhwfd {
  /* top: 50%; */
  /* left: 50%; */
  position: absolute;
  /* transform: translate(-50%, -50%); */
  /* background: red; */
  width: 100%;
  height: 48px;
  display: flex;
  margin-top: 12px;
  justify-content: center;
}

.newyr-greeet {
  background: #8bc34a;
  border-radius: 10px;
  padding: 7px;
  box-sizing: border-box;
  margin-bottom: 38px;
  padding-bottom: 25px;
}

.newyr-greeet h1 {
  font-size: 20pt;
  font-weight: 400;
  padding: 10px;
  margin: 0;
  padding-bottom: 10px;
}

.newyr-greeet p {
  padding: 0px 11px;
}

svg g text {
  font-family: "Kumbh Sans" !important;
}

g#pi_chart_datalabel_Series_0 text {
  font-size: 10pt !important;
}

.final_score {
  text-align: center;
  margin-bottom: 24px;
}

div#greeting-text {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

div#greeting-text i {
  font-size: 24pt;
}

div#greeting-text img {
  height: 45px;
}

.q-soln-display {
  /* margin-left: 8px; */
  padding: 12px 21px;
  border-top: 1px solid #ddd;
}