@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap");

body {
  font-family: "IBM Plex Sans", sans-serif !important;
  background-color: #e5e5e570 !important;
}

.body__bg {
  background-color: #ffff !important;
}

.footer {
  background-color: #e6e7e8;
  color: #000;
  padding: 10px;
  height: auto;
}

#page-topbar {
  border-bottom: 1px solid #e6e7e8;
  left: 0px !important;
}

.navbar-menu {
  border-right: 1px solid #e6e7e8;
  margin-top: 53px;
  padding: 0px !important;
}

.navbar-menu .navbar-nav .nav-link i {
  color: #e3820d;
}

.top_header_logo {
  width: 75px;
  height: 42px;
  margin-top: 14px;
  margin-left: 10px;
}

.course-name {
  display: inline-flex;
  align-items: center;
}

.course-name #separator {
  font-weight: 300;
  font-size: 28px;
  margin: 0px 6px 0 8px;
  color: grey;
}

.course-name #course {
  font-weight: 600;
  font-size: 15px;
  position: inherit;
  text-transform: none;
  padding: 0;
  margin-top: 3px;
}

#top-nav {
  display: flex;
  flex-direction: row;
  margin: 0px;
  padding: 4px 8px;
}

#top-nav #top-nav-items a {
  display: flex;
  color: #0d1d27;
  flex: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.homepage {
  padding: 10px;
}

.homepage img {
  width: 140px;
}

.homepage p {
  margin: 0px;
  font-size: 22px;
}

.homepage p i {
  font-size: 25px;
  margin-left: 10px;
}

@media (max-width: 576px) {
  .homepage img {
    width: 85px;
  }

  .homepage p span {
    display: none;
  }
}

.icon-box {
  position: relative;
  text-align: left;
  overflow: visible;
}

.icon-box .hover-box {
  display: none;
  position: absolute;
  top: 100%;
  /* Now appears below the icon */
  left: 0%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  white-space: nowrap;
  font-size: 13px;
  z-index: 999;
  margin-top: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.icon-box:hover .hover-box {
  display: block;
}

.icon-box i {
  font-size: 18px;
  margin-left: 4px;
}

.icon-box p {
  margin: 0;
}

.person_class {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  background-color: #f3f6f9;
}

.person_class h4 {
  color: #000;
  font-weight: 600;
  text-align: center;
  padding-left: calc(50% - 155.5px + 62.25px);
  margin: 0px;
  font-size: 25px;
}

.person_class h6 {
  font-size: 22px;
  margin: 0px;
  color: #000;
}

@media (max-width: 768px) {
  .person_class h4 {
    padding-left: 0;
  }
}

@media (max-width: 576px) {
  .person_class h6 {
    display: none;
  }

  .person_class {
    display: block;
  }
}

.wrapper {
  margin-left: 125px;
  background-color: #fff;
  height: 600px;
  padding: 10px;
}

.sidenav {
  /* height: 100%; */
  width: 125px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  /* background-color: #111; */
  overflow-x: hidden;
  transition: 0.5s;
}

.sidenav a {
  padding: 10px;
  text-decoration: none;
  font-size: 16px;
  color: #000;
  display: block;
  transition: 0.3s;
  background-color: #f3f6f9;
  margin: 7px;
  text-align: center;
}

.sidenav .active {
  color: #fff;
  background-color: #405189;
  position: relative;
  border-radius: 5px;
}

.sidenav .active:hover {
  color: #fff;
}

.sidenav .active:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 12px solid transparent;
  border-left-color: transparent;
  -webkit-transition: border-left-color 0.04 ease;
  transition: border-left-color 0.04 ease;
  border-left-color: #405189;
}

.icon__i {
  font-size: 28px;
}

.sidenav a:hover {
  color: #0b445f;
}

.sidenav .closebtn {
  position: absolute;
  top: -30px;
  right: -1px;
  font-size: 30px;
  background: transparent;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

.tablet_view {
  display: none !important;
}

@media (max-width: 768px) {
  .tablet_view {
    display: block !important;
  }

  .sidenav {
    width: 0px;
  }

  .wrapper {
    margin-left: 0px;
  }
}

.heading_line {
  text-align: center;
  margin-top: 10px;
  color: #000;
  font-weight: 600;
  font-size: 30px;
}

.card {
  border: 1px solid #e5e5e5 !important;
  margin-top: 10px !important;
  border-radius: 5px !important;
}

.para_line {
  text-align: center;
}

.timer_above_box {
  background-color: #000;
  /* height: 50px; */
  margin-top: 52px;
}

.aicpa-2018-section-title {
  font-size: 19px;
  color: #ffffff;
  font-stretch: condensed;
  text-transform: uppercase;
  display: inline-block;
  margin: 0px 40px 0px 5px;
  position: relative;
  top: 1px;
}

.aicpa-2018-tab-header {
  font-size: 14px;
  font-stretch: condensed;
  display: inline-block;
  width: 170px;
  text-align: center;
  padding: 4px;
}

.aicpa-2018-tab-header.aicpa-2018-active {
  font-size: 15px;
  font-weight: 500;
  background: white;
  color: #de7d08;
  border-left: 3px solid #de7d08;
}

.mcq_svg svg {
  width: 17px;
  fill: #e3820d;
}

.slider-container {
  max-width: 900px;
  margin: auto;
  margin-bottom: 50px;
  /* background: #fff; */
  /* padding: 20px; */
  /* border-radius: 10px; */
  /* box-shadow: 0 0 20px rgba(0,0,0,0.1); */
  margin-top: 30px;
}

.card {
  /* display: none; */
  padding: 20px;

  background: #fff;
  /* border-radius: 8px; */
  height: 400px;
}

.card.active {
  display: block;
}

.card-controls {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

.card-controls button {
  background: #de7d08;
  border: none;
  padding: 10px 20px;
  color: white;
  font-size: 13px;
  border-radius: 5px;
  cursor: pointer;
}

.card-controls button:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.card-numbers {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.card-numbers button {
  background: #ddd;
  border: none;
  padding: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
}

.card-numbers button.active {
  background: #de7d08 !important;
  color: #fff !important;
}

.question {
  font-size: 14px;
  font-weight: 500;
}

.option_view {
  margin-top: 20px;
  font-size: 14px;
}

.option_view input {
  margin-left: 20px;
  cursor: pointer;
}

.option_view label {
  margin-left: 20px;
  cursor: pointer;
  font-weight: normal;
}

.exam_timer {
  background-color: #fff;
  border-bottom: 1px solid #de7d08;
  position: relative;
  height: 75px;
  overflow: hidden;
}

.aicpa-2018-time {
  color: #005076;
  font-size: 80px;
  display: inline-block;
  margin-left: 90px;
  line-height: 75px;
  font-weight: 200;
  letter-spacing: -1px;
}

.clock_image svg {
  width: 80px;
  transform: rotate(39deg);
  position: absolute;
  left: -22px;
  fill: lightgrey;
}

.aicpa-2018-time-text {
  text-align: left;
  display: inline-block;
  font-size: 15px;
  color: #005076;
  line-height: 1.1;
  letter-spacing: normal;
  font-weight: 700;
}

.submit_testlet {
  background: #ee8c16;
  color: white;
  border: 1px solid #de7d08;
  float: inline-end;
  margin-right: 10px;
  margin-top: 3px;
  font-size: 16px;
  font-weight: 600;
  width: 118px;
}

.submit_testlet:hover {
  background-color: #de7d08;
  color: white;
  border: 1px solid #de7d08;
}

.progress-container {
  width: 100%;
  background: #e0e0e0;
  height: 10px;
  margin: 0px 0;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  width: 0%;
  background: #255a7b;
  transition: width 0.3s ease;
}

.progress-text {
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #000;
}

.card__box {
  border: 1px solid #e5e5e5;
  padding: 15px;
  margin: 10px;
  color: #000;
  text-align: center;
}

.card__box:hover {
  box-shadow: 1px 1px 10px lightgray;
}

.card_box {
  border: 1px solid #e5e5e5;
  padding: 15px;
  margin: 10px;
  color: #000;
}

.card_box:hover {
  box-shadow: 1px 1px 10px lightgray;
}

.accordion {
  background-color: #fff;
  color: #005076;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
  font-weight: 600;
  border: 1px solid #e6e7e8;
}

.logics .active {
  background-color: #e5e5e5 !important;
  color: #000;
}

.accordion:hover {
  background-color: #e5e5e5;
  color: #000;
}

.accordion:after {
  content: "\002B";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.logics .active:after {
  content: "\2212";
}

.owl-slider .active:after {
  content: " " !important;
}

.panel {
  /* padding: 10px; */
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* .panel p{
    text-align: left;
    margin: 0px;
    padding: 10px;
} */

.display__flex {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.display__flex a {
  background: #ffddd6;
  color: #b43b22;
  padding: 10px 20px;
  font-size: 14px;
}

.display__flex h5 {
  margin: 0px;
}

.display__flex p {
  margin: 0px;
  margin-top: 5px;
}

.courses_list img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  padding: 5px;
}

.courses_list h2 {
  margin: 0px;
  margin-top: 10px;
  color: #f39018;
  font-weight: 700;
}

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

.bottom_count {
  margin-top: 10px;
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
}

.bottom_count p {
  margin: 0;
  font-size: 14px;
}

.bottom_count p span {
  color: #f39018;
  font-weight: 600;
}

.study_rem {
  background-color: #fff;
  height: 200px;
  padding: 20px;
  margin-top: 30px;
  border: 1px solid #e6e7e8;
}

.unit_box {
  background-color: #fff;
  margin-top: 30px;
  /* height: 150px; */
  border: 1px solid #e6e7e8;
  padding: 20px 27px;
}

.unit_box h6 {
  font-size: 11px;
  margin-bottom: 30px;
}

.unit_box h3 {
  font-size: 16px;
  color: #0b445f;
  height: 40px;
}

.content_update {
  margin-top: 10px;
}

.content_update a {
  color: #2a71eb;
  background-color: #eaf1fd;
  padding: 4px;
}

.critical {
  margin-top: 40px;
}

.completed {
  float: inline-end;
}

.completed a {
  background-color: #d32f2f;
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
}

.completed a:hover {
  box-shadow: 1px 1px 10px #d32f2f;
}

.critical p svg {
  width: 18px;
  fill: red;
  margin-right: 5px;
}

.kick_start {
  margin: 25px 0px;
}

.kick_start h3 {
  font-size: 25px;
  color: #0b445f;
  font-weight: 600;
}

.kick_start p {
  font-size: 16px;
  color: #000;
}

.tab_flex {
  /* display: flex; */
  align-items: center;
}

.tab_flex img {
  width: 30px;
  margin-right: 10px;
  margin-top: -5px;
}

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

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

.critical_line {
  position: absolute;
  right: 60px;
  background: #ffddd6;
  color: #b33c22;
  font-size: 14px;
  height: 28px;
  border-radius: 4px;
  font-size: 14px;
  /* margin-right: 37px; */
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  margin-top: 3px;
  line-height: 27px;
}

.completed_line {
  position: absolute;
  /* right: 60px; */
  background: #cee8cf;
  color: #088a11;
  font-size: 14px;
  height: 28px;
  border-radius: 4px;
  font-size: 14px;
  /* margin-right: 37px; */
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  margin-top: 3px;
  line-height: 27px;
}

.review_line {
  position: absolute;
  /* right: 60px; */
  background: #ffeecc;
  color: #7a5100;
  font-size: 14px;
  height: 28px;
  border-radius: 4px;
  font-size: 14px;
  /* margin-right: 37px; */
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  margin-top: 3px;
  line-height: 27px;
}

.owl-slider {
  margin: 20px 0px;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
  left: 0;
}

.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
  display: none;
}

.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}

.owl-dots button.owl-dot.active {
  background-color: #000;
}

.owl-dots button.owl-dot:focus {
  outline: none;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button:focus {
  outline: none;
}

.owl-item {
  display: flex;
}

.item {
  width: 100%;
}

.owl-item a {
  background-color: #fff !important;
  padding: 0px !important;
  width: 100%;
}

.owl-carousel .owl-stage-outer {
  width: 90%;
  margin: auto;
}

.owl-prev svg {
  width: 15px;
}

.owl-next svg {
  width: 15px;
}

.owl-slider .active,
.owl-item {
  background-color: #fff !important;
}

.item video {
  width: 100%;
}

.item h6 {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.item img {
  width: 20px !important;
  margin-right: 8px;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 82%;
  background: rgba(0, 0, 0, 0.4);
  /* semi-transparent grey */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

.video-overlay:hover {
  background: rgba(0, 0, 0, 0.6);
  /* darker on hover */
}

.play-icon {
  width: 60px;
  height: 50px;
  object-fit: contain;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.5));
}

.topic_rem {
  background-color: #000;
  padding: 10px;
  margin-top: 30px;
  border: 1px solid #e6e7e8;
}

.topic_rem h3 {
  color: #fff;
  margin: 0px;
}

.answer_image {
  width: 25px;
  position: absolute;
  margin-left: -10px;
  margin-top: -5px;
  background-color: white;
}

.comment {
  border: 1px solid #000;
  padding: 10px;
  width: fit-content;
  margin-left: 55px;
}

.comment p {
  margin: 0px;
}

.correct_answer {
  color: #337733;
  font-weight: 600;
}

.wrong_answer {
  color: #cc3333;
  font-weight: 600;
}

.course__lists {
  margin-top: 20px;
}

.course__lists h2 {
  background: #0b445f;
  color: white;
  padding: 10px 20px;
  font-size: 20px;
  margin: 0px;
}

.listing {
  background: white;
  /* padding: 10px 20px; */
  border: 1px solid #e5e5e5;
  border-bottom: none;
}

.listing ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.listing ul li {
  padding: 10px 20px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.listing ul li a {
  float: inline-end;
  background: orange;
  color: white;
  padding: 10px 20px;
}

.stats {
  background-color: #fff;
  margin-top: 30px;
  border-bottom: 8px solid #005076 !important;
  height: 345px;
  border: 1px Solid #e5e5e5;
}

.stats h2 {
  background: #dd7d08;
  color: #fff;
  padding: 10px;
  border: 1px solid #e5e5e5;
}

.stats table {
  width: 100%;
}

.stats table tr td {
  width: 50%;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
}

.stats1 {
  background-color: #fff;
  margin-top: 30px;
  border-bottom: 8px solid #005076 !important;
  height: 300px;
  border: 1px Solid #e5e5e5;
}

.stats1 h2 {
  background: #dd7d08;
  color: #fff;
  padding: 10px;
  border: 1px solid #e5e5e5;
  font-size: 20px;
}

.stats1 table {
  width: 100%;
}

.stats1 table tr td {
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
}

.score {
  background-color: #fff;
  margin-top: 30px;
  border-bottom: 8px solid #005076 !important;
  height: 345px;
  border: 1px Solid #e5e5e5;
}

.score h2 {
  background: #005076;
  color: #fff;
  padding: 10px;
  border: 1px solid #e5e5e5;
}

.float-right {
  float: inline-end;
}

.mca__option {
  list-style: none;
}

.mca__option .answer_image {
  margin-left: -80px;
  margin-top: -25px;
}


.test-box {
  margin-top: 8px;
  padding: 8px;
  background: #f1f1f1;
  font-size: 14px;
}

.pie-container {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  position: relative;
  margin: 19px auto;
  border: 10px solid #0b445f6b;
}

.pie-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 65px;
  font-weight: bold;
  color: #dd7d08;
}

.subunit_breakdown {
  background-color: #dd7d08;
  padding: 10px;
  margin-top: 30px;
  border: 1px solid #e6e7e8;
}

.subunit_breakdown h2 {
  color: #fff;
  margin: 0px;
}

.flash_upper_line {
  background-color: #fff;
  padding: 10px;
  border: 6px solid #e6e7e8;
  display: flex;
  align-items: center;
}

.flash_upper_line img {
  width: 30px;
  margin-right: 10px;
  margin-top: -5px;
}

.flash_upper_line p {
  margin: 0;
  color: black;
  font-size: 14px;
}

.setting_box {
  margin-top: 30px;
  background-color: #424242;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}

.setting_box svg {
  fill: white;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.flash_card {
  background-color: #fff;
  /* height: 400px; */
  padding: 20px;
  padding-bottom: 10px;
}

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 350px;
  perspective: 1000px;
  margin: auto;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card.flipped .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #f1f1f1;
  color: black;
  z-index: 2;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
}

.flip-card-front {
  font-size: 17px;
  color: black;
}

.flip-card-back {
  background-color: #f1f1f1;
  color: white;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
}

.flip-card-back {
  font-size: 17px;
  color: black;
}

.small_units {
  background-color: #fff;
  margin-top: 30px;
  border-top: 8px solid #005076 !important;
  /* height: 200px; */
  border: 1px Solid #e5e5e5;
  padding: 10px;
}

.small_units p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  height: 70px;
}

.pie-container1 {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  position: relative;
  margin: 19px auto;
  border: 10px solid #0b445f6b;
}

.pie-center1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  font-weight: bold;
  color: #dd7d08;
}

.flip_box {
  background-color: #424242;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}

.flip_box button {
  display: flex;
  align-items: center;
  border: none;
  color: white;

  font-size: 15px;
  text-align: center;
}

.flip_box button svg {
  width: 35px;
  fill: white;
  margin: 0px 10px;
  cursor: pointer;
}

.study_tool {
  background-color: #fff;
  height: 200px;
  padding: 20px;
  margin-top: 30px;
  border: 1px solid #e6e7e8;
  display: grid;
}

.study_tool h6 {
  font-size: 16px;
  color: #0b445f;
}


.study_tool p {
  font-size: 16px;
  color: #000;
  margin-top: 20px;
  height: 57px;

}

.drill {
  background: #ffddd6;
  color: #b43b22;
  padding: 10px 20px;
  font-size: 14px;
  width: fit-content;
}

.setting_box h5 {
  font-size: 24px;
  color: #000;
}


.setting_box h5 i {
  font-size: 24px;
  margin-right: 3px;
  color: #b43b22;
}

.shuffle_button {
  display: flex;
  align-items: center;
  border: none;
  color: white;
  font-size: 15px;
  text-align: center;
}

.flashcard_unit {
  height: 200px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  overflow-x: auto;
}

.setting_box .accordion {
  border: none;
  padding: 0;
}

.setting_box .accordion:after {
  content: "";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  display: none;
}

.setting_box .accordion label {
  margin: 0;
}

.setting_box .accordion .accordion-body {
  padding: 16px 20px;
}

.setting_box .accordion .accordion-body ul {
  list-style: none;
  margin: 0;
}

.setting_box .accordion .accordion-body ul li label {
  font-size: 13px;
  color: #000;
}

.card_desk {
  text-align: end;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
}

.form-group {
  margin-bottom: 20px;
}

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

.go__back p {
  font-weight: 600;
}

.go__back .completed {
  float: inherit;
  margin-top: 35px;
}

.audio_card {
  background-color: #fff;
  height: 400px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.audio_card table {
  width: 100%;
}

.unit__name {
  background-color: #424242 !important;
  color: #fff !important;
  padding: 10px;
  font-size: 17px;
  font-weight: 600;
  width: 90%;
}

.suggest_learn {
  background-color: #e3820d !important;
  color: #fff !important;
  text-align: center;
  width: 10%;
}

.audio_card table td {
  padding: 5px;
}

.play__button {
  font-size: 40px;
  color: #0b445f;
}

.audio_title {
  font-size: 15px;
  margin: 0;
  color: #0b445f;
}

.audio_card table tr:hover .play__button {
  color: #f6931d;
}

.audio_card table tr:hover .audio_title {
  font-weight: 600;
}

.audio_card table button {
  border: none;
}

.adapt {
  background-color: #fff;
  padding: 18px;
  margin-top: 30px;
  border: 1px solid #e6e7e8;
  display: grid;
}

.study_rem1 {
  background-color: #fff;
  /* height: 200px; */
  padding: 20px;
  margin-top: 30px;
  border: 1px solid #e6e7e8;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.study_rem1 h3 {
  font-size: 28px;
  font-weight: 600;
  color: #0b445f;
}

.study_rem1 p {
  font-size: 16px;
  color: black;
  margin: 0;
}

.study_rem1 img {
  width: 50px;
  margin-right: 6px;
}

.study_rem1 h6 {
  font-size: 16px;
  text-align: center;
}

.my_notes_heading {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #000;
}

.unit_wise_notes {
  background-color: #fff;
  padding: 18px;
  /* margin-top: 30px; */
  border: 1px solid #e6e7e8;
  height: 600px;
}

.flash_upper_line1 {
  background-color: #fff;
  padding: 10px;
  border: 6px solid #e6e7e8;
  display: flex;
  align-items: center;
}

.flash_upper_line1 img {
  width: 50px;
  margin-right: 10px;
  margin-top: -5px;
  border-left: 6px solid #e5e5e5;
  padding-left: 10px;
}

.flash_upper_line1 p {
  margin: 0;
  color: black;
  font-size: 14px;
}

.test_bank_box {
  background-color: #fff;
  margin-top: 20px;
  transition: 0.4s;
  position: relative;
}

.test_bank_box:hover {
  box-shadow: 0 5px 16px 0 rgb(0 0 0 / 24%), 0 10px 50px 0 rgb(0 0 0 / 19%);
}

.grphical_view {
  padding: 10px;
}

.grphical_view svg {
  width: 105px;
  padding: 8px;
}


.grphical_view p {
  margin: 0;
  font-size: 20px;
  margin-top: 10px;
  font-weight: 600;
  color: #000;
}

.bck_box {
  width: 70px;
  height: 70px;
  background: #ea85104a;
  position: absolute;
  margin-left: 94px;
  border-radius: 50%;
}

.title_para {
  padding: 10px;
}

.title_para p {
  text-align: center;
  font-size: 12px;
  height: 55px;
  margin: 0px;
  color: #000;
}

.card__button {
  padding: 10px;
  background-color: #0b445f;
}

.card__button p {
  text-align: center;
  margin: 0px;
  color: white;
  font-size: 14px;
}

.card__button p span {
  margin-left: 20px;
}

.top_section {
  padding: 15px;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  margin-top: 30px;
}

.top_section h6 {
  font-weight: 900;
  color: black;
  font-size: 16px;
}

.top_section label {
  font-size: 15px;
  margin: 0;
}

.multi_section p {
  font-size: 16px;
  color: #000;
  margin-top: 10px;
}

.all_unit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.all_unit label {
  font-size: 15px;
  color: #000;
}

.all_unit input {
  margin-left: 40px;
}

.all_unit p {
  font-weight: 600;
  color: #0b445f;
}

.all_unit p:hover {
  text-decoration: underline;
  cursor: pointer;
}

.toggle-section {

  margin-bottom: 10px;
  overflow: hidden;
}

.toggle-header {
  background-color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.toggle-icon {
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  background: #0b445f;
  width: 30px;
  height: 30px;
  text-align: center;
  color: white;
  margin-right: 20px;
}

.toggle-content {
  display: none;
  /* padding: 15px;
      background-color: #fff;
      border-top: 1px solid #ccc; */
}

.toggle-section.open .toggle-content {
  display: block;
}

.toggle-section .toggle-icon::before {
  content: "+";
}

.toggle-section.open .toggle-icon::before {
  content: "−";
}

.head_ing label {
  font-size: 16px;
  margin: 0px;
}

.toggle-header_inner {
  background-color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 90%;
  margin-top: 5px;
  float: inline-end;
}

.toggle-header_inner .head_ing label {
  font-size: 15px;
  margin: 0px;
  font-weight: 400;
}

.multi_section ul li {
  font-size: 16px;
  color: #000;
  margin-top: 10px;
}

.expand {
  margin-top: 53px;
}

.expand p {
  margin: 0;
  text-align: center;
  color: white;
  background: #09415d;
  padding: 5px;
  font-size: 14px;
  cursor: pointer;
}

.save_logout {
  background: #0a5070;
  color: white;
  border: 1px solid #0a425d;
  float: inline-end;
  margin-right: 10px;
  margin-top: 3px;
  font-size: 16px;
  font-weight: 600;
  width: 140px;
  padding: 20px 0px;
}

.save_logout:hover {
  background-color: #0a425d;
  color: white;
  border: 1px solid #0a425d;
}

.save_logout_div {
  display: flex;
  align-items: center;
}

.save_logout_div svg {
  width: 140px;
  margin-right: 40px;
  fill: #0c435f;
}

.savelogout .modal-content {
  padding: 0px;
  border-radius: 0px;
  width: 100%;
  max-width: 100%;
  text-align: left;
  border-left: 6px solid #de7b0a !important;
  border: 3px solid #0b445f;
}

.savelogout .modal-content .save_logout_div p {
  font-size: 15px;
  color: black;
}

.savelogout .modal-content .modal-footer {
  background: #dee2e3;
  border-radius: 0;
  padding: 10px 0px;
  justify-content: flex-start;
}

.savelogout .modal-content .modal-footer button {
  font-size: 14px;
}

.savelogout .modal-content .modal-footer a {
  font-size: 14px;
  background: #d32f2f;
  color: white;
  border-radius: 0px;
  margin: 0;
  padding: 8px 15px;
  font-weight: 400;
  margin-left: 20px;
  border: none;
}

.navigate_to {
  display: flex;
  align-items: baseline;
  border: 1px solid #e6e6e6;
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  background: #fbfbfb;
}

.navigate_to h6 {
  font-weight: 600;
  font-size: 15px;
  width: 95px;
}

.savelogout h4 {
  font-size: 25px;
  font-weight: 600;
  color: black;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}

.savelogout h4 svg {
  fill: #f6cd61;
  width: 22px;
}

.savelogout .modal-content p {
    font-size: 15px;
    color: black;
    margin: 0px;
}

.savelogout .modal-content .modal-footer .save_logout {
    font-size: 14px;
    background: #d32f2f;
    color: white;
    border-radius: 0px;
    margin: 0;
    padding: 8px 15px;
    font-weight: 400;
    margin-left: 20px;
    border: none;
    width: fit-content;
}

 .flag-checkbox {
    display: none;
  }

  /* Flag style */
  .flag-label {
    width: 16px;
    height: 10px;
    display: inline-block;
    background-color: #cbcbcb;
    clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0 100%);
    cursor: pointer;
    transition: background-color 0.3s;
    transform: rotate(90deg);
        margin-bottom: 9px;
    margin-left: -1px;
  }

  /* When checked, flag becomes red */
  .flag-checkbox:checked + .flag-label {
    background-color: #ff3333;
    outline: blue;
  }


  .flag-indicator {
    font-size: 16px;
}

.card-prev-btn{
      border: none;
    background: none;
    font-size: 29px;
    width: fit-content;
    margin-right: -10px;
}

.card-next-btn{
      border: none;
    background: none;
    font-size: 29px;
    width: fit-content;
    margin-left: -10px;
}

.report_card{
  margin-top: 30px;
    border-bottom:1px solid #000 !important ;
    padding: 0px
}


.report_card ul li{
  margin-right: 20px;
}

.report_card ul li a{
  font-size: 15px;
  border: 1px solid #000 !important;
  background-color: white;
  border-bottom: 0px !important;
}

.report_card ul li a:hover{
  color: #e3820d;
}


.grade__box{
  background-color: #fff;
  padding: 10px;
  margin-top: 30px;
}

.grade__box table{
  width: 100%;
  font-size: 15px;
}

.grade__box table tr:nth-of-type(even) {
    background: #e3e3e3;
}

.grade__box table tr td{
  padding: 8px;
  font-weight: 600;
}

.correctly_question{
  text-align: center;
  margin-top: 30px;
  color: black;
  font-size: 16px;
}

.inline__correct{
  display: flex;
  justify-content: center;
}

.inline__correct .completed{
  margin-right: 20px;
}

.unit_topic_name{
  border-bottom: 1px solid #e5e5e5;
  padding: 15px;
}

.unit_topic_name p{
 color: #000;
 margin: 0px;
 font-size: 14px;
}

.review__page .card{
  padding: 0;
  width: 100%;
}

.review_box_action{
  padding: 15px;
}

.side__card{
  border: 1px solid #e5e5e5;
    /* margin-top: 10px; */
    background-color: white;
    height: 500px;
    border-left: none;
}

.inner_numbers{
  height: 345px;
  overflow-y: auto;
  padding-left: 15px;
}

.inner_numbers ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.inner_numbers ul li{
  padding: 5px 15px;
  border-bottom: 1px solid #e5e5e5;
  color: black;
  font-weight: 600;
  cursor: pointer;
}

.inner_numbers ul li:hover{
  background-color: #e5e5e5;
}

.inner_numbers ul li img{
  margin-left: 10px;
}

.slidecard {
    border: 1px solid #e5e5e5;
    /* margin-top: 10px; */
    background-color: white;
    height: 500px;
}

.smallcard {
    border: 1px solid #e5e5e5;
    margin-top: 0px;
    background-color: #0e567b0f;
    border-top: none;
    padding: 10px;
}

.indicate_card{
      display: flex
;
    align-items: baseline;
    border: 2px solid #e5e5e5;
    width: fit-content;
    padding: 6px;
    margin: auto;
    margin-bottom: 20px;
}

.indicate_card img{
      width: 30px;
    margin-right: 10px;
}

.indicate_card p{
      margin: 0;
      font-size: 14px;
}

.hide_arrow{
      position: absolute;
    top: 205px;
    right: -14px;
    cursor: pointer;
}

.hide_arrow i{
      font-size: 28px;
    color: #de7c09;
}

.icon_legend .dropdown-menu{
  border: 1px solid #e5e5e5;
  width: 250px;
  padding: 10px;
}

.icon_legend .dropdown-menu li{
 padding-bottom: 10px;
 font-size: 15px;
 color: #000;
}

.icon_legend .dropdown-menu li h4{
 background-color: #4a4a4a;
 font-size: 16px;
 color: #fff;
 text-align: center;
 padding: 10px;
 margin: 0;
}

.icon_legend .dropdown-menu li img{
  width: 20px;
  margin-left: 20px;
  margin-right: 10px;
}

.numbercards .active::before{
  content: '»';
  position: absolute;
  margin-left: -13px;
}

.icon_legend .dropdown-menu li input{
  margin-left: 20px;
  margin-right: 10px;
}

.icon_legend .dropdown-menu li label{
  font-weight: 400;
  color: #000;
}

.toogle_inner {
  background-color: #fff;
  padding: 10px 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}

.exam_session .toggle-header_inner {
  background-color:transparent;
  display: block;
  align-items: center;
  position: relative;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 90%;
  margin-top: 5px;
  float: inline-end;
}

.recent_wise_questions p{
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.flag__button{
  border: 1px solid #e5e5e5;
    width: fit-content;
    padding: 6px;
    height: 40px;
    width: 40px;
    text-align: center;
        bottom: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 1px 1px lightgrey;
    cursor: pointer;
}

.form_filter{
      display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.session_table{
  width: 100%;
  font-size: 14px;
  margin-top: 30px;
  background-color: #F2F2F2;
 
  padding: 5px;
}

.session_table tr th{
  padding: 5px;
   border: 1px solid #e5e5e5;
}

.session_table tr td{
      background-color: #fff;
    padding: 10px 5px;
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    font-size: 14px;
}


.exam-hover a {
    display: none;     
        position: absolute;
    right: 8px;     /* hide anchor */

}

.exam-hover a:hover {
   text-decoration: underline;

}

.exam-hover:hover a {
    display: inline-block;  /* show anchor on hover */
}

/* Default Theme */
.default{
  background-color:#f4f4f4;
  height: 100vh;
  padding: 30px 0px;
}
.default .essay_box{
  border: 1px solid #4d4c4d;
  height: none;
  background-color: #fff;
}
.default .inner_box{
  padding: 10px;
  background-color: #4d4c4d;
  color: white;
}
.default .submit_testlet {
    background: #ee8c16;
    color: white;
    border: 1px solid #de7d08;
    float: inline-end;
    margin-right: 10px;
    margin-top: 3px;
    font-size: 15px;
    font-weight: 600;
    width: 118px;
}
.default .submit_testlet:hover {
    background-color: #de7d08;
    color: white;
    border: 1px solid #de7d08;
}

.default .candidate_name{
  padding: 5px;
  background-color:#ee8c16 ;
  border-bottom:1px solid #ee8c16;
}

.default .candidate_name p{
  margin: 0;
  font-size: 15px;
  color: white;
}

.default .card-numbers{
  gap: inherit;
}

.default .card-numbers button {
    background: #ddd;
    border: none;
    padding: 0px;
    width: 50px;
    height: 26px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    margin-top: 10px;
    position: relative;
}

.default .card-numbers button.active::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 48px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 14px;
    border-color: transparent;
    border-left-color: #de7d08;
}

.default .card{
  border: 1px solid #4d4c4d !important;
  box-shadow: none;
}


.default .progress-bar {
    background: #de7d08;
    border-radius: 10px;
}


/* Cream Theme */
.cream{
  background-color:#fafac8;
  height: 100vh;
  padding: 30px 0px;
}
.cream .essay_box{
  border: 1px solid #000;
  height: 600px;
}
.cream .inner_box{
  padding: 10px;
  background-color: #fafac8;
  color: black;
  border-bottom: 1px solid #000;
}
.cream .submit_testlet {
    background: #fafac8;
    color: #000;
    border: 1px solid #000;
    float: inline-end;
    margin-right: 10px;
    margin-top: 3px;
    font-size: 15px;
    font-weight: 600;
    width: 118px;
}
.cream .submit_testlet:hover {
    background-color: #000;
    color: #fafac8;
    border: 1px solid #000;
}

.cream .candidate_name{
  padding: 5px;
  background-color:#fafac8 ;
  border-bottom:1px solid #000;
}

.cream .candidate_name p{
  margin: 0;
  font-size: 15px;
  color: #000;
}

.cream .card-numbers{
  gap: inherit;
}

.cream .card-numbers button {
    background: #fafac8;
    border: 1px solid #000;
    padding: 0px;
    width: 50px;
    height: 26px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    margin-top: 10px;
    position: relative;
}

.cream .card-numbers button.active {
    background: #fafac8 !important;
    color: #000000 !important;
}

.cream .card-numbers button.active::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 48px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 14px;
    border-color: transparent;
    border-left-color: #000;
}

.cream .card{
  border: 1px solid #000 !important;
  box-shadow: none;
  background-color: #fafac8;
}

.cream .progress-bar {
    background: #000;
    border-radius: 10px;
}


/* Blue White Theme */
.bluewhite{
  background-color:#fff;
  height: 100vh;
  padding: 30px 0px;
}
.bluewhite .essay_box{
  border: 1px solid #000099;
  height: 600px;
}
.bluewhite .inner_box{
  padding: 10px;
  background-color: #fff;
  color: #000099;
   border-bottom: 1px solid #000099;
}
.bluewhite .submit_testlet{
  background: #fff;
  color: #000099;
  border: 1px solid #000099;
}
.bluewhite .submit_testlet:hover{
  background-color: #000099;
  color: white;
}


.bluewhite .candidate_name{
  padding: 5px;
  background-color:#fff ;
  border-bottom:1px solid #000099;
}

.bluewhite .candidate_name p{
  margin: 0;
  font-size: 15px;
  color: #000099;
}

.bluewhite .card-numbers{
  gap: inherit;
}

.bluewhite .card-numbers button {
    background: #fff;
    border: 1px solid #000099;
    padding: 0px;
    width: 50px;
    height: 26px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    margin-top: 10px;
    position: relative;
     color: #000099;
}

.bluewhite .card-numbers button.active {
    background: #fff !important;
    color: #000099 !important;
}

.bluewhite .card-numbers button.active::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 48px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 14px;
    border-color: transparent;
    border-left-color: #000099;
}

.bluewhite .card{
  border: 1px solid #000099 !important;
  box-shadow: none;
  background-color: #fff;
}

.bluewhite .question{
  color: #000099;
}

.bluewhite .progress-bar {
    background: #000099;
    border-radius: 10px;
}


/* Black Yellow Theme */
.blackyellow{
  background-color:#000;
  height: 100vh;
  padding: 30px 0px;
}
.blackyellow .essay_box{
  border: 1px solid #ffff00;
  height: 600px;
}
.blackyellow .inner_box{
  padding: 10px;
  background-color: #000;
  color: #ffff00;
  border-bottom:1px solid #ffff00 ;
}
.blackyellow .submit_testlet{
  background: #000;
  color: #ffff00;
  border: 1px solid #ffff00;
}
.blackyellow .submit_testlet:hover{
  background-color: #ffff00;
  color: #000;
  border: 1px solid #ffff00;
}

.blackyellow .candidate_name{
  padding: 5px;
  background-color:#000 ;
  border-bottom:1px solid #ffff00;
}

.blackyellow .candidate_name p{
  margin: 0;
  font-size: 15px;
  color: #ffff00;
}

.blackyellow .card-numbers{
  gap: inherit;
}

.blackyellow .card-numbers button {
    background: #000;
    border: 1px solid #ffff00;
    padding: 0px;
    width: 50px;
    height: 26px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    margin-top: 10px;
    color: #ffff00;
    position: relative;
}

.blackyellow .card-numbers button.active {
    background: #000 !important;
    color: #ffff00 !important;
}

.blackyellow .card-numbers button.active::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 48px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 14px;
    border-color: transparent;
    border-left-color: #ffff00;
}

.blackyellow .card{
  border: 1px solid #ffff00 !important;
  box-shadow: none;
  background-color: #000;
}

.blackyellow .question{
  color: #ffff00;
}

.blackyellow .progress-bar {
    background: #ffff00;
    border-radius: 10px;
}


/* Black White Theme */
.blackwhite{
  background-color:#fff;
  height: 100vh;
  padding: 30px 0px;
}
.blackwhite .essay_box{
  border: 1px solid #000;
  height: 600px;
}
.blackwhite .inner_box{
  padding: 10px;
  background-color: #fff;
  color: #000;
  border-bottom: 1px solid #000;
}
.blackwhite .submit_testlet{
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
.blackwhite .submit_testlet:hover{
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
}



.blackwhite .candidate_name{
  padding: 5px;
  background-color:#fff ;
  border-bottom:1px solid #000;
}

.blackwhite .candidate_name p{
  margin: 0;
  font-size: 15px;
  color: #000;
}

.blackwhite .card-numbers{
  gap: inherit;
}

.blackwhite .card-numbers button {
    background: #fff;
    border: 1px solid #000;
    padding: 0px;
    width: 50px;
    height: 26px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    margin-top: 10px;
    position: relative;
}

.blackwhite .card-numbers button.active {
    background: #fff !important;
    color: #000 !important;
}

.blackwhite .card-numbers button.active::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 48px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 14px;
    border-color: transparent;
    border-left-color: #000;
}

.blackwhite .card{
  border: 1px solid #000 !important;
  box-shadow: none;
  background-color: #fff;
}

.blackwhite .question{
  color: #000;
}

.blackwhite .progress-bar {
    background: #000;
    border-radius: 10px;
}

/* Yellow Black Theme */
.yellowblack{
  background-color:#ffff00;
  height: 100vh;
  padding: 30px 0px;
}
.yellowblack .essay_box{
  border: 1px solid #000;
  height: 600px;
}
.yellowblack .inner_box{
  padding: 10px;
  background-color: #ffff00;
  color: #000;
  border-bottom: 1px solid #000;
}
.yellowblack .submit_testlet{
  background: #ffff00;
  color: #000;
  border: 1px solid #000;
}
.yellowblack .submit_testlet:hover{
  background-color: #000;
  color: #ffff00;
}



.yellowblack .candidate_name{
  padding: 5px;
  background-color:#ffff00 ;
  border-bottom:1px solid #000;
}

.yellowblack .candidate_name p{
  margin: 0;
  font-size: 15px;
  color: #000;
}

.yellowblack .card-numbers{
  gap: inherit;
}

.yellowblack .card-numbers button {
    background: #ffff00;
    border: 1px solid #000;
    padding: 0px;
    width: 50px;
    height: 26px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    margin-top: 10px;
    color: #000;
    position: relative;
}

.yellowblack .card-numbers button.active {
    background: #ffff00 !important;
    color: #000 !important;
}

.yellowblack .card-numbers button.active::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 48px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 14px;
    border-color: transparent;
    border-left-color: #000;
}

.yellowblack .card{
  border: 1px solid #000 !important;
  box-shadow: none;
  background-color: #ffff00;
}

.yellowblack .question{
  color: #000;
}

.yellowblack .progress-bar {
    background: #000;
    border-radius: 10px;
}



/* Blue Black Theme */
.blueblack{
  background-color:#000;
  height: 100vh;
  padding: 30px 0px;
}
.blueblack .essay_box{
  border: 1px solid #9898fe;
  height: 600px;
}
.blueblack .inner_box{
  padding: 10px;
  background-color: #000;
  color: #9898fe;
  border-bottom: 1px solid #9898fe;
}
.blueblack .submit_testlet{
  background: #000;
  color: #9898fe;
  border: 1px solid #9898fe;
}
.blueblack .submit_testlet:hover{
  background-color: #9898fe;
  color: #000;
}





.blueblack .candidate_name{
  padding: 5px;
  background-color:#000 ;
  border-bottom:1px solid #9898fe;
}

.blueblack .candidate_name p{
  margin: 0;
  font-size: 15px;
  color: #9898fe;
}

.blueblack .card-numbers{
  gap: inherit;
}

.blueblack .card-numbers button {
    background: #000;
    border: 1px solid #9898fe;
    padding: 0px;
    width: 50px;
    height: 26px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    margin-top: 10px;
    color: #9898fe;
    position: relative;
}

.blueblack .card-numbers button.active {
    background: #000 !important;
    color: #9898fe !important;
}

.blueblack .card-numbers button.active::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 48px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 14px;
    border-color: transparent;
    border-left-color: #9898fe;
}

.blueblack .card{
  border: 1px solid #9898fe !important;
  box-shadow: none;
  background-color: #000;
}

.blueblack .question{
  color: #9898fe;
}

.blueblack .progress-bar {
    background: #9898fe;
    border-radius: 10px;
}



/* Black Green Theme */
.blackgreen{
  background-color:#aefc93;
  height: 100vh;
  padding: 30px 0px;
}
.blackgreen .essay_box{
  border: 1px solid #000;
  height: 600px;
}
.blackgreen .inner_box{
  padding: 10px;
  background-color: #aefc93;
  color: #000;
  border-bottom: 1px solid #000;
}
.blackgreen .submit_testlet{
  background: #aefc93;
  color: #000;
  border: 1px solid #000;
}
.blackgreen .submit_testlet:hover{
  background-color: #000;
  color: #aefc93;
}





.blackgreen .candidate_name{
  padding: 5px;
  background-color:#aefc93 ;
  border-bottom:1px solid #000;
}

.blackgreen .candidate_name p{
  margin: 0;
  font-size: 15px;
  color: #000;
}

.blackgreen .card-numbers{
  gap: inherit;
}

.blackgreen .card-numbers button {
    background: #aefc93;
    border: 1px solid #000;
    padding: 0px;
    width: 50px;
    height: 26px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    margin-top: 10px;
    color: #000;
    position: relative;
}

.blackgreen .card-numbers button.active {
    background: #aefc93 !important;
    color: #000 !important;
}

.blackgreen .card-numbers button.active::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 48px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 14px;
    border-color: transparent;
    border-left-color: #000;
}

.blackgreen .card{
  border: 1px solid #000 !important;
  box-shadow: none;
  background-color: #aefc93;
}

.blackgreen .question{
  color: #000;
}

.blackgreen .progress-bar {
    background: #000;
    border-radius: 10px;
}




/* Black Magenta Theme */
.blackmagenta{
  background-color:#f9addf;
  height: 100vh;
  padding: 30px 0px;
}
.blackmagenta .essay_box{
  border: 1px solid #000;
  height: 600px;
}
.blackmagenta .inner_box{
  padding: 10px;
  background-color: #f9addf;
  color: #000;
  border-bottom: 1px solid #000;
}
.blackmagenta .submit_testlet{
  background: #f9addf;
  color: #000;
  border: 1px solid #000;
}
.blackmagenta .submit_testlet:hover{
  background-color: #000;
  color: #f9addf;
}





.blackmagenta .candidate_name{
  padding: 5px;
  background-color:#f9addf ;
  border-bottom:1px solid #000;
}

.blackmagenta .candidate_name p{
  margin: 0;
  font-size: 15px;
  color: #000;
}

.blackmagenta .card-numbers{
  gap: inherit;
}

.blackmagenta .card-numbers button {
    background: #f9addf;
    border: 1px solid #000;
    padding: 0px;
    width: 50px;
    height: 26px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    margin-top: 10px;
    color: #000;
    position: relative;
}

.blackmagenta .card-numbers button.active {
    background: #f9addf !important;
    color: #000 !important;
}

.blackmagenta .card-numbers button.active::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 48px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 14px;
    border-color: transparent;
    border-left-color: #000;
}

.blackmagenta .card{
  border: 1px solid #000 !important;
  box-shadow: none;
  background-color: #f9addf;
}

.blackmagenta .question{
  color: #000;
}

.blackmagenta .progress-bar {
    background: #000;
    border-radius: 10px;
}

.inner_box p{
  margin: 0;
  font-size: 15px;
}

.default .card-controls {
    display: flex;
    justify-content: space-between;
    margin:0;
    padding: 10px;
    background-color: #4d4c4d;
}

.default .card-controls button
 {
    background: #de7d08;
   color: #fff;
    font-size: 14px;
}

.default .inner_button{
      margin-top: 10px;
    border: 1px solid #4d4c4d;
    background: transparent;
}

.grading_box{
      background-color: #f2f2f2;
    padding: 16px;
}

.grading_box p{
  margin: 0;
}

.grading_box h6{
  color: #4d4c4d;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 0px;
  border-bottom: 1px outset #c2c2c2;
  padding-bottom: 4px;
}

.grading_box table tr td{
  width: 16.6666%;
}

.grading_box table tr td input{
  margin-right: 5px;
}

.essay_stats{
  background-color: #e3820d;
  padding: 10px;
}

.essay_stats h4{
  font-size: 20px;
  color: #fff;
  margin: 0px;
}

.essay_stats_card{
  background-color: #fff;
  padding: 10px;
  margin-top: 10px;
}

.essay_stats_card table td{
  font-size: 15px;
  width: 50%;
}